:root {
  --8-fonts: 8px;
  --10-fonts: 10px;
  --11-fonts: 11px;
  --12-fonts: 12px;
  --13-fonts: 13px;
  --14-fonts: 14px;
  --16-fonts: 16px;
  --17-fonts: 17px;
  --18-fonts: 18px;
  --22-fonts: 22px;
  --26-fonts: 26px;
  --28-fonts: 28px;
  --32-fonts: 32px;
  --42-fonts: 42px;
  --52-fonts: 52px;
  --width: 1212px;
  --white: #fff;
  --black: #000;
  --bg_section: #FFF3E8;
  --transparent: rgba(0,0,0,0);
  --light: #fffaf5;
  --grey: #3c383a;
  --red: #d22f40;
  --green: #00A94B;
  --orange: #f0a628;
  --blue: #4879AB;
  --span_header: #E5A946;
  --title: #6F6F82;
  --video: #b6b6b6;
  --red_one: #BF3E46;
  --orange_one: #DD7C36;
  --orange_two: var(--span_header);
  --orange_three: #E26E03;
  --orange_four: #CFA351;
  --orange_five: #E0A22F;
  --bg_btn_light: #FFEBC7;
  --title_footer: #909090;
  --bg_svg: #575757;
  --border_color: #CACACA;
  --btn_join: #F1F1F1;
  --time_color: #232341;
  --reply_color: #737386;
  --bg_before: #C13E45;
  --bg_border: #F58804;
  --bg_input: #EFEFEF;
  --sheckbox: #3C383A;
  --popup: rgba(0,0,0,.41);
}

