.section-title {
  font-size: 22px;
  line-height: 25px;
  color: #000;
  text-align: center;
  font-weight: 700;
  letter-spacing: .55px
}
.bascet-new-courses {
  display: none;
}
@media (min-width: 576px) {
  .section-title {
    font-size: 24px;
    line-height: 28px
  }
}

@media (min-width: 768px) {
  .section-title {
    font-size: 26px;
    line-height: 30px
  }
}

@media (min-width: 960px) {
  .section-title {
    font-size: 28px;
    line-height: 32px
  }
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 32px;
    line-height: 40px
  }
}

.page-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #000;
  letter-spacing: .55px
}

@media (min-width: 576px) {
  .page-title {
    font-size: 28px;
    line-height: 38px
  }
}

@media (min-width: 768px) {
  .page-title {
    font-size: 28px;
    line-height: 38px
  }
}

@media (min-width: 960px) {
  .page-title {
    font-size: 30px;
    line-height: 40px
  }
}

@media (min-width: 1200px) {
  .page-title {
    font-size: 37px;
    line-height: 48px
  }
}

.breadcrumbs {
  padding: 15px 0
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.breadcrumbs__list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin: 0 0 10px;
  position: relative
}

.breadcrumbs__list__item:after {
  content: "\e803";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0 10px;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 12px;
  line-height: 18px
}

.breadcrumbs__list__item span {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .03em;
  color: #000
}

.breadcrumbs__list__item:last-child:after {
  display: none
}

.breadcrumbs__list__link {
  color: #b3b1ba;
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .3px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-decoration: underline !important
}

.breadcrumbs__list__link:hover {
  color: #f96791;
  text-decoration: none !important
}

.input-group {
  position: relative
}

.input-group .input-style {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: normal;
  padding: 15px 20px;
  -webkit-transition: color .3s, border-color .3s;
  -o-transition: color .3s, border-color .3s;
  transition: color .3s, border-color .3s
}

.input-group .input-style.placeholder {
  color: #747f87;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.input-group .input-style::-webkit-input-placeholder {
  color: #747f87;
  -webkit-transition: color .3s;
  transition: color .3s
}

.input-group .input-style::-moz-placeholder {
  color: #747f87;
  -moz-transition: color .3s;
  transition: color .3s
}

.input-group .input-style:-moz-placeholder {
  color: #747f87;
  -moz-transition: color .3s;
  transition: color .3s
}

.input-group .input-style:-ms-input-placeholder {
  color: #747f87;
  -ms-transition: color .3s;
  transition: color .3s
}

@media (min-width: 1200px) {
  .input-group .input-style {
    padding: 13px 20px
  }
}

.input-group .input-style.error {
  border-color: red !important
}

.input-group .input-style.error.placeholder {
  color: #f96791
}

.input-group .input-style.error::-webkit-input-placeholder {
  color: #f96791
}

.input-group .input-style.error::-moz-placeholder {
  color: #f96791
}

.input-group .input-style.error:-moz-placeholder {
  color: #f96791
}

.input-group .input-style.error:-ms-input-placeholder {
  color: #f96791
}


.input-group .phone.error {
  border-color: red !important
}

.input-group .phone.error.placeholder {
  color: #f96791
}

.input-group .phone.error::-webkit-input-placeholder {
  color: #f96791
}

.input-group .phone.error::-moz-placeholder {
  color: #f96791
}

.input-group .phone.error:-moz-placeholder {
  color: #f96791
}

.input-group .phone.error:-ms-input-placeholder {
  color: #f96791
}






.input-group .input-message {
  display: none;
  width: 100%;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  font-size: 12px;
  line-height: 16px;
  /* color: #000; */
  color: red;
  letter-spacing: .25px
}

.input-group .input-message .icon {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin: 0 12px 0 0;
  position: relative;
  top: 1px;
  left: 1px
}

.input-group.check-group label {
  display: inline-block;
  position: relative;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: .25px;
  color: #fff;
  cursor: pointer
}

.help-form__content .hform .input-group.check-group label {
  max-width: 100%;
  margin-top: 15px;
}

@media (min-width: 960px) {
  .help-form__content .hform .input-group.check-group label {
    max-width: 56%;
    margin-top: 0;
  }
}

.input-group.check-group label span {
  display: block;
  position: relative;
  padding-left: 40px
}

.input-group.check-group label span:before {
  content: "\e800";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 0;
  left: 3px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  color: transparent;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 12px;
  line-height: 18px
}

.input-group.check-group label span.no-checkbox {
  padding-left: 0;
  width: 92%;
  margin: 0 auto;
}

.input-group.check-group label span.no-checkbox::before {
  content: none;
}

.input-group.check-group label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0
}

.input-group.check-group label input:checked + span:before {
  color: #fff
}

.input-group.check-group label a {
  display: inline-block;
  color: #fff
}

.input-group.check-group label a:hover {
  text-decoration: none
}

.input-group.check-group label.black-style {
  color: #000
}

.input-group.check-group label.black-style span:before {
  border-color: #000
}

.input-group.check-group label.black-style a,
.input-group.check-group label.black-style input:checked + span:before {
  color: #000
}

.btn-style {
  display: block;
  width: 100%;
  border: none;
  text-align: center;
  color: #fff;
  border-radius: 70px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .35px;
  line-height: normal;
  padding: 13px 10px
}

.btn-style.fill-green-style {
  background-color: #6fde9b;
  -webkit-transition: background-color .3s, opacity .3s;
  -o-transition: background-color .3s, opacity .3s;
  transition: background-color .3s, opacity .3s
}

.btn-style.fill-green-style:hover {
  background-color: #49a26d
}

.btn-style.fill-pink-style {
  background-color: #f96791;
  -webkit-transition: background-color .3s, opacity .3s;
  -o-transition: background-color .3s, opacity .3s;
  transition: background-color .3s, opacity .3s
}

.btn-style.fill-pink-style:hover {
  background-color: #ee4f62
}

.btn-style.stroke-black-style {
  border: 2px solid #000;
  color: #000;
  font-size: 12px;
  line-height: normal;
  border-radius: 70px;
  padding: 15px 10px;
  -webkit-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  -o-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  transition: background-color .3s, border-color .3s, color .3s, opacity .3s
}

.btn-style.stroke-black-style:hover {
  border-color: #f96791;
  background-color: #f96791;
  color: #fff
}

.btn-style.stroke-white-style {
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  line-height: normal;
  padding: 15px 10px;
  -webkit-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  -o-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  transition: background-color .3s, border-color .3s, color .3s, opacity .3s
}

.btn-style.stroke-white-style:hover {
  border-color: #f96791;
  background-color: #f96791;
  color: #fff
}

.btn-style.stroke-pink-style {
  border: 2px solid #f96791;
  color: #f96791;
  font-size: 12px;
  line-height: normal;
  padding: 15px 10px;
  -webkit-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  -o-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  transition: background-color .3s, border-color .3s, color .3s, opacity .3s
}

.btn-style.stroke-pink-style:hover {
  border-color: #f96791;
  background-color: #f96791;
  color: #fff
}

.btn-style:disabled {
  opacity: .5
}

.start-form {
  margin-top: 45px;
  padding-top: 115px;
  position: relative;
  overflow: hidden
}

.start-form:before {
  content: "";
  display: block;
  width: 164px;
  height: 164px;
  background-image: url(/images/main/maria_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 52px;
  z-index: 1
}

@media (max-width: 360px) {
  .start-form:before {
    left: 25px
  }
}

@media (min-width: 768px) {
  .start-form:before {
    left: calc(50% - 150px)
  }
}

@media (min-width: 1024px) {
  .start-form:before {
    left: calc(33.3% - 70px)
  }
}

@media (min-width: 1200px) {
  .start-form {
    margin-top: -80px;
    padding-top: 175px
  }

  .start-form:before {
    left: calc(50% - 192px);
    width: 242px;
    height: 242px
  }
}

.start-form:after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background-image: url(/images/svg/decor/main/arrow_form.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 45px;
  left: 225px;
  z-index: 1
}

@media (max-width: 360px) {
  .start-form:after {
    left: 200px
  }
}

.start-form .container {
  position: relative
}

.start-form .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f96791;
  /* background-color: #000; */
}

@media (min-width: 960px) {
  .start-form .container:before {
    width: calc(100% - 30px);
    left: 15px;
    border-radius: 30px
  }
}

.start-form__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  text-align: center
}

@media (min-width: 576px) {
  .start-form__title {
    font-size: 24px;
    line-height: 28px
  }
}

@media (min-width: 768px) {
  .start-form:after {
    left: calc(50% + 30px)
  }

  .start-form__title {
    text-align: left
  }
}

.start-form__list {
  color: #fff;
  margin-top: 20px
}

.practice-include__list {
  color: #000;
  margin-top: 20px;
  padding: 0px 150px 10px 0px;
}

@media (min-width: 1024px) {
  .start-form:after {
    left: calc(33.3% + 100px)
  }

  .start-form__list {
    margin-top: 35px
  }

  .practice-include__list {
    margin-top: 35px
  }
}

@media (min-width: 1200px) {
  .start-form:after {
    left: calc(50% + 52px);
    width: 142px;
    height: 142px;
    top: 70px
  }

  .start-form .container:before {
    width: calc(100% + 160px);
    left: -80px
  }

  .start-form__title {
    font-size: 31px;
    line-height: 36px
  }

  .start-form__list {
    margin-top: 45px
  }

  .practice-include__list {
    margin-top: 45px;
  }
}

.start-form__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: .3px
}

.practice-include__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: .3px
}

.start-form__list ul li {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-top: 22px
}

.practice-include__list ul li {
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  padding-left: 35px;
  margin-top: 22px
}

.start-form__list ul li:nth-of-type(1) {
  margin-top: 0
}

.practice-include__list ul li:nth-of-type(1) {
  margin-top: 0
}

.start-form__list ul li:before {
  content: "\e805";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 1px
}

.practice-include__list ul li:before {
  content: "\e805";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
  color: #f96791;
  position: absolute;
  top: 1px;
  left: 1px
}

.start-form__form {
  margin-top: 35px
}

@media (min-width: 768px) {
  .start-form__form {
    margin-top: 0
  }
}

.start-form__form .input-group {
  margin-top: 28px
}

.start-form__form .input-group:nth-of-type(1) {
  margin-top: 0
}

.start-form__form .input-group.check-group {
  margin-top: 12px
}

.start-form__subtitle {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .5px;
  max-width: 270px;
  margin: 0 auto;
  position: relative
}

@media (min-width: 768px) {
  .start-form__subtitle {
    max-width: 310px
  }
}

@media (min-width: 960px) {
  .start-form__subtitle {
    max-width: 360px;
    text-align: left;
    margin: 0 auto 0 0;
    padding: 0
  }
}

.start-form__subtitle:before {
  content: url(/images/svg/decor/main/decor_star1.svg);
  display: block;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 32px
}

@media (min-width: 768px) {
  .start-form__subtitle:before {
    bottom: calc(100% - 30px);
    left: -25px
  }
}

@media (min-width: 960px) {
  .start-form__subtitle:before {
    left: -55px
  }
}

@media (min-width: 1024px) {
  .start-form__subtitle {
    max-width: 100%;
    text-align: center
  }

  .start-form__subtitle:before {
    left: 0;
    top: -70px
  }
}

@media (min-width: 1200px) {
  .start-form__form .input-group {
    margin-top: 25px
  }

  .start-form__subtitle {
    padding-bottom: 45px
  }

  .start-form__subtitle:before {
    left: 28px;
    top: -62px
  }
}

.start-form__subtitle:after {
  content: url(/images/svg/decor/main/decor_star3.svg);
  display: block;
  position: absolute;
  top: calc(100% + 25px);
  right: 15px
}

.start-form__subtitle span {
  text-transform: uppercase
}

.start-form__content {
  position: relative;
  z-index: 1;
  padding: 55px 0
}

@media (min-width: 576px) {
  .start-form__content {
    max-width: 450px;
    margin: 0 auto
  }
}

@media (min-width: 768px) {
  .start-form__subtitle:after {
    top: calc(100% - 20px);
    right: -50px
  }

  .start-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%
  }
}

@media (min-width: 960px) {
  .start-form__subtitle:after {
    right: 0
  }

  .start-form__content {
    max-width: 810px
  }
}

@media (min-width: 1024px) {
  .start-form__subtitle:after {
    top: calc(100% + 20px)
  }

  .start-form__content {
    max-width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 40px
  }
}

.start-form__content__column:nth-of-type(1) {
  position: relative;
  z-index: 1
}

@media (min-width: 768px) {
  .start-form__content__column:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 335px
  }
}

@media (min-width: 1024px) {
  .start-form__content__column:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 0
  }
}

@media (min-width: 1200px) {
  .start-form__subtitle:after {
    top: calc(100% - 20px)
  }

  .start-form__content {
    padding: 62px 0
  }

  .start-form__content__column:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }
}

.start-form__content__column:nth-of-type(2) {
  position: relative;
  z-index: 1
}

@media (min-width: 768px) {
  .start-form__content__column:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    max-width: 315px;
    position: absolute;
    top: 55px;
    right: 0
  }
}

@media (min-width: 1024px) {
  .start-form__content__column:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    margin: 0 auto;
    position: relative;
    top: 0
  }
}

@media (min-width: 1200px) {
  .start-form__content__column:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0 auto
  }
}

.start-form__content__column:nth-of-type(3) {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 210px;
  position: relative
}

.start-form__content__column:nth-of-type(3):after {
  content: url(/images/svg/decor/main/form_bg.svg);
  position: absolute;
  width: auto;
  height: auto;
  top: calc(50% + 30px);
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width: 768px) {
  .start-form__content__column:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 365px;
    margin-top: 20px;
    min-height: 125px
  }

  .start-form__content__column:nth-of-type(3):after {
    top: -50%;
    opacity: .5
  }
}

@media (min-width: 1024px) {
  .start-form__content__column:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 0;
    margin-top: 0;
    min-height: auto
  }

  .start-form__content__column:nth-of-type(3):after {
    top: 50%;
    opacity: 1
  }
}

.platform-block {
  padding-top: 55px
}

@media (min-width: 1200px) {
  .start-form__content__column:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%
  }

  .platform-block {
    padding-top: 85px
  }

  .platform-block__title {
    text-align: left
  }
}

.platform-block__content {
  background: -o-linear-gradient(14.43deg, rgba(250, 97, 115, .5) 15.62%, rgba(22, 147, 220, .5) 57.16%, rgba(0, 199, 83, .5) 94.08%);
  background: linear-gradient(75.57deg, rgba(250, 97, 115, .5) 15.62%, rgba(22, 147, 220, .5) 57.16%, rgba(0, 199, 83, .5) 94.08%);
  margin-top: 32px;
  border-radius: 25px;
  padding: 25px 30px
}

@media (min-width: 768px) {
  .platform-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 30px
  }
}

@media (min-width: 1200px) {
  .platform-block__content {
    margin-top: 40px;
    padding: 40px 42px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
  }
}

.platform-block__content__left-side .side-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: .65px
}

.platform-block__content__left-side ul {
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none
}

.platform-block__content__left-side ul li {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-top: 20px
}

@media (min-width: 1200px) {
  .platform-block__content__left-side .side-title {
    font-size: 22px;
    text-align: left;
    padding-left: 50px;
    letter-spacing: 2.1px
  }

  .platform-block__content__left-side ul {
    margin-top: 45px;
    max-width: 455px
  }

  .platform-block__content__left-side ul li {
    padding-left: 52px;
    margin-top: 25px
  }
}

.platform-block__content__left-side ul li:nth-of-type(1) {
  margin-top: 0
}

.platform-block__content__left-side ul li:before {
  content: "\e805";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 1px;
  left: 1px
}

.platform-block__content__left-side .buy-btn {
  margin-top: 38px
}

@media (min-width: 576px) {
  .platform-block__content__left-side .buy-btn {
    max-width: 265px;
    margin: 38px auto 0
  }

  .platform-block__content__right-side .side-subtitle {
    font-size: 18px
  }
}

.platform-block__content__right-side {
  margin-top: 38px;
}

@media (min-width: 768px) {
  .platform-block__content__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-right: 20px
  }

  .platform-block__content__left-side .buy-btn {
    margin: 35px 0 0 35px
  }

  .platform-block__content__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.platform-block__content__right-side .side-subtitle {
  text-align: center;
  font-weight: 700
}

.platform-block__content__right-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none
}

.platform-block__content__right-side ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  color: #fff;
  border: 2px solid #fff;
  padding: 11px 10px;
  border-radius: 12px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin: 0 5px 12px
}

@media (min-width: 576px) {
  .platform-block__content__right-side ul li {
    font-size: 12px;
    margin: 0 10px 12px
  }
}

@media (min-width: 768px) {
  .platform-block__content__right-side ul li {
    font-size: 14px;
    margin: 0 10px 15px
  }
}

.training-types {
  padding-top: 40px
}

.practice-types {
  padding: 40px 20px;
}

.partners-types {
  padding: 40px 20px;
}

.lesson-going {
  padding: 40px 20px;
}

.rates-block {
  padding: 40px 20px;
  background-color: #27262D;
  border-radius: 40px;
}

.result-regular-lesson {
  padding: 40px 20px;
}

.four-steps {
  background-color: #F5F6F7;
}


@media (min-width: 1200px) {
  .platform-block__content__left-side .buy-btn {
    margin: 35px 0 0 55px
  }

  .platform-block__content__right-side {
    margin-bottom: 15px
  }

  .platform-block__content__right-side .side-subtitle {
    text-align: center;
    font-size: 20px;
    max-width: 450px
  }

  .platform-block__content__right-side ul li {
    font-size: 16px;
    padding: 23px 25px;
    border-radius: 20px;
    letter-spacing: 0
  }

  .training-types {
    padding-top: 80px
  }

  .practice-types {
    padding: 40px 80px 0px 80px;
  }

  .partners-types {
    padding: 0px 80px 50px 80px;
    margin-top: -50px;
  }

  .lesson-going {
    padding: 80px 0px 80px 0px;
  }

  .rates-block {
    padding: 80px 80px 80px 80px;
  }

  .result-regular-lesson {
    padding: 40px 80px 0px 80px;
  }

  .four-steps {
    /* padding: 40px 80px 0px 80px; */
  }
}

.training-types__title {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  max-width: 285px;
  margin: 0 auto
}

.practice-types__title {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  max-width: 285px;
  margin: 0 auto
}

.partners-types__title {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  max-width: 285px;
  margin: 0 auto
}

.lesson-going__title {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  max-width: 285px;
  margin: 0 auto
}

.rates-block__title {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  max-width: 285px;
  margin: 0 auto
}

.result-regular-lesson__title {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  max-width: 285px;
  margin: 0 auto
}

.four-steps__title {
  font-weight: 700;
  text-align: center;
  font-size: 30px;
}

@media (min-width: 576px) {
  .training-types__title {
    max-width: 100%;
    font-size: 20px
  }

  .practice-types__title {
    max-width: 100%;
    font-size: 27px
  }

  .partners-types__title {
    max-width: 100%;
    font-size: 27px
  }

  .lesson-going__title {
    max-width: 100%;
    font-size: 27px
  }

  .rates-block__title {
    max-width: 100%;
    font-size: 27px
  }

  .result-regular-lesson__title {
    max-width: 100%;
    line-height: 30px;
    font-size: 27px
  }

  .four-steps__title {
    max-width: 100%;
    font-size: 32px;
    text-align: center;
  }
}

.training-types__content {
  margin-top: 20px
}

.practice-types__content {
  margin-top: 20px
}

.partners-types__content {
  margin-top: 20px
}

.lesson-going__content {
  margin-top: 20px
}

.lesson-going__content-two {
  margin-top: 20px
}

.rates-block__content {
  margin-top: 20px
}

.result-regular-lesson__content {
  margin-top: 20px
}

.four-steps__content {
  margin-top: 20px
}

.how-lesson__content {
  margin-top: 20px
}

@media (min-width: 768px) {
  .training-types__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .practice-types__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .partners-types__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .lesson-going__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .lesson-going__content-two {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  }

  .rates-block__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .result-regular-lesson__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .four-steps__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

}

.training-types__content__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}

.practice-types__content__item {
  border-radius: 25px;
  padding: 82px;
  margin-top: 20px
}

.partners-types__content__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}

.lesson-going__content__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}

.lesson-going__content-two__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}


.rates-block__content__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px;
  background-color: #42404B;
}

.result-regular-lesson__content__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}

.four-steps__content__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}

.practice-types__icon__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}

.partners-types__icon__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}

.lesson-going__icon__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}

.rates-block__icon__item {
  border-radius: 25px;
  padding: 32px;
  margin-top: 20px
}

.result-regular-lesson__icon__item {
  border-radius: 25px;
  margin-top: 20px
}

.four-steps__icon__item {
  border-radius: 25px;
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .training-types__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 10px);
    flex: 0 0 calc(33.3% - 10px);
    max-width: calc(33.3% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .training-types__content__item:nth-of-type(3n) {
    margin-right: 0
  }

  .practice-types__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 0 15px 0 0;
    padding: 60px 65px;
  }


  .partners-types__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 10px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .lesson-going__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .lesson-going__content-two__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .rates-block__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 10px 15px 0 0;
    padding: 20px 15px
  }

  .result-regular-lesson__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .four-steps__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .practice-types__content__item:nth-of-type(3n) {
    margin-right: 0
  }

  .partner-types__content__item:nth-of-type(3n) {
    margin-right: 0
  }

  .lesson-going__content__item:nth-of-type(3n) {
    margin-right: 0
  }

  .lesson-going__content-two__item:nth-of-type(3n) {
    margin-right: 0
  }

  .rates-block__content__item:nth-of-type(3n) {

    margin-top: 10px;

  }

  .result-regular-lesson__content__item:nth-of-type(3n) {
    margin-right: 0
  }

  .four-steps__content__item:nth-of-type(3n) {
    margin-right: 0
  }

  .practice-types__icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .partners-types__icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 10px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .lesson-going__icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .rates-block__icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .result-regular-lesson__icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 0 15px 0 0;
    padding: 20px 15px
  }

  .four-steps__icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-top: 10px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 10px);
    margin: 10px 15px 0 0;
    padding: 30px 15px;
  }


}

