@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Semibold.woff2") format("woff2"), url("fonts/ProximaNova-Semibold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Bold.woff2") format("woff2"), url("fonts/ProximaNova-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", Arial;
}

.index-page {
  display: block;
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .wrapper {
    padding: 0 15px;
  }
}

.is-header {
  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;
  padding: 46px 0 98px 0;
}
@media screen and (max-width: 900px) {
  .is-header {
    padding: 25px 0 45px 0;
  }
}
@media screen and (max-width: 576px) {
  .is-header {
    padding: 20px 0 30px 0;
  }
}
.is-header__logo {
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
}
@media screen and (max-width: 900px) {
  .is-header__logo {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
@media screen and (max-width: 576px) {
  .is-header__logo {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
.is-header__logo-img {
  width: 100%;
}

.intro-block {
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .intro-block {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .intro-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .intro-block {
    margin-bottom: 30px;
  }
}

.main-block {
  padding-bottom: 130px;
}
@media screen and (max-width: 576px) {
  .main-block {
    padding-bottom: 50px;
  }
}

.main-title__line-1 {
  font-family: "Proxima Nova", Arial;
  font-weight: 700;
  font-size: 90px;
  line-height: 102px;
  background: -webkit-gradient(linear, left top, right top, from(#5B27F0), to(#F9402D));
  background: -o-linear-gradient(left, #5B27F0 0%, #F9402D 100%);
  background: linear-gradient(90deg, #5B27F0 0%, #F9402D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .main-title__line-1 {
    font-size: 78px;
    line-height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .main-title__line-1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 576px) {
  .main-title__line-1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.main-title__line-2 {
  font-family: "Proxima Nova", Arial;
  font-weight: 700;
  font-size: 87px;
  line-height: 106px;
  background: -webkit-gradient(linear, left top, right top, from(#5B27F0), to(#F9402D));
  background: -o-linear-gradient(left, #5B27F0 0%, #F9402D 100%);
  background: linear-gradient(90deg, #5B27F0 0%, #F9402D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: -23px;
}
@media screen and (max-width: 900px) {
  .main-title__line-2 {
    font-size: 74px;
    line-height: 84px;
  }
}
@media screen and (max-width: 768px) {
  .main-title__line-2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 576px) {
  .main-title__line-2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
  }
}
.main-title__special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-title__img {
  margin-right: 22px;
}
@media screen and (max-width: 900px) {
  .main-title__img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .main-title__img {
    max-width: 40%;
  }
}
.main-title__img img {
  width: 100%;
}

.text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text-block__left {
  -ms-flex-preferred-size: 302px;
      flex-basis: 302px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .text-block__left {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media screen and (max-width: 768px) {
  .text-block__left {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media screen and (max-width: 576px) {
  .text-block__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.text-block__right {
  padding-left: 18px;
}
@media screen and (max-width: 576px) {
  .text-block__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.text-block__img {
  width: 100%;
  border-radius: 14px;
}
.text-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.text-block__text {
  max-width: 93%;
  margin-top: -10px;
}
@media screen and (max-width: 900px) {
  .text-block__text {
    max-width: 100%;
  }
}
.text-block .theme-block + .theme-block {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .text-block .theme-block + .theme-block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .text-block .theme-block + .theme-block {
    margin-top: 40px;
  }
}

.title-h2 {
  margin-top: 0;
  font-family: "Proxima Nova", Arial;
  font-weight: 600;
  font-size: 80px;
  line-height: 97px;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .title-h2 {
    font-size: 65px;
    line-height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .title-h2 {
    font-size: 45px;
    line-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  .title-h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.title-h2--mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .title-h2--mb {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .title-h2--mb {
    margin-bottom: 20px;
  }
}
.title-h2--mb-lg {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .title-h2--mb-lg {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .title-h2--mb-lg {
    margin-bottom: 25px;
  }
}

.title-h3 {
  margin-top: 0;
  font-family: "Proxima Nova", Arial;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .title-h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .row {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 340px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.column-2 {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .column-2 {
    padding: 0 5px;
  }
}
@media screen and (max-width: 340px) {
  .column-2 {
    width: 100%;
    padding: 0;
  }
}

.column-3 {
  width: 33.33%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .column-3 {
    padding: 0 5px;
  }
}
@media screen and (max-width: 576px) {
  .column-3 {
    width: 50%;
  }
}
@media screen and (max-width: 340px) {
  .column-3 {
    width: 100%;
    padding: 0;
  }
}

.product-card-lg {
  display: block;
  width: 100%;
  min-height: 269px;
  padding: 35px;
  border-radius: 30px;
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-decoration: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .product-card-lg {
    background-size: contain;
    padding: 20px 10px;
    min-height: 170px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 340px) {
  .product-card-lg {
    padding: 20px;
  }
}
@media screen and (max-width: 340px) {
  .product-card-lg {
    background-size: cover;
  }
}
.product-card-lg--blue {
  background-color: #5B27F0;
}
.product-card-lg--red {
  background-color: #F9402D;
}
.product-card-lg:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 900px) {
  .product-card-lg:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.product-card-lg__title {
  font-family: "Proxima Nova", Arial;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .product-card-lg__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.product-card-lg__title-sm {
  font-family: "Proxima Nova", Arial;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .product-card-lg__title-sm {
    font-size: 15px;
    line-height: 18px;
  }
}

.products-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .products-list {
    margin-bottom: 20px;
  }
}

.product-card-sm {
  display: block;
  width: 100%;
  border-radius: 20px;
  background: rgb(91, 39, 240);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(91, 39, 240)), to(rgb(249, 64, 45)));
  background: -o-linear-gradient(top, rgb(91, 39, 240) 0%, rgb(249, 64, 45) 100%);
  background: linear-gradient(180deg, rgb(91, 39, 240) 0%, rgb(249, 64, 45) 100%);
  padding: 3px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-decoration: none;
  margin-bottom: 20px;
}
.product-card-sm__inner {
  min-height: 144px;
  background-color: #FFFFFF;
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 17px;
  padding: 17px;
}
@media screen and (max-width: 768px) {
  .product-card-sm__inner {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 576px) {
  .product-card-sm__inner {
    min-height: 100px;
    padding: 10px;
  }
}
@media screen and (max-width: 340px) {
  .product-card-sm__inner {
    background-size: cover;
    padding: 20px;
  }
}
.product-card-sm__inner-lg {
  min-height: 264px;
  background-color: #FFFFFF;
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 17px;
  padding: 26px;
}
@media screen and (max-width: 900px) {
  .product-card-sm__inner-lg {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .product-card-sm__inner-lg {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 576px) {
  .product-card-sm__inner-lg {
    min-height: 140px;
    padding: 10px;
  }
}
@media screen and (max-width: 340px) {
  .product-card-sm__inner-lg {
    padding: 20px;
  }
}
.product-card-sm:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 900px) {
  .product-card-sm:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.product-card-sm__title {
  font-family: "Proxima Nova", Arial;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #292929;
}
@media screen and (max-width: 900px) {
  .product-card-sm__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product-card-sm__title {
    font-size: 15px;
    line-height: 17px;
  }
}

.accessories-block {
  background: -webkit-gradient(linear, left top, right top, from(#5B27F0), to(#F9402D));
  background: -o-linear-gradient(left, #5B27F0 0%, #F9402D 100%);
  background: linear-gradient(90deg, #5B27F0 0%, #F9402D 100%);
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .accessories-block {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .accessories-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .accessories-block {
    margin-bottom: 30px;
  }
}
.accessories-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .accessories-block__link {
    -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;
  }
}
.accessories-block__img {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.accessories-block__img img {
  width: 100%;
}
.accessories-block__title {
  font-family: "Proxima Nova", Arial;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 50px;
}
@media screen and (max-width: 900px) {
  .accessories-block__title {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .accessories-block__title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .accessories-block__title {
    padding: 0 20px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .accessories-block__title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .accessories-block__title br {
    display: none;
  }
}
.accessories-block:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 900px) {
  .accessories-block:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}