@font-face {
  src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
  font-style: normal;
  font-weight: 600
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #1a1a18;
  padding: 10px
}

::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #aaa
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body,
html {
  font-size: 10px;
  background-color: #fff;
  padding: 0;
  margin: 0
}

.wrapper {
  width: 100%;
  max-width: 1210px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding: 0 20px;
  margin: 0 auto
}

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

.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
  height: 100vh;
  width: 100vw;
  -webkit-transform: translate(100vw);
  -ms-transform: translate(100vw);
  transform: translate(100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-transition: width 475ms ease-out, border-radius .8s ease .1s, -webkit-transform .45s ease;
  transition: width 475ms ease-out, border-radius .8s ease .1s, -webkit-transform .45s ease;
  -o-transition: width 475ms ease-out, transform .45s ease, border-radius .8s .1s ease;
  transition: width 475ms ease-out, transform .45s ease, border-radius .8s ease .1s;
  transition: width 475ms ease-out, transform .45s ease, border-radius .8s ease .1s, -webkit-transform .45s ease;
  border-bottom-left-radius: 100vw;
  background-color: #1a1a18
}

.drawer-list ul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto
}

.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  margin-bottom: 10px;
  -webkit-transform: translatex(100vw);
  -ms-transform: translatex(100vw);
  transform: translatex(100vw)
}

.drawer-list li:last-child {
  margin-bottom: 2em
}

.drawer-list li a,
.drawer-list li span {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  padding: 1rem;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  background-color: #8d8d8c;
  background-color: rgba(26, 26, 24, .5)
}

.drawer-list li .drawer-list__item_active {
  font-weight: 700
}

input.hamburger {
  display: none
}

input.hamburger:checked~.drawer-list {
  border-bottom-left-radius: 0
}

input.hamburger:checked~.drawer-list,
input.hamburger:checked~.drawer-list li {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0)
}

input.hamburger:checked~.drawer-list li:first-child {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .08s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .08s;
  -o-transition: transform 1s .08s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .08s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .08s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .08s
}

input.hamburger:checked~.drawer-list li:nth-child(2) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .16s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .16s;
  -o-transition: transform 1s .16s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .16s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .16s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .16s
}

input.hamburger:checked~.drawer-list li:nth-child(3) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .24s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .24s;
  -o-transition: transform 1s .24s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .24s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .24s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .24s
}

input.hamburger:checked~.drawer-list li:nth-child(4) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .32s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .32s;
  -o-transition: transform 1s .32s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .32s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .32s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .32s
}

input.hamburger:checked~.drawer-list li:nth-child(5) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .4s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .4s;
  -o-transition: transform 1s .4s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .4s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .4s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .4s
}

input.hamburger:checked~.drawer-list li:nth-child(6) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .48s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .48s;
  -o-transition: transform 1s .48s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .48s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .48s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .48s
}

input.hamburger:checked~.drawer-list li:nth-child(7) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .56s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .56s;
  -o-transition: transform 1s .56s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .56s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .56s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .56s
}

input.hamburger:checked~.drawer-list li:nth-child(8) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .64s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .64s;
  -o-transition: transform 1s .64s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .64s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .64s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .64s
}

input.hamburger:checked~.drawer-list li:nth-child(9) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .72s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .72s;
  -o-transition: transform 1s .72s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .72s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .72s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .72s
}

input.hamburger:checked~.drawer-list li:nth-child(10) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .8s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .8s;
  -o-transition: transform 1s .8s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .8s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .8s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .8s
}

input.hamburger:checked~.drawer-list li:nth-child(11) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .88s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .88s;
  -o-transition: transform 1s .88s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .88s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .88s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .88s
}

input.hamburger:checked~.drawer-list li:nth-child(12) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .96s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .96s;
  -o-transition: transform 1s .96s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .96s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) .96s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) .96s
}