@media (min-width: 960px) {
  .training-types__content__item {
    padding: 20px 30px
  }

  .practice-types__content__item {
    padding: 90px 60px;
  }

  .partners-types__content__item {
    padding: 20px 30px
  }

  .lesson-going__content__item {
    padding: 20px 30px
  }

  .lesson-going__content-two__item {
    padding: 20px 30px
  }

  .rates-block__content__item {
    padding: 20px 30px;
    margin: 10px;
  }

  .result-regular-lesson__content__item {
    padding: 20px 30px
  }

  .four-steps__content__item {
    padding: 20px 30px
  }


  .practice-types__icon__item {
    padding: 20px 30px
  }

  .partners-types__icon__item {
    padding: 20px 30px
  }

  .lesson-going__icon__item {
    padding: 20px 30px
  }

  .rates-block__icon__item {
    padding: 20px 30px
  }

  .result-regular-lesson__icon__item {
    padding: 20px 30px
  }

  .four-steps__icon__item {
    padding: 20px 30px
  }

}

.training-types__content__item:nth-of-type(1) {
  margin-top: 0
}

.practice-types__content__item:nth-of-type(1) {
  margin-top: 0
}

.partners-types__content__item:nth-of-type(1) {
  margin-top: 0
}

.lesson-going__content__item:nth-of-type(1) {
  margin-top: 0
}

.lesson-going__content-two__item:nth-of-type(1) {
  margin-top: 0
}

.rates-block__content__item:nth-of-type(1) {
  margin-top: 10px;
}

.result-regular-lesson__content__item:nth-of-type(1) {
  margin-top: 0
}

.four-steps__content__item:nth-of-type(1) {
  margin-top: 0
}

.practice-types__icon__item:nth-of-type(1) {
  margin-top: 0
}

.partners-types__icon__item:nth-of-type(1) {
  margin-top: 0
}

.result-regular-lesson__icon__item:nth-of-type(1) {
  margin-top: 0
}

.four-steps__icon__item:nth-of-type(1) {
  margin-top: 10px;
  text-align: left;
}

.training-types__content__item .item-title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.practice-types__content__item .item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.partners-types__content__item .item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.lesson-going__content__item .item-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .65px
}

.lesson-going__content-two__item .item-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .65px
}

.rates-block__content__item .item-title .item-price {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  letter-spacing: .65px
}

.result-regular-lesson__content__item .item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.four-steps__content__item .item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.practice-types__icon__item .item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.partners-types__icon__item .item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.result-regular-lesson__icon__item .item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.four-steps__icon__item .item-title {
  letter-spacing: .65px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
}

.practice-test-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.partners-test-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}

.practice-main-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .65px
}


@media (min-width: 1200px) {
  .training-types__title {
    text-align: left
  }

  .practice-types__title {
    text-align: center;
  }

  .partners-types__title {
    text-align: center;
  }

  .lesson-going__title {
    text-align: center;
  }

  .rates-block__title {
    text-align: center;
  }

  .result-regular-lesson__title {
    text-align: center;
  }

  .four-steps__title {
    text-align: left;
    font-size: 32px;
  }

  .training-types__content__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    margin: 0 30px 0 0;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 35px
  }

  .practice-types__content__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 90px 60px;
  }


  .partners-types__content__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 35px
  }

  .lesson-going__content__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lesson-going__content-two__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rates-block__content__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    text-align: left;
    display: flex;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 35px
  }

  .result-regular-lesson__content__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 35px
  }

  .four-steps__content__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 35px
  }

  .practice-types__icon__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    max-width: calc((100% / 4) - 20px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    padding: 40px 0px;
  }

  .partners-types__icon__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    max-width: calc((100% / 4) - 20px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    padding: 40px 0px;
  }

  .result-regular-lesson__icon__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    max-width: calc((100% / 4) - 20px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    padding: 40px 4px;
  }

  .four-steps__icon__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    max-width: calc((100% / 4) - 20px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    padding: 40px;
  }

  .training-types__content__item .item-title {
    font-size: 24px;
    line-height: 30px
  }

  .practice-types__content__item .item-title {
    font-size: 24px;
    line-height: 30px
  }

  .partners-types__content__item .item-title {
    font-size: 24px;
    line-height: 30px
  }

  .lesson-going__content__item .item-title {
    font-size: 20px;
    line-height: 30px
  }

  .lesson-going__content-two__item .item-title {
    font-size: 20px;
    line-height: 30px
  }

  .rates-block__content__item .item-title .item-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px
  }

  .result-regular-lesson__content__item .item-title {
    font-size: 24px;
    line-height: 30px
  }

  .four-steps__content__item .item-title {
    font-size: 24px;
    line-height: 30px
  }

  .practice-types__icon__item .item-title {
    font-size: 24px;
    line-height: 30px
  }

  .partners-types__icon__item .item-title {
    font-size: 24px;
    line-height: 30px
  }

  .lesson-going__icon__item .item-title {
    font-size: 24px;
    line-height: 30px
  }

  .rates-block__icon__item .item-title .item-price {
    font-size: 24px;
    line-height: 30px
  }

  .result-regular-lesson__icon__item .item-title {
    font-size: 24px;
    line-height: 30px
  }

  .four-steps__icon__item .item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .practice-test-title {
    font-size: 22px;
    line-height: 30px
  }

  .partners-test-title {
    font-size: 22px;
    line-height: 30px
  }

  .practice-main-title {
    font-size: 32px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .sprints-main-title {
    font-size: 32px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}

.training-types__content__item .item-descr {
  margin: 20px 0
}

.practice-types__content__item .item-descr {
  margin: 20px 0
}


.partners-types__content__item .item-descr {
  margin: 20px 0
}

.lesson-going__content__item .item-descr {
  margin: 20px 0
}

.lesson-going__content-two__item .item-descr {
  margin: 20px 0
}

.rates-block__content__item .item-descr {
  margin: 20px 0
}

.result-regular-lesson__content__item .item-descr {
  margin: 20px 0
}

.four-steps__content__item .item-descr {
  margin: 20px 0
}

.practice-types__icon__item .item-descr {
  margin: 20px 0;
  text-align: center;
}

.partners-types__icon__item .item-descr {
  margin: 20px 0;
  text-align: center;
}

.lesson-going__icon__item .item-descr {
  margin: 20px 0;
  text-align: center;
}

.rates-block__icon__item .item-descr {
  margin: 20px 0;
  text-align: center;
}

.result-regular-lesson__icon__item .item-descr {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  text-align: center;
}

.four-steps__icon__item .item-descr {
  margin: 20px 0;
  text-align: center;
}

@media (min-width: 576px) {
  .training-types__content__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .practice-types__content__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .partners-types__content__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .lesson-going__content__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .lesson-going__content-two__item .item-descr {
    max-width: 400px;
    margin: 20px auto
  }

  .rates-block__content__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .result-regular-lesson__content__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .four-steps__content__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .practice-types__icon__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .partners-types__icon__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .lesson-going__icon__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .rates-block__icon__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .result-regular-lesson__icon__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }

  .four-steps__icon__item .item-descr {
    text-align: center;
    max-width: 400px;
    margin: 20px auto
  }
}

@media (min-width: 768px) {
  .training-types__content__item .item-descr {
    font-size: 14px
  }

  .practice-types__content__item .item-descr {
    font-size: 14px
  }

  .partners-types__content__item .item-descr {
    font-size: 14px
  }

  .lesson-going__content__item .item-descr {
    font-size: 14px
  }

  .lesson-going__content-two__item .item-descr {
    font-size: 14px
  }

  .rates-block__content__item .item-descr {
    font-size: 14px
  }

  .result-regular-lesson__content__item .item-descr {
    font-size: 14px
  }

  .four-steps__content__item .item-descr {
    font-size: 14px
  }

  .practice-types__icon__item .item-descr {
    font-size: 14px
  }

  .partners-types__icon__item .item-descr {
    font-size: 14px
  }

  .lesson-going__icon__item .item-descr {
    font-size: 14px
  }

  .rates-block__icon__item .item-descr {
    font-size: 14px
  }

  .result-regular-lesson__icon__item .item-descr {
    font-size: 14px
  }

  .four-steps__icon__item .item-descr {
    font-size: 14px
  }

}

@media (min-width: 1200px) {
  .training-types__content__item .item-descr {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0 20px
  }

  .practice-types__content__item .item-descr {
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0 20px
  }

  .partners-types__content__item .item-descr {
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0 20px
  }

  .lesson-going__content__item .item-descr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 10px 0 20px
  }

  .lesson-going__content-two__item .item-descr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 10px 0 20px
  }

  .rates-block__content__item .item-descr {
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0 20px
  }

  .result-regular-lesson__content__item .item-descr {
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0 20px
  }

  .four-steps__content__item .item-descr {
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0 20px
  }

  .practice-types__icon__item .item-descr {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    margin: 10px 0 20px;
  }

  .partners-types__icon__item .item-descr {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    margin: 10px 0 20px;
  }

  .lesson-going__icon__item .item-descr {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    margin: 10px 0 20px;
  }

  .rates-block__icon__item .item-descr {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    margin: 10px 0 20px;
  }

  .result-regular-lesson__icon__item .item-descr {
    margin: 10px 0 20px;
  }

  .four-steps__icon__item .item-descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 10px 0 20px;
  }

}

@media (min-width: 576px) {
  .training-types__content__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .practice-types__content__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .partners-types__content__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .lesson-going__content__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .lesson-going__content-two__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .rates-block__content__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .practice-types__icon__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .partners-types__icon__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .lesson-going__icon__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .rates-block__icon__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .result-regular-lesson__content__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .four-steps__content__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .result-regular-lesson__icon__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .four-steps__icon__item .item-btn {
    max-width: 255px;
    margin: 0 auto
  }

}

@media (min-width: 768px) {
  .training-types__content__item .item-btn {
    margin-top: auto
  }

  .practice-types__content__item .item-btn {
    margin-top: auto;
  }

  .partners-types__content__item .item-btn {
    margin-top: auto;
  }

  .lesson-going__content__item .item-btn {
    margin-top: auto;
  }

  .lesson-going__content-two__item .item-btn {
    margin-top: auto;
  }

  .rates-block__content__item .item-btn {
    margin-top: auto;
  }

  .practice-types__icon__item .item-btn {
    margin-top: auto;
  }

  .partners-types__icon__item .item-btn {
    margin-top: auto;
  }

  .lesson-going__icon__item .item-btn {
    margin-top: auto;
  }

  .rates-block__icon__item .item-btn {
    margin-top: auto;
  }

  .result-regular-lesson__content__item .item-btn {
    margin-top: auto;
  }

  .four-steps__content__item .item-btn {
    margin-top: auto;
  }

  .result-regular-lesson__icon__item .item-btn {
    margin-top: auto;
  }

  .four-steps__icon__item .item-btn {
    margin-top: auto;
  }

  .curses-block__title {
    text-align: left;
    max-width: 500px
  }
}

.curses-block {
  padding-top: 60px;
  position: relative
}

@media (min-width: 1200px) {
  .training-types__content__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .practice-types__content__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .partners-types__content__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .lesson-going__content__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .lesson-going__content-two__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .rates-block__content__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .practice-types__icon__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .partners-types__icon__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .lesson-going__icon__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .rates-block__icon__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .result-regular-lesson__content__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .four-steps__content__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .result-regular-lesson__icon__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .four-steps__icon__item .item-btn {
    margin: auto 0 0;
    max-width: 185px
  }

  .curses-block {
    padding-top: 75px
  }
}

.curses-block:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 300px);
  background-color: #e8ebed;
  position: absolute;
  top: 300px;
  left: 0
}

@media (min-width: 960px) {
  .training-types__content__item .item-descr {
    text-align: left
  }

  .practice-types__content__item .item-descr {
    text-align: left
  }

  .partners-types__content__item .item-descr {
    text-align: left
  }

  .lesson-going__content__item .item-descr {
    text-align: left
  }

  .lesson-going__content-two__item .item-descr {
    text-align: left;
  }

  .rates-block__content__item .item-descr {
    text-align: left
  }

  .practice-types__icon__item .item-descr {
    text-align: center;
  }

  .partners-types__icon__item .item-descr {
    text-align: center;
  }

  .lesson-going__icon__item .item-descr {
    text-align: center;
  }

  .rates-block__icon__item .item-descr {
    text-align: center;
  }

  .result-regular-lesson__content__item .item-descr {
    text-align: left
  }

  .four-steps__content__item .item-descr {
    text-align: left
  }

  .result-regular-lesson__icon__item .item-descr {
    text-align: center;
  }

  .four-steps__icon__item .item-descr {
    text-align: left;
  }

  .curses-block__title {
    max-width: 100%
  }
}

.curses-block__content {
  background-color: #f3f5f6;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  z-index: 1
}

.curses-block__content {
  background-color: #f3f5f6;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  z-index: 1
}

@media (min-width: 768px) {
  .curses-block__choose {
    max-width: 280px
  }

}

.curses-block__choose .choices {
  margin-top: 15px
}

@media (min-width: 1200px) {
  .curses-block__content {
    border-radius: 40px;
    padding: 80px 30px
  }


  .curses-block__choose {
    margin-top: 38px;
    max-width: 300px
  }

  .curses-block__choose .choose-title {
    font-weight: 700
  }

  .curses-block__choose .choices {
    max-width: 260px
  }
}

.curses-block__choose .choices__inner {
  border: 1px solid #dbdee0;
  border-radius: 4px;
  background-color: transparent;
  padding: 7px !important;
  min-height: auto
}

@media (min-width: 1200px) {
  .curses-block__choose .choices__inner {
    padding: 14px 5px !important
  }
}

.curses-block__choose .choices__inner .choices__list .choices__item {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #1c1b1f;
  letter-spacing: 0
}

.curses-block__tabs {
  margin-top: 40px
}

.curses-block__tabs__item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.curses-block__tabs__item .tab__left-side {
  width: 100%;
  margin-top: 28px
}

.curses-block__tabs__item .tab__left-side .tab-title {
  text-align: center;
  font-weight: 700
}

@media (min-width: 768px) {
  .curses-block__choose .choices__inner {
    background-color: #fff
  }

  .curses-block__tabs__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .curses-block__tabs__item .tab__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-top: 0;
    padding-right: 20px
  }

  .curses-block__tabs__item .tab__left-side .tab-title {
    font-size: 18px;
    text-align: left
  }
}

.curses-block__tabs__item .tab__left-side .tab-descr {
  margin-top: 20px
}

.curses-block__tabs__item .tab__left-side .tab-descr ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.curses-block__tabs__item .tab__left-side .tab-descr ul li {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-top: 20px
}

@media (min-width: 1200px) {
  .curses-block__tabs__item .tab__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 40px
  }

  .curses-block__tabs__item .tab__left-side .tab-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .55px
  }

  .curses-block__tabs__item .tab__left-side .tab-descr {
    margin-top: 35px;
    padding-left: 15px;
    letter-spacing: .3px
  }

  .curses-block__tabs__item .tab__left-side .tab-descr ul li {
    padding-left: 50px;
    margin-top: 28px
  }
}

.curses-block__tabs__item .tab__left-side .tab-descr ul li:nth-of-type(1) {
  margin-top: 0
}

.curses-block__tabs__item .tab__left-side .tab-descr ul li:before {
  content: "\e805";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #f96791;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 1px;
  left: 1px
}

.curses-block__tabs__item .tab__right-side {
  width: 100%
}

@media (min-width: 768px) {
  .curses-block__tabs__item .tab__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }
}

.curses-block__tabs__item .tab__right-side .tab-image {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 25px
}

@media (min-width: 1200px) {
  .curses-block__tabs__item .tab__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px
  }

  .curses-block__tabs__item .tab__right-side .tab-image {
    width: auto
  }
}

.curses-block__tabs__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.curses-block__btn-row {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.curses-block__btn-row .all-curses {
  display: inline-block;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
  color: #1c1b1f;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.curses-block__btn-row .all-curses:hover {
  color: #f96791
}

.cards-block {
  background-color: #e8ebed;
  padding-top: 55px
}

.cards-block .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (min-width: 1024px) {
  .cards-block .title-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width: 1200px) {
  .curses-block__btn-row {
    margin-top: 60px
  }

  .cards-block {
    padding-top: 75px
  }

  .cards-block .title-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media (min-width: 1024px) {
  .cards-block__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 20px);
    flex: 0 0 calc(40% - 20px);
    max-width: calc(40% - 20px);
    text-align: left
  }
}

@media (min-width: 1200px) {
  .cards-block__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 365px
  }
}

.cards-block__subtitle {
  font-family: Veles, sans-serif;
  color: #f96791;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  max-width: 270px;
  margin: 25px auto
}

@media (min-width: 576px) {
  .cards-block__subtitle {
    font-size: 24px;
    line-height: 30px;
    max-width: 320px
  }
}

@media (min-width: 768px) {
  .cards-block__subtitle {
    font-size: 26px;
    line-height: 35px;
    max-width: 350px
  }
}

@media (min-width: 1024px) {
  .cards-block__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% - 20px);
    flex: 0 0 calc(60% - 20px);
    max-width: calc(60% - 20px);
    text-align: left;
    margin-left: 40px
  }
}

@media (min-width: 1200px) {
  .cards-block__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 0 auto
  }
}

.cards-block__content .cards-slider .slider-item {
  margin: 0 15px;
  max-width: calc(100% - 30px);
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  height: auto;
}

@media (min-width: 576px) {
  .cards-block__content .cards-slider .slider-item {
    max-width: 420px;
    height: auto;
  }
}

.cards-block__content .cards-slider .slider-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  height: 100%;
}

.cards-block__content .cards-slider .slider-item__content__left-side {
  width: 100%;
  padding: 20px 32px
}

@media (min-width: 768px) {
  .cards-block__content .cards-slider .slider-item {
    max-width: 400px;
    height: auto;
  }

  .cards-block__content .cards-slider .slider-item__content__left-side {
    padding: 25px 20px
  }
}

.cards-block__content .cards-slider .slider-item__content__left-side .cards-title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  letter-spacing: .65px
}

@media (min-width: 1024px) {
  .cards-block__content {
    margin-top: 40px
  }

  .cards-block__content .cards-slider {
    margin-left: -30px
  }

  .cards-block__content .cards-slider .slider-item {
    max-width: 920px;
    margin: 0 30px 0 0;
    height: auto;

  }

  .cards-block__content .cards-slider .slider-item__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
  }

  .cards-block__content .cards-slider .slider-item__content__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 350px);
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
    padding: 40px 65px
  }

  .cards-block__content .cards-slider .slider-item__content__left-side .cards-title {
    font-size: 24px;
    line-height: 30px
  }
}

.cards-block__content .cards-slider .slider-item__content__left-side .cards-level {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px
}

@media (min-width: 768px) {
  .cards-block__content .cards-slider .slider-item__content__left-side .cards-level {
    margin-top: 10px
  }
}

.cards-block__content .cards-slider .slider-item__content__left-side .cards-descr {
  margin-top: 22px
}

.cards-block__content .cards-slider .slider-item__content__left-side .cards-descr ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.cards-block__content .cards-slider .slider-item__content__left-side .cards-descr ul li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-top: 20px
}

@media (min-width: 1024px) {
  .cards-block__content .cards-slider .slider-item__content__left-side .cards-level {
    margin-top: 22px;
    letter-spacing: .3px
  }

  .cards-block__content .cards-slider .slider-item__content__left-side .cards-descr {
    margin-top: 35px;
    line-height: 24px
  }

  .cards-block__content .cards-slider .slider-item__content__left-side .cards-descr ul li {
    margin-top: 25px
  }

  .cards-block__content .cards-slider .slider-item__content__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
    max-height: 100%
  }
}

.cards-block__content .cards-slider .slider-item__content__left-side .cards-descr ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #1c1b1f;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0
}

.cards-block__content .cards-slider .slider-item__content__left-side .cards-descr ul li:nth-of-type(1) {
  margin-top: 0
}

.cards-block__content .cards-slider .slider-item__content__left-side .more-link {
  margin: 38px 0 20px
}

@media (min-width: 768px) {
  .cards-block__content .cards-slider .slider-item__content__left-side .more-link {
    margin: 35px 0 20px 35px;
    max-width: 180px
  }

  .cards-block .navigation-row {
    padding: 0 100px
  }
}

@media (min-width: 1200px) {
  .cards-block__content .cards-slider {
    margin-left: -155px
  }

  .cards-block__content .cards-slider .slider-item__content__left-side .more-link {
    margin: 35px 0 0;
    max-width: 130px
  }
}

.cards-block__content .cards-slider .slider-item__content__right-side {
  width: 100%;
  position: relative;
  min-height: 175px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.cards-block__content .cards-slider .slider-item__content__right-side .tags-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 20px;
  right: 0
}

.cards-block__content .cards-slider .slider-item__content__right-side .tags-list__item {
  background-color: #6fde9b;
  color: #fff;
  border-radius: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .13px;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 5px 15px
}

.cards-block__content .cards-slider .slider-item__content__right-side .tags-list__item:last-child {
  border-radius: 17px 0 0 17px
}

.cards-block__content .cards-slider .slider-item__content__right-side .slide-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0
}

.cards-block .navigation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 45px 0 65px
}

.cards-block .navigation-row .slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0
}

.cards-block .navigation-row .slider-btns .slider-btn {
  font-size: 28px;
  line-height: 28px;
  color: #000;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer
}

.cards-block .navigation-row .slider-btns .slider-btn:hover {
  color: #f96791
}

.cards-block .navigation-row .slider-btns .slider-btn.swiper-button-disabled {
  opacity: .5
}

.cards-block .navigation-row .slider-btns .slider-btn.swiper-button-disabled:hover {
  color: #000
}

.cards-block .navigation-row .slider-btns .slider-btn.prev-slide .icon:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.cards-block .navigation-row .more-cards {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  color: #1c1b1f;
  letter-spacing: .3px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.cards-block .navigation-row .more-cards:hover {
  color: #f96791
}

.payment-block {
  padding-top: 55px
}

.payment-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #f96791;
  font-weight: 700;
  letter-spacing: .3px
}