.animate-planning {
  animation: planning 40s -4s infinite ease-in-out;
}
@keyframes planning {
  0% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-10%, -7.5%, 0);
  }
  30% {
    transform: translate3d(-13.5%, 1%, 0);
  }
  45% {
    transform: translate3d(-3.5%, -1.5%, 0);
  }
  60% {
    transform: translate3d(1%, 3.5%, 0);
  }
  75% {
    transform: translate3d(2%, 0.5%, 0);
  }
  90% {
    transform: translate3d(-2.5%, -3.5%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes motion-pagination-pagination-1 {
  0% {
    transform: translateX(0) scale(0.75);
  }
  50% {
    transform: translateX(-12px) scale(0);
  }
  100% {
    transform: translateX(-12px) scale(0);
  }
}
@keyframes motion-pagination-pagination-2 {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(-12px) scale(0.75);
  }
  100% {
    transform: translateX(-12px) scale(0.75);
  }
}
@keyframes motion-pagination-pagination-3 {
  0% {
    transform: translateX(0) scale(0.75);
  }
  50% {
    transform: translateX(-12px) scale(1);
  }
  100% {
    transform: translateX(-12px) scale(1);
  }
}
@keyframes motion-pagination-pagination-4 {
  0% {
    transform: translateX(0) scale(0);
  }
  50% {
    transform: translateX(-12px) scale(0.75);
  }
  100% {
    transform: translateX(-12px) scale(0.75);
  }
}
.timer-count {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
iframe {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}
iframe {
    background-color: #fff;  
}
.timer-count .timer__items {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: none;
}
.timer-count .timer__items > * {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0 13px 0 0;
  min-width: 50px;
  font-size: 36px;
  color: #D22140;
  line-height: 1.2;
  font-weight: 700;
}
.timer-count .timer__items > *.timer__seconds {
  margin: 0;
  align-items: flex-start;
  align-content: flex-start;
}
.timer-count .timer__items > *:after {
  content: attr(data-title);
  position: relative;
  color: #6F6F82;
  font-weight: 500;
  font-size: var(--12-fonts);
}
.timer-count .timer__items > *:not(.timer__seconds):before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: -3px;
  left: calc(100% + 1px);
  content: ":";
}
.timer-count .timer__result {
  padding: 30px 0 10px;
  width: 100%;
  color: #3C383A;
  font-size: var(--17-fonts);
}
.timer-count.complete .timer__items {
  display: none !important;
}

.swiper-pagination {
  display: none !important;
}

.pay-end {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  left: calc(100% + 5px);
  bottom: 5px;
  width: 135px;
  height: 19px;
  font-size: 8px;
  border-radius: 6px;
  color: var(--white);
  background: var(--black);
  transform: rotate(-1deg);
}

body {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  color: var(--grey);
  font-family: "Inter", sans-serif;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.stories__content .stories__swiper .swiper-button-next,
.stories__content .stories__swiper .swiper-button-prev {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.wrapper {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: var(--width);
  width: 100%;
}

h1 {
  line-height: 1.2;
  font-weight: 700;
  font-size: var(--52-fonts);
}
h1 span {
  color: var(--span_header);
}

h2 {
  width: 100%;
  line-height: 1.2;
  font-weight: 800;
  font-size: var(--42-fonts);
}
h2 span {
  color: var(--span_header);
}

.subtitle,
h3 {
  width: 100%;
  text-align: center;
  font-size: var(--22-fonts);
}

header, main, section, footer {
  width: 100%;
}

.line-btn {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.bg-color {
  background: var(--bg_section);
}

.btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  width: 198px;
  height: 45px;
  white-space: nowrap;
  font-size: var(--16-fonts);
  border: 1px solid var(--orange);
  background: var(--bg_btn_light);
  transition: 0.3s all;
}
.btn.red {
  width: 218px;
  height: 53px;
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 14px 39px 0 rgba(36, 34, 45, 0.2);
}
.btn.red:hover {
  color: var(--grey);
}
.btn.join {
  padding: 3px 10px;
  width: auto;
  height: auto;
  font-size: var(--8-fonts);
  background: var(--btn_join);
  border-color: var(--btn_join);
}
.btn:hover {
  background: var(--transparent);
}

.icon-plane, .icon-phone, .icon-mail, .icon-plane-second, .icon-bell {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 2;
}
.icon-plane {
  width: 96px;
  height: 96px;
}
.icon-plane-second {
  width: 81px;
  height: 81px;
}
.icon-phone {
  width: 46px;
  height: 46px;
}
.icon-mail {
  width: 40px;
  height: 40px;
}
.icon-bell {
  width: 60px;
  height: 60px;
}

.popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--popup);
  z-index: 12;
}
.popup__content {
  position: relative;
}

.popup__description {
  position: relative;
  display: block;
  padding: 40px 63px;
  max-width: unset;
  min-width: 315px;
  width: 545px;
  border-radius: 5px;
  background: var(--white);
  font-size: var(--16-fonts);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
}
.popup__description h2 {
  padding: 0 0 30px;
  text-align: center;
}
.popup__description .bg-input {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px;
  width: 100%;
  line-height: 1.188;
  background: var(--bg_input);
}
.popup__description .bg-input input {
  padding: 17px 20px;
  width: 100%;
}
.popup__description .bg-input textarea {
  padding: 17px 20px;
  width: 100%;
  height: 105px;
  overflow-y: auto;
}
.popup__description .line-btn {
  margin: 0 0 19px;
  width: 100%;
}
.popup__description .line-btn .btn {
  width: 150px;
  height: 53px;
}

.popup__close {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  transition: 0.3s all;
  z-index: 5;
}
.popup__close img, .popup__close svg {
  width: 20px;
  height: auto;
  transform: rotate(0deg);
  transition: 0.3s all;
}
.popup__close:hover img, .popup__close:hover svg {
  transform: rotate(405deg);
}

.popup {
  display: none;
}

.checkbox {
  cursor: pointer;
  position: relative;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  z-index: 2;
}
.checkbox > input {
  pointer-events: none;
  width: 0;
  height: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.checkbox p {
  pointer-events: all;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--transparent);
  border: 1px solid var(--bg_border);
  transition: 0.3s all;
}
.checkbox p img, .checkbox p svg {
  width: 16px;
  height: auto;
}
.checkbox p path {
  stroke: var(--transparent);
  transition: 0.3s all;
}
.checkbox > span {
  pointer-events: all;
  font-weight: 400;
  line-height: 1.3;
  color: var(--sheckbox);
  font-size: var(--13-fonts);
}
.checkbox > input:checked + p {
  background: var(--bg_border);
}
.checkbox > input:checked + p path {
  stroke: var(--white);
  transition: 0.3s all;
}

.header {
  padding: 23px 0 0;
}
.header .logo {
  flex-shrink: 0;
  padding: 6px 0 0 3px;
}
.header .wrapper {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.header .menu {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 0 0 auto;
}
.header .menu ul {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 7.3vw 0 0;
}
.header .menu li {
  margin: 0 0 0 31px;
  white-space: nowrap;
}
.header .menu li > * {
  cursor: pointer;
  transition: 0.3s all;
}
.header .menu li > *:hover {
  color: var(--orange);
}
.header .menu li:first-child {
  margin: 0;
}

.main {
  padding: 57px 0 126px;
}
.main .wrapper > * {
  align-self: stretch;
}
.main__description {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
.main__description--title {
  margin: 0 0 30px;
  width: 100%;
  color: var(--title);
  font-size: var(--16-fonts);
}
.main__description--info {
  margin: 31px 0 0;
  width: 100%;
  font-size: var(--22-fonts);
}
.main__description .line-btn {
  margin: 41px 0 0;
  width: 100%;
}
.main__description .line-price {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 30px;
  line-height: 1;
  font-size: var(--42-fonts);
}
.main__description .line-price .price {
  position: relative;
  font-weight: 700;
}
.main__description .line-price .price-old {
  position: absolute;
  left: calc(100% + 5px);
  top: -10px;
  color: var(--title);
  letter-spacing: 0.1em;
  font-size: var(--22-fonts);
  text-decoration: line-through;
}
.main__decoration {
  position: relative;
  margin: 0 0 5px auto;
  width: 40.7%;
  min-height: 484px;
}
.main__decoration .icon-plane {
  top: 38%;
  left: -1%;
}
.main__decoration .icon-phone {
  top: 50%;
  right: 7%;
}
.main__decoration .icon-mail {
  bottom: 19px;
  left: 5.2%;
}
.main__decoration > picture {
  pointer-events: none;
  position: absolute;
  bottom: -6px;
  left: calc(50% + 1px);
  transform: translateX(-50%);
  z-index: 2;
}
.main__decoration--item {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 13px 13px;
  font-weight: 400;
  border-radius: 5px;
  background: var(--white);
  font-size: var(--11-fonts);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
  z-index: 3;
}
.main__decoration--item > picture {
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.main__decoration--item.mail {
  top: 25px;
  left: -11%;
  width: 306px;
  font-size: var(--13-fonts);
  animation: planning 30s -4s infinite ease-in-out;
}
.main__decoration--item.mail > picture {
  margin-top: 6px;
}
.main__decoration--item.mail .main__decoration--title {
  padding: 0 0 2px;
}
.main__decoration--item.mail .main__decoration--title .success {
  margin: 0 0 0 5px;
}
.main__decoration--item.mail .main__decoration--description {
  padding: 3px 0;
}
.main__decoration--item.calendar {
  top: 100px;
  right: -5%;
  width: 182px;
}
.main__decoration--item.calendar .main__decoration--title {
  font-size: var(--12-fonts);
}
.main__decoration--item.calendar .main__decoration--title .close {
  position: absolute;
  top: -2px;
  left: -2px;
}
.main__decoration--item.calendar .main__decoration--description {
  padding: 1px 0;
}
.main__decoration--item.calendar .main__decoration--text > p {
  width: 100%;
  margin: -2px 0 1px;
  letter-spacing: 0.22px;
}
.main__decoration--item.calendar .btn.join {
  pointer-events: none;
  width: 102px;
  height: 16px;
}
.main__decoration--item.letter {
  padding: 13px 18px 18px;
  bottom: 75px;
  left: -11.5%;
  width: 309px;
  animation: planning 32s -9s infinite ease-in-out;
}
.main__decoration--item.letter > picture {
  align-self: flex-start;
  margin-top: 2px;
}
.main__decoration--item.letter .main__decoration--title {
  padding: 0 0 6px;
}
.main__decoration--item.letter .main__decoration--title .time {
  padding: 0 0 0 5px;
  font-weight: 400;
  color: var(--time_color);
  font-size: var(--10-fonts);
}
.main__decoration--item.letter .main__decoration--title .message {
  position: absolute;
  top: -10px;
  right: 26px;
}
.main__decoration--item.letter .main__decoration--text > p {
  line-height: 1.2;
  font-size: var(--10-fonts);
}
.main__decoration--item.congratulations {
  padding: 11px 13px;
  bottom: 38px;
  right: -8.5%;
  width: 189px;
  animation: planning 27s -20s infinite ease-in-out;
}
.main__decoration--item.congratulations > picture {
  margin-top: 6px;
}
.main__decoration--item.congratulations .main__decoration--title {
  padding: 0 0 1px;
}
.main__decoration--title {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: var(--13-fonts);
}
.main__decoration--description {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.main__decoration--text {
  width: 100%;
}
.main__decoration--reply {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 8px 0 0;
  width: 100%;
}
.main__decoration--reply > img, .main__decoration--reply > svg {
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
.main__decoration--reply > p {
  font-weight: 500;
  color: var(--reply_color);
  font-size: var(--10-fonts);
  white-space: nowrap;
}
.main__decoration--reply > p span {
  padding: 0 2px 0 0;
  font-weight: 600;
  color: var(--blue);
}
.main__decoration:before {
  pointer-events: none;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 300px 0 0 0;
  background: var(--bg_section);
}
.main__decoration:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: -33px;
  top: -16px;
  width: 163px;
  height: 160px;
  border-radius: 0 0 0 300px;
  background: var(--span_header);
}

.success {
  pointer-events: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--green);
  background-image: url(img/icons/icon-success.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.close {
  pointer-events: none;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: var(--white);
  background-image: url(img/icons/icon-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px rgba(26, 23, 40, 0.24);
}

.message {
  pointer-events: none;
  width: 31px;
  height: 31px;
  border-radius: 7px;
  background-color: var(--white);
  border: 1px solid var(--border_color);
  background-image: url(img/icons/icon-message.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.trusted {
  padding: 0 0 53px;
}
.trusted .wrapper > p {
  width: 100%;
  font-weight: 400;
  text-align: center;
  font-size: var(--13-fonts);
}
.trusted h2 {
  text-align: center;
}

.partner {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 38px 0 37px;
  width: 100%;
}
.partner .partner--item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  filter: grayscale(100%);
}

.treatise {
  padding: 111px 0 101px;
  font-size: var(--22-fonts);
}
.treatise .wrapper {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.treatise__info {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 45.6%;
}
.treatise__info h2 {
  margin: 0 0 41px;
}
.treatise__info p {
  margin: 0 0 39px;
}
.treatise__info picture {
  align-self: flex-end;
}
.treatise__list {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 25px 0 0 auto;
  line-height: 1.2;
  width: 50%;
}
.treatise__list--item {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 0 30px;
  width: 100%;
}
.treatise__list picture img {
height: auto;
}
.treatise__list--item:last-child {
  margin: 0 0 10px;
}
.treatise__list--icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--orange);
}
.treatise__list--description {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 6px 0 0;
  width: 100%;
}
.treatise__list--description > * {
  margin: 0 0 9px;
  width: 100%;
  font-weight: 400;
  font-size: var(--17-fonts);
}
.treatise__list--description > *:last-child {
  margin: 0;
}
.treatise__list--description h4 {
  padding: 0 0 8px;
  margin: 0;
  font-weight: 700;
  font-size: var(--22-fonts);
}
.treatise__list--description ul {
  width: 100%;
}
.treatise__list--description ul li {
  position: relative;
  padding: 0 0 0 25px;
  width: 100%;
}
.treatise__list--description ul li:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 9px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--grey);
}

.documents {
  padding: 130px 0 90px;
}
.documents h2 {
  text-align: center;
}
.documents .subtitle {
  padding: 39px 0 0;
}
.documents__list {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 91px 0 0;
  width: 100%;
}
.documents__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 0 30px;
  width: 100%;
  font-size: var(--17-fonts);
}
.documents__item--icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid var(--grey);
}
.documents__item--description {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 10% 0 0;
  width: 100%;
}
.documents__item h4 {
  padding: 0 0 7px;
  width: 100%;
  font-weight: 700;
  line-height: 1.22;
  font-size: var(--18-fonts);
}
.documents__item:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 10px;
  left: calc(100% - 20px);
  width: 50%;
  height: 3px;
  background: url(img/line-dashed.svg) left center no-repeat;
}
.documents__item:last-child {
  margin: 0;
}
.documents__column {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(33.3333333333% - 25px);
  align-self: stretch;
}
.documents__column:nth-child(3) .documents__item--icon {
  order: 2;
  margin: 0 0 0 15px;
}
.documents__column:nth-child(3) .documents__item--description {
  padding: 0 0 0 8%;
}
.documents__column:nth-child(3) .documents__item--description > * {
  text-align: right;
}
.documents__column:nth-child(3) .documents__item:before {
  left: auto;
  right: calc(100% - 20px);
}
.documents__column:nth-child(2) {
  z-index: 2;
}
.documents__column:nth-child(2) picture {
  position: absolute;
  top: 50%;
  left: 15px;
  width: auto;
  max-height: 100%;
  transform: translateY(-50%);
}
.documents__column:nth-child(2) picture:first-of-type {
  position: absolute;
  top: -53px;
  left: auto;
  right: 22px;
  transform: unset;
}
.documents__column:nth-child(2) picture:first-of-type img {
  height: 387px;
}
.documents__column:nth-child(2) picture img {
  width: auto;
  max-height: 100%;
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
}
.documents__column:nth-child(2):before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: calc(100% + 33px);
  height: 264px;
  border-radius: 80px 0 0 0;
  background: var(--bg_section);
  transform: translate(-50%, -50%);
}
.documents .line-btn {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  margin: 100px 0 0;
  width: 100%;
}

.stand-out {
  padding: 102px 0 92px;
}
.stand-out .wrapper {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.stand-out__info {
  width: 48%;
  font-size: var(--22-fonts);
}
.stand-out__info h2 {
  padding: 10px 0 40px;
}
.stand-out__decoration {
  position: relative;
  width: 48%;
  min-height: 407px;
}
.stand-out__decoration .icon-plane-second {
  top: 69px;
  left: 1%;
}
.stand-out__decoration .icon-bell {
  top: 30px;
  right: -2%;
}
.stand-out__decoration .icon-in {
  position: absolute;
  top: 49%;
  left: 0;
}
.stand-out__decoration .icon-facebook {
  position: absolute;
  bottom: -3px;
  right: 11.8%;
}
.stand-out__decoration > picture {
  position: absolute;
}
.stand-out__decoration > picture img {
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
}
.stand-out__decoration > picture.licenses {
  left: 52%;
  transform: translateX(-50%);
  z-index: 1;
}
.stand-out__decoration > picture.education {
  top: 125px;
  right: 0;
  z-index: 3;
}
.stand-out__decoration > picture.upcoming {
  bottom: 8px;
  left: 28%;
  z-index: 4;
}
.stand-out__decoration > picture.profile {
  bottom: 80px;
  left: 9%;
  z-index: 2;
}
.stand-out__decoration:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 117px;
  height: 115px;
  border-radius: 0 0 0 300px;
  background: var(--bg_before);
}

.study {
  padding: 126px 0 197px;
}
.study .wrapper {
  justify-content: space-between;
}
.study__decoration {
  position: relative;
  padding: 0 0 0 2.4%;
  width: 45%;
}
.study__decoration picture.player {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 447px;
  position: relative;
  box-shadow: 6px 14px 40px 0 rgba(0, 0, 0, 0.41);
}
.study__decoration picture.player:before, .study__decoration picture.player:after {
  pointer-events: none;
  position: absolute;
  content: "";
}
.study__decoration picture.player:before {
  top: 92px;
  left: 50%;
  width: 79px;
  height: 79px;
  background: url(pic/study/btn-player.svg) center center no-repeat;
  transform: translateX(-50%);
  z-index: 2;
}
.study__decoration picture.player:after {
  position: relative;
  width: 100%;
  height: 33px;
  background: url(pic/study/nav-player.svg) left top no-repeat;
  background-size: 100% auto;
}
.study__decoration picture:not(.player) {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.study__decoration picture:not(.player).handbook {
  left: -7%;
  top: 57%;
  transform: translateY(-50%);
}
.study__decoration picture:not(.player).list {
  top: -35px;
  right: 9%;
}
.study__decoration picture:not(.player).list img, .study__decoration picture:not(.player).list svg {
  width: 103px;
  height: auto;
}
.study__decoration picture:not(.player).scheme {
  bottom: -45%;
  left: 46.3%;
  transform: translateX(-50%);
}
.study__decoration picture:not(.player) img, .study__decoration picture:not(.player) svg {
  box-shadow: 6px 14px 40px 0 rgba(0, 0, 0, 0.41);
}
.study__decoration--item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 6px 14px 40px 0 rgba(0, 0, 0, 0.41);
  overflow: hidden;
}
.study__decoration--item.headphone {
  top: -42px;
  left: 12.5%;
  width: 91px;
  height: 91px;
  background: var(--white);
}
.study__decoration--item.camera {
  bottom: 33.7%;
  right: 2.5%;
  width: 42px;
  height: 42px;
  background: var(--span_header);
}
.study__decoration--item.droid {
  bottom: -23.7%;
  left: 11.1%;
  width: 42px;
  height: 42px;
  background: var(--bg_before);
}
.study__decoration--item.list {
  bottom: -27.4%;
  right: 22.8%;
  width: 60px;
  height: 60px;
  background: var(--white);
}
.study__info {
  padding: 41px 0 0;
  width: 47.8%;
  font-size: var(--22-fonts);
}
.study__info h2 {
  padding: 0 0 41px;
}

.certification {
  padding: 111px 0 107px;
}
.certification h2 {
  text-align: center;
}
.certification .subtitle {
  padding: 42px 0 0;
}
.certification__content {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 37px 0 0;
  width: 100%;
}
.certification__content--under {
  width: 100%;
  font-weight: 400;
  text-align: center;
  font-size: var(--13-fonts);
}
.certification__item {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px;
  padding: 21px 40px 17px 17px;
  width: calc(50% - 10px);
  font-weight: 400;
  border-radius: 5px;
  background: var(--white);
  font-size: var(--17-fonts);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
  align-self: stretch;
}
.certification__item--percent {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  width: 76px;
  height: 76px;
  font-weight: 700;
  color: var(--white);
  border-radius: 30px;
  font-size: var(--26-fonts);
  background: var(--red_one);
}
.certification__item--description {
  flex-grow: 1;
  padding: 2px 0 0;
  width: 100%;
}
.certification__item:nth-child(2) .certification__item--percent {
  background: var(--orange_one);
}
.certification__item:nth-child(3) .certification__item--percent {
  background: var(--orange_two);
}
.certification__item:nth-child(4) .certification__item--percent {
  background: var(--orange_three);
}

.process {
  padding: 138px 0 92px;
}
.process h2 {
  text-align: center;
}
.process .subtitle {
  padding: 39px 0 0;
}
.process__content {
  position: relative;
  padding: 39px 0 0;
  width: 100%;
}
.process__content:before, .process__content:after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 69px;
  height: 68px;
  background: url(img/icons/settings.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.process__content:before {
  right: 12.2%;
  top: 21.1%;
}
.process__content:after {
  bottom: 33.1%;
  left: 5.5%;
  background: url(img/icons/lamp.svg);
}
.process__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  padding: 20px 30px 20px 20px;
  margin: 0 0 40px;
  width: 74.5%;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
}
.process__item-registration, .process__item-result {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 69px;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.process__item-registration .process__item--title, .process__item-result .process__item--title {
  padding: 18px 0 7px;
  color: var(--grey);
  text-align: center;
}
.process__item-registration .process__item--description, .process__item-result .process__item--description {
  width: 100%;
  text-align: center;
  align-items: center;
}
.process__item-registration {
  position: relative;
}
.process__item-registration picture {
  pointer-events: none;
  position: absolute;
  top: calc(100% - 45px);
  left: calc(50% - 30px);
  transform: translateX(-50%);
}
.process__item-result {
  padding: 30px 0 0;
}
.process__item-result .process__item--around {
  background: var(--red_one);
}
.process__item > * {
  min-height: 152px;
}
.process__item--header {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding: 30px 25px 30px 20px;
  flex-wrap: wrap;
  width: 38.5%;
  color: var(--white);
  font-weight: 700;
  border-radius: 0 80px 0 0;
  font-size: var(--18-fonts);
  background: var(--red_one);
}
.process__item--around {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  border-radius: 100%;
  background: var(--orange);
}
.process__item--title {
  padding: 0 0 5px;
  width: 100%;
  font-weight: 700;
  font-size: var(--22-fonts);
}
.process__item--subtitle {
  width: 100%;
}
.process__item--description {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(61.5% - 30px);
  font-weight: 400;
  font-size: var(--17-fonts);
}
.process__item--icons {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 0 0 11px;
  width: 100%;
}
.process__item--icons li {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 11px 0 0;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: var(--bg_section);
}
.process__item--icons li:last-child {
  margin: 0;
}
.process__item:nth-child(2n+3) {
  margin: 0 0 40px auto;
}
.process__item:nth-child(3) .process__item--header {
  background: var(--orange_one);
}
.process__item:nth-child(4) .process__item--header {
  background: var(--orange_three);
}
.process__item:nth-child(5) .process__item--header {
  background: var(--orange_four);
}
.process__item:nth-child(6) .process__item--header {
  background: var(--orange_five);
}
.process .line-btn {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  padding: 62px 0 0;
  width: 100%;
}

.pay {
  padding: 100px 0 106px;
}
.pay .wrapper {
  justify-content: space-between;
}
.pay h2 {
  line-height: 1.215;
}
.pay .subtitle {
  padding: 20px 0 29px;
  text-align: left;
}
.pay__info {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 33%;
}
.pay__info .timer-count .timer__result {
  padding: 20px 0 10px;
}
.pay__info--text {
  padding: 29px 0 0;
  width: 100%;
  font-weight: 400;
  font-size: var(--17-fonts);
}
.pay__info--contact {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  pointer-events: none;
  padding: 28px 0 7px;
  border-bottom: 1px solid var(--bg_border);
  transition: 0.3s all;
}
.pay__info--contact > * {
  pointer-events: all;
  cursor: pointer;
}
.pay__info--contact img, .pay__info--contact svg {
  margin: 0 8px 0 0;
}
.pay__info--contact:hover {
  border-color: var(--transparent);
}
.pay__card {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: calc(67% - 54px);
}
.pay__card .card__item {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  width: calc(50% - 10px);
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
}
.pay__card .card__item--header {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
  min-height: 106px;
  border-radius: 0px 100px 0px 0px;
  background: var(--bg_section);
}
.pay__card .card__item--header p {
  position: relative;
  font-weight: 700;
  font-size: var(--32-fonts);
}
.pay__card .card__item--header p sup {
  position: absolute;
  top: -4px;
  padding: 0 0 0 2px;
  font-weight: 500;
  color: var(--title);
  letter-spacing: 0.1em;
  font-size: var(--22-fonts);
  text-decoration: line-through;
}
.pay__card .card__item--header > * {
  width: 100%;
  text-align: center;
}
.pay__card .card__item--header .pay-end {
  position: relative;
  left: 50%;
  max-width: 135px;
  transform: translateX(-50%);
}
.pay__card .card__item--description {
  width: 100%;
}
.pay__card .card__item--description ul {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  padding: 21px 0 18px;
  width: 100%;
  font-weight: 400;
  font-size: var(--17-fonts);
}
.pay__card .card__item--description ul li {
  margin: 0 0 16px;
  width: 100%;
  text-align: center;
}
.pay__card .card__item--description ul li:last-child {
  margin: 0;
}
.pay__card .card__item--description .line-btn {
  justify-content: center;
}
.pay__card .card__item--description .line-btn .btn {
  max-width: 138px;
  height: 53px;
}
.pay__card .card__item--plus {
  position: relative;
  padding: 14px 0 21px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  color: var(--span_header);
  font-size: var(--17-fonts);
}
.pay__card .card__item--plus:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  width: 17px;
  height: 17px;
  background: url(img/plus.svg) center center no-repeat;
  transform: translateX(-50%);
}
.pay__card .card__item:nth-child(2n) .card__item--header {
  color: var(--white);
  background: var(--red_one);
}
.pay__card .card__item:nth-child(2n) .card__item--description .line-btn .btn {
  max-width: 158px;
  color: var(--white);
  background: var(--red_one);
  border: 1px solid var(--red_one);
}
.pay__card .card__item:nth-child(2n) .card__item--description .line-btn .btn:hover {
  color: var(--grey);
  background: var(--transparent);
}

.pay__info--copy {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 392px;
  height: 55px;
  font-size: var(--22-fonts);
  background: var(--bg_btn_light);
  border: 1px dashed var(--orange);
}
.pay__info--copy .btn-copy {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 12px 0 0;
}
.pay__info--copy .btn-copy img, .pay__info--copy .btn-copy svg {
  transition: 0.3s all;
  opacity: 1;
}
.pay__info--copy .btn-copy:before {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/success.svg) center center no-repeat;
  transition: 0.3s all;
  opacity: 0;
}
.pay__info--copy .btn-copy.copy-success img, .pay__info--copy .btn-copy.copy-success svg {
  opacity: 0;
}
.pay__info--copy .btn-copy.copy-success:before {
  opacity: 1;
}

