.entry .entry__subtitle {
  font-size: 20px;
}

.areviews {
  padding-bottom: 100px;
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1180px) {
  .areviews {
    width: calc(100vw - 30px);
  }
}

.areviews__title {
  margin-bottom: 36px;
  text-align: center;
}

.areviews__rate {
  display: flex;
  justify-content: center;
  align-items: center;
}

.areviews__rate-stars {
  margin-right: 8px;
}

.areviews-list-inner {
  width: 875px;
  max-width: 100%;
  margin: 0 auto;
}

.areviews-list {
  margin-top: 24px;
}

.areviews-list-pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.areviews-list__prev {
  margin-right: 28px;
}

.areviews-list__prev,
.areviews-list__next {
  cursor: pointer;
}

.areviews-list__prev.swiper-button-disabled,
.areviews-list__next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.areviews-item {
  padding: 20px 25px 30px;
  background: #ffffff;
  border: 1px solid #e9eaeb;
  border-radius: 7px;
}

.areviews-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 122%;
  color: #000000;
}

.areviews-item__top span {
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  text-align: right;
  color: #5e5f60;
}

.areviews-item__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px 5px;
}

.areviews-item__tags span {
  margin: 0 3px 6px;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 7px 17px;
  font-weight: 400;
  font-size: 12px;
  line-height: 183%;
  color: #252728;
  border: 1px solid #f1f1f2;
  border-radius: 900px;
}

.areviews-item__rating {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.areviews-item__rating span {
  flex-shrink: 0;
  margin-right: 8px;
  font-weight: 700;
  font-size: 17px;
  line-height: 129%;
  color: #233240;
}

.areviews-item__rating svg {
  flex-shrink: 0;
}

.areviews-item__rating svg + svg {
  margin-left: 3px;
}

.areviews-item-prcs-block {
  margin-top: 15px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 180%;
  color: #3b3f41;
  background: left 2px/19px auto no-repeat;
}

.areviews-item-prcs-block.is-positive {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='10' r='9.5' fill='%23E8F5E4'/%3E%3Cpath d='M12.8838 9.04492V10.5283H6.06152V9.04492H12.8838ZM10.2725 6.25586V13.502H8.67969V6.25586H10.2725Z' fill='%238AD377'/%3E%3C/svg%3E%0A");
}

.areviews-item-prcs-block.is-negative {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='10' r='9.5' fill='%23FFEED5'/%3E%3Cpath d='M12.0635 9.13379L13.3281 9.12695C13.3281 9.51888 13.2734 9.88118 13.1641 10.2139C13.0547 10.542 12.8997 10.8268 12.6992 11.0684C12.5033 11.3099 12.2663 11.499 11.9883 11.6357C11.7148 11.7679 11.4141 11.834 11.0859 11.834C10.7031 11.834 10.3636 11.7588 10.0674 11.6084C9.77572 11.4535 9.46126 11.221 9.12402 10.9111C8.91439 10.7106 8.71842 10.5579 8.53613 10.4531C8.35384 10.3438 8.15788 10.2891 7.94824 10.2891C7.74316 10.2891 7.56771 10.3438 7.42188 10.4531C7.27604 10.5579 7.16211 10.7083 7.08008 10.9043C6.99805 11.1003 6.95703 11.3281 6.95703 11.5879H5.6582C5.6582 11.1914 5.71289 10.8314 5.82227 10.5078C5.93164 10.1797 6.08431 9.89941 6.28027 9.66699C6.48079 9.43001 6.71777 9.24772 6.99121 9.12012C7.26465 8.99251 7.56543 8.92871 7.89355 8.92871C8.27637 8.92871 8.62044 9.00846 8.92578 9.16797C9.23568 9.32747 9.55013 9.55534 9.86914 9.85156C10.0879 10.0612 10.2861 10.2184 10.4639 10.3232C10.6416 10.4281 10.8307 10.4805 11.0312 10.4805C11.2363 10.4805 11.4163 10.4235 11.5713 10.3096C11.7262 10.1911 11.847 10.0293 11.9336 9.82422C12.0202 9.61914 12.0635 9.389 12.0635 9.13379Z' fill='%23FEB64A'/%3E%3C/svg%3E%0A");
}

.areviews-item-prcs-block span {
  display: block;
  margin-bottom: 7px;
  font-weight: 500;
  line-height: 147%;
  color: #000000;
}

.areviews-item-prcs-block:first-child {
  margin-top: 0;
}

.areg {
  padding: 60px 0 64px;
  display: grid;
  grid-template-columns: 670fr 480fr;
  gap: 80px 30px;
}

.areg-wrapper {
  background: #F3FAFF;
  margin-bottom: 48px;
}

@media (max-width: 992px) {
  .areg-wrapper {
    margin-bottom: 32px;
  }
}
.areg-wrapper .areg {
  padding: 100px 0;
  align-items: center;
}

@media (max-width: 992px) {
  .areg-wrapper .areg {
    padding: 40px 0;
  }
}
.areg-wrapper .areg-form {
  padding-bottom: 0;
}

.areg-wrapper .areg-text__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  max-width: 480px;
}

@media (max-width: 992px) {
  .areg-wrapper .areg-text__title {
    font-size: 22px;
  }
}
.areg-wrapper .areg-text-list__item {
  position: relative;
  padding-left: 71px;
  padding-top: 14px;
  display: block;
  max-width: 420px;
}

.areg-wrapper .areg-text-list__item span {
  position: absolute;
  top: 6px;
  left: 6px;
}

.areg-wrapper .areg-text-list__item b {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 156%;
  color: #233240;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .areg {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.areg-text__title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 6px;
}

.areg-text__title span {
  color: #4d9d38;
}

.areg-text__content {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 156%;
  color: #4d4d4d;
  max-width: 630px;
}

.areg-text-list__item {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 156%;
  color: #000000;
}

.areg-text-list__item span {
  flex-shrink: 0;
  background: #479eef;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  font-weight: 800;
  font-size: 16px;
  line-height: 156%;
  color: #ffffff;
  position: relative;
}

.areg-text-list__item span:before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 53px;
  height: 53px;
  border-radius: 50%;
  opacity: 0.1;
  border: 1px solid #479eef;
}

.areg-text-list__item + * {
  margin-top: 32px;
}

.areg-form {
  width: 100%;
  padding: 30px 36px 36px;
  background: #ffffff;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
}

.areg-form__note {
  padding: 30px 44px 31px 36px;
  display: flex;
  align-items: flex-start;
  background: #FAFBFC;
  border-top: 1px solid #E6EBEF;
  border-radius: 0px 0px 10px 10px;
  margin: 0 -36px;
  font-weight: 400;
  font-size: 12px;
  line-height: 158%;
  color: #5E6367;
}

@media (max-width: 992px) {
  .areg-form__note {
    margin: 0 -20px;
  }
}
.areg-form__note svg {
  flex-shrink: 0;
  margin-right: 12px;
}

@media (max-width: 992px) {
  .areg-form {
    padding: 32px 23px 25px;
  }
}
.areg-form .def-btn {
  margin-left: auto;
  margin-right: auto;
}

.areg-form__title {
  font-weight: 500;
  font-size: 23px;
  line-height: 135%;
  text-align: center;
  color: #000000;
}

@media (max-width: 992px) {
  .areg-form__title {
    font-size: 20px;
  }
}
.areg-form > * + * {
  margin-top: 30px;
}

.areg-content {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
}

.areg-content__title {
  text-align: center;
  width: 810px;
  max-width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 145%;
  color: #233240;
  margin: 0 auto 26px;
}

@media (max-width: 992px) {
  .areg-content__title {
    font-size: 18px;
  }
}
.areg-content-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

@media (max-width: 992px) {
  .areg-content-blocks {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
}
.areg-content-blocks__item {
  padding: 9px 0 9px 22px;
  border-left: 3px solid #8ad377;
  font-weight: 300;
  font-size: 16px;
  line-height: 156%;
  color: #464e56;
}

.areg-content-blocks__item span {
  font-weight: 700;
}

.areg-content-note {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #313539;
}

.areg-content-note svg {
  margin-right: 17px;
}

.aform--blue {
  background: #f3faff;
}

.aform--blue .limiter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aoffer {
  padding: 128px 0 100px;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 25px));
  gap: 120px 50px;
}

@media (max-width: 992px) {
  .aoffer {
    grid-template-columns: 100%;
    gap: 40px;
    padding: 30px 0;
  }
}
.aoffer-story {
  padding: 40px;
  background: #f6f9fb;
  border-radius: 7px;
}

@media (max-width: 992px) {
  .aoffer-story {
    padding: 20px;
  }
}
.aoffer-story p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 156%;
  color: #464e56;
}

.aoffer-story p b {
  font-weight: 700;
}

.aoffer-story p + p {
  margin-top: 25px;
}

.aoffer-descr {
  position: relative;
}

.aoffer-descr__title {
  font-size: 28px;
  margin-bottom: 15px;
  max-width: 400px;
}

@media (max-width: 992px) {
  .aoffer-descr__title {
    margin-bottom: 22px;
  }
}
.aoffer-descr-list {
  position: relative;
}

.aoffer-descr-list__item {
  padding-left: 58px;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #464e56;
  background: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' fill='%23E8F5E4'/%3E%3Cpath d='M14 22L19 27L29 17' stroke='%234D9D38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") left top/43px auto no-repeat;
}

.aoffer-descr-list__item + * {
  margin-top: 20px;
}

.aoffer-work {
  grid-column: 1/-1;
}

.aoffer-work__title {
  text-align: center;
  font-size: 45px;
  margin-bottom: 43px;
}

@media (max-width: 992px) {
  .aoffer-work__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.aoffer-work-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px 60px;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .aoffer-work-list {
    gap: 20px;
  }
}
.aoffer-work__item {
  padding-left: 15px;
  border-left: 3px solid #8ad377;
  font-weight: 500;
  font-size: 17px;
  line-height: 147%;
  color: #323537;
}

.aoffer-work__item span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 156%;
  color: #4d9d38;
  margin-top: 3px;
}

.afaq {
  padding: 62px 0 100px;
  background: #f8f8f9;
}

@media (max-width: 992px) {
  .afaq {
    padding: 40px 0 64px;
  }
}
.afaq__title {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .afaq__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .afaq-item {
    margin: 0 -8px;
  }
}
.afaq-item__title {
  width: 100%;
  text-align: left;
  min-height: 61px;
  padding: 8px 30% 8px 30px;
  background: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.1' cx='22' cy='22' r='22' fill='%236AADF1'/%3E%3Cpath d='M21.3043 14H22.6957V31H21.3043V14Z' fill='%232281E2'/%3E%3Cpath d='M30 21.7609V23.2391H14L14 21.7609L30 21.7609Z' fill='%232281E2'/%3E%3C/svg%3E%0A");
  background-size: 44px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 9px;
  border: 1px solid #e5e8eb;
  box-shadow: 0px 130px 52px rgba(0, 0, 0, 0.01), 0px 73px 44px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  color: #233240;
  cursor: pointer;
}

@media (max-width: 992px) {
  .afaq-item__title {
    padding-left: 14px;
  }
}
.afaq-item__content {
  display: none;
  padding: 22px 58px 0 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #3b4047;
}

@media (max-width: 992px) {
  .afaq-item__content {
    padding: 12px 16px;
    font-size: 15px;
    line-height: 170%;
  }
}
.afaq-item.is-opened .afaq-item__title {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.1' cx='22' cy='22' r='22' fill='%236AADF1'/%3E%3Cpath d='M30 21.761V23.2392H14L14 21.761L30 21.761Z' fill='%232281E2'/%3E%3C/svg%3E%0A");
}

.afaq-item.is-opened .afaq-item__content {
  display: block;
}

.afaq-item + * {
  margin-top: 15px;
}

.aintro {
  padding: 56px 0 70px;
  background: #eef4fa;
}

@media (max-width: 992px) {
  .aintro {
    padding: 32px 0;
  }
}
.aintro-wrapper {
  display: grid;
  grid-template-columns: calc(55% - 30px) 45%;
  gap: 30px;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .aintro-wrapper {
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.aintro-offer {
  padding: 35px 40px;
  font-weight: 300;
  font-size: 17px;
  line-height: 150%;
  color: #474b4e;
  background: #ffffff;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}

@media (max-width: 992px) {
  .aintro-offer {
    padding: 20px;
    margin: 0 -5px;
    font-size: 16px;
  }
}
.aintro-offer b {
  font-weight: 700;
}

.aintro-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px 15px;
}

.aintro-tags span {
  margin: 0 3px 6px;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 7px 17px;
  font-weight: 400;
  font-size: 12px;
  line-height: 183%;
  color: #252728;
  border: 1px solid #d7e3f0;
  border-radius: 900px;
}

.aintro__title {
  font-size: 50px;
  line-height: 105%;
  margin-bottom: 21px;
  max-width: 530px;
}

@media (max-width: 992px) {
  .aintro__title {
    font-size: 32px;
  }
}
.aintro-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 8px;
}

.aintro-info-block {
  margin: 0 8px 16px;
  max-width: 255px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e8eef5;
  border-radius: 9px;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #474b4e;
}

@media (max-width: 992px) {
  .aintro-info-block {
    margin-bottom: 10px;
  }
}
.aintro-info-block span {
  display: block;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 156%;
}

.aintro-tasks__title {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 21px;
  line-height: 119%;
  color: #474b4e;
}

@media (max-width: 992px) {
  .aintro-tasks__title {
    font-size: 16px;
  }
}
.aintro-tasks__item {
  padding-left: 33px;
  font-weight: 400;
  font-size: 16px;
  line-height: 181%;
  color: #474b4e;
  background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23E8F5E4'/%3E%3Cpath d='M7 11.5L9.66667 14L15 9' stroke='%234D9D38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") left 3px/22px auto no-repeat;
}

.aintro-tasks__item + * {
  margin-top: 1em;
}

.adetails {
  display: grid;
  grid-template-columns: 38% calc(62% - 22px);
  gap: 22px;
  padding: 40px 0 110px;
}

@media (max-width: 992px) {
  .adetails {
    grid-template-columns: 100%;
    padding: 40px 0;
  }
}
.adetails-main {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}

.adetails li {
  font-weight: 300;
}

@media (max-width: 992px) {
  .adetails-main {
    padding: 20px;
  }
}
.adetails-main__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 23px;
  line-height: 126%;
  color: #474b4e;
}

@media (max-width: 992px) {
  .adetails-main__title {
    font-size: 18px;
  }
}
.adetails-main__text p {
  margin: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 175%;
  color: #474b4e;
}

@media (max-width: 992px) {
  .adetails-main__text p {
    font-size: 14px;
  }
}
.adetails-main__text p b {
  font-weight: 700;
}

.adetails-main__text p + p {
  margin-top: 1em;
}

.adetails-info {
  padding: 40px 40px 32px;
  background: #ffffff;
  border: 4px solid #75b7f3;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .adetails-info {
    padding: 20px;
  }
}
.adetails-info-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .adetails-info-top {
    justify-content: initial;
    flex-direction: column;
    align-items: flex-start;
  }
}
.adetails-info__title {
  flex-shrink: 0;
  padding: 0 16px 0 0;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 23px;
  line-height: 157%;
  color: #474b4e;
  height: 36px;
}

@media (max-width: 992px) {
  .adetails-info__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.adetails-info-tags {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}

@media (max-width: 992px) {
  .adetails-info-tags {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
.adetails-info-tags__title {
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  line-height: 173%;
  color: #474b4e;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .adetails-info-tags__title {
    margin: 0 0 10px;
  }
}
.adetails-info-tags-list {
  margin: 0 -8px -12px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .adetails-info-tags-list {
    width: calc(100% + 8px);
    margin: 0 -4px 6px;
  }
}
.adetails-info-tags__item {
  margin: 0 8px 12px;
  padding: 7px 17px;
  font-size: 12px;
  line-height: 183%;
  color: #252728;
  border: 1px solid #d7e3f0;
  border-radius: 900px;
}

@media (max-width: 992px) {
  .adetails-info-tags__item {
    margin: 0 4px 6px;
    padding: 7px 12px;
  }
}
.adetails-info-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 6px;
}

.adetails-info-blocks__item {
  margin: 0 5px 10px;
  flex-grow: 1;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  line-height: 133%;
  color: #474b4e;
  padding: 10px 15px 15px;
  background: #ffffff;
  border: 1px solid #e8eef5;
  border-radius: 9px;
}

.adetails-info-blocks__item span {
  display: block;
  margin-bottom: 3%;
  font-weight: 700;
  font-size: 16px;
  line-height: 156%;
}

.adetails-info-note {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  line-height: 173%;
  color: #2281e2;
  margin-bottom: 1em;
}

.adetails-info-descr p {
  margin: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 173%;
  color: #474b4e;
}

.adetails-info-descr p b,
.adetails-info-descr p span {
  font-weight: 700;
}

.adetails-info-descr p span {
  color: #2281e2;
}

.adetails-info-descr p + p {
  margin-top: 1em;
}

.adetails-info-steps {
  margin-top: 15px;
}

.adetails-info-steps__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 15px;
  line-height: 173%;
  color: #474b4e;
}

.adetails-info-steps__item {
  padding: 4px 0 0 43px;
  font-weight: 300;
  font-size: 15px;
  line-height: 173%;
  color: #474b4e;
  position: relative;
}

.adetails-info-steps__item span {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.5' cy='16.5005' r='12.7641' fill='%23479EEF'/%3E%3Ccircle opacity='0.1' cx='16.5' cy='16.5' r='16' stroke='%23479EEF'/%3E%3C/svg%3E%0A") center center/100% auto no-repeat;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.adetails-info-steps__item b {
  font-weight: 700;
}

.adetails-info-steps__item + * {
  margin-top: 6px;
}

.abecome-wrapper {
  border-bottom: 1px solid #E5EBEF;
  margin-bottom: 60px;
}

/** css vars **/
:root {
  --default: "Roboto", sans-serif;
  --yellow: #feb64a;
  --blue: #479eef;
  --heavy-blue: #2281e2;
  --green: #8ad377;
  --white: #fff;
  --black: #292934;
  --real-black: #000;
  --black-text: #2a2a2f;
  --red: #cd2342;
  --gray: #707478;
  --border-blue: #d1dee9;
  --light-bg: #f2f6f9;
  --transition-speed: 0.275s;
  --transition-timing-function: ease;
}

/** sass vars **/
/** media queries **/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/** connecting Gilroy font **/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Light.ttf");
  font-weight: 300;
  font-size: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf");
  font-weight: 400;
  font-size: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Medium.ttf");
  font-weight: 500;
  font-size: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-SemiBold.ttf");
  font-weight: 600;
  font-size: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Bold.ttf");
  font-weight: bold;
  font-size: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-ExtraBold.ttf");
  font-weight: 800;
  font-size: normal;
}
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

li {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: unset;
  color: inherit;
}

button {
  padding: unset;
  border: unset;
  background-color: unset;
  text-align: unset;
}
button:focus {
  outline: none;
}

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

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 115%;
  color: var(--black);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

main {
  flex: 1;
}

footer {
  margin-top: auto;
}

.wrapper {
  padding-top: 88px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper main {
  flex-grow: 1;
}

.limiter {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .limiter {
    width: calc(100vw - 30px);
  }
}

.limiter-wrapper {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

[x-cloak] {
  display: none !important;
}

.iti {
  width: 100%;
}

.iti__country-list {
  z-index: 4 !important;
}

.iti__flag {
  background-image: url("../img/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png") !important;
  }
}
.d-none {
  display: none !important;
}

/** styles for text / list / links /inputs / selects & etc. **/
input:not(.unstyled) {
  background: var(--white);
  border: 1px solid var(--border-blue);
  border-radius: 2px;
  height: 50px;
  padding: 0 1.0625rem;
  font-size: 0.8125rem;
  line-height: 115.3846153846%;
  color: var(--real-black);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
input:not(.unstyled)::-moz-placeholder {
  color: var(--black);
}
input:not(.unstyled)::placeholder {
  color: var(--black);
}
input:not(.unstyled):focus {
  outline: none;
  border-color: #a3a7ab;
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}

textarea:not(.unstyled) {
  background: var(--white);
  width: 100%;
  border: 1px solid var(--border-blue);
  resize: none;
  border-radius: 2px;
  min-height: 50px;
  padding: 1.0625rem;
  font-size: 0.8125rem;
  line-height: 115.3846153846%;
  color: var(--real-black);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
textarea:not(.unstyled)::-moz-placeholder {
  color: var(--black);
}
textarea:not(.unstyled)::placeholder {
  color: var(--black);
}
textarea:not(.unstyled):focus {
  outline: none;
  border-color: #a3a7ab;
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}

.input-module {
  position: relative;
  display: flex;
  width: 100%;
}
.input-module:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: var(--red) transparent transparent transparent;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity var(--transition-speed) var(--transition-timing-function), transform var(--transition-speed) var(--transition-timing-function);
}
.input-module__input {
  width: 100%;
}
.input-module__input:-moz-placeholder-shown + .input-module__label {
  color: var(--gray);
}
.input-module__input:placeholder-shown + .input-module__label {
  color: var(--gray);
}
.input-module__input:focus + .input-module__label {
  color: var(--black-text);
}
.input-module__label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 9px;
  transform: translateY(-50%);
  padding: 2px 8px;
  background-color: var(--white);
  font-size: 0.75rem;
  line-height: 116.6666666667%;
  color: var(--black-text);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.input-module.is-required .input-module__label:after {
  content: "*";
  color: var(--red);
  margin-left: 2px;
}
.input-module__message {
  position: absolute;
  left: 12px;
  right: 12px;
  top: calc(100% + 6px);
  color: var(--black-text);
  font-size: 0.6875rem;
  line-height: 118.1818181818%;
  -webkit-hyphens: auto;
          hyphens: auto;
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.input-module__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.input-module.is-wrong .input-module__message {
  color: var(--red);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.input-module.is-wrong .input-module__label {
  color: var(--red);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.input-module.is-wrong .input-module__input {
  border-color: var(--red);
  color: var(--red);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
.input-module.is-wrong:after {
  transform: translateY(0);
  opacity: 1;
  transition: opacity var(--transition-speed) var(--transition-timing-function), transform var(--transition-speed) var(--transition-timing-function);
}
.input-module--with-select .input-module__input {
  margin-right: -1px;
  border-radius: 2px 0 0 2px;
  position: relative;
  z-index: 1;
}
.input-module--only-select .choices {
  width: 100%;
}
.input-module--only-select .choices__inner {
  background-color: var(--white);
}
.input-module--only-select.is-wrong .choices__inner,
.input-module--only-select.is-wrong .choices__list--dropdown {
  border-color: var(--red) !important;
}
.input-module--only-select .input-module__label {
  color: var(--gray);
}
.input-module--calendar .icon-calendar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  fill: var(--blue);
  width: 16px;
  height: 18px;
}
.input-module--calendar .input-module__input {
  cursor: pointer;
}

.complete-form ul {
  list-style-type: disc;
}
.complete-form a {
  color: var(--blue);
  border-bottom: 1px linear transparent;
  transition: 0.3s linear ease-in-out;
}
.complete-form a:hover {
  border-bottom: 1px linear var(--blue);
}

.custom-checkbox-label {
  position: relative;
  padding-left: 25px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 20px;
}

.custom-checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid var(--border-blue);
  border-radius: 2px;
  background-color: #fff;
}

.custom-checkbox-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 12px;
  border: solid #479EEF;
  border-width: 0 3px 3px 0;
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 0.2s ease-in-out;
}

.input-module__checkbox:checked + .custom-checkbox-label::after {
  transform: translateY(-50%) rotate(45deg) scale(1);
}

.promo-code-container #promo-code-field {
  display: none;
  left: 0;
}

.input-module__checkbox:checked + .custom-checkbox-label + #promo-code-field {
  display: block;
  width: 100%;
}

/** styles for select dropdown **/
.choices {
  margin-bottom: 0;
}
.choices.is-open {
  z-index: 100;
  position: relative;
}
.choices.is-open + .input-module__label {
  z-index: 101;
}

.choices__inner {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: var(--light-bg);
  padding: 0 62px 0 16px;
  border: 1px solid #ddd;
  border-radius: 1px;
  font-size: 0.8125rem;
  min-height: 50px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 630px) {
  .choices__inner {
    padding: 0 25px 0 16px;
  }
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
}

.choices__list--single {
  padding: 0;
}

.choices__list--dropdown .choices__item--selectable {
  padding: 0;
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 29px;
  width: 47px;
  border: none;
  border-width: unset;
  border-left: 1px solid var(--border-blue);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: unset;
}
@media (max-width: 630px) {
  .choices[data-type*=select-one]:after {
    display: none;
  }
}

.choices[data-type*=select-one]:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: url("../img/svg/select-arrow.svg") no-repeat center;
  background-size: 100% 100%;
  transition: transform var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 630px) {
  .choices[data-type*=select-one]:before {
    right: 10px;
  }
}

.choices[data-type*=select-one].is-open:after {
  border-color: var(--border-blue);
  margin-top: unset;
}
@media (max-width: 630px) {
  .choices[data-type*=select-one].is-open:after {
    display: none;
  }
}
.choices[data-type*=select-one].is-open:before {
  transform: rotate(180deg) translateY(50%);
  transition: transform var(--transition-speed) var(--transition-timing-function);
}

.choices__list--dropdown .choices__item--selectable {
  padding: 10px 17px;
  background-color: var(--white);
  color: var(--real-black);
  font-size: 0.875rem;
}
.choices__list--dropdown .choices__item--selectable:hover {
  background-color: var(--heavy-blue);
  color: var(--white);
}
.choices__list--dropdown .choices__item--selectable:hover.is-highlighted {
  background-color: var(--heavy-blue);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--white);
}
.choices__list--dropdown .choices__item--selectable.is-selected {
  background-color: var(--light-bg);
  color: var(--black-text);
}
.choices__list--dropdown .choices__item--selectable.is-selected:hover {
  color: var(--white);
}

.is-open .choices__list--dropdown,
.choices[data-type*=select-one] .choices__inner {
  border-color: var(--border-blue);
}

.is-open .choices__list--dropdown {
  border-radius: 0 0 5px 5px;
}

.choices.is-open .choices__inner {
  background-color: var(--white);
  border-radius: 1px 1px 0 0;
}

.choices__list--dropdown .choices__placeholder {
  display: none;
}

.choices__placeholder {
  opacity: 1;
}

a.def-link {
  text-decoration: underline;
  color: var(--heavy-blue);
  transition: filter var(--transition-speed) var(--transition-timing-function);
}
a.def-link:hover {
  filter: brightness(1.25);
  transition: filter var(--transition-speed) var(--transition-timing-function);
}

/** socials list **/
.socials-list {
  display: flex;
}
.socials-list a {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--transition-speed) var(--transition-timing-function);
  border-radius: 50%;
  background: #e3e8ee;
}
.socials-list a:hover {
  opacity: 0.8;
}
.socials-list a + a {
  margin-left: 7px;
}

/** default titles **/
h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 2.9375rem;
  line-height: 117.4%;
}
@media (max-width: 1180px) {
  h1 {
    font-size: 1.625rem;
    line-height: 142%;
    font-weight: 700;
  }
}

h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 120%;
  color: #233240;
}

h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 135%;
}
@media (max-width: 1180px) {
  h3 {
    font-size: 1.0625rem;
    font-weight: bold;
  }
}

h4 {
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 104%;
}
@media (max-width: 1180px) {
  h4 {
    font-size: 1.0625rem;
  }
}

h5 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
}
@media (max-width: 1180px) {
  h5 {
    font-size: 1.125rem;
  }
}

/** styles for buttons **/
.white-btn {
  padding: 0 30px;
  min-height: 40px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-blue);
  border-radius: 3.125rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 155%;
  color: var(--black);
  transition: border-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.white-btn:hover {
  border-color: #a1a4a7;
  transition: border-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.white-btn:focus, .white-btn:active {
  border-color: #5a5e62;
  color: var(--gray);
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.07);
  transition: border-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}