.payment-block__title span {
  display: inline-block;
  font-family: Veles, sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 77px;
  margin: -50px 0 -40px;
  padding: 42px 15px;
  background: -o-linear-gradient(14.43deg, rgba(250, 97, 115, .5) 15.62%, rgba(22, 147, 220, .5) 57.16%, rgba(0, 199, 83, .5) 94.08%);
  background: linear-gradient(75.57deg, rgba(250, 97, 115, .5) 15.62%, rgba(22, 147, 220, .5) 57.16%, rgba(0, 199, 83, .5) 94.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 1
}

.payment-block__image {
  display: block;
  width: 130px;
  max-width: 100%;
  margin: 0 auto
}

@media (min-width: 768px) {
  .cards-block .navigation-row .slider-btns {
    width: auto
  }

  .cards-block .navigation-row .slider-btns .slider-btn.prev-slide {
    margin-right: 15px
  }

  .payment-block__image {
    width: 145px
  }

  .payment-block .payment-item:nth-of-type(1) {
    margin-top: 0
  }
}

.payment-block .payment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f3f5f6;
  border-radius: 30px;
  width: 100%;
  padding: 0 30px;
  margin: 20px auto;
  min-height: 87px
}

@media (max-width: 360px) {
  .payment-block__title span {
    font-size: 48px
  }

  .payment-block .payment-item {
    padding: 0 5px
  }
}

@media (min-width: 576px) {
  .payment-block .payment-item {
    max-width: 350px;
    padding: 0 15px
  }
}

@media (min-width: 1200px) {
  .cards-block .navigation-row .slider-btns .slider-btn.prev-slide {
    margin-right: 35px
  }

  .payment-block {
    padding-top: 85px
  }

  .payment-block__title {
    font-size: 18px;
    line-height: 24px
  }

  .payment-block__title span {
    margin: -40px 0;
    padding: 30px 15px
  }

  .payment-block__image {
    width: 192px
  }

  .payment-block .payment-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 15px);
    flex: 0 0 calc(33.3% - 15px);
    max-width: calc(33.3% - 15px);
    margin: 0 30px 0 0;
    padding: 30px 15px
  }

  .payment-block .payment-item:nth-of-type(3n) {
    margin-right: 0
  }
}

.payment-block .payment-item .payment-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-start;
  white-space: nowrap;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px
}

@media (min-width: 1200px) {
  .payment-block .payment-item .payment-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }
}

.payment-block .payment-item .payment-title span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  color: #f96791;
  text-align: center
}

.payment-block .payment-item .payment-title span:nth-of-type(1) {
  color: #1c1b1f;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  font-size: 14px;
  line-height: 20px
}

.payment-block .payment-item .payment-title span:nth-of-type(2) {
  font-size: 91px;
  line-height: 88px;
  margin-left: 12px;
  margin-right: 10px
}

.payment-block .payment-item .payment-title span:nth-of-type(3) {
  font-size: 21px;
  line-height: 12px
}

.payment-block .payment-item:nth-of-type(3) .payment-title span:nth-of-type(2) {
  font-size: 45px;
  line-height: 60px
}

@media (min-width: 1200px) {
  .payment-block .payment-item .payment-title span:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center
  }

  .payment-block .payment-item .payment-title span:nth-of-type(2) {
    display: block;
    width: 100%;
    margin: 5px 0 0
  }

  .payment-block .payment-item .payment-title span:nth-of-type(3) {
    font-size: 24px;
    line-height: 24px
  }

  .payment-block .payment-item:nth-of-type(3) .payment-title span:nth-of-type(2) {
    font-size: 69px;
    line-height: 92px
  }
}

.payment-block .payment-item:nth-of-type(3) .payment-title span:nth-of-type(3) {
  font-size: 14px;
  line-height: 19px
}

@media (min-width: 768px) {
  .payment-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .payment-block__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (min-width: 768px) {
  .payment-block__content__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .payment-block__content__left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (min-width: 768px) {
  .payment-block__content__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .payment-block__content__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 25px;
    margin-top: 35px;
  }
}

.answers-block {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .answers-block {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

.answers-block .title-row .navigation-row {
  display: none
}

@media (min-width: 1200px) and (min-width: 768px) {
  .answers-block .title-row .navigation-row .slider-btn.prev-slide {
    margin-right: 15px
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .answers-block .title-row .navigation-row .slider-btn.prev-slide {
    margin-right: 35px
  }
}

.answers-block__content {
  overflow: hidden;
  max-width: calc(100% + 30px);
  margin: 20px -15px 0;
  padding: 15px 0
}

@media (min-width: 1200px) {
  .payment-block .payment-item:nth-of-type(3) .payment-title span:nth-of-type(3) {
    font-size: 21px;
    line-height: 21px
  }

  .answers-block .title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .answers-block .title-row .navigation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 auto
  }

  .answers-block .title-row .navigation-row .slider-btn {
    font-size: 28px;
    line-height: 28px;
    color: #000;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer
  }

  .answers-block .title-row .navigation-row .slider-btn:hover {
    color: #f96791
  }

  .answers-block .title-row .navigation-row .slider-btn.swiper-button-disabled {
    opacity: .5
  }

  .answers-block .title-row .navigation-row .slider-btn.swiper-button-disabled:hover {
    color: #000
  }

  .answers-block .title-row .navigation-row .slider-btn.prev-slide .icon:before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
  }

  .answers-block__content {
    margin: 55px -15px 0;
    padding: 0
  }

  .answers-block__content .answers-slider .swiper-wrapper {
    padding: 0 15px
  }
}

.answers-block__content .answers-slider .slider-item {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, .12);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, .12);
  border-radius: 30px;
  max-width: 256px;
  max-height: 450px;
  overflow: hidden;
  margin: 0 15px 30px
}

.answers-block__content .answers-slider .slider-item .slide-link {
  display: block
}

.answers-block__content .answers-slider .slider-item .slide-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0
}

.help-form {
  padding-top: 75px;
  position: relative
}

@media (min-width: 768px) {
  .help-form {
    padding-top: 35px
  }
}

@media (min-width: 960px) {
  .help-form {
    margin-bottom: 30px;
    padding-top: 95px
  }
}

.help-form .container {
  position: relative
}

.help-form .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f96791;
  /* background-color: #000; */

}

@media (min-width: 960px) {
  .help-form .container:before {
    width: calc(100% - 30px);
    left: 15px;
    border-radius: 30px
  }

  .help-form__title {
    text-align: left;
    padding-left: 170px
  }
}

.help-form__title {
  color: #fff
}

@media (min-width: 1024px) {
  .cards-block__content .cards-slider .slider-item__content__right-side .tags-list {
    top: 40px
  }

  .cards-block__content .cards-slider .slider-item__content__right-side .tags-list__item {
    padding: 6px 16px
  }

  .help-form__title {
    padding-left: 235px
  }
}

@media (min-width: 1200px) {
  .answers-block__content .answers-slider .slider-item {
    margin: 20px 30px 20px 0;
    max-width: 256px
  }

  .help-form {
    padding-top: 135px;
    margin-bottom: 80px
  }

  .help-form .container:before {
    width: calc(100% + 160px);
    left: -80px
  }

  .help-form__title {
    padding-left: 285px
  }
}

.help-form__content {
  position: relative;
  z-index: 1;
  padding: 110px 0 70px
}

@media (min-width: 576px) {
  .help-form__content {
    max-width: 450px;
    margin: 0 auto
  }
}

@media (min-width: 768px) {
  .help-form__content {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0
  }

  .help-form__content .title-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width: 960px) {
  .help-form__content {
    max-width: 865px
  }

  .help-form__content .title-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative
  }
}

.help-form__content .help-image {
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 165px;
  height: auto
}

@media (min-width: 768px) {
  .help-form__content .help-image {
    position: relative;
    top: 0;
    margin: 0 auto 30px
  }
}

@media (min-width: 960px) {
  .help-form__content .help-image {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px
  }
}

@media (min-width: 1024px) {
  .help-form__content {
    max-width: 100%;
    padding: 40px
  }

  .help-form__content .help-image {
    max-width: 205px;
    width: 205px
  }
}

@media (min-width: 1200px) {
  .help-form__content {
    padding: 80px 0 15px
  }

  .help-form__content .help-image {
    max-width: 235px;
    width: 235px;
    bottom: 10px
  }
}

.help-form__content .hform {
  margin-top: 40px
}

@media (min-width: 768px) {
  .help-form__content .hform {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 315px;
    margin: 0 auto
  }
}

@media (min-width: 960px) {
  .help-form__content .hform {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.help-form__content .hform .input-group {
  margin-top: 27px
}

@media (min-width: 960px) {
  .help-form__content .hform .input-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 8px);
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
    margin: 0 10px 10px 0
  }

  .help-form__content .hform .input-group:nth-of-type(4n) {
    margin-right: 0
  }
}

@media (min-width: 1200px) {
  .help-form__content .hform {
    margin: 42px 0 0
  }

  .help-form__content .hform .input-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 22px);
    flex: 0 0 calc(25% - 22px);
    max-width: calc(25% - 22px);
    margin: 0 28px 20px 0
  }
}

.help-form__content .hform .input-group:nth-of-type(1) {
  margin-top: 0
}

.help-form__content .hform .input-group.btn-group .btn-style {
  padding: 16px 0
}

.help-form__content .hform .input-group.check-group {
  margin-top: 0;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

@media (min-width: 960px) {
  .help-form__content .hform .input-group.check-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    flex-direction: row;
    /* max-width: 70% */
  }
}

.learn-study .anchor,
.learn-how .anchor,
.learn-team .anchor,
.learn-programm .anchor {
  position: relative;
  top: -100px;
}

.learn-study {
  padding-top: 40px;
  overflow: hidden
}

@media (min-width: 768px) {
  .learn-study {
    padding-top: 80px
  }
}

.learn-study .container {
  position: relative
}

.learn-study .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e8ebed;
  border-radius: 35px 35px 0 0;
  position: absolute;
  top: 0;
  left: 0
}

@media (min-width: 1200px) {
  .help-form__content .hform .input-group.check-group {
    margin-top: 0
  }

  .learn-study {
    padding-top: 42px
  }

  .learn-study .container:before {
    width: calc(100% + 160px);
    left: -80px;
    border-radius: 40px 40px 0 0
  }
}

@media (min-width: 576px) {
  .learn-study__title {
    font-size: 22px;
    line-height: 26px;
    max-width: 50%;
    position: absolute;
    top: 22px;
    left: 0;
    min-height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding: 50px 60px; */
    padding: 30px 30px;
    text-align: left
  }

  .learn-study__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 768px) {
  .learn-study__title {
    top: 42px;
    left: 30px;
    max-width: 47%
  }
}

@media (min-width: 1200px) {
  .learn-study__title {
    padding: 70px 0;
    max-width: 33%;
  }
}

.learn-study__content {
  position: relative;
  z-index: 1;
  padding: 42px 0 22px
}

.learn-study__list {
  margin: 20px 0;
  position: relative;
  z-index: 1
}

.learn-study__list__item {
  max-width: 315px;
  margin: 20px auto 0
}

@media (min-width: 576px) {
  .learn-study__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 20px 60px 0
  }

  .learn-study__list__item:nth-of-type(2n) {
    margin-right: 0
  }

  .learn-study__list__item:nth-of-type(1) {
    margin-left: calc(50% - 10px)
  }
}

@media (min-width: 640px) {
  .learn-study__title {
    min-height: 175px
  }

  .learn-study__list__item {
    margin: 0 20px 40px 0
  }
}

@media (min-width: 960px) {
  .learn-study__title {
    font-size: 26px;
    line-height: 30px;
    left: 0px;
    max-width: 33%
  }

  .learn-study__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    margin: 0 10px 80px
  }

  .learn-study__list__item:nth-of-type(1) {
    margin-left: calc(33.3% + 10px)
  }

  .learn-study__list__item:nth-of-type(2n) {
    margin-right: 10px
  }
}

.learn-study__list__item .icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 3px
}

.learn-study__list__item .icon-block .icon-image {
  display: block;
  width: auto;
  max-width: 60px;
  margin: 0 auto
}

@media (min-width: 1200px) {
  .learn-study__list__item {
    margin: 0 10px 35px
  }

  .learn-study__list__item .icon-block {
    width: 200px;
    height: 165px;
    padding-bottom: 30px
  }

  .learn-study__list__item .icon-block .icon-image {
    max-width: 80px
  }
}

.learn-study__list__item .descr-block {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .3px
}

@media (min-width: 576px) {
  .learn-study__list__item .descr-block {
    padding: 0 10px
  }
}

@media (min-width: 768px) {
  .learn-study__list__item .descr-block {
    margin: 10px auto;
    max-width: 300px
  }
}

@media (min-width: 1200px) {
  .learn-study__list__item .descr-block {
    margin-top: 25px
  }
}

.learn-study__list__item:nth-of-type(1) {
  margin-top: 0
}

.learn-study__list__item:nth-of-type(5n+1) .icon-block {
  background-image: url(/images/svg/learning/icon1_bg.svg);
  background-size: 85px;
  background-position: 50% calc(50% + 5px)
}

@media (min-width: 1200px) {
  .learn-study__list__item:nth-of-type(5n+1) .icon-block {
    background-size: 130px;
    background-position: 50% calc(100% - 5px);
    padding-bottom: 10px
  }
}

.learn-study__list__item:nth-of-type(2n) .icon-block {
  background-image: url(/images/svg/learning/icon2_bg.svg);
  background-size: 80px;
  background-position: 50% 100%
}

@media (min-width: 1200px) {
  .learn-study__list__item:nth-of-type(2n) .icon-block {
    background-size: 130px;
    background-position: 50% 100%
  }
}

.learn-study__list__item:nth-of-type(3n) .icon-block {
  background-image: url(/images/svg/learning/icon3_bg.svg);
  background-size: 72px;
  background-position: calc(50% + 5px) 100%
}

@media (min-width: 1200px) {
  .learn-study__list__item:nth-of-type(3n) .icon-block {
    background-size: 110px
  }
}

.learn-study__list__item:nth-of-type(4n) .icon-block {
  background-image: url(/images/svg/learning/icon4_bg.svg);
  background-size: 90px;
  background-position: 50% 100%;
  padding-bottom: 10px
}

@media (min-width: 1200px) {
  .learn-study__list__item:nth-of-type(4n) .icon-block {
    background-size: 140px
  }
}

.learn-study__list__item:nth-of-type(5n) .icon-block {
  background-image: url(/images/svg/learning/icon5_bg.svg);
  background-size: 78px;
  background-position: 50% 100%;
  padding-bottom: 18px
}

.learn-how {
  background-color: #1c1b1f;
  padding: 40px 0
}

@media (min-width: 960px) {
  .learn-how {
    padding: 60px 0 0
  }

  .learn-how__title {
    text-align: left
  }
}

@media (min-width: 1200px) {
  .learn-study__list__item:nth-of-type(5n) .icon-block {
    background-size: 110px
  }

  .learn-how {
    padding: 70px 0 0
  }
}

.learn-how__title {
  color: #fff
}

.learn-how__subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  max-width: 375px;
  margin: 55px auto 0
}

@media (min-width: 960px) {
  .learn-how__subtitle {
    margin: 60px auto 60px 0;
    font-size: 38px;
    line-height: 45px;
    max-width: 50%;
    text-align: left
  }

  .learn-how__content {
    position: relative;
    padding: 80px 0 40px
  }
}

@media (min-width: 1024px) {
  .learn-how__subtitle {
    margin: 60px auto 60px 5%
  }
}

@media (min-width: 1200px) {
  .learn-how__subtitle {
    font-size: 48px;
    line-height: 56px;
    margin: 80px auto 60px 0;
    max-width: 65%;
    letter-spacing: 1.1px
  }
}

.learn-how__subtitle span {
  color: #f96791
}

.learn-how__content {
  margin-top: 32px
}

.learn-how__content .item-title {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 45px
}

@media (min-width: 960px) {
  .learn-how__content .item-title {
    font-size: 16px
  }
}

@media (min-width: 1200px) {
  .learn-how__content {
    margin-top: 62px;
    padding: 90px 0 40px
  }

  .learn-how__content .item-title {
    font-size: 20px
  }
}

.learn-how__content .item-descr {
  color: #fff;
  margin: 20px 0 12px
}

@media (min-width: 960px) {
  .learn-how__content .item-descr {
    font-size: 14px
  }
}

@media (min-width: 1200px) {
  .learn-how__content .item-descr {
    font-size: 16px
  }
}

@media (min-width: 576px) {
  .learn-how__content .level-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .learn-how__content__descr {
    text-align: center
  }
}

.learn-how__content .item-btn {
  margin-top: auto
}

.learn-how__content__descr {
  border-radius: 30px;
  padding: 30px 25px;
  position: relative;
  margin-bottom: 32px
}

.learn-how__content__descr:after {
  content: "\e801";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 3px);
  color: #fff;
  font-size: 25px;
  line-height: 25px
}

.learn-how__content__descr.descr-level {
  background-color: #a771d1
}

.learn-how__content__descr.descr-callback .item-title {
  padding-left: 0;
}

@media (min-width: 960px) {
  .learn-how__content__descr {
    text-align: left
  }

  .learn-how__content__descr:after {
    display: none
  }

  .learn-how__content__descr.descr-level {
    padding: 20px;
    max-width: 235px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
  }

  .learn-how__content__descr.descr-level:before {
    content: url(/images/svg/decor/learning/how_arrow1.svg);
    position: absolute;
    top: calc(100% + 20px);
    left: 45px
  }
}

@media (min-width: 1200px) {
  .learn-how__content__descr.descr-level {
    max-width: 252px;
    padding: 30px 24px 40px;
    border-radius: 30px
  }

  .learn-how__content__descr.descr-level:before {
    top: calc(100% + 30px);
    left: 75px
  }
}

.learn-how__content__descr.descr-level .item-title:before {
  content: url(/images/svg/learning/how_icon1.svg);
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0
}

.learn-how__content__descr.descr-support {
  background-color: #f96792
}

@media (min-width: 960px) {
  .learn-how__content__descr.descr-support {
    position: absolute;
    top: -60px;
    right: 0;
    padding: 20px;
    border-radius: 20px;
    max-width: 390px;
    margin-top: -10px;
  }

  .learn-how__content__descr.descr-support:before {
    content: url(/images/svg/decor/learning/how_arrow2.svg);
    position: absolute;
    top: 10px;
    right: calc(100% + 30px)
  }
}

@media (min-width: 1200px) {
  .learn-how__content__descr.descr-support {
    top: -40px;
    border-radius: 30px;
    padding: 24px 22px 10px;
  }

  .learn-how__content__descr.descr-support:before {
    top: 2px
  }
}

.learn-how__content__descr.descr-support .item-title:before {
  content: url(/images/svg/learning/how_icon2.svg);
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0
}

.learn-how__content__descr.descr-callback {
  background-color: #1693dc;

}

@media (min-width: 960px) {
  .learn-how__content__descr.descr-callback {
    position: absolute;
    /* bottom: 70px; */
    top: 417px;
    right: 0;
    border-radius: 20px;
    padding: 20px;
    max-width: 285px
  }

  .learn-how__content__descr.descr-callback:before {
    content: url(/images/svg/decor/learning/how_arrow4.svg);
    position: absolute;
    top: calc(100% - 30px);
    right: calc(100% + 25px)
  }
}

/* .learn-how__content__descr.descr-callback .item-title:before {
  content: url(/images/svg/learning/how_icon3.svg);
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0
} */
.learn-how__content__main {
  background-color: #f5f6f7;
  border-radius: 30px;
  padding: 30px 25px;
  position: relative;
  margin-bottom: 32px
}

@media (min-width: 960px) {
  .learn-how__content__main {
    max-width: 645px;
    margin: 0 auto 0 calc(20% - 6px);
    padding: 40px 35px 40px 85px
  }

  .learn-how__content__main:before {
    content: url(/images/svg/decor/learning/how_arrow3.svg);
    position: absolute;
    top: calc(50% - 125px);
    left: calc(100% + 20px)
  }
}

@media (min-width: 1200px) {
  .learn-how__content__descr.descr-callback {
    border-radius: 30px;
    padding: 24px 30px;
    /* bottom: 80px */
    /* top: 417px; */
  }

  .learn-how__content__main {
    padding: 40px 25px 40px 65px;
    border-radius: 40px
  }

  .learn-how__content__main:before {
    left: calc(100% + 105px)
  }
}

.learn-how__content__main:after {
  content: "\e801";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 3px);
  color: #fff;
  font-size: 25px;
  line-height: 25px
}

.learn-how__content__main .title-row .item-title {
  color: #000;
  padding: 0
}

@media (min-width: 960px) {
  .learn-how__content__main:after {
    display: none
  }

  .learn-how__content__main .title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .learn-how__content__main .title-row .item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    font-size: 18px
  }
}

.learn-how__content__main .title-row span {
  display: block;
  width: 100%;
  background-color: #f8cd4b;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1c1b1f;
  text-align: center;
  margin-top: 10px;
  padding: 12px 5px
}

@media (min-width: 960px) {
  .learn-how__content__main .title-row span {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    /* margin: 0 auto 0 30px; */
    margin: 0 auto 0 12px;
    padding: 12px 20px
  }
}

.learn-how__content__main .descr-block {
  margin-top: 25px
}

@media (min-width: 1200px) {
  .learn-how__content__main .title-row .item-title {
    font-size: 20px
  }

  .learn-how__content__main .title-row span {
    /* padding: 12px 24px; */
    padding: 12px 12px;
    font-size: 16px;
    letter-spacing: .2px
  }

  .learn-how__content__main .descr-block {
    margin-top: 35px;
    letter-spacing: .3px
  }
}

.learn-how__content__main .descr-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.learn-how__content__main .descr-block ul li {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 25px
}

.learn-how__content__main .descr-block ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 16px);
  position: absolute;
  top: 6px;
  left: 5px;
  border-left: 2px dotted #cbd3dd
}

.learn-how__content__main .descr-block ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f96791;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 2px
}

.learn-how__content__main .descr-block ul li:nth-of-type(1) {
  margin-top: 0
}

.learn-how__content__main .descr-block ul li:last-child:before {
  display: none
}

.learn-team {
  padding-top: 40px;
  background-color: #f5f6f7;
  overflow: hidden
}

@media (min-width: 960px) {
  .learn-team {
    padding-top: 100px
  }

  .learn-team__title {
    text-align: left
  }
}

.learn-team__content {
  margin: 35px 0
}

.learn-team__content__item {
  position: relative;
  margin-bottom: 30px
}

.learn-team__content__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  border-left: 2px dotted #cbd3dd;
  position: absolute;
  top: 100%;
  left: 50%
}

@media (min-width: 1200px) {
  .learn-team {
    padding-top: 82px
  }

  .learn-team__content {
    margin-top: 132px
  }

  .learn-team__content__item {
    margin-bottom: 60px
  }

  .learn-team__content__item:before {
    left: 0
  }
}

.learn-team__content__item:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f96791;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(100% + 10px)
}

