@import url(../fonts/Gilroy/stylesheet.css);
* {
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
}

body {
  font-family: 'Gilroy', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  padding-top: 77px;
}

@media screen and (max-width: 575.98px) {
  body {
    padding-top: 68px;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 1.7em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #555555;
}

@media screen and (max-width: 991.98px) {
  h2 {
    font-size: 1.75em;
    line-height: 1.2;
  }
}

@media screen and (max-width: 575.98px) {
  h2 {
    font-size: 1.5em;
  }
}

p {
  font-size: 1.3em;
  line-height: 1.2;
}

@media screen and (max-width: 575.98px) {
  p {
    font-size: 1.2em;
  }
}

.container {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1199.98px) {
  .container {
    max-width: 950px;
  }
}

@media screen and (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    max-width: 576px;
    width: 92%;
  }
}

img {
  max-width: 100%;
}

a.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

textarea {
  resize: none;
}

.button {
  display: inline-block;
  padding: 10px 42px;
  border-radius: 10px;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  border: 2px solid transparent;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button--primary {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.button--primary:hover {
  background-color: #C82333;
}

.button--primary:disabled {
  opacity: 0.2;
  cursor: none;
}

.button--secondary {
  color: #DC3545;
  border-color: #DC3545;
  background-color: #FFFFFF;
}

.button--secondary:hover {
  color: #F5C8CC;
  background-color: #DC3545;
}

.button--secondary:disabled {
  opacity: 0.2;
  cursor: none;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  z-index: 1000;
}

.header__menu-button {
  display: none;
}

.header__main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .header-wrapper {
    justify-content: space-between;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  width: 210px;
  margin-right: 60px;
}

@media screen and (max-width: 575.98px) {
  .header__logo {
    width: 150px;
  }
}

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .header-menu {
    display: none;
  }
}

.header-menu__item:not(:last-child) {
  margin-right: 70px;
}

@media screen and (max-width: 1199.98px) {
  .header-menu__item:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767.98px) {
  .header-menu__item:not(:last-child) {
    margin: 0 0 30px;
  }
}

.header-menu__link {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  text-decoration: none;
  transition: font-size 0.3s ease;
}

@media screen and (max-width: 991.98px) {
  .header-menu__link {
    font-size: 16px;
    line-height: 22px;
  }
}

.header-menu__link:hover, .header-menu__link:focus {
  font-size: 20px;
  transition: font-size 0.3s ease;
}

@media screen and (max-width: 767.98px) {
  .header-menu__link:hover, .header-menu__link:focus {
    font-size: 18px;
  }
}

.header-menu__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 0;
  height: 7px;
  background-color: #DC3545;
  transition: width 0.3s ease-out;
  border-radius: 20px;
}

@media screen and (max-width: 991.98px) {
  .header-menu__link:after {
    height: 5px;
  }
}

.header-menu__link:hover:after, .header-menu__link:focus:after {
  width: 120%;
}