.def-btn {
  cursor: pointer;
  background: var(--yellow);
  box-shadow: 0px 12px 31px rgba(0, 0, 0, 0.09);
  border-radius: 4.25rem;
  padding: 0 40px;
  min-height: 55px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--white);
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.def-btn:hover {
  background: #e39827;
  box-shadow: 0px 12px 31px rgba(0, 0, 0, 0.09);
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.def-btn:active, .def-btn:focus {
  background: #e39827;
  box-shadow: 0px 12px 31px rgba(0, 0, 0, 0.09), inset 0px 3px 3px rgba(0, 0, 0, 0.1);
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.def-btn--blue {
  background-color: var(--blue);
}
.def-btn--blue:hover {
  background-color: var(--green);
}
.def-btn--blue:active, .def-btn--blue:focus {
  background-color: #79c566;
}
.def-btn--green {
  background-color: var(--green);
}
.def-btn--green:hover, .def-btn--green:focus, .def-btn--green:active {
  background-color: #79c466;
}

.transparent-btn {
  color: var(--blue);
  transition: 0.3s linear;
}
.transparent-btn:hover, .transparent-btn:focus, .transparent-btn:active {
  text-decoration: underline;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 25px 0;
  background-color: #f0f5fa;
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
.header__wrap {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.header__burger {
  display: none;
  width: 24px;
  height: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header__burger span {
  width: 24px;
  height: 2px;
  background-color: var(--black);
  margin-bottom: 6px;
  border-radius: 2px;
}
.header__burger span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .header__burger {
    display: flex;
  }
}
.header__logo2 {
  transition: filter var(--transition-speed) var(--transition-timing-function);
}
.header__logo2:hover {
  filter: brightness(0.9);
  transition: filter var(--transition-speed) var(--transition-timing-function);
}
.header__logo2 .icon-logo {
  width: 168px;
  height: 32px;
  fill: var(--black);
}
@media (max-width: 1180px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--white);
    z-index: 50;
    padding-top: 87px;
  }
}
.header .header-nav-list {
  display: flex;
}
@media (max-width: 1180px) {
  .header .header-nav-list {
    flex-direction: column;
  }
}
.header .header-nav-list__item {
  margin-right: 32px;
  font-weight: bold;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: var(--black);
  transition: all var(--transition-speed) var(--transition-timing-function);
  position: relative;
}
@media (max-width: 1180px) {
  .header .header-nav-list__item {
    color: var(--black) !important;
    height: 40px;
    margin-right: 0;
    border-bottom: 1px solid #e4eaf0;
  }
  .header .header-nav-list__item:first-child {
    border-top: 1px solid #e4eaf0;
  }
  .header .header-nav-list__item a {
    height: 100%;
    width: 100%;
    padding: 0 33px;
    display: flex;
    align-items: center;
  }
}
.header .header-nav-list__item_mobile {
  display: block;
}
@media (min-width: 1180px) {
  .header .header-nav-list__item_mobile {
    display: none;
  }
}
.header .header-nav-list__item:last-child {
  margin-right: 0;
}
.header .header-nav-list__item:hover, .header .header-nav-list__item.is-active {
  text-decoration: underline;
  color: var(--blue);
  transition: all var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .header .header-nav-list__item:hover, .header .header-nav-list__item.is-active {
    background-color: var(--heavy-blue);
    color: var(--white) !important;
    position: relative;
  }
  .header .header-nav-list__item:hover::before, .header .header-nav-list__item.is-active::before {
    content: "";
    position: absolute;
    left: 33px;
    top: 50%;
    transform: translateY(-60%);
    width: 11px;
    height: 8px;
    background: url("../img/svg/arrow--small.svg") no-repeat center;
    background-size: 100% 100%;
  }
  .header .header-nav-list__item:hover a, .header .header-nav-list__item.is-active a {
    transform: translateX(19px);
  }
}
.header .header-nav-list__item:hover::after, .header .header-nav-list__item.is-active::after {
  color: var(--blue);
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
.header__def-btn span {
  display: block;
}
@media (max-width: 700px) {
  .header__def-btn span {
    display: none;
  }
}
@media (min-width: 1180px) {
  .header__def-btn {
    margin: 0 36px 0;
    min-height: 43px;
  }
}
.header__login-box {
  display: flex;
  align-items: center;
}
.header__auth-student, .header__auth-author {
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-shadow: none;
  text-transform: unset;
  font-weight: 500;
}
@media (max-width: 700px) {
  .header__auth-student, .header__auth-author {
    padding: 15px 15px;
    font-size: 0.75rem;
    align-self: center;
    white-space: nowrap;
  }
}
.header__auth-student svg, .header__auth-author svg {
  margin-right: 8px;
}
.header__auth-student {
  display: none;
}
@media (min-width: 1180px) {
  .header__auth-student {
    display: flex;
  }
}
.header__tel {
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .header__tel {
    display: none;
    position: fixed;
    right: 15px;
    z-index: 51;
    top: 38px;
  }
}
.header__tel .icon-phone {
  margin-right: 11px;
  width: 17px;
  height: 17px;
  fill: rgba(17, 23, 37, 0.19);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .header__tel .icon-phone {
    fill: var(--blue) !important;
  }
}
.header__tel span {
  font-weight: 500;
  font-size: 1.0625rem;
  color: var(--black-text);
}
@media (max-width: 1180px) {
  .header__tel span {
    color: var(--black) !important;
  }
}
.header__tel:hover .icon {
  fill: var(--black);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.header.is-transparent {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1180px) {
  .header.is-transparent {
    background-color: var(--white);
  }
}
.header.is-transparent .header__logo .icon-logo {
  fill: var(--white);
}
@media (max-width: 1180px) {
  .header.is-transparent .header__logo .icon-logo {
    fill: var(--black);
  }
}
.header.is-transparent .header-nav-list__item {
  color: #d0dbe8;
}
.header.is-transparent .header-nav-list__item:hover, .header.is-transparent .header-nav-list__item.is-active {
  color: var(--white);
}
.header.is-transparent .header__auth-student span, .header.is-transparent .header__auth-author span {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.25);
}
.header.is-transparent .header__tel .icon-phone {
  fill: rgba(255, 255, 255, 0.49);
}
.header.is-transparent .header__tel span {
  color: var(--white);
}
.header.is-transparent .header__tel:hover .icon-phone {
  fill: var(--white);
}

@media (max-width: 1180px) {
  body.mobile-menu-opened {
    overflow: hidden;
  }
  body.mobile-menu-opened .header__nav {
    display: block;
  }
  body.mobile-menu-opened .header__tel {
    display: block;
  }
  body.mobile-menu-opened .header__auth-student, body.mobile-menu-opened .header__auth-author {
    display: flex;
  }
  body.mobile-menu-opened .header__burger {
    position: fixed;
    z-index: 51;
  }
  body.mobile-menu-opened .header__burger span:nth-child(2) {
    display: none;
  }
  body.mobile-menu-opened .header__burger span:nth-child(1) {
    transform: translateY(2px) rotate(45deg);
  }
  body.mobile-menu-opened .header__burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

.footer-top {
  background-color: var(--white);
  border-top: 1px solid var(--border-blue);
  height: 75px;
}
@media (max-width: 630px) {
  .footer-top {
    height: unset;
    padding: 20px 0;
  }
}
.footer-top-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 630px) {
  .footer-top-wrap {
    flex-direction: column;
  }
}
.footer-top__tel {
  display: flex;
  align-items: center;
}
@media (max-width: 630px) {
  .footer-top__tel {
    margin-bottom: 12px;
  }
}
.footer-top__tel .icon-phone {
  margin-right: 11px;
  width: 17px;
  height: 17px;
  fill: rgba(17, 23, 37, 0.19);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-top__tel span {
  font-weight: 500;
  font-size: 1.0625rem;
  color: var(--black-text);
  cursor: pointer;
}
.footer-top__tel:hover .icon {
  fill: var(--black);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-top__callback {
  margin-left: 16px;
}
@media (max-width: 1180px) {
  .footer-top__callback {
    display: none;
  }
}
.footer-top-mail {
  margin-left: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 630px) {
  .footer-top-mail {
    flex-direction: column;
    margin-left: 0;
  }
}
.footer-top-mail__text {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--gray);
  margin-right: 14px;
}
@media (max-width: 630px) {
  .footer-top-mail__text {
    margin-bottom: 6px;
    margin-right: 0;
  }
}
.footer-top-mail__address {
  display: flex;
  align-items: center;
}
.footer-top-mail__address .icon-mail {
  width: 16px;
  height: 11px;
  fill: #D2D6DF;
  margin-right: 9px;
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-top-mail__address span {
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--black);
}
.footer-top-mail__address:hover .icon-mail {
  fill: var(--black);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-top__telegram {
  margin: 0 0 0 auto;
}
@media (max-width: 630px) {
  .footer-top__telegram {
    margin: 0 0 12px;
  }
}
.footer-top__telegram-link {
  position: relative;
  padding-left: 25px;
  transition: 0.3s all;
}
.footer-top__telegram-link::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svg/socials/tg_D2D6DF.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s all;
}
.footer-top__telegram-link:hover::before {
  background-image: url("../img/svg/socials/tg_000000.svg");
}
.footer-top__telegram-link span {
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--black-text);
  cursor: pointer;
}
.footer-main {
  height: 96px;
  background-color: #222230;
}
@media (max-width: 1180px) {
  .footer-main {
    height: unset;
    padding: 20px 0 25px;
  }
}
.footer-main-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1180px) {
  .footer-main-wrap {
    flex-direction: column;
  }
}
.footer-main__logo .icon-logo-white {
  width: 168px;
  height: 32px;
}
.footer-main-nav {
  margin: 0 35px 0 54px;
  flex-grow: 1;
}
@media (max-width: 1180px) {
  .footer-main-nav {
    margin: 15px 0;
  }
}
.footer-main-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .footer-main-nav-list {
    flex-direction: column;
    justify-content: unset;
  }
}
.footer-main-nav-list__item {
  font-weight: bold;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  transition: color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .footer-main-nav-list__item {
    margin-bottom: 5px;
  }
  .footer-main-nav-list__item:last-child {
    margin-bottom: 0;
  }
}
.footer-main-nav-list__item:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: calc(100% + 38px);
  height: 1px;
  background-color: transparent;
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-nav-list__item:hover {
  color: var(--blue);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-nav-list__item:hover:after {
  background-color: var(--blue);
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials {
  display: flex;
  align-items: center;
}
.footer-main-socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials__link .icon {
  fill: rgba(255, 255, 255, 0.36);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials__link .icon-vk {
  width: 16px;
  height: 9px;
}
.footer-main-socials__link .icon-inst {
  width: 15px;
  height: 15px;
}
.footer-main-socials__link .icon-fb {
  width: 7px;
  height: 13px;
}
.footer-main-socials__link .icon-yt {
  width: 15px;
  height: 11px;
}
.footer-main-socials__link:hover {
  border-color: var(--white);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials__link:hover .icon {
  fill: var(--white);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials__link:last-child {
  margin-right: 0;
}
.footer-main-socials__app {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 37px;
  height: 37px;
}
.footer-bottom {
  height: 46px;
  background-color: var(--black);
}
@media (max-width: 630px) {
  .footer-bottom {
    height: unset;
    padding: 10px 0;
    text-align: center;
  }
}
.footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 630px) {
  .footer-bottom-wrap {
    flex-direction: column;
    justify-content: unset;
  }
}
.footer-bottom__copyrights {
  font-size: 0.8125rem;
  color: #A8A8A9;
}
@media (max-width: 630px) {
  .footer-bottom__copyrights {
    margin-bottom: 10px;
  }
}
.footer-bottom__r {
  font-size: 0.8125rem;
  color: #A8A8A9;
}
.footer-bottom__privacy {
  font-size: 0.8125rem;
  text-decoration-line: underline;
  color: #747A80;
}
.footer-bottom__privacy:hover {
  color: var(--white);
}

.welcome {
  min-height: 100vh;
  display: flex;
  padding: 0 !important;
}
.welcome-header {
  box-shadow: 0px 4px 51px rgba(0, 0, 0, 0.04);
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
.welcome-header-wrapper {
  height: 120px;
  display: flex;
  padding: 28px 0 0;
  position: relative;
}
@media (max-width: 1180px) {
  .welcome-header-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 15px 0 0;
  }
}
.welcome-header__logo {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='123' height='70' viewBox='0 0 123 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M83.9866 10.7437L62.3211 0.188683C61.8044 -0.0628942 61.1959 -0.0628942 60.6788 0.188683L39.0137 10.7437C37.707 11.3804 37.6518 13.1809 38.9165 13.8926V37.211C38.9165 38.1991 39.7388 39 40.7528 39C41.7665 39 42.5888 38.1991 42.5888 37.211V15.6858L44.9755 16.8487V24.4159C44.9755 25.0965 45.3721 25.7181 45.9985 26.0197L60.6867 33.09C61.1991 33.3367 61.8004 33.3371 62.3132 33.09L77.0018 26.0197C77.6282 25.7181 78.0244 25.0965 78.0244 24.4159V16.9238C81.3822 15.2515 83.9697 13.9527 84.0063 13.9342C85.3384 13.2658 85.3305 11.3985 83.9866 10.7437ZM74.3522 23.3041L61.5 29.4907L48.6477 23.3041V18.6376C61.4935 24.8219 60.7272 24.6881 61.5 24.6881C62.0984 24.6881 61.9898 24.8715 74.3522 18.7477V23.3041ZM61.5871 20.9413L43.9402 12.344L61.5 3.78903L79.1052 12.366C76.1573 13.8388 64.5999 19.602 61.5871 20.9413Z' fill='%238AD377'/%3E%3Cpath d='M7.28 69.928C5.42533 69.928 3.874 69.5293 2.626 68.732C1.39533 67.9173 0.52 66.8167 0 65.43L3.588 63.35C4.316 65.0313 5.59 65.872 7.41 65.872C9.05667 65.872 9.88 65.378 9.88 64.39C9.88 63.8527 9.61133 63.4367 9.074 63.142C8.554 62.83 7.566 62.4747 6.11 62.076C5.34733 61.868 4.68 61.634 4.108 61.374C3.536 61.114 2.97267 60.776 2.418 60.36C1.88067 59.9267 1.46467 59.3893 1.17 58.748C0.892667 58.1067 0.754 57.37 0.754 56.538C0.754 54.8567 1.352 53.5133 2.548 52.508C3.76133 51.5027 5.2 51 6.864 51C8.35467 51 9.672 51.3553 10.816 52.066C11.96 52.7593 12.8613 53.7733 13.52 55.108L10.01 57.162C9.68067 56.4687 9.27333 55.9487 8.788 55.602C8.30267 55.238 7.66133 55.056 6.864 55.056C6.24 55.056 5.75467 55.1947 5.408 55.472C5.07867 55.732 4.914 56.0527 4.914 56.434C4.914 56.8847 5.122 57.2747 5.538 57.604C5.97133 57.9333 6.85533 58.2973 8.19 58.696C8.918 58.9213 9.48133 59.1033 9.88 59.242C10.2787 59.3807 10.7813 59.6147 11.388 59.944C12.012 60.256 12.48 60.594 12.792 60.958C13.1213 61.3047 13.4073 61.7727 13.65 62.362C13.91 62.934 14.04 63.5927 14.04 64.338C14.04 66.0713 13.416 67.4407 12.168 68.446C10.92 69.434 9.29067 69.928 7.28 69.928Z' fill='%23292B2D'/%3E%3Cpath d='M23.2261 60.308H20.5481V64.91C20.5481 65.43 20.7561 65.7593 21.1721 65.898C21.5881 66.0367 22.2728 66.08 23.2261 66.028V69.564C20.7475 69.824 19.0315 69.59 18.0781 68.862C17.1248 68.1167 16.6481 66.7993 16.6481 64.91V60.308H14.5681V56.564H16.6481V54.094L20.5481 52.924V56.564H23.2261V60.308Z' fill='%23292B2D'/%3E%3Cpath d='M34.0862 56.564H37.9862V69.564H34.0862V68.342C33.3062 69.3993 32.0669 69.928 30.3682 69.928C28.9815 69.928 27.8202 69.4513 26.8842 68.498C25.9655 67.5447 25.5062 66.2273 25.5062 64.546V56.564H29.4062V63.974C29.4062 64.7367 29.6142 65.326 30.0302 65.742C30.4635 66.1407 31.0095 66.34 31.6682 66.34C32.4135 66.34 33.0029 66.1147 33.4362 65.664C33.8695 65.2133 34.0862 64.546 34.0862 63.662V56.564Z' fill='%23292B2D'/%3E%3Cpath d='M50.2844 51.364H54.1844V69.564H50.2844V68.342C49.3657 69.3993 48.0744 69.928 46.4104 69.928C44.6944 69.928 43.2297 69.2693 42.0164 67.952C40.8031 66.6173 40.1964 64.988 40.1964 63.064C40.1964 61.14 40.8031 59.5193 42.0164 58.202C43.2297 56.8673 44.6944 56.2 46.4104 56.2C48.0744 56.2 49.3657 56.7287 50.2844 57.786V51.364ZM44.9544 65.378C45.5264 65.95 46.2717 66.236 47.1904 66.236C48.1091 66.236 48.8544 65.95 49.4264 65.378C49.9984 64.806 50.2844 64.0347 50.2844 63.064C50.2844 62.0933 49.9984 61.322 49.4264 60.75C48.8544 60.178 48.1091 59.892 47.1904 59.892C46.2717 59.892 45.5264 60.178 44.9544 60.75C44.3824 61.322 44.0964 62.0933 44.0964 63.064C44.0964 64.0347 44.3824 64.806 44.9544 65.378Z' fill='%23292B2D'/%3E%3Cpath d='M70.48 69.564L69.57 66.704H62.81L61.9 69.564H57.35L63.538 51.364H68.842L75.03 69.564H70.48ZM64.058 62.804H68.322L66.19 56.122L64.058 62.804Z' fill='%236AADF1'/%3E%3Cpath d='M84.2381 56.564H88.5541L83.7441 69.564H79.3241L74.5141 56.564H78.8301L81.5341 64.806L84.2381 56.564Z' fill='%236AADF1'/%3E%3Cpath d='M97.6031 60.308H94.9251V64.91C94.9251 65.43 95.1331 65.7593 95.5491 65.898C95.9651 66.0367 96.6497 66.08 97.6031 66.028V69.564C95.1244 69.824 93.4084 69.59 92.4551 68.862C91.5017 68.1167 91.0251 66.7993 91.0251 64.91V60.308H88.9451V56.564H91.0251V54.094L94.9251 52.924V56.564H97.6031V60.308Z' fill='%236AADF1'/%3E%3Cpath d='M110.685 67.952C109.351 69.2693 107.721 69.928 105.797 69.928C103.873 69.928 102.244 69.2693 100.909 67.952C99.5747 66.6173 98.9073 64.988 98.9073 63.064C98.9073 61.14 99.5747 59.5193 100.909 58.202C102.244 56.8673 103.873 56.2 105.797 56.2C107.721 56.2 109.351 56.8673 110.685 58.202C112.02 59.5193 112.687 61.14 112.687 63.064C112.687 64.988 112.02 66.6173 110.685 67.952ZM103.665 65.274C104.237 65.846 104.948 66.132 105.797 66.132C106.647 66.132 107.357 65.846 107.929 65.274C108.501 64.702 108.787 63.9653 108.787 63.064C108.787 62.1627 108.501 61.426 107.929 60.854C107.357 60.282 106.647 59.996 105.797 59.996C104.948 59.996 104.237 60.282 103.665 60.854C103.093 61.426 102.807 62.1627 102.807 63.064C102.807 63.9653 103.093 64.702 103.665 65.274Z' fill='%236AADF1'/%3E%3Cpath d='M118.793 58.878C119.036 58.046 119.521 57.4133 120.249 56.98C120.995 56.5293 121.809 56.304 122.693 56.304V60.724C121.74 60.568 120.847 60.7327 120.015 61.218C119.201 61.686 118.793 62.5093 118.793 63.688V69.564H114.893V56.564H118.793V58.878Z' fill='%236AADF1'/%3E%3C/svg%3E%0A");
  width: 123px;
  height: 70px;
  background-size: 100% 100%;
}
@media (max-width: 1180px) {
  .welcome-header__logo {
    position: static;
    transform: none;
    margin-bottom: 15px;
    width: 75px;
    height: 48px;
  }
}
.welcome-header-socials > span, .welcome-header__phone > span {
  display: block;
  font-size: 0.875rem;
  line-height: 120%;
  color: #929292;
  margin-bottom: 6px;
}
.welcome-header__phone {
  text-align: right;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .welcome-header__phone {
    margin-left: 0;
    text-align: center;
    flex-shrink: 0;
  }
}
.welcome-header__phone > span {
  margin-bottom: 16px;
}
@media (max-width: 1180px) {
  .welcome-header__phone > span {
    display: none;
  }
}
.welcome-header__phone a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 115%;
  color: var(--black);
  text-decoration: none;
}
.welcome-header__phone a:hover {
  text-decoration: underline;
}
.welcome-header__phone a svg {
  margin-right: 9px;
}
@media (max-width: 1180px) {
  .welcome-header-socials {
    display: none;
  }
}
.welcome-footer {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 50px;
  font-size: 0.8125rem;
  line-height: 130%;
  color: #8D8F92;
}
@media (max-width: 1180px) {
  .welcome-footer {
    height: unset;
    padding: 15px 15px 30px;
    flex-direction: column;
  }
}
.welcome-footer .socials-list {
  margin-top: 15px;
}
@media (min-width: 1181px) {
  .welcome-footer .socials-list {
    display: none;
  }
}
.welcome-body {
  display: flex;
}
@media (max-width: 1180px) {
  .welcome-body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 50%);
  }
}
.welcome-body-item {
  width: 50%;
  padding-top: 140px;
  padding-bottom: 65px;
  display: flex;
  flex-direction: column;
  min-height: 590px;
}
@media (max-width: 1550px) {
  .welcome-body-item {
    padding: 80px 0 40px;
    min-height: 550px;
  }
}
@media (max-width: 1180px) {
  .welcome-body-item {
    width: 100%;
    padding: 35px 15px 55px;
    min-height: unset;
    height: 100%;
  }
}
.welcome-body-item:nth-child(1) {
  align-items: flex-end;
  text-align: right;
  padding-right: 65px;
  background: #3696ED url("../img/default/welcome/welcome_first.png") no-repeat calc(100% - 414px) bottom;
  background-size: 267px 539px;
}
@media (max-width: 1180px) {
  .welcome-body-item:nth-child(1) {
    background-size: auto 75%;
    background-position: 4px bottom;
    padding-right: 15px;
  }
}
.welcome-body-item:nth-child(1) h2,
.welcome-body-item:nth-child(1) p,
.welcome-body-item:nth-child(1) .welcome-body-item__link span {
  color: var(--white);
}
.welcome-body-item:nth-child(2) {
  padding-left: 65px;
  background: var(--white) url("../img/default/welcome/welcome_second.png") no-repeat 117px bottom;
  background-size: 843px 594px;
}
@media (max-width: 1180px) {
  .welcome-body-item:nth-child(2) {
    background-size: auto 95%;
    background-position: calc(100% + 140px) bottom;
    padding-left: 15px;
  }
}
.welcome-body-item__link {
  margin-top: auto;
}
.welcome-body-item h2 {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 52px;
}
@media (max-width: 767px) {
  .welcome-body-item h2 {
    font-size: 1.5625rem;
  }
}
.welcome-body-item p {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 441px;
}
@media (max-width: 767px) {
  .welcome-body-item p {
    font-size: 0.9375rem;
    max-width: 221px;
  }
}
.welcome-body-item__link {
  display: flex;
  align-items: center;
}
.welcome-body-item__link span {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 115%;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .welcome-body-item__link span {
    font-size: 0.875rem;
    margin-right: 9px;
    font-weight: 700;
  }
}
.welcome-body-item__link .def-btn {
  border-radius: 0;
  width: 67px;
  height: 67px;
  padding: 0;
  transform: translateX(-3px);
}
@media (max-width: 767px) {
  .welcome-body-item__link .def-btn {
    width: 39px;
    height: 39px;
    min-height: 39px;
    flex-shrink: 0;
  }
}
.welcome-body-item__link .def-btn svg {
  width: 26px;
  height: 24px;
}
@media (max-width: 767px) {
  .welcome-body-item__link .def-btn svg {
    width: 15px;
    height: 14px;
  }
}

.entry {
  position: relative;
  padding: 58px 0 0;
  margin: 0 0 70px;
}
@media (max-width: 992px) {
  .entry {
    padding: 40px 0 0;
    margin-bottom: 20px;
  }
}
.entry-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.entry-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 675px;
}
@media (max-width: 992px) {
  .entry-bg {
    height: 320px;
  }
}
.entry--authors .entry-bg {
  background: #EEF4FA url("../img/default/welcome/welcome_second.png") no-repeat right bottom;
  background-size: 951px auto;
}
@media (max-width: 992px) {
  .entry--authors .entry-bg {
    background-size: 435px auto;
    background-position: calc(100% + 145px) calc(100% + 5px);
  }
}
.entry--authors .entry-form .input-module {
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .entry--authors .entry-form .input-module {
    margin-bottom: 25px;
  }
}
.entry--authors .entry-form textarea {
  min-height: 85px;
}
.entry--authors .entry-form button {
  width: 255px;
  margin: -5px auto 21px;
}
.entry--students .entry-bg {
  background: url("../img/default/welcome/welcome_first-inversed.png") calc(100% - 390px) bottom/267px auto no-repeat, url("../img/default/students-entry-bg.png") right bottom/cover no-repeat;
}
@media (max-width: 1440px) {
  .entry--students .entry-bg {
    background: url("../img/default/welcome/welcome_first-inversed.png") calc(100% - 130px) bottom/267px auto no-repeat, url("../img/default/students-entry-bg.png") right bottom/cover no-repeat;
  }
}
@media (max-width: 992px) {
  .entry--students .entry-bg {
    background: url("../img/default/welcome/welcome_first-inversed.png") calc(100% + 36px) bottom/151px auto no-repeat, url("../img/default/students-entry-bg.png") right bottom/cover no-repeat;
  }
}
.entry--students .entry-form .input-module {
  margin-bottom: 22px;
}
.entry--students .entry-form button[type=submit] {
  width: 255px;
  margin: 0 auto 10px;
}
.entry--students .entry-form .choices {
  min-width: 210px;
}
@media (max-width: 767px) {
  .entry--students .entry-form .choices {
    min-width: 110px;
  }
}
.entry--students .entry-features {
  padding: 37px 32px 45px 66px;
  margin-top: -180px;
}
@media (max-width: 1180px) {
  .entry--students .entry-features {
    padding: 32px;
    margin-top: 0;
  }
}
.entry--students .entry__title, .entry--students .entry__subtitle {
  color: var(--white);
}
@media (max-width: 992px) {
  .entry--students .entry__title {
    max-width: 220px;
  }
}
.entry__title {
  font-weight: 800;
  font-size: 3.125rem;
  line-height: 115%;
  color: #233240;
  margin-bottom: 25px;
  max-width: 706px;
}
@media (max-width: 992px) {
  .entry__title {
    font-size: 1.5625rem;
    margin-bottom: 8px;
    max-width: 290px;
  }
}
.entry__subtitle {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 145%;
  color: #474B4E;
  margin-bottom: 25px;
  max-width: 450px;
}
@media (max-width: 992px) {
  .entry__subtitle {
    margin-bottom: 40px;
    font-size: 0.9375rem;
    max-width: 225px;
  }
}
.entry-form {
  padding: 30px;
  width: 580px;
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .entry-form {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .entry-form {
    padding: 28px 15px;
  }
}
.entry-form__custom {
  text-align: center;
  font-size: 0.8125rem !important;
  line-height: 135%;
}
.entry-form__note {
  display: flex;
  align-items: flex-start;
  font-size: 0.75rem;
  line-height: 155%;
  color: #5E6367;
}
.entry-form__note svg {
  flex-shrink: 0;
  margin-right: 13px;
}
.entry-form-promo {
  display: flex;
  position: relative;
  width: 100%;
  margin: -9px 0 20px;
}
.entry-form-promo__btn {
  position: absolute;
  cursor: pointer;
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: 160px;
  background-color: var(--blue);
  border-radius: 1px 0 0 1px;
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 767px) {
  .entry-form-promo__btn {
    width: 100px;
  }
}
.entry-form-promo__btn:hover {
  background-color: var(--heavy-blue);
}
.entry-form-promo__input {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 180px;
  border: 1px solid var(--blue);
  border-radius: 2px;
  background-color: var(--white);
  font-size: 0.8125rem;
  color: var(--black);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 767px) {
  .entry-form-promo__input {
    padding-left: 120px;
  }
}
.entry-form-promo__input:focus {
  outline: none;
  border-color: var(--heavy-blue);
}
.entry-features {
  margin: -162px 0 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 32px 32px 32px 66px;
  background: #E4EBF2;
}
@media (max-width: 1180px) {
  .entry-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: unset;
    padding: 32px;
    margin: 0;
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .entry-features {
    padding: 30px 15px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.entry-features__item {
  max-width: 140px;
}
@media (max-width: 1180px) {
  .entry-features__item {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .entry-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.entry-features__item:nth-child(1) {
  max-width: 150px;
}
@media (max-width: 1180px) {
  .entry-features__item:nth-child(1) {
    max-width: 100%;
  }
}
.entry-features__item + * {
  margin-left: 50px;
}
@media (max-width: 1180px) {
  .entry-features__item + * {
    margin: 0;
  }
}
.entry-features__item svg {
  max-height: 36px;
  margin-bottom: 10px;
}
.entry-features__item h3 {
  font-weight: bold;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 163%;
  text-transform: uppercase;
  color: #111725;
  margin-bottom: 6px;
}
.entry-features__item p {
  font-size: 0.8125rem;
  line-height: 145%;
  color: #4F5C6C;
}

.abecome {
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .abecome {
    margin: 25px auto 50px;
    padding-bottom: 0;
  }
}
.abecome__title {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .abecome__title {
    margin-bottom: 40px;
  }
}
.abecome-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media (max-width: 992px) {
  .abecome-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.abecome-list__item {
  padding-left: 77px;
  position: relative;
}
.abecome-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: #8ad377;
  background-repeat: no-repeat;
  background-position: center;
}
.abecome-list__item:nth-child(1):before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.535 25.6733C8.03236 23.6965 11.9826 22.6606 16 22.6667C20.1667 22.6667 24.0783 23.7583 27.465 25.6733M21 12.6667C21 13.9927 20.4732 15.2645 19.5355 16.2022C18.5979 17.1399 17.3261 17.6667 16 17.6667C14.6739 17.6667 13.4021 17.1399 12.4645 16.2022C11.5268 15.2645 11 13.9927 11 12.6667C11 11.3406 11.5268 10.0688 12.4645 9.13113C13.4021 8.19345 14.6739 7.66667 16 7.66667C17.3261 7.66667 18.5979 8.19345 19.5355 9.13113C20.4732 10.0688 21 11.3406 21 12.6667ZM31 16C31 17.9698 30.612 19.9204 29.8582 21.7403C29.1044 23.5601 27.9995 25.2137 26.6066 26.6066C25.2137 27.9995 23.5601 29.1044 21.7403 29.8582C19.9204 30.612 17.9698 31 16 31C14.0302 31 12.0796 30.612 10.2597 29.8582C8.43986 29.1044 6.78628 27.9995 5.3934 26.6066C4.00052 25.2137 2.89563 23.5601 2.14181 21.7403C1.38799 19.9204 1 17.9698 1 16C1 12.0218 2.58035 8.20644 5.3934 5.3934C8.20644 2.58035 12.0218 1 16 1C19.9782 1 23.7936 2.58035 26.6066 5.3934C29.4196 8.20644 31 12.0218 31 16Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px auto;
}
.abecome-list__item:nth-child(2):before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='32' viewBox='0 0 26 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66667 4.33333H4.33333C3.44928 4.33333 2.60143 4.68452 1.97631 5.30964C1.35119 5.93476 1 6.78261 1 7.66667V27.6667C1 28.5507 1.35119 29.3986 1.97631 30.0237C2.60143 30.6488 3.44928 31 4.33333 31H21C21.8841 31 22.7319 30.6488 23.357 30.0237C23.9821 29.3986 24.3333 28.5507 24.3333 27.6667V7.66667C24.3333 6.78261 23.9821 5.93476 23.357 5.30964C22.7319 4.68452 21.8841 4.33333 21 4.33333H17.6667M7.66667 4.33333C7.66667 5.21739 8.01786 6.06523 8.64298 6.69036C9.2681 7.31548 10.1159 7.66667 11 7.66667H14.3333C15.2174 7.66667 16.0652 7.31548 16.6904 6.69036C17.3155 6.06523 17.6667 5.21739 17.6667 4.33333M7.66667 4.33333C7.66667 3.44928 8.01786 2.60143 8.64298 1.97631C9.2681 1.35119 10.1159 1 11 1H14.3333C15.2174 1 16.0652 1.35119 16.6904 1.97631C17.3155 2.60143 17.6667 3.44928 17.6667 4.33333M7.66667 19.3333L11 22.6667L17.6667 16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 26px auto;
}
.abecome-list__item:nth-child(3):before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.29493H31M7.66667 17.5899H9.33333M16 17.5899H17.6667M6 24.2258H26C27.3261 24.2258 28.5979 23.7015 29.5355 22.7681C30.4732 21.8347 31 20.5688 31 19.2488V5.97696C31 4.65699 30.4732 3.39108 29.5355 2.45772C28.5979 1.52436 27.3261 1 26 1H6C4.67392 1 3.40215 1.52436 2.46447 2.45772C1.52678 3.39108 1 4.65699 1 5.97696V19.2488C1 20.5688 1.52678 21.8347 2.46447 22.7681C3.40215 23.7015 4.67392 24.2258 6 24.2258Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px auto;
}
.abecome-list__item-title {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 120%;
  color: #1f2327;
  margin-bottom: 5px;
}
.abecome-list__item-text {
  font-size: 0.875rem;
  line-height: 165%;
  color: #505152;
}

.apricing {
  padding: 45px 0 25px;
  background: #479eef;
}
@media (max-width: 992px) {
  .apricing {
    padding: 25px 0 15px;
  }
}
.apricing-wrapper {
  flex-direction: column;
  display: flex;
}
.apricing__title, .apricing__subtitle {
  text-align: center;
  color: var(--white);
}
.apricing__title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .apricing__title {
    margin-bottom: 15px;
  }
}
.apricing__subtitle {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: var(--white);
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .apricing__subtitle {
    font-size: 1rem;
    margin-bottom: 50px;
  }
}
.apricing__note {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 40px;
  border: 12px solid rgba(255, 255, 255, 0.15);
  padding: 14px 6px 14px 20px;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 160%;
  text-align: center;
  color: var(--white);
  position: relative;
}
@media (max-width: 992px) {
  .apricing__note {
    margin-bottom: 20px;
  }
}
.apricing__note:before, .apricing__note:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.apricing__note:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 29px 16px;
  border-color: transparent transparent rgba(255, 255, 255, 0.15) transparent;
  bottom: calc(100% + 12px);
}
.apricing__note:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 17px 9.5px;
  border-color: transparent transparent #479eef transparent;
  bottom: 100%;
}
.apricing-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.apricing-list-item {
  background: #2382da;
  border: 4px solid rgba(255, 255, 255, 0.42);
  border-radius: 2px;
  width: calc(33.33% - 36px);
  margin: 0 18px;
}
@media (max-width: 992px) {
  .apricing-list-item {
    width: calc(100% - 36px);
    margin: 0 18px 15px;
  }
  .apricing-list-item:last-child {
    margin-bottom: 0;
  }
}
.apricing-list-item__row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
}
.apricing-list-item__row:nth-child(2n) {
  background: rgba(255, 255, 255, 0.06);
}
.apricing-list-item__row + * {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.apricing-list-item__row span {
  width: 40%;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.apricing-list-item__row span:nth-child(1) {
  width: 60%;
  font-size: 1rem;
  line-height: 120%;
  color: var(--white);
}
@media (max-width: 992px) {
  .apricing-list-item__row span:nth-child(1) {
    font-size: 0.875rem;
  }
}
.apricing-list-item__row span:nth-child(2) {
  text-align: right;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 120%;
  color: #fecc4a;
}

.apers {
  padding: 25px 0 110px;
  background: #479eef url("../img/default/authors/apers.png") no-repeat center bottom;
  background-size: 100vw auto;
}
@media (max-width: 992px) {
  .apers {
    padding: 10px 0 80px;
    background: #479eef;
  }
}
.apers__title, .apers__subtitle {
  text-align: center;
  color: var(--white);
}
.apers__title {
  margin-bottom: 15px;
}
.apers__subtitle {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
}
@media (max-width: 992px) {
  .apers__subtitle {
    margin-bottom: 50px;
    font-size: 1rem;
  }
}
.apers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 35px;
}
@media (max-width: 992px) {
  .apers-list {
    grid-template-columns: 1fr;
    gap: 75px 0;
  }
}
.apers-list-item {
  position: relative;
  background: #ffffff;
  border-radius: 2px;
  padding: 44px 15px 62px;
}
.apers-list-item-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: calc(100% - 30px);
  width: 255px;
  transform: translate(-50%, 50%);
}
.apers-list-item__title {
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 115%;
  text-align: center;
  color: #2e3134;
  margin-bottom: 35px;
}
.apers-list-item-info__row {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 115%;
  color: #3d3d3d;
}
.apers-list-item-info__row span {
  font-weight: bold;
}
.apers-list-item-info__row + * {
  margin-top: 23px;
}
.apers-list-item__salary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
.apers-list-item__salary:before {
  content: "";
  left: 50%;
  top: 100%;
  height: 1px;
  position: absolute;
  transform: translateX(-50%);
  width: 78px;
  background-color: #e8e8e8;
}
.apers-list-item__salary span:nth-child(1) {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 115%;
  color: #929292;
}
.apers-list-item__salary span:nth-child(2) {
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 115%;
  color: #4d9d38;
}
.apers-list-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 59px;
  background-image: url("data:image/svg+xml,%3Csvg width='59' height='59' viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='29.5' cy='29.5' r='24.5' fill='%238AD377'/%3E%3Ccircle cx='29.5' cy='29.5' r='27' stroke='%238AD377' stroke-opacity='0.56' stroke-width='5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 37C32.1217 37 34.1566 36.1571 35.6569 34.6569C37.1571 33.1566 38 31.1217 38 29C38 26.8783 37.1571 24.8434 35.6569 23.3431C34.1566 21.8429 32.1217 21 30 21C27.8783 21 25.8434 21.8429 24.3431 23.3431C22.8429 24.8434 22 26.8783 22 29C22 31.1217 22.8429 33.1566 24.3431 34.6569C25.8434 36.1571 27.8783 37 30 37ZM33.707 27.707C33.8892 27.5184 33.99 27.2658 33.9877 27.0036C33.9854 26.7414 33.8802 26.4906 33.6948 26.3052C33.5094 26.1198 33.2586 26.0146 32.9964 26.0123C32.7342 26.01 32.4816 26.1108 32.293 26.293L29 29.586L27.707 28.293C27.5184 28.1108 27.2658 28.01 27.0036 28.0123C26.7414 28.0146 26.4906 28.1198 26.3052 28.3052C26.1198 28.4906 26.0146 28.7414 26.0123 29.0036C26.01 29.2658 26.1108 29.5184 26.293 29.707L28.293 31.707C28.4805 31.8945 28.7348 31.9998 29 31.9998C29.2652 31.9998 29.5195 31.8945 29.707 31.707L33.707 27.707Z' fill='white'/%3E%3C/svg%3E%0A");
}

