.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

@media (min-width: 744px) {
  .tablet-none {
    display: none !important; } }

.is-tablet {
  display: none !important; }
  @media (min-width: 744px) {
    .is-tablet {
      display: flex !important; } }

@media (min-width: 1024px) {
  .desktop-none {
    display: none !important; } }

.desktop {
  display: none !important; }
  @media (min-width: 1024px) {
    .desktop {
      display: block !important; } }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-auto {
  flex: auto; }

@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

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

ul {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block;
  cursor: none;
  transition: all 0.3s ease; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

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

.gm-style img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 10px;
  box-sizing: border-box;
 }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Satoshi";
  min-width: 320px; 
  cursor:url(../images/cursor-orange.svg) 8 8, auto;};
}
  body.overflow {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }

.container {
  width: 100%;
  max-width: 1125px;
  padding: 0 20px;
  margin: 0 auto; }

body .cursor {
  display: block !important;
  opacity: 0;
  position: absolute;
  z-index: 999;
  pointer-events: none;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  margin-top: -28px;
  margin-left: -28px;
  background-color: #FF820E;
  pointer-events: none;
  will-change: contents;
  transition: transform 0.3s ease;
  transform: translate3d(0, 0, 0) scale(0.3);
  }
/*   @media (min-width: 1025px) {
  body .cursor {
  display: block !important;
  opacity: 0; 
}  */
}
  body .cursor.active {
    opacity: 1; }
  body .cursor.hover {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.3; 
  }
  body .cursor.out {display: none !important;}
  form .cusor.hover {
    opacity: 0.1; 
  }
.logged-in.admin-bar, .mouse-out { cursor: default !important; }
.admin-bar a { cursor: pointer !important;}
.admin-bar .cursor, .admin-bar .cursor.hover, .admin-bar .cursor.active {
  display: none !important;
}
.scroll-wrap {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.75) #ccc; }