.learn-team__content__item:last-child {
  margin-bottom: 0
}

.learn-team__content__item:last-child:after,
.learn-team__content__item:last-child:before {
  display: none
}

.learn-team__content__item .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 24px
}

.learn-team__content__item .content-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 40px
}

.learn-team__content__item .content-wrapper > * {
  position: relative;
  z-index: 1
}

.learn-team__content__item .content-wrapper .item-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px
}

@media (min-width: 960px) {
  .learn-team__content__item .content-wrapper .item-title {
    text-align: left
  }
}

@media (min-width: 1200px) {
  .learn-team__content__item:after {
    left: -3px;
    top: calc(100% + 28px)
  }

  .learn-team__content__item .content-wrapper {
    padding: 40px 0
  }

  .learn-team__content__item .content-wrapper:before {
    width: calc(100% + 180px);
    left: -90px
  }

  .learn-team__content__item .content-wrapper .item-title {
    font-size: 20px;
    line-height: 24px
  }
}

.learn-team__content__item .content-wrapper .item-descr {
  margin-top: 20px;
  font-size: 14px
}

@media (min-width: 1200px) {
  .learn-team__content__item .content-wrapper .item-descr {
    margin-top: 18px
  }
}

.learn-team__content__item .content-wrapper .team-image {
  display: block;
  width: auto;
  max-width: 200px;
  margin: 0 auto
}

.learn-team__content__item .content-wrapper .social-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: .35px
}

.learn-team__content__item .content-wrapper .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px
}

@media (min-width: 1200px) {
  .learn-team__content__item .content-wrapper .social-title {
    text-align: right
  }

  .learn-team__content__item .content-wrapper .social-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.learn-team__content__item .content-wrapper .social-links__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin: 0 20px
}

@media (max-width: 360px) {
  .learn-team__content__item .content-wrapper .social-links__item {
    margin: 0 12px
  }
}

.learn-team__content__item .content-wrapper .social-links__link {
  color: #f96791
}

.learn-team__content__item .content-wrapper .social-links__link .icon {
  font-size: 30px;
  line-height: 32px;
  position: relative
}

.learn-team__content__item .content-wrapper .social-links__link .icon.icon-telegram {
  font-size: 32px
}

.learn-team__content__item .content-wrapper .social-links__link .icon.icon-youtube {
  font-size: 34px
}

.learn-team__content__item .content-wrapper .social-links__link .icon.icon-vk {
  font-size: 36px
}

.learn-team__content__item .content-wrapper .social-links__link .icon.icon-fb {
  font-size: 26px
}

@media (min-width: 960px) {
  .learn-team__content__item.main-item .item-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
  }
}

@media (min-width: 950px) {
  .learn-team__content__item.main-item .item-descr__column:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px)
  }
}

@media (min-width: 1200px) {
  .learn-team__content__item .content-wrapper .social-links__item {
    margin: 0 0 0 35px
  }

  .learn-team__content__item.main-item .item-descr__column:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
    max-width: calc(100% - 650px)
  }
}

.learn-team__content__item.main-item .item-descr__column:nth-of-type(2) {
  margin-top: 24px
}

@media (min-width: 960px) {
  .learn-team__content__item.main-item .item-descr__column:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: calc(100% + 15px)
  }

  .learn-team__content__item.main-item .item-descr__column:nth-of-type(2) .team-image {
    display: block;
    margin: 0 auto
  }
}

@media (min-width: 1200px) {
  .learn-team__content__item.main-item .item-descr__column:nth-of-type(2) {
    position: relative;
    bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px
  }

  .learn-team__content__item.main-item .item-descr__column:nth-of-type(2) .team-image {
    display: block;
    width: auto;
    max-width: 100%;
    position: absolute;
    top: -275px;
    left: 15px;
    right: 0;
    margin: 0 auto
  }
}

.learn-team__content__item.main-item .item-descr__column:nth-of-type(3) {
  margin-top: 20px
}

@media (min-width: 960px) {
  .learn-team__content__item.main-item .item-descr__column:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    margin: 0
  }

  .learn-team__content__item.carrier-item .item-descr {
    max-width: 100%;
    padding-right: 30px;
  }

  .learn-team__content__item.track-item .item-descr {
    max-width: calc(100% - 280px);
    padding-right: 30px;
  }
}

.learn-team__content__item.carrier-item .track-wrapper,
.learn-team__content__item.track-item .track-wrapper {
  margin-top: 30px
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person,
.learn-team__content__item.track-item .track-wrapper .track-descr__person {
  border: 1px solid #e3e7eb;
  border-radius: 20px;
  padding: 30px 20px 20px;
  margin-bottom: 20px
}

@media (min-width: 640px) {
  .learn-team__content__item.carrier-item .track-wrapper .track-descr,
  .learn-team__content__item.track-item .track-wrapper .track-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .learn-team__content__item.carrier-item .track-wrapper .track-descr__person,
  .learn-team__content__item.track-item .track-wrapper .track-descr__person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 20px 20px 0
  }

  /* .learn-team__content__item.carrier-item .track-wrapper .track-descr__person:nth-of-type(2n),
  .learn-team__content__item.track-item .track-wrapper .track-descr__person:nth-of-type(2n) {
    margin-right: 0
  } */
}

@media (min-width: 960px) {
  .learn-team__content__item.carrier-item .track-wrapper .track-descr__person,
  .learn-team__content__item.track-item .track-wrapper .track-descr__person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 10px);
    flex: 0 0 calc(33.3% - 10px);
    max-width: calc(33.3% - 10px);
    margin: 0 15px 15px 0
  }

  /* .learn-team__content__item.carrier-item .track-wrapper .track-descr__person:nth-of-type(2n),
  .learn-team__content__item.track-item .track-wrapper .track-descr__person:nth-of-type(2n) {
    margin-right: 15px
  } */

  .learn-team__content__item.carrier-item .track-wrapper .track-descr__person:nth-of-type(3n),
  .learn-team__content__item.track-item .track-wrapper .track-descr__person:nth-of-type(3n) {
    margin-right: 0
  }
}

@media (min-width: 1200px) {
  .learn-team__content__item.carrier-item .track-wrapper,
  .learn-team__content__item.track-item .track-wrapper {
    margin-top: 85px
  }

  .learn-team__content__item.carrier-item .track-wrapper .track-descr__person,
  .learn-team__content__item.track-item .track-wrapper .track-descr__person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    margin: 0 30px 30px 0
  }

  /* .learn-team__content__item.carrier-item .track-wrapper .track-descr__person:nth-of-type(2n),
  .learn-team__content__item.track-item .track-wrapper .track-descr__person:nth-of-type(2n) {
    margin-right: 30px
  } */
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .image-block,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .image-block {
  max-width: 120px;
  position: relative;
  margin: 0 auto
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .image-block .person-icon,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .image-block .person-icon {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 50%
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .image-block .audio-link,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .image-block .audio-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
  background-color: #f96791;
  color: #fff;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  text-decoration: none
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .image-block .audio-link .icon,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .image-block .audio-link .icon {
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  left: 1px
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .image-block .audio-link:hover,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .image-block .audio-link:hover {
  background-color: #ee4f62
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .image-block .audio-link.play-type .icon:before,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .image-block .audio-link.play-type .icon:before {
  content: "\f00e"
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .descr-block,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .descr-block {
  text-align: center;
  margin-top: 22px
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .descr-block .person-name,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .descr-block .person-name {
  font-weight: 700;
  letter-spacing: .35px
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .descr-block .person-exp,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .descr-block .person-exp {
  font-size: 14px;
  color: #747f87;
  letter-spacing: .35px
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .descr-block .person-exp span,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .descr-block .person-exp span {
  display: inline-block;
  font-weight: 700;
  color: #000;
  margin-left: 3px
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .descr-block .person-intro,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .descr-block .person-intro {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  letter-spacing: .35px
}

.learn-team__content__item.carrier-item .track-wrapper .track-descr__person .descr-block .more-link,
.learn-team__content__item.track-item .track-wrapper .track-descr__person .descr-block .more-link {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #f96791;
  letter-spacing: .2px
}

.learn-team__content__item.carrier-item .track-row,
.learn-team__content__item.track-item .track-row {
  margin-top: 30px
}

@media (min-width: 576px) {
  .learn-team__content__item.carrier-item .track-row,
  .learn-team__content__item.track-item .track-row {
    margin: 30px auto 0;
    max-width: 255px
  }
}

@media (min-width: 960px) {
  .learn-team__content__item.carrier-item .track-row,
  .learn-team__content__item.track-item .track-row {
    position: absolute;
    top: 80px;
    right: -30px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
  }

  .learn-team__content__item.carrier-item .track-row .btn-style,
  .learn-team__content__item.track-item .track-row .btn-style {
    max-width: 200px;
    margin: 0 auto
  }

  .learn-team__content__item.carrier-item .track-info ul,
  .learn-team__content__item.track-item .track-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.learn-team__content__item.carrier-item .track-info,
.learn-team__content__item.track-item .track-info {
  margin-top: 30px
}

@media (min-width: 1024px) {
  .learn-team__content__item.carrier-item .track-info,
  .learn-team__content__item.track-item .track-info {
    margin-top: 50px
  }
}

.learn-team__content__item.carrier-item .track-info ul,
.learn-team__content__item.track-item .track-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px
}

.learn-team__content__item.carrier-item .track-info ul li,
.learn-team__content__item.track-item .track-info ul li {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 28px;
  margin-top: 15px
}

.learn-team__content__item.carrier-item .track-info ul li:nth-of-type(1),
.learn-team__content__item.track-item .track-info ul li:nth-of-type(1) {
  margin-top: 0
}

.learn-team__content__item.carrier-item .track-info ul li:before,
.learn-team__content__item.track-item .track-info ul li:before {
  content: "\e805";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #f96791;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 2px;
  left: -1px
}

.learn-programm {
  padding-top: 40px
}

.learn-programm__content {
  margin-top: 35px
}

.learn-programm__content .programm-slider {
  overflow: hidden;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 0 15px
}

@media (min-width: 960px) {
  .learn-team__content__item.carrier-item .track-info ul li,
  .learn-team__content__item.track-item .track-info ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 20px 15px 0
  }

  .learn-team__content__item.carrier-item .track-info ul li:nth-of-type(2n),
  .learn-team__content__item.track-item .track-info ul li:nth-of-type(2n) {
    margin-right: 0
  }

  .learn-programm__title {
    text-align: left
  }

  .learn-programm__content .programm-slider .programm-item {
    padding: 0 30px
  }
}

@media (min-width: 1200px) {
  .learn-team__content__item.carrier-item .track-row .btn-style,
  .learn-team__content__item.track-item .track-row .btn-style {
    margin: 0 0 0 auto
  }

  .learn-programm {
    padding-top: 82px
  }

  .learn-programm__content {
    margin-top: 75px
  }

  .learn-programm__content .programm-slider {
    overflow: visible
  }

  .learn-programm__content .programm-slider .programm-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 20px;
    padding: 25px 35px
  }

  .learn-programm__content .programm-slider .programm-item:nth-of-type(2n+1) {
    background-color: #f5f6f7
  }
}

.learn-programm__content .programm-slider .programm-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px
}

@media (min-width: 960px) {
  .learn-programm__content .programm-slider .programm-item__name {
    margin-bottom: 15px
  }
}

.learn-programm__content .programm-slider .programm-item__name .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0
}

@media (min-width: 768px) {
  .learn-programm__content .programm-slider .programm-item__name .name {
    font-size: 24px
  }
}

@media (min-width: 1200px) {
  .learn-programm__content .programm-slider .programm-item__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 155px;
    flex: 0 0 155px; */
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 100%;
    /* width: 155px; */
    width: 200px;
    margin-bottom: 0
  }

  .learn-programm__content .programm-slider .programm-item__name .name {
    font-size: 20px
  }
}

.learn-programm__content .programm-slider .programm-item__name .download-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 18px 0 auto;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: .1px;
  text-transform: uppercase;
  color: #b3b1ba;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

@media (min-width: 960px) {
  .learn-programm__content .programm-slider .programm-item__name .download-link {
    margin: 0 0 0 auto
  }

  .learn-nsale__title {
    text-align: left
  }
}

.learn-programm__content .programm-slider .programm-item__name .download-link .icon {
  font-size: 14px;
  line-height: 25px;
  margin: 0 5px
}

.learn-programm__content .programm-slider .programm-item__name .download-link:hover {
  color: #000
}

.learn-programm__content .programm-slider .programm-item__count,
.learn-programm__content .programm-slider .programm-item__descr,
.learn-programm__content .programm-slider .programm-item__hours,
.learn-programm__content .programm-slider .programm-item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  border-bottom: 1px solid #e3e7eb;
  padding: 10px 0;
  text-align: center
}

@media (min-width: 768px) {
  .learn-programm__content .programm-slider .programm-item__name .download-link {
    font-size: 14px;
    letter-spacing: .35px
  }

  .learn-programm__content .programm-slider .programm-item__count,
  .learn-programm__content .programm-slider .programm-item__descr,
  .learn-programm__content .programm-slider .programm-item__hours,
  .learn-programm__content .programm-slider .programm-item__time {
    padding: 15px 0
  }
}

@media (min-width: 1200px) {
  .learn-programm__content .programm-slider .programm-item__name .download-link {
    font-size: 10px;
    margin: 8px 0 0
  }

  .learn-programm__content .programm-slider .programm-item__name .download-link .icon {
    margin: 0 5px 0 0
  }

  .learn-programm__content .programm-slider .programm-item__count,
  .learn-programm__content .programm-slider .programm-item__descr,
  .learn-programm__content .programm-slider .programm-item__hours,
  .learn-programm__content .programm-slider .programm-item__time {
    display: block;
    text-align: center;
    padding: 0;
    border: none
  }
}

.learn-programm__content .programm-slider .programm-item__count:before,
.learn-programm__content .programm-slider .programm-item__descr:before,
.learn-programm__content .programm-slider .programm-item__hours:before,
.learn-programm__content .programm-slider .programm-item__time:before {
  content: attr(data-title);
  display: block;
  /* max-width: 33.3%; */
  max-width: 50%;
  -webkit-box-flex: 0;
  /* -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%; */
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #b3b1ba;
  position: relative;
  bottom: -5px;
  text-align: left
}

.learn-programm__content .programm-slider .programm-item__count > div,
.learn-programm__content .programm-slider .programm-item__descr > div,
.learn-programm__content .programm-slider .programm-item__hours > div,
.learn-programm__content .programm-slider .programm-item__time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  /* -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%; */
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 12px
}

@media (min-width: 768px) {
  .learn-programm__content .programm-slider .programm-item__count:before,
  .learn-programm__content .programm-slider .programm-item__descr:before,
  .learn-programm__content .programm-slider .programm-item__hours:before,
  .learn-programm__content .programm-slider .programm-item__time:before {
    font-size: 13px;
    letter-spacing: .2px
  }

  .learn-programm__content .programm-slider .programm-item__count > div,
  .learn-programm__content .programm-slider .programm-item__descr > div,
  .learn-programm__content .programm-slider .programm-item__hours > div,
  .learn-programm__content .programm-slider .programm-item__time > div {
    font-size: 14px
  }
}

@media (min-width: 1200px) {
  .learn-programm__content .programm-slider .programm-item__count:before,
  .learn-programm__content .programm-slider .programm-item__descr:before,
  .learn-programm__content .programm-slider .programm-item__hours:before,
  .learn-programm__content .programm-slider .programm-item__time:before {
    display: none
  }

  .learn-programm__content .programm-slider .programm-item__count > div,
  .learn-programm__content .programm-slider .programm-item__descr > div,
  .learn-programm__content .programm-slider .programm-item__hours > div,
  .learn-programm__content .programm-slider .programm-item__time > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 0 0 30px;
    font-size: 12px
  }

  .learn-programm__content .programm-slider .programm-item__count > div:nth-of-type(1),
  .learn-programm__content .programm-slider .programm-item__descr > div:nth-of-type(1),
  .learn-programm__content .programm-slider .programm-item__hours > div:nth-of-type(1),
  .learn-programm__content .programm-slider .programm-item__time > div:nth-of-type(1) {
    padding-bottom: 8px
  }

  .learn-programm__content .programm-slider .programm-item__count > div:nth-of-type(2),
  .learn-programm__content .programm-slider .programm-item__descr > div:nth-of-type(2),
  .learn-programm__content .programm-slider .programm-item__hours > div:nth-of-type(2),
  .learn-programm__content .programm-slider .programm-item__time > div:nth-of-type(2) {
    border-top: 1px solid #e3e7eb;
    padding-top: 8px
  }
}

.learn-programm__content .programm-slider .programm-item__count > div span,
.learn-programm__content .programm-slider .programm-item__descr > div span,
.learn-programm__content .programm-slider .programm-item__hours > div span,
.learn-programm__content .programm-slider .programm-item__time > div span {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  margin: 0 0 20px;
  font-weight: 700
}

@media (min-width: 768px) {
  .learn-programm__content .programm-slider .programm-item__count > div span,
  .learn-programm__content .programm-slider .programm-item__descr > div span,
  .learn-programm__content .programm-slider .programm-item__hours > div span,
  .learn-programm__content .programm-slider .programm-item__time > div span {
    margin: 0 0 25px
  }
}

@media (min-width: 1200px) {
  .learn-programm__content .programm-slider .programm-item__count > div span,
  .learn-programm__content .programm-slider .programm-item__descr > div span,
  .learn-programm__content .programm-slider .programm-item__hours > div span,
  .learn-programm__content .programm-slider .programm-item__time > div span {
    display: inline-block;
    text-align: left;
    width: 50%;
    margin: 0
  }

  .learn-programm__content .programm-slider .programm-item:nth-of-type(1) .programm-item__count:before,
  .learn-programm__content .programm-slider .programm-item:nth-of-type(1) .programm-item__descr:before,
  .learn-programm__content .programm-slider .programm-item:nth-of-type(1) .programm-item__hours:before,
  .learn-programm__content .programm-slider .programm-item:nth-of-type(1) .programm-item__time:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 55px;
    position: absolute;
    left: 30px;
    top: -120px
  }
}

.learn-programm__content .programm-slider .programm-item__time {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 0
}

.learn-programm__content .programm-slider .programm-item__descr {
  border-bottom: none
}

.learn-programm__content .programm-slider .programm-item__descr > div {
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .learn-programm__content .programm-slider .programm-item__descr > div {
    font-size: 14px
  }
}

@media (min-width: 1200px) {
  .learn-programm__content .programm-slider .programm-item__time {
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 310px;
    flex: 0 0 310px; */
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 100%;
    /* width: 310px; */
    width: 200px;
    padding: 0
  }

  .learn-programm__content .programm-slider .programm-item__time:before {
    /* left: calc(50% + 15px)!important */
  }

  .learn-programm__content .programm-slider .programm-item__hours {
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 155px;
    flex: 0 0 155px; */
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 100%;
    /* width: 155px; */
    width: 200px;
  }

  .learn-programm__content .programm-slider .programm-item__count {
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 185px;
    flex: 0 0 185px; */
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 100%;
    /* width: 185px; */
    width: 200px;
  }

  .learn-programm__content .programm-slider .programm-item__count:before {
    width: 100% !important;
    max-width: 100%
  }

  .learn-programm__content .programm-slider .programm-item__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    max-width: 100%;
    width: 235px;
    text-align: left
  }

  .learn-programm__content .programm-slider .programm-item__descr > div {
    font-size: 12px;
    line-height: 16px
  }

  .learn-programm__content .programm-slider .programm-item__descr:before {
    top: -114px !important;
    left: 10px !important;
    width: 100% !important;
    max-width: 100%
  }
}

.learn-programm__content .programm-slider .programm-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
  width: 100%
}

.learn-programm__content .programm-slider .programm-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color .3s, border-color .3s;
  -o-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
  border: 2px solid #b3b1ba;
  margin: 0 9px;
  opacity: 1
}

.learn-programm__content .programm-slider .programm-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f96791;
  border-color: #f96791
}

.learn-nsale {
  background-color: #f3f5f6;
  margin-top: 10px;
  padding-top: 40px
}

@media (min-width: 1200px) {
  .learn-nsale {
    margin-top: 35px;
    padding-top: 70px
  }
}

.learn-nsale__content {
  margin-top: 35px;
  padding: 0 24px
}

.learn-nsale__content__full {
  color: #f96791;
  line-height: 24px
}

.learn-nsale__content__side-item {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: .35px
}

.learn-nsale__content__btn-row {
  margin-top: 30px
}

.learn-nsale__content__btn-row .try-btn {
  font-size: 14px;
  padding: 15px
}

@media (min-width: 576px) {
  .learn-nsale__content__btn-row .try-btn {
    max-width: 255px;
    margin: 0 auto
  }
}

@media (min-width: 1200px) {
  .learn-nsale__content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .learn-nsale__content__full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .learn-nsale__content__btn-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px
  }

  .learn-nsale__content__btn-row .try-btn {
    max-width: 280px
  }
}

.learn-tarifs {
  background-color: #f3f5f6;
  padding: 40px 0;
  overflow: hidden
}

.learn-tarifs__title {
  color: #fff;
  text-align: left;
  font-size: 22px;
  line-height: 27px;
}

.learn-tarifs .container {
  position: relative
}

.learn-tarifs .container:before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #1c1b1f;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 15px
}

@media (min-width: 1200px) {
  .learn-tarifs {
    padding: 90px 0
  }

  .learn-tarifs .container:before {
    width: calc(100% + 160px);
    left: -80px
  }
}

.learn-tarifs__content {
  position: relative;
  z-index: 1;
  padding: 30px 24px 12px
}

.learn-tarifs__content .tarifs-list {
  margin-top: 35px;
}

.learn-tarifs__content .tarifs-list__group {
  color: rgb(255, 255, 255, 1);
  margin-top: 35px;
}

.learn-tarifs__content .tarifs-list:not(:last-child) {
  margin-bottom: 30px;
}

.learn-tarifs__content .tarifs-list__group-title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-left: 36px;
}

.learn-tarifs__content .tarifs-list__items {
  position: relative;
  display: flex;
  flex-direction: column;
}

.learn-tarifs__content .tarifs-list__item {
  color: #FFFFFF;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}

.learn-tarifs__content .tarifs-list__item:first-child {
  margin-top: 30px;
}

.learn-tarifs__content .tarifs-list__first-line-item {
  padding: 22px 0;
  background: #F96791;
}

.learn-tarifs__content .tarifs-list__second-line-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 0;
  background: #1693DC;
}