input.hamburger:checked~.drawer-list li:nth-child(13) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.04s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.04s;
  -o-transition: transform 1s 1.04s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.04s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.04s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.04s
}

input.hamburger:checked~.drawer-list li:nth-child(14) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.12s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.12s;
  -o-transition: transform 1s 1.12s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.12s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.12s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.12s
}

input.hamburger:checked~.drawer-list li:nth-child(15) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.2s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.2s;
  -o-transition: transform 1s 1.2s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.2s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.2s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.2s
}

input.hamburger:checked~.drawer-list li:nth-child(16) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.28s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.28s;
  -o-transition: transform 1s 1.28s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.28s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.28s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.28s
}

input.hamburger:checked~.drawer-list li:nth-child(17) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.36s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.36s;
  -o-transition: transform 1s 1.36s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.36s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.36s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.36s
}

input.hamburger:checked~.drawer-list li:nth-child(18) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.44s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.44s;
  -o-transition: transform 1s 1.44s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.44s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.44s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.44s
}

input.hamburger:checked~.drawer-list li:nth-child(19) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.52s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.52s;
  -o-transition: transform 1s 1.52s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.52s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.52s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.52s
}

input.hamburger:checked~.drawer-list li:nth-child(20) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.6s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.6s;
  -o-transition: transform 1s 1.6s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.6s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.6s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.6s
}

input.hamburger:checked~.drawer-list li:nth-child(21) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.68s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.68s;
  -o-transition: transform 1s 1.68s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.68s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.68s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.68s
}

input.hamburger:checked~.drawer-list li:nth-child(22) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.76s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.76s;
  -o-transition: transform 1s 1.76s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.76s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.76s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.76s
}

input.hamburger:checked~.drawer-list li:nth-child(23) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.84s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.84s;
  -o-transition: transform 1s 1.84s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.84s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.84s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.84s
}

input.hamburger:checked~.drawer-list li:nth-child(24) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.92s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.92s;
  -o-transition: transform 1s 1.92s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.92s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.92s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 1.92s
}

input.hamburger:checked~.drawer-list li:nth-child(25) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2s;
  -o-transition: transform 1s 2s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2s
}

input.hamburger:checked~.drawer-list li:nth-child(26) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.08s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.08s;
  -o-transition: transform 1s 2.08s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.08s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.08s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.08s
}

input.hamburger:checked~.drawer-list li:nth-child(27) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.16s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.16s;
  -o-transition: transform 1s 2.16s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.16s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.16s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.16s
}

input.hamburger:checked~.drawer-list li:nth-child(28) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.24s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.24s;
  -o-transition: transform 1s 2.24s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.24s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.24s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.24s
}

input.hamburger:checked~.drawer-list li:nth-child(29) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.32s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.32s;
  -o-transition: transform 1s 2.32s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.32s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.32s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.32s
}

input.hamburger:checked~.drawer-list li:nth-child(30) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.4s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.4s;
  -o-transition: transform 1s 2.4s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.4s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.4s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.4s
}

input.hamburger:checked~.drawer-list li:nth-child(31) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.48s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.48s;
  -o-transition: transform 1s 2.48s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.48s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.48s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.48s
}

input.hamburger:checked~.drawer-list li:nth-child(32) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.56s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.56s;
  -o-transition: transform 1s 2.56s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.56s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.56s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.56s
}

input.hamburger:checked~.drawer-list li:nth-child(33) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.64s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.64s;
  -o-transition: transform 1s 2.64s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.64s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.64s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.64s
}

input.hamburger:checked~.drawer-list li:nth-child(34) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.72s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.72s;
  -o-transition: transform 1s 2.72s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.72s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.72s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.72s
}

input.hamburger:checked~.drawer-list li:nth-child(35) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.8s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.8s;
  -o-transition: transform 1s 2.8s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.8s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.8s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.8s
}

input.hamburger:checked~.drawer-list li:nth-child(36) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.88s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.88s;
  -o-transition: transform 1s 2.88s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.88s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.88s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.88s
}