.afeatures {
  padding: 58px 0 75px;
}
@media (max-width: 992px) {
  .afeatures {
    padding: 31px 0 50px;
  }
}
.afeatures__title {
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 992px) {
  .afeatures__title {
    margin-bottom: 40px;
  }
}
.afeatures-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .afeatures-list {
    grid-template-columns: 1fr;
  }
}
.afeatures-list-item {
  position: relative;
  padding-top: 79px;
}
@media (max-width: 992px) {
  .afeatures-list-item {
    text-align: center;
  }
}
.afeatures-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: #8ad377;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .afeatures-list-item:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.afeatures-list-item__title {
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 115%;
  color: #222230;
  margin-bottom: 9px;
}
.afeatures-list-item__content {
  font-size: 0.875rem;
  line-height: 165%;
  color: #5e5f60;
}
.afeatures-list-item.is-first:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9.33333V16L21 21M31 16C31 17.9698 30.612 19.9204 29.8582 21.7403C29.1044 23.5601 27.9995 25.2137 26.6066 26.6066C25.2137 27.9995 23.5601 29.1044 21.7403 29.8582C19.9204 30.612 17.9698 31 16 31C14.0302 31 12.0796 30.612 10.2597 29.8582C8.43986 29.1044 6.78628 27.9995 5.3934 26.6066C4.00052 25.2137 2.89563 23.5601 2.14181 21.7403C1.38799 19.9204 1 17.9698 1 16C1 12.0218 2.58035 8.20644 5.3934 5.3934C8.20644 2.58035 12.0218 1 16 1C19.9782 1 23.7936 2.58035 26.6066 5.3934C29.4196 8.20644 31 12.0218 31 16Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px 32px;
}
.afeatures-list-item.is-second:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66683 7.66682H7.68349M7.66683 1H16.0004C16.8537 1 17.7071 1.32501 18.3571 1.97669L30.024 13.6436C30.6489 14.2687 31 15.1165 31 16.0004C31 16.8843 30.6489 17.732 30.024 18.3571L18.3571 30.024C17.732 30.6489 16.8843 31 16.0004 31C15.1165 31 14.2687 30.6489 13.6436 30.024L1.97669 18.3571C1.66669 18.0479 1.42082 17.6806 1.25321 17.2762C1.0856 16.8717 0.99955 16.4382 1 16.0004V7.66682C1 5.89867 1.7024 4.20294 2.95267 2.95267C4.20294 1.7024 5.89867 1 7.66683 1Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px 32px;
}
.afeatures-list-item.is-third:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9.33333C13.2383 9.33333 11 10.825 11 12.6667C11 14.5083 13.2383 16 16 16C18.7617 16 21 17.4917 21 19.3333C21 21.175 18.7617 22.6667 16 22.6667M16 9.33333V22.6667M16 9.33333C17.85 9.33333 19.4667 10.0033 20.3317 11L16 9.33333ZM16 9.33333V7.66667M16 22.6667V24.3333M16 22.6667C14.15 22.6667 12.5333 21.9967 11.6683 21L16 22.6667ZM31 16C31 17.9698 30.612 19.9204 29.8582 21.7403C29.1044 23.5601 27.9995 25.2137 26.6066 26.6066C25.2137 27.9995 23.5601 29.1044 21.7403 29.8582C19.9204 30.612 17.9698 31 16 31C14.0302 31 12.0796 30.612 10.2597 29.8582C8.43986 29.1044 6.78628 27.9995 5.3934 26.6066C4.00052 25.2137 2.89563 23.5601 2.14181 21.7403C1.38799 19.9204 1 17.9698 1 16C1 12.0218 2.58035 8.20644 5.3934 5.3934C8.20644 2.58035 12.0218 1 16 1C19.9782 1 23.7936 2.58035 26.6066 5.3934C29.4196 8.20644 31 12.0218 31 16Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px 32px;
}
.afeatures-list-item.is-fourth:before {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='32' viewBox='0 0 38 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57362 3.57362C2.75768 4.38954 2.11044 5.35819 1.66886 6.42426C1.22728 7.49032 1 8.63293 1 9.78683C1 10.9407 1.22728 12.0833 1.66886 13.1494C2.11044 14.2155 2.75768 15.1841 3.57362 16L18.5736 31L33.5735 16C35.2214 14.3522 36.1471 12.1172 36.1471 9.78683C36.1471 7.45642 35.2214 5.22146 33.5735 3.57362C31.9257 1.92577 29.6907 1.00002 27.3603 1.00002C25.0299 1.00002 22.795 1.92577 21.1471 3.57362L18.5736 6.14716L16 3.57362C15.1841 2.75768 14.2155 2.11044 13.1494 1.66886C12.0833 1.22728 10.9407 1 9.78683 1C8.63293 1 7.49032 1.22728 6.42426 1.66886C5.35819 2.11044 4.38954 2.75768 3.57362 3.57362Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 38px 32px;
}
.afeatures-list-item.is-five:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIHRyYW5zZm9ybT0iIj48ZyBmaWxsPSIjZmRmY2ZjIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtZGFzaGFycmF5PSIiIHN0cm9rZS1kYXNob2Zmc2V0PSIwIiBmb250LWZhbWlseT0ibm9uZSIgZm9udC13ZWlnaHQ9Im5vbmUiIGZvbnQtc2l6ZT0ibm9uZSIgdGV4dC1hbmNob3I9Im5vbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogbm9ybWFsIj48ZyB0cmFuc2Zvcm09InNjYWxlKDUuMTIsNS4xMikiPjxwYXRoIGQ9Ik01LDRjLTAuNTUyMjYsMC4wMDAwNiAtMC45OTk5NCwwLjQ0Nzc0IC0xLDF2NDBjMC4wMDAwNiwwLjU1MjI2IDAuNDQ3NzQsMC45OTk5NCAxLDFoNDBjMC41NTIyNiwtMC4wMDAwNiAwLjk5OTk0LC0wLjQ0Nzc0IDEsLTF2LTQwYy0wLjAwMDA2LC0wLjU1MjI2IC0wLjQ0Nzc0LC0wLjk5OTk0IC0xLC0xek02LDZoMzh2MzhoLTM4ek0xMi44MTgzNiw5Yy0yLjY0NDY4LDAgLTQuODE4MzYsMi4xNTIxMyAtNC44MTgzNiw0Ljc4OTA2YzAsNS4xODg3IDUuNzczODQsNy42Njc3NCA3LjM2MzI4LDguOTgyNDJsMC42MzY3MiwwLjUyNTM5bDAuNjM2NzIsLTAuNTI1MzljMS41ODkyOCwtMS4zMTQ1NSA3LjM2MzI4LC0zLjc5MjkgNy4zNjMyOCwtOC45ODI0MmMwLC0yLjYzNjkzIC0yLjE3MzY3LC00Ljc4OTA2IC00LjgxODM2LC00Ljc4OTA2Yy0xLjI2MTIsMCAtMi4zMjAwMSwwLjU4NzUgLTMuMTgxNjQsMS4zODI4MWMtMC44NjE2MywtMC43OTUzMSAtMS45MjA0NCwtMS4zODI4MSAtMy4xODE2NCwtMS4zODI4MXpNMjYsOXYyaDE2di0yek0xMi44MTgzNiwxMWMwLjk5MDQsMCAxLjg0NzI5LDAuNTAwNDQgMi4zNTE1NiwxLjI1MzkxbDAuODMwMDgsMS4yNDAyNGwwLjgzMDA4LC0xLjI0MDI0YzAuNTA0MjgsLTAuNzUzNDcgMS4zNjExNiwtMS4yNTM5MSAyLjM1MTU2LC0xLjI1MzkxYzEuNTcxMzEsMCAyLjgxODM2LDEuMjQyIDIuODE4MzYsMi43ODkwNmMwLDMuMzc0MjcgLTMuNjY5MjcsNS4yNDc3NyAtNiw2Ljk3MjY2Yy0yLjMzMDYyLC0xLjcyNDk1IC02LC0zLjU5OTQ3IC02LC02Ljk3MjY2YzAsLTEuNTQ3MDYgMS4yNDcwNSwtMi43ODkwNiAyLjgxODM2LC0yLjc4OTA2ek0yNiwxNXYyaDE2di0yek0yNiwyMXYyaDE2di0yek04LDI3djJoMTZ2LTJ6TTI2LDI3djJoMTZ2LTJ6TTgsMzN2MmgxNnYtMnpNMjYsMzN2MmgxNnYtMnpNOCwzOXYyaDE2di0yek0yNiwzOXYyaDE2di0yeiI+PC9wYXRoPjwvZz48L2c+PC9nPgo8L3N2Zz4=");
  background-size: 32px 32px;
}
.afeatures-list-item.is-six:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoNS4xMiw1LjEyKSI+PHBhdGggZD0iTTI0Ljg3NSwzLjMxMjVjLTQuNjkxNDEsMC4xMDU0NyAtNy42NjAxNiwyLjAwMzkxIC04LjkzNzUsNC45Mzc1Yy0xLjIxNDg0LDIuNzkyOTcgLTAuOTYwOTQsNi4zMTI1IC0wLjA5Mzc1LDkuOTY4NzVjLTAuNDY0ODQsMC41NDY4OCAtMC44NDc2NiwxLjMxNjQxIC0wLjc1LDIuNDY4NzV2MC4wNjI1YzAuMTY3OTcsMS4yMTg3NSAwLjUzNTE2LDIuMDc4MTMgMSwyLjY4NzVjMC4yMjI2NiwwLjI4OTA2IDAuNTM5MDYsMC4zMDQ2OSAwLjgxMjUsMC40Njg3NWMwLjI0MjE5LDEuMzYzMjggMC43ODUxNiwyLjY2NDA2IDEuNDA2MjUsMy42ODc1YzAuMDMxMjUsMC4xNDg0NCAwLjA5Mzc1LDAuMjg1MTYgMC4xODc1LDAuNDA2MjVjMCwwIDAuMTAxNTYsMC4xMjg5MSAwLjEyNSwwLjE1NjI1YzAuMzEyNSwwLjQ2ODc1IDAuNDY4NzUsMS4xMjEwOSAwLjQ2ODc1LDEuODQzNzVjMCwwLjc2OTUzIC0wLjAxMTcyLDEuNDg0MzggLTAuMDkzNzUsMi4yODEyNWMtMC4zMDA3OCwwLjc1NzgxIC0xLjA1MDc4LDEuMzYzMjggLTIuMjUsMS45Njg3NWMtMS4yNTM5MSwwLjYzMjgxIC0yLjg5NDUzLDEuMjE0ODQgLTQuNTYyNSwxLjkzNzVjLTEuNjY3OTcsMC43MjI2NiAtMy4zNTkzNywxLjU4OTg0IC00LjcxODc1LDIuOTY4NzVjLTEuMzU5MzcsMS4zNzg5MSAtMi4zMzIwMywzLjI4OTA2IC0yLjQ2ODc1LDUuNzgxMjVsLTAuMDYyNSwxLjA2MjVoNDAuMTI1bC0wLjA2MjUsLTEuMDYyNWMtMC4xMzY3MiwtMi40OTIxOSAtMS4wODU5NCwtNC4zOTg0NCAtMi40Mzc1LC01Ljc4MTI1Yy0xLjM1MTU2LC0xLjM4MjgxIC0zLjA1MDc4LC0yLjI0NjA5IC00LjcxODc1LC0yLjk2ODc1Yy0xLjY2Nzk3LC0wLjcyMjY2IC0zLjMyMDMxLC0xLjMwMDc4IC00LjU5Mzc1LC0xLjkzNzVjLTEuMjM0MzcsLTAuNjE3MTkgLTIuMDA3ODEsLTEuMjQ2MDkgLTIuMzQzNzUsLTIuMDMxMjVjLTAuMDc4MTIsLTAuOTQ1MzEgLTAuMDkzNzUsLTEuNjkxNDEgLTAuMDkzNzUsLTIuNTMxMjVjMCwtMC41MzUxNiAwLjE4MzU5LC0xLjAxOTUzIDAuNSwtMS41YzAuMDA3ODEsLTAuMDExNzIgMC4wMjM0NCwtMC4wMTk1MyAwLjAzMTI1LC0wLjAzMTI1YzAuMDAzOTEsLTAuMDA3ODEgMC4wNjI1LC0wLjA2MjUgMC4wNjI1LC0wLjA2MjVjMC4xMjUsLTAuMTI4OTEgMC4yMTA5NCwtMC4yOTI5NyAwLjI1LC0wLjQ2ODc1YzAuNjA1NDcsLTEuMDM5MDYgMS4xMDkzOCwtMi4zNTkzNyAxLjM0Mzc1LC0zLjY4NzVjMC4zMTI1LC0wLjE2NDA2IDAuNjY0MDYsLTAuMTgzNTkgMC45MDYyNSwtMC41YzAuNDgwNDcsLTAuNjI4OTEgMC43NjE3MiwtMS41MjM0NCAwLjg3NSwtMi43NWMwLjA4OTg0LC0xLjA1ODU5IC0wLjIxNDg0LC0xLjgyODEyIC0wLjY4NzUsLTIuNDA2MjVjMC41MTk1MywtMS42MDE1NiAxLjEzNjcyLC00LjE2NDA2IDAuOTM3NSwtNi43ODEyNWMtMC4xMDkzNywtMS40Mzc1IC0wLjQ4ODI4LC0yLjg3MTA5IC0xLjM0Mzc1LC00LjA2MjVjLTAuNzczNDQsLTEuMDc4MTIgLTIuMDIzNDQsLTEuODE2NDEgLTMuNTkzNzUsLTIuMTU2MjVjLTEuMDU4NTksLTEuNDE0MDYgLTIuOTgwNDcsLTEuOTY4NzUgLTUuMTg3NSwtMS45Njg3NXpNMjQuOTA2MjUsNS4zMTI1YzAuMDExNzIsMCAwLjAxOTUzLDAgMC4wMzEyNSwwYzEuOTk2MDksMC4wMDc4MSAzLjI3MzQ0LDAuNTcwMzEgMy42ODc1LDEuMjgxMjVsMC4yNSwwLjQzNzVsMC41LDAuMDYyNWMxLjM3NSwwLjE5MTQxIDIuMTI4OTEsMC43MjI2NiAyLjY4NzUsMS41YzAuNTU4NTksMC43NzczNCAwLjg3ODkxLDEuODYzMjggMC45Njg3NSwzLjA2MjVjMC4xODM1OSwyLjQwMjM0IC0wLjUxMTcyLDUuMjE4NzUgLTAuOTY4NzUsNi41bC0wLjMxMjUsMC44NDM3NWwwLjc4MTI1LDAuNDA2MjVjLTAuMDA3ODEsMC4wMjczNCAwLjMyMDMxLDAuMzU5MzggMC4yODEyNSwxLjA5Mzc1YzAsMC4wMTU2MyAwLDAuMDE1NjMgMCwwLjAzMTI1Yy0wLjA5Mzc1LDAuOTQxNDEgLTAuMzM1OTQsMS40NzI2NiAtMC41LDEuNjg3NWMtMC4xNjc5NywwLjIxODc1IC0wLjI1MzkxLDAuMTg3NSAtMC4yMTg3NSwwLjE4NzVoLTAuODc1bC0wLjEyNSwwLjg3NWMtMC4xNzE4NywxLjI5Njg4IC0wLjgzMjAzLDIuOTI5NjkgLTEuNDA2MjUsMy43NWgtMC4wMzEyNWMtMC4wNTg1OSwwLjA4NTk0IC0wLjEwMTU2LDAuMTg3NSAtMC4xNTYyNSwwLjI4MTI1Yy0wLjI2MTcyLDAuMzA0NjkgLTAuNjU2MjUsMC43MDcwMyAtMS4yMTg3NSwxLjE4NzVjLTAuOTMzNTksMC43OTY4OCAtMi4xNzE4NywxLjUgLTMuMjgxMjUsMS41Yy0xLjEwMTU2LDAgLTIuMzUxNTYsLTAuNzM4MjggLTMuMzEyNSwtMS41NjI1Yy0wLjgzMjAzLC0wLjcxNDg0IC0xLjMyODEyLC0xLjMyODEyIC0xLjQ2ODc1LC0xLjVjLTAuMDAzOTEsLTAuMDA3ODEgMC4wMDM5MSwtMC4wMjM0NCAwLC0wLjAzMTI1Yy0wLjU4OTg0LC0wLjg1MTU2IC0xLjI2NTYyLC0yLjM0Mzc1IC0xLjQzNzUsLTMuNjI1bC0wLjA5Mzc1LC0wLjg3NWgtMC44MTI1Yy0wLjAzNTE2LC0wLjAxNTYyIC0wLjEyODkxLC0wLjA2NjQxIC0wLjIxODc1LC0wLjE4NzVjLTAuMTc1NzgsLTAuMjMwNDcgLTAuNDI1NzgsLTAuNzY5NTMgLTAuNTYyNSwtMS42ODc1YzAsLTAuMDE5NTMgMCwtMC4wMTE3MiAwLC0wLjAzMTI1Yy0wLjAwMzkxLC0wLjAxNTYyIDAuMDAzOTEsLTAuMDE1NjIgMCwtMC4wMzEyNWMtMC4wMTU2MiwtMC43NTc4MSAwLjQ1MzEzLC0xLjE3OTY5IDAuMzc1LC0xLjEyNWwwLjU2MjUsLTAuNDA2MjVsLTAuMTU2MjUsLTAuNjg3NWMtMC45MjE4NywtMy42NDQ1MyAtMS4wNjY0MSwtNi45NDUzMSAtMC4wOTM3NSwtOS4xODc1YzAuOTcyNjYsLTIuMjM0MzcgMi45NDE0MSwtMy42NDg0NCA3LjEyNSwtMy43NXpNMjEuMDkzNzUsMzAuNTMxMjVjMS4wNTQ2OSwwLjc3NzM0IDIuMzc1LDEuNDY4NzUgMy45MDYyNSwxLjQ2ODc1YzEuNSwwIDIuNzg1MTYsLTAuNjU2MjUgMy44MTI1LC0xLjQwNjI1YzAuMDAzOTEsMC42MDkzOCAwLjAyMzQ0LDEuMjM0MzggMC4wOTM3NSwydjAuMTI1bDAuMDYyNSwwLjEyNWMwLjE3NTc4LDAuNDYwOTQgMC40MjU3OCwwLjg1MTU2IDAuNzE4NzUsMS4yMTg3NWMtMC4wMTE3MiwwLjAzOTA2IC0wLjAyMzQ0LDAuMDgyMDMgLTAuMDMxMjUsMC4xMjVjMCwwIC0wLjIzODI4LDAuNjU2MjUgLTAuOTM3NSwxLjM3NWMtMC42OTkyMiwwLjcxODc1IC0xLjc4NTE2LDEuNDM3NSAtMy43MTg3NSwxLjQzNzVjLTEuOTI1NzgsMCAtMy4wNTA3OCwtMC43NSAtMy43ODEyNSwtMS41Yy0wLjczMDQ3LC0wLjc1IC0wLjk2ODc1LC0xLjQzNzUgLTAuOTY4NzUsLTEuNDM3NWMwLjI4OTA2LC0wLjM3NSAwLjUyNzM0LC0wLjc3NzM0IDAuNjg3NSwtMS4yNWwwLjA2MjUsLTAuMTg3NWMwLjA4NTk0LC0wLjc1NzgxIDAuMDkzNzUsLTEuNDQxNDEgMC4wOTM3NSwtMi4wOTM3NXpNMzEuMjUsMzUuNDM3NWMwLjM1MTU2LDAuMjI2NTYgMC43MTQ4NCwwLjQzNzUgMS4wOTM3NSwwLjYyNWMxLjQ2MDk0LDAuNzI2NTYgMy4xMTcxOSwxLjI4OTA2IDQuNjg3NSwxLjk2ODc1YzEuNTcwMzEsMC42Nzk2OSAzLjAzNTE2LDEuNDQ5MjIgNC4wOTM3NSwyLjUzMTI1YzAuODQzNzUsMC44NjMyOCAxLjM1MTU2LDIuMDExNzIgMS42MjUsMy40Mzc1aC0zNS41YzAuMjczNDQsLTEuNDI1NzggMC43NzczNCwtMi41NzQyMiAxLjYyNSwtMy40Mzc1YzEuMDYyNSwtMS4wODIwMyAyLjU1NDY5LC0xLjg1MTU2IDQuMTI1LC0yLjUzMTI1YzEuNTcwMzEsLTAuNjc5NjkgMy4yMTA5NCwtMS4yMzgyOCA0LjY1NjI1LC0xLjk2ODc1YzAuMzU5MzgsLTAuMTgzNTkgMC43MjY1NiwtMC4zNzUgMS4wNjI1LC0wLjU5Mzc1YzAuMjIyNjYsMC40MDIzNCAwLjU2NjQxLDAuOTI1NzggMS4wNjI1LDEuNDM3NWMxLjAxOTUzLDEuMDUwNzggMi43NDYwOSwyLjA5Mzc1IDUuMjE4NzUsMi4wOTM3NWMyLjQ2NDg0LDAgNC4xNTYyNSwtMS4wMzEyNSA1LjE1NjI1LC0yLjA2MjVjMC41NDY4OCwtMC41NjI1IDAuODc4OTEsLTEuMDg1OTQgMS4wOTM3NSwtMS41eiI+PC9wYXRoPjwvZz48L2c+Cjwvc3ZnPg==");
  background-size: 32px 32px;
}
.afeatures-list-item.is-seven:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoNS4xMiw1LjEyKSI+PHBhdGggZD0iTTI1LDNjLTYuNjM2NzIsMCAtMTIsNS4zNjMyOCAtMTIsMTJ2NWgtNGMtMS42NDQ1MywwIC0zLDEuMzU1NDcgLTMsM3YyNGMwLDEuNjQ0NTMgMS4zNTU0NywzIDMsM2gzMmMxLjY0NDUzLDAgMywtMS4zNTU0NyAzLC0zdi0yNGMwLC0xLjY0NDUzIC0xLjM1NTQ3LC0zIC0zLC0zaC00di01YzAsLTYuNjM2NzIgLTUuMzYzMjgsLTEyIC0xMiwtMTJ6TTI1LDVjNS41NjY0MSwwIDEwLDQuNDMzNTkgMTAsMTB2NWgtMjB2LTVjMCwtNS41NjY0MSA0LjQzMzU5LC0xMCAxMCwtMTB6TTksMjJoMzJjMC41NTQ2OSwwIDEsMC40NDUzMSAxLDF2MjRjMCwwLjU1NDY5IC0wLjQ0NTMxLDEgLTEsMWgtMzJjLTAuNTU0NjksMCAtMSwtMC40NDUzMSAtMSwtMXYtMjRjMCwtMC41NTQ2OSAwLjQ0NTMxLC0xIDEsLTF6TTI1LDMwYy0xLjY5OTIyLDAgLTMsMS4zMDA3OCAtMywzYzAsMC44OTg0NCAwLjM5ODQ0LDEuNjg3NSAxLDIuMTg3NXYyLjgxMjVjMCwxLjEwMTU2IDAuODk4NDQsMiAyLDJjMS4xMDE1NiwwIDIsLTAuODk4NDQgMiwtMnYtMi44MTI1YzAuNjAxNTYsLTAuNSAxLC0xLjI4OTA2IDEsLTIuMTg3NWMwLC0xLjY5OTIyIC0xLjMwMDc4LC0zIC0zLC0zeiI+PC9wYXRoPjwvZz48L2c+Cjwvc3ZnPg==");
  background-size: 32px 32px;
}
.afeatures-list-item.is-eight:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%2C0%2C256%2C256%22%3E%3Cg%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Cg%20transform%3D%22scale%285.12%2C5.12%29%22%3E%3Cpath%20d%3D%22M25%2C3c-6.61719%2C0%20-12%2C5.38281%20-12%2C12c0%2C3.58594%201.58984%2C6.80078%204.08984%2C9h-2.58984c-0.82812%2C0%20-1.5%2C0.67188%20-1.5%2C1.5c0%2C0.82813%200.67188%2C1.5%201.5%2C1.5h21c0.82813%2C0%201.5%2C-0.67187%201.5%2C-1.5c0%2C-0.82812%20-0.67187%2C-1.5%20-1.5%2C-1.5h-2.58984c2.5%2C-2.19922%204.08984%2C-5.41406%204.08984%2C-9c0%2C-6.61719%20-5.38281%2C-12%20-12%2C-12zM25%2C5c5.53516%2C0%2010%2C4.46484%2010%2C10c0%2C5.53516%20-4.46484%2C10%20-10%2C10c-5.53516%2C0%20-10%2C-4.46484%20-10%2C-10c0%2C-5.53516%204.46484%2C-10%2010%2C-10zM24%2C7v2.10938c-0.27344%2C0.05469%20-0.56641%2C0.125%20-0.875%2C0.25c-0.97656%2C0.39844%20-2.125%2C1.46484%20-2.125%2C3.13672c0%2C1.15234%200.62891%2C2.09766%201.39063%2C2.59766c0.75781%2C0.5%201.58984%2C0.70313%202.33984%2C0.91406c0.74609%2C0.21094%201.40234%2C0.42578%201.76953%2C0.67578c0.36328%2C0.24609%200.5%2C0.39453%200.5%2C1.00391v0.02734c0%2C0%200.00391%2C0.27734%20-0.19531%2C0.59375c-0.19922%2C0.3125%20-0.52344%2C0.69141%20-1.80469%2C0.69141c-1.20312%2C0%20-1.50391%2C-0.4375%20-1.75%2C-0.9375c-0.24609%2C-0.50391%20-0.25%2C-1.04297%20-0.25%2C-1.04297l-2%2C-0.03906c0%2C0%20-0.03516%2C0.96094%200.45313%2C1.95703c0.39453%2C0.80469%201.25781%2C1.64453%202.54688%2C1.94141v2.12109h2v-2.09375c1.22656%2C-0.23047%202.06641%2C-0.85547%202.49219%2C-1.52734c0.53125%2C-0.83984%200.50391%2C-1.69531%200.50391%2C-1.70703c-0.00781%2C-1.16406%20-0.61328%2C-2.12109%20-1.37109%2C-2.64062c-0.75781%2C-0.51953%20-1.60156%2C-0.73437%20-2.35547%2C-0.94922c-0.75%2C-0.21094%20-1.41797%2C-0.42187%20-1.78516%2C-0.66016c-0.36328%2C-0.23828%20-0.48437%2C-0.35547%20-0.48437%2C-0.92578c0%2C-0.89062%200.35156%2C-1.07031%200.875%2C-1.28125c0.51563%2C-0.20703%201.05859%2C-0.21094%201.08203%2C-0.21094c0.01953%2C0%200.55078%2C0.04688%201.07422%2C0.32422c0.53516%2C0.28516%200.96875%2C0.62109%200.96875%2C1.67188h2c0%2C-1.76172%20-1.06641%2C-2.92578%20-2.03125%2C-3.4375c-0.34375%2C-0.18359%20-0.67187%2C-0.29297%20-0.96875%2C-0.375v-2.1875zM5%2C11c-1.64453%2C0%20-3%2C1.35547%20-3%2C3v21.83203c-0.01953%2C0.10938%20-0.01953%2C0.21875%200%2C0.32422v1.84375c0%2C1.64453%201.35547%2C3%203%2C3h13.82031l-0.66797%2C4h-2.15234c-0.35937%2C-0.00391%20-0.69531%2C0.18359%20-0.87891%2C0.49609c-0.17969%2C0.3125%20-0.17969%2C0.69531%200%2C1.00781c0.18359%2C0.3125%200.51953%2C0.5%200.87891%2C0.49609h18c0.35938%2C0.00391%200.69531%2C-0.18359%200.87891%2C-0.49609c0.17969%2C-0.3125%200.17969%2C-0.69531%200%2C-1.00781c-0.18359%2C-0.3125%20-0.51953%2C-0.5%20-0.87891%2C-0.49609h-2.15234l-0.66797%2C-4h13.82031c1.64453%2C0%203%2C-1.35547%203%2C-3v-1.83203c0.01953%2C-0.10937%200.01953%2C-0.21875%200%2C-0.32422v-21.84375c0%2C-1.64453%20-1.35547%2C-3%20-3%2C-3h-6.58984c0.19531%2C0.64844%200.33203%2C1.31641%200.43359%2C2h6.15625c0.56641%2C0%201%2C0.43359%201%2C1v21h-42v-21c0%2C-0.56641%200.43359%2C-1%201%2C-1h6.15625c0.10156%2C-0.68359%200.23828%2C-1.35156%200.43359%2C-2zM4%2C37h42v1c0%2C0.56641%20-0.43359%2C1%20-1%2C1h-40c-0.56641%2C0%20-1%2C-0.43359%20-1%2C-1zM20.84766%2C41h8.30469l0.66797%2C4h-9.64062z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 32px 32px;
}

.alist {
  background: #479eef;
}
.alist-wrapper {
  position: relative;
  padding: 45px 440px 70px 0;
  min-height: 578px;
}
@media (max-width: 992px) {
  .alist-wrapper {
    padding: 20px 0;
    min-height: unset;
  }
}
.alist-wrapper > * {
  position: relative;
  z-index: 1;
}
.alist-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 610px;
  height: 617px;
  width: 748px;
  background: url("../img/default/authors/alist.png") no-repeat center;
  background-size: 748px auto;
}
@media (max-width: 992px) {
  .alist-wrapper:after {
    display: none;
  }
}
.alist__title {
  font-weight: 600;
  font-size: 2.0625rem;
  line-height: 125%;
  color: var(--white);
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .alist__title {
    margin-bottom: 21px;
    font-size: 1rem;
    font-weight: 500;
  }
}
.alist-list {
  padding: 0;
  margin: 0;
}
.alist-list li {
  list-style: none;
  padding-left: 55px;
  font-size: 0.9375rem;
  line-height: 185%;
  color: var(--white);
  position: relative;
}
@media (max-width: 992px) {
  .alist-list li {
    font-size: 0.875rem;
    padding-left: 35px;
  }
}
.alist-list li:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid rgba(138, 211, 119, 0.56);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 25px;
}
@media (max-width: 992px) {
  .alist-list li:before {
    left: 5px;
    top: 4px;
  }
}
.alist-list li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #8ad377;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 28px;
}
@media (max-width: 992px) {
  .alist-list li:after {
    left: 8px;
    top: 7px;
  }
}
.alist-list li + li {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .alist-list li + li {
    margin-top: 20px;
  }
}

.aform {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .aform {
    padding: 25px 0 45px;
  }
}
.aform__title {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .aform__title {
    margin-bottom: 25px;
  }
  .aform__title br {
    display: none;
  }
}
.aform__button {
  margin: 0 auto;
}
.aform-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 31px;
  max-width: 989px;
  width: 100%;
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  padding: 40px;
}
@media (max-width: 992px) {
  .aform-inner {
    grid-template-columns: 1fr;
    padding: 28px 15px;
    gap: 25px;
  }
}
.aform-inner textarea {
  min-height: 85px;
}
.aform-inner button {
  width: 255px;
  margin: -10px auto 0;
}
.aform-inner .w100 {
  grid-column: 1/3;
}
@media (max-width: 992px) {
  .aform-inner .w100 {
    grid-column: 1;
  }
}

.authors {
  overflow: hidden;
}
@media (max-width: 992px) {
  .authors h2 {
    font-size: 1.5625rem;
  }
}

.s-text p {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
}
.s-text ul:not([class]) {
  list-style-type: disc;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}
.s-text ul:not([class]) li {
  list-style: unset;
}

