@charset "UTF-8";
/** THEME COLOURS */
/** MEDIA BREAKPOINTS */
/*
USE TEMPLATE
.classname {
   @include transition(width, linear, .2s);
}
*/
:root {
  --height-1vh: 1vh;
  --height-100vh: 100vh;
  --height-1dvh: 1dvh;
  --height-100dvh: 100dvh; }

html {
  font-size: 16px;
  background: #181818; }

body {
  background: #ffffff;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif; }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

picture {
  display: block; }

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

figure.media {
  display: block; }

svg.hidden {
  display: block;
  width: 0 !important;
  height: 0 !important; }

svg.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important; }

a, a:hover, a:active, a:focus {
  outline: none; }

.clearfix {
  clear: both; }

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

body {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  overflow-x: hidden !important; }
  body #page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-top: 100px; }
  body.main-page #page-content {
    padding-top: 0; }
  @media (max-width: 992px) {
    body.opened {
      overflow-y: hidden; } }

#page-header {
  position: relative;
  z-index: 35; }

#page-content {
  position: relative;
  z-index: 25; }
  #page-content:after {
    content: "";
    clear: both; }

#page-footer {
  position: relative;
  z-index: 30; }

section.section-block {
  position: relative;
  z-index: 3; }

a.phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px; }
  a.phone .quote {
    font-weight: 500; }

.slider-navigation .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(244, 244, 244, 0.16);
  background: transparent;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }
  .slider-navigation .swiper-button .ic {
    fill: #FF5100;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
  .slider-navigation .swiper-button:hover {
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    background: #FF5100;
    border-color: #FF5100 !important; }
    .slider-navigation .swiper-button:hover .ic {
      fill: #ffffff;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }

.page-error-404 {
  min-height: 760px;
  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;
  padding: 40px 0; }
  .page-error-404 .section-error .container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-error-404 .section-error span {
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 24px; }
  .page-error-404 .section-error .title {
    font-size: 62px;
    text-align: center;
    color: #FF5100;
    font-weight: 900;
    line-height: 1; }
  @media (max-width: 580px) {
    .page-error-404 {
      min-height: 450px; } }

body.main-page #page-header .header-top {
  background: linear-gradient(171deg, rgba(0, 0, 0, 0.72) 6.07%, rgba(0, 0, 0, 0) 92.8%); }

body.single-article-page #page-header .header-top {
  background: linear-gradient(171deg, rgba(0, 0, 0, 0.72) 6.07%, rgba(0, 0, 0, 0) 92.8%); }

body.fancybox-active {
  overflow: hidden; }

#page-header .header-top {
  position: fixed;
  top: 0;
  width: 100dvw;
  z-index: 90;
  background: #000B24;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }
  #page-header .header-top.scrolled {
    background: #000B24 !important;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
  #page-header .header-top > .container {
    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;
    padding-top: 25px;
    padding-bottom: 17px;
    gap: 10px; }
  #page-header .header-top .logo-wrap {
    width: 156px; }

#page-header .header-bottom {
  background: #24084e; }
  #page-header .header-bottom > .container {
    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;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 16px; }

#page-header .head-qty {
  position: absolute;
  z-index: 2;
  top: -4px;
  right: -4px;
  height: 21px;
  min-width: 21px;
  padding: 2px 3px;
  border-radius: 999px;
  border: 2px solid;
  font-size: 13px;
  line-height: 1;
  text-align: center; }
  #page-header .head-qty:empty {
    display: none; }

#page-header .header-btn {
  position: relative;
  z-index: 1;
  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;
  cursor: pointer;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #24084e; }
  #page-header .header-btn:focus {
    background: #24084e;
    color: #ffffff; }
  @media (pointer: fine) {
    #page-header .header-btn:hover {
      background: #24084e;
      color: #ffffff; } }
  #page-header .header-btn .head-qty {
    border-color: #24084e;
    background: #ffffff;
    color: #24084e; }

#page-header .header-btn-inverse {
  position: relative;
  z-index: 1;
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff; }
  #page-header .header-btn-inverse:focus {
    background: #ffffff;
    color: #000000; }
  @media (pointer: fine) {
    #page-header .header-btn-inverse:hover {
      background: #ffffff;
      color: #000000; } }

#page-header .side-menu-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.04);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  #page-header .side-menu-switcher .ic {
    fill: #ffffff;
    width: 48px;
    height: 48px; }
  @media (pointer: fine) {
    #page-header .side-menu-switcher:hover {
      cursor: pointer; } }

#page-header .bnt-nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }

@media (max-width: 992px) {
  #page-header .header-pages-nav {
    display: none; } }

@media (max-width: 768px) {
  #page-header .cellphones-dropdown-wrap {
    display: none; }
  #page-header .nav-languages-dropdown-wrap {
    display: none; } }

.header-pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  .header-pages-nav .nav-link {
    padding: 3px 20px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
    @media (pointer: fine) {
      .header-pages-nav .nav-link:hover {
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        color: #FF5100; } }

#page-header .cellphones-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px; }
  #page-header .cellphones-list .phone {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: #6337a6; }

#page-header .cellphones-dropdown-wrap {
  position: relative;
  z-index: 1;
  padding-right: 30px; }
  #page-header .cellphones-dropdown-wrap .cellphone-main {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic {
      cursor: pointer;
      margin-left: 5px; }
      #page-header .cellphones-dropdown-wrap .cellphone-main .ic.active {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  #page-header .cellphones-dropdown-wrap .cellphone-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    #page-header .cellphones-dropdown-wrap .cellphone-main-wrapper .cellphone-main-icon {
      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: 40px;
      height: 40px;
      -ms-flex-preferred-size: 40px;
          flex-basis: 40px;
      border-radius: 100%;
      border: 1px solid #FF5100; }
      #page-header .cellphones-dropdown-wrap .cellphone-main-wrapper .cellphone-main-icon .ic {
        margin: 0;
        fill: #ffffff;
        width: 20px;
        height: 20px; }
    #page-header .cellphones-dropdown-wrap .cellphone-main-wrapper .cellphone-main-title {
      color: #ffffff;
      font-size: 14px;
      line-height: 1.28;
      margin-bottom: 4px; }
    #page-header .cellphones-dropdown-wrap .cellphone-main-wrapper .cellphone-main-phone * {
      color: #ffffff;
      font-size: 20px;
      font-weight: 500;
      line-height: 1; }
  #page-header .cellphones-dropdown-wrap .phone {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: #6337a6; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    gap: 5px;
    padding: 5px;
    margin-top: 5px;
    background: #ffffff;
    border: 1px solid #24084e;
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 1; }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    z-index: 5;
    font-size: 20px;
    width: 48px;
    height: 48px; }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 54px;
    left: 0;
    right: 0;
    padding: 4px;
    gap: 2px;
    min-width: 48px;
    background: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 8px; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    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;
    text-align: center;
    text-decoration: none;
    color: #020B25;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 40px;
    height: 40px;
    font-size: 14px;
    background: #ffffff;
    border-radius: 4px; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      background: #FF5100;
      color: #ffffff; }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: #FF5100;
        color: #ffffff; } }

#page-header .nav-languages-inline-wrap .nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px; }

#page-header .nav-languages-inline-wrap .nav-languages-link {
  color: #181818; }

#page-header .nav-languages-inline-wrap .nav-languages-active {
  color: #24084e;
  font-weight: bold;
  cursor: default; }

.header-side-menu {
  border-radius: 24px 0 0 24px;
  background: url("../img/bck-details/drop-1.svg") no-repeat 100% 10%, url("../img/bck-details/drop-2.svg") no-repeat 99% 50%, url("../img/bck-details/drop-3.svg") no-repeat 96% 96%, url("../img/bck-details/drop-4.svg") no-repeat 70% 96%, url("../img/bck-details/drop-5.svg") no-repeat 50% 6%, url("../img/bck-details/drop-6.svg") no-repeat 40% 86%, url("../img/bck-details/drop-7.svg") no-repeat 10% 3%, url("../img/bck-details/drop-8.svg") no-repeat 12% 100%, url("../img/bck-details/drop-9.svg") no-repeat 40% 100%, url("../img/bck-details/drop-10.svg") no-repeat 30% 0, rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(90px);
          backdrop-filter: blur(90px);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  padding: 90px 64px 45px 80px;
  max-width: 1040px;
  width: 100%;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto; }
  .header-side-menu.opened {
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .header-side-menu .header-side-menu-flex {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header-side-menu .header-side-menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.04);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    top: 25px;
    right: calc(64px); }
    .header-side-menu .header-side-menu-close .ic {
      fill: #ffffff;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    @media (pointer: fine) {
      .header-side-menu .header-side-menu-close:hover {
        cursor: pointer; }
        .header-side-menu .header-side-menu-close:hover .ic {
          -webkit-transition: all ease-in 0.3s;
          transition: all ease-in 0.3s;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
  .header-side-menu .header-side-menu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.04); }
    .header-side-menu .header-side-menu-row .header-side-menu-col {
      width: 100%; }
  .header-side-menu .nav-catalog-list {
    padding: 0;
    list-style-type: none; }
    .header-side-menu .nav-catalog-list a {
      color: #ffffff;
      display: block;
      padding: 8px 20px;
      border-radius: 4px;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.8;
      /* 180% */
      letter-spacing: 0.4px;
      text-transform: uppercase;
      border-width: 1px;
      border-style: solid;
      -o-border-image: linear-gradient(to left, #ffffff, rgba(153, 50, 204, 0)) 1;
         border-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(153, 50, 204, 0))) 1;
         border-image: linear-gradient(to left, #ffffff, rgba(153, 50, 204, 0)) 1;
      margin-bottom: 16px;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }
      @media (pointer: fine) {
        .header-side-menu .nav-catalog-list a:hover {
          cursor: pointer;
          text-decoration: none;
          color: #FF5100;
          -o-border-image: linear-gradient(to left, #FF5100FF, #FF5100FF) 1;
             border-image: -webkit-gradient(linear, right top, left top, from(#FF5100FF), to(#FF5100FF)) 1;
             border-image: linear-gradient(to left, #FF5100FF, #FF5100FF) 1;
          -webkit-transition: all ease-in 0.3s;
          transition: all ease-in 0.3s; } }
  .header-side-menu .footer-contacts .footer-contacts-info:first-child {
    border-top: 0;
    padding-top: 0; }
  .header-side-menu .footer-contacts .footer-contacts-info:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .header-side-menu .footer-contacts .info-icon {
    background: #ffffff;
    min-width: 48px; }
    .header-side-menu .footer-contacts .info-icon .ic {
      fill: #FF5100; }
  .header-side-menu .messengers-list {
    margin-top: 24px; }
  .header-side-menu .header-side-menu-logo-mob {
    display: none; }
  .header-side-menu .header-side-menu-lang {
    display: none; }
  @media (max-width: 768px) {
    .header-side-menu {
      border-radius: 0;
      background: url("../img/bck-details/drop-1.svg") no-repeat 100% 10%, url("../img/bck-details/drop-2.svg") no-repeat 99% 50%, url("../img/bck-details/drop-3.svg") no-repeat 96% 96%, url("../img/bck-details/drop-5.svg") no-repeat 50% 6%, url("../img/bck-details/drop-6.svg") no-repeat 40% 86%, url("../img/bck-details/drop-8.svg") no-repeat 12% 100%, url("../img/bck-details/drop-10.svg") no-repeat 30% 0, #131313;
      padding: 16px; }
      .header-side-menu .header-side-menu-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px; }
      .header-side-menu .header-side-menu-logo-desktop {
        display: none; }
      .header-side-menu .header-side-menu-logo-mob {
        display: block; }
      .header-side-menu .nav-catalog-list a {
        font-size: 14px;
        margin-bottom: 8px; }
      .header-side-menu .footer-contacts .footer-contacts-info .info-icon {
        background: rgba(255, 255, 255, 0.04); }
        .header-side-menu .footer-contacts .footer-contacts-info .info-icon .ic {
          fill: #ffffff; }
      .header-side-menu .footer-contacts .info-content {
        font-size: 14px !important; }
      .header-side-menu .header-side-menu-close {
        position: static; }
      .header-side-menu .header-side-menu-row {
        padding-top: 30px; }
      .header-side-menu .header-side-menu-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: 20px; }
        .header-side-menu .header-side-menu-head .logo-wrap {
          width: 130px; }
      .header-side-menu .messengers-list {
        padding-bottom: 30px; }
      .header-side-menu .header-side-menu-lang {
        display: block; }
        .header-side-menu .header-side-menu-lang .nav-languages-dropdown-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 8px; }
        .header-side-menu .header-side-menu-lang .current-language {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 40px;
          padding: 8px 12px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 8px;
          border: 0;
          color: #ffffff;
          background: #FF5100;
          width: 103px; }
        .header-side-menu .header-side-menu-lang .nav-languages-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 40px;
          padding: 8px 12px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 8px;
          border: 0;
          color: #ffffff;
          background: rgba(255, 255, 255, 0.04);
          width: 103px; }
        .header-side-menu .header-side-menu-lang .nav-languages {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 6px; } }

.header-side-menu-overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: -1;
  -webkit-transition: background-color ease-in .1s;
  transition: background-color ease-in .1s; }

.header-side-menu-overlay.opened {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 98;
  visibility: visible;
  -webkit-transition: background-color ease-in .1s;
  transition: background-color ease-in .1s;
  opacity: 1; }

#page-footer .scroll-content-footer {
  background: #021099; }
  #page-footer .scroll-content-footer .scrolling-text-content {
    color: #ffffff; }

#page-footer .footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../img/bck-details/footer-nut-1.svg") no-repeat 95% 80%, url("../img/bck-details/footer-nut-2.svg") no-repeat 57% 50%, url("../img/bck-details/footer-nut-3.svg") no-repeat 22% 40%, url("../img/bck-details/footer-bolt.svg") no-repeat 33% 30%, url("../img/bck-details/footer-rec.svg") no-repeat 47% 130%, url("../img/bck-details/left-nut.svg") no-repeat 0 60%, #021099; }
  #page-footer .footer-top .footer-space-col {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    height: 100%; }
  #page-footer .footer-top .messengers-title {
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-transform: uppercase; }
  #page-footer .footer-top .footer-nav-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  @media (max-width: 992px) {
    #page-footer .footer-top {
      padding-top: 20px; }
      #page-footer .footer-top .logo-wrap {
        margin-bottom: 32px; }
      #page-footer .footer-top .footer-nav-wrap {
        margin-bottom: 48px; }
      #page-footer .footer-top .footer-social-mobile {
        border-top: 1px solid rgba(255, 255, 255, 0.12); } }