input.hamburger:checked~.drawer-list li:nth-child(37) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.96s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.96s;
  -o-transition: transform 1s 2.96s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.96s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.96s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 2.96s
}

input.hamburger:checked~.drawer-list li:nth-child(38) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.04s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.04s;
  -o-transition: transform 1s 3.04s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.04s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.04s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.04s
}

input.hamburger:checked~.drawer-list li:nth-child(39) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.12s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.12s;
  -o-transition: transform 1s 3.12s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.12s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.12s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.12s
}

input.hamburger:checked~.drawer-list li:nth-child(40) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.2s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.2s;
  -o-transition: transform 1s 3.2s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.2s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.2s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.2s
}

input.hamburger:checked~.drawer-list li:nth-child(41) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.28s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.28s;
  -o-transition: transform 1s 3.28s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.28s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.28s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.28s
}

input.hamburger:checked~.drawer-list li:nth-child(42) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.36s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.36s;
  -o-transition: transform 1s 3.36s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.36s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.36s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.36s
}

input.hamburger:checked~.drawer-list li:nth-child(43) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.44s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.44s;
  -o-transition: transform 1s 3.44s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.44s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.44s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.44s
}

input.hamburger:checked~.drawer-list li:nth-child(44) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.52s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.52s;
  -o-transition: transform 1s 3.52s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.52s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.52s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.52s
}

input.hamburger:checked~.drawer-list li:nth-child(45) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.6s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.6s;
  -o-transition: transform 1s 3.6s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.6s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.6s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.6s
}

input.hamburger:checked~.drawer-list li:nth-child(46) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.68s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.68s;
  -o-transition: transform 1s 3.68s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.68s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.68s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.68s
}

input.hamburger:checked~.drawer-list li:nth-child(47) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.76s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.76s;
  -o-transition: transform 1s 3.76s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.76s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.76s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.76s
}

input.hamburger:checked~.drawer-list li:nth-child(48) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.84s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.84s;
  -o-transition: transform 1s 3.84s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.84s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.84s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.84s
}

input.hamburger:checked~.drawer-list li:nth-child(49) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.92s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.92s;
  -o-transition: transform 1s 3.92s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.92s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.92s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 3.92s
}

input.hamburger:checked~.drawer-list li:nth-child(50) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 4s;
  transition: -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 4s;
  -o-transition: transform 1s 4s cubic-bezier(.29, 1.4, .44, .96);
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 4s;
  transition: transform 1s cubic-bezier(.29, 1.4, .44, .96) 4s, -webkit-transform 1s cubic-bezier(.29, 1.4, .44, .96) 4s
}

input.hamburger:checked~.drawer-list li a,
input.hamburger:checked~.drawer-list li span {
  padding-right: 15px
}

input.hamburger:checked~label>i {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

input.hamburger:checked~label>i:before {
  -webkit-transform: translateY(-50%) rotate(315deg);
  -ms-transform: translateY(-50%) rotate(315deg);
  transform: translateY(-50%) rotate(315deg)
}

input.hamburger:checked~label>i:after {
  -webkit-transform: translateY(-50%) rotate(-315deg);
  -ms-transform: translateY(-50%) rotate(-315deg);
  transform: translateY(-50%) rotate(-315deg)
}

label.hamburger {
  z-index: 100001;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #1a1a18
}

label.hamburger>i {
  position: absolute;
  width: 50%;
  height: 2px;
  top: 50%;
  left: 25%;
  background-color: #fff;
  pointer-events: auto;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s
}

label.hamburger>i:after,
label.hamburger>i:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

label.hamburger>i:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

label.hamburger>i:after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

label.hamburger {
  position: fixed;
  top: 15px;
  right: 15px
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 270px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #1a1a18;
  border: none;
  padding: 20px 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color, background-color .8s ease;
  -o-transition: color, background-color .8s ease;
  transition: color, background-color .8s ease;
  outline: none
}

.btn:focus,
.btn:hover {
  background: #fff;
  color: #1a1a18
}

.btn:after,
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #1a1a18;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.btn:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0
}