.soffer {
  padding: 0px 0 65px;
}
@media (max-width: 992px) {
  .soffer {
    padding: 5px 0 40px;
  }
}
.soffer-slider {
  padding: 0 40px;
  margin: 40px -40px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .soffer-slider {
    width: 260px;
    overflow: unset;
    padding: 0;
    margin: 30px 0 0;
  }
}
.soffer-slider-controls {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .soffer-slider-controls {
    width: calc(100vw - 30px);
    margin: 40px 0 0;
  }
}
.soffer__item {
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 28px;
  position: relative;
  padding: 45px 20px 50px;
  opacity: 0;
  text-align: center;
  transition: opacity var(--transition-speed) var(--transition-timing-function);
}
.soffer__item.swiper-slide-active {
  opacity: 1;
}
.soffer__item.swiper-slide-active + * {
  opacity: 1;
}
.soffer__item.swiper-slide-active + * + * {
  opacity: 1;
}
.soffer__item.swiper-slide-active + * + * + * {
  opacity: 1;
}
.soffer__item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 59px;
  background-image: url("data:image/svg+xml,%3Csvg width='59' height='59' viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='29.5' cy='29.5' r='24.5' fill='%238AD377'/%3E%3Ccircle cx='29.5' cy='29.5' r='27' stroke='%238AD377' stroke-opacity='0.56' stroke-width='5'/%3E%3Cpath d='M43.3963 24.336L30.4892 18.1113C30.1813 17.9629 29.8188 17.9629 29.5108 18.1113L16.6039 24.336C15.8255 24.7115 15.7926 25.7733 16.546 26.1931V39.945C16.546 40.5277 17.0359 41 17.64 41C18.2439 41 18.7337 40.5277 18.7337 39.945V27.2506L20.1556 27.9364V32.3991C20.1556 32.8005 20.3919 33.1671 20.7651 33.3449L29.5155 37.5146C29.8207 37.6601 30.179 37.6603 30.4845 37.5146L39.2351 33.3449C39.6083 33.1671 39.8444 32.8005 39.8444 32.3991V27.9807C41.8447 26.9945 43.3862 26.2285 43.408 26.2176C44.2016 25.8234 44.1969 24.7222 43.3963 24.336ZM37.6566 31.7434L30 35.392L22.3433 31.7434V28.9914C29.9961 32.6386 29.5396 32.5596 30 32.5596C30.3565 32.5596 30.2918 32.6678 37.6566 29.0563V31.7434ZM30.0519 30.35L19.5389 25.2798L30 20.2346L40.4882 25.2928C38.732 26.1614 31.8467 29.5602 30.0519 30.35Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 59px 59px;
}
.soffer__item-btn {
  left: 30px;
  right: 30px;
  bottom: 0;
  transform: translateY(50%);
  position: absolute;
  padding: 0;
}
.soffer__item-title {
  min-height: 50px;
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 135%;
  color: #23272D;
  margin-bottom: 25px;
}
.soffer__item-time, .soffer__item-price {
  font-size: 0.9375rem;
  line-height: 155%;
  color: #23272D;
}
.soffer__item-time span, .soffer__item-price span {
  font-weight: bold;
}
.soffer__item-time {
  margin-bottom: 25px;
  padding-top: 35px;
  position: relative;
}
.soffer__item-time:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8.77778V15L19.6667 19.6667M29 15C29 16.8385 28.6379 18.659 27.9343 20.3576C27.2307 22.0561 26.1995 23.5995 24.8995 24.8995C23.5995 26.1995 22.0561 27.2307 20.3576 27.9343C18.659 28.6379 16.8385 29 15 29C13.1615 29 11.341 28.6379 9.64243 27.9343C7.94387 27.2307 6.40053 26.1995 5.1005 24.8995C3.80048 23.5995 2.76925 22.0561 2.06569 20.3576C1.36212 18.659 1 16.8385 1 15C1 11.287 2.475 7.72601 5.1005 5.10051C7.72601 2.475 11.287 1 15 1C18.713 1 22.274 2.475 24.8995 5.10051C27.525 7.72601 29 11.287 29 15Z' stroke='%23C4C4C4' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.soffer__item-price span {
  color: #4D9D38;
}
.soffer__title, .soffer__subtitle {
  text-align: center;
}
.soffer__title {
  margin-bottom: 12px;
}
.soffer__subtitle {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: #4D4D4D;
}
@media (max-width: 992px) {
  .soffer__subtitle {
    font-size: 1rem;
  }
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-controls__btn {
  margin: 0 14px;
  fill: var(--black);
  cursor: pointer;
  transition: transform var(--transition-speed) var(--transition-timing-function);
}
.slider-controls__btn svg {
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.slider-controls__btn:not(.swiper-button-disabled):hover {
  transform: translateX(-5px);
}
.slider-controls__btn:nth-child(2) {
  transform: scale(-1, 1);
}
.slider-controls__btn:nth-child(2):not(.swiper-button-disabled):hover {
  transform: scale(-1, 1) translateX(-5px);
}
.slider-controls__btn.swiper-button-disabled {
  fill: #C6C6C6;
  cursor: not-allowed;
}

.sfeatures {
  padding: 45px 0 85px;
  background: #EFF3F7;
}
@media (max-width: 992px) {
  .sfeatures {
    padding: 25px 0 50px;
  }
}
.sfeatures__title, .sfeatures__subtitle {
  text-align: center;
}
.sfeatures__title {
  margin-bottom: 12px;
}
.sfeatures__subtitle {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: #4D4D4D;
}
@media (max-width: 992px) {
  .sfeatures__subtitle {
    margin-bottom: 40px;
    font-size: 1rem;
  }
}
.sfeatures-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 14px;
}
@media (max-width: 992px) {
  .sfeatures-list {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
.sfeatures-list-item {
  background: #FFFFFF;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 32px 27px;
}
@media (max-width: 992px) {
  .sfeatures-list-item {
    padding: 0 20px 20px;
  }
}
.sfeatures-list-item__icon {
  margin: -16px 0 18px;
  background: #6AADF1;
  box-shadow: 0px 4px 23px rgba(106, 173, 241, 0.52);
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .sfeatures-list-item__icon {
    width: 62px;
    height: 62px;
    margin: -25px 0 15px;
    padding: 15px;
  }
}
.sfeatures-list-item__title {
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 130%;
  color: #202329;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .sfeatures-list-item__title {
    font-size: 1.1875rem;
  }
}
.sfeatures-list-item__content {
  font-size: 0.875rem;
  line-height: 171%;
  color: #6E7075;
}
@media (max-width: 992px) {
  .sfeatures-list-item__content {
    font-size: 0.8125rem;
  }
}

.show {
  padding: 53px 0 45px;
}
@media (max-width: 992px) {
  .show {
    padding: 25px 0 15px;
  }
}
.show__title, .show__subtitle {
  text-align: center;
}
.show__title {
  margin-bottom: 12px;
}
.show__subtitle {
  margin-bottom: 80px;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: #4D4D4D;
}
@media (max-width: 992px) {
  .show__subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.show-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
}
@media (max-width: 992px) {
  .show-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.show-list-item {
  position: relative;
}
@media (max-width: 992px) {
  .show-list-item {
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.show-list-item:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 39px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='16' viewBox='0 0 38 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.7071 8.70711C38.0976 8.31659 38.0976 7.68342 37.7071 7.2929L31.3431 0.928935C30.9526 0.538411 30.3195 0.53841 29.9289 0.928935C29.5384 1.31946 29.5384 1.95262 29.9289 2.34315L35.5858 8L29.9289 13.6569C29.5384 14.0474 29.5384 14.6805 29.9289 15.0711C30.3195 15.4616 30.9526 15.4616 31.3431 15.0711L37.7071 8.70711ZM-8.74228e-08 9L37 9L37 7L8.74228e-08 7L-8.74228e-08 9Z' fill='%23D6D6D6'/%3E%3C/svg%3E%0A");
  width: 38px;
  height: 16px;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .show-list-item:after {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.29289 19.7071C7.68342 20.0976 8.31658 20.0976 8.70711 19.7071L15.0711 13.3431C15.4616 12.9526 15.4616 12.3195 15.0711 11.9289C14.6805 11.5384 14.0474 11.5384 13.6569 11.9289L8 17.5858L2.34315 11.9289C1.95262 11.5384 1.31946 11.5384 0.928933 11.9289C0.538408 12.3195 0.538408 12.9526 0.928933 13.3431L7.29289 19.7071ZM7 4.37114e-08L7 19L9 19L9 -4.37114e-08L7 4.37114e-08Z' fill='%23D6D6D6'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 20px;
  }
}
.show-list-item:last-child:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L5 11L15 1' stroke='%23D6D6D6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 12px;
}
.show-list-item__icon {
  margin-bottom: 21px;
}
.show-list-item__title {
  margin-bottom: 9px;
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 119.0476190476%;
  color: #202329;
}
.show-list-item__content {
  font-size: 0.875rem;
  line-height: 170%;
  color: #6E7075;
}

.sreviews {
  padding: 45px 0 55px;
}
@media (max-width: 992px) {
  .sreviews {
    padding: 15px 0 45px;
  }
}
.sreviews__title, .sreviews__subtitle {
  text-align: center;
}
.sreviews__title {
  margin-bottom: 12px;
}
.sreviews__subtitle {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: #4D4D4D;
}
@media (max-width: 992px) {
  .sreviews__subtitle {
    margin-bottom: 17px;
    font-size: 1rem;
  }
}
.sreviews-slider-controls {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .sreviews-slider-controls {
    margin-top: 30px;
  }
}
.sreviews-item {
  opacity: 0.5;
  transition: opacity var(--transition-speed) var(--transition-timing-function);
  position: relative;
}
.sreviews-item:before {
  content: "";
  position: absolute;
  bottom: 19px;
  left: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='43' viewBox='0 0 41 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H40.9834L20.1664 21.1587L0 43V0Z' fill='%23E7F2FA'/%3E%3C/svg%3E%0A");
  width: 41px;
  height: 43px;
}
@media (max-width: 992px) {
  .sreviews-item:before {
    left: 18px;
  }
}
.sreviews-item::after {
  content: "";
  position: absolute;
  bottom: 55px;
  left: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H12L5.90476 7.87302L0 16V0Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 20px;
  background-size: 15px 20px;
}
@media (max-width: 992px) {
  .sreviews-item::after {
    display: none;
  }
}
.sreviews-item__content {
  padding: 60px 60px 60px 80px;
  background: var(--white);
  border: 12px solid #E7F2FA;
  position: relative;
  font-size: 0.9375rem;
  line-height: 180%;
  color: #3B3F41;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .sreviews-item__content {
    padding: 63px 20px;
    font-size: 0.875rem;
    line-height: 160%;
    border-width: 8px;
  }
}
.sreviews-item__content:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 31px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='28' viewBox='0 0 32 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.19 22.52L20.485 27.235C18.2617 24.7817 17.15 21.6383 17.15 17.805C17.15 9.98499 20.4083 4.23499 26.925 0.554996L31.18 4.695C27.5767 7.14833 25.775 10.8283 25.775 15.735C25.775 18.6483 26.58 20.91 28.19 22.52ZM11.515 22.52L3.81 27.235C1.58667 24.7817 0.475001 21.6383 0.475001 17.805C0.475001 9.98499 3.73333 4.23499 10.25 0.554996L14.505 4.695C10.9017 7.14833 9.1 10.8283 9.1 15.735C9.1 18.6483 9.905 20.91 11.515 22.52Z' fill='%23E7F2FA'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 28px;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .sreviews-item__content:before {
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
  }
}
.sreviews-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sreviews-item__author {
  display: flex;
  align-items: center;
  padding-left: 75px;
}
@media (max-width: 992px) {
  .sreviews-item__author {
    position: relative;
    padding-left: 85px;
    display: block;
  }
}
.sreviews-item__author img {
  margin-right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .sreviews-item__author img {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 36px;
    height: 36px;
    margin-right: 0;
    transform: translateY(-50%);
  }
}
.sreviews-item__author-name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: var(--black);
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .sreviews-item__author-name {
    font-size: 0.9375rem;
  }
}
.sreviews-item__author-name:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--blue);
  margin: 0 12px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .sreviews-item__author-name:after {
    display: none;
  }
}
.sreviews-item__author-date {
  font-size: 0.75rem;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: #72797C;
}
.sreviews-item__rating {
  display: flex;
  flex-wrap: wrap;
  width: 110px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .sreviews-item__rating {
    margin-left: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 15px;
    justify-content: center;
    bottom: 68px;
    width: unset;
    text-align: center;
  }
}
.sreviews-item__rating span {
  white-space: nowrap;
  width: 100%;
  margin-bottom: 2px;
  font-size: 0.75rem;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: #565859;
}
@media (max-width: 992px) {
  .sreviews-item__rating span {
    margin-bottom: 4px;
  }
}
.sreviews-item__rating svg + svg {
  margin-left: 3px;
}
.sreviews-item.swiper-slide-active {
  opacity: 1;
}
.sreviews-item.swiper-slide-active + * {
  opacity: 1;
}

.sform {
  background: #479EEF url("../img/default/sform-bg.png") center/cover no-repeat;
  margin-bottom: 100px;
  padding: 45px 0 0;
}
@media (max-width: 992px) {
  .sform {
    padding: 33px 0 0;
    margin-bottom: 45px;
    position: relative;
  }
  .sform:before {
    content: "";
    position: absolute;
    height: 500px;
    left: 0;
    bottom: -1px;
    right: 0;
    background-color: var(--white);
  }
  .sform .sform-wrapper {
    position: relative;
    z-index: 1;
  }
}
.sform-main {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .sform-main {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
  }
}
.sform-main__subtitle {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 118.1818181818%;
  letter-spacing: 0.31em;
  text-transform: uppercase;
  color: var(--white);
}
.sform-main__title {
  color: var(--white);
}
@media (max-width: 992px) {
  .sform-main__title {
    margin-bottom: 45px;
  }
}
.sform-main-block {
  max-width: calc(100% - 590px);
  width: 100%;
}
@media (max-width: 992px) {
  .sform-main-block {
    max-width: 100%;
  }
}
.sform-main__blockquote {
  margin: 0;
  padding-left: 70px;
  font-size: 0.875rem;
  line-height: 171.4285714286%;
  color: var(--white);
  position: relative;
}
@media (max-width: 992px) {
  .sform-main__blockquote {
    padding-left: 0;
  }
}
.sform-main__blockquote:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 47px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='40' viewBox='0 0 47 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8906 0.804688V13.8711C27.8906 19.0664 29.1797 24.1055 31.7578 28.9883C34.3359 33.9102 36.875 37.5039 39.375 39.7695L45.6445 37.0742C43.6523 34.8086 41.7188 31.7813 39.8438 27.9922C38.0078 24.2422 37.0898 20.5703 37.0898 16.9766H46.7578V0.804688H27.8906ZM0 0.804688V13.8711C0 19.0664 1.28906 24.1055 3.86719 28.9883C6.44531 33.9102 8.98438 37.5039 11.4844 39.7695L17.7539 37.0742C15.7617 34.8086 13.8281 31.7813 11.9531 27.9922C10.1172 24.2422 9.19922 20.5703 9.19922 16.9766H18.8672V0.804688H0Z' fill='%238AD377'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .sform-main__blockquote:before {
    left: 50%;
    bottom: calc(100% + 8px);
    top: auto;
    width: 27px;
    height: 22px;
    background-size: 100% 100%;
    transform: translateX(-50%);
  }
}
.sform-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  margin-bottom: 65px;
}
@media (max-width: 992px) {
  .sform-list {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.sform-list__item {
  padding-left: 52px;
  position: relative;
}
@media (max-width: 992px) {
  .sform-list__item {
    padding-left: 42px;
  }
}
.sform-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 39px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='39' viewBox='0 0 30 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.6182 7.89643L15.1386 0.0859366C14.9238 -0.0301213 14.6663 -0.0284925 14.4531 0.0900087L0.37411 7.9005C0.143208 8.02878 0 8.27392 0 8.54065V18.7432C0.00844767 27.1299 4.91693 34.7172 12.5077 38.0772L14.462 38.9393C14.6446 39.0199 14.8526 39.0203 15.0356 38.9401L17.2376 37.9774C24.9692 34.6903 29.9992 27.0297 30 18.5408V8.54065C30 8.27107 29.8532 8.02308 29.6182 7.89643ZM28.5583 18.5408C28.5567 26.4445 23.8722 33.5762 16.6732 36.6348L16.6684 36.6373L14.7508 37.4753L13.0846 36.7395C6.01875 33.612 1.44937 26.55 1.44133 18.7432V8.97271L14.8043 1.55885L28.5583 8.97801V18.5408Z' fill='%2375B7F3'/%3E%3Cpath d='M9.4859 18.27C9.22724 17.9633 8.77228 17.9271 8.46937 18.1889C8.16646 18.4504 8.13066 18.9113 8.38932 19.2176L12.1972 23.7316C12.4514 24.033 12.8967 24.0741 13.2 23.8241L22.0685 16.5201C22.3774 16.266 22.4241 15.8063 22.1727 15.4935C21.9216 15.1812 21.4675 15.1336 21.1585 15.3881L12.8364 22.2416L9.4859 18.27Z' fill='%2375B7F3'/%3E%3C/svg%3E%0A");
}
.sform-list__item-title {
  font-size: 1.1875rem;
  line-height: 142.1052631579%;
  color: var(--white);
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .sform-list__item-title {
    margin-bottom: 4px;
  }
}
.sform-list__item-text {
  font-size: 0.875rem;
  line-height: 171.4285714286%;
  color: var(--white);
}
@media (max-width: 992px) {
  .sform-list__item-text {
    font-size: 0.8125rem;
  }
}
.sform__title {
  color: var(--white);
  text-align: center;
}
@media (max-width: 992px) {
  .sform__title {
    margin-bottom: 20px;
  }
}
.sform-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 25px;
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 2px 2px 0px 0px;
  padding: 45px 37px;
  transform: translate(-50%, 40px);
  width: 990px;
  max-width: 100%;
  margin-left: 50%;
}
@media (max-width: 992px) {
  .sform-inner {
    transform: none;
    margin-left: 0;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 30px 15px 25px;
    gap: 20px 0;
  }
}
.sform-inner button[type=submit] {
  width: 255px;
  margin: -5px auto 0;
}
@media (max-width: 992px) {
  .sform-inner button[type=submit] {
    width: 210px;
    padding: 0;
    margin: 0 auto;
    min-height: 50px;
  }
}
.sform-inner .entry-form-promo {
  margin: 0;
}
.sform-inner .entry-form__custom {
  width: 440px;
  max-width: 100%;
  margin: -10px auto 0;
}
@media (max-width: 992px) {
  .sform-inner .entry-form__custom {
    width: 100%;
    font-size: 0.75rem !important;
  }
  .sform-inner .entry-form__custom br {
    display: none;
  }
}
.sform-inner .w100 {
  grid-column: 1/3;
}
@media (max-width: 992px) {
  .sform-inner .w100 {
    grid-column: 1;
  }
}

.students {
  overflow: hidden;
}
.students h2 {
  font-size: 1.5625rem;
}

.login {
  background: var(--blue) url("../img/default/login-bg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}
.login-footer {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 50px;
  font-size: 0.8125rem;
  line-height: 130%;
  color: var(--white);
}
@media (max-width: 1180px) {
  .login-footer {
    height: unset;
    padding: 15px 15px 30px;
    flex-direction: column;
  }
}
.login-body {
  display: flex;
  align-items: center;
  padding: 45px 0;
}
@media (max-width: 992px) {
  .login-body {
    display: block;
    padding: 0 0 45px;
  }
}
.login-heading {
  width: calc(100% - 580px);
  margin-right: 140px;
}
@media (max-width: 992px) {
  .login-heading {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.login__title {
  font-weight: 900;
  font-size: 3.625rem;
  line-height: 130%;
  color: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .login__title {
    margin-bottom: 7px;
    font-size: 1.5625rem;
    text-align: center;
  }
}
.login__subtitle {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 165%;
  color: var(--white);
}
@media (max-width: 992px) {
  .login__subtitle {
    font-size: 0.9375rem;
    text-align: center;
  }
}
.login-form {
  width: 440px;
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  padding: 35px 35px 40px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .login-form {
    margin: 0 auto;
    padding: 20px;
    max-width: 440px;
    width: 100%;
  }
}
.login-form__title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 115%;
  color: var(--black);
}
@media (max-width: 992px) {
  .login-form__title {
    margin-bottom: 30px;
  }
}
.login-form .input-module + .input-module {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .login-form .input-module + .input-module {
    margin-top: 20px;
  }
}
.login-form-btns {
  display: grid;
  grid-template-columns: 190px 160px;
  gap: 17px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .login-form-btns {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.login-form-btns .white-btn {
  min-height: 55px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .login-form-btns .white-btn {
    min-height: 40px;
    order: 1;
  }
}
.login--restore .login-body {
  flex-direction: column;
}
.login--restore .login-body .header__back {
  display: inline-flex !important;
  margin: 0 0 15px 50%;
  color: var(--white);
  transform: translateX(-50%);
}
@media (min-width: 993px) {
  .login--restore .login-body .header__back {
    display: none !important;
  }
}
.login--restore .login__title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .login--restore .login__title {
    margin-bottom: 35px;
  }
}
.login--restore .login-form {
  padding: 50px 40px;
}
@media (max-width: 992px) {
  .login--restore .login-form {
    padding: 32px 18px 25px;
  }
}
.login--restore .login-form button {
  width: 250px;
  margin: 32px 0 0 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .login--restore .login-form button {
    margin-top: 20px;
  }
}

.popup {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.popup.active {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
  z-index: 9999;
  opacity: 1;
}
.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.popup__content {
  position: relative;
  max-width: 800px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  padding: 24px;
}
@media (min-width: 48em) {
  .popup__content {
    padding: 50px;
  }
}
.popup__close {
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
.popup__title {
  font-size: 40px;
  line-height: 24px;
  margin: 0 0 24px;
  text-align: center;
}
.popup__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 30px;
  text-align: center;
}
.popup__button-box {
  display: flex;
  justify-content: center;
}
.popup__button {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .popup__button {
    width: auto;
  }
}
.popup__title-top {
  font-size: 24px;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.popup__top-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.popup__top-item {
  text-align: center;
  margin: 0 0 12px;
}
.popup__top-item span {
  font-weight: bold;
}
.popup_blue .popup__close {
  color: #626161;
  font-size: 16px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(216, 216, 216, 0.44);
  transition: 0.3s all;
}
.popup_blue .popup__close:hover {
  background-color: rgba(216, 216, 216, 0.6);
}
.popup_blue .popup__content {
  max-width: 750px;
  background-color: #56a6f1;
  color: #fff;
  padding: 50px 57px;
  border-radius: 24px;
  box-shadow: 8px 8px 24px 0px rgba(86, 166, 241, 0.54);
}
.popup_blue .popup__title {
  font-size: 32px;
  margin: 0 0 12px;
  line-height: 34px;
  font-weight: 600;
}
.popup_blue .popup__text {
  margin: 0 0 16px;
  font-weight: 600;
  color: #fff;
}
.popup_blue .popup__title-top {
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 12px;
  max-width: 400px;
}
.popup_blue .popup__top-item {
  margin-bottom: 8px;
  font-size: 14px;
}

.blog {
  scroll-behavior: smooth;
  padding: 17px 0 37px;
  background: #f4f7fb;
}
@media (max-width: 630px) {
  .blog {
    padding: 30px 0;
  }
}
.blog__title {
  margin-bottom: 33px;
}
@media (max-width: 1180px) {
  .blog__title {
    margin-bottom: 22px;
  }
}
.blog__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1181px) {
  .blog__content {
    flex-direction: row;
  }
}
.blog__aside {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1181px) {
  .blog__aside {
    width: 288px;
  }
}
.blog__main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
@media (min-width: 1181px) {
  .blog__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1180px) {
  .blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }
}
@media (max-width: 560px) {
  .blog-list {
    gap: 0;
  }
}
.blog-list .banner {
  grid-column: 1/span 4;
}
@media (max-width: 1180px) {
  .blog-list .banner {
    grid-column: unset;
    width: 100%;
    margin-bottom: 15px;
  }
}
.blog-list__item {
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--white);
  border-radius: 2px;
  overflow: hidden;
  padding: 0 20px 55px;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .blog-list__item {
    width: calc(33.33% - 10px);
    margin-bottom: 15px;
  }
}
@media (max-width: 730px) {
  .blog-list__item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 560px) {
  .blog-list__item {
    width: 100%;
  }
  .blog-list__item:last-child {
    margin-bottom: 0;
  }
}
.blog-list__item-label {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  height: 27px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  background-color: var(--blue);
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: var(--white);
}
.blog-list__item-title {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 129.4117647059%;
  color: var(--black-text);
  overflow: hidden;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.blog-list__item-photo {
  width: calc(100% + 40px);
  margin: 0 -20px 20px;
  height: 180px;
  overflow: hidden;
}
.blog-list__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--transition-speed) var(--transition-timing-function);
}
.blog-list__item-date {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 16px;
  font-size: 0.75rem;
  color: var(--gray);
}
.blog-list__item-descr {
  font-size: 0.8125rem;
  line-height: 146.1538461538%;
  color: #4a4a50;
  overflow: hidden;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-list__item-top {
  padding: 0;
}
@media (max-width: 560px) {
  .blog-list__item-top {
    min-height: 340px;
  }
}
.blog-list__item-top .blog-list__item-date {
  top: 24px;
  right: 20px;
  left: auto;
  bottom: auto;
  color: var(--white);
  z-index: 2;
}
.blog-list__item-top .blog-list__item-photo {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}
.blog-list__item-top .blog-list__item-photo:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(18, 50, 82, 0.87) 19.54%, rgba(13, 38, 64, 0.29) 100%);
}
.blog-list__item-top .blog-list__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list__item-top .blog-list__item-title {
  position: absolute;
  z-index: 2;
  height: 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: var(--white) !important;
}
.blog-list__item:hover .blog-list__item-photo img {
  transform: scale(1.05) rotate(1deg);
  transition: transform var(--transition-speed) var(--transition-timing-function);
}
.blog-list__item:hover .blog-list__item-title {
  color: var(--heavy-blue);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.blog-list-articles {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1180px) {
  .blog-list-articles {
    display: none;
  }
}
.blog-list-articles .blog-list__item {
  height: calc(33.33% - 14px);
  padding: 8px 20px 0;
  margin-bottom: 21px;
}
.blog-list-articles .blog-list__item:last-child {
  margin-bottom: 0;
}
.blog-list-articles .blog-list__item-title {
  height: 60px;
  display: flex;
  align-items: center;
}
.blog-list-articles .blog-list__item-date {
  bottom: 10px;
}
.blog-list-articles .blog-list__item:last-child {
  margin-bottom: 0;
}
.blog__pagination {
  margin-top: 35px;
}
@media (max-width: 1180px) {
  .blog__pagination {
    margin-top: 9px;
  }
}
@media (max-width: 560px) {
  .blog__pagination {
    margin-top: 24px;
  }
}
.blog .aside__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .aside__item {
  padding: 12px 20px;
  margin-bottom: 21px;
  background: var(--white);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.blog .aside__item-title {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 129.4117647059%;
  color: var(--black-text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  overflow: hidden;
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.blog .aside__item-title:hover {
  color: var(--heavy-blue);
}
.blog .aside__item-date {
  font-size: 0.75rem;
  color: var(--gray);
}

.blog-simillar {
  padding: 35px 0 20px;
  background-color: var(--white);
}
@media (max-width: 1180px) {
  .blog-simillar {
    background-color: #f4f7fb;
    padding: 0 0 30px;
  }
}
.blog-simillar__title {
  margin-bottom: 38px;
}
@media (max-width: 1180px) {
  .blog-simillar__title {
    margin-bottom: 15px;
  }
}
.blog-simillar-slider {
  padding-bottom: 20px;
  overflow: hidden;
}
.blog-simillar-slider .blog-list__item {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1180px) {
  .blog-simillar-slider .blog-list__item {
    width: 290px;
    padding: 0 15px 50px;
  }
}
.blog-simillar-slider .blog-list__item-date {
  left: 0;
}
@media (max-width: 1180px) {
  .blog-simillar-slider .blog-list__item-date {
    left: 15px;
  }
}
.blog-simillar-slider .blog-list__item-photo {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1180px) {
  .blog-simillar-slider .blog-list__item-photo {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.blog-simillar-slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media (max-width: 1180px) {
  .blog-simillar-slider-controls {
    margin-top: 24px;
  }
}
.blog-simillar-slider__prev {
  margin-right: 28px;
}

.wrapper:has(.blog) {
  background: #f4f7fb;
}

.blog-post__content {
  padding: 16px 0;
  background-color: #fff;
}
@media (min-width: 30em) {
  .blog-post__content {
    padding: 24px 0;
  }
}
@media (min-width: 48em) {
  .blog-post__content {
    padding: 40px 0;
  }
}
.blog-post__content-aside {
  display: none;
  margin-top: 24px;
}
@media (min-width: 64em) {
  .blog-post__content-aside {
    display: block;
    margin-top: 0;
  }
}
.blog-post__main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.blog-post__main-article {
  min-height: 100%;
  padding: 0 0 55px;
}
.blog-post__areg {
  background: #F0F5FA;
}

.blog-post-navigation {
  display: block;
}
@media (min-width: 48em) {
  .blog-post-navigation {
    display: block;
    margin: 30px 0 0;
  }
}
.blog-post-navigation__header-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.blog-post-navigation__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .blog-post-navigation__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.blog-post-navigation__title {
  display: none;
  margin: 0;
  font-family: var(--default);
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #479EEF;
  border-bottom: 1px solid #479EEF;
}
@media (min-width: 48em) {
  .blog-post-navigation__title {
    display: inline-block;
    font-size: 20px;
    line-height: 17px;
    font-weight: 500;
  }
}
.blog-post-navigation__theme {
  margin: 0;
  margin-top: 5px;
  font-size: 14px;
  line-height: 17px;
  color: #479EEF;
  border-bottom: 1px solid #479EEF;
}
@media (min-width: 48em) {
  .blog-post-navigation__theme {
    display: block;
    color: #3D3D45;
    border-bottom: 1px solid transparent;
  }
}
.blog-post-navigation__link {
  position: relative;
  width: 100%;
}
@media (min-width: 48em) {
  .blog-post-navigation__link {
    max-width: 320px;
  }
}
.blog-post-navigation__link::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/svg/arrow.svg") center/8px 14px no-repeat;
  transform: translateY(-50%);
}
.blog-post-navigation__link_prev {
  padding-left: 40px;
  margin-bottom: 15px;
  margin-right: auto;
}
@media (min-width: 48em) {
  .blog-post-navigation__link_prev {
    margin-bottom: 0;
  }
}
.blog-post-navigation__link_prev::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.blog-post-navigation__link_next {
  padding-right: 40px;
  text-align: right;
  margin-left: auto;
}
.blog-post-navigation__link_next::before {
  right: 0;
}

.blog-post-table-of-contents {
  margin: 15px 0 30px;
  width: 100%;
  padding: 25px;
  border: 1px solid #F2F2F2;
}
.blog-post-table-of-contents__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: myCounter;
}
.blog-post-table-of-contents__list ol,
.blog-post-table-of-contents__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-post-table-of-contents__list li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #56566B;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .blog-post-table-of-contents__list li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }
}
.blog-post-table-of-contents__list li:last-child {
  margin-bottom: 0;
}
.blog-post-table-of-contents__list li::before {
  content: counter(myCounter) ". ";
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  color: #56566B;
  counter-increment: myCounter;
}
.blog-post-table-of-contents__list li ol {
  margin-top: 8px;
  margin-left: 22px;
  counter-reset: myCounter2;
}
.blog-post-table-of-contents__list li ol li::before {
  content: counter(myCounter) "." counter(myCounter2) ". ";
  counter-increment: myCounter2;
}
.blog-post-table-of-contents__list li ol li ol {
  margin-top: 12px;
  margin-left: 16px;
  counter-reset: myCounter3;
}
.blog-post-table-of-contents__list li ol li ol li::before {
  content: counter(myCounter) "." counter(myCounter2) "." counter(myCounter3) ". ";
  counter-increment: myCounter3;
}
.blog-post-table-of-contents__list a {
  color: #56566B;
  transition: 0.3s all;
}
.blog-post-table-of-contents__list a:hover, .blog-post-table-of-contents__list a:focus {
  color: #479EEF;
}

.blog-post-billboard {
  display: flex;
  align-items: flex-end;
  background-color: #b8b8b8;
  position: relative;
  min-height: 380px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
.blog-post-billboard__content {
  padding: 25px;
}
.blog-post-billboard__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-post-billboard__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-post-billboard__bg::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(43, 45, 48, 0.18), rgba(43, 45, 48, 0.18)), linear-gradient(180deg, rgba(38, 50, 56, 0) 0%, #263238 100%);
}
.blog-post-billboard__date {
  position: relative;
  display: inline-block;
  padding: 9px 14px;
  font-size: 0.75rem;
  color: var(--white);
  background-color: var(--green);
  border-radius: 15px;
}
.blog-post-billboard__title {
  position: relative;
  color: var(--white);
  margin-bottom: 15px;
}
@media (max-width: 630px) {
  .blog-post-billboard__title {
    margin-bottom: 10px;
  }
}
.blog-post-billboard__subtitle {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  margin-bottom: 15px;
}
@media (max-width: 630px) {
  .blog-post-billboard__subtitle {
    margin-bottom: 9px;
  }
}

.article {
  padding: 10px 0 55px;
  background: #f4f7fb;
}
@media (max-width: 630px) {
  .article {
    padding: 26px 0 10px;
    background-color: #f4f7fb;
  }
}
.article__date {
  margin-bottom: 20px;
  font-size: 0.75rem;
  color: var(--gray);
}
.article__title {
  margin-bottom: 15px;
}
@media (max-width: 630px) {
  .article__title {
    margin-bottom: 10px;
  }
}

.article-content *:first-child {
  margin-top: 0;
}
.article-content h2 {
  margin: 24px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--real-black);
}
@media (min-width: 630px) {
  .article-content h2 {
    font-size: 32px;
    line-height: 28px;
  }
}
.article-content h3 {
  margin: 28px 0;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 630px) {
  .article-content h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.article-content h4 {
  margin: 32px 0;
  font-family: "Gilroy", sans-serif;
}
.article-content p {
  font-size: 0.9375rem;
  line-height: 186.6666666667%;
  color: var(--black-text);
  margin: 12px 0;
}
@media (min-width: 630px) {
  .article-content p {
    font-size: 17px;
    line-height: 29px;
  }
}
.article-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-content ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  font-size: 0.9375rem;
  line-height: 186.6666666667%;
  color: var(--black-text);
}
@media (min-width: 630px) {
  .article-content ul li {
    margin-bottom: 14px;
  }
}
.article-content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background: #8ad377;
  border-radius: 50%;
}
.article-content ol {
  margin: 0;
  padding-left: 18px;
}
.article-content ol li {
  position: relative;
  margin-bottom: 12px;
  font-size: 0.9375rem;
  line-height: 186.6666666667%;
  color: var(--black-text);
  padding-left: 6px;
}
@media (min-width: 630px) {
  .article-content ol li {
    margin-bottom: 16px;
  }
}
.article-content a {
  color: #479eef;
  text-decoration: none;
}
.article-content a:hover, .article-content a:focus {
  text-decoration: underline;
}
.article-content blockquote {
  position: relative;
  display: block;
  margin: 15px 0;
  padding: 20px;
  padding-left: 57px;
  border-radius: 10px;
  background-color: #F0F5FA;
}
@media (min-width: 48em) {
  .article-content blockquote {
    margin: 10px 0;
  }
}
.article-content blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #293B4E;
}
@media (min-width: 48em) {
  .article-content blockquote p {
    font-size: 16px;
    line-height: 24px;
    position: static;
  }
}
.article-content blockquote p + .article-content blockquote p {
  margin-top: 16px;
}
.article-content blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 23px;
  height: 17px;
  background-image: url("../img/svg/qoute.svg");
  background-repeat: no-repeat;
  background-position: left;
}

.article-content-list {
  float: left;
  padding: 15px 20px 18px;
  margin: 0 25px 25px 0;
  background: var(--white);
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
@media (max-width: 630px) {
  .article-content-list {
    float: unset;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.article-content-list__title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 156.25%;
  color: var(--real-black);
}
.article-content-list__inner {
  padding-left: 5px;
}
.article-content-list .banner {
  margin: 30px 0 25px;
}

.article-layout {
  --aside-width: 280px;
  --gap-width: 20px;
}
.article-layout__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 64em) {
  .article-layout__wrapper {
    flex-wrap: nowrap;
  }
}
.article-layout__main {
  position: relative;
  width: 100%;
}
@media (min-width: 64em) {
  .article-layout__main {
    width: calc(100% - var(--aside-width) - var(--gap-width));
  }
}
.article-layout__aside {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 64em) {
  .article-layout__aside {
    max-width: var(--aside-width);
    margin-left: var(--gap-width);
  }
}

.article-aside-form {
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1098039216);
  display: flex;
  flex-direction: column;
}
.article-aside-form > * + * {
  margin-top: 30px;
}
.article-aside-form .def-btn {
  margin-left: auto;
  margin-right: auto;
}
.article-aside-form .reg-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #070711;
}