.learn-tarifs__content .tarifs-list__item-price {
  font-size: 24px;
  line-height: 29px;
}

.learn-tarifs__content .tarifs-list__item-time {
  display: flex;
}

.learn-tarifs__content .tarifs-list__item-time span {
  display: block;
}

.learn-tarifs__content .tarifs-list__item-time br {
  display: none;
}

.learn-tarifs__content .tarifs-list__item-main-info {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.learn-tarifs__content .tarifs-list__item-main-info span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.learn-tarifs__content .tarifs-list__first-line-item .tarifs-list__item-desc {
  position: absolute;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  left: 50%;
  top: 70%;
  transform: translate(-50%, 0);
}

.learn-tarifs__content .tarifs-list__third-line-item {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 14px 0 12px;
  background: #A771D1;
}

.learn-tarifs__content .tarifs-list__third-line-item .tarifs-list__item-time {
  display: block;
  margin-bottom: 4px;
}

.learn-tarifs__content .tarifs-list__third-line-item .tarifs-list__item-price {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.learn-tarifs__content .tarifs-list__third-line-item .tarifs-list__item-price span {
  font-size: 20px;
  line-height: 25px;
}

.learn-tarifs__content .tarifs-list__group-title::before {
  position: absolute;
  content: url(/images/svg/learning/oval.svg);
  left: -20.7px;
  z-index: 1;
}

.learn-tarifs__content .tarifs-list__first-items .tarifs-list__first-line-item:first-child:before {
  position: absolute;
  content: '';
  height: 59px;
  border: 1px dashed #CBD3DD;
  top: -60px;
  left: 18px;
  z-index: -1;
}

.learn-tarifs__content .tarifs-list__second-items .tarifs-list__second-line-item:first-child:before,
.learn-tarifs__content .tarifs-list__third-items .tarifs-list__third-line-item:first-child:before {
  position: absolute;
  content: '';
  height: 125px;
  border: 1px dashed #CBD3DD;
  top: -125px;
  left: 18px;
  z-index: -1;
}

@media (min-width: 511px) {
  .learn-tarifs__content .tarifs-list__first-items .tarifs-list__first-line-item:first-child:before {
    top: -40px;
  }
}

@media (min-width: 1200px) {
  .learn-tarifs__content {
    padding: 60px 0 30px
  }

}

@media (min-width: 768px) {
  .learn-tarifs__title {
    color: #fff;
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .learn-tarifs__content .tarifs-list:not(:last-child) {
    margin-bottom: 70px;
  }

  .learn-tarifs__content .tarifs-list__second-group, .learn-tarifs__content .tarifs-list__third-group {
    margin-top: 70px;
  }

  .learn-tarifs__content .tarifs-list__group-title {
    font-size: 20px;
    line-height: 24px;
  }

  .learn-tarifs__content .tarifs-list__items {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .learn-tarifs__content .tarifs-list__item {
    margin-top: 30px;
  }

  .learn-tarifs__content .tarifs-list__item:first-child {
    margin-top: 30px;
  }

  .learn-tarifs__content .tarifs-list__first-line-item {
    max-width: 350px;
    width: calc(50% - 30px);
    padding: 36px 0;
    margin-right: 30px;
  }

  .learn-tarifs__content .tarifs-list__first-line-item .tarifs-list__item-desc {
    top: 65%;
  }

  .learn-tarifs__content .tarifs-list__second-line-item {
    display: block;
    max-width: 197px;
    width: calc(50% - 30px);
    padding: 18px 0;
    margin-right: 30px;
  }

  .learn-tarifs__content .tarifs-list__item-price {
    font-size: 20px;
    line-height: 24px;
    margin-top: 6px;
  }

  .learn-tarifs__content .tarifs-list__item-time {
    display: block;
  }

  .learn-tarifs__content .tarifs-list__item-time span {
    display: none;
  }

  .learn-tarifs__content .tarifs-list__item-time br {
    display: block;
  }

  .learn-tarifs__content .tarifs-list__third-line-item {
    padding: 27px;
  }

  .learn-tarifs__content .tarifs-list__third-line-item .tarifs-list__item-time {
    margin-bottom: 14px;
  }
}

.learn-questions {
  padding: 40px 0
}

.learn-questions__title {
  text-align: left
}

.learn-questions__content {
  margin-top: 15px
}

@media (min-width: 1200px) {
  .learn-tarifs__content .tarifs-list__item:nth-of-type(3n) {
    margin-right: 30px
  }

  .learn-tarifs__content .tarifs-list__item:last-child {
    margin-right: 0
  }

  .learn-questions {
    padding: 65px 0
  }

  .learn-questions__content {
    margin-top: 25px
  }
}

.learn-questions__content__item {
  border-bottom: 2px solid #e3e7eb
}

.learn-questions__content__item .item-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  padding: 16px 30px 16px 0;
  cursor: pointer;
  position: relative;
  letter-spacing: .25px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

@media (min-width: 768px) {
  .learn-questions__content__item .item-title {
    font-size: 16px;
    padding: 20px 30px 20px 0
  }
}

.learn-questions__content__item .item-title:hover {
  color: #f96791
}

.learn-questions__content__item .item-title:after {
  content: "\e806";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  font-size: 20px;
  line-height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: color .3s, -webkit-transform .3s;
  transition: color .3s, transform .3s, -webkit-transform .3s;
  -o-transition: color .3s, transform .3s
}

.learn-questions__content__item .item-descr {
  font-size: 14px;
  color: #1c1b1f;
  letter-spacing: .35px;
  padding: 5px 0 20px;
  max-width: 840px
}

.learn-questions__content__item.active .item-title:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  color: #f96791
}

.free-form__title {
  text-align: center;
  color: #f96791
}

@media (min-width: 960px) {
  .free-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .free-form__content__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
    padding-right: 30px
  }
}

@media (min-width: 1024px) {
  .free-form__content__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px)
  }
}

.free-form__content__left-side .descr-block {
  margin-top: 30px
}

.free-form__content__left-side .descr-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.free-form__content__left-side .descr-block ul li {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-top: 20px
}

.free-form__content__left-side .descr-block ul li:nth-of-type(1) {
  margin-top: 0
}

.free-form__content__left-side .descr-block ul li:before {
  content: "\e805";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0
}

.free-form__content__left-side .gift-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px
}

.free-form__content__left-side .gift-block .gift-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 68px;
  width: 68px
}

.free-form__content__left-side .gift-block .gift-descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 68px);
  flex: 0 0 calc(100% - 68px);
  max-width: calc(100% - 68px);
  padding-left: 10px
}

.free-form__content__right-side {
  background-color: #f3f5f6;
  border-radius: 30px;
  padding: 30px 24px;
  margin: 30px 0
}

@media (max-width: 340px) {
  .free-form__content__right-side {
    padding: 20px 10px
  }
}

@media (min-width: 960px) {
  .free-form__content__right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    margin: 0 auto 50px
  }
}

.free-form__content__right-side .form-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px
}

.free-form__content__right-side .form-style {
  max-width: 450px;
  margin: 20px auto 0
}

.free-form__content__right-side .form-style .input-group {
  margin-top: 22px
}

.free-form__content__right-side .form-style .input-group:nth-of-type(1) {
  margin-top: 0
}

.section-navigation {
  display: none;
  position: fixed;
  top: 0;
  right: 20px;
  height: var(--app-height);
  width: auto;
  padding: var(--header-height) 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  z-index: 1
}

.section-navigation.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.section-navigation .navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.section-navigation .navigation-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #b3b1ba;
  border-radius: 50%;
  background-color: transparent;
  margin: 9px 0;
  cursor: pointer;
  -webkit-transition: background-color .3s, border-color .3s;
  -o-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s
}

.section-navigation .navigation-list__item.active {
  background-color: #f96791;
  border-color: #f96791
}

.footer {
  background-color: #1c1b1f;
  padding: 42px 0
}

@media (min-width: 1200px) {
  .section-navigation {
    display: block
  }

  .footer {
    padding: 45px 0
  }
}

.footer__top__column {
  margin: 0 0 22px
}

@media (min-width: 768px) {
  .footer__top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .footer__top__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin: 0 80px 22px 0
  }

  .footer__top__column:nth-of-type(2n) {
    margin-right: 0
  }

  .footer__top__column:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .footer__top__column:nth-of-type(3) .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin: 0 80px 22px 0
  }

  .footer__top__column:nth-of-type(3) .main-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0
  }

  .footer__top__column:nth-of-type(3) .main-item .main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, .2)
  }

  .footer__top__column:nth-of-type(3) .main-item .main-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 22px 0 0
  }

  .footer__top__column:nth-of-type(3) .main-item .main-list__item:nth-of-type(1) {
    margin-top: 22px
  }
}

@media (min-width: 1200px) {
  .footer__top__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    margin: 0 30px 25px 0
  }

  .footer__top__column:nth-of-type(2n) {
    margin-right: 30px
  }

  .footer__top__column:nth-of-type(3n) {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px)
  }

  .footer__top__column:nth-of-type(3n) .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 25px 0 0
  }

  .footer__top__column:nth-of-type(3n) .main-item {
    margin-top: 0
  }

  .footer__top__column:nth-of-type(3n) .main-item .main-list {
    border: none
  }

  .footer__top__column:nth-of-type(3n) .main-item .main-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0 0
  }
}

.footer__top__column .main-item,
.footer__top__column .menu-item {
  margin-top: 22px;
  position: relative
}

.footer__top__column .main-item:nth-of-type(1),
.footer__top__column .menu-item:nth-of-type(1) {
  margin-top: 0
}

.footer__top__column .main-item .menu-title,
.footer__top__column .menu-item .menu-title {
  display: block;
  width: 100%;
  max-width: calc(100% - 40px);
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #f96791;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-decoration: none
}

.footer__top__column .main-item .submenu-link,
.footer__top__column .menu-item .submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #f96791;
  font-size: 14px;
  line-height: 20px
}

.footer__top__column .main-item .menu-list,
.footer__top__column .menu-item .menu-list {
  display: none;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none
}

@media (min-width: 1200px) {
  .footer__top__column .main-item,
  .footer__top__column .menu-item {
    margin-top: 25px
  }

  .footer__top__column .main-item .submenu-link,
  .footer__top__column .menu-item .submenu-link {
    display: none
  }

  .footer__top__column .main-item .menu-list,
  .footer__top__column .menu-item .menu-list {
    display: block
  }
}

.footer__top__column .main-item .menu-list__item,
.footer__top__column .menu-item .menu-list__item {
  display: block;
  margin-top: 15px
}

@media (min-width: 1200px) {
  .footer__top__column .main-item .menu-list__item,
  .footer__top__column .menu-item .menu-list__item {
    margin-top: 10px
  }
}

.footer__top__column .main-item .menu-list__item:nth-of-type(1),
.footer__top__column .menu-item .menu-list__item:nth-of-type(1) {
  margin-top: 0
}

.footer__top__column .main-item .menu-list__link,
.footer__top__column .menu-item .menu-list__link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .35px
}

.footer__top__column .main-item .menu-list__link:hover,
.footer__top__column .menu-item .menu-list__link:hover {
  text-decoration: underline
}

.footer__top__column .main-item .main-list__item,
.footer__top__column .menu-item .main-list__item {
  margin-top: 22px
}

.footer__top__column .main-item .main-list__item:nth-of-type(1),
.footer__top__column .menu-item .main-list__item:nth-of-type(1) {
  margin-top: 0
}

.footer__top__column .main-item .main-list__item a,
.footer__top__column .menu-item .main-list__item a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #f96791;
  letter-spacing: .3px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.footer__top__column .main-item .main-list__item a:before,
.footer__top__column .menu-item .main-list__item a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #f96791;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width .3s, background-color .3s;
  -o-transition: width .3s, background-color .3s;
  transition: width .3s, background-color .3s
}

.footer__top__column .main-item .main-list__item a:hover,
.footer__top__column .menu-item .main-list__item a:hover {
  color: #fff;
  text-decoration: none
}

.footer__top__column .main-item .main-list__item a:hover:before,
.footer__top__column .menu-item .main-list__item a:hover:before {
  width: 100%;
  background-color: #fff
}

.footer__top__column .main-item.show .submenu-link,
.footer__top__column .menu-item.show .submenu-link {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

.footer__bottom {
  margin-top: 25px;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer__bottom__column {
  margin: 0 0 25px
}

@media (min-width: 768px) {
  .footer__bottom__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .footer__bottom__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 10px);
    flex: 0 0 calc(33.3% - 10px);
    max-width: calc(33.3% - 10px);
    margin: 0 15px 0 0
  }

  .footer__bottom__column:nth-of-type(3n) {
    margin-right: 0
  }
}

@media (min-width: 1200px) {
  .footer__bottom {
    padding: 32px 0 0
  }

  .footer__bottom__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    margin: 0 30px 0 0
  }
}

.footer__bottom__column:last-child {
  margin-bottom: 0
}

.footer__bottom__column .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 15px 0;
  list-style-type: none
}

@media (min-width: 576px) {
  .free-form__title {
    text-align: left
  }

  .footer__bottom__column .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.footer__bottom__column .social-links__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin: 0 auto
}

@media (min-width: 576px) {
  .footer__bottom__column .social-links__item {
    margin: 0 25px
  }
}

@media (min-width: 768px) {
  .footer__bottom__column .social-links__item {
    margin: 0 15px
  }
}

@media (min-width: 1200px) {
  .footer__bottom__column .social-links__item {
    margin: 0 52px 0 0
  }

  .footer__bottom__column .social-links__item:last-child {
    margin-right: 0
  }
}

.footer__bottom__column .social-links__link {
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.footer__bottom__column .social-links__link .icon.icon-vk,
.footer__bottom__column .social-links__link .icon.icon-youtube {
  font-size: 26px;
  line-height: 20px
}

.footer__bottom__column .social-links__link:hover {
  color: #f96791
}

.footer__bottom__column .backcall-btn {
  color: #fff;
  font-size: 16px;
  line-height: 16px
}

.footer__bottom__column .apps-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0
}

@media (min-width: 576px) {
  .footer__bottom__column .backcall-btn {
    max-width: 255px;
    margin: 0 auto
  }

  .footer__bottom__column .apps-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.footer__bottom__column .apps-links__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin: 0
}

@media (min-width: 576px) {
  .footer__bottom__column .apps-links__item {
    margin: 0 20px
  }
}

.footer__bottom__column .apps-links__link {
  display: block;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.footer__bottom__column .apps-links__link:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.footer__bottom__column .apps-links__link .app-image {
  display: block;
  width: 160px
}

@media (max-width: 360px) {
  .footer__bottom__column .apps-links__link .app-image {
    width: 140px
  }
}

@media (min-width: 768px) {
  .footer__bottom__column .apps-links__item {
    margin: 0 auto
  }

  .footer__bottom__column .apps-links__link .app-image {
    width: 110px
  }
}

.footer__copy {
  margin-top: 25px
}

@media (max-width: 1200px) {
  .footer__copy {
    margin-top: 20px
  }
}

.footer__copy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (min-width: 1200px) {
  .footer__bottom__column .apps-links__item {
    margin: 0 20px 0 0
  }

  .footer__copy__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.footer__copy__column {
  width: 100%
}

.footer__copy__column:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 20px
}

@media (min-width: 576px) {
  .footer__copy__column:nth-of-type(1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.footer__copy__column:nth-of-type(1) .copyright {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0
}

@media (min-width: 1200px) {
  .footer__copy__column:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .footer__copy__column:nth-of-type(1) .copyright {
    line-height: 21px
  }
}

.footer__copy__column:nth-of-type(2) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

@media (min-width: 1200px) {
  .footer__copy__column:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.footer__copy__column:nth-of-type(2) .payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width: 1024px) {
  .footer__copy__column:nth-of-type(2) .payment-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer__copy__column:nth-of-type(2) .payment-list__item {
    margin: 0 20px
  }
}

.footer__copy__column:nth-of-type(2) .payment-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.footer__copy__column:nth-of-type(2) .payment-list__item .payment-image {
  min-height: 22px
}

.footer__copy__column:nth-of-type(3) {
  margin-top: 30px
}

@media (min-width: 1200px) {
  .footer__copy__column:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width: 576px) {
  .footer__copy__column:nth-of-type(3) .info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (min-width: 1200px) {
  .footer__copy__column:nth-of-type(3) .info-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.footer__copy__column:nth-of-type(3) .info-links__item {
  width: 100%;
  margin: 15px 0 0
}

@media (min-width: 576px) {
  .footer__copy__column:nth-of-type(3) .info-links__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0 15px
  }
}

@media (min-width: 1200px) {
  .footer__copy__column:nth-of-type(3) .info-links__item {
    margin: 0 30px 0 0;
    display: inline-block
  }
}

.footer__copy__column:nth-of-type(3) .info-links__item:nth-of-type(1) {
  margin-top: 0
}

.footer__copy__column:nth-of-type(3) .info-links__link {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  line-height: 12px
}

.footer__copy__column:nth-of-type(3) .info-links__link:hover {
  text-decoration: none
}

.totop_btn {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 64px;
  line-height: 64px;
  color: #f96791;
  z-index: 10
}

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px
}

.choices:focus {
  outline: 0
}

.choices:last-child {
  margin-bottom: 0
}

.choices.is-open {
  overflow: visible
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.choices.is-disabled .choices__item {
  cursor: not-allowed
}

.choices [hidden] {
  display: none !important
}

.choices[data-type*=select-one] {
  cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
  margin: 0 -4px 0 8px
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px
}

.choices__list--single .choices__item {
  width: 100%
}

.choices__list--multiple {
  display: inline
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5
}

.choices__item {
  cursor: default
}

.choices__item--selectable {
  cursor: pointer
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer
}

.choices__button:focus {
  outline: 0
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px
}

.choices__input:focus {
  outline: 0
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0
}

.choices__placeholder {
  opacity: .5
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s;
  -o-transition: transform .2s, top .2s
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s;
  -o-transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s;
  -o-transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: 1s linear infinite swiper-preloader-spin;
  animation: 1s linear infinite swiper-preloader-spin
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.iti {
  position: relative;
  display: inline-block
}

.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box
}

.iti__hide {
  display: none
}

.iti__v-hide {
  visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc
}

.iti__country {
  padding: 5px 10px;
  outline: 0
}

.iti__dial-code {
  color: #999
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, .05)
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
  margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px
}

.iti--container:hover {
  cursor: pointer
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%
}

.iti-mobile .iti__country {
  padding: 10px;
  line-height: 1.5em
}

.iti__flag {
  width: 20px
}

.iti__flag.iti__be {
  width: 18px
}

.iti__flag.iti__ch {
  width: 15px
}

.iti__flag.iti__mc {
  width: 19px
}

.iti__flag.iti__ne {
  width: 18px
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0
}

.iti__flag.iti__np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0;
  background-color: transparent
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0
}

.iti__flag.iti__va {
  width: 15px;
  height: 15px;
  background-position: -5329px 0
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
    background-image: url(/images/flags/flags@2x.png)
  }
}

.iti {
  width: 100%
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0 0 1px 0 #888;
  box-shadow: 0 0 1px 0 #888;
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
  background-image: url(/images/flags/flags.png);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  border: .5px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent
}

.iti__selected-flag {
  padding: 0 6px 0 20px
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #1c1b1f;
  font-family: DroidSans, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px
}

@media (max-width: 1024px) {
  .iti__selected-flag {
    padding: 0 6px 0 15px
  }

  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 16px;
    margin-left: 8px
  }
}

.iti__arrow {
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1c1b1f
}

@media (max-width: 960px) {
  .iti__flag {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .iti__selected-flag {
    padding: 0 0 0 10px
  }

  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px;
    margin-left: 5px
  }

  .iti__arrow {
    margin-left: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #1c1b1f
  }
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 6px solid #1c1b1f
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/images/flags/flags@2x.png)
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0)
  }
  to {
    -webkit-transform: rotateZ(1turn);
    transform: rotateZ(1turn)
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0)
  }
  to {
    -webkit-transform: rotateZ(1turn);
    transform: rotateZ(1turn)
  }
}

.green-audio-player {
  width: 400px;
  min-width: 300px;
  height: 56px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .07);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0
}

.green-audio-player.player-accessible .controls:hover,
.green-audio-player.player-accessible .download:hover,
.green-audio-player.player-accessible .play-pause-btn:hover,
.green-audio-player.player-accessible .volume__button:hover,
.green-audio-player.player-accessible .volume__controls:hover {
  outline: #999 dotted 1px
}

.green-audio-player img,
.green-audio-player svg {
  display: block
}

.green-audio-player .holder {
  position: relative
}

.green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .4s linear infinite spin;
  animation: .4s linear infinite spin
}

.green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: 0
}

.green-audio-player .holder .play-pause-btn:focus {
  outline: 0
}

.green-audio-player .slider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative
}

.green-audio-player .slider .gap-progress {
  background-color: #44bfa3;
  border-radius: inherit;
  position: absolute;
  pointer-events: none
}

.green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #44bfa3;
  position: absolute;
  pointer-events: all;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .32);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .32)
}

.green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%
}

.green-audio-player .controls {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #55606e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: 0
}

.green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px
}

.green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px
}

.green-audio-player .controls span {
  cursor: default
}

.green-audio-player .controls:focus {
  outline: 0
}

.green-audio-player .volume {
  position: relative
}

.green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: 0
}

.green-audio-player .volume .volume__button:focus {
  outline: 0
}

.green-audio-player .volume .volume__button.open path {
  fill: #44bfa3
}

.green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: rgba(0, 0, 0, .62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  outline: 0
}

.green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px
}

.green-audio-player .volume .volume__controls:focus {
  outline: 0
}

.green-audio-player .volume .volume__controls.hidden {
  display: none
}

.green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px
}

.green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px
}

.green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px
}

.green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: 0
}

.green-audio-player .download:focus,
.green-audio-player:focus {
  outline: 0
}