.btn:focus:after,
.btn:focus:before,
.btn:hover:after,
.btn:hover:before {
  width: 100%;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  background-color: #fff;
  padding-top: 11px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.header__wrapper {
  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
}

h1 {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px
}

.logo {
  width: 131px;
  height: auto;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease
}

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

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0
}

.nav__item,
.nav__item:active,
.nav__item:hover,
.nav__item:visited {
  display: inline-block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 17px;
  font-style: normal;
  font-weight: 500;
  color: #1a1a18;
  text-decoration: none;
  margin-left: 30px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.nav__item:focus,
.nav__item:hover {
  color: #6f03fc
}

.nav__item.nav__item_active,
.nav__item.nav__item_active:hover {
  color: #1a1a18;
  border-bottom: 2px solid #1a1a18;
  padding-bottom: 3px;
  cursor: default
}

.nav__btn {
  display: none
}

.first-screen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 116px
}

.first-screen,
.first-screen__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.first-screen__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.first-screen__part-1,
.first-screen__part-2 {
  width: calc(50% - 15px);
  max-width: 570px
}

.first-screen__part-1 {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
  margin-right: 30px
}

.first-screen__img {
  width: 100%
}

.section-title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 4rem;
  line-height: 54px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0
}

.first-screen__section-title {
  position: relative;
  display: inline-block;
  color: #1a1a18
}

.first-screen__section-title:before {
  position: absolute;
  bottom: -38px;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #1a1a18
}

.item-title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2rem;
  line-height: 28px;
  font-style: normal;
  font-weight: 600;
  padding: 0;
  margin: 0
}

.first-screen__item-title {
  display: inline-block;
  color: #1a1a18;
  margin-top: 75px
}

.item-text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0
}

.first-screen__item-text {
  color: #1a1a18;
  margin-top: 15px
}

.first-screen__btn {
  margin-top: 50px
}

.use-section {
  background-color: #1a1a18;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px
}

.use-section__section-title {
  position: relative;
  display: inline-block;
  color: #fff
}

.use-section__section-title:before {
  position: absolute;
  bottom: -38px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #fff
}

.use-section__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, minmax(100px, auto));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px
}

.use-section__item {
  position: relative;
  max-width: 190px
}

.use-section__item:after {
  top: calc(50% - 65px);
  width: 130px;
  height: 130px;
  border-radius: 50%
}

.use-section__item:after,
.use-section__item:before {
  position: absolute;
  display: block;
  content: "";
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.use-section__item:before {
  top: 50%;
  width: 55px;
  height: 1px;
  background-image: url(../img/use/arrow.svg)
}

.use-section__item:first-child {
  grid-column: 1/6;
  grid-row: 1/3
}

.use-section__item:first-child:after {
  right: -160px;
  background-image: url(../img/use/1.svg)
}


.use-section__item:first-child:before {
  right: -255px
}

.use-section__item:first-child p {
  text-align: right
}

.use-section__item:nth-child(2) {
  grid-column: 1/6;
  grid-row: 3/5
}

.use-section__item:nth-child(2):after {
  right: -160px;
  background-image: url(../img/use/2.svg)
}

.use-section__item:nth-child(2):before {
  right: -255px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg)
}

.use-section__item:nth-child(2) p {
  text-align: right
}

.use-section__item:nth-child(3) {
  grid-column: 8/13;
  grid-row: 1/3;
  margin-left: auto
}

.use-section__item:nth-child(3):after {
  left: -160px;
  background-image: url(../img/use/3.svg)
}

.use-section__item:nth-child(3):before {
  left: -255px
}

.use-section__item:nth-child(3) p {
  text-align: left
}