.breadcrumbs {
  background-color: #F4F7FB;
  height: 40px;
}
@media (max-width: 630px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.breadcrumbs .icon-home {
  width: 14px;
  height: 12px;
  fill: #A0A0A8;
  margin-right: 10px;
  transform: translateY(-2px);
}
.breadcrumbs__link {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #222328;
  transition: color var(--transition-speed) var(--transition-timing-function);
  margin-right: 24px;
  position: relative;
  line-height: 1;
}
.breadcrumbs__link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-60%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 3px;
  border-color: transparent transparent transparent #222328;
}
.breadcrumbs__link:hover {
  color: var(--yellow);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.breadcrumbs__link.is-current {
  margin-right: 0;
  pointer-events: none;
  color: var(--gray);
}
.breadcrumbs__link.is-current:after {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-arrow {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1180px) {
  .pagination-arrow {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: var(--white) url("../img/svg/chevron.svg") no-repeat center;
    background-size: 9px 16px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
    cursor: pointer;
  }
  .pagination-arrow:nth-child(1) {
    transform: rotate(180deg);
    box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.15);
  }
}
.pagination-arrow:last-child {
  margin-right: 0;
}
.pagination-arrow .icon {
  width: 10px;
  height: 10px;
  fill: var(--real-black);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .pagination-arrow .icon {
    display: none;
  }
}
.pagination-arrow--prev .icon {
  transform: scale(-1, 1);
  margin-right: 10px;
}
.pagination-arrow--next .icon {
  margin-left: 10px;
}
.pagination-arrow span {
  line-height: 1;
  font-weight: 500;
  color: var(--real-black);
  border-bottom: 1px solid transparent;
  transition: color var(--transition-speed) var(--transition-timing-function), border-color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .pagination-arrow span {
    font-size: 0;
  }
}
.pagination-arrow:hover span {
  color: #474785;
  border-color: #474785;
  transition: color var(--transition-speed) var(--transition-timing-function), border-color var(--transition-speed) var(--transition-timing-function);
}
.pagination-arrow:hover .icon {
  fill: #464646;
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.pagination-arrow.is-disabled {
  cursor: not-allowed;
}
.pagination-arrow.is-disabled span {
  color: #9494A0;
  border-color: transparent;
}
.pagination-arrow.is-disabled .icon {
  fill: #9494A0;
}
.pagination-bullet {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: 500;
  color: var(--real-black);
  background-color: var(--white);
  border: 1px solid var(--border-blue);
  transition: border-color var(--transition-speed) var(--transition-timing-function), background-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .pagination-bullet {
    display: none;
  }
}
.pagination-bullet:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  transition: border-color var(--transition-speed) var(--transition-timing-function), background-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function);
}
.pagination-bullet:nth-last-child(2) {
  margin-right: 20px;
}
.pagination-bullet.is-current {
  pointer-events: none;
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
  transition: border-color var(--transition-speed) var(--transition-timing-function), background-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function);
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  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: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  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: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  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, 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--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.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 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__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.loader {
  font-size: 16px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article {
  padding: 10px 0 55px;
  background: #f4f7fb;
}
@media (max-width: 630px) {
  .article {
    padding: 26px 0 10px;
    background-color: #f4f7fb;
  }
}
.article__date {
  margin-bottom: 20px;
  font-size: 0.75rem;
  color: var(--gray);
}
.article__title {
  margin-bottom: 15px;
}
@media (max-width: 630px) {
  .article__title {
    margin-bottom: 10px;
  }
}

.article-content *:first-child {
  margin-top: 0;
}
.article-content h2 {
  margin: 24px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--real-black);
}
@media (min-width: 630px) {
  .article-content h2 {
    font-size: 32px;
    line-height: 28px;
  }
}
.article-content h3 {
  margin: 28px 0;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 630px) {
  .article-content h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.article-content h4 {
  margin: 32px 0;
  font-family: "Gilroy", sans-serif;
}
.article-content p {
  font-size: 0.9375rem;
  line-height: 186.6666666667%;
  color: var(--black-text);
  margin: 12px 0;
}
@media (min-width: 630px) {
  .article-content p {
    font-size: 17px;
    line-height: 29px;
  }
}
.article-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-content ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  font-size: 0.9375rem;
  line-height: 186.6666666667%;
  color: var(--black-text);
}
@media (min-width: 630px) {
  .article-content ul li {
    margin-bottom: 14px;
  }
}
.article-content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background: #8ad377;
  border-radius: 50%;
}
.article-content ol {
  margin: 0;
  padding-left: 18px;
}
.article-content ol li {
  position: relative;
  margin-bottom: 12px;
  font-size: 0.9375rem;
  line-height: 186.6666666667%;
  color: var(--black-text);
  padding-left: 6px;
}
@media (min-width: 630px) {
  .article-content ol li {
    margin-bottom: 16px;
  }
}
.article-content a {
  color: #479eef;
  text-decoration: none;
}
.article-content a:hover, .article-content a:focus {
  text-decoration: underline;
}
.article-content blockquote {
  position: relative;
  display: block;
  margin: 15px 0;
  padding: 20px;
  padding-left: 57px;
  border-radius: 10px;
  background-color: #F0F5FA;
}
@media (min-width: 48em) {
  .article-content blockquote {
    margin: 10px 0;
  }
}
.article-content blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #293B4E;
}
@media (min-width: 48em) {
  .article-content blockquote p {
    font-size: 16px;
    line-height: 24px;
    position: static;
  }
}
.article-content blockquote p + .article-content blockquote p {
  margin-top: 16px;
}
.article-content blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 23px;
  height: 17px;
  background-image: url("../img/svg/qoute.svg");
  background-repeat: no-repeat;
  background-position: left;
}

.article-content-list {
  float: left;
  padding: 15px 20px 18px;
  margin: 0 25px 25px 0;
  background: var(--white);
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
@media (max-width: 630px) {
  .article-content-list {
    float: unset;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.article-content-list__title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 156.25%;
  color: var(--real-black);
}
.article-content-list__inner {
  padding-left: 5px;
}
.article-content-list .banner {
  margin: 30px 0 25px;
}

.article-layout {
  --aside-width: 280px;
  --gap-width: 20px;
}
.article-layout__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 64em) {
  .article-layout__wrapper {
    flex-wrap: nowrap;
  }
}
.article-layout__main {
  position: relative;
  width: 100%;
}
@media (min-width: 64em) {
  .article-layout__main {
    width: calc(100% - var(--aside-width) - var(--gap-width));
  }
}
.article-layout__aside {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 64em) {
  .article-layout__aside {
    max-width: var(--aside-width);
    margin-left: var(--gap-width);
  }
}

.article-aside-form {
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1098039216);
  display: flex;
  flex-direction: column;
}
.article-aside-form > * + * {
  margin-top: 30px;
}
.article-aside-form .def-btn {
  margin-left: auto;
  margin-right: auto;
}
.article-aside-form .reg-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #070711;
}

.abecome {
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .abecome {
    margin: 25px auto 50px;
    padding-bottom: 0;
  }
}
.abecome__title {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .abecome__title {
    margin-bottom: 40px;
  }
}
.abecome-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media (max-width: 992px) {
  .abecome-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.abecome-list__item {
  padding-left: 77px;
  position: relative;
}
.abecome-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: #8ad377;
  background-repeat: no-repeat;
  background-position: center;
}
.abecome-list__item:nth-child(1):before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.535 25.6733C8.03236 23.6965 11.9826 22.6606 16 22.6667C20.1667 22.6667 24.0783 23.7583 27.465 25.6733M21 12.6667C21 13.9927 20.4732 15.2645 19.5355 16.2022C18.5979 17.1399 17.3261 17.6667 16 17.6667C14.6739 17.6667 13.4021 17.1399 12.4645 16.2022C11.5268 15.2645 11 13.9927 11 12.6667C11 11.3406 11.5268 10.0688 12.4645 9.13113C13.4021 8.19345 14.6739 7.66667 16 7.66667C17.3261 7.66667 18.5979 8.19345 19.5355 9.13113C20.4732 10.0688 21 11.3406 21 12.6667ZM31 16C31 17.9698 30.612 19.9204 29.8582 21.7403C29.1044 23.5601 27.9995 25.2137 26.6066 26.6066C25.2137 27.9995 23.5601 29.1044 21.7403 29.8582C19.9204 30.612 17.9698 31 16 31C14.0302 31 12.0796 30.612 10.2597 29.8582C8.43986 29.1044 6.78628 27.9995 5.3934 26.6066C4.00052 25.2137 2.89563 23.5601 2.14181 21.7403C1.38799 19.9204 1 17.9698 1 16C1 12.0218 2.58035 8.20644 5.3934 5.3934C8.20644 2.58035 12.0218 1 16 1C19.9782 1 23.7936 2.58035 26.6066 5.3934C29.4196 8.20644 31 12.0218 31 16Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px auto;
}
.abecome-list__item:nth-child(2):before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='32' viewBox='0 0 26 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66667 4.33333H4.33333C3.44928 4.33333 2.60143 4.68452 1.97631 5.30964C1.35119 5.93476 1 6.78261 1 7.66667V27.6667C1 28.5507 1.35119 29.3986 1.97631 30.0237C2.60143 30.6488 3.44928 31 4.33333 31H21C21.8841 31 22.7319 30.6488 23.357 30.0237C23.9821 29.3986 24.3333 28.5507 24.3333 27.6667V7.66667C24.3333 6.78261 23.9821 5.93476 23.357 5.30964C22.7319 4.68452 21.8841 4.33333 21 4.33333H17.6667M7.66667 4.33333C7.66667 5.21739 8.01786 6.06523 8.64298 6.69036C9.2681 7.31548 10.1159 7.66667 11 7.66667H14.3333C15.2174 7.66667 16.0652 7.31548 16.6904 6.69036C17.3155 6.06523 17.6667 5.21739 17.6667 4.33333M7.66667 4.33333C7.66667 3.44928 8.01786 2.60143 8.64298 1.97631C9.2681 1.35119 10.1159 1 11 1H14.3333C15.2174 1 16.0652 1.35119 16.6904 1.97631C17.3155 2.60143 17.6667 3.44928 17.6667 4.33333M7.66667 19.3333L11 22.6667L17.6667 16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 26px auto;
}
.abecome-list__item:nth-child(3):before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.29493H31M7.66667 17.5899H9.33333M16 17.5899H17.6667M6 24.2258H26C27.3261 24.2258 28.5979 23.7015 29.5355 22.7681C30.4732 21.8347 31 20.5688 31 19.2488V5.97696C31 4.65699 30.4732 3.39108 29.5355 2.45772C28.5979 1.52436 27.3261 1 26 1H6C4.67392 1 3.40215 1.52436 2.46447 2.45772C1.52678 3.39108 1 4.65699 1 5.97696V19.2488C1 20.5688 1.52678 21.8347 2.46447 22.7681C3.40215 23.7015 4.67392 24.2258 6 24.2258Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px auto;
}
.abecome-list__item-title {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 120%;
  color: #1f2327;
  margin-bottom: 5px;
}
.abecome-list__item-text {
  font-size: 0.875rem;
  line-height: 165%;
  color: #505152;
}

.apricing {
  padding: 45px 0 25px;
  background: #479eef;
}
@media (max-width: 992px) {
  .apricing {
    padding: 25px 0 15px;
  }
}
.apricing-wrapper {
  flex-direction: column;
  display: flex;
}
.apricing__title, .apricing__subtitle {
  text-align: center;
  color: var(--white);
}
.apricing__title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .apricing__title {
    margin-bottom: 15px;
  }
}
.apricing__subtitle {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: var(--white);
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .apricing__subtitle {
    font-size: 1rem;
    margin-bottom: 50px;
  }
}
.apricing__note {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 40px;
  border: 12px solid rgba(255, 255, 255, 0.15);
  padding: 14px 6px 14px 20px;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 160%;
  text-align: center;
  color: var(--white);
  position: relative;
}
@media (max-width: 992px) {
  .apricing__note {
    margin-bottom: 20px;
  }
}
.apricing__note:before, .apricing__note:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.apricing__note:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 29px 16px;
  border-color: transparent transparent rgba(255, 255, 255, 0.15) transparent;
  bottom: calc(100% + 12px);
}
.apricing__note:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 17px 9.5px;
  border-color: transparent transparent #479eef transparent;
  bottom: 100%;
}
.apricing-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.apricing-list-item {
  background: #2382da;
  border: 4px solid rgba(255, 255, 255, 0.42);
  border-radius: 2px;
  width: calc(33.33% - 36px);
  margin: 0 18px;
}
@media (max-width: 992px) {
  .apricing-list-item {
    width: calc(100% - 36px);
    margin: 0 18px 15px;
  }
  .apricing-list-item:last-child {
    margin-bottom: 0;
  }
}
.apricing-list-item__row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
}
.apricing-list-item__row:nth-child(2n) {
  background: rgba(255, 255, 255, 0.06);
}
.apricing-list-item__row + * {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.apricing-list-item__row span {
  width: 40%;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.apricing-list-item__row span:nth-child(1) {
  width: 60%;
  font-size: 1rem;
  line-height: 120%;
  color: var(--white);
}
@media (max-width: 992px) {
  .apricing-list-item__row span:nth-child(1) {
    font-size: 0.875rem;
  }
}
.apricing-list-item__row span:nth-child(2) {
  text-align: right;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 120%;
  color: #fecc4a;
}

.apers {
  padding: 25px 0 110px;
  background: #479eef url("../img/default/authors/apers.png") no-repeat center bottom;
  background-size: 100vw auto;
}
@media (max-width: 992px) {
  .apers {
    padding: 10px 0 80px;
    background: #479eef;
  }
}
.apers__title, .apers__subtitle {
  text-align: center;
  color: var(--white);
}
.apers__title {
  margin-bottom: 15px;
}
.apers__subtitle {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
}
@media (max-width: 992px) {
  .apers__subtitle {
    margin-bottom: 50px;
    font-size: 1rem;
  }
}
.apers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 35px;
}
@media (max-width: 992px) {
  .apers-list {
    grid-template-columns: 1fr;
    gap: 75px 0;
  }
}
.apers-list-item {
  position: relative;
  background: #ffffff;
  border-radius: 2px;
  padding: 44px 15px 62px;
}
.apers-list-item-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: calc(100% - 30px);
  width: 255px;
  transform: translate(-50%, 50%);
}
.apers-list-item__title {
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 115%;
  text-align: center;
  color: #2e3134;
  margin-bottom: 35px;
}
.apers-list-item-info__row {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 115%;
  color: #3d3d3d;
}
.apers-list-item-info__row span {
  font-weight: bold;
}
.apers-list-item-info__row + * {
  margin-top: 23px;
}
.apers-list-item__salary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
.apers-list-item__salary:before {
  content: "";
  left: 50%;
  top: 100%;
  height: 1px;
  position: absolute;
  transform: translateX(-50%);
  width: 78px;
  background-color: #e8e8e8;
}
.apers-list-item__salary span:nth-child(1) {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 115%;
  color: #929292;
}
.apers-list-item__salary span:nth-child(2) {
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 115%;
  color: #4d9d38;
}
.apers-list-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 59px;
  background-image: url("data:image/svg+xml,%3Csvg width='59' height='59' viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='29.5' cy='29.5' r='24.5' fill='%238AD377'/%3E%3Ccircle cx='29.5' cy='29.5' r='27' stroke='%238AD377' stroke-opacity='0.56' stroke-width='5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 37C32.1217 37 34.1566 36.1571 35.6569 34.6569C37.1571 33.1566 38 31.1217 38 29C38 26.8783 37.1571 24.8434 35.6569 23.3431C34.1566 21.8429 32.1217 21 30 21C27.8783 21 25.8434 21.8429 24.3431 23.3431C22.8429 24.8434 22 26.8783 22 29C22 31.1217 22.8429 33.1566 24.3431 34.6569C25.8434 36.1571 27.8783 37 30 37ZM33.707 27.707C33.8892 27.5184 33.99 27.2658 33.9877 27.0036C33.9854 26.7414 33.8802 26.4906 33.6948 26.3052C33.5094 26.1198 33.2586 26.0146 32.9964 26.0123C32.7342 26.01 32.4816 26.1108 32.293 26.293L29 29.586L27.707 28.293C27.5184 28.1108 27.2658 28.01 27.0036 28.0123C26.7414 28.0146 26.4906 28.1198 26.3052 28.3052C26.1198 28.4906 26.0146 28.7414 26.0123 29.0036C26.01 29.2658 26.1108 29.5184 26.293 29.707L28.293 31.707C28.4805 31.8945 28.7348 31.9998 29 31.9998C29.2652 31.9998 29.5195 31.8945 29.707 31.707L33.707 27.707Z' fill='white'/%3E%3C/svg%3E%0A");
}

.afeatures {
  padding: 58px 0 75px;
}
@media (max-width: 992px) {
  .afeatures {
    padding: 31px 0 50px;
  }
}
.afeatures__title {
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 992px) {
  .afeatures__title {
    margin-bottom: 40px;
  }
}
.afeatures-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .afeatures-list {
    grid-template-columns: 1fr;
  }
}
.afeatures-list-item {
  position: relative;
  padding-top: 79px;
}
@media (max-width: 992px) {
  .afeatures-list-item {
    text-align: center;
  }
}
.afeatures-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: #8ad377;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .afeatures-list-item:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.afeatures-list-item__title {
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 115%;
  color: #222230;
  margin-bottom: 9px;
}
.afeatures-list-item__content {
  font-size: 0.875rem;
  line-height: 165%;
  color: #5e5f60;
}
.afeatures-list-item.is-first:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9.33333V16L21 21M31 16C31 17.9698 30.612 19.9204 29.8582 21.7403C29.1044 23.5601 27.9995 25.2137 26.6066 26.6066C25.2137 27.9995 23.5601 29.1044 21.7403 29.8582C19.9204 30.612 17.9698 31 16 31C14.0302 31 12.0796 30.612 10.2597 29.8582C8.43986 29.1044 6.78628 27.9995 5.3934 26.6066C4.00052 25.2137 2.89563 23.5601 2.14181 21.7403C1.38799 19.9204 1 17.9698 1 16C1 12.0218 2.58035 8.20644 5.3934 5.3934C8.20644 2.58035 12.0218 1 16 1C19.9782 1 23.7936 2.58035 26.6066 5.3934C29.4196 8.20644 31 12.0218 31 16Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px 32px;
}
.afeatures-list-item.is-second:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66683 7.66682H7.68349M7.66683 1H16.0004C16.8537 1 17.7071 1.32501 18.3571 1.97669L30.024 13.6436C30.6489 14.2687 31 15.1165 31 16.0004C31 16.8843 30.6489 17.732 30.024 18.3571L18.3571 30.024C17.732 30.6489 16.8843 31 16.0004 31C15.1165 31 14.2687 30.6489 13.6436 30.024L1.97669 18.3571C1.66669 18.0479 1.42082 17.6806 1.25321 17.2762C1.0856 16.8717 0.99955 16.4382 1 16.0004V7.66682C1 5.89867 1.7024 4.20294 2.95267 2.95267C4.20294 1.7024 5.89867 1 7.66683 1Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px 32px;
}
.afeatures-list-item.is-third:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9.33333C13.2383 9.33333 11 10.825 11 12.6667C11 14.5083 13.2383 16 16 16C18.7617 16 21 17.4917 21 19.3333C21 21.175 18.7617 22.6667 16 22.6667M16 9.33333V22.6667M16 9.33333C17.85 9.33333 19.4667 10.0033 20.3317 11L16 9.33333ZM16 9.33333V7.66667M16 22.6667V24.3333M16 22.6667C14.15 22.6667 12.5333 21.9967 11.6683 21L16 22.6667ZM31 16C31 17.9698 30.612 19.9204 29.8582 21.7403C29.1044 23.5601 27.9995 25.2137 26.6066 26.6066C25.2137 27.9995 23.5601 29.1044 21.7403 29.8582C19.9204 30.612 17.9698 31 16 31C14.0302 31 12.0796 30.612 10.2597 29.8582C8.43986 29.1044 6.78628 27.9995 5.3934 26.6066C4.00052 25.2137 2.89563 23.5601 2.14181 21.7403C1.38799 19.9204 1 17.9698 1 16C1 12.0218 2.58035 8.20644 5.3934 5.3934C8.20644 2.58035 12.0218 1 16 1C19.9782 1 23.7936 2.58035 26.6066 5.3934C29.4196 8.20644 31 12.0218 31 16Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px 32px;
}
.afeatures-list-item.is-fourth:before {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='32' viewBox='0 0 38 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57362 3.57362C2.75768 4.38954 2.11044 5.35819 1.66886 6.42426C1.22728 7.49032 1 8.63293 1 9.78683C1 10.9407 1.22728 12.0833 1.66886 13.1494C2.11044 14.2155 2.75768 15.1841 3.57362 16L18.5736 31L33.5735 16C35.2214 14.3522 36.1471 12.1172 36.1471 9.78683C36.1471 7.45642 35.2214 5.22146 33.5735 3.57362C31.9257 1.92577 29.6907 1.00002 27.3603 1.00002C25.0299 1.00002 22.795 1.92577 21.1471 3.57362L18.5736 6.14716L16 3.57362C15.1841 2.75768 14.2155 2.11044 13.1494 1.66886C12.0833 1.22728 10.9407 1 9.78683 1C8.63293 1 7.49032 1.22728 6.42426 1.66886C5.35819 2.11044 4.38954 2.75768 3.57362 3.57362Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 38px 32px;
}
.afeatures-list-item.is-five:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIHRyYW5zZm9ybT0iIj48ZyBmaWxsPSIjZmRmY2ZjIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtZGFzaGFycmF5PSIiIHN0cm9rZS1kYXNob2Zmc2V0PSIwIiBmb250LWZhbWlseT0ibm9uZSIgZm9udC13ZWlnaHQ9Im5vbmUiIGZvbnQtc2l6ZT0ibm9uZSIgdGV4dC1hbmNob3I9Im5vbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogbm9ybWFsIj48ZyB0cmFuc2Zvcm09InNjYWxlKDUuMTIsNS4xMikiPjxwYXRoIGQ9Ik01LDRjLTAuNTUyMjYsMC4wMDAwNiAtMC45OTk5NCwwLjQ0Nzc0IC0xLDF2NDBjMC4wMDAwNiwwLjU1MjI2IDAuNDQ3NzQsMC45OTk5NCAxLDFoNDBjMC41NTIyNiwtMC4wMDAwNiAwLjk5OTk0LC0wLjQ0Nzc0IDEsLTF2LTQwYy0wLjAwMDA2LC0wLjU1MjI2IC0wLjQ0Nzc0LC0wLjk5OTk0IC0xLC0xek02LDZoMzh2MzhoLTM4ek0xMi44MTgzNiw5Yy0yLjY0NDY4LDAgLTQuODE4MzYsMi4xNTIxMyAtNC44MTgzNiw0Ljc4OTA2YzAsNS4xODg3IDUuNzczODQsNy42Njc3NCA3LjM2MzI4LDguOTgyNDJsMC42MzY3MiwwLjUyNTM5bDAuNjM2NzIsLTAuNTI1MzljMS41ODkyOCwtMS4zMTQ1NSA3LjM2MzI4LC0zLjc5MjkgNy4zNjMyOCwtOC45ODI0MmMwLC0yLjYzNjkzIC0yLjE3MzY3LC00Ljc4OTA2IC00LjgxODM2LC00Ljc4OTA2Yy0xLjI2MTIsMCAtMi4zMjAwMSwwLjU4NzUgLTMuMTgxNjQsMS4zODI4MWMtMC44NjE2MywtMC43OTUzMSAtMS45MjA0NCwtMS4zODI4MSAtMy4xODE2NCwtMS4zODI4MXpNMjYsOXYyaDE2di0yek0xMi44MTgzNiwxMWMwLjk5MDQsMCAxLjg0NzI5LDAuNTAwNDQgMi4zNTE1NiwxLjI1MzkxbDAuODMwMDgsMS4yNDAyNGwwLjgzMDA4LC0xLjI0MDI0YzAuNTA0MjgsLTAuNzUzNDcgMS4zNjExNiwtMS4yNTM5MSAyLjM1MTU2LC0xLjI1MzkxYzEuNTcxMzEsMCAyLjgxODM2LDEuMjQyIDIuODE4MzYsMi43ODkwNmMwLDMuMzc0MjcgLTMuNjY5MjcsNS4yNDc3NyAtNiw2Ljk3MjY2Yy0yLjMzMDYyLC0xLjcyNDk1IC02LC0zLjU5OTQ3IC02LC02Ljk3MjY2YzAsLTEuNTQ3MDYgMS4yNDcwNSwtMi43ODkwNiAyLjgxODM2LC0yLjc4OTA2ek0yNiwxNXYyaDE2di0yek0yNiwyMXYyaDE2di0yek04LDI3djJoMTZ2LTJ6TTI2LDI3djJoMTZ2LTJ6TTgsMzN2MmgxNnYtMnpNMjYsMzN2MmgxNnYtMnpNOCwzOXYyaDE2di0yek0yNiwzOXYyaDE2di0yeiI+PC9wYXRoPjwvZz48L2c+PC9nPgo8L3N2Zz4=");
  background-size: 32px 32px;
}
.afeatures-list-item.is-six:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoNS4xMiw1LjEyKSI+PHBhdGggZD0iTTI0Ljg3NSwzLjMxMjVjLTQuNjkxNDEsMC4xMDU0NyAtNy42NjAxNiwyLjAwMzkxIC04LjkzNzUsNC45Mzc1Yy0xLjIxNDg0LDIuNzkyOTcgLTAuOTYwOTQsNi4zMTI1IC0wLjA5Mzc1LDkuOTY4NzVjLTAuNDY0ODQsMC41NDY4OCAtMC44NDc2NiwxLjMxNjQxIC0wLjc1LDIuNDY4NzV2MC4wNjI1YzAuMTY3OTcsMS4yMTg3NSAwLjUzNTE2LDIuMDc4MTMgMSwyLjY4NzVjMC4yMjI2NiwwLjI4OTA2IDAuNTM5MDYsMC4zMDQ2OSAwLjgxMjUsMC40Njg3NWMwLjI0MjE5LDEuMzYzMjggMC43ODUxNiwyLjY2NDA2IDEuNDA2MjUsMy42ODc1YzAuMDMxMjUsMC4xNDg0NCAwLjA5Mzc1LDAuMjg1MTYgMC4xODc1LDAuNDA2MjVjMCwwIDAuMTAxNTYsMC4xMjg5MSAwLjEyNSwwLjE1NjI1YzAuMzEyNSwwLjQ2ODc1IDAuNDY4NzUsMS4xMjEwOSAwLjQ2ODc1LDEuODQzNzVjMCwwLjc2OTUzIC0wLjAxMTcyLDEuNDg0MzggLTAuMDkzNzUsMi4yODEyNWMtMC4zMDA3OCwwLjc1NzgxIC0xLjA1MDc4LDEuMzYzMjggLTIuMjUsMS45Njg3NWMtMS4yNTM5MSwwLjYzMjgxIC0yLjg5NDUzLDEuMjE0ODQgLTQuNTYyNSwxLjkzNzVjLTEuNjY3OTcsMC43MjI2NiAtMy4zNTkzNywxLjU4OTg0IC00LjcxODc1LDIuOTY4NzVjLTEuMzU5MzcsMS4zNzg5MSAtMi4zMzIwMywzLjI4OTA2IC0yLjQ2ODc1LDUuNzgxMjVsLTAuMDYyNSwxLjA2MjVoNDAuMTI1bC0wLjA2MjUsLTEuMDYyNWMtMC4xMzY3MiwtMi40OTIxOSAtMS4wODU5NCwtNC4zOTg0NCAtMi40Mzc1LC01Ljc4MTI1Yy0xLjM1MTU2LC0xLjM4MjgxIC0zLjA1MDc4LC0yLjI0NjA5IC00LjcxODc1LC0yLjk2ODc1Yy0xLjY2Nzk3LC0wLjcyMjY2IC0zLjMyMDMxLC0xLjMwMDc4IC00LjU5Mzc1LC0xLjkzNzVjLTEuMjM0MzcsLTAuNjE3MTkgLTIuMDA3ODEsLTEuMjQ2MDkgLTIuMzQzNzUsLTIuMDMxMjVjLTAuMDc4MTIsLTAuOTQ1MzEgLTAuMDkzNzUsLTEuNjkxNDEgLTAuMDkzNzUsLTIuNTMxMjVjMCwtMC41MzUxNiAwLjE4MzU5LC0xLjAxOTUzIDAuNSwtMS41YzAuMDA3ODEsLTAuMDExNzIgMC4wMjM0NCwtMC4wMTk1MyAwLjAzMTI1LC0wLjAzMTI1YzAuMDAzOTEsLTAuMDA3ODEgMC4wNjI1LC0wLjA2MjUgMC4wNjI1LC0wLjA2MjVjMC4xMjUsLTAuMTI4OTEgMC4yMTA5NCwtMC4yOTI5NyAwLjI1LC0wLjQ2ODc1YzAuNjA1NDcsLTEuMDM5MDYgMS4xMDkzOCwtMi4zNTkzNyAxLjM0Mzc1LC0zLjY4NzVjMC4zMTI1LC0wLjE2NDA2IDAuNjY0MDYsLTAuMTgzNTkgMC45MDYyNSwtMC41YzAuNDgwNDcsLTAuNjI4OTEgMC43NjE3MiwtMS41MjM0NCAwLjg3NSwtMi43NWMwLjA4OTg0LC0xLjA1ODU5IC0wLjIxNDg0LC0xLjgyODEyIC0wLjY4NzUsLTIuNDA2MjVjMC41MTk1MywtMS42MDE1NiAxLjEzNjcyLC00LjE2NDA2IDAuOTM3NSwtNi43ODEyNWMtMC4xMDkzNywtMS40Mzc1IC0wLjQ4ODI4LC0yLjg3MTA5IC0xLjM0Mzc1LC00LjA2MjVjLTAuNzczNDQsLTEuMDc4MTIgLTIuMDIzNDQsLTEuODE2NDEgLTMuNTkzNzUsLTIuMTU2MjVjLTEuMDU4NTksLTEuNDE0MDYgLTIuOTgwNDcsLTEuOTY4NzUgLTUuMTg3NSwtMS45Njg3NXpNMjQuOTA2MjUsNS4zMTI1YzAuMDExNzIsMCAwLjAxOTUzLDAgMC4wMzEyNSwwYzEuOTk2MDksMC4wMDc4MSAzLjI3MzQ0LDAuNTcwMzEgMy42ODc1LDEuMjgxMjVsMC4yNSwwLjQzNzVsMC41LDAuMDYyNWMxLjM3NSwwLjE5MTQxIDIuMTI4OTEsMC43MjI2NiAyLjY4NzUsMS41YzAuNTU4NTksMC43NzczNCAwLjg3ODkxLDEuODYzMjggMC45Njg3NSwzLjA2MjVjMC4xODM1OSwyLjQwMjM0IC0wLjUxMTcyLDUuMjE4NzUgLTAuOTY4NzUsNi41bC0wLjMxMjUsMC44NDM3NWwwLjc4MTI1LDAuNDA2MjVjLTAuMDA3ODEsMC4wMjczNCAwLjMyMDMxLDAuMzU5MzggMC4yODEyNSwxLjA5Mzc1YzAsMC4wMTU2MyAwLDAuMDE1NjMgMCwwLjAzMTI1Yy0wLjA5Mzc1LDAuOTQxNDEgLTAuMzM1OTQsMS40NzI2NiAtMC41LDEuNjg3NWMtMC4xNjc5NywwLjIxODc1IC0wLjI1MzkxLDAuMTg3NSAtMC4yMTg3NSwwLjE4NzVoLTAuODc1bC0wLjEyNSwwLjg3NWMtMC4xNzE4NywxLjI5Njg4IC0wLjgzMjAzLDIuOTI5NjkgLTEuNDA2MjUsMy43NWgtMC4wMzEyNWMtMC4wNTg1OSwwLjA4NTk0IC0wLjEwMTU2LDAuMTg3NSAtMC4xNTYyNSwwLjI4MTI1Yy0wLjI2MTcyLDAuMzA0NjkgLTAuNjU2MjUsMC43MDcwMyAtMS4yMTg3NSwxLjE4NzVjLTAuOTMzNTksMC43OTY4OCAtMi4xNzE4NywxLjUgLTMuMjgxMjUsMS41Yy0xLjEwMTU2LDAgLTIuMzUxNTYsLTAuNzM4MjggLTMuMzEyNSwtMS41NjI1Yy0wLjgzMjAzLC0wLjcxNDg0IC0xLjMyODEyLC0xLjMyODEyIC0xLjQ2ODc1LC0xLjVjLTAuMDAzOTEsLTAuMDA3ODEgMC4wMDM5MSwtMC4wMjM0NCAwLC0wLjAzMTI1Yy0wLjU4OTg0LC0wLjg1MTU2IC0xLjI2NTYyLC0yLjM0Mzc1IC0xLjQzNzUsLTMuNjI1bC0wLjA5Mzc1LC0wLjg3NWgtMC44MTI1Yy0wLjAzNTE2LC0wLjAxNTYyIC0wLjEyODkxLC0wLjA2NjQxIC0wLjIxODc1LC0wLjE4NzVjLTAuMTc1NzgsLTAuMjMwNDcgLTAuNDI1NzgsLTAuNzY5NTMgLTAuNTYyNSwtMS42ODc1YzAsLTAuMDE5NTMgMCwtMC4wMTE3MiAwLC0wLjAzMTI1Yy0wLjAwMzkxLC0wLjAxNTYyIDAuMDAzOTEsLTAuMDE1NjIgMCwtMC4wMzEyNWMtMC4wMTU2MiwtMC43NTc4MSAwLjQ1MzEzLC0xLjE3OTY5IDAuMzc1LC0xLjEyNWwwLjU2MjUsLTAuNDA2MjVsLTAuMTU2MjUsLTAuNjg3NWMtMC45MjE4NywtMy42NDQ1MyAtMS4wNjY0MSwtNi45NDUzMSAtMC4wOTM3NSwtOS4xODc1YzAuOTcyNjYsLTIuMjM0MzcgMi45NDE0MSwtMy42NDg0NCA3LjEyNSwtMy43NXpNMjEuMDkzNzUsMzAuNTMxMjVjMS4wNTQ2OSwwLjc3NzM0IDIuMzc1LDEuNDY4NzUgMy45MDYyNSwxLjQ2ODc1YzEuNSwwIDIuNzg1MTYsLTAuNjU2MjUgMy44MTI1LC0xLjQwNjI1YzAuMDAzOTEsMC42MDkzOCAwLjAyMzQ0LDEuMjM0MzggMC4wOTM3NSwydjAuMTI1bDAuMDYyNSwwLjEyNWMwLjE3NTc4LDAuNDYwOTQgMC40MjU3OCwwLjg1MTU2IDAuNzE4NzUsMS4yMTg3NWMtMC4wMTE3MiwwLjAzOTA2IC0wLjAyMzQ0LDAuMDgyMDMgLTAuMDMxMjUsMC4xMjVjMCwwIC0wLjIzODI4LDAuNjU2MjUgLTAuOTM3NSwxLjM3NWMtMC42OTkyMiwwLjcxODc1IC0xLjc4NTE2LDEuNDM3NSAtMy43MTg3NSwxLjQzNzVjLTEuOTI1NzgsMCAtMy4wNTA3OCwtMC43NSAtMy43ODEyNSwtMS41Yy0wLjczMDQ3LC0wLjc1IC0wLjk2ODc1LC0xLjQzNzUgLTAuOTY4NzUsLTEuNDM3NWMwLjI4OTA2LC0wLjM3NSAwLjUyNzM0LC0wLjc3NzM0IDAuNjg3NSwtMS4yNWwwLjA2MjUsLTAuMTg3NWMwLjA4NTk0LC0wLjc1NzgxIDAuMDkzNzUsLTEuNDQxNDEgMC4wOTM3NSwtMi4wOTM3NXpNMzEuMjUsMzUuNDM3NWMwLjM1MTU2LDAuMjI2NTYgMC43MTQ4NCwwLjQzNzUgMS4wOTM3NSwwLjYyNWMxLjQ2MDk0LDAuNzI2NTYgMy4xMTcxOSwxLjI4OTA2IDQuNjg3NSwxLjk2ODc1YzEuNTcwMzEsMC42Nzk2OSAzLjAzNTE2LDEuNDQ5MjIgNC4wOTM3NSwyLjUzMTI1YzAuODQzNzUsMC44NjMyOCAxLjM1MTU2LDIuMDExNzIgMS42MjUsMy40Mzc1aC0zNS41YzAuMjczNDQsLTEuNDI1NzggMC43NzczNCwtMi41NzQyMiAxLjYyNSwtMy40Mzc1YzEuMDYyNSwtMS4wODIwMyAyLjU1NDY5LC0xLjg1MTU2IDQuMTI1LC0yLjUzMTI1YzEuNTcwMzEsLTAuNjc5NjkgMy4yMTA5NCwtMS4yMzgyOCA0LjY1NjI1LC0xLjk2ODc1YzAuMzU5MzgsLTAuMTgzNTkgMC43MjY1NiwtMC4zNzUgMS4wNjI1LC0wLjU5Mzc1YzAuMjIyNjYsMC40MDIzNCAwLjU2NjQxLDAuOTI1NzggMS4wNjI1LDEuNDM3NWMxLjAxOTUzLDEuMDUwNzggMi43NDYwOSwyLjA5Mzc1IDUuMjE4NzUsMi4wOTM3NWMyLjQ2NDg0LDAgNC4xNTYyNSwtMS4wMzEyNSA1LjE1NjI1LC0yLjA2MjVjMC41NDY4OCwtMC41NjI1IDAuODc4OTEsLTEuMDg1OTQgMS4wOTM3NSwtMS41eiI+PC9wYXRoPjwvZz48L2c+Cjwvc3ZnPg==");
  background-size: 32px 32px;
}
.afeatures-list-item.is-seven:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoNS4xMiw1LjEyKSI+PHBhdGggZD0iTTI1LDNjLTYuNjM2NzIsMCAtMTIsNS4zNjMyOCAtMTIsMTJ2NWgtNGMtMS42NDQ1MywwIC0zLDEuMzU1NDcgLTMsM3YyNGMwLDEuNjQ0NTMgMS4zNTU0NywzIDMsM2gzMmMxLjY0NDUzLDAgMywtMS4zNTU0NyAzLC0zdi0yNGMwLC0xLjY0NDUzIC0xLjM1NTQ3LC0zIC0zLC0zaC00di01YzAsLTYuNjM2NzIgLTUuMzYzMjgsLTEyIC0xMiwtMTJ6TTI1LDVjNS41NjY0MSwwIDEwLDQuNDMzNTkgMTAsMTB2NWgtMjB2LTVjMCwtNS41NjY0MSA0LjQzMzU5LC0xMCAxMCwtMTB6TTksMjJoMzJjMC41NTQ2OSwwIDEsMC40NDUzMSAxLDF2MjRjMCwwLjU1NDY5IC0wLjQ0NTMxLDEgLTEsMWgtMzJjLTAuNTU0NjksMCAtMSwtMC40NDUzMSAtMSwtMXYtMjRjMCwtMC41NTQ2OSAwLjQ0NTMxLC0xIDEsLTF6TTI1LDMwYy0xLjY5OTIyLDAgLTMsMS4zMDA3OCAtMywzYzAsMC44OTg0NCAwLjM5ODQ0LDEuNjg3NSAxLDIuMTg3NXYyLjgxMjVjMCwxLjEwMTU2IDAuODk4NDQsMiAyLDJjMS4xMDE1NiwwIDIsLTAuODk4NDQgMiwtMnYtMi44MTI1YzAuNjAxNTYsLTAuNSAxLC0xLjI4OTA2IDEsLTIuMTg3NWMwLC0xLjY5OTIyIC0xLjMwMDc4LC0zIC0zLC0zeiI+PC9wYXRoPjwvZz48L2c+Cjwvc3ZnPg==");
  background-size: 32px 32px;
}
.afeatures-list-item.is-eight:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%2C0%2C256%2C256%22%3E%3Cg%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Cg%20transform%3D%22scale%285.12%2C5.12%29%22%3E%3Cpath%20d%3D%22M25%2C3c-6.61719%2C0%20-12%2C5.38281%20-12%2C12c0%2C3.58594%201.58984%2C6.80078%204.08984%2C9h-2.58984c-0.82812%2C0%20-1.5%2C0.67188%20-1.5%2C1.5c0%2C0.82813%200.67188%2C1.5%201.5%2C1.5h21c0.82813%2C0%201.5%2C-0.67187%201.5%2C-1.5c0%2C-0.82812%20-0.67187%2C-1.5%20-1.5%2C-1.5h-2.58984c2.5%2C-2.19922%204.08984%2C-5.41406%204.08984%2C-9c0%2C-6.61719%20-5.38281%2C-12%20-12%2C-12zM25%2C5c5.53516%2C0%2010%2C4.46484%2010%2C10c0%2C5.53516%20-4.46484%2C10%20-10%2C10c-5.53516%2C0%20-10%2C-4.46484%20-10%2C-10c0%2C-5.53516%204.46484%2C-10%2010%2C-10zM24%2C7v2.10938c-0.27344%2C0.05469%20-0.56641%2C0.125%20-0.875%2C0.25c-0.97656%2C0.39844%20-2.125%2C1.46484%20-2.125%2C3.13672c0%2C1.15234%200.62891%2C2.09766%201.39063%2C2.59766c0.75781%2C0.5%201.58984%2C0.70313%202.33984%2C0.91406c0.74609%2C0.21094%201.40234%2C0.42578%201.76953%2C0.67578c0.36328%2C0.24609%200.5%2C0.39453%200.5%2C1.00391v0.02734c0%2C0%200.00391%2C0.27734%20-0.19531%2C0.59375c-0.19922%2C0.3125%20-0.52344%2C0.69141%20-1.80469%2C0.69141c-1.20312%2C0%20-1.50391%2C-0.4375%20-1.75%2C-0.9375c-0.24609%2C-0.50391%20-0.25%2C-1.04297%20-0.25%2C-1.04297l-2%2C-0.03906c0%2C0%20-0.03516%2C0.96094%200.45313%2C1.95703c0.39453%2C0.80469%201.25781%2C1.64453%202.54688%2C1.94141v2.12109h2v-2.09375c1.22656%2C-0.23047%202.06641%2C-0.85547%202.49219%2C-1.52734c0.53125%2C-0.83984%200.50391%2C-1.69531%200.50391%2C-1.70703c-0.00781%2C-1.16406%20-0.61328%2C-2.12109%20-1.37109%2C-2.64062c-0.75781%2C-0.51953%20-1.60156%2C-0.73437%20-2.35547%2C-0.94922c-0.75%2C-0.21094%20-1.41797%2C-0.42187%20-1.78516%2C-0.66016c-0.36328%2C-0.23828%20-0.48437%2C-0.35547%20-0.48437%2C-0.92578c0%2C-0.89062%200.35156%2C-1.07031%200.875%2C-1.28125c0.51563%2C-0.20703%201.05859%2C-0.21094%201.08203%2C-0.21094c0.01953%2C0%200.55078%2C0.04688%201.07422%2C0.32422c0.53516%2C0.28516%200.96875%2C0.62109%200.96875%2C1.67188h2c0%2C-1.76172%20-1.06641%2C-2.92578%20-2.03125%2C-3.4375c-0.34375%2C-0.18359%20-0.67187%2C-0.29297%20-0.96875%2C-0.375v-2.1875zM5%2C11c-1.64453%2C0%20-3%2C1.35547%20-3%2C3v21.83203c-0.01953%2C0.10938%20-0.01953%2C0.21875%200%2C0.32422v1.84375c0%2C1.64453%201.35547%2C3%203%2C3h13.82031l-0.66797%2C4h-2.15234c-0.35937%2C-0.00391%20-0.69531%2C0.18359%20-0.87891%2C0.49609c-0.17969%2C0.3125%20-0.17969%2C0.69531%200%2C1.00781c0.18359%2C0.3125%200.51953%2C0.5%200.87891%2C0.49609h18c0.35938%2C0.00391%200.69531%2C-0.18359%200.87891%2C-0.49609c0.17969%2C-0.3125%200.17969%2C-0.69531%200%2C-1.00781c-0.18359%2C-0.3125%20-0.51953%2C-0.5%20-0.87891%2C-0.49609h-2.15234l-0.66797%2C-4h13.82031c1.64453%2C0%203%2C-1.35547%203%2C-3v-1.83203c0.01953%2C-0.10937%200.01953%2C-0.21875%200%2C-0.32422v-21.84375c0%2C-1.64453%20-1.35547%2C-3%20-3%2C-3h-6.58984c0.19531%2C0.64844%200.33203%2C1.31641%200.43359%2C2h6.15625c0.56641%2C0%201%2C0.43359%201%2C1v21h-42v-21c0%2C-0.56641%200.43359%2C-1%201%2C-1h6.15625c0.10156%2C-0.68359%200.23828%2C-1.35156%200.43359%2C-2zM4%2C37h42v1c0%2C0.56641%20-0.43359%2C1%20-1%2C1h-40c-0.56641%2C0%20-1%2C-0.43359%20-1%2C-1zM20.84766%2C41h8.30469l0.66797%2C4h-9.64062z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 32px 32px;
}