.message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.my-mfp-zoom-in .mfp-animate {
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .mfp-animate {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .mfp-animate {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.backcall-modal {
  background-color: #fff;
  border-radius: 30px;
  max-width: 345px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative
}

@media (max-width: 360px) {
  .backcall-modal {
    padding: 40px 15px
  }
}

@media (min-width: 450px) {
  .backcall-modal {
    max-width: 447px
  }
}

.backcall-modal .modal-close {
  position: absolute;
  color: rgba(0, 0, 0, .35);
  font-size: 22px;
  line-height: 22px;
  top: 10px;
  right: 10px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.backcall-modal .modal-close:hover {
  color: #000
}

.backcall-modal .modal-title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px
}

.backcall-modal .modal-form {
  margin-top: 30px
}

.backcall-modal .modal-form .input-group {
  margin-top: 25px
}

.backcall-modal .modal-form .input-group:nth-of-type(1) {
  margin-top: 0
}

.backcall-modal .modal-form .input-group .input-style {
  border: 1px solid #c4c4c4
}

.backcall-modal .modal-form .input-group textarea {
  min-height: 120px;
  max-width: 100%
}

.backcall-modal .modal-form .input-group.check-group {
  margin-top: 12px
}

.backcall-modal .modal-form .input-group.check-group label {
  color: #747f87
}

.backcall-modal .modal-form .input-group.check-group label span {
  padding-left: 37px
}

.backcall-modal .modal-form .input-group.check-group label span:before {
  border-color: #747f87
}

.backcall-modal .modal-form .input-group.check-group label a,
.backcall-modal .modal-form .input-group.check-group label input:checked + span:before {
  color: #747f87
}

.lesson-modal {
  background-color: #fff;
  border-radius: 30px;
  max-width: 345px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  position: relative
}

@media (min-width: 400px) {
  .lesson-modal {
    max-width: 375px
  }
}

@media (min-width: 576px) {
  .lesson-modal {
    max-width: 475px
  }
}

.lesson-modal .modal-close {
  position: absolute;
  color: rgba(0, 0, 0, .35);
  font-size: 22px;
  line-height: 22px;
  top: 10px;
  right: 10px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.lesson-modal .modal-close:hover {
  color: #000
}

.lesson-modal .modal-content {
  padding: 15px 0
}

.lesson-modal .modal-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #f96791;
  text-align: center
}

@media (min-width: 960px) {
  .lesson-modal {
    max-width: 917px;
    padding: 0
  }

  .lesson-modal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 50px
  }

  .lesson-modal .modal-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 55%;
    font-size: 26px;
    line-height: 39px;
    text-align: left;
    margin-bottom: -100%
  }
}

.lesson-modal .modal-form {
  background-color: #f3f5f6;
  width: calc(100% + 40px);
  margin: 30px -20px;
  border-radius: 40px;
  padding: 30px 22px
}

@media (max-width: 360px) {
  .lesson-modal .modal-form {
    padding: 30px 10px
  }
}

@media (min-width: 576px) {
  .lesson-modal .modal-form {
    width: 100%;
    margin: 30px auto
  }

  .person-modal {
    max-width: 450px;
    margin: 0 auto
  }
}

@media (min-width: 960px) {
  .lesson-modal .modal-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.lesson-modal .modal-form .form-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px
}

.lesson-modal .modal-form form {
  margin-top: 20px
}

.lesson-modal .modal-form form .input-group {
  margin-top: 25px
}

.lesson-modal .modal-form form .input-group:nth-of-type(1) {
  margin-top: 0
}

.lesson-modal .modal-form form .input-group .input-style {
  border: 1px solid #c4c4c4
}

.lesson-modal .modal-form form .input-group textarea {
  min-height: 120px;
  max-width: 100%
}

.lesson-modal .modal-form form .input-group.check-group {
  margin-top: 15px
}

.lesson-modal .modal-form form .input-group.check-group label {
  color: #747f87
}

.lesson-modal .modal-form form .input-group.check-group label span {
  padding-left: 45px
}

.lesson-modal .modal-form form .input-group.check-group label span.no-checkbox {
  padding-left: 0;
}

.lesson-modal .modal-form form .input-group.check-group label span:before {
  border-color: #747f87
}

.lesson-modal .modal-form form .input-group.check-group label a,
.lesson-modal .modal-form form .input-group.check-group label input:checked + span:before {
  color: #747f87
}

.lesson-modal .modal-descr {
  margin-top: 20px
}

@media (min-width: 960px) {
  .lesson-modal .modal-descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin: 150px auto 0 0
  }
}

.lesson-modal .modal-descr ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 21px
}

.lesson-modal .modal-descr ul li {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-top: 20px;
  letter-spacing: .35px
}

.lesson-modal .modal-descr ul li:nth-of-type(1) {
  margin-top: 0
}

.lesson-modal .modal-descr ul li:before {
  content: "\e805";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 18px;
  line-height: 18px
}

.lesson-modal .modal-descr .gift {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-start
}

.lesson-modal .modal-descr .gift .gift-icon {
  display: block;
  width: auto;
  max-width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  position: relative;
  right: 3px
}

.lesson-modal .modal-descr .gift .gift-descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 12px;
  line-height: 21px;
  letter-spacing: .35px
}

.person-modal {
  background-color: #fff;
  border-radius: 30px;
  padding: 45px 24px 25px;
  position: relative
}

@media (max-width: 340px) {
  .person-modal {
    padding: 45px 15px 25px
  }
}

.person-modal .modal-close {
  position: absolute;
  color: rgba(0, 0, 0, .35);
  font-size: 22px;
  line-height: 22px;
  top: 10px;
  right: 10px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.person-modal .modal-close:hover {
  color: #000
}

.person-modal .mperson-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.person-modal .mperson-info__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px
}

.person-modal .mperson-info__image .person-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
  border-radius: 50%
}

@media (min-width: 960px) {
  .person-modal {
    max-width: 792px;
    padding: 40px;
    border-radius: 40px
  }

  .person-modal .mperson-info__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px
  }

  .person-modal .mperson-info__image .person-image {
    width: 100%
  }
}

.person-modal .mperson-info__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%
}

@media (min-width: 960px) {
  .person-modal .mperson-info__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
    padding-left: 35px
  }
}

.person-modal .mperson-info__name .person-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100px;
  position: absolute;
  padding-left: 120px;
  top: 45px;
  left: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: .3px
}

.person-modal .mperson-info__name .audio-block {
  width: 100%;
  min-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  height: auto;
  padding: 0;
  margin-top: 10px;
  border-radius: 0
}

@media (min-width: 960px) {
  .person-modal .mperson-info__name .person-name {
    display: block;
    margin-top: 10px;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0;
    height: auto
  }

  .person-modal .mperson-info__name .audio-block {
    margin-top: 15px;
    width: 380px
  }
}

.person-modal .mperson-info__name .audio-block .holder .play-pause-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f96791;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  position: relative
}

.person-modal .mperson-info__name .audio-block .holder .play-pause-btn:after {
  content: "\e80b";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #fff;
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 18px;
  line-height: 20px
}

.person-modal .mperson-info__name .audio-block .holder .play-pause-btn svg {
  display: none;
  max-width: 12px
}

.person-modal .mperson-info__name .audio-block .holder .play-pause-btn[aria-label=Pause]:after {
  display: none
}

.person-modal .mperson-info__name .audio-block .holder .play-pause-btn[aria-label=Pause] svg {
  display: block;
  margin: 0 auto
}

.person-modal .mperson-info__name .audio-block .holder .play-pause-btn[aria-label=Pause] svg path {
  fill: #fff
}

.person-modal .mperson-info__name .audio-block .holder .play-pause-btn:hover {
  background-color: #ee4f62
}

.person-modal .mperson-info__name .audio-block .controls {
  position: relative
}

.person-modal .mperson-info__name .audio-block .controls__current-time {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 12px
}

.person-modal .mperson-info__name .audio-block .controls__total-time {
  display: none
}

.person-modal .mperson-info__name .audio-block .controls__slider {
  margin-left: 5px;
  height: 2px;
  background-color: #747474;
  margin-right: 0
}

.person-modal .mperson-info__name .audio-block .controls__slider .gap-progress {
  background-color: #f96791
}

.person-modal .mperson-info__name .audio-block .controls__slider .gap-progress .pin {
  width: 14px;
  height: 14px
}

.person-modal .mperson-info__name .audio-block .controls__slider .controls__progress .progress__pin {
  background-color: #f96791
}

.person-modal .mperson-info__name .audio-block .volume {
  display: none
}

.person-modal .mperson-info__name .try-block {
  margin-top: 18px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #e3e7eb
}

.person-modal .mperson-info__name .try-block span {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: .35px;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%
}

.person-modal .mperson-info__name .try-block .try-btn {
  display: block;
  width: 100%;
  white-space: nowrap;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px
}

@media (min-width: 960px) {
  .person-modal .mperson-info__name .try-block {
    margin-top: 15px;
    padding-top: 15px
  }

  .person-modal .mperson-info__name .try-block span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto
  }

  .person-modal .mperson-info__name .try-block .try-btn {
    width: 222px;
    margin-top: 0
  }
}

.person-modal .mperson-info__descr {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.person-modal .mperson-info__descr__left-side {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

@media (min-width: 960px) {
  .person-modal .mperson-info__descr {
    margin-top: 60px
  }

  .person-modal .mperson-info__descr__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 15px
  }
}

.person-modal .mperson-info__descr__right-side {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px
}

@media (min-width: 960px) {
  .person-modal .mperson-info__descr__right-side {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(35% - 10px);
    flex: 0 0 calc(35% - 10px);
    max-width: calc(35% - 10px);
    margin-left: auto
  }
}

.person-modal .mperson-info__descr .info-item {
  font-size: 14px;
  line-height: 21px;
  color: #747f87;
  letter-spacing: .3px
}

.person-modal .mperson-info__descr .info-item p {
  margin-top: 10px
}

.person-modal .mperson-info__descr .info-item p span {
  font-weight: 700;
  color: #000
}

.person-modal .mperson-info__descr .info-item p:nth-of-type(1) {
  margin-top: 0
}

.person-modal .mperson-info__descr .info-item ul {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
  font-weight: 700;
  color: #000
}

.person-modal .mperson-info__descr .info-item ul li {
  display: block;
  margin-top: 18px
}

.person-modal .mperson-info__descr .info-item ul li:nth-of-type(1) {
  margin-top: 0
}

.person-modal .mperson-info__descr .info-item .message-block {
  margin-top: 32px;
  color: #1c1b1f;
  max-height: 180px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s
}

@media (min-width: 576px) {
  .person-modal .mperson-info__descr .info-item .message-block {
    max-height: 160px
  }
}

.person-modal .mperson-info__descr .info-item .message-block.show {
  max-height: 800px
}

.person-modal .mperson-info__descr .info-item .message-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.person-modal .mperson-info__descr .info-item .message-show .show-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 8px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background-color: #f96791;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s
}

.person-modal .mperson-info__descr .info-item .message-show .show-btn .icon {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 24px;
  position: relative;
  text-align: center
}

.person-modal .mperson-info__descr .info-item .message-show .show-btn.open .icon {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

.person-modal .mperson-info__descr .info-item .message-show .show-btn:hover {
  background-color: #ee4f62
}

@-webkit-keyframes scaleIcon {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes scaleIcon {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@-webkit-keyframes my_zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes my_zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}


.input-feedback-messages {
  display: none;
  margin: 1rem 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 103%;
  color: #B8FFC7;
}

.input-feedback-messages.send_success {
  color: green;
}

.input-feedback-messages.send_fail {
  color: red;
}

.learn-how__content__descr.descr-level .level-btn {
  cursor: default;
}

.learn-how__content__descr.descr-level .level-btn:hover {
  background-color: transparent;
  border-color: #fff;
}

.help-form__content .hform .input-feedback-messages {
  margin-right: 0;
  margin-top: 15px;
}

@media (min-width: 960px) {
  .help-form__content .hform .input-feedback-messages {
    margin-right: -25px;
    margin-top: -2px;
  }
}

/* .form-complexRequest .input-wrapper {
  width: 0;
  height: 0;
  opacity: 0;
} */

.form-complexRequest .modal-form__message {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 55px;
  display: none;
}

.form-complexRequest .modal-form__message-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}

.form-complexRequest .modal-form__message-subtitle {
  font-weight: 400;
  font-size: 16px;
}

.form-complexRequest .modal-form__message-image {
  margin-top: 53px;
}





.form-complexRequest-free .modal-form__message {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 55px;
  display: none;
}

.form-complexRequest-free .modal-form__message-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}

.form-complexRequest-free .modal-form__message-subtitle {
  font-weight: 400;
  font-size: 16px;
}

.form-complexRequest-free .modal-form__message-image {
  margin-top: 53px;
}





.form-complexRequest-rezerv .modal-form__message {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 55px;
  display: none;
}

.form-complexRequest-rezerv .modal-form__message-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}

.form-complexRequest-rezerv .modal-form__message-subtitle {
  font-weight: 400;
  font-size: 16px;
}

.form-complexRequest-rezerv .modal-form__message-image {
  margin-top: 53px;
}




.form-complexRequest-course .modal-form__message {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 55px;
  display: none;
}

.form-complexRequest-course .modal-form__message-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}

.form-complexRequest-course .modal-form__message-subtitle {
  font-weight: 400;
  font-size: 16px;
}

.form-complexRequest-course .modal-form__message-image {
  margin-top: 53px;
}
/* LexyGram */

.lexy-gram {
  padding-top: 30px;
  cursor: default;
}

.lexy-gram__title {
  text-align: center;
}

.lexy-gram__content {
  margin-top: 30px;
}

.lexy-gram__units-block {
  position: relative;
  width: 100%;
  padding: 14px;
  background-color: #F3F3F5;
  border-radius: 8px;
  margin: 0 auto;
}

.lexy-gram__up-block {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.lexy-gram__down-block {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.lexy-gram__text-block {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.lexy-gram__text-block__subtitle {
  position: relative;
  margin-top: 5px;
}

.lexy-gram__levels-panel {
  display: flex;
  align-items: center;
  color: #9A989E;
  font-size: 6.2px;
  line-height: 7px;
}

.lexy-gram__levels-panel span {
  margin-right: 14px;
}

.lexy-gram__levels-panel__level_active {
  position: relative;
  color: #1B1A2D;
}

.lexy-gram__levels-panel__level_active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
  background-color: #61C66C;
}

.lexy-gram__levels-panel__dictionary {
  font-weight: 700;
  color: #181717;
}

.lexy-gram__levels-panel__dictionary span {
  vertical-align: super;
  margin-left: 6px;
  margin-right: 0;
}

.lexy-gram__cards {
  margin-top: 13px;
}

.lexy-gram__card {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 4.15px;
  padding: 7px 22px 7px 7px;
  margin-bottom: 4px;
}

.lexy-gram__card:last-child {
  margin-bottom: 0;
}

.lexy-gram__card-logo {
  min-width: 50px;
  width: 50px;
  height: 50px;
}

.lexy-gram__card-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.lexy-gram__card-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 16px;
}

.lexy-gram__arrow img {
  width: 9px;
}

.lexy-gram__text-block__title {
  font-size: 16px;
  line-height: 20px;
}

.lexy-gram__text-block__subtitle {
  font-weight: 400;
  color: #1C1B1F;
  font-size: 14px;
  line-height: 21px;
}

.card-info__subname {
  font-weight: 400;
  font-size: 6.6px;
  line-height: 7px;
  color: #1B1A2D;
}

.card-info__subname span {
  color: #61C66C;
}

.card-info__name {
  font-size: 10px;
  line-height: 10px;
  color: #1B1A2D;
  margin-top: 3px;
}

.card-info__practices {
  color: #BBBBC5;
  font-size: 5.8px;
  line-height: 6.8px;
  margin-top: 10px;
}

.card-info__practices span {
  color: #54545A;
  margin-left: 4px;
  padding: 2.5px 5px;
  border: 1px solid #C7C7D0;
  border-radius: 2px;
}

.card-info__practices span img {
  vertical-align: middle;
  margin-left: 5px;
}

.card-info__practices__disabled {
  opacity: 0.5;
}

/* detail unit */
.lexy-gram__detail-unit {
  padding: 8px 16px 20px 8px;
  background: #FFFFFF;
  border-radius: 8.2px;
}

.detail-unit__head {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.detail-unit__card-info {
  flex: 1;
  margin-left: 15px;
}

.detail-unit__name {
  margin-top: 4px;
}

.detail-unit__progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 5.5px;
  line-height: 6px;
  padding: 9px 0;
  padding-left: 8px;
  color: #1B1A2D;
  font-weight: 700;
  border-top: 1px solid #ececef;
  border-bottom: 1px solid #ececef;
}

.detail-unit-bullets__item {
  display: flex;
  align-items: center;
}

.detail-unit-bullets__item:last-child {
  margin-right: 0;
}

.detail-unit-bullets__icon {
  margin-right: 8px;
}

.detail-unit-bullets__icon img {
  vertical-align: bottom;
  width: 9px;
}

.detail-unit__parts {
  margin-top: 13px;
}

.practice {
  margin-bottom: 12px;
}

.practice__title {
  font-weight: 700;
  font-size: 6px;
  line-height: 7px;
  color: #f96791;
  margin-bottom: 8px;
}

.practice__block {
  display: flex;
  justify-content: space-between;
}

.practice__item {
  position: relative;
  width: 33.33%;
  font-size: 5px;
  line-height: 6px;
  color: #1B1A2D;
}

.practice__item:not(:last-child) {
  margin-right: 8px;
}

.practice-btn {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #c7c7ce;
}

.practice-btn--available {
  padding-right: 8px;
  border: 1px solid #71717a;
  color: #71717a;
}

.detail-unit__part:not(:last-child) {
  margin-bottom: 18.5px;
}

.detail-unit-group__title {
  font-weight: 700;
  font-size: 6px;
  line-height: 7px;
  color: #f96791;
  margin-bottom: 5px;
}

.detail-unit-group-theme {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.detail-unit-group__item:not(:last-child) {
  margin-bottom: 7.5px;
}

.detail-unit-group__cover {
  width: 21px;
  height: 21px;
  background: transparent;
  border-radius: 2px;
  margin-right: 21px;
}

.detail-unit-group__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}

.detail-unit-group__info-title {
  font-weight: 700;
  font-size: 6px;
  line-height: 7px;
  color: #1b1a2d;
  margin-bottom: 3px;
}

.detail-unit-group__info-subtitle {
  font-size: 6px;
  line-height: 7px;
}

.detail-unit-group__continue {
  width: 53px;
  text-align: center;
  text-decoration: none;
  padding: 5.6px 0;
  font-size: 4.5px;
  line-height: 5px;
  border: 1px solid #c7c7ce;
  border-radius: 2px;
  color: #c7c7ce;
  transition: .1s ease-in-out;
  margin-left: auto;
}

@media (min-width: 768px) {
  .lexy-gram {
    padding-top: 70px;
  }

  .lexy-gram__content {
    margin-top: 51px;
  }

  .lexy-gram__up-block {
    display: flex;
  }

  .lexy-gram__down-block {
    display: flex;
  }

  .lexy-gram__units-block {
    width: fit-content;
    padding: 26px;
    border-radius: 15px;
  }

  .lexy-gram__levels-panel {
    font-size: 11.5px;
    line-height: 14px;
  }

  .lexy-gram__levels-panel span {
    margin-right: 24px;
  }

  .lexy-gram__levels-panel__level_active::after {
    top: 20px;
  }

  .lexy-gram__levels-panel__dictionary span {
    vertical-align: super;
    margin-left: 13px;
  }

  .lexy-gram__cards {
    margin-top: 23px;
  }

  .lexy-gram__card {
    padding: 20px 40px 20px 20px;
    margin-bottom: 8px;
  }

  .lexy-gram__card-logo {
    min-width: 92px;
    width: 92px;
    height: 92px;
  }

  .lexy-gram__card-logo img {
    border-radius: 7.5px;
  }

  .lexy-gram__card-content {
    margin-left: 30px;
  }

  .lexy-gram__arrow img {
    width: auto;
  }

  .lexy-gram__text-block {
    font-size: 20px;
    line-height: 25px;
  }

  .lexy-gram__text-block__title {
    font-size: 20px;
    line-height: 24px;
  }

  .lexy-gram__text-block__subtitle {
    margin-top: 14px;
  }

  .card-info__subname {
    font-size: 12px;
    line-height: 14px;
  }

  .card-info__name {
    font-size: 18.4px;
    line-height: 18.4px;
  }

  .card-info__practices {
    font-size: 10.7px;
    line-height: 13px;
    margin-top: 20px;
  }

  .card-info__practices span {
    margin-left: 10px;
  }

  .card-info__practices span {
    margin-left: 4px;
    padding: 4.5px 9px;
    border: 1px solid #C7C7D0;
    border-radius: 3.8px;
  }

  .card-info__practices span img {
    margin-left: 11px;
  }

  /* detail unit */
  .lexy-gram__detail-unit {
    padding: 15px 30px 35px 15px;
    background: #FFFFFF;
    border-radius: 8.2px;
  }

  .lexy-gram__units-block__last {
    min-width: 600px;
  }

  .detail-unit__head {
    margin-bottom: 16px;
  }

  .detail-unit__card-info {
    flex: 1;
    margin-left: 30px;
  }

  .detail-unit__name {
    margin-top: 8px;
  }

  .detail-unit__progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    padding-left: 15px;
    font-size: 10px;
    line-height: 20px;
    border-top: 1px solid #ececef;
    border-bottom: 1px solid #ececef;
  }

  .detail-unit-bullets__item:last-child {
    margin-right: 0;
  }

  .detail-unit-bullets__icon {
    width: 18px;
    margin-right: 15px;
  }

  .detail-unit-bullets__icon img {
    width: 18px;
  }

  .detail-unit__parts {
    margin-top: 23px;
  }

  .practice {
    margin-bottom: 23px;
  }

  .practice__title {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 15px;
  }

  .practice__item:not(:last-child) {
    margin-right: 16px;
  }

  .practice__item {
    font-size: 9px;
    line-height: 11px;
  }

  .detail-unit__part:not(:last-child) {
    margin-bottom: 34px;
  }

  .detail-unit-group__title {
    font-size: 10.5px;
    line-height: 12.5px;
    margin-bottom: 10px;
  }

  .detail-unit-group__item:not(:last-child) {
    margin-bottom: 14px;
  }

  .detail-unit-group__cover {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    margin-right: 35px;
  }

  .detail-unit-group__cover img {
    border-radius: 4px;
  }

  .detail-unit-group__info-title {
    font-weight: 700;
    font-size: 11.5px;
    line-height: 13px;
  }

  .detail-unit-group__info-subtitle {
    font-size: 11.5px;
    line-height: 13px;
  }

  .detail-unit-group__continue {
    width: 98px;
    padding: 10.5px 0;
    font-size: 8.5px;
    line-height: 10px;
    border-radius: 4px;
  }
}

