body {
  font-family: GT Eesti Pro Display;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px; }

.container {
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto; }

.common-home header {
  border-bottom: 1px solid #14171C;
  background: transparent; }
.common-home #column-left {
  width: 100%;
  display: block !important;
  padding: 0;
  margin: 0;
  float: none; }

.breadcrumb {
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 160.19%;
  color: #656565;
  background: transparent;
  padding: 31px 0 18px;
  margin-bottom: 0; }
  .breadcrumb a {
    color: #656565; }
  .breadcrumb > li + li:before {
    color: #656565; }

#top {
  background: #14171C;
  position: relative; }

.top-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0; }
  .top-bar__city .dropdown-menu {
    background: rgba(43, 46, 50, 0.85);
    left: -32px;
    min-width: 190px; }
    .top-bar__city .dropdown-menu li button {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 200%;
      color: #fff;
      text-transform: none;
      padding: 3px;
      transition: all .3s ease;
      text-align: center;
      display: block; }
      .top-bar__city .dropdown-menu li button:hover {
        color: #3F9EE3; }
  .top-bar__city .btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    transition: all .3s ease; }
    .top-bar__city .btn span {
      font-style: normal;
      font-weight: 350;
      font-size: 13px;
      line-height: 135.69%;
      color: #e6e6e6;
      transition: all .3s ease; }
    .top-bar__city .btn svg {
      margin-right: 8px; }
      .top-bar__city .btn svg path {
        transition: all .3s ease; }
    .top-bar__city .btn:hover span {
      color: #fff; }
    .top-bar__city .btn:hover svg path {
      fill: #fff; }
  .top-bar__search {
    display: flex; }
    .top-bar__search a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 28px;
      height: 28px;
      background: #656565;
      border-radius: 48px;
      transition: all .3s ease; }
      .top-bar__search a:hover {
        background-color: #fff; }
  .top-bar__menu ul {
    display: flex;
    align-items: center; }
    .top-bar__menu ul li {
      margin-left: 42px; }
      .top-bar__menu ul li:first-child {
        margin-left: 0; }
      .top-bar__menu ul li a {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 135.69%;
        color: #e6e6e6;
        text-decoration: none;
        transition: all .3s ease; }
        .top-bar__menu ul li a:hover {
          color: #fff; }

header {
  background: #212327;
  border-bottom: 1px solid #676767;
  z-index: 11;
  position: relative; }
  header.opacity {
    background-color: transparent; }

.header {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header__btnMenu {
    display: none; }
  .header__logo {
    display: flex;
    align-items: center; }
    .header__logo .logo {
      margin-right: 21px; }
      .header__logo .logo img {
        width: 102px; }
    .header__logo .logoDesc {
      padding-left: 21px;
      position: relative;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 135.69%;
      text-transform: uppercase;
      color: #FFFFFF; }
      .header__logo .logoDesc:before {
        content: '';
        position: absolute;
        height: 42px;
        width: 1px;
        background-color: #fff;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .header__menu ul.menu {
    display: flex;
    align-items: center; }
    .header__menu ul.menu li {
      margin-right: 45px;
      position: relative; }
      .header__menu ul.menu li:last-child {
        margin-right: 0; }
      .header__menu ul.menu li a, .header__menu ul.menu li .btn-menu {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135.69%;
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
        transition: all .3s ease; }
        .header__menu ul.menu li a.active, .header__menu ul.menu li .btn-menu.active {
          position: relative;
          color: #3F9EE3; }
          .header__menu ul.menu li a.active:after, .header__menu ul.menu li .btn-menu.active:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #3F9EE3;
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0; }
        .header__menu ul.menu li a:hover, .header__menu ul.menu li .btn-menu:hover {
          color: #3F9EE3; }
      .header__menu ul.menu li .navbar-menu {
        display: none;
        position: absolute;
        background: rgba(43, 46, 50, 0.85);
        width: 290px;
        top: calc(100% + 2px);
        padding: 23px 40px; }
        .header__menu ul.menu li .navbar-menu.active {
          display: block; }
        .header__menu ul.menu li .navbar-menu .navbar-nav {
          display: flex;
          flex-direction: column; }
          .header__menu ul.menu li .navbar-menu .navbar-nav li {
            width: 100%; }
            .header__menu ul.menu li .navbar-menu .navbar-nav li a {
              font-style: normal;
              font-weight: 350;
              font-size: 18px;
              line-height: 272.19%;
              color: #fff;
              text-transform: none;
              padding: 0;
              background: none !important; }
              .header__menu ul.menu li .navbar-menu .navbar-nav li a:hover {
                color: #3F9EE3;
                text-decoration-line: underline;
                background-color: transparent; }
  .header__nav {
    display: flex;
    justify-content: center; }
    .header__nav .call-back {
      padding-top: 6px;
      margin-right: 20px;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 135.69%;
      text-transform: uppercase;
      color: #a1a1a1; }
      .header__nav .call-back a {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 135.69%;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFFFFF;
        transition: all .3s ease; }
        .header__nav .call-back a:hover {
          color: #3F9EE3; }
    .header__nav .btn-account {
      margin-right: 22px;
      display: flex;
      min-width: 114px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      position: relative; }
      .header__nav .btn-account svg {
        margin-bottom: 4px; }
        .header__nav .btn-account svg path {
          transition: all .3s ease; }
      .header__nav .btn-account span {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        color: #FFFFFF;
        transition: all .3s ease; }
      .header__nav .btn-account:hover span {
        color: #3F9EE3; }
      .header__nav .btn-account:hover svg path {
        fill: #3F9EE3; }

.languages .dropdown-menu {
  background: rgba(43, 46, 50, 0.85);
  left: -32px;
  min-width: 190px; }
  .languages .dropdown-menu li button {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 200%;
    color: #fff;
    text-transform: none;
    padding: 3px;
    transition: all .3s ease; }
    .languages .dropdown-menu li button:hover {
      color: #3F9EE3; }
.languages .btn {
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 135.69%;
  color: #e6e6e6;
  text-decoration: none;
  padding: 0;
  transition: all .3s ease; }
  .languages .btn:hover {
    color: #fff; }
.languages__name {
  text-decoration: underline;
  font-weight: bold; }

.box-cart {
  text-decoration: none; }
  .box-cart:hover {
    text-decoration: none; }
  .box-cart__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    cursor: pointer; }
    .box-cart__btn svg {
      margin-bottom: 4px; }
      .box-cart__btn svg path {
        transition: all .3s ease; }
    .box-cart__btn .text {
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 15px;
      color: #FFFFFF;
      text-decoration: none;
      transition: all .3s ease; }
    .box-cart__btn .total {
      position: absolute;
      top: -5px;
      right: -2px; }
      .box-cart__btn .total span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #3F9EE3;
        color: #fff;
        font-weight: 350;
        line-height: 18px;
        font-size: 12px;
        text-align: center;
        display: block; }
    .box-cart__btn:hover .text {
      color: #3F9EE3; }
    .box-cart__btn:hover svg path {
      fill: #3F9EE3; }

.footer {
  padding: 64px 0 40px;
  display: flex;
  align-items: flex-start; }
  .footer__desc {
    width: 335px;
    min-width: 335px;
    margin-right: 100px; }
    .footer__desc p {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      color: #000000;
      margin-bottom: 36px; }
    .footer__desc a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      color: #FFFFFF;
      text-decoration: none;
      background: #3F9EE3;
      border-radius: 0px 12px;
      width: max-content;
      padding: 11px 35px;
      transition: all .3s ease;
      border: 1px solid #3F9EE3; }
      .footer__desc a svg {
        margin-left: 10px; }
        .footer__desc a svg path {
          transition: all .3s ease; }
      .footer__desc a:hover {
        color: #3F9EE3;
        background-color: #fff; }
        .footer__desc a:hover svg path {
          fill: #3F9EE3; }
  .footer__navigation {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .footer__navigation .box-menu__title {
      font-weight: 500;
      font-size: 18px;
      line-height: 34.86px;
      color: #000000; }
    .footer__navigation .box-menu__list {
      font-weight: 350;
      font-size: 16px;
      line-height: 34.86px;
      color: #000000; }
      .footer__navigation .box-menu__list a {
        color: #000000;
        text-decoration: none;
        transition: all .3s ease; }
        .footer__navigation .box-menu__list a:hover {
          color: #3F9EE3; }
  .footer__bottom {
    border-top: 1px solid #F0F3F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0; }
    .footer__bottom .copyright {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 193.69%;
      color: #656565; }
    .footer__bottom .social {
      display: flex;
      align-items: center; }
      .footer__bottom .social a {
        display: block;
        margin: 0 10px;
        opacity: .4;
        transition: all .3s ease; }
        .footer__bottom .social a svg {
          display: block;
          width: 30px; }
        .footer__bottom .social a:hover {
          opacity: 1; }
    .footer__bottom .pay img {
      height: 28px;
      opacity: .4;
      transition: all .3s ease; }
      .footer__bottom .pay img:hover {
        opacity: 1; }

.section-newsLater {
  padding: 61px 0 70px;
  background: linear-gradient(99.59deg, #F0F0F0 16.51%, #F0F3F8 79.8%); }
  .section-newsLater__title {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 29px;
    text-align: center; }
  .section-newsLater__item {
    width: 100%; }
    .section-newsLater__item .image {
      margin-bottom: 22px;
      border-radius: 12px;
      overflow: hidden; }
      .section-newsLater__item .image a {
        display: block; }
      .section-newsLater__item .image img {
        display: block;
        border-radius: 12px;
        max-width: 100%;
        width: 100%;
        height: 242px;
        object-fit: cover;
        transition: all .3s ease; }
    .section-newsLater__item:hover .image img {
      transform: scale(1.1); }
    .section-newsLater__item .name {
      margin-bottom: 9px; }
      .section-newsLater__item .name a {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 110%;
        text-decoration: none;
        color: #000000;
        transition: all .3s ease; }
        .section-newsLater__item .name a:hover {
          color: #3F9EE3; }
    .section-newsLater__item .desc {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 160.19%;
      color: #000000;
      max-height: 66px;
      overflow: hidden; }

.section-boxCatalog {
  padding: 65px 0 80px; }
  .section-boxCatalog h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 23px;
    color: #000000;
    text-align: center; }
    .section-boxCatalog h2 span {
      color: #3F9EE3; }
  .section-boxCatalog ul {
    display: flex;
    flex-wrap: wrap; }
    .section-boxCatalog ul li {
      width: 20%;
      margin: -1px 0 0 -1px;
      border: 1px solid #F0F0F0; }
      .section-boxCatalog ul li a {
        padding: 25px;
        text-decoration: none;
        display: block;
        height: 200px; }
        .section-boxCatalog ul li a:hover img {
          transform: scale(1.1); }
      .section-boxCatalog ul li .image {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-boxCatalog ul li .image img {
          width: 100%;
          transition: all .3s ease; }
      .section-boxCatalog ul li span {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 135.69%;
        text-transform: uppercase;
        color: #2B2E32;
        padding: 0 5px;
        text-decoration: none; }

.section-popularProduct {
  padding: 55px 0 72px; }
  .section-popularProduct h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 24px;
    color: #000000;
    text-align: center; }
    .section-popularProduct h2 span {
      color: #3F9EE3;
      text-transform: uppercase; }
  .section-popularProduct__tab .tab-nav {
    margin-bottom: 40px; }
    .section-popularProduct__tab .tab-nav ul {
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-popularProduct__tab .tab-nav ul li {
        margin: 0 15px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 135.69%;
        color: #2B2E32;
        text-transform: uppercase;
        padding: 7px 20px 5px;
        cursor: pointer;
        transition: all .3s ease; }
        .section-popularProduct__tab .tab-nav ul li.active {
          background: #3F9EE3;
          border-radius: 3px;
          color: #FFFFFF; }
          .section-popularProduct__tab .tab-nav ul li.active:hover {
            background: #3F9EE3;
            border-radius: 3px;
            color: #FFFFFF;
            opacity: 1; }
        .section-popularProduct__tab .tab-nav ul li:hover {
          background: #3F9EE3;
          border-radius: 3px;
          color: #FFFFFF;
          opacity: .6; }
  .section-popularProduct__tab .tab-content__box {
    display: none;
    margin: 0 -10px; }
    .section-popularProduct__tab .tab-content__box.active {
      display: flex; }
    .section-popularProduct__tab .tab-content__box .slider {
      width: 100%; }
      .section-popularProduct__tab .tab-content__box .slider .slick-dots li {
        margin: 0 9px;
        height: 5px;
        width: 34px; }
        .section-popularProduct__tab .tab-content__box .slider .slick-dots li.slick-active button {
          background: #3F9EE3; }
        .section-popularProduct__tab .tab-content__box .slider .slick-dots li button {
          padding: 0;
          background: #DDDDDD;
          border-radius: 17px;
          width: 100%;
          height: 100%; }
          .section-popularProduct__tab .tab-content__box .slider .slick-dots li button:before {
            display: none; }
    .section-popularProduct__tab .tab-content__box .item {
      width: 100%;
      padding: 0 10px; }

.product-layout {
  background: #FFFFFF;
  border: 1px solid #F0F0F0; }
  .product-layout .product-thumb {
    position: relative;
    padding: 36px; }
    .product-layout .product-thumb .wishlist {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 23;
      cursor: pointer; }
      .product-layout .product-thumb .wishlist.active svg path {
        fill: #3F9EE3; }
    .product-layout .product-thumb .name {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      text-transform: uppercase;
      color: #000000;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .product-layout .product-thumb .image {
      height: 197px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-layout .product-thumb .image img {
        max-width: 100%;
        max-height: 100%; }
    .product-layout .product-thumb .caption {
      height: 87px;
      display: flex;
      justify-content: space-between; }
      .product-layout .product-thumb .caption__left {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 157.19%;
        /* or 22px */
        color: #000000; }
        .product-layout .product-thumb .caption__left ul li span {
          color: #2B9248; }
      .product-layout .product-thumb .caption__right .price {
        margin-bottom: 2px; }
        .product-layout .product-thumb .caption__right .price-new {
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 135.69%;
          color: #2B9248;
          white-space: nowrap; }
        .product-layout .product-thumb .caption__right .price-old {
          font-style: normal;
          font-weight: 350;
          font-size: 14px;
          line-height: 157.19%;
          text-decoration: line-through;
          color: #D4D4D4;
          white-space: nowrap; }
        .product-layout .product-thumb .caption__right .price-tax {
          font-style: normal;
          font-weight: 350;
          font-size: 14px;
          line-height: 157.19%;
          color: #D4D4D4;
          white-space: nowrap; }
    .product-layout .product-thumb .button-group {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .product-layout .product-thumb .button-group .addCart {
        height: 37px;
        background: #3F9EE3;
        border-radius: 0px 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 135.69%;
        color: #FFFFFF;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 19px;
        min-width: 120px; }
        .product-layout .product-thumb .button-group .addCart svg {
          margin-left: 10px; }
      .product-layout .product-thumb .button-group .addFastCart {
        height: 37px;
        padding: 0 16px;
        background: #FFFFFF;
        border: 1px solid #3F9EE3;
        border-radius: 0px 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 135.69%;
        color: #3F9EE3; }

.section-slideshow {
  margin-top: -112px;
  padding-top: 112px;
  background: linear-gradient(105.26deg, #28292D 9.86%, #101317 98.99%); }
  .section-slideshow__slider .slick-dots {
    bottom: 113px;
    width: max-content;
    left: 50%;
    transform: translateX(calc(-50% + 216px)); }
    .section-slideshow__slider .slick-dots li {
      margin: 0 9px;
      height: 5px;
      width: 34px; }
      .section-slideshow__slider .slick-dots li.slick-active button {
        background: #3F9EE3; }
      .section-slideshow__slider .slick-dots li button {
        padding: 0;
        background: #1E2024;
        border-radius: 17px;
        width: 100%;
        height: 100%; }
        .section-slideshow__slider .slick-dots li button:before {
          display: none; }
  .section-slideshow__slider .item__box {
    display: flex;
    align-items: center;
    height: 664px; }
  .section-slideshow__slider .item__desc {
    width: 433px;
    min-width: 433px; }
    .section-slideshow__slider .item__desc .title {
      margin-bottom: 10px;
      font-style: normal;
      font-weight: 350;
      font-size: 96px;
      line-height: 101.69%;
      text-transform: uppercase;
      color: #FFFFFF; }
    .section-slideshow__slider .item__desc .title-two {
      margin-bottom: 11px;
      font-style: normal;
      font-weight: 350;
      font-size: 36px;
      line-height: 181.19%;
      color: #FFFFFF; }
    .section-slideshow__slider .item__desc .desc {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 181.19%;
      color: #FFFFFF;
      margin-bottom: 46px; }
    .section-slideshow__slider .item__desc .btnLink {
      background: #3F9EE3;
      border-radius: 0px 12px;
      padding: 19px 38px 19px 48px;
      border: 1px solid #3F9EE3;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      display: block;
      width: max-content;
      color: #FFFFFF;
      text-decoration: none;
      transition: all .3s ease; }
      .section-slideshow__slider .item__desc .btnLink svg {
        margin-left: 17px; }
        .section-slideshow__slider .item__desc .btnLink svg path {
          transition: all .3s ease; }
      .section-slideshow__slider .item__desc .btnLink:hover {
        background-color: #fff;
        color: #3F9EE3; }
        .section-slideshow__slider .item__desc .btnLink:hover path {
          fill: #3F9EE3; }
  .section-slideshow__slider .item__image {
    width: 100%; }

.section-carousel {
  padding: 58px 0 65px; }
  .section-carousel__title {
    margin-bottom: 23px;
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #000000; }
  .section-carousel__slider .slick-dots li {
    margin: 0 9px;
    height: 5px;
    width: 34px; }
    .section-carousel__slider .slick-dots li.slick-active button {
      background: #3F9EE3; }
    .section-carousel__slider .slick-dots li button {
      padding: 0;
      background: #DDDDDD;
      border-radius: 17px;
      width: 100%;
      height: 100%; }
      .section-carousel__slider .slick-dots li button:before {
        display: none; }
  .section-carousel__slider .item img {
    margin: 0 auto; }

.section-map {
  position: relative;
  z-index: 1; }
  .section-map img {
    width: 100%; }
  .section-map .map {
    width: 100%;
    height: 500px; }

.html-services {
  background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
  padding: 69px 0 59px; }
  .html-services h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 23px;
    color: #000000;
    text-align: center; }
    .html-services h2 span {
      color: #3F9EE3;
      text-transform: uppercase; }
  .html-services__list {
    margin: 0 -30px;
    display: flex;
    justify-content: space-between; }
    .html-services__list .item {
      width: 232px; }
      .html-services__list .item a {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px 18px 15px 30px;
        text-decoration: none;
        border-radius: 15px;
        transition: all .3s ease; }
        .html-services__list .item a:hover {
          background: #FFFFFF;
          box-shadow: 0px 0px 23px 4px rgba(0, 0, 0, 0.08); }
          .html-services__list .item a:hover .name {
            text-decoration: underline;
            color: #3F9EE3; }
        .html-services__list .item a .image {
          margin-bottom: 15px; }
        .html-services__list .item a .name {
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 135.69%;
          text-transform: uppercase;
          color: #000000;
          margin-bottom: 8px;
          transition: all .3s ease; }
        .html-services__list .item a .desc {
          font-style: normal;
          font-weight: 350;
          font-size: 14px;
          line-height: 160.19%;
          color: #656565; }

.html-ofDiller {
  background-image: url(../image/demo/bg-ofDiller.png);
  background-position: center center;
  background-repeat: no-repeat; }
  .html-ofDiller .container {
    min-height: 527px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .html-ofDiller__box {
    padding: 62px 0;
    width: 690px; }
    .html-ofDiller__box .title {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110.19%;
      color: #000000;
      margin-bottom: 27px; }
    .html-ofDiller__box .desc {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      color: #000000; }
      .html-ofDiller__box .desc span {
        color: #3F9EE3; }

.html-agroBusnes {
  background-image: url(../image/demo/bg-agroBusnes.png);
  background-position: center center;
  background-repeat: no-repeat; }
  .html-agroBusnes .container {
    min-height: 569px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .html-agroBusnes__box {
    padding: 62px 0;
    width: 580px; }
    .html-agroBusnes__box .title {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110.19%;
      color: #000000;
      margin-bottom: 27px; }
    .html-agroBusnes__box .desc {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      color: #000000; }
      .html-agroBusnes__box .desc span {
        color: #3F9EE3; }
    .html-agroBusnes__box .btn-link {
      display: flex;
      align-items: center;
      justify-content: center;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      color: #FFFFFF;
      text-decoration: none;
      margin-top: 52px;
      background: #3F9EE3;
      border-radius: 0px 12px;
      width: max-content;
      padding: 19px 85px;
      transition: all .3s ease;
      border: 1px solid #3F9EE3; }
      .html-agroBusnes__box .btn-link svg {
        margin-left: 10px; }
        .html-agroBusnes__box .btn-link svg path {
          transition: all .3s ease; }
      .html-agroBusnes__box .btn-link:hover {
        color: #3F9EE3;
        background-color: #fff; }
        .html-agroBusnes__box .btn-link:hover svg path {
          fill: #3F9EE3; }

.html-repair {
  background-image: url(../image/demo/bg-repair.png);
  background-position: center center;
  background-repeat: no-repeat; }
  .html-repair .container {
    min-height: 680px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .html-repair__box {
    padding: 30px 0;
    width: 590px; }
    .html-repair__box .title {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110.19%;
      color: #fff;
      margin-bottom: 27px;
      max-width: 513px; }
      .html-repair__box .title span {
        color: #3F9EE3;
        text-transform: uppercase; }
    .html-repair__box .desc {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      color: #fff;
      margin-bottom: 40px; }
      .html-repair__box .desc span {
        color: #3F9EE3; }
    .html-repair__box .title-text {
      font-style: normal;
      font-weight: 350;
      font-size: 24px;
      line-height: 110.19%;
      color: #FFFFFF; }
    .html-repair__box .btn-link {
      display: flex;
      align-items: center;
      justify-content: center;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      color: #FFFFFF;
      text-decoration: none;
      margin-top: 25px;
      background: #3F9EE3;
      border-radius: 0px 12px;
      width: max-content;
      padding: 19px 40px;
      transition: all .3s ease;
      border: 1px solid #3F9EE3; }
      .html-repair__box .btn-link svg {
        margin-left: 10px; }
        .html-repair__box .btn-link svg path {
          transition: all .3s ease; }
      .html-repair__box .btn-link:hover {
        color: #3F9EE3;
        background-color: #fff; }
        .html-repair__box .btn-link:hover svg path {
          fill: #3F9EE3; }

.html-social {
  padding: 51px 0 83px;
  border-bottom: 1px solid #F0F3F8; }
  .html-social__title {
    margin-bottom: 19px;
    text-align: center;
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    color: #000000; }
  .html-social__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160.19%;
    text-align: center;
    color: #000000;
    max-width: 835px;
    margin: 0 auto 7px; }
    .html-social__desc span {
      color: #3F9EE3; }
  .html-social__link {
    text-align: center;
    margin-bottom: 7px; }
    .html-social__link span {
      text-decoration: none;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 160.19%;
      text-align: center;
      text-transform: uppercase;
      color: #3F9EE3; }
  .html-social__soc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px; }
    .html-social__soc a {
      display: block;
      margin: 0 10px; }
      .html-social__soc a svg {
        display: block; }
  .html-social__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .html-social__list .item {
      background: #FFFFFF;
      box-shadow: 0px 0px 31px 2px rgba(0, 0, 0, 0.11);
      border-radius: 12px;
      width: 250px;
      height: 343px;
      padding: 6px 9px 10px; }
      .html-social__list .item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.html-quadcopter {
  background-image: url(../image/demo/bg-quadcopter.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0; }
  .html-quadcopter .container {
    min-height: 365px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .html-quadcopter__box {
    padding: 42px 50px;
    width: 870px; }
    .html-quadcopter__box .title {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110.19%;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 20px; }
      .html-quadcopter__box .title span {
        color: #3F9EE3;
        text-transform: uppercase; }
    .html-quadcopter__box .desc {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      color: #fff;
      max-width: 433px;
      margin-bottom: 20px; }
      .html-quadcopter__box .desc span {
        color: #3F9EE3; }
    .html-quadcopter__box .title-text {
      font-style: normal;
      font-weight: 350;
      font-size: 24px;
      line-height: 110.19%;
      color: #FFFFFF; }
    .html-quadcopter__box .btn-link {
      display: flex;
      align-items: center;
      justify-content: center;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      color: #FFFFFF;
      text-decoration: none;
      margin-top: 25px;
      background: #3F9EE3;
      border-radius: 0px 12px;
      width: max-content;
      padding: 19px 40px; }
      .html-quadcopter__box .btn-link svg {
        margin-left: 10px; }

.page-login {
  padding: 70px 0;
  background: #F1F1F1; }
  .page-login__content {
    display: flex;
    background-color: #fff; }
  .page-login__slider {
    width: 50%; }
  .page-login__form {
    width: 50%;
    padding: 41px 128px 32px; }
    .page-login__form h1 {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      text-align: center;
      color: #000000;
      margin-bottom: 20px; }
    .page-login__form .form-group {
      margin-bottom: 20px; }
      .page-login__form .form-group input {
        background: #FFFFFF;
        border: 1px solid #CECECE;
        border-radius: 2px;
        height: 49px;
        padding: 17px 20px;
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #656565;
        width: 100%; }
      .page-login__form .form-group.forgotten {
        position: relative; }
        .page-login__form .form-group.forgotten input {
          padding-right: 115px; }
        .page-login__form .form-group.forgotten a {
          position: absolute;
          right: 14px;
          font-style: normal;
          font-weight: 350;
          font-size: 12px;
          line-height: 110%;
          text-decoration: none;
          color: #C1C1C1;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1; }
    .page-login__form .btn-login {
      background: #3F9EE3;
      border-radius: 0 12px;
      font-style: normal;
      font-weight: 350;
      font-size: 18px;
      line-height: 110%;
      color: #FFFFFF;
      padding: 17px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      margin-bottom: 24px; }
      .page-login__form .btn-login svg {
        margin-left: 9px; }
    .page-login__form .box-reg {
      text-align: center;
      margin: 0 -22px;
      padding-bottom: 37px;
      border-bottom: 1px solid #E0E0E0; }
    .page-login__form .btn-register {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      text-decoration-line: underline;
      color: #3F9EE3; }
    .page-login__form .login-social {
      padding: 29px 0 0; }
      .page-login__form .login-social__text {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #656565;
        margin-bottom: 21px;
        text-align: center; }
      .page-login__form .login-social__btns {
        margin-bottom: 7px; }
        .page-login__form .login-social__btns .btn-facebook {
          margin-bottom: 24px;
          background: #3B5998;
          border-radius: 2px;
          width: 100%;
          height: 49px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: none;
          border: 0; }
        .page-login__form .login-social__btns .btn-google {
          margin-bottom: 24px;
          width: 100%;
          height: 49px;
          background: #FFFFFF;
          border: 1px solid #656565;
          border-radius: 2px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: none; }
      .page-login__form .login-social__desc {
        font-style: normal;
        font-weight: 350;
        font-size: 12px;
        line-height: 110%;
        text-align: center;
        color: #C1C1C1; }

.page-register {
  padding: 70px 0;
  background: #F1F1F1; }
  .page-register__content {
    display: flex;
    background-color: #fff; }
  .page-register__slider {
    width: 50%; }
  .page-register__form {
    width: 50%;
    padding: 41px 128px 32px; }
    .page-register__form h1 {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      text-align: center;
      color: #000000;
      margin-bottom: 20px; }
    .page-register__form .form-group {
      margin-bottom: 20px; }
      .page-register__form .form-group input {
        background: #FFFFFF;
        border: 1px solid #CECECE;
        border-radius: 2px;
        height: 49px;
        padding: 17px 20px;
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #656565;
        width: 100%; }
      .page-register__form .form-group .text-danger {
        padding: 2px 0; }
    .page-register__form .buttons .btn-register {
      background: #3F9EE3;
      border-radius: 0 12px;
      font-style: normal;
      font-weight: 350;
      font-size: 18px;
      line-height: 110%;
      color: #FFFFFF;
      padding: 17px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      margin-bottom: 24px; }
      .page-register__form .buttons .btn-register svg {
        margin-left: 9px; }

.section-carouselLogin {
  width: 100%; }
  .section-carouselLogin__slider {
    width: 100%;
    height: 658px;
    margin: 0 !important; }
    .section-carouselLogin__slider .item img {
      height: 658px;
      object-fit: cover; }
    .section-carouselLogin__slider .slick-dots {
      bottom: 37px; }
      .section-carouselLogin__slider .slick-dots li {
        margin: 0 9px;
        height: 7px;
        width: 37px; }
        .section-carouselLogin__slider .slick-dots li.slick-active button {
          background: #3F9EE3; }
        .section-carouselLogin__slider .slick-dots li button {
          padding: 0;
          background: #DDDDDD;
          border-radius: 17px;
          width: 100%;
          height: 100%; }
          .section-carouselLogin__slider .slick-dots li button:before {
            display: none; }

.page-success {
  min-height: 500px;
  padding: 70px 0;
  background: #F1F1F1; }
  .page-success__content {
    background-color: #fff;
    padding: 41px 128px 32px;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    flex-direction: column; }
    .page-success__content a {
      color: #3F9EE3; }
    .page-success__content .buttons {
      padding: 30px 0 0;
      display: flex;
      justify-content: center; }
      .page-success__content .buttons .btn-continue {
        background: #3F9EE3;
        border-radius: 0 12px;
        font-style: normal;
        font-weight: 350;
        font-size: 18px;
        line-height: 110%;
        color: #FFFFFF;
        padding: 17px;
        width: 250px;
        display: flex;
        align-items: center;
        text-decoration: none;
        justify-content: center;
        border: 1px solid #3F9EE3;
        margin-bottom: 24px;
        transition: all .3s ease; }
        .page-success__content .buttons .btn-continue svg {
          margin-left: 9px; }
          .page-success__content .buttons .btn-continue svg path {
            transition: all .3s ease; }
        .page-success__content .buttons .btn-continue:hover {
          background-color: #fff;
          color: #3F9EE3; }
          .page-success__content .buttons .btn-continue:hover svg path {
            fill: #3F9EE3; }

.information__about {
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 160.19%;
  color: #000000; }
  .information__about h1 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    color: #000000; }
  .information__about h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160.19%;
    color: #000000; }
  .information__about h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    color: #000000; }
  .information__about-row {
    display: flex; }
    .information__about-row .inf {
      width: 50%;
      padding-right: 54px;
      margin-bottom: 70px; }
      .information__about-row .inf iframe {
        max-width: 100%; }
      .information__about-row .inf p {
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 160.19%;
        color: #000000;
        padding-bottom: 31px;
        margin-bottom: 29px;
        border-bottom: 1px solid #D5D5D5; }
        .information__about-row .inf p a {
          color: #000000;
          text-decoration: none; }
      .information__about-row .inf .address {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 160.19%;
        color: #656565;
        margin-bottom: 35px; }
      .information__about-row .inf .data-time {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 160.19%;
        color: #000000; }
        .information__about-row .inf .data-time span {
          font-size: 18px; }
    .information__about-row .descX {
      width: 50%;
      padding-left: 10px;
      margin-bottom: 70px; }
      .information__about-row .descX-box {
        background: #F0F0F0;
        padding: 22px 27px;
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 160.19%;
        color: #000000; }
  .information__about .image {
    margin-bottom: 60px; }
    .information__about .image img {
      object-fit: cover;
      min-height: 165px; }
  .information__about .text-row2 {
    column-width: 49.2%;
    column-count: 2;
    column-gap: 1.6%;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 135.69%;
    color: #000000;
    margin-bottom: 50px; }
    .information__about .text-row2 h5 {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 2px; }
  .information__about-bgBox {
    background: #F0F0F0;
    padding: 58px 0;
    margin-bottom: 50px; }
  .information__about-courses {
    background: #3F9EE3;
    margin: 50px 0 0;
    padding: 40px;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 135.69%;
    text-align: center;
    color: #FFFFFF !important; }
    .information__about-courses h5 {
      color: #FFFFFF !important; }
  .information__about-form legend {
    margin-bottom: 19px;
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 110%;
    color: #000000;
    text-align: center; }
  .information__about-form .form__group {
    margin-bottom: 15px; }
    .information__about-form .form__group label {
      width: 100%;
      display: block;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      color: #000000;
      margin-bottom: 7px; }
    .information__about-form .form__group select {
      background: #FFFFFF;
      border: 1px solid #CECECE;
      width: 100%;
      height: 49px;
      padding: 17px 19px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      cursor: pointer; }
    .information__about-form .form__group input {
      background: #FFFFFF;
      border: 1px solid #CECECE;
      width: 100%;
      height: 49px;
      padding: 17px 19px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      color: #CECECE; }
    .information__about-form .form__group textarea {
      background: #FFFFFF;
      border: 1px solid #CECECE;
      width: 100%;
      height: 98px;
      padding: 17px 19px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      color: #CECECE;
      resize: none; }
  .information__about-form .btn-form {
    max-width: 244px;
    width: 100%;
    background: #3F9EE3;
    border-radius: 0px 12px;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    color: #FFFFFF;
    border: 1px solid #3F9EE3;
    height: 50px;
    transition: all .3s ease;
    margin: 0 auto;
    display: block;
    transition: all .3s ease; }
    .information__about-form .btn-form:hover {
      background-color: #fff;
      color: #3F9EE3; }

.account-menu ul li:last-child a {
  border-bottom: 1px solid #E2E2E2; }
.account-menu ul li a {
  display: block;
  border: 1px solid #E2E2E2;
  border-bottom: 0;
  padding: 0 20px 0 30px;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 320%;
  color: #000000;
  text-decoration: none;
  transition: all .3s ease;
  text-transform: uppercase; }
  .account-menu ul li a:hover {
    background: #3F9EE3;
    color: #fff; }

.account-account h2 {
  font-style: normal;
  font-weight: 350;
  font-size: 32px;
  line-height: 110%;
  color: #2B2E32;
  margin-bottom: 15px; }
.account-account .list-unstyled {
  margin-bottom: 25px; }
  .account-account .list-unstyled li {
    margin-bottom: 5px; }
    .account-account .list-unstyled li a {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      color: #000000; }

.titleAccount {
  font-style: normal;
  font-weight: 350;
  font-size: 48px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 28px; }

.form-account .buttons .btn-back {
  height: 51px;
  padding: 0 16px;
  background: #FFFFFF;
  border: 1px solid #3F9EE3;
  border-radius: 0px 12px;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 51px;
  color: #3F9EE3;
  display: block;
  width: 224px;
  text-align: center;
  text-decoration: none; }
.form-account .buttons .btn-continue {
  height: 51px;
  background: #3F9EE3;
  border-radius: 0px 12px;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 135.69%;
  color: #FFFFFF;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  min-width: 120px;
  width: 224px; }
.form-account legend {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px; }
.form-account .form-group label {
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 7px; }
.form-account .form-group input {
  background: #FFFFFF;
  border: 1px solid #CECECE;
  width: 100%;
  padding: 17px 19px;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 110%; }
  .form-account .form-group input::placeholder {
    color: #CECECE; }
.form-account .form-group .radioBox {
  display: flex;
  align-items: center; }
.form-account .form-group .radio {
  margin: 0 25px 0 0; }
  .form-account .form-group .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px; }
  .form-account .form-group .radio input + label {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
    cursor: pointer;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 308.5%;
    color: #000000; }
  .form-account .form-group .radio input + label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #CECECE;
    border-radius: 50%;
    background: #FFF; }
  .form-account .form-group .radio input + label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #3F9EE3;
    opacity: 0;
    transition: .3s; }
  .form-account .form-group .radio input:checked + label:after {
    opacity: 1; }

.table-order table {
  border-spacing: 0 18px;
  border-collapse: separate;
  border: 0;
  margin-top: -18px; }
  .table-order table tr td {
    border: 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB; }
    .table-order table tr td:first-child {
      border-left: 1px solid #EBEBEB; }
    .table-order table tr td:last-child {
      border-right: 1px solid #EBEBEB; }
.table-order .boxInfo {
  padding-right: 18px; }
.table-order .box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EBEBEB; }
  .table-order .box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .table-order .box__image {
    width: 99px;
    text-align: center;
    margin-right: 4px; }
    .table-order .box__image img {
      height: 60px; }
  .table-order .box__name {
    width: 222px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 135.69%;
    text-transform: uppercase;
    color: #000000;
    margin-right: 56px; }
  .table-order .box__model {
    width: 131px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135.69%;
    text-transform: uppercase;
    margin-right: 36px; }
    .table-order .box__model span {
      color: #656565; }
  .table-order .box__quantity {
    width: 100px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135.69%;
    text-transform: uppercase; }
    .table-order .box__quantity span {
      color: #656565; }
.table-order .status {
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 135.69%;
  text-transform: uppercase; }
.table-order .total {
  vertical-align: middle;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  padding-right: 24px;
  width: 120px; }

.table-wishlist h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px; }
.table-wishlist table {
  border-spacing: 0 18px;
  border-collapse: separate;
  border: 0;
  margin-top: -18px; }
  .table-wishlist table tr td {
    border: 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB; }
    .table-wishlist table tr td:first-child {
      border-left: 1px solid #EBEBEB; }
    .table-wishlist table tr td:last-child {
      border-right: 1px solid #EBEBEB; }
.table-wishlist .boxInfo {
  padding-right: 18px; }
.table-wishlist .box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EBEBEB; }
  .table-wishlist .box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .table-wishlist .box__image {
    width: 99px;
    text-align: center;
    margin-right: 4px; }
    .table-wishlist .box__image img {
      height: 60px; }
  .table-wishlist .box__name {
    width: 222px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 135.69%;
    text-transform: uppercase;
    color: #000000;
    margin-right: 56px; }
  .table-wishlist .box__model {
    width: 131px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135.69%;
    text-transform: uppercase;
    margin-right: 36px; }
    .table-wishlist .box__model span {
      color: #656565; }
  .table-wishlist .box__quantity {
    width: 100px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135.69%;
    text-transform: uppercase; }
    .table-wishlist .box__quantity span {
      color: #656565; }
.table-wishlist .status {
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 135.69%;
  text-transform: uppercase; }
.table-wishlist .total {
  vertical-align: middle;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  padding-right: 24px;
  width: 120px; }

.section-featuredNewLeft {
  margin-bottom: 24px; }
  .section-featuredNewLeft h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 273.5%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0; }
  .section-featuredNewLeft ul li {
    margin-bottom: 14px; }
    .section-featuredNewLeft ul li a {
      font-style: normal;
      font-weight: 350;
      font-size: 18px;
      line-height: 20px;
      color: #000000;
      transition: all .3s ease; }
      .section-featuredNewLeft ul li a:hover {
        color: #3F9EE3; }

.section-latestNewLeft {
  margin-bottom: 50px; }
  .section-latestNewLeft h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 273.5%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 11px; }
  .section-latestNewLeft ul li {
    margin-bottom: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid #D2D2D2; }
    .section-latestNewLeft ul li a {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 137.5%;
      color: #656565; }
      .section-latestNewLeft ul li a:hover {
        color: #3F9EE3; }

.swiper-viewport.bannerSwiper {
  margin: 0 0 70px;
  border: 0;
  border-radius: 0;
  box-shadow: none; }
  .swiper-viewport.bannerSwiper img {
    width: 100%; }

.page-blog__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 29px; }
  .page-blog__header h1 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    color: #000000; }
  .page-blog__header .btn-group {
    margin-right: -8px; }
    .page-blog__header .btn-group button {
      border: 0;
      background: transparent;
      padding: 8px; }
      .page-blog__header .btn-group button svg {
        display: block; }
        .page-blog__header .btn-group button svg path {
          fill: #CECECE; }
      .page-blog__header .btn-group button.active svg path {
        fill: #3F9EE3; }
.page-blog .list-blogs .product-list {
  margin-bottom: 40px; }
  .page-blog .list-blogs .product-list .blog-thumb {
    position: relative; }
    .page-blog .list-blogs .product-list .blog-thumb .image {
      width: 100%;
      height: 242px;
      margin-bottom: 22px; }
      .page-blog .list-blogs .product-list .blog-thumb .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px; }
    .page-blog .list-blogs .product-list .blog-thumb .data {
      position: absolute;
      top: 15px;
      left: 19px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 160.19%;
      color: #FFFFFF; }
    .page-blog .list-blogs .product-list .blog-thumb .caption h4 {
      margin-bottom: 9px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .page-blog .list-blogs .product-list .blog-thumb .caption h4 a {
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        font-size: 18px;
        line-height: 110%;
        color: #000000; }
    .page-blog .list-blogs .product-list .blog-thumb .caption .description {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 160.19%;
      color: #000000;
      height: 44px;
      overflow: hidden; }
.page-blog .list-blogs .product-grid {
  margin-bottom: 40px; }
  .page-blog .list-blogs .product-grid .blog-thumb {
    position: relative; }
    .page-blog .list-blogs .product-grid .blog-thumb .image {
      width: 100%;
      height: 242px;
      margin-bottom: 22px; }
      .page-blog .list-blogs .product-grid .blog-thumb .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px; }
    .page-blog .list-blogs .product-grid .blog-thumb .data {
      position: absolute;
      top: 15px;
      left: 19px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 160.19%;
      color: #FFFFFF; }
    .page-blog .list-blogs .product-grid .blog-thumb .caption h4 {
      margin-bottom: 9px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .page-blog .list-blogs .product-grid .blog-thumb .caption h4 a {
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        font-size: 18px;
        line-height: 110%;
        color: #000000; }
    .page-blog .list-blogs .product-grid .blog-thumb .caption .description {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 160.19%;
      color: #000000;
      height: 44px;
      overflow: hidden; }
  .page-blog .list-blogs .product-grid:nth-child(1) {
    width: 55.7%; }
  .page-blog .list-blogs .product-grid:nth-child(2) {
    width: 44.3%; }
  .page-blog .list-blogs .product-grid:nth-child(4) {
    width: 32.1%; }
  .page-blog .list-blogs .product-grid:nth-child(5) {
    width: 67.9%; }
  .page-blog .list-blogs .product-grid:nth-child(6) {
    width: 55.7%; }
  .page-blog .list-blogs .product-grid:nth-child(7) {
    width: 44.3%; }

.page-article__header {
  width: 100%;
  height: 417px;
  background-color: #656565;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 39px; }
  .page-article__header .rating {
    margin-bottom: 14px;
    display: flex;
    align-items: center; }
    .page-article__header .rating svg {
      margin-right: 8px; }
  .page-article__header h1 {
    font-style: normal;
    font-weight: 350;
    font-size: 36px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 15px; }
  .page-article__header .data {
    font-style: normal;
    font-weight: 350;
    font-size: 12px;
    line-height: 110%;
    /* or 13px */
    color: #FFFFFF; }
.page-article__description {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 26px;
  color: #000000; }
  .page-article__description h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px; }
  .page-article__description ol, .page-article__description ul {
    list-style: unset;
    padding-left: 26px; }
.page-article__share {
  margin-bottom: 32px; }
  .page-article__share .addthis_toolbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    .page-article__share .addthis_toolbox .atclear {
      display: none; }
.page-article__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px; }
  .page-article__nav a {
    margin: 0 32px;
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 110%;
    color: #000000; }

.list-reviews {
  margin-bottom: 9px; }
  .list-reviews__none {
    padding: 30px;
    text-align: center;
    border-bottom: 1px dashed #CECECE;
    border-top: 1px dashed #CECECE;
    margin-bottom: 36px; }
  .list-reviews__item {
    display: flex;
    padding-bottom: 31px;
    border-bottom: 1px dashed #CECECE;
    margin-bottom: 27px; }
    .list-reviews__item .avatar {
      width: 97px;
      min-width: 97px;
      margin-right: 19px; }
      .list-reviews__item .avatar span {
        width: 97px;
        height: 97px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e2e2e2; }
        .list-reviews__item .avatar span img {
          width: 50px; }
    .list-reviews__item .desc {
      width: 100%; }
      .list-reviews__item .desc__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px; }
        .list-reviews__item .desc__title .name {
          font-style: normal;
          font-weight: normal;
          font-size: 24px;
          line-height: 117.69%;
          color: #000000; }
        .list-reviews__item .desc__title .rating svg {
          margin-left: 5px; }
      .list-reviews__item .desc__date {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        color: #9FA8AD;
        margin-bottom: 10px; }
      .list-reviews__item .desc__text {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 137.69%;
        color: #000000; }

.list-reviewsProduct {
  margin-bottom: 9px; }
  .list-reviewsProduct__none {
    padding: 30px;
    text-align: center;
    border-bottom: 1px dashed #CECECE;
    border-top: 1px dashed #CECECE;
    margin-bottom: 36px; }
  .list-reviewsProduct__item {
    display: flex;
    padding: 25px 28px;
    border: 1px solid #D4D4D4;
    margin-bottom: 20px; }
    .list-reviewsProduct__item .avatar {
      width: 97px;
      min-width: 97px;
      margin-right: 29px; }
      .list-reviewsProduct__item .avatar span {
        width: 97px;
        height: 97px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e2e2e2; }
        .list-reviewsProduct__item .avatar span img {
          width: 50px; }
    .list-reviewsProduct__item .desc {
      width: 100%; }
      .list-reviewsProduct__item .desc__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px; }
        .list-reviewsProduct__item .desc__title .name {
          font-style: normal;
          font-weight: normal;
          font-size: 24px;
          line-height: 117.69%;
          color: #000000; }
        .list-reviewsProduct__item .desc__title .dox-rd {
          display: flex;
          align-items: center; }
        .list-reviewsProduct__item .desc__title .rating {
          display: flex;
          align-items: center; }
          .list-reviewsProduct__item .desc__title .rating svg {
            margin-right: 5px;
            display: block; }
        .list-reviewsProduct__item .desc__title .date {
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          line-height: 17px;
          color: #9FA8AD;
          margin-left: 20px; }
      .list-reviewsProduct__item .desc__text {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 137.69%;
        color: #000000; }

.form-reviews {
  margin-bottom: 70px; }
  .form-reviews h2 {
    margin-bottom: 13px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 137.69%;
    color: #000000; }
  .form-reviews .form-group {
    margin-bottom: 20px; }
    .form-reviews .form-group textarea {
      width: 100%;
      background: #FFFFFF;
      border: 1px solid #CECECE;
      border-radius: 2px;
      resize: none;
      height: 126px;
      padding: 17px 20px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%; }
    .form-reviews .form-group .input {
      max-width: 343px;
      width: 100%;
      background: #FFFFFF;
      border: 1px solid #CECECE;
      border-radius: 2px;
      padding: 17px 20px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%; }
    .form-reviews .form-group .rating-box {
      display: flex;
      align-items: center;
      height: 51px; }
      .form-reviews .form-group .rating-box__title {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        margin-right: 15px; }
      .form-reviews .form-group .rating-box__list {
        display: flex;
        align-items: center;
        flex-direction: row-reverse; }
        .form-reviews .form-group .rating-box__list label {
          margin: 2px; }
        .form-reviews .form-group .rating-box__list:not(:checked) > input {
          position: absolute;
          left: -9999px;
          z-index: -11111; }
        .form-reviews .form-group .rating-box__list:not(:checked) > label {
          width: 15px;
          height: 15px;
          background-image: url(../image/demo/star-no.svg);
          background-repeat: no-repeat;
          cursor: pointer; }
        .form-reviews .form-group .rating-box__list > input:checked ~ label {
          background-image: url(../image/demo/star-yes.svg); }
        .form-reviews .form-group .rating-box__list:not(:checked) > label:hover, .form-reviews .form-group .rating-box__list:not(:checked) > label:hover ~ label {
          background-image: url(../image/demo/star-yes.svg); }
        .form-reviews .form-group .rating-box__list > input:checked + label:hover, .form-reviews .form-group .rating-box__list > input:checked + label:hover ~ label, .form-reviews .form-group .rating-box__list > input:checked ~ label:hover, .form-reviews .form-group .rating-box__list > input:checked ~ label:hover ~ label, .form-reviews .form-group .rating-box__list > label:hover ~ input:checked ~ label {
          background-image: url(../image/demo/star-yes.svg); }
  .form-reviews .buttons .btn-reviews {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 110%;
    background: #3F9EE3;
    border-radius: 0px 12px;
    color: #FFFFFF;
    padding: 16px;
    width: 245px;
    border: 1px solid #3F9EE3;
    transition: all .3s ease; }
    .form-reviews .buttons .btn-reviews:hover {
      color: #3F9EE3;
      background-color: #fff; }

.page-product h1 {
  font-style: normal;
  font-weight: 350;
  font-size: 36px;
  line-height: 110%;
  color: #2B2E32;
  margin-bottom: 22px; }
.page-product__content {
  display: flex;
  margin-bottom: 70px; }
.page-product__images {
  margin-right: 46px;
  width: 427px;
  max-width: 427px;
  position: relative;
  height: 351px;
  position: relative; }
  .page-product__images .btn-wishlist {
    position: absolute;
    z-index: 3;
    top: 1px;
    right: -19px;
    padding: 12px;
    border: 0;
    background: 0; }
    .page-product__images .btn-wishlist svg {
      display: block; }
  .page-product__images .slider-for {
    width: 100%; }
    .page-product__images .slider-for-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      z-index: 4;
      cursor: pointer; }
    .page-product__images .slider-for-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      z-index: 4;
      cursor: pointer; }
    .page-product__images .slider-for .item {
      display: flex !important;
      align-items: center;
      justify-content: center;
      height: 351px; }
      .page-product__images .slider-for .item img {
        max-width: 100%;
        max-height: 100%; }
  .page-product__images .slider-nav {
    padding: 0 25px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .page-product__images .slider-nav .item {
      padding: 0 8px; }
      .page-product__images .slider-nav .item__box {
        height: 42px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
        .page-product__images .slider-nav .item__box img {
          max-height: 100%; }
.page-product__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%; }
.page-product__info {
  width: 241px;
  max-width: 241px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .page-product__info .rating {
    margin-bottom: 22px;
    display: flex; }
    .page-product__info .rating svg {
      margin-right: 8px;
      display: block; }
  .page-product__info .stock {
    background: #D8FFE3;
    border-radius: 28px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 350;
    font-size: 13px;
    line-height: 172%;
    color: #12732D;
    width: max-content;
    padding: 2px 9px;
    display: flex;
    align-items: center; }
    .page-product__info .stock svg {
      margin-right: 7px; }
  .page-product__info .specification ul li {
    display: flex;
    margin-bottom: 12px; }
    .page-product__info .specification ul li .name {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      color: #656565;
      width: 86px;
      min-width: 86px;
      margin-right: 35px; }
    .page-product__info .specification ul li .value {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #000000; }
  .page-product__info .btn-fast {
    background: #FFFFFF;
    border: 1.24324px solid #3F9EE3;
    border-radius: 0 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    color: #3F9EE3;
    max-width: 100%;
    width: 200px;
    cursor: pointer;
    transition: all .3s ease; }
    .page-product__info .btn-fast:hover {
      color: #fff;
      background-color: #3F9EE3; }
.page-product__navs {
  width: 128px;
  max-width: 128px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding-top: 62px; }
  .page-product__navs .found-cheaper {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 350;
    font-size: 13px;
    line-height: 128%;
    text-decoration-line: underline;
    color: #C1C1C1; }
  .page-product__navs .prices .price {
    margin-bottom: 16px; }
    .page-product__navs .prices .price-new {
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 128%;
      color: #2B9248; }
    .page-product__navs .prices .price-old {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 135.69%;
      text-decoration-line: line-through;
      color: #D5D5D5;
      margin-bottom: 11px; }
    .page-product__navs .prices .price-tax {
      color: #D5D5D5;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 18px; }
  .page-product__navs .prices .quantity {
    margin-bottom: 20px; }
    .page-product__navs .prices .quantity-label {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 135.69%;
      color: #656565;
      margin-bottom: 7px; }
    .page-product__navs .prices .quantity-input {
      position: relative;
      width: 90px; }
      .page-product__navs .prices .quantity-input input {
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        line-height: 135.69%;
        text-transform: uppercase;
        color: #000000;
        height: 29px; }
      .page-product__navs .prices .quantity-input .plus, .page-product__navs .prices .quantity-input .minus {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 26px;
        cursor: pointer;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 135.69%;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000000; }
        .page-product__navs .prices .quantity-input .plus:after, .page-product__navs .prices .quantity-input .minus:after {
          content: '';
          width: 1px;
          height: 18px;
          background: #EBEBEB;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
      .page-product__navs .prices .quantity-input .plus {
        right: 0; }
        .page-product__navs .prices .quantity-input .plus:after {
          left: 0; }
      .page-product__navs .prices .quantity-input .minus {
        left: 0; }
        .page-product__navs .prices .quantity-input .minus:after {
          right: 0; }
  .page-product__navs .btn-fast {
    display: none;
    background: #FFFFFF;
    border: 1.24324px solid #3F9EE3;
    border-radius: 0 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    color: #3F9EE3;
    max-width: 100%;
    width: 200px;
    cursor: pointer; }
  .page-product__navs .btn-cart {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 135.69%;
    color: #FFFFFF;
    background: #3F9EE3;
    border-radius: 0 14.9189px;
    border: 1px solid #3F9EE3;
    transition: all .3s ease; }
    .page-product__navs .btn-cart svg {
      margin-left: 6px; }
      .page-product__navs .btn-cart svg path {
        transition: all .3s ease; }
    .page-product__navs .btn-cart:hover {
      background-color: #fff;
      color: #3F9EE3; }
      .page-product__navs .btn-cart:hover svg path {
        fill: #3F9EE3; }
.page-product__desc {
  width: 247px;
  max-width: 247px; }
  .page-product__desc .delivery ul li {
    display: flex;
    margin-bottom: 25px; }
    .page-product__desc .delivery ul li .name {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 102.19%;
      color: #656565;
      width: 144px;
      min-width: 144px;
      padding-left: 33px;
      position: relative; }
      .page-product__desc .delivery ul li .name img {
        position: absolute;
        left: 0;
        top: 0; }
    .page-product__desc .delivery ul li .value {
      font-style: normal;
      padding-left: 21px;
      font-weight: 350;
      font-size: 14px;
      line-height: 102.19%;
      color: #000000; }
  .page-product__desc .warranty {
    background: #F0F3F8;
    padding: 18px 33px;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 102.19%;
    color: #000000; }
    .page-product__desc .warranty b {
      font-weight: 700; }
.page-product__tab .nav-tabs {
  border-bottom: 1px solid #D2D2D7; }
  .page-product__tab .nav-tabs > li {
    margin-right: 40px; }
    .page-product__tab .nav-tabs > li.active > a {
      color: #000000;
      border: 0;
      background: transparent; }
      .page-product__tab .nav-tabs > li.active > a:after {
        opacity: 1; }
    .page-product__tab .nav-tabs > li > a {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 110%;
      color: #656565;
      padding: 21px 0;
      position: relative;
      border: 0; }
      .page-product__tab .nav-tabs > li > a:after {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #000;
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        transition: all .3s ease;
        opacity: 0; }
      .page-product__tab .nav-tabs > li > a:hover {
        background: transparent;
        border: 0; }
.page-product__tab .tab-content .tab-pane {
  padding: 0 0 79px;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 110%;
  color: #101010; }
  .page-product__tab .tab-content .tab-pane.tab-paneText {
    padding: 35px 0 79px; }
    .page-product__tab .tab-content .tab-pane.tab-paneText h1, .page-product__tab .tab-content .tab-pane.tab-paneText h2, .page-product__tab .tab-content .tab-pane.tab-paneText h3, .page-product__tab .tab-content .tab-pane.tab-paneText h4, .page-product__tab .tab-content .tab-pane.tab-paneText h5, .page-product__tab .tab-content .tab-pane.tab-paneText h6 {
      margin: 20px 0 15px; }
    .page-product__tab .tab-content .tab-pane.tab-paneText p {
      margin-bottom: 10px; }
  .page-product__tab .tab-content .tab-pane .table {
    border: 0; }
    .page-product__tab .tab-content .tab-pane .table thead tr td {
      font-style: normal;
      font-weight: 350;
      font-size: 18px;
      line-height: 110%;
      color: #000000;
      padding: 33px 0 16px;
      border: 0; }
    .page-product__tab .tab-content .tab-pane .table tbody tr:nth-child(2n+1) {
      background: #F4F8FF; }
    .page-product__tab .tab-content .tab-pane .table tbody tr td {
      border: 0;
      padding: 12px 19px; }
      .page-product__tab .tab-content .tab-pane .table tbody tr td:first-child {
        width: 358px; }

.page-catalogList__menu {
  background: linear-gradient(180deg, #FFFFFF 30.52%, #FFFFFF 100%);
  box-shadow: inset 0px -6px 73px 8px rgba(0, 0, 0, 0.07);
  padding: 25px 0;
  margin-bottom: 56px; }
  .page-catalogList__menu ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-catalogList__menu ul li {
      position: relative; }
      .page-catalogList__menu ul li:after {
        content: '';
        width: 1px;
        height: 56px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        background-color: #F0F0F0; }
      .page-catalogList__menu ul li:last-child:after {
        display: none; }
      .page-catalogList__menu ul li .image {
        width: 40px;
        height: 40px;
        margin-bottom: 16px; }
        .page-catalogList__menu ul li .image svg {
          width: 100%; }
      .page-catalogList__menu ul li a {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 161px; }
      .page-catalogList__menu ul li span {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135.69%;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #2B2E32; }
.page-catalogList__firtstBox {
  display: flex;
  margin-bottom: 40px; }
  .page-catalogList__firtstBox .productBig {
    flex: 1 0;
    display: flex;
    justify-content: space-between; }
    .page-catalogList__firtstBox .productBig__slider {
      flex: 1 0;
      max-width: 405px;
      position: relative;
      height: 286px;
      background-image: url("../image/demo/spinner.gif");
      background-position: center center;
      background-repeat: no-repeat; }
      .page-catalogList__firtstBox .productBig__slider.active {
        background: none; }
        .page-catalogList__firtstBox .productBig__slider.active .slider-for, .page-catalogList__firtstBox .productBig__slider.active .slider-nav {
          opacity: 1; }
      .page-catalogList__firtstBox .productBig__slider .wishlist {
        position: absolute;
        z-index: 6;
        top: 2px;
        right: 1px;
        cursor: pointer; }
        .page-catalogList__firtstBox .productBig__slider .wishlist svg {
          width: 16px; }
          .page-catalogList__firtstBox .productBig__slider .wishlist svg path {
            transition: all .3s ease; }
        .page-catalogList__firtstBox .productBig__slider .wishlist:hover svg path {
          fill: #3F9EE3;
          opacity: .5; }
        .page-catalogList__firtstBox .productBig__slider .wishlist.active svg path {
          fill: #3F9EE3; }
      .page-catalogList__firtstBox .productBig__slider .btn-wishlist {
        position: absolute;
        z-index: 3;
        top: 1px;
        right: -19px;
        padding: 12px;
        border: 0;
        background: 0; }
        .page-catalogList__firtstBox .productBig__slider .btn-wishlist svg {
          display: block; }
      .page-catalogList__firtstBox .productBig__slider .slider-for {
        width: 100%;
        opacity: 0;
        transition: opacity .3s ease; }
        .page-catalogList__firtstBox .productBig__slider .slider-for-prev {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          z-index: 4;
          cursor: pointer; }
        .page-catalogList__firtstBox .productBig__slider .slider-for-next {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          z-index: 4;
          cursor: pointer; }
        .page-catalogList__firtstBox .productBig__slider .slider-for .item {
          display: flex !important;
          align-items: center;
          justify-content: center;
          height: 286px; }
          .page-catalogList__firtstBox .productBig__slider .slider-for .item img {
            max-width: 100%;
            max-height: 100%; }
      .page-catalogList__firtstBox .productBig__slider .slider-nav {
        padding: 0 25px !important;
        position: absolute;
        bottom: -11px;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity .3s ease; }
        .page-catalogList__firtstBox .productBig__slider .slider-nav .item {
          padding: 0 8px; }
          .page-catalogList__firtstBox .productBig__slider .slider-nav .item__box {
            height: 42px;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center; }
            .page-catalogList__firtstBox .productBig__slider .slider-nav .item__box img {
              max-height: 100%; }
    .page-catalogList__firtstBox .productBig__info {
      width: 225px;
      padding-top: 20px; }
      .page-catalogList__firtstBox .productBig__info .rating {
        margin-bottom: 17px;
        display: flex; }
        .page-catalogList__firtstBox .productBig__info .rating svg {
          display: block;
          margin-right: 8px; }
      .page-catalogList__firtstBox .productBig__info .stock {
        margin-bottom: 20px;
        background: #D8FFE3;
        border-radius: 28px;
        height: 26px;
        padding: 0 13px 0 9px;
        font-style: normal;
        font-weight: 350;
        font-size: 13px;
        line-height: 172%;
        color: #12732D;
        display: flex;
        align-items: center;
        max-width: max-content; }
        .page-catalogList__firtstBox .productBig__info .stock svg {
          margin-right: 7px; }
      .page-catalogList__firtstBox .productBig__info .name {
        margin-bottom: 10px;
        min-height: 60px; }
        .page-catalogList__firtstBox .productBig__info .name a {
          font-style: normal;
          font-weight: 350;
          font-size: 18px;
          line-height: 110%;
          color: #2B2E32;
          text-decoration: none;
          text-transform: uppercase;
          transition: color .3s ease; }
          .page-catalogList__firtstBox .productBig__info .name a:hover {
            color: #3F9EE3; }
      .page-catalogList__firtstBox .productBig__info .price {
        margin-bottom: 25px; }
        .page-catalogList__firtstBox .productBig__info .price-new {
          font-style: normal;
          font-weight: bold;
          font-size: 24px;
          line-height: 135.69%;
          color: #2B9248;
          white-space: nowrap; }
        .page-catalogList__firtstBox .productBig__info .price-old {
          font-style: normal;
          font-weight: 350;
          font-size: 20px;
          line-height: 157.19%;
          text-decoration: line-through;
          color: #D4D4D4;
          white-space: nowrap; }
        .page-catalogList__firtstBox .productBig__info .price-tax {
          font-style: normal;
          font-weight: 350;
          font-size: 14px;
          line-height: 157.19%;
          color: #D4D4D4;
          white-space: nowrap; }
      .page-catalogList__firtstBox .productBig__info .button-group .addCart {
        height: 46px;
        background: #3F9EE3;
        border: 1px solid #3F9EE3;
        border-radius: 0 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135.69%;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
        min-width: 94px;
        transition: all .3s ease;
        margin-bottom: 10px; }
        .page-catalogList__firtstBox .productBig__info .button-group .addCart svg {
          margin-left: 10px; }
          .page-catalogList__firtstBox .productBig__info .button-group .addCart svg path {
            transition: all .3s ease; }
        .page-catalogList__firtstBox .productBig__info .button-group .addCart:hover {
          background-color: #fff;
          color: #3F9EE3; }
          .page-catalogList__firtstBox .productBig__info .button-group .addCart:hover svg path {
            fill: #3F9EE3; }
      .page-catalogList__firtstBox .productBig__info .button-group .addFastCart {
        height: 46px;
        padding: 0 6px;
        background: #FFFFFF;
        border: 1px solid #fff;
        text-decoration: underline;
        border-radius: 0 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135.69%;
        color: #3F9EE3;
        transition: all .3s ease;
        text-transform: none; }
        .page-catalogList__firtstBox .productBig__info .button-group .addFastCart:hover {
          background-color: #3F9EE3;
          border: 1px solid #3F9EE3;
          color: #fff; }
  .page-catalogList__firtstBox .images {
    width: 488px;
    margin-left: 42px; }
    .page-catalogList__firtstBox .images img {
      max-width: 100%;
      border-radius: 5px;
      height: 100%;
      object-fit: cover; }
.page-catalogList__box {
  margin-bottom: 75px; }
  .page-catalogList__box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px; }
    .page-catalogList__box .title h2 {
      font-style: normal;
      font-weight: 350;
      font-size: 36px;
      line-height: 110%;
      /* identical to box height, or 40px */
      color: #2B2E32; }
    .page-catalogList__box .title a {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 135.69%;
      text-decoration-line: underline;
      color: #3F9EE3;
      display: block; }
  .page-catalogList__box .slider {
    margin: 0 -10px; }
    .page-catalogList__box .slider .slick-dots li {
      margin: 0 9px;
      height: 5px;
      width: 34px; }
      .page-catalogList__box .slider .slick-dots li.slick-active button {
        background: #3F9EE3; }
      .page-catalogList__box .slider .slick-dots li button {
        padding: 0;
        background: #DDDDDD;
        border-radius: 17px;
        width: 100%;
        height: 100%; }
        .page-catalogList__box .slider .slick-dots li button:before {
          display: none; }
    .page-catalogList__box .slider .item {
      padding: 0 10px; }
    .page-catalogList__box .slider .slick-slide {
      height: auto; }

.product-layout.prod {
  background: #FFFFFF;
  border: 1px solid #F0F0F0; }
  .product-layout.prod .product-thumb {
    position: relative;
    padding: 38px 21px 27px; }
    .product-layout.prod .product-thumb .rating {
      position: absolute;
      top: 15px;
      left: 20px; }
    .product-layout.prod .product-thumb .wishlist {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 7;
      cursor: pointer; }
      .product-layout.prod .product-thumb .wishlist svg {
        width: 16px; }
        .product-layout.prod .product-thumb .wishlist svg path {
          transition: all .3s ease; }
      .product-layout.prod .product-thumb .wishlist:hover svg path {
        fill: #3F9EE3;
        opacity: .5; }
      .product-layout.prod .product-thumb .wishlist.active svg path {
        fill: #3F9EE3; }
    .product-layout.prod .product-thumb .name {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 135.69%;
      text-transform: uppercase;
      color: #000000;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      position: relative;
      z-index: 2; }
    .product-layout.prod .product-thumb .image {
      height: 197px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-layout.prod .product-thumb .image img {
        max-width: 100%;
        max-height: 100%; }
    .product-layout.prod .product-thumb .caption {
      height: 63px;
      margin-bottom: 18px;
      display: flex;
      flex-direction: column; }
      .product-layout.prod .product-thumb .caption .stock {
        margin-bottom: 14px;
        background: #D8FFE3;
        border-radius: 28px;
        height: 26px;
        padding: 0 13px 0 9px;
        font-style: normal;
        font-weight: 350;
        font-size: 13px;
        line-height: 172%;
        color: #12732D;
        display: flex;
        align-items: center;
        max-width: max-content; }
        .product-layout.prod .product-thumb .caption .stock svg {
          margin-right: 7px; }
      .product-layout.prod .product-thumb .caption .price {
        margin-bottom: 2px; }
        .product-layout.prod .product-thumb .caption .price-new {
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 135.69%;
          color: #2B9248;
          white-space: nowrap; }
        .product-layout.prod .product-thumb .caption .price-old {
          font-style: normal;
          font-weight: 350;
          font-size: 14px;
          line-height: 157.19%;
          text-decoration: line-through;
          color: #D4D4D4;
          white-space: nowrap; }
        .product-layout.prod .product-thumb .caption .price-tax {
          font-style: normal;
          font-weight: 350;
          font-size: 14px;
          line-height: 157.19%;
          color: #D4D4D4;
          white-space: nowrap; }
    .product-layout.prod .product-thumb .button-groups {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .product-layout.prod .product-thumb .button-groups .boc_order_category_btn {
        height: 30px;
        padding: 0 6px;
        background: #FFFFFF;
        border: 1px solid #3F9EE3;
        border-radius: 0px 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 135.69%;
        color: #3F9EE3;
        transition: all .3s ease;
        text-transform: none;
        width: max-content;
        min-width: 120px; }
        .product-layout.prod .product-thumb .button-groups .boc_order_category_btn:hover {
          background-color: #3F9EE3;
          color: #fff; }
    .product-layout.prod .product-thumb .button-group {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .product-layout.prod .product-thumb .button-group .addCart {
        height: 30px;
        background: #3F9EE3;
        border: 1px solid #3F9EE3;
        border-radius: 0px 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 135.69%;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        min-width: 94px;
        transition: all .3s ease; }
        .product-layout.prod .product-thumb .button-group .addCart svg {
          margin-left: 10px; }
          .product-layout.prod .product-thumb .button-group .addCart svg path {
            transition: all .3s ease; }
        .product-layout.prod .product-thumb .button-group .addCart:hover {
          background-color: #fff;
          color: #3F9EE3; }
          .product-layout.prod .product-thumb .button-group .addCart:hover svg path {
            fill: #3F9EE3; }
      .product-layout.prod .product-thumb .button-group .addFastCart {
        height: 30px;
        padding: 0 6px;
        background: #FFFFFF;
        border: 1px solid #3F9EE3;
        border-radius: 0px 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 135.69%;
        color: #3F9EE3;
        transition: all .3s ease;
        text-transform: none; }
        .product-layout.prod .product-thumb .button-group .addFastCart:hover {
          background-color: #3F9EE3;
          color: #fff; }

.page-catalog__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px; }
  .page-catalog__title h1 {
    font-style: normal;
    font-weight: 350;
    font-size: 36px;
    line-height: 110%;
    color: #2B2E32;
    margin: 0; }
  .page-catalog__title .box-group {
    display: flex;
    align-items: center; }
  .page-catalog__title .btn-group {
    margin-left: 20px;
    display: flex; }
    .page-catalog__title .btn-group button {
      padding: 0;
      margin-left: 20px;
      display: block;
      border: 0;
      background-color: transparent; }
      .page-catalog__title .btn-group button svg {
        display: block; }
        .page-catalog__title .btn-group button svg path {
          transition: all .3s ease;
          fill: #CECECE; }
      .page-catalog__title .btn-group button.active svg path {
        fill: #3F9EE3; }
      .page-catalog__title .btn-group button:hover svg path {
        fill: #3F9EE3;
        opacity: .7; }
  .page-catalog__title .form-group {
    border: 0;
    margin-bottom: 0; }
    .page-catalog__title .form-group select {
      width: max-content;
      text-align: right;
      border: 0;
      font-weight: 350;
      cursor: pointer;
      box-shadow: none;
      text-decoration: underline;
      background-image: url(../image/arrow-select.svg);
      background-repeat: no-repeat;
      background-position: calc(100% - 10px) center;
      transition: all .3s ease;
      padding-right: 23px; }
      .page-catalog__title .form-group select:hover {
        background-color: #80808026; }
.page-catalog__search .form__group {
  margin-bottom: 15px; }
  .page-catalog__search .form__group label {
    width: 100%;
    display: block;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 7px;
    min-height: 15px; }
  .page-catalog__search .form__group select {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    width: 100%;
    height: 49px;
    padding: 17px 19px;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    cursor: pointer; }
  .page-catalog__search .form__group input {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    width: 100%;
    height: 49px;
    padding: 17px 19px;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%; }
    .page-catalog__search .form__group input::placeholder {
      color: #CECECE; }
.page-catalog__search .form__radio {
  margin-bottom: 15px; }
  .page-catalog__search .form__radio .radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px; }
  .page-catalog__search .form__radio .radio + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    font-weight: 350; }
  .page-catalog__search .form__radio .radio:disabled + label {
    opacity: .5; }
  .page-catalog__search .form__radio .radio + label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #CECECE;
    border-radius: 50%;
    background: #FFF; }
  .page-catalog__search .form__radio .radio + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3F9EE3;
    opacity: 0;
    transition: all .3s ease; }
  .page-catalog__search .form__radio .radio:checked + label:after {
    opacity: 1; }
.page-catalog__search .btn-searchPG {
  margin-bottom: 50px;
  background: #3F9EE3;
  border-radius: 0 12px;
  padding: 14px 38px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 135.69%;
  display: block;
  width: max-content;
  color: #FFFFFF;
  min-width: 150px;
  text-decoration: none;
  border: 1px solid #3F9EE3;
  transition: all .3s ease; }
  .page-catalog__search .btn-searchPG:hover {
    color: #3F9EE3;
    background-color: #fff; }
.page-catalog__list .row {
  margin: 0 -10px; }
.page-catalog__list .item {
  margin-bottom: 20px;
  padding: 0 10px !important; }
.page-catalog #column-left {
  position: relative; }
  .page-catalog #column-left:after {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #F0F0F0; }
.page-catalog__filter {
  display: none;
  margin-bottom: 20px; }
  .page-catalog__filter .btn-menuCatalog {
    width: calc(50% - 12.5px);
    background: #242629;
    border: 1px solid #242629;
    box-sizing: border-box;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 110%;
    color: #FFFFFF;
    height: 37px;
    cursor: pointer; }
    .page-catalog__filter .btn-menuCatalog svg {
      margin-right: 13px; }
  .page-catalog__filter .btn-filter {
    height: 37px;
    width: calc(50% - 12.5px);
    background: #FFFFFF;
    border: 1px solid #656565;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 110%;
    cursor: pointer;
    color: #000000; }
    .page-catalog__filter .btn-filter svg {
      margin-right: 8px; }

.product-list .product-layout.prod .product-thumb .caption {
  margin-top: -35px; }

.menu-catalog {
  padding-top: 40px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative; }
  .menu-catalog__close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px; }
    .menu-catalog__close svg {
      width: 20px;
      height: auto; }
  .menu-catalog:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 10000px;
    right: 0;
    height: 1px;
    background-color: #F0F0F0; }
  .menu-catalog__title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 24px; }
  .menu-catalog__list {
    padding-right: 40px; }
    .menu-catalog__list-item .btn-cat {
      display: flex;
      justify-content: space-between; }
    .menu-catalog__list-item a {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 388.69%;
      color: #000000;
      display: block;
      width: 100%;
      position: relative; }
    .menu-catalog__list-item span {
      width: 40px;
      min-width: 40px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .menu-catalog__list-item span svg {
        margin-left: auto;
        display: block; }
    .menu-catalog__list-item ol {
      list-style: disc;
      padding-left: 30px; }
      .menu-catalog__list-item ol li a {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 286.69%;
        color: #000000;
        padding-right: 10px; }
        .menu-catalog__list-item ol li a.active {
          color: #3F9EE3; }

.page-checkout {
  padding-top: 47px; }
  .page-checkout #simplecheckout_button_confirm, .page-checkout #button-confirm {
    display: none !important; }
  .page-checkout h1 {
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 35px;
    text-transform: uppercase; }
  .page-checkout__container {
    margin: 0 -25px;
    display: flex;
    justify-content: space-between; }
  .page-checkout .simplecheckout-block-content {
    padding: 0; }
  .page-checkout .form__group {
    margin-bottom: 15px; }
    .page-checkout .form__group label {
      width: 100%;
      display: block;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      color: #000000;
      margin-bottom: 7px; }
    .page-checkout .form__group select {
      background: #FFFFFF;
      border: 1px solid #CECECE;
      width: 100%;
      height: 49px;
      padding: 17px 19px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      cursor: pointer; }
    .page-checkout .form__group input {
      background: #FFFFFF;
      border: 1px solid #CECECE;
      width: 100%;
      height: 49px;
      padding: 17px 19px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      color: #000; }
  .page-checkout__form {
    display: flex;
    max-width: 700px;
    width: 100%; }
    .page-checkout__form .box {
      width: 50%;
      padding: 0 25px; }
      .page-checkout__form .box-form {
        margin-bottom: 30px; }
        .page-checkout__form .box-form .title {
          margin-bottom: 19px;
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 110%;
          color: #000000; }
    .page-checkout__form .form__radio {
      margin-bottom: 15px; }
      .page-checkout__form .form__radio .radio {
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin: 10px 0 0 7px; }
      .page-checkout__form .form__radio .radio + label {
        position: relative;
        padding: 0 0 0 30px;
        cursor: pointer; }
      .page-checkout__form .form__radio .radio + label:before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #CECECE;
        border-radius: 50%;
        background: #FFF; }
      .page-checkout__form .form__radio .radio + label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 4px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #3F9EE3;
        opacity: 0;
        transition: all .3s ease; }
      .page-checkout__form .form__radio .radio:checked + label:after {
        opacity: 1; }
  .page-checkout__list {
    max-width: 512px;
    width: 100%;
    padding: 60px 25px 0; }
    .page-checkout__list .title {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 110%;
      color: #000000;
      margin-bottom: 18px; }
    .page-checkout__list .checkoutList {
      margin-bottom: 11px; }
      .page-checkout__list .checkoutList__item {
        background: #FFFFFF;
        border: 1px solid #CECECE;
        margin-bottom: 19px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 12px 28px 12px 0; }
        .page-checkout__list .checkoutList__item .delay {
          position: absolute;
          top: 7px;
          right: 8px;
          cursor: pointer;
          background: transparent;
          border: 0; }
        .page-checkout__list .checkoutList__item .image {
          padding: 3px;
          width: 96px;
          height: 78px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: -12px 0; }
          .page-checkout__list .checkoutList__item .image img {
            max-height: 78px;
            max-width: 96px; }
        .page-checkout__list .checkoutList__item .quantity {
          width: 90px;
          min-width: 90px;
          position: relative; }
          .page-checkout__list .checkoutList__item .quantity .plus {
            height: 29px;
            z-index: 2;
            width: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-style: normal;
            font-weight: 900;
            font-size: 14px;
            line-height: 135.69%;
            text-transform: uppercase;
            color: #000000;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            background: transparent;
            border: 0; }
            .page-checkout__list .checkoutList__item .quantity .plus:after {
              content: '';
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              width: 1px;
              height: 18px;
              background-color: #EBEBEB; }
          .page-checkout__list .checkoutList__item .quantity .minus {
            cursor: pointer;
            height: 29px;
            z-index: 2;
            width: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-style: normal;
            font-weight: 900;
            font-size: 14px;
            line-height: 135.69%;
            text-transform: uppercase;
            color: #000000;
            position: absolute;
            background: transparent;
            border: 0;
            top: 0;
            right: 0; }
            .page-checkout__list .checkoutList__item .quantity .minus:after {
              content: '';
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 0;
              width: 1px;
              height: 18px;
              background-color: #EBEBEB; }
          .page-checkout__list .checkoutList__item .quantity input {
            width: 100%;
            background: #FFFFFF;
            border: 1px solid #EBEBEB;
            padding: 5px 26px;
            font-style: normal;
            font-weight: 900;
            font-size: 14px;
            line-height: 135.69%;
            text-transform: uppercase;
            color: #000000;
            text-align: center;
            height: 29px; }
        .page-checkout__list .checkoutList__item .name {
          padding: 0 10px;
          width: 160px; }
          .page-checkout__list .checkoutList__item .name a {
            font-style: normal;
            font-weight: normal;
            font-size: 13px;
            line-height: 135.69%;
            text-transform: uppercase;
            color: #000000; }
            .page-checkout__list .checkoutList__item .name a .product-warning {
              color: red; }
        .page-checkout__list .checkoutList__item .price {
          width: 100%;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 110%;
          color: #000000;
          max-width: 80px;
          text-align: right; }
    .page-checkout__list .desc-deliveryMethod {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      color: #000000;
      padding-bottom: 27px;
      border-bottom: 1px solid #E0E0E0;
      margin-bottom: 15px; }
      .page-checkout__list .desc-deliveryMethod span {
        color: #2B9248; }
    .page-checkout__list .block-coupon {
      display: flex;
      align-items: center; }
      .page-checkout__list .block-coupon .btn-form {
        margin-bottom: 15px;
        max-width: 100px;
        margin-left: 15px;
        display: flex;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
        justify-content: center; }
      .page-checkout__list .block-coupon .form__group input {
        width: 244px; }
    .page-checkout__list .total-price {
      width: 244px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px; }
      .page-checkout__list .total-price .text {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #000000; }
      .page-checkout__list .total-price .value {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 110%;
        color: #000000; }
    .page-checkout__list .form__group {
      max-width: 244px; }
    .page-checkout__list .btn-form {
      max-width: 244px;
      width: 100%;
      background: #3F9EE3;
      border-radius: 0px 12px;
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 110%;
      color: #FFFFFF;
      border: 0;
      height: 50px;
      transition: all .3s ease; }
      .page-checkout__list .btn-form:hover {
        opacity: .6; }

.page-servicesInformation .information__about-row, .page-servicesInformation .information__about-bgBox {
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 160.19%;
  color: #000000; }
  .page-servicesInformation .information__about-row ul, .page-servicesInformation .information__about-bgBox ul {
    list-style: disc;
    padding-left: 20px; }
    .page-servicesInformation .information__about-row ul li, .page-servicesInformation .information__about-bgBox ul li {
      margin-bottom: 5px; }
.page-servicesInformation .first-screen {
  background-image: url(../image/demo/serveces-demo.png); }
  .page-servicesInformation .first-screen__container {
    height: 578px;
    padding: 60px 0;
    max-width: 485px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: auto; }
    .page-servicesInformation .first-screen__container h1 {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      color: #FFFFFF;
      margin-bottom: 20px; }
    .page-servicesInformation .first-screen__container a {
      background: #3F9EE3;
      border-radius: 0px 12px;
      width: 285px;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      height: 63px;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center; }
      .page-servicesInformation .first-screen__container a svg {
        margin-left: 25px; }
.page-servicesInformation .html-services {
  background: #fff;
  padding: 30px 0; }
.page-servicesInformation .box-desc {
  padding: 22px 0 51px;
  display: flex;
  justify-content: space-between; }
  .page-servicesInformation .box-desc .text {
    width: 673px;
    min-width: 673px;
    padding-top: 70px;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 160.19%;
    /* or 26px */
    color: #000000; }
  .page-servicesInformation .box-desc ul {
    list-style: disc;
    padding-left: 20px; }
    .page-servicesInformation .box-desc ul li {
      margin-bottom: 5px; }
.page-servicesInformation .box-listImg {
  display: flex;
  margin: 0 -5px; }
  .page-servicesInformation .box-listImg .item {
    width: 25%;
    padding: 0 5px; }
    .page-servicesInformation .box-listImg .item img {
      max-width: 100%;
      transition: all .3s ease; }
      .page-servicesInformation .box-listImg .item img:hover {
        transform: scale(1.1); }

.agro-first {
  background-image: url(../image/demo/agrobussnes.png); }
  .agro-first__container {
    height: 578px;
    padding: 60px 0;
    max-width: 692px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: auto; }
    .agro-first__container h1 {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      color: #FFFFFF;
      margin-bottom: 20px; }
    .agro-first__container a {
      background: #4BCC6F;
      border: 1px solid #4BCC6F;
      border-radius: 0px 12px;
      width: 285px;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      height: 63px;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: all .3s ease; }
      .agro-first__container a svg {
        margin-left: 25px; }
        .agro-first__container a svg path {
          transition: all .3s ease; }
      .agro-first__container a:hover {
        background-color: #fff;
        color: #4BCC6F; }
        .agro-first__container a:hover svg path {
          fill: #4BCC6F; }
.agro-services {
  padding: 80px 0;
  border-bottom: 1px solid #D3D3D3; }
  .agro-services__container {
    display: flex;
    justify-content: space-between; }
    .agro-services__container .text {
      max-width: 571px;
      width: 100%;
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 110%;
      color: #000000; }
      .agro-services__container .text h2 {
        font-size: 48px;
        font-weight: 350;
        line-height: 52px; }
.agro-listProducts {
  padding: 80px 0 100px; }
  .agro-listProducts .slick-slide {
    height: auto; }
  .agro-listProducts h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 25px; }
  .agro-listProducts__slider {
    margin: 0 -10px; }
    .agro-listProducts__slider .item {
      padding: 0 10px; }
      .agro-listProducts__slider .item .product-layout.prod .product-thumb .button-group .addCart {
        background: #4BCC6F;
        border-color: #4BCC6F; }
        .agro-listProducts__slider .item .product-layout.prod .product-thumb .button-group .addCart:hover {
          background-color: #fff;
          color: #4BCC6F; }
          .agro-listProducts__slider .item .product-layout.prod .product-thumb .button-group .addCart:hover svg path {
            fill: #4BCC6F; }
      .agro-listProducts__slider .item .product-layout.prod .product-thumb .button-group .addFastCart {
        color: #4BCC6F;
        border-color: #4BCC6F; }
        .agro-listProducts__slider .item .product-layout.prod .product-thumb .button-group .addFastCart:hover {
          background-color: #4BCC6F;
          color: #fff; }
.agro-advantage {
  background-image: url(../image/demo/agro-advantage-bg.png);
  padding: 80px 0 0;
  margin-bottom: 99px; }
  .agro-advantage h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 34px; }
  .agro-advantage .list {
    display: flex;
    margin: 0 -37.5px; }
    .agro-advantage .list .box {
      width: 33.3333%;
      padding: 0 37.5px; }
      .agro-advantage .list .box .item {
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 135.69%;
        color: #FFFFFF;
        margin-bottom: 45px; }
        .agro-advantage .list .box .item span {
          text-transform: uppercase;
          font-size: 18px;
          font-weight: normal; }
  .agro-advantage .listInfo {
    margin-bottom: -99px;
    background: #4BCC6F;
    padding: 30px;
    height: 207px;
    display: flex;
    align-items: center; }
    .agro-advantage .listInfo .item {
      position: relative;
      padding: 0 30px 0 110px;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24.5px;
      text-transform: uppercase;
      color: #FFFFFF;
      width: 33.3333%; }
      .agro-advantage .listInfo .item .svg {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%); }
      .agro-advantage .listInfo .item b {
        font-weight: bold;
        font-size: 24px; }
      .agro-advantage .listInfo .item:first-child:after {
        display: none; }
      .agro-advantage .listInfo .item:after {
        content: '';
        width: 1px;
        background: #fff;
        height: 65px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
.agro-ourMerits {
  padding: 80px 0 100px; }
  .agro-ourMerits h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 19px; }
  .agro-ourMerits p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 160.19%;
    color: #000000;
    margin-bottom: 27px; }
  .agro-ourMerits .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .agro-ourMerits .list .item {
      padding: 15px; }
.agro-quality {
  background-image: url(../image/demo/agro-quality-bg.png); }
  .agro-quality__container {
    height: 446px;
    padding: 60px 0;
    max-width: 593px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: auto; }
    .agro-quality__container h2 {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      color: #FFFFFF;
      margin-bottom: 20px; }
    .agro-quality__container a {
      background: #4BCC6F;
      border-radius: 0px 12px;
      width: 285px;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135.69%;
      height: 63px;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center; }
      .agro-quality__container a svg {
        margin-left: 25px; }
.agro-question {
  background-image: url(../image/demo/agro-question-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .agro-question__container {
    min-height: 886px;
    padding: 90px 0 120px; }
    .agro-question__container h2 {
      text-align: center;
      margin-bottom: 50px;
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      color: #FFFFFF; }
  .agro-question__list {
    margin: 0 -39px;
    display: flex; }
    .agro-question__list .box {
      width: 50%;
      padding: 0 39px; }
    .agro-question__list .item {
      margin-bottom: 30px; }
      .agro-question__list .item__name {
        background: rgba(2, 67, 20, 0.7);
        box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
        border-radius: 2px;
        padding: 14px 60px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 135.69%;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
        position: relative; }
        .agro-question__list .item__name.active {
          color: #4BCC6F;
          background: #FFFFFF;
          box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08); }
          .agro-question__list .item__name.active:before {
            color: #4BCC6F; }
        .agro-question__list .item__name span {
          text-decoration: underline; }
        .agro-question__list .item__name:before {
          content: '+';
          font-style: normal;
          font-weight: 900;
          font-size: 36px;
          line-height: 135.69%;
          text-transform: uppercase;
          text-decoration: none !important;
          color: #FFFFFF;
          position: absolute;
          top: 50%;
          left: 20px;
          transform: translateY(-50%); }
      .agro-question__list .item__content {
        display: none;
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 160.19%;
        color: #FFFFFF;
        padding: 30px 0 0 62px; }
.agro-team {
  padding: 128px 0 100px; }
  .agro-team h2 {
    width: 50%;
    padding-left: 28px;
    margin-left: auto;
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    color: #000000; }
  .agro-team__sliderFor {
    margin: -48px -30px 60px; }
    .agro-team__sliderFor .slick-slide {
      height: auto; }
    .agro-team__sliderFor .item {
      display: flex !important; }
      .agro-team__sliderFor .item__image {
        width: 50%;
        padding: 0 30px; }
      .agro-team__sliderFor .item__desc {
        width: 50%;
        padding: 70px 30px 0; }
        .agro-team__sliderFor .item__desc .name {
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 135.69%;
          text-transform: uppercase;
          color: #000000;
          margin-bottom: 5px; }
        .agro-team__sliderFor .item__desc .position {
          font-style: normal;
          font-weight: 350;
          font-size: 16px;
          line-height: 160.19%;
          color: #656565;
          margin-bottom: 14px; }
        .agro-team__sliderFor .item__desc .desc {
          font-style: normal;
          font-weight: 350;
          font-size: 16px;
          line-height: 160.19%;
          color: #000000; }
  .agro-team__nav {
    width: 550px;
    margin: 0 auto;
    position: relative; }
    .agro-team__nav .slick-slide {
      height: auto; }
    .agro-team__nav .prev {
      position: absolute;
      width: 26px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 50%;
      transform: translateY(-50%);
      left: -26px;
      cursor: pointer; }
    .agro-team__nav .next {
      position: absolute;
      width: 26px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 50%;
      transform: translateY(-50%);
      right: -26px;
      cursor: pointer; }
    .agro-team__nav .slider__nav .item__image {
      width: 85px;
      height: 85px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 11px; }
      .agro-team__nav .slider__nav .item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .agro-team__nav .slider__nav .item__name {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      text-align: center;
      color: #000000; }
    .agro-team__nav .slider__nav .item__position {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      text-align: center;
      color: #656565; }
.agro-price {
  background-image: url(../image/demo/agro-price-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .agro-price__container {
    min-height: 691px;
    padding: 97px 0 132px; }
    .agro-price__container h2 {
      text-align: center;
      margin-bottom: 57px;
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      color: #FFFFFF; }
  .agro-price__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .agro-price__list .box-item {
      padding: 0 15px;
      width: 25%; }
    .agro-price__list .item {
      background: rgba(2, 67, 20, 0.74);
      border-radius: 2px;
      padding: 25px 27px 33px 20px; }
      .agro-price__list .item__name {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 135.69%;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 10px; }
      .agro-price__list .item__desc {
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 109.19%;
        color: #FFFFFF;
        margin-bottom: 23px; }
      .agro-price__list .item__price {
        margin-bottom: 20px;
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 160.19%;
        color: #FFFFFF; }
        .agro-price__list .item__price b {
          font-size: 18px; }
      .agro-price__list .item__btn {
        width: 100%;
        background: #4BCC6F;
        border-radius: 0px 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 135.69%;
        height: 40px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center; }
        .agro-price__list .item__btn svg {
          margin-left: 25px; }

.menu-mobal {
  display: none;
  z-index: 111;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: all .3s ease;
  overflow: auto;
  background: #14171C; }
  .menu-mobal .close {
    position: absolute;
    top: 10px;
    right: 10px; }
    .menu-mobal .close svg {
      width: 20px;
      height: 20px; }
      .menu-mobal .close svg path {
        fill: #fff; }
  .menu-mobal.active {
    transform: translateX(0); }
  .menu-mobal__box {
    padding: 20px 40px;
    background: #212327; }
    .menu-mobal__box ul li a, .menu-mobal__box ul li .btn-menuMobal {
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 382.69%;
      text-transform: uppercase;
      color: #FFFFFF; }
      .menu-mobal__box ul li a.active, .menu-mobal__box ul li .btn-menuMobal.active {
        color: #3F9EE3; }
    .menu-mobal__box ul li .navbar-menu {
      padding-left: 35px;
      display: none; }
      .menu-mobal__box ul li .navbar-menu ul li {
        margin-bottom: 14px; }
        .menu-mobal__box ul li .navbar-menu ul li a {
          padding: 0;
          font-style: normal;
          font-weight: normal;
          font-size: 11px;
          line-height: 130.69%;
          text-transform: uppercase;
          color: #FFFFFF; }
  .menu-mobal__phone {
    border-top: 1px solid rgba(201, 201, 201, 0.22);
    background: #212327;
    padding: 27px 40px 28px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 135.69%;
    text-transform: uppercase;
    color: #656565; }
    .menu-mobal__phone a {
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 135.69%;
      text-transform: uppercase;
      color: #FFFFFF; }
  .menu-mobal__account {
    border-top: 1px solid rgba(201, 201, 201, 0.22);
    background: #212327;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px; }
    .menu-mobal__account svg {
      margin-bottom: 4px; }
    .menu-mobal__account span {
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 15px;
      display: flex;
      align-items: center;
      text-align: center;
      color: #FFFFFF; }
  .menu-mobal__box2 {
    padding: 18px 40px; }
    .menu-mobal__box2 ul li a {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 283.69%;
      color: #656565; }

.bf-panel-wrapper {
  padding-right: 40px; }

.information-repairs__firstScrean {
  height: 596px;
  margin-top: -112px;
  padding: 142px 0 30px;
  display: flex;
  align-items: center;
  background-image: url(../image/demo/information-repairs__firstScrean-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .information-repairs__firstScrean .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .information-repairs__firstScrean h1 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    max-width: 683px;
    margin-bottom: 20px; }
  .information-repairs__firstScrean p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 25.63px;
    text-align: center;
    color: #FFFFFF;
    max-width: 683px; }
.information-repairs__viewsRepairs {
  padding: 70px 0 63px; }
  .information-repairs__viewsRepairs .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .information-repairs__viewsRepairs h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #000000;
    max-width: 1073px;
    margin-bottom: 30px; }
  .information-repairs__viewsRepairs p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 25.63px;
    text-align: center;
    color: #000000;
    max-width: 1073px;
    margin-bottom: 42px; }
  .information-repairs__viewsRepairs .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px; }
    .information-repairs__viewsRepairs .list .item {
      width: 20%;
      padding: 0 10px 15px;
      margin-bottom: 20px;
      transition: all .3s ease; }
      .information-repairs__viewsRepairs .list .item:hover {
        box-shadow: 0px 0px 17px -4px; }
      .information-repairs__viewsRepairs .list .item .image {
        width: 97px;
        height: 97px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center; }
      .information-repairs__viewsRepairs .list .item .name {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 135.69%;
        text-align: center;
        text-transform: uppercase;
        color: #000000; }
.information-repairs__htmlOriginal {
  min-height: 421px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  background-image: url(../image/demo/information-repairs__htmlOriginal-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .information-repairs__htmlOriginal .container {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .information-repairs__htmlOriginal h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    max-width: 991px;
    margin-bottom: 20px; }
  .information-repairs__htmlOriginal p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 25.63px;
    text-align: center;
    color: #FFFFFF;
    max-width: 991px;
    margin-bottom: 30px; }
  .information-repairs__htmlOriginal .btn-ord {
    background: #3F9EE3;
    border-radius: 0px 12px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135.69%;
    color: #FFFFFF; }
    .information-repairs__htmlOriginal .btn-ord svg {
      margin-left: 10px; }
.information-repairs__htmlRepairs {
  background-image: url(../image/demo/information-repairs__htmlRepairs-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .information-repairs__htmlRepairs .container {
    min-height: 573px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .information-repairs__htmlRepairs .box {
    padding: 30px 0;
    max-width: 612px; }
    .information-repairs__htmlRepairs .box .title {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      color: #000000;
      margin-bottom: 28px; }
      .information-repairs__htmlRepairs .box .title span {
        color: #3F9EE3;
        text-transform: uppercase; }
    .information-repairs__htmlRepairs .box .desc {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      color: #000000; }
.information-repairs__listOne {
  padding: 100px 0 53px;
  border-bottom: 1px solid #BDBDBD; }
  .information-repairs__listOne h2 {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #000000; }
  .information-repairs__listOne .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px; }
    .information-repairs__listOne .list .item {
      width: 20%;
      padding: 0 35px;
      margin-bottom: 24px; }
      .information-repairs__listOne .list .item .name {
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 160.19%;
        text-align: center;
        color: #000000; }
.information-repairs__htmlSale {
  height: 390px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  background-image: url(../image/demo/information-repairs__htmlSale-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .information-repairs__htmlSale .container {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .information-repairs__htmlSale h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    max-width: 991px;
    margin-bottom: 50px; }
  .information-repairs__htmlSale .btn-ord {
    background: #3F9EE3;
    border-radius: 0px 12px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135.69%;
    color: #FFFFFF;
    min-width: 285px; }
    .information-repairs__htmlSale .btn-ord svg {
      margin-left: 10px; }
.information-repairs__htmlRepairsDJI {
  background-image: url(../image/demo/information-repairs__htmlRepairsDJI-bg.png);
  background-position: center center;
  background-repeat: no-repeat; }
  .information-repairs__htmlRepairsDJI .container {
    min-height: 589px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .information-repairs__htmlRepairsDJI .box {
    padding: 30px 0;
    max-width: 558px; }
    .information-repairs__htmlRepairsDJI .box .title {
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      color: #000000;
      margin-bottom: 22px; }
      .information-repairs__htmlRepairsDJI .box .title span {
        color: #3F9EE3;
        text-transform: uppercase; }
    .information-repairs__htmlRepairsDJI .box .models {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 156.19%;
      text-transform: uppercase;
      color: #656565;
      margin-bottom: 44px; }
    .information-repairs__htmlRepairsDJI .box .desc {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 160.19%;
      color: #000000; }
.information-repairs__listStabilizers {
  background: #F9F9F9;
  padding: 79px 0 73px; }
  .information-repairs__listStabilizers h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #000000;
    margin-bottom: 20px; }
  .information-repairs__listStabilizers .list {
    display: flex;
    justify-content: center; }
    .information-repairs__listStabilizers .list__item {
      margin: 0 25px 30px; }
      .information-repairs__listStabilizers .list__item .image {
        width: 168px;
        height: 168px; }
      .information-repairs__listStabilizers .list__item .name {
        font-style: normal;
        font-weight: 350;
        font-size: 24px;
        line-height: 160.19%;
        text-align: center;
        color: #000000; }
  .information-repairs__listStabilizers p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 160.19%;
    text-align: center;
    color: #000000;
    max-width: 996px;
    margin: 0 auto; }
.information-repairs__schemeWorks {
  padding: 80px 0;
  border-top: 1px solid #DBDBDB; }
  .information-repairs__schemeWorks h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #000000;
    margin-bottom: 40px; }
  .information-repairs__schemeWorks .list {
    margin: 0 -30px;
    display: flex; }
    .information-repairs__schemeWorks .list__item {
      width: 20%;
      padding: 0 30px;
      position: relative; }
      .information-repairs__schemeWorks .list__item:after {
        content: '-----------';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 160.19%;
        text-align: center;
        letter-spacing: 0.325em;
        color: #3F9EE3;
        position: absolute;
        left: calc(100% - 24px);
        top: -6px;
        white-space: nowrap; }
      .information-repairs__schemeWorks .list__item:last-child:after {
        display: none; }
      .information-repairs__schemeWorks .list__item .number {
        position: absolute;
        right: 54px;
        top: -9px;
        background: #3F9EE3;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 160.19%;
        text-align: center;
        color: #FFFFFF; }
      .information-repairs__schemeWorks .list__item .image {
        width: 97px;
        height: 97px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .information-repairs__schemeWorks .list__item .image svg {
          max-width: 100%; }
      .information-repairs__schemeWorks .list__item .name {
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 160.19%;
        text-align: center;
        color: #000000; }
.information-repairs__answers {
  background-image: url(../image/demo/information-repairs__answers-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .information-repairs__answers .answers-container {
    min-height: 561px;
    padding: 80px 0 99px; }
    .information-repairs__answers .answers-container h2 {
      text-align: center;
      margin-bottom: 39px;
      font-style: normal;
      font-weight: 350;
      font-size: 48px;
      line-height: 110%;
      color: #000000; }
  .information-repairs__answers .answers-list {
    margin: 0 20px;
    display: flex; }
    .information-repairs__answers .answers-list .box {
      width: 50%;
      padding: 0 20px; }
    .information-repairs__answers .answers-list .item {
      margin-bottom: 20px; }
      .information-repairs__answers .answers-list .item__name {
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
        border-radius: 2px;
        padding: 14px 60px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 135.69%;
        text-transform: uppercase;
        color: #000000;
        cursor: pointer;
        position: relative; }
        .information-repairs__answers .answers-list .item__name span {
          text-decoration: underline; }
        .information-repairs__answers .answers-list .item__name:before {
          content: '+';
          font-style: normal;
          font-weight: 900;
          font-size: 36px;
          line-height: 135.69%;
          text-transform: uppercase;
          text-decoration: none !important;
          color: #000000;
          position: absolute;
          top: 50%;
          left: 20px;
          transform: translateY(-50%); }
      .information-repairs__answers .answers-list .item__content {
        display: none;
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 160.19%;
        color: #000000;
        padding: 30px 0 0 62px; }
.information-repairs__htmlGuarante {
  height: 568px;
  padding: 90px 0 30px;
  display: flex;
  background-image: url(../image/demo/information-repairs__htmlGuarante-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .information-repairs__htmlGuarante .container {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .information-repairs__htmlGuarante h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    max-width: 991px;
    margin-bottom: 20px; }
  .information-repairs__htmlGuarante p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 25.63px;
    text-align: center;
    color: #FFFFFF;
    max-width: 991px;
    margin-bottom: 50px; }
  .information-repairs__htmlGuarante .box-list {
    display: flex;
    justify-content: center; }
    .information-repairs__htmlGuarante .box-list .item {
      width: 228px;
      margin: 0 44px; }
      .information-repairs__htmlGuarante .box-list .item .number {
        font-style: normal;
        font-weight: bold;
        font-size: 72px;
        line-height: 110%;
        text-align: center;
        color: #FFFFFF; }
      .information-repairs__htmlGuarante .box-list .item .title {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 110%;
        text-align: center;
        color: #FFFFFF;
        border-bottom: 1px solid #787878;
        padding-bottom: 18px;
        margin-bottom: 12px; }
      .information-repairs__htmlGuarante .box-list .item .desc {
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 134.19%;
        text-align: center;
        color: #FFFFFF; }
.information-repairs__review {
  padding: 75px 0 90px; }
  .information-repairs__review h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 36px;
    line-height: 160.19%;
    color: #000000;
    text-align: center;
    margin-bottom: 37px; }
  .information-repairs__review .slider {
    position: relative; }
    .information-repairs__review .slider .prev, .information-repairs__review .slider .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      z-index: 111; }
    .information-repairs__review .slider .prev {
      left: -50px; }
    .information-repairs__review .slider .next {
      right: -50px; }
    .information-repairs__review .slider__list {
      margin: 0 -50px; }
    .information-repairs__review .slider .item {
      padding: 0 50px; }
      .information-repairs__review .slider .item .avatar {
        display: flex;
        justify-content: center;
        margin-bottom: 11px; }
        .information-repairs__review .slider .item .avatar img {
          width: 117px;
          height: 117px;
          border-radius: 50%;
          object-fit: cover; }
      .information-repairs__review .slider .item .name {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 117.69%;
        text-align: center;
        color: #000000;
        margin-bottom: 20px; }
      .information-repairs__review .slider .item .desc {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 178.19%;
        text-align: center;
        color: #000000; }
.information-repairs__htmlQuestions {
  height: 390px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  background-image: url(../image/demo/information-repairs__htmlQuestions-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .information-repairs__htmlQuestions .container {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .information-repairs__htmlQuestions h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    max-width: 991px;
    margin-bottom: 50px; }
  .information-repairs__htmlQuestions .btn-ord {
    background: #3F9EE3;
    border-radius: 0px 12px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135.69%;
    color: #FFFFFF;
    min-width: 285px; }
    .information-repairs__htmlQuestions .btn-ord svg {
      margin-left: 10px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  overflow: auto;
  z-index: 1111; }
  .popup.active {
    display: flex; }
  .popup__bgClose {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(43, 46, 50, 0.85); }
  .popup__content {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 22px 27px;
    width: 100%;
    max-width: 450px; }
    .popup__content .close {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 1; }
      .popup__content .close svg path {
        fill: #000; }
    .popup__content .title {
      margin-bottom: 20px;
      text-align: center;
      font-style: normal;
      font-weight: 350;
      font-size: 24px;
      line-height: 110%;
      color: #000000; }
    .popup__content .form .form__group {
      margin-bottom: 15px; }
      .popup__content .form .form__group .error-text {
        color: red;
        display: none; }
      .popup__content .form .form__group.error input {
        border-color: red; }
      .popup__content .form .form__group.error .error-text {
        display: block; }
      .popup__content .form .form__group label {
        width: 100%;
        display: block;
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #000000;
        margin-bottom: 7px; }
      .popup__content .form .form__group select {
        background: #FFFFFF;
        border: 1px solid #CECECE;
        color: #000;
        width: 100%;
        height: 49px;
        padding: 17px 19px;
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        cursor: pointer; }
      .popup__content .form .form__group input {
        background: #FFFFFF;
        border: 1px solid #CECECE;
        width: 100%;
        height: 49px;
        padding: 17px 19px;
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #000; }
      .popup__content .form .form__group textarea {
        background: #FFFFFF;
        border: 1px solid #CECECE;
        width: 100%;
        height: 98px;
        padding: 17px 19px;
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #000;
        resize: none; }
    .popup__content .form .form__button {
      width: 100%; }
      .popup__content .form .form__button button {
        max-width: 244px;
        width: 100%;
        background: #3F9EE3;
        border-radius: 0px 12px;
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #FFFFFF;
        border: 0;
        height: 50px;
        transition: all .3s ease;
        margin: 0 auto;
        display: block; }

.brainyfilter-panel .box-content {
  padding: 8px 3px 4px !important; }

.alertCustom {
  position: fixed;
  right: 50px;
  bottom: 50px;
  max-width: 350px;
  z-index: 9; }

#boc_order .modal-dialog {
  max-width: 450px; }
  #boc_order .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: 0; }
#boc_order .modal-title {
  font-style: normal;
  font-weight: 350;
  font-size: 24px;
  line-height: 110%;
  color: #000000; }
#boc_order #boc_submit {
  max-width: 244px;
  width: 100%;
  background: #3F9EE3;
  border-radius: 0px 12px;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 110%;
  color: #FFFFFF;
  height: 50px;
  transition: all .3s ease;
  margin: 0 auto;
  display: block;
  transition: all .3s ease;
  border: 1px solid #3F9EE3; }
  #boc_order #boc_submit:hover {
    color: #3F9EE3;
    background-color: #fff; }
#boc_order .input-group, #boc_order .form-group {
  width: 100% !important; }
  #boc_order .input-group-addon, #boc_order .form-group-addon {
    display: none !important; }
  #boc_order .input-group input, #boc_order .form-group input {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    width: 100%;
    height: 49px;
    padding: 17px 19px;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    color: #000;
    border-radius: 0; }
  #boc_order .input-group textarea, #boc_order .form-group textarea {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    width: 100%;
    height: 98px;
    padding: 17px 19px;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    color: #000;
    border-radius: 0; }

.bf-sliding {
  overflow-x: visible !important;
  overflow-y: hidden !important; }

.bf-panel-wrapper__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px; }
  .bf-panel-wrapper__close svg {
    width: 20px;
    height: auto; }
.bf-panel-wrapper .box {
  border: 0; }
  .bf-panel-wrapper .box-heading {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 21px;
    text-shadow: none;
    background-color: transparent;
    padding: 0;
    border: 0; }
.bf-panel-wrapper .bf-buttonclear-box {
  display: flex;
  flex-direction: column;
  padding: 0; }
  .bf-panel-wrapper .bf-buttonclear-box .bf-buttonsubmit {
    width: 100%;
    text-align: center;
    background: #3F9EE3;
    border-radius: 0 12px;
    padding: 11px 38px;
    border: 1px solid #3F9EE3;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 135.69%;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .3s ease;
    margin-bottom: 13px; }
    .bf-panel-wrapper .bf-buttonclear-box .bf-buttonsubmit:hover {
      background-color: #fff;
      color: #3F9EE3; }
  .bf-panel-wrapper .bf-buttonclear-box .bf-buttonclear {
    width: 100%;
    background-image: none !important;
    text-align: center;
    background: #fff;
    border-radius: 0 12px;
    padding: 11px 38px;
    border: 1px solid #3F9EE3;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 135.69%;
    display: block;
    color: #3F9EE3;
    text-decoration: none;
    transition: all .3s ease;
    margin-bottom: 13px; }
    .bf-panel-wrapper .bf-buttonclear-box .bf-buttonclear:hover {
      background-color: #3F9EE3;
      color: #FFFFFF; }
.bf-panel-wrapper .bf-attr-group-header {
  font-family: GT Eesti Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  padding: 20px 0 0;
  margin-bottom: 13px; }
.bf-panel-wrapper .bf-attr-block {
  margin-bottom: 11px; }
  .bf-panel-wrapper .bf-attr-block .bf-slider-container.ui-slider-horizontal, .bf-panel-wrapper .bf-attr-block .bf-slider-range.ui-slider-horizontal {
    height: 3px;
    border-radius: 0; }
  .bf-panel-wrapper .bf-attr-block .bf-cell .ui-slider-horizontal .ui-slider-range, .bf-panel-wrapper .bf-attr-block .bf-slider-range.ui-slider .ui-slider-range {
    top: 0;
    bottom: 0; }
  .bf-panel-wrapper .bf-attr-block .bf-price-slider-container {
    padding: 0 3px 0 7px;
    margin-bottom: 15px;
    background: #cecece; }
  .bf-panel-wrapper .bf-attr-block .ui-slider .ui-slider-handle {
    width: .93em;
    height: .93em;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    cursor: pointer !important; }
  .bf-panel-wrapper .bf-attr-block .bf-cur-symb {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px; }
    .bf-panel-wrapper .bf-attr-block .bf-cur-symb span {
      display: none; }
    .bf-panel-wrapper .bf-attr-block .bf-cur-symb input {
      width: calc(50% - 10px);
      height: 26px;
      background: #FFFFFF;
      border: 1px solid #656565;
      padding: 6px;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 14px;
      text-align: left; }
  .bf-panel-wrapper .bf-attr-block-cont {
    padding: 0; }
.bf-panel-wrapper .bf-attr-filter {
  margin-bottom: 13px;
  display: block;
  position: relative; }
  .bf-panel-wrapper .bf-attr-filter .bf-select {
    width: 100%;
    display: block;
    height: 38px;
    padding: 0; }
  .bf-panel-wrapper .bf-attr-filter select {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #656565;
    padding: 10px 30px 10px 15px;
    background-image: url(../image/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center !important; }
  .bf-panel-wrapper .bf-attr-filter:hover .bf-cell.bf-c-2 label {
    color: #3F9EE3; }
  .bf-panel-wrapper .bf-attr-filter .bf-cell.bf-c-3 {
    display: none; }
  .bf-panel-wrapper .bf-attr-filter .bf-cell.bf-c-2 {
    position: relative;
    z-index: 2;
    border: 0;
    padding: 0; }
    .bf-panel-wrapper .bf-attr-filter .bf-cell.bf-c-2 label {
      padding-left: 27px;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      transition: all .3s ease;
      line-height: 14px; }
  .bf-panel-wrapper .bf-attr-filter .bf-cell.bf-c-1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2px;
    padding: 0;
    width: 15px;
    height: 15px; }
  .bf-panel-wrapper .bf-attr-filter .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px; }
  .bf-panel-wrapper .bf-attr-filter .checkbox + span {
    position: relative;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: block; }
  .bf-panel-wrapper .bf-attr-filter .checkbox + span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #656565;
    transition: .3s; }
  .bf-panel-wrapper .bf-attr-filter .checkbox + span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    background-image: url(../image/draw-check-mark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s ease;
    opacity: 0; }
  .bf-panel-wrapper .bf-attr-filter .checkbox:checked + span:before {
    border: 1px solid #3F9EE3; }
  .bf-panel-wrapper .bf-attr-filter .checkbox:checked + span:after {
    opacity: 1; }
.bf-panel-wrapper .bf-attr-header {
  border: 0;
  font-family: GT Eesti Pro Display;
  margin-bottom: 13px;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
  padding: 0; }
  .bf-panel-wrapper .bf-attr-header .bf-arrow {
    background-image: url(../image/arrow-select.svg) !important;
    background-repeat: no-repeat;
    background-size: 7px !important;
    background-position: center center !important; }

.pagination {
  display: flex;
  justify-content: center; }
  .pagination li {
    margin: 0 20px; }
    .pagination li:first-child a {
      width: max-content; }
    .pagination li:last-child a {
      width: max-content; }
    .pagination li a {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #BFBFBF;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0 !important;
      padding: 0 !important;
      transition: all .3s ease; }
      .pagination li a:hover {
        background-color: #fff !important;
        color: #3F9EE3; }
    .pagination li span {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #fff;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #3F9EE3 !important;
      border: 0 !important; }

.section-relatedProdcut h3 {
  font-style: normal;
  font-weight: 350;
  font-size: 36px;
  line-height: 110%;
  color: #2B2E32;
  margin-bottom: 32px; }
.section-relatedProdcut .related-slider {
  position: relative; }
  .section-relatedProdcut .related-slider__slider {
    margin: 0 -10px; }
    .section-relatedProdcut .related-slider__slider .slick-dots li {
      margin: 0 9px;
      height: 5px;
      width: 34px; }
      .section-relatedProdcut .related-slider__slider .slick-dots li.slick-active button {
        background: #3F9EE3; }
      .section-relatedProdcut .related-slider__slider .slick-dots li button {
        padding: 0;
        background: #DDDDDD;
        border-radius: 17px;
        width: 100%;
        height: 100%; }
        .section-relatedProdcut .related-slider__slider .slick-dots li button:before {
          display: none; }
    .section-relatedProdcut .related-slider__slider .item {
      padding: 0 10px; }
    .section-relatedProdcut .related-slider__slider .slick-slide {
      height: auto; }

.searchHeader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #656565;
  opacity: 0;
  z-index: -1; }
  .searchHeader .container {
    position: relative; }
  .searchHeader.active {
    z-index: 1;
    opacity: 1; }
  .searchHeader input {
    background: #656565;
    height: 46px;
    border: 0;
    color: #fff;
    box-shadow: none !important;
    padding-right: 85px; }
  .searchHeader .btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #14171C;
    border: 1px solid #14171C;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 50%;
    transition: all .3s ease; }
    .searchHeader .btn svg path {
      fill: #fff; }
    .searchHeader .btn:hover {
      background: #656565; }

.section-boxCatalogProd {
  padding: 15px 0 80px; }
  .section-boxCatalogProd h2 {
    font-style: normal;
    font-weight: 350;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 23px;
    color: #000000;
    text-align: center; }
    .section-boxCatalogProd h2 span {
      color: #3F9EE3; }
  .section-boxCatalogProd ul {
    display: flex;
    flex-wrap: wrap; }
    .section-boxCatalogProd ul li {
      width: 20%;
      margin: -1px 0 0 -1px;
      border: 1px solid #F0F0F0; }
      .section-boxCatalogProd ul li a {
        padding: 15px;
        text-decoration: none;
        display: block;
        height: 200px; }
        .section-boxCatalogProd ul li a:hover img {
          transform: scale(1.1); }
      .section-boxCatalogProd ul li .image {
        height: calc(100% - 15px);
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-boxCatalogProd ul li .image img {
          width: calc(100% - 30px);
          transition: all .3s ease; }
      .section-boxCatalogProd ul li span {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 135.69%;
        text-transform: uppercase;
        color: #2B2E32;
        padding: 0 5px;
        text-decoration: none; }

/*# sourceMappingURL=main.css.map */
