footer {
  background: #06032d; }

.footer-bottom {
  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;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  @media (max-width: 1023px) {
    .footer-bottom {
      text-align: center;
      padding-top: 0;
      border-top: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer-bottom p {
    line-height: 140%;
    color: #fff; }
  @media (max-width: 1023px) {
    .footer-bottom svg {
      margin: 16px 0; } }
  .footer-bottom a {
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-decoration: underline; }

.footer-body {
  padding-top: 72px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px; }
  @media (max-width: 1023px) {
    .footer-body {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer-body .col:not(:last-child) {
        width: 30%; } }
  @media (max-width: 767px) {
    .footer-body {
      gap: 32px;
      text-align: center;
      padding-top: 48px; }
      .footer-body .col:not(:last-child) {
        width: 100%; } }
  .footer-body .col:first-child p {
    line-height: 170%;
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
    max-width: 264px; }
    @media (max-width: 767px) {
      .footer-body .col:first-child p {
        max-width: 100%; } }
  .footer-body .col:nth-child(3) ul {
    font-size: 14px;
    color: #fff;
    list-style: none; }
  .footer-body .col:nth-child(3) li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .footer-body .col:nth-child(3) li {
        line-height: 140%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-body .col:nth-child(3) li:not(:last-child) {
      margin-bottom: 22px; }
  .footer-body .col:nth-child(3) svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px; }
  .footer-body .col:nth-child(3) a,
  .footer-body .col:nth-child(3) p {
    color: #fff; }
  .footer-body .col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1023px) {
      .footer-body .col:last-child {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 21px 0;
        margin-top: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
    @media (max-width: 767px) {
      .footer-body .col:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer-body .col:last-child ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 178px; }
      @media (max-width: 1023px) {
        .footer-body .col:last-child ul {
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .footer-body .col:last-child ul {
          margin-bottom: 24px; } }
      .footer-body .col:last-child ul li:not(:last-child) {
        margin-right: 18px; }
      .footer-body .col:last-child ul a {
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .footer-body .col:last-child ul svg {
        width: 32px;
        height: 32px;
        fill: #fff; }
    .footer-body .col:last-child .up {
      margin-top: auto;
      margin-left: auto; }
      @media (max-width: 767px) {
        .footer-body .col:last-child .up {
          margin: 0; } }
    .footer-body .col:last-child p {
      margin-bottom: 24px;
      color: #fff;
      font-weight: 700; }
      @media (max-width: 1023px) {
        .footer-body .col:last-child p {
          margin-bottom: 0;
          margin-right: 16px; } }
      @media (max-width: 767px) {
        .footer-body .col:last-child p {
          margin-right: 0;
          margin-bottom: 16px; } }

.footer-logo {
  border-radius: 10px;
  /*background: #fff;*/
  padding: 4px 16px;
  margin-bottom: 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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 767px) {
    .footer-logo {
      margin-left: auto;
      margin-right: auto; } }
  .footer-logo img {
    height: 72px;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 230px; }
    @media (max-width: 1023px) {
      .footer-logo img {
        max-width: 200px;
        height: 64px; } }

.footer__title {
  color: #ffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .footer__title {
      margin-left: auto;
      margin-right: auto; } }
  .footer__title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background: #00a0e3;
    bottom: -8px;
    left: 0; }

.footer__menu ul {
  list-style: none; }

.footer__menu li:not(:last-child) {
  margin-bottom: 19px; }

.footer__menu a {
  font-weight: 600;
  color: #fff; }
  @media (max-width: 1023px) {
    .footer__menu a {
      font-size: 14px;
      font-weight: 400; } }

.tel-icon {
  display: none;
  fill: #000;
  width: 20px;
  height: 20px; }
  @media (max-width: 1023px) {
    .tel-icon {
      display: block; } }

.hero {
  padding-top: 32px; }
  .hero .swiper-pagination-bullet {
    bottom: 0; }

.slider-hero {
  padding-bottom: 40px; }

.hero-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: 460px;
  position: relative;
  border-radius: 10px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 80px; }
  @media (max-width: 1023px) {
    .hero-slide {
      padding-left: 32px; } }
  @media (max-width: 767px) {
    .hero-slide {
      padding: 24px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .hero-slide__images {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .hero-slide__images img {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .hero-slide .btn {
    position: relative;
    z-index: 3;
    width: 240px; }
    @media (max-width: 767px) {
      .hero-slide .btn {
        width: 100%; } }

.hero-slide__subtitle {
  margin-bottom: 24px;
  background-color: #06032d;
  border-radius: 6px;
  padding: 8px 16px;
  color: #fff;
  position: relative;
  z-index: 3;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.hero-slide__title {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  max-width: 560px;
  line-height: 120%;
  position: relative;
  z-index: 3;
  margin-bottom: 32px; }
  @media (max-width: 1023px) {
    .hero-slide__title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .hero-slide__title {
      font-size: 32px;
      line-height: 140%; } }
  .hero-slide__title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    /*background-color: #f6dd00;*/
    padding: 8px 16px;
    color: #fff;
    border-radius: 6px; }
    @media (max-width: 767px) {
      .hero-slide__title span {
        display: inline;
        color: #fff;
        padding: 0;
        background-color: transparent; } }

.spares-motors {
  padding: 70px 0; }
  @media (max-width: 767px) {
    .spares-motors {
      padding-top: 40px; } }

.spares-motors__items {
  display: grid;
/*  grid-template-columns: repeat(4, 1fr);*/
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }
  @media (max-width: 1199px) {
    .spares-motors__items {
      grid-template-columns: 1fr 1fr;
      gap: 40px 24px; } }
  @media (max-width: 767px) {
    .spares-motors__items {
      grid-template-columns: 1fr;
      gap: 48px 24px;
      padding-top: 24px; } }

.spares-motors__item {
  position: relative;
/*  height: 208px;*/
  height: 285px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .spares-motors__item-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - 24px);
    border-radius: 10px;
    background: #00a0e3;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px #003b50;
            box-shadow: 0px 20px 40px 0px #003b50;
    height: 61px;
    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;
    z-index: 3; }
    @media (max-width: 767px) {
      .spares-motors__item-logo {
        width: calc(100% - 48px); } }
    .spares-motors__item-logo img {
      height: 40px;
      -o-object-fit: contain;
         object-fit: contain; }
  .spares-motors__item-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 1199px) {
      .spares-motors__item-waves {
        display: none; } }
    @media (max-width: 767px) {
      .spares-motors__item-waves {
        border-radius: 10px;
        display: block;
        top: 0;
        overflow: hidden; } }
    .spares-motors__item-waves img {
      border-radius: 10px;
      mix-blend-mode: screen;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 767px) {
        .spares-motors__item-waves img {
          bottom: -20%; } }
  .spares-motors__item-img {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .spares-motors__item-img img {
      -o-object-fit: contain;
         object-fit: contain;
      margin: 0 auto; }

.info-box {
  border-radius: 10px;
  background: #030f1f;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 64px; }
  @media (max-width: 1199px) {
    .info-box {
      background-position: top;
      background-image: url(../image/about-bg-mobile.png) !important; } }
  @media (max-width: 767px) {
    .info-box {
      padding: 40px 20px;
      background-image: url(../image/about-bg-mobile-2.png) !important; } }
  .info-box p {
    color: #fff;
    line-height: 170%;
    max-width: 680px; }
    @media (max-width: 1199px) {
      .info-box p {
        max-width: 100%; } }
    .info-box p:not(:last-child) {
      margin-bottom: 24px; }

.outboard-motors {
  padding: 70px 0; }

.tabs {
  margin-bottom: 40px;
  list-style: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .tabs {
      overflow-x: scroll;
      overflow-y: hidden; }
      .tabs::-webkit-scrollbar {
        display: none; } }
  .tabs li:not(:last-child) {
    margin-right: 40px; }
  .tabs input[type="radio"] {
    display: none; }
  .tabs .radio-name {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
    font-weight: 700;
    position: relative; }
    .tabs .radio-name::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      border-radius: 6px;
      background: #00a0e3;
      bottom: -9px;
      opacity: 0;
      left: 0;
      right: 0; }
  .tabs input[type="radio"]:checked + .radio-name {
    color: #00a0e3; }
    .tabs input[type="radio"]:checked + .radio-name::before {
      opacity: 1; }

.product-slider {
  padding-bottom: 32px; }
  .product-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .product-slider .results-groups__item {
    width: 100%; }
  .product-slider .swiper-pagination-bullets {
    bottom: 0; }

.swiper-pagination-bullet {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#dfe2f3), to(#dfe2f3)), -webkit-gradient(linear, left bottom, left top, from(#9d6cfc), to(#9d6cfc)), #9d6cfc;
  background: -o-linear-gradient(bottom, #dfe2f3 0%, #dfe2f3 100%), -o-linear-gradient(bottom, #9d6cfc 0%, #9d6cfc 100%), #9d6cfc;
  background: linear-gradient(0deg, #dfe2f3 0%, #dfe2f3 100%), linear-gradient(0deg, #9d6cfc 0%, #9d6cfc 100%), #9d6cfc;
  height: 6px;
  width: 20px;
  border-radius: 10px; }
  .swiper-pagination-bullet-active {
    background: #00a0e3;
    width: 32px; }

.product-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  padding: 54px 20px 25px 20px;
  border-radius: 10px;
  border: 1px solid #d9dcee;
  /*   background: #fff;
    box-shadow: 0px 4px 50px 0px #d6d9ee; */ }
  .product-slide .delete {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 6px;
    background: #edeffc;
    width: 44px;
    height: 44px;
    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; }
  .product-slide__name {
    line-height: 150%;
    margin-bottom: 14px;
    max-width: 90%;
    color: #fff; }
  .product-slide__img {
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff; }
    .product-slide__img img {
      margin: 0 auto;
      height: 130px;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-slide__actions {
    position: absolute;
    top: 25px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-slide__actions button {
      border-radius: 4px;
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s;
      width: 34px;
      height: 34px;
      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; }
  .product-slide__art {
    color: #fff;
    font-size: 14px;
    /*opacity: 0.5;*/
    margin-bottom: 10px; }
  .product-slide__label {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    left: 25px;
    top: 25px;
    border-radius: 3px;
    background: #f6dd00; }
  .product-slide__price {
    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;
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 700; }
    .product-slide__price span {
      color: #000;
      font-size: 14px;
      opacity: 0.5;
      text-decoration: line-through;
      font-weight: 500; }
  .product-slide__query {
    font-weight: 700;
    color: #363636;
    margin-bottom: 12px; }
  .product-slide__status {
    color: #7aac31;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 17px;
    margin-bottom: 12px; }
    .product-slide__status::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #7aac31;
      border-radius: 50%;
      width: 8px;
      height: 8px; }
    .product-slide__status--no {
      color: #f91155; }
      .product-slide__status--no::before {
        background-color: #f91155; }
  .product-slide .btn {
    margin-top: auto;
    width: auto;
    height: 48px; }
  .product-slide .btn-border {
    height: 48px;
    margin-top: 16px;
    width: auto;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .product-slide ul {
    list-style: none;
    font-size: 14px;
    /*opacity: 0.5;*/
    margin-bottom: 24px; }
    .product-slide ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .product-slide ul li:not(:last-child) {
        margin-bottom: 8px; }
      .product-slide ul li div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
        background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 3px 1px;
        background-repeat: repeat-x;
        height: 2px;
        margin: 0 4px; }

.slider-wrapper--products {
  position: relative; }
  .slider-wrapper--products .swiper-button-next,
  .slider-wrapper--products .swiper-button-prev {
    color: #000;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .slider-wrapper--products .swiper-button-next::after,
    .slider-wrapper--products .swiper-button-prev::after {
      font-size: 21px;
      font-weight: 700; }
    @media (max-width: 1300px) {
      .slider-wrapper--products .swiper-button-next,
      .slider-wrapper--products .swiper-button-prev {
        display: none; } }
  .slider-wrapper--products .swiper-button-next {
    right: -40px; }
  .slider-wrapper--products .swiper-button-prev {
    left: -40px; }

.top-products .container {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1023px) {
    .top-products .container {
      grid-template-columns: 1fr; } }

.top-product {
  border-radius: 10px;
  background: #edeffc;
  padding: 40px 0 60px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  @media (max-width: 767px) {
    .top-product {
      padding: 40px 20px 210px 20px; } }
  .top-product:last-child {
    background-image: url(../image/top-product-right.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 115% 0; }
  .top-product:first-child {
    background-image: url(../image/top-product-left.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 115% 0; }
  .top-product::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: #f6dd00;
    border-radius: 50%;
    right: -23%;
    bottom: -23%; }
    @media (max-width: 1023px) {
      .top-product::before {
        width: 450px;
        height: 450px;
        bottom: -45%; } }
    @media (max-width: 767px) {
      .top-product::before {
        width: 450px;
        bottom: -40%;
        height: 320px; } }
  .top-product__img {
    position: absolute;
    right: -10%;
    bottom: 0; }
    .top-product__img img {
      max-height: 340px; }
      @media (max-width: 1023px) {
        .top-product__img img {
          max-height: 400px; } }
      @media (max-width: 767px) {
        .top-product__img img {
          height: 200px; } }
    @media (max-width: 1199px) {
      .top-product__img {
        right: -13%; } }
    @media (max-width: 1023px) {
      .top-product__img {
        right: 0; } }
    @media (max-width: 767px) {
      .top-product__img {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  .top-product__name {
    font-weight: 700;
    line-height: 140%;
    font-size: 32px;
    margin-bottom: 24px;
    max-width: 50%; }
    @media (max-width: 767px) {
      .top-product__name {
        font-size: 26px;
        max-width: 100%; } }
  .top-product__link {
    border-radius: 6px;
    background: #06032d;
    height: 58px;
    padding: 0 44px;
    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;
    color: #fff;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
    @media (max-width: 767px) {
      .top-product__link {
        width: 100%; } }
  .top-product__descr {
    line-height: 170%;
    max-width: 358px;
    margin-bottom: 48px; }
    @media (max-width: 1199px) {
      .top-product__descr {
        max-width: 55%; } }
    @media (max-width: 767px) {
      .top-product__descr {
        margin-bottom: 32px;
        max-width: 100%; } }

.contacts iframe {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #edeffc;
  height: 368px;
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .contacts iframe {
      height: 305px;
      margin-bottom: 48px; } }

.contacts__box-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px; }
  .contacts__box-title::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 6px;
    background: #00a0e3;
    bottom: -8px; }

.contacts__boxes {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 48px;
  margin-bottom: 54px; }
  @media (max-width: 1023px) {
    .contacts__boxes {
      margin-bottom: 48px;
      grid-template-columns: 2.5fr 1fr; } }
  @media (max-width: 767px) {
    .contacts__boxes {
      grid-template-columns: 1fr; } }

.contacts__box:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px; }
  @media (max-width: 767px) {
    .contacts__box:first-child {
      grid-template-columns: 1fr;
      gap: 48px; } }
  .contacts__box:first-child ul {
    list-style: none; }
    .contacts__box:first-child ul li {
      line-height: 140%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .contacts__box:first-child ul li:not(:last-child) {
        margin-bottom: 20px; }
    .contacts__box:first-child ul svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 18px; }

.contacts__box:last-child {
  border-left: 1px solid #d9dcee;
  padding-left: 48px; }
  @media (max-width: 767px) {
    .contacts__box:last-child {
      border-left: none;
      border-top: 1px solid #d9dcee;
      padding-left: 0;
      padding-top: 48px; } }
  .contacts__box:last-child .btn {
    width: 100%;
    margin-bottom: 24px; }
    @media (max-width: 1023px) {
      .contacts__box:last-child .btn {
        white-space: nowrap; } }
  .contacts__box:last-child ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px; }
    .contacts__box:last-child ul li:not(:last-child) {
      margin-right: 16px; }
    .contacts__box:last-child ul a {
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .contacts__box:last-child ul svg {
      width: 24px;
      height: 24px;
      fill: #000; }

.page-hero {
  padding-top: 32px;
  padding-bottom: 70px; }

.page-hero__box {
  height: 460px;
  border-radius: 6px;
  background: #edeffc;
  padding: 40px 0 40px 60px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .page-hero__box {
      padding-left: 32px; } }
  @media (max-width: 767px) {
    .page-hero__box {
      height: auto;
      padding: 40px 0 0 24px; } }
  .page-hero__box img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0; }
    @media (max-width: 767px) {
      .page-hero__box img {
        margin-left: auto;
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .page-hero__box .breadcrumbs {
    margin-bottom: 80px;
    margin-top: 0;
    position: relative;
    z-index: 3; }
    @media (max-width: 1023px) {
      .page-hero__box .breadcrumbs {
        margin-bottom: 48px; } }
  .page-hero__box h1 {
    position: relative;
    z-index: 3;
    margin-bottom: 32px; }
    @media (max-width: 1023px) {
      .page-hero__box h1 {
        max-width: 40%; } }
    @media (max-width: 767px) {
      .page-hero__box h1 {
        padding-right: 24px;
        margin-bottom: 24px;
        max-width: 100%; } }
  .page-hero__box p {
    position: relative;
    z-index: 3;
    line-height: 170%;
    max-width: 320px; }
    @media (max-width: 1023px) {
      .page-hero__box p {
        max-width: 235px; } }
    @media (max-width: 767px) {
      .page-hero__box p {
        margin-bottom: 40px;
        padding-right: 24px;
        max-width: 100%; } }
    .page-hero__box p a {
      text-decoration: underline; }

.page-hero__box--service .breadcrumbs {
  margin-bottom: 48px; }

.page-hero__box--service p {
  max-width: 426px; }
  @media (max-width: 1023px) {
    .page-hero__box--service p {
      max-width: 320px; } }
  @media (max-width: 767px) {
    .page-hero__box--service p {
      max-width: 100%; } }

.page-hero__box--service h1 {
  max-width: 580px; }

.page-hero__box--service::before {
  display: none; }

.page-404 {
  padding-top: 32px; }

.page-404__images {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }
  .page-404__images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.page-404__box {
  position: relative;
  border-radius: 10px;
  background: #edeffc;
  padding: 32px 0 80px 120px; }
  @media (max-width: 1199px) {
    .page-404__box {
      padding-left: 64px; } }
  @media (max-width: 1023px) {
    .page-404__box {
      padding-left: 40px;
      padding-top: 40px;
      height: 460px; } }
  @media (max-width: 767px) {
    .page-404__box {
      height: auto;
      padding: 40px 16px 300px 16px;
      text-align: center; } }
  .page-404__box h1 {
    position: relative;
    z-index: 3;
    font-size: 180px;
    line-height: 180px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .page-404__box h1 {
        font-size: 140px;
        line-height: 140px; } }
    @media (max-width: 767px) {
      .page-404__box h1 {
        font-size: 88px;
        line-height: normal; } }
  .page-404__box p {
    position: relative;
    z-index: 3;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 44px; }
    @media (max-width: 1199px) {
      .page-404__box p {
        font-size: 40px; } }
    @media (max-width: 1023px) {
      .page-404__box p {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .page-404__box p {
        font-size: 21px;
        margin-bottom: 40px; } }
  .page-404__box .btn {
    position: relative;
    z-index: 3;
    height: 64px; }
    @media (max-width: 767px) {
      .page-404__box .btn {
        width: 100%;
        height: 54px; } }

.search-page {
  padding-top: 32px; }
  .search-page h1 {
    margin-bottom: 24px; }

.search-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px; }
  @media (max-width: 1023px) {
    .search-text {
      margin-bottom: 44px; } }
  @media (max-width: 767px) {
    .search-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 32px; } }
  .search-text p:last-child {
    font-size: 14px;
    opacity: 0.5; }

.search-text p.search-text__name {
  font-size: 18px;
  opacity: 1; }
  @media (max-width: 767px) {
    .search-text p.search-text__name:not(:last-child) {
      margin-bottom: 8px; } }

.results-pages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 40px; }
  @media (max-width: 1199px) {
    .results-pages {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1023px) {
    .results-pages {
      gap: 10px; } }
  @media (max-width: 767px) {
    .results-pages {
      grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 24px; } }

.results-page {
  color: #363636;
  border-radius: 10px;
  border: 1px solid rgba(217, 220, 238, 0.6);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .results-page__info {
    padding: 24px 16px; }
  .results-page__name {
    font-weight: 700;
    line-height: 140%;
    font-size: 18px;
    margin-bottom: 14px;
    color:#fff; }
  .results-page .btn {
    margin-top: auto;
    width: 100%; }
  .results-page__descr {
    margin-bottom: 32px;
    line-height: 150%;
    color:#fff; }
  .results-page img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0 0;
    min-height: 200px; }

.more {
  border-radius: 10px;
  border: 1px solid #edeffc;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background: #edeffc;
  height: 56px;
  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-weight: 700;
  margin-bottom: 24px;
  width: 100%; }

.pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .pagination__items {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .pagination__items p {
    font-weight: 700;
    width: 24px;
    margin-right: 12px; }
    @media (max-width: 767px) {
      .pagination__items p {
        display: none; } }
  .pagination__items .further {
    width: 190px; }
    @media (max-width: 767px) {
      .pagination__items .further {
        width: 100%;
        margin-top: 16px; } }

.pagination___item {
  border-radius: 6px;
  width: 48px;
  height: 48px;
  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-weight: 700;
  margin-right: 4px; }
  @media (max-width: 767px) {
    .pagination___item {
      margin: 0;
      width: 42px;
      height: 42px; } }
  .pagination___item.current {
    color: #fff;
    background-color: #00a0e3; }

.results-groups {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
          box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
  padding: 48px; }
  @media (max-width: 1023px) {
    .results-groups {
      padding: 40px 32px; } }
  @media (max-width: 767px) {
    .results-groups {
      padding: 32px 20px; } }
  .results-groups:not(:last-child) {
    margin-bottom: 20px; }

.results-groups__head {
  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;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .results-groups__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 24px; } }
  .results-groups__head h2 {
    margin-bottom: 0;
    margin-right: 16px; }
  .results-groups__head .btn {
    white-space: nowrap; }
    @media (max-width: 767px) {
      .results-groups__head .btn {
        white-space: wrap;
        height: auto;
        min-height: 54px;
        width: 100%;
        margin-top: 16px;
        text-align: center;
        line-height: 140%; } }

.results-groups__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 1199px) {
    .results-groups__items {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1023px) {
    .results-groups__items {
      gap: 10px;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .results-groups__items {
      grid-template-columns: 1fr;
      gap: 16px; } }
  .results-groups__items:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .results-groups__items:not(:last-child) {
        margin-bottom: 24px; } }

.results-groups__item {
  border-radius: 10px;
  border: 1px solid #d9dcee;
  padding: 32px 20px 40px 20px;
  position: relative;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }
  .results-groups__item .delete {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 6px;
    background: #edeffc;
    width: 44px;
    height: 44px;
    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; }
  .results-groups__item .product__status {
    margin-bottom: 10px; }
  .results-groups__item-name {
    line-height: 150%;
    margin-bottom: 14px; }
  .results-groups__item-descr {
    opacity: 0.5;
    font-size: 14px;
    line-height: 140%; }
  .results-groups__item-img {
    width: 100%;
    margin-bottom: 32px; }
  .results-groups__item img {
    margin: 0 auto;
    height: 115px;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 80%;
    width: 100%; }

@media (max-width: 767px) {
  .results-groups__item--big {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.results-groups__item--big .results-groups__item-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .results-groups__item--big .results-groups__item-name {
      grid-row: 1;
      grid-column: 2/3; } }

@media (max-width: 767px) {
  .results-groups__item--big .results-groups__item-descr {
    grid-row: 2;
    grid-column: 2/3; } }

.results-groups__item--big span {
  display: block; }

@media (max-width: 767px) {
  .results-groups__item--big .results-groups__item-img {
    width: auto;
    grid-row: 1/3;
    margin-bottom: 0; } }

.results-groups__item--big img {
  height: 135px; }
  @media (max-width: 767px) {
    .results-groups__item--big img {
      margin-right: 16px;
      height: 80px;
      width: 80px; } }

.results-groups__items--two {
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 767px) {
    .results-groups__items--two {
      grid-template-columns: 1fr; } }
  .results-groups__items--two img {
    height: 256px; }
    @media (max-width: 767px) {
      .results-groups__items--two img {
        height: 153px; } }
  .results-groups__items--two .results-groups__item-img {
    margin-bottom: 15px; }
  .results-groups__items--two span {
    display: block; }

.results-pdf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 1199px) {
    .results-pdf {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1023px) {
    .results-pdf {
      gap: 10px; } }
  @media (max-width: 767px) {
    .results-pdf {
      grid-template-columns: 1fr;
      gap: 16px; } }
  .results-pdf:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .results-pdf:not(:last-child) {
        margin-bottom: 24px; } }

.results-pdf__item {
  border-radius: 10px;
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(217, 220, 238, 0.6); }
  .results-pdf__item img {
    margin-bottom: 24px; }
  .results-pdf__item-name {
    line-height: 150%;
    margin-bottom: 15px; }
  .results-pdf__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00a0e3;
    font-weight: 600; }
    .results-pdf__item-link svg {
      margin-left: 16px; }

.search-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .search-box {
      grid-template-columns: 1fr; } }
  @media (max-width: 767px) {
    .search-box {
      margin-bottom: 24px; } }
  .search-box form {
    border-radius: 6px;
    border: 1px solid #d9dcee;
    position: relative; }
  .search-box input {
    height: 54px;
    width: 100%;
    border: none;
    font-size: 16px;
    padding: 0 16px;
    color: #000; }
    .search-box input::-webkit-input-placeholder {
      color: #363636; }
    .search-box input::-moz-placeholder {
      color: #363636; }
    .search-box input:-ms-input-placeholder {
      color: #363636; }
    .search-box input::-ms-input-placeholder {
      color: #363636; }
    .search-box input::placeholder {
      color: #363636; }
  .search-box button {
    border-radius: 6px;
    background: #00a0e3;
    width: 54px;
    height: 54px;
    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;
    position: absolute;
    right: 0;
    top: 0; }

.manufacturers__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 1199px) {
    .manufacturers__items {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1023px) {
    .manufacturers__items {
      gap: 10px; } }
  @media (max-width: 767px) {
    .manufacturers__items {
      grid-template-columns: 1fr;
      gap: 16px; } }

.manufacturers__item {
  padding: 32px 32px 48px 32px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  border: 1px solid rgba(217, 220, 238, 0.6); }
  .manufacturers__item img {
/*    height: 80px;*/
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
/*    max-width: 80%;*/
    width: 100%; }
  .manufacturers__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #d9dcee;
    padding-bottom: 15px;
    margin-bottom: 24px; }
  .manufacturers__item-descr {
    line-height: 150%;
    font-size: 14px; }

.account-pages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 1023px) {
    .account-pages {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .account-pages {
      grid-template-columns: 1fr; } }
  .account-pages a {
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
            box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6); }
    .account-pages a.disabled {
      pointer-events: none;
      opacity: 0.6; }
    .account-pages a svg {
      margin-bottom: 24px; }
    .account-pages a p {
      line-height: 150%; }

.outboard-motors--bottom {
  padding-top: 0; }
  .outboard-motors--bottom:last-child {
    padding-bottom: 0; }

.product-page {
  padding-bottom: 77px; }

.product__info {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
          box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
  padding: 48px 48px 64px 48px; }
  @media (max-width: 767px) {
    .product__info {
      padding: 32px 24px; } }

.tab-content {
  display: none; }
  @media (max-width: 767px) {
    .tab-content {
      overflow: auto; }
      .tab-content::-webkit-scrollbar {
        display: none; } }
  .tab-content.text-content {
    margin-bottom: 0 !important; }
  .tab-content.current {
    display: block; }
  @media (max-width: 767px) {
    /*.tab-content table {
      min-width: 500px; }*/ }

.tabs-inner {
  padding-top: 8px;
  margin-bottom: 40px;
  position: relative;
  max-width: 100%; }
  .tabs-inner .tabs {
    margin-bottom: 0; }
  .tabs-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d9dcee;
    left: 0;
    border-radius: 20px;
    bottom: 0; }
  .tabs-inner .tabs .radio-name::before {
    bottom: 0; }
  .tabs-inner .radio-name {
    padding: 0 5px 20px; }

.tabs-wrapper {
  margin-bottom: 40px;
  position: relative; }
  .tabs-wrapper .tabs li {
    cursor: pointer;
    font-weight: 600;
    position: relative;
    padding: 0 5px 20px; }
    .tabs-wrapper .tabs li::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      border-radius: 20px;
      height: 3px;
      background: #00a0e3;
      left: 0;
      bottom: -1px;
      opacity: 0; }
    .tabs-wrapper .tabs li.current {
      color: #00a0e3; }
      .tabs-wrapper .tabs li.current::before {
        opacity: 1; }
  .tabs-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d9dcee;
    left: 0;
    border-radius: 20px;
    bottom: 0; }
  .tabs-wrapper .tabs {
    margin-bottom: 0; }

.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 77px; }
  @media (max-width: 1023px) {
    .product {
      grid-template-columns: 1fr; } }
  .product .col:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    position: relative; }
  .product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product__actions button:not(:last-child) {
      margin-right: 14px; }
  .product__number {
    font-size: 14px;
    /*opacity: 0.5;*/
    margin-bottom: 20px; }
  .product .text-content {
    font-size: 14px; }
  .product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
    font-weight: 700; }
    .product__price span {
      color: #000;
      font-size: 14px;
      opacity: 0.5;
      text-decoration: line-through;
      font-weight: 500;
      margin-left: 24px; }
  .product__status {
    color: #7aac31;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 17px; }
    .product__status::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #7aac31;
      border-radius: 50%;
      width: 8px;
      height: 8px; }
    .product__status--no {
      color: #f91155; }
      .product__status--no::before {
        background-color: #f91155; }
  .product .custom-select {
    max-width: 224px; }
  .product .text-content:not(:last-child) {
    margin-bottom: 34px; }
  .product ul.product__characteristics {
    list-style: none;
    font-size: 14px;
    /*opacity: 0.5;*/
    margin-bottom: 24px; }
    .product ul.product__characteristics li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .product ul.product__characteristics li:not(:last-child) {
        margin-bottom: 8px; }
      .product ul.product__characteristics li div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
        /*background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
        background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);*/
        background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #fff), color-stop(0%, rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(left, #fff 33%, rgba(255, 255, 255, 0) 0%);
        background-image: linear-gradient(to right, #fff 33%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 3px 1px;
        background-repeat: repeat-x;
        height: 2px;
        margin: 0 4px; }

.product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px; }

.product__label {
  position: absolute;
  top: 24px;
  left: 24px;
  border-radius: 3px;
  background: #f6dd00;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  z-index: 3; }

.product-slider-custom {
  border-radius: 10px;
  border: 1px solid #d9dcee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px; }
  .product-slider-custom .swiper-button-next,
  .product-slider-custom .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-color: #00a0e3;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .product-slider-custom .swiper-button-next,
      .product-slider-custom .swiper-button-prev {
        width: 38px;
        height: 38px; } }
    .product-slider-custom .swiper-button-next::after,
    .product-slider-custom .swiper-button-prev::after {
      color: #fff;
      font-weight: 700;
      font-size: 18px; }
      @media (max-width: 767px) {
        .product-slider-custom .swiper-button-next::after,
        .product-slider-custom .swiper-button-prev::after {
          font-size: 16px; } }
  .product-slider-custom .swiper-slide {
    padding: 40px 0; }
  .product-slider-custom img {
    height: 308px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .product-slider-custom img {
        height: 225px; } }

.product-slider-thumbs .swiper-slide {
  border-radius: 10px;
  border: 1px solid #d9dcee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0; }
  .product-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #00a0e3; }
  @media (max-width: 767px) {
    .product-slider-thumbs .swiper-slide {
      padding: 8px 0; } }

.product-slider-thumbs img {
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .product-slider-thumbs img {
      height: 64px; } }

.quantity-controls__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .quantity-controls__container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }

button.quantity-controls__dec,
button.quantity-controls__inc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  background: #00a0e3;
  border: 1px solid #00a0e3;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }

.quantity-controls__container input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

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

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input; }

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

.quantity-controls__value {
  border-radius: 10px;
  height: 48px;
  width: 108px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  background: #edeffc;
  margin: 0 10px;
  padding: 0; }
  @media (max-width: 767px) {
    .quantity-controls__value {
      width: 100%; } }

.quantity-controls__dec::before,
.quantity-controls__dec::after,
.quantity-controls__inc::before,
.quantity-controls__inc::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.quantity-controls__inc::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.product__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px; }
  @media (max-width: 767px) {
    .product__buy {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .product__buy .btn {
    height: 48px;
    margin-left: 44px;
    width: 100%; }
    @media (max-width: 1023px) {
      .product__buy .btn {
        max-width: 250px; } }
    @media (max-width: 767px) {
      .product__buy .btn {
        margin-left: 0;
        margin-top: 16px;
        max-width: 100%; } }

.product__dop-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px; }

.product__dop {
  margin-bottom: 34px; }
  .product__dop .tabs {
    margin-bottom: 0; }
  .product__dop .radio-name {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    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: 1px solid transparent; }
    .product__dop .radio-name::before {
      display: none; }
    .product__dop .radio-name span {
      width: 23px;
      height: 23px;
      border-radius: 2px; }
  .product__dop input[type="radio"]:checked + .radio-name {
    border-color: #d9dcee; }
  .product__dop li:not(:last-child) {
    margin-right: 4px; }

.nice-select {
  float: none;
  border-radius: 10px;
  background: #edeffc;
  height: 48px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px; }

.nice-select .list {
  border: none;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 50px 0px #d6d9ee;
          box-shadow: 0px 4px 50px 0px #d6d9ee;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 280px;
  overflow: auto; }

.nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px; }

.orders-page .custom-select {
  max-width: 290px;
  margin-bottom: 24px; }

.orders-wrapper {
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
          box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6); }
  .orders-wrapper td:not(:last-child) {
    white-space: nowrap; }

.product--custom {
  padding-bottom: 0; }
  .product--custom ul.product__characteristics {
    margin-bottom: 0;
    padding-top: 24px;
    border-top: 1px solid #d9dcee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 1;
    gap: 16px 32px; }
    @media (max-width: 767px) {
      .product--custom ul.product__characteristics {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .product--custom ul.product__characteristics p:first-child {
      opacity: 0.5;
      margin-right: 10px; }
    @media (max-width: 767px) {
      .product--custom ul.product__characteristics li {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .product--custom ul.product__characteristics li:not(:last-child) {
    margin-bottom: 0; }

.product-slider-alone {
  border-radius: 10px;
  border: 1px solid #d9dcee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .product-slider-alone .swiper-slide {
    padding: 88px 0; }
  .product-slider-alone img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    margin: 0 auto; }

.similar {
  padding-bottom: 77px; }
  .similar h2 {
    margin-bottom: 40px; }

.application h2 {
  margin-bottom: 40px; }

.application-wrapper {
  border-radius: 10px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
          box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }
  @media (max-width: 767px) {
    .application-wrapper {
      padding: 16px;
      grid-template-columns: 1fr; } }

.application__item {
  border-radius: 10px;
  background: #edeffc;
  padding: 24px 40px; }
  @media (max-width: 767px) {
    .application__item {
      padding: 24px; } }
  .application__item-name {
    font-weight: 700;
    margin-bottom: 8px; }
  .application__item a {
    text-decoration: underline; }

.positions__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px; }
  .positions__items .results-groups__item {
    padding-top: 72px; }
  @media (max-width: 1023px) {
    .positions__items {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .positions__items {
      grid-template-columns: 1fr; } }

.catalog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 40px; }
  @media (max-width: 1199px) {
    .catalog__items {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .catalog__items {
      grid-template-columns: 1fr; } }

.catalog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .catalog-wrapper .col:first-child {
    width: 290px;
    margin-right: 14px;
    border-radius: 10px;
    padding: 32px 32px 54px 32px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
            box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6); }
    .catalog-wrapper .col:first-child .btn {
      font-size: 14px;
      font-weight: 500;
      width: 100%;
      margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .catalog-wrapper .col:first-child {
        margin-right: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        padding: 32px 24px;
        overflow: auto;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: transform, opacity;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        height: 100%;
        width: 100vw;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        max-width: 450px;
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        z-index: 25; }
        .catalog-wrapper .col:first-child:not(.open) {
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          opacity: 0; } }
  .catalog-wrapper .col.col--small {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px; }
    @media (max-width: 1023px) {
      .catalog-wrapper .col.col--small {
        margin-bottom: 40px;
        padding: 0;
        opacity: 1 !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        position: relative;
        overflow: visible;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important; }
        .catalog-wrapper .col.col--small .col__body {
          display: none;
          position: absolute;
          top: calc(100% + 16px);
          left: 0;
          right: 0;
          background-color: #fff;
          padding: 20px;
          max-height: 407px;
          overflow: auto;
          border-radius: 10px;
          -webkit-box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
                  box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6); } }
    @media (max-width: 767px) {
      .catalog-wrapper .col.col--small {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 24px; } }
    .catalog-wrapper .col.col--small .mobile__text {
      display: none; }
      @media (max-width: 1023px) {
        .catalog-wrapper .col.col--small .mobile__text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 54px;
          border: 1px solid #d9dcee;
          border-radius: 6px;
          width: 380px;
          padding: 0 20px;
          position: relative;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .catalog-wrapper .col.col--small .mobile__text::after {
            content: "";
            display: block;
            border: solid #000;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-right: 10px;
            -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; } }
      @media (max-width: 767px) {
        .catalog-wrapper .col.col--small .mobile__text {
          text-align: left;
          width: 100%;
          min-height: 54px; } }
  .catalog-wrapper .col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 1023px) {
      .catalog-wrapper .col:last-child {
        width: 100%; } }
  .catalog-wrapper .tabs {
    margin-top: 12px; }
    @media (max-width: 767px) {
      .catalog-wrapper .tabs {
        margin-top: 0;
        margin-bottom: 32px;
        font-size: 14px; } }
  .catalog-wrapper .tabs .radio-name {
    font-weight: 400;
    color: #fff; }
  @media (max-width: 767px) {
    .catalog-wrapper .tabs li:not(:last-child) {
      margin-right: 24px; } }

@media (max-width: 1023px) {
  .catalog-wrapper--custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.col__body:not(:last-child) {
  margin-bottom: 40px; }

.reset {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0.5;
  font-size: 14px; }

.js-filter-close {
  display: none; }
  @media (max-width: 1023px) {
    .js-filter-close {
      display: block;
      width: 24px;
      height: 24px;
      position: relative;
      margin-left: auto;
      margin-bottom: 32px; 
      z-index: 9999;} }

.js-filter-close:before,
.js-filter-close:after {
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 2px;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  transition: all 0.3s;
  margin-left: auto; }

.js-filter-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.js-filter-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.catalog-mobile {
  display: none;
  margin-bottom: 32px; }
  @media (max-width: 1023px) {
    .catalog-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 767px) {
    .catalog-mobile {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .catalog-mobile .custom-select {
    width: 100%; }
  .catalog-mobile .btn {
    margin-left: 16px;
    height: 54px; }
    @media (max-width: 767px) {
      .catalog-mobile .btn {
        margin-left: 0;
        margin-top: 16px;
        width: 100%; } }
  .catalog-mobile .nice-select {
    height: 54px;
    border: 1px solid #d9dcee;
    background-color: transparent; }
    .catalog-mobile .nice-select ul {
      max-height: 320px;
      overflow: auto;
      padding-right: 6px; }

.catalog__list {
  border-bottom: 1px solid #d9dcee;
  padding-bottom: 40px;
  margin-bottom: 15px;
  list-style: none; }
  @media (max-width: 1023px) {
    .catalog__list {
      display: none; } }
  .catalog__list li:not(:last-child) {
    margin-bottom: 11px; }
  .catalog__list a {
    color: #363636;
    line-height: 150%; }

.catalog__box p {
  font-weight: 600;
  margin-bottom: 16px;
  color:#000; }

.catalog__box:not(:last-child) {
  border-bottom: 1px solid #d9dcee;
  padding-bottom: 27px;
  margin-bottom: 15px; }

.white-box {
  border-radius: 10px;
  padding: 36px 44px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
          box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6); }
  @media (max-width: 1199px) {
    .white-box {
      padding: 32px; } }
  @media (max-width: 767px) {
    .white-box {
      padding: 32px 18px; } }
  .white-box .tabs-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .white-box .tab-content {
    padding-bottom: 16px; }
  .white-box #pickup p {
    line-height: 140%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65); }
    .white-box #pickup p strong {
      color: #363636;
      font-weight: 700;
      display: block;
      margin-bottom: 4px; }
  .white-box .tabs-wrapper {
    padding-top: 8px; }
  .white-box__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
    color:#363636; }
    @media (max-width: 767px) {
      .white-box__title {
        margin-bottom: 16px;
        font-size: 20px; } }
  .white-box__descr {
    font-size: 14px;
    line-height: 140%; }
    .white-box__descr span {
      display: block;
      opacity: 0.5;
      margin-bottom: 4px; }
    .white-box__descr:not(:last-child) {
      margin-bottom: 16px; }
  .white-box:not(:last-child) {
    margin-bottom: 14px; }

@media (max-width: 767px) {
  .white-box .btn {
    width: 100%; } }

.white-box .btn-border {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.agreement {
  font-size: 14px;
  margin-bottom: 48px;
  color: rgba(0, 0, 0, 0.5); }
  .agreement a {
    text-decoration: underline; }

.form-title {
  font-weight: 700;
  color: #363636;
  margin-bottom: 16px; }

.form-row--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }
  @media (max-width: 767px) {
    .form-row--two {
      grid-template-columns: 1fr; } }
  .form-row--two:not(:last-child) {
    margin-bottom: 32px; }
  .form-row--two .textarea {
    grid-column: 1/3; }
    @media (max-width: 767px) {
      .form-row--two .textarea {
        grid-column: 1/2; } }

.radio-list {
  list-style: none; }
  .radio-list:not(:last-child) {
    margin-bottom: 40px; }
  .radio-list li:not(:last-child) {
    margin-bottom: 16px; }

.form-row--custom {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }
  @media (max-width: 1023px) {
    .form-row--custom {
      width: 100%; } }
  @media (max-width: 767px) {
    .form-row--custom {
      grid-template-columns: 1fr; } }
  .form-row--custom:not(:last-child) {
    margin-bottom: 32px; }

.white-box__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .white-box__links {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .white-box__links a {
      width: 100%; } }
  .white-box__links .btn {
    margin-right: 16px; }
    @media (max-width: 767px) {
      .white-box__links .btn {
        margin-right: 0;
        margin-bottom: 16px; } }

.white-box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .white-box-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .white-box-body ul {
    font-size: 14px;
    list-style: none; }
    @media (max-width: 767px) {
      .white-box-body ul:last-child {
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid #d9dcee; } }
    .white-box-body ul li {
      display: grid;
      grid-template-columns: minmax(auto, 1fr) auto;
      gap: 24px;
      line-height: 140%; }
      @media (max-width: 1199px) {
        .white-box-body ul li {
          gap: 16px; } }
      @media (max-width: 767px) {
        .white-box-body ul li {
          display: block; } }
      .white-box-body ul li:not(:last-child) {
        margin-bottom: 8px; }
      .white-box-body ul li p:first-child {
        white-space: nowrap;
        opacity: 0.5; }
  .white-box-body .col:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .white-box-body .col:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .white-box-body .col:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 280px;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #d9dcee; }
    @media (max-width: 1199px) {
      .white-box-body .col:first-child {
        padding-right: 32px;
        margin-right: 32px; } }
    @media (max-width: 1023px) {
      .white-box-body .col:first-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        border-bottom: 1px solid #d9dcee;
        padding-bottom: 32px;
        margin-bottom: 32px; } }
    .white-box-body .col:first-child p {
      font-weight: 700; }
    .white-box-body .col:first-child span {
      font-weight: 400;
      margin-top: 4px;
      display: block; }

.white-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d9dcee; }
  @media (max-width: 1023px) {
    .white-box__head {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 32px; } }
  .white-box__head .white-box__title {
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .white-box__head .white-box__title {
        margin-bottom: 24px; } }
  .white-box__head .btn,
  .white-box__head .btn-border {
    height: 44px;
    text-align: center; }
    @media (max-width: 767px) {
      .white-box__head .btn,
      .white-box__head .btn-border {
        height: auto;
        min-height: 44px;
        padding: 8px 0; } }

.order__item {
  padding: 32px;
  border-radius: 10px;
  border: 1px solid rgba(217, 220, 238, 0.6); }
  @media (max-width: 767px) {
    .order__item {
      padding: 24px 16px; } }
  .order__item:not(:last-child) {
    margin-bottom: 12px; }
  .order__item .product-slide__status {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px; }
  .order__item-row {
    display: grid;
    grid-template-columns: 2fr 0.7fr; }
    @media (max-width: 1199px) {
      .order__item-row {
        grid-template-columns: 2fr 1fr; } }
    @media (max-width: 767px) {
      .order__item-row {
        display: block; } }
    .order__item-row:last-child {
      font-size: 14px;
      opacity: 0.5; }
      .order__item-row:last-child p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          .order__item-row:last-child p:not(:last-child) {
            margin-bottom: 8px; } }
      .order__item-row:last-child ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 767px) {
          .order__item-row:last-child ul {
            margin-top: 14px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .order__item-row:last-child ul li:not(:last-child) {
          margin-right: 24px; }
          @media (max-width: 767px) {
            .order__item-row:last-child ul li:not(:last-child) {
              margin-right: 0;
              margin-bottom: 16px; } }
      .order__item-row:last-child svg {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 8px; }
  .order__item-row:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d9dcee; }
    .order__item-row:not(:last-child) .col:last-child {
      color: #363636;
      font-size: 18px;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .order__item-row:not(:last-child) .col:last-child {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .order__item-row:not(:last-child) .col:last-child p:not(:last-child) {
        margin-right: 24px; }

.order__item-name {
  color: #363636; }
  @media (max-width: 767px) {
    .order__item-name {
      margin-bottom: 16px; } }
  .order__item-name span {
    font-size: 14px;
    opacity: 0.5;
    margin-top: 8px;
    display: block; }

.white-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px; }
  @media (max-width: 1023px) {
    .white-box-grid {
      grid-template-columns: 1fr; } }
  .white-box-grid .white-box {
    margin-bottom: 0; }
  .white-box-grid ul {
    font-size: 14px;
    list-style: none; }
    .white-box-grid ul li {
      display: grid;
      grid-template-columns: minmax(auto, 0.7fr) 1fr;
      gap: 8px;
      line-height: 140%; }
      @media (max-width: 767px) {
        .white-box-grid ul li {
          display: block; } }
      .white-box-grid ul li:not(:last-child) {
        margin-bottom: 8px; }
      .white-box-grid ul li p:first-child {
        opacity: 0.5; }

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px; }

.gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px; }

.gallery-item--hide {
  display: none; }

.gallery-item--all {
  position: relative; }
  .gallery-item--all::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.48) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.48) 100%);
    z-index: 2; }

.gallery-item__count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  z-index: 3; }
  @media (max-width: 767px) {
    .gallery-item__count {
      font-size: 18px; } }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #00a0e3; }

.messages {
  color: #363636;
  font-size: 14px;
  line-height: 140%;
  border-radius: 6px;
  padding: 32px 40px;
  background: #edeffc; }
  .messages:not(:last-child) {
    margin-bottom: 14px; }
  .messages .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .messages .message:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 767px) {
      .messages .message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 767px) {
    .messages {
      padding: 32px 24px; } }
  .messages img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 24px; }
    @media (max-width: 767px) {
      .messages img {
        margin-right: 0;
        margin-bottom: 16px; } }

.basket__itog {
  font-weight: 700; }

.white-box.order__item {
  border: none;
  padding: 36px 44px;
  position: relative; }
  @media (max-width: 767px) {
    .white-box.order__item {
      padding: 24px 16px; } }
  .white-box.order__item:not(:last-child) {
    margin-bottom: 14px; }
  .white-box.order__item .quantity-controls__container {
    margin-right: 48px; }
    @media (max-width: 1023px) {
      .white-box.order__item .quantity-controls__container {
        margin-right: 32px; } }
    @media (max-width: 767px) {
      .white-box.order__item .quantity-controls__container {
        margin-right: 0;
        margin-bottom: 24px; } }
  .white-box.order__item .delete {
    position: absolute;
    font-size: 14px;
    color: #363636;
    opacity: 0.5;
    text-decoration: underline;
    top: 32px;
    right: 44px; }
    @media (max-width: 767px) {
      .white-box.order__item .delete {
        top: 24px;
        right: 16px; } }
  .white-box.order__item .col:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .white-box.order__item .col:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .white-box.order__item .order__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .white-box.order__item .order__item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  @media (max-width: 767px) {
    .white-box.order__item .product-slide__status {
      margin-bottom: 24px; } }

.white-box--custom {
  padding-top: 22px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199px) {
    .white-box--custom {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .white-box--custom .btn {
      width: 100%;
      margin-top: 16px; } }
  .white-box--custom ul {
    font-size: 14px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .white-box--custom ul {
        font-size: 16px;
        padding-bottom: 16px;
        margin-bottom: 16px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #d9dcee; } }
    @media (max-width: 767px) {
      .white-box--custom ul {
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .white-box--custom ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .white-box--custom ul p:first-child {
      opacity: 0.5;
      margin-right: 8px; }
    .white-box--custom ul li:not(:last-child) {
      margin-right: 32px; }
      @media (max-width: 767px) {
        .white-box--custom ul li:not(:last-child) {
          margin-right: 0;
          margin-bottom: 16px; } }

.form-row--three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px; }
  @media (max-width: 1023px) {
    .form-row--three {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .form-row--three {
      grid-template-columns: 1fr; } }
  .form-row--three:not(:last-child) {
    margin-bottom: 32px; }

.form-message {
  font-size: 14px;
  opacity: 0.5;
  line-height: 140%;
  padding-top: 32px;
  border-top: 1px solid #d9dcee; }

.form-tel {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .form-tel {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .form-tel br {
      display: none; } }
  .form-tel:not(:last-child) {
    margin-bottom: 32px; }
  .form-tel li:not(:last-child) {
    margin-right: 40px; }
    @media (max-width: 767px) {
      .form-tel li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px; } }

.empty {
  border-radius: 6px;
  min-height: 400px;
  background: #edeffc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 32px;
  padding: 0 32px;
  text-align: center;
  line-height: 140%; }
  .empty span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 4px; }
    @media (max-width: 1023px) {
      .empty span {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .empty span {
        line-height: normal;
        font-size: 14px; } }
  @media (max-width: 1023px) {
    .empty {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .empty {
      height: 230px;
      min-height: auto;
      font-size: 21px; } }
  .empty img {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .empty img {
        height: 54px; } }

.search-form {
  max-width: 480px;
  width: 100%;
  position: relative; }
  .search-form button {
    border-radius: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background-color: #00a0e3; }
  .search-form input {
    border-radius: 6px;
    border: 1px solid #d9dcee;
    height: 54px;
    width: 100%;
    color: #000;
    padding-left: 24px;
    padding-right: 74px; }
    .search-form input::-webkit-input-placeholder {
      color: #363636;
      opacity: 0.6; }
    .search-form input::-moz-placeholder {
      color: #363636;
      opacity: 0.6; }
    .search-form input:-ms-input-placeholder {
      color: #363636;
      opacity: 0.6; }
    .search-form input::-ms-input-placeholder {
      color: #363636;
      opacity: 0.6; }
    .search-form input::placeholder {
      color: #363636;
      opacity: 0.6; }

.groups__items {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px; }
  @media (max-width: 1023px) {
    .groups__items {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .groups__items {
      grid-template-columns: 1fr;
      gap: 16px; } }

.groups__item {
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  border: 1px solid #d9dcee;
  border-radius: 10px;
  padding: 40px 24px; }
  .groups__item-name {
    line-height: 140%;
    color: #fff;
    max-width: 60%;
    margin-bottom: 16px; }
  .groups__item img {
    width: 100%;
    height: 305px;
    -o-object-fit: contain;
       object-fit: contain; }

.mod-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .mod-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .mod-info img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0; }
    @media (max-width: 1023px) {
      .mod-info img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  .mod-info ul {
    font-size: 14px;
    list-style: none; }
    .mod-info ul:not(:last-child) {
      margin-right: 80px; }
      @media (max-width: 1199px) {
        .mod-info ul:not(:last-child) {
          margin-right: 54px; } }
      @media (max-width: 767px) {
        .mod-info ul:not(:last-child) {
          margin-right: 0;
          margin-bottom: 16px; } }
    .mod-info ul p:first-child {
      white-space: nowrap;
      opacity: 0.5;
      margin-right: 8px; }
    .mod-info ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .mod-info ul li:not(:last-child) {
      margin-bottom: 16px; }
  .mod-info .col {
    width: 100%;
    /*border-left: 1px solid #d9dcee;
    padding-left: 48px;
    margin-left: 48px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .mod-info .col {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #d9dcee; } }
    @media (max-width: 767px) {
      .mod-info .col {
        margin-top: 32px;
        padding-top: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.modifications-page .form-row--three {
  margin-bottom: 0; }

.modifications-page .white-box__head {
  padding-bottom: 0;
  border-bottom: none; }

.modifications-page .nice-select {
  border: 1px solid #d9dcee;
  height: 54px;
  background-color: #fff; }

.modifications__list {
  padding-top: 40px; }
  @media (max-width: 1199px) {
    .modifications__list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 16px; } }
  @media (max-width: 1023px) {
    .modifications__list {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .modifications__list {
      grid-template-columns: 1fr; } }
  .modifications__list:not(:last-child) {
    margin-bottom: 40px; }

.modifications__item {
  width: 100%;
  padding: 24px 40px;
  border-radius: 10px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  border: 1px solid #d9dcee; }
  @media (max-width: 767px) {
    .modifications__item {
      padding: 24px; } }
  .modifications__item:not(:last-child) {
    margin-bottom: 14px; }
    @media (max-width: 1199px) {
      .modifications__item:not(:last-child) {
        margin-bottom: 0; } }
  .modifications__item ul {
    font-size: 14px;
    /*opacity: 0.5;*/
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 1199px) {
      .modifications__item ul {
        gap: 8px;
        grid-template-columns: 1fr; } }
  .modifications__item-name {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700; }

.serial {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #d6d9ee; }
  .serial.hide {
    display: none; }
  .serial__text {
    max-width: 90%;
    line-height: 150%;
    opacity: 0.5;
    font-size: 14px;
    margin-top: 24px; }
    @media (max-width: 1023px) {
      .serial__text {
        max-width: 100%; } }

.serial-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9dcee;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .serial-box {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: none;
      width: 100%; } }
  .serial-box input {
    max-width: 480px;
    width: 100%;
    border: none; }
    @media (max-width: 767px) {
      .serial-box input {
        border: 1px solid #d9dcee; } }
  .serial-box form {
    min-width: 480px;
    width: 100%; }
    @media (max-width: 767px) {
      .serial-box form {
        min-width: auto; } }
  .serial-box .custom-select {
    margin-left: 4px;
    width: 180px; }
    @media (max-width: 767px) {
      .serial-box .custom-select {
        margin-left: 0;
        width: 100%;
        margin-bottom: 16px; } }
  .serial-box .nice-select {
    border-radius: 6px;
    height: 44px;
    border: none;
    background-color: #edeffc; }
    @media (max-width: 767px) {
      .serial-box .nice-select {
        height: 54px; } }

.empty--small {
  min-height: 300px; }
  @media (max-width: 767px) {
    .empty--small {
      min-height: auto; } }

.models__list {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px; }
  @media (max-width: 1199px) {
    .models__list {
      grid-template-columns: repeat(6, 1fr); } }
  @media (max-width: 1023px) {
    .models__list {
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 767px) {
    .models__list {
      grid-template-columns: 1fr 1fr; } }

.models__item {
  height: 64px;
  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: 1px solid #d6d9ee;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  color: #00a0e3;
  font-weight: 600;
  border-radius: 10px; }

.filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .filter-row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .filter-row .input {
    width: 245px; }
    @media (max-width: 767px) {
      .filter-row .input {
        width: 100%; } }
    .filter-row .input input {
      border-radius: 10px; }
  .filter-row .custom-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 200px; }
    @media (max-width: 1199px) {
      .filter-row .custom-select {
        min-width: 200px; } }
    @media (max-width: 767px) {
      .filter-row .custom-select {
        min-width: auto;
        width: 100%;
        max-width: none;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; } }
  .filter-row ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .filter-row ul li:not(:last-child) {
      margin-right: 16px; }
      @media (max-width: 767px) {
        .filter-row ul li:not(:last-child) {
          margin-right: 0;
          margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .filter-row ul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .filter-row .checkbox-container {
    padding-left: 32px; }

.account-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px; }
  @media (max-width: 1023px) {
    .account-wrapper {
      grid-template-columns: 1fr; } }
  .account-wrapper:not(:last-child) {
    margin-bottom: 40px; }
  .account-wrapper .col {
    border-radius: 10px;
    padding: 40px 44px;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6);
            box-shadow: 0px 4px 50px 0px rgba(217, 220, 238, 0.6); }
    .account-wrapper .col:last-child {
      background-position: bottom right;
      background-size: contain;
      background-repeat: no-repeat; }
    @media (max-width: 1023px) {
      .account-wrapper .col {
        padding: 32px 24px; } }
  .account-wrapper .col--big {
    overflow: hidden;
    position: relative;
    grid-column: 1/3;
    min-height: 300px; }
    @media (max-width: 1023px) {
      .account-wrapper .col--big {
        grid-column: 1/2; } }
    @media (max-width: 767px) {
      .account-wrapper .col--big {
        padding-bottom: 284px; } }
    .account-wrapper .col--big img {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1; }
      @media (max-width: 1199px) {
        .account-wrapper .col--big img {
          max-width: 90%; } }
      @media (max-width: 1023px) {
        .account-wrapper .col--big img {
          max-width: 135%;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          top: 2%;
          right: -24%; } }
      @media (max-width: 767px) {
        .account-wrapper .col--big img {
          top: auto;
          bottom: 0;
          right: 0;
          max-width: 100%;
          width: 100%; } }
    .account-wrapper .col--big .account-box__info {
      max-width: 78%; }
      @media (max-width: 767px) {
        .account-wrapper .col--big .account-box__info {
          max-width: 100%; } }
    .account-wrapper .col--big .hide-content {
      max-width: 505px; }
      @media (max-width: 1023px) {
        .account-wrapper .col--big .hide-content {
          max-width: 390px; } }
      @media (max-width: 767px) {
        .account-wrapper .col--big .hide-content {
          max-width: 100%; } }
  .account-wrapper .sale {
    color: #00a0e3;
    font-size: 120px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .account-wrapper .sale {
        font-size: 90px; } }
  .account-wrapper .form__box:not(:last-child) {
    margin-bottom: 40px; }
  .account-wrapper .input:not(:last-child) {
    margin-bottom: 16px; }
  .account-wrapper .btn {
    width: 220px; }
    @media (max-width: 767px) {
      .account-wrapper .btn {
        width: 100%; } }
  .account-wrapper .form-tel li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px; }
  .account-wrapper .form-tel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .account-wrapper .form-tel br {
      display: none; }
  .account-wrapper .checkbox-container {
    font-size: 14px; }

@media (max-width: 767px) {
  .col.account-box--sale {
    background-position: 40px 100% !important;
    padding-bottom: 100px; } }

.account-box__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px; }
  .account-box__title span {
    display: block;
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px; }

.account-box__comment {
  font-size: 14px;
  margin-top: 40px;
  color: #363636;
  line-height: 140%;
  max-width: 450px; }

.account-box__info {
  margin-bottom: 24px;
  list-style: none;
  line-height: 140%; }
  .account-box__info li {
    display: grid;
    grid-template-columns: minmax(auto, 0.3fr) 1fr;
    font-size: 14px; }
    @media (max-width: 767px) {
      .account-box__info li {
        grid-template-columns: 1fr;
        gap: 0; } }
    .account-box__info li:not(:last-child) {
      margin-bottom: 8px; }
    .account-box__info li p:first-child {
      opacity: 0.5; }

.account-box__info--big li {
  gap: 24px;
  grid-template-columns: minmax(auto, 0.7fr) 1fr; }
  @media (max-width: 767px) {
    .account-box__info--big li {
      grid-template-columns: 1fr;
      gap: 0; } }

.account-box .hide-content {
  display: none; }
  .account-box .hide-content.show {
    display: block; }

.account-box .show-content.hide {
  display: none; }

.account-box--custom ul {
  margin-bottom: 40px; }

.account-box__text {
  font-size: 14px;
  opacity: 0.5;
  line-height: 150%;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9dcee;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .account-box__text {
      padding-bottom: 24px;
      margin-bottom: 24px; } }

.tree {
  overflow: auto;
  list-style: none; }
  .tree .no-border {
    border-color: transparent !important; }
    .tree .no-border .tree__item {
      border-color: transparent !important; }
  .tree > li.link {
    padding-top: 16px;
    padding-left: 10px;
    font-weight: 500; }
    .tree > li.link:not(:last-child) {
      border-bottom: 1px solid #d9dcee;
      padding-bottom: 16px; }
  .tree > li.active > .tree__item {
    border-radius: 6px;
    background-color: #00a0e3;
    color: #fff;
    border-color: transparent; }
    .tree > li.active > .tree__item::after {
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .tree .tree__item {
    position: relative;
    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;
    line-height: 140%;
    font-weight: 500;
    padding: 16px 10px;
    -webkit-transition: color 0.3s, border 0.3s, background 0.3s;
    -o-transition: color 0.3s, border 0.3s, background 0.3s;
    transition: color 0.3s, border 0.3s, background 0.3s;
    border-bottom: 1px solid #d9dcee; }
    .tree .tree__item::after {
      content: "";
      display: block;
      border: solid #000;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-right: 10px;
      -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; }
  .tree a#current {
    color: #00a0e3; }
  .tree li {
    cursor: pointer; }
    .tree li.active > .tree__item::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .tree ul {
    padding-left: 20px;
    list-style: none;
    border-bottom: 1px solid #d9dcee;
    display: none; }
    .tree ul ul {
      padding-left: 10px; }
      .tree ul ul a {
        width: 100%;
        padding: 16px 10px;
        border-bottom: 1px solid #d9dcee; }
      .tree ul ul li:last-child a {
        border-bottom: none; }
    .tree ul li {
      font-size: 15px; }
      .tree ul li .tree__item {
        font-weight: 400; }
      .tree ul li:last-child .tree__item {
        border: none; }
    .tree ul > li.active > .tree__item {
      border-radius: 6px;
      background-color: #edeffc;
      border-color: transparent; }
      .tree ul > li.active > .tree__item::after {
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg); }

.article__date {
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 24px; }

.article__hero {
  margin-bottom: 40px; }
  .article__hero img {
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .article__hero img {
        max-height: 300px; } }

.text-box .grid {
  display: grid;
  grid-template-columns: 2fr 1fr; }
  @media (max-width: 1023px) {
    .text-box .grid {
      grid-template-columns: 1fr; } }
  .text-box .grid img {
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .text-box .grid img {
        margin: 0 auto; } }

.article__menu {
  padding: 40px 64px;
  background-color: #edeffc;
  margin-bottom: 64px;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .article__menu {
      padding: 40px 24px; } }
  .article__menu ul {
    line-height: 140%;
    margin-top: 16px;
    list-style: none; }
    .article__menu ul li:not(:last-child) {
      margin-bottom: 16px; }
    .article__menu ul a {
      text-decoration: underline; }
    .article__menu ul ul {
      margin-left: 24px; }
  .article__menu-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px; }

.compare__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px; }
  @media (max-width: 1199px) {
    .compare__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      overflow-x: auto; } }
  .compare__items .product-slide {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .compare__items .product-slide {
        margin-bottom: 24px;
        padding: 74px 16px 24px 16px; } }
  @media (max-width: 767px) {
    .compare__items .btn,
    .compare__items .btn-border {
      padding: 0;
      font-size: 14px; } }
  @media (max-width: 767px) {
    .compare__items .product-slide__price {
      font-size: 18px;
      display: block; } }
  @media (max-width: 767px) {
    .compare__items .product-slide__price span {
      font-size: 14px;
      display: block;
      margin-top: 4px; } }
  @media (max-width: 767px) {
    .compare__items .product-slide__name {
      max-width: 100%;
      font-size: 14px; } }
  @media (max-width: 1199px) {
    .compare__items .col {
      min-width: calc(33.333% - 10px); } }
  @media (max-width: 767px) {
    .compare__items .col {
      min-width: calc(48% - 5px); } }

.compare-list {
  list-style: none;
  padding: 24px 0 24px 48px;
  border-left: 1px solid #d9dcee; }
  @media (max-width: 1023px) {
    .compare-list {
      padding: 24px; } }
  .compare-list span {
    font-size: 14px;
    display: block;
    opacity: 0.5;
    margin-bottom: 8px; }
  .compare-list li:not(:last-child) {
    margin-bottom: 16px; }

.card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1199px) {
    .card-wrapper {
      grid-template-columns: 0.7fr 1fr; } }
  @media (max-width: 1023px) {
    .card-wrapper {
      grid-template-columns: 1fr; } }
  .card-wrapper > .col:first-child {
    border-radius: 10px;
    border: 1px solid #d9dcee;
    padding: 24px 0; }
    .card-wrapper > .col:first-child img {
      margin: 0 auto;
      /*width: calc(100% - 48px);*/
      width: 100%;
      max-width: 560px; }
      @media (max-width: 1023px) {
        .card-wrapper > .col:first-child img {
          max-height: 380px;
          -o-object-fit: contain;
             object-fit: contain; } }

.card-first {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d9dcee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  @media (max-width: 767px) {
    .card-first {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .card-first.hide {
    display: none; }
  .card-first .btn {
    width: 155px;
    height: 44px; }
    @media (max-width: 767px) {
      .card-first .btn {
        width: 100%; } }

.card-box:not(:last-child) {
  margin-bottom: 10px; }

.card-number {
  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: 6px;
  background-color: #edeffc;
  color: #06032d;
  font-size: 24px;
  font-weight: 700;
  min-height: 80px;
  width: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 767px) {
    .card-number {
      font-size: 16px;
      width: 54px;
      min-height: auto;
      height: 54px; } }

.card-name {
  padding-right: 16px;
  line-height: 140%;
  color: #363636; }
  .card-name span {
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 4px;
    display: block; }

.card-price {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap; }

.card-second {
  display: none;
  -webkit-box-shadow: 0px 4px 50px 0px #d6d9ee;
          box-shadow: 0px 4px 50px 0px #d6d9ee;
  padding: 24px;
  border-radius: 10px; }
  .card-second.show {
    display: block; }
  .card-second .card-number {
    margin-right: 24px;
    width: 108px;
    min-height: 58px; }
  .card-second .product-slide {
    padding: 0;
    border: none; }
  .card-second .product-slide__status {
    margin-bottom: 18px; }
  .card-second .product-slide__name {
    margin-bottom: 4px; }
  .card-second .product-slide__price {
    margin-bottom: 16px; }
  .card-second .quantity-controls__container {
    margin-bottom: 27px; }
  .card-second .product__characteristics {
    list-style: none;
    padding-top: 24px;
    border-top: 1px solid #d9dcee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    opacity: 1;
    gap: 16px 32px; }
    @media (max-width: 767px) {
      .card-second .product__characteristics {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .card-second .product__characteristics p:first-child {
      opacity: 0.5;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .card-second .product__characteristics p:first-child {
          margin-right: 0;
          margin-bottom: 4px; } }
    .card-second .product__characteristics li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 767px) {
        .card-second .product__characteristics li {
          display: block; } }

.card-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .card-body .col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  @media (max-width: 767px) {
    .card-body .col:first-child {
      display: none; } }
  @media (max-width: 767px) {
    .card-body {
      display: block; } }

.card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px; }
  .card-head .btn-border {
    width: 155px;
    height: 44px; }

.card-label {
  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;
  height: 44px;
  border-radius: 10px;
  background-color: #f6dd00;
  font-weight: 600;
  padding: 0 24px;
  min-width: 108px; }

.card-other {
  padding-top: 24px; }
  .card-other .card-first {
    border: none;
    padding: 0; }
  @media (max-width: 767px) {
    .card-other .card-box:not(:last-child) {
      margin-bottom: 24px; } }
  .card-other .card-number {
    opacity: 0; }
    @media (max-width: 767px) {
      .card-other .card-number {
        display: none; } }

.card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .card-actions {
      display: block; } }
  .card-actions .btn {
    margin-right: 16px; }
    @media (max-width: 767px) {
      .card-actions .btn {
        margin-right: 0;
        width: 100%;
        margin-bottom: 16px; } }
  .card-actions button:last-child {
    opacity: 0.5;
    text-decoration: underline;
    font-size: 14px; }
    @media (max-width: 767px) {
      .card-actions button:last-child {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; } }

.card-other__title {
  position: relative;
  text-align: center; }
  .card-other__title p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 24px;
    background-color: #fff;
    margin-bottom: 16px; }
  .card-other__title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d9dcee;
    left: 0;
    right: 0;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.card-box--custom {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d9dcee; }
  .card-box--custom .card-first {
    padding: 0;
    border: none; }

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .more:hover {
    background-color: transparent; }
  .white-box .btn-border:hover {
    opacity: 0.5; }
  .groups__item:hover {
    border-color: #00a0e3; }
  button.quantity-controls__dec:hover,
  button.quantity-controls__inc:hover {
    background-color: transparent; }
    button.quantity-controls__dec:hover::after, button.quantity-controls__dec:hover::before,
    button.quantity-controls__inc:hover::after,
    button.quantity-controls__inc:hover::before {
      background-color: #00a0e3; }
  .account-pages a:hover {
    color: #00a0e3; }
  .application__item a:hover {
    color: rgba(0, 0, 0, 0.6); }
  .manufacturers__item:hover {
    border-color: #00a0e3; }
  .results-pdf__item:hover {
    border-color: #00a0e3; }
  .modifications__item:hover {
    border-color: #00a0e3; }
  .models__item:hover {
    border-color: #00a0e3; }
  .results-page:hover {
    border-color: #00a0e3; }
  .results-groups__item:hover {
    border-color: #00a0e3; }
  .catalog__list a:hover {
    color: rgba(0, 0, 0, 0.6); }
  .product-slide .btn-border:hover {
    opacity: 0.5; }
  .pagination___item:not(.current):hover {
    color: #00a0e3; }
  .header__actions a:hover {
    background-color: #edeffc; }
  .footer-body .col:nth-child(3) a:hover {
    color: rgba(255, 255, 255, 0.6); }
  .link:hover {
    color: rgba(255, 255, 255, 0.6); }
  .contacts__box ul a:hover {
    color: rgba(255, 255, 255, 0.6); }
  .contacts__box:last-child ul a:hover {
    opacity: 0.5; }
  .footer-bottom a:hover {
    opacity: 1; }
  .footer-body .col:last-child ul a:hover {
    opacity: 0.5; }
  .footer__menu a:hover {
    color: rgba(255, 255, 255, 0.6); }
  .top-product__link:hover {
    background-color: #00a0e3; }
  .tabs .radio-name:hover {
    color: rgba(255, 255, 255, 0.6); }
  .product-slide__actions button:hover {
    background-color: #edeffc; }
  .spares-motors__item:hover .spares-motors__item-logo {
    background-color: #06032d; }
  .slider-wrapper--products .swiper-button-next:hover,
  .slider-wrapper--products .swiper-button-prev:hover {
    color: #00a0e3; }
  .btn:hover {
    color: #00a0e3;
    background-color: transparent; }
    .btn:hover svg path {
      fill: #00a0e3; }
  .hero-slide .btn:hover {
    border-color: #fff;
    color: #fff; }
    .hero-slide .btn:hover svg path {
      fill: #fff; }
  .header-menu ul a:hover {
    color: rgba(255, 255, 255, 0.6); }
  /*.header-menu ul li:first-child a:hover {
    background-color: #f6dd00;
    color: #000; }
    .header-menu ul li:first-child a:hover svg path {
      fill: #000 !important; }*/
  .header-top a:hover {
    color: rgba(0, 0, 0, 0.6); }
  .footer__copyright-oxbox a:hover {
    color: #000; }
  .footer__copyright-oxbox a:hover::after {
    -webkit-animation: DevLogo 2s infinite;
    animation: DevLogo 2s infinite; }
  .checkbox-container:hover input ~ .checkmark {
    border-color: #00a0e3; }
  .text-content a:hover {
    opacity: 0.5; }
  .breadcrumbs ul a:hover {
    opacity: 0.5; } }

.revealOnScroll {
  opacity: 0; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  aniamtion-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.flipX {
  -webkit-animation-name: flipX;
          animation-name: flipX; }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    opacity: 1; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@media screen and (max-width: 767px) {
  .revealOnScroll {
    opacity: 1; } }