.scroll-wrap::-webkit-scrollbar {
  width: 2px;
  background-color: #ccc; }

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  font-family: "Satoshi";
  padding: 1rem 1.5rem; }
  input[type='text']::placeholder,
  input[type='tel']::placeholder,
  input[type='email']::placeholder,
  input[type='search']::placeholder,
  input[type='password']::placeholder,
  input[type='number']::placeholder,
  textarea::placeholder {
    transition: all 0.3s ease; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  textarea:focus {
    border-color: #000000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #000000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #000000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: #000000; }

textarea {
  resize: vertical;
  vertical-align: top;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  font-family: "Satoshi";
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer; }

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none; }

input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

.m-0 {
  margin: 0 !important; }

.m-auto {
  margin: auto !important; }

.mt-05 {
  margin-top: 5px !important; }

.mt-1 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-05 {
  margin-right: 5px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-2 {
  margin-right: 20px !important; }

.mr-3 {
  margin-right: 30px !important; }

.mr-4 {
  margin-right: 40px !important; }

.mr-5 {
  margin-right: 50px !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-05 {
  margin-bottom: 5px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-05 {
  margin-left: 5px !important; }

.ml-1 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-2 {
  margin-left: 20px !important; }

.ml-3 {
  margin-left: 30px !important; }

.ml-4 {
  margin-left: 40px !important; }

.ml-5 {
  margin-left: 50px !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 744px) {
  .mb-md-2 {
    margin-bottom: 20px !important; } }

@media (min-width: 1024px) {
  .mb-lg-3 {
    margin-bottom: 30px !important; } }

.p-0 {
  padding: 0 !important; }

.pt-05 {
  padding-top: 5px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pr-05 {
  padding-right: 5px !important; }

.pr-1 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-2 {
  padding-right: 20px !important; }

.pr-3 {
  padding-right: 30px !important; }

.pr-4 {
  padding-right: 40px !important; }

.pr-5 {
  padding-right: 50px !important; }

.pb-05 {
  padding-bottom: 5px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pl-05 {
  padding-left: 5px !important; }

.pl-1 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-2 {
  padding-left: 20px !important; }

.pl-3 {
  padding-left: 30px !important; }

.pl-4 {
  padding-left: 40px !important; }

.pl-5 {
  padding-left: 50px !important; }

.header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 3.6rem 2rem 1rem;
  display: flex;
  justify-content: center; }
  @media (min-width: 744px) {
    .header {
      padding: 3.7rem 3.6rem 1rem;
      justify-content: flex-start; } }
  @media (min-width: 1024px) {
    .header {
      padding: 3.7rem 4.3rem 1rem; } }
  @media (min-width: 1440px) {
    .header {
      padding: 4.4rem 5.6rem 1rem; } }
  @media (min-width: 1920px) {
    .header {
      padding: 7.3rem 6.8rem 1rem; } }

.header-logo {
  display: flex;
  align-items: center; }
  .header-logo__img {
    width: 36px;
    height: 36px;
    flex: none;
    margin-right: 1.2rem; }
    @media (min-width: 744px) {
      .header-logo__img {
        width: 24px;
        height: 24px; } }
    @media (min-width: 1024px) {
      .header-logo__img {
        width: 36px;
        height: 36px; } }
    .header-logo__img img {
      width: 100%; }
  .header-logo__text {
    font-weight: 300;
    font-size: 14px;
    color: #282828; }
    @media (min-width: 744px) {
      .header-logo__text {
        font-size: 10px; } }
    @media (min-width: 1024px) {
      .header-logo__text {
        font-size: 14px; } }
    @media (min-width: 1920px) {
      .header-logo__text {
        font-size: 18px; } }

.footer {
  position: relative;
  z-index: 2; }
  @media (min-width: 744px) {
    .footer {
      padding: 56px 0 26px; } }
  @media (min-width: 1024px) {
    .footer {
      padding: 20px 0 59px; } }
  @media (min-width: 1440px) {
    .footer {
      padding: 26px 0 97px; } }
  @media (min-width: 1920px) {
    .footer {
      padding: 58px 0 94px; } }
  .footer__row {
    width: fit-content;
    margin: 0 auto;
    padding-right: 20px; }
    @media (min-width: 452px) {
      .footer__row {
        padding: 0 0 0 5px; } }
    @media (min-width: 744px) {
      .footer__row {
        display: flex;
        justify-content: center;
        padding: 0; } }
    @media (min-width: 1440px) {
      .footer__row {
        width: 100%; } }
  .footer__col {
    width: fit-content; }
    @media (min-width: 744px) {
      .footer__col {
        padding-right: 10px; } }
    @media (min-width: 1024px) {
      .footer__col {
        display: flex;
        padding: 0; } }
    .footer__col + .footer__col {
      margin-top: 20px; }
      @media (min-width: 744px) {
        .footer__col + .footer__col {
          margin: 0 0 0 60px; } }
      @media (min-width: 1024px) {
        .footer__col + .footer__col {
          margin: 0 0 0 18px; } }
      @media (min-width: 1440px) {
        .footer__col + .footer__col {
          margin: 0 0 0 40px; } }
  .footer__social + .footer__social {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .footer__social + .footer__social {
        margin: 0 0 0 17.64px; } }
    @media (min-width: 1440px) {
      .footer__social + .footer__social {
        margin: 0 0 0 40px; } }

.social-link {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.357;
  color: #000000; }
  .social-link:hover .social-link__text::after {
    opacity: 1 !important; }
  .social-link.active .social-link__text::after {
    opacity: 1; }
    @media (min-width: 453px) {
      .social-link.active .social-link__text::after {
        opacity: 0; } }
    @media (min-width: 1920px) {
      .social-link.active .social-link__text::after {
        opacity: 1; } }
  @media (min-width: 452px) {
    .social-link {
      font-size: 16px;
      line-height: 1.375; } }
  @media (min-width: 1024px) {
    .social-link {
      font-size: 12px;
      line-height: 1.37; } }
  @media (min-width: 1440px) {
    .social-link {
      font-size: 14px;
      line-height: 1.36; } }
  @media (min-width: 1920px) {
    .social-link {
      font-size: 16px;
      white-space: nowrap; } }
  .social-link__icon {
    width: 26px;
    height: 26px;
    display: block;
    flex: none;
    margin-right: 10px; }
    @media (min-width: 1024px) {
      .social-link__icon {
        width: 22.93px;
        height: 22.93px; } }
    @media (min-width: 1440px) {
      .social-link__icon {
        width: 26px;
        height: 26px; } }
    .social-link__icon img {
      width: 100%;
      display: block; }
  .social-link__column {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .social-link__column {
        flex-direction: row; } }
  .social-link__text {
    position: relative;
    z-index: 1; }
    .social-link__text::after {
      content: "";
      width: 100%;
      height: 5px;
      position: absolute;
      bottom: 2px;
      left: 0;
      background-color: #70ff00;
      transition: all 0.3s ease;
      opacity: 0;
      z-index: -1; }

.phone-link {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: #70ff00; }
  .phone-link:hover {
    background: #48a400; }
  .phone-link:active {
    background: #555555; }
  .phone-link.fixed {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 2; }
    @media (min-width: 452px) {
      .phone-link.fixed {
        bottom: 32px;
        right: 32px; } }
    @media (min-width: 744px) {
      .phone-link.fixed {
        bottom: 96px;
        right: 38px; } }
  @media (min-width: 452px) {
    .phone-link {
      width: 64px;
      height: 64px; } }
  .phone-link__icon {
    width: 26px;
    height: 26px;
    display: block;
    flex: none; }
    @media (min-width: 744px) {
      .phone-link__icon {
        width: 29.71px;
        height: 29.71px; } }
    .phone-link__icon img {
      width: 100%;
      display: block; }

.popup-open {
  display: flex;
  justify-content: center;
  padding: 90px 0; }
  @media (min-width: 452px) {
    .popup-open {
      padding: 68px 0 102px; } }
  @media (min-width: 744px) {
    .popup-open {
      display: none; } }

.intro-section {
  padding: 279px 0 175px;
  position: relative;
  z-index: 1; }
  @media (min-width: 452px) {
    .intro-section {
      padding: 337px 0 212px; } }
  @media (min-width: 744px) {
    .intro-section {
      padding: 240px 0 0; } }
  @media (min-width: 1024px) {
    .intro-section {
      padding: 205px 0 0; } }
  @media (min-width: 1440px) {
    .intro-section {
      padding: 365px 0 0; } }
  @media (min-width: 1920px) {
    .intro-section {
      padding: 365px 0 0; } }

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 260px;
  margin: 0 auto; }
  @media (min-width: 390px) {
    .intro {
      max-width: 300px; } }
  @media (min-width: 744px) {
    .intro {
      max-width: 380px; } }
  @media (min-width: 1024px) {
    .intro {
      max-width: 100%; } }
  .intro__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 1.36;
    color: #282828;
    margin-bottom: 9px; }
    @media (min-width: 390px) {
      .intro__title {
        font-size: 40px; } }
    @media (min-width: 744px) {
      .intro__title {
        font-size: 30px; } }
    @media (min-width: 1440px) {
      .intro__title {
        font-size: 40px; } }
    @media (min-width: 1920px) {
      .intro__title {
        font-size: 60px; } }
  .intro__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    color: #282828; }
    @media (min-width: 390px) {
      .intro__text {
        font-size: 22px; } }
    @media (min-width: 744px) {
      .intro__text {
        font-size: 18px;
        margin-bottom: 35px; } }
    @media (min-width: 1024px) {
      .intro__text {
        margin-bottom: 20px; } }
    @media (min-width: 1440px) {
      .intro__text {
        font-size: 22px;
        margin-bottom: 26px; } }
    @media (min-width: 1920px) {
      .intro__text {
        font-size: 30px;
        margin-bottom: 37px; } }
    .intro__text br {
      display: none; }
      @media (min-width: 1024px) {
        .intro__text br {
          display: block; } }
  .intro__btn {
    display: none !important; }
    @media (min-width: 744px) {
      .intro__btn {
        display: flex !important;
        margin-bottom: 69px; } }
    @media (min-width: 1024px) {
      .intro__btn {
        margin-bottom: 84px; } }
    @media (min-width: 1440px) {
      .intro__btn {
        margin-bottom: 57px; } }
  .intro__arrow {
    display: none !important; }
    @media (min-width: 744px) {
      .intro__arrow {
        display: flex !important; } }

.ticker {
  position: absolute;
  z-index: 3;
  opacity: 0;
  top: 11.5rem;
  left: 0;
  transform: rotate(-3.8deg);
  transform-origin: top left;
  animation: opacity 0.5s ease 0.5s forwards; }
  @media (min-width: 1024px) {
    .ticker {
      top: 11vw; } }
  @media (min-width: 1440px) {
    .ticker {
      top: 10vw; } }
  @media (min-width: 1920px) {
    .ticker {
      top: 9vw; } }
  .ticker:after {
    display: none;
    content: "";
    background: #282828;
    opacity: 0.15;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 100%;
    transform: rotate(-0.3deg);
    transform-origin: top left;
    z-index: 1; }
    @media (min-width: 744px) {
      .ticker:after {
        display: block; } }
    @media (min-width: 1024px) {
      .ticker:after {
        height: 22px; } }
    @media (min-width: 1440px) {
      .ticker:after {
        height: 35px; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.marquee3k {
  position: relative;
  z-index: 2; }
  .marquee3k::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 200vw;
    height: 100%;
    display: block;
    background: #70ff00;
    will-change: transform; }
  .marquee3k__wrapper {
    position: relative;
    z-index: 2;
    white-space: nowrap; }
  .marquee3k__copy {
    display: inline-block; }
  .marquee3k__text {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    color: #000000; }
    @media (min-width: 1024px) {
      .marquee3k__text {
        font-size: 19px;
        line-height: 26px; } }
    @media (min-width: 1440px) {
      .marquee3k__text {
        font-size: 26px;
        line-height: 36px; } }

.icons-section {
  position: relative;
  z-index: 1;
  padding: 0 0 90px; }
  @media (min-width: 452px) {
    .icons-section {
      padding: 0 0 108px; } }
  @media (min-width: 744px) {
    .icons-section {
      padding: 77px 0 79px; } }
  @media (min-width: 1024px) {
    .icons-section {
      padding: 77px 0 79px; } }
  @media (min-width: 1440px) {
    .icons-section {
      padding: 113px 0 33px; } }
  @media (min-width: 1920px) {
    .icons-section {
      padding: 54px 0 79px; } }

.icons-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -30px 0; }
  @media (min-width: 744px) {
    .icons-wrap {
      flex-direction: row;
      justify-content: center;
      margin: 0 -48px 76px; } }
  @media (min-width: 1440px) {
    .icons-wrap {
      margin: 0 -48px 115px; } }

.icon {
  padding: 30px 0; }
  @media (min-width: 744px) {
    .icon {
      padding: 0 48px; } }
  .icon__wrap {
    width: 205px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .icon__img {
    margin-bottom: 15px; }
  .icon__text {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
    color: #282828; }
    @media (min-width: 744px) {
      .icon__text {
        font-size: 14px; } }
    @media (min-width: 1440px) {
      .icon__text {
        font-size: 17px; } }

.icon-arrow {
  display: none; }
  @media (min-width: 744px) {
    .icon-arrow {
      display: flex;
      justify-content: center; } }

.popup {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  display: none; }
  .popup.active {
    display: block; }
  @media (min-width: 744px) {
    .popup {
      position: static;
      z-index: 1;
      display: block;
      overflow: visible;
      width: 100%;
      max-width: 486px;
      margin: 0 auto; } }
  @media (min-width: 1440px) {
    .popup {
      max-width: 649px; } }
  .popup__wrap {
    padding: 60px 40px 40px; }
    @media (min-width: 744px) {
      .popup__wrap {
        padding: 45px 0; } }
  .popup__close {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px; }
    @media (min-width: 744px) {
      .popup__close {
        display: none; } }
  .popup__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px; }
  .popup__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #282828;
    margin-bottom: 16px; }
    @media (min-width: 744px) {
      .popup__title {
        font-size: 27px; } }
    @media (min-width: 1440px) {
      .popup__title {
        font-size: 36px; } }
  .popup__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #282828; }
    @media (min-width: 744px) {
      .popup__text {
        font-size: 15px;
        max-width: 260px;
        margin: 0 auto; } }
    @media (min-width: 1440px) {
      .popup__text {
        font-size: 20px;
        max-width: 330px; } }
    .popup__text a {
      color: #70ff00; }

@media (min-width: 744px) {
  .form__row {
    display: flex;
    margin: 0 -5px; } }

@media (min-width: 744px) {
  .form__col {
    width: 50%;
    padding: 0 5px; } }

.form__field {
  position: relative;
  padding-top: 20px;
  margin-bottom: 12px; }
  .form__field.frm_blank_field .form__valid {
    display: block; }
  .form__field.frm_blank_field .form__input {
    color: #cd0606;
    border-bottom: 2px solid #cd0606 !important; }
  .form__field.frm_blank_field .form__label {
    opacity: 1; }
/*   .form__field--bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    background-position: 100% 100%;
    background-image: url("../images/line-pattern.png");
    z-index: -1;
    display: block; } */

.form__input {
  width: 100%;
  padding: 0 !important;
  position: relative;
  z-index: 2;
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #333333;
  border: none !important;
  background-color: transparent;
  border-bottom: 2px solid #555555 !important; }
  .form__input::placeholder {
    color: #bdbdbd !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%; }
  .form__input:focus + .form__label {
    opacity: 1; }
  .form__input:focus::placeholder {
    color: transparent !important; }
  .form__input--textarea {
    min-height: 154px;
    resize: none; 
    line-height: 38px; 
    background: url("../images/line-pattern.png");
    background-position: top;
    }
    .form__input--textarea + .form__label {
      opacity: 1; }
    .form__input--textarea:placeholder-shown + .form__label {
      opacity: 0; }
    .form__input--textarea:focus + .form__label {
      opacity: 1; }

.form__label {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #333333;
  transition: all 0.3s ease; }
  .form__label.active {
    opacity: 1; }

.form__valid {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #ff0000;
  margin-top: 8px;
  display: none; }

.form__terms {
  padding: 30px 0 40px; }

.form__mess-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }

.form__mess {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #cd0606; }
  .form__mess:first-child {
    margin-bottom: 10px; }

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

.checkbox {
  display: flex;
  align-items: center; }
  .checkbox input[type="checkbox"]:checked + .checkbox__check {
    background-color: #555555; }
  .checkbox__check {
    width: 24px;
    height: 24px;
    flex: none;
    border: 2px solid #555555;
    margin-right: 10px;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2126 1L5.91379 12.7701L1.5 8.35632' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .checkbox__text {
    font-size: 18px;
    line-height: 140%;
    color: #333333; }
    @media (min-width: 744px) {
      .checkbox__text {
        font-size: 14px; } }
    @media (min-width: 1440px) {
      .checkbox__text {
        font-size: 18px; } }
    .checkbox__text a {
      color: #333333;
      text-decoration: underline; }

.frm_checkbox + .frm_checkbox {
  margin-top: 2rem; }

.frm_checkbox input {
  -webkit-appearance: none;
  appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #555555;
  background: #ffffff;
  transition: all 0.3s ease;
  margin-right: 1rem;
  position: relative;
  flex: none; }
  .frm_checkbox input::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7126 1L5.41379 12.7701L1 8.35632' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: cover;
    width: 17px;
    height: 14px; }
  .frm_checkbox input:checked {
    background-color: #333333;
    border-color: #333333; }

.frm_checkbox label {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #333333;
  font-family: 'Satoshi';
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed transparent; }

.map {
  position: absolute;
  z-index: 0;
  width: 1330px;
  top: 67px;
  left: 45%;
  transform: translateX(-50%); }
  @media (min-width: 452px) {
    .map {
      top: 77px; } }
  @media (min-width: 744px) {
    .map {
      width: 900px;
      top: 91px;
      left: 50%; } }
  @media (min-width: 1024px) {
    .map {
      top: 55px;
      width: 100vw;
      padding: 0 62px; } }
  @media (min-width: 1440px) {
    .map {
      padding: 0 31px; } }
  @media (min-width: 1920px) {
    .map {
      top: 63px;
      padding: 0 85px; } }
  .map svg {
    display: block;
    width: 100%; }

.dot {
  fill: #e4e4e5;
  animation: fillChange 1s ease forwards;
  -webkit-animation: fillChange 1s ease forwards;
  -moz-animation: fillChange 1s ease forwards;
  -o-animation: fillChange 1s ease forwards; }
  .dot.one {
    animation-delay: 1s; }
  .dot.two {
    animation-delay: 1.5s; }
  .dot.three {
    animation-delay: 2s; }
  .dot.four {
    animation-delay: 2.5s; }
  .dot.five {
    animation-delay: 3s; }
  .dot.six {
    animation-delay: 3.5s; }
  .dot.seven {
    animation-delay: 4s; }
  .dot.eight {
    animation-delay: 4.2s; }
  .dot.nine {
    animation-delay: 4.5s; }
  .dot.ten {
    animation-delay: 4.9s; }
  .dot.eleven {
    animation-delay: 5.2s; }
  .dot.twelv {
    animation-delay: 5.5s; }

@keyframes fillChange {
  0% {
    fill: #e4e4e5; }
  100% {
    fill: #70ff00; } }

@-moz-keyframes fillChange {
  0% {
    fill: #e4e4e5; }
  100% {
    fill: #70ff00; } }

@-webkit-keyframes fillChange {
  0% {
    fill: #e4e4e5; }
  100% {
    fill: #70ff00; } }

.btn {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #282828;
  border-radius: 5px; }
  @media (min-width: 744px) {
    .btn {
      height: 42px;
      font-size: 15px; } }
  @media (min-width: 1440px) {
    .btn {
      height: 56px;
      font-size: 20px; } }
  .btn.primary {
    background: #70ff00; }
  .btn.secondary {
    border: 3px solid #282828; }
    .btn.secondary:hover {
      border: 3px solid #70ff00;
      background: #70ff00; }
  .btn img {
    margin-left: 12px; }