.use-section__item:nth-child(4) {
  grid-column: 8/13;
  grid-row: 3/5;
  margin-left: auto
}

.use-section__item:nth-child(4):after {
  left: -160px;
  background-image: url(../img/use/4.svg)
}

.use-section__item:nth-child(4):before {
  left: -255px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg)
}

.use-section__item:nth-child(4) p {
  text-align: left
}

.use-section__item:nth-child(5) {
  grid-column: 6/10;
  grid-row: 5/7;
  margin-left: auto
}

.use-section__item:nth-child(5):after {
  left: -160px;
  background-image: url(../img/use/5.svg)
}

.use-section__item:nth-child(5):before {
  left: -150px;
  top: -75px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.use-section__item:nth-child(5) p {
  text-align: left
}

.use-section__img-wrap {
  grid-column: 6/8;
  grid-row: 1/4
}

.use-section__img,
.use-section__img-wrap {
  width: 100%;
  max-width: 195px
}

.about-section {
  padding-top: 80px;
  padding-bottom: 80px
}

.about-section * {
  color: #1a1a18
}

.about-section__wrapper {
  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
}

.about-section__part-1,
.about-section__part-2 {
  width: calc(50% - 15px);
  max-width: 570px
}

.about-section__part-1 {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
  margin-right: 30px
}

.about-section__part-2 {
  margin-top: 30px
}

.about-section__img {
  width: 100%
}

.about-section__section-title {
  position: relative
}

.about-section__section-title:before {
  position: absolute;
  bottom: -38px;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #1a1a18
}

.about-section__section-body {
  margin-top: 80px
}

.about-section__section-body .about-section__item-title {
  margin-top: 40px;
  margin-bottom: 15px
}

.about-section__section-body ul li {
  position: relative;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 180%;
  font-style: normal;
  font-weight: 400;
  margin-left: 21px
}

.about-section__section-body ul li:before {
  position: absolute;
  top: calc(50% - 4px);
  left: -21px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background-color: #1a1a18
}

.get-started-section {
  background-color: #1a1a18;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px
}

.get-started-section__section-title {
  position: relative;
  display: inline-block;
  color: #fff
}

.get-started-section__section-title:before {
  position: absolute;
  bottom: -38px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #fff
}

.get-started-section__item-text {
  margin-top: 80px
}

.get-started-section__btn {
  color: #1a1a18;
  background-color: #fff;
  margin: 50px auto 0
}

.get-started-section__btn:focus,
.get-started-section__btn:hover {
  background: #1a1a18;
  color: #fff
}

.get-started-section__btn:after,
.get-started-section__btn:before {
  background: #fff
}

.advantages-section {
  border-bottom: 2px solid #e5e5e5;
  padding-top: 80px;
  padding-bottom: 80px
}

.advantages-section * {
  color: #1a1a18
}

.advantages-section__wrapper {
  max-width: 970px
}

.advantages-section__section-title {
  position: relative;
  text-align: center
}

.advantages-section__section-title:before {
  position: absolute;
  bottom: -38px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #1a1a18
}

.advantages-section__section-items {
  margin-top: 80px
}

.advantages-section__section-item {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-top: 50px;
  padding-left: 230px
}

.advantages-section__section-item:before {
  position: absolute;
  top: calc(50% - 85px);
  left: 0;
  display: block;
  width: 170px;
  height: 170px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}

.advantages-section__section-item:first-child:before {
  background-image: url(../img/advantage/1.svg)
}

.advantages-section__section-item:nth-child(2):before {
  background-image: url(../img/advantage/2.svg)
}

.advantages-section__section-item:nth-child(3):before {
  background-image: url(../img/advantage/3.svg)
}

.advantages-section__item-text {
  margin-top: 15px
}

.why-we-section {
  padding-top: 80px;
  padding-bottom: 80px
}

.why-we-section * {
  color: #1a1a18
}

.why-we-section__section-title {
  position: relative;
  text-align: center
}

.why-we-section__section-title:before {
  position: absolute;
  bottom: -38px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #1a1a18
}

.why-we-section__section-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 80px
}