.stories {
  padding: 181px 0 110px;
}
.stories__content {
  width: 100%;
}
.stories__content .move-item {
  position: relative;
  margin: 0 0 20px -6px;
  max-width: 418px;
  box-shadow: unset;
  background: var(--transparent);
}
.stories__content .move-item .stories__item--content {
  padding: 0 5% 20px 0;
  position: relative;
}
.stories__content .move-item .stories__item--content:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: -60px;
  left: -14px;
  width: 151px;
  height: 109px;
  background: url(img/quote.svg) center center no-repeat;
}
.stories__content .move-item .stories__item--content h2 {
  position: relative;
}
.stories__content .move-item .stories__item--info {
  padding: 37px 0 0;
  width: 100%;
  font-size: var(--22-fonts);
}
.stories__content .stories__swiper .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.stories__content .stories__swiper .stories__item {
  margin: 0 0 20px 0;
  margin-right: 0 !important;
  max-width: 380px;
  width: 100%;
  height: auto;
  align-self: stretch;
  z-index: 3;
}
.stories__content .stories__swiper .stories__item--content {
  padding: 11px 20px 20px;
  width: 100%;
  background: var(--white);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
}
.stories__content .stories__swiper .stories__item--image {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 0 19px;
  width: 100%;
  height: 79px;
}
.stories__content .stories__swiper .stories__item--image img {
  width: auto;
  max-height: 100%;
}
.stories__content .stories__swiper .stories__item--info {
  font-weight: 400;
  line-height: 1.53;
  font-size: var(--17-fonts);
}
.stories__content .stories__swiper .stories__item--info p span {
  color: var(--red_one);
}
.stories__content .stories__swiper .stories__item--description {
  padding: 19px 0 0;
  width: 100%;
  font-size: var(--17-fonts);
}
.stories__content .stories__swiper .stories__item--description p {
  padding: 0 0 4px;
  width: 100%;
  font-weight: 700;
  font-size: var(--18-fonts);
}
.stories__content .stories__swiper .stories__item:nth-child(3n+2) {
  margin-right: 0 !important;
}
.stories__content .stories__swiper .stories__item:nth-child(3n+2) .stories__item--description {
  padding: 43px 0 0;
}
.stories__content .stories__swiper .stories__item:not(:nth-child(3n+1)) {
  margin-left: 20px !important;
  margin-right: 0 !important;
}
.stories__content .stories__swiper .stories__item:nth-child(3) {
  margin-right: 0 !important;
}
.stories__content .stories__swiper .stories__item:nth-child(3) .stories__item--margin {
  height: 50px;
}
.stories__content .stories__swiper:not(.swiper-initialized) .move-item {
  position: relative;
  margin-left: -6px !important;
  max-width: 418px;
}
.stories__content .stories__swiper:not(.swiper-initialized) .move-item .stories__item--content {
  padding: 0 5% 20px 0;
  box-shadow: unset;
  background: var(--transparent);
}
.stories__content .stories__swiper:not(.swiper-initialized) .move-item .stories__item--info {
  padding: 37px 0 0;
  width: 100%;
  font-size: var(--22-fonts);
}

