:root {
  --viewport-max: 1700px;
  --viewport-min: 320px;
  --view-k: 1380px;

  --c-bg--main: #ecf6fc;
  --c-bg--alt: #fff;
  --c-bg--dark: #25353E;
  --c-bg--darker: #152630;
  --c-bg--brand: #35A833;

  --c-text--main: #152630;
  --c-text--brand: #35A833;
  --c-text--inverse: #fff;

  --c-bd-main: #d2deed;

  --fz-base: 13px; /*13px*/
  --fz-p2: 1.142857rem; /*15px*/
  --fz-p4: 1.285714rem; /*17px*/
  --fz-p5: 1.357143rem; /*18px*/
  --fz-p6: 1.428571rem; /*19px*/
  --fz-p10: 1.714286rem; /*23px*/
  --fz-p16: 2.142857rem; /*29px*/
  --fz-p22: 2.571428rem; /*35px*/
  --fz-p46: 4.285714rem; /*59px*/
}

html {
  font-size: var(--fz-base);
  line-height: 1.4;
}

body {
  background: url("../img/desktop-bg.svg") center 0 no-repeat var(--c-bg--main);
  background-size: 100% auto;
}

@media screen and (max-width: 1024px) {
  body {
    background-image: url("../img/mobile-bg.svg");
  }
}

.container {
  max-width: 1702px;
  padding: 0 15px;
  margin: 0 auto;
  transform: scale(.95);
}

/*@media screen and (max-width: 1024px) {}*/

/*region typography*/
.nobr {
  white-space: nowrap;
}

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

.text--brand {
  color: var(--c-text--brand);
}

/*endregion*/

/*region logo*/
.logo {
  display: block;
  width: 253px;
  height: 51px;
  cursor: pointer;
}

.logo__img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1024px) {
  .logo {
    width: 169px;
    height: 34px;
  }
}

/*endregion*/

/*region header*/
.header {
  padding: 20px 0;
}

.header__wrap {
  display: flex;
}

.header__space {
  flex: 1 1 0;
}

.header__controls {
  display: flex;
  align-items: center;
}

.header__login {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--c-text--main);
  text-decoration: none;
  margin: 0 20px;
  border: none;
  background: none;
  cursor: pointer;
}

.header__login:active,
.header__login:focus {
  outline: none;
}

.header__try-demo {
  padding: 18px 40px;
  margin: 0 20px;
  color: var(--c-text--inverse);
  font-size: var(--fz-p4);
  background: var(--c-bg--brand);
  border-radius: 40px;
  line-height: 1;
  text-decoration: none;
}

.header__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 0 0 20px;
  color: var(--c-text--brand);
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  text-decoration: none;
}

.header__menu-btn,
.header__menu-control {
  display: none;
}


@media screen and (max-width: 1024px) {
  .header {
    position: relative;
    padding: 15px 0;
    z-index: 1;
  }

  .header__wrap {
    align-items: center;
  }

  .header__controls {
    position: absolute;
    top: -1000px;
    max-width: 100vw;
    flex-direction: column;
    align-items: stretch;
    background: var(--c-bg--alt);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    transform: scaleY(0);
  }

  .header__menu-control:checked ~ .header__controls {
    top: 100%;
    right: 0;
    transform: scaleY(1);
  }

  .header__menu-btn {
    display: block;
  }

  .header__login,
  .header__lang,
  .header__try-demo {
    width: auto;
    height: auto;
    padding: 1rem;
    margin: 0;
    border: none;
    background: none;
    font-size: var(--fz-p4);
    text-align: left;
    color: inherit;
    justify-content: flex-start;
  }
}

/*endregion*/

/*region request demo on first sign*/
.request-demo {
  max-width: 1400px;
  margin: 120px auto 140px;
}

