/**
 * Sitech
 * HTML template with high-quality content and latest design trends that fit product market for SaaS, App Solutions Promo Campaigns, Development Studios, Digital Marketing Agencies, Startups and other rising internet technology services
 * Exclusively on https://1.envato.market/sitech-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #aeff00 #1b2129;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a,
button,
input,
textarea {
  background: 0 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
input[readonly],
textarea[readonly] {
  cursor: default;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
textarea {
  resize: none;
}
img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation: 0.4s ease-in-out fadeIn;
  animation: 0.4s ease-in-out fadeIn;
}
.fadeOut {
  -webkit-animation: 0.4s ease-in-out fadeOut;
  animation: 0.4s ease-in-out fadeOut;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #1b2129;
}
::-webkit-scrollbar-thumb {
  background-color: #aeff00;
  border-radius: 0;
  border: none;
}
html.fixed,
html.swal2-shown {
  overflow: hidden;
}
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  color: #28313d;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Mono", monospace;
  font-weight: 600;
  color: #1b2129;
}
.h1,
h1 {
  font-size: 42px;
  line-height: 1.2;
}
.h2,
h2 {
  font-size: 36px;
  line-height: 1.1;
}
.h3,
h3 {
  font-size: 28px;
  line-height: 1.4;
}
.h4,
h4 {
  font-size: 24px;
  line-height: 1.4;
}
.h5,
h5 {
  font-size: 20px;
  line-height: 1.4;
}
.h6,
h6 {
  font-size: 18px;
  line-height: 1.3;
}
.swiper-pagination {
  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;
  gap: 9px;
}
.swiper-pagination-bullet {
  background: #205aff;
  border: 1px solid rgba(248, 248, 255, 0.364077);
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background: #fff;
  border-color: #fff;
}
.container {
  max-width: 1105px;
  padding: 0 20px;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.fade {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.fade:not(.show) {
  opacity: 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.arrow-rotate {
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}
.btn {
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  height: 48px;
  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;
}
.btn--neon {
  background: #aeff00;
  color: #1b2129;
  border: 1px solid #1b2129;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
  border-radius: 2px;
}
.btn--neon:focus,
.btn--neon:hover {
  -webkit-box-shadow: 6px 6px 0 #1b2129;
  box-shadow: 6px 6px 0 #1b2129;
}
.btn--white {
  background: #fff;
  color: #1b2129;
  border: 1px solid #1b2129;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
  border-radius: 2px;
}
.btn--white:focus,
.btn--white:hover {
  -webkit-box-shadow: 6px 6px 0 #1b2129;
  box-shadow: 6px 6px 0 #1b2129;
}
.btn--arrow {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: unset;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.3px;
  position: relative;
  color: #000;
}
.btn--arrow .icon {
  margin-left: 5px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.btn--arrow:focus .icon,
.btn--arrow:hover .icon {
  margin-left: 10px;
  opacity: 1;
}
input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"] + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3px;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #1b2129;
  background: #fff;
  overflow: hidden;
}
input[type="checkbox"]:checked + label .icon,
input[type="checkbox"]:not(:checked) + label .icon {
  font-size: 12px;
  position: absolute !important;
  top: 7px;
  left: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="checkbox"]:not(:checked) + label .icon {
  opacity: 0;
}
input[type="checkbox"]:checked + label .icon {
  opacity: 1;
}
.field {
  border: 1px solid #1b2129;
  border-radius: 2px;
  height: 48px;
  padding: 11px 16px;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.field::-webkit-input-placeholder {
  color: #919191;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.field::-moz-placeholder {
  color: #919191;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.field:-ms-input-placeholder {
  color: #919191;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.field::-ms-input-placeholder {
  color: #919191;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.field::placeholder {
  color: #919191;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.field.error {
  -webkit-box-shadow: 3px 3px 0 red;
  box-shadow: 3px 3px 0 red;
}
.field:focus {
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
}
.field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.field:focus::-moz-placeholder {
  opacity: 0;
}
.field:focus:-ms-input-placeholder {
  opacity: 0;
}
.field:focus::-ms-input-placeholder {
  opacity: 0;
}
.field:focus::placeholder {
  opacity: 0;
}
.breadcrumbs {
  font-size: 14px;
  line-height: 26px;
  gap: 0 3px;
}
.breadcrumbs_item {
  position: relative;
}
.breadcrumbs_item:after {
  content: "/";
  position: relative;
  left: -2px;
}
.breadcrumbs_item.current:after {
  display: none;
}
.breadcrumbs_item .link:focus,
.breadcrumbs_item .link:hover {
  color: #000;
}
.stripe {
  overflow: hidden;
  background: #000;
  padding: 30px 0;
}
.stripe_block {
  width: 240px;
  color: #fff;
  padding-left: 25px;
  border-right: 12px solid #aeff00;
}
.stripe_block-icon {
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  font-size: 48px;
  margin-right: 15px;
}
.stripe .ticker {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  width: 100%;
}
.stripe .ticker-component {
  height: 38px !important;
}
.stripe .ticker-text {
  padding: 0 15px;
}
.stripe .ticker-item {
  visibility: hidden;
}
.type .caret {
  display: inline-block;
  background: #aeff00;
  width: 22px;
  height: 13px;
}
.tag {
  border: 1px solid #1b2129;
  background: #f8f8ff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tag:hover {
  background: #aeff00;
  -webkit-box-shadow: 3px 3px 0 #1b2129;
  box-shadow: 3px 3px 0 #1b2129;
}
.main_meta {
  gap: 5px 10px;
  line-height: 1;
}
.main_meta-bookmark {
  background: #aeff00;
  border: 1px solid #1b2129;
  color: #1b2129;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}
.main_meta-item {
  color: #7e8083;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.main_meta-item:after {
  content: "/";
  position: relative;
  left: 5px;
}
.main_meta-item:last-of-type:after {
  display: none;
}
.post-item {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-item .main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-item .main_title {
  margin-bottom: 10px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.post-item .main_title:hover {
  color: #000;
}
.post-item .media {
  margin-top: 20px;
  height: 370px;
}
.post-item .media img {
  height: 100%;
}
.pagination {
  margin-top: 20px;
  gap: 10px 20px;
}
.pagination_item {
  font-weight: 700;
  line-height: 1;
}
.pagination_item .link {
  color: #595b5e;
}
.pagination_item .link.current,
.pagination_item .link:focus,
.pagination_item .link:hover {
  color: #000;
}
.pagination_item .link.current {
  pointer-events: none;
}
.pagination_item .control {
  color: #1b2129;
  font-size: 14px;
  line-height: 1;
}
.socials {
  gap: 10px 20px;
  font-size: 18px;
  color: #000;
}
.socials-item .link {
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}
.socials-item .link:focus,
.socials-item .link:hover {
  border-color: #1b2129;
  -webkit-box-shadow: 2px 2px 0 #000;
  box-shadow: 2px 2px 0 #000;
  color: #1b2129;
}
.tw-height {
  display: block;
  position: relative;
}
.tw-height .text {
  opacity: 0;
}
.type {
  position: absolute;
  top: 0;
}
.videoTrigger {
  cursor: pointer;
}
.videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400000;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.videoPopup.visible {
  visibility: visible;
}
.videoPopup .video_frame {
  background: #fff;
  padding: 30px;
  min-height: 300px;
  position: relative;
  border: 1px solid #1b2129;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
}
.videoPopup .video_frame iframe {
  width: 100%;
  height: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.videoPopup .video_frame-close {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  right: 0;
  top: -40px;
}
.video {
  position: relative;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
}
.video-btn {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 2px 2px 0 #aeff00;
  box-shadow: 2px 2px 0 #aeff00;
}
.video-btn:focus,
.video-btn:hover {
  -webkit-box-shadow: 2px 2px 0 #1b2129;
  box-shadow: 2px 2px 0 #1b2129;
}
.video-btn .icon {
  top: 1px;
  left: 1px;
  position: relative;
}
.video .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.video .cover img {
  height: 100%;
}
.video .cover.hidden {
  opacity: 0;
  visibility: hidden;
}
#map {
  width: 100%;
  height: 100%;
}
a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}
.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
  display: none;
}
.gmnoprint div {
  background: 0 0 !important;
}
@media screen and (min-width: 575.98px) {
  .stripe .ticker {
    width: calc(100% - 240px);
  }
  .videoPopup .video_frame {
    min-height: 350px;
  }
}
@media screen and (min-width: 767.98px) {
  .h1,
  h1 {
    font-size: 61px;
    line-height: 1.1;
  }
  .h2,
  h2 {
    font-size: 46px;
    line-height: 1.1;
  }
  .h3,
  h3 {
    font-size: 38px;
    line-height: 1.1;
  }
  .h4,
  h4 {
    font-size: 30px;
    line-height: 1.3;
  }
  .container {
    padding: 0 30px;
  }
  .post-item {
    position: relative;
  }
  .post-item:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #1b2129;
    left: -15.5px;
    padding-right: 1px;
    position: absolute;
    top: 0;
  }
  .post-item .media {
    height: 430px;
  }
  .stripe .ticker-text {
    padding: 0 20px;
  }
  .stripe .ticker-component {
    height: 38px !important;
  }
  .videoPopup .video_frame {
    min-height: 450px;
  }
}
@media screen and (min-width: 991.98px) {
  .h1,
  h1 {
    font-size: 72px;
    line-height: 1.2;
  }
  .h2,
  h2 {
    font-size: 58px;
  }
  .h3,
  h3 {
    font-size: 48px;
    line-height: 1.2;
  }
  .h4,
  h4 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h5,
  h5 {
    font-size: 24px;
    line-height: 1.3;
  }
  .h6,
  h6 {
    font-size: 20px;
    line-height: 1.4;
  }
  .stripe .ticker-text {
    padding: 0 25px;
  }
  .stripe .ticker-component {
    height: 65px !important;
  }
  .videoPopup .video_frame {
    min-height: 600px;
  }
}
@media screen and (min-width: 1199.98px) {
  .container {
    padding: 0;
  }
}
@media screen and (min-width: 1399.98px) {
  .videoPopup .video_frame-close {
    right: -60px;
    top: -60px;
  }
}
.sticky-spacer {
  display: none !important;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
#baguetteBox-overlay .full-image img {
  padding: 30px;
  height: 90%;
  background: #fff;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
}
#baguetteBox-overlay button {
  background: #fff;
  border: 1px solid #1b2129;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
  border-radius: 2px;
  padding: 15px !important;
}
#baguetteBox-overlay button svg * {
  stroke: #1b2129;
}
.header {
  padding: 12px 0 10px;
  z-index: 110000;
  will-change: transform;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  height: 70px;
  color: #1b2129;
  font-weight: 700;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 100%;
  background: #fff;
  z-index: -1;
  border-bottom: 2px solid #1b2129;
}
.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.header.sticky + header,
.header.sticky + main {
  margin-top: 70px;
}
.header.opened {
  height: 100vh;
}
.header--pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header .logo {
  gap: 0 7px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.header .logo_icon {
  width: 42px;
  height: 43.7px;
}
.header_btn {
  display: none;
}
.header_trigger {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 24px;
  color: #000;
}
.header_trigger.active .icon {
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}
.header_nav {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  overflow-y: auto;
  margin-top: 13px;
  max-height: calc(100vh - 100px);
  border-bottom: 2px solid #1b2129;
}
.header_nav.collapsing {
  overflow: hidden;
}
.header_nav-list {
  background: #fff;
  border: 2px solid #1b2129;
  border-radius: 2px;
  font-family: "Roboto Mono", monospace;
  line-height: 1;
}
.header_nav-list_item {
  border-bottom: 2px solid #1b2129;
}
.header_nav-list_item .nav-item {
  padding: 20px;
  width: 100%;
  display: block;
}
.header_nav-list_item .nav-item_text .icon {
  display: none;
}
.header_nav-list_item .nav-item.current,
.header_nav-list_item .nav-item:focus,
.header_nav-list_item .nav-item:hover {
  color: #000;
}
.header_nav-list_item .nav-item[aria-expanded="true"] .icon {
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}
.header_nav-list_item:last-of-type {
  border-bottom: none;
}
.header_nav-list_item .dropdown-menu .nav-item.current,
.header_nav-list_item .dropdown-menu .nav-item:focus,
.header_nav-list_item .dropdown-menu .nav-item:hover {
  color: #000;
}
.header_nav-list_btn .btn {
  background: #aeff00;
}
@media screen and (min-width: 575.98px) {
  .header_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 40px;
    height: 40px;
    width: 148px;
  }
  .header_nav-list_btn {
    display: none;
  }
}
@media screen and (min-width: 991.98px) {
  .header {
    height: 103px;
    background: #fff;
    border-bottom: 2px solid #1b2129;
    padding: 0;
  }
  .header .container {
    height: 103px;
  }
  .header.sticky {
    height: 88px;
    overflow-y: visible;
  }
  .header.sticky .container {
    height: 88px;
  }
  .header.sticky + header,
  .header.sticky + main {
    margin-top: 88px;
  }
  .header:before,
  .header_trigger {
    display: none;
  }
  .header_btn {
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header_nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    width: auto;
    margin-right: 60px;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
  }
  .header_nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border: none;
    gap: 0 40px;
    height: 100%;
  }
  .header_nav-list_item {
    border: none;
    height: 100%;
  }
  .header_nav-list_item .nav-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .header_nav-list_item
    .nav-item:not([data-single="true"])
    .nav-item_text
    .icon {
    display: block;
    position: absolute;
    font-size: 6px;
    color: #000;
    bottom: -1px;
    right: -12px;
  }
  .header_nav-list_item .nav-item_text {
    position: relative;
  }
  .header_nav-list_item .nav-item_text:before {
    content: "";
    width: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    background: #000;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .header_nav-list_item .nav-item.current,
  .header_nav-list_item .nav-item:focus,
  .header_nav-list_item .nav-item:hover {
    color: #000;
  }
  .header_nav-list_item .nav-item.current .nav-item_text:before,
  .header_nav-list_item .nav-item:focus .nav-item_text:before,
  .header_nav-list_item .nav-item:hover .nav-item_text:before {
    width: 100%;
  }
  .header_nav-list_item .icon-arrow-left {
    display: none;
  }
  .header_nav-list_item .dropdown-item {
    background: 0 0;
  }
  .header_nav-list_item .dropdown-menu {
    border: 2px solid #1b2129;
    border-top: none;
    position: absolute;
    z-index: 100;
    opacity: 0;
    top: calc(100% + 2px);
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    text-align: left;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header_nav-list_item .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .header_nav-list_item .dropdown-menu .list-item[data-main="true"] {
    display: none !important;
  }
  .header_nav-list_item .dropdown-list {
    background: #fff;
    margin: 0;
  }
  .header_nav-list_item .dropdown-list .list-item:last-of-type .nav-item {
    border: none;
  }
  .header_nav-list_item .dropdown-list .nav-item {
    padding: 20px 30px;
    border-bottom: 2px solid #1b2129;
  }
  .header_nav-list_item .dropdown-list .nav-item.current,
  .header_nav-list_item .dropdown-list .nav-item:focus,
  .header_nav-list_item .dropdown-list .nav-item:hover {
    color: #000;
    background: #f8f8ff;
  }
  .header_nav-list_item .dropdown-toggle[aria-expanded="true"] {
    padding-bottom: 0;
  }
}
.page {
  background: url(../img/index2/bg.jpg) center right/cover no-repeat, #000;
  background-blend-mode: overlay;
  padding: 60px 0;
}
.page_bg,
.page_shapes {
  display: none;
}
.page_main-subtitle,
.page_main-title {
  color: #fff;
}
.page_main .wrapper {
  position: relative;
  margin-bottom: 30px;
}
.page_main-subtitle {
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 10px;
}
.page_main-subtitle:before {
  content: "";
  position: absolute;
  background: #aeff00;
  width: 22px;
  height: 13px;
  -webkit-animation: 0.9s infinite both blink;
  animation: 0.9s infinite both blink;
  bottom: 0;
  left: 0;
}
.page_main-action {
  gap: 30px 0;
}
.page_main-action .play-wrapper {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #aeff00;
}
.page_main-action .play-wrapper .btn {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
@media screen and (min-width: 575.98px) {
  .page_main-action {
    gap: 0 50px;
  }
  .page_main-action .btn {
    width: 250px;
  }
}
@media screen and (min-width: 767.98px) {
  .page {
    padding: 100px 0;
  }
  .page_main {
    max-width: 640px;
  }
}
@media screen and (min-width: 991.98px) {
  .page {
    padding-bottom: 120px;
  }
  .page_main {
    max-width: 725px;
  }
  .page_main-action {
    gap: 0 30px;
  }
}
@media screen and (min-width: 1199.98px) {
  .page {
    padding: 140px 0 260px;
    position: relative;
    background: url(../image/bg~1.svg) center right/cover no-repeat;
    background-blend-mode: unset;
  }
  .page_bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
    background: #fff;
  }
  .page_shapes {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .page_shapes .ball {
    width: 634px;
    height: 672px;
    position: absolute;
    right: -80px;
    bottom: 0;
  }
  .page_shapes .ball:before {
    content: "";
    position: absolute;
    background: #aeff00;
    width: 22px;
    height: 13px;
    -webkit-animation: 0.9s infinite both blink;
    animation: 0.9s infinite both blink;
    bottom: 250px;
    right: 137px;
  }
  .page .container {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1399.98px) {
  .page_shapes .ball {
    right: -40px;
  }
}
@media screen and (min-width: 1599.98px) {
  .page_shapes .ball {
    right: 60px;
  }
}
@media screen and (min-width: 1799.98px) {
  .page_shapes .ball {
    right: 180px;
  }
}
@media screen and (min-width: 1999.98px) {
  .page_shapes .ball {
    right: 260px;
  }
}
@media screen and (min-width: 2199.98px) {
  .page_shapes .ball {
    right: 340px;
  }
}
@media screen and (min-width: 2560px) {
  .page_shapes .ball {
    right: 400px;
  }
}
.about {
  padding: 60px 0;
}
.about .container {
  max-width: 1600px;
}
.about_media {
  height: 340px;
  margin-bottom: 40px;
}
.about_media img {
  height: 100%;
}
.about_main-list {
  gap: 20px 0;
  margin-top: 20px;
}
.about_main-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_main-list_item .number {
  background: #aeff00;
  font-size: 14px;
  width: 30px;
  height: 50px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Roboto Mono", monospace;
  color: #1b2129;
}
.about_main-list_item .main {
  width: calc(100% - 50px);
}
.about_main-list_item .main_title {
  margin-bottom: 10px;
}
@media screen and (min-width: 767.98px) {
  .about {
    padding: 100px 0;
  }
  .about_media {
    height: 480px;
  }
}
@media screen and (min-width: 991.98px) {
  .about {
    padding: 120px 0;
  }
  .about_main-list {
    gap: 0 60px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1199.98px) {
  .about .container {
    padding: 0 20px;
  }
  .about_media {
    max-width: 460px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .about_main {
    max-width: calc(100% - 500px);
  }
  .about_main-list_item:last-of-type {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1399.98px) {
  .about_media {
    max-width: 660px;
  }
  .about_main {
    max-width: calc(100% - 700px);
  }
  .about_main-list_item {
    max-width: 300px;
  }
}
@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.features {
  padding-bottom: 60px;
}
.features_media {
  height: 360px;
  margin-bottom: 50px;
}
.features_media img {
  height: 100%;
}
.features_item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.features_item .title {
  margin-bottom: 10px;
}
.features_item .number {
  color: #000;
}
.features_group {
  position: relative;
  margin-top: 50px;
}
.features_group-bg {
  position: relative;
  height: 200px;
}
.features_group-bg img {
  height: 100%;
}
.features_group-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
}
.features_group-girl {
  position: absolute;
  top: 0;
  left: -5px;
  max-height: 230px;
  width: auto;
  -webkit-animation: 10s infinite both float;
  animation: 10s infinite both float;
}
@media screen and (min-width: 575.98px) {
  .features_media {
    height: 450px;
  }
  .features_group-bg {
    height: 350px;
  }
  .features_group-girl {
    max-height: 400px;
  }
}
@media screen and (min-width: 767.98px) {
  .features {
    padding-bottom: 100px;
  }
  .features_list,
  .features_media {
    width: 50%;
  }
  .features_media {
    margin-bottom: 0;
  }
  .features_list .features_item {
    margin-left: 40px;
  }
  .features_list .features_item:last-of-type {
    margin-bottom: 0;
  }
  .features_group {
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (min-width: 991.98px) {
  .features {
    padding-bottom: 120px;
  }
  .features .container {
    height: 700px;
    position: relative;
  }
  .features_media {
    width: 186px;
    height: 245px;
    position: absolute;
    top: 0;
    left: 250px;
  }
  .features_item {
    width: 180px;
    position: absolute;
  }
  .features_item[data-order="1"] {
    top: 180px;
    left: 30px;
  }
  .features_item[data-order="2"] {
    top: 0;
    left: 530px;
  }
  .features_item[data-order="3"] {
    bottom: 10px;
    left: 150px;
  }
  .features_group {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 532px;
  }
  .features_group-bg {
    width: 532px;
    height: 356px;
  }
  .features_group-girl {
    left: -30px;
  }
}
@media screen and (min-width: 1199.98px) {
  .features_item[data-order="1"] {
    left: 0;
    top: 280px;
  }
  .features_item[data-order="3"] {
    left: 250px;
  }
  .features_group {
    right: 0;
  }
}
.video {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video_header {
  margin-bottom: 60px;
}
.video_content {
  height: 400px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 767.98px) {
  .video_header {
    text-align: center;
    max-width: 915px;
    margin: 0 auto 80px;
  }
  .video_content {
    height: 580px;
  }
}
.challenges {
  padding: 60px 0;
  background: #000;
  color: #fff;
}
.challenges_shapes {
  display: none;
}
.challenges_header {
  margin-bottom: 30px;
}
.challenges_header-title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.challenges_header-title .text {
  max-width: 200px;
  margin-right: 60px;
}
.challenges_header-title .icon {
  position: relative;
  top: -10px;
}
.challenges_list {
  gap: 30px 0;
}
.challenges_list-item .number {
  background: #aeff00;
  font-size: 14px;
  width: 34px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Roboto Mono", monospace;
  color: #1b2129;
}
.challenges_list-item .separator {
  display: block;
  width: 100%;
  height: 2px;
  margin: 20px 0 10px;
  background: #fff;
}
@media screen and (min-width: 575.98px) {
  .challenges_header-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .challenges_list {
    gap: 30px 40px;
  }
  .challenges_list-item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 767.98px) {
  .challenges {
    padding: 100px 0;
  }
}
@media screen and (min-width: 991.98px) {
  .challenges {
    padding: 120px 0;
  }
  .challenges_header {
    margin-right: 80px;
    margin-bottom: 0;
  }
  .challenges_header-title .text {
    max-width: 290px;
  }
}
@media screen and (min-width: 1199.98px) {
  .challenges_header {
    margin-right: 100px;
  }
  .challenges_header-title .text {
    margin-right: 120px;
  }
}
.challenges_header-title,
.challenges_list-item .title {
  color: #fff;
}
@media screen and (min-width: 1399.98px) {
  .challenges {
    position: relative;
  }
  .challenges_shapes {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .challenges_shapes .half {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .challenges_shapes .half--left {
    left: 0;
  }
  .challenges_shapes .half--right {
    right: 0;
  }
  .challenges_shapes .half .circle {
    position: absolute;
    border-radius: 50%;
    display: block;
  }
  .challenges .container {
    position: relative;
    z-index: 2;
  }
  .challenges_shapes .half--right .circle--big {
    width: 142px;
    height: 142px;
    background: #fff;
    border: 1px solid #1b2129;
    top: 70px;
    right: -71px;
  }
  .challenges_shapes .half--right .circle--small {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    bottom: 292px;
    right: 121px;
  }
  .challenges_shapes .half--left .circle--big {
    width: 175px;
    height: 175px;
    border: 1px solid #fff;
    top: -80px;
    left: 100px;
  }
  .challenges_shapes .half--left .circle--small {
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #1b2129;
    bottom: 135px;
    left: 170px;
  }
}
.join {
  padding: 60px 0;
}
.join_media {
  display: none;
}
.join .container {
  position: relative;
  z-index: 2;
}
.join_header-wrapper {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.join_header-wrapper .animatedUnderline {
  position: absolute;
  height: 16px;
  width: 100%;
  background: #aeff00;
  left: 0;
  bottom: -2px;
  border-radius: 2px;
  z-index: -1;
  -webkit-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}
.join_list {
  margin: 20px 0 30px;
  gap: 10px 0;
}
.join_list-item {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b2129;
}
.join_list-item .icon {
  font-size: 14px;
  margin-right: 15px;
}
@media screen and (min-width: 575.98px) {
  .join_btn {
    width: 250px;
  }
}
@media screen and (min-width: 767.98px) {
  .join {
    padding: 100px 0;
  }
  .join_header {
    text-align: center;
  }
  .join_header-wrapper .animatedUnderline {
    bottom: 2px;
  }
  .join_list {
    gap: 0 40px;
  }
}
@media screen and (min-width: 991.98px) {
  .join {
    padding: 110px 0 120px;
  }
  .join_header {
    max-width: 800px;
    margin: 0 auto;
  }
  .join_header-wrapper .animatedUnderline {
    height: 22px;
    bottom: 2px;
  }
  .join_list {
    gap: 0 60px;
  }
}
@media screen and (min-width: 1199.98px) {
  .join {
    position: relative;
    overflow: hidden;
  }
  .join_media {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .join_media * {
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
  .join_media-left {
    max-height: 485px;
    left: -350px;
  }
  .join_media-right {
    max-height: 506px;
    right: -250px;
  }
}
@media screen and (min-width: 1599.98px) {
  .join_media-left {
    left: -245px;
  }
  .join_media-right {
    right: -185px;
  }
}
.testimonials_controls {
  margin: 30px 0 20px;
  font-size: 24px;
}
.testimonials_controls-control:first-of-type {
  margin-right: 30px;
}
.testimonials_controls-control:hover {
  color: #aeff00;
}
.testimonials_wrapper {
  margin: -30px;
}
.testimonials_slider {
  padding: 30px;
  overflow: hidden;
}
.testimonials_slider-slide {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #1b2129;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
  overflow: visible;
  position: relative;
  padding: 30px;
}
.testimonials_slider-slide .avocado,
.testimonials_slider-slide .doge {
  position: absolute;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.testimonials_slider-slide .doge {
  height: 50px;
  width: auto;
  top: -25px;
  right: 30px;
}
.testimonials_slider-slide .avocado {
  width: 72px;
  height: 91.24px;
  right: 10px;
  bottom: -30px;
}
.testimonials_slider-slide.swiper-slide-active .avocado,
.testimonials_slider-slide.swiper-slide-active .doge {
  opacity: 1;
}
.testimonials_slider-slide .main_review {
  color: #1b2129;
}
.testimonials_slider-slide .main_author {
  margin: 10px 0 5px;
}
.testimonials_slider-slide .main_company {
  color: #28313d;
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 575.98px) {
  .testimonials_slider-slide {
    padding: 55px 25px 45px 70px;
  }
  .testimonials_slider-slide:before {
    content: "“";
    position: absolute;
    background: #aeff00;
    top: 25px;
    left: 25px;
    width: 33px;
    height: 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    font-family: "Roboto Mono", monospace;
    color: #1b2129;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .testimonials_slider-slide .doge {
    height: 75px;
    top: -30px;
  }
  .testimonials_slider-slide .main_review {
    font-size: 18px;
    line-height: 32px;
  }
  .testimonials_slider-slide .main_author {
    margin: 5px 0;
  }
}
@media screen and (min-width: 767.98px) {
  .testimonials_slider {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1199.98px) {
  .testimonials .container {
    max-width: unset;
    padding: 0;
  }
  .testimonials_controls {
    margin-bottom: 0;
  }
  .testimonials_wrapper {
    margin: 0 0 30px;
  }
  .testimonials_slider {
    padding: 30px 0;
  }
  .testimonials_slider-slide {
    width: calc(100% / 3);
  }
}
.testimonials {
  background: #f8f8ff;
  padding: 60px 0 0;
}
.testimonials_slider {
  margin-bottom: 0;
  padding-bottom: 120px;
}
@media screen and (min-width: 767.98px) {
  .testimonials {
    padding: 100px 0 0;
  }
  .testimonials_slider {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 991.98px) {
  .testimonials {
    padding: 120px 0 0;
  }
  .testimonials_slider {
    padding-bottom: 120px;
  }
}
.footer {
  background: #f8f8ff;
  padding: 60px 0 15px;
  position: relative;
}
.footer_scroll {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 32px;
  line-height: 32px;
  color: #000;
}
.footer_scroll:hover {
  opacity: 0.6;
}
.footer_top {
  border-bottom: 2px solid #1b2129;
  padding-bottom: 30px;
}
.footer_top .logo {
  gap: 20px;
  margin-bottom: 20px;
}
.footer_top .logo_icon {
  height: 65.5px;
  width: 63px;
}
.footer_top-nav {
  gap: 10px 0;
}
.footer_top-nav_link {
  width: 50%;
}
.footer_top-nav_link .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.footer_top-nav_link .link .icon {
  font-size: 20px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.footer_top-nav_link .link:focus,
.footer_top-nav_link .link:hover {
  color: #000;
}
.footer_top-nav_link .link:focus .icon,
.footer_top-nav_link .link:hover .icon {
  color: #000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer_bottom {
  padding-top: 30px;
}
.footer_bottom-contacts {
  margin-bottom: 30px;
  font-weight: 700;
  gap: 10px 0;
}
.footer_bottom-contacts .link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer_bottom-contacts .link:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #28313d;
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer_bottom-contacts .link:focus,
.footer_bottom-contacts .link:hover {
  color: #000;
}
.footer_bottom-contacts .link:focus:after,
.footer_bottom-contacts .link:hover:after {
  background: #000;
}
.footer_bottom-socials {
  max-width: 280px;
  margin-bottom: 60px;
}
.footer_copyright {
  font-weight: 600;
  font-size: 12px;
}
@media screen and (min-width: 575.98px) {
  .footer_top-nav {
    gap: 0 40px;
  }
  .footer_top-nav_link {
    width: unset;
  }
  .footer_bottom-socials {
    max-width: unset;
  }
}
@media screen and (min-width: 767.98px) {
  .footer {
    padding: 80px 0 15px;
  }
  .footer_bottom,
  .footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_top .logo {
    margin-bottom: 0;
  }
  .footer_top-nav {
    position: relative;
    top: 5px;
    gap: 0 40px;
  }
  .footer_bottom-contacts {
    margin-bottom: 0;
    gap: 5px 0;
  }
  .footer_bottom-socials {
    text-align: right;
  }
  .footer_bottom-socials .socials {
    gap: 10px;
  }
}
@media screen and (min-width: 991.98px) {
  .footer {
    padding: 120px 0 15px;
  }
  .footer_top {
    padding-bottom: 50px;
  }
  .footer_top-nav_link .link .icon {
    font-size: 32px;
    position: relative;
    top: -4px;
  }
  .footer_bottom {
    padding-top: 50px;
  }
  .footer_bottom-socials .socials {
    gap: 20px;
  }
}
@media screen and (min-width: 1399.98px) {
  .footer {
    padding: 120px 0 20px;
  }
  .footer_scroll {
    font-size: 64px;
    bottom: 20px;
  }
  .footer_copyright {
    text-align: right;
    max-width: 1105px;
  }
  .footer_bottom-socials {
    margin-bottom: 80px;
  }
}
.swal2-container {
  z-index: 200000;
}
.signup_container {
  background: #fff;
}
.signup_container .swal2-close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #fff;
  right: 0;
  top: 20px;
  border: 1px solid #1b2129;
  border-radius: 2px;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
  color: #1b2129;
  font-size: 12px;
}
.signup_wrapper {
  background: #f8f8ff;
  border: 1px solid #1b2129;
  border-radius: 2px;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
  padding: 30px;
  margin: 60px 0;
}
.signup_popup-shapes {
  display: none;
}
.signup_popup-header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.signup_popup-header .title {
  margin-bottom: 15px;
}
.signup_popup-header .subtitle {
  display: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.signup_popup-header .subtitle:before {
  content: "";
  width: 22px;
  height: 13px;
  background: #aeff00;
  display: block;
  margin-right: 15px;
}
.signup_popup-list {
  margin: 20px 0 30px;
  gap: 10px 0;
}
.signup_popup-list .list-item {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b2129;
}
.signup_popup-list .list-item .icon {
  font-size: 14px;
  margin-right: 15px;
}
.signup_popup-form {
  gap: 20px 0;
}
.alert_popup {
  background: #fff;
  -webkit-box-shadow: 3px 3px 0 #aeff00;
  box-shadow: 3px 3px 0 #aeff00;
  border-radius: 2px;
  min-width: 280px;
  max-width: 360px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  position: relative;
  z-index: 12100000;
  border: 1px solid #1b2129;
}
.alert_popup-close {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (min-width: 424.98px) {
  .signup_popup-header .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 575.98px) {
  .signup_wrapper {
    padding: 60px;
  }
}
@media screen and (min-width: 767.98px) {
  .signup_popup-list {
    gap: 0 30px;
  }
  .signup_popup-form {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 991.98px) {
  .signup_container .swal2-close {
    right: -60px;
    top: 192px;
  }
  .signup_wrapper {
    margin: 220px 0 120px;
    padding: 120px;
  }
}
@media screen and (min-width: 1199.98px) {
  .signup_container {
    height: 100vh;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .signup_wrapper {
    min-width: 1105px;
    position: relative;
  }
  .signup_popup-form,
  .signup_popup-header,
  .signup_popup-list {
    position: relative;
    z-index: 2;
  }
  .signup_popup-shapes {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .signup_popup-shapes * {
    position: absolute;
  }
  .signup_popup-shapes .speaker {
    width: 208px;
    height: 219px;
    right: -30px;
    top: 30px;
  }
  .signup_popup-shapes .group {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .signup_popup-shapes .group * {
    position: absolute;
  }
  .signup_popup-shapes .group .oval {
    width: 56px;
    height: 50px;
    left: 20px;
    bottom: 100px;
  }
  .signup_popup-shapes .group .shape {
    width: auto;
    height: 352px;
    bottom: -180px;
    left: -150px;
    -webkit-transform: rotate(-493deg);
    -ms-transform: rotate(-493deg);
    transform: rotate(-493deg);
  }
}
/*# sourceMappingURL=../sourcemaps/index2.css.map */