.step {
  padding: 111px 0 108px;
}
.step h2 {
  text-align: center;
}
.step .subtitle {
  padding: 41px 10% 39px;
}
.step__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.step__content .step__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(20% - 15px);
}
.step__content .step__item > * {
  margin: 0 auto;
}
.step__content .step__item--around {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  border-radius: 100%;
  background: var(--orange);
}
.step__content .step__item--description {
  padding: 17px 0 0;
  width: 100%;
}
.step__content .step__item--description > * {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.step__content .step__item--description p {
  padding: 6px 0 0;
  font-weight: 400;
  line-height: 1.215;
  font-size: var(--17-fonts);
}
.step__content .step__item:last-child .step__item--around {
  background: var(--red_one);
}
.step__content:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 33px;
  left: 50%;
  width: 980px;
  height: 35px;
  background: url(img/step-line.svg) center center no-repeat;
  transform: translateX(-50%);
}
.step .line-btn {
  padding: 48px 0 0;
  width: 100%;
  justify-content: center;
}
.step .line-btn .btn.red {
  margin: 0 0 0 20px;
  width: 212px;
}

.about {
  padding: 131px 0 100px;
}
.about h2 {
  padding: 0 0 35px;
  margin: 0 0 6px;
}
.about__info {
  width: 48%;
  font-weight: 400;
  font-size: var(--17-fonts);
}
.about__info p {
  margin: 0 0 30px;
  width: 100%;
}
.about__video {
  margin: 0 0 0 auto;
  width: 47.3%;
}
.about__video .video {
  position: relative;
  padding: 56.52% 0 0;
  width: 100%;
  border-radius: 5px;
  background-color: var(--white);
  background-image: url(pic/about/poster.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.about__video .video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__video .video > * > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__video .video p {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  color: var(--video);
  text-transform: uppercase;
  font-size: var(--32-fonts);
}
.about__accreditation {
  padding: 19px 0 0;
  width: 100%;
}
.about__accreditation > p {
  width: 100%;
  text-align: center;
  color: var(--title);
}
.about__accreditation .partner {
  padding: 18px 0 0;
}

.faq {
  padding: 11px 0 100px;
}
.faq h2 {
  text-align: center;
}
.faq__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 32px 0 0;
  width: 100%;
  transition: 0.3s all;
  z-index: 2;
}
.faq__item {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  width: calc(50% - 10px);
  height: 104px;
  font-size: var(--16-fonts);
  transition: 0.3s all;
}
.faq__item--header {
  pointer-events: none;
  cursor: pointer;
  position: relative;
  padding: 0 90px 0 20px;
  width: 100%;
  font-weight: 700;
  font-size: var(--22-fonts);
  transition: 0.3s all;
}
.faq__item--header p {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--bg_section);
  transform: translateY(-50%);
}
.faq__item--header p span {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq__item--header p span:before, .faq__item--header p span:after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 4px;
  background: var(--grey);
}
.faq__item--header p span:after {
  transform: rotate(90deg);
  transition: 0.3s all;
}
.faq__item--description {
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  position: absolute;
  display: none;
  top: calc(100% - 19px);
  left: 0;
  padding: 5px 90px 35px 20px;
  width: 100%;
  font-weight: 400;
  font-size: var(--17-fonts);
  z-index: 3;
}
.faq__item--bg {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  padding: 19px 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
  transition: 0.3s all;
}
.faq__item.active {
  margin: 0;
  z-index: 3;
}
.faq__item.active .faq__item--header p span:after {
  transform: rotate(180deg);
}
.faq__item:last-child {
  margin: 0;
}

.lorem {
  padding: 92px 0 110px;
}
.lorem h2 {
  padding: 0 0 41px;
  text-align: center;
}
.lorem p {
  margin: 0 0 21px;
  width: 100%;
  font-weight: 400;
  letter-spacing: -0.001em;
  font-size: var(--17-fonts);
}