.request-demo__headline {
  margin: 0 0 34px;
  font-size: var(--fz-p46);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.request-demo__intro {
  max-width: 1024px;
  margin: 0 auto 34px;
  font-size: var(--fz-p10);
  text-align: center;
  line-height: 1.8;
}

.request-demo__form {
  display: flex;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-shadow: 0 16px 32px rgba(49, 58, 49, 0.07);
  border-radius: 78px;
  color: rgba(0, 0, 0, .7);
  background: var(--c-bg--alt);
}

.request-demo__input {
  flex: 1 1 auto;
}

.request-demo__button {
  flex: 0 1 320px;
  margin: 5px;
  color: inherit;
  border: none;
  background: none;
}

@media screen and (max-width: 1024px) {
  .request-demo {
    margin: 45px 0 70px;
  }

  .request-demo__headline {
    margin: 0 0 25px;
    font-size: var(--fz-p22);
  }

  .request-demo__intro {
    margin: 0 0 25px;
    font-size: var(--fz-p5);
  }

  .request-demo__form {
    flex-wrap: wrap;
    background: none;
    box-shadow: none;
  }

  .request-demo__input,
  .request-demo__button {
    flex: 1 1 100%;
  }

  .request-demo__button {
    margin: 15px 0 0;
  }
}

/*endregion*/

/*region float panel with request*/
.request-panel-float {
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  box-shadow: 0 8px 32px rgba(49, 58, 49, 0.2);
  background: #f7f8f8;
  z-index: 11;
}

.request-panel-float__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1414px;
  padding: 0 4px;
  margin: 0 auto;
}

.request-panel-float__info {
  flex: 0 1 750px;
  font-size: var(--fz-p2);
  font-weight: bold;
  line-height: 1.9;
}

.request-panel-float__button {
  flex: 0 1 330px;
}

@media screen and (max-width: 1024px) {
  .request-panel-float {
    padding: 4px 0;
  }

  .request-panel-float__info {
    display: none;
  }

  .request-panel-float__button {
    flex: 1 1 auto;
  }
}

/*endregion*/

/*region form control*/
.form-control {
  display: flex;
  min-height: 65px;
  box-shadow: 0 16px 32px rgba(49, 58, 49, 0.07);
  border-radius: 78px;
  color: rgba(0, 0, 0, .7);
  background: var(--c-bg--alt);
}

.form-control--square {
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #cfd8dc;
}

.form-control__input {
  flex: 1 1 0;
  padding: 0 35px;
  color: inherit;
  border: none;
  background: none;
}

.form-control__input:focus,
.form-control__input:active {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
/*endregion*/

/*region button*/
.button {
  padding: 18px 40px;
  color: var(--c-text--inverse);
  font-size: var(--fz-p4);
  background: var(--c-bg--brand);
  border-radius: 78px;
  border: 1px solid var(--c-bg--brand);
  cursor: pointer;
}

.button:disabled {
  opacity: .5;
}
/*endregion*/

/*region interface demo*/
.demo-ui {
  position: relative;
  width: 100%;
  max-width: 994px;
  margin: 0 auto 60px;
}

.demo-ui__cutter {
  max-width: 100%;
  overflow: hidden;
}

.demo-ui__screen-title {
  padding: 12px 22px;
  height: 34px;
  border-radius: 6px 6px 0 0;
  background: var(--c-text--main);
  box-sizing: border-box;
}

.demo-ui__dots {
  display: flex;
  margin: 0 18px;
  width: 10px;
  height: 10px;
  background: var(--c-bg--alt);
  border-radius: 50%;
}

.demo-ui__dots:before,
.demo-ui__dots:after {
  content: '';
  display: block;
  flex: 0 0 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--c-bg--alt);
}

.demo-ui__dots:before {
  transform: translateX(-18px);
}

.demo-ui__dots:after {
  transform: translateX(8px);
}

.demo-ui__person {
  position: absolute;
  bottom: -13px;
}

.demo-ui__person:before {
  content: '';
  display: block;
}