#page-footer .footer-nav {
  max-width: 250px; }
  #page-footer .footer-nav .nav-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
  #page-footer .footer-nav .nav-link {
    padding: 5px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    /* 175% */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    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; }
    #page-footer .footer-nav .nav-link:hover .icon {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }
    #page-footer .footer-nav .nav-link .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #FF5100;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 0;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s;
      visibility: hidden; }
      #page-footer .footer-nav .nav-link .icon svg {
        width: 6px;
        height: 8px; }

#page-footer .footer-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #000F9F;
  color: #ffffff; }
  #page-footer .footer-bottom > .container {
    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; }
  #page-footer .footer-bottom .copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 0.28px; }
  @media (max-width: 576px) {
    #page-footer .footer-bottom .copyright {
      font-size: 10px; } }

#page-footer .payments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  #page-footer .payments-list img {
    height: 30px; }

#page-footer .fenix-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 500; }
  #page-footer .fenix-copyright svg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: .4; }
    #page-footer .fenix-copyright svg path {
      fill: #ffffff; }
  #page-footer .fenix-copyright:focus {
    text-shadow: 0 0 0; }
    #page-footer .fenix-copyright:focus svg {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  #page-footer .fenix-copyright a {
    color: rgba(255, 255, 255, 0.4);
    max-width: 76px;
    font-size: 14px;
    line-height: 1.2; }
    #page-footer .fenix-copyright a:hover {
      text-decoration: none; }
  @media (pointer: fine) {
    #page-footer .fenix-copyright:hover {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:hover svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }

.footer-contacts .footer-contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .footer-contacts .footer-contacts-info:last-child {
    border-bottom: 0; }

.footer-contacts .info-icon {
  background: #FF5100;
  width: 48px;
  min-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;
  border-radius: 100%; }
  .footer-contacts .info-icon .ic {
    fill: #ffffff;
    width: 24px;
    min-width: 24px;
    height: 24px; }

.footer-contacts .footer-contacts-info .info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #F4F4F4;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase; }

.footer-contacts .footer-contacts-info .info-content {
  margin-top: 5px; }
  .footer-contacts .footer-contacts-info .info-content a {
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
  .footer-contacts .footer-contacts-info .info-content a:hover {
    color: #FF5100;
    text-decoration: none;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }

.footer-contacts .footer-contacts-info .phone, .footer-contacts .footer-contacts-info .email {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500; }

.footer-contacts .footer-contacts-info.phones .info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer-contacts .footer-contacts-info.address .info-content {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }
  .footer-contacts .footer-contacts-info.address .info-content:hover {
    color: #FF5100;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }

.form-style:not(.form-style-popup) {
  width: 100%;
  background: url("../img/bck-details/form1.svg") no-repeat 100% 90%, url("../img/bck-details/form-2.svg") no-repeat 96% 5%, url("../img/bck-details/form-3.svg") no-repeat 15px 15px, #ffffff;
  padding: 48px;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04); }

.form-group-row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px; }
  .form-group-row .form-group {
    width: 100%;
    margin-bottom: 0 !important; }

.form-style input:-webkit-autofill,
.form-style input:-webkit-autofill:hover,
.form-style input:-webkit-autofill:focus,
.form-style textarea:-webkit-autofill,
.form-style textarea:-webkit-autofill:hover,
.form-style textarea:-webkit-autofill:focus,
.form-style select:-webkit-autofill,
.form-style select:-webkit-autofill:hover,
.form-style select:-webkit-autofill:focus {
  color: #181818 !important;
  -webkit-text-fill-color: #181818;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.form-style .form-title {
  text-align: center;
  margin-bottom: 10px;
  color: #020B25;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px; }

.form-style .form-note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px; }

.form-style .form-alert {
  margin-bottom: 10px;
  color: orange;
  border: 1px solid orange;
  padding: 5px 15px;
  border-radius: 4px; }

.form-style .form-group {
  position: relative; }

.form-style .form-group:not(:last-child),
.form-style .form-row-group:not(:last-child) {
  margin-bottom: 10px; }

.form-style .form-label {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 16px; }
  .form-style .form-label .required {
    color: red; }

.form-style .form-control:not(.jq-selectbox) {
  min-height: 40px;
  padding: 4px 15px;
  background: #ffffff;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  color: #181818;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #989898; }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: red; }

.form-style textarea.form-control {
  height: 145px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px; }

.form-style .form-error {
  display: block;
  margin: 0;
  padding: 2px 0;
  color: red;
  font-size: 12px; }

.form-style .btn-submit {
  margin: 15px auto 0;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  padding: 0 40px;
  color: #ffffff;
  background: #FF5100;
  border: 1px solid #FF5100;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; }
  .form-style .btn-submit:focus {
    color: #FF5100;
    background: #ffffff; }
  @media (pointer: fine) {
    .form-style .btn-submit:hover {
      color: #FF5100;
      background: #ffffff; } }

.form-style a {
  color: #FF5100;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .form-style a:focus, .form-style a.current, .form-style a.active {
    color: #FF5100; }
  @media (pointer: fine) {
    .form-style a:hover {
      color: #FF5100; } }

.form-style .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.form-style .iti--separate-dial-code .iti__selected-flag,
.form-style .iti__country.iti__highlight {
  background-color: transparent !important; }

.form-style .iti {
  position: relative;
  z-index: 1;
  width: 100%; }
  .form-style .iti .iti__selected-flag {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 0 6px 0 24px;
    height: 40px; }
  .form-style .iti .iti__flag {
    scale: 1.333;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: unset; }
  .form-style .iti .iti__arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff; }
  .form-style .iti .iti__arrow--up {
    border-top: none;
    border-bottom: 6px solid #ffffff; }
  .form-style .iti.iti--allow-dropdown .iti__flag-container,
  .form-style .iti.iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: 0;
    top: 100%; }
  .form-style .iti .iti__flag-box {
    margin-right: 15px; }
  .form-style .iti .iti__selected-dial-code {
    font-size: 16px;
    margin-left: 14px; }
  .form-style .iti .iti--separate-dial-code .iti__selected-dial-code, .form-style .iti .iti__arrow {
    margin-left: 11px; }
  .form-style .iti .form-control.input-tel {
    padding-left: 130px !important; }
  .form-style .iti .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 0 0 0 20px;
    padding: 14px;
    padding-top: 20px;
    margin-top: -20px;
    white-space: normal; }

.form-style .jq-selectbox.form-control .jq-selectbox__select {
  height: 40px;
  min-height: 40px;
  width: 100%;
  padding: 4px 40px 4px 15px;
  background: #ffffff;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  color: #181818;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }

.form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
  border: 1px solid #F4F4F4;
  border-radius: 0 0 5px 5px;
  overflow: hidden; }

.form-style .custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 31px;
  /*input[type="checkbox"]:focus ~ .checkbox {
            box-shadow: 0 0 0 0.25rem fade($color-white, 40%);
        }*/ }
  .form-style .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-style .custom-checkbox .checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 0;
    margin-right: 8px;
    margin-top: 2px;
    background: transparent;
    border: 1px solid #ffffff; }
  .form-style .custom-checkbox .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%; }
  .form-style .custom-checkbox input[type="checkbox"]:checked ~ .checkbox {
    background-repeat: no-repeat;
    background-position: center;
    border-color: #24084e;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.66667 7L9 1' stroke='%23D050E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  @media (max-width: 991.98px) {
    .form-style .custom-checkbox {
      margin-top: 20px; }
      .form-style .custom-checkbox .checkbox {
        margin-right: 14px; }
      .form-style .custom-checkbox .text {
        font-size: 12px;
        line-height: 150%; }
        .form-style .custom-checkbox .text br {
          content: "A";
          position: relative;
          display: inline-block;
          width: 0.3em; } }

.form-style .form-group.confirm-group {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding-left: 20px; }
  .form-style .form-group.confirm-group a {
    text-decoration: underline; }
  @media (max-width: 991.98px) {
    .form-style .form-group.confirm-group {
      padding-left: 0;
      font-size: 12px;
      line-height: 150%; } }

.iti-mobile .iti--container {
  z-index: 199992;
  inset: 21px; }
  .iti-mobile .iti--container .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 16px;
    padding: 14px;
    white-space: normal; }

.form-style-popup {
  width: 100%; }

.fancybox-container.form-popup .fancybox-content {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #1c1c1c;
          box-shadow: 2px 2px 10px #1c1c1c;
  width: 100%;
  max-width: 400px; }

.auth-form-container {
  max-width: 400px;
  margin: 100px auto; }

.form-style .additional-chose {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem; }

.form-style .login-by-social {
  margin-top: 12px; }
  .form-style .login-by-social .title {
    position: relative;
    text-align: center;
    font-size: 1rem; }
    .form-style .login-by-social .title span {
      position: relative;
      z-index: 2;
      color: #696969;
      background: white;
      padding: 0 10px; }
    .form-style .login-by-social .title:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      background: #696969;
      height: 1px;
      width: 100%; }
  .form-style .login-by-social .sign-in-socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 10px;
    margin-top: 13px; }
    .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      padding: 7px 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      text-decoration: none;
      border-radius: 100px;
      border: 1px solid #696969;
      background: #ffffff; }
      .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social .text {
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        color: #181818; }

.password-view-wrap {
  position: relative; }
  .password-view-wrap .form-control {
    padding-right: 50px; }
  .password-view-wrap .password-view-toggle {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    color: #696969;
    cursor: pointer; }
    .password-view-wrap .password-view-toggle svg.ic {
      width: 20px;
      height: 20px; }
  .password-view-wrap .form-control[type=text] ~ .password-view-toggle {
    color: green; }

.form-search {
  position: relative;
  z-index: 1; }
  .form-search .form-group {
    margin: 0; }
  .form-search .search-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    background: #ffffff; }

:root {
  --breadcrumbs-height: 44px; }

.breadcrumbs-wrap {
  position: relative;
  z-index: 5;
  height: var(--breadcrumbs-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .breadcrumbs-wrap .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item {
      line-height: 140%;
      color: #6B6B6B;
      font-size: 16px; }
      .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item:not(:first-child):before {
        display: inline-block;
        margin-left: 7px;
        margin-right: 3px;
        content: "";
        width: 10px;
        height: 10px;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGlkPSJFbGxpcHNlIDc3IiBjeD0iMiIgY3k9IjIiIHI9IjIiIGZpbGw9IiNGRjUxMDAiLz4KPC9zdmc+Cg==");
        background-repeat: no-repeat;
        background-position: center; }
    .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item {
      text-decoration: none; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item span {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:focus span {
        color: #FF5100; }
      @media (pointer: fine) {
        .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:hover span {
          color: #FF5100; } }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item-main {
      color: #FF5100;
      font-weight: 600; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item-last {
      cursor: default;
      color: #adadad; }

@media (max-width: 991.98px) {
  :root {
    --breadcrumbs-height: 30px; } }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  background-color: transparent;
  border: 1px solid;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .btn .btn-text {
    vertical-align: middle; }

.btn {
  height: 45px;
  padding: 16px 40px;
  font-size: 16px;
  border-radius: 50px; }
  .btn.btn-small {
    min-height: 35px;
    font-size: 14px; }
  .btn.btn-big {
    min-height: 55px;
    font-size: 18px; }
  .btn.btn-biggest {
    min-height: 65px;
    font-size: 20px; }
  @media (max-width: 1449.98px) {
    .btn {
      min-height: 35px;
      padding: 4px 20px;
      font-size: 15px;
      border-radius: 999px; }
      .btn.btn-small {
        min-height: 25px;
        font-size: 13px; }
      .btn.btn-big {
        min-height: 45px;
        font-size: 16px; }
      .btn.btn-biggest {
        min-height: 55px;
        font-size: 18px; } }

.btn-default {
  background: #FF5100;
  color: #ffffff;
  border: 2px solid #FF5100; }
  @media (pointer: fine) {
    .btn-default:hover {
      background: #ffffff;
      color: #FF5100; } }
  .btn-default:focus {
    background: #ffffff;
    color: #FF5100;
    -webkit-box-shadow: 0 0 0 0.25rem fade(#FF5100, 40%);
            box-shadow: 0 0 0 0.25rem fade(#FF5100, 40%); }

.btn-gray {
  background: #a6a6a6;
  color: #000000;
  border: 2px solid #a6a6a6; }
  @media (pointer: fine) {
    .btn-gray:hover {
      border-color: #000000; } }
  .btn-gray:focus {
    border-color: #000000; }

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  border: 0 none;
  padding: 0; }

.btn-link {
  color: #24084e; }

.loader-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.loader {
  width: 100px;
  height: 60px;
  position: relative;
  margin: 20px auto;
  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; }
  .loader span {
    display: block;
    width: 8px;
    height: 40px;
    background-color: #181818; }
    .loader span:not(:last-child) {
      margin-right: 5px; }
    .loader span:nth-child(1) {
      -webkit-animation: loader-grow 1s ease-in-out infinite;
              animation: loader-grow 1s ease-in-out infinite; }
    .loader span:nth-child(2) {
      -webkit-animation: loader-grow 1s ease-in-out 0.15s infinite;
              animation: loader-grow 1s ease-in-out 0.15s infinite; }
    .loader span:nth-child(3) {
      -webkit-animation: loader-grow 1s ease-in-out 0.30s infinite;
              animation: loader-grow 1s ease-in-out 0.30s infinite; }
    .loader span:nth-child(4) {
      -webkit-animation: loader-grow 1s ease-in-out 0.45s infinite;
              animation: loader-grow 1s ease-in-out 0.45s infinite; }

@-webkit-keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

@keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

.map-iframe-wrap iframe {
  width: 100%;
  height: 456px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 24px; }
  @media (max-width: 576px) {
    .map-iframe-wrap iframe {
      height: 240px; } }

#messageDialog {
  padding: 48px;
  border-radius: 24px;
  -webkit-box-shadow: 2px 2px 10px #1c1c1c;
          box-shadow: 2px 2px 10px #1c1c1c;
  width: 100%;
  max-width: 713px;
  background: url("../img/bck-details/screw.svg") no-repeat 95% 91%, url("../img/bck-details/drop-7.svg") no-repeat 13% 98%, url("../img/bck-details/drop-7.svg") no-repeat 33% 23%, #ffffff; }
  #messageDialog .popup-title {
    color: #020B25;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    /* 120% */
    text-transform: uppercase; }
  #messageDialog .popup-message {
    padding-top: 10px;
    color: #6B6B6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; }
  #messageDialog .fancybox-close-small {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E8E8E880;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
    top: 10px;
    right: 10px; }

.pagination-wrap {
  margin: 30px 0; }
  .pagination-wrap .load-more {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination-wrap .load-more [disabled] {
      -webkit-animation: load_mode_spinner 2s linear infinite;
              animation: load_mode_spinner 2s linear infinite; }
  @media (max-width: 1199.98px) {
    .pagination-wrap {
      margin: 25px 0; } }
  @media (max-width: 991.98px) {
    .pagination-wrap {
      margin: 20px 0; } }
  @media (max-width: 767.98px) {
    .pagination-wrap {
      margin: 20px 0; }
      .pagination-wrap .load-more {
        padding-bottom: 15px; } }

.pagination {
  padding: 0;
  margin: 0;
  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;
  gap: 16px; }
  .pagination .page-item {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%; }
    .pagination .page-item a {
      position: relative;
      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: 64px;
      height: 64px;
      padding: 1px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      background: transparent;
      border-radius: 100%;
      border: 1px solid;
      text-decoration: none; }
    .pagination .page-item.page-gap span {
      display: inline-block;
      cursor: default;
      -webkit-transform: translateY(24px);
          -ms-transform: translateY(24px);
              transform: translateY(24px);
      letter-spacing: 0.2rem;
      padding: 0 0 0 2px; }
    .pagination .page-item.disabled a {
      pointer-events: none;
      cursor: default; }
  @media (max-width: 1199.98px) {
    .pagination .page-item a {
      width: 54px;
      height: 54px; }
    .pagination .page-item.page-gap span {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }
  @media (max-width: 767.98px) {
    .pagination {
      margin: 26px 0; }
      .pagination .page-item a {
        width: 48px;
        height: 48px; }
      .pagination .page-item.page-gap span {
        -webkit-transform: translateY(17px);
            -ms-transform: translateY(17px);
                transform: translateY(17px); } }

@-webkit-keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media (min-width: 992px) {
  body, * {
    scrollbar-color: #FF5100 #ffffff;
    scrollbar-width: thin; }
  ::-webkit-scrollbar {
    width: 7px;
    height: 7px; }
  ::-webkit-scrollbar-button {
    width: 7px;
    height: 7px; }
    ::-webkit-scrollbar-button:vertical:start {
      background: #ffffff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 571.083 322"><path d="M571 286q0-14-10-25L311 11Q300 0 286 0t-25 11L11 261Q0 272 0 286t11 25q11 11 25 11h500q14 0 25-11t10-25z"/></svg>') no-repeat center center;
      background-size: 5px 5px;
      display: none; }
    ::-webkit-scrollbar-button:vertical:end {
      background: #ffffff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 571.083 322"><path d="M571 286q0-14-10-25L311 11Q300 0 286 0t-25 11L11 261Q0 272 0 286t11 25q11 11 25 11h500q14 0 25-11t10-25z"/></svg>') no-repeat center center;
      background-size: 5px 5px;
      display: none; }
    ::-webkit-scrollbar-button:horizontal:start {
      background: #ffffff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322 571.083"><path d="M286 .083q-14 0-25 10l-250 250q-11 11-11 25t11 25l250 250q11 11 25 11t25-11q11-11 11-25v-500q0-14-11-25t-25-10z"/></svg>') no-repeat center center;
      background-size: 5px 5px;
      display: none; }
    ::-webkit-scrollbar-button:horizontal:end {
      background: #ffffff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322 571.083"><path d="M36 .083q14 0 25 10l250 250q11 11 11 25t-11 25l-250 250q-11 11-25 11t-25-11q-11-11-11-25v-500q0-14 11-25t25-10z"/></svg>') no-repeat center center;
      background-size: 5px 5px;
      display: none; }
  ::-webkit-scrollbar-track {
    background: #ffffff; }
  ::-webkit-scrollbar-track-piece {
    background: #ffffff; }
  ::-webkit-scrollbar-thumb {
    background: #FF5100;
    border-radius: 0; }
  ::-webkit-scrollbar-corner {
    background: #ffffff; } }

.section-title,
.page-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.96px;
  color: #020B25;
  text-transform: uppercase; }
  @media (max-width: 1449.98px) {
    .section-title,
    .page-title {
      font-size: 48px; } }
  @media (max-width: 1199.98px) {
    .section-title,
    .page-title {
      line-height: 1.2;
      font-size: 46px; } }
  @media (max-width: 991.98px) {
    .section-title,
    .page-title {
      font-size: 42px; } }
  @media (max-width: 767.98px) {
    .section-title,
    .page-title {
      font-size: 28px; } }
  @media (max-width: 575.98px) {
    .section-title,
    .page-title {
      font-size: 28px; }
      .section-title br,
      .page-title br {
        content: "A";
        position: relative;
        display: inline-block;
        width: 0.3em; } }

.page-title {
  text-transform: uppercase; }

.text-formatted {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 12px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-weight: 500;
    line-height: 1.15;
    color: #020B25;
    letter-spacing: 0.8px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):first-child {
      margin-top: 0; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
        margin-top: 2em; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 24px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 15px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 40px;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.8px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 24px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    line-height: 1.12;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.64px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 17px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 16px; } }
  .text-formatted h4, .text-formatted .h4 {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 500; }
  .text-formatted a {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: none; }
    @media (pointer: fine) {
      .text-formatted a:hover {
        text-shadow: 0 0 0;
        text-decoration: underline; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 20px; }
  .text-formatted p {
    position: relative;
    color: #6B6B6B; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 2px solid;
    padding-left: 1em; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    border-radius: var(--br) 0;
    vertical-align: unset; }
    .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]) {
      display: block; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 0.4em; }
    .text-formatted ul:not(.list) ul, .text-formatted ul:not(.list) ol,
    .text-formatted ol:not(.list) ul,
    .text-formatted ol:not(.list) ol {
      margin-top: 0.6em;
      margin-left: 1.3em; }
  .text-formatted ol:not(.list) {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: step-counter; }
    .text-formatted ol:not(.list) > li {
      position: relative;
      list-style-type: none;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".", decimal-leading-zero) ".";
        display: inline-block;
        min-width: 0.75em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 1em;
        margin-right: 0.4em;
        font-weight: bold; }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 0;
      content: "●";
      display: inline-block;
      min-width: 0.9em;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 0.4em; }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0;
    font-size: 12px;
    line-height: 133%; }
    .text-formatted table img {
      margin: auto; }
    .text-formatted table th,
    .text-formatted table td {
      padding: 15px 15px;
      text-align: left;
      border: none; }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center;
      font-weight: bold;
      border-bottom: 1px solid; }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.text-formatted {
  color: #181818; }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, .text-title, .text-sub-title) {
    color: #181818; }
  .text-formatted a {
    color: #24084e; }
    .text-formatted a:after {
      background: #24084e; }
    @media (pointer: fine) {
      .text-formatted a:hover {
        color: #6337a6; }
        .text-formatted a:hover:after {
          background: #6337a6; } }
  .text-formatted hr {
    border-bottom-color: #24084e; }
  .text-formatted ol > li:before {
    color: #24084e; }
  .text-formatted ul > li:before {
    color: #24084e; }
  .text-formatted blockquote {
    border-left-color: #24084e; }
  .text-formatted table thead td,
  .text-formatted table th {
    border-color: #24084e; }

.section-main .main-slider-list {
  height: 100dvh; }
  .section-main .main-slider-list img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100dvh; }

.section-main .main-slider-section .content-wrap-flex {
  width: 100%;
  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; }

.section-main .main-slider-section .content-wrap {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: var(--bootstrap-container);
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px; }
  .section-main .main-slider-section .content-wrap .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    max-width: 850px;
    color: #ffffff;
    line-height: 1.12;
    padding-bottom: 14px; }
  .section-main .main-slider-section .content-wrap .description {
    max-width: 750px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 10px; }

.section-main .main-slider-section .main-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px; }

.section-main .main-slider-section .main-carousel-nav {
  z-index: 4;
  position: absolute;
  right: 0;
  bottom: 40px; }

.section-main .main-slider-section .main-swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(244, 244, 244, 0.16);
  background: transparent;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s; }
  .section-main .main-slider-section .main-swiper-button:hover {
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    background: #FF5100;
    background-color: #FF5100; }
  .section-main .main-slider-section .main-swiper-button.main-swiper-button-next {
    background: #FF5100;
    background-color: #FF5100; }
  .section-main .main-slider-section .main-swiper-button .ic {
    fill: #ffffff; }

.section-main .main-slider-section .swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  left: calc(100% - 30px);
  width: 20px;
  position: absolute;
  bottom: 320px; }
  .section-main .main-slider-section .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #ffffff;
    width: 5px;
    height: 5px; }
  .section-main .main-slider-section .swiper-pagination .swiper-pagination-bullet-active {
    background: #FF5100;
    width: 8px;
    height: 8px; }

@media (max-width: 1200px) {
  .section-main .main-slider-section .swiper-pagination {
    position: static;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px; }
  .section-main .main-slider-section .main-slider-navigation {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .section-main .main-slider-section .main-carousel-nav {
    position: static; }
  .section-main .main-slider-section .navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: -60px; } }

@media (max-width: 768px) {
  .section-main .main-slider-list {
    height: 100%; }
  .section-main .main-slider-section .content-wrap {
    margin-bottom: 80px; }
    .section-main .main-slider-section .content-wrap .title {
      font-size: 40px; }
    .section-main .main-slider-section .content-wrap .description {
      font-size: 14px; } }

.messengers-list nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 12px; }

.messengers-list .messengers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }
  .messengers-list .messengers-item:hover {
    text-decoration: none; }
    .messengers-list .messengers-item:hover .footer-messengers-item-name {
      text-decoration: none;
      color: #FF5100;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }

.messengers-list .footer-messengers-item-name {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }

.messengers-list .messengers-title {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
  text-transform: uppercase; }

.scroll-content {
  overflow-x: hidden;
  white-space: nowrap;
  width: 100%;
  background: #ffffff; }
  .scroll-content .container-scroll {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .scroll-content .scrolling-text {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83), -webkit-transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    color: #020B25; }
  .scroll-content .scrolling-text-copy {
    display: none; }
  .scroll-content .scrolling-text-content {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83), -webkit-transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    line-height: 1em;
    margin: 20px 0;
    padding: 0 10px;
    color: #020B25;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap; }
    .scroll-content .scrolling-text-content img {
      display: inline-block;
      margin: 0 10px;
      position: relative; }
    @media (max-width: 520px) {
      .scroll-content .scrolling-text-content {
        font-size: 16px;
        margin: 5px 0; } }

.section-comparison-scrollbar {
  position: sticky;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 0;
  margin-bottom: 30px;
  background: #f3f7ff; }
  .section-comparison-scrollbar .compare-scroll {
    width: 100%;
    overflow: hidden;
    height: 1px; }
  .section-comparison-scrollbar .compare-scroll-wrap {
    overflow: auto; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-track {
      background: #ffffff;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-thumb {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }

.compare-bottom-scroll-hide {
  position: relative;
  width: 100%; }
  .compare-bottom-scroll-hide:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    background: #f3f7ff;
    height: 30px;
    left: 0;
    width: 100%;
    bottom: 100%; }

.section-comparison {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px; }
  .section-comparison.touch:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-comparison .compare-product-head {
    margin-bottom: 40px; }
  .section-comparison .compare-warning {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .compare-warning p {
      margin: 0 0 16px;
      font-size: 15px;
      line-height: 18px;
      color: #333333; }
  .section-comparison .product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .product-main .product-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 16px 0 0;
      max-width: 104px; }
      .section-comparison .product-main .product-image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .section-comparison .product-main .product-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(100% - 120px); }
      .section-comparison .product-main .product-info .product-title {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        color: #333333;
        max-width: 300px;
        margin: 0 0 10px;
        padding-right: 30px; }
      .section-comparison .product-main .product-info .rating {
        margin: 0 0 13px; }
      .section-comparison .product-main .product-info .price {
        font-size: 25px;
        line-height: 29px;
        font-weight: 700; }
      .section-comparison .product-main .product-info .product-footer {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .section-comparison .product-main .js-close {
      position: absolute;
      right: 17px;
      top: 17px; }
  .section-comparison .compare-attribute-row {
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-top: 32px;
    margin-bottom: 32px; }
    .section-comparison .compare-attribute-row span {
      display: inline-block;
      position: sticky;
      left: 0; }
  .section-comparison .compare-product {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    margin-bottom: 16px; }
  .section-comparison .compare-value {
    font-size: 14px;
    line-height: 17px;
    color: #333333; }

.comparison-heading .comparison-container {
  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; }

.comparison-heading .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comparison-heading .buttons-wrap .btn-show-differences {
    margin-left: 30px; }

.comparison-heading .add-model {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .comparison-heading .add-model .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5; }
  .comparison-heading .add-model .icon {
    background: #181818;
    border-radius: 2px;
    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;
    min-width: 34px;
    min-height: 34px; }

.comparison-heading .btn-show-differences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .comparison-heading .btn-show-differences .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5;
    min-width: 130px;
    text-align: right; }
  .comparison-heading .btn-show-differences .icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-radius: 2px;
    overflow: hidden; }
  .comparison-heading .btn-show-differences .icon {
    width: 34px;
    height: 32px;
    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: relative;
    background: #ffffff;
    border: 1px solid #e3e8f3; }
  .comparison-heading .btn-show-differences:not(.active) .text._differences {
    display: none; }
  .comparison-heading .btn-show-differences:not(.active) .icon._differences {
    border-color: #181818;
    background: #181818; }
  .comparison-heading .btn-show-differences.active .text._all {
    display: none; }
  .comparison-heading .btn-show-differences.active .icon._all {
    border-color: #181818;
    background: #181818; }

.comparison-nav {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .comparison-nav .nav-toggle {
    padding: 10px 15px;
    text-transform: none;
    border: 1px solid rgba(51, 51, 51, 0.2);
    min-height: 45px;
    font-size: 22px;
    line-height: 1.3; }
    .comparison-nav .nav-toggle .count {
      margin-left: 10px;
      color: #1561ff; }
    .comparison-nav .nav-toggle.sub-in:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../img/blue-arr-down.svg") no-repeat center;
      background-size: 20px;
      margin-left: 10px; }
  .comparison-nav .nav-menu {
    display: none;
    background: white;
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin-top: -1px; }
    .comparison-nav .nav-menu .nav-item {
      display: block;
      padding: 10px 0;
      margin: 0 15px;
      font-size: 16px; }
      .comparison-nav .nav-menu .nav-item:not(:last-child) {
        border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
      @media (pointer: fine) {
        .comparison-nav .nav-menu .nav-item:hover {
          color: #181818; } }
  .comparison-nav.active .nav-toggle.sub-in:after {
    background: url("../img/close-ico.svg") no-repeat center;
    background-size: 18px; }
  .comparison-nav.active .nav-menu {
    display: block; }
  @media (max-width: 767px) {
    .comparison-nav .nav-toggle {
      font-size: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.section-comparison .viewport-padding {
  min-width: calc((100% - 1170px) / 2); }

.section-comparison .compare-attribute-row span {
  left: calc((100% - 1170px) / 2);
  max-width: 1170px; }

.section-comparison .compare-row > * {
  width: 570px; }
  .section-comparison .compare-row > *:not(:first-child) {
    margin-left: 30px; }

@media (max-width: 1229px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 930px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 930px) / 2);
    max-width: 930px; }
  .section-comparison .compare-row > * {
    width: 450px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 30px; } }

@media (max-width: 991px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 690px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 690px) / 2);
    max-width: 690px; }
  .section-comparison .compare-row > * {
    width: 335px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 20px; } }

@media (max-width: 767px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 510px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 510px) / 2);
    max-width: 510px; }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 575px) {
  .section-comparison .viewport-padding {
    min-width: 15px; }
  .section-comparison .compare-attribute-row span {
    left: 15px;
    max-width: calc(100vw - 30px); }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 991px) {
  .section-comparison .product-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-comparison .product-main .product-image {
      height: 103px;
      margin: 0 0 24px; }
    .section-comparison .product-main .product-info {
      width: 100%; }
      .section-comparison .product-main .product-info .product-title {
        padding-right: 0; }
  .section-comparison .compare-attribute-row {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px; }
  .comparison-heading .comparison-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .comparison-heading .buttons-wrap {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-comparison-scrollbar {
    display: none; } }

@media (max-width: 767px) {
  .section-comparison .product-main {
    padding: 39px 6px 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .section-comparison .product-main .product-info .product-title {
      font-size: 12px;
      line-height: 15px;
      margin: 0 0 17px;
      min-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .section-comparison .product-main .product-info .rating {
      margin: 0 0 9px; }
    .section-comparison .product-main .product-info .price {
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 8px; }
    .section-comparison .product-main .product-info .product-footer {
      -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; }
      .section-comparison .product-main .product-info .product-footer .btn-default btn-small {
        width: 100%; }
    .section-comparison .product-main .js-close {
      right: 9px;
      top: 9px; }
      .section-comparison .product-main .js-close img {
        max-width: 14px; }
  .section-comparison .compare-warning {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 6px 10px; }
    .section-comparison .compare-warning .btn-default btn-small {
      width: 100%; }
    .section-comparison .compare-warning p {
      text-align: center;
      margin: 0 0 121px; }
  .section-comparison .compare-attribute-row {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .section-comparison .compare-product {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px; }
  .comparison-heading .buttons-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .comparison-heading .buttons-wrap .add-model {
      margin: 0 0 15px; }
    .comparison-heading .buttons-wrap .btn-show-differences {
      margin: 0; } }

body #page-content.page-about {
  padding-top: 0; }

.section_about-first-screen {
  position: relative;
  height: 100vh; }
  .section_about-first-screen .section-about-img img {
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }
  .section_about-first-screen .section-about-content {
    position: absolute;
    z-index: 3;
    top: 42%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .section_about-first-screen .section-about-title {
    color: #ffffff;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .section_about-first-screen .section-about-description {
    width: 100%;
    max-width: 865px; }
    .section_about-first-screen .section-about-description p {
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.42;
      color: #ffffff; }
  @media (max-width: 992px) {
    .section_about-first-screen {
      height: auto; }
      .section_about-first-screen .section-about-content {
        position: static;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        padding: 120px 15px 60px 15px; }
        .section_about-first-screen .section-about-content .section-about-title {
          font-size: 40px; } }

.section_faq {
  background: url("../img/bck-details/drop-2.svg") no-repeat 75% 97%, url("../img/bck-details/drop-3.svg") no-repeat 83% 22%, url("../img/bck-details/drop-6.svg") no-repeat 16% -3%, url("../img/bck-details/drop-8.svg") no-repeat -1% 100%, url("../img/bck-details/footer-bolt.svg") no-repeat 77% 12%, url("../img/bck-details/footer-nut-2.svg") no-repeat 54% 24%, url("../img/bck-details/footer-bolt.svg") no-repeat 24% 105%, url("../img/bck-details/footer-bolt.svg") no-repeat 84% 102%, url("../img/bck-details/footer-nut-left.svg") no-repeat 0 34%, url("../img/bck-details/footer-nut-sm.svg") no-repeat 48% 83%, #000F9F;
  padding: 120px 0; }
  .section_faq .section-title {
    color: #ffffff;
    padding-bottom: 42px; }
  @media (max-width: 992px) {
    .section_faq {
      padding: 60px 0; }
      .section_faq .section-title {
        padding-bottom: 24px; } }

.faq-list .faq-heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px; }

.faq-list .faq-heading-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  min-width: 56px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }
  .faq-list .faq-heading-icon .ic {
    fill: #ffffff;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
  .faq-list .faq-heading-icon:hover {
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    background: #FF5100; }
    .faq-list .faq-heading-icon:hover .ic {
      fill: #ffffff;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }

.faq-list .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  min-width: 56px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }

.faq-list .faq-item {
  margin-bottom: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  padding: 16px; }
  .faq-list .faq-item.active .icon-wrap {
    background: #FF5100;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
  .faq-list .faq-item.active .faq-heading-icon .ic {
    fill: #ffffff;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
  .faq-list .faq-item.active .faq-answer {
    padding-top: 24px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }

.faq-list .faq-question {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0; }

.faq-list .faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }
  .faq-list .faq-answer .image-wrap {
    min-width: 528px; }
  .faq-list .faq-answer .text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 80px; }

@media (max-width: 992px) {
  .faq-list .faq-heading-title {
    gap: 12px; }
  .faq-list .faq-question.h3 {
    font-size: 20px; }
  .faq-list .faq-heading-icon {
    width: 40px;
    min-width: 40px;
    height: 40px; }
    .faq-list .faq-heading-icon svg {
      width: 16px; }
  .faq-list .icon-wrap {
    width: 40px;
    min-width: 40px;
    height: 40px; }
    .faq-list .icon-wrap svg {
      width: 16px; }
  .faq-list .faq-answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .faq-list .faq-answer .text {
      padding: 0;
      font-size: 14px; }
    .faq-list .faq-answer .image-wrap img {
      display: block;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

@media (max-width: 520px) {
  .faq-list .faq-question.h3 {
    font-size: 16px; } }

.section_about-items {
  background: url("../img/bck-details/dark-1.svg") no-repeat 87% 15%, url("../img/bck-details/dark-2.svg") no-repeat 84% 92%, url("../img/bck-details/dark-3.svg") no-repeat 74% 99%, url("../img/bck-details/dark-4.svg") no-repeat 74% 0, url("../img/bck-details/dark-5.svg") no-repeat 71% 85%, url("../img/bck-details/dark-6.svg") no-repeat 31% 85%, #FAFAFA;
  padding: 120px 0; }
  .section_about-items .about-company-row {
    padding-top: 42px; }
  .section_about-items .padded-top-col {
    padding-top: 140px; }
  .section_about-items .about-company-item {
    background: #ffffff;
    border-radius: 24px;
    border: 2px solid #ffffff;
    padding: 32px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04), 2px 2px 0 rgba(255, 81, 0, 0);
            box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04), 2px 2px 0 rgba(255, 81, 0, 0);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
    .section_about-items .about-company-item:hover {
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s;
      -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04), 2px 2px 0 rgba(255, 81, 0, 0.7);
              box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04), 2px 2px 0 rgba(255, 81, 0, 0.7); }
    .section_about-items .about-company-item .image-wrap img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .section_about-items .about-company-item .title {
      color: #020B25;
      font-size: 32px;
      font-weight: 500;
      line-height: 1.18;
      letter-spacing: 0.64px;
      text-transform: uppercase;
      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: 16px; }
    .section_about-items .about-company-item .description {
      color: #4F4F4F;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 24px; }
  .section_about-items .about-btn {
    margin-top: 50px; }
  .section_about-items .about-slider-mobile {
    display: none; }
  @media (max-width: 992px) {
    .section_about-items {
      padding: 60px 0; }
      .section_about-items .about-company-item {
        padding: 20px; }
        .section_about-items .about-company-item .title {
          font-size: 20px; }
        .section_about-items .about-company-item .description {
          font-size: 14px; } }
  @media (max-width: 768px) {
    .section_about-items .about-company-row {
      display: none; }
    .section_about-items .about-slider-mobile {
      display: block;
      margin-top: 24px; }
      .section_about-items .about-slider-mobile .about-slider-mobile-nav {
        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; }
        .section_about-items .about-slider-mobile .about-slider-mobile-nav .swiper-button {
          background: #FF5100; }
          .section_about-items .about-slider-mobile .about-slider-mobile-nav .swiper-button .ic {
            fill: #ffffff; }
        .section_about-items .about-slider-mobile .about-slider-mobile-nav .slider-navigation {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 4px; }
      .section_about-items .about-slider-mobile .swiper-pagination {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 8px;
        position: static;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%; }
        .section_about-items .about-slider-mobile .swiper-pagination .swiper-pagination-bullet {
          opacity: 1;
          background-color: #ECECEC;
          width: 5px;
          height: 5px; }
        .section_about-items .about-slider-mobile .swiper-pagination .swiper-pagination-bullet-active {
          background: #FF5100;
          width: 8px;
          height: 8px; }
    .section_about-items .about-btn {
      margin-top: 20px; } }

.section_certification {
  background: url("../img/bck-details/flag-blue.svg") no-repeat 0 5%, url("../img/bck-details/flag-yellow.svg") no-repeat 100% 65%, #ffffff;
  padding: 120px 0 209px 0; }
  .section_certification .certification-container {
    padding: 32px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .section_certification .certification-item .title {
    color: #020B25;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-align: center; }
  .section_certification .certification-item a:hover {
    text-decoration: none; }
  .section_certification .certification-container-right {
    width: 265px; }
    .section_certification .certification-container-right .title {
      color: #020B25;
      font-size: 48px;
      font-weight: 500;
      line-height: 1.16;
      letter-spacing: 1.92px; }
  .section_certification .slider-navigation {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px; }
    .section_certification .slider-navigation .cert-swiper-button-prev, .section_certification .slider-navigation .cert-swiper-button-next {
      border: 1px solid #F4F4F4; }
  .section_certification .certification-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 992px) {
    .section_certification {
      padding: 60px 0; }
      .section_certification .certification-item .title {
        font-size: 20px; }
      .section_certification .certification-item a:hover {
        text-decoration: none; }
      .section_certification .certification-container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: block;
        padding: 10px;
        gap: 6px; }
        .section_certification .certification-container .certification-container-right {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
          .section_certification .certification-container .certification-container-right .title {
            font-size: 40px; }
          .section_certification .certification-container .certification-container-right .slider-navigation {
            margin: 20px 0 20px 0;
            padding: 0; } }

.section_brands {
  background: url("../img/bck-details/dark-1.svg") no-repeat 87% 15%, url("../img/bck-details/dark-2.svg") no-repeat 84% 92%, url("../img/bck-details/dark-3.svg") no-repeat 74% 99%, url("../img/bck-details/dark-4.svg") no-repeat 74% 0, url("../img/bck-details/dark-5.svg") no-repeat 71% 85%, url("../img/bck-details/dark-6.svg") no-repeat 31% 85%, #FAFAFA;
  padding: 120px 0; }
  .section_brands .section-title {
    margin-bottom: 42px; }
  .section_brands .brand-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; }
    .section_brands .brand-grid .brand-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px;
      border-radius: 24px;
      border: 2px solid transparent;
      background: #ffffff;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s;
      -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
              box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04); }
      .section_brands .brand-grid .brand-item:hover {
        border: 2px solid #FF5100;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s; }
  .section_brands .brand-show-more {
    display: none; }
  @media (max-width: 992px) {
    .section_brands {
      padding: 60px 0; }
      .section_brands .section-title {
        margin-bottom: 24px; }
      .section_brands .brand-grid {
        display: -ms-grid;
        display: grid;
        gap: 16px;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 576px) {
    .section_brands .brand-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
    .section_brands .brand-show-more {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 20px auto; } }

.section_news {
  padding: 120px 0;
  background: #FAFAFA; }
  .section_news .section-title {
    padding-bottom: 42px; }
  .section_news .left-article .article-card {
    margin-bottom: 30px; }
    .section_news .left-article .article-card img {
      display: block;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      margin-bottom: 16px; }
  .section_news .article-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
    gap: 24px; }
    .section_news .article-card-row img {
      border-radius: 20px; }
    @media (max-width: 992px) {
      .section_news .article-card-row {
        display: block; }
        .section_news .article-card-row .article-img {
          margin-bottom: 20px;
          display: block; }
          .section_news .article-card-row .article-img img {
            width: 100%; } }
  .section_news .btn {
    margin-top: 40px; }
  @media (max-width: 992px) {
    .section_news {
      padding: 60px 0; }
      .section_news .btn {
        margin-top: 20px; } }

.article-ellipsis-wrap {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .article-ellipsis-wrap .article-title {
    color: #020B25;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-transform: uppercase; }
  .article-ellipsis-wrap .article-link {
    margin-top: 20px; }
    .article-ellipsis-wrap .article-link a {
      color: #020B25;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.25;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .article-ellipsis-wrap .article-link a .ic-btn {
        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: 16px;
        height: 16px;
        border: 1px solid #F4F4F4;
        border-radius: 100%;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s; }
        .article-ellipsis-wrap .article-link a .ic-btn .ic {
          -webkit-transition: all ease-in 0.3s;
          transition: all ease-in 0.3s; }
        .article-ellipsis-wrap .article-link a .ic-btn svg {
          width: 4px; }
      .article-ellipsis-wrap .article-link a:hover {
        text-decoration: none; }
        .article-ellipsis-wrap .article-link a:hover .ic-btn {
          background: #FF5100;
          -webkit-transition: all ease-in 0.3s;
          transition: all ease-in 0.3s; }
          .article-ellipsis-wrap .article-link a:hover .ic-btn .ic {
            fill: #ffffff;
            -webkit-transition: all ease-in 0.3s;
            transition: all ease-in 0.3s; }

.articles-list {
  padding-bottom: 30px; }
  .articles-list .firs-article-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #F4F4F4;
    gap: 32px; }
    .articles-list .firs-article-card .article-img {
      width: 100%;
      max-width: 640px; }
    .articles-list .firs-article-card .article-title {
      line-height: 1.25;
      font-size: 32px; }
  .articles-list .article-img img {
    border-radius: 25px;
    min-width: 225px; }
  .articles-list .article-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 32px; }
  @media (max-width: 768px) {
    .articles-list {
      padding-top: 20px; }
      .articles-list .firs-article-card {
        display: block; }
        .articles-list .firs-article-card .article-title {
          font-size: 16px;
          padding-top: 15px; }
      .articles-list .article-card {
        display: block; }
      .articles-list .article-img img {
        width: 100%; }
      .articles-list .article-title {
        padding-top: 15px; } }

.section_benefits {
  padding: 120px 0;
  background: url("../img/bck-details/dark-1.svg") no-repeat 87% 15%, url("../img/bck-details/dark-2.svg") no-repeat 84% 92%, url("../img/bck-details/dark-3.svg") no-repeat 74% 99%, url("../img/bck-details/dark-4.svg") no-repeat 74% 0, url("../img/bck-details/dark-5.svg") no-repeat 71% 85%, url("../img/bck-details/dark-6.svg") no-repeat 31% 85%, #FAFAFA; }
  .section_benefits .section-title {
    padding-bottom: 46px; }
  .section_benefits .js-utp-row .utp-item {
    display: block; }
  .section_benefits .hide.show-more-button {
    display: none; }
  .section_benefits .show-more-button {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .section_benefits .show-more-button:hover {
      cursor: pointer; }
  .section_benefits .utp-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 40px; }
    .section_benefits .utp-row .utp-item {
      border-radius: 24px;
      background: #ffffff;
      width: 100%;
      max-width: 416px;
      padding: 32px;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }
      .section_benefits .utp-row .utp-item:hover {
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        -webkit-box-shadow: 2px 2px 0 rgba(255, 81, 0, 0.7);
                box-shadow: 2px 2px 0 rgba(255, 81, 0, 0.7); }
      .section_benefits .utp-row .utp-item .image-wrap {
        margin-bottom: 30px; }
      .section_benefits .utp-row .utp-item .title {
        color: #020B25;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.58;
        letter-spacing: 0.48px;
        text-transform: uppercase; }
      .section_benefits .utp-row .utp-item .content {
        color: #6B6B6B;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42;
        padding-bottom: 12px; }
      .section_benefits .utp-row .utp-item .icon {
        min-width: 48px;
        height: 48px; }
        .section_benefits .utp-row .utp-item .icon svg {
          width: 48px;
          height: 48px; }
      .section_benefits .utp-row .utp-item .utp-item-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .section_benefits .utp-row .utp-item .utp-item-row .utp-item-col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 10px;
          color: #6B6B6B;
          font-size: 14px;
          font-weight: 400;
          line-height: 16px; }
  @media (max-width: 1200px) {
    .section_benefits .utp-row {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin-bottom: 30px; } }
  @media (max-width: 992px) {
    .section_benefits {
      padding: 60px 0; }
      .section_benefits .section-title {
        padding-bottom: 24px; }
      .section_benefits .utp-row {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        margin-bottom: 30px; }
        .section_benefits .utp-row .utp-item {
          max-width: 100%;
          padding: 20px; }
          .section_benefits .utp-row .utp-item .sub-title {
            font-size: 12px; }
          .section_benefits .utp-row .utp-item .title {
            font-size: 20px; }
          .section_benefits .utp-row .utp-item .image-wrap {
            margin-bottom: 24px; } }

.section-categories-carousel {
  background: url("../img/bck-details/drop-2.svg") no-repeat 75% 97%, url("../img/bck-details/drop-3.svg") no-repeat 83% 22%, url("../img/bck-details/drop-6.svg") no-repeat 16% -3%, url("../img/bck-details/drop-8.svg") no-repeat -1% 100%, url("../img/bck-details/footer-bolt.svg") no-repeat 77% 12%, url("../img/bck-details/footer-nut-2.svg") no-repeat 54% 24%, url("../img/bck-details/footer-bolt.svg") no-repeat 24% 105%, url("../img/bck-details/footer-bolt.svg") no-repeat 84% 102%, url("../img/bck-details/footer-nut-left.svg") no-repeat 0 34%, url("../img/bck-details/footer-nut-sm.svg") no-repeat 48% 83%, #000F9F;
  padding: 120px 0; }
  .section-categories-carousel .section-title {
    color: #ffffff; }
  .section-categories-carousel .categories-carousel {
    padding-top: 46px; }
  .section-categories-carousel .categories-carousel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px; }
  .section-categories-carousel .categories-carousel-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 16px);
            flex: 1 0 calc(50% - 16px);
    padding: 24px 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-bottom: 32px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
    .section-categories-carousel .categories-carousel-slide:hover {
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s;
      background: #FF5100;
      cursor: pointer; }
  .section-categories-carousel .padded-top-col {
    padding-top: 90px; }
  .section-categories-carousel .categories-carousel-slide-title {
    color: #ffffff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.64px;
    text-transform: uppercase; }
  .section-categories-carousel .section-categories-row {
    padding-top: 46px; }
  .section-categories-carousel .category-btn {
    margin-top: 5px; }
  @media (max-width: 992px) {
    .section-categories-carousel {
      padding: 60px 0; }
      .section-categories-carousel .categories-carousel-slide {
        padding: 16px;
        gap: 12px;
        margin-bottom: 10px; }
        .section-categories-carousel .categories-carousel-slide .categories-carousel-slide-title {
          font-size: 20px; } }
  @media (max-width: 768px) {
    .section-categories-carousel .padded-top-col {
      padding-top: 0; }
    .section-categories-carousel .section-categories-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .section-categories-carousel .category-btn {
      margin: 20px auto; } }

.section_utp-about {
  padding: 120px 0; }
  .section_utp-about .utp-about-row {
    padding-top: 42px; }
    .section_utp-about .utp-about-row :nth-child(1) .utp-about-item {
      background: url(../img/bck-details/drop-7.svg) no-repeat 87% 45%, #ffffff; }
    .section_utp-about .utp-about-row :nth-child(2) .utp-about-item {
      background: url(../img/bck-details/drop-8.svg) no-repeat 87% 100%, #ffffff; }
    .section_utp-about .utp-about-row :nth-child(3) .utp-about-item {
      background: url(../img/bck-details/drop-2.svg) no-repeat 87% 100%, #ffffff; }
    .section_utp-about .utp-about-row :nth-child(4) .utp-about-item {
      background: url(../img/bck-details/drop-7.svg) no-repeat 57% 100%, #ffffff; }
    .section_utp-about .utp-about-row :nth-child(5) .utp-about-item {
      background: url(../img/bck-details/drop-8.svg) no-repeat 87% 100%, #ffffff; }
  .section_utp-about .utp-about-item {
    padding: 32px;
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    margin-bottom: 32px;
    min-height: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    overflow: hidden; }
    .section_utp-about .utp-about-item.last-item {
      background: #000F9F;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .section_utp-about .utp-about-item.last-item img {
        margin: 0 auto;
        display: block; }
    .section_utp-about .utp-about-item .count {
      color: #000F9F;
      font-size: 72px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.11;
      text-transform: uppercase;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }
      .section_utp-about .utp-about-item .count span {
        font-size: 32px; }
    .section_utp-about .utp-about-item .description {
      color: #020B25;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.57;
      letter-spacing: 0.28px;
      text-transform: uppercase;
      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;
      gap: 10px;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }
    .section_utp-about .utp-about-item:hover {
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s;
      background-color: #FF5100 !important; }
      .section_utp-about .utp-about-item:hover .description {
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        color: #ffffff; }
      .section_utp-about .utp-about-item:hover .count {
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        color: #ffffff; }
  @media (max-width: 992px) {
    .section_utp-about {
      padding: 60px 0; } }
  @media (max-width: 576px) {
    .section_utp-about .utp-about-item {
      padding: 20px;
      min-height: 200px;
      margin-bottom: 12px; }
      .section_utp-about .utp-about-item .description {
        font-size: 14px; }
      .section_utp-about .utp-about-item .count {
        font-size: 56px; }
        .section_utp-about .utp-about-item .count span {
          font-size: 20px; } }

.section_history {
  padding: 120px 0;
  background: url("../img/bck-details/dark-1.svg") no-repeat 87% 15%, url("../img/bck-details/dark-2.svg") no-repeat 84% 92%, url("../img/bck-details/dark-3.svg") no-repeat 74% 99%, url("../img/bck-details/dark-4.svg") no-repeat 74% 0, url("../img/bck-details/dark-5.svg") no-repeat 71% 85%, url("../img/bck-details/dark-6.svg") no-repeat 31% 85%, #fbf9f9; }
  .section_history .section-title {
    padding-bottom: 42px; }
  .section_history .history-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 384px; }
  .section_history .history-description {
    max-height: 384px;
    overflow-y: auto;
    color: #6B6B6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 15px; }
  .section_history .slider-navigation {
    position: absolute;
    z-index: 33;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2px 24px; }
    .section_history .slider-navigation .history-swiper-button-next, .section_history .slider-navigation .history-swiper-button-prev {
      border-color: #ffffff; }
  .section_history .history-youtube {
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative; }
    .section_history .history-youtube .fake-navigation {
      position: absolute;
      left: 32px;
      bottom: 64px; }
  @media (max-width: 992px) {
    .section_history {
      padding: 60px 0; }
      .section_history .history-description {
        padding-bottom: 16px;
        font-size: 14px; }
      .section_history .history-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        height: auto; } }

.section_our-mission {
  padding: 120px 0;
  background: #FAFAFA; }
  .section_our-mission .section-title {
    padding-bottom: 42px; }
  .section_our-mission .section-description {
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
  .section_our-mission .block-image {
    margin-top: 30px;
    position: relative; }
  .section_our-mission .our-mission-btn {
    position: absolute;
    z-index: 4;
    right: 7%;
    top: 17%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FF5100; }
    .section_our-mission .our-mission-btn .ic {
      fill: #ffffff; }
  @media (max-width: 992px) {
    .section_our-mission {
      padding: 60px 0; }
      .section_our-mission .section-description {
        font-size: 14px; }
      .section_our-mission .section-title {
        padding-bottom: 24px; }
      .section_our-mission .our-mission-btn {
        width: 48px;
        height: 48px;
        top: 32px;
        right: 32px; }
      .section_our-mission .block-image img {
        min-height: 200px; } }

.price-wrap {
  font-weight: bold; }
  .price-wrap .old-price {
    color: #888888;
    text-decoration: line-through; }
  .price-wrap .price {
    color: #151515; }
  .price-wrap .old-price ~ .price {
    color: #dc4b47; }
  .price-wrap .old-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .price-wrap .old-price-wrap ~ .price {
    color: #dc4b47; }
  .price-wrap .discount-percents {
    padding: 4px 10px;
    border-radius: 999px;
    background: #dc4b47;
    color: #ffffff;
    font-size: 12px;
    line-height: 1; }

.qty-picker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: white;
  border: 1px solid #24084e;
  border-radius: 3px; }
  .qty-picker .minus,
  .qty-picker .plus {
    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: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .qty-picker .minus svg,
    .qty-picker .plus svg {
      width: 20px;
      height: 20px; }
  .qty-picker input {
    height: 30px;
    width: 50px;
    padding: 1px 4px;
    text-align: center;
    border: none !important;
    outline: none !important;
    background: transparent !important; }
  .qty-picker input::-webkit-outer-spin-button,
  .qty-picker input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qty-picker input[type=number] {
    -moz-appearance: textfield; }

.product-block {
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px #bebebe;
          box-shadow: 0 2px 3px #bebebe; }
  .product-block .product-img-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px; }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      display: block; }
  .product-block .product-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px; }
  .product-block .product-sku .product-sku-title {
    color: #bdbdbd; }
  .product-block .product-sku .product-sku-value {
    color: #3d3d3d;
    text-transform: uppercase; }

.product-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr;
  grid-template-columns: 500px 1fr;
  gap: 40px; }
  .product-page-grid .left-side {
    position: relative;
    z-index: 1; }

.product-gallery-sticker {
  position: relative;
  z-index: 1; }
  .product-gallery-sticker .product-stickers {
    z-index: 10; }

.product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
  display: none; }

.product-gallery .product-gallery-thumbs.swiper:not(.swiper-initialized) .gallery-thumb-slide ~ .gallery-thumb-slide {
  display: none; }

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
  position: absolute; }

.product-fast-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .product-fast-order .form-control {
    border-right: none;
    border-radius: 4px 0 0 4px; }
  .product-fast-order .btn-submit {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
    border-radius: 0 4px 4px 0; }
  .product-fast-order .form-error {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 2px 0;
    color: red;
    font-size: 12px; }

.share-friends {
  margin: 20px 0; }
  .share-friends .block-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .share-friends .socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px; }

.products-sets-wrap {
  margin: 30px 0; }
  .products-sets-wrap .sets-carousel:not(.swiper-initialized) .swiper-slide ~ .swiper-slide {
    display: none; }
  .products-sets-wrap .sets-carousel {
    margin-left: -10px;
    margin-right: -10px; }
    .products-sets-wrap .sets-carousel .swiper-slide {
      padding: 10px; }
  .products-sets-wrap .set-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 314px auto 314px auto 314px;
    grid-template-columns: 314px auto 314px auto 314px;
    gap: 20px; }
    .products-sets-wrap .set-card .plus-icon,
    .products-sets-wrap .set-card .equal-icon {
      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; }
      .products-sets-wrap .set-card .plus-icon svg,
      .products-sets-wrap .set-card .equal-icon svg {
        width: 50px;
        height: 50px; }
    .products-sets-wrap .set-card .summary-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 2px 3px #bebebe;
              box-shadow: 0 2px 3px #bebebe; }
      .products-sets-wrap .set-card .summary-block .summary-title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .products-sets-wrap .set-card .summary-block .set-actions {
        margin-top: auto; }
        .products-sets-wrap .set-card .summary-block .set-actions .btn {
          width: 100%; }

.products-carousel-section {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  margin: 30px 0; }

.products-carousel-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px; }

.products-carousel.swiper {
  overflow: visible; }
  .products-carousel.swiper .swiper-slide {
    opacity: 1; }
    .products-carousel.swiper .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }

.products-carousel .products-carousel-nav {
  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;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .products-carousel .products-carousel-nav {
      margin-top: 24px; } }
  @media (max-width: 576px) {
    .products-carousel .products-carousel-nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.products-carousel-tabs-section .products-carousel-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold; }

.products-carousel-tabs .products-carousel-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px; }
  .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
    padding: 7px 15px;
    border: 1px solid #24084e;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item.active {
      background: #24084e;
      color: #ffffff; }
  .products-carousel-tabs .products-carousel-tabs-nav .nav-item-title {
    font-weight: bold;
    text-transform: uppercase; }

.products-carousel-tabs .products-carousel-tabs-content {
  position: relative;
  z-index: 1; }

.products-carousel-tabs .products-carousel-tab-content {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .products-carousel-tabs .products-carousel-tab-content:not(.active) {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none; }

.product-stickers {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px; }
  .product-stickers.stickers-top-left {
    top: 5px;
    left: 5px; }
  .product-stickers.stickers-top-right {
    top: 5px;
    right: 5px; }
  .product-stickers.stickers-bottom-left {
    bottom: 5px;
    left: 5px; }
  .product-stickers.stickers-bottom-right {
    bottom: 5px;
    right: 5px; }
  .product-stickers .label {
    padding: 2px 5px;
    border-radius: 2px;
    text-align: center;
    color: white; }
    .product-stickers .label.label-is_new {
      background: blue; }
    .product-stickers .label.label-is_top {
      background: orange; }
    .product-stickers .label.label-is_sale {
      background: orangered; }
    .product-stickers .label.label-is_recommended {
      background: yellowgreen; }
    .product-stickers .label.label-is_exclusive {
      background: mediumpurple; }
    .product-stickers .label.label-is_used_equipment {
      background: darkslategray; }

.product-variants-wrap .variant-checker:not(:last-child) {
  margin-bottom: 10px; }

.product-variants-wrap .variant-checker .block-title {
  font-weight: bold; }

.product-variants-wrap .variant-checker-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .product-variants-wrap .variant-checker-buttons .button {
    background: white;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 2px 5px; }
    .product-variants-wrap .variant-checker-buttons .button.selected {
      padding: 1px 4px;
      border-width: 2px;
      border-color: #6337a6; }

.product-variants-wrap .variant-checker-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .product-variants-wrap .variant-checker-images .button-image {
    border: 1px solid #000000;
    background: white;
    border-radius: 3px;
    padding: 4px; }
    .product-variants-wrap .variant-checker-images .button-image.selected {
      padding: 3px;
      border-width: 2px;
      border-color: #6337a6; }

.cart-item .variant-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 4px; }
  .cart-item .variant-attributes .variant-attribute {
    line-height: 1; }
  .cart-item .variant-attributes .value {
    font-weight: bold; }

.category-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(250px, 300px) 1fr;
  grid-template-columns: minmax(250px, 300px) 1fr;
  gap: 30px; }

.catalog-product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  @media (max-width: 767.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); } }

.section-categories-navigation {
  margin-bottom: 50px; }

.categories-navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }
  .categories-navigation .category-card {
    padding: 20px 20px 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px #bebebe;
            box-shadow: 0 2px 3px #bebebe; }
    .categories-navigation .category-card .category-img {
      display: block;
      position: relative;
      margin-bottom: 10px; }
      .categories-navigation .category-card .category-img img, .categories-navigation .category-card .category-img picture {
        display: block; }
    .categories-navigation .category-card .category-title {
      font-weight: 500;
      font-size: 18px; }
    .categories-navigation .category-card .category-sub-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      margin-top: 10px;
      padding-left: 15px; }

.catalog-filter .aside-elem:not(:last-child) {
  margin-bottom: 20px; }

.catalog-filter .aside-elem-title {
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .catalog-filter .aside-elem-title .arrow-wrap {
    margin-left: auto; }

.catalog-filter .filter-search-wrap {
  margin-top: 10px; }
  .catalog-filter .filter-search-wrap input {
    width: 100%; }

.catalog-filter .aside-elem-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  overflow: auto;
  max-height: 170px;
  padding-right: 5px; }

.catalog-filter .aside-elem-list.colors-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  overflow: unset;
  max-height: unset;
  padding-right: 0; }

.catalog-filter .color-value {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .catalog-filter .color-value.checked {
    border-color: green; }
  .catalog-filter .color-value:focus, .catalog-filter .color-value:hover {
    -webkit-box-shadow: 0 0 6px 0 #000000;
            box-shadow: 0 0 6px 0 #000000; }

.catalog-filter .attribute-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px; }
  .catalog-filter .attribute-checkbox .checkmark {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: 3px; }
  .catalog-filter .attribute-checkbox.active .checkmark {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="5.5" fill="none" viewBox="0 0 16 11"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m2 4.77 4.615 4.615L14 2"/></svg>');
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: #000000; }

.catalog-filter .toggle-elem-list .open {
  display: block; }

.catalog-filter .toggle-elem-list .hide {
  display: none; }

.catalog-filter .toggle-elem-list.active .open {
  display: none; }

.catalog-filter .toggle-elem-list.active .hide {
  display: block; }

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px; }
  .catalog-filter-selected .filter-selected,
  .catalog-filter-selected .filter-selected-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    border: 1px solid #000000;
    padding: 2px 6px;
    border-radius: 2px; }

.catalog-sorting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  .catalog-sorting-wrap .sorting-title {
    text-transform: uppercase; }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-btn {
  cursor: pointer; }
  .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn.active {
    font-weight: bold;
    text-decoration: underline; }

#page-content.content.page-post-text {
  padding-top: 0;
  background: #ffffff; }

.article-banner {
  height: 100vh;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .article-banner .page-title {
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    width: 100%;
    max-width: 972px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .article-banner .page-title {
        font-size: 32px; } }
    @media (max-width: 576px) {
      .article-banner .page-title {
        font-size: 26px; } }
  .article-banner .date {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    border-radius: 50px;
    border: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.article-content {
  padding-bottom: 120px; }
  .article-content article {
    max-width: 864px;
    margin: 0 auto; }
  .article-content .article-text-wrap {
    padding: 40px 0; }
  .article-content .nav-buttons {
    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; }
    .article-content .nav-buttons .nav-link-item {
      color: #020B25;
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px;
      border-radius: 50px;
      border: 1px solid #F6F6F6;
      padding: 0 20px;
      height: 40px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }
      .article-content .nav-buttons .nav-link-item:hover {
        text-decoration: none;
        background: #FF5100;
        color: #ffffff;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s; }
        .article-content .nav-buttons .nav-link-item:hover .ic-wrapper {
          background: #ffffff;
          -webkit-transition: all ease-in 0.3s;
          transition: all ease-in 0.3s; }
          .article-content .nav-buttons .nav-link-item:hover .ic-wrapper .ic {
            fill: #FF5100;
            -webkit-transition: all ease-in 0.3s;
            transition: all ease-in 0.3s; }
    .article-content .nav-buttons .ic-wrapper {
      width: 16px;
      height: 16px;
      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;
      background: #FF5100;
      border-radius: 100%;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }
      .article-content .nav-buttons .ic-wrapper .ic {
        fill: #ffffff;
        width: 4px;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s; }
  @media (max-width: 992px) {
    .article-content {
      padding-bottom: 60px; } }

.page-blog-root {
  padding-bottom: 120px; }

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  padding-top: 24px;
  overflow-x: auto; }
  .rubrics-nav .rubric {
    color: #020B25;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    border: 1px solid #F4F4F4;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
    .rubrics-nav .rubric span {
      white-space: nowrap; }
    .rubrics-nav .rubric.active {
      border: 1px solid #FF5100;
      font-weight: 600;
      color: #ffffff;
      background: #FF5100; }
    .rubrics-nav .rubric:hover {
      text-decoration: none;
      border: 1px solid #FF5100;
      color: #ffffff;
      background: #FF5100;
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }

.pagination {
  margin-top: 24px; }
  .pagination ul {
    padding: 0;
    margin: 0;
    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;
    list-style-type: none;
    gap: 5px; }
    .pagination ul li a {
      width: 40px;
      height: 40px;
      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: 100%;
      color: #020B25;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-family: Rubik, Sans-Serif;
      font-weight: 400;
      line-height: 1.5;
      /* 150% */
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s; }
      .pagination ul li a:hover {
        background: #FF5100;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        text-decoration: none;
        color: #ffffff; }
    .pagination ul li.prev .ic {
      fill: #FF5100; }
    .pagination ul li.prev a:hover .ic {
      fill: #ffffff; }
    .pagination ul li.next .ic {
      fill: #FF5100; }
    .pagination ul li.next a:hover .ic {
      fill: #ffffff; }
    .pagination ul li.active a {
      background: #FF5100;
      color: #ffffff; }

.articles-latest-section {
  padding: 120px 0;
  background: #FAFAFA; }
  .articles-latest-section .section-title {
    margin-bottom: 46px;
    font-weight: 500; }
  @media (max-width: 992px) {
    .articles-latest-section {
      padding: 60px 0; } }

.page-contacts {
  background: url("../img/bck-details/form1.svg") no-repeat 100% 90%, url("../img/bck-details/form-2.svg") no-repeat 96% 5%, url("../img/bck-details/form-3.svg") no-repeat 15px 15px, url("../img/bck-details/form-1.svg") no-repeat 36% 12%, url("../img/bck-details/form-2.svg") no-repeat 46% 51%, url("../img/bck-details/form-3.svg") no-repeat 12% 15%, #ffffff; }
  .page-contacts .contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
    .page-contacts .contacts-wrap .contacts-info .info-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
      .page-contacts .contacts-wrap .contacts-info .info-title .ic-wrap {
        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: 30px;
        height: 30px;
        color: #ffffff;
        background: #24084e;
        border-radius: 100%; }
    .page-contacts .contacts-wrap .contacts-info .info-content {
      margin-top: 5px; }
      .page-contacts .contacts-wrap .contacts-info .info-content a {
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s; }
        .page-contacts .contacts-wrap .contacts-info .info-content a span {
          -webkit-transition: all ease-in 0.3s;
          transition: all ease-in 0.3s; }
      .page-contacts .contacts-wrap .contacts-info .info-content a:hover {
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        color: #FF5100;
        text-decoration: none; }
        .page-contacts .contacts-wrap .contacts-info .info-content a:hover span {
          color: #FF5100;
          text-decoration: none;
          -webkit-transition: all ease-in 0.3s;
          transition: all ease-in 0.3s; }
    .page-contacts .contacts-wrap .contacts-info.phones .info-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .page-contacts .footer-contacts .info-title {
    color: #6B6B6B; }
  .page-contacts .footer-contacts .info-content {
    color: #020B25 !important; }
    .page-contacts .footer-contacts .info-content a, .page-contacts .footer-contacts .info-content span {
      color: #020B25; }
    .page-contacts .footer-contacts .info-content a:hover {
      color: #FF5100; }
      .page-contacts .footer-contacts .info-content a:hover span {
        color: #FF5100; }
  .page-contacts .footer-contacts .footer-contacts-info {
    border-bottom: 1px solid #F4F4F4; }
  .page-contacts .messengers-list {
    padding-top: 20px;
    padding-left: 64px; }
    .page-contacts .messengers-list .messengers-title {
      color: #6B6B6B; }
    .page-contacts .messengers-list .messengers-item-name {
      color: #020B25;
      font-size: 16px; }
    .page-contacts .messengers-list .messengers-item:hover * {
      -webkit-transition: all ease-in 0.3s;
      transition: all ease-in 0.3s;
      color: #FF5100; }
    @media (max-width: 576px) {
      .page-contacts .messengers-list {
        padding: 20px 0; } }
  .page-contacts .contacts-form-row {
    padding-top: 64px;
    padding-bottom: 120px; }
    @media (max-width: 992px) {
      .page-contacts .contacts-form-row {
        padding: 0; } }
  .page-contacts .contacts-form-badge {
    background: url("../img/bck-details/drop-1.svg") no-repeat 100% 90%, url("../img/bck-details/drop-3.svg") no-repeat 70% 96%, url("../img/bck-details/drop-3.svg") no-repeat -30px 50%, #000F9F;
    padding: 71px 50px 71px 48px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px; }
    .page-contacts .contacts-form-badge .contacts-form-badge-title-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .page-contacts .contacts-form-badge .contacts-form-badge-title {
      color: #ffffff;
      font-size: 48px;
      font-weight: 700;
      line-height: 1.16;
      text-transform: uppercase; }
    .page-contacts .contacts-form-badge .contacts-form-badge-content {
      padding-top: 30px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 500; }
    @media (max-width: 1200px) {
      .page-contacts .contacts-form-badge {
        padding: 30px; }
        .page-contacts .contacts-form-badge .contacts-form-badge-title {
          font-size: 30px; } }
    @media (max-width: 992px) {
      .page-contacts .contacts-form-badge {
        padding: 60px 16px 32px 16px;
        border-radius: 0; }
        .page-contacts .contacts-form-badge .contacts-form-badge-content {
          font-size: 14px; } }
  @media (max-width: 576px) {
    .page-contacts .form-contacts-callback {
      padding: 32px 16px; }
      .page-contacts .form-contacts-callback .form-title {
        font-size: 20px; }
      .page-contacts .form-contacts-callback .form-group-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .page-contacts .form-contacts-callback .form-group-row .form-error {
          position: static; } }

.checkout-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 6fr;
  grid-template-columns: 4fr 6fr;
  gap: 30px; }

.page-checkout .tab-pane {
  padding: 20px 0; }

.page-checkout .form-section {
  margin-bottom: 30px; }
  .page-checkout .form-section .form-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; }
    .page-checkout .form-section .form-section-title .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;
      width: 32px;
      height: 32px;
      border-radius: 999px;
      background: #6337a6;
      color: #ffffff;
      font-size: 16px;
      font-weight: bold; }

.delivery-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 20px 0; }
  .delivery-type-list .delivery-type-content {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid grey; }
    .delivery-type-list .delivery-type-content .form-group:last-child {
      margin-bottom: 0; }
  .delivery-type-list .custom-radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
    gap: 10px; }
    .delivery-type-list .custom-radio .checkmark {
      margin-top: 10px; }
    .delivery-type-list .custom-radio .radio-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

.payment-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 20px 0; }
  .payment-type-list .custom-radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.payment-picker .payment-details {
  border: 1px solid darkorange;
  border-radius: 10px;
  padding: 10px;
  background: #ffc1070f; }
  .payment-picker .payment-details > :last-child {
    margin-bottom: 0; }

.custom-radio {
  cursor: pointer;
  margin: 0; }
  .custom-radio input[type="radio"] {
    display: none; }
  .custom-radio .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid grey;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border-radius: 50%; }
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      inset: 3px;
      background: white;
      border-radius: 50%;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
  .custom-radio input[type="radio"]:checked ~ .checkmark {
    border-color: green;
    border-width: 2px; }
    .custom-radio input[type="radio"]:checked ~ .checkmark:after {
      background: green; }

.checkout-success-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 6fr;
  grid-template-columns: 4fr 6fr;
  gap: 30px; }

.checkout-success-grid .btn-action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkout-success-grid .btn-action-wrap .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.ajax-payment-details {
  position: relative; }

table.order-info {
  width: 100%; }
  table.order-info th {
    width: 180px; }
  table.order-info th, table.order-info td {
    padding: 5px 0; }
  table.order-info td {
    padding-left: 5px; }

.fancybox-container.form-popup .fancybox-content#cartModal {
  max-width: 900px; }

#cartModal .popup-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px; }

#cartModal .cart-bottom-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 200px;
  grid-template-columns: 1fr 200px;
  gap: 30px; }

#cartModal .message-limit {
  font-weight: bold;
  color: white;
  background: orange;
  margin-bottom: 20px; }

.cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px; }

.cart-items-heading,
.cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px 1fr 120px 120px 120px 20px;
  grid-template-columns: 88px 1fr 120px 120px 120px 20px;
  gap: 15px; }

.cart-item-set {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 120px 120px 20px;
  grid-template-columns: 1fr 120px 120px 120px 20px;
  gap: 15px; }
  .cart-item-set .cart-item-set-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6; }
  .cart-item-set .set-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 88px 1fr;
    grid-template-columns: 88px 1fr;
    gap: 15px; }

.cart-items-heading {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }

.cart-item.invalid {
  background: rgba(255, 0, 0, 0.11); }

.cart-item .cart-item-remove svg {
  width: 20px;
  height: 26px; }

.cart-item-set {
  margin: 20px 0; }
  .cart-item-set + .cart-item-set {
    margin-top: 0; }
  .cart-item-set .cart-item-set-title {
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    text-align: center;
    background: #6337a6;
    color: white;
    border-radius: 4px; }
  .cart-item-set .plus-icon {
    z-index: 2;
    position: relative;
    margin: -4px 0 -4px 28px; }
    .cart-item-set .plus-icon svg {
      width: 30px;
      height: 30px;
      color: #6337a6; }
  .cart-item-set .cart-item-set-remove svg {
    width: 20px;
    height: 26px; }

#cart-fast-order .fast-order-form-title {
  font-weight: bold;
  font-size: 18px; }

#cart-fast-order .fast-order-form-notice {
  font-size: 13px;
  line-height: 1.2;
  color: #484848; }

#cart-fast-order .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1; }
  #cart-fast-order .form-wrap .form-control {
    border-right: none;
    border-radius: 4px 0 0 4px; }
  #cart-fast-order .form-wrap .btn-submit {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
    border-radius: 0 4px 4px 0; }
  #cart-fast-order .form-wrap .form-error {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 2px 0;
    color: red;
    font-size: 12px; }

.account-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 40px; }
  .account-grid .account-aside {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 15px;
    position: relative;
    background-color: white; }

.account-nav-wrap .btn-account-logout {
  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: #6337a6;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
  margin-top: 20px; }
  @media (pointer: fine) {
    .account-nav-wrap .btn-account-logout:hover {
      color: #24084e; } }
  .account-nav-wrap .btn-account-logout .ic {
    display: block;
    margin-right: 4px;
    width: 20px;
    height: 20px; }

.account-nav-wrap .account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px; }
  .account-nav-wrap .account-nav .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #181818;
    background-color: #ffffff; }
    .account-nav-wrap .account-nav .link-item .ic {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 22px;
              flex: 0 0 22px;
      width: 22px;
      height: 22px; }
    @media (pointer: fine) {
      .account-nav-wrap .account-nav .link-item:hover {
        color: #ffffff;
        background-color: #6337a6; } }
    .account-nav-wrap .account-nav .link-item.active {
      color: #ffffff;
      background-color: #6337a6; }

.account-order .section-title {
  margin-bottom: 20px; }

.account-order .account-content {
  position: relative; }

.account-order .order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .account-order .order-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 992px) {
    .account-order .order-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .account-order .order-header .order-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.account-order .order-return-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .account-order .order-return-back:hover {
      color: #6337a6; } }
  .account-order .order-return-back .arrow-wrap {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: #6337a6;
    border-radius: 100%;
    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; }
    .account-order .order-return-back .arrow-wrap .ic {
      width: 6px;
      color: #ffffff; }
  .account-order .order-return-back.top {
    margin-bottom: 12px; }
  .account-order .order-return-back.bottom {
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .account-order .order-return-back.bottom {
        margin: 48px 0 0; } }

.account-order .personal-cashback {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  color: #ffffff;
  background-color: #9B8BCF;
  padding: 12px 84px 12px 16px; }
  @media (max-width: 1200px) {
    .account-order .personal-cashback {
      margin-left: auto; } }
  @media (max-width: 768px) {
    .account-order .personal-cashback {
      display: none; } }
  .account-order .personal-cashback .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .account-order .personal-cashback .content .text {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
    .account-order .personal-cashback .content .price {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px; }
    .account-order .personal-cashback .content .link {
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      text-decoration-line: underline;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .account-order .personal-cashback .content .link:hover {
          color: #f2c4ff; } }
  .account-order .personal-cashback .avatar {
    position: absolute;
    max-width: 62px;
    right: 8%;
    top: -9%; }

.account-order .open-order .order-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 26px;
  margin-bottom: 32px; }
  @media (max-width: 1200px) {
    .account-order .open-order .order-info {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .account-order .open-order .order-info .order-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
    @media (max-width: 1200px) {
      .account-order .open-order .order-info .order-info-wrap:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

.account-order .open-order .info-block-wrap:has(.comment) {
  height: 100%; }

.account-order .open-order .order-info-title {
  color: #6337a6;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px; }
  @media (max-width: 576px) {
    .account-order .open-order .order-info-title {
      font-size: 14px;
      line-height: 20px; } }

.account-order .open-order .info-line {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #FAFAFA;
  margin-bottom: 4px; }
  @media (max-width: 576px) {
    .account-order .open-order .info-line {
      gap: 12px; } }
  .account-order .open-order .info-line .title {
    display: inline-block;
    color: #696969; }
  .account-order .open-order .info-line .value {
    display: inline-block;
    color: #181818; }
    .account-order .open-order .info-line .value .status_bullet {
      display: block;
      width: 10px;
      min-width: 10px;
      height: 10px;
      background-color: #FF9900;
      border-radius: 50%;
      margin-right: 10px; }
    .account-order .open-order .info-line .value.status_paid {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.account-order .open-order .comment {
  border-radius: 8px;
  background: #FAFAFA;
  padding: 10px 16px;
  height: calc(100% - 32px); }

.account-order .open-order .copy-number {
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  background-color: #6337a6;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .account-order .open-order .copy-number:hover {
      background-color: #6337a6; } }
  .account-order .open-order .copy-number .ic {
    fill: #ffffff;
    width: 20px;
    height: 20px; }

.account-order .open-order .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
  gap: 17px; }
  @media (max-width: 576px) {
    .account-order .open-order .buttons-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 48px; } }
  @media (max-width: 576px) {
    .account-order .open-order .buttons-wrap .btn-main {
      width: 100%; } }
  .account-order .open-order .buttons-wrap .btn-main .btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 18px 8px 12px; }
    @media (max-width: 576px) {
      .account-order .open-order .buttons-wrap .btn-main .btn-text {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 24px;
        gap: 8px; } }
    .account-order .open-order .buttons-wrap .btn-main .btn-text .ic {
      width: 20px;
      height: 18px; }
      @media (max-width: 576px) {
        .account-order .open-order .buttons-wrap .btn-main .btn-text .ic {
          width: 24px;
          height: 24px; } }
  .account-order .open-order .buttons-wrap .btn-cancel {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 56px;
    border: 1px solid gray;
    padding: 8px 16px;
    background-color: transparent;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-order .open-order .buttons-wrap .btn-cancel:hover {
        background-color: #6337a6;
        color: #ffffff;
        border: 1px solid #6337a6; } }
    @media (max-width: 576px) {
      .account-order .open-order .buttons-wrap .btn-cancel {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding: 7px 16px; } }

.account-order .open-order .order-list-wrap .cart-title {
  color: #181818;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 17px; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-title {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid gray; } }

.account-order .open-order .order-list-wrap .cart-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid gray; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-headers {
      display: none; } }
  .account-order .open-order .order-list-wrap .cart-headers .header-title {
    color: #6337a6;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .account-order .open-order .order-list-wrap .cart-headers .header-title {
        font-size: 14px;
        line-height: 18px; } }
    .account-order .open-order .order-list-wrap .cart-headers .header-title.name {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; }
      @media (max-width: 1200px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.name {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 55%;
                  flex: 0 0 55%; } }
    .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 27%;
              flex: 0 0 27%;
      margin-left: 60px; }
      @media (max-width: 1200px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
          margin-left: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%; } }
      @media (max-width: 768px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 28%;
                  flex: 0 0 28%; } }

.account-order .open-order .order-list-wrap .cart-item .plus,
.account-order .open-order .order-list-wrap .cart-item .minus,
.account-order .open-order .order-list-wrap .cart-item .remove {
  display: none; }

.account-order .open-order .order-list-wrap .cart-item input {
  height: 40px;
  width: 50px;
  border-radius: 12px;
  background-color: #FAFAFA;
  border: none; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item input {
      margin: 0;
      background-color: transparent; } }

@media (max-width: 992px) {
  .account-order .open-order .order-list-wrap .cart-item .product-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 576px) {
  .account-order .open-order .order-list-wrap .cart-item .product-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.account-order .open-order .order-list-wrap .cart-item .product-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item .product-info {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 3;
      grid-column-end: 4; }
      .account-order .open-order .order-list-wrap .cart-item .product-info .product-name a {
        font-size: 16px;
        line-height: 18px;
        height: 38px; } }

.account-order .open-order .order-list-wrap .cart-item ._qty {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  margin-left: 60px; }
  @media (max-width: 1200px) {
    .account-order .open-order .order-list-wrap .cart-item ._qty {
      margin-left: 0; } }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item ._qty {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      margin-right: 30px; } }

@media (max-width: 576px) {
  .account-order .open-order .order-list-wrap .cart-item ._price-total {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3; } }

.account-order .open-order .order-list-wrap .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .bottom-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.account-order .open-order .order-list-wrap .total-block {
  border-radius: 16px;
  background-color: #F9F7FF;
  padding: 16px 24px 16px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .total-block {
      padding: 0;
      background-color: transparent;
      width: 100%; } }
  .account-order .open-order .order-list-wrap .total-block .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .total {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 8px 16px;
        border-radius: 12px;
        background-color: #F9F7FF;
        width: 100%;
        margin-bottom: 8px; } }
  .account-order .open-order .order-list-wrap .total-block .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 8px; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .title {
        font-size: 20px;
        line-height: 24px;
        margin-right: 4px; } }
  .account-order .open-order .order-list-wrap .total-block .price-old,
  .account-order .open-order .order-list-wrap .total-block .old-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: line-through; }
  .account-order .open-order .order-list-wrap .total-block .price,
  .account-order .open-order .order-list-wrap .total-block .price-discount {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .price,
      .account-order .open-order .order-list-wrap .total-block .price-discount {
        font-size: 20px;
        line-height: 24px; } }
  .account-order .open-order .order-list-wrap .total-block .price {
    color: #181818; }
  .account-order .open-order .order-list-wrap .total-block .price-discount {
    color: red; }
  .account-order .open-order .order-list-wrap .total-block .cashback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .account-order .open-order .order-list-wrap .total-block .cashback img {
      display: block;
      margin-right: 4px; }

.account-orders .section-title {
  margin-bottom: 13px; }

.account-orders .order-nav {
  margin: 0 0 21px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  white-space: nowrap;
  overflow-x: scroll;
  list-style: none; }
  .account-orders .order-nav::-webkit-scrollbar {
    display: none; }
  .account-orders .order-nav .order-nav-item.active a {
    color: #ffffff;
    background-color: BLUE; }
  .account-orders .order-nav a {
    display: block;
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    padding: 4px 12px;
    border-radius: 56px;
    background-color: #FAFAFA;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-nav a:hover {
        color: #ffffff;
        background-color: BLUE; } }

.account-orders .order-headers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 1fr;
  grid-template-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 1fr;
  padding: 0 20px 12px; }
  @media (max-width: 1200px) {
    .account-orders .order-headers {
      -ms-grid-columns: 19% 25% 48% 1fr;
      grid-template-columns: 19% 25% 48% 1fr; } }
  .account-orders .order-headers .order-title {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 0 15px 0 0;
    margin: 0; }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.number {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.date {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.status {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.price {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.address {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.order-ttn {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }

.account-orders .order-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 28% 1fr;
  grid-template-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 28% 1fr;
  border-radius: 16px;
  background-color: #FAFAFA;
  padding: 11px 20px;
  margin-bottom: 4px; }
  @media (max-width: 1200px) {
    .account-orders .order-item {
      -ms-grid-columns: 19% 25% 48% 1fr;
      grid-template-columns: 19% 25% 48% 1fr; } }
  .account-orders .order-item .order-item-value {
    padding-right: 15px; }
  .account-orders .order-item .order-number {
    color: #2F80ED;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-item .order-number:hover {
        color: BLUE; } }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-number {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .account-orders .order-item .order-date {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-date {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
  .account-orders .order-item .status_paid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative; }
    .account-orders .order-item .status_paid .status_bullet {
      display: block;
      width: 8px;
      min-width: 8px;
      height: 8px;
      background-color: #FF9900;
      border-radius: 50%;
      margin-right: 8px; }
    @media (max-width: 1200px) {
      .account-orders .order-item .status_paid {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .account-orders .order-item .order-price {
    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: 1200px) {
      .account-orders .order-item .order-price {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    .account-orders .order-item .order-price .price {
      color: #181818;
      font-size: 14px;
      font-weight: 700;
      line-height: 18px; }
    .account-orders .order-item .order-price .cashback {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px; }
      .account-orders .order-item .order-price .cashback img {
        width: 16px; }
  .account-orders .order-item .order-delivery {
    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: 1200px) {
      .account-orders .order-item .order-delivery {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    .account-orders .order-item .order-delivery .delivery-way {
      display: block;
      color: #181818;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .account-orders .order-item .order-delivery .delivery-type {
      display: block;
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
  .account-orders .order-item .order-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .account-orders .order-item .order-address .address-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .account-orders .order-item .order-address,
  .account-orders .order-item .order-ttn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-address,
      .account-orders .order-item .order-ttn {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    .account-orders .order-item .order-address img,
    .account-orders .order-item .order-ttn img {
      display: block;
      width: 24px; }
    .account-orders .order-item .order-address .address-city,
    .account-orders .order-item .order-ttn .address-city {
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      margin: 0 8px; }
    .account-orders .order-item .order-address .address-warehouse,
    .account-orders .order-item .order-address .ttn-number,
    .account-orders .order-item .order-ttn .address-warehouse,
    .account-orders .order-item .order-ttn .ttn-number {
      display: inline-block;
      color: #181818;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 0 8px; }
    .account-orders .order-item .order-address .btn-copy,
    .account-orders .order-item .order-ttn .btn-copy {
      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: none;
      outline: none;
      padding: 0;
      background-color: transparent; }
      .account-orders .order-item .order-address .btn-copy .ic,
      .account-orders .order-item .order-ttn .btn-copy .ic {
        color: #696969;
        width: 15px;
        height: 17px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
      @media (pointer: fine) {
        .account-orders .order-item .order-address .btn-copy:hover .ic,
        .account-orders .order-item .order-ttn .btn-copy:hover .ic {
          color: #6337a6; } }
  .account-orders .order-item .arrow-wrap {
    width: 24px;
    height: 24px;
    background-color: #70629B;
    border-radius: 50%;
    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;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-left: auto; }
    @media (pointer: fine) {
      .account-orders .order-item .arrow-wrap:hover {
        background-color: BLUE; } }
    @media (max-width: 1200px) {
      .account-orders .order-item .arrow-wrap {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3; } }
    .account-orders .order-item .arrow-wrap .ic {
      color: #ffffff;
      width: 9px;
      height: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }

.profile-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px; }
  .profile-grid .profile-info,
  .profile-grid .profile-access {
    margin-bottom: 30px; }
  .profile-grid .profile-socials-bind {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .profile-grid .profile-socials-bind .title {
      position: relative;
      text-align: center;
      font-size: 1rem; }
      .profile-grid .profile-socials-bind .title span {
        position: relative;
        z-index: 2;
        color: #696969;
        background: white;
        padding: 0 10px; }
      .profile-grid .profile-socials-bind .title:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: #696969;
        height: 1px;
        width: 100%; }
    .profile-grid .profile-socials-bind .profile-socials-bind-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      row-gap: 10px;
      margin-top: 13px; }
      .profile-grid .profile-socials-bind .profile-socials-bind-list .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 1fr;
                flex: 1 0 1fr;
        width: 100%;
        padding: 7px 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        text-decoration: none;
        border-radius: 100px;
        border: 1px solid #696969;
        background: #ffffff; }
        .profile-grid .profile-socials-bind .profile-socials-bind-list .social .text {
          text-align: center;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.2;
          color: #181818; }

.user-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 20px 0; }
  .user-address .address-item {
    position: relative;
    z-index: 1;
    padding: 20px;
    background: white;
    border: 1px solid #cfcfcf;
    border-radius: 5px; }
    .user-address .address-item .title {
      font-weight: bold;
      font-size: 18px; }
    .user-address .address-item .address {
      margin-top: 10px; }
    .user-address .address-item .actions {
      position: absolute;
      top: 20px;
      right: 20px; }
    .user-address .address-item .btn-action {
      padding: 3px;
      min-height: 30px;
      min-width: 30px;
      color: #6337a6;
      border-radius: 4px; }
      @media (pointer: fine) {
        .user-address .address-item .btn-action:hover {
          background: #24084e;
          color: #ffffff; } }
      .user-address .address-item .btn-action:focus {
        background: #24084e;
        color: #ffffff;
        -webkit-box-shadow: 0 0 0 0.25rem fade(#24084e, 40%);
                box-shadow: 0 0 0 0.25rem fade(#24084e, 40%); }