.why-we-section__section-item {
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  text-align: center;
  margin-right: 30px
}

.why-we-section__section-item:last-child {
  margin-right: 0
}

.why-we-section__item-text {
  margin-top: 15px
}

.app-screen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a18;
  padding-top: 80px;
  padding-bottom: 80px
}

.app-screen,
.app-screen__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.app-screen__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.app-screen__part-1,
.app-screen__part-2 {
  width: calc(50% - 15px);
  max-width: 570px
}

.app-screen__part-1 {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
  margin-right: 30px
}

.app-screen__part-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.app-screen__section-title {
  position: relative
}

.app-screen__section-title:before {
  position: absolute;
  bottom: -38px;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #fff
}

.app-screen__item-text {
  margin-top: 80px
}

.app-screen__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px
}

.app-screen__link:active,
.app-screen__link:hover,
.app-screen__link:link,
.app-screen__link:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80% auto;
  border: 1px solid #fff;
  outline: none;
  margin-right: 30px
}

.app-screen__link:first-child {
  background-image: url(../img/AppStore/AppStore.png)
}

.app-screen__link:nth-child(2) {
  background-image: url(../img/GooglePlay/GooglePlay.png)
}

.app-screen__link:focus {
  border: 1px solid #6f03fc;
  outline: 1px solid #6f03fc;
  outline-offset: 0
}

.app-screen__link:last-child {
  margin-right: 0
}

.app-screen__img {
  width: 100%;
  max-width: 348px
}

.contact-section {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px
}

.contact-section__section-title {
  position: relative;
  display: inline-block;
  color: #1a1a18
}

.contact-section__section-title:before {
  position: absolute;
  bottom: -38px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #1a1a18
}

.contact-section__item-text {
  color: #1a1a18;
  margin-top: 80px
}

.contact-section__btn {
  color: #fff;
  background-color: #1a1a18;
  margin: 50px auto 0
}

.contact-section__btn:focus,
.contact-section__btn:hover {
  background: #fff;
  color: #1a1a18
}

.contact-section__btn:after,
.contact-section__btn:before {
  background: #1a1a18
}

.footer {
  color: #fff;
  background-color: #1a1a18;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px
}

.footer__logo {
  position: relative;
  width: 137px;
  margin: 0 auto
}

.footer__logo img {
  display: block;
  width: 100%
}

.footer__logo:before {
  position: absolute;
  bottom: -38px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #fff
}

.footer__body {
  width: 100%;
  max-width: 970px;
  margin: 80px auto 0
}

.footer__item-text {
  margin-bottom: 30px
}

.footer__item-text:last-child {
  margin-bottom: 0
}

.footer__name-team {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px
}

@media screen and (max-width:1199px) {
  .wrapper {
    padding: 0 20px
  }

  .use-section__items {
    grid-template-rows: repeat(5, minmax(100px, auto));
    justify-items: center
  }

  .use-section__item:after {
    top: calc(50% - 40px);
    width: 80px;
    height: 80px
  }

  .use-section__item:before {
    display: none
  }

  .use-section__item:first-child {
    grid-column: 7/13;
    grid-row: 1/2;
    margin-left: 110px
  }

  .use-section__item:first-child:after {
    left: -110px
  }

  .use-section__item:first-child p {
    text-align: left
  }

  .use-section__item:nth-child(2) {
    grid-column: 7/13;
    grid-row: 2/3;
    margin-left: 110px
  }

  .use-section__item:nth-child(2):after {
    left: -110px
  }

  .use-section__item:nth-child(2) p {
    text-align: left
  }

  .use-section__item:nth-child(3) {
    grid-column: 7/13;
    grid-row: 3/4;
    margin-left: 110px
  }

  .use-section__item:nth-child(3):after {
    left: -110px
  }

  .use-section__item:nth-child(4) {
    grid-column: 7/13;
    grid-row: 4/5;
    margin-left: 110px
  }

  .use-section__item:nth-child(4):after {
    left: -110px
  }

  .use-section__item:nth-child(5) {
    grid-column: 7/13;
    grid-row: 5/6;
    margin-left: 110px
  }

  .use-section__item:nth-child(5):after {
    left: -110px
  }

  .use-section__img,
  .use-section__img-wrap {
    grid-column: 1/7;
    grid-row: 1/6;
    margin: 0 auto
  }
}