.footer {
  padding: 100px 0 110px;
  color: var(--white);
  background: var(--grey);
}
.footer h3 {
  padding: 0 0 17px;
  text-align: left;
  color: var(--title_footer);
}
.footer__description {
  width: 28%;
}
.footer__description--info {
  padding: 25px 0 31px;
  width: 100%;
  font-weight: 400;
  font-size: var(--13-fonts);
}
.footer li {
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 0 15px;
}
.footer li > * {
  pointer-events: all;
}
.footer li a {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  transition: 0.3s all;
}
.footer li:last-child {
  margin: 0;
}
.footer li:hover a {
  color: var(--orange);
}
.footer__social {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
}
.footer__social li {
  margin: 0 15px 0 0;
}
.footer__social li a rect, .footer__social li a path {
  transition: 0.3s all;
}
.footer__social li a:hover path {
  fill: var(--orange);
}
.footer__services {
  margin: 0 3.3% 0 auto;
  width: 18%;
}
.footer__link {
  margin: 0 1.8% 0 0;
  width: 14%;
}
.footer__contacts {
  width: 23%;
}
.footer__contacts ul {
  padding: 1px 0 0;
}
.footer__contacts ul li {
  margin: 0 0 16px;
}
.footer__contacts ul li p {
  margin: 0 0 0 10px;
}

