/* montserrat-100 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/montserrat-v15-latin_cyrillic-100.eot");
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-100.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-100.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-100.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-100.ttf") format("truetype");
}
/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin_cyrillic-regular.eot");
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-regular.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-regular.ttf") format("truetype");
}
/* montserrat-500 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin_cyrillic-500.eot");
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-500.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-500.ttf") format("truetype");
}
/* montserrat-600 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-latin_cyrillic-600.eot");
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-600.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-600.ttf") format("truetype");
}
/* montserrat-700 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin_cyrillic-700.eot");
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-700.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-700.ttf") format("truetype");
}
/* montserrat-800 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v15-latin_cyrillic-800.eot");
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-800.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-800.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-800.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-800.ttf") format("truetype");
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation-ease {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes right-ease {
  100% {
    left: 105px;
  }
}
@keyframes left-ease {
  100% {
    left: 6px;
  }
}
@keyframes rotation-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
html {
  scroll-behavior: smooth !important;
  height: 100%;
}

body {
  position: relative;
  background: #f0f0f3;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  overflow-x: hidden;
  counter-reset: section;
  transition: 0.3s ease all;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  outline: none;
}

main {
  position: relative;
  padding-top: 70px;
  flex: 1;
}

#top,
#pain,
#solution,
#roadmap,
#contact,
#about,
#company,
#contact-form {
  scroll-margin-top: 60px;
}

.wrapper {
  margin: 0 120px;
}

.inside-wrapper {
  padding: 0 200px;
  margin: 100px 0;
}

.container {
  position: relative;
  margin: 0 auto;
}

.section {
  position: relative;
  margin-top: 85px !important;
}

.section--down-right-line {
  padding-bottom: 200px;
}

.section--down-left-line {
  padding-bottom: 200px;
}

.section-headline {
  position: absolute;
  top: -70px;
  left: -222px;
}

.section-number:before {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 144px;
  line-height: 216px;
  color: #f0f0f3;
  opacity: 0.7;
  text-shadow: -13px -10px 25px #ffffff, 10px 10px 25px rgba(174, 174, 192, 0.7);
  counter-increment: section;
  content: "0" counter(section);
}

@supports not (scroll-margin-top: 1px) {
  #top::before,
  #pain::before,
  #solution::before,
  #roadmap::before,
  #contact::before,
  #about::before,
  #company::before,
  #contact-form::before {
    content: "";
    display: block;
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (min-width: 320px) {
  #top,
  #pain,
  #solution,
  #roadmap,
  #contact,
  #about,
  #company,
  #contact-form {
    scroll-margin-top: 10px;
  }
  @supports not (scroll-margin-top: 1px) {
    #top::before,
    #pain::before,
    #solution::before,
    #roadmap::before,
    #contact::before,
    #about::before,
    #company::before,
    #contact-form::before {
      height: 70px;
      margin-top: -70px;
    }
  }
  .wrapper {
    margin: 0 30px;
  }
  .container {
    width: 100%;
  }
  .section--down-right-line {
    padding-bottom: 60px;
  }
  .section--down-left-line {
    padding-bottom: 60px;
  }
  .section {
    margin-top: 30px !important;
  }
  .section-headline {
    width: 362px;
    height: 190px;
    top: -3px;
    left: -85px;
  }
  .section-number:before {
    top: 71px;
    right: 16px;
    font-size: 54px;
    line-height: 86px;
  }
}
@media screen and (min-width: 768px) {
  #top,
  #pain,
  #solution,
  #roadmap,
  #contact,
  #about,
  #company,
  #contact-form {
    scroll-margin-top: 10px;
  }
  @supports not (scroll-margin-top: 1px) {
    #top::before,
    #pain::before,
    #solution::before,
    #roadmap::before,
    #contact::before,
    #about::before,
    #company::before,
    #contact-form::before {
      height: 65px;
      margin-top: -65px;
    }
  }
  .wrapper {
    margin: 0 40px;
  }
  .container {
    width: 682px;
  }
  .section--down-right-line {
    padding-bottom: 138px;
  }
  .section-headline {
    width: 568px;
    height: 262px;
    top: 26px;
    left: -155px;
  }
  .section-number:before {
    top: 109px;
    right: 2px;
    font-size: 90px;
  }
}
@media screen and (min-width: 1024px) {
  #top,
  #pain,
  #solution,
  #roadmap,
  #contact,
  #about,
  #company,
  #contact-form {
    scroll-margin-top: 0px;
  }
  @supports not (scroll-margin-top: 1px) {
    #top::before,
    #pain::before,
    #solution::before,
    #roadmap::before,
    #contact::before,
    #about::before,
    #company::before,
    #contact-form::before {
      height: 70px;
      margin-top: -70px;
    }
  }
  .wrapper {
    margin: 0 50px;
  }
  .container {
    width: 805px;
  }
  .section--down-right-line {
    padding-bottom: 213px;
  }
  .section-headline {
    top: 0px;
    left: -187px;
    width: 718px;
    height: 404px;
  }
  .section-number:before {
    top: 152px;
    right: 12px;
    font-size: 100px;
  }
}
@media screen and (min-width: 1440px) {
  #top,
  #pain,
  #solution,
  #roadmap,
  #contact,
  #about,
  #company,
  #contact-form {
    scroll-margin-top: 85px;
  }
  @supports not (scroll-margin-top: 1px) {
    #top::before,
    #pain::before,
    #solution::before,
    #roadmap::before,
    #contact::before,
    #about::before,
    #company::before,
    #contact-form::before {
      height: 85px;
      margin-top: -85px;
    }
  }
  .wrapper {
    margin: 0 125px;
  }
  .container {
    width: 1044px;
  }
  .section-headline {
    top: -81px;
    left: -231px;
    width: 869px;
  }
  .section-number:before {
    top: 54px;
    right: 8px;
    font-size: 144px;
  }
}
@media screen and (min-width: 1640px) {
  #top,
  #pain,
  #solution,
  #roadmap,
  #contact,
  #about,
  #company,
  #contact-form {
    scroll-margin-top: 90px;
  }
  @supports not (scroll-margin-top: 1px) {
    #top::before,
    #pain::before,
    #solution::before,
    #roadmap::before,
    #contact::before,
    #about::before,
    #company::before,
    #contact-form::before {
      height: 90px;
      margin-top: -90px;
    }
  }
  .wrapper {
    margin: 0 275px;
  }
  .container {
    width: 1322px;
  }
  .section-headline {
    left: -159px;
  }
  .section-number:before {
    right: 56px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .section--down-left-line {
    padding-bottom: 60px;
  }
}
.page-dark {
  background: #252525;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease all;
}

.page-dark .section-number:before {
  color: #252525;
  text-shadow: -10px -10px 30px rgba(56, 56, 56, 0.7), 10px 10px 30px #000000;
}

header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 20px 20px #f0f0f3;
  backdrop-filter: blur(10px);
  background-color: #f0f0f3;
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
}

.header {
  display: flex;
  align-items: center;
  padding-top: 10px;
  position: relative;
}

.logotype {
  flex-shrink: 0;
}

.menu {
  margin-left: 30px;
  flex-grow: 1;
  padding-right: 160px;
}

.hamburger {
  display: none;
  position: absolute;
  padding: 0;
  top: 13px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: #f0f0f3;
  border: none;
  box-shadow: -3px -3px 10px #ffffff, 3px 3px 10px rgba(174, 174, 192, 0.5);
  border-radius: 5px;
  transition: 0.3s ease all;
  z-index: 999999;
}

.hamburger:focus {
  box-shadow: inset -5px -5px 15px rgba(255, 255, 255, 0.7), inset 5px 5px 15px rgba(174, 174, 192, 0.4);
}

.hamburger .hamburger__line {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #636369;
  transform: translateX(-50%);
}

.hamburger .hamburger__line:first-child {
  top: 12px;
}

.hamburger .hamburger__line:nth-child(2) {
  top: 19px;
}

.hamburger .hamburger__line:last-child {
  top: 26px;
}

.hamburger.hamburger--open {
  animation: right-ease 0.5s 1 ease-in-out forwards;
}

.hamburger.hamburger--open .hamburger__line:first-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.hamburger--open .hamburger__line:nth-child(2) {
  display: none;
}

.hamburger.hamburger--open .hamburger__line:last-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.logotype__logo {
  width: 104px;
  height: 60px;
}

.menu {
  display: flex;
}

.menu .logotype {
  display: none;
}

.menu .menu__list {
  display: flex;
  align-items: center;
  list-style-type: none;
}

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

.menu .menu__link {
  font-size: 18px;
  line-height: 22px;
  color: #636369;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s ease all;
}

@media (hover: hover) {
  .menu .menu__link:hover {
    background: #f0f0f3;
    box-shadow: -7px -7px 20px #ffffff, 7px 7px 20px rgba(174, 174, 192, 0.5);
  }
}
.menu .menu__link:focus {
  box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.7), inset 10px 10px 15px rgba(174, 174, 192, 0.3);
}

.menu-footer__title--link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.menu-footer__title--link:hover {
  opacity: 0.7;
}

.change-theme {
  position: absolute;
  right: 90px;
  top: -20px;
  width: 60px;
  height: 145px;
  background: #f0f0f3;
  border: none;
  box-shadow: -3px -3px 10px #ffffff, 3px 3px 10px rgba(174, 174, 192, 0.5);
  border-radius: 0 0 30px 30px;
  transform: translateY(-20%);
  transition: 0.5s ease all;
}

.change-theme svg {
  position: absolute;
  bottom: 31px;
  left: 17.5px;
  width: 25px;
  height: 27px;
  transition: 0.5s ease all;
}

.change-theme .sun {
  display: none;
  position: absolute;
  bottom: 33px;
  left: 15px;
  width: 30px;
  height: 30px;
  transition: 0.5s ease all;
}

.accessibility {
  position: absolute;
  right: 0;
  top: -20px;
  width: 60px;
  height: 145px;
  background: #f0f0f3;
  border: none;
  box-shadow: -3px -3px 10px #ffffff, 3px 3px 10px rgba(174, 174, 192, 0.5);
  border-radius: 0 0 30px 30px;
  transform: translateY(-20%);
  transition: 0.5s ease all;
}

.accessibility svg {
  position: absolute;
  bottom: 31px;
  left: 8px;
  width: 44px;
  height: 22px;
  transition: 0.5s ease all;
}

.accessibility .eye-big {
  display: none;
}

.accessibility .eye-black {
  display: none;
}

.accessibility .eye-black-big {
  display: none;
}

@media (hover: hover) {
  .change-theme:hover {
    box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.7), inset 10px 10px 10px rgba(174, 174, 192, 0.3);
    top: -15px;
  }
  .change-theme:hover svg {
    transform: scale(1.1);
  }
  .accessibility:hover {
    box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.7), inset 10px 10px 10px rgba(174, 174, 192, 0.3);
    top: -15px;
  }
  .accessibility:hover .eye {
    display: none;
  }
  .accessibility:hover .eye-big {
    display: block;
  }
}
@media (hover: none) {
  .change-theme:active {
    box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.7), inset 10px 10px 10px rgba(174, 174, 192, 0.3);
    top: -15px;
    transition: 0.3s ease all;
  }
  .change-theme:active svg {
    transform: scale(1.1);
  }
  .accessibility:active {
    box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.7), inset 10px 10px 10px rgba(174, 174, 192, 0.3);
    top: -15px;
    transition: 0.3s ease all;
  }
  .accessibility:active .eye {
    display: none;
  }
  .accessibility:active .eye-big {
    display: block;
  }
}
.page-dark header {
  box-shadow: 0px 1px 20px 20px #252525;
  backdrop-filter: blur(10px);
  background-color: #252525;
}

.page-dark .hamburger {
  background: #252525;
  box-shadow: -5px -5px 15px rgba(56, 56, 56, 0.7), 5px 5px 15px rgba(0, 0, 0, 0.6);
}

.page-dark .hamburger:focus {
  box-shadow: inset -10px -10px 10px rgba(56, 56, 56, 0.6), inset 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.page-dark .hamburger__line {
  background-color: rgba(255, 255, 255, 0.8);
}

.page-dark .menu__link {
  color: rgba(255, 255, 255, 0.6) !important;
}

@media (hover: hover) {
  .page-dark .menu__link:hover {
    background: #252525 !important;
    box-shadow: -7px -7px 20px #383838, 7px 7px 20px rgba(0, 0, 0, 0.5) !important;
  }
}
.page-dark .menu__link:focus {
  box-shadow: inset -10px -10px 10px rgba(56, 56, 56, 0.6), inset 10px 10px 10px rgba(0, 0, 0, 0.3) !important;
}

.page-dark .change-theme,
.page-dark .accessibility {
  background: #252525;
  box-shadow: -10px -10px 15px rgba(56, 56, 56, 0.7), 10px 10px 15px rgba(0, 0, 0, 0.4);
}

@media (hover: hover) {
  .page-dark .change-theme:hover,
  .page-dark .accessibility:hover {
    box-shadow: inset -10px -10px 10px rgba(56, 56, 56, 0.6), inset 10px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .page-dark .accessibility:hover .eye-black {
    display: none;
  }
  .page-dark .accessibility:hover .eye-black-big {
    display: block;
  }
}
@media (hover: none) {
  .page-dark .change-theme:active,
  .page-dark .accessibility:active {
    box-shadow: inset -10px -10px 10px rgba(56, 56, 56, 0.6), inset 10px 10px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease all;
  }
  .page-dark .accessibility:active .eye-black {
    display: none;
  }
  .page-dark .accessibility:active .eye-black-big {
    display: block;
  }
}
.page-dark .change-theme .moon {
  display: none;
}

.page-dark .change-theme .sun {
  display: block !important;
  animation: rotation-ease 1s 1 linear;
  animation-fill-mode: forwards;
}

.page-dark .accessibility .eye {
  display: none;
}

.page-dark .accessibility .eye-black {
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .menu {
    padding-right: 0 !important;
  }
  .change-theme {
    top: -60px;
    right: 70px;
    width: 37px;
  }
  .accessibility {
    top: -60px;
    right: 10px;
    width: 37px;
  }
  .change-theme svg {
    bottom: 19px;
    left: 11px;
    width: 15px;
    height: 15px;
  }
  .change-theme .sun {
    bottom: 17px;
    left: 8.5px;
    width: 20px;
    height: 20px;
  }
  .accessibility svg {
    bottom: 19px;
    left: 4.5px;
    width: 28px;
    height: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (hover: hover) {
  .change-theme:hover,
  .accessibility:hover {
    top: -55px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (hover: none) {
  .change-theme:active,
  .accessibility:active {
    top: -55px;
    transition: 0.3s ease all;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .menu .logotype {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    margin-top: -20px;
    margin-bottom: 15px;
    margin-left: -10px;
    width: 100%;
    order: -1;
    padding-left: 0px;
  }
  .menu .menu__list {
    flex-direction: column;
    align-items: flex-start;
    order: 1;
  }
  .menu .menu__item:not(:last-child) {
    margin: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  header .header.container {
    width: calc(482px + 200px) !important;
  }
  .header {
    flex-direction: row !important;
  }
  .hamburger {
    display: none !important;
  }
  .logotype {
    display: block !important;
    margin-left: 8px;
  }
  .logotype__logo {
    width: 85px;
    height: 40px;
  }
  .menu {
    margin-left: 14px;
  }
  .menu {
    box-shadow: none !important;
  }
  .page-dark .menu {
    box-shadow: none !important;
  }
  .menu .logotype {
    display: none !important;
  }
  .menu .menu__list {
    flex-direction: row;
    align-items: center;
  }
  .menu .menu__item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .menu .menu__link {
    font-size: 16px;
  }
  .change-theme {
    top: -26px;
    right: 90px;
    width: 58px;
  }
  .accessibility {
    top: -26px;
    right: 0;
    width: 58px;
  }
  .change-theme svg {
    bottom: 33px;
    left: 16.5px;
    width: 25px;
    height: 27px;
  }
  .change-theme .sun {
    bottom: 33px;
    left: 14px;
    width: 30px;
    height: 30px;
  }
  .accessibility svg {
    bottom: 31px;
    left: 8px;
    width: 44px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .change-theme:hover,
  .accessibility:hover {
    top: -21px;
  }
}
@media screen and (min-width: 768px) and (hover: none) {
  .change-theme:active,
  .accessibility:active {
    top: -21px;
    transition: 0.3s ease all;
  }
}
@media screen and (min-width: 760px) and (max-width: 1020px) {
  .menu .menu__link {
    font-size: 13px !important;
    padding: 5px !important;
  }
  .menu .menu__item:not(:last-child) {
    margin-right: 12px !important;
  }
  .menu {
    padding-right: 140px !important;
  }
  .logotype__logo {
    width: 75px !important;
    height: 35px !important;
  }
  .menu {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 850px) {
  .menu .menu__item:not(:last-child) {
    margin-right: 8px !important;
  }
  .logotype__logo {
    width: 70px !important;
    height: 33px !important;
  }
}
@media screen and (min-width: 1024px) {
  header .header.container {
    width: calc(805px + 200px) !important;
  }
  .logotype__logo {
    width: 100px;
    height: 45px;
  }
  .menu {
    margin-left: 27px;
  }
  .menu .menu__item:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .menu .menu__link {
    font-size: 18px;
  }
  .change-theme {
    top: -26px;
    right: 90px;
    width: 58px;
  }
  .accessibility {
    top: -26px;
    right: 0;
    width: 58px;
  }
}
@media screen and (min-width: 1440px) {
  header .header.container {
    width: calc(1044px + 200px) !important;
  }
  .logotype__logo {
    width: 130px;
    height: 50px;
  }
  .menu {
    margin-left: 33px;
  }
  .menu .menu__item:not(:last-child) {
    margin-right: 50px;
    margin-bottom: 0;
  }
  .change-theme {
    right: 90px;
    width: 60px;
    top: -20px;
  }
  .accessibility {
    right: 0;
    width: 60px;
    top: -20px;
  }
  .change-theme svg {
    bottom: 31px;
    left: 17.5px;
    width: 25px;
    height: 27px;
  }
  .change-theme .sun {
    bottom: 33px;
    left: 15px;
    width: 30px;
    height: 30px;
  }
  .accessibility svg {
    bottom: 31px;
    left: 8px;
    width: 44px;
    height: 22px;
  }
}
@media screen and (min-width: 1440px) and (hover: hover) {
  .change-theme:hover,
  .accessibility:hover {
    top: -15px;
  }
}
@media screen and (min-width: 1440px) and (hover: none) {
  .change-theme:active,
  .accessibility:active {
    top: -15px;
    transition: 0.3s ease all;
  }
}
@media screen and (min-width: 1640px) {
  header .header.container {
    width: calc(1322px + 200px) !important;
  }
  .change-theme {
    right: 90px;
    width: 60px;
  }
  .accessibility {
    right: 0;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    flex-direction: column-reverse;
  }
  .menu .logotype__logo {
    width: 110px;
    height: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .logotype {
    display: none;
  }
  .page-dark .menu {
    background: #252525;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .menu {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 80px 20px 24px;
    top: 0;
    left: 0;
    min-height: 270px;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    background: #f0f0f3;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    z-index: 9999;
  }
  .menu.menu--close {
    display: none;
  }
}
.manifesto-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 90vh;
  padding: 100px 20px;
}

.manifesto-intro__text-wrapper {
  max-width: 1000px;
  margin-bottom: 60px;
}

.manifesto-intro__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  color: #444449;
}

.manifesto-intro__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #636369;
}

.block-show-demo {
  position: relative;
  width: 225px;
  height: 225px;
}

.show-demo {
  position: relative;
  width: 100px;
  height: 100px;
  border: none;
  background: #f0f0f3;
  box-shadow: -10px -10px 30px #ffffff, 10px 10px 30px rgba(174, 174, 192, 0.4);
  border-radius: 100px;
  transition: 0.3s ease all;
  z-index: 9;
  display: block;
  margin: 0 auto;
}

.show-demo .text:before {
  content: "";
  position: absolute;
  width: 225px;
  height: 225px;
  top: -64px;
  left: -62px;
  background-image: url("../img/svg/join-beta.svg");
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotation-reverse 25s infinite linear;
}

.show-demo:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid #f0f0f3;
  filter: drop-shadow(0 0 4px #2f80ed);
  transform: translateY(-50%);
  transition: 0.3s ease all;
}

.show-demo:hover:after {
  transform: translateY(-50%) scale(1.1);
}

.show-demo:focus {
  box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.7), inset 10px 10px 10px rgba(174, 174, 192, 0.3);
}

.show-demo:focus:after {
  transform: translateY(-50%) scale(0.95);
}

.page-dark .manifesto-intro__title {
  color: rgba(255, 255, 255, 0.85);
}

.page-dark .manifesto-intro__subtitle {
  color: rgba(255, 255, 255, 0.6);
}

.page-dark .show-demo {
  background: #252525;
  box-shadow: -10px -10px 30px rgba(56, 56, 56, 0.7), 10px 10px 30px #000000;
}

.page-dark .show-demo:focus {
  box-shadow: inset -10px -10px 10px rgba(56, 56, 56, 0.6), inset 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.page-dark .show-demo:after {
  border-left-color: #252525 !important;
}

@media screen and (max-width: 1024px) {
  .manifesto-intro__title {
    font-size: 2.2rem;
  }
  .manifesto-intro__subtitle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .manifesto-intro {
    min-height: 80vh;
    padding: 60px 20px;
  }
  .manifesto-intro__title {
    font-size: 1.8rem;
  }
  .manifesto-intro__subtitle {
    font-size: 1.2rem;
  }
  .show-demo {
    width: 90px;
    height: 90px;
  }
  .show-demo .text:before {
    width: 218px;
    height: 218px;
    top: -62px;
    left: -63px;
  }
}
@media screen and (max-width: 480px) {
  .manifesto-intro {
    padding: 40px 15px;
  }
  .show-demo {
    width: 80px;
    height: 80px;
  }
  .show-demo .text:before {
    width: 180px;
    height: 180px;
    top: -50px;
    left: -50px;
  }
  .show-demo:after {
    left: calc(50% - 6px);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #f0f0f3;
  }
}
.about,
.about-company {
  padding-top: 213px;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.section-title--smaller {
  font-size: 1.8rem;
  margin-top: 80px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 70px;
  opacity: 0.8;
}

.pain-point {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}
.pain-point h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.pain-point p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666666;
}
.pain-point p strong {
  font-weight: 700;
  color: #444449;
}

.page-dark .pain-point p {
  color: rgba(255, 255, 255, 0.6);
}

.page-dark .pain-point p strong {
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 1024px) {
  .about,
  .about-company {
    padding-top: 330px;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 1.2rem;
  }
  .pain-point h4 {
    font-size: 1.4rem;
  }
  .pain-point p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about,
  .about-company {
    padding-top: 298px;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 50px;
  }
  .pain-point {
    margin-bottom: 40px;
  }
  .pain-point h4 {
    font-size: 1.3rem;
  }
  .pain-point p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .about,
  .about-company {
    padding-top: 180px;
  }
  .section-title {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .section-subtitle {
    font-size: 1rem;
  }
  .pain-point h4 {
    font-size: 1.2rem;
  }
  .pain-point p {
    font-size: 0.95rem;
  }
}
.pillar h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.pillar p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.page-dark .pillar p {
  color: rgba(255, 255, 255, 0.6);
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature__img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  padding: 10px;
}

.feature__text {
  margin-top: 30px;
  font-family: Montserrat;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #636369;
}

.feature__img--black {
  display: none;
}

.page-dark .feature__img--light {
  display: none;
}

.page-dark .feature__img--black {
  display: block;
}

.page-dark .feature__text {
  color: rgba(255, 255, 255, 0.6) !important;
}

.pillars-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 70px;
  margin-top: 60px;
  text-align: left;
}

.mobile-separator {
  display: none;
}

.desktop-features {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .pillars-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  .desktop-features {
    display: none;
  }
  .mobile-separator {
    display: flex;
    margin: 60px 0;
  }
  .feature__img {
    width: 100px;
    height: 100px;
  }
  .feature__text {
    margin-top: 20px;
    width: 180px;
    font-size: 16px;
    line-height: 1.3;
  }
  .pillar {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .feature__img {
    width: 90px;
    height: 90px;
  }
  .feature__text {
    font-size: 14px;
  }
}
.strategy-columns {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  margin-top: 60px;
  text-align: left;
}

.strategy-column {
  flex: 1;
  max-width: 45%;
}
.strategy-column h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.strategy-column ul {
  list-style-type: none;
  padding-left: 0;
}
.strategy-column ul li {
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.strategy-column p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.strategy-join-us {
  text-align: center;
  margin-top: 30px;
}
.strategy-join-us p {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .strategy-columns {
    flex-direction: column;
    text-align: center;
  }
  .strategy-column {
    max-width: 100%;
  }
  .strategy-column:not(:last-child) {
    margin-bottom: 40px;
  }
}
.form {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 150px;
  padding: 45px 100px;
  background: #f0f0f3;
  box-shadow: -10px -10px 30px #ffffff, 10px 10px 30px rgba(174, 174, 192, 0.5);
  border-radius: 20px;
}

.form .form__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #636369;
}

.form .form__text {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #636369;
}

.form .form__content {
  width: 100%;
  margin-top: 50px;
}

.input-container {
  display: block;
  position: relative;
  width: 100%;
}

.input-container input {
  width: 100%;
  padding: 17px 19px;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #2f80ed;
  filter: drop-shadow(0px 0px 7px #2f80ed);
  border-radius: 20px;
  transition: 0.3s ease all;
}

.input-container input + .title-input {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #636369;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}

.input-container input ~ .error {
  display: none;
  position: absolute;
  left: 25px;
  bottom: -17px;
  font-size: 12px;
  color: #bd1d1d;
  transition: 0.3s ease all;
}

.input-container input ~ .error:before {
  content: "*";
  position: absolute;
  top: 50%;
  left: -8px;
  color: #bd1d1d;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}

.input-container input:hover {
  filter: drop-shadow(0px 0px 3px #2f80ed);
}

.input-container input:focus + .title-input,
.input-container input:not(:placeholder-shown) + .title-input {
  padding: 4px;
  top: -1px;
  left: 25px;
  background-color: #f0f0f3;
  font-size: 12px;
  border: 1px solid #636369;
  border-radius: 10px;
}

.input-container input:invalid ~ .error {
  display: block;
}

.input-container:not(:last-child) {
  margin-bottom: 50px;
}

.textarea-container {
  display: block;
  position: relative;
}

.textarea-container .textarea {
  position: relative;
  width: 100%;
  height: 130px;
  padding: 17px 19px;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #2f80ed;
  filter: drop-shadow(0px 0px 7px #2f80ed);
  border-radius: 20px;
  transition: 0.3s ease all;
}

.textarea-container .textarea + .title-input {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #636369;
  transition: 0.3s ease all;
}

.textarea-container .textarea:hover {
  filter: drop-shadow(0px 0px 3px #2f80ed);
}

.textarea-container .textarea:focus + .title-input,
.textarea-container .textarea:not(:placeholder-shown) + .title-input {
  padding: 4px;
  top: -10px;
  left: 25px;
  background-color: #f0f0f3;
  font-size: 12px;
  border: 1px solid #636369;
  border-radius: 10px;
}

.page-dark .input-container input {
  color: #ffffff;
  caret-color: rgba(255, 255, 255, 0.6);
}

.page-dark .input-container input:focus + .title-input,
.page-dark .input-container input:not(:placeholder-shown) + .title-input {
  background-color: #252525;
}

.page-dark .input-container .title-input {
  color: rgba(255, 255, 255, 0.6) !important;
}

.page-dark .textarea-container textarea {
  color: #ffffff;
  caret-color: rgba(255, 255, 255, 0.6);
}

.page-dark .textarea-container textarea:focus + .title-input,
.page-dark .textarea-container textarea:not(:placeholder-shown) + .title-input {
  background-color: #252525;
}

.page-dark .textarea-container .title-input {
  color: rgba(255, 255, 255, 0.6) !important;
}

.page-dark .form {
  background: #252525;
  box-shadow: -10px -10px 30px rgba(56, 56, 56, 0.4), 10px 10px 40px rgba(0, 0, 0, 0.7);
}

.page-dark .form__title {
  color: rgba(255, 255, 255, 0.6) !important;
}

.page-dark .form__text {
  color: rgba(255, 255, 255, 0.6) !important;
}

@media screen and (min-width: 320px) {
  .form {
    margin-top: 60px;
    padding: 21px 25px;
  }
  .form .form__title {
    font-size: 12px;
  }
  .form .form__text {
    font-size: 12px;
    text-align: center;
  }
  .form .form__content {
    margin-top: 30px;
  }
  .input-container input {
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 12px;
  }
  .input-container input + .title-input {
    font-size: 12px;
  }
  .input-container input ~ .error {
    left: 20px;
    font-size: 8px;
  }
  .input-container input:focus + .title-input,
  .input-container input:not(:placeholder-shown) + .title-input {
    font-size: 8px;
  }
  .textarea-container .textarea {
    padding: 9px 14px;
    height: 70px;
    padding-top: 16px;
    border-radius: 10px;
    font-size: 12px;
  }
  .textarea-container .textarea + .title-input {
    font-size: 12px;
  }
  .textarea-container .textarea:focus + .title-input,
  .textarea-container .textarea:not(:placeholder-shown) + .title-input {
    font-size: 8px;
  }
}
@media screen and (min-width: 768px) {
  .form {
    margin-top: 60px;
    padding: 40px 70px;
  }
  .form .form__title {
    font-size: 20px;
  }
  .form .form__text {
    font-size: 18px;
  }
  .input-container input {
    padding: 16px 18px;
    border-radius: 20px;
    font-size: 14px;
  }
  .input-container input + .title-input {
    font-size: 14px;
  }
  .input-container input ~ .error {
    left: 20px;
    font-size: 10px;
  }
  .input-container input:focus + .title-input,
  .input-container input:not(:placeholder-shown) + .title-input {
    font-size: 10px;
  }
  .textarea-container .textarea {
    padding: 16px 18px;
    height: 100px;
    padding-top: 16px;
    border-radius: 20px;
    font-size: 14px;
  }
  .textarea-container .textarea + .title-input {
    font-size: 14px;
  }
  .textarea-container .textarea:focus + .title-input,
  .textarea-container .textarea:not(:placeholder-shown) + .title-input {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .form {
    margin-top: 60px;
    padding: 40px 80px;
  }
  .form .form__title {
    font-size: 24px;
  }
  .input-container input {
    padding: 19px 20px;
    border-radius: 20px;
    font-size: 16px;
  }
  .input-container input + .title-input {
    font-size: 16px;
  }
  .input-container input ~ .error {
    left: 20px;
    font-size: 12px;
  }
  .input-container input:focus + .title-input,
  .input-container input:not(:placeholder-shown) + .title-input {
    font-size: 12px;
  }
  .textarea-container .textarea {
    padding: 19px 20px;
    height: 100px;
    padding-top: 16px;
    border-radius: 20px;
    font-size: 16px;
  }
  .textarea-container .textarea + .title-input {
    top: 19px;
    font-size: 16px;
  }
  .textarea-container .textarea:focus + .title-input,
  .textarea-container .textarea:not(:placeholder-shown) + .title-input {
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .form {
    margin-top: 60px;
    padding: 40px 100px;
  }
  .input-container input {
    padding: 19px 20px;
    border-radius: 20px;
    font-size: 18px;
  }
  .input-container input + .title-input {
    font-size: 18px;
  }
  .input-container input ~ .error {
    bottom: -22px;
    left: 20px;
    font-size: 14px;
  }
  .textarea-container .textarea {
    padding: 19px 20px;
    height: 115px;
    padding-top: 16px;
    border-radius: 20px;
    font-size: 18px;
  }
  .textarea-container .textarea + .title-input {
    font-size: 18px;
  }
}
.important-banner {
  margin: 80px auto;
  padding: 40px 50px;
  background: #f0f0f3;
  box-shadow: -10px -10px 30px #ffffff, 10px 10px 30px rgba(174, 174, 192, 0.5);
  border-radius: 20px;
  text-align: center;
  max-width: 900px;
}

.important-banner__title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #55555A;
  margin-bottom: 15px;
}

.important-banner__text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #636369;
  margin-bottom: 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.important-banner__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:focus {
  outline: none;
}

.button--primary {
  background-color: #2f80ed;
  color: #f0f0f3;
  box-shadow: -5px -5px 15px rgba(255, 255, 255, 0.6), 5px 5px 15px rgba(174, 174, 192, 0.5);
}
.button--primary:hover {
  filter: brightness(1.1);
}
.button--primary:active {
  background-color: #2b74d3;
  box-shadow: inset -5px -5px 10px rgba(42, 110, 201, 0.9), inset 5px 5px 10px rgba(52, 140, 255, 0.9);
}

.button--secondary {
  background-color: #f0f0f3;
  color: #636369;
  box-shadow: -5px -5px 15px #ffffff, 5px 5px 15px rgba(174, 174, 192, 0.5);
}
.button--secondary:hover {
  color: #2f80ed;
}
.button--secondary:active {
  box-shadow: inset -5px -5px 10px rgba(255, 255, 255, 0.9), inset 5px 5px 10px rgba(174, 174, 192, 0.4);
}

.page-dark .important-banner {
  background: #252525;
  box-shadow: -10px -10px 20px rgba(56, 56, 56, 0.7), 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.page-dark .important-banner__title {
  color: rgba(255, 255, 255, 0.8);
}
.page-dark .important-banner__text {
  color: rgba(255, 255, 255, 0.6);
}
.page-dark .button--primary {
  box-shadow: none;
}
.page-dark .button--secondary {
  background-color: #252525;
  color: rgba(255, 255, 255, 0.6);
  box-shadow: -5px -5px 15px rgba(56, 56, 56, 0.7), 5px 5px 15px rgba(0, 0, 0, 0.5);
}
.page-dark .button--secondary:hover {
  color: #559fff;
}
.page-dark .button--secondary:active {
  box-shadow: inset -5px -5px 10px rgba(56, 56, 56, 0.7), inset 5px 5px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .important-banner {
    padding: 30px;
    margin: 60px 20px;
  }
  .important-banner__title {
    font-size: 1.5rem;
  }
  .important-banner__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .important-banner__buttons {
    flex-direction: column;
    gap: 15px;
  }
  .button {
    width: 100%;
    padding: 12px 20px;
  }
}
footer {
  position: relative;
  background: rgba(47, 128, 237, 0.7);
  z-index: 99;
  margin-top: auto;
}

.footer {
  display: flex;
  padding: 25px;
}

.footer__main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.footer .menu-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer .menu-footer__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: none;
}

.footer .menu-footer__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .menu-footer__title--no-underline:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.footer .menu-footer__link {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.footer .menu-footer__item:not(:last-child) {
  margin-bottom: 0;
}

.footer__brand {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 250px;
  z-index: 1;
}

.footer__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.footer__product {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.footer__by {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.7;
}

.footer__brand-name {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer__brand-name--no-underline:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.footer__contact--mobile {
  display: none;
  margin-bottom: 15px;
  text-align: center;
}

.footer__contact-title {
  display: block;
  margin: 0 0 8px 0;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__contact-title:hover {
  opacity: 0.8;
}

.footer__email {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}
.footer__email:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer__nav-link {
  transition: opacity 0.2s ease;
}
.footer__nav-link:hover {
  opacity: 0.8;
}

.footer__copyright {
  font-size: 11px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px;
  }
  .footer__main {
    justify-content: center;
    align-items: center;
    position: static;
  }
  .menu-footer--desktop {
    display: none !important;
  }
  .footer__brand {
    position: static;
    transform: none;
    min-width: auto;
    width: 100%;
    align-items: center;
  }
  .footer__contact--mobile {
    display: block !important;
  }
  .footer__product:hover,
  .footer__brand-name:hover,
  .footer__contact-title:hover,
  .footer__email:hover {
    opacity: 0.8;
    text-decoration: none !important;
  }
  .footer__product {
    font-size: 15px;
  }
  .footer__brand-name {
    font-size: 16px;
  }
  .footer__contact-title {
    font-size: 13px;
  }
  .footer__email {
    font-size: 13px;
  }
  .footer__copyright {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .menu-footer__title {
    font-size: 14px;
  }
  .footer .menu-footer__link {
    font-size: 14px;
  }
  .footer__brand {
    min-width: 200px;
  }
  .footer__product {
    font-size: 15px;
  }
  .footer__brand-name {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 27px 20px;
  }
  .footer .menu-footer__title {
    font-size: 16px;
  }
  .footer .menu-footer__item:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer .menu-footer__link {
    font-size: 16px;
  }
  .footer__brand {
    min-width: 250px;
  }
  .footer__product {
    font-size: 16px;
  }
  .footer__brand-name {
    font-size: 18px;
  }
  .footer__copyright {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    padding: 27px 31px;
  }
  .footer .menu-footer__title {
    margin-bottom: 20px;
  }
  .footer .menu-footer__item:not(:last-child) {
    margin-bottom: 13px;
  }
  .footer__brand {
    min-width: 280px;
  }
}
@media screen and (min-width: 1640px) {
  .footer {
    padding: 27px 82px;
  }
}
.formRight {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.formLeft {
  position: absolute;
  top: 280px;
  left: 0;
  z-index: 99;
}

.formLeftTwo {
  position: absolute;
  top: 2431px;
  left: -64px;
  z-index: 99;
}

.formRightTwo {
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: 99;
}

.formBlack {
  display: none;
}

.down-line-right {
  position: absolute;
  right: -110px;
  bottom: -95px;
  z-index: 1;
}

.down-line-left {
  position: absolute;
  left: -110px;
  bottom: -95px;
  z-index: 2;
}

.page-dark .formLight {
  display: none;
}

.page-dark .formBlack {
  display: block;
}

@media screen and (min-width: 320px) {
  .formRight {
    top: 31px;
    right: -100px;
    width: 188px;
    height: 213px;
    transform: rotate(28deg);
  }
  .formLeft {
    top: 647px;
    left: -49px;
    width: 188px;
    height: 213px;
  }
  .formLeftTwo {
    top: 1874px;
    left: 0;
    width: 72px;
    height: 177px;
  }
  .formRightTwo {
    bottom: -99px;
    right: -71px;
    width: 230px;
    height: 260px;
  }
  .down-line-right {
    width: 99px;
    height: 122px;
    right: 1px;
    bottom: 2px;
  }
  .down-line-left {
    width: 99px;
    height: 122px;
    left: -4px;
    bottom: 2px;
  }
}
@media screen and (min-width: 768px) {
  .formRight {
    top: 62px;
    right: -245px;
    width: 188px;
    height: 213px;
  }
  .formLeft {
    top: 647px;
    left: -71px;
    width: 368px;
    height: 359px;
    transform: rotate(-12deg);
  }
  .formLeftTwo {
    top: 2492px;
    left: -29px;
    width: 176px;
    height: 430px;
  }
  .formRightTwo {
    bottom: -99px;
    right: -100px;
    width: 457px;
    height: 189px;
  }
}
@media screen and (min-width: 860px) {
  .formRight {
    width: 473px;
    height: 457px;
  }
}
@media screen and (min-width: 1024px) {
  .formRight {
    top: 0;
    right: -207px;
    width: 473px;
    height: 457px;
    transform: rotate(5deg);
  }
  .formLeft {
    top: 647px;
    left: -124px;
    width: 429px;
    height: 418px;
    transform: rotate(-12deg);
  }
  .formLeftTwo {
    top: 2492px;
    left: -29px;
    width: 235px;
    height: 575px;
  }
  .formRightTwo {
    bottom: -124px;
    right: -220px;
    width: 763px;
    height: 332px;
  }
  .down-line-right {
    width: 284px;
    height: 221px;
    right: -73px;
    bottom: -95px;
  }
  .down-line-left {
    width: 284px;
    height: 221px;
    left: -71px;
    bottom: -95px;
  }
}
@media screen and (min-width: 1300px) {
  .formLeft {
    top: 580px;
  }
}
@media screen and (min-width: 1350px) {
  .formLeft {
    top: 520px;
  }
}
@media screen and (min-width: 1400px) {
  .formLeft {
    top: 453px;
    transform: unset !important;
  }
}
@media screen and (min-width: 1440px) {
  .formRight {
    top: 0;
    right: -200px;
    width: 473px;
    height: 457px;
    transform: unset;
  }
  .formLeft {
    top: 365px;
    left: -124px;
    width: 566px;
    height: 551px;
    transform: rotate(-7deg) !important;
  }
  .formLeftTwo {
    top: 2438px;
    left: -260px;
    width: 734px;
    height: 714px;
  }
  .formRightTwo {
    bottom: -142px;
    right: -220px;
    width: 763px;
    height: 494px;
    object-fit: cover;
  }
  .down-line-right {
    width: 483px;
    height: 335px;
    right: -168px;
    bottom: -70px;
  }
  .down-line-left {
    width: 503px;
    height: 526px;
    left: -104px;
    bottom: -70px;
  }
}
@media screen and (min-width: 1580px) {
  .formRight {
    width: 658px;
    height: 635px;
  }
}
@media screen and (min-width: 1640px) {
  .formLeft {
    top: 231px;
  }
  .formLeftTwo {
    top: 2486px;
    left: -195px;
  }
  .down-line-right {
    right: -106px;
  }
  .down-line-left {
    left: -62px;
  }
}
@media screen and (max-width: 1947px) {
  .formLeftTwo {
    display: none !important;
  }
}
.button-wrapper {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.button-wrapper.button-wrapper--left {
  justify-content: flex-start;
}

.button-wrapper.button-wrapper--center {
  justify-content: center;
}

.button-wrapper.button-wrapper--right {
  justify-content: flex-end;
}

.button {
  padding: 17px 30px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  border-radius: 20px;
  transition: 0.3s ease all;
}

.button.button--primary {
  color: #ffffff;
  background: rgba(47, 128, 237, 0.5);
}

.button:hover {
  backdrop-filter: brightness(0.5);
  transform: scale(1.03);
}

.button:focus {
  backdrop-filter: brightness(0.3);
  transform: scale(0.95);
}

@media screen and (min-width: 320px) {
  .button-wrapper {
    margin-top: 20px;
  }
  .button {
    padding: 5px 15px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .button-wrapper {
    margin-top: 30px;
  }
  .button {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .button {
    padding: 12px 25px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .button {
    padding: 14px 30px;
    font-size: 22px;
  }
}
.breadcrumbs {
  margin: 70px 0;
}

.breadcrumbs .breadcrumbs__list {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.breadcrumbs .breadcrumbs__item {
  position: relative;
}

.breadcrumbs .breadcrumbs__item:not(:last-child) {
  padding-right: 30px;
}

.breadcrumbs .breadcrumbs__item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 6px;
  right: 12px;
  width: 8px;
  height: 1px;
  background-color: #636369;
  transform: rotate(45deg);
}

.breadcrumbs .breadcrumbs__item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 12px;
  width: 8px;
  height: 1px;
  background-color: #636369;
  transform: rotate(-45deg);
}

.breadcrumbs .breadcrumbs__link {
  font-size: 16px;
  color: #636369;
  text-decoration: none;
}

.page-dark .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 320px) {
  .breadcrumbs {
    margin: 30px 10px;
  }
  .breadcrumbs .breadcrumbs__item:not(:last-child):before {
    top: 7px;
    right: 12px;
    width: 5px;
    height: 1px;
  }
  .breadcrumbs .breadcrumbs__item:not(:last-child):after {
    bottom: 7px;
    right: 12px;
    width: 5px;
    height: 1px;
  }
  .breadcrumbs .breadcrumbs__link {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 45px 0;
  }
  .breadcrumbs .breadcrumbs__item:not(:last-child):before {
    top: 6px;
    right: 12px;
    width: 8px;
    height: 1px;
  }
  .breadcrumbs .breadcrumbs__item:not(:last-child):after {
    bottom: 6px;
    right: 12px;
    width: 8px;
    height: 1px;
  }
  .breadcrumbs .breadcrumbs__link {
    font-size: 14px;
  }
}
.demo-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.demo-showcase .demo-item {
  position: relative;
  margin-bottom: 90px;
  width: 400px;
  height: 200px;
  border-radius: 5px;
  background: #f0f0f3;
  box-shadow: -10px -10px 30px #ffffff, 10px 10px 30px rgba(174, 174, 192, 0.5);
  overflow: hidden;
  transition: 0.3s ease all;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.demo-showcase .demo-item:nth-child(odd) {
  margin-right: 90px;
}

.demo-showcase .demo-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 243, 0.89);
  transition: 0.2s ease all;
  transform: translateY(-500px);
}

.demo-showcase .demo-item:hover:before {
  transform: translateY(0);
}

.demo-showcase .demo-item:hover .demo-item__button {
  display: block;
}

.demo-showcase .demo-item.demo-item--soon:hover:after {
  content: "Soon..";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: 600;
  color: #636369;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.demo-showcase .demo-item.demo-item--soon:hover .demo-item__description {
  opacity: 0;
}

.demo-showcase .demo-item__title {
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0 0 15px 0;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
  position: relative;
}

.demo-showcase .demo-item__description {
  font-size: 13px;
  line-height: 1.5;
  color: #636369;
  margin: 0;
  font-family: "Roboto", sans-serif;
  z-index: 2;
  position: relative;
}

.demo-showcase .demo-item__button {
  position: absolute;
  right: -77.5px;
  bottom: -77.5px;
  width: 155px;
  height: 155px;
  border: none;
  border-radius: 100px;
  background-color: #f0f0f3;
  box-shadow: -10px -10px 20px #ffffff, 10px 10px 20px rgba(174, 174, 192, 0.3);
  display: none;
  transition: 0.3s ease all;
  z-index: 4;
}

.demo-showcase .demo-item__button:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 42px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid #f0f0f3;
  filter: drop-shadow(0 0 4px #2f80ed);
  transition: 0.3s ease all;
}

.page-dark .demo-item {
  background-color: #252525;
  box-shadow: -10px -10px 30px #000000, 10px 10px 30px rgba(0, 0, 0, 0.5);
}

.page-dark .demo-item:before {
  background: rgba(37, 37, 37, 0.9);
}

.page-dark .demo-item.demo-item--soon:hover:after {
  color: rgba(255, 255, 255, 0.6) !important;
}

.page-dark .demo-item__title {
  color: rgba(255, 255, 255, 0.8);
}

.page-dark .demo-item__description {
  color: rgba(255, 255, 255, 0.6);
}

.page-dark .demo-item__button {
  background-color: #252525;
  box-shadow: -10px -10px 30px rgba(56, 56, 56, 0.7), 10px 10px 30px #000000;
}

.page-dark .demo-item__button:before {
  border-left-color: #252525 !important;
}

@media screen and (min-width: 320px) {
  .demo-showcase {
    flex-direction: column;
  }
  .demo-showcase .demo-item {
    width: 280px;
    height: 160px;
    margin-bottom: 50px;
    padding: 20px;
  }
  .demo-showcase .demo-item:nth-child(odd) {
    margin-right: 0;
  }
  .demo-showcase .demo-item.demo-item--soon:hover:after {
    font-size: 14px;
  }
  .demo-showcase .demo-item__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .demo-showcase .demo-item__description {
    font-size: 11px;
  }
  .demo-showcase .demo-item__button {
    right: -40px;
    bottom: -40px;
    width: 80px;
    height: 80px;
  }
  .demo-showcase .demo-item__button:before {
    top: 16px;
    left: 20px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #f0f0f3;
  }
}
@media screen and (min-width: 768px) {
  .demo-showcase .demo-item {
    width: 320px;
    height: 180px;
    padding: 25px;
  }
  .demo-showcase .demo-item.demo-item--soon:hover:after {
    font-size: 16px;
  }
  .demo-showcase .demo-item__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .demo-showcase .demo-item__description {
    font-size: 12px;
  }
  .demo-showcase .demo-item__button {
    right: -77.5px;
    bottom: -77.5px;
    width: 155px;
    height: 155px;
  }
  .demo-showcase .demo-item__button:before {
    top: 32px;
    left: 42px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #f0f0f3;
  }
}
@media screen and (min-width: 1024px) {
  .demo-showcase .demo-item {
    margin-bottom: 90px;
    width: 400px;
    height: 200px;
    padding: 30px;
  }
  .demo-showcase .demo-item.demo-item--soon:hover:after {
    font-size: 18px;
  }
  .demo-showcase .demo-item__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .demo-showcase .demo-item__description {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .demo-showcase {
    flex-direction: row;
  }
  .demo-showcase .demo-item:nth-child(odd) {
    margin-right: 90px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