@media screen and (max-width:991px) {
  .wrapper {
    padding: 0 20px
  }

  .logo {
    width: 100px
  }

  .first-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 92px
  }

  .first-screen__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .first-screen__part-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-right: 0
  }

  .first-screen__part-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 50%;
    min-width: 400px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 50px
  }

  .section-title {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 3rem;
    line-height: 40px;
    font-style: normal;
    font-weight: 400
  }

  .first-screen__section-title:before {
    bottom: -20px
  }

  .first-screen__item-title {
    margin-top: 40px
  }

  .first-screen__btn {
    margin-top: 30px
  }

  .use-section {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .use-section__items {
    margin-top: 40px
  }

  .use-section__section-title:before {
    bottom: -20px
  }

  .about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px
  }

  .about-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .about-section__part-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-right: 0
  }

  .about-section__part-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 50%;
    min-width: 400px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 50px
  }

  .about-section__section-title:before {
    bottom: -20px
  }

  .about-section__section-body {
    margin-top: 40px
  }

  .about-section__section-body .about-section__item-title {
    margin-top: 30px
  }

  .about-section__item-title {
    margin-top: 40px
  }

  .get-started-section {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .get-started-section__section-title:before {
    bottom: -20px
  }

  .get-started-section__item-text {
    margin-top: 40px
  }

  .get-started-section__btn {
    margin-top: 30px
  }

  .advantages-section {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .advantages-section__section-title:before {
    bottom: -20px
  }

  .why-we-section {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .why-we-section__section-title:before {
    bottom: -20px
  }

  .why-we-section__section-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
  }

  .why-we-section__section-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px
  }

  .why-we-section__section-item:last-child {
    margin-bottom: 0
  }

  .app-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px
  }

  .app-screen__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .app-screen__part-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-right: 0
  }

  .app-screen__part-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 75%;
    max-width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 50px
  }

  .app-screen__section-title:before {
    bottom: -20px
  }

  .app-screen__item-text,
  .app-screen__item-title {
    margin-top: 40px
  }

  .app-screen__links {
    margin-top: 30px
  }

  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .contact-section__section-title:before {
    bottom: -20px
  }

  .contact-section__item-text {
    margin-top: 40px
  }

  .contact-section__btn {
    margin-top: 30px
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .footer__logo {
    width: 100px
  }

  .footer__logo:before {
    bottom: -20px
  }

  .footer__body {
    margin-top: 40px
  }

  .footer__item-text {
    margin-bottom: 15px
  }
}

@media screen and (max-width:767px) {
  .wrapper {
    padding: 0 20px
  }

  .logo {
    width: 80px
  }

  .nav__list {
    display: none
  }

  .nav__btn {
    display: block
  }

  .advantages-section__section-item {
    text-align: center;
    padding-left: 0;
    margin-top: 300px
  }

  .advantages-section__section-item:before {
    top: -220px;
    left: calc(50% - 85px)
  }
}