.demo-ui__person img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.demo-ui__person--table {
  width: 18.5vw;
  bottom: -3px;
  right: 100%;
  transform: translateX(18%);
}

.demo-ui__person--table:before {
  padding-top: 148.7324%;
}

.demo-ui__person--plant {
  width: 26.5vw;
  left: 100%;
  transform: translateX(-37%);
}

.demo-ui__person--plant:before {
  padding-top: 96.2671%;
}

@media screen and (max-width: 1024px) {
  .demo-ui__person--table {
    right: 90%;
    width: 23.5vw;
  }

  .demo-ui__person--plant {
    left: 90%;
    width: 36.5vw;
  }
}

/*endregion*/

/*region effectiveness*/
.effectiveness {
  margin-bottom: 140px;
}

.effectiveness__title {
  font-size: var(--fz-p22);
  font-weight: bold;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 30px;
  text-align: center;
}

.effectiveness__under-title {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 90px;
  font-size: var(--fz-p4);
  text-align: center;
  line-height: 1.6;
}

.effectiveness__metrics {
  display: flex;
  justify-content: space-between;
}

.effectiveness__metric-point {
  flex: 0 0 10.8vw;
  font-size: var(--fz-p5);
  line-height: 1.2;
  text-align: center;
}

.effectiveness__metric-point b {
  display: block;
  margin: 0 0 12px;
  font-size: var(--fz-p22);
  line-height: 1;
}

.effectiveness__separator {
  flex: 0 0 1px;
  background: var(--c-bd-main);
}

@media screen and (max-width: 1024px) {
  .effectiveness {
    margin-bottom: 50px;
  }

  .effectiveness__title {
    margin-bottom: 11px;
    font-size: var(--fz-p6);
  }

  .effectiveness__under-title {
    margin-bottom: 65px;
  }

  .effectiveness__metrics {
    flex-direction: column;
  }

  .effectiveness__separator,
  .effectiveness__metric-point {
    margin: 0 0 14px;
  }
}

/*endregion*/

/*region inspiration*/
.inspiration-text {
  max-width: 1024px;
  margin: 0 auto 110px;
  font-size: var(--fz-p16);
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .inspiration-text {
    font-size: var(--fz-p10);
    text-align: left;
    margin-bottom: 90px;
  }

}

/*endregion*/

/*region how-it-works*/
.how-it-works {
  max-width: 100%;
  margin: 0 0 140px;
  overflow: hidden;
  box-sizing: border-box;
}

.how-it-works__title {
  font-size: var(--fz-p46);
  margin: 0;
}

.how-it-works__cols {
  display: flex;
  align-items: flex-start;
}

.how-it-works__col {
  flex: 0 0 43.54vw;
  padding: 40px 0 0;
  margin: 0;
}

.how-it-works__pic {
  padding: 0 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .how-it-works {
    margin-bottom: 60px;
  }

  .how-it-works__title {
    font-size: var(--fz-p16);
  }

  .how-it-works__cols {
    flex-direction: column;
    align-items: initial;
    padding: 0;
  }

  .how-it-works__col {
    flex: 1 1 100%;
  }

  .how-it-works__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden;
  }

  .how-it-works__pic img {
    width: 200%;
    max-width: 200%;
  }
}

/*endregion*/

/*region list of items (boxed)*/
.box-list {
  display: flex;
  margin: 20px 0;
  list-style: none;
}

.box-list--vertical {
  flex-wrap: wrap;
}

.box-list__item {
  position: relative;
  flex: 1 1 0;
  padding: 26px 26px 26px 68px;
  font-size: var(--fz-p4);
  border: 1px solid var(--c-bg--main);
  border-radius: 6px;
  background: var(--c-bg--alt);
  line-height: 1.8;
  overflow: hidden;
}

.box-list--vertical .box-list__item {
  flex-basis: 100%;
}

