.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  text-decoration: underline;
}

.main-container {
  position: static;
  height: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px 20px 100px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 17px -4px rgba(83, 81, 81, 0.55);
}

.main-container._100vh {
  height: 100vh;
}

.mobile {
  position: static;
  display: block;
  border: 1px none #000;
}

.h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.h1.center {
  margin-bottom: 0px;
  color: #3a3232;
  line-height: 1.8em;
}

.body {
  background-color: #e7e7e7;
  font-family: Raleway, sans-serif;
}

.slide-1 {
  background-color: #fff;
  background-image: url('../images/car-2.png');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/car-left-side-new.png');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.arrow-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  color: #7e7e7e;
}

.arrow-icons.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p.center {
  color: #7b7272;
  text-align: center;
}

.p.white {
  color: #f5e5e5;
  font-size: 15px;
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #900;
}

.button.red {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  background-color: #900;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
}

.button.red.fw {
  width: 250px;
}

.button.grey {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7c7c7c;
  text-align: center;
}

.button.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.img-80 {
  display: block;
  max-width: 80%;
  margin: 30px auto 20px;
}

.img-80.auth {
  max-width: 70%;
  margin-top: -16px;
}

.form-block {
  width: 80%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.form-block.full {
  width: 100%;
}

.button-contribute {
  width: 100px;
  margin: 15px 15px 0px;
  padding: 11px 17px;
  border-radius: 5px;
  background-color: #222;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.button-contribute._2 {
  width: 100px;
  border-style: solid;
  border-width: 2px;
  border-color: #222;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.wrap-contribute-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-field {
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #834444 #834444 #707070;
}

.progress-bar {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
}

.line {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #8a8a8a;
}

.line.his {
  margin-top: 6px;
  margin-bottom: 10px;
}

.h3 {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  text-align: center;
}

.h3.left {
  text-align: left;
}

.h3.left.white {
  font-family: 'Bebas Neue', sans-serif;
  color: hsla(0, 0%, 100%, 0.99);
  font-size: 24px;
  letter-spacing: 1px;
}

.h3.products {
  font-size: 19px;
}

.grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-rows: 2px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.p-strong {
  font-weight: 600;
}

.spacer {
  height: 40px;
}

.spacer._20 {
  height: 20px;
}

.img-tags {
  display: block;
  width: 45%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.img-tags.sm {
  width: 35%;
}

.h2.center {
  font-family: 'Bebas Neue', sans-serif;
  color: #231f20;
  font-size: 34px;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 1px;
}

.slide-3 {
  height: 150px;
  background-color: #fff;
  background-image: url('../images/red3.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.product-container {
  margin: auto;
  padding: 30px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 74%, 0.25);
  border-radius: 20px;
  box-shadow: 0 0 14px 1px hsla(0, 0%, 62%, 0.18);
}

.slide {
  height: 150px;
  background-color: #fff;
  background-image: url('../images/gold2.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.slider {
  height: 150px;
}

.slider-2 {
  height: auto;
}

.slider-3 {
  height: 100%;
}

.main {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.menu-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 80px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  box-shadow: 0 0 16px -3px rgba(58, 58, 58, 0.42);
}

.grid-2 {
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-item {
  text-decoration: none;
}

.menu-item.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(231, 219, 219, 0.52);
  color: #dd3434;
}

.links-menu {
  font-family: Raleway, sans-serif;
  color: #2e2e2e;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.icon-menu {
  display: block;
  max-width: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 5px;
}

.slide-nav {
  display: none;
}

.slider-nav {
  display: none;
}

.drop-down {
  position: fixed;
  left: 0%;
  top: auto;
  right: -20px;
  bottom: 80px;
  z-index: 999;
  display: none;
  height: 60%;
  max-width: 475px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 30px 25px 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px 20px 0px;
  background-color: #000;
  background-image: url('../images/pattern-dark.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px -1px 8px 0 hsla(0, 0%, 47.1%, 0.69);
}

.link {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff6f6;
  text-decoration: none;
}

.link:hover {
  opacity: 0.5;
}

.preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35vh;
  background-color: rgba(99, 92, 92, 0.33);
  background-image: url('../images/pattern-dark.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-2 {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.logo-container {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: auto;
}

.menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.body-2 {
  background-color: #f3f3f3;
}

.soc-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links-more {
  padding-top: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: hsla(0, 0%, 100%, 0.99);
  font-size: 15px;
  text-decoration: none;
}

.links-more:hover {
  opacity: 0.55;
}

.image-4 {
  display: none;
}

.grid-3 {
  width: 120%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.circle-img {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.account-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accoount-name {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-auto-rows: minmax(2px, 0.25fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .links-more {
    color: hsla(0, 0%, 100%, 0.99);
    line-height: 1.5em;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    box-shadow: none;
  }
  .body {
    background-color: #fff;
  }
  .grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .p-strong {
    font-weight: 600;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #fff;
    text-decoration: none;
  }
  .main-container {
    background-color: #fff;
    box-shadow: none;
  }
  .mobile {
    background-color: #fff;
  }
  .h1 {
    display: block;
  }
  .h1.center {
    display: block;
    text-align: center;
  }
  .body {
    background-color: #fff;
  }
  .arrow-icons {
    color: hsla(0, 0%, 49.3%, 0.42);
  }
  .p.white {
    font-size: 14px;
  }
  .img-tags.sm {
    width: 36%;
  }
  .product-container {
    padding: 20px;
  }
  .main {
    padding: 20px 20px 100px;
  }
  .menu-bottom {
    height: 75px;
  }
  .icon-menu {
    max-width: 35px;
  }
  .drop-down {
    bottom: 75px;
    z-index: 9998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    padding: 40px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link {
    display: block;
    text-align: left;
  }
  .body-2 {
    font-family: Raleway, sans-serif;
  }
  .soc-media-wrapper {
    width: 40%;
  }
  .section {
    margin-left: -5px;
  }
}

#w-node-7898b591e9f4-6f63484a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e7ab9fbe0924-6f63484a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-81921bb14907-6f63484a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-259576feb96f-f763484b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1.00390625;
  grid-column-start: span 1.00390625;
  -ms-grid-column-span: 1.00390625;
  grid-column-end: span 1.00390625;
}