@media screen and (max-width:575px) {
  .wrapper {
    padding: 0 10px
  }

  .first-screen {
    margin-top: 76px
  }

  .first-screen__part-2 {
    display: none
  }

  .section-title {
    font-size: 2.4rem;
    font-weight: 400
  }

  .item-title,
  .section-title {
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.4;
    font-style: normal
  }

  .item-title {
    font-size: 1.6rem;
    font-weight: 600
  }

  .first-screen__btn {
    margin-top: 30px
  }

  .use-section__items {
    grid-template-rows: repeat(5, minmax(80px, auto));
    justify-items: flex-start;
    margin-top: 40px
  }

  .use-section__item {
    max-width: 100%
  }

  .use-section__item:after {
    top: calc(50% - 30px);
    width: 60px;
    height: 60px
  }

  .use-section__item:first-child {
    grid-column: 1/13;
    grid-row: 1/2;
    margin-left: 75px
  }

  .use-section__item:first-child:after {
    left: -75px
  }

  .use-section__item:nth-child(2) {
    grid-column: 1/13;
    grid-row: 2/3;
    margin-left: 75px
  }

  .use-section__item:nth-child(2):after {
    left: -75px
  }

  .use-section__item:nth-child(3) {
    grid-column: 1/13;
    grid-row: 3/4;
    margin-left: 75px
  }

  .use-section__item:nth-child(3):after {
    left: -75px
  }

  .use-section__item:nth-child(4) {
    grid-column: 1/13;
    grid-row: 4/5;
    margin-left: 75px
  }

  .use-section__item:nth-child(4):after {
    left: -75px
  }

  .use-section__item:nth-child(5) {
    grid-column: 1/13;
    grid-row: 5/6;
    margin-left: 75px
  }

  .use-section__item:nth-child(5):after {
    left: -75px
  }

  .use-section__img-wrap {
    display: none
  }

  .about-section__part-2 {
    width: 80%;
    min-width: 200px;
    margin-top: 0;
    margin-bottom: 20px
  }

  .app-screen__img-wrap {
    width: 75%;
    max-width: 75%
  }

  .app-screen__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .app-screen__link:active,
  .app-screen__link:hover,
  .app-screen__link:link,
  .app-screen__link:visited {
    margin-top: 20px
  }

  .app-screen__link:first-child:active,
  .app-screen__link:first-child:hover,
  .app-screen__link:first-child:link,
  .app-screen__link:first-child:visited {
    margin-top: 0
  }
}

@media only screen and (-o-min-device-pixel-ratio:1.25/1),
only screen and (min--moz-device-pixel-ratio:1.25),
only screen and (min-device-pixel-ratio:1.25),
screen and (webkit-min-device-pixel-ratio:1.25) {
  .app-screen__link:first-child {
    background-image: url(../img/AppStore/AppStore@1.25x.png)
  }

  .app-screen__link:nth-child(2) {
    background-image: url(../img/GooglePlay/GooglePlay@1.25x.png)
  }
}

@media only screen and (-o-min-device-pixel-ratio:1.5/1),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
screen and (-webkit-min-device-pixel-ratio:1.5) {
  .app-screen__link:first-child {
    background-image: url(../img/AppStore/AppStore@1.5x.png)
  }

  .app-screen__link:nth-child(2) {
    background-image: url(../img/GooglePlay/GooglePlay@1.5x.png)
  }
}

@media only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
screen and (-webkit-min-device-pixel-ratio:2) {
  .app-screen__link:first-child {
    background-image: url(../img/AppStore/AppStore@2x.png)
  }

  .app-screen__link:nth-child(2) {
    background-image: url(../img/GooglePlay/GooglePlay@2x.png)
  }
}

@media only screen and (-o-min-device-pixel-ratio:3/1),
only screen and (min--moz-device-pixel-ratio:3),
only screen and (min-device-pixel-ratio:3),
screen and (-webkit-min-device-pixel-ratio:3) {
  .app-screen__link:first-child {
    background-image: url(../img/AppStore/AppStore@3x.png)
  }

  .app-screen__link:nth-child(2) {
    background-image: url(../img/GooglePlay/GooglePlay@3x.png)
  }
}