@media (max-width: 768px) {
  .lexy-gram__levels-panel__dictionary img {
    width: 12px;
  }
}

@media (min-width: 960px) {
  .lexy-gram__title {
    text-align: left
  }

  .lexy-gram__units-block {
    margin: 0;
  }

  .lexy-gram__up-block {
    display: flex;
    flex-direction: row;
  }

  .lexy-gram__down-block {
    display: flex;
    flex-direction: row;
    margin-top: -100px;
    /* margin-top: 0; */
  }

  .lexy-gram__text-block {
    width: 32%;
    margin-top: 75px;
    margin-left: 27px;
    text-align: left;
  }

  .lexy-gram__text-block__second {
    width: 42%;
    top: 190px;
    margin-top: 0px;
    margin-right: 27px;
    text-align: left;
  }

  .lexy-gram__text-block__subtitle {
    margin-top: 14px;
  }

  .lexy-gram__text-block__first p:last-child:after {
    content: url(/images/svg/learning/arrow-level-grey.svg);
    position: absolute;
    top: 90%;
    left: 0;
    transform: rotate(15deg);
  }

  .lexy-gram__text-block__second .lexy-gram__text-block__subtitle p:last-child:after {
    content: url(/images/svg/learning/arrow-big-grey.svg);
    position: absolute;
    top: 110%;
    right: 0;
  }

  .lexy-gram__units-block__last {
    min-width: 630px;
  }
}

@media (min-width: 1100px) {
  .lexy-gram__levels-panel span {
    margin-right: 35px;
  }

  .lexy-gram__text-block {
    width: 35%;
  }

  .lexy-gram__text-block__second {
    width: 42%;
  }
}

.btn-style.practice_btn {
  background-color: #f96791;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  line-height: normal;
  padding: 15px 30px;
  -webkit-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  -o-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
}

.btn-style.practice_btn:hover {
  background-color: #ee4f62;
  color: #fff
}

.btn-style.practice_test_btn {
  text-align: center;
  color: #f96791;
  font-size: 12px;
  border: 2px solid;
  border-color: #f96791;
  border-radius: 100px;
  line-height: normal;
  padding: 15px 10px;
  -webkit-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  -o-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
}

.btn-style.practice_test_btn:hover {
  border-color: #f96791;
  background-color: #f96791;
  color: #fff
}

.btn-style.partners_test_btn {
  text-align: center;
  color: #f96791;
  font-size: 12px;
  border: 2px solid;
  border-color: #f96791;
  border-radius: 100px;
  line-height: normal;
  padding: 15px 10px;
  -webkit-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  -o-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
}

.btn-style.partners_test_btn:hover {
  border-color: #f96791;
  background-color: #f96791;
  color: #fff
}

@media only screen and (max-width: 767px) {
  .product-includes {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1280px) {
  .product-includes {
    margin: -14px;
  }
}

.product-includes {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 100px 20px 100px;
}

.product-include {
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 1280px) {
  .product-includes > * {
    width: 100%;
    margin: 14px;
  }
}

.product-include > :not(:last-child) {
  margin-right: 20px;
}


.product-include > :not(:last-child) {
  margin-right: 20px;
}

.product-include__image {
  min-width: 68px;
  max-width: 68px;
  height: 68px;
  border-radius: 20px;
  background-color: #efeff6;
}

.product-include__content {
  padding-top: 20px;
}

.product-include__name {
  font-family: arial;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  margin-bottom: 28px;
}

[class*=text-typography] {
  color: #16181e;
}

[class*=typography-4] {
  font-size: 13px;
  line-height: 17px;
}


.practice-main-block__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners-main-block__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.practice-main-block__content__left-side {
  width: 100%;
}

.partners-main-block__content__left-side {
  width: 100%;
}

.practice-main-block__content__left-side .main-btn {
  display: block;
  width: 100%;
  max-width: 252px;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 13px;
  background-color: #f96791;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase
}

.partners-main-block__content__left-side .main-btn {
  display: block;
  width: 100%;
  max-width: 252px;
  padding: 13px;
  background-color: #f96791;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase
}

@media (min-width: 576px) {

  .practice-main-block__content__left-side .main-btn {
    top: 25px
  }

  .partners-main-block__content__left-side .main-btn {
    top: 25px
  }
}

.practice-main-block__content__left-side .main-list {
  margin-top: 45px;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.partners-main-block__content__left-side .main-list {
  margin-top: 45px;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

@media only screen and (min-width: 568px) and (max-width: 768px) {

  .practice-main-block__content__left-side .main-list {
    margin-top: 45px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .partners-main-block__content__left-side .main-list {
    margin-top: 45px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
}


.practice-main-block__content__left-side .main-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.partners-main-block__content__left-side .main-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

@media (min-width: 768px) {
  .practice-main-block__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .partners-main-block__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .practice-main-block__content__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .partners-main-block__content__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .practice-main-block__content__left-side .main-btn {
    position: relative;
    top: 0
  }

  .partners-main-block__content__left-side .main-btn {
    position: relative;
    top: 0
  }

  .practice-main-block__content__left-side .main-list {
    margin-top: 10px;
  }

  .partners-main-block__content__left-side .main-list {
    margin-top: 10px;
  }

  .practice-main-block__content__left-side .main-list ul {
    font-size: 15px
  }

  .partners-main-block__content__left-side .main-list ul {
    font-size: 15px
  }
}

@media (min-width: 960px) {
  .practice-main-block__content__left-side .main-list ul {
    font-size: 16px
  }

  .partners-main-block__content__left-side .main-list ul {
    font-size: 16px
  }
}

.practice-main-block__content__left-side .main-list ul li {
  display: block;
  width: 100%;
  padding-left: 35px;
  position: relative;
  margin-top: 22px
}

.partners-main-block__content__left-side .main-list ul li {
  display: block;
  width: 100%;
  padding-left: 35px;
  position: relative;
  margin-top: 22px
}

@media (min-width: 768px) {
  .practice-main-block__content__left-side .main-list ul li {
    margin-top: 15px
  }

  .partners-main-block__content__left-side .main-list ul li {
    margin-top: 15px
  }
}

@media (min-width: 1200px) {
  .practice-main-block__content__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 622px;
  }

  .partners-main-block__content__left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 622px;
  }

  .practice-main-block__content__left-side .main-btn {
    max-width: 225px
  }

  .practice-main-block__content__left-side .main-list {
    margin-top: 10px;
  }

  .practice-main-block__content__left-side .main-list ul li {
    margin-top: 21px
  }

  .partners-main-block__content__left-side .main-btn {
    max-width: 225px
  }

  .partners-main-block__content__left-side .main-list {
    margin-top: 10px;
  }

  .partners-main-block__content__left-side .main-list ul li {
    margin-top: 21px
  }
}

.practice-main-block__content__left-side .main-list ul li:nth-of-type(1) {
  margin-top: 0
}

.partners-main-block__content__left-side .main-list ul li:nth-of-type(1) {
  margin-top: 0
}

.practice-main-block__content__left-side .main-list ul li:before {
  content: "\e805";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
  color: #f96791;
  position: absolute;
  top: 1px;
  left: 2px
}

.partners-main-block__content__left-side .main-list ul li:before {
  content: "\e805";
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: block;
  margin: 0;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
  color: #f96791;
  position: absolute;
  top: 1px;
  left: 2px
}

.practice-main-block__content__left-side .main-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
  font-weight: 700;
  max-width: 365px
}

.partners-main-block__content__left-side .main-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
  font-weight: 700;
  max-width: 365px
}

@media (min-width: 576px) {
  .practice-main-block__content__left-side .main-social {
    max-width: 450px
  }

  .partners-main-block__content__left-side .main-social {
    max-width: 450px
  }
}

@media (min-width: 768px) {
  .practice-main-block__content__left-side .main-social {
    max-width: 320px;
    width: 320px;
    margin-top: 35px
  }

  .partners-main-block__content__left-side .main-social {
    max-width: 320px;
    width: 320px;
    margin-top: 35px
  }
}

.practice-main-block__content__left-side .main-social .social-title {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #f96791;
  margin-bottom: 6px
}

.partners-main-block__content__left-side .main-social .social-title {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #f96791;
  margin-bottom: 6px
}

@media (min-width: 576px) {
  .practice-main-block__content__left-side .main-social .social-title {
    margin-bottom: 10px
  }

  .partners-main-block__content__left-side .main-social .social-title {
    margin-bottom: 10px
  }
}

@media (min-width: 1200px) {
  .practice-main-block__content__left-side .main-social {
    margin-top: 85px
  }

  .partners-main-block__content__left-side .main-social {
    margin-top: 85px
  }

  .practice-main-block__content__left-side .main-social .social-title {
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: .35px;
    margin-bottom: 7px
  }

  .partners-main-block__content__left-side .main-social .social-title {
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: .35px;
    margin-bottom: 7px
  }
}

.practice-main-block__content__left-side .main-social .social-full,
.practice-main-block__content__left-side .main-social .social-tg,
.practice-main-block__content__left-side .main-social .social-youtube {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  letter-spacing: .25px
}

.partners-main-block__content__left-side .main-social .social-full,
.partners-main-block__content__left-side .main-social .social-tg,
.partners-main-block__content__left-side .main-social .social-youtube {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  letter-spacing: .25px
}

.practice-main-block__content__left-side .main-social .social-full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: auto;
  margin-bottom: 18px
}

.partners-main-block__content__left-side .main-social .social-full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: auto;
  margin-bottom: 18px
}

.practice-main-block__content__left-side .main-social .social-full span {
  display: inline-block;
  border: 2px solid #1c1b1f;
  border-radius: 100px;
  color: #1c1b1f;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  margin-left: 5px;
  padding: 10px 60px;
  -webkit-transition: border-color .3s, color .3s, background-color .3s;
  -o-transition: border-color .3s, color .3s, background-color .3s;
  transition: border-color .3s, color .3s, background-color .3s
}

.partners-main-block__content__left-side .main-social .social-full span {
  display: inline-block;
  border: 2px solid #1c1b1f;
  border-radius: 100px;
  color: #1c1b1f;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  margin-left: 5px;
  padding: 10px 60px;
  -webkit-transition: border-color .3s, color .3s, background-color .3s;
  -o-transition: border-color .3s, color .3s, background-color .3s;
  transition: border-color .3s, color .3s, background-color .3s
}

@media (max-width: 360px) {
  .practice-main-block__content__left-side .main-social .social-full span {
    padding: 10px 30px
  }

  .partners-main-block__content__left-side .main-social .social-full span {
    padding: 10px 30px
  }
}

.practice-main-block__content__left-side .main-social .social-full span:hover {
  background-color: #f96791;
  border-color: #f96791;
  color: #fff
}

.partners-main-block__content__left-side .main-social .social-full span:hover {
  background-color: #f96791;
  border-color: #f96791;
  color: #fff
}

.practice-main-block__content__left-side .main-social .social-youtube {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.partners-main-block__content__left-side .main-social .social-youtube {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.practice-main-block__content__left-side .main-social .social-youtube .icon {
  color: red;
  font-size: 32px;
  line-height: 20px;
  margin-right: 5px
}

.partners-main-block__content__left-side .main-social .social-youtube .icon {
  color: red;
  font-size: 32px;
  line-height: 20px;
  margin-right: 5px
}

.practice-main-block__content__left-side .main-social .social-tg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin: 0 0 0 60px
}

.partners-main-block__content__left-side .main-social .social-tg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin: 0 0 0 60px
}

.practice-main-block__content__left-side .main-social .social-tg .icon {
  color: #08c;
  font-size: 28px;
  line-height: 20px;
  margin-right: 8px
}

.partners-main-block__content__left-side .main-social .social-tg .icon {
  color: #08c;
  font-size: 28px;
  line-height: 20px;
  margin-right: 8px
}

.practice-main-block__content__right-side {
  width: calc(100% + 30px);
  margin: 35px -15px 0;
  position: relative;
  padding: 0 15px 20px;
  overflow: hidden
}

.partners-main-block__content__right-side {
  width: calc(100% + 30px);
  margin: 35px -15px 0;
  position: relative;
  padding: 0 15px 20px;
  overflow: hidden
}

@media (min-width: 576px) {
  .practice-main-block__content__left-side .main-social .social-full span {
    margin-left: 15px;
    padding: 10px 40px
  }

  .partners-main-block__content__left-side .main-social .social-full span {
    margin-left: 15px;
    padding: 10px 40px
  }

  .practice-main-block__content__left-side .main-social .social-tg {
    margin: 0 0 0 30px
  }

  .partners-main-block__content__left-side .main-social .social-tg {
    margin: 0 0 0 30px
  }

  .practice-main-block__content__right-side {
    width: 100%;
    max-width: 475px;
    margin: 15px auto 0
  }

  .partners-main-block__content__right-side {
    width: 100%;
    max-width: 475px;
    margin: 15px auto 0
  }
}

@media (min-width: 768px) {
  .practice-main-block__content__right-side {
    max-width: 50vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    padding: 0 20px 0 0
  }

  .practice-main-block__content__right-side .main-slider {
    height: 40vw
  }

  .partners-main-block__content__right-side {
    max-width: 50vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    padding: 0 20px 0 0
  }

  .partners-main-block__content__right-side .main-slider {
    height: 40vw
  }
}

@media (min-width: 1024px) {
  .practice-main-block__content__right-side {
    max-width: 452px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 452px;
    flex: 0 0 452px;
  }

  .partners-main-block__content__right-side {
    max-width: 452px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 452px;
    flex: 0 0 452px;
  }
}

@media (min-width: 1200px) {
  .practice-main-block__content__left-side .main-social .social-full span {
    margin-left: 7px;
    padding: 10px 17px
  }

  .partners-main-block__content__left-side .main-social .social-full span {
    margin-left: 7px;
    padding: 10px 17px
  }

  .practice-main-block__content__right-side {
    max-width: 452px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 742px;
    flex: 0 0 452px;
    padding: 0;
    position: relative;
  }

  .partners-main-block__content__right-side {
    max-width: 452px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 742px;
    flex: 0 0 452px;
    padding: 0;
    position: relative;
  }

  .practice-main-block__content__right-side .main-slider {
    height: 450px;
  }

  .partners-main-block__content__right-side .main-slider {
    height: 450px;
  }
}

.practice-main-block__content__right-side .main-slider.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.partners-main-block__content__right-side .main-slider.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.practice-main-block__content__right-side .main-slider.swiper-vertical .swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  width: auto
}

.partners-main-block__content__right-side .main-slider.swiper-vertical .swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  width: auto
}

.practice-main-block__content__right-side .main-slider .slider-item {
  position: relative
}

.partners-main-block__content__right-side .main-slider .slider-item {
  position: relative
}

.practice-main-block__content__right-side .main-slider .slider-item .slide-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0
}

.partners-main-block__content__right-side .main-slider .slider-item .slide-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0
}

.practice-main-block__content__right-side .main-slider .slider-item .slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.partners-main-block__content__right-side .main-slider .slider-item .slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.practice-main-block__content__right-side .main-slider .slider-item .slide-link:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #f96791;
  font-size: 20px;
  line-height: 20px;
  -webkit-animation: 3s infinite alternate scaleIcon;
  animation: 3s infinite alternate scaleIcon
}

.partners-main-block__content__right-side .main-slider .slider-item .slide-link:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #f96791;
  font-size: 20px;
  line-height: 20px;
  -webkit-animation: 3s infinite alternate scaleIcon;
  animation: 3s infinite alternate scaleIcon
}

.practice-main-block__content__right-side .main-slider .slider-item .slide-link.js-image-link:before,
.practice-main-block__content__right-side .main-slider .slider-item .slide-link.js-video-link:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border: 2px solid #f96791;
  -webkit-animation: 3s linear infinite my_zoom;
  animation: 3s linear infinite my_zoom
}

.partners-main-block__content__right-side .main-slider .slider-item .slide-link.js-image-link:before,
.partners-main-block__content__right-side .main-slider .slider-item .slide-link.js-video-link:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border: 2px solid #f96791;
  -webkit-animation: 3s linear infinite my_zoom;
  animation: 3s linear infinite my_zoom
}

.practice-main-block__content__right-side .main-slider .slider-item .slide-link.js-video-link:after {
  content: "\e80b";
  padding-left: 4px
}

.partners-main-block__content__right-side .main-slider .slider-item .slide-link.js-video-link:after {
  content: "\e80b";
  padding-left: 4px
}

.practice-main-block__content__right-side .main-slider .slider-item .slide-link.js-image-link:after {
  content: "\e812";
  font-size: 24px;
  line-height: 24px
}

.partners-main-block__content__right-side .main-slider .slider-item .slide-link.js-image-link:after {
  content: "\e812";
  font-size: 24px;
  line-height: 24px
}

.practice-main-block__content__right-side .main-slider .main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  z-index: 1
}

.partners-main-block__content__right-side .main-slider .main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  z-index: 1
}

.practice-main-block__content__right-side .main-slider .main-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  margin: 0 5px;
  opacity: 1
}

.partners-main-block__content__right-side .main-slider .main-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  margin: 0 5px;
  opacity: 1
}

.practice-main-block__content__right-side .main-slider .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f96791
}

.partners-main-block__content__right-side .main-slider .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f96791
}

@media (min-width: 768px) {
  .practice-main-block__content__right-side .main-slider .main-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: calc(100% - 10px);
    height: 100%;
    width: 10px
  }

  .partners-main-block__content__right-side .main-slider .main-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: calc(100% - 10px);
    height: 100%;
    width: 10px
  }

  .practice-main-block__content__right-side .main-slider .main-pagination .swiper-pagination-bullet {
    margin: 5px 0
  }

  .partners-main-block__content__right-side .main-slider .main-pagination .swiper-pagination-bullet {
    margin: 5px 0
  }
}

@media (min-width: 1200px) {
  .practice-main-block__content__right-side .main-slider .main-pagination {
    left: calc(100% - 15px)
  }

  .partners-main-block__content__right-side .main-slider .main-pagination {
    left: calc(100% - 15px)
  }
}


@media only screen and (max-width: 767px) {
  .practice-includes {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1280px) {
  .practice-includes {
    margin: -14px;
  }
}

.practice-includes {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px 20px 20px;
}

.practice-include {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .practice-includes > * {
    width: 100%;
    margin-top: -55px;
    z-index: 10;
    display: flex;
  }
}


.practice-include > :not(:last-child) {
  margin-right: 20px;
}


.practice-include > :not(:last-child) {
  margin-right: 10px;
}

@media only screen and (min-width: 1200px) {
  .practice-include__image {
    min-width: 169px;
    max-width: 169px;
    height: 156px;
    border-radius: 20px;
  }
}

.practice-btn-rate {
  padding: 50px 250px;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
  .practice-include__image {
    display: none;
  }

  .practice-include__content {
    padding-top: 20px;
    width: 100%;
  }

  .practice-include__name {
    text-align: center;
  }

  .practice-btn-rate {
    padding: 50px 0px;
  }

  .practice-includes {
    padding: 0px 40px 20px 20px;
  }

  .practice-include__list {
    padding: 0;
  }

  .lesson-going-title {
    text-align: center;
  }

  .four-steps__icon__item .item-title {
    text-align: center;
  }
}

.practice-include__content {
  background-color: #fff;
  padding-top: 20px;
}

.practice-include__name {
  font-family: arial;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  color: #000;
  margin-bottom: 28px;
}


.result-regular-lesson__content {
  padding: 10px 30px;
  position: relative;
  z-index: 1
}

.four-steps__content {
  background-color: #f3f5f6;
  border-radius: 20px;
  padding: 50px 0px;
  position: relative;
  z-index: 1
}

@media (min-width: 1200px) {
  .result-regular-lesson__content {
    border-radius: 40px 40px 0px 0px;
  }

  .four-steps__content {
    border-radius: 40px 40px 40px 0px;
  }
}

.section-next__image {
  display: flex;
  justify-content: center
}

.section-next__image img {
  filter: drop-shadow(0 -1px 10px rgba(40, 40, 78, .05)) drop-shadow(0 29.8211px 37.7453px rgba(40, 40, 78, .032375)) drop-shadow(0 20.7563px 24.4125px rgba(40, 40, 78, .027)) drop-shadow(0 13.6133px 15.1484px rgba(40, 40, 78, .023125)) drop-shadow(0 8.2px 9.1px rgba(40, 40, 78, .02)) drop-shadow(0 4.32422px 5.41406px rgba(40, 40, 78, .016875)) drop-shadow(0 1.79375px 3.2375px rgba(40, 40, 78, .013)) drop-shadow(0 .416406px 1.71719px rgba(40, 40, 78, .007625));
  border-radius: 20px
}

@media only screen and (max-width: 1024px) {
  .section-next__image img {
    width: 100%
  }
}

.practice-main-block__title {
  position: relative;
  z-index: 10;
  font-family: arial, Droid Sans;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0;
}

.partners-main-block__title {
  position: relative;
  z-index: 10;
  font-family: arial, Droid Sans;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0;
}

@media (min-width: 576px) {
  .practice-main-block__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .partners-main-block__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

}

@media (min-width: 768px) {
  .practice-main-block__title {
    font-size: 37px;
    line-height: 50px;
    text-align: left;
  }

  .partners-main-block__title {
    font-size: 37px;
    line-height: 50px;
    text-align: left;
  }

}

@media (min-width: 960px) {
  .practice-main-block__title {
    font-size: 37px;
    line-height: 50px;
    max-width: 700px;
  }

  .partners-main-block__title {
    font-size: 37px;
    line-height: 50px;
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  .practice-main-block__title {
    max-width: 622px;
    text-align: left;
    font-size: 37px;
  }

  .partners-main-block__title {
    max-width: 622px;
    text-align: left;
    font-size: 37px;
  }
}


.image-group-talk {
  background-position: center center;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.back-group-talk-one {
  background-image: url("/images/svg/practice/background/group-talk-back1.svg");
}

.back-group-talk-two {
  background-image: url("/images/svg/practice/background/group-talk-back2.svg");
}

.back-group-talk-three {
  background-image: url("/images/svg/practice/background/group-talk-back3.svg");
}

.back-group-talk-four {
  background-image: url("/images/svg/practice/background/group-talk-back4.svg");
}

.back-individual-talk-one {
  background-image: url("/images/svg/practice/background/individual-talk-back1.svg");
}

.back-individual-talk-two {
  background-image: url("/images/svg/practice/background/individual-talk-back2.svg");
}

.back-individual-talk-three {
  background-image: url("/images/svg/practice/background/individual-talk-back3.svg");
}

.back-individual-talk-four {
  background-image: url("/images/svg/practice/background/individual-talk-back4.svg");
}


.rates-block-container {
  padding: 40px 70px;
}

.rates-block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}


.lesson-going-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
}


.popups-how-work-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}