@media screen and (max-width: 767.98px) {
  .header-menu__link:hover:after, .header-menu__link:focus:after {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .header-menu_mobile_visible {
    position: fixed;
    top: 78px;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    background-color: #FFFFFF;
  }
}

@media screen and (max-width: 767.98px) {
  .menu-button {
    width: 16px;
    height: 11px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: none;
    background-color: #FFFFFF;
    cursor: pointer;
  }
}

@media screen and (max-width: 767.98px) {
  .menu-button__line {
    width: 16px;
    height: 3px;
    background-color: #000000;
  }
}

.hero {
  padding-top: 190px;
  padding-bottom: 190px;
  background: url("../img/hero.jpg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767.98px) {
  .hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.hero__title {
  display: block;
  width: 400px;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
  text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 22px;
}

@media screen and (max-width: 767.98px) {
  .hero__title {
    font-size: 37px;
    line-height: 41px;
  }
}

@media screen and (max-width: 575.98px) {
  .hero__title {
    width: 100%;
    font-size: 37px;
    line-height: 41px;
    text-align: center;
  }
}

.hero__text {
  display: block;
  width: 350px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 22px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3%;
  border-radius: 5px;
}

@media screen and (max-width: 767.98px) {
  .hero__text {
    font-size: 17px;
    line-height: 20px;
  }
}

@media screen and (max-width: 575.98px) {
  .hero__text {
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }
}

.hero-buttons {
  width: 350px;
  height: 115px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  z-index: 10;
}

@media screen and (max-width: 575.98px) {
  .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    width: 92%;
  }
}

.hero__button--right {
  margin-left: auto;
}

@media screen and (max-width: 575.98px) {
  .hero__button--right {
    margin-left: 0;
  }
}

.services {
  padding-top: 20px;
  padding-bottom: 20px;
}

.services__title {
  margin: 20px 0;
}

@media screen and (max-width: 575.98px) {
  .services__title {
    margin: 20px 0;
  }
}

.services-cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services__card {
  margin-top: 50px;
}

@media screen and (max-width: 767.98px) {
  .services__card {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575.98px) {
  .services__card {
    margin-top: 15px;
  }
}

.card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 32%;
  min-height: 300px;
  border-radius: 30px;
  padding: 10px;
  background-color: #D7DADC;
}

@media screen and (max-width: 991.98px) {
  .card {
    flex-basis: 48%;
  }
}

@media screen and (max-width: 575.98px) {
  .card {
    flex-basis: 100%;
    justify-content: center;
  }
}

.card__background {
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 120%;
  z-index: 1;
  opacity: 0.2;
}

.card:hover {
  background-color: #DC3545;
}

.card:hover .card__background {
  opacity: 0.6;
}

.card:hover .card__icon {
  background-color: #D7DADC;
}

.card:hover .card__text {
  color: #FFFFFF;
}

.card__icon {
  margin-top: 17px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #DC3545;
  border-radius: 50%;
}

@media screen and (max-width: 575.98px) {
  .card__icon {
    margin-top: 0;
  }
}

.card__text {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: center;
  max-width: 300px;
  z-index: 2;
}

@media screen and (max-width: 767.98px) {
  .card__text {
    font-size: 1.3em;
  }
}

.advantages {
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(180deg, rgba(229, 229, 229, 0) 0%, rgba(215, 214, 214, 0.718585) 0.01%, rgba(214, 214, 214, 0.388724) 63.54%, rgba(194, 194, 194, 0.901841) 100%);
}

.advantages__title {
  margin: 20px 0;
}

@media screen and (max-width: 575.98px) {
  .advantages__title {
    margin: 20px 0;
  }
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantages__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 45%;
  margin-bottom: 43px;
}

@media screen and (max-width: 767.98px) {
  .advantages__item {
    width: 100%;
  }
}

.advantages__item:nth-last-child(1):nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}

.advantages__counter {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #DC3545;
}

@media screen and (max-width: 991.98px) {
  .advantages__counter {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 575.98px) {
  .advantages__counter {
    font-size: 1rem;
  }
}

.advantages__counter:after {
  content: '</>';
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #000000;
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 991.98px) {
  .advantages__counter:after {
    font-size: 1.3rem;
    margin-left: 23px;
    margin-right: 23px;
  }
}

@media screen and (max-width: 575.98px) {
  .advantages__counter:after {
    font-size: 1rem;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.advantages__text {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 991.98px) {
  .advantages__text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 575.98px) {
  .advantages__text {
    font-size: 1rem;
  }
}

.advantages__text--bold {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 991.98px) {
  .advantages__text--bold {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 575.98px) {
  .advantages__text--bold {
    font-size: 1rem;
  }
}

.statistics {
  padding-bottom: 40px;
}

.statistics-wrapper {
  position: relative;
  max-width: 1170px;
  width: 88%;
  margin: auto;
  font-size: 1vw;
  background: url("../img/bg-statistics.jpg") no-repeat top center/100% auto;
}

.statistics-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}

.statistics__title {
  margin: 31px 0 15px;
}

.statistics__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.statistics__number {
  display: block;
  font-weight: bold;
  font-size: 64px;
  line-height: 70px;
  color: #DC3545;
}

@media screen and (max-width: 1199.98px) {
  .statistics__number {
    font-size: 4.5vw;
    line-height: 6vw;
  }
}

.statistics__number_big {
  font-size: 144px;
  line-height: 138px;
  color: #000000;
}

@media screen and (max-width: 1199.98px) {
  .statistics__number_big {
    font-size: 10vw;
    line-height: 8.5vw;
  }
}

.statistics__number_plus:after {
  content: '+';
}

.statistics__text {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 1199.98px) {
  .statistics__text {
    font-size: 2.5vw;
    line-height: 3vw;
  }
}

.statistics__text_big {
  font-size: 46px;
  line-height: 44px;
}

@media screen and (max-width: 1199.98px) {
  .statistics__text_big {
    font-size: 3.5vw;
    line-height: 4vw;
  }
}

.statistics__years {
  position: absolute;
  top: 46%;
  left: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.statistics__integrations {
  position: absolute;
  top: 22%;
  left: 58%;
}

.statistics__projects {
  position: absolute;
  top: 40%;
  left: 73%;
}

.statistics__clients {
  position: absolute;
  top: 65%;
  left: 53%;
}

.products {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url("../img/bg-products.jpg") no-repeat top center fixed;
  background-size: cover;
}

.products__title {
  margin: 20px 0;
}

@media screen and (max-width: 575.98px) {
  .products__title {
    margin: 20px 0;
  }
}

.products-slider {
  width: 80%;
  height: 400px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .products-slider {
    height: 550px;
  }
}

@media screen and (max-width: 575.98px) {
  .products-slider {
    height: 450px;
  }
}

.products-slider__item {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}

.products-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-slider__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  width: 100%;
  min-height: 30%;
  margin-top: auto;
  padding: 30px;
}

.products-slider__text {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  width: 65%;
}

@media screen and (max-width: 991.98px) {
  .products-slider__text {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .products-slider__text {
    font-size: 32px;
    line-height: 39px;
  }
}

@media screen and (max-width: 575.98px) {
  .products-slider__text {
    font-size: 26px;
    line-height: 29px;
  }
}

.products-slider__button {
  position: absolute;
  top: 35px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  cursor: pointer;
  z-index: 100;
}

@media screen and (max-width: 991.98px) {
  .products-slider__button-more {
    margin: 30px auto 0;
  }
}

.products-slider__button_prev {
  background-image: url("../img/controls/arrow-left.png");
  left: 40px;
}

.products-slider__button_next {
  background-image: url("../img/controls/arrow-right.png");
  right: 40px;
}

.career {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url("../img/bg-contact-us.jpg") no-repeat center center/cover;
  position: relative;
}

.career::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.career-wrapper {
  display: flex;
  flex-direction: column;
}

.career__block {
  width: 55%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767.98px) {
  .career__block {
    width: 100%;
  }
}

.career__title {
  margin: 0 0 20px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3%;
  border-radius: 5px;
}

.career__text {
  margin: 0 0 20px;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3%;
  border-radius: 5px;
}

.career__button {
  display: block;
  margin: 0 auto;
}

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

@media screen and (max-width: 575.98px) {
  .clients {
    justify-content: space-between;
  }
}

.clients__image {
  width: 130px;
  margin-left: 35px;
  margin-bottom: 15px;
}

@media screen and (max-width: 575.98px) {
  .clients__image {
    width: 80px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 100%;
}

.contacts__block {
  flex-basis: 50%;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .contacts__block {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575.98px) {
  .contacts__block {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

.contacts__office {
  font-weight: bold;
  color: #DC3545;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 33px;
}

@media screen and (max-width: 767.98px) {
  .contacts__office {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 575.98px) {
  .contacts__office {
    font-size: 20px;
    line-height: 25px;
  }
}

.contacts__text {
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (max-width: 767.98px) {
  .contacts__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 575.98px) {
  .contacts__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
}

.contacts__text a {
  font-size: inherit;
  line-height: inherit;
}

.contacts__phone {
  text-decoration: none;
  color: inherit;
}

.contacts__email {
  text-decoration: none;
  color: inherit;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/bg-footer.png") no-repeat center center/cover;
  opacity: 0.05;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer__title {
  margin: 20px 0;
}

@media screen and (max-width: 575.98px) {
  .footer__title {
    margin: 20px 0;
  }
}

.footer__text {
  font-weight: 500;
  text-align: justify;
  margin: 0;
}

.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 575.98px) {
  .footer__copyright {
    flex-direction: column;
  }
}

.footer__reserved {
  margin-left: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 575.98px) {
  .footer__reserved {
    margin: 0;
  }
}

.footer__button {
  display: block;
  margin: 15px auto;
  align-self: center;
}

.footer__about {
  margin-bottom: 30px;
}

.footer__clients {
  margin: 0 auto;
}

.modal__overlay {
  background: rgba(215, 218, 220, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.modal__overlay--visible {
  visibility: visible;
  opacity: 1;
}

.modal__header {
  padding: 0 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
}

.modal__message {
  display: block;
  position: absolute;
  top: 85px;
  right: 0;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.modal__message--visible {
  visibility: visible;
  opacity: 1;
}

.modal__dialogue {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  padding: 30px 88px;
  border-radius: 8px;
  width: 800px;
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  overflow-y: auto;
}

@media screen and (max-width: 767.98px) {
  .modal__dialogue {
    padding: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }
}

.modal__dialogue--visible {
  visibility: visible;
  opacity: 1;
}

.modal__close {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: auto;
  cursor: pointer;
  background: transparent url("../img/close.svg") no-repeat center;
  border: none;
}

.modal__title {
  display: block;
  color: inherit;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}

.modal__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal__input {
  width: 100%;
  height: 50px;
  padding: 18px 23px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: inherit;
  border: 1px solid #ced4da;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.modal__input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.modal__input-file + label {
  display: block;
  height: 50px;
  padding: 18px 23px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #959595;
  border: 1px solid #ced4da;
  border-radius: 10px;
  background-color: #FFFFFF;
  cursor: pointer;
}

.modal__textarea {
  flex-basis: 100%;
  height: 150px;
  padding: 18px 23px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: inherit;
  border: 1px solid #ced4da;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}

.modal__button {
  margin: 30px auto 0;
}

.modal__label {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  margin: 0 auto;
}

.modal__checkbox {
  margin-right: 10px;
  min-width: 15px;
  min-height: 15px;
  border-radius: 3px;
}

.input-group {
  flex-basis: 47%;
  margin-bottom: 15px;
}

@media screen and (max-width: 767.98px) {
  .input-group {
    flex-basis: 100%;
  }
}

label.error {
  font-size: 0.8em;
  line-height: 1.2;
  color: #DC3545;
}

.label__span {
  font-size: inherit;
  line-height: inherit;
}

.label__link {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