.alist {
  background: #479eef;
}
.alist-wrapper {
  position: relative;
  padding: 45px 440px 70px 0;
  min-height: 578px;
}
@media (max-width: 992px) {
  .alist-wrapper {
    padding: 20px 0;
    min-height: unset;
  }
}
.alist-wrapper > * {
  position: relative;
  z-index: 1;
}
.alist-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 610px;
  height: 617px;
  width: 748px;
  background: url("../img/default/authors/alist.png") no-repeat center;
  background-size: 748px auto;
}
@media (max-width: 992px) {
  .alist-wrapper:after {
    display: none;
  }
}
.alist__title {
  font-weight: 600;
  font-size: 2.0625rem;
  line-height: 125%;
  color: var(--white);
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .alist__title {
    margin-bottom: 21px;
    font-size: 1rem;
    font-weight: 500;
  }
}
.alist-list {
  padding: 0;
  margin: 0;
}
.alist-list li {
  list-style: none;
  padding-left: 55px;
  font-size: 0.9375rem;
  line-height: 185%;
  color: var(--white);
  position: relative;
}
@media (max-width: 992px) {
  .alist-list li {
    font-size: 0.875rem;
    padding-left: 35px;
  }
}
.alist-list li:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid rgba(138, 211, 119, 0.56);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 25px;
}
@media (max-width: 992px) {
  .alist-list li:before {
    left: 5px;
    top: 4px;
  }
}
.alist-list li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #8ad377;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 28px;
}
@media (max-width: 992px) {
  .alist-list li:after {
    left: 8px;
    top: 7px;
  }
}
.alist-list li + li {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .alist-list li + li {
    margin-top: 20px;
  }
}

.aform {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .aform {
    padding: 25px 0 45px;
  }
}
.aform__title {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .aform__title {
    margin-bottom: 25px;
  }
  .aform__title br {
    display: none;
  }
}
.aform__button {
  margin: 0 auto;
}
.aform-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 31px;
  max-width: 989px;
  width: 100%;
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  padding: 40px;
}
@media (max-width: 992px) {
  .aform-inner {
    grid-template-columns: 1fr;
    padding: 28px 15px;
    gap: 25px;
  }
}
.aform-inner textarea {
  min-height: 85px;
}
.aform-inner button {
  width: 255px;
  margin: -10px auto 0;
}
.aform-inner .w100 {
  grid-column: 1/3;
}
@media (max-width: 992px) {
  .aform-inner .w100 {
    grid-column: 1;
  }
}

.authors {
  overflow: hidden;
}
@media (max-width: 992px) {
  .authors h2 {
    font-size: 1.5625rem;
  }
}

.s-text p {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
}
.s-text ul:not([class]) {
  list-style-type: disc;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}
.s-text ul:not([class]) li {
  list-style: unset;
}

.blog {
  scroll-behavior: smooth;
  padding: 17px 0 37px;
  background: #f4f7fb;
}
@media (max-width: 630px) {
  .blog {
    padding: 30px 0;
  }
}
.blog__title {
  margin-bottom: 33px;
}
@media (max-width: 1180px) {
  .blog__title {
    margin-bottom: 22px;
  }
}
.blog__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1181px) {
  .blog__content {
    flex-direction: row;
  }
}
.blog__aside {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1181px) {
  .blog__aside {
    width: 288px;
  }
}
.blog__main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
@media (min-width: 1181px) {
  .blog__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1180px) {
  .blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }
}
@media (max-width: 560px) {
  .blog-list {
    gap: 0;
  }
}
.blog-list .banner {
  grid-column: 1/span 4;
}
@media (max-width: 1180px) {
  .blog-list .banner {
    grid-column: unset;
    width: 100%;
    margin-bottom: 15px;
  }
}
.blog-list__item {
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--white);
  border-radius: 2px;
  overflow: hidden;
  padding: 0 20px 55px;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .blog-list__item {
    width: calc(33.33% - 10px);
    margin-bottom: 15px;
  }
}
@media (max-width: 730px) {
  .blog-list__item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 560px) {
  .blog-list__item {
    width: 100%;
  }
  .blog-list__item:last-child {
    margin-bottom: 0;
  }
}
.blog-list__item-label {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  height: 27px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  background-color: var(--blue);
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: var(--white);
}
.blog-list__item-title {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 129.4117647059%;
  color: var(--black-text);
  overflow: hidden;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.blog-list__item-photo {
  width: calc(100% + 40px);
  margin: 0 -20px 20px;
  height: 180px;
  overflow: hidden;
}
.blog-list__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--transition-speed) var(--transition-timing-function);
}
.blog-list__item-date {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 16px;
  font-size: 0.75rem;
  color: var(--gray);
}
.blog-list__item-descr {
  font-size: 0.8125rem;
  line-height: 146.1538461538%;
  color: #4a4a50;
  overflow: hidden;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-list__item-top {
  padding: 0;
}
@media (max-width: 560px) {
  .blog-list__item-top {
    min-height: 340px;
  }
}
.blog-list__item-top .blog-list__item-date {
  top: 24px;
  right: 20px;
  left: auto;
  bottom: auto;
  color: var(--white);
  z-index: 2;
}
.blog-list__item-top .blog-list__item-photo {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}
.blog-list__item-top .blog-list__item-photo:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(18, 50, 82, 0.87) 19.54%, rgba(13, 38, 64, 0.29) 100%);
}
.blog-list__item-top .blog-list__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list__item-top .blog-list__item-title {
  position: absolute;
  z-index: 2;
  height: 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: var(--white) !important;
}
.blog-list__item:hover .blog-list__item-photo img {
  transform: scale(1.05) rotate(1deg);
  transition: transform var(--transition-speed) var(--transition-timing-function);
}
.blog-list__item:hover .blog-list__item-title {
  color: var(--heavy-blue);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.blog-list-articles {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1180px) {
  .blog-list-articles {
    display: none;
  }
}
.blog-list-articles .blog-list__item {
  height: calc(33.33% - 14px);
  padding: 8px 20px 0;
  margin-bottom: 21px;
}
.blog-list-articles .blog-list__item:last-child {
  margin-bottom: 0;
}
.blog-list-articles .blog-list__item-title {
  height: 60px;
  display: flex;
  align-items: center;
}
.blog-list-articles .blog-list__item-date {
  bottom: 10px;
}
.blog-list-articles .blog-list__item:last-child {
  margin-bottom: 0;
}
.blog__pagination {
  margin-top: 35px;
}
@media (max-width: 1180px) {
  .blog__pagination {
    margin-top: 9px;
  }
}
@media (max-width: 560px) {
  .blog__pagination {
    margin-top: 24px;
  }
}
.blog .aside__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .aside__item {
  padding: 12px 20px;
  margin-bottom: 21px;
  background: var(--white);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.blog .aside__item-title {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 129.4117647059%;
  color: var(--black-text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  overflow: hidden;
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.blog .aside__item-title:hover {
  color: var(--heavy-blue);
}
.blog .aside__item-date {
  font-size: 0.75rem;
  color: var(--gray);
}

.blog-simillar {
  padding: 35px 0 20px;
  background-color: var(--white);
}
@media (max-width: 1180px) {
  .blog-simillar {
    background-color: #f4f7fb;
    padding: 0 0 30px;
  }
}
.blog-simillar__title {
  margin-bottom: 38px;
}
@media (max-width: 1180px) {
  .blog-simillar__title {
    margin-bottom: 15px;
  }
}
.blog-simillar-slider {
  padding-bottom: 20px;
  overflow: hidden;
}
.blog-simillar-slider .blog-list__item {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1180px) {
  .blog-simillar-slider .blog-list__item {
    width: 290px;
    padding: 0 15px 50px;
  }
}
.blog-simillar-slider .blog-list__item-date {
  left: 0;
}
@media (max-width: 1180px) {
  .blog-simillar-slider .blog-list__item-date {
    left: 15px;
  }
}
.blog-simillar-slider .blog-list__item-photo {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1180px) {
  .blog-simillar-slider .blog-list__item-photo {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.blog-simillar-slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media (max-width: 1180px) {
  .blog-simillar-slider-controls {
    margin-top: 24px;
  }
}
.blog-simillar-slider__prev {
  margin-right: 28px;
}

.wrapper:has(.blog) {
  background: #f4f7fb;
}

.blog-post__content {
  padding: 16px 0;
  background-color: #fff;
}
@media (min-width: 30em) {
  .blog-post__content {
    padding: 24px 0;
  }
}
@media (min-width: 48em) {
  .blog-post__content {
    padding: 40px 0;
  }
}
.blog-post__content-aside {
  display: none;
  margin-top: 24px;
}
@media (min-width: 64em) {
  .blog-post__content-aside {
    display: block;
    margin-top: 0;
  }
}
.blog-post__main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.blog-post__main-article {
  min-height: 100%;
  padding: 0 0 55px;
}
.blog-post__areg {
  background: #F0F5FA;
}

.blog-post-navigation {
  display: block;
}
@media (min-width: 48em) {
  .blog-post-navigation {
    display: block;
    margin: 30px 0 0;
  }
}
.blog-post-navigation__header-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.blog-post-navigation__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .blog-post-navigation__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.blog-post-navigation__title {
  display: none;
  margin: 0;
  font-family: var(--default);
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #479EEF;
  border-bottom: 1px solid #479EEF;
}
@media (min-width: 48em) {
  .blog-post-navigation__title {
    display: inline-block;
    font-size: 20px;
    line-height: 17px;
    font-weight: 500;
  }
}
.blog-post-navigation__theme {
  margin: 0;
  margin-top: 5px;
  font-size: 14px;
  line-height: 17px;
  color: #479EEF;
  border-bottom: 1px solid #479EEF;
}
@media (min-width: 48em) {
  .blog-post-navigation__theme {
    display: block;
    color: #3D3D45;
    border-bottom: 1px solid transparent;
  }
}
.blog-post-navigation__link {
  position: relative;
  width: 100%;
}
@media (min-width: 48em) {
  .blog-post-navigation__link {
    max-width: 320px;
  }
}
.blog-post-navigation__link::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/svg/arrow.svg") center/8px 14px no-repeat;
  transform: translateY(-50%);
}
.blog-post-navigation__link_prev {
  padding-left: 40px;
  margin-bottom: 15px;
  margin-right: auto;
}
@media (min-width: 48em) {
  .blog-post-navigation__link_prev {
    margin-bottom: 0;
  }
}
.blog-post-navigation__link_prev::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.blog-post-navigation__link_next {
  padding-right: 40px;
  text-align: right;
  margin-left: auto;
}
.blog-post-navigation__link_next::before {
  right: 0;
}

.blog-post-table-of-contents {
  margin: 15px 0 30px;
  width: 100%;
  padding: 25px;
  border: 1px solid #F2F2F2;
}
.blog-post-table-of-contents__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: myCounter;
}
.blog-post-table-of-contents__list ol,
.blog-post-table-of-contents__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-post-table-of-contents__list li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #56566B;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .blog-post-table-of-contents__list li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }
}
.blog-post-table-of-contents__list li:last-child {
  margin-bottom: 0;
}
.blog-post-table-of-contents__list li::before {
  content: counter(myCounter) ". ";
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  color: #56566B;
  counter-increment: myCounter;
}
.blog-post-table-of-contents__list li ol {
  margin-top: 8px;
  margin-left: 22px;
  counter-reset: myCounter2;
}
.blog-post-table-of-contents__list li ol li::before {
  content: counter(myCounter) "." counter(myCounter2) ". ";
  counter-increment: myCounter2;
}
.blog-post-table-of-contents__list li ol li ol {
  margin-top: 12px;
  margin-left: 16px;
  counter-reset: myCounter3;
}
.blog-post-table-of-contents__list li ol li ol li::before {
  content: counter(myCounter) "." counter(myCounter2) "." counter(myCounter3) ". ";
  counter-increment: myCounter3;
}
.blog-post-table-of-contents__list a {
  color: #56566B;
  transition: 0.3s all;
}
.blog-post-table-of-contents__list a:hover, .blog-post-table-of-contents__list a:focus {
  color: #479EEF;
}

.blog-post-billboard {
  display: flex;
  align-items: flex-end;
  background-color: #b8b8b8;
  position: relative;
  min-height: 380px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
.blog-post-billboard__content {
  padding: 25px;
}
.blog-post-billboard__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-post-billboard__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-post-billboard__bg::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(43, 45, 48, 0.18), rgba(43, 45, 48, 0.18)), linear-gradient(180deg, rgba(38, 50, 56, 0) 0%, #263238 100%);
}
.blog-post-billboard__date {
  position: relative;
  display: inline-block;
  padding: 9px 14px;
  font-size: 0.75rem;
  color: var(--white);
  background-color: var(--green);
  border-radius: 15px;
}
.blog-post-billboard__title {
  position: relative;
  color: var(--white);
  margin-bottom: 15px;
}
@media (max-width: 630px) {
  .blog-post-billboard__title {
    margin-bottom: 10px;
  }
}
.blog-post-billboard__subtitle {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  margin-bottom: 15px;
}
@media (max-width: 630px) {
  .blog-post-billboard__subtitle {
    margin-bottom: 9px;
  }
}

.breadcrumbs {
  background-color: #F4F7FB;
  height: 40px;
}
@media (max-width: 630px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.breadcrumbs .icon-home {
  width: 14px;
  height: 12px;
  fill: #A0A0A8;
  margin-right: 10px;
  transform: translateY(-2px);
}
.breadcrumbs__link {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #222328;
  transition: color var(--transition-speed) var(--transition-timing-function);
  margin-right: 24px;
  position: relative;
  line-height: 1;
}
.breadcrumbs__link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-60%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 3px;
  border-color: transparent transparent transparent #222328;
}
.breadcrumbs__link:hover {
  color: var(--yellow);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.breadcrumbs__link.is-current {
  margin-right: 0;
  pointer-events: none;
  color: var(--gray);
}
.breadcrumbs__link.is-current:after {
  display: none;
}

/** styles for buttons **/
.white-btn {
  padding: 0 30px;
  min-height: 40px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-blue);
  border-radius: 3.125rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 155%;
  color: var(--black);
  transition: border-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.white-btn:hover {
  border-color: #a1a4a7;
  transition: border-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.white-btn:focus, .white-btn:active {
  border-color: #5a5e62;
  color: var(--gray);
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.07);
  transition: border-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}

.def-btn {
  cursor: pointer;
  background: var(--yellow);
  box-shadow: 0px 12px 31px rgba(0, 0, 0, 0.09);
  border-radius: 4.25rem;
  padding: 0 40px;
  min-height: 55px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--white);
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.def-btn:hover {
  background: #e39827;
  box-shadow: 0px 12px 31px rgba(0, 0, 0, 0.09);
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.def-btn:active, .def-btn:focus {
  background: #e39827;
  box-shadow: 0px 12px 31px rgba(0, 0, 0, 0.09), inset 0px 3px 3px rgba(0, 0, 0, 0.1);
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.def-btn--blue {
  background-color: var(--blue);
}
.def-btn--blue:hover {
  background-color: var(--green);
}
.def-btn--blue:active, .def-btn--blue:focus {
  background-color: #79c566;
}
.def-btn--green {
  background-color: var(--green);
}
.def-btn--green:hover, .def-btn--green:focus, .def-btn--green:active {
  background-color: #79c466;
}

.transparent-btn {
  color: var(--blue);
  transition: 0.3s linear;
}
.transparent-btn:hover, .transparent-btn:focus, .transparent-btn:active {
  text-decoration: underline;
}

/** default titles **/
h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 2.9375rem;
  line-height: 117.4%;
}
@media (max-width: 1180px) {
  h1 {
    font-size: 1.625rem;
    line-height: 142%;
    font-weight: 700;
  }
}

h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 120%;
  color: #233240;
}

h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 135%;
}
@media (max-width: 1180px) {
  h3 {
    font-size: 1.0625rem;
    font-weight: bold;
  }
}

h4 {
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 104%;
}
@media (max-width: 1180px) {
  h4 {
    font-size: 1.0625rem;
  }
}

h5 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
}
@media (max-width: 1180px) {
  h5 {
    font-size: 1.125rem;
  }
}

/** styles for text / list / links /inputs / selects & etc. **/
input:not(.unstyled) {
  background: var(--white);
  border: 1px solid var(--border-blue);
  border-radius: 2px;
  height: 50px;
  padding: 0 1.0625rem;
  font-size: 0.8125rem;
  line-height: 115.3846153846%;
  color: var(--real-black);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
input:not(.unstyled)::-moz-placeholder {
  color: var(--black);
}
input:not(.unstyled)::placeholder {
  color: var(--black);
}
input:not(.unstyled):focus {
  outline: none;
  border-color: #a3a7ab;
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}

textarea:not(.unstyled) {
  background: var(--white);
  width: 100%;
  border: 1px solid var(--border-blue);
  resize: none;
  border-radius: 2px;
  min-height: 50px;
  padding: 1.0625rem;
  font-size: 0.8125rem;
  line-height: 115.3846153846%;
  color: var(--real-black);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
textarea:not(.unstyled)::-moz-placeholder {
  color: var(--black);
}
textarea:not(.unstyled)::placeholder {
  color: var(--black);
}
textarea:not(.unstyled):focus {
  outline: none;
  border-color: #a3a7ab;
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}

.input-module {
  position: relative;
  display: flex;
  width: 100%;
}
.input-module:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: var(--red) transparent transparent transparent;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity var(--transition-speed) var(--transition-timing-function), transform var(--transition-speed) var(--transition-timing-function);
}
.input-module__input {
  width: 100%;
}
.input-module__input:-moz-placeholder-shown + .input-module__label {
  color: var(--gray);
}
.input-module__input:placeholder-shown + .input-module__label {
  color: var(--gray);
}
.input-module__input:focus + .input-module__label {
  color: var(--black-text);
}
.input-module__label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 9px;
  transform: translateY(-50%);
  padding: 2px 8px;
  background-color: var(--white);
  font-size: 0.75rem;
  line-height: 116.6666666667%;
  color: var(--black-text);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.input-module.is-required .input-module__label:after {
  content: "*";
  color: var(--red);
  margin-left: 2px;
}
.input-module__message {
  position: absolute;
  left: 12px;
  right: 12px;
  top: calc(100% + 6px);
  color: var(--black-text);
  font-size: 0.6875rem;
  line-height: 118.1818181818%;
  -webkit-hyphens: auto;
          hyphens: auto;
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.input-module__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.input-module.is-wrong .input-module__message {
  color: var(--red);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.input-module.is-wrong .input-module__label {
  color: var(--red);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.input-module.is-wrong .input-module__input {
  border-color: var(--red);
  color: var(--red);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
.input-module.is-wrong:after {
  transform: translateY(0);
  opacity: 1;
  transition: opacity var(--transition-speed) var(--transition-timing-function), transform var(--transition-speed) var(--transition-timing-function);
}
.input-module--with-select .input-module__input {
  margin-right: -1px;
  border-radius: 2px 0 0 2px;
  position: relative;
  z-index: 1;
}
.input-module--only-select .choices {
  width: 100%;
}
.input-module--only-select .choices__inner {
  background-color: var(--white);
}
.input-module--only-select.is-wrong .choices__inner,
.input-module--only-select.is-wrong .choices__list--dropdown {
  border-color: var(--red) !important;
}
.input-module--only-select .input-module__label {
  color: var(--gray);
}
.input-module--calendar .icon-calendar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  fill: var(--blue);
  width: 16px;
  height: 18px;
}
.input-module--calendar .input-module__input {
  cursor: pointer;
}

.complete-form ul {
  list-style-type: disc;
}
.complete-form a {
  color: var(--blue);
  border-bottom: 1px linear transparent;
  transition: 0.3s linear ease-in-out;
}
.complete-form a:hover {
  border-bottom: 1px linear var(--blue);
}

.custom-checkbox-label {
  position: relative;
  padding-left: 25px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 20px;
}

.custom-checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid var(--border-blue);
  border-radius: 2px;
  background-color: #fff;
}

.custom-checkbox-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 12px;
  border: solid #479EEF;
  border-width: 0 3px 3px 0;
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 0.2s ease-in-out;
}

.input-module__checkbox:checked + .custom-checkbox-label::after {
  transform: translateY(-50%) rotate(45deg) scale(1);
}

.promo-code-container #promo-code-field {
  display: none;
  left: 0;
}

.input-module__checkbox:checked + .custom-checkbox-label + #promo-code-field {
  display: block;
  width: 100%;
}

/** styles for select dropdown **/
.choices {
  margin-bottom: 0;
}
.choices.is-open {
  z-index: 100;
  position: relative;
}
.choices.is-open + .input-module__label {
  z-index: 101;
}

.choices__inner {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: var(--light-bg);
  padding: 0 62px 0 16px;
  border: 1px solid #ddd;
  border-radius: 1px;
  font-size: 0.8125rem;
  min-height: 50px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 630px) {
  .choices__inner {
    padding: 0 25px 0 16px;
  }
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
}

.choices__list--single {
  padding: 0;
}

.choices__list--dropdown .choices__item--selectable {
  padding: 0;
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 29px;
  width: 47px;
  border: none;
  border-width: unset;
  border-left: 1px solid var(--border-blue);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: unset;
}
@media (max-width: 630px) {
  .choices[data-type*=select-one]:after {
    display: none;
  }
}

.choices[data-type*=select-one]:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: url("../img/svg/select-arrow.svg") no-repeat center;
  background-size: 100% 100%;
  transition: transform var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 630px) {
  .choices[data-type*=select-one]:before {
    right: 10px;
  }
}

.choices[data-type*=select-one].is-open:after {
  border-color: var(--border-blue);
  margin-top: unset;
}
@media (max-width: 630px) {
  .choices[data-type*=select-one].is-open:after {
    display: none;
  }
}
.choices[data-type*=select-one].is-open:before {
  transform: rotate(180deg) translateY(50%);
  transition: transform var(--transition-speed) var(--transition-timing-function);
}

.choices__list--dropdown .choices__item--selectable {
  padding: 10px 17px;
  background-color: var(--white);
  color: var(--real-black);
  font-size: 0.875rem;
}
.choices__list--dropdown .choices__item--selectable:hover {
  background-color: var(--heavy-blue);
  color: var(--white);
}
.choices__list--dropdown .choices__item--selectable:hover.is-highlighted {
  background-color: var(--heavy-blue);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--white);
}
.choices__list--dropdown .choices__item--selectable.is-selected {
  background-color: var(--light-bg);
  color: var(--black-text);
}
.choices__list--dropdown .choices__item--selectable.is-selected:hover {
  color: var(--white);
}

.is-open .choices__list--dropdown,
.choices[data-type*=select-one] .choices__inner {
  border-color: var(--border-blue);
}

.is-open .choices__list--dropdown {
  border-radius: 0 0 5px 5px;
}

.choices.is-open .choices__inner {
  background-color: var(--white);
  border-radius: 1px 1px 0 0;
}

.choices__list--dropdown .choices__placeholder {
  display: none;
}

.choices__placeholder {
  opacity: 1;
}

a.def-link {
  text-decoration: underline;
  color: var(--heavy-blue);
  transition: filter var(--transition-speed) var(--transition-timing-function);
}
a.def-link:hover {
  filter: brightness(1.25);
  transition: filter var(--transition-speed) var(--transition-timing-function);
}

/** socials list **/
.socials-list {
  display: flex;
}
.socials-list a {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--transition-speed) var(--transition-timing-function);
  border-radius: 50%;
  background: #e3e8ee;
}
.socials-list a:hover {
  opacity: 0.8;
}
.socials-list a + a {
  margin-left: 7px;
}