.text-border-yellow {
  border: 3px solid #F8CD4B;
  font-weight: 700;
  padding: 10px;
  line-height: 4;
  border-radius: 5px;
  white-space: nowrap;
}

.rates-block-column {
  width: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.rates-item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
}

.rates-item-price {
  color: #F96791;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.arrow-four-steps-one {
  position: relative;
}

.arrow-four-steps-one:before {
  content: "";
  position: absolute;
  right: -30%;
  top: 115%;
  transform: translateY(-50%);
  height: 60px;
  width: 154px;
  background-image: url(/images/svg/practice/steps-arrow-one.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.arrow-four-steps-two {
  position: relative;
}

.arrow-four-steps-two:before {
  content: "";
  position: absolute;
  right: -15%;
  top: 25%;
  transform: translateY(-50%);
  height: 104px;
  width: 92px;
  background-image: url(/images/svg/practice/steps-arrow-two.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.arrow-four-steps-three {
  position: relative;
}

.arrow-four-steps-three:before {
  content: "";
  position: absolute;
  right: -30%;
  top: 95%;
  transform: translateY(-50%);
  height: 104px;
  width: 161px;
  background-image: url(/images/svg/practice/steps-arrow-three.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.result-regular-lesson-container {
  background-color: #f3f5f6;
  border-radius: 20px 20px 0px 0px;
  padding: 80px 30px 10px 30px;
  position: relative;
  z-index: 1;
}

.popups-how-work {
  padding: 80px 50px 30px 50px;
  margin: auto;
}

.popups-how-work-violet {
  background-color: #A771D1;
  max-width: 303px;
  width: 100%;
  height: auto;
  position: relative;
  top: 40px;
  padding: 48px;
  border-radius: 30px;
  z-index: 10;
  font-family: arial;
  color: #fff;
}

.popups-how-work-blue {
  background-color: #BEDDF0;
  max-width: 303px;
  width: 100%;
  height: auto;
  position: relative;
  top: 40px;
  padding: 48px;
  border-radius: 30px;
  z-index: 10;
  font-family: arial;
}

.popups-how-work-white {
  background-color: #fff;
  position: relative;
  padding: 60px;
  width: 100%;
  height: auto;
  border-radius: 40px;
  font-family: arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.popups-how-work-white:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  height: 104px;
  width: 92px;
  background-image: url(/images/svg/practice/arrow-one.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.popups-how-work-white:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  height: 60px;
  width: 154px;
  background-image: url(/images/svg/practice/arrow-two.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.popups-how-work-green {
  position: relative;
  width: 100%;
  min-width: 250px;
  height: auto;
  padding: 48px 40px 48px 48px;
  border-radius: 30px;
  background-color: #97E7BA;
  font-family: arial;
}

.popups-how-work-violet2 {
  position: relative;
  width: 100%;
  min-width: 250px;
  height: auto;
  padding: 48px 40px 48px 48px;
  border-radius: 30px;
  color: #fff;
  background-color: #A771D1;
  font-family: arial;
}

.rates-item-info {
  text-align: left;
}

@media (min-width: 1200px) {
  .popups-how-work-white {
    max-width: 665px;
    top: 0%;
    left: 13%;
  }

  .popups-how-work-white:after {
    left: -17%;
    top: 55%;
  }

  .popups-how-work-white:before {
    right: -20%;
    top: 0%;
  }

  .popups-how-work-green {
    max-width: 537px;
    top: -1.9em;
    left: 40%;
  }

  .popups-how-work-violet2 {
    max-width: 537px;
    top: -1.9em;
    left: 40%;
  }

  .popups-how-work-blue {
    max-width: 537px;
    top: 40px;
    left: 0%
  }

  .arrow-four-steps-one:before {
    right: -30%;
    top: 115%;
  }

  .arrow-four-steps-two:before {
    right: -15%;
    top: 25%;
  }

  .arrow-four-steps-three:before {
    right: -30%;
    top: 95%;
  }

  .main-practice-descript {
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    max-width:530px;
    letter-spacing: 0em;
    margin-top: 10px;
    text-align: left;
    color: #928E98;
  }
}

@media (min-width: 968px) and (max-width: 1200px) {
  .popups-how-work-white {
    max-width: 665px;
    top: 0px;
    left: 15%;
  }

  .popups-how-work-white:after {
    left: -17%;
    top: 55%;
  }

  .popups-how-work-white:before {
    right: -20%;
    top: 0%;
  }

  .popups-how-work-green {
    max-width: 537px;
    top: -35px;
    left: 34%;
  }

  .popups-how-work-violet2 {
    max-width: 537px;
    top: -35px;
    left: 34%;
  }

  .popups-how-work-blue {
    max-width: 537px;
    top: 40px;
    left: 0%
  }

  .rates-block-column {
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .rates-item-title {
    text-align: center;
    font-size: 20px;
  }

  .rates-item-price {
    text-align: center;
    margin: 15px;
    font-size: 30px;
  }

  .arrow-four-steps-one:before {
    right: -15%;
    transform-origin: center;
    transform: scale(1, -1);
    top: -20%;
  }

  .arrow-four-steps-two:before {
    display: none;
    right: 0%;
    top: 65%;
    transform: rotate(83deg);
  }

  .arrow-four-steps-three:before {
    right: -15%;
    top: 65%;
    transform: rotate(334deg);
  }
}

@media (min-width: 768px) and (max-width: 968px) {
  .popups-how-work-white {
    max-width: 505px;
    top: 0px;
    left: 11%;
  }

  .popups-how-work-white:after {
    left: -30%;
    top: 55%;
  }

  .popups-how-work-white:before {
    right: -35%;
    top: 0%;
  }

  .popups-how-work-green {
    max-width: 407px;
    top: -35px;
    left: 38%;
  }

  .popups-how-work-violet2 {
    max-width: 407px;
    top: -35px;
    left: 38%;
  }

  .popups-how-work-blue {
    max-width: 437px;
    top: 40px;
    left: 0%
  }

  .rates-block-column {
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .rates-item-title {
    text-align: center;
    font-size: 20px;
  }

  .rates-item-price {
    text-align: center;
    margin: 15px;
    font-size: 30px;
  }

  .rates-block-container {
    padding: 40px 30px;
  }

  .arrow-four-steps-one:before {
    right: -20%;
    top: -20%;
    transform-origin: center;
    transform: scale(1, -1);
  }

  .arrow-four-steps-two:before {
    display: none;
  }

  .arrow-four-steps-three:before {
    right: -20%;
    top: 65%;
    transform: rotate(334deg);
  }

  .main-practice-descript {
    text-align: left;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  .popups-how-work-white {
    max-width: 305px;
    top: 0px;
    left: 35%;
  }

  .popups-how-work-white:after {
    left: -47%;
    top: 25%;
  }

  .popups-how-work-white:before {
    right: -50%;
    top: 0%;
  }

  .popups-how-work-green {
    max-width: 357px;
    top: -35px;
    left: 0%;
  }

  .popups-how-work-violet2 {
    max-width: 357px;
    top: -35px;
    left: 0%;
  }

  .popups-how-work-blue {
    max-width: 337px;
    top: 40px;
    left: 0%
  }

  .rates-block-column {
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .rates-item-title {
    text-align: center;
    font-size: 20px;
  }

  .rates-item-price {
    text-align: center;
    margin: 15px;
    font-size: 30px;
  }

  .rates-block-container {
    padding: 40px 20px;
  }

  .arrow-four-steps-one:before {
    right: -30%;
    top: 115%;
  }

  .arrow-four-steps-two:before {
    right: -15%;
    top: 25%;
  }

  .arrow-four-steps-three:before {
    right: -30%;
    top: 95%;
  }

  .main-practice-descript {
    text-align: center;
  }
}

@media (min-width: 100px) and (max-width: 568px) {
  .popups-how-work-white {
    max-width: 305px;
    padding: 40px 30px;
    min-width: 250px;
    top: 19px;
    left: 20%;
  }

  .popups-how-work-white:after {
    left: -40%;
    top: 25%;
  }

  .popups-how-work-white:before {
    right: -35%;
    top: -15%;
  }

  .popups-how-work-green {
    max-width: 307px;
    top: -5px;
    left: 0%;
    min-width: 250px;
  }

  .popups-how-work-violet2 {
    max-width: 307px;
    top: -5px;
    left: 0%;
    min-width: 250px;
  }

  .popups-how-work-blue {
    max-width: 297px;
    top: 40px;
    left: 0%
  }

  .rates-item-info {
    text-align: center;
  }

  .rates-block-column {
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .rates-item-title {
    text-align: center;
    font-size: 20px;
  }

  .rates-item-price {
    text-align: center;
    margin: 15px;
    font-size: 20px;
  }

  .rates-block-container {
    padding: 40px 0px;
  }

  .rates-block {
    border-radius: 0px;
  }

  .arrow-four-steps-one:before {
    right: -30%;
    top: 115%;
    display: none;
  }

  .arrow-four-steps-two:before {
    display: none;
  }

  .arrow-four-steps-three:before {
    display: none;
  }

  .main-practice-descript {
    text-align: left;
  }
}

.practice-include-img {
  width: 150px;
}

.lesson-going__columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lesson-going__left-column-block {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 20px 20px;
  margin: 50px 0;
}


@media (min-width: 1200px) {
  .lesson-going__left-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    margin-top: 20px;
    max-width: 662px;
  }

  .lesson-going__right-column {
    max-width: 402px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 402px;
    flex: 0 0 402px;
    padding: 0;
    position: relative;
    margin: auto;
  }
}


@media (min-width: 1035px) and (max-width: 1200px) {
  .lesson-going__left-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-top: 20px;
    max-width: 562px;
  }

  .lesson-going__right-column {
    max-width: 402px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 402px;
    flex: 0 0 402px;
    padding: 0;
    position: relative;
    margin: auto;
  }
}


@media (min-width: 100px) and (max-width: 1035px) {
  .lesson-going__left-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 100%;
    margin-top: 20px;
    width: 100%;
  }

  .lesson-going__right-column {
    display: none;
  }

  .lesson-going-title {
    text-align: center;
  }

  .lesson-going__left-column-block {
    text-align: left;
    background: #f4f4f4;
    border-radius: 20px;
    padding: 20px 20px;
    margin: 50px 0;
  }

  .lesson-going__content-two__item {
    padding: 2px;

  }

  .breadcrumb-section {
    display: none;
  }

}

.column-info-item-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}

.column-info-item-descr {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.lesson-going-left-column-info {
  display: inline-block;
  padding: 15px;
  vertical-align: top;
}

.lesson-going-img {
  width: 100%;
  text-align: center;
}

.popups-how-work-section {
  background-color: #27262D;
}

.practice-main-block {
  padding: 10px 0;
  margin-top: 188px;
}

.partners-main-block {
  padding: 10px 0;
  margin-top: 188px;
}

ul.marker-pink {
  list-style-type: none;
}

ul.marker-pink li {
  line-height: 18px;
  font-family: arial;
  font-weight: 200;
  position: relative;
}

ul.marker-pink li::before {
  color: #f96791;
  content: "\2022";
  font-size: 26px;
  font-weight: 700;
  left: -15px;
  line-height: 18px;
  position: absolute;
  top: 0;
}

ul.breadcrumb-practice {
  padding: 10px 16px;
  list-style: none;
  font-family: arial;
}

ul.breadcrumb-practice li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb-practice li + li:before {
  padding: 8px;
  color: black;
  content: "\27A0";
}

ul.breadcrumb-practice li a {
  color: #303030;
  text-decoration: none;
}

ul.breadcrumb-practice li a:hover {
  color: #f96791;
  text-decoration: underline;
}

ul.breadcrumb-practice li:first-child a {
  color: #aeaeae;
  text-decoration: underline;
}

.breadcrumb-section {
  padding: 40px 0;
}

.limited {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

.limited.l-200 {
  max-height: 200px;
}

/* Add your sizes for text box */
.limited.l-300 {
  max-height: 300px;
}

.limited .bottom {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 80%
  );
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}

.read-more-checker {
  opacity: 0;
  position: absolute;
}

.read-more-checker:checked ~ .limited {
  max-height: none;
}

.read-more-checker:checked ~ .limited .bottom {
  opacity: 0;
  transition: 0.3s;
}

.read-more-checker ~ .read-more-button:before {
  content: "\0427\0438\0442\0430\0442\044c  \0434\0430\043b\0435\0435 \00BB";

}

.read-more-checker:checked ~ .read-more-button:before {
  content: "\0421\043a\0440\044b\0442\044c \00AB";

}

.read-more-button {
  cursor: pointer;
  display: inline-block;
  padding: 10px 0;
  color: #f96791;
  border-radius: 4px;
}

.partners-type-btn {
  margin: auto;
  width: 200px;
  margin-top: 20px;
}

.promo-text-style {
  color: #f96791;
}

.main-partners-descript {
  color: #928E98;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.result-copy-text {
  display: none;
  color: green;
}

.logo-partners {
  text-align: center;
  padding: 30px;
  margin: 0 auto;
}

/* snackbar */
#snackbar {
  position: fixed;
  visibility: hidden;
  min-width: 250px;
  background-color: #f96791;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 16px;
  z-index: 1;
  left: 50%;
  top: 50px;
  font-size: 17px;
  z-index: 100;
  transform: translate(-50%, 0);
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: showsnackbar 0.5s, hiddensnackbar 0.5s 2.5s;
  animation: showsnackbar 0.5s, hiddensnackbar 0.5s 2.5s;
}

@-webkit-keyframes showsnackbar {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}

@keyframes showsnackbar {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}

@-webkit-keyframes hiddensnackbar {
  from {
    top: 50px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes hiddensnackbar {
  from {
    top: 50px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

.content, .test-wrapper {
  display: flex;
  flex-wrap: wrap
}

.content {
  align-items: center;
  margin-bottom: 81px;
  margin-top: 60px
}

@media only screen and (max-width: 998px) {
  .content {
    flex-wrap: wrap
  }

  .content .side {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between
  }

  .content .page-description {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
  }
}


.container-test {
  margin-left: auto;
  margin-right: auto;

}

@media only screen and (min-width: 1280px) {
  .container-test {
    max-width: 1200px
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .container-test {
    max-width: 954px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-test  {
    padding-left: 35px;
    padding-right: 35px
  }
}

@media only screen and (max-width: 1023px) {
  .container-test{
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .container-test {
    padding: 0
  }
}

@media only screen and (max-width: 767px) {
  .container-test {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media only screen and (max-width: 576px) {
  .container-test {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .container-test {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.side {
  margin-right: 75px
}

.side-header {
  position: relative;
  max-width: 384px;
  z-index: 10
}

.side-header__title {
  font-size: 40px;
  width: 372px;
  line-height: 46px;
  font-weight: 800;
}

.side-header__image {
  position: absolute;
  top: 20%;
  left: 42%;
  width: 122px;
  height: 122px
}

@media only screen and (max-width: 768px) {
  .side {
    flex-direction:column
  }

  .side .side-header {
    max-width: 100%
  }

  .side .side-header__title {
    width: 100%
  }

  .side .side-header__image {
    display: none
  }

  .side .testing-card {
    max-width: 100%;
    width: 100%;
    margin-top: 20px
  }
}

@media only screen and (max-width: 1280px) {
  .test-result {
    width:100%
  }

  .side-result {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 10px
  }

  .side-result .test-side__title {
    width: 100%;
    text-align: center
  }

  .side-result .test-side__result {
    width: 100%;
    display: inline-flex;
    justify-content: center
  }

  .side-result .btn {
    margin: 0 auto
  }
}

.testing-card {
  background: #efeff7;
  padding: 35px;
  border-radius: 10px;
  margin-top: 57px;
  max-width: 372px
}

.testing-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 33px
}

.testing-card__number {
  font-size: 40px;
  line-height: 46px;
  margin-right: 20px;
  font-weight: 600;
}

.testing-card__text {
  max-width: 172px;
  font-size: 20px;
  line-height: 25px
}

.testing-card .level {
  font-size: 16px;
  line-height: 24px
}

.testing-card .level__item_pink {
  color: #f96791;
  font-weight: 900;
}

@media only screen and (max-width: 400px) {
  .testing-card__header {
    flex-direction:column;
    align-items: flex-start;
    margin-bottom: 10px
  }
}

.page-description {
  font-size: 16px;
  line-height: 24px;
  max-width: 591px;
  transform: translateY(25px)
}

.page-description .btn {
  margin-top: 40px
}

.page-description .btn-pink_size-m {
  padding: 21px 54.5px;
  font-size: 16px
}


.page-description .test-links__wrapper .test-links__lexical-column {
  text-align: start
}

.page-description .test-links__wrapper .test-links__grammar-column {
  text-align: end
}

[class^=page] {
  position: relative;
  flex: 1;
}


.page-description .test-links__wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.practice-test_btn {
  background-color: #f96791;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 40px;
  line-height: 7;
  padding: 15px 12px;
  -webkit-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  -o-transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
  transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
}

.practice-test_btn:hover {
  background-color: #ee4f62;
  color: #fff
}

.test-links__column p {
  padding-top: 7px;
  font-size: 10px;
  line-height: 1.1;
}

@media only screen and (max-width: 630px) {
  .page-description .test-links__wrapper {
    display: flex;
    flex-direction: column;
  }

  .test-links__column {
    text-align: center !important;
  }

  .test-links__column .btn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .page-description .test-links__wrapper {
    justify-content: space-between;
  }

  .test-links__column .btn {
    width: 100%;
  }
}

.test-links__column--lexical {
  text-align: center;
}

.test-links__column--grammar {
  text-align: right;
}


@media only screen and (min-width: 100px) and (max-width: 768px) {
  .practice-test_btn  {
    font-size:13px;
  }
}

@media only screen and (min-width: 731px) and (max-width: 1021px) {
  .practice-test_btn  {
    font-size:13px;
  }
}

@media only screen and (min-width: 1279px) and (max-width: 1360px) {
  .practice-test_btn  {
    font-size:14px;
  }
}

.sprints5-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.sprints6-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.sprints5-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.sprints6-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:768px) {
  .sprints5-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sprints6-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sprints5__block {
  margin-bottom: 30px;
}
.sprints6__block {
  margin-bottom: 30px;
}

.sprints5__block .sprint-img {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.sprints6__block .sprint-img {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.sprints5__block .sprint-img img {
  width: 100%;
  heidht: 100%;
  background-size: contain;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  filter: brightness(100%);
}
.sprints6__block .sprint-img img {
  width: 100%;
  heidht: 100%;
  background-size: contain;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  filter: brightness(100%);
}

.sprints5__block .sprint-img {
  left: 0;
  bottom: 0;
  padding: 12px 40px;
  display: inline-block;
  z-index: 9;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.sprints6__block .sprint-img {
  left: 0;
  bottom: 0;
  padding: 12px 40px;
  display: inline-block;
  z-index: 9;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}


.sprints5__block .sprint-img {
  border: 1px solid #f2f3f4;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  padding: 0;
  width: 100%;
  height: 340px;
  margin-top: 20px;
  border-radius: 0 0 10px 10px;
  border-top: 0;
}
.sprints6__block .sprint-img {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  padding: 0;
  width: 100%;
  height: 350px;
  margin-top: 20px;
  border-radius: 0 0 10px 10px;
  border-top: 0;
}
@media (max-width: 960px) {
  .learn-team__content__item.carrier-item .track-wrapper .track-descr__person:nth-of-type(2n),
  .learn-team__content__item.track-item .track-wrapper .track-descr__person:nth-of-type(2n) {
    margin-right: 0
  }
}

@media (max-width: 767px) {
  .sprints5__block {
    padding: 20px;
  }
  .sprints6__block {
    /* padding: 20px; */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sprints5__block  {
    /* padding: 30px; */
  }
  .sprints6__block  {
    padding: 30px;
  }
}

.sprints5__block  {
  font-size: 25px;
  line-height: 1.4;
  font-family: "Abril Fatface", cursive;
  color: #234262;
  margin-bottom: 0;
  height: 360px;
}
.sprints6__block  {
  font-size: 25px;
  line-height: 1.4;
  font-family: "Abril Fatface", cursive;
  color: #234262;
  margin-bottom: 0;
  height: 370px;
}

@media (max-width: 767px) {
  .sprints5__block {
    font-size: 20px;
  }
  .sprints6__block {
    font-size: 20px;
  }
}

.sprints5__block  p {
  margin-bottom: 0;
}

.sprints6__block  p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sprints5__block {
    display: block !important;
  }
  .sprints6__block {
    display: block !important;
  }
}

.sprints5__block  p span {
  color: #7d84ab;
  font-size: 14px;
  display: inline-block;
}
.sprints6__block  p span {
  color: #7d84ab;
  font-size: 14px;
  display: inline-block;
}

/* line 59, ../../Arafath/CL/january 2020/243.Education/HTML/scss/_news.scss */
.sprints5__block  p span i {
  margin-right: 5px;
}
.sprints6__block  p span i {
  margin-right: 5px;
}


.sprints5__block  p span:last-child {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.sprints6__block  p span:last-child {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .sprints5__block  p span:last-child {
    padding-left: 9px;
    margin-left: 9px;
  }
  .sprints6__block  p span:last-child {
    padding-left: 9px;
    margin-left: 9px;
  }
}

.sprints5__block p span:last-child::before {
  position: absolute;
  height: 14px;
  width: 1px;
  background: #7d84ab;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sprints6__block p span:last-child::before {
  position: absolute;
  height: 14px;
  width: 1px;
  background: #7d84ab;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sprints5__block:hover .sprint-img img {
  transform: scale(1.02);
  color: #111;
  filter: brightness(110%);
}
.sprints6__block:hover .sprint-img img {
  transform: scale(1.02);
  color: #111;
  filter: brightness(110%);
}

.sprint-preview {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  filter: brightness(100%);
}

.sprint-preview:hover {
  transform: scale(1.02);
  color: #111;
  filter: brightness(110%);
}

.old-price {
  text-decoration: line-through;
  font-size: 16px;
  color: #af4765;
}

.old-price-lexy {
  text-decoration: line-through;
  font-size: 16px;
  color: #a5a5a5;
}

