/*
Theme Name:liga360
Author: Maksym Palamaniuk


*/





@charset "UTF-8";
.btn-viol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #7267E6;
  cursor: pointer;
}

.btn-dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background: #1B1937;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

/*   styles   */
@font-face {
  font-family: "Inter-Light";
  src: url("https://promo.ligazakon.net/wp-content/uploads/2015/fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("https://promo.ligazakon.net/wp-content/uploads/2015/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("https://promo.ligazakon.net/wp-content/uploads/2015/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("https://promo.ligazakon.net/wp-content/uploads/2015/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

ul, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  cursor: default;
}

h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  color: #1B1937;
}

h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
  color: #1B1937;
}

h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 110%;
  color: #1B1937;
}

h4 {
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  color: #1B1937;
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 207%;
  color: #1B1937;
}

h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  color: #1B1937;
}

p {
  color: #1B1937;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  cursor: default;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}

.header {
  position: relative;
  padding: 0;
  z-index: 1;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  background: url(https://promo.ligazakon.net/wp-content/uploads/2015/img/header-bg-viol.svg) center left no-repeat;
  background-size: cover;
  border-radius: 14px 0 0 0;
}

.header__logo-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__logo-link:hover {
  -webkit-filter: url(#purple7267E6);
  filter: url(#purple7267E6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*max-width: 580px;*/
  max-width:266px;
  width: 100%;
  margin-left: -30%;
}

.header__navigation a {
  color: #1B1937;
}


.header__navigation-item:nth-child(2)::after,
.header__navigation-item:nth-child(5)::after{
  content: url(./assets/img/chevron.svg);
  display: inline-block;
  width: 7px;
  height: 10px;
	transform:translate(4px, -1px);
	transition: all .3s;
	font-size:0px!important;
}

.header__navigation-item:hover::after{
transform:translate(7px, -4px) rotate(180deg);
	transition: all .3s;
}



.header__navigation-item {
  display:flex;
  padding: 20px;
  align-items: baseline;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__navigation-item:hover {
  color: #625BB1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__navigation-item-list {
  display: none;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 380px;
  width: 100%;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.header__lang-list {
  display: none;
}

.header__btn {
  height: 50px;
  font-size: 14px;
}

.header__btn.btn-transp {
  width: 180px;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  border: 1px solid #1B1937;
  border-radius: 29px;
  color: #1B1937;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__btn.btn-transp:hover {
  border-color: #625BB1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__btn.btn-viol {
  width: 360px;
}

.header__btn.btn-viol:hover {
  background-color: #36326F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


  .header__btn-burger {
    display: -webkit-none;
    display: -ms-none;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 24px;
    border: 1px solid #1B1937;
    border-radius: 29px;
    font-size: 13px;
    margin-left: 50px;
    z-index: 101;
  }
  .header__btn-burger-img {
    margin-left: 8px;
  }
  .header__btn-burger-img,
  .header__btn-burger-img::before,
  .header__btn-burger-img::after {
    width: 15px;
    height: 2px;
    background-color: #000;
  }
  .header__btn-burger-img::before {
    content: "";
    display: block;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .header__btn-burger-img::after {
    content: "";
    display: block;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

/*
.header__lang-toggle{
    display: flex;
    align-items: center;
    padding:10px 32px;
    border: 1px solid #ccc;
    border-radius: 150px;
    cursor:pointer;
}

.header__lang-toggle::after{
    content: url(../img/chevron.svg);
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-top: -8px;
    margin-left: 9px;
}

*/
.header__mob-menu {
  display: none;
  opacity: 0;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__mob-menu--active {
  position: fixed;
  display: block;
  width: 320px;
  height: 100dvh;
  padding: 18px 16px;
  top: 49px;
  right: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  background: linear-gradient(216.06deg, #4D479D 22.88%, #1B1937 70.52%);
}

.header__mob-menu-li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 16px;
}

.header__mob-menu-link {
  padding-left: 10px;
}

.header__mob-menu-list {
  padding: 18px 0;
  border-top: 1px solid #425288;
}

.dd-list {
  background: rgba(255, 255, 255, 0.0784313725);
  display: none;
}

.dd-list--active {
  display: block;
}

.dd-list li {
  padding: 0 0 6px 9px;
}

.dd-list li a {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.dd-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
}

.header__mob-menu-link {
  font-weight: 400;
  color: #fff;
}

.header__mob-menu-li {
  border-bottom: 1px solid #425288;
}

.header__mob-menu-demo.btn-viol {
  width: 300px;
  height: 40px;
  margin: 20px auto 0;
}

.last-screen {
  position: relative;
  height: 584px;
  z-index: 1;
}

.last-screen__item-title {
  font-size: 72px;
}

.system {
  margin-top: 40px;
}

.system .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
}

.system__content {
  max-width: 906px;
  width: 100%;
}

.system__content-title {
  max-width: 700px;
  width: 100%;
}

.system__content-title-span {
  color: #7267E6;
}

.system__content-text {
  font-weight: 400;
  margin-top: 40px;
}

.system__content-btn {
  width: 400px;
  height: 70px;
  margin-top: 40px;
}

.system__image {
  width: 100%;
  max-width: 900px;
  max-height: 1052px;
  height: 92vh;
  margin-left: 40px;
}

.roles {
  padding: 122px 0 100px;
  background: linear-gradient(142deg, #F2FFFF 21.87%, #ECE5FF 54.36%, #E9F1FF 86.85%);
  border-radius: 20px;
}

.roles__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.roles__title {
  width: 748px;
}

.roles__text {
  margin-top: 30px;
}

.roles__btn.btn-viol {
  width: 288px;
  height: 50px;
}

.roles__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.roles__table-col {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
}

.roles__table-col + .roles__table-col {
  margin-left: 20px;
}

.roles__table-col-title {
  padding: 40px 60px;
  border: 1px solid #1b1937;
  border-bottom: none;
}

.roles__table-col-list {
  margin-bottom: 0;
  padding: 32px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #C6C5D8;
  border-radius: 20px;
}

.roles__table-col-li + .roles__table-col-li {
  margin-top: 10px;
  border-top: 1px solid #F0F0F1;
}

.roles__table-col-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 50px;
}

.roles__table-col-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  color: #1b1937;
}

.roles__table-col-link::before {
  content: url(./assets/img/check.svg);
  display: inline-block;
  height: 30px;
  padding-right: 20px;
  -webkit-filter: grayscale(1) contrast(300%);
  filter: grayscale(1) contrast(300%);
}

.roles__table-col-arrow {
  width: 24px;
  height: 24px;
  background: url(./assets/img/arrow_forward.svg);
}

.roles__trust-biz {
  padding-top: 50px;
}

.roles__trust-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
}

.roles__trust {
  margin-top: 62px;
}

.roles__divider {
  height: 1px;
  width: 100%;
  margin-top: 62px;
  background-color: #CACAD7;
}

.folders {
  margin-top: 2px;
  padding: 106px 0 64px;
  background: linear-gradient(142deg, #F2FFFF 21.87%, #ECE5FF 54.36%, #E9F1FF 86.85%);
  border-radius: 20px;
}

.folders__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 78px;
  width: 400px;
  background: url(./assets/img/folders-header.svg) center center no-repeat;
  background-size: cover;
  background-position-y: 0px;
}

.folders__item-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #C6C5D8;
}

.folders__item-numbers-left {
  max-width: 748px;
  width: 100%;
  border-right: 1px solid #C6C5D8;
}

.folders__item-numbers-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.folders__item-numbers-card + .folders__item-numbers-card {
  margin-top: 54px;
}

.folders__item-numbers-card-text {
  margin-left: 30px;
}

.folders__item-numbers-card-p {
  width: 368px;
  margin-top: 12px;
  font-size: 24px;
  line-height: 154%;
}

.folders__item-numbers-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 104px;
}

.folders__item + .folders__item {
  margin-top: 48px;
}

.folders__item-numbers-text-p {
  margin-top: 44px;
  font-size: 20px;
  line-height: 150%;
}

.folders__item-numbers-text-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.folders__item-numbers-text-btn {
  max-width: 288px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  margin-top: 32px;
}

.folders__item-numbers-text-btn + .folders__item-numbers-text-btn {
  margin-left: 18px;
}

.folders__item-numbers-text-list {
  margin-top: 40px;
  padding-left: 0;
}

.folders__item-numbers-text-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 662px;
  padding-top: 20px;
  padding-right: 140px;
  padding-bottom: 16px;
  border-top: 1px solid #C6C5D8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.folders__item-numbers-text-li::before {
  content: "";
  display: block;
  max-width: 32px;
  width: 100%;
  height: 32px;
  margin-right: 24px;
  background: url(./assets/img/Arrow-right.svg) center center no-repeat #7267e6;
  border-radius: 50%;
}

.folders__item-numbers-text-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 828px;
  width: 100%;
  height: 112px;
  border-radius: 20px;
  padding-left: 20px;
  border: 1px solid #7267E6;
}

.folders__item-numbers-text-footer-p {
  width: 720px;
  font-size: 24px;
}

.dark-bg {
  padding-bottom: 20px;
  border-radius: 20px;
  background: linear-gradient(235deg, #1B1937 27%, #4D479D 92.5%);
}

.dark-bg__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 120px;
}

.dark-bg__top-title {
  color: #fff;
}

.dark-bg__top-btn {
  max-width: 328px;
  width: 100%;
  height: 50px;
}

.dark-bg__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}

.dark-bg__cards-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 40px;
  width: 100%;
  max-width: 628px;
  height: 380px;
  background-color: #fff;
  border-radius: 20px;
}

.dark-bg__cards-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-bg__cards-card-num {
  color: #7267E6;
}

.dark-bg__cards-card-text {
  max-width: 436px;
  width: 100%;
}

.dark-bg__cards-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 260px;
  margin-top: 20px;
  gap: 20px;
}

.dark-bg__cards-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
}

.dark-bg__cards-bottom-item-span {
  display: block;
  width: 160px;
  height: 160px;
}

.dark-bg__cards-bottom-item:nth-child(1) .dark-bg__cards-bottom-item-span {
  background: url(./assets/img/num/gdpr-logo.svg) center center no-repeat;
}

.dark-bg__cards-bottom-item:nth-child(2) .dark-bg__cards-bottom-item-span {
  background: url(./assets/img/num/iso15001.svg) center center no-repeat;
}

.dark-bg__cards-bottom-item:nth-child(3) .dark-bg__cards-bottom-item-span {
  background: url(./assets/img/num/iso9001.svg) center center no-repeat;
}

.dark-bg__cards-bottom-item:nth-child(4) .dark-bg__cards-bottom-item-span {
  background: url(./assets/img/num/IMS.svg) center center no-repeat;
}

.dark-bg__cards-adaptive {
  display: none;
  margin-top: 38px;
}

.dark-bg__cards-adaptive-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 280px 280px 230px;
  gap: 6px;
}

.dark-bg__cards-adaptive-top .dark-bg__cards-card {
  height: 280px;
}

.dark-bg__cards-adaptive-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

.dark-bg__cards-adaptive-slider .dark-bg__cards-card,
.dark-bg__cards-adaptive-slider .dark-bg__cards-bottom-item {
  width: 214px;
  height: 140px;
}

.dark-bg__cards-adaptive-top .dark-bg__cards-card:last-child {
  height: 230px;
  grid-column-start: 1;
  grid-column-end: span 2;
}

.ai {
  padding: 120px 60px;
  margin-top: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.ai__title-span {
  color: #7267E6;
}

.ai__subtitle {
  margin-top: 20px;
  font-size: 28px;
}

.ai__text {
  font-size: 20px;
}

.ai__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 20px;
}

.ai__content-item {
  border-top: 2px solid #1B1937;
  width: 100%;
  max-width: 830px;
}

.ai__content-item-title {
  padding-top: 50px;
}

.ai__content-item-list {
  padding-left: 0;
  margin-top: 36px;
}

.ai__content-item-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai__content-item-li::before {
  content: url(./assets/img/check.svg);
  padding-right: 20px;
}

.ai__content-item-li + .ai__content-item-li {
  margin-top: 10px;
}

.ai__content-item-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.ai__content-item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