.box-list__item + .box-list__item {
  margin: 0 0 0 30px;
}

.box-list--vertical .box-list__item + .box-list__item {
  margin: 16px 0 0;
}

.box-list__item:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--c-bg--brand);
  opacity: 0.2;
}

.box-list__item:after {
  content: '';
  position: absolute;
  display: block;
  top: calc(26px + 0.5em);
  left: 38px;
  width: 12px;
  height: 12px;
  background: var(--c-bg--brand);
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .box-list {
    flex-wrap: wrap;
  }

  .box-list__item {
    flex-basis: 100%;
    padding: 20px 20px 20px 40px;
    margin-left: 0;
    font-size: var(--fz-p4);
  }

  .box-list__item:after {
    top: calc(20px + 0.5em);
    left: 20px;
  }

  .box-list__item + .box-list__item {
    margin: 16px 0 0;
  }
}

/*endregion*/

/*region reviews*/
.reviews {
  margin: 0 0 104px;
}

.reviews__title {
  max-width: 1024px;
  margin: 0 auto 40px;
  font-size: var(--fz-p46);
  font-weight: bold;
  text-align: center;
}

.reviews__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 102px;
}

.reviews__category {
  font-size: var(--fz-p5);
  color: var(--c-text--brand);
  text-decoration: none;
}

.reviews__card {
  width: 83%;
  padding: 75px 105px;
  margin: 0 auto;
  box-shadow: 0 16px 32px rgba(49, 58, 49, 0.07);
  border-radius: 6px;
  background: var(--c-bg--alt);
  box-sizing: border-box;
}

.reviews__review {
  display: flex;
  margin: 0 0 60px;
}

.reviews__person {
  flex: 0 0 159px;
  width: 159px;
  height: 159px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews__person img {
  width: 110%;
  max-width: 110%;
  margin: -5%;
}

.reviews__content {
  padding: 0 63px 0 160px;
}

.reviews__text {
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 19px;
  font-size: var(--fz-p5);
  line-height: 1.9;
}

.reviews__text:before,
.reviews__text:after {
  content: '';
  position: absolute;
  width: 47px;
  height: 35px;
  background: 0 0 no-repeat;
  background-size: contain;
}

.reviews__text:before {
  top: 0;
  left: -96px;
  background-image: url("../img/quote-open.svg");
}

.reviews__text:after {
  right: -63px;
  bottom: 0;
  background-image: url("../img/quote-close.svg");
}

.reviews__author {
  font-size: var(--fz-p5);
  color: rgba(21, 38, 48, .4);
}

.reviews__author b {
  display: block;
  margin: 0 0 7px;
  font-size: var(--fz-p10);
  color: var(--c-text--main);
}

.reviews__brands {
  display: flex;
  justify-content: space-around;
  flex: 1 1 100%;
}

.reviews__brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 316px;
  max-width: 316px;
  height: 95px;
  border: 1px solid var(--c-bg--main);
  box-sizing: border-box;
  border-radius: 6px;
  opacity: .3;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}

.reviews__brand-item:hover,
.slick-current .reviews__brand-item {
  opacity: 1;
}

.reviews__brand-item img {
  width: auto;
}

