@charset "UTF-8";
@font-face {
  font-family: "Furore";
  src: url("../fonts/Furore.woff") format("woff"), url("../fonts/Furore.woff2") format("woff2");
}
@font-face {
  font-family: "AtomicAlice-Thin";
  src: url("../fonts/AtomicAlice-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "AtomicAlice-Light";
  src: url("../fonts/AtomicAlice-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "AtomicAlice";
  src: url("../fonts/AtomicAlice/AtomicAlice-Regular.eot");
  src: url("../fonts/AtomicAlice/AtomicAlice-Regular.woff") format("woff"), url("../fonts/AtomicAlice/AtomicAlice-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AtomicAlice-Medium";
  src: url("../fonts/AtomicAlice/AtomicAlice-Medium.eot");
  src: url("../fonts/AtomicAlice/AtomicAlice-Medium.woff") format("woff"), url("../fonts/AtomicAlice/AtomicAlice-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AtomicAlice-Medium";
  src: url("../fonts/AtomicAlice-SemiBold.woff") format("woff"), url("../fonts/AtomicAlice-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "AtomicAlice-Bold";
  src: url("../fonts/AtomicAlice/AtomicAlice-Bold.eot");
  src: url("../fonts/AtomicAlice/AtomicAlice-Bold.woff") format("woff"), url("../fonts/AtomicAlice/AtomicAlice-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "AtomicAlice", sans-serif;
  color: #171919;
}

h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background: #f4fbff;
}
*::-webkit-scrollbar-corner {
  background: #2E3192;
}
*::-webkit-scrollbar-thumb {
  background: #2E3192;
  border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
}
.btn {
  display: flex;
  padding: 20px 80px;
  width: 430px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #22232A;
  text-decoration: none;
  gap: 10px;
  border-radius: 40px;
  border: 2px solid #fff;
  background: #F7931E;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  border-radius: 40px;
  border: 2px solid #2E3192;
  background: #fff;
  transition: 0.3s;
  color: #2E3192;
}

.btn:active {
  color: #2E3192;
  background: #fff;
  transition: 0.3s;
}

.btn-oda {
  display: flex;
  padding: 20px 80px;
  width: 290px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  gap: 10px;
  border-radius: 40px;
  border: 2px solid #fff;
  background: #2E3192;
  transition: 0.3s;
}

.btn-oda:hover {
  border-radius: 40px;
  border: 2px solid #2E3192;
  color: #2E3192;
  background: #fff;
  transition: 0.3s;
}

.btn-oda:active {
  color: #2E3192;
  background: #fff;
  transition: 0.3s;
}

.header__btn {
    display: flex;
    max-width: 156px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    gap: 10px;
    border-radius: 40px;
    border: 2px solid #fff;
    background: #2E3192;
    transition: 0.4s;
}

.header__btn:hover {
  border-radius: 40px;
  border: 2px solid #2E3192;
  color: #2E3192;
  background: #fff;
  transition: 0.4s;
}

.header__btn:active {
  color: #2E3192;
  background: #fff;
  transition: 0.4s;
}

.marked {
  font-family: "AtomicAlice-Light";
  margin-left: 37px;
  font-size: 21px;
}
.marked::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  border-radius: 36px;
  background-color: #F7931E;
  transform: translate(-34px, 8px);
}

.section {
  width: 100%;
  padding: 75px 0;
}
.section-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-blue {
  background-color: #F7931E;
  padding: 55px 0;
}
.section-banner {
  position: relative;
  display: flex;
  width: 100%;
  height: 600px;
  background: url(../img/map_liga.svg) 50% 40% no-repeat #2E3192;
  align-items: center;
  margin-bottom: 70px;
  min-height: 50vh;
}
.section-buttons {
  background: url(../img/background-360.png) center center no-repeat;
  background-size: cover;
}
.section-trust {
  background-color: #fff;
}
.section__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 32px;
  text-align: center;
}
.section-banner-gov {
  background: url(../img/background-360.png) center center no-repeat;
  background-size: cover;
  background-position-y: -106px;
}
.section-banner-oda {
  background: url(../img/background-360.png) center center no-repeat;
  background-size: cover;
  background-position-y: -106px;
}
.section-analitic, .section-review {
  background-color: #f7f7f7;
}
.section-divider {
  background: url(../img/background-360.png) center center no-repeat;
  background-position-y: -472px;
}
.section-divider .divider__button {
    width: 434px;
}
.section-scheme {
  background: url(../img/background-360.png) center center no-repeat;
  background-size: cover;
}
.section.section-company {
  padding: 0;
}
.section.section-buttons {
  padding: 0;
}
.section .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section .content {
  display: flex;
  flex-direction: column;
}

.header {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0;
  position: fixed;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(180deg, #fff, transparent);
  /* box-shadow: 0px 10px 16px 0px rgb(13 28 126 / 22%);*/
}
.header .hamburger {
  display: none;
}
.header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.header .logo img {
  width: 80px;
}
.header .nav {
  width: 65%;
  display: flex;
  justify-content: space-between;
}
.header .nav__item {
  padding: 0 20px;
  color: #2E3192;
  text-align: center;
  line-height: 1.5;
}
.header .nav__link {
  color: #2E3192;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  font-family: "AtomicAlice";
  transition: all 0.22s linear;
}
.header .nav__link::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  margin-top: -3px;
  border-bottom: 1px solid #2E3192;
  transition: all 0.22s linear;
}
.header .nav__link:hover::after {
  width: 100%;
}

.toggle {
  display: block;
  cursor: pointer;
}
.toggle input {
  display: none;
}
.toggle input + div {
  width: 20px;
  height: 14px;
  position: relative;
}
.toggle input + div div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease;
}
.toggle input + div div span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.toggle input + div div span:first-child {
  top: 0;
}
.toggle input + div div span:first-child:before, .toggle input + div div span:first-child:after {
  top: 0;
}
.toggle input + div div span:last-child {
  bottom: 0;
}
.toggle input + div div span:last-child:before, .toggle input + div div span:last-child:after {
  bottom: 0;
}
.toggle input + div div span:before, .toggle input + div div span:after {
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  border-radius: 1px;
  background: #2E3192;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s ease, border-radius 0.3s ease, background 0.4s ease;
}
.toggle input + div div span:before {
  left: 0;
  transform-origin: 0 50%;
  transform: translate(1px, 0) scaleX(1.1);
}
.toggle input + div div span:after {
  right: 0;
  transform-origin: 100% 50%;
  transform: translate(-1px, 0) scaleX(1.1);
}
.toggle input + div svg {
  display: block;
  fill: none;
  stroke: #2E3192;
  stroke-width: 2px;
  width: 44px;
  height: 44px;
  stroke-linecap: round;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  stroke-dasharray: 0 82.801 8 82.801;
  stroke-dashoffset: 82.801;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  transform: scale(1);
  transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, transform 0.5s ease, stroke 0.4s ease;
}
.toggle input + div svg:nth-child(3) {
  transform: rotate(180deg) scale(1);
}
.toggle input:checked + div div {
  transform: rotate(90deg);
}
.toggle input:checked + div div span:before, .toggle input:checked + div div span:after {
  background: #2E3192;
}
.toggle input:checked + div div span:first-child:before {
  transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:first-child:after {
  transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:before {
  transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:after {
  transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div svg {
  stroke-dashoffset: 62;
  stroke-dasharray: 0 82.801 62 82.801;
  transform: rotate(90deg);
  stroke: #2E3192;
}
.toggle input:checked + div svg:nth-child(3) {
  transform: rotate(270deg);
}

.banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.banner__title {
  font-family: "Furore", Sans-serif;
  text-shadow: 0px 0px 15px rgba(46, 49, 146, 0.5);
  letter-spacing: 6px;
  font-size: 115px;
  line-height: normal;
  color: #2E3192;
  text-transform: uppercase;
  transform: translateY(6px);
  color: #fff;
  /* text-shadow: 3px 3px 20px $color-primary, -2px 1px 30px $color-primary;*/
}
.banner__desc {
  text-align: center;
  line-height: normal;
  font-family: "AtomicAlice-Bold";
  text-transform: uppercase;
  transform: translateY(128px);
  color: #fff;
}

.company {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.company__button {
  position: absolute;
  transform: translate(-50%, -110px);
  left: 50%;
}
.company__text-wrapp {
  display: flex;
  justify-content: center;
}
.company__side-text {
  position: absolute;
  display: flex;
  transform: translate(-564px, 280px) rotate(270deg);
  color: #EBEBEB;
  font-family: Furore;
  font-size: 98px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-variant: small-caps;
}
.company__text {
  max-width: 956px;
  height: 640px;
  margin-left: 80px;
  color: #000;
  font-family: AtomicAlice;
  font-size: 36px;
  font-weight: 400;
}

.buttons__image {
  background: url(../img/map_liga360.svg) center center no-repeat;
  width: 100%;
  height: 600px;
}
.buttons__links {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
}
.buttons__link-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buttons__link-wrapp .buttons__link {
  transform: translateY(38px);
}
.buttons__link {
    max-width: 24vw;
}
.buttons__link {
    margin: 0 8px;
    text-align: center;
}
.buttons__link-title {
  max-width: 520px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.trust__slider {
  max-width: 754px;
  margin: 0 auto;
}

.grid {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.grid > * + * {
  margin-left: 40px;
}
.grid__item {
  flex: 50% 0 1;
  max-width: 570px;
}
.grid__item * {
  color: #000 !important;
  font-family: AtomicAlice;
  font-size: 24px;
  font-style: normal !important;
  font-weight: 400;
  line-height: normal;
}
.grid__60 {
  flex: 60% 0 1;
}
.grid__40 {
  flex: 40% 0 1;
}

.services {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 40px;
  border-radius: 12px;
  background-image: linear-gradient(240deg, rgba(49, 181, 197, 0.2), rgba(49, 181, 197, 0.05));
}
.services__title {
  font-size: 20px;
  font-family: "AtomicAlice Medium", sans-serif;
  color: #171919;
}

.slogan {
  text-align: center;
  font-family: "AtomicAlice Medium";
  font-size: 34px;
  line-height: 1.5;
  color: #fff;
}
.slogan a {
  color: #F7931E;
  text-decoration: none;
}

.contacts {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contacts .contact__text {
  margin: 0;
}

.links .contact__text:first-child {
  margin-bottom: 33px;
}

.button {
  font-family: "AtomicAlice Medium", Sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  padding: 20px 60px;
  box-shadow: none;
  transition: all 0.22s;
  background: #2E3192;
  border: 1px solid #2E3192;
}
.button:hover {
  background: transparent;
}

.contact {
  margin: 0;
  margin-bottom: 1rem;
  font-family: "AtomicAlice Medium";
  font-size: 20px;
}
.contact-dark {
  color: #fff;
}
.contact-dark a {
  text-decoration: none;
  color: #fff;
}
.contact-dark a:hover {
  color: #2E3192;
}
.contact__text {
  max-width: 470px;
}
.contact__link {
  text-decoration: none;
  border-bottom: 1px solid #22232A;
}
.contact__link-wrapp {
  max-width: 300px;
}
.contact__address, .contact__phone, .contact__mail {
  margin: 17px 0 0 44px;
  text-decoration: none;
}
.contact__address::before, .contact__phone::before, .contact__mail::before {
  position: absolute;
  width: 30px;
  height: 30px;
  transform: translateX(-43px);
}
.contact__address::before {
  content: url(../img/marker.svg);
}
.contact__phone::before {
  content: url(../img/phone.svg);
}
.contact__mail::before {
  content: url(../img/mail.svg);
}

.show {
  display: block !important;
}

.owl-theme .owl-nav [class*=owl-] {
  font-size: 0;
  background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.owl-theme .owl-nav .owl-prev {
  transform: translate(-552px, -200px);
}

.owl-theme .owl-nav .owl-next {
  transform: translate(494px, -200px);
}

.owl-theme .owl-nav .owl-prev::before {
  content: url(../img/slide-left.svg);
  position: absolute;
  width: 40px;
  height: 40px;
}

.owl-theme .owl-nav .owl-next::before {
  content: url(../img/slide-right.svg);
  position: absolute;
  width: 40px;
  height: 40px;
}

.banner-gov,
.base,
.analitic,
.automated,
.review,
.control {
  flex-direction: row !important;
  justify-content: space-around;
}
.banner-gov__text,
.base__text,
.analitic__text,
.automated__text,
.review__text,
.control__text {
  max-width: 480px;
}

.base,
.analitic,
.automated,
.review,
.control {
  padding: 52px 0 45px;
}

.banner-gov {
  padding: 105px 0 87px 0;
}
.banner-gov__text-title {
  max-width: 570px;
  margin: 0;
  text-transform: uppercase;
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
}
.banner-gov__text-title span {
  display: block;
  margin-top: 16px;
}
.banner-gov__bottom {
  margin-top: 50px;
}
.banner-gov__bottom-title {
  font-family: "AtomicAlice-Thin";
  color: #fff;
}
.banner-gov__bottom::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 6px;
  background-color: #F7931E;
  transform: translate(2px, -26px);
  border-radius: 36px;
}
.banner-gov__bottom-text {
  max-width: 530px;
  font-family: "AtomicAlice-Light";
  color: #fff;
  font-size: 24px;
}
.banner-gov__button {
  margin: 0 auto;
}

.base {
  padding-top: 15px;
}

.divider {
  padding-top: 29px;
}
.divider__title {
  font-family: "AtomicAlice-Bold";
  max-width: 630px;
  margin: 0 auto 64px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
.divider__button {
  width: 107px;
  padding: 25px 80px;
  margin: 0 auto;
}

.cloud__content {
  display: flex;
}
.cloud__content-img {
  max-width: 75vw;
  margin: 0 auto;
}

.solution__title {
  color: #2E3192;
  text-align: center;
  font-family: "AtomicAlice-Bold";
  font-size: 36px;
  text-transform: uppercase;
}
.solution__title span {
  display: block;
}
.solution__content {
  display: flex;
  justify-content: space-around;
  margin: 100px 0 130px;
}
.solution__content-tabs {
  display: flex;
  flex-direction: column;
}
.solution__content-tabs-item {
  width: -moz-min-content;
  width: min-content;
  padding: 15px 50px;
  border: 2px solid transparent;
  border-radius: 40px;
  text-decoration: none;
}
.solution__content-tabs-item--active {
  border-color: #F7931E;
  transition: 0.3s;
}
.solution__content-tabs-title {
  margin: 0;
  color: #2E3192;
}
.solution__content-item {
  display: none;
  height: 345px;
  transition: 0.3s;
}
.solution__content-item.solution__content-item--active {
  display: block;
  transition: 0.3s;
}
.solution__content-item-text {
  max-width: 470px;
}

.second {
  margin-top: -144px;
  width: 434px;
}

.terms__top, .terms__top,
.privacy__top,
.privacy__top,
.license__top,
.license__top {
  margin: 0 auto;
  text-align: center;
}
.terms__title,
.privacy__title,
.license__title {
  max-width: 930px;
}
.terms__no-gap,
.privacy__no-gap,
.license__no-gap {
  margin-top: -16px;
}
.terms *,
.privacy *,
.license * {
  max-width: 1170px;
  font-size: 21px;
  line-height: normal;
}
.terms ul,
.privacy ul,
.license ul {
  list-style: none;
}
.terms .privacy__list-mark, .terms .terms__list-mark,
.privacy .privacy__list-mark,
.privacy .terms__list-mark,
.license .privacy__list-mark,
.license .terms__list-mark {
  list-style: disc;
}
.terms__span,
.privacy__span,
.license__span {
  display: block;
  margin-left: 12px;
}
.terms__span::before,
.privacy__span::before,
.license__span::before {
  content: "•";
  font-size: 16px;
  margin-right: 8px;
}
.terms__bottom p,
.privacy__bottom p,
.license__bottom p {
  margin: 0;
}

.license__title-span {
  display: block;
}

.banner-oda {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  margin: 105px 0 160px;
}
.banner-oda__title {
  max-width: 492px;
  margin-top: 0;
  color: #FFF;
}
.banner-oda__title span {
  display: block;
  text-transform: uppercase;
}
.banner-oda__text {
  max-width: 540px;
  margin-top: 52px;
  color: #FFF;
  font-family: AtomicAlice-Light;
  font-size: 36px;
}
.banner-oda__text::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 6px;
  background-color: #F7931E;
  transform: translate(2px, -26px);
  border-radius: 36px;
}
.banner-oda__button-wrapp {
  display: flex;
  justify-content: space-around;
  text-align: center;
  gap: 20px;
}

.offer__title {
  margin-top: 0;
  color: #2E3192;
  text-align: center;
  font-family: AtomicAlice-Bold;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.offer__top-content {
  background: url(../img/screen-top.png) no-repeat;
  background-position: right center;
  background-size: 47vw;
}
.offer__base-content, .offer__review-content, .offer__control-content, .offer__automatization-content {
  max-width: 386px;
  margin-left: 20%;
}
.offer__base-content h2, .offer__review-content h2, .offer__control-content h2, .offer__automatization-content h2 {
  text-transform: uppercase;
}
.offer__base-content ul, .offer__review-content ul, .offer__control-content ul, .offer__automatization-content ul {
  padding-left: 0;
  list-style: none;
}
.offer__base-content li, .offer__review-content li, .offer__control-content li, .offer__automatization-content li {
  color: #000;
  font-family: AtomicAlice-Light;
  font-size: 21px;
}
.offer__base-content li + li, .offer__review-content li + li, .offer__control-content li + li, .offer__automatization-content li + li {
  margin-top: 17px;
}
.offer__review-content, .offer__automatization-content {
  margin-top: 100px;
}
.offer__control-content {
  margin-top: 150px;
}
.offer__bottom-content {
  background: url(../img/screen-bottom.png) no-repeat;
  background-position: right center;
  background-size: 44vw;
}

.scheme__title {
  max-width: 756px;
  margin: 0 auto 68px;
  color: #FFF;
  text-align: center;
  font-family: AtomicAlice-Bold;
}
.scheme__title span {
  display: block;
  text-transform: uppercase;
}
.scheme__image-bottom {
  margin-top: 68px;
}

.table__title {
  margin: 0 auto 50px;
  font-family: AtomicAlice-Bold;
}

.divider-oda {
  display: flex;
  flex-direction: row !important;
  justify-content: space-around;
  margin-top: -112px;
}
.divider-oda .btn-oda {
  padding: 20px 65px;
}

.divider__btn {
    text-align: center;
}

.show__popup:active {
  transform: translateX(0, 5px);
}
.popup__area {
  display: flex;
  justify-content: center;
}
.overlay__popup{
  display: none;
  position: fixed;
  justify-content: center;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: .7;
}
.overlay__popup::after{
  content: url('data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNmZmZmZmYiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cGF0aCBkPSJNNi45OTQ4NiA3LjAwNjM2QzYuNjA0MzMgNy4zOTY4OSA2LjYwNDMzIDguMDMwMDUgNi45OTQ4NiA4LjQyMDU4TDEwLjU4IDEyLjAwNTdMNi45OTQ4NiAxNS41OTA5QzYuNjA0MzMgMTUuOTgxNCA2LjYwNDMzIDE2LjYxNDYgNi45OTQ4NiAxNy4wMDUxQzcuMzg1MzggMTcuMzk1NiA4LjAxODU1IDE3LjM5NTYgOC40MDkwNyAxNy4wMDUxTDExLjk5NDIgMTMuNDE5OUwxNS41Nzk0IDE3LjAwNTFDMTUuOTY5OSAxNy4zOTU2IDE2LjYwMzEgMTcuMzk1NiAxNi45OTM2IDE3LjAwNTFDMTcuMzg0MSAxNi42MTQ2IDE3LjM4NDEgMTUuOTgxNCAxNi45OTM2IDE1LjU5MDlMMTMuNDA4NCAxMi4wMDU3TDE2Ljk5MzYgOC40MjA1OUMxNy4zODQxIDguMDMwMDcgMTcuMzg0MSA3LjM5NjkgMTYuOTkzNiA3LjAwNjM4QzE2LjYwMyA2LjYxNTg1IDE1Ljk2OTkgNi42MTU4NSAxNS41Nzk0IDcuMDA2MzhMMTEuOTk0MiAxMC41OTE1TDguNDA5MDcgNy4wMDYzNkM4LjAxODU1IDYuNjE1ODQgNy4zODUzOCA2LjYxNTg0IDYuOTk0ODYgNy4wMDYzNloiIGZpbGw9IiNmZmZmZmYiLz4gPC9nPgoNPC9zdmc+');
  position: absolute;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 1px;
  height: 1px;
  transform: translate(508px, 65px) scale(.06);
}
.popup {
  display: none;
  position: fixed;
  justify-content: center;
  top: 6vh;
  z-index: 1000;
}
.object {
  height: 614px;
}

.form {
  max-width: 1028px;
  width: 100%;
  font-size: 14px;
}
.form-wrapp {
  padding: 45px 29px 60px 20px;
  background: url(../img/background-360.png) center center no-repeat;
  border-radius: 20px;
}
.form__header {
  margin-left: 330px;
}
.form__title {
  max-width: 554px;
  margin-bottom: 0;
  color:#F7931E;
}
.form__subtitle {
  margin: 6px 0 0;
  font-family: 'AtomicAlice-Light';
  color: #fff;
}
.form__content-image {
  width: 250px;
  height: 168px;
}

.form__content {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.form__content-inputs {
  margin-top: 20px;
}
.form__content-inputs-note {
  margin-top: 0;
  font-family: 'AtomicAlice-Light';
  color: #F7931E;
}
.form__content-inputs-wrapp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 30px;
  row-gap: 18px;
}
.form__item {
  display: flex;
  flex-direction: column;
}
.form__label {
  margin-bottom: 2px;
  color: #fff;
  font-family: 'AtomicAlice-Light';
}
.form__label span {
  color:#F7931E;
  font-weight: 700;
}
.form__input {
  width: 270px;
  height: 32px;
  padding: 0 6px 0 10px;
  border: 1px solid transparent;
  border-radius: 20px;
}
.form__input._error {
    box-shadow: 0 0 15px red;
}

.form__oferta {
  margin-top: 16px;
}
.form__oferta-checkbox {
  height:0
}
.form__oferta-input {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0)
}
.form__oferta-input:checked+.form__oferta-span {
  border-color:#adb5bd;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23F7931E' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") 100% 100% no-repeat #2e3191;
  transition: .3s;
  cursor: pointer;
}
.form__oferta-span {
  position:relative;
  width:16px;
  display:block;
  height:16px;
  border:2px solid #F7931E;
  border-radius: 40px;
  transition: .3s;
  cursor: pointer;
}
.form__oferta-input:checked+.form__oferta-span:hover,
.form__oferta-input:checked+.form__oferta-span:active,
.form__oferta-input:checked+.form__oferta-span:focus-visible,
.form__oferta-input+.form__oferta-span:hover,
.form__oferta-input+.form__oferta-span:active,
.form__oferta-input+.form__oferta-span:focus-visible {
  border:2px solid #fcd1a0;
  transition: .3s;
}
.form__oferta-text {
  max-width: 516px;
  margin-left: 31px;
  color: #fff;
}
.form__oferta-link {
  color: #e5eeff;
  transition: .3s;
}
.form__oferta-link:hover {
  color: #F7931E;
  transition: .3s;
}
.form-btn {
  margin: 0 auto;
  transform: translateY(-38px);
}

.element-visibility{opacity:0}
.element-visibility.element-visible{opacity:1;transition:opacity 1.5s}

@media all and (max-width: 1240px) {
  .company__side-text {
    transform: translate(-406px, 280px) rotate(270deg);
  }
  .company__text {
    max-width: 746px;
  }
  .owl-theme .owl-nav .owl-next {
    transform: translate(404px, -200px);
  }
  .owl-theme .owl-nav .owl-prev {
    transform: translate(-462px, -200px);
  }
  .contact__address {
    max-width: 336px;
  }
  .links .contact__text:first-child {
    margin-bottom: 54px;
  }
  .terms__top, .terms__top,
  .privacy__top,
  .privacy__top {
    margin-top: 70px;
  }
  .base__image, .base__content-image,
  .analitic__image,
  .analitic__content-image,
  .automated__image,
  .automated__content-image,
  .review__image,
  .review__content-image,
  .control__image,
  .control__content-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .base__image img, .base__content-image img,
  .analitic__image img,
  .analitic__content-image img,
  .automated__image img,
  .automated__content-image img,
  .review__image img,
  .review__content-image img,
  .control__image img,
  .control__content-image img {
    max-width: 100%;
  }
  .base__text:nth-child(even),
  .analitic__text:nth-child(even),
  .automated__text:nth-child(even),
  .review__text:nth-child(even),
  .control__text:nth-child(even) {
    margin-left: 40px;
  }
  .base__text:nth-child(odd),
  .analitic__text:nth-child(odd),
  .automated__text:nth-child(odd),
  .review__text:nth-child(odd),
  .control__text:nth-child(odd) {
    margin-right: 40px;
  }
  .overlay__popup::after {
    transform: translate(466px, 65px) scale(.06);
  }
  .form {
    transform: translateX(-28px);
  }
    
}
@media all and (max-width: 1024px) {
  .overlay__popup::after {
      transform: translate(0, 65px) scale(.06);
      right: 60px;
  }
  .form {
      transform: translateX(0px);
      width: auto;
  }
  .banner__title {
    font-size: 80px;
  }
  .buttons__link-title {
      text-align: center;
    font-size: 30px;
  }
  .trust__slider {
    max-width: 510px;
  }
  .owl-theme .owl-nav .owl-prev {
    transform: translate(-342px, -200px);
  }
  .owl-theme .owl-nav .owl-next {
    transform: translate(284px, -200px);
  }
  .banner-gov {
    flex-direction: column !important;
  }
  .banner-gov__text, .banner-gov__image {
    margin: 0 auto;
  }
  .offer__base-content,
  .offer__review-content,
  .offer__control-content,
  .offer__automatization-content {
    margin-left: 13%;
  }
}
@media all and (max-width: 991px) {
  .form {
    max-width: 86vw;
    padding: 1px 8px 0 8px;
  }
  .form__title {
      font-size: 32px;
  }
  .form__input {
    max-width: 218px;
  }
  .form__content-left {
      margin-left: -26px;
      transform: scale(0.8);
  }
  .overlay__popup::after {
    transform: translate(0, 38px) scale(.06);
    right: 5%;
  }
  .section {
    padding: 54px 0 75px 0;
  }
  .section-banner {
    padding: 90px 0 60px 0;
  }
  .header {
    padding: 0;
  }
  .header .nav {
    width: 83%;
  }
  .header .nav__link {
    font-size: 18px;
    font-weight: 700;
  }
  .services img {
    width: 100%;
  }
  .grid {
    flex-direction: column;
  }
  .grid > * + * {
    margin-left: 0;
    margin-top: 30px;
  }
  .grid__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 100% 0 1;
    text-align: center;
  }
  .grid__item * {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .grid__60 {
    flex: 100% 0 1;
  }
  .grid__40 {
    flex: 100% 0 1;
  }
  .company__side-text {
    transform: translate(-338px, 244px) rotate(270deg);
    text-wrap: nowrap;
  }
  .company__text {
    max-width: 600px;
    font-size: 30px;
    margin-top: 0;
  }
  .license__title {
    margin-top: 36px;
  }
  .section-divider {
    background-position-y: -498px;
  }
  .second {
    margin-top: -116px;
  }
  .divider-oda {
    margin-top: -78px;
  }
  .banner-oda__text-wrapp {
    max-width: 424px;
  }
  .banner-oda__image {
    position: absolute;
    right: 0;
    transform: scale(0.7);
  }
  .banner-oda__image img {
    transform: translateX(94px);
  }
  .divider-oda a {
    padding: 20px 16px !important;
    text-align: center;
  }
  .banner-oda__present,
  .banner-oda__button {
      max-width: 430px;
  }
}
@media all and (max-width: 880px) {
  .form__content-left {
    position: absolute;
    transform: translateY(-170px) scale(.7);
    margin-left: 0;
  }
    
}
@media all and (max-width: 840px) {
  .form__subtitle {
    max-width: 90%;
  }
  .form__content-inputs {
    margin: 0 auto;
  }
  .form__input {
    max-width: 100%;
  }
  .buttons__link-title {
    max-width: 342px;
  }
  .base,
  .analitic,
  .automated,
  .review,
  .control {
    flex-direction: column !important;
  }
  .base__text:nth-child(even), .base__text:nth-child(odd),
  .analitic__text:nth-child(even),
  .analitic__text:nth-child(odd),
  .automated__text:nth-child(even),
  .automated__text:nth-child(odd),
  .review__text:nth-child(even),
  .review__text:nth-child(odd),
  .control__text:nth-child(even),
  .control__text:nth-child(odd) {
    margin: 0 auto;
  }
  .base__image, .base__content-image,
  .automated__image,
  .automated__content-image,
  .control__image,
  .control__content-image {
    display: flex;
    order: 2;
  }
  .base__image img, .base__content-image img,
  .automated__image img,
  .automated__content-image img,
  .control__image img,
  .control__content-image img {
    margin: 0 auto;
  }
  .offer__top-content,
  .offer__bottom-content {
    background: none;
  }
}
@media all and (max-width: 768px) {
  .popup {
    top: 4vh;
  }
  .overlay__popup::after {
    transform: translate(0, 22px) scale(.04);
  }
  .form {
    max-width: 91vw;
  }
  .form__header {
    margin-left: 52%;
  }
  .form__content-inputs-wrapp {
    column-gap: 10px;
  }
  .header .hamburger {
    display: block;
  }
  .header .nav {
    position: absolute;
    width: 100%;
    flex-direction: column;
    font-size: 24px;
    left: 0;
    top: 81px;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
  }
  .header .nav__item {
    padding: 15px 20px;
  }
  .banner__title {
    font-size: 36px;
  }
  .banner__title span {
    font-size: 44px;
  }
  .slogan {
    font-size: 28px;
  }
  .company__text-wrapp {
    align-items: center;
  }
  .company__side-text {
    left: -252px;
    transform: translate(0, 0) rotate(270deg);
    font-size: 82px;
  }
  .company__text {
    max-width: 472px;
    font-size: 26px;
  }
  .company__button {
    max-width: 70vw;
    padding: 22px 6px;
  }
  .buttons__link {
    max-width: 74px;
    padding: 10px 80px;
  }
  .owl-theme .owl-nav .owl-next {
    transform: translate(244px, -200px);
  }
  .owl-theme .owl-nav .owl-prev {
    transform: translate(-302px, -200px);
  }
  .contacts {
    text-align: center;
  }
  .solution__content {
    margin: 100px 0 302px;
  }
  .banner-oda__image {
    transform: scale(0.6);
  }
  .banner-oda__image img {
    transform: translate(180px, -88px);
  }
  .banner__desc {
    transform: translateY(190px);
  }
}
@media all and (max-width: 668px) {
    .form {
      max-width: 88vw;
    }
    .form-wrapp {
      padding: 14px 29px 60px 20px;
    }
    .form__title {
      font-size: 29px;
      margin-top: 10px;
    }
    .form__content-left {
        position: absolute;
        transform: translateY(-188px) scale(.7);
        margin-left: -32px;
    }
    .form__content-inputs-note {
      position: absolute;
      transform: translate(-60%, -24px);
      left: 32%;
    }
    .form__content-inputs-wrapp {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .form__content-inputs-wrapp {
      row-gap: 18px;
    }
    .form__input {
      width: 260px;
    }
    .overlay__popup::after {
      transform: translate(0, 22px) scale(.04);
      right: 7%;
    }
  .section-banner {
    background: url(../img/map_liga.svg) 50% 40% no-repeat #2E3192;
    background-size: 92%;
  }
  .banner__desc {
    transform: translateY(184px);
  }
  .buttons__image {
    height: 472px;
    background-size: 90%;
  }
  .buttons__link-title {
    font-size: 24px;
    max-width: 270px;
  }
  .buttons__link-wrapp .buttons__link {
    max-width: 52px;
    padding: 16px 80px;
    font-size: 20px;
  }
  .trust__slider {
    max-width: 246px;
  }
  .owl-theme .owl-nav .owl-prev {
    transform: translate(-202px, -200px);
  }
  .owl-theme .owl-nav .owl-next {
    transform: translate(144px, -200px);
  }
  .banner-gov__right-img {
    max-width: 100%;
  }
  .solution__content {
    display: block;
  }
  .solution__content-tabs {
    padding-bottom: 16px;
    overflow-x: scroll;
    flex-direction: row;
  }
  .solution__content-tabs::-webkit-scrollbar {
    width: 10px;
    height: 35px;
  }
  .solution__content-tabs::-webkit-scrollbar-thumb {
    background: #F6F8FC;
    box-shadow: -5px -5px 17px #FFFFFF, 10px 10px 21px rgba(150, 175, 199, 0.3);
    border-radius: 40px;
    border: 6px solid transparent;
    background-clip: content-box;
  }
  .solution__content-tabs::-webkit-scrollbar-track {
    background: #F6F8FC;
    box-shadow: inset 4px 4px 14px rgba(150, 175, 199, 0.3);
    border-radius: 99px;
  }
  .solution__content-tabs-item {
    padding: 15px 28px;
    transform: scale(.8);
    margin-right: -40px;
  }
  .solution__content-item {
    height: auto;
    border: 1px solid #F7931E;
    padding: 0 6px 0 6px;
    margin-top: 40px;
    border-radius: 5%;
  }
  .banner-oda {
    display: block !important;
  }
  .banner-oda__image {
    position: relative;
    transform: scale(1);
  }
  .banner-oda__image img {
    transform: translate(12px, 0);
    max-width: 90vw;
  }
  .divider-oda a {
    padding: 12px 16px !important;
  }
  .banner-oda__present, .banner-oda__button {
    max-width: 50%;
  }
  .btn-oda {
    padding: 20px;
  }
  .form {
     height: 84vh;
     width:90vw;
     overflow-y:scroll;
  }
  .form::-webkit-scrollbar,
  .form::-webkit-scrollbar-corner,
  .form::-webkit-scrollbar-thumb{background:transparent;box-shadow:none;}
}
@media all and (max-width: 520px) {
  .section .row {
    padding: 0 10px;
  }
    .section.section-banner {
        height: 52vh;
    }
    .section.section-buttons {
      height: 396px;
    }
    .section.section-trust {
        padding-bottom: 0;
    }
    .header__btn {
        padding: 8px 10px;
        font-size: 16px;
        line-height: 120%;
    }
    .form__content-left {
      transform: translateY(-168px) scale(.7);
      margin-left: -46px;
    }
    .form__title {
      font-size: 20px;
    }
    .form__content-inputs-note {
      transform: translate(-60%, -4px);
    }
    .form__content-inputs-wrapp {
    margin-top: 20px;
    }
    .form-btn {
        max-width: 80%;
    }
  .company__text {
    font-size: 22px;
  }
  .banner__title {
    font-size: 48px;
    letter-spacing: normal;
  }
  .banner__desc {
    transform: translateY(30px);
    font-size: 24px;
  }
  .buttons__image {
    height: 234px;
  }
  .buttons__link-wrapp {
    align-items: center;
  }
  .buttons__link-wrapp .buttons__link {
    max-width: 52px;
    padding: 10px 62px;
  }
  .buttons__link-title {
    max-width: 196px;
    margin: 0;
    padding-bottom: 0;
  }
  .company__side-text {
    left: -146px;
    font-size: 55px;
  }
  .company__text {
    height: auto;
  }
  .banner-gov__button,
  .divider__button {
    width: 80%;
    text-align: center;
    padding: 4px 80px;
  }
  .divider__title {
    font-size: 32px;
  }
  .solution__content {
    margin: 100px 0;
  }
  .cloud__content-img {
    max-width: 100vw;
    margin-left: -14px;
  }
  .banner-oda {
    margin: 78px 0 20px;
  }
  .banner-oda__title {
      font-size: 30px;
  }
  .banner-oda__text,
  .banner-gov__bottom-title {
    font-size: 28px;
  }
  .banner-oda,
  .offer__text {
    padding-right: 20px;
  }
  .offer__review-content, .offer__automatization-content {
    margin-top: 56px;
  }
  .offer__control-content {
    margin-top: 80px;
  }
  .divider-oda {
    gap: 20px;
  }
  .divider__btn {
    max-width: 50%;
    font-size: 17px;
  }
  .btn-oda {
    text-align: center;
  }
  .offer__base-content h2,
  .offer__review-content h2,
  .offer__control-content h2,
  .offer__automatization-content h2 {
    font-size: 26px;
  }
  .table__title {
    text-align: center;
  }
  .trust__title {
    margin-bottom: 0;   
  }
  .section-table .row,
  .section-scheme .row {
      padding: 0;
  }
  .links .contact__text:first-child {
    margin-bottom: 32px;
  }
  .base__content-title {
      margin-top: -20px;
  }
  .section.section-base,
  .section.section-analitic,
  .section.section-automated,
  .section.section-review,
  .section.section-control {
      padding: 45px 0 0 0;
  }
  .base__content-image,
  .analitic__image,
  .automated__content-image,
  .review__image,
  .control__image {
    transform: translateY(-86px) scale(.7);
  }
  .section.section-cloud {
      padding: 0;
  }
  .solution__content-tabs {
      transform: scale(.9);
  }
  .banner-gov__text-title {
      font-size: 30px;
  }
  .base,
  .analitic,
  .automated,
  .review,
  .control {
    height: 772px;
    padding: 0;
  }
  .content.base {
      margin-top: 78px;
  }
  .content.review {
      margin-top: 20px;
  }
  .section-divider {
    background-position-y: -480px;
  }
  .solution__title {
    margin: -20px 0 0;
    font-size: 26px;
  }
  .divider__title,
  .table__title,
  .scheme__title,
  .base__content-title,
  .analitic__left-title,
  .automated__content-title,
  .review__left-title,
  .control__content-title {
      font-size: 26px;
  }
  .section-divider .divider__button {
      width: 66%;
  }
  .divider__button {
      height: 66px;
  }
  .solution__content-item-text.marked {
      font-size: 18px;
      margin: 12px 0 0 37px;
  }
}
@media all and (max-width: 438px) {
    .overlay__popup::after {
      right: 8.5%;
    }
    .form__content-left {
      transform: translate(-37%, -128px) scale(.4);
      left: 50%;
    }
    .form__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 84px;
        margin-left: 0;
        text-align: center;
    }
  .company__side-text {
    font-size: 46px;
  }
  .company__text {
    margin-left: 48px;
  }
  .company__button {
    height: 66px;
    padding: 8px 6px;
    transform: translate(-50%, -102px);
  }
  .buttons__link-title {
    font-size: 20px;
    max-width: 164px;
  }
  .buttons__link-wrapp .buttons__link {
    max-width: 52px;
    padding: 10px 50px;
    transform: translateY(30px);
  }
  .owl-theme .owl-nav .owl-prev {
    transform: translate(-152px, -200px);
  }
  .owl-theme .owl-nav .owl-next {
    transform: translate(114px, -200px);
  }
  .contact__address-span {
    display: block;
  }
  .contact__phone, .contact__mail {
    transform: translateX(14px);
  }
  .contact__phone::before, .contact__mail::before {
    transform: translateX(-38px);
  }
  .banner-oda__text {
    font-size: 28px;
  }
  .divider-oda a {
    max-width: 120px;
    padding: 8px 14px !important;
  }
  .banner-oda__button-wrapp {
    gap: 6px;
  }
  .btn-oda {
    padding: 12px 9px;
  }
  .banner-oda__present, .banner-oda__button {
    font-size: 18px;
  }
}
@media (min-width: 1098px) and (max-height: 800px) {
    .overlay__popup::after {
        transform: translate(0, 58px) scale(.06);
        right: 6%;
    }
}
@media all and (max-height: 680px) {
  .form {
    height: 88vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .form::-webkit-scrollbar,
  .form::-webkit-scrollbar-corner,
  .form::-webkit-scrollbar-thumb {
    display: none;
  }
}