/* ----------------------------------------------
 * Generated by Animista on 2020-10-3 19:38:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-10-3 19:40:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation: fade-in-right 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 300ms ease-in-out forwards;
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.fade-out {
  animation: fade-out 400ms ease-in-out forwards;
}

@keyframes color-change-contrast {
  0% {
    color: #2b24ff;
  }
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-2.5rem);
  }
  60% {
    transform: translateY(-1.5rem);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-2.5rem);
  }
  60% {
    transform: translateY(-1.5rem);
  }
}
.bounce {
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-10-3 20:51:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pulsate-fwd {
  -webkit-animation: pulsate-fwd 1.5s ease-in-out 1s infinite both;
  animation: pulsate-fwd 1.5s ease-in-out 1s infinite both;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

main {
  overflow: hidden;
  min-height: 100%;
}

a {
  color: #2b24ff;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

p {
  margin: 0;
}

img,
li {
  display: block;
}

img {
  height: auto;
  width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

button {
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
}

html {
  font-size: 62.5%;
  font-family: "Karla", sans-serif;
}

body {
  color: #111517;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: #312f42;
  font-weight: 600;
}

h1 {
  font-family: "Nunito", sans-serif;
  font-size: 3.4rem;
  line-height: 5rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 942px) {
  h1 {
    font-size: 5rem;
    line-height: 8rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.2rem;
    line-height: 6.5rem;
  }
}

h2 {
  font-size: 2.9rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.3rem;
  }
}
@media (min-width: 942px) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.7rem;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.9rem;
  }
}

p {
  line-height: 2.5rem;
}

.container {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 2rem;
}
@media (min-width: 942px) {
  .container {
    padding: 4rem 3rem 5rem 3rem;
  }
}
.container--display-block {
  display: block;
}
.container--no-pad-y {
  padding: 2rem 0 0 0;
}

.section-heading {
  text-align: center;
}
@media (min-width: 1200px) {
  .section-heading {
    text-align: left;
  }
}
.section-heading--accent {
  color: #2b24ff;
}
.section-heading--neutral {
  color: #f3f4f6;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease 0s;
  display: none;
  z-index: 4;
}
.overlay--active {
  display: block;
}

.link-main-hover {
  font-weight: 800;
}
.link-main-hover:hover {
  color: #0600bd;
}

.no-scroll {
  overflow: hidden;
}

body.dark-mode {
  background-color: #212121;
  color: #e6e6e6;
}
body.dark-mode header, body.dark-mode header .nav__menu, body.dark-mode header .nav__list-wrapp, body.dark-mode .section-hero, body.dark-mode .section-about, body.dark-mode footer {
  background-color: inherit;
}
body.dark-mode .grid--bcd, body.dark-mode .section-contact, body.dark-mode header .nav__list-wrapp--open {
  background-color: #292929;
}
body.dark-mode h1, body.dark-mode h2 {
  color: #e6e6e6;
}
body.dark-mode .modal-title {
  border-bottom-color: #9994ff;
}
body.dark-mode h3 {
  color: #e6e6e6;
}
body.dark-mode p, body.dark-mode h4, body.dark-mode ul {
  color: #d9d9d9;
}
body.dark-mode .section-heading--neutral {
  color: #9994ff;
}
body.dark-mode .section-hero__description-h1::before, body.dark-mode .section-hero__description-h1::after, body.dark-mode .section-hero__description-row1::before, body.dark-mode .section-hero__description-row2::after {
  color: gray;
}
body.dark-mode .section-heading--accent {
  color: #9994ff;
}
body.dark-mode a, body.dark-mode .footer__link, body.dark-mode .primary-button, body.dark-mode .primary-button--ghost {
  color: #9994ff;
}
body.dark-mode a:hover, body.dark-mode .footer__link:hover, body.dark-mode .primary-button:hover, body.dark-mode .primary-button--ghost:hover {
  color: #cac7ff;
}
body.dark-mode .grid__card-text--links a, body.dark-mode .grid__card-text--links .info-btn {
  color: #b2aefb;
}
body.dark-mode .grid__card-text--links a:hover, body.dark-mode .grid__card-text--links .info-btn:hover {
  color: #e0dffd;
}
body.dark-mode .primary-button, body.dark-mode .nav__button {
  color: #060606;
  background-color: #9994ff;
}
body.dark-mode .primary-button--ghost {
  color: #9994ff;
  background-color: inherit;
  border: 0.1rem #9994ff solid;
}
body.dark-mode .primary-button--ghost:hover {
  background-color: #9994ff;
}
body.dark-mode .nav__button-item {
  background-color: #060606;
}
body.dark-mode .grid__card, body.dark-mode .modal-window {
  background-color: #383838;
}
body.dark-mode .grid__card-text--links {
  background-color: #404040;
}
body.dark-mode .grid__card-graphic-item {
  filter: opacity(0.9);
}
body.dark-mode .section-hero__image, body.dark-mode .section-hero__image::before {
  opacity: 0.7;
}
body.dark-mode .section-about__icons-wrapp img {
  filter: contrast(0.2);
}
body.dark-mode .section-hero__description-icon {
  background: no-repeat center/95% url(../assets/images/icons/arrpw-down-dark-mode.svg);
}
body.dark-mode .grid--bcd::before, body.dark-mode .section-contact::before {
  background: url(../assets/images/icons/polygon-3-purple-dark-mode.svg) no-repeat;
}

header {
  background: #fafafa;
}
@media (min-width: 768px) {
  header .nav {
    padding: 3rem;
  }
}
header .nav__items {
  flex: 1 1 45%;
}
@media (min-width: 768px) {
  header .nav__button {
    display: none;
  }
}
header .nav__list {
  flex: 1 1 auto;
}
header .nav__list-wrapp {
  position: fixed;
  z-index: 4;
  overflow: auto;
  top: 0px;
  right: -28rem;
  width: 0;
  opacity: 0;
  height: 100%;
  background-color: #fafafa;
  transition: all 400ms cubic-bezier(0.6, 0.05, 0.28, 0.91) 0s;
}
header .nav__list-wrapp--open {
  height: 100%;
  width: 45%;
  right: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  header .nav__list-wrapp {
    position: static;
    width: auto;
    opacity: 1;
  }
}
header .nav__menu {
  padding: 8rem 2rem 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  header .nav__menu {
    padding: 0;
    flex-direction: row;
    background-color: #fafafa;
  }
}
header .nav__menu-item {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  header .nav__menu-item {
    padding-bottom: 0;
  }
}

.section-hero {
  position: relative;
  background-color: rgba(64, 66, 125, 0.05);
}
.section-hero__content {
  display: block;
}
@media (min-width: 942px) {
  .section-hero__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.section-hero__description {
  padding: 3rem 2rem;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  row-gap: 2rem;
  align-items: center;
}
@media (min-width: 942px) {
  .section-hero__description {
    padding: 4rem 3rem 5rem 3rem;
  }
}
@media (min-width: 942px) {
  .section-hero__description {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    flex: 3;
  }
}
.section-hero__description-info {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 0.6rem;
}
@media (max-width: 768px) {
  .section-hero__description-info {
    padding-bottom: 2rem;
  }
}
.section-hero__description-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 26rem;
}
.section-hero__description-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.8rem;
  transition: all 0.2s ease-in-out;
  background: no-repeat center/95% url(../assets/images/icons/arrpw-down.svg);
}
.section-hero__description-h1 {
  display: inline-flex;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.section-hero__description-h1::before {
  content: "<h1>";
  align-self: baseline;
  padding: 1.2rem 1rem 0 0;
}
@media (min-width: 942px) {
  .section-hero__description-h1::before {
    padding: 2.1rem 1rem 0 0;
  }
}
.section-hero__description-h1::after {
  content: "</h1>";
  align-self: flex-end;
  padding: 0 0 1rem 1rem;
}
@media (min-width: 942px) {
  .section-hero__description-h1::after {
    padding: 0 0 1.8rem 1rem;
  }
}
.section-hero__description-row1::before {
  content: "<p>";
  padding-right: 1rem;
}
.section-hero__description-row2::after {
  content: "</p>";
}
.section-hero__description-row1, .section-hero__description-row2::after {
  padding-left: 1rem;
}
.section-hero__description-h1::before, .section-hero__description-h1::after, .section-hero__description-row1::before, .section-hero__description-row2::after {
  font-size: 1.3rem;
  font-family: "Source Code Pro", monospace;
  font-weight: 200;
  color: #0000007a;
  vertical-align: middle;
}
.section-hero__description-row2, .section-hero__description-btns {
  padding-left: 4.2rem;
}
.section-hero__description-row1, .section-hero__description-row2 {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .section-hero__description-row1, .section-hero__description-row2 {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
  align-items: stretch;
  padding: 4rem 0 3rem 0;
}
.grid--bcd {
  background: #fafafa;
  position: relative;
  padding-bottom: 2rem;
}
.grid--bcd::before {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 12rem;
  top: 0;
  left: 0;
  background: url(../assets/images/icons/polygon-3-purple.svg) no-repeat;
  transform: rotate(180deg);
}
@media (min-width: 590px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
  }
}
@media (min-width: 942px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
  }
}

.section-contact {
  padding-bottom: 10rem;
  background: no-repeat url(../assets/images/icons/background-contact.section.svg);
  background-size: 100%;
  background-position: center 90%;
  position: relative;
}
.section-contact::before {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 12rem;
  top: 0;
  left: 0;
  background: url(../assets/images/icons/polygon-3-purple.svg) no-repeat;
  transform: rotate(180deg);
}
@media (min-width: 460px) {
  .section-contact {
    padding-bottom: 0;
    background-size: 50%;
    background-position: center right;
  }
}
@media (min-width: 942px) {
  .section-contact {
    background-size: 48%;
  }
}
.section-contact__content {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 460px) {
  .section-contact__content {
    padding-left: 4rem;
    justify-content: start;
  }
}
@media (min-width: 1200px) {
  .section-contact__content {
    padding-left: 0;
  }
}
.section-contact__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 11rem;
  margin: auto;
}
@media (min-width: 460px) {
  .section-contact__icons {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .section-contact__icons {
    max-width: 15rem;
  }
}
.section-contact__icons img {
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.14), 0 0.2rem 0.1rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .section-contact__icons img {
    width: 2.1rem;
  }
}
.section-contact__icons img:hover {
  transform: scale(1.2);
  transition: all 0.05s ease-in-out;
}

.section-about {
  padding: 2rem 0;
  background: #a0a0c0;
  color: #141414;
  position: relative;
}
.section-about::before {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 12rem;
  top: 0;
  right: 0;
  background: url(../assets/images/icons/polygon-3-right.svg) no-repeat;
}
.section-about__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4rem;
  align-items: stretch;
  padding-top: 4rem;
}
@media (min-width: 700px) {
  .section-about__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
  }
}
@media (min-width: 942px) {
  .section-about__content {
    column-gap: 8rem;
  }
}
.section-about__text {
  padding-bottom: 5rem;
}
.section-about__text--first-row {
  padding-bottom: 2rem;
}
.section-about__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: end;
}
@media (min-width: 700px) {
  .section-about__icons {
    padding-top: 5rem;
  }
}
.section-about__icons > li:nth-child(2) {
  align-self: flex-start;
}
.section-about__icons-wrapp {
  flex: 1;
}
.section-about__icons-wrapp img {
  max-width: 3.5rem;
  margin: 0 auto;
}
.section-about__icons-wrapp h3 {
  margin: 2rem 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.footer {
  text-align: center;
  background-color: rgba(64, 66, 125, 0.05);
}
.footer__link {
  padding-right: 1rem;
  color: #2b24ff;
  font-size: 1.4rem;
  font-weight: 800;
}
.footer .container {
  padding: 2rem;
}

.section-hero__image {
  position: relative;
  min-height: 35rem;
  background: no-repeat center/cover url(../assets/images/icons/hero-img-tablet.svg);
}
@media (min-width: 460px) {
  .section-hero__image {
    min-height: 50rem;
  }
}
@media (min-width: 590px) {
  .section-hero__image {
    min-height: 53rem;
  }
}
@media (min-width: 700px) {
  .section-hero__image {
    min-height: 55rem;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .section-hero__image {
    min-height: 57rem;
    flex: 4;
    background: none;
  }
  .section-hero__image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: no-repeat center/contain url(../assets/images/icons/hero-img-tablet.svg);
  }
}
@media (min-width: 768px) and (min-width: 942px) {
  .section-hero__image::before {
    width: 65rem;
    background-position: right;
  }
}
@media (min-width: 942px) {
  .section-hero__image {
    min-height: 66rem;
  }
}
@media (min-width: 1200px) {
  .section-hero__image::before {
    background-position: center bottom;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .section-hero__image::before {
    width: 80rem;
    background-position: center 25%;
  }
}

.grid__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: stretch;
  color: #111517;
  border-radius: 0.5rem;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.14), 0 0.2rem 0.1rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
}
.grid__card-graphic {
  width: auto;
  border-bottom: 0.2rem rgba(0, 0, 0, 0.12) solid;
}
.grid__card-graphic-item {
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
}
.grid__card-text {
  padding: 2.5rem 2rem 2rem 2rem;
  font-size: 1.5rem;
  flex: auto;
}
.grid__card-text-link {
  font-weight: 800;
}
.grid__card-text-link:hover {
  color: #0d00fa;
}
.grid__card-text--links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3rem;
  border-radius: 0 0 0.5rem 0.5rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
  background: #ededed;
}
.grid__card-text--links .info-btn {
  color: #2b24ff;
  background: transparent;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
}
.grid__card-text--links .info-btn:hover {
  color: #0600bd;
}
.grid__card-text h3 {
  padding-bottom: 1.5rem;
}

.primary-button {
  padding: 0.7rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  border: 0.1rem solid transparent;
  border-radius: 1.8rem;
  color: white;
  background: #2b24ff;
}
.primary-button:hover {
  background: #5c57ff;
  border: 0.1rem solid #2b24ff;
  transition: all 0.25s ease;
}
.primary-button--ghost {
  color: #2b24ff;
  background: transparent;
  border: 0.1rem solid #2b24ff;
}
.primary-button--ghost:hover {
  background: #5c57ff;
  color: white;
}

@media (max-width: 768px) {
  .primary-button--center {
    margin: 0 auto;
  }
}
.nav__items-toggler, .nav__items-btn {
  display: block;
  position: absolute;
  transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
}
.nav__items-toggler {
  background-color: #292929;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.nav__items-toggler.dark {
  background-color: #fafafa;
}
.nav__items-toggler.dark:after {
  content: "";
  position: fixed;
  width: 1.6rem;
  height: 1.6rem;
  left: 1.1rem;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/626120/sun.svg);
}
.nav__items-toggler:after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1.1rem;
  top: 1.1rem;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/626120/moon_copy.svg) no-repeat;
}
.nav__items-toggler:hover {
  background-color: #454545;
}
.nav__items-btn {
  z-index: 1;
  transition: all 0.2s ease;
  outline: 0.1rem solid transparent;
}

.nav__button {
  position: fixed;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 5;
  background: #2b24ff;
  padding: 1rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.14), 0 0.2rem 0.1rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
  transition: left 300ms cubic-bezier(0.6, 0.05, 0.28, 0.91) 0s;
}
.nav__button > div:nth-child(2) {
  margin: 0.4rem 0;
}
.nav__button-item {
  width: 2.3rem;
  height: 0.15rem;
  background-color: white;
  transition: transform 300ms cubic-bezier(0.6, 0.05, 0.28, 0.91) 0s, opacity 300ms ease 0s, box-shadow 250ms ease 0s, background-color 300ms ease 0s;
}
.nav__button--open > div:nth-child(1) {
  transform: translateY(0.555rem) rotate(-135deg);
}
.nav__button--open > div:nth-child(2) {
  transform: scale(0);
}
.nav__button--open > div:nth-child(3) {
  transform: translateY(-0.555rem) rotate(-45deg);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.modal-window {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 30rem;
  max-height: 90%;
  overflow: scroll;
  padding: 1.5rem;
  border: 0.1rem rgba(0, 0, 0, 0.12) solid;
  border-radius: 0.5rem;
  background-color: #ededed;
  z-index: 110;
}
.modal-window.visible {
  visibility: visible;
}
@media (min-width: 768px) {
  .modal-window {
    padding: 2rem;
    overflow: hidden;
  }
}
.modal-header {
  padding-bottom: 1.5rem;
}
.modal-title {
  border-bottom: 3px solid #2b24ff;
  padding-bottom: 1.5rem;
}
.modal-content {
  padding-top: 1rem;
}
@media (min-width: 942px) {
  .modal-content__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: baseline;
  }
}
@media (min-width: 942px) {
  .modal-content__row > div:nth-child(1) {
    padding-right: 4rem;
  }
}
.modal-content__row-item {
  padding-bottom: 2rem;
}
.modal-content__title {
  padding-bottom: 1rem;
}
.modal-content__list {
  padding: 0 2rem 2rem 2rem;
  list-style-type: disc;
}
.modal-content__list-item {
  display: list-item;
  padding-bottom: 0.8rem;
}
.modal-footer {
  padding-top: 1.5rem;
  display: flex;
  border-top: 1px solid #cdd6da;
}
.modal-footer a {
  display: inline-block;
  margin-right: 1.5rem;
}
.modal-footer .primary-button--ghost:focus {
  border: 0.2rem solid #6961ff;
}

/*# sourceMappingURL=style.css.map */