.entry {
  position: relative;
  padding: 58px 0 0;
  margin: 0 0 70px;
}
@media (max-width: 992px) {
  .entry {
    padding: 40px 0 0;
    margin-bottom: 20px;
  }
}
.entry-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.entry-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 675px;
}
@media (max-width: 992px) {
  .entry-bg {
    height: 320px;
  }
}
.entry--authors .entry-bg {
  background: #EEF4FA url("../img/default/welcome/welcome_second.png") no-repeat right bottom;
  background-size: 951px auto;
}
@media (max-width: 992px) {
  .entry--authors .entry-bg {
    background-size: 435px auto;
    background-position: calc(100% + 145px) calc(100% + 5px);
  }
}
.entry--authors .entry-form .input-module {
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .entry--authors .entry-form .input-module {
    margin-bottom: 25px;
  }
}
.entry--authors .entry-form textarea {
  min-height: 85px;
}
.entry--authors .entry-form button {
  width: 255px;
  margin: -5px auto 21px;
}
.entry--students .entry-bg {
  background: url("../img/default/welcome/welcome_first-inversed.png") calc(100% - 390px) bottom/267px auto no-repeat, url("../img/default/students-entry-bg.png") right bottom/cover no-repeat;
}
@media (max-width: 1440px) {
  .entry--students .entry-bg {
    background: url("../img/default/welcome/welcome_first-inversed.png") calc(100% - 130px) bottom/267px auto no-repeat, url("../img/default/students-entry-bg.png") right bottom/cover no-repeat;
  }
}
@media (max-width: 992px) {
  .entry--students .entry-bg {
    background: url("../img/default/welcome/welcome_first-inversed.png") calc(100% + 36px) bottom/151px auto no-repeat, url("../img/default/students-entry-bg.png") right bottom/cover no-repeat;
  }
}
.entry--students .entry-form .input-module {
  margin-bottom: 22px;
}
.entry--students .entry-form button[type=submit] {
  width: 255px;
  margin: 0 auto 10px;
}
.entry--students .entry-form .choices {
  min-width: 210px;
}
@media (max-width: 767px) {
  .entry--students .entry-form .choices {
    min-width: 110px;
  }
}
.entry--students .entry-features {
  padding: 37px 32px 45px 66px;
  margin-top: -180px;
}
@media (max-width: 1180px) {
  .entry--students .entry-features {
    padding: 32px;
    margin-top: 0;
  }
}
.entry--students .entry__title, .entry--students .entry__subtitle {
  color: var(--white);
}
@media (max-width: 992px) {
  .entry--students .entry__title {
    max-width: 220px;
  }
}
.entry__title {
  font-weight: 800;
  font-size: 3.125rem;
  line-height: 115%;
  color: #233240;
  margin-bottom: 25px;
  max-width: 706px;
}
@media (max-width: 992px) {
  .entry__title {
    font-size: 1.5625rem;
    margin-bottom: 8px;
    max-width: 290px;
  }
}
.entry__subtitle {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 145%;
  color: #474B4E;
  margin-bottom: 25px;
  max-width: 450px;
}
@media (max-width: 992px) {
  .entry__subtitle {
    margin-bottom: 40px;
    font-size: 0.9375rem;
    max-width: 225px;
  }
}
.entry-form {
  padding: 30px;
  width: 580px;
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .entry-form {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .entry-form {
    padding: 28px 15px;
  }
}
.entry-form__custom {
  text-align: center;
  font-size: 0.8125rem !important;
  line-height: 135%;
}
.entry-form__note {
  display: flex;
  align-items: flex-start;
  font-size: 0.75rem;
  line-height: 155%;
  color: #5E6367;
}
.entry-form__note svg {
  flex-shrink: 0;
  margin-right: 13px;
}
.entry-form-promo {
  display: flex;
  position: relative;
  width: 100%;
  margin: -9px 0 20px;
}
.entry-form-promo__btn {
  position: absolute;
  cursor: pointer;
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: 160px;
  background-color: var(--blue);
  border-radius: 1px 0 0 1px;
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 767px) {
  .entry-form-promo__btn {
    width: 100px;
  }
}
.entry-form-promo__btn:hover {
  background-color: var(--heavy-blue);
}
.entry-form-promo__input {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 180px;
  border: 1px solid var(--blue);
  border-radius: 2px;
  background-color: var(--white);
  font-size: 0.8125rem;
  color: var(--black);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 767px) {
  .entry-form-promo__input {
    padding-left: 120px;
  }
}
.entry-form-promo__input:focus {
  outline: none;
  border-color: var(--heavy-blue);
}
.entry-features {
  margin: -162px 0 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 32px 32px 32px 66px;
  background: #E4EBF2;
}
@media (max-width: 1180px) {
  .entry-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: unset;
    padding: 32px;
    margin: 0;
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .entry-features {
    padding: 30px 15px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.entry-features__item {
  max-width: 140px;
}
@media (max-width: 1180px) {
  .entry-features__item {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .entry-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.entry-features__item:nth-child(1) {
  max-width: 150px;
}
@media (max-width: 1180px) {
  .entry-features__item:nth-child(1) {
    max-width: 100%;
  }
}
.entry-features__item + * {
  margin-left: 50px;
}
@media (max-width: 1180px) {
  .entry-features__item + * {
    margin: 0;
  }
}
.entry-features__item svg {
  max-height: 36px;
  margin-bottom: 10px;
}
.entry-features__item h3 {
  font-weight: bold;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 163%;
  text-transform: uppercase;
  color: #111725;
  margin-bottom: 6px;
}
.entry-features__item p {
  font-size: 0.8125rem;
  line-height: 145%;
  color: #4F5C6C;
}

.footer-top {
  background-color: var(--white);
  border-top: 1px solid var(--border-blue);
  height: 75px;
}
@media (max-width: 630px) {
  .footer-top {
    height: unset;
    padding: 20px 0;
  }
}
.footer-top-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 630px) {
  .footer-top-wrap {
    flex-direction: column;
  }
}
.footer-top__tel {
  display: flex;
  align-items: center;
}
@media (max-width: 630px) {
  .footer-top__tel {
    margin-bottom: 12px;
  }
}
.footer-top__tel .icon-phone {
  margin-right: 11px;
  width: 17px;
  height: 17px;
  fill: rgba(17, 23, 37, 0.19);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-top__tel span {
  font-weight: 500;
  font-size: 1.0625rem;
  color: var(--black-text);
  cursor: pointer;
}
.footer-top__tel:hover .icon {
  fill: var(--black);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-top__callback {
  margin-left: 16px;
}
@media (max-width: 1180px) {
  .footer-top__callback {
    display: none;
  }
}
.footer-top-mail {
  margin-left: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 630px) {
  .footer-top-mail {
    flex-direction: column;
    margin-left: 0;
  }
}
.footer-top-mail__text {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--gray);
  margin-right: 14px;
}
@media (max-width: 630px) {
  .footer-top-mail__text {
    margin-bottom: 6px;
    margin-right: 0;
  }
}
.footer-top-mail__address {
  display: flex;
  align-items: center;
}
.footer-top-mail__address .icon-mail {
  width: 16px;
  height: 11px;
  fill: #D2D6DF;
  margin-right: 9px;
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-top-mail__address span {
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--black);
}
.footer-top-mail__address:hover .icon-mail {
  fill: var(--black);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-top__telegram {
  margin: 0 0 0 auto;
}
@media (max-width: 630px) {
  .footer-top__telegram {
    margin: 0 0 12px;
  }
}
.footer-top__telegram-link {
  position: relative;
  padding-left: 25px;
  transition: 0.3s all;
}
.footer-top__telegram-link::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svg/socials/tg_D2D6DF.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s all;
}
.footer-top__telegram-link:hover::before {
  background-image: url("../img/svg/socials/tg_000000.svg");
}
.footer-top__telegram-link span {
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--black-text);
  cursor: pointer;
}
.footer-main {
  height: 96px;
  background-color: #222230;
}
@media (max-width: 1180px) {
  .footer-main {
    height: unset;
    padding: 20px 0 25px;
  }
}
.footer-main-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1180px) {
  .footer-main-wrap {
    flex-direction: column;
  }
}
.footer-main__logo .icon-logo-white {
  width: 168px;
  height: 32px;
}
.footer-main-nav {
  margin: 0 35px 0 54px;
  flex-grow: 1;
}
@media (max-width: 1180px) {
  .footer-main-nav {
    margin: 15px 0;
  }
}
.footer-main-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .footer-main-nav-list {
    flex-direction: column;
    justify-content: unset;
  }
}
.footer-main-nav-list__item {
  font-weight: bold;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  transition: color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .footer-main-nav-list__item {
    margin-bottom: 5px;
  }
  .footer-main-nav-list__item:last-child {
    margin-bottom: 0;
  }
}
.footer-main-nav-list__item:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: calc(100% + 38px);
  height: 1px;
  background-color: transparent;
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-nav-list__item:hover {
  color: var(--blue);
  transition: color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-nav-list__item:hover:after {
  background-color: var(--blue);
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials {
  display: flex;
  align-items: center;
}
.footer-main-socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials__link .icon {
  fill: rgba(255, 255, 255, 0.36);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials__link .icon-vk {
  width: 16px;
  height: 9px;
}
.footer-main-socials__link .icon-inst {
  width: 15px;
  height: 15px;
}
.footer-main-socials__link .icon-fb {
  width: 7px;
  height: 13px;
}
.footer-main-socials__link .icon-yt {
  width: 15px;
  height: 11px;
}
.footer-main-socials__link:hover {
  border-color: var(--white);
  transition: border-color var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials__link:hover .icon {
  fill: var(--white);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.footer-main-socials__link:last-child {
  margin-right: 0;
}
.footer-main-socials__app {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 37px;
  height: 37px;
}
.footer-bottom {
  height: 46px;
  background-color: var(--black);
}
@media (max-width: 630px) {
  .footer-bottom {
    height: unset;
    padding: 10px 0;
    text-align: center;
  }
}
.footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 630px) {
  .footer-bottom-wrap {
    flex-direction: column;
    justify-content: unset;
  }
}
.footer-bottom__copyrights {
  font-size: 0.8125rem;
  color: #A8A8A9;
}
@media (max-width: 630px) {
  .footer-bottom__copyrights {
    margin-bottom: 10px;
  }
}
.footer-bottom__r {
  font-size: 0.8125rem;
  color: #A8A8A9;
}
.footer-bottom__privacy {
  font-size: 0.8125rem;
  text-decoration-line: underline;
  color: #747A80;
}
.footer-bottom__privacy:hover {
  color: var(--white);
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 25px 0;
  background-color: #f0f5fa;
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
.header__wrap {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.header__burger {
  display: none;
  width: 24px;
  height: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header__burger span {
  width: 24px;
  height: 2px;
  background-color: var(--black);
  margin-bottom: 6px;
  border-radius: 2px;
}
.header__burger span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .header__burger {
    display: flex;
  }
}
.header__logo2 {
  transition: filter var(--transition-speed) var(--transition-timing-function);
}
.header__logo2:hover {
  filter: brightness(0.9);
  transition: filter var(--transition-speed) var(--transition-timing-function);
}
.header__logo2 .icon-logo {
  width: 168px;
  height: 32px;
  fill: var(--black);
}
@media (max-width: 1180px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--white);
    z-index: 50;
    padding-top: 87px;
  }
}
.header .header-nav-list {
  display: flex;
}
@media (max-width: 1180px) {
  .header .header-nav-list {
    flex-direction: column;
  }
}
.header .header-nav-list__item {
  margin-right: 32px;
  font-weight: bold;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: var(--black);
  transition: all var(--transition-speed) var(--transition-timing-function);
  position: relative;
}
@media (max-width: 1180px) {
  .header .header-nav-list__item {
    color: var(--black) !important;
    height: 40px;
    margin-right: 0;
    border-bottom: 1px solid #e4eaf0;
  }
  .header .header-nav-list__item:first-child {
    border-top: 1px solid #e4eaf0;
  }
  .header .header-nav-list__item a {
    height: 100%;
    width: 100%;
    padding: 0 33px;
    display: flex;
    align-items: center;
  }
}
.header .header-nav-list__item_mobile {
  display: block;
}
@media (min-width: 1180px) {
  .header .header-nav-list__item_mobile {
    display: none;
  }
}
.header .header-nav-list__item:last-child {
  margin-right: 0;
}
.header .header-nav-list__item:hover, .header .header-nav-list__item.is-active {
  text-decoration: underline;
  color: var(--blue);
  transition: all var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .header .header-nav-list__item:hover, .header .header-nav-list__item.is-active {
    background-color: var(--heavy-blue);
    color: var(--white) !important;
    position: relative;
  }
  .header .header-nav-list__item:hover::before, .header .header-nav-list__item.is-active::before {
    content: "";
    position: absolute;
    left: 33px;
    top: 50%;
    transform: translateY(-60%);
    width: 11px;
    height: 8px;
    background: url("../img/svg/arrow--small.svg") no-repeat center;
    background-size: 100% 100%;
  }
  .header .header-nav-list__item:hover a, .header .header-nav-list__item.is-active a {
    transform: translateX(19px);
  }
}
.header .header-nav-list__item:hover::after, .header .header-nav-list__item.is-active::after {
  color: var(--blue);
  transition: background-color var(--transition-speed) var(--transition-timing-function);
}
.header__def-btn span {
  display: block;
}
@media (max-width: 700px) {
  .header__def-btn span {
    display: none;
  }
}
@media (min-width: 1180px) {
  .header__def-btn {
    margin: 0 36px 0;
    min-height: 43px;
  }
}
.header__login-box {
  display: flex;
  align-items: center;
}
.header__auth-student, .header__auth-author {
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-shadow: none;
  text-transform: unset;
  font-weight: 500;
}
@media (max-width: 700px) {
  .header__auth-student, .header__auth-author {
    padding: 15px 15px;
    font-size: 0.75rem;
    align-self: center;
    white-space: nowrap;
  }
}
.header__auth-student svg, .header__auth-author svg {
  margin-right: 8px;
}
.header__auth-student {
  display: none;
}
@media (min-width: 1180px) {
  .header__auth-student {
    display: flex;
  }
}
.header__tel {
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .header__tel {
    display: none;
    position: fixed;
    right: 15px;
    z-index: 51;
    top: 38px;
  }
}
.header__tel .icon-phone {
  margin-right: 11px;
  width: 17px;
  height: 17px;
  fill: rgba(17, 23, 37, 0.19);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .header__tel .icon-phone {
    fill: var(--blue) !important;
  }
}
.header__tel span {
  font-weight: 500;
  font-size: 1.0625rem;
  color: var(--black-text);
}
@media (max-width: 1180px) {
  .header__tel span {
    color: var(--black) !important;
  }
}
.header__tel:hover .icon {
  fill: var(--black);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.header.is-transparent {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1180px) {
  .header.is-transparent {
    background-color: var(--white);
  }
}
.header.is-transparent .header__logo .icon-logo {
  fill: var(--white);
}
@media (max-width: 1180px) {
  .header.is-transparent .header__logo .icon-logo {
    fill: var(--black);
  }
}
.header.is-transparent .header-nav-list__item {
  color: #d0dbe8;
}
.header.is-transparent .header-nav-list__item:hover, .header.is-transparent .header-nav-list__item.is-active {
  color: var(--white);
}
.header.is-transparent .header__auth-student span, .header.is-transparent .header__auth-author span {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.25);
}
.header.is-transparent .header__tel .icon-phone {
  fill: rgba(255, 255, 255, 0.49);
}
.header.is-transparent .header__tel span {
  color: var(--white);
}
.header.is-transparent .header__tel:hover .icon-phone {
  fill: var(--white);
}

@media (max-width: 1180px) {
  body.mobile-menu-opened {
    overflow: hidden;
  }
  body.mobile-menu-opened .header__nav {
    display: block;
  }
  body.mobile-menu-opened .header__tel {
    display: block;
  }
  body.mobile-menu-opened .header__auth-student, body.mobile-menu-opened .header__auth-author {
    display: flex;
  }
  body.mobile-menu-opened .header__burger {
    position: fixed;
    z-index: 51;
  }
  body.mobile-menu-opened .header__burger span:nth-child(2) {
    display: none;
  }
  body.mobile-menu-opened .header__burger span:nth-child(1) {
    transform: translateY(2px) rotate(45deg);
  }
  body.mobile-menu-opened .header__burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

.login {
  background: var(--blue) url("../img/default/login-bg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}
.login-footer {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 50px;
  font-size: 0.8125rem;
  line-height: 130%;
  color: var(--white);
}
@media (max-width: 1180px) {
  .login-footer {
    height: unset;
    padding: 15px 15px 30px;
    flex-direction: column;
  }
}
.login-body {
  display: flex;
  align-items: center;
  padding: 45px 0;
}
@media (max-width: 992px) {
  .login-body {
    display: block;
    padding: 0 0 45px;
  }
}
.login-heading {
  width: calc(100% - 580px);
  margin-right: 140px;
}
@media (max-width: 992px) {
  .login-heading {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.login__title {
  font-weight: 900;
  font-size: 3.625rem;
  line-height: 130%;
  color: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .login__title {
    margin-bottom: 7px;
    font-size: 1.5625rem;
    text-align: center;
  }
}
.login__subtitle {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 165%;
  color: var(--white);
}
@media (max-width: 992px) {
  .login__subtitle {
    font-size: 0.9375rem;
    text-align: center;
  }
}
.login-form {
  width: 440px;
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  padding: 35px 35px 40px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .login-form {
    margin: 0 auto;
    padding: 20px;
    max-width: 440px;
    width: 100%;
  }
}
.login-form__title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 115%;
  color: var(--black);
}
@media (max-width: 992px) {
  .login-form__title {
    margin-bottom: 30px;
  }
}
.login-form .input-module + .input-module {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .login-form .input-module + .input-module {
    margin-top: 20px;
  }
}
.login-form-btns {
  display: grid;
  grid-template-columns: 190px 160px;
  gap: 17px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .login-form-btns {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.login-form-btns .white-btn {
  min-height: 55px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .login-form-btns .white-btn {
    min-height: 40px;
    order: 1;
  }
}
.login--restore .login-body {
  flex-direction: column;
}
.login--restore .login-body .header__back {
  display: inline-flex !important;
  margin: 0 0 15px 50%;
  color: var(--white);
  transform: translateX(-50%);
}
@media (min-width: 993px) {
  .login--restore .login-body .header__back {
    display: none !important;
  }
}
.login--restore .login__title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .login--restore .login__title {
    margin-bottom: 35px;
  }
}
.login--restore .login-form {
  padding: 50px 40px;
}
@media (max-width: 992px) {
  .login--restore .login-form {
    padding: 32px 18px 25px;
  }
}
.login--restore .login-form button {
  width: 250px;
  margin: 32px 0 0 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .login--restore .login-form button {
    margin-top: 20px;
  }
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 283px;
  border: none;
  border-radius: 68px;
  cursor: pointer;
  font-family: var(--default);
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  padding: 20px 28px;
  color: #fff;
  white-space: nowrap;
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.button_blue {
  background-color: var(--blue);
}
.button_blue:hover {
  background-color: var(--green);
}
.button_blue:active, .button_blue:focus {
  background-color: #79c566;
}
.button_yellow {
  background-color: var(--yellow);
}
.button_yellow:hover {
  background: #e39827;
  box-shadow: 0px 12px 31px rgba(0, 0, 0, 0.09);
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.button_yellow:active, .button_yellow:focus {
  background: #e39827;
  box-shadow: 0px 12px 31px rgba(0, 0, 0, 0.09), inset 0px 3px 3px rgba(0, 0, 0, 0.1);
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
@media (min-width: 1181px) {
  .button {
    padding: 30px 36px;
  }
}
.button svg {
  margin-left: 17px;
  flex-shrink: 0;
}

.section {
  padding: 40px 0;
}
@media (min-width: 1181px) {
  .section {
    padding: 60px 0;
  }
}
.section__content {
  max-width: 667px;
  width: 100%;
  position: relative;
  display: grid;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .section__content {
    margin: initial;
    max-width: initial;
    grid-template: "description author" "list author";
    justify-content: initial;
  }
}
.section__title {
  font-family: "Gilroy", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 35px;
}
@media (min-width: 1181px) {
  .section__title {
    font-size: 45px;
    line-height: 53px;
  }
}
.section__title span {
  color: #479eef;
}
.section__subtitle {
  font-family: var(--default);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 11px;
}
@media (min-width: 1181px) {
  .section__subtitle {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
.section__subtitle_bold {
  font-weight: 700;
}
.section__phrase {
  font-family: var(--default);
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  position: relative;
  z-index: 4;
}
@media (min-width: 1181px) {
  .section__phrase {
    font-size: 21px;
    line-height: 30px;
    margin-left: 26px;
    max-width: 460px;
  }
}
.section__phrase_desktop {
  display: none;
}
@media (min-width: 1181px) {
  .section__phrase_desktop {
    display: flex;
  }
}
.section__phrase_mobile {
  display: flex;
  max-width: 302px;
  position: absolute;
  bottom: -30px;
}
@media (min-width: 1181px) {
  .section__phrase_mobile {
    display: none;
  }
}
.section__phrase::before {
  content: "";
  position: relative;
  width: 40px;
  height: 33px;
  top: -17px;
  left: -8px;
  display: block;
  flex-shrink: 0;
  background-image: url("../img/svg/main/quotes.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1181px) {
  .section__phrase::before {
    left: -23px;
    width: 46px;
    height: 38px;
  }
}

.main {
  overflow: hidden;
}
.main .container {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.main .header-welcome {
  background-color: #f0f5fa;
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .main .header-welcome {
    padding: 130px 0 180px;
  }
}
.main .header-welcome__container {
  display: grid;
  grid-row-gap: 30px;
  justify-content: center;
}
@media (min-width: 1181px) {
  .main .header-welcome__container {
    grid-template: "text header" "image header";
    grid-template-columns: 667px 1fr;
    justify-content: initial;
  }
}
.main .header-welcome__description {
  max-width: 667px;
  width: 100%;
  position: relative;
  z-index: 7;
}
.main .header-welcome__title {
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 11px;
}
@media (min-width: 1181px) {
  .main .header-welcome__title {
    text-align: left;
    font-size: 50px;
    line-height: 53px;
    margin-bottom: 15px;
  }
}
.main .header-welcome__button {
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .main .header-welcome__button {
    margin: 0;
  }
}
.main .header-welcome__image {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 1181px) {
  .main .header-welcome__image {
    display: block;
  }
}
.main .header-welcome__image::before {
  content: "";
  display: none;
  width: 671px;
  height: 556px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svg/main/header-welcome-cap.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1181px) {
  .main .header-welcome__image::before {
    display: block;
  }
}
.main .header-welcome__image img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 225px;
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1181px) {
  .main .header-welcome__image img {
    max-width: initial;
    width: 849px;
    height: 525px;
    position: absolute;
    left: -174px;
    bottom: -60%;
  }
}
.main .author-step {
  overflow: hidden;
}
.main .author-step__header {
  margin-bottom: 23px;
}
@media (min-width: 1181px) {
  .main .author-step__header {
    margin-bottom: 45px;
  }
}
.main .author-step__title {
  text-align: center;
}
.main .author-step__content {
  max-width: initial;
  grid-row-gap: 30px;
}
@media (min-width: 1181px) {
  .main .author-step__content {
    grid-template-columns: 492px 1fr;
  }
}
.main .author-step__list {
  display: flex;
  flex-direction: column;
  max-width: 667px;
}
.main .author-step__image {
  display: flex;
  justify-content: center;
}
@media (min-width: 1181px) {
  .main .author-step__image {
    display: block;
  }
}
.main .author-step__image img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 199px;
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1181px) {
  .main .author-step__image img {
    max-width: initial;
    width: 688px;
    height: 416px;
    position: absolute;
    left: 50%;
  }
}
@media (min-width: 1420px) {
  .main .author-step__image img {
    right: 0;
  }
}
.main .step-item {
  position: relative;
  display: grid;
  grid-template: "icon step" "text step";
  grid-template-columns: 68px 1fr;
  grid-row-gap: 23px;
  grid-column-gap: 20px;
}
.main .step-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(143.27deg, #8ad377 23.76%, #6aadf1 111.6%);
}
.main .step-item__title {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 7px;
}
.main .step-item__title_link {
  display: block;
  color: #8ad377;
  transition: 0.2s linear;
}
.main .step-item__title_link:hover, .main .step-item__title_link:focus {
  color: var(--blue);
}
.main .advantages-work {
  background-image: url("../img/main/advantages-work-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
@media (min-width: 1181px) {
  .main .advantages-work {
    padding: 100px 0;
  }
}
.main .advantages-work__content {
  grid-row-gap: 10px;
}
@media (min-width: 1181px) {
  .main .advantages-work__content {
    grid-template-columns: 514px 1fr;
    grid-column-gap: 50px;
  }
}
.main .advantages-work__title {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 1181px) {
  .main .advantages-work__title {
    text-align: initial;
  }
}
.main .advantages-work__subtitle {
  color: #fff;
  font-family: var(--default);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 1181px) {
  .main .advantages-work__subtitle {
    font-size: 18px;
    line-height: 29px;
    text-align: initial;
  }
}
.main .advantages-work .work-list {
  display: grid;
  gap: 15px;
}
@media (min-width: 1181px) {
  .main .advantages-work .work-list {
    grid-template-columns: repeat(2, 300px);
  }
}
.main .advantages-work .work-list__item {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.main .advantages-work .work-list__item p {
  color: #fff;
  font-family: var(--default);
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
}
.main .advantages-work .work-list__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0px 8px 13px 0px rgba(46, 119, 187, 0.54);
  margin-right: 15px;
  background-color: #fff;
}
.main .what-works__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 30px;
}
@media (min-width: 1181px) {
  .main .what-works__content {
    display: grid;
    grid-template-columns: 713px 1fr;
  }
}
.main .what-works__title {
  margin-bottom: 16px;
}
.main .what-works__subtitle {
  margin-bottom: 16px;
}
.main .what-works__tag-list {
  display: flex;
  flex-wrap: wrap;
}
.main .what-works__image {
  display: flex;
  justify-content: center;
}
@media (min-width: 1181px) {
  .main .what-works__image {
    display: block;
  }
}
.main .what-works__image img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 303px;
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1181px) {
  .main .what-works__image img {
    max-width: initial;
    width: 531px;
    height: 488px;
    position: absolute;
    left: 63%;
  }
}
@media (min-width: 1420px) {
  .main .what-works__image img {
    right: 0;
  }
}
.main .tag-list__tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  border-radius: 20px;
  font-family: var(--default);
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 1181px) {
  .main .tag-list__tag {
    font-size: 15px;
    line-height: 29px;
  }
}
.main .tag-list__tag_green {
  font-family: "Gilroy", sans-serif;
  background-color: #8ad377;
  height: 36px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 600;
}
.main .tag-list__tag_grey {
  background-color: #f3f6f9;
  height: 49px;
  color: #2d3a46;
  margin: 0 10px 10px 0;
  font-weight: 400;
}
.main .tag-list__tag_grey-dark {
  white-space: nowrap;
  background-color: rgba(191, 212, 233, 0.3803921569);
  height: 49px;
  color: #2d3a46;
  margin: 0 15px 15px 0;
  padding: 10px 25px;
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
}
@media (min-width: 1181px) {
  .main .tag-list__tag_grey-dark {
    font-size: 17px;
    line-height: 29px;
  }
}
.main .tag-list__tag_grey-dark span {
  margin-left: 4px;
}
.main .author-worktype {
  position: relative;
  background: #f4fbff;
  overflow: hidden;
}
.main .author-worktype::before {
  content: "";
  width: 100%;
  height: 118px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(205, 239, 255, 0.8) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
@media (min-width: 1181px) {
  .main .author-worktype::before {
    height: 207px;
    background: linear-gradient(180deg, rgba(205, 239, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  }
}
.main .author-worktype__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto 10px;
}
@media (min-width: 1181px) {
  .main .author-worktype__content {
    display: grid;
    grid-template-columns: 729px 1fr;
    grid-column-gap: 50px;
  }
}
.main .author-worktype__title {
  margin-bottom: 15px;
}
.main .author-worktype__subtitle_bold {
  font-family: var(--default);
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
  margin: 15px 0 3px;
}
@media (min-width: 1181px) {
  .main .author-worktype__subtitle_bold {
    font-size: 22px;
    line-height: 29px;
  }
}
.main .author-worktype__tag-list {
  margin: 15px 0;
}
@media (min-width: 1181px) {
  .main .author-worktype__tag-list {
    margin: 15px 0 90px;
  }
}
.main .author-worktype__image {
  display: flex;
  justify-content: center;
}
@media (min-width: 1181px) {
  .main .author-worktype__image {
    display: block;
  }
}
.main .author-worktype__image img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 228px;
  position: relative;
  top: 0;
  right: 0;
}
@media (min-width: 1181px) {
  .main .author-worktype__image img {
    max-width: initial;
    width: 899px;
    height: 630px;
    position: absolute;
    left: 50%;
    top: 57px;
  }
}
@media (min-width: 1420px) {
  .main .author-worktype__image img {
    right: 0;
  }
}
.main .author-work__container {
  max-width: 667px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .main .author-work__container {
    max-width: 1180px;
  }
}
.main .author-work__content {
  display: block;
}
.main .author-work__title {
  text-align: center;
  margin: 0 0 16px;
}
.main .author-work__subtitle {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1181px) {
  .main .author-work__subtitle {
    margin-bottom: 35px;
  }
}
.main .author-work__button {
  margin: 35px auto 0;
}
.main .author-work-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .main .author-work-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1181px) {
  .main .author-work-list {
    gap: 25px;
    grid-template-columns: repeat(3, 376px);
  }
}
.main .author-work-list__item {
  padding: 27px 25px;
  border: 1px solid #ddebf8;
}
.main .author-work-list__title {
  font-family: var(--default);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #0e62b0;
  margin-bottom: 3px;
}
.main .author-work-list__subtitle {
  font-family: var(--default);
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
}
.main .distant-work {
  padding: 40px 0 0;
  background-color: #479eef;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .main .distant-work {
    padding: 100px 0;
  }
}
.main .distant-work__content {
  display: grid;
  margin: 0 auto;
  gap: 12px;
}
@media (min-width: 1181px) {
  .main .distant-work__content {
    grid-template-columns: 655px 1fr;
  }
}
.main .distant-work__title {
  color: #fff;
  margin-bottom: 15px;
}
.main .distant-work__subtitle {
  color: #fff;
}
.main .distant-work__image {
  display: flex;
  justify-content: center;
}
@media (min-width: 1181px) {
  .main .distant-work__image {
    display: block;
  }
}
.main .distant-work__image img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 316px;
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1181px) {
  .main .distant-work__image img {
    max-width: initial;
    width: 742px;
    height: 676px;
    position: absolute;
    left: 56%;
    bottom: -100px;
  }
}
@media (min-width: 1420px) {
  .main .distant-work__image img {
    right: 0;
  }
}
.main .work-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 8px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 1181px) {
  .main .work-contacts {
    display: block;
    padding: 25px 50px;
    max-width: 544px;
    width: 100%;
  }
}
.main .work-contacts__title {
  max-width: 408px;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  margin: 0 auto 10px;
}
.main .work-contacts__list {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}
@media (min-width: 1181px) {
  .main .work-contacts__list {
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .work-contacts__item-title {
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--default);
  font-size: 13px;
  font-weight: 400;
  line-height: 41px;
}
.main .work-contacts__item-title::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main .work-contacts__item-title_phone {
  line-height: 21px;
}
.main .work-contacts__item-title_phone::before {
  width: 16px;
  height: 16px;
  background-image: url("../img/svg/main/phone.svg");
}
.main .work-contacts__item-title_mail {
  line-height: 21px;
}
.main .work-contacts__item-title_mail::before {
  width: 17px;
  height: 11px;
  background-image: url("../img/svg/main/mail.svg");
}
.main .work-contacts__item:last-child {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main .work-contacts__link_phone {
  color: #0e0e26;
  font-family: var(--default);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  transition: 0.3s linear;
}
.main .work-contacts__link_phone:hover, .main .work-contacts__link_phone:focus {
  text-decoration: underline;
}
.main .work-contacts__link_mail {
  color: #2e3192;
  font-family: var(--default);
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  transition: 0.3s linear;
}
.main .work-contacts__link_mail:hover, .main .work-contacts__link_mail:focus {
  text-decoration: underline;
}
.main .author-slider {
  padding-top: 40px;
}
@media (min-width: 1181px) {
  .main .author-slider {
    padding-top: 100px;
  }
}
.main .author-slider__subtitle {
  text-align: center;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-arrow {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1180px) {
  .pagination-arrow {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: var(--white) url("../img/svg/chevron.svg") no-repeat center;
    background-size: 9px 16px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
    cursor: pointer;
  }
  .pagination-arrow:nth-child(1) {
    transform: rotate(180deg);
    box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.15);
  }
}
.pagination-arrow:last-child {
  margin-right: 0;
}
.pagination-arrow .icon {
  width: 10px;
  height: 10px;
  fill: var(--real-black);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .pagination-arrow .icon {
    display: none;
  }
}
.pagination-arrow--prev .icon {
  transform: scale(-1, 1);
  margin-right: 10px;
}
.pagination-arrow--next .icon {
  margin-left: 10px;
}
.pagination-arrow span {
  line-height: 1;
  font-weight: 500;
  color: var(--real-black);
  border-bottom: 1px solid transparent;
  transition: color var(--transition-speed) var(--transition-timing-function), border-color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .pagination-arrow span {
    font-size: 0;
  }
}
.pagination-arrow:hover span {
  color: #474785;
  border-color: #474785;
  transition: color var(--transition-speed) var(--transition-timing-function), border-color var(--transition-speed) var(--transition-timing-function);
}
.pagination-arrow:hover .icon {
  fill: #464646;
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.pagination-arrow.is-disabled {
  cursor: not-allowed;
}
.pagination-arrow.is-disabled span {
  color: #9494A0;
  border-color: transparent;
}
.pagination-arrow.is-disabled .icon {
  fill: #9494A0;
}
.pagination-bullet {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: 500;
  color: var(--real-black);
  background-color: var(--white);
  border: 1px solid var(--border-blue);
  transition: border-color var(--transition-speed) var(--transition-timing-function), background-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function);
}
@media (max-width: 1180px) {
  .pagination-bullet {
    display: none;
  }
}
.pagination-bullet:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  transition: border-color var(--transition-speed) var(--transition-timing-function), background-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function);
}
.pagination-bullet:nth-last-child(2) {
  margin-right: 20px;
}
.pagination-bullet.is-current {
  pointer-events: none;
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
  transition: border-color var(--transition-speed) var(--transition-timing-function), background-color var(--transition-speed) var(--transition-timing-function), color var(--transition-speed) var(--transition-timing-function);
}

.pagination--position-end {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .pagination--position-end {
    margin-bottom: 20px;
  }
}

.pagination__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
}

.pagination__item {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.25s ease-in;
  border: 1px solid #d3d5dc;
  border-radius: 50%;
}
.pagination__item:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 600px) {
  .pagination__item:hover {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
  }
}
.pagination__item:hover .pagination__link {
  color: #ffffff;
}
.pagination__item:last-of-type {
  margin-right: 0;
}

@media (max-width: 600px) {
  .pagination__item {
    display: none;
  }
}

.pagination__item--type-arrow {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  opacity: 0.7;
}
.pagination__item--type-arrow:hover {
  opacity: 1;
}
.pagination__item--type-arrow:hover.pagination__item--type-arrow-prev {
  background-image: url("../img/svg/left-arrow-hover.svg");
}
.pagination__item--type-arrow:hover.pagination__item--type-arrow-next {
  background-image: url("../img/svg/right-arrow-hover.svg");
}
@media (max-width: 768px) {
  .pagination__item--type-arrow {
    box-shadow: 0px 5px 27px 0 rgba(21, 21, 26, 0.12);
  }
}

.pagination__item--type-arrow-prev {
  background-image: url("../img/svg/left-arrow.svg");
}

.pagination__item--type-arrow-next {
  margin-right: 0;
  background-image: url("../img/svg/right-arrow.svg");
}

.pagination__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #030715;
  transition: all 0.25s ease-in;
}

.pagination__item.current {
  background-color: var(--green);
  border-color: var(--green);
  color: #ffffff;
  border-radius: 50%;
}
.pagination__item.current .pagination__link {
  color: #ffffff;
}
@media (max-width: 600px) {
  .pagination__item.current {
    font-size: 23px;
    max-width: 15px;
    height: 45px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
  }
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.soffer {
  padding: 0px 0 65px;
}
@media (max-width: 992px) {
  .soffer {
    padding: 5px 0 40px;
  }
}
.soffer-slider {
  padding: 0 40px;
  margin: 40px -40px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .soffer-slider {
    width: 260px;
    overflow: unset;
    padding: 0;
    margin: 30px 0 0;
  }
}
.soffer-slider-controls {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .soffer-slider-controls {
    width: calc(100vw - 30px);
    margin: 40px 0 0;
  }
}
.soffer__item {
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 28px;
  position: relative;
  padding: 45px 20px 50px;
  opacity: 0;
  text-align: center;
  transition: opacity var(--transition-speed) var(--transition-timing-function);
}
.soffer__item.swiper-slide-active {
  opacity: 1;
}
.soffer__item.swiper-slide-active + * {
  opacity: 1;
}
.soffer__item.swiper-slide-active + * + * {
  opacity: 1;
}
.soffer__item.swiper-slide-active + * + * + * {
  opacity: 1;
}
.soffer__item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 59px;
  background-image: url("data:image/svg+xml,%3Csvg width='59' height='59' viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='29.5' cy='29.5' r='24.5' fill='%238AD377'/%3E%3Ccircle cx='29.5' cy='29.5' r='27' stroke='%238AD377' stroke-opacity='0.56' stroke-width='5'/%3E%3Cpath d='M43.3963 24.336L30.4892 18.1113C30.1813 17.9629 29.8188 17.9629 29.5108 18.1113L16.6039 24.336C15.8255 24.7115 15.7926 25.7733 16.546 26.1931V39.945C16.546 40.5277 17.0359 41 17.64 41C18.2439 41 18.7337 40.5277 18.7337 39.945V27.2506L20.1556 27.9364V32.3991C20.1556 32.8005 20.3919 33.1671 20.7651 33.3449L29.5155 37.5146C29.8207 37.6601 30.179 37.6603 30.4845 37.5146L39.2351 33.3449C39.6083 33.1671 39.8444 32.8005 39.8444 32.3991V27.9807C41.8447 26.9945 43.3862 26.2285 43.408 26.2176C44.2016 25.8234 44.1969 24.7222 43.3963 24.336ZM37.6566 31.7434L30 35.392L22.3433 31.7434V28.9914C29.9961 32.6386 29.5396 32.5596 30 32.5596C30.3565 32.5596 30.2918 32.6678 37.6566 29.0563V31.7434ZM30.0519 30.35L19.5389 25.2798L30 20.2346L40.4882 25.2928C38.732 26.1614 31.8467 29.5602 30.0519 30.35Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 59px 59px;
}
.soffer__item-btn {
  left: 30px;
  right: 30px;
  bottom: 0;
  transform: translateY(50%);
  position: absolute;
  padding: 0;
}
.soffer__item-title {
  min-height: 50px;
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 135%;
  color: #23272D;
  margin-bottom: 25px;
}
.soffer__item-time, .soffer__item-price {
  font-size: 0.9375rem;
  line-height: 155%;
  color: #23272D;
}
.soffer__item-time span, .soffer__item-price span {
  font-weight: bold;
}
.soffer__item-time {
  margin-bottom: 25px;
  padding-top: 35px;
  position: relative;
}
.soffer__item-time:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8.77778V15L19.6667 19.6667M29 15C29 16.8385 28.6379 18.659 27.9343 20.3576C27.2307 22.0561 26.1995 23.5995 24.8995 24.8995C23.5995 26.1995 22.0561 27.2307 20.3576 27.9343C18.659 28.6379 16.8385 29 15 29C13.1615 29 11.341 28.6379 9.64243 27.9343C7.94387 27.2307 6.40053 26.1995 5.1005 24.8995C3.80048 23.5995 2.76925 22.0561 2.06569 20.3576C1.36212 18.659 1 16.8385 1 15C1 11.287 2.475 7.72601 5.1005 5.10051C7.72601 2.475 11.287 1 15 1C18.713 1 22.274 2.475 24.8995 5.10051C27.525 7.72601 29 11.287 29 15Z' stroke='%23C4C4C4' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.soffer__item-price span {
  color: #4D9D38;
}
.soffer__title, .soffer__subtitle {
  text-align: center;
}
.soffer__title {
  margin-bottom: 12px;
}
.soffer__subtitle {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: #4D4D4D;
}
@media (max-width: 992px) {
  .soffer__subtitle {
    font-size: 1rem;
  }
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-controls__btn {
  margin: 0 14px;
  fill: var(--black);
  cursor: pointer;
  transition: transform var(--transition-speed) var(--transition-timing-function);
}
.slider-controls__btn svg {
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.slider-controls__btn:not(.swiper-button-disabled):hover {
  transform: translateX(-5px);
}
.slider-controls__btn:nth-child(2) {
  transform: scale(-1, 1);
}
.slider-controls__btn:nth-child(2):not(.swiper-button-disabled):hover {
  transform: scale(-1, 1) translateX(-5px);
}
.slider-controls__btn.swiper-button-disabled {
  fill: #C6C6C6;
  cursor: not-allowed;
}

.sfeatures {
  padding: 45px 0 85px;
  background: #EFF3F7;
}
@media (max-width: 992px) {
  .sfeatures {
    padding: 25px 0 50px;
  }
}
.sfeatures__title, .sfeatures__subtitle {
  text-align: center;
}
.sfeatures__title {
  margin-bottom: 12px;
}
.sfeatures__subtitle {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: #4D4D4D;
}
@media (max-width: 992px) {
  .sfeatures__subtitle {
    margin-bottom: 40px;
    font-size: 1rem;
  }
}
.sfeatures-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 14px;
}
@media (max-width: 992px) {
  .sfeatures-list {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
.sfeatures-list-item {
  background: #FFFFFF;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 32px 27px;
}
@media (max-width: 992px) {
  .sfeatures-list-item {
    padding: 0 20px 20px;
  }
}
.sfeatures-list-item__icon {
  margin: -16px 0 18px;
  background: #6AADF1;
  box-shadow: 0px 4px 23px rgba(106, 173, 241, 0.52);
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .sfeatures-list-item__icon {
    width: 62px;
    height: 62px;
    margin: -25px 0 15px;
    padding: 15px;
  }
}
.sfeatures-list-item__title {
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 130%;
  color: #202329;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .sfeatures-list-item__title {
    font-size: 1.1875rem;
  }
}
.sfeatures-list-item__content {
  font-size: 0.875rem;
  line-height: 171%;
  color: #6E7075;
}
@media (max-width: 992px) {
  .sfeatures-list-item__content {
    font-size: 0.8125rem;
  }
}

.show {
  padding: 53px 0 45px;
}
@media (max-width: 992px) {
  .show {
    padding: 25px 0 15px;
  }
}
.show__title, .show__subtitle {
  text-align: center;
}
.show__title {
  margin-bottom: 12px;
}
.show__subtitle {
  margin-bottom: 80px;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: #4D4D4D;
}
@media (max-width: 992px) {
  .show__subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.show-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
}
@media (max-width: 992px) {
  .show-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.show-list-item {
  position: relative;
}
@media (max-width: 992px) {
  .show-list-item {
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.show-list-item:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 39px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='16' viewBox='0 0 38 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.7071 8.70711C38.0976 8.31659 38.0976 7.68342 37.7071 7.2929L31.3431 0.928935C30.9526 0.538411 30.3195 0.53841 29.9289 0.928935C29.5384 1.31946 29.5384 1.95262 29.9289 2.34315L35.5858 8L29.9289 13.6569C29.5384 14.0474 29.5384 14.6805 29.9289 15.0711C30.3195 15.4616 30.9526 15.4616 31.3431 15.0711L37.7071 8.70711ZM-8.74228e-08 9L37 9L37 7L8.74228e-08 7L-8.74228e-08 9Z' fill='%23D6D6D6'/%3E%3C/svg%3E%0A");
  width: 38px;
  height: 16px;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .show-list-item:after {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.29289 19.7071C7.68342 20.0976 8.31658 20.0976 8.70711 19.7071L15.0711 13.3431C15.4616 12.9526 15.4616 12.3195 15.0711 11.9289C14.6805 11.5384 14.0474 11.5384 13.6569 11.9289L8 17.5858L2.34315 11.9289C1.95262 11.5384 1.31946 11.5384 0.928933 11.9289C0.538408 12.3195 0.538408 12.9526 0.928933 13.3431L7.29289 19.7071ZM7 4.37114e-08L7 19L9 19L9 -4.37114e-08L7 4.37114e-08Z' fill='%23D6D6D6'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 20px;
  }
}
.show-list-item:last-child:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L5 11L15 1' stroke='%23D6D6D6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 12px;
}
.show-list-item__icon {
  margin-bottom: 21px;
}
.show-list-item__title {
  margin-bottom: 9px;
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 119.0476190476%;
  color: #202329;
}
.show-list-item__content {
  font-size: 0.875rem;
  line-height: 170%;
  color: #6E7075;
}

.sreviews {
  padding: 45px 0 55px;
}
@media (max-width: 992px) {
  .sreviews {
    padding: 15px 0 45px;
  }
}
.sreviews__title, .sreviews__subtitle {
  text-align: center;
}
.sreviews__title {
  margin-bottom: 12px;
}
.sreviews__subtitle {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  color: #4D4D4D;
}
@media (max-width: 992px) {
  .sreviews__subtitle {
    margin-bottom: 17px;
    font-size: 1rem;
  }
}
.sreviews-slider-controls {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .sreviews-slider-controls {
    margin-top: 30px;
  }
}
.sreviews-item {
  opacity: 0.5;
  transition: opacity var(--transition-speed) var(--transition-timing-function);
  position: relative;
}
.sreviews-item:before {
  content: "";
  position: absolute;
  bottom: 19px;
  left: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='43' viewBox='0 0 41 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H40.9834L20.1664 21.1587L0 43V0Z' fill='%23E7F2FA'/%3E%3C/svg%3E%0A");
  width: 41px;
  height: 43px;
}
@media (max-width: 992px) {
  .sreviews-item:before {
    left: 18px;
  }
}
.sreviews-item::after {
  content: "";
  position: absolute;
  bottom: 55px;
  left: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H12L5.90476 7.87302L0 16V0Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 20px;
  background-size: 15px 20px;
}
@media (max-width: 992px) {
  .sreviews-item::after {
    display: none;
  }
}
.sreviews-item__content {
  padding: 60px 60px 60px 80px;
  background: var(--white);
  border: 12px solid #E7F2FA;
  position: relative;
  font-size: 0.9375rem;
  line-height: 180%;
  color: #3B3F41;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .sreviews-item__content {
    padding: 63px 20px;
    font-size: 0.875rem;
    line-height: 160%;
    border-width: 8px;
  }
}
.sreviews-item__content:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 31px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='28' viewBox='0 0 32 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.19 22.52L20.485 27.235C18.2617 24.7817 17.15 21.6383 17.15 17.805C17.15 9.98499 20.4083 4.23499 26.925 0.554996L31.18 4.695C27.5767 7.14833 25.775 10.8283 25.775 15.735C25.775 18.6483 26.58 20.91 28.19 22.52ZM11.515 22.52L3.81 27.235C1.58667 24.7817 0.475001 21.6383 0.475001 17.805C0.475001 9.98499 3.73333 4.23499 10.25 0.554996L14.505 4.695C10.9017 7.14833 9.1 10.8283 9.1 15.735C9.1 18.6483 9.905 20.91 11.515 22.52Z' fill='%23E7F2FA'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 28px;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .sreviews-item__content:before {
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
  }
}
.sreviews-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sreviews-item__author {
  display: flex;
  align-items: center;
  padding-left: 75px;
}
@media (max-width: 992px) {
  .sreviews-item__author {
    position: relative;
    padding-left: 85px;
    display: block;
  }
}
.sreviews-item__author img {
  margin-right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .sreviews-item__author img {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 36px;
    height: 36px;
    margin-right: 0;
    transform: translateY(-50%);
  }
}
.sreviews-item__author-name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: var(--black);
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .sreviews-item__author-name {
    font-size: 0.9375rem;
  }
}
.sreviews-item__author-name:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--blue);
  margin: 0 12px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .sreviews-item__author-name:after {
    display: none;
  }
}
.sreviews-item__author-date {
  font-size: 0.75rem;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: #72797C;
}
.sreviews-item__rating {
  display: flex;
  flex-wrap: wrap;
  width: 110px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .sreviews-item__rating {
    margin-left: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 15px;
    justify-content: center;
    bottom: 68px;
    width: unset;
    text-align: center;
  }
}
.sreviews-item__rating span {
  white-space: nowrap;
  width: 100%;
  margin-bottom: 2px;
  font-size: 0.75rem;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: #565859;
}
@media (max-width: 992px) {
  .sreviews-item__rating span {
    margin-bottom: 4px;
  }
}
.sreviews-item__rating svg + svg {
  margin-left: 3px;
}
.sreviews-item.swiper-slide-active {
  opacity: 1;
}
.sreviews-item.swiper-slide-active + * {
  opacity: 1;
}

.sform {
  background: #479EEF url("../img/default/sform-bg.png") center/cover no-repeat;
  margin-bottom: 100px;
  padding: 45px 0 0;
}
@media (max-width: 992px) {
  .sform {
    padding: 33px 0 0;
    margin-bottom: 45px;
    position: relative;
  }
  .sform:before {
    content: "";
    position: absolute;
    height: 500px;
    left: 0;
    bottom: -1px;
    right: 0;
    background-color: var(--white);
  }
  .sform .sform-wrapper {
    position: relative;
    z-index: 1;
  }
}
.sform-main {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .sform-main {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
  }
}
.sform-main__subtitle {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 118.1818181818%;
  letter-spacing: 0.31em;
  text-transform: uppercase;
  color: var(--white);
}
.sform-main__title {
  color: var(--white);
}
@media (max-width: 992px) {
  .sform-main__title {
    margin-bottom: 45px;
  }
}
.sform-main-block {
  max-width: calc(100% - 590px);
  width: 100%;
}
@media (max-width: 992px) {
  .sform-main-block {
    max-width: 100%;
  }
}
.sform-main__blockquote {
  margin: 0;
  padding-left: 70px;
  font-size: 0.875rem;
  line-height: 171.4285714286%;
  color: var(--white);
  position: relative;
}
@media (max-width: 992px) {
  .sform-main__blockquote {
    padding-left: 0;
  }
}
.sform-main__blockquote:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 47px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='40' viewBox='0 0 47 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8906 0.804688V13.8711C27.8906 19.0664 29.1797 24.1055 31.7578 28.9883C34.3359 33.9102 36.875 37.5039 39.375 39.7695L45.6445 37.0742C43.6523 34.8086 41.7188 31.7813 39.8438 27.9922C38.0078 24.2422 37.0898 20.5703 37.0898 16.9766H46.7578V0.804688H27.8906ZM0 0.804688V13.8711C0 19.0664 1.28906 24.1055 3.86719 28.9883C6.44531 33.9102 8.98438 37.5039 11.4844 39.7695L17.7539 37.0742C15.7617 34.8086 13.8281 31.7813 11.9531 27.9922C10.1172 24.2422 9.19922 20.5703 9.19922 16.9766H18.8672V0.804688H0Z' fill='%238AD377'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .sform-main__blockquote:before {
    left: 50%;
    bottom: calc(100% + 8px);
    top: auto;
    width: 27px;
    height: 22px;
    background-size: 100% 100%;
    transform: translateX(-50%);
  }
}
.sform-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  margin-bottom: 65px;
}
@media (max-width: 992px) {
  .sform-list {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.sform-list__item {
  padding-left: 52px;
  position: relative;
}
@media (max-width: 992px) {
  .sform-list__item {
    padding-left: 42px;
  }
}
.sform-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 39px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='39' viewBox='0 0 30 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.6182 7.89643L15.1386 0.0859366C14.9238 -0.0301213 14.6663 -0.0284925 14.4531 0.0900087L0.37411 7.9005C0.143208 8.02878 0 8.27392 0 8.54065V18.7432C0.00844767 27.1299 4.91693 34.7172 12.5077 38.0772L14.462 38.9393C14.6446 39.0199 14.8526 39.0203 15.0356 38.9401L17.2376 37.9774C24.9692 34.6903 29.9992 27.0297 30 18.5408V8.54065C30 8.27107 29.8532 8.02308 29.6182 7.89643ZM28.5583 18.5408C28.5567 26.4445 23.8722 33.5762 16.6732 36.6348L16.6684 36.6373L14.7508 37.4753L13.0846 36.7395C6.01875 33.612 1.44937 26.55 1.44133 18.7432V8.97271L14.8043 1.55885L28.5583 8.97801V18.5408Z' fill='%2375B7F3'/%3E%3Cpath d='M9.4859 18.27C9.22724 17.9633 8.77228 17.9271 8.46937 18.1889C8.16646 18.4504 8.13066 18.9113 8.38932 19.2176L12.1972 23.7316C12.4514 24.033 12.8967 24.0741 13.2 23.8241L22.0685 16.5201C22.3774 16.266 22.4241 15.8063 22.1727 15.4935C21.9216 15.1812 21.4675 15.1336 21.1585 15.3881L12.8364 22.2416L9.4859 18.27Z' fill='%2375B7F3'/%3E%3C/svg%3E%0A");
}
.sform-list__item-title {
  font-size: 1.1875rem;
  line-height: 142.1052631579%;
  color: var(--white);
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .sform-list__item-title {
    margin-bottom: 4px;
  }
}
.sform-list__item-text {
  font-size: 0.875rem;
  line-height: 171.4285714286%;
  color: var(--white);
}
@media (max-width: 992px) {
  .sform-list__item-text {
    font-size: 0.8125rem;
  }
}
.sform__title {
  color: var(--white);
  text-align: center;
}
@media (max-width: 992px) {
  .sform__title {
    margin-bottom: 20px;
  }
}
.sform-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 25px;
  background: var(--white);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.11);
  border-radius: 2px 2px 0px 0px;
  padding: 45px 37px;
  transform: translate(-50%, 40px);
  width: 990px;
  max-width: 100%;
  margin-left: 50%;
}
@media (max-width: 992px) {
  .sform-inner {
    transform: none;
    margin-left: 0;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 30px 15px 25px;
    gap: 20px 0;
  }
}
.sform-inner button[type=submit] {
  width: 255px;
  margin: -5px auto 0;
}
@media (max-width: 992px) {
  .sform-inner button[type=submit] {
    width: 210px;
    padding: 0;
    margin: 0 auto;
    min-height: 50px;
  }
}
.sform-inner .entry-form-promo {
  margin: 0;
}
.sform-inner .entry-form__custom {
  width: 440px;
  max-width: 100%;
  margin: -10px auto 0;
}
@media (max-width: 992px) {
  .sform-inner .entry-form__custom {
    width: 100%;
    font-size: 0.75rem !important;
  }
  .sform-inner .entry-form__custom br {
    display: none;
  }
}
.sform-inner .w100 {
  grid-column: 1/3;
}
@media (max-width: 992px) {
  .sform-inner .w100 {
    grid-column: 1;
  }
}

.students {
  overflow: hidden;
}
.students h2 {
  font-size: 1.5625rem;
}

.rate {
  overflow: hidden;
  padding: 0;
  border: none;
}
.rate:not([disabled]) .rate__input ~ .rate__star:hover::before, .rate:not([disabled]) .rate__input ~ .rate__star:hover ~ .rate__star::before {
  display: block;
  background-image: url("../img/svg/rate/star_hover.svg");
}
.rate .rate__input {
  display: none;
}
.rate .rate__input:checked + .rate__star::before, .rate .rate__input:checked ~ .rate__star::before {
  display: block;
}
.rate .rate__star {
  float: right;
  display: block;
  width: 19px;
  height: 13px;
  background-size: 13px;
  padding-left: 6px;
  background-repeat: no-repeat;
  background-image: url("../img/svg/rate/star-o.svg");
  background-position: top right;
  cursor: pointer;
}
.rate .rate__star:active {
  -webkit-tap-highlight-color: transparent;
}
.rate .rate__star::before {
  content: "";
  display: none;
  background-repeat: no-repeat;
  width: 19px;
  height: 13px;
  background-size: 13px;
  background-image: url("../img/svg/rate/star.svg");
}
.rate .rate__star.rate__star_on, .rate .rate__star.rate__star_on::before {
  background-image: url("../img/svg/rate/star.svg");
}
.rate .rate__star.rate__star_hf, .rate .rate__star.rate__star_hf::before {
  background-image: url("../img/svg/rate/star-half-full.svg");
}
.rate .rate__star.rate__star_hf_1, .rate .rate__star.rate__star_hf_1::before {
  background-image: url("../img/svg/rate/star-half-q1.svg");
}
.rate .rate__star.rate__star_hf_2, .rate .rate__star.rate__star_hf_2::before {
  background-image: url("../img/svg/rate/star-half-q2.svg");
}
.rate.rate_medium .rate__star {
  width: 20px;
  height: 15px;
  background-size: 15px;
  padding-left: 5px;
}
.rate.rate_medium .rate__star::before {
  width: 20px;
  height: 15px;
  background-size: 15px;
}

.authors-required {
  font-family: var(--default);
  background: #f3f9ff;
}
.authors-required__title {
  max-width: 667px;
  width: 100%;
  margin: 0 auto 16px;
  text-align: center;
}
@media (min-width: 1181px) {
  .authors-required__title {
    max-width: 1067px;
    margin: 0 0 16px;
    text-align: initial;
  }
}
.authors-required__content {
  max-width: initial;
  grid-row-gap: 30px;
}
@media (min-width: 1181px) {
  .authors-required__content {
    grid-template-columns: 780px 1fr;
  }
}
.authors-required__description {
  max-width: 780px;
  width: 100%;
}
.authors-required__subtitle {
  margin-bottom: 16px;
}
.authors-required .step-item {
  grid-template-columns: 50px 1fr;
}
.authors-required .step-item__icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
}
.authors-required .step-item__title {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  text-align: left;
}
.authors-required .step-item__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}
.authors-required__list {
  display: block;
}
@media (min-width: 1181px) {
  .authors-required__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.authors-required__phrase {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  max-width: 587px;
  width: 100%;
  margin-top: 26px;
}
@media (min-width: 1181px) {
  .authors-required__phrase {
    margin-top: 36px;
  }
}
.authors-required__image {
  display: flex;
  justify-content: center;
}
@media (min-width: 1181px) {
  .authors-required__image {
    display: block;
  }
}
.authors-required__image img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 269px;
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1181px) {
  .authors-required__image img {
    max-width: initial;
    width: 570px;
    height: 461px;
    position: absolute;
    left: 55%;
  }
}
@media (min-width: 1420px) {
  .authors-required__image img {
    right: 0;
  }
}

.working-conditions {
  padding: 40px 0;
}
@media (min-width: 1181px) {
  .working-conditions {
    padding: 60px 0 0;
  }
}
.working-conditions__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto 10px;
}
@media (min-width: 1181px) {
  .working-conditions__content {
    display: grid;
    grid-template-columns: 645px 1fr;
    grid-column-gap: 60px;
  }
}
.working-conditions__title {
  line-height: 29px;
  margin-bottom: 16px;
}
@media (min-width: 1181px) {
  .working-conditions__title {
    line-height: 53px;
  }
}
.working-conditions__subtitle {
  margin-bottom: 16px;
}
.working-conditions__image_desktop {
  display: none;
}
@media (min-width: 1181px) {
  .working-conditions__image_desktop {
    display: block;
  }
}
.working-conditions__image_mobile {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .working-conditions__image_mobile {
    display: none;
  }
}
.working-conditions__list {
  margin-top: 16px;
}
@media (min-width: 1181px) {
  .working-conditions__list {
    margin-top: 0;
  }
}
.working-conditions .step-item__title {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  text-align: left;
}
.working-conditions .step-item__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}