@media (max-width: 1279px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 36px;
    line-height: 1.15;
  }
  .subtitle, h3 {
    font-size: var(--18-fonts);
  }
  h4 {
    font-size: var(--17-fonts);
  }
  .wrapper {
    padding: 0 10px;
  }
  .header .menu {
    flex-grow: 1;
    width: 100%;
  }
  .header .menu nav {
    margin: 0 auto;
  }
  .header .menu nav ul {
    margin: 0;
  }
  .main__description--title {
    margin: 0 0 20px;
  }
  .main__description--info {
    margin: 25px 0 0;
    font-size: var(--18-fonts);
  }
  .main__decoration {
    width: 45%;
  }
  .main__decoration--item.calendar {
    right: 0;
  }
  .main__decoration--item.congratulations {
    right: 1%;
  }
  .main__decoration--item.mail {
    left: 1%;
  }
  .main__decoration--item.letter {
    left: 0;
  }
  .treatise {
    padding: 70px 0;
    font-size: var(--18-fonts);
  }
  .treatise__info h2 {
    margin: 0 0 35px;
  }
  .treatise__info picture {
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .treatise__info picture img, .treatise__info picture svg {
    max-width: calc(100% + 10px);
    height: auto;
  }
  .treatise__list--item {
    margin: 0 0 20px;
  }
  .treatise__list--description > * {
    font-size: var(--16-fonts);
  }
  .treatise__list--description h4 {
    font-size: var(--18-fonts);
  }
  .treatise__list--icon {
    width: 50px;
    height: 50px;
  }
  .treatise__list--icon img, .treatise__list--icon svg {
    width: 25px;
    height: auto;
  }
  .documents {
    padding: 70px 0;
  }
  .documents .subtitle {
    padding: 25px 0 0;
  }
  .documents__column {
    width: calc(33.3333333333% - 10px);
  }
  .documents__column:nth-child(3) .documents__item--description {
    padding: 0 0 0 8%;
  }
  .documents__column:nth-child(2) picture {
    left: -1%;
  }
  .documents__column:nth-child(2) picture:first-of-type {
    right: -1%;
  }
  .documents__item--icon {
    width: 50px;
    height: 50px;
  }
  .documents__item--icon img, .documents__item--icon svg {
    width: 25px;
    height: auto;
  }
  .documents__item--description {
    padding: 0;
  }
  .documents__item:before {
    display: none;
  }
  .documents .line-btn {
    margin: 60px 0 0;
  }
  .stand-out {
    padding: 70px 0;
  }
  .stand-out__info {
    width: 40%;
    font-size: var(--18-fonts);
  }
  .stand-out__info h2 {
    padding: 10px 0 25px;
  }
  .stand-out__decoration {
    width: 55%;
  }
  .study {
    padding: 70px 0 100px;
  }
  .study__info {
    padding: 25px 0 0;
    width: 40%;
    font-size: var(--18-fonts);
  }
  .study__info h2 {
    padding: 0 0 25px;
  }
  .study__decoration {
    width: 55%;
  }
  .certification {
    padding: 70px 0;
  }
  .certification .subtitle {
    padding: 25px 0 0;
  }
  .certification__item {
    line-height: 1.3;
    font-size: var(--16-fonts);
  }
  .certification__item--percent {
    width: 70px;
    height: 70px;
    font-size: var(--22-fonts);
  }
  .process {
    padding: 70px 0;
  }
  .process__item {
    width: 85%;
  }
  .pay {
    padding: 70px 0;
  }
  .pay h2 {
    line-height: 1.15;
  }
  .pay .subtitle {
    padding: 15px 0 20px;
  }
  .pay .pay__info--text {
    padding: 25px 0 0;
    font-size: var(--16-fonts);
  }
  .pay__card {
    width: calc(67% - 20px);
  }
  .pay__card .card__item--description ul {
    font-size: var(--16-fonts);
  }
  .pay__card .card__item--description ul li {
    margin: 0 0 10px;
  }
  .pay__card .card__item--plus {
    font-size: var(--16-fonts);
  }
  .stories {
    padding: 100px 0 70px;
  }
  .stories__content .move-item {
    margin: 0 0 30px;
    max-width: 100%;
  }
  .stories__content .move-item h2 {
    text-align: center;
  }
  .stories__content .move-item .stories__item--content {
    padding: 0;
  }
  .stories__content .move-item .stories__item--content:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .stories__content .move-item .stories__item--info {
    padding: 25px 15% 0;
    font-size: var(--18-fonts);
    text-align: center;
  }
  .stories__content .stories__swiper .stories__item,
  .stories__content .stories__swiper .stories__item.move-item {
    max-width: calc(50% - 10px);
    margin-left: 20px !important;
    z-index: 2;
  }
  .stories__content .stories__swiper .stories__item .stories__item--margin,
  .stories__content .stories__swiper .stories__item.move-item .stories__item--margin {
    height: 0 !important;
  }
  .stories__content .stories__swiper .stories__item:nth-child(-n+2),
  .stories__content .stories__swiper .stories__item.move-item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .stories__content .stories__swiper .stories__item:nth-child(2n+1),
  .stories__content .stories__swiper .stories__item.move-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .step {
    padding: 70px 0;
  }
  .step .subtitle {
    padding: 25px 10%;
  }
  .step__content .step__item {
    width: calc(20% - 6px);
  }
  .step__content .step__item--around {
    width: 80px;
    height: 80px;
  }
  .step__content .step__item--around img, .step__content .step__item--around svg {
    width: 36px;
    height: auto;
  }
  .step__content .step__item--description p {
    font-size: var(--16-fonts);
  }
  .step__content:before {
    top: 26px;
    width: 85%;
  }
  .about {
    padding: 70px 0;
  }
  .about h2 {
    padding: 0 0 25px;
    margin: 0;
  }
  .about__info {
    width: 45%;
    font-size: var(--16-fonts);
  }
  .about__info br {
    display: none;
  }
  .about__video {
    margin: 0 0 0 auto;
    width: 52%;
  }
  .faq {
    padding: 30px 0;
  }
  .faq__item--header {
    line-height: 1.4;
    font-size: var(--18-fonts);
  }
  .lorem {
    padding: 70px 0;
  }
  .lorem h2 {
    padding: 0 0 25px;
  }
  .footer {
    padding: 70px 0;
  }
  .footer__services {
    margin: 0 2% 0 auto;
    width: 20%;
  }
  .footer__contacts {
    width: 30%;
  }
  .popup__description {
    padding: 40px 30px;
    width: 460px;
  }
}
@media (max-width: 1023px) {
  .timer-count {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  .timer-count .timer__result {
    text-align: center;
    justify-content: center;
  }
  .main__decoration--reply > p {
    white-space: unset;
  }
  html {
    overflow-x: hidden;
  }
  h1 {
    font-size: var(--32-fonts);
  }
  h2 {
    font-size: var(--26-fonts);
  }
  .wrapper {
    max-width: 900px;
  }
  .open-menu .header .wrapper .logo, .open-menu .header .wrapper .line-btn, .open-menu .header .wrapper .dropdown-toggle {
    z-index: 11;
  }
  .open-menu .header .menu nav {
    box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
  }
  .open-menu .header:before {
    background: var(--white);
  }
  .header {
    position: relative;
  }
  .header .menu {
    justify-content: flex-end;
  }
  .header .menu nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 10px;
    width: 100%;
    background: var(--white);
    box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0);
    z-index: 9;
  }
  .header .menu nav ul {
    margin: 0 auto;
  }
  .header .menu .dropdown-toggle {
    order: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    padding: 0 5px;
    margin: 0 0 0 20px;
    width: 40px;
    height: 40px;
    z-index: 11;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .header .menu .dropdown-toggle.btn-header {
    display: flex;
  }
  .header .menu .dropdown-toggle > span {
    margin: 4px 0;
    width: 30px;
    height: 2px;
    background: var(--black);
    border-radius: 3px;
    transform-origin: -10% 40%;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .header .menu.active .dropdown-toggle {
    padding: 0 0 0 5px;
    background: var(--transparent);
  }
  .header .menu.active .dropdown-toggle > span {
    transform-origin: 27% 50%;
  }
  .header .menu.active .dropdown-toggle > span:nth-child(1) {
    transform: rotate(45deg);
  }
  .header .menu.active .dropdown-toggle > span:nth-child(2) {
    display: none;
  }
  .header .menu.active .dropdown-toggle > span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header .menu.active .dropdown-toggle:after {
    left: 15px;
  }
  .header:before {
    pointer-events: none;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--transparent);
    z-index: 10;
  }
  .main {
    padding: 70px 0;
  }
  .main__description {
    margin: 0 5% 50px;
    width: 100%;
    text-align: center;
  }
  .main__description--title {
    font-size: var(--14-fonts);
  }
  .main__description .line-btn {
    justify-content: center;
  }
  .main__decoration {
    width: 100%;
  }
  .main__decoration--item.mail {
    left: 5%;
  }
  .main__decoration--item.letter {
    left: 7%;
  }
  .main__decoration .icon-phone {
    z-index: 5;
  }
  .main__decoration:after {
    left: -10px;
  }
  .main__decoration:before {
    width: 100%;
    right: -10px;
  }
  .trusted {
    padding: 0 0 70px;
  }
  .partner {
    flex-wrap: wrap;
    padding: 25px 0 15px;
  }
  .partner .wrapper > p {
    font-size: var(--12-fonts);
  }
  .partner--item {
    margin: 15px 0;
    width: calc(25% - 10px);
  }
  .partner--item img, .partner--item svg {
    max-width: 100%;
    height: auto;
  }
  .treatise__info {
    width: 100%;
  }
  .treatise__info h2 {
    text-align: center;
  }
  .treatise__info p {
    padding: 0 5%;
    text-align: center;
  }
  .treatise__list {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-direction: unset;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  .treatise__list--item {
    width: calc(50% - 10px);
  }
  .treatise__list--item:last-of-type:not(:nth-child(2n)) {
    width: 100%;
  }
  .treatise__list picture {
    margin: 20px 0 0 -10px;
  }
  .documents__list {
    padding: 50px 0 0;
    flex-wrap: wrap;
  }
  .documents__column {
    order: 2;
    width: calc(50% - 10px);
  }
  .documents__column:nth-child(2) {
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: unset;
    order: 1;
    margin: 0 0 40px;
    width: 100%;
  }
  .documents__column:nth-child(2) picture {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: 400px;
    transform: unset;
  }
  .documents__column:nth-child(2) picture:first-of-type {
    position: relative;
    order: 2;
    top: auto;
    left: auto;
    right: auto;
  }
  .documents__column:nth-child(3) .documents__item--description {
    order: 2;
    padding: 0;
  }
  .documents__column:nth-child(3) .documents__item--description > * {
    text-align: left;
  }
  .documents__column:nth-child(3) .documents__item--icon {
    margin: 0 15px 0 0;
  }
  .stand-out__info {
    margin: 0 0 30px;
    width: 100%;
    text-align: center;
  }
  .stand-out__info p {
    padding: 0 5%;
  }
  .stand-out__decoration {
    margin: 0 auto;
    width: 90%;
  }
  .study {
    padding: 70px 0 160px;
  }
  .study__decoration {
    order: 2;
    margin: 0 auto;
    width: 75%;
  }
  .study__info {
    padding: 0 0 60px;
    width: 100%;
    text-align: center;
  }
  .process__content:before, .process__content:after {
    display: none;
  }
  .process__item {
    position: relative;
    margin: 0 0 25px;
    width: 95%;
    z-index: 3;
  }
  .process__item-registration, .process__item-result {
    position: relative;
    padding: 0 0 30px;
  }
  .process__item-registration .process__item--title,
  .process__item-registration .process__item--description, .process__item-result .process__item--title,
  .process__item-result .process__item--description {
    position: relative;
    padding: 0 0 30px;
    background: var(--white);
    z-index: 2;
  }
  .process__item-result {
    padding: 30px 0 0;
  }
  .process__item-registration picture {
    top: calc(100% - 105px);
    left: 50%;
  }
  .process__item:nth-child(2n+3) {
    margin: 0 0 25px auto;
  }
  .process .line-btn {
    padding: 30px 0 0;
  }
  .pay .subtitle {
    text-align: center;
  }
  .pay__info {
    width: 100%;
    text-align: center;
  }
  .pay__info--copy {
    margin: 0 auto;
  }
  .pay__info--contact {
    margin: 0 auto;
  }
  .pay__card {
    margin: 30px 0 0;
    width: 100%;
  }
  .stories__content {
    padding: 0 10px;
  }
  .stories__content .stories__swiper .stories__item,
  .stories__content .stories__swiper .stories__item.move-item {
    max-width: calc(50% - 10px);
    margin-left: 20px !important;
    z-index: 2;
  }
  .stories__content .stories__swiper .stories__item .stories__item--margin,
  .stories__content .stories__swiper .stories__item.move-item .stories__item--margin {
    height: 0 !important;
  }
  .stories__content .stories__swiper .stories__item:nth-child(-n+2),
  .stories__content .stories__swiper .stories__item.move-item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .stories__content .stories__swiper .stories__item:nth-child(2n+1),
  .stories__content .stories__swiper .stories__item.move-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .step__content {
    flex-wrap: wrap;
  }
  .step__content .step__item {
    flex-direction: unset;
    margin: 0 0 30px;
    width: calc(50% - 10px);
    align-content: center;
    align-items: center;
  }
  .step__content .step__item > * {
    position: relative;
  }
  .step__content .step__item--around {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
  }
  .step__content .step__item--around img, .step__content .step__item--around svg {
    width: 30px;
  }
  .step__content .step__item--description {
    padding: 0 0 0 15px;
  }
  .step__content .step__item--description > * {
    text-align: left;
  }
  .step__content .step__item:nth-child(2n+1):not(:last-child):before {
    pointer-events: none;
    position: absolute;
    content: "";
    top: -20%;
    left: 35px;
    width: calc(100% + 20px);
    height: 50px;
    background: url(img/step-line_tab.svg) left center no-repeat;
    background-size: 100% auto;
  }
  .step__content .step__item:nth-child(2):after, .step__content .step__item:nth-child(3):after {
    pointer-events: none;
    position: absolute;
    content: "";
    top: 100%;
    left: 17px;
    width: 33px;
    height: 100%;
    background: url(img/step-line_tab_v.svg) left center no-repeat;
  }
  .step__content:before {
    display: none;
  }
  .step .line-btn {
    padding: 30px 0 0;
  }
  .step .line-btn .pay__info--copy {
    margin: 0;
  }
  .about__info {
    width: 100%;
  }
  .about__info > * {
    text-align: center;
  }
  .about__video {
    padding: 0 !important;
    margin: 0 auto;
    width: 90%;
  }
  .about__accreditation {
    padding: 40px 0 0;
  }
  .faq {
    padding: 0;
  }
  .faq__content {
    z-index: 3;
  }
  .faq__item--header {
    line-height: 1.3;
  }
  .faq__item--description {
    top: calc(100% - 10px);
    padding: 5px 80px 20px 20px;
    line-height: 1.4;
    font-size: var(--16-fonts);
  }
  .lorem > * {
    text-align: center;
  }
  .lorem p {
    font-size: var(--16-fonts);
  }
  .footer h3 {
    text-align: center;
  }
  .footer .wrapper {
    justify-content: space-between;
  }
  .footer .wrapper > *:not(.footer__contacts) {
    width: calc(33.3333333333% - 20px);
  }
  .footer li {
    justify-content: center;
  }
  .footer__contacts {
    padding: 30px 0 0;
    width: 100%;
  }
  .footer__contacts ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .footer__contacts ul li {
    margin: 0 20px 0 0;
    white-space: nowrap;
    justify-content: flex-start;
  }
  .footer__contacts ul li:last-child {
    margin: 0;
  }
}
@media (max-width: 767px) {
  br {
    display: none;
  }
  .header {
    padding: 20px 0 0;
  }
  .header .menu nav {
    padding: 65px 0 70px;
    flex-direction: column;
  }
  .header .menu nav ul {
    flex-direction: column;
  }
  .header .menu nav ul li {
    margin: 0 0 35px;
  }
  .header .menu nav ul li:first-child {
    margin: 0 0 35px;
  }
  .header .menu nav .line-btn {
    justify-content: center;
  }
  .header .menu > .line-btn {
    display: none;
  }
  .main__description .line-btn {
    flex-direction: column;
  }
  .main__description .line-btn .btn {
    order: 2;
    margin: 0 auto;
  }
  .main__description .line-btn .line-price {
    padding: 0 0 30px;
  }
  .main__decoration .main__decoration--item {
    width: auto;
  }
  .treatise__list--item {
    width: 100%;
  }
  .treatise__list--icon {
    width: 60px;
    height: 60px;
  }
  .treatise__list--icon img, .treatise__list--icon svg {
    width: 30px;
  }
  .treatise__list picture {
    margin: 20px 0 0;
    border-radius: 0 80px 0 0;
    max-width: 100%;
    overflow: hidden;
  }
  .treatise__list picture img, .treatise__list picture svg {
    max-width: 100%;
    height: auto;
  }
  .documents__list {
    padding: 90px 0 0;
  }
  .documents__column {
    margin: 0 0 30px;
    width: 100%;
  }
  .documents__column:nth-child(2) picture {
    left: 17%;
    width: auto;
    height: 318px;
    transform: unset;
  }
  .documents__column:nth-child(2) picture:first-of-type {
    top: -40px;
    left: auto;
    right: 17%;
  }
  .documents__column:nth-child(2):before {
    width: calc(100% - 20px);
    height: 205px;
  }
  .documents .line-btn {
    margin: 30px 0 0;
  }
  .stand-out__decoration {
    width: 100%;
    min-height: 365px;
    max-width: 560px;
  }
  .stand-out__decoration .icon-bell, .stand-out__decoration .icon-plane-second {
    display: none;
  }
  .stand-out__decoration .icon-facebook {
    bottom: 0;
    right: 2.8%;
  }
  .stand-out__decoration .icon-in {
    top: 45%;
    z-index: 3;
  }
  .stand-out__decoration > picture img, .stand-out__decoration > picture svg {
    max-width: 100%;
    height: auto;
  }
  .stand-out__decoration > picture.licenses {
    left: 2%;
    width: 90%;
    transform: unset;
  }
  .stand-out__decoration > picture.education {
    top: 130px;
    width: 65%;
  }
  .stand-out__decoration > picture.profile {
    bottom: 35px;
    left: 0;
    width: 45%;
  }
  .stand-out__decoration > picture.upcoming {
    bottom: 0;
    left: 30%;
    width: 50%;
  }
  .stand-out__decoration:after {
    bottom: -55px;
  }
  .study__decoration {
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
  }
  .study__decoration picture:not(.player).handbook {
    left: -10px;
  }
  .study__decoration picture:not(.player).scheme {
    left: 50%;
  }
  .study__decoration--item.list {
    bottom: -39%;
    right: 10%;
  }
  .certification__item {
    width: 100%;
    font-size: var(--16-fonts);
  }
  .certification__content--under {
    padding: 20px 10% 0;
  }
  .process__item {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
  }
  .process__item-registration > picture {
    top: calc(100% - 25px);
  }
  .process__item-registration > picture img, .process__item-registration > picture svg {
    width: auto;
    height: 1757px;
  }
  .process__item--header {
    padding: 20px 20% 20px 20px;
    width: 100%;
    min-height: 120px;
    font-size: var(--16-fonts);
  }
  .process__item--title {
    padding: 0 0 5px;
    font-size: var(--18-fonts);
  }
  .process__item--description {
    padding: 20px 0 0;
    width: 100%;
    font-size: var(--16-fonts);
  }
  .process .line-btn {
    padding: 10px 0 0;
  }
  .pay {
    padding: 70px 0 40px;
  }
  .pay__card {
    flex-direction: column;
    justify-content: flex-start;
  }
  .pay__card .card__item {
    margin: 0 auto 30px;
    max-width: 360px;
    width: 100%;
  }
  .pay__info--copy {
    font-size: var(--18-fonts);
  }
  .stories {
    position: relative;
  }
  .stories__content .stories__swiper {
    width: 100%;
  }
  .stories__content .stories__swiper .swiper-button-next,
  .stories__content .stories__swiper .swiper-button-prev {
    display: none;
  }
  .stories__content .stories__swiper .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: unset;
    height: auto !important;
  }
  .stories__content .stories__swiper .stories__item {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 10px 0 0 !important;
    max-width: unset;
  }
  .stories__content .stories__swiper .stories__item--content {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
  }
  .stories__content .stories__swiper .stories__item--info {
    flex-grow: 1;
  }
  .stories__content .stories__swiper .stories__item--description, .stories__content .stories__swiper .stories__item--info {
    font-size: var(--14-fonts);
  }
  .stories__content .stories__swiper .stories__item:nth-child(-n+2), .stories__content .stories__swiper .stories__item.move-item:nth-child(-n+2), .stories__content .stories__swiper .stories__item:nth-child(2n+1), .stories__content .stories__swiper .stories__item.move-item:nth-child(2n+1), .stories__content .stories__swiper .stories__item:not(:nth-child(3n+1)) {
    margin: 0 10px 0 0 !important;
  }
  .stories__content .stories__swiper .stories__item:nth-child(3n+2) .stories__item--description {
    padding: 19px 0 0;
  }
  .stories__content .stories__swiper .swiper-pagination {
    transform: translateX(calc(-100% + 16px + 12px));
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex !important;
    align-items: center;
    position: absolute;
    height: 20px;
    left: 50%;
    bottom: 24px;
  }
  .stories__content .stories__swiper .swiper-pagination span {
    flex-shrink: 0;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--grey);
    border-radius: 50%;
    transform: scale(0.75);
    z-index: 2;
  }
  .step {
    padding: 70px 0 40px;
  }
  .step__content .step__item {
    width: 100%;
  }
  .step__content .step__item--description span {
    font-weight: 700;
  }
  .step__content .step__item:nth-child(2n+1):not(:last-child):before, .step__content .step__item:nth-child(2):after, .step__content .step__item:nth-child(3):after {
    display: none;
  }
  .step .line-btn {
    flex-direction: column;
    padding: 20px 0 0;
  }
  .step .line-btn > * {
    margin: 0 auto;
  }
  .step .line-btn .pay__info--copy {
    margin-bottom: 40px;
  }
  .faq__item {
    flex-direction: column;
    top: auto !important;
    margin: 0 0 20px !important;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.13);
  }
  .faq__item--header {
    padding: 20px 90px 20px 20px;
  }
  .faq__item--bg {
    padding: 0;
    background: var(--transparent);
    box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0);
  }
  .faq__item--description {
    position: relative;
    top: auto;
    margin: -15px 0 0;
  }
  .footer .wrapper > *:not(.footer__contacts) {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 40px;
    width: 100%;
  }
  .footer__description--info {
    padding: 30px 5% 20px;
    text-align: center;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__contacts {
    padding: 0;
  }
  .footer__contacts ul {
    flex-direction: column;
  }
  .footer__contacts ul li {
    margin: 0 0 10px;
    padding: 0 10%;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .timer-count {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .timer-count .timer__result {
    padding: 20px 0 10px;
    font-size: var(--14-fonts);
    text-align: left;
    justify-content: flex-start;
  }
  .wrapper {
    padding: 0 20px;
  }
  .header {
    padding: 16px 0 0;
  }
  .header .logo {
    padding: 3px 0 0 0;
  }
  .main {
    padding: 23px 0;
  }
  .main h1 {
    padding: 2px 0 0 3px;
  }
  .main__description {
    margin: 0 0 39px;
    text-align: left;
  }
  .main__description--info {
    margin: 21px 0 0;
    font-size: var(--18-fonts);
  }
  .main__description .line-btn {
    margin: 29px 0 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .main__description .line-btn .line-price {
    padding: 0 0 24px;
  }
  .main__description .line-btn .line-price .price-old {
    left: calc(100% + 9px);
    top: -6px;
  }
  .main__description .line-btn .btn {
    margin: 0 auto 0 0;
  }
  .main__decoration {
    margin: 0 0 67px auto;
    min-height: 284px;
  }
  .main__decoration > picture {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    bottom: 0;
    width: 100%;
  }
  .main__decoration > picture img, .main__decoration > picture svg {
    margin: 0 0 0 15px;
    width: 225px;
    height: auto;
  }
  .main__decoration .main__decoration--item {
    zoom: 60%;
  }
  .main__decoration .main__decoration--item.letter {
    left: 3%;
  }
  .main__decoration:after {
    left: 2%;
    top: -9px;
    width: 94px;
    height: 94px;
  }
  .main__decoration:before {
    right: 0;
  }
  .partner {
    padding: 5px 0 0;
  }
  .partner--item {
    margin: 15px auto 38px;
    width: calc(50% - 10px);
  }
  .trusted {
    padding: 0 0 21px;
  }
  .trusted .wrapper > p {
    margin: -1px 0 0;
    line-height: 1.2;
    font-size: var(--10-fonts);
  }
  .treatise {
    padding: 70px 0 55px;
  }
  .treatise__info h2 {
    margin: 0 0 21px;
  }
  .treatise__info p {
    margin: 0 0 20px;
  }
  .treatise__list--description > * {
    font-size: var(--14-fonts);
  }
  .treatise__list picture {
    margin: -7px 0 0 -34px;
    max-width: unset;
  }
  .documents {
    padding: 79px 0 69px;
  }
  .documents .subtitle {
    padding: 21px 0 0;
  }
  .documents__column {
    margin: 0 0 13px;
    margin: 0 0 13px;
  }
  .documents__column:nth-child(2) {
    margin: 0 0 37px;
  }
  .documents__column:nth-child(2) picture {
    left: 24.5%;
    height: 307px;
  }
  .documents__column:nth-child(2) picture:first-of-type {
    top: -38px;
    left: auto;
    right: 23.5%;
  }
  .documents__column:nth-child(2):before {
    width: 100%;
    height: 205px;
  }
  .documents__list {
    padding: 75px 0 0;
  }
  .documents .documents__item {
    margin: 0 0 36px;
    font-size: var(--14-fonts);
  }
  .documents .documents__item--icon {
    width: 60px;
    height: 60px;
  }
  .documents .documents__item--icon img, .documents .documents__item--icon svg {
    width: 30px;
  }
  .documents .documents__item:last-child {
    margin: 0;
  }
  .documents .line-btn {
    margin: 23px 0 0;
  }
  .stand-out {
    padding: 63px 0;
  }
  .stand-out__info {
    margin: 0 0 36px;
    text-align: left;
  }
  .stand-out__info h2 {
    padding: 10px 0 20px;
  }
  .stand-out__info p {
    padding: 0;
  }
  .stand-out__decoration {
    min-height: 253px;
  }
  .stand-out__decoration .icon-in img, .stand-out__decoration .icon-in svg {
    width: 23px;
    height: auto;
  }
  .stand-out__decoration .icon-facebook img, .stand-out__decoration .icon-facebook svg {
    width: 30px;
    height: auto;
  }
  .stand-out__decoration > picture {
    zoom: 67%;
  }
  .stand-out__decoration > picture.education {
    top: 104px;
  }
  .stand-out__decoration:after {
    bottom: -30px;
    left: -7px;
    width: 65px;
    height: 65px;
  }
  .study {
    padding: 85px 0 126px;
  }
  .study__info {
    padding: 0 0 44px;
    text-align: left;
  }
  .study__info h2 {
    padding: 0 0 20px;
    line-height: 1.2;
  }
  .study__decoration {
    padding: 0;
  }
  .study__decoration > *:not(.player) {
    zoom: 60%;
  }
  .study__decoration--item.headphone {
    top: -40px;
    left: 17%;
  }
  .study__decoration--item.droid {
    bottom: -6%;
    left: 15.5%;
    width: 42px;
    height: 42px;
  }
  .study__decoration--item.list {
    bottom: -9%;
    right: 16%;
  }
  .study__decoration--item.camera {
    bottom: 43.5%;
    right: -5%;
    width: 43px;
    height: 43px;
    background: var(--span_header);
  }
  .study__decoration picture:not(.player).list {
    top: -35px;
    right: 2%;
  }
  .study__decoration picture:not(.player).handbook {
    left: -16px;
    top: 48%;
  }
  .study__decoration picture:not(.player).scheme {
    bottom: -24%;
    left: 51%;
    transform: translateX(-50%);
  }
  .study__decoration picture.player {
    width: 100%;
  }
  .study__decoration picture.player img, .study__decoration picture.player svg {
    max-width: 100%;
    height: auto;
  }
  .study__decoration picture.player:before {
    top: 57px;
    margin: 0 0 0 6px;
    width: 49px;
    height: 49px;
    background-size: 100% auto;
  }
  .certification {
    padding: 72px 0 64px;
  }
  .certification h2 {
    line-height: 1.2;
  }
  .certification .subtitle {
    padding: 19px 0 0;
  }
  .certification__content {
    padding: 20px 0 0;
  }
  .certification__content--under {
    line-height: 1.2;
    font-size: var(--10-fonts);
  }
  .certification__item {
    padding: 20px;
    margin: 0 0 9px;
    min-height: 164px;
    line-height: 1.5;
    font-size: var(--14-fonts);
  }
  .certification__item--description {
    padding: 0;
    margin: -1px 0 0;
  }
  .certification__item--percent {
    margin: 0 15px 0 0;
    width: 76px;
    height: 76px;
    font-size: var(--26-fonts);
  }
  .process {
    padding: 80px 0;
  }
  .process .subtitle {
    padding: 20px 0 0;
  }
  .process__content {
    padding: 30px 0 0;
  }
  .process__item {
    padding: 20px 20px 10px;
    margin: 0 0 10px;
    min-height: 325px;
  }
  .process__item--around {
    margin: 0 0 18px;
    width: 71px;
    height: 71px;
  }
  .process__item--around img, .process__item--around svg {
    width: 35px;
    height: auto;
  }
  .process__item--header {
    padding: 20px 3% 20px 20px;
  }
  .process__item-result, .process__item-registration {
    padding: 0 0 57px;
  }
  .process__item-result .process__item--title, .process__item-result .process__item--description, .process__item-registration .process__item--title, .process__item-registration .process__item--description {
    padding: 0 0 7px;
  }
  .process__item-result {
    padding: 57px 0 0;
  }
  .process__item--description {
    font-size: var(--14-fonts);
  }
  .process__item:nth-child(2n+3) {
    margin: 0 0 10px;
  }
  .process .line-btn {
    padding: 0;
  }
  .pay {
    padding: 70px 0 61px;
  }
  .pay h2 {
    line-height: 1.2;
  }
  .pay .subtitle {
    padding: 20px 0;
    text-align: left;
  }
  .pay__info {
    text-align: left;
  }
  .pay__info .pay__info--text {
    padding: 20px 0 0;
    font-size: var(--14-fonts);
  }
  .pay__info--copy {
    height: 47px;
  }
  .pay__info--copy .btn-copy {
    margin: 0 12px 0 0;
  }
  .pay__info--contact {
    padding: 18px 0 7px;
    margin: 0;
  }
  .pay__card {
    margin: 20px 0 0;
    width: 100%;
  }
  .pay__card .card__item {
    margin: 0 auto 10px;
  }
  .pay__card .card__item--header {
    padding: 18px 20px 7px;
    color: var(--title);
    font-size: var(--14-fonts);
  }
  .pay__card .card__item--description ul {
    padding: 20px 0;
    font-size: var(--14-fonts);
  }
  .pay__card .card__item--description ul li {
    margin: 0 0 15px;
  }
  .pay__card .card__item--description ul li:last-child {
    margin: 0;
  }
  .stories {
    padding: 131px 0 81px;
  }
  .stories__content {
    padding: 0;
  }
  .stories__content .move-item {
    margin: 0 0 20px;
  }
  .stories__content .move-item h2 {
    line-height: 1.2;
    text-align: left;
  }
  .stories__content .move-item .stories__item--content:before {
    left: 0%;
    transform: unset;
    top: -64px;
    width: 131px;
  }
  .stories__content .move-item .stories__item--info {
    padding: 19px 0 0;
    text-align: left;
  }
  .step .subtitle {
    padding: 20px 0;
  }
  .step__content .step__item {
    flex-direction: column;
    margin: 0 0 23px;
    width: 100%;
  }
  .step__content .step__item--around img, .step__content .step__item--around svg {
    width: 36px;
  }
  .step__content .step__item--description {
    padding: 14px 0 0;
    font-size: var(--14-fonts);
  }
  .step__content .step__item--description > * {
    text-align: center;
  }
  .step__content .step__item--description p {
    font-size: var(--14-fonts);
  }
  .step .line-btn .btn.red {
    margin: 0;
  }
  .about {
    padding: 83px 0 66px;
  }
  .about h2 {
    padding: 0 0 20px;
  }
  .about__info {
    font-size: var(--14-fonts);
  }
  .about__info > * {
    text-align: left;
  }
  .about__info p {
    margin: 0 0 21px;
    width: 100%;
  }
  .about__video {
    margin: 8px auto 0;
    width: 100%;
  }
  .about__accreditation {
    padding: 38px 0 0;
    font-size: var(--14-fonts);
  }
  .about__accreditation .partner {
    padding: 0;
  }
  .about__accreditation .partner--item {
    margin: 15px 0;
  }
  .faq__content {
    padding: 20px 0 0;
    padding-bottom: 0 !important;
  }
  .faq__item {
    margin: 0 0 9px !important;
  }
  .faq__item--header {
    padding: 21px 85px 22px 20px;
    line-height: 1.5;
    font-size: var(--16-fonts);
  }
  .faq__item--header p {
    top: 13px;
    width: 40px;
    height: 40px;
    transform: unset;
  }
  .faq__item--description {
    padding: 0 20px 20px 20px;
    margin: -16px 0 0;
    line-height: 1.5;
    font-size: var(--14-fonts);
  }
  .lorem {
    padding: 73px 0 80px;
  }
  .lorem h2 {
    padding: 0 0 22px;
  }
  .lorem p {
    margin: 0;
    line-height: 1.53;
    font-size: var(--17-fonts);
  }
  .footer {
    padding: 60px 0 44px;
  }
  .footer__contacts {
    padding: 0 0 15px;
  }
  .footer__contacts ul li {
    margin: 0 0 16px;
    padding: 0 0 0 8%;
    justify-content: flex-start;
  }
  .footer .wrapper > *:not(.footer__contacts) {
    margin: 0 0 40px;
  }
  .footer h3 {
    padding: 0 0 15px;
    font-size: var(--22-fonts);
  }
  .footer__description--info {
    padding: 25px 0 22px;
  }
  .popup__description {
    margin: 0 10px;
    padding: 40px 10px;
    max-width: calc(100% - 20px);
    width: 100%;
  }
}
@media (max-width: 359px) {
  .wrapper {
    padding: 0 5px;
  }
}