.ai__content-item-btn.btn-dark {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 448px;
  height: 50px;
  padding: 0 8px;
}

.ai__content-item-btn.btn-viol {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 262px;
  height: 50px;
  padding: 0 40px;
  margin-top: 22px;
}

.ai__content-item-btn + .ai__content-item-btn {
  margin-left: 18px;
}

.solution-title {
  width: 100%;
  max-width: 900px;
  margin-top: 120px;
  color: #fff;
}

.solution__cards {
  display: grid;
  grid-template-rows: 630px 630px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 80px;
}

.solution__cards-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 20px;
  padding: 42px;
}

.solution__cards-title {
  margin-top: 26px;
  font-size: 28px;
}

.solution__cards-text {
  font-size: 17px;
}

.solution__cards-list {
  margin-top: 44px;
  padding: 0;
}

.solution__cards-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 39px;
  font-size: 14px;
}

.solution__cards-li + .solution__cards-li {
  margin-top: 4px;
}

.solution__cards-li::before {
  content: "";
  display: block;
  max-width: 32px;
  width: 100%;
  height: 32px;
  margin-right: 24px;
  background: url(./assets/img/check.svg) center center no-repeat;
}

.solution__cards-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution__cards-bottom-btn {
  width: 100%;
  max-width: 360px;
  height: 50px;
}

.solution__cards-bottom-text {
  margin-left: 78px;
  font-size: 14px;
  line-height: 120%;
}

.flwr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 800px;
  margin-top: 20px;
  border-radius: 20px;
  background: linear-gradient(142deg, #F8FFFF 21.87%, #ECE5FF 54.36%, #CDDFFF 86.85%);
}

.flwr-block__text {
  width: 100%;
  max-width: 50vw;
  padding-left: 60px;
}

.flwr-block__img {
  width: 100%;
  max-width: 48vw;
  height: 100%;
  background: url(./assets/img/flower-sub.svg) center center no-repeat;
}

.flwr-block__title {
  font-size: 45px;
  line-height: 100%;
}

.flwr-block__title-span {
  color: #7267E6;
}

.flwr-block__btn.btn-viol {
  width: 100%;
  max-width: 256px;
  margin-top: 30px;
  height: 50px;
}

.flwr-block__btn-adaptive {
  display: none;
}

.academy {
  margin-top: 20px;
  padding: 80px 42px;
  background-color: #fff;
  border-radius: 20px;
}

.academy__title {
  max-width: 598px;
}

.academy__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.academy__text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.academy__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  gap: 20px;
}

.academy__cards-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 52px 40px 40px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction:column;
  height:222px;
  width: 100%;
  border: 1px solid #C6C5D8;
  border-radius: 20px;
}

.academy__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.academy__card-top-title {
  color: #7267E6;
}

.academy__card-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}
.academy__btn {
  width: 312px;
  height: 50px;
}

.academy__btn-adaptive {
  display: none;
}

/*
.academy-slider{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
}

.academy-slider__item{
    border-bottom: 2px solid #1B1937;
}

.academy-slider__item + .academy-slider__item{
margin-left:20px;
}

.academy-slider__item-link{
    height: 488px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.academy-slider__item-title{
font-size: 32px;
font-weight: 600;
line-height: 110%;
}

.academy-slider__item-footer{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.academy-slider__item-footer p{
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.academy-slider__item-date::before{
    content: url(../img/lz-logo.svg);
    width: 14px;
    height: 14px;
}

.academy__btn{
    width: 440px;
    height: 50px;
    justify-self: end;
}

*/
/*
.news{
    margin-top:20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 120px 60px;
}

.news__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news__header-title{
    max-width: 380px;
    width: 100%;
}

.news__header-content-text{
    max-width: 524px;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
}

.news__header-content-form{
    margin-top: 12px;
}

.news__header-content-form form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news__header-content-form input + input{
    margin-left:12px;
}

.news__header-content-form-input{
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 20px;
    width: 600px;
    height: 50px;
    font-size: 20px;
    border: 1px solid #1B1937;
    border-radius: 50px;
}

.news__header-content-submit {
    width: 256px;
    height: 50px;
    border: none;
}

.news-slider{
    margin-top:60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
}

.news-slider__item + .news-slider__item{
margin-left:20px;
}

.news-slider__item{
    border-bottom: 2px solid #1B1937;
}

.news-slider__item-link{
    height: 488px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.news-slider__item-title{
font-size: 32px;
font-weight: 600;
line-height: 110%;
}

.news-slider__item-footer{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.news-slider__item-footer p{
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.news-slider__item-date::before{
    content: url(../img/lz-logo.svg);
    width: 14px;
    height: 14px;
}

.news-slider__btn{
    margin-top:60px;
    width: 440px;
    height: 50px;
    justify-self: end;
}

*/
.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  background: linear-gradient(142deg, #F8FFFF 21.87%, #ECE5FF 54.36%, #CDDFFF 86.85%);
  border-radius: 20px;
  padding: 16px 16px 16px 42px;
}

.subscribe__content {
  width: 100%;
  max-width: 738px;
}

.subscribe__content-title {
  line-height: 100%;
}

.subscribe__content-title-span {
  max-width: 580px;
  color: #7267E6;
}

.subscribe__content-text {
  margin-top: 40px;
}

.subscribe__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 870px;
  width: 100%;
  height: 836px;
  padding: 48px 40px;
  background: linear-gradient(235deg, #4D479D 29.28%, #1B1937 96.79%);
  border-radius: 20px;
}

.subscribe__form input {
  height: 58px;
  color: #fff;
  font-size: 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
}

.subscribe__form-top input {
  width: 100%;
}

.subscribe__form-top input + input {
  margin-top: 34px;
}

input.subscribe__form-contract-checkbox {
  margin-right: 40px;
  width: 1px;
  height: 1px;
}