@media screen and (max-width: 1024px) {
  .reviews {
    margin-bottom: 70px;
  }

  .reviews__title {
    margin-bottom: 35px;
    font-size: var(--fz-p16);
  }

  .reviews__categories {
    flex-direction: column;
  }

  .reviews__category {
    font-size: var(--fz-p4);
    margin-bottom: 20px;
  }

  .reviews__card {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .reviews__card .slick-list {
    padding: 30px 25px;
  }

  .reviews__person {
    flex-basis: 101px;
    width: 101px;
    height: 101px;
    margin: 0 auto 50px;
  }

  .reviews__review {
    flex-direction: column;
  }

  .reviews__content {
    padding: 0;
  }

  .reviews__text {
    font-size: var(--fz-p4);
  }

  .reviews__text:before,
  .reviews__text:after {
    width: 28px;
    height: 20px;
  }

  .reviews__text:before {
    top: -20px;
    left: -14px;
  }

  .reviews__text:after {
    right: -14px;
  }
}

/*endregion*/

/*region carousel*/
.carousel {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  width: 72%;
  margin: 0 auto 140px;
}

.carousel .slick-list {
  flex: 1 1 0;
  margin: 0 70px;
}

.carousel.slick-initialized .slick-slide {
  display: inline-block !important;
}

.carousel .slick-slide {
  float: none !important;
}

.carousel__item {
  display: inline-block;
  width: 160px;
  vertical-align: middle;
}

.carousel__item img {
  width: auto;
  max-width: 90%;
  margin: 0 auto;
}

.carousel__arrow {
  position: absolute;
  display: block;
  top: calc(50% - 26px);
  width: 53px;
  height: 53px;
  background: url("../img/arrow-circle.svg") 0 0 no-repeat;
  background-size: cover;
  z-index: 10;
}

.carousel__arrow--left {
  left: 0;
}

.carousel__arrow--right {
  transform: rotate(180deg);
  right: 0;
}

@media screen and (max-width: 1024px) {
  .carousel {
    width: auto;
    margin-bottom: 50px;
  }

  .carousel__arrow {
    top: calc(50% - 15px);
    width: 15px;
    height: 31px;
    background-image: url("../img/arrow.svg");
  }

  .carousel .slick-list {
    flex: 1 1 0;
    margin: 0 20px;
  }
}

/*endregion*/

/*region request personal presentation*/
.personal-presentation {
  padding: 0 0 140px;
  background: url("../img/paper-fly.svg") center center no-repeat;
  background-size: auto 100%;
}

.personal-presentation__title {
  padding: 100px 0 0;
  width: 100%;
  max-width: 836px;
  margin: 0 auto 80px;
  font-size: var(--fz-p22);
  font-weight: bold;
  text-align: center;
}

.personal-presentation__form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media screen and (max-width: 1024px) {
  .personal-presentation {
    background-position: -25px 30px;
    padding-bottom: 60px;
  }

  .personal-presentation__title {
    margin-bottom: 25px;
    font-size: var(--fz-p6);
  }

  .personal-presentation__form {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 15px;
  }
}

/*endregion*/

/*region mass media*/
.mass-media-about-us {
  margin: 0 0 120px;
}

.mass-media-about-us__title {
  margin: 0 0 45px;
  font-size: var(--fz-p22);
  font-weight: bold;
  text-align: center;
}

.mass-media-about-us__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
}

.mass-media-about-us__media {
  opacity: .6;
  filter: grayscale(100%);
  transition: .3s ease-in-out;
  cursor: pointer;
}

.mass-media-about-us__media:hover {
  filter: grayscale(0);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .mass-media-about-us {
    margin-bottom: 70px;
  }
}

/*endregion*/

/*region footer*/
.footer {
  position: relative;
  padding: 65px 0 0;
  background: var(--c-bg--dark);
}

.footer__info {
  display: flex;
  align-items: center;
}

.footer__contacts {
  flex: 1 1 auto;
  text-align: right;
}

.footer__contact {
  color: var(--c-text--inverse);
  font-size: var(--fz-p4);
  text-decoration: none;
  margin: 0 0 0 36px;
  vertical-align: middle;
}

.footer__social {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 60px;
  text-decoration: none;
  vertical-align: middle;
}

.footer__social + .footer__social {
  margin: 0 0 0 16px;
}

.footer__copyrights {
  padding: 25px 0;
  margin: 65px 0 0;
  text-align: center;
  color: var(--c-text--inverse);
  background: var(--c-bg--darker);
  opacity: .5;
}