.video-section {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 631px) {
  .video-section {
    padding: 70px 0;
  }
}
.video-section__wrap {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  overflow: hidden;
}
.video-section__title {
  font-family: "Gilroy", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 631px) {
  .video-section__title {
    font-size: 45px;
    line-height: 53px;
    text-align: left;
  }
}
.video-section__button {
  text-align: center;
}
.video-section .video-slider {
  overflow: hidden;
  padding: 35px 15px 40px;
}
@media (max-width: 639px) {
  .video-section .video-slider {
    padding: 35px 60px 40px 0;
  }
}
.video-section .video-slider__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 250px;
  background-color: #fff;
}
.video-section .video-slider__item iframe {
  border-radius: 8px;
  box-shadow: 0 0 22px rgba(13, 14, 15, 0.08);
}
.video-section .video-slider__controls {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 630px) {
  .video-section .video-slider__controls {
    margin-top: 25px;
  }
}
.video-section .video-slider__controls .btn-rounded--prev {
  margin-right: 28px;
}
.video-section .video-slider__description {
  margin-top: 10px;
}
.video-section .video-slider__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  margin: 0 0 3px;
}
@media (min-width: 631px) {
  .video-section .video-slider__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.video-section .video-slider__date {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #83888e;
}

.btn-rounded {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
  cursor: pointer;
}
.btn-rounded:hover {
  box-shadow: none;
  background-color: var(--green);
  transition: background-color var(--transition-speed) var(--transition-timing-function), box-shadow var(--transition-speed) var(--transition-timing-function);
}
.btn-rounded:hover .icon {
  fill: var(--white);
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.btn-rounded .icon {
  width: 9px;
  height: 16px;
  fill: #ababb1;
  transition: fill var(--transition-speed) var(--transition-timing-function);
}
.btn-rounded--prev .icon {
  transform: scale(-1, 1);
}

.author-form {
  padding: 40px 0;
}
@media (min-width: 1181px) {
  .author-form {
    padding: 100px 0;
  }
}
.author-form_blue {
  background-image: url("../img/main/author-form-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.author-form_white {
  background: radial-gradient(21.33% 52.95% at 68.33% 50%, rgba(243, 249, 255, 0) 0%, #fdfdfd 100%);
}
.author-form__content {
  grid-row-gap: 15px;
}
@media (min-width: 1181px) {
  .author-form__content {
    grid-template-columns: 565px 1fr;
    grid-column-gap: 36px;
  }
}
.author-form__title {
  font-family: "Gilroy", sans-serif;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1181px) {
  .author-form__title {
    font-size: 45px;
  }
}
.author-form__subtitle {
  color: rgb(71, 75, 78);
}
.author-form__form {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  border: 2px dashed rgb(206, 224, 241);
  padding: 12px;
}

.banner-article {
  background-color: #479EEF;
  border-radius: 10px;
  margin: 15px 0;
  padding: 20px;
}
@media (min-width: 48em) {
  .banner-article {
    margin: 30px 0;
  }
}
.banner-article__content {
  display: block;
}
@media (min-width: 48em) {
  .banner-article__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.banner-article__img {
  margin-bottom: 12px;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  .banner-article__img {
    margin-bottom: 0;
  }
}
.banner-article__img img {
  display: block;
  width: 90px;
  height: 90px;
}
.banner-article__text {
  color: #FFFFFF;
  max-width: 373px;
  width: 100%;
}
.banner-article__title {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  margin-bottom: 3px;
}
@media (min-width: 48em) {
  .banner-article__title {
    font-size: 29px;
    line-height: 36px;
  }
}
.banner-article__subtitle {
  font-family: var(--default);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 48em) {
  .banner-article__subtitle {
    margin-bottom: 0;
  }
}

.reviews-main {
  background-color: #f0f5fb;
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .reviews-main {
    padding: 100px 0 0;
  }
}
.reviews-main__container {
  display: grid;
  grid-row-gap: 30px;
  justify-content: center;
}
@media (min-width: 1181px) {
  .reviews-main__container {
    grid-template: "text header" "image header";
    grid-row-gap: 0;
    grid-template-columns: 581px 1fr;
    justify-content: initial;
  }
}
.reviews-main__description {
  padding: 15px 0 0;
  width: 100%;
  position: relative;
  z-index: 7;
}
@media (min-width: 1181px) {
  .reviews-main__description {
    padding: 70px 0 120px;
    max-width: 581px;
  }
}
.reviews-main__title {
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 7px;
}
@media (min-width: 1181px) {
  .reviews-main__title {
    text-align: left;
    font-size: 50px;
    line-height: 53px;
    margin-bottom: 27px;
  }
}
.reviews-main__subtitle {
  margin: 0 0 12px;
  text-align: center;
}
@media (min-width: 1181px) {
  .reviews-main__subtitle {
    text-align: left;
    margin-bottom: 27px;
  }
}
.reviews-main__list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 581px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (min-width: 1181px) {
  .reviews-main__list {
    margin: 0;
    gap: 15px;
  }
}
.reviews-main__item {
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .reviews-main__item {
    padding: 15px;
  }
}
.reviews-main__count {
  color: #2789ec;
  font-size: 24px;
  font-weight: 800;
  line-height: 23px;
  margin: 0 0 4px;
}
@media (min-width: 1181px) {
  .reviews-main__count {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 10px;
  }
}
.reviews-main__count-description {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 1181px) {
  .reviews-main__count-description {
    font-size: 14px;
    line-height: 19px;
  }
}
.reviews-main__image {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 1181px) {
  .reviews-main__image {
    display: block;
  }
}
.reviews-main__image img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 225px;
  position: relative;
  bottom: -10px;
  right: 0;
  z-index: 1;
}
@media (min-width: 1181px) {
  .reviews-main__image img {
    max-width: initial;
    width: 763px;
    height: 504px;
    bottom: -34px;
    right: -20px;
  }
}

.reviews-feedback {
  padding: 40px 0;
}
@media (min-width: 1181px) {
  .reviews-feedback {
    padding: 10px 0 70px;
  }
}
.reviews-feedback__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 29px;
  line-height: 34px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
}
@media (min-width: 1181px) {
  .reviews-feedback__title {
    text-align: left;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 30px;
  }
}
.reviews-feedback__button {
  display: flex;
  margin: 0 auto;
}
.reviews-feedback__button svg {
  margin-right: 10px;
}
.reviews-feedback .reviews-feedback-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 631px) {
  .reviews-feedback .reviews-feedback-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
}
.reviews-feedback .reviews-feedback-list__item {
  height: 100%;
  padding: 15px;
  background: var(--white);
  box-shadow: 0px 0px 22px rgba(13, 14, 15, 0.08);
  border-radius: 5px;
  align-self: flex-start;
}
@media (min-width: 631px) {
  .reviews-feedback .reviews-feedback-list__item {
    padding: 25px;
  }
}
.reviews-feedback .reviews-feedback-list__header {
  justify-content: space-between;
  display: flex;
  margin: 0 0 8px;
}
.reviews-feedback .reviews-feedback-list__header-description {
  display: flex;
  flex-direction: column;
}
.reviews-feedback .reviews-feedback-list__avatar {
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc url("../img/svg/user.svg") no-repeat center;
  background-size: 25px 25px;
}
.reviews-feedback .reviews-feedback-list__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-feedback .reviews-feedback-list__title {
  font-size: 19px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 9px;
  color: var(--black-text);
}
@media (min-width: 631px) {
  .reviews-feedback .reviews-feedback-list__title {
    font-size: 24px;
    line-height: 22px;
  }
}
.reviews-feedback .reviews-feedback-list__item-rates {
  display: flex;
}
.reviews-feedback .reviews-feedback-list__body {
  position: relative;
  font-size: 0.8125rem;
  line-height: 160%;
  color: var(--black-text);
  margin-bottom: 9px;
}
@media (min-width: 631px) {
  .reviews-feedback .reviews-feedback-list__body {
    font-size: 0.875rem;
    line-height: 157.1428571429%;
  }
}
.reviews-feedback .reviews-feedback-list .clamped {
  position: relative;
  overflow: hidden;
  height: 150px;
}
.reviews-feedback .reviews-feedback-list .clamped::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.7) 19.4%, #ffffff 60.9%);
  transition: opacity 0.3s;
  z-index: 10;
}
.reviews-feedback .reviews-feedback-list__button {
  display: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #479eef;
  border-bottom: 1px dashed #479eef;
  transition: 0.3s;
  cursor: pointer;
}
.reviews-feedback .reviews-feedback-list__button:hover {
  border-bottom: 1px dashed transparent;
}
.reviews-feedback .reviews-item-rate {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
@media (min-width: 631px) {
  .reviews-feedback .reviews-item-rate {
    margin-bottom: 17px;
  }
}
.reviews-feedback .reviews-item-rate__text {
  margin-left: 8px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 183.3333333333%;
  color: var(--gray);
}
.reviews-feedback .reviews-item-rate__label {
  padding: 0 30px 0 9px;
  background-color: var(--yellow);
  border-radius: 28px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: normal;
  color: var(--white);
}
.reviews-feedback .reviews-item-rate__label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 1px;
  height: 11px;
  transform: translateY(-50%);
  background: rgba(230, 158, 50, 0.66);
}
.reviews-feedback .reviews-item-rate__label:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/svg/star.svg") no-repeat center;
  background-size: 100% 100%;
}