input.subscribe__form-contract-checkbox::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -26px;
  background:  url(https://promo.ligazakon.net/wp-content/uploads/2015/img/checked-tr.svg) center no-repeat;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input.subscribe__form-contract-checkbox:checked::before {
  background: url(https://promo.ligazakon.net/wp-content/uploads/2015/img/checked-s.svg) center no-repeat;
  background-size: 92%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subscribe input::-webkit-input-placeholder {
  color: #fff;
}

.subscribe input::-moz-placeholder {
  color: #fff;
}

.subscribe input:-ms-input-placeholder {
  color: #fff;
}

.subscribe input::-ms-input-placeholder {
  color: #fff;
}

.subscribe input::placeholder {
  color: #fff;
}

.subscribe__form-number {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}

.subscribe__form-contract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.subscribe__form-contract-text,
.subscribe__form-contract-p,
.subscribe__form-contract-p a {
  color: #fff;
}

.subscribe__form-contract-p a {
  text-decoration: underline;
}

.subscribe__form-contract-p {
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}

.subscribe__form-contract-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

input.subscribe__form-contract-submit.btn-viol {
  border: none;
  background: #7267E6;
}

.subscribe__form-contract-text {
  width: 50%;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}

.subscribe__form-contract-submit.btn-viol {
  width: 360px;
  height: 50px;
}

/* ======= Загальний футер ======= */
.footer {
  margin-top: 20px;
  padding: 0;
  background: linear-gradient(235deg, #4D479D 29.28%, #1B1937 96.79%);
  border-radius: 20px;
}

.footer-main .container::before, .footer-main .container::after, .footer-gdpr .container::before, .footer-gdpr .container::after, .footer-rights .container::before, .footer-rights .container::after {
  display: none;
}

.footer ul li {
  list-style: none;
}

.footer a:hover {
  text-decoration: none;
  color: #00FFAF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ======= Основна секція футера ======= */
.footer-main {
  padding: 80px 0 72px;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}

.footer-col {
  margin-top: 64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-col__top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 286px;
  height: 60px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 80px;
}

.footer-col__top-social-link:nth-child(1) {
  background: url(./assets/img/socials/fb.svg);
}

.footer-col__top-social-link:nth-child(2) {
  background: url(./assets/img/socials/yt.svg);
}

.footer-col__top-social-link:nth-child(3) {
  background: url(./assets/img/socials/inst.svg);
}

.footer-col__top-social-link:nth-child(4) {
  background: url(./assets/img/socials/lin.svg);
}

.footer-col__top-social-link:nth-child(5) {
  background: url(./assets/img/socials/tg.svg);
}

.footer-col__top-social-link {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-size: contain !important;
}

.footer-col__top-social-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-col__title.accordion-header {
  margin-top: 0;
  font-size: 17px;
}

.footer-col:first-child {
  width: 298px;
}

.footer-col__top-logo {
  display: block;
  height: 20px;
}

.footer-col__top-logo-img {
  width: 120px;
}

.footer-col__top-text {
  max-width: 408px;
  margin: 30px 0 15px;
}

.footer-col__top-text p,
.footer-col__top-text p a {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}

/* ======= Контактна інформація ======= */
.footer-col__bottom {
  margin-top: auto;
}

.footer-column__bottom-item {
  display: block;
  line-height: 130%;
  color: #fff;
}

.footer-column__bottom-item + .footer-column__bottom-item {
  margin-top: 8px;
}

/* ======= Заголовки колонок ======= */
.footer-col__title {
  font-size: 17px;
  color: #fff;
}

/* ======= Списки ======= */
.footer-col__list {
  list-style: none;
  padding: 0;
  margin: 30px 0 20px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-col__list-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer-col__list-item + .footer-col__list-item {
  margin-top: 20px;
}

.footer-col__list-item a {
  font-size: 12px;
  color: #CAC7FF;
}

/* ======= GDPR-посилання ======= 
.footer-col__gdpr {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-col__gdpr .container{
    align-items: center;
}

.footer-gdpr__right{
    align-items: center;
}

.footer-gdpr__right-link{
    height: min-content;
}

.footer-col__gdpr-link {
    width: max-content;
    color: rgba(255, 255, 255, 0.40);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.004px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    transition: all .3s;
}
div .footer-col__gdpr-link:hover {
    border-bottom: 1px solid #00FFAF;
}

.footer-gdpr {
    background: #2E12A0;
    height: 44px;
}
.footer-gdpr__text {
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -0.001px;
}
.footer-gdpr__left-link{
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all .3s;
} 
div p .footer-gdpr__left-link:hover{
    color: #00FFAF;
    border-bottom: 1px solid #00FFAF;
    transition: all .3s;
}

.footer-gdpr__right{
    display: flex;
}

.footer-gdpr__right-link{
    display: block;
    margin-bottom: 8px;
    line-height: 130%;
    color: #ccc;
    border-bottom: 1px solid #ccc;
}

.footer-gdpr__right-link:hover{
    border-bottom: 1px solid #7267E6;
}

.footer-gdpr__right-link + .footer-gdpr__right-link {
    margin-left: 42px;
}

/* ======= Права ======= */
.footer-rights {
  padding: 40px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-rights .container {
  width: 100%;
}

.footer-rights p {
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 5px 0;
}

.footer-rights__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column__bottom-item,
.footer-gdpr__right,
.footer-gdpr__right-link,
.footer-rights p {
  font-size: 11px;
  font-weight: 300;
}

.mob-footer {
  display: none;
}

.footer-divider {
  margin: 0 auto;
  width: 100%;
  max-width: 1760px;
  height: 2px;
  background-color: rgba(217, 217, 217, 0.1294117647);
}

p {
  margin: 0;
}

h5.footer-top__column {
  margin: 0;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-top__column {
  color: #fff;
}

.footer-top__column.about {
  max-width: 280px;
}

.footer-down {
  margin-top: 58px;
}

.footer-down__link {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-down__link:hover {
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.footer-down__link + .footer-down__link {
  margin-left: 32px;
}

.footer-top__column-item, .footer-top__column-li-link {
  color: #fff;
}

.footer-top__column-item + .footer-top__column-item {
  margin-top: 4px;
}

.footer-gdpr__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-gdpr__link:last-child {
  margin-left: auto;
}

.footer-top__column-list,
.footer-top__column.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-rights__second {
  margin: 0 auto;
}

.footer-rights__third {
  margin-left: auto;
}

.footer-br {
  display: none;
}

.footer-col__wrap.footer-col__wrap-col ul {
  margin: 10px 0;
}

.footer-col__wrap-name {
  font-size: 14px;
  color: #CAC7FF;
  font-weight: 400;
  padding-top: 10px;
}

.bread-crumbs .container {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 104px;
}

.bread-crumbs__home {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
  color: #fff;
}

.bread-crumbs__arrow {
  margin: 0 2px;
  width: 20px;
  height: 20px;
  background: url(./assets/img/chevron.svg) center center no-repeat;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-filter: invert(1);
  filter: invert(1);
}

.bread-crumbs__page {
  color: #9F9AE1;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  cursor: default;
}

.last-screen__item-title {
  max-width: 1220px;
}

.last-screen__item-text {
  max-width: 906px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}

.challenge {
  margin-top: 1300px;
  padding-bottom: 16px;
}

.challenge__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.challenge__content-item {
  width: 100%;
  max-width: 49%;
  padding-top: 40px;
  padding-bottom: 68px;
  border-top: 2px solid #1B1937;
}

.challenge__content-item-text::before {
  content: url(./assets/img/Arrow-right.svg);
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.challenge__content-btn-down {
  position: fixed;
  bottom: 122px;
  right: 60px;
  width: 70px;
  height: 50px;
  border-radius: 50%;
  background: url(./assets/img/chevron.svg) center 51% no-repeat #fff;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background-size: 20%;
  z-index: 100;
}

.dark-bg-review {
  padding-bottom: 20px;
  border-radius: 20px;
  background: linear-gradient(235deg, #1B1937 27%, #4D479D 92.5%);
}

.you-get {
  padding-top: 144px;
}

.you-get__title {
  color: #FFF;
}

.you-get__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.you-get__top-text {
  width: 100%;
  max-width: 978px;
  margin-top: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.you-get__btn {
  height: 50px;
  width: 400px;
}

.you-get__cards {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.you-get__cards-item {
  width: 100%;
  max-width: 588px;
  height: 400px;
  padding: 40px 32px 40px 40px;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.you-get__cards-item-img {
  width: 100px;
  height: 100px;
}

.key-features {
  margin-top: 120px;
}

.key-features__title {
  max-width: 1270px;
  color: #fff;
}

.key-features__cards {
  margin-top: 60px;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 622px 622px 622px 622px 622px 622px 622px;
}

.key-features__cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 26px 40px 40px;
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
}

h4.key-features__cards-item-title {
  font-size: 40px;
}

.key-features__cards-item-title,
.key-features__cards-item-text {
  margin-top: 30px;
}

.key-features__cards-item-text {
  font-size: 20px;
}

.key-features__cards-item-bottom-text {
  padding-top: 30px;
  border-top: 2px solid #1B1937;
}

.key-features__cards-item:last-child {
  grid-column-start: 1;
  grid-column-end: span 2;
}

.key-features__cards-item:last-child .key-features__cards-item-bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.key-features__cards-item:last-child span {
  width: 608px;
}

.benefits {
  margin-top: 20px;
  padding: 120px 60px;
  border-radius: 20px;
  background: linear-gradient(142deg, #F2FFFF 21.87%, #ECE5FF 54.36%, #E9F1FF 86.85%);
}

.benefits__title {
  font-size: 80px;
}

.benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 60px;
  margin-top: 84px;
}

.benefits__content-item {
  max-width: 49%;
  padding-top: 40px;
  border-top: 2px solid #1B1937;
}

.benefits__content-item-text::before {
  content: url(./assets/img/check.svg);
  width: 32px;
  height: 32px;
  margin-right: 16px;
  vertical-align: middle;
}

.flwr-block__text-p {
  margin-top: 40px;
}

.flwr-block__btn.btn-viol {
  margin-top: 90px;
}

/*         MEDIA       */
@media (min-width: 768px) {
  .header__btn-burger {
    display: none;
  }
}
@media (max-width: 1299px) {
  .footer .container {
    padding: 0 40px;
  }
}
@media (max-width: 1099px) {
  .footer-rights {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    padding: 22px 0;
  }
  .footer-rights .container {
    height: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-rights p {
    margin: 0;
  }
  .footer-rights__second {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-rights__third {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: auto !important;
  }
}
@media (max-width: 999px) {
  .footer .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto !important;
    margin: 0 !important;
  }
  .footer-gdpr__right {
    margin-left: auto;
  }
  .footer-rights__second {
    margin: 0 auto !important;
  }
}
@media (max-width: 840px) {
  .footer-gdpr {
    padding-top: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .footer-gdpr__right {
    margin-left: 0;
  }
  .footer-gdpr__text {
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  .footer > * + * {
    margin-left: 0;
    margin-top: 0 !important;
  }
  .footer-rights {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-bottom: 12px !important;
  }
  .footer-col {
    text-align: start;
  }
}
@media (max-width: 600px) {
  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .container {
    display: block;
  }
  /*
      .footer-main{
          background: linear-gradient(180deg, #02001F 62.5%, #090085 100%);

      }
  */
  .footer-gdpr {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .footer-gdpr .container {
    height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .footer-gdpr .container * {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .footer-gdpr__text {
    margin-top: 12px;
    line-height: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-gdpr__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .footer-col {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .footer-col__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /*
      .footer-col__title-chevron{
          width: 24px;
          height: 24px;
          background: url('https://promo.ligazakon.net/wp-content/uploads/2025/06/img/chevron.svg');
          transition: all .3s;
      }


      .accordion {
          overflow: hidden;
      }

        .accordion-header {
          cursor: pointer;
        }

        .accordion-content {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.3s ease;
        }

        .accordion-content a {
          text-decoration: none;
          display: block;
        }

  */
  .footer-col__top-text {
    max-width: 100%;
  }
  .footer-col__top-text br {
    display: none;
  }
  .footer-col__top-social-link {
    margin-top: 16px;
    font-size: 20px;
  }
  .footer-col__bottom {
    display: none;
  }
  .footer-col__top-social {
    display: none;
  }
  .tools .footer-col__list-item:nth-child(1) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tools .footer-col__list-item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .tools .footer-col__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tools .footer-col__list-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tools .footer-col__list-item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mob-footer {
    display: block;
    margin-top: 30px;
  }
  .mob-footer__top-social {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 34px;
  }
  .mob-footer__bottom.address {
    margin-top: 54px;
  }
  .mob-footer__bottom.tel {
    margin-top: 22px;
  }
  .footer-rights {
    height: auto;
    padding: 10px 0 20px;
  }
}
@media (max-width: 520px) {
  .mob-footer__top-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-main {
    padding: 28px 0;
  }
  .footer-col__top-logo-img {
    width: 160px;
  }
  .footer-col__top-text {
    margin: 0 0 30px;
  }
  .footer .container {
    gap: 0;
  }
  .footer-col div {
    border-bottom: 1px solid #fff;
  }
  .accordion-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-col__top-text {
    line-height: 140% !important;
    font-size: 12px !important;
  }
  .accordion-content .footer-col__list-item {
    width: 100%;
  }
  .accordion-content .footer-col__list-item a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .last .footer-col__list-item:nth-child(2) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .last .footer-col__list-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .last .footer-col__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .last .footer-col__list-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .last .footer-col__list-item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .last .footer-col__list-item:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .last .footer-col__list-item:nth-child(7) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .footer-col__title {
    margin-top: 10px;
  }
  .footer-gdpr__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-col__top-social-link {
    margin-right: 16px;
  }
  .footer-gdpr__right-link + .footer-gdpr__right-link {
    margin-left: 0;
  }
}
@media (max-width: 390px) {
  .footer-rights {
    padding: 10px 0 20px;
  }
  .footer-rights p {
    padding: 6px 0 14px;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .footer-col:first-child {
    min-width: 156px;
  }
  .footer-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 158px;
    flex: 1 1 158px;
  }
  .footer-col__top-text {
    line-height: 112%;
    font-size: 11px;
  }
  .footer-br {
    display: block;
  }
}
@media (max-width: 699px) {
  .footer-col div:first-child {
    height: auto;
  }
}
/*
@media (max-width:4000px){
    .header,
    .last-screen{
        padding: 0 44px;
    }
}
*/
@media (max-width: 1920px) {
  .ai__content-item {
    width: 49%;
  }
}
@media (max-width: 1840px) {
  .subscribe__form-contract-text {
    padding-left: 20px;
  }
  .accordion {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
@media (max-width: 1760px) {
  .header {
    background-position-x: 16vw;
  }
  .folders__item-numbers-text {
    padding-left: 60px;
  }
  .roles__table-col-title {
    padding: 40px 20px;
  }
  .roles__table-col-list {
    padding: 32px 0;
  }
  .accordion {
    grid-template-columns: 360px 100px 100px;
  }
}
@media (max-width: 1640px) {

  a.header__btn.btn-viol {
    width: 280px;
  }
  .system__image {
    max-width: 760px;
  }
  .roles__table-col-title {
    font-size: 20px;
  }
  .folders__item-numbers-left {
    padding-right: 20px;
  }
  .folders__item-numbers-text {
    max-width: 43vw;
  }
  .folders__item-numbers-card {
    width: 100%;
    max-width: 608px;
  }
  .folders__item-numbers-card-img {
    width: 100%;
    max-width: 280px;
  }
  .folders__item-numbers-card-p {
    width: 100%;
    max-width: 368px;
  }
  .folders__item-numbers-text-footer-p {
    line-height: 120%;
  }
  .academy__cards-card {
    padding: 40px 22px 40px;
  }
  .folders__item-numbers-card-img {
    max-width: 200px;
    height: 200px;
  }
  .folders__item-numbers-card-p {
    font-size: 20px;
  }
  h5 {
    line-height: 130%;
  }
  .subscribe {
    padding: 60px 60px;
  }
  .subscribe__form {
    margin-left: 20px;
  }
  .solution__cards-bottom-btn {
    font-size: 16px;
  }
  .solution__cards-bottom-text {
    font-size: 20px;
    line-height: 120%;
  }
  a.ai__conten-item-btn {
    font-size: 16px;
  }
  .footer-rights__last {
    max-width: 50%;
  }
}
@media (max-width: 1580px) {
  h3 {
    font-size: 45px;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-col__list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .accordion {
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
  }
}
@media (max-width: 1480px) {
  h5 {
    font-size: 21px;
  }
  .folders__item-numbers-card-img {
    max-width: 160px;
    height: 140px;
  }
  .ai__conten-item-btn.btn-dark {
    padding: 0px 32px;
  }
  .flwr-block__img {
    height: 520px;
    background-size: contain;
  }
}
@media (max-width: 1380px) {
  .accordion {
    grid-template-columns: 288px 1fr 1fr;
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px;
  }
}
@media (max-height: 1020px) {
  h3 {
    font-size: 24px;
  }
  .header {
    background-position-x: 18vw;
  }
  /*.header__lang-toggle {
      padding: 4px 20px;
  }*/
  .header__btn {
    height: 50px;
  }
  .header__btn.btn-transp {
    width: 136px;
  }
  /*.header__btns {
      max-width: 508px;
  }*/
  .header__navigation a {
    font-size: 18px;
  }
  /*.header__navigation {
      max-width: 480px;
  }*/
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 46px;
  }
  .system .container {
    padding-top: 20px;
  }
}
@media (max-width: 1680px) {
  .flwr-block__text {
    width: 100%;
    max-width: 38vw;
  }
}
@media (max-width: 1480px) {
  .last-screen__item-title {
    max-width: 1080px;
  }
}
@media (max-height: 1020px) {
  .challenge {
    margin-top: 1100px;
  }
  .subscribe__form {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 60px 40px;
  }
  .subscribe__content {
    max-width: 38vw;
  }
  .footer-main {
    padding: 40px 0 72px;
  }
}
@media (max-height: 780px) {
  .challenge {
    margin-top: 1000px;
  }
}
/*
.last-screen__item-btns{
    width: 110px;
    margin-top: 122px;
    margin-bottom: 155px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
*/
.last-screen {
  position: inherit;
  margin-top: 20px;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: 0;
  height: 586px;
  z-index: -1;
  background: linear-gradient(235deg, #1B1937 1%, #322e68 10%, #312d64 25%, #3d3877 40%, #4D479D 50%, #3d3877 60%, #312d64 75%, #322e68 90%, #1B1937 100%);
  background-size: 400% 100%;
  -webkit-animation: flowHorizontal 20s linear infinite;
  animation: flowHorizontal 20s linear infinite;
  border-radius: 30px;
}

@keyframes flowHorizontal {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.last-screen::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(235deg, rgba(155, 140, 232, 0.2) 0%, transparent 30%, transparent 70%, rgba(27, 25, 55, 0.3) 100%);
  background-size: 200% 100%;
  -webkit-animation: overlayFlow 16s linear infinite;
  animation: overlayFlow 16s linear infinite;
}

@keyframes overlayFlow {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.last-screen .container {
  height: inherit;
  background: url(./assets/img/flwr-last.svg) right center no-repeat;
}


.last-screen__item-btn.btn-viol {
  max-width: 400px;
  width: 100%;
  height: 50px;
  margin-top: 56px;
}

.last-screen__item-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.last-screen__item-prev,
.last-screen__item-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: url("./assets/img/chevron.svg") center center no-repeat #625BB1;
  background-size: 18%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.last-screen__item-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.last-screen__item-next {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.last-screen__item-prev:hover,
.last-screen__item-prev:active,
.last-screen__item-prev:focus-visible,
.last-screen__item-next:hover,
.last-screen__item-next:active,
.last-screen__item-next:focus-visible {
  background: url("./assets/img/chevron.svg") center center no-repeat #fff;
  background-size: 18%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
.system,
.roles,
.folders,
.dark-bg__top,
.dark-bg__cards,
.dark-bg__cards-bottom,
.dark-bg__cards-adaptive,
.dark-bg__cards-adaptive-top,
.dark-bg__cards-adaptive-slider,
.ai,
.solution-title,
.solution__cards,
.flwr-block,
.academy,
.news,
.subscribe,
.footer{
    display: none;
}
*/
.roles__btn-bottom.btn-viol {
  display: none;
}

@media (max-width: 768px) {
  .header__navigation {
    display: none;
  }
  h1 {
    font-size: 48px;
    line-height: 101%;
  }
  h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  .roles__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roles__table-col + .roles__table-col {
    margin-top: 8px;
    margin-left: 0;
  }
  .folders__item-numbers-text-sub-title {
    font-size: 16px;
  }
  .folders__item-numbers-text-p {
    display: none;
  }
  .folders__item-numbers-text-btn.btn-viol {
    display: none;
  }
  .folders__item-numbers-text-li {
    font-size: 12px;
  }
  .last-screen__item-title {
    width: 542px;
  }
  .last-screen__item-btns {
    margin: 52px 0;
  }
  .last-screen__item-btn.btn-viol {
    width: 196px;
    height: 36px;
    font-size: 13px;
  }
  .last-screen__item-nav {
    width: 72px;
  }
  .last-screen__item-prev,
  .last-screen__item-next {
    width: 34px;
    height: 34px;
  }
  .system {
    margin-top: 500px;
  }
  .system__content-text {
    font-size: 14px;
  }
  .system__image {
    max-width: 385px;
    height: 414px;
  }
  .roles__text {
    font-size: 16px;
  }
  .roles__table-col-link {
    font-size: 13px;
  }
  .dark-bg__cards, .dark-bg__cards-bottom {
    display: none;
  }
  .dark-bg__cards-adaptive {
    display: block;
  }
  .dark-bg__cards-adaptive-slider {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  .container {
    padding: 0 14px;
  }
  .header__logo-img {
    width: 100px;
    height: 17px;
  }
  .header__btn.btn-transp {
    width: 86px;
    font-size: 10px;
  }
  .header__btn-burger.btn-transp {
    width: 100px;
  }
  .header__btn-burger-text {
    font-size: 13px;
  }
  .last-screen__item-title {
    width: 82vw;
  }
  .last-screen__item-btns {
    margin: 17px 0 40px;
  }
  .last-screen__item-btn.btn-viol {
    width: 190px;
    height: 40px;
  }
  .system__content-text {
    margin-top: 32px;
  }
  .system__content-btn.btn-viol {
    width: 328px;
    height: 44px;
    margin-top: 20px;
    font-size: 11px;
  }
  .system__image {
    margin-left: 0;
  }
  .roles {
    padding: 64px 0 48px;
  }
  .roles__title {
    width: 270px;
  }
  .roles__text {
    width: 300px;
    font-size: 13px;
  }
  .roles__btn.btn-viol {
    display: none;
  }
  .roles__btn-bottom.btn-viol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px auto 0;
    width: 328px;
    height: 44px;
  }
  .roles__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roles__table-col + .roles__table-col {
    margin-top: 8px;
    margin-left: 0;
  }
  .roles__table-col-li {
    padding: 22px 14px 12px;
  }
  .folders__item-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 14px 0 0 28px;
    font-size: 18px;
  }
  .folders__item-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 18px 28px;
  }
  .folders__item-numbers-left {
    border-right: none;
  }
  .folders__item-numbers-card-img {
    width: 85px;
    height: 80px;
  }
  .folders__item-numbers-card-title {
    font-size: 23px;
  }
  .folders__item-numbers-card-p {
    font-size: 13px;
  }
  .folders__item-numbers-card + .folders__item-numbers-card {
    margin-top: 24px;
  }
  .folders__item-numbers-text-title {
    font-size: 24px;
  }
  .folders__item-numbers-text-sub-title {
    margin-top: 20px;
  }
  .folders__item-numbers-text-sub-title {
    font-size: 14px;
  }
  .folders__item-numbers-text-p {
    font-size: 13px;
  }
  .folders__item-numbers-text-btn.btn-viol {
    height: 44px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 11px;
  }
  .folders__item-numbers-text-btn.btn-dark {
    height: 44px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 11px;
  }
  .folders__item-numbers-text-btn + .folders__item-numbers-text-btn {
    margin-bottom: 4px;
    margin-left: 0;
  }
  .folders__item-numbers-text-list {
    display: none;
  }
  .folders__item-numbers-text-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .folders__item-numbers-text {
    max-width: 100%;
    padding-left: 0;
    padding-top: 28px;
    margin: 36px 0 0;
    border-top: 1px solid rgba(217, 217, 232, 0.6549019608);
  }
  .folders__item-numbers-text-footer {
    display: none;
  }
  .folders__item-numbers-text-p {
    margin-top: 16px;
  }
  .dark-bg__top {
    padding-top: 54px;
  }
  .dark-bg__top-btn.btn-viol {
    display: none;
  }
  .dark-bg__cards-adaptive-top {
    grid-template-rows: 110px 110px 110px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card {
    height: 110px;
    width: 100%;
    padding: 10px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card:last-child {
    height: 110px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card:last-child .dark-bg__cards-card-num {
    font-size: 42px;
  }
  .dark-bg__cards-card-num {
    font-size: 28px;
  }
  .dark-bg__cards-adaptive-slider {
    margin-top: 16px;
    overflow-y: hidden;
  }
  .dark-bg__cards-card {
    padding: 10px;
  }
  .dark-bg__cards-card + .dark-bg__cards-card {
    margin-left: 4px;
  }
  .dark-bg__cards-card-img {
    width: 40px;
    height: 30px;
  }
  .dark-bg__cards-card-text {
    font-size: 13px;
    line-height: 110%;
  }
  .dark-bg__cards-btn-adaptive.btn-viol {
    height: 44px;
    margin-top: 20px;
    font-size: 11px;
  }
  .ai {
    padding: 36px 19px 32px;
    margin-top: 44px;
  }
  .ai__subtitle {
    margin-top: 12px;
    font-size: 11px;
  }
  .ai__text {
    margin-top: 10px;
    font-size: 13px;
  }
  .ai__content {
    width: 100%;
    margin-top: 20px;
  }
  .ai__conten-item {
    max-width: 100%;
  }
  .ai__conten-item-title {
    max-width: 184px;
    font-size: 16px;
  }
  .ai__conten-item-list {
    margin-top: 15px;
  }
  .ai__conten-item-li {
    font-size: 12px;
  }
  .ai__conten-item-li::before {
    content: "";
    background: url(./assets/img/check.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 16px;
    height: 16px;
    padding-right: 10px;
  }
  .ai__conten-item-title {
    padding-top: 20px;
  }
  .ai__conten-item:last-child .ai__conten-item-title {
    max-width: 100vw;
    width: 100%;
    font-size: 16px;
  }
  .ai__conten-item-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .ai__conten-item-btn + .ai__conten-item-btn {
    margin-left: 0;
    margin-top: 4px;
  }
  .ai__conten-item-btn.btn-viol {
    max-width: 100vw;
  }
  .ai__conten-item-btn.btn-dark,
  .ai__conten-item-btn.btn-viol {
    height: 44px;
    font-size: 11px;
  }
  .solution-title {
    margin-top: 54px;
  }
  .solution__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
  }
  .solution__cards-card {
    padding: 24px 10px 24px 18px;
  }
  .solution__cards-img {
    width: 40px;
    height: 40px;
  }
  .solution__cards-title {
    font-size: 20px;
  }
  .solution__cards-text {
    margin-top: 12px;
    font-size: 13px;
  }
  .solution__cards-list {
    margin-top: 28px;
  }
  .solution__cards-li {
    font-size: 12px;
    height: 16px;
    line-height: 110%;
  }
  .solution__cards-li::before {
    width: 100%;
    max-width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .solution__cards-bottom {
    margin-top: 20px;
  }
  .solution__cards-bottom-btn.btn-viol {
    max-width: 144px;
    width: 100%;
    height: 44px;
    font-size: 10px;
  }
  .solution__cards-bottom-text {
    margin-left: 10px;
  }
  .solution__cards-bottom-text {
    font-size: 10px;
  }
  .solution__cards-li + .solution__cards-li {
    margin-top: 16px;
  }
  .flwr-block {
    padding: 36px 14px 36px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .flwr-block__text {
    max-width: 100vw;
    padding-left: 0;
  }
  .flwr-block__title {
    font-size: 25px;
    line-height: 120%;
  }
  .flwr-block__btn.btn-viol {
    display: none;
  }
  .flwr-block__img {
    max-width: 295px;
    width: 100%;
    height: 298px;
    background-size: contain;
    margin-top: 20px;
  }
  .flwr-block__btn-adaptive.btn-viol {
    margin-top: 22px;
    width: 100%;
    height: 44px;
    font-size: 11px;
  }
  .academy {
    padding: 40px 10px 40px 18px;
  }
  .academy__text {
    font-size: 13px;
    line-height: 150%;
  }
  .academy__cards {
    overflow-x: scroll;
  }
  .academy__cards-card {
    max-width: 220px;
    width: 100%;
    padding: 20px 16px;
  }
  .academy__card-top {
    width: 180px;
  }
  .academy__card-top-title {
    font-size: 32px;
    letter-spacing: -2px;
  }
  .academy__card-top-img {
    width: 40px;
    height: 40px;
  }
  .academy__card-text {
    margin-top: 24px;
    font-size: 12px;
  }
  .academy-slider__item {
    max-width: 220px;
  }
  .academy-slider__item-link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .academy-slider__item-title {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: -1px;
  }
  .academy-slider__item-footer {
    margin-top: 14px;
  }
  .academy-slider__item-footer p {
    font-size: 11px;
  }
  .academy-slider__item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 16px;
  }
  .academy-slider__item-date::before {
    padding-right: 3px;
  }
  .academy__btn.btn-viol {
    margin: 20px auto 0;
    max-width: 260px;
    height: 40px;
    font-size: 11px;
  }
  .news {
    padding: 40px 10px 40px 18px;
  }
}
/*         MEDIA       */
@media (min-width: 768px) {
  .header__btn-burger {
    display: none;
  }
}
@media (max-width: 1099px) {
  .footer-rights {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    padding: 22px 0;
  }
  .footer-rights .container {
    height: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-rights p {
    margin: 0;
  }
  .footer-rights__second {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-rights__third {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: auto !important;
  }
}
@media (max-width: 999px) {
  .footer .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto !important;
    margin: 0 !important;
  }
  .footer-gdpr__right {
    margin-left: auto;
  }
  .footer-rights__second {
    margin: 0 auto !important;
  }
}
@media (max-width: 840px) {
  .footer-gdpr {
    padding-top: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .footer-gdpr__right {
    margin-left: 0;
  }
  .footer-gdpr__text {
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  .footer > * + * {
    margin-left: 0;
    margin-top: 0 !important;
  }
  .footer-rights {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-bottom: 12px !important;
  }
  .footer-col {
    text-align: start;
  }
}
@media (max-width: 600px) {
  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .container {
    display: block;
  }
  /*
  .footer-main {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62.5%, #02001F), to(#090085));
    background: linear-gradient(180deg, #02001F 62.5%, #090085 100%);
  }
    */
  .footer-gdpr {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .footer-gdpr .container {
    height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .footer-gdpr .container * {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .footer-gdpr__text {
    margin-top: 12px;
    line-height: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-gdpr__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .footer-col {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .footer-col__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /*
  .footer-col__title-chevron {
    width: 24px;
    height: 24px;
    background: url("https://promo.ligazakon.net/wp-content/uploads/2025/06/img/chevron.svg");
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accordion {
    overflow: hidden;
  }
  .accordion-header {
    cursor: pointer;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .accordion-content a {
    text-decoration: none;
    display: block;
  }*/
  .footer-col__top-text {
    max-width: 100%;
  }
  .footer-col__top-text br {
    display: none;
  }
  .footer-col__top-social-link {
    margin-top: 16px;
    font-size: 20px;
  }
  .footer-col__bottom {
    display: none;
  }
  .footer-col__top-social {
    display: none;
  }
  .tools .footer-col__list-item:nth-child(1) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tools .footer-col__list-item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .tools .footer-col__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tools .footer-col__list-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tools .footer-col__list-item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mob-footer {
    display: block;
    margin-top: 30px;
  }
  .mob-footer__top-social {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 34px;
  }
  .mob-footer__bottom.address {
    margin-top: 54px;
  }
  .mob-footer__bottom.tel {
    margin-top: 22px;
  }
  .footer-rights {
    height: auto;
    padding: 10px 0 20px;
  }
}
@media (max-width: 520px) {
  .system .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roles__btn.btn-viol {
    display: none;
  }
  .mob-footer__top-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-main {
    padding: 28px 0;
  }
  .footer-col__top-logo-img {
    width: 160px;
  }
  .footer-col__top-text {
    margin: 0 0 30px;
  }
  .footer .container {
    gap: 0;
  }
  .footer-col div {
    border-bottom: 1px solid #fff;
  }
  .accordion-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-col__top-text {
    line-height: 140% !important;
    font-size: 12px !important;
  }
  .accordion-content .footer-col__list-item a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .last .footer-col__list-item:nth-child(2) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .last .footer-col__list-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .last .footer-col__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .last .footer-col__list-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .last .footer-col__list-item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .last .footer-col__list-item:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .last .footer-col__list-item:nth-child(7) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .footer-col__title {
    margin-top: 10px;
  }
  .footer-gdpr__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-col__top-social-link {
    margin-right: 16px;
  }
  .footer-gdpr__right-link + .footer-gdpr__right-link {
    margin-left: 0;
  }
}
@media (max-width: 390px) {
  .footer-rights {
    padding: 10px 0 20px;
  }
  .footer-rights p {
    padding: 6px 0 14px;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .footer-col:first-child {
    min-width: 156px;
  }
  .footer-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 158px;
    flex: 1 1 158px;
  }
  .footer-col__top-text {
    line-height: 112%;
    font-size: 11px;
  }
  .footer-br {
    display: block;
  }
}
@media (max-width: 699px) {
  .footer-col div:first-child {
    height: auto;
  }
}
/*
@media (max-width:4000px){
    .header,
    .last-screen{
        padding: 0 44px;
    }
}
*/
@media (max-width: 1920px) {
  .ai__content-item {
    width: 49%;
  }
}
@media (max-width: 1870px) {
  .academy__text span{
		white-space: nowrap;
  }
  .subscribe__form-contract-text {
    padding-left: 20px;
  }
  .accordion {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
@media (max-width: 1760px) {
  .header {
    background-position-x: 16vw;
  }
  .folders__item-numbers-text {
    padding-left: 60px;
  }
  .roles__table-col-title {
    padding: 40px 20px;
  }
  .roles__table-col-list {
    padding: 32px 0;
  }
  .accordion {
    grid-template-columns: 360px 100px 100px;
  }
}
@media (max-width: 1640px) {

  a.header__btn.btn-viol {
    width: 280px;
  }
  .system__image {
    max-width: 760px;
  }
  .roles__table-col-title {
    font-size: 20px;
  }
  .folders__item-numbers-left {
    padding-right: 20px;
  }
  .folders__item-numbers-text {
    max-width: 43vw;
  }
  .folders__item-numbers-card {
    width: 100%;
    max-width: 608px;
  }
  .folders__item-numbers-card-img {
    width: 100%;
    max-width: 280px;
  }
  .folders__item-numbers-card-p {
    width: 100%;
    max-width: 368px;
  }
  .folders__item-numbers-text-footer-p {
    line-height: 120%;
  }
  .academy__cards-card {
    padding: 40px 22px 40px;
  }
  .folders__item-numbers-card-img {
    max-width: 200px;
    height: 200px;
  }
  .folders__item-numbers-card-p {
    font-size: 20px;
  }
  h5 {
    line-height: 130%;
  }
  .subscribe {
    padding: 60px 60px;
  }
  .subscribe__form {
    margin-left: 20px;
  }
  .solution__cards-bottom-btn {
    font-size: 16px;
  }
  .solution__cards-bottom-text {
    font-size: 20px;
    line-height: 120%;
  }
  a.ai__conten-item-btn {
    font-size: 16px;
  }
  .footer-rights__last {
    max-width: 50%;
  }
}
@media (max-width: 1580px) {
  h3 {
    font-size: 45px;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-col__list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .accordion {
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
  }
}
@media (max-width: 1480px) {
  h5 {
    font-size: 21px;
  }
  .folders__item-numbers-card-img {
    max-width: 160px;
    height: 140px;
  }
  .ai__conten-item-btn.btn-dark {
    padding: 0px 32px;
  }
}
@media (max-width: 1380px) {
  .accordion {
    grid-template-columns: 288px 1fr 1fr;
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px;
  }
}
@media (max-height: 1020px) {
  .header {
    background-position-x: 18vw;
  }
  /*.header__lang-toggle {
      padding: 4px 20px;
  }*/
  .header__btn {
    height: 50px;
  }
  .header__btn.btn-transp {
    width: 136px;
  }
  /*.header__btns {
    max-width: 508px;
  }*/
  .header__navigation a,
  .header__navigation-item {
    font-size: 20px;
  }
  /*.header__navigation {
    max-width: 480px;
  }*/
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 46px;
  }
  .system .container {
    padding-top: 20px;
  }
}
@media (max-width: 1680px) {
  .flwr-block__text {
    width: 100%;
    max-width: 38vw;
  }
}
@media (max-height: 780px) {
  .challenge {
    margin-top: 1000px;
  }
}
/*
.last-screen__item-btns{
    width: 110px;
    margin-top: 122px;
    margin-bottom: 155px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
*/
.last-screen {
  position: inherit;
  margin-top: 20px;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: 0;
  height: 586px;
  z-index: -1;
  background: linear-gradient(235deg, #1B1937 1%, #322e68 10%, #312d64 25%, #3d3877 40%, #4D479D 50%, #3d3877 60%, #312d64 75%, #322e68 90%, #1B1937 100%);
  background-size: 400% 100%;
  -webkit-animation: flowHorizontal 20s linear infinite;
  animation: flowHorizontal 20s linear infinite;
  border-radius: 30px;
}

@-webkit-keyframes flowHorizontal {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
@keyframes flowHorizontal {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.last-screen::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(235deg, rgba(155, 140, 232, 0.2) 0%, transparent 30%, transparent 70%, rgba(27, 25, 55, 0.3) 100%);
  background-size: 200% 100%;
  -webkit-animation: overlayFlow 16s linear infinite;
  animation: overlayFlow 16s linear infinite;
}

@-webkit-keyframes overlayFlow {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
@keyframes overlayFlow {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.last-screen .container {
  height: inherit;
  background: url(./assets/img/flwr-last.svg) right center no-repeat;
}

.last-screen__item-btn.btn-viol {
  max-width: 400px;
  width: 100%;
  height: 50px;
  margin-top: 56px;
}

.last-screen__item-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.last-screen__item-prev,
.last-screen__item-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: url("./assets/img/chevron.svg") center center no-repeat #625BB1;
  background-size: 18%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.last-screen__item-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.last-screen__item-next {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.last-screen__item-prev:hover,
.last-screen__item-prev:active,
.last-screen__item-prev:focus-visible,
.last-screen__item-next:hover,
.last-screen__item-next:active,
.last-screen__item-next:focus-visible {
  background: url("./assets/img/chevron.svg") center center no-repeat #fff;
  background-size: 18%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
.system,
.roles,
.folders,
.dark-bg__top,
.dark-bg__cards,
.dark-bg__cards-bottom,
.dark-bg__cards-adaptive,
.dark-bg__cards-adaptive-top,
.dark-bg__cards-adaptive-slider,
.ai,
.solution-title,
.solution__cards,
.flwr-block,
.academy,
.news,
.subscribe,
.footer{
    display: none;
}
*/
.roles__btn-bottom.btn-viol {
  display: none;
}

@media (max-width: 768px) {
  .header__navigation {
    display: none;
  }
  h1 {
    font-size: 48px;
    line-height: 101%;
  }
  h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  .roles__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roles__table-col + .roles__table-col {
    margin-top: 8px;
    margin-left: 0;
  }
  .folders__item-numbers-text-sub-title {
    font-size: 16px;
  }
  .folders__item-numbers-text-p {
    display: none;
  }
  .folders__item-numbers-text-btn.btn-viol {
    display: none;
  }
  .folders__item-numbers-text-li {
    font-size: 12px;
  }
  .last-screen__item-title {
    width: 542px;
  }
  .last-screen__item-btns {
    margin: 52px 0;
  }
  .last-screen__item-btn.btn-viol {
    width: 196px;
    height: 36px;
    font-size: 13px;
  }
  .last-screen__item-nav {
    width: 72px;
  }
  .last-screen__item-prev,
  .last-screen__item-next {
    width: 34px;
    height: 34px;
  }
  .system {
    margin-top: 500px;
  }
  .system__content-text {
    font-size: 14px;
  }
  .system__image {
    max-width: 385px;
    height: 414px;
  }
  .roles__text {
    font-size: 16px;
  }
  .roles__table-col-link {
    font-size: 13px;
  }
  .dark-bg__cards, .dark-bg__cards-bottom {
    display: none;
  }
  .dark-bg__cards-adaptive {
    display: block;
  }
  .dark-bg__cards-adaptive-slider {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .footer-col {
    margin-top: 0;
  }
  .footer-col__top-social {
    margin-top: 16px;
  }
  .accordion {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 174px 1fr;
    row-gap: 44px;
  }
  .footer-col__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-col:first-child {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  .container {
    padding: 0 14px;
  }
  .header__logo-img {
    width: 100px;
    height: 17px;
  }
  .header__btn.btn-transp {
    width: 86px;
    font-size: 10px;
  }
  .header__btn-burger.btn-transp {
    width: 100px;
  }
  .header__btn-burger-text {
    font-size: 13px;
  }
  .last-screen__item-title {
    width: 82vw;
  }
  .last-screen__item-btns {
    margin: 17px 0 40px;
  }
  .last-screen__item-btn.btn-viol {
    width: 190px;
    height: 40px;
  }
  .system__content-text {
    margin-top: 32px;
  }
  .system__content-btn.btn-viol {
    width: 328px;
    height: 44px;
    margin-top: 20px;
    font-size: 11px;
  }
  .system__image {
    margin-left: 0;
  }
  .roles {
    padding: 64px 0 48px;
  }
  .roles__title {
    width: 270px;
  }
  .roles__text {
    width: 300px;
    font-size: 13px;
  }
  .roles__btn.btn-viol {
    display: none;
  }
  .roles__btn-bottom.btn-viol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px auto 0;
    width: 328px;
    height: 44px;
  }
  .roles__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roles__table-col + .roles__table-col {
    margin-top: 8px;
    margin-left: 0;
  }
  .roles__table-col-li {
    padding: 22px 14px 12px;
  }
  .folders__item-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 14px 0 0 28px;
    font-size: 18px;
  }
  .folders__item-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 18px 28px;
  }
  .folders__item-numbers-left {
    border-right: none;
  }
  .folders__item-numbers-card-img {
    width: 85px;
    height: 80px;
  }
  .folders__item-numbers-card-title {
    font-size: 23px;
  }
  .folders__item-numbers-card-p {
    font-size: 13px;
  }
  .folders__item-numbers-card + .folders__item-numbers-card {
    margin-top: 24px;
  }
  .folders__item-numbers-text-title {
    font-size: 24px;
  }
  .folders__item-numbers-text-sub-title {
    margin-top: 20px;
  }
  .folders__item-numbers-text-sub-title {
    font-size: 14px;
  }
  .folders__item-numbers-text-p {
    font-size: 13px;
  }
  .folders__item-numbers-text-btn.btn-viol {
    height: 44px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 11px;
  }
  .folders__item-numbers-text-btn.btn-dark {
    height: 44px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 11px;
  }
  .folders__item-numbers-text-btn + .folders__item-numbers-text-btn {
    margin-bottom: 4px;
    margin-left: 0;
  }
  .folders__item-numbers-text-list {
    display: none;
  }
  .folders__item-numbers-text-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .folders__item-numbers-text {
    max-width: 100%;
    padding-left: 0;
    padding-top: 28px;
    margin: 36px 0 0;
    border-top: 1px solid rgba(217, 217, 232, 0.6549019608);
  }
  .folders__item-numbers-text-footer {
    display: none;
  }
  .folders__item-numbers-text-p {
    margin-top: 16px;
  }
  .dark-bg__top {
    padding-top: 54px;
  }
  .dark-bg__top-btn.btn-viol {
    display: none;
  }
  .dark-bg__cards-adaptive-top {
    grid-template-rows: 110px 110px 110px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card {
    height: 110px;
    width: 100%;
    padding: 10px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card:last-child {
    height: 110px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card:last-child .dark-bg__cards-card-num {
    font-size: 42px;
  }
  .dark-bg__cards-card-num {
    font-size: 28px;
  }
  .dark-bg__cards-adaptive-slider {
    margin-top: 16px;
    overflow-y: hidden;
  }
  .dark-bg__cards-card {
    padding: 10px;
  }
  .dark-bg__cards-card + .dark-bg__cards-card {
    margin-left: 4px;
  }
  .dark-bg__cards-card-img {
    width: 40px;
    height: 30px;
  }
  .dark-bg__cards-card-text {
    font-size: 13px;
    line-height: 110%;
  }
  .dark-bg__cards-btn-adaptive.btn-viol {
    height: 44px;
    margin-top: 20px;
    font-size: 11px;
  }
  .ai {
    padding: 36px 19px 32px;
    margin-top: 44px;
  }
  .ai__subtitle {
    margin-top: 12px;
    font-size: 11px;
  }
  .ai__text {
    margin-top: 10px;
    font-size: 13px;
  }
  .ai__content {
    width: 100%;
    margin-top: 20px;
  }
  .ai__conten-item {
    max-width: 100%;
  }
  .ai__conten-item-title {
    max-width: 184px;
    font-size: 16px;
  }
  .ai__conten-item-list {
    margin-top: 15px;
  }
  .ai__conten-item-li {
    font-size: 12px;
  }
  .ai__conten-item-li::before {
    content: "";
    background: url(./assets/img/check.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 16px;
    height: 16px;
    padding-right: 10px;
  }
  .ai__conten-item-title {
    padding-top: 20px;
  }
  .ai__conten-item:last-child .ai__conten-item-title {
    max-width: 100vw;
    width: 100%;
    font-size: 16px;
  }
  .ai__conten-item-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .ai__conten-item-btn + .ai__conten-item-btn {
    margin-left: 0;
    margin-top: 4px;
  }
  .ai__conten-item-btn.btn-viol {
    max-width: 100vw;
  }
  .ai__conten-item-btn.btn-dark,
  .ai__conten-item-btn.btn-viol {
    height: 44px;
    font-size: 11px;
  }
  .solution-title {
    margin-top: 54px;
  }
  .solution__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
  }
  .solution__cards-card {
    padding: 24px 10px 24px 18px;
  }
  .solution__cards-img {
    width: 40px;
    height: 40px;
  }
  .solution__cards-title {
    font-size: 20px;
  }
  .solution__cards-text {
    margin-top: 12px;
    font-size: 13px;
  }
  .solution__cards-list {
    margin-top: 28px;
  }
  .solution__cards-li {
    font-size: 12px;
    height: 16px;
    line-height: 110%;
  }
  .solution__cards-li::before {
    width: 100%;
    max-width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .solution__cards-bottom {
    margin-top: 20px;
  }
  .solution__cards-bottom-btn.btn-viol {
    max-width: 144px;
    width: 100%;
    height: 44px;
    font-size: 10px;
  }
  .solution__cards-bottom-text {
    margin-left: 10px;
  }
  .solution__cards-bottom-text {
    font-size: 10px;
  }
  .solution__cards-li + .solution__cards-li {
    margin-top: 16px;
  }
  .flwr-block {
    padding: 36px 14px 36px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .flwr-block__text {
    max-width: 100vw;
    padding-left: 0;
  }
  .flwr-block__title {
    font-size: 25px;
    line-height: 120%;
  }
  .flwr-block__btn.btn-viol {
    display: none;
  }
  .flwr-block__img {
    max-width: 295px;
    width: 100%;
    height: 298px;
    background-size: contain;
    margin-top: 20px;
  }
  .flwr-block__btn-adaptive.btn-viol {
    margin-top: 22px;
    width: 100%;
    height: 44px;
    font-size: 11px;
  }
  .academy {
    padding: 40px 10px 40px 18px;
  }
  .academy__text {
    font-size: 13px;
    line-height: 150%;
  }
  .academy__cards {
    overflow-x: scroll;
  }
  .academy__cards-card {
    max-width: 220px;
    width: 100%;
    padding: 20px 16px;
  }
  .academy__card-top {
    width: 180px;
  }
  .academy__card-top-title {
    font-size: 32px;
    letter-spacing: -2px;
  }
  .academy__card-top-img {
    width: 40px;
    height: 40px;
  }
  .academy__card-text {
    margin-top: 24px;
    font-size: 12px;
  }
  .academy-slider__item {
    max-width: 220px;
  }
  .academy-slider__item-link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .academy-slider__item-title {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: -1px;
  }
  .academy-slider__item-footer {
    margin-top: 14px;
  }
  .academy-slider__item-footer p {
    font-size: 11px;
  }
  .academy-slider__item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 16px;
  }
  .academy-slider__item-date::before {
    padding-right: 3px;
  }
  .academy__btn.btn-viol {
    margin: 20px auto 0;
    max-width: 260px;
    height: 40px;
    font-size: 11px;
  }
  .news {
    padding: 40px 10px 40px 18px;
  }
}
@media (max-width: 1440px) {
  .container {
    padding: 0 40px;
  }
  h2 {
    font-size: 48px;
  }
  p {
    font-size: 20px;
  }
  .header__navigation {
    /*max-width: 480px;*/
	max-width: 220px;
	margin-left: 20px;
  }
  .header__navigation .header__navigation-item {
    font-size: 16px;
  }
  .system .container {
    gap: 40px;
  }
  .system__content-text {
    font-size: 20px;
  }
  .system__content-btn {
    width: 320px;
    height: 60px;
  }
  .system__image {
    max-width: 560px;
    height: auto;
    margin-left: 0;
  }
  .roles {
    padding: 100px 0 80px;
  }
  .roles__text {
    max-width: 520px;
  }
  .roles__table-col-li {
    padding: 20px 30px;
  }
  .folders__item-numbers {
    padding: 48px 40px;
    gap: 32px;
  }
  .folders__item-numbers-left {
    padding-right: 32px;
  }
  .dark-bg__cards-card {
    padding: 40px 32px;
    height: auto;
  }
  .solution__cards {
    gap: 32px;
    grid-auto-rows: 1fr;
  }
  .solution__cards-card {
    padding: 36px;
  }
  .flwr-block {
    height: auto;
    padding: 60px 0;
  }
  .flwr-block__text {
    max-width: 600px;
    padding-left: 40px;
  }
  .subscribe {
    padding: 40px 32px;
  }
  .subscribe__form {
    padding: 80px 40px;
    height: auto;
  }
  .accordion {
    grid-template-columns: 360px 100px 100px;
  }
}
@media (max-width: 1299px) {
  .header__navigation {
	  display:none;
  }
  .header__btn-burger{
	  display:flex;
  }
  .solution__cards-img {
    width: 60px;
    height: 60px;
  }
  .footer .container {
    padding: 0 40px;
  }
  .footer-col__list.accordion-content .footer-col__list-item:nth-child(1) {
    display: block;
  }
  .footer-col__list {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 32px;
  }
  .header .container {
    height: auto;
    padding: 24px 32px;
    row-gap: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position-x: -80px;
  }
  .header__navigation {
    margin-left: 88px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__btns {
    max-width: 348px;
    width: 100%;
    margin-left: auto;
    gap: 12px;
  }
  a.header__btn.btn-viol {
    width: 144px;
    padding: 0 32px;
  }
  .system__content {
    max-width: 100%;
  }
  .system__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 44vw;
    margin-top: 40px;
  }
  .roles__title {
    width: 460px;
  }
  .roles__btn {
    max-width: 320px;
    width: 100%;
  }
  .roles__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 48px;
  }
  .roles__table-col + .roles__table-col {
    margin-left: 0;
  }
  .roles__btn-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
    margin: 32px 0 0;
  }
  .roles__trust-biz,
  .roles__trust {
    margin-top: 40px;
  }
  .roles__trust-slider {
    margin-top: 24px;
  }
  .folders__item-numbers-left {
    padding-bottom: 32px;
  }
  .folders__item-numbers-text {
    padding-left: 0;
    margin-top: 32px;
    max-width: 49vw;
  }
  .folders__item-numbers-text-list {
    padding-right: 0;
  }
  .dark-bg__cards-card-img {
    width: 76px;
    height: 76px;
  }
  /*.dark-bg__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }*/
  .dark-bg__cards-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
  }
  .solution__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .folders__item-numbers-card-img {
    width: 112px;
    height: 92px;
  }
  .solution__cards-list {
    margin-top: 12px;
  }
  .solution__cards-bottom {
    gap: 16px;
  }
  .solution__cards-bottom-text {
    margin: 0 auto;
  }
  .flwr-block__text {
    max-width: 100%;
  }
  .flwr-block__btn {
    margin: 32px auto 0;
  }
  .flwr-block__img {
    max-width: 100%;
    margin-top: 32px;
  }
  .academy {
    padding: 60px 32px;
  }
  .academy__text {
    width: 400px;
    font-size: 18px;
  }
  .academy__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
  }
  .academy__cards-card {
    width: calc(50% - 12px);
  }
  .academy__btn {
    margin-top: 32px;
  }
  .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 32px;
  }
  .subscribe__content {
    max-width: 100%;
  }
  .subscribe__form {
    max-width: 100%;
    padding: 60px 32px;
    margin-left: 0;
  }
  .subscribe__form-top input + input {
    margin-top: 24px;
  }
  .subscribe__form-contract {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  .subscribe__form-contract-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
  .subscribe__form-contract-text {
    padding-left: 0;
  }
  .subscribe__form-contract-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
  }
  .subscribe__form-contract-submit {
    width: 100%;
    max-width: 320px;
  }
  .last-screen__item-title {
    font-size: 48px;
  }
}
@media (max-width: 1099px) {
  .header .container {
    padding: 7px 24px;
    background-position-x: 0;
  }
  .header__logo-img {
    width: 74px;
    height: 14px;
  }
  .header__navigation .header__navigation-item {
    font-size: 13px;
  }
  .header__btns {
    max-width: 420px;
  }
  a.header__btn.btn-transp,
  a.header__btn-burger.btn-transp {
    width: 76px;
    height: 34px;
    font-size: 13px;
  }
  a.header__btn.btn-viol {
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    padding: 0 25px;
  }
  .folders__item-title {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    padding-left: 18px;
    background: url(./assets/img/folders-header.svg) center left no-repeat;
    background-size: contain;
  }
  .folders__item-numbers {
    padding: 28px 18px;
  }
  .folders__item-numbers-left {
    padding-right: 12px;
  }
  .folders__item-numbers-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .folders__item-numbers-card-img {
    width: 80px;
    height: 80px;
  }
  .folders__item-numbers-card-text {
    margin-left: 0;
  }
  .folders__item-numbers-card-p {
    font-size: 16px;
  }
  .folders__item-numbers-text-title {
    font-size: 28px;
  }
  .folders__item-numbers-text-sub-title {
    font-size: 18px;
  }
  .folders__item-numbers-text-li {
    font-size: 16px;
    padding-right: 0;
  }
  .footer-col {
    margin-top: 0;
  }
  .footer-col__top-social {
    margin-top: 20px;
  }
  .accordion {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 174px 1fr;
    row-gap: 44px;
  }
  .footer-col:first-child {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}
@media (max-height: 1020px) {
  .header .container {
    padding: 16px 32px;
    background-position-x: -40px;
  }
  .folders__item-numbers-text-title {
    font-size: 24px;
  }
  .folders__item-numbers-text-sub-title,
  .folders__item-numbers-text-p {
    font-size: 16px;
  }
  .folders__item-numbers-card-p {
    font-size: 12px;
  }
  .challenge {
    margin-top: 1100px;
  }
  .subscribe__form {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 60px 40px;
  }
  .subscribe__content {
    max-width: 38vw;
  }
  .footer-main {
    padding: 40px 0 72px;
  }
}
@media (max-width: 900px) {
  h2 {
    font-size: 32px;
  }
  .btn-viol {
    font-size: 11px !important;
  }
  .container {
    padding: 0 24px;
  }
  .header__navigation {
    display: none;
  }
  .header__btns {
    max-width: 400px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
  .header__btn.btn-transp {
    height: 32px;
  }
  a.header__btn.btn-viol {
    height: 34px;
    width: 160px;
    margin-left: 8px;
  }


  .header__btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
  }
  .system {
    margin-top: 60px;
  }
  .system .container {
    gap: 32px;
  }
  .system__content-btn {
    max-width: 320px;
    width: 100%;
  }
  .roles__btn-bottom {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .roles__table {
    margin-top: 32px;
    gap: 16px;
  }
  .folders__item-numbers {
    padding: 32px 24px;
  }
  .folders__item-numbers-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  .folders__item-numbers-card-img {
    width: 104px;
    height: auto;
  }
  .folders__item-numbers-text-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .folders__item-numbers-text-btn + .folders__item-numbers-text-btn {
    margin-left: 0;
  }
  .folders__item-numbers-text-footer-p {
    font-size: 20px;
  }
  .folders__item-numbers-text {
    max-width: 340px;
  }
  .dark-bg__cards {
    display: none;
  }
  .dark-bg__cards-bottom {
    display: none;
  }
  .dark-bg__cards-adaptive {
    display: block;
  }
  .dark-bg__cards-btn-adaptive {
    display: none;
  }
  .dark-bg__cards-adaptive-slider {
    overflow-x: scroll;
  }
  .dark-bg__cards-card {
    max-width: 100%;
  }
  .dark-bg__cards-card-text {
    line-height: 110%;
  }
  .dark-bg__cards-card-adaptive + .dark-bg__cards-card-adaptive {
    margin-left: 6px;
  }
  .dark-bg__cards-card-adaptive {
    max-width: 214px;
    min-width: 214px;
    width: 100%;
    padding: 14px;
  }
  .dark-bg__cards-card-adaptive .dark-bg__cards-card-num {
    font-size: 28px;
  }
  .dark-bg__cards-card-adaptive .dark-bg__cards-card-img {
    width: 38px;
    height: 32px;
  }
  .dark-bg__cards-card-adaptive .dark-bg__cards-card-text {
    max-width: 100%;
    font-size: 15px;
  }
  .dark-bg__cards-bottom-item.dark-bg__cards-card-adaptive {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 214px !important;
    height: 140px !important;
  }
  .dark-bg__cards-bottom-item-span {
    height: inherit;
  }
  .dark-bg__cards-bottom-item.dark-bg__cards-card-adaptive:nth-child(1) .dark-bg__cards-bottom-item-span {
    background: url(./assets/img/num/gdpr-logo.svg) center center no-repeat;
  }
  .dark-bg__cards-bottom-item.dark-bg__cards-card-adaptive:nth-child(2) .dark-bg__cards-bottom-item-span {
    background: url(./assets/img/num/iso15001.svg) center center no-repeat;
  }
  .dark-bg__cards-bottom-item.dark-bg__cards-card-adaptive:nth-child(3) .dark-bg__cards-bottom-item-span {
    background: url(./assets/img/num/iso9001.svg) center center no-repeat;
  }
  .dark-bg__cards-bottom-item.dark-bg__cards-card-adaptive:nth-child(4) .dark-bg__cards-bottom-item-span {
    background: url(./assets/img/num/IMS.svg) center center no-repeat;
  }
  .ai {
    padding: 48px 24px;
  }
  .ai__content {
    display: grid;
    gap: 24px;
  }
  .ai__content-item {
    width: 100%;
  }
  .solution__cards {
    grid-template-columns: 1fr;
    grid-template-rows: 466px 466px 466px 466px;
  }
  .solution__cards-card {
    padding: 32px 24px;
  }
  .solution__cards-title {
    margin-top: 20px;
  }
  .solution__cards-bottom {
    width: 100%;
  }
  .flwr-block {
    padding: 48px 24px;
  }
  .flwr-block__text {
    padding-left: 0;
  }
  .flwr-block__title {
    font-size: 25px;
  }
  a.flwr-block__btn {
    margin: 24px 0 0 0;
    max-width: 290px;
  }
  .academy__cards-card {
    width: 100%;
  }
  .academy__text {
    max-width: 298px;
    font-size: 14px;
  }
  .academy__btn {
    width: 100%;
    max-width: 320px;
  }
  .subscribe {
    padding: 40px 24px;
  }
  .subscribe__form {
    padding: 40px 24px;
    margin-left: 0;
  }
  .subscribe__form-contract-text,
  .subscribe__form-contract-p {
    font-size: 14px;
  }
  .subscribe__form-contract-submit.btn-viol {
    width: 236px;
    height: 44px;
  }
  .last-screen {
    padding: 0;
    height: auto;
  }
  .last-screen__slider-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .last-screen__item-title {
    grid-column-start: 1;
    grid-column-end: span 2;
    margin-top: 0;
    font-size: 48px;
  }
  .last-screen__item-btn.btn-viol {
    margin-top: 48px;
    width: 100%;
    height: 36px;
    max-width: 194px;
  }
  .last-screen__item-nav {
    margin-top: 48px;
    width: 74px;
    height: 34px;
  }
  .last-screen__item-prev, .last-screen__item-next {
    height: 34px;
    width: 34px;
  }
  .footer-col {
    width: 40vw;
  }
  .footer-col__list.accordion-content {
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-col__list-item,
  .footer-col__list.accordion-content .footer-col__list-item:nth-child(1) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
  .container {
    padding: 0 16px;
  }
  .header__btn.btn-transp {
    max-width: 160px;
    width: auto;
  }
  .header__btn-burger {
    width: auto;
  }
  .system {
    margin-top: 40px;
  }
  .system__content-title {
    font-size: 36px;
  }
  .system__content-text {
    font-size: 16px;
  }
  .system__content-btn {
    height: 56px;
  }
  .roles {
    padding: 64px 0;
  }
  .roles__title {
    font-size: 32px;
  }
  .roles__text {
    font-size: 16px;
  }
  .roles__table {
    gap: 12px;
  }
  .roles__table-col-li {
    padding: 18px;
  }
  .roles__trust-slider {
    margin-top: 16px;
    padding-bottom: 8px;
  }
  /*.folders__item-title {
    width: 100%;
    justify-content: flex-start;
    font-size: 20px;
    padding-left: 18px;
  }
  .folders__item-numbers {
    padding: 28px 18px;
  }
  .folders__item-numbers-card {
    flex-direction: row;
  }
  .folders__item-numbers-card-img {
    width: 80px;
    height: 80px;
  }
  .folders__item-numbers-card-text {
    margin-left: 16px;
  }
  .folders__item-numbers-card-p {
    font-size: 16px;
  }
  .folders__item-numbers-text-title {
    font-size: 28px;
  }
  .folders__item-numbers-text-sub-title {
    font-size: 18px;
  }
  .folders__item-numbers-text-li {
    font-size: 16px;
    padding-right: 0;
  }
  */
  .folders__item-numbers-text-footer {
    display: none;
  }
  .dark-bg {
    padding: 60px 16px;
  }
  .dark-bg__top-title {
    font-size: 36px;
  }
  .dark-bg__cards-adaptive-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card {
    padding: 24px;
    height: auto;
  }
  .dark-bg__cards-adaptive-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .dark-bg__cards-card-text {
    font-size: 14px;
  }
  .ai {
    padding: 40px 16px;
  }
  .ai__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .ai__content-item-title {
    font-size: 18px;
  }
  .ai__content-item-li {
    font-size: 14px;
  }
  .ai__content-item-btn {
    max-width: 100%;
  }
  .solution-title {
    font-size: 32px;
  }
  .solution__cards-card {
    padding: 24px 16px;
  }
  .solution__cards-bottom {
    gap: 12px;
  }
  .solution__cards-bottom-text {
    margin-left: 0;
  }
  .flwr-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 16px;
    text-align: center;
  }
  .flwr-block__img {
    height: 260px;
  }
  .flwr-block__btn.btn-viol {
    display: none;
  }
  .flwr-block__btn-adaptive {
    width: 290px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px auto 0;
    max-width: 260px;
  }
  .academy {
    padding: 48px 16px;
  }
  .academy__text {
    font-size: 18px;
  }
  .academy__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .academy__cards-card {
    width: 100%;
  }
  .academy__btn {
    display: none;
  }
  .academy__btn-adaptive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 32px auto 0;
    width: 100%;
    max-width: 280px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subscribe {
    padding: 32px 16px;
  }
  .subscribe__content-title {
    font-size: 32px;
  }
  .subscribe__content-text {
    font-size: 16px;
  }
  .subscribe__form {
    padding: 32px 16px;
  }
  .subscribe__form-top input {
    font-size: 16px;
  }
  .subscribe__form-contract {
    gap: 12px;
  }
  .subscribe__form-contract-checkbox::before {
    margin-top: -2px;
  }
  .subscribe__form-contract-p {
    font-size: 14px;
  }
  .subscribe__form-contract-bottom {
    gap: 16px;
  }
  .subscribe__form-contract-submit {
    width: 100%;
  }
  .last-screen__item-title {
    font-size: 42px;
  }
  .last-screen__item-btn {
    max-width: 280px;
    width: 100%;
  }
  .footer-rights .container p {
    margin-left: 0 !important;
  }
  .footer-rights__last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .footer-rights__last p {
    margin-top: 10px !important;
  }
  .footer-rights__second {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .footer-rights__third {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 680px) {
  .roles__title {
    width: 100%;
  }
  .folders__item-numbers-card-img {
    width: 66px;
  }
  .last-screen__item-title {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 14px;
  }
  .header .container {
    padding: 20px 14px;
    border-radius: 0;
    background-position-x: -40px;
  }
  .header__btns {
    margin-left: auto;
    max-width: 200px;
  }
  .header__btn.btn-transp {
    max-width: 140px;
    font-size: 12px;
  }
  .header__btn.btn-viol {
    display: none;
  }
  .header__btn-burger {
    padding: 8px 18px;
    margin-left: 30px;
  }
  .header__mob-menu--active {
    top: 74px;
  }
  .system .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .system__content-title {
    font-size: 32px;
  }
  .system__content-text {
    font-size: 15px;
  }
  .system__content-btn {
    height: 52px;
    margin: 40px auto 0;
  }
  .system__image {
    max-width: 80dvw;
  }
  .roles__title {
    font-size: 28px;
  }
  .roles__text {
    font-size: 14px;
  }
  .roles__table-col-link {
    font-size: 15px;
  }
  .roles__trust-slider {
    margin-top: 32px;
  }
  .folders__item-numbers {
    display: block;
    padding: 28px 16px;
  }
  .folders__item-numbers-left {
    border-right: none;
  }
  .folders__item-numbers-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .folders__item-numbers-card-img {
    width: 85px;
    height: 80px;
  }
  .folders__item-numbers-card-text {
    margin-left: 0;
    margin-top: 12px;
  }
  .folders__item-numbers-card-title {
    font-size: 22px;
  }
  .folders__item-numbers-card-p {
    font-size: 15px;
  }
  .folders__item-numbers-text {
    max-width: 100%;
  }
  .folders__item-numbers-text-li {
    font-size: 15px;
  }
  .dark-bg {
    padding: 20px 0;
  }
  .dark-bg__cards-adaptive-top {
    grid-template-columns: 1fr;
  }
  .dark-bg__cards-card.dark-bg__cards-card-adaptive {
    min-width: 220px;
  }
  .ai__content-item-title {
    font-size: 16px;
  }
  .ai__content-item-li {
    font-size: 13px;
  }
  .solution__cards-card {
    padding: 20px 14px;
  }
  .flwr-block__img {
    height: 316px;
  }
  .academy__cards {
    gap: 20px;
  }
  .academy__cards-card {
    padding: 24px;
  }
  .subscribe__form {
    padding: 28px 14px;
  }
  .subscribe__form-contract-p {
    font-size: 13px;
  }
  .subscribe__form-contract-text {
    font-size: 13px;
  }
  .subscribe__form-contract-submit {
    height: 48px;
  }
  .last-screen__item-title {
    font-size: 36px;
  }
  .accordion {
    padding: 0 20px;
  }
  .footer-main {
    padding: 40px 0 60px;
  }
  .footer-col__top-logo {
    height: 32px;
  }
  .footer-col__list.accordion-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .header .container {
	height:40px;
    background-position-x: -2px;
  }
  .header__btn.btn-transp {
    padding: 0 10px;
  }
  .header__logo-img {
    width: 88px;
  }
  .header__btn.btn-transp {
	height:26px;
    max-width: 120px;
  }
  .header__btn-burger {
	height:26px;
    width: 120px;
  }
  .system__content-title {
    font-size: 28px;
  }
  .system__content-btn {
    max-width: 100%;
  }
  .roles__table-col-li {
    padding: 16px;
  }
  .folders__item-title {
    font-size: 18px;
    padding-left: 18px;
    background-size: 80%;
    background-position-y: 22px;
  }
  .folders__item-numbers-text-title {
    font-size: 22px;
  }
  .folders__item-numbers-text-sub-title {
    font-size: 15px;
  }
  .folders__item-numbers-text-p {
    display: block;
  }
  .folders__item-numbers-text-li {
    font-size: 14px;
  }
  .dark-bg__top-title {
    font-size: 30px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card {
    padding: 18px;
  }
  .dark-bg__cards-card-text {
    font-size: 13px;
  }
  .dark-bg__cards-card {
    max-width: 40vw;
  }
  .dark-bg__cards-card-img {
    width: 40px;
    height: 30px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card {
    padding: 10px 8px;
  }
  .dark-bg__cards-adaptive-top .dark-bg__cards-card:last-child {
    max-width: 100% !important;
  }
  .ai__content-item-title {
    font-size: 15px;
  }
  .ai__content-item-li {
    font-size: 12px;
  }
  .solution__cards-img {
    width: 60px;
    height: 60px;
  }
  .solution__cards-bottom-btn {
    max-width: 100%;
  }
  .flwr-block__title {
    font-size: 24px;
  }
  .academy__cards-card {
    padding: 20px;
  }
  .academy__btn-adaptive {
    max-width: 240px;
  }
  .subscribe__content-title {
    font-size: 26px;
  }
  .subscribe__form-top input {
    font-size: 15px;
  }
  .subscribe__form-contract-p {
    font-size: 12px;
  }
  .subscribe__form-contract-submit {
    font-size: 12px;
  }
  .last-screen__item-title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .container {
    padding: 0 12px;
  }
  .header .container {
    padding: 20px 12px;
  }
  .header__btn.btn-transp {
    max-width: 100%;
    font-size: 11px;
  }
  .header__btn-burger {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__btn-burger-text {
    font-size: 12px;
  }
  .system__content-title {
    font-size: 24px;
  }
  .system__content-text {
    font-size: 14px;
  }
  .system__content-btn {
    height: 48px;
    font-size: 12px;
  }
  .roles__title {
    font-size: 24px;
  }
  .roles__text {
    font-size: 13px;
  }
  .roles__btn-bottom {
    max-width: 100%;
    font-size: 12px;
  }
  .folders__item-numbers {
    padding: 24px 12px;
  }
  .folders__item-numbers-card-img {
    width: 72px;
    height: 72px;
  }
  .folders__item-numbers-card-title {
    font-size: 20px;
  }
  .dark-bg {
    padding: 40px 0;
  }
  .ai__content-item-title {
    font-size: 14px;
  }
  .solution__cards-card {
    padding: 18px 12px;
  }
  .flwr-block {
    padding: 36px 12px;
  }
  .flwr-block__btn-adaptive {
    max-width: 220px;
  }
  .academy {
    padding: 36px 12px;
  }
  .academy__btn-adaptive {
    max-width: 220px;
  }
  .subscribe__content-title {
    font-size: 24px;
  }
  .subscribe__form {
    padding: 24px 12px;
  }
  .subscribe__form-contract-submit {
    max-width: 100%;
  }
  .last-screen__item-title {
    font-size: 28px;
  }
  .last-screen__item-btn {
    max-width: 220px;
  }
}
@media (max-width: 520px) {
  .academy__btn-adaptive {
    height: 44px;
    max-width: 260px;
  }
  .subscribe__content {
    max-width: 100vw;
    width: 100%;
  }
  .last-screen__item-nav {
    margin-left: auto;
    margin-right: 20px;
  }
  .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 20px;
  }
  .footer-col div {
    border-bottom: none;
  }
  .footer-col__list.accordion-content {
    margin: 0;
  }
  .footer-col__list-item + .footer-col__list-item {
    margin-top: 4px;
  }
}
.dark-bg__cards-card,
.dark-bg__cards-bottom-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dark-bg__cards-card:hover,
.dark-bg__cards-bottom-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 6px 6px rgba(222, 228, 255, 0.45), 0 1px 0 rgba(222, 228, 255, 0.45);
  box-shadow: 0 6px 6px rgba(222, 228, 255, 0.45), 0 1px 0 rgba(222, 228, 255, 0.45);
  border: 1px solid #7267E6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__navigation-item-list {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 460px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-top: 4px;
  padding-bottom: 40px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.header__navigation-item-title {
  margin-left: 40px;
  padding: 30px 0 20px;
  font-size:20px
}

.header__navigation-item-list li {
  padding: 0 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__navigation-item-list li:hover {
  background-color: #F3F6FD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__navigation-item-list li:hover a {
  color: #7267E6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__navigation-item-list li a {
  border-top: 1px solid #000;
}

.header__navigation-item-list li:last-child a {
  border-bottom: 1px solid #000;
}

.header__navigation-item-list li a {
  color: #0b1220;
  padding: 8px;
  text-decoration: none;
  font-weight: 300;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size:18px;
}

.header__navigation-item-list li a::before {
  content: url(./assets/img/Arrow-right.svg);
  display: block;
  -webkit-transform: translateY(-18px) scale(2.6);
  -ms-transform: translateY(-18px) scale(2.6);
  transform: translateY(-18px) scale(2.6);
  width: 16px;
  height: 6px;
  margin-left: auto;
  -webkit-filter: url(#purple7267E6);
  filter: url(#purple7267E6);
}

.header__navigation-item-li-span {
  display: block;
  margin-top: 8px;
  font-weight: 500;
}
/*
.header__navigation-item .header__navigation-item-list {
	  display: block;
	z-index:-6;
  opacity:0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__navigation-item:hover .header__navigation-item-list {
z-index:102;
  opacity:1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
*/


.header__navigation-item-list {
    display: block;            /* завжди block, але прихований */
    opacity: 0;                /* невидимий */
    transform: translateY(20px); /* легкий зсув вниз */
    pointer-events: none;      /* щоб не ловив події коли прихований */
    transition: 
        opacity 0.25s ease, 
        transform 0.25s ease;
	z-index:102;
}


.header__navigation-item-list::before{
	content:'';
	transform:translate(-4%, -3%);
	width:108%;
	height:108%;
	position:absolute;
	display:block;
	z-index:101;
}

/* Видимий стан */
.header__navigation-item-list.dropdown--visible {
    opacity: 1;
    transform: translateY(26px);
    pointer-events: auto;      /* знову активний */
}


.header__navigation-item-list ul{
	position:relative;
	z-index:103;
}

.header__navigation-item:nth-child(1) ul li:first-child a{
	border-top:none;
	margin-top: 20px;
}

.reveal {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  clip-path: polygon(0% -100%, 100% -100%, 100% 0%, 0% 0%);
  -webkit-transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: var(--delay, 0.4s);
  transition-delay: var(--delay, 0.4s);
  opacity: 0;
}

.reveal.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
}

.element-visibility {
  opacity: 0;
}

.element-visibility.element-visible {
  opacity: 1;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

@media (max-height: 900px) {
	.header .container{
        padding-bottom: 0;
    	padding-top: 0;
    }
	.header__navigation-item {
		padding: 12px 16px;
	}
	.header__navigation-item-title{
		padding: 18px 0 12px;
	}
	.header__navigation-item-list li a{
		padding: 0 5px 5px;
		font-size: 15px;
	}
	.header__navigation-item-title{
		font-size:17px;
	}
	.header__navigation-item-list li a::before {
    	transform: translateY(-12px) scale(2.6);
	}
}


.roles {
    padding: 0 0 80px;
}

.last-screen .container{
	display:flex;
	flex-direction: column;
	justify-content:space-between;
	padding-top:80px;
	padding-bottom:108px;
	box-sizing:border-box;
}

.last-screen__item-title.slide{
	display:none;
	visibility: hidden;
	transition: all .8s;
	color:#fff;
}

.last-screen__item-title.slide.active{
	display:block;
    visibility: visible;
	transition: all .8s;
}



input:-moz-autofill {
  /* Застосовується до самого поля <input> */
  background-color: transparent !important; 
  box-shadow: 0 0 0 1000px transparent inset !important; 
  /* ... інші стилі */
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    /* Робимо фон прозорим (або кольору, який ви хочете) */
    /* Використовується 'box-shadow' як хак, щоб перекрити фон браузера */
    box-shadow: 0 0 0 1000px white inset; /* Змініть 'white' на потрібний колір, або прозорий */
    
    /* Для прозорості використовуйте RGBA та !important */
    /* Наприклад, повна прозорість: */
    box-shadow: 0 0 0 1000px rgba(0,0,0,0) inset !important;
    
    /* Зміна кольору тексту */
    -webkit-text-fill-color: #fff; 
    
    /* Прибираємо стандартний перехід, якщо він є */
    transition: background-color 5000s ease-in-out 0s;
}


h2.folders__item-title{
font-size:22px;
}
.folders__item-numbers-card-title,
.dark-bg__cards-card-num,
.academy__card-top-title  {
font-size:56px;
line-height: 110%;
}

.subscribe__content-title{
font-size:66px;
}


@media (max-width: 1680px) {
	.subscribe__form{
		max-width: 55%;
	}
	
}
@media (max-width: 1340px) {
	.folders__item-numbers-card-title, .dark-bg__cards-card-num, .academy__card-top-title {
    	font-size: 46px;
	}
}
@media (max-width: 1260px) {
    .folders__item-numbers-card-title, .dark-bg__cards-card-num, .academy__card-top-title {
        font-size: 36px;
    }
}
@media (max-width: 1200px) {
	.subscribe__form{
		max-width: 100%;
	}
}
@media (max-width: 600px) {
.element-visibility {
    opacity: 1!important;
}
}