.footer__space-login {
  position: absolute;
  display: block;
  top: 28px;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .footer .logo {
    margin-bottom: 40px;
  }

  .footer__info {
    flex-direction: column;
  }

  .footer__contacts {
    text-align: center;
  }

  .footer__contact {
    display: block;
    margin: 0 0 25px;
  }

  .footer__social {
    margin-left: 0;
  }

  .footer__copyrights {
    margin: 35px 0 0;
  }
}

/*endregion*/

/*region Slick Theme*/
.slick-slide:focus {
  outline: none;
}
/*endregion*/

/*region progress bar*/
@keyframes riseToFull {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.progress-bar {
  position: relative;
  margin: 35px auto 0;
  width: 100%;
  max-width: 360px;
  height: 10px;
  background: rgba(236, 246, 252, .3);
  border-radius: 33px;
  overflow: hidden;
}

.progress-bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 10px;
  background: var(--c-bg--brand);
  border-radius: 33px;
  overflow: hidden;
}

.slick-current .progress-bar:before {
  animation: riseToFull 3s forwards;
  animation-timing-function: linear;
}
/*endregion*/

/*region modal*/
.modal {
  position: fixed;
  top: 0;
  left: -10000px;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out, left .05s ease-in-out .3s;
  transform-origin: 0 center;
  z-index: 100;
  text-align: center;
  overflow: hidden;
  opacity: 0;
}

.modal--open {
  left: 0;
  transition: left .05s ease-in-out, opacity .3s ease-in-out .05s;
  opacity: 1;
}

.modal__wrapper {
  width: 100%;
  max-height: 100vh;
  height: 100%;
  overflow: hidden auto;
}

.modal__wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .25);
}

.modal__container {
  position: relative;
  display: inline-block;
  width: calc(100% - 30px);
  max-width: 550px;
  padding: 42px 24px;
  margin: 0 0 40px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(49, 58, 49, 0.07);
  border-radius: 6px;
  box-sizing: border-box;
  z-index: 10;
  text-align: left;
  vertical-align: middle;
}

.modal__container--fly:before {
  content: '';
  position: absolute;
  top: -29px;
  right: -79px;
  width: 626px;
  height: 467px;
  background: url("../img/paper-fly-modal.svg") 0 0 no-repeat;
  z-index: -1;
}

.modal__header {
  font-size: var(--fz-p22);
  margin: 0 0 33px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .modal__container--fly {
    margin-top: 40px;
  }
}
/*endregion*/

/*region modal form*/
.modal-form {
  width: 100%;
  max-width: 413px;
  margin: 0 auto;
}

.modal-form .form-control {
  margin: 0 0 29px;
}

.modal-form__button {
  display: block;
  width: 100%;
  margin: 46px 0 29px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}

.modal-form__disclaimer {
  font-size: var(--fz-base);
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .modal-form__button {
    margin: 13px 0 20px;
  }

  .modal-form .form-control {
    margin: 0 0 20px;
  }
}
/*endregion*/

/*region document*/
.document {
  margin: 16px 64px 32px 64px;
  padding: 8px 16px;
  box-shadow: 0 16px 32px rgba(49, 58, 49, 0.07);
  border-radius: 6px;
  background: var(--c-bg--alt);
  box-sizing: border-box;
}

.document-top__caption {
  font-size: var(--fz-p22);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
}

.document-top__actual {
  font-size: var(--fz-p5);
}

.document-top__info {
  font-size: var(--fz-p5);
  font-weight: bold;
}

.document-block__caption {
  font-size: var(--fz-p16);
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 0;
}

.document-block__paragraph {
  font-size: var(--fz-p5);
  margin-top: 12px;
  margin-bottom: 0;
}

.document-block__list__item {
  font-size: var(--fz-p5);
  margin-left: -12px;
}

@media screen and (max-width: 1024px) {
  .document {
    margin: 16px 24px 32px 24px;
    padding: 8px 16px;
  }
}
/*endregion*/
