/* ============================================================
   GENERAL
   ============================================================ */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  font-family: "Pill Gothic 600mg Rg" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  margin: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh; }
  body.menu-opened {
    overflow: hidden; }

.row {
  margin-left: 0px;
  margin-right: 0px; }

#main {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 1.3; }

p {
  font-size: 16px;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.8; }

blockquote {
  border-left: none;
  font-size: 16px;
  padding: 4px 0 20px 40px;
  margin: 0;
  position: relative; }
  blockquote:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 6px; }

a {
  transition: all 0.5s ease;
  color: #000;
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    color: #000; }
  a:focus {
    text-decoration: none; }

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 4;
  background-color: transparent; }
  select > option[value=""] {
    display: none; }
  select.error {
    background-color: transparent; }
    select.error ~ .select-bg {
      background-color: #fff6f6; }
    select.error:before {
      content: '';
      position: absolute; }

select::-ms-expand {
  display: none; }

textarea {
  resize: none;
  width: 100%;
  height: 290px;
  line-height: 1.3;
  padding: 10px 20px; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #ffffff; }

input::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 400;
  color: #ffffff; }

input:-ms-input-placeholder {
  font-weight: 400;
  color: #ffffff; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

b, strong {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.button {
  display: inline-block;
  padding: 14px 22px 12px 22px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
  border: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 22px;
  text-decoration: none;
  cursor: pointer; }
  .button:focus {
    outline: none;
    text-decoration: none; }
  .button:hover {
    text-decoration: none;
    opacity: 1;
    color: #000; }

table {
  width: 100%;
  text-align: left; }

tr {
  border-bottom: 1px solid #f5f5f5; }

td {
  padding: 20px 20px; }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

button {
  outline: none !important; }

:focus {
  outline: none !important; }

.no-margin {
  margin: 0px !important; }

.no-padding {
  padding: 0px !important; }

.h1 {
  font-size: 45px; }

h1 {
  font-size: 45px; }

.h2 {
  font-size: 35px; }

h2 {
  font-size: 35px; }

.h3 {
  font-size: 30px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 25px; }

.h4 {
  font-size: 25px; }

h6 {
  font-size: 18px; }

.h6 {
  font-size: 18px; }

.my-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

.my-container-s {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto; }

.d-n-d {
  display: none !important; }

.t-c {
  text-align: center; }

.m-l-auto {
  margin-left: auto; }

/* ============================================================
   GENERAL END
   ============================================================ */
/* ============================================================
   HEADER
   ============================================================ */
.bg-header {
  background: #343434; }

.header__top {
  padding: 0px;
  display: flex;
  justify-content: space-between; }
  .header__top nav {
    padding: 12px 0px; }
    .header__top nav .nav-link {
      font-size: 15px;
      text-transform: uppercase;
      color: #ffffff;
      margin-right: 35px; }
      .header__top nav .nav-link:last-child {
        margin-right: 0px; }
      .header__top nav .nav-link:hover {
        text-decoration: none;
        color: #e30018; }

.btn {
  border-radius: 0px; }
  .btn__webshop {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #e30018;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%); }
    .btn__webshop:hover {
      color: #ffffff;
      background: rgba(227, 0, 24, 0.8); }
    .btn__webshop img {
      position: relative;
      margin-left: 10px;
      top: -3px; }

.navbar-brand {
  background: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 390px;
  width: 390px;
  height: 65px;
  margin-right: 0rem;
  padding: 0; }

.navbar {
  padding: 16px 0px;
  flex-direction: column;
  align-items: flex-start; }
  .navbar-collapse {
    width: 100%;
    padding-top: 16px; }
  .navbar__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    padding: 18px 0px; }
  .navbar__right {
    display: flex;
    align-items: center; }
    .navbar__right a {
      font-size: 17px;
      font-weight: 600;
      display: flex;
      align-items: center; }
      .navbar__right a img {
        display: inline-block;
        margin-right: 15px; }
      .navbar__right a span {
        margin-left: 10px; }
      .navbar__right a:hover {
        text-decoration: none;
        color: #e30018; }
  .navbar__info {
    display: flex;
    align-items: center;
    margin-left: 70px; }
    .navbar__info .amount {
      font-size: 12px;
      background: #e30018;
      border-radius: 50px;
      padding: 1px 7px;
      color: #ffffff;
      margin-left: 15px;
      margin-right: 15px; }
    .navbar__info .price {
      color: #e30018;
      font-size: 17px;
      font-weight: 600; }
  .navbar .form-inline .btn {
    background-color: transparent; }
    .navbar .form-inline .btn:focus {
      box-shadow: none; }
    .navbar .form-inline .btn:hover svg {
      fill: #111111; }

.input__search {
  border: none;
  color: rgba(17, 17, 17, 0.5);
  font-size: 15px;
  background: transparent;
  padding: 5px;
  width: 345px !important; }
  .input__search:focus {
    border: none;
    background: transparent;
    box-shadow: none; }
  .input__search::-moz-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input__search::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input__search:-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input__search::-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input__search::placeholder {
    color: rgba(17, 17, 17, 0.5); }

.navbar-nav {
  position: relative; }
  .navbar-nav .nav-link {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #111111 !important;
    padding: 6px 30px !important; }
    .navbar-nav .nav-link:hover {
      color: #e30018 !important; }
  .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0px !important; }
  .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px !important; }
  .navbar-nav li:hover ul {
    display: block;
    transition: all 0.5s ease;
    z-index: 10; }
    .navbar-nav li:hover ul li {
      padding-left: 10px;
      transition: all 0.5s ease; }
      .navbar-nav li:hover ul li:hover {
        padding-left: 20px; }
  .navbar-nav ul {
    display: none;
    list-style: none;
    position: absolute;
    background-color: #ffffff;
    left: auto;
    top: 37px;
    width: 225px;
    padding-left: 17px;
    padding-bottom: 5px; }
    .navbar-nav ul li a {
      font-size: 15px;
      font-weight: 600;
      display: block;
      text-align: left;
      text-transform: uppercase;
      padding: 10px 0px; }
      .navbar-nav ul li a:hover {
        color: #e30018;
        text-decoration: none; }

.overlay {
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.4); }

/* ============================================================
     HEADER END
     ============================================================ */
/* ============================================================
   Footer
   ============================================================ */
.footer {
  border: 1px solid rgba(17, 17, 17, 0.1); }
  .footer__top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 40px; }
  .footer__box {
    width: 22%; }
    .footer__box:first-child .footer__title:before {
      content: none; }
  .footer__title {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    position: relative; }
    .footer__title span {
      font-size: 14px;
      color: rgba(17, 17, 17, 0.5); }
    .footer__title p {
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase; }
    .footer__title:before {
      content: '/';
      font-size: 45px;
      color: #e30018;
      position: absolute;
      left: -25px;
      top: 3px; }
  .footer__info {
    font-size: 18px;
    padding: 30px 0px;
    line-height: 1.7; }
  .footer__social {
    padding: 35px 0px; }
    .footer__social nav a {
      background: #343434;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      padding: 12px; }
      .footer__social nav a:hover {
        background: #e30018; }
  .footer__bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0px; }
    .footer__bottom p {
      color: rgba(255, 255, 255, 0.5);
      font-size: 15px;
      padding: 0px; }
    .footer__bottom nav .nav-link {
      color: #ffffff;
      font-size: 15px;
      text-transform: uppercase;
      padding: 5px 25px; }
      .footer__bottom nav .nav-link:hover {
        color: #e30018; }
      .footer__bottom nav .nav-link:first-child {
        padding-left: 0px; }
      .footer__bottom nav .nav-link:last-child {
        padding-right: 0px; }

.email:hover {
  text-decoration: none;
  color: #e30018; }

/* ============================================================
   Footer END
   ============================================================ */
/* ============================================================
   Page About
   ============================================================ */
.banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 245px;
  padding-top: 45px; }
  .banner h1 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase; }

.line {
  background: #ffffff;
  height: 5px;
  width: 210px;
  margin-top: 23px;
  margin-bottom: 30px; }

.breadcrumb {
  border-radius: 0px;
  background: transparent;
  padding: 10px 0px; }
  .breadcrumb-item {
    color: #ffffff; }
    .breadcrumb-item a {
      color: #ffffff; }
    .breadcrumb-item.active {
      color: #ffffff; }
    .breadcrumb-item + .breadcrumb-item::before {
      color: #e30018; }

.title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4; }

.main-color {
  background: #e30018; }

.text-block {
  margin-top: 150px;
  margin-bottom: 75px; }
  .text-block .line {
    margin-top: 0px;
    margin-bottom: 50px;
    width: 60px; }

.img-block {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative; }
  .img-block__text {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(227, 0, 24, 0.9);
    padding: 20px 60px;
    width: 620px;
    height: 235px;
    position: absolute;
    bottom: -65px;
    right: 195px;
    line-height: 1.1;
    display: flex;
    align-items: center; }

.m-t-90 {
  margin-top: 90px; }

.bg-grey {
  background: #f3f4f5; }

.about {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0px;
  padding-bottom: 40px; }
  .about__box {
    width: 49%;
    margin-bottom: 40px;
    background: #ffffff;
    height: 245px;
    display: flex; }
  .about__img {
    display: block;
    min-width: 327px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    padding: 50px; }
    .about__img span {
      position: absolute;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      display: block; }
    .about__img .line {
      width: 35px;
      margin-top: 35px; }
  .about__text {
    padding: 55px 25px; }
    .about__text span {
      font-size: 16px;
      display: block;
      margin-bottom: 20px; }
    .about__text a {
      font-size: 16px;
      font-weight: 600;
      color: #e30018;
      text-transform: uppercase;
      display: block; }
      .about__text a img {
        margin-left: 10px;
        display: inline-block;
        position: relative;
        top: -2px;
        transition: all 0.5s ease; }
      .about__text a:hover {
        text-decoration: none; }
        .about__text a:hover img {
          -webkit-transform: translate(-8px, 0px);
          -moz-transform: translate(-8px, 0px);
          -o-transform: translate(-8px, 0px); }

/* ============================================================
   Page About END
   ============================================================ */
/* ============================================================
   Page Main
   ============================================================ */
.background-cover {
  background-size: cover; }

.single-item {
  margin: 0px;
  margin-bottom: 0px !important;
  position: relative; }
  .single-item .slick-prev {
    position: absolute;
    left: 210px;
    top: 305px;
    z-index: 2;
    background: url("../images/left.png") center;
    background-repeat: no-repeat;
    background-color: rgba(17, 17, 17, 0.8);
    border: none;
    outline: none !important;
    color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: ease all 0.5s;
    border-radius: 0px; }
    .single-item .slick-prev:hover {
      border: none;
      background-color: #e30018; }
    .single-item .slick-prev:before {
      content: none; }
  .single-item .slick-next {
    position: absolute;
    left: 210px;
    top: 235px;
    z-index: 2;
    background: url("../images/right-write.svg") center;
    background-repeat: no-repeat;
    background-color: rgba(17, 17, 17, 0.8);
    border: none;
    outline: none !important;
    color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: ease all 0.5s;
    border-radius: 0px; }
    .single-item .slick-next:hover {
      border: none;
      background-color: #e30018; }
    .single-item .slick-next:before {
      content: none; }
  .single-item .item {
    height: 740px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; }
  .single-item__text {
    background: rgba(227, 0, 24, 0.9);
    padding: 0px 65px;
    max-width: 500px;
    position: absolute;
    top: 200px;
    padding-bottom: 70px;
    padding-right: 25px; }
    .single-item__text h1 {
      color: #ffffff;
      text-transform: uppercase;
      position: relative;
      top: -25px;
      padding-bottom: 5px; }
    .single-item__text p {
      color: #ffffff;
      font-size: 18px; }
    .single-item__text .btn__slider:hover {
      color: #e30018; }

.slider-paging-number {
  font-size: 17px;
  color: #ffffff;
  list-style-type: none;
  width: max-content;
  padding: 5px 0px;
  padding-top: 115px;
  z-index: 2; }
  .slider-paging-number:after {
    content: '';
    height: 4px;
    background: #ffffff;
    width: 215px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 20px; }
  .slider-paging-number span {
    font-size: 30px;
    padding-right: 7px; }

.btn__slider {
  width: 215px;
  height: 70px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  text-transform: uppercase;
  background: #ffffff;
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%); }
  .btn__slider img {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: -2px;
    transition: all 0.5s ease; }
  .btn__slider:hover {
    text-decoration: none; }
    .btn__slider:hover img {
      -webkit-transform: translate(-8px, 0px);
      -moz-transform: translate(-8px, 0px);
      -o-transform: translate(-8px, 0px); }

.slick-dots {
  bottom: 90px;
  left: 16%;
  display: flex;
  align-items: center;
  width: auto; }
  .slick-dots li {
    margin-right: 17px; }
    .slick-dots li button:before {
      color: #ffffff !important;
      opacity: 1;
      font-size: 25px; }
    .slick-dots li:hover button:before {
      color: #e30018 !important; }
  .slick-dots .slick-active {
    border: 1px solid #ffffff;
    opacity: 1;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    .slick-dots .slick-active button:before {
      content: none; }

.bg-services {
  background: #f3f4f5;
  padding-bottom: 55px; }

.services {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: -30px; }
  .services__box {
    width: 19%;
    padding: 20px;
    padding-bottom: 20px;
    background: #ffffff; }
  .services__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }
  .services__top {
    padding-top: 35px;
    padding-bottom: 20px;
    background: #f3f4f5; }
  .services__line {
    height: 1px;
    width: 100px;
    background: rgba(17, 17, 17, 0.1);
    display: block;
    margin: 20px auto;
    margin-bottom: 35px; }
  .services__icon {
    height: 50px; }
    .services__icon img {
      margin: auto; }
  .services__bottom {
    padding: 40px 15px;
    padding-bottom: 5px; }
    .services__bottom a {
      display: block;
      font-size: 16px;
      padding-bottom: 7px; }
      .services__bottom a:before {
        content: url("../images/right-arrow.svg");
        margin-right: 15px; }
      .services__bottom a:hover {
        text-decoration: none;
        color: #e30018; }

.details {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 150px 0px; }
  .details__text {
    background: rgba(243, 244, 245, 0.9);
    padding: 0px 65px;
    max-width: 500px;
    height: max-content;
    position: relative;
    top: 150px;
    padding-bottom: 70px;
    width: 500px;
    z-index: 2;
    margin-right: -40px; }
    .details__text h2 {
      color: #111111;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      top: -20px;
      padding-bottom: 5px; }
      .details__text h2:before {
        content: ' ';
        height: 4px;
        background: #e30018;
        width: 60px;
        display: block;
        position: absolute;
        top: -20px; }
    .details__text p {
      color: #111111;
      font-size: 18px; }
    .details__text .btn__slider {
      background: #e30018;
      color: #ffffff; }
      .details__text .btn__slider:hover {
        background: #111111; }
  .details__right {
    width: 75%;
    position: relative; }
  .details__img {
    display: flex;
    width: 100%; }
    .details__img div {
      width: 50%;
      height: 559px;
      background-repeat: no-repeat;
      background-size: cover; }
  .details__img2 {
    position: absolute;
    top: -44px;
    left: 15%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 460px;
    height: 650px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); }
    .details__img2 a {
      font-size: 50px;
      font-weight: 600;
      color: #ffffff;
      position: absolute;
      bottom: 80px;
      left: 110px;
      width: 200px;
      display: block;
      border-bottom: 3px solid #ffffff; }
      .details__img2 a span {
        font-size: 17px;
        display: block; }
      .details__img2 a img {
        display: inline-block;
        margin-left: 65px;
        margin-top: -10px; }
      .details__img2 a:hover {
        text-decoration: none;
        color: #ffcf1f; }
        .details__img2 a:hover span {
          color: #ffffff; }

h2 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: -20px;
  padding-bottom: 5px; }
  h2:before {
    content: ' ';
    height: 4px;
    background: #e30018;
    width: 60px;
    display: block;
    position: absolute;
    top: -30px; }

.catalog-block {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 120px;
  margin-top: 5px; }

.catalog {
  margin-top: 15px; }
  .catalog .slick-prev {
    position: absolute;
    right: 130px;
    left: auto;
    top: -70px;
    z-index: 2;
    background: url("../images/left-black.png") center;
    background-repeat: no-repeat;
    background-color: #f3f4f5;
    border: none;
    outline: none !important;
    color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: ease all 0.5s;
    border-radius: 0px; }
    .catalog .slick-prev:hover {
      border: none;
      background-color: #e30018; }
    .catalog .slick-prev:before {
      content: none; }
  .catalog .slick-next {
    position: absolute;
    right: 60px;
    top: -70px;
    z-index: 2;
    background: url("../images/right-black.png") center;
    background-repeat: no-repeat;
    background-color: #f3f4f5;
    border: none;
    outline: none !important;
    color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: ease all 0.5s;
    border-radius: 0px; }
    .catalog .slick-next:hover {
      border: none;
      background-color: #e30018; }
    .catalog .slick-next:before {
      content: none; }
  .catalog__item {
    padding: 20px 60px;
    padding-bottom: 45px;
    margin: 0px 10px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    width: 370px; }
  .catalog__img {
    height: 252px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .catalog__code {
    font-size: 13px;
    color: rgba(17, 17, 17, 0.5);
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    padding-bottom: 3px;
    display: block;
    width: 100%; }
  .catalog__title {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    line-height: 1.3; }
    .catalog__title:hover {
      text-decoration: none;
      color: #e30018; }
  .catalog__price {
    font-weight: 600;
    color: #e30018;
    font-size: 20px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px; }
  .catalog .btn__slider {
    background: #e30018;
    color: #ffffff;
    position: relative;
    margin: 0px;
    height: 55px;
    width: 250px; }
    .catalog .btn__slider img {
      margin-left: 5px; }
    .catalog .btn__slider:hover {
      background: #111111; }
      .catalog .btn__slider:hover img {
        transform: none; }

.counter-block {
  background: #f3f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 135px;
  position: relative;
  margin-right: -13px;
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%); }
  .counter-block button {
    color: #d1d2d3;
    background: transparent;
    background-color: transparent;
    border: none;
    width: 20px;
    text-align: center;
    padding: 0px;
    cursor: pointer; }
    .counter-block button:hover {
      color: #e30018; }
  .counter-block .counter {
    width: 25px;
    background: transparent;
    border: none;
    font-size: 16px;
    text-align: center;
    padding: 0px 2px; }

.buttons {
  display: flex;
  width: 100%; }

.industry-block {
  margin-top: 80px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 90px; }
  .industry-block h2 {
    top: 0px; }

.industry {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px; }
  .industry__box {
    width: 24%;
    margin-bottom: 20px;
    background: rgba(243, 244, 245, 0.9);
    font-size: 17px;
    padding: 45px 40px;
    display: flex;
    align-items: center; }
    .industry__box img {
      display: inline-block;
      margin-right: 20px; }
    .industry__box:hover {
      text-decoration: none;
      color: #e30018; }

.btn__down {
  width: 245px;
  height: 70px;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #343434;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%); }
  .btn__down img {
    margin-left: 10px; }
  .btn__down:hover {
    color: #e30018;
    text-decoration: none; }

.news-block {
  margin-top: 80px;
  padding-top: 95px;
  padding-bottom: 55px; }
  .news-block h2 {
    top: 0px; }

.news {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 70px; }
  .news__box {
    width: 32%;
    background: #ffffff;
    padding: 55px;
    padding-bottom: 40px;
    margin-bottom: 20px; }
  .news__top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    padding-bottom: 20px; }
  .news__img {
    width: 270px;
    height: 180px;
    position: relative;
    margin-top: -75px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%); }
  .news .date {
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.5);
    max-width: 30px; }
  .news__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 285px;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px; }
    .news__title:hover {
      color: #e30018;
      text-decoration: none; }
  .news__desc {
    color: rgba(17, 17, 17, 0.5);
    font-size: 16px;
    margin-bottom: 30px; }
  .news__a {
    font-weight: 600;
    font-size: 16px;
    color: #e30018;
    text-transform: uppercase;
    display: block; }
    .news__a svg {
      position: relative;
      margin-left: 5px;
      top: -2px; }
    .news__a:hover {
      color: #111111;
      text-decoration: none; }

.services__bottom {
  padding: 40px 0px; }
  .services__bottom a {
    font-size: 15px; }

.close-filter {
  display: none; }

.mobile-filter {
  display: none; }

/* ============================================================
   Page Main END
   ============================================================ */
/* ============================================================
   Page Contacts
   ============================================================ */
.page-contacts .breadcrumb {
  margin-bottom: 0px;
  padding: 15px 0px; }
.page-contacts .breadcrumb-item a {
  color: #111111; }
.page-contacts .breadcrumb-item.active {
  color: #111111; }
.page-contacts .details {
  padding-top: 105px;
  padding-bottom: 100px; }

.map-block {
  position: relative; }
  .map-block h1 {
    position: absolute;
    top: 100px; }
    .map-block h1:before {
      content: ' ';
      height: 4px;
      background: #e30018;
      width: 210px;
      display: block;
      position: absolute;
      top: -40px; }

#map {
  height: 690px; }

.bg-light-grey {
  background: rgba(243, 244, 245, 0.8); }

.map__info {
  color: #ffffff;
  width: 370px;
  position: absolute;
  top: 125px;
  left: auto;
  right: 9%;
  margin-left: auto; }
  .map__info p {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    line-height: 1.2; }
  .map__info span {
    font-size: 18px;
    display: block;
    padding-top: 20px; }

.map__bottom {
  background: #e30018;
  color: #ffffff;
  padding: 40px 50px; }

.map__img {
  height: 205px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important; }

.map__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 50px;
  top: 180px; }

.map-contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  top: -50px; }
  .map-contacts__left {
    background: #ffffff;
    width: 49%;
    display: flex;
    align-items: center;
    padding: 25px; }
  .map-contacts__right {
    background: #ffffff;
    width: 49%;
    display: flex;
    align-items: center;
    padding: 25px; }
  .map-contacts__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    padding: 45px 20px; }
    .map-contacts__icon span {
      width: 60%;
      padding-left: 30px;
      margin-left: 30px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
  .map-contacts__information {
    width: 55%;
    padding: 0px 30px; }
    .map-contacts__information p {
      font-size: 18px;
      line-height: 1.5;
      padding-bottom: 0px; }
      .map-contacts__information p span {
        font-size: 14px;
        color: rgba(17, 17, 17, 0.5);
        padding-right: 10px;
        display: inline-block; }
      .map-contacts__information p a {
        color: #e30018; }

.contacts-form {
  background: #e30018;
  position: relative;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .contacts-form form {
    width: 70%; }
  .contacts-form label {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #ff8282; }
  .contacts-form .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0; }
    .contacts-form .form-control:focus {
      outline: none !important;
      box-shadow: none !important; }
  .contacts-form .form-group {
    margin-bottom: 50px; }
  .contacts-form input::placeholder {
    color: #ffffff !important; }
  .contacts-form textarea::placeholder {
    color: #ffffff !important; }
  .contacts-form .btn__slider {
    border: none;
    cursor: pointer;
    margin-top: 0px; }

.success-block {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #e30018; }

.success {
  display: flex;
  align-items: center;
  width: 100%; }
  .success p {
    font-size: 20px;
    color: #ffffff;
    width: 50%;
    padding: 0px 90px;
    line-height: 1.5; }
    .success p img {
      margin-bottom: 20px; }
  .success__img {
    height: 550px;
    width: 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    -webkit-clip-path: polygon(0 1%, 100% 0%, 73% 100%, 0% 100%);
    clip-path: polygon(0 1%, 100% 0%, 73% 100%, 0% 100%); }

.faq {
  padding-top: 115px;
  padding-bottom: 50px; }

.accordion {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px; }

.card {
  background-color: transparent;
  border: none;
  width: 48%; }
  .card-header {
    border: none;
    padding: 19px 10px;
    background-color: transparent;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important; }
  .card-body {
    background: transparent;
    padding: 20px 60px; }
  .card__title .btn-link {
    font-size: 20px;
    color: #111111;
    padding-left: 0;
    padding-right: 0; }
    .card__title .btn-link:hover {
      text-decoration: none !important; }
    .card__title .btn-link:before {
      content: '-';
      width: 35px;
      height: 35px;
      background: #e30018;
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      margin-right: 10px; }
    .card__title .btn-link.collapsed:before {
      content: '+';
      width: 35px;
      height: 35px;
      background: #343434;
      color: #ffffff;
      display: inline-flex;
      align-items: flex-end;
      justify-content: center;
      border-radius: 50px;
      margin-right: 10px; }

/* ============================================================
   Page Contacts END
   ============================================================ */
/* ============================================================
   Page Product
   ============================================================ */
.page-product {
  padding-bottom: 40px; }
  .page-product .catalog-block {
    border-top: none; }

.product {
  display: flex;
  width: 100%;
  margin-top: 15px; }
  .product__left {
    width: 50%;
    padding-top: 60px; }
  .product__right {
    width: 50%; }
  .product__slider-main {
    width: 500px !important; }
    .product__slider-main .slick-slide img {
      width: 500px;
      margin: 0 auto; }
  .product__slider-thmb {
    width: 100px !important;
    margin-top: 50px; }
    .product__slider-thmb .slick-slide {
      position: relative !important;
      width: 80px !important;
      transition: all .3s ease;
      margin-bottom: 20px; }
      .product__slider-thmb .slick-slide:hover {
        cursor: pointer; }
      .product__slider-thmb .slick-slide:before {
        display: block;
        content: " ";
        position: absolute;
        z-index: 100000 !important;
        background: rgba(17, 17, 17, 0.1);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .product__slider-thmb .slick-slide img {
        width: 100px !important;
        margin: 0 auto; }
    .product__slider-thmb .slick-track {
      display: flex;
      flex-direction: column;
      width: 100px !important; }

#product__slider {
  position: relative;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end; }

.product__slider-thmb .slick-list {
  overflow: visible; }

.product__slider-thmb .slick-slide.slick-current {
  position: relative !important;
  border-left: 2px solid #e30018;
  -webkit-box-shadow: 0px 0px 38px -5px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 0px 38px -5px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 0px 38px -5px rgba(0, 0, 0, 0.57); }
  .product__slider-thmb .slick-slide.slick-current:before {
    display: block;
    content: " ";
    position: absolute;
    z-index: 100000 !important;
    background: rgba(17, 17, 17, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.product__slider-main, .product__slider-thmb {
  display: none; }

.product__code {
  font-size: 13px;
  color: rgba(17, 17, 17, 0.5);
  margin-top: 40px;
  margin-left: 65px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  max-width: 230px; }
.product__text {
  background: #f3f4f5;
  padding: 0px 65px;
  max-width: 100%;
  height: max-content;
  padding-bottom: 20px;
  z-index: 2;
  margin-top: 45px; }
  .product__text h2 {
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: -20px;
    padding-bottom: 5px;
    max-width: 400px; }
    .product__text h2:before {
      content: ' ';
      height: 4px;
      background: #e30018;
      width: 60px;
      display: block;
      position: absolute;
      top: auto;
      bottom: -18px; }
  .product__text p {
    font-size: 18px;
    color: #111111;
    padding-top: 40px;
    line-height: 1.7; }
    .product__text p a {
      color: rgba(17, 17, 17, 0.5); }
  .product__text .buttons {
    width: 300px;
    margin-top: 20px;
    margin-bottom: -45px; }
  .product__text .counter-block {
    background: #ffffff; }
  .product__text .btn__slider {
    background: #e30018;
    color: #ffffff;
    position: relative;
    margin: 0px;
    height: 55px;
    width: 250px; }
.product__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px; }
  .product__info .price {
    font-size: 30px;
    font-weight: 600;
    color: #e30018; }
  .product__info .checked {
    font-size: 16px;
    color: #00a885;
    text-transform: uppercase;
    border: 1px solid #00a885;
    padding: 4px 10px;
    border-radius: 25px; }
    .product__info .checked span {
      background: #00a885;
      border-radius: 50px;
      display: inline-block;
      height: 20px;
      width: 20px;
      position: relative;
      top: 3px;
      margin-right: 5px; }
      .product__info .checked span svg {
        position: absolute;
        top: 3px;
        left: 3px; }
  .product__info a {
    font-size: 16px;
    text-transform: uppercase;
    color: #e30018;
    font-weight: 600;
    display: flex;
    align-items: center; }
    .product__info a:before {
      content: url("../images/play.png");
      margin-right: 10px; }
.product__contacts {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 70px 40px;
  -webkit-box-shadow: 0px 2px 19px -2px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 2px 19px -2px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 2px 19px -2px rgba(0, 0, 0, 0.41); }
  .product__contacts div {
    font-size: 14px;
    line-height: 1.2; }
    .product__contacts div:nth-child(1) {
      margin-left: 40px; }
      .product__contacts div:nth-child(1):before {
        content: url("../images/icon16.png");
        margin-right: -32px;
        position: relative;
        left: -45px;
        top: 25px; }
    .product__contacts div:nth-child(2):before {
      content: url("../images/icon17.png");
      margin-right: -33px;
      position: relative;
      left: -45px;
      top: 25px; }
    .product__contacts div:nth-child(3):before {
      content: url("../images/icon18.png");
      margin-right: -30px;
      position: relative;
      left: -45px;
      top: 25px; }

.information {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 40px 0px;
  margin-top: 85px; }
  .information__left {
    width: 49%; }
  .information__right {
    width: 49%; }

.nav-pills {
  width: 100%;
  justify-content: space-between; }
  .nav-pills .nav-item {
    width: 32%;
    text-align: center;
    margin-right: 5px; }
  .nav-pills .nav-link {
    font-size: 18px;
    color: #111111;
    padding: 25px 10px;
    text-transform: uppercase;
    background: white;
    border-radius: 0px; }
    .nav-pills .nav-link.active {
      background: rgba(52, 52, 52, 0.8);
      position: relative; }
      .nav-pills .nav-link.active:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: rgba(52, 52, 52, 0.8);
        border-width: 10px;
        margin-left: -10px; }

.tab-content {
  margin-top: 5px; }
  .tab-content .tab-pane {
    background: white;
    padding: 50px 60px; }

.list {
  margin-top: 15px; }
  .list__item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px; }
    .list__item span {
      font-size: 14px;
      color: rgba(17, 17, 17, 0.5); }
    .list__item:last-child {
      margin-bottom: 0px; }
  .list__text {
    position: relative;
    margin-left: 80px; }
    .list__text span {
      display: block;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      color: #111111;
      margin-bottom: 10px; }
      .list__text span:before {
        content: '/';
        color: #e30018;
        font-size: 35px;
        position: absolute;
        left: -45px;
        top: -12px; }

#pills-contact ul {
  list-style-type: none;
  padding-left: 20px; }
  #pills-contact ul li {
    margin-bottom: 20px; }
    #pills-contact ul li:before {
      content: url("../images/right-arrow.svg");
      margin-right: 10px; }

.characteristics__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  margin-bottom: 50px;
  margin-top: 25px; }
.characteristics__box {
  padding: 16px 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  -webkit-clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%); }
  .characteristics__box span {
    text-transform: uppercase;
    font-weight: 600;
    width: 50%; }
  .characteristics__box p {
    width: 50%;
    padding-bottom: 0px; }

.bg-medium-grey {
  background: #ecedef; }

.bg-white {
  background: white; }

.video {
  width: 525px;
  margin-bottom: 60px;
  position: relative; }
  .video .video__text {
    max-width: 325px; }
  .video .video__time {
    font-size: 13px;
    position: relative;
    color: rgba(17, 17, 17, 0.5); }

.video__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #111111;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 30px; }

.video-js {
  background-color: #000000;
  width: 100%;
  height: 293px;
  position: relative; }
  .video-js .vjs-big-play-button {
    position: relative;
    width: 50px;
    background-color: transparent;
    border: none;
    background: url("../images/youtube-play-button.svg");
    background-repeat: no-repeat;
    margin: auto;
    top: 120px;
    left: -7px; }

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: none; }

.vjs_video_3-dimensions {
  height: 293px; }

.vjs-poster {
  background-size: cover; }

.video-js .vjs-time-control {
  display: block; }

.video-js .vjs-remaining-time {
  display: none; }

.vjs-default-skin .vjs-current-time {
  right: 120px;
  top: 7px; }

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  background-color: transparent; }

/*title hide*/
.video > .vjs-controls-disabled .video__title, .video > .vjs-has-started .video__title, .video > .vjs-using-native-controls .video__title, .video > .vjs-error .video__title {
  display: none !important; }

.slick-slide {
  height: auto; }

.social {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 85px; }
  .social span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px; }
  .social .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 17, 17, 0.1);
    width: 40px;
    height: 40px;
    margin-right: 5px; }
    .social .nav a:hover svg {
      fill: #e30018; }
      .social .nav a:hover svg path {
        fill: #e30018; }

/* ============================================================
   Page Product END
   ============================================================ */
/* ============================================================
   Page Catalog
   ============================================================ */
.page-catalog {
  padding-bottom: 40px; }

.flex {
  display: flex;
  width: 100%;
  justify-content: space-between; }

aside {
  width: 335px;
  margin-top: 30px; }
  aside h6 {
    text-transform: uppercase;
    margin-bottom: 10px; }

article {
  width: 965px;
  margin-top: 30px;
  padding-left: 40px; }

.categories {
  background: rgba(243, 244, 245, 0.8);
  padding: 20px 40px;
  margin-bottom: 20px; }
  .categories h6 {
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    padding: 10px 0px;
    padding-bottom: 20px; }
  .categories .nav {
    margin-top: 20px; }
    .categories .nav .nav-item {
      display: block;
      width: 100%;
      position: relative; }
      .categories .nav .nav-item.active .nav-link {
        color: #e30018; }
      .categories .nav .nav-item.active:before {
        content: url("../images/right-full.svg");
        position: absolute;
        left: -20px;
        top: 6px; }
      .categories .nav .nav-item.active > ul {
        display: block; }
        .categories .nav .nav-item.active > ul .nav-item {
          line-height: 1.4; }
          .categories .nav .nav-item.active > ul .nav-item .nav-link {
            color: #111111; }
      .categories .nav .nav-item .nav-link {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        padding: 5px 0px;
        color: #111111; }
      .categories .nav .nav-item > ul {
        padding-left: 15px;
        display: none; }
        .categories .nav .nav-item > ul .nav-item .nav-link {
          font-size: 15px;
          text-transform: initial;
          font-weight: 400; }
          .categories .nav .nav-item > ul .nav-item .nav-link sup {
            font-size: 13px;
            color: rgba(17, 17, 17, 0.5); }

.results-filter {
  padding: 20px 40px;
  padding-bottom: 30px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  margin-bottom: 20px; }
  .results-filter h6 {
    padding-top: 15px;
    padding-bottom: 10px; }
  .results-filter__block span {
    display: inline-block;
    padding: 5px 10px;
    color: rgba(17, 17, 17, 0.7);
    font-size: 12px;
    background: #f3f4f5;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px; }
    .results-filter__block span a {
      display: inline-block;
      margin-left: 5px;
      position: relative;
      top: 1px; }
      .results-filter__block span a img {
        width: 8px;
        height: 8px; }
  .results-filter__box {
    margin-top: 15px; }
    .results-filter__box span {
      font-size: 12px;
      color: #e30018;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block; }
      .results-filter__box span a {
        display: inline-block;
        margin-left: 10px;
        position: relative; }
        .results-filter__box span a img {
          width: 8px;
          height: 8px; }

.filter {
  background: rgba(243, 244, 245, 0.8);
  padding: 20px 40px;
  padding-bottom: 40px;
  margin-bottom: 20px; }
  .filter__box {
    padding: 18px 0px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1); }
    .filter__box p {
      padding-bottom: 0px; }
  .filter__toggle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    display: block; }
    .filter__toggle:before {
      content: '+';
      position: absolute;
      left: -20px; }
    .filter__toggle.active:before {
      content: '-';
      position: absolute;
      left: -20px; }
  .filter__open {
    display: none; }
    .filter__open.active {
      display: block;
      padding-top: 20px; }

.select__color span {
  border-radius: 50px;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  cursor: pointer; }
  .select__color span.active {
    background-image: url("../images/icon-check.svg");
    background-repeat: no-repeat;
    background-position: center; }

.bg-black {
  background-color: #1d1d1d; }

.bg-blue {
  background: #0052a3; }

.bg-brown {
  background: #c26d3f; }

.bg-gray {
  background: gray; }

.bg-gold {
  background: #dab02d; }

.bg-pink {
  background: #e8474e; }

#amount {
  background: transparent;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #111111 !important; }

#slider-container {
  width: 390px;
  margin-left: 0px;
  border-radius: 50px; }

.ui-slider-horizontal {
  height: 3px; }

.ui-widget-header {
  background: #111111 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget.ui-widget-content {
  border: none !important;
  background: #e2e3e4 50% top repeat-x;
  color: #333333;
  margin: 5px 0px;
  margin-bottom: 10px; }

.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #111111;
  background: transparent;
  border-radius: 50px;
  color: #1c94c4;
  outline: none; }

.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -9px;
  cursor: pointer; }
  .ui-slider .ui-slider-handle:first-child {
    left: 0px !important; }
  .ui-slider .ui-slider-handle.ui-state-active {
    background-color: white !important; }

.filter__open label {
  width: 100% !important;
  display: inline-block;
  padding: 5px 0px !important;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  background-color: transparent;
  border: none;
  margin-bottom: 5px; }
  .filter__open label .amount {
    color: #949494 !important; }
  .filter__open label:hover {
    background-color: #ffffff;
    border: none; }
.filter__open .ui-checkboxradio-label .ui-icon-background {
  border: 1px solid #bbbcbd;
  box-shadow: none;
  background-color: transparent; }
.filter__open .ui-state-active, .filter__open .ui-widget-content .ui-state-active, .filter__open .ui-widget-header .ui-state-active, .filter__open a.ui-button:active, .filter__open .ui-button:active, .filter__open .ui-button.ui-state-active:hover {
  background: transparent;
  color: #111111;
  border: none; }
.filter__open .ui-state-hover {
  background-color: transparent !important; }
.filter__open .ui-icon {
  width: 19px;
  height: 19px;
  margin-right: 5px; }
.filter__open .ui-visual-focus {
  box-shadow: none !important; }
.filter__open .ui-state-checked {
  background: url("../images/icon-check.svg") #bbbcbd !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
.filter__open .ui-state-active:focus {
  box-shadow: none !important; }

.carousel {
  margin: 0px;
  margin-bottom: 0px !important;
  position: relative;
  height: 260px; }
  .carousel .slick-list {
    height: 260px; }
  .carousel .slick-track {
    height: 260px; }
  .carousel .slick-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    z-index: 2;
    background: url("../images/left-arrow-white.svg") center;
    background-repeat: no-repeat;
    background-color: #e30018;
    border: none;
    outline: none !important;
    color: transparent;
    width: 40px;
    height: 70px;
    cursor: pointer;
    transition: ease all 0.5s;
    border-radius: 0px; }
    .carousel .slick-prev:hover {
      border: none;
      background-color: #111111; }
    .carousel .slick-prev:before {
      content: none; }
  .carousel .slick-next {
    position: absolute;
    right: -20px;
    top: 50%;
    z-index: 2;
    background: url("../images/right-arrow-white.svg") center;
    background-repeat: no-repeat;
    background-color: #e30018;
    border: none;
    outline: none !important;
    color: transparent;
    width: 40px;
    height: 70px;
    cursor: pointer;
    transition: ease all 0.5s;
    border-radius: 0px; }
    .carousel .slick-next:hover {
      border: none;
      background-color: #111111; }
    .carousel .slick-next:before {
      content: none; }
  .carousel .item {
    height: 260px;
    width: 291px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    margin-right: 20px;
    padding: 30px 40px; }
  .carousel__title {
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    bottom: -150px;
    color: #ffffff;
    display: flex;
    align-items: baseline; }
    .carousel__title:before {
      content: ' ';
      height: 4px;
      background: #e30018;
      width: 50px;
      display: block;
      position: absolute;
      top: -15px; }
    .carousel__title:hover {
      text-decoration: none;
      color: #e30018; }
    .carousel__title img {
      display: inline-block; }

.article__text {
  margin-top: 130px; }
  .article__text p {
    padding-bottom: 30px; }
  .article__text h4 {
    max-width: 230px; }
  .article__text .line {
    background: rgba(17, 17, 17, 0.1);
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 55px; }

h4 {
  text-transform: uppercase; }

.goods {
  margin-top: 30px; }
  .goods__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-bottom: none;
    padding: 20px 30px; }
    .goods__top-box {
      width: auto;
      display: flex;
      align-items: center; }
  .goods__bottom {
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-top: none;
    padding: 30px 30px; }
  .goods__title {
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px; }

.view {
  margin-left: 10px; }
  .view__list {
    cursor: pointer;
    display: inline-block; }
    .view__list:last-child {
      margin-right: 0px; }
    .view__list-first {
      margin-right: 15px; }
    .view__list.active svg {
      fill: #000000; }
      .view__list.active svg path {
        fill: #000000; }

.pagination {
  margin-bottom: 0px; }
  .pagination .page-link {
    font-size: 15px;
    color: rgba(17, 17, 17, 0.5);
    border: none;
    padding: 0px 10px; }
    .pagination .page-link:hover {
      background-color: transparent; }
    .pagination .page-link:focus {
      box-shadow: none; }
  .pagination .page-item.active .page-link {
    background: transparent;
    border: none;
    color: #111111; }
  .pagination .page-item__left {
    margin-right: auto; }
    .pagination .page-item__left .page-link {
      padding-left: 10px; }
  .pagination .page-item__right {
    margin-left: auto; }
    .pagination .page-item__right .page-link {
      padding-right: 10px; }
  .pagination__bottom .page-link {
    font-weight: 600;
    color: rgba(17, 17, 17, 0.5);
    padding: 0px 20px; }
  .pagination__bottom .page-item.active .page-link {
    background: transparent;
    border: none;
    color: #111111; }

.catalog-product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
  .catalog-product__item {
    padding: 20px 30px;
    padding-bottom: 45px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    width: 32%;
    margin-bottom: 20px; }
    .catalog-product__item:nth-last-child(-n+3) {
      margin-bottom: 0px; }
  .catalog-product__img {
    height: 252px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .catalog-product__code {
    font-size: 13px;
    color: rgba(17, 17, 17, 0.5);
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    padding-bottom: 3px;
    display: block;
    width: 100%; }
  .catalog-product__title {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    line-height: 1.3; }
    .catalog-product__title:hover {
      text-decoration: none;
      color: #e30018; }
  .catalog-product__price {
    font-weight: 600;
    color: #e30018;
    font-size: 20px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px; }
  .catalog-product .btn__slider {
    background: #e30018;
    color: #ffffff;
    position: relative;
    margin: 0px;
    height: 55px;
    width: 250px; }
    .catalog-product .btn__slider img {
      margin-left: 5px; }
    .catalog-product .btn__slider:hover {
      background: #111111; }
      .catalog-product .btn__slider:hover img {
        transform: none; }
  .catalog-product-table .catalog-product__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    border-bottom: none;
    padding: 22px 30px; }
    .catalog-product-table .catalog-product__item:last-child {
      border-bottom: 1px solid rgba(17, 17, 17, 0.1); }
  .catalog-product-table .catalog-product__img {
    width: 250px;
    min-width: 250px;
    height: 150px; }
  .catalog-product-table .catalog-product__second {
    width: 245px;
    margin: 0px 10px; }
  .catalog-product-table .catalog-product__third {
    width: 250px; }
  .catalog-product-table .catalog-product__price {
    text-align: right; }
  .catalog-product-table .catalog-product__title {
    margin-top: 25px; }

.selectric-select-sort .selectric {
  border: none;
  background: transparent; }
  .selectric-select-sort .selectric .label {
    color: rgba(17, 17, 17, 0.5);
    font-size: 15px; }
  .selectric-select-sort .selectric .button {
    background-color: transparent; }
    .selectric-select-sort .selectric .button:after {
      content: url("../images/down-arrow.svg");
      border: none;
      position: relative;
      left: -5px; }
.selectric-select-sort .selectric-items {
  background: #ffffff;
  border: none;
  width: 150px !important;
  padding: 5px 10px; }
  .selectric-select-sort .selectric-items li {
    font-size: 15px; }
    .selectric-select-sort .selectric-items li.highlighted {
      background: #ffffff;
      color: #e30018; }
    .selectric-select-sort .selectric-items li:hover {
      background: #ffffff;
      color: #e30018; }

/* ============================================================
   Page Catalog END
   ============================================================ */
/* ============================================================
   mobile header
   ============================================================ */
@media (max-width: 1900px) {
  .my-container {
    max-width: 1300px; } }
@media (max-width: 1199px) {
  .my-container {
    max-width: 960px; } }
@media (max-width: 899px) {
  .my-container {
    max-width: 100%;
    padding: 0px 10px; } }
@media (max-width: 599px) {
  .my-container {
    max-width: 100%; } }
/* ============================================================
   mobile header end
   ============================================================ */
/* ============================================================
   mobile footer
   ============================================================ */
/* ============================================================
   mobile footer end
   ============================================================ */
/* ============================================================
   mobile Main
   ============================================================ */
@media (max-width: 1920px) {
  .catalog__item {
    width: 310px;
    padding: 20px 35px; }

  .catalog .slick-prev {
    right: 135px; }

  .industry__box {
    font-size: 16px;
    padding: 35px 30px; }
    .industry__box img {
      margin-right: 10px; } }
@media (max-width: 1910px) {
  .single-item .slick-next {
    left: 45%; }
  .single-item .slick-prev {
    left: 45%; } }
@media (max-width: 1700px) {
  .single-item .slick-next {
    left: 42%; }
  .single-item .slick-prev {
    left: 42%; }

  .slick-dots {
    left: 11%; } }
@media (max-width: 1445px) {
  .single-item .slick-next {
    left: 575px; }
  .single-item .slick-prev {
    left: 575px; }

  .slick-dots {
    left: 5%; } }
@media (max-width: 1400px) {
  .single-item .slick-next {
    left: 540px; }
  .single-item .slick-prev {
    left: 540px; } }
@media (max-width: 1199px) {
  .services {
    top: 0px;
    flex-wrap: wrap; }
    .services__box {
      width: 24%;
      margin-bottom: 20px; }

  .bg-services {
    padding: 50px 0px; }

  .details {
    padding: 100px 0px; }
    .details__right {
      width: 85%; }
    .details__img div {
      height: 545px; }
    .details__img2 {
      left: 10%;
      top: -42px;
      height: 625px;
      width: 430px; }
      .details__img2 a {
        left: 85px; }
    .details__text {
      top: 85px; }

  .news__box {
    padding: 55px 20px; }

  .industry__box {
    padding: 30px 20px; } }
@media (max-width: 899px) {
  .services__box {
    width: 49%; }

  .bg-services {
    padding-top: 70px; }

  .single-item .slick-next {
    display: none !important; }
  .single-item .slick-prev {
    display: none !important; }
  .single-item__text {
    position: relative;
    padding: 0px 30px;
    padding-bottom: 60px;
    max-width: 465px;
    margin-top: 10px; }
    .single-item__text h1 {
      font-size: 30px;
      top: -17px;
      margin-bottom: -10px; }
    .single-item__text p {
      font-size: 16px; }
  .single-item .item {
    height: 550px; }
  .single-item .btn__slider {
    margin-top: 5px;
    position: relative;
    height: 60px; }
  .single-item .slick-dots {
    bottom: 27px;
    left: 30px; }
  .single-item .slider-paging-number {
    padding-top: 0px;
    position: relative;
    top: 190px;
    left: 10px; }

  .details {
    flex-direction: column-reverse; }
    .details__text {
      width: 100%;
      top: 0px;
      margin-top: 100px; }
    .details__right {
      width: 100%; }
    .details__img2 {
      left: 20%;
      top: -45px; }

  .industry__box {
    width: 48%; } }
@media (max-width: 599px) {
  .bg-services {
    padding-top: 40px;
    padding-bottom: 40px; }

  .page-main .details .btn__slider {
    position: relative;
    margin-top: -30px;
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    top: 40px; }

  .catalog-block {
    padding-top: 90px; }

  .catalog {
    margin-top: 5px; }

  .single-item .slider-paging-number {
    left: 10px;
    font-size: 14px; }
    .single-item .slider-paging-number span {
      font-size: 16px; }

  .services__box {
    width: 100%; }

  .details {
    padding: 55px 0px; }
    .details__img div {
      height: 210px; }
    .details__img2 {
      height: 245px;
      width: 165px;
      top: -15px;
      left: 24%; }
      .details__img2 a {
        display: none; }
    .details__text {
      padding: 0px 40px; }
      .details__text p {
        font-size: 16px; }

  .industry {
    margin-top: 20px; }
    .industry__box {
      width: 100%;
      padding: 20px;
      margin-bottom: 10px; }

  .industry-block {
    margin-top: 86px;
    padding-top: 70px; }

  .btn__down {
    margin-top: 20px;
    height: 55px; }

  .catalog__item {
    width: 300px; }
  .catalog .slick-dots {
    bottom: -55px;
    left: 10px; }
    .catalog .slick-dots li button:before {
      color: #000000 !important; }
    .catalog .slick-dots .slick-active {
      border: 1px solid #000000; }

  .news-block {
    margin-top: 40px;
    padding-top: 70px;
    padding-bottom: 35px; }

  .news {
    margin-top: 20px; }
    .news__desc {
      margin-bottom: 15px; }
    .news__box {
      width: 300px;
      padding: 35px 10px;
      margin-right: 10px; }
    .news .slick-dots {
      bottom: -35px;
      left: auto; }
      .news .slick-dots li button:before {
        color: #000000 !important; }
      .news .slick-dots .slick-active {
        border: 1px solid #000000; }
    .news__title {
      max-width: 100%; }
    .news__img {
      width: 240px;
      margin-top: 0px; }
    .news .slick-track {
      display: flex; }

  .catalog .slick-next {
    display: none !important; }
  .catalog .slick-prev {
    display: none !important; } }
@media (max-width: 374px) {
  .details__img2 {
    left: 13%; } }
@media (max-width: 355px) {
  .single-item__text {
    top: 162px; }
  .single-item .slider-paging-number {
    top: 150px; }

  .details__img2 {
    left: 19%; } }
/* ============================================================
   mobile Main end
   ============================================================ */
/* ============================================================
   mobile About
   ============================================================ */
@media (max-width: 1500px) {
  .navbar-nav .nav-link {
    padding: 6px 27px !important; }

  .about__text {
    padding: 25px 45px; }

  .footer__bottom nav .nav-link {
    padding: 5px 20px; } }
@media (max-width: 1199px) {
  .header__top nav .nav-link {
    margin-right: 0px;
    padding: 5px 10px;
    font-size: 13px; }

  .btn__webshop {
    width: 200px; }

  .dd {
    margin-top: 10px; }

  .navbar-brand {
    width: 300px;
    height: 50px; }

  .navbar-nav .nav-link {
    padding: 6px 10px !important; }

  .input__search {
    width: 240px !important; }

  .about__box {
    width: 100%; }

  .footer__bottom {
    padding: 20px 0px; }
    .footer__bottom p {
      font-size: 13px; }
    .footer__bottom nav .nav-link {
      font-size: 13px;
      padding: 5px 7px; }
  .footer__title p {
    font-size: 14px; }
  .footer__info {
    font-size: 14px; } }
@media (max-width: 899px) {
  .d-b-m {
    display: block !important; }

  .d-n-m {
    display: none; }

  .img-block {
    height: 400px;
    margin-bottom: 100px; }
    .img-block__text {
      position: relative;
      left: auto;
      right: auto;
      bottom: -280px;
      margin: 0 auto;
      width: 400px;
      height: 190px;
      font-size: 30px; }

  .text-block {
    margin-bottom: 30px;
    margin-top: 50px; }

  .about {
    padding: 40px 0px; }
    .about__box {
      margin-bottom: 30px; }
      .about__box:last-child {
        margin-bottom: 0px; }

  .header .my-container {
    padding: 0px; }
  .header .bg-header {
    display: none; }

  .navbar-brand {
    background: url("../images/logo-mobile.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 85px;
    height: 60px; }

  .navbar {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0px; }
    .navbar-collapse {
      padding: 15px 10px; }
    .navbar__top {
      border-bottom: none;
      padding: 10px; }
      .navbar__top.active {
        background: #f3f4f5; }
    .navbar__right {
      margin-left: auto; }
      .navbar__right a > span {
        display: none; }
      .navbar__right a svg path {
        fill: #111111; }
    .navbar__info {
      margin-left: 20px; }
      .navbar__info span {
        display: none; }
    .navbar__flex {
      display: flex;
      align-items: center; }

  .navbar-light .navbar-toggler {
    padding: 0px 5px;
    border: none;
    margin-left: 15px; }

  .search__mobile {
    display: inline-block;
    margin-right: 20px; }

  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url(../images/close.svg);
    background-size: contain;
    width: 30px;
    height: 20px; }

  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
    background-size: contain; }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .navbar-nav .nav-item > ul {
      position: relative;
      top: 0px;
      width: 100%; }
      .navbar-nav .nav-item > ul li a {
        font-weight: 400; }
      .navbar-nav .nav-item > ul.show {
        display: block; }
    .navbar-nav .nav-item .nav-link {
      padding: 10px 0px !important;
      display: inline-block; }
    .navbar-nav .nav-item:first-child .nav-link {
      padding-left: 0px !important; }
  .navbar-nav li:hover ul {
    display: none; }

  .open-menu {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: 44px; }
    .open-menu .icon-down {
      display: inline-block !important;
      background: url("../images/down-arrow.svg");
      background-repeat: no-repeat !important;
      background-size: contain !important;
      width: 10px;
      height: 10px; }

  .menu__mobile {
    margin-top: 15px; }
    .menu__mobile .btn__webshop {
      width: 240px;
      height: 60px;
      margin-top: 40px; }
    .menu__mobile ul {
      margin: 33px 0px;
      margin-bottom: 0px; }
      .menu__mobile ul .nav-item {
        display: block;
        width: 100%; }
        .menu__mobile ul .nav-item .nav-link {
          font-size: 15px;
          text-transform: uppercase;
          padding: 6px 0px; }

  .nav__country {
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    padding-top: 20px;
    margin-top: 20px !important; }
    .nav__country .nav-item .nav-link {
      text-transform: initial !important; }
      .nav__country .nav-item .nav-link:before {
        position: relative;
        top: 1px;
        margin-right: 10px; }
      .nav__country .nav-item .nav-link.de:before {
        content: url("../images/de.png"); }
      .nav__country .nav-item .nav-link.uk:before {
        content: url("../images/uk.png"); }
      .nav__country .nav-item .nav-link.it:before {
        content: url("../images/it.png"); }
      .nav__country .nav-item .nav-link.fr:before {
        content: url("../images/fr.png"); }

  .footer__info {
    display: none;
    padding: 20px 0px;
    padding-left: 30px; }
    .footer__info.show {
      display: block; }
  .footer__bottom {
    padding: 30px 0px; }
    .footer__bottom .nav {
      display: none; }
    .footer__bottom p {
      width: 100%;
      font-size: 14px;
      text-align: center; }
  .footer__top {
    flex-direction: column-reverse;
    padding-top: 0px;
    padding-bottom: 30px; }
  .footer__box {
    width: 100%; }
    .footer__box-social {
      margin-top: 15px;
      margin-bottom: 10px; }
      .footer__box-social .footer__title {
        text-align: center;
        padding: 10px;
        border: none; }
        .footer__box-social .footer__title:after {
          content: none; }
      .footer__box-social .footer__social {
        padding: 5px 0px; }
        .footer__box-social .footer__social .nav {
          justify-content: center; }
          .footer__box-social .footer__social .nav .nav-link:last-child {
            margin-right: 0px; }
  .footer__title {
    padding: 24px 0px;
    padding-left: 30px; }
    .footer__title:before {
      left: 5px;
      top: 15px; }
    .footer__title:after {
      content: url("../images/down-arrow.svg");
      position: absolute;
      right: 0px;
      top: 36px; }
    .footer__title p {
      padding-bottom: 0px; }

  .about__text {
    padding: 20px; } }
@media (max-width: 599px) {
  .banner {
    height: 200px;
    padding-top: 50px; }
    .banner .breadcrumb {
      display: none; }
    .banner h1 {
      font-size: 30px; }
    .banner .line {
      width: 230px;
      margin-bottom: 20px; }

  .line {
    height: 3px; }

  .title {
    font-size: 20px; }

  .img-block {
    height: 325px; }
    .img-block__text {
      font-size: 22px;
      width: min-content;
      height: auto;
      padding: 30px 20px;
      bottom: -280px; }

  .about__box {
    height: 200px;
    margin-bottom: 20px; }
  .about__text {
    display: none; }
  .about__img {
    min-width: 100%;
    width: 100%;
    clip-path: none;
    padding: 30px 40px; }

  .text-block {
    margin-bottom: 15px;
    margin-top: 35px; }
    .text-block .line {
      margin-bottom: 30px; } }
/* ============================================================
   mobile About end
   ============================================================ */
/* ============================================================
   mobile Contacts
   ============================================================ */
@media (max-width: 1199px) {
  .map-contacts__icon {
    width: 40%;
    padding: 30px 20px; }
    .map-contacts__icon img {
      display: none; }
    .map-contacts__icon span {
      padding: 0;
      margin: 0;
      border: none;
      width: 100%; }
  .map-contacts__information {
    width: 60%;
    padding: 0px 20px; }

  #map {
    height: 640px; }

  .map__info {
    top: 80px;
    right: 5%; }

  .map-contacts {
    padding: 20px 0px; }

  .success p {
    padding: 0px 30px; }
  .success__img {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 73% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0%, 73% 100%, 0% 100%); } }
@media (max-width: 899px) {
  .map-contacts {
    top: 0px;
    flex-direction: column; }
    .map-contacts__left {
      width: 100%;
      margin-bottom: 20px; }
    .map-contacts__right {
      width: 100%; }

  .page-contacts .details {
    padding-top: 60px;
    padding-bottom: 60px; }

  .success p {
    padding: 0px 15px; }

  .accordion .card {
    width: 100%; }

  .card-header {
    padding: 15px 10px; } }
@media (max-width: 599px) {
  .faq {
    padding-top: 90px; }
    .faq h2 {
      margin-bottom: -15px; }

  .accordion {
    margin-top: 0px; }

  .map__img {
    height: 180px; }

  .map__info {
    position: relative;
    top: -185px;
    right: auto;
    width: 100%;
    padding: 0px;
    margin-bottom: -185px; }
    .map__info p {
      padding-bottom: 15px; }
    .map__info span {
      padding-top: 10px; }

  .map__bottom {
    padding: 35px;
    padding-bottom: 25px; }

  .map-contacts {
    padding-bottom: 40px; }
    .map-contacts__left {
      flex-direction: column;
      padding: 20px 30px; }
    .map-contacts__right {
      flex-direction: column;
      padding: 20px 30px; }
    .map-contacts__icon {
      width: 100%;
      padding: 24px; }
    .map-contacts__information {
      width: 100%;
      padding-top: 25px;
      padding-bottom: 5px; }
      .map-contacts__information p {
        font-size: 16px; }
        .map-contacts__information p span {
          display: none; }

  h1 {
    font-size: 30px; }

  .map-block h1 {
    top: 70px; }
    .map-block h1:before {
      top: -30px; }

  .page-contacts .details {
    padding-top: 30px;
    padding-bottom: 40px;
    flex-direction: column; }
    .page-contacts .details__text {
      top: 50px;
      margin-bottom: 50px;
      padding: 0px 40px;
      padding-bottom: 20px;
      max-width: 100%;
      width: 100%;
      margin-right: 0px;
      margin-top: 0px; }
      .page-contacts .details__text p {
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 10px; }
      .page-contacts .details__text h2 {
        top: -15px; }
    .page-contacts .details__right {
      width: 100%;
      padding-top: 10px; }

  .contacts-form {
    height: auto; }
    .contacts-form label {
      margin-bottom: 0px; }
    .contacts-form .form-control {
      height: 48px; }
    .contacts-form form {
      width: 100%;
      padding: 20px 40px;
      padding-bottom: 40px; }
    .contacts-form .btn__slider {
      position: relative;
      width: 100%;
      height: 65px; }
    .contacts-form .form-group {
      margin-bottom: 35px; }

  h2 {
    font-size: 27px; }

  .success {
    flex-direction: column; }
    .success__img {
      height: 200px;
      width: 100%;
      clip-path: none; }
    .success p {
      width: 100%;
      padding-top: 20px;
      font-size: 18px; }

  .success-block {
    height: 100%; }

  .card__title .btn-link {
    font-size: 16px; }
    .card__title .btn-link.collapsed:before {
      width: 12px;
      height: 12px;
      color: #111111;
      background: transparent; }
    .card__title .btn-link:before {
      color: #e30018;
      background: transparent;
      width: 12px;
      height: 12px;
      font-weight: 600; }

  .card-header {
    padding: 15px 0px; }

  .card-body {
    font-size: 15px;
    padding: 20px 30px; } }
/* ============================================================
   mobile Contacts end
   ============================================================ */
/* ============================================================
   mobile Product
   ============================================================ */
@media (max-width: 1199px) {
  .product__slider-main {
    width: 370px !important; }
  .product__info {
    flex-wrap: wrap;
    margin-top: 0px; }
    .product__info a {
      justify-content: center;
      width: 100%;
      margin-top: 10px; }
  .product__contacts {
    flex-wrap: wrap;
    padding: 40px 70px; }
    .product__contacts div {
      width: 100%;
      margin-left: 10px !important;
      margin-bottom: 20px; }
      .product__contacts div br {
        display: none; }
      .product__contacts div:nth-child(2):before {
        left: -50px; }
      .product__contacts div:before {
        top: 8px !important; }

  .list__text {
    margin-left: 60px; }
    .list__text span:before {
      left: -40px; }

  .video {
    width: 100%; }

  .tab-content .tab-pane {
    padding: 20px; } }
@media (max-width: 899px) {
  .product {
    flex-direction: column; }
    .product__left {
      width: 100%;
      padding-top: 0px; }
    .product__right {
      width: 100%; }
    .product__slider-thmb {
      display: none !important; }
    .product__slider-main {
      width: 100% !important; }
      .product__slider-main .slick-slide img {
        width: 300px; }
      .product__slider-main .slick-dots {
        bottom: -55px;
        left: 35px; }
        .product__slider-main .slick-dots li button:before {
          color: #000000 !important; }
        .product__slider-main .slick-dots .slick-active {
          border: 1px solid #000000; }
    .product__text {
      padding: 0px 35px; }
      .product__text .buttons {
        margin-bottom: 30px;
        margin-top: 15px; }
    .product__code {
      margin-left: 35px; }
    .product__info a {
      justify-content: flex-start; }
    .product__contacts {
      box-shadow: none; }

  .social {
    display: none; }

  .information {
    margin-top: 0px;
    flex-wrap: wrap; }
    .information__left {
      width: 100%; }
    .information__right {
      width: 100%; }

  .accordion-product ul {
    list-style-type: none;
    padding-left: 20px; }
    .accordion-product ul li {
      margin-bottom: 20px; }
      .accordion-product ul li:before {
        content: url("../images/right-arrow.svg");
        margin-right: 10px; }
  .accordion-product__title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 0px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    position: relative; }
    .accordion-product__title:after {
      content: '+';
      display: inline-block;
      float: right; }
    .accordion-product__title.active:after {
      content: '-';
      display: inline-block;
      float: right; }
  .accordion-product__block {
    display: none;
    padding: 20px 0px; }
    .accordion-product__block.active {
      display: block; }
  .accordion-product__box:last-child .accordion-product__title {
    border-bottom: none; }

  .list__item {
    justify-content: flex-start; }

  .video {
    margin-bottom: 0px; }

  .page-product {
    padding-bottom: 60px; } }
@media (max-width: 599px) {
  .characteristics span {
    font-size: 13px;
    width: 60%; }
  .characteristics p {
    font-size: 14px;
    width: 40%; }
  .characteristics__box {
    padding: 15px 10px; }

  .product__text {
    padding: 0px 10px;
    margin-top: 40px; }
    .product__text h2 {
      font-size: 24px;
      top: -15px; }
      .product__text h2:before {
        bottom: -12px; }
    .product__text p {
      font-size: 16px;
      padding-top: 25px; }
    .product__text .buttons {
      width: 270px;
      margin-bottom: 35px; }
  .product__contacts {
    padding: 30px 40px; }
    .product__contacts div {
      margin-bottom: 25px; }
      .product__contacts div:last-child {
        margin-bottom: 0px; }
  .product__code {
    margin-left: 10px; }

  .page-contacts .breadcrumb {
    padding: 10px 0px; }
  .page-contacts .breadcrumb-item a {
    font-size: 13px; }
  .page-contacts .breadcrumb-item.active {
    font-size: 13px; } }
/* ============================================================
   mobile Product end
   ============================================================ */
/* ============================================================
   mobile Catalog
   ============================================================ */
@media (max-width: 1199px) {
  .page-catalog article {
    width: 100%;
    padding-left: 0px; }

  .catalog-product__item {
    margin-bottom: 20px !important; }

  .close-filter {
    display: inline-block;
    float: right; }
    .close-filter img {
      display: inline-block;
      width: 15px; }

  .bg-popup.active {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    overflow-y: scroll; }

  .bg-popup2.active {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4; }

  .categories {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 270px;
    z-index: 10;
    background: #f3f4f5;
    padding: 20px; }
    .categories.active {
      display: block; }
    .categories .nav .nav-item.active:before {
      content: none; }

  .aside-filter {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 270px;
    z-index: 10;
    background: #f3f4f5;
    padding: 20px;
    overflow-y: scroll;
    max-height: 100%; }
    .aside-filter.active {
      display: block; }
      .aside-filter.active .results-filter {
        display: block;
        background: #ffffff;
        padding: 20px;
        border: none;
        margin-bottom: 0px; }
        .aside-filter.active .results-filter h6 {
          font-size: 12px;
          margin-bottom: 0px !important; }
      .aside-filter.active .filter {
        display: block;
        padding: 20px;
        padding-top: 0px; }
    .aside-filter h6 {
      display: block !important;
      margin-bottom: 0px; }

  .results-filter {
    display: none; }

  .filter {
    display: none; }

  .mobile-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px; }
    .mobile-filter span {
      width: 50%;
      color: #ffffff;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      display: inline-block;
      background: #343434;
      text-align: center;
      padding: 15px 10px; }
      .mobile-filter span:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.2); }

  .goods__top-box:nth-child(3) {
    display: none; }

  .catalog-product__item {
    width: 48%; } }
@media (max-width: 899px) {
  .navbar-nav .nav-link {
    font-size: 16px; }
  .navbar-nav .nav-item .nav-link {
    padding: 17px 0px !important; }

  .breadcrumb {
    background: #f3f4f5;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px; }
    .breadcrumb .breadcrumb-item {
      color: #111111; }
      .breadcrumb .breadcrumb-item.active {
        color: #111111 !important; }
      .breadcrumb .breadcrumb-item a {
        color: #111111; }

  .carousel {
    height: auto; }
    .carousel .slick-dots {
      position: relative;
      bottom: 0px;
      left: auto;
      margin-top: 20px; }
      .carousel .slick-dots li button:before {
        color: #000000 !important; }
      .carousel .slick-dots .slick-active {
        border: 1px solid #000000; } }
@media (max-width: 599px) {
  .d-f-m {
    display: flex !important; }

  .carousel .item {
    width: 290px !important;
    margin-right: 10px; }

  .catalog-product__item {
    width: 100%; }
    .catalog-product__item:last-child {
      margin-bottom: 0px !important; }

  .goods__top-box:nth-child(2) {
    display: none; }
  .goods__bottom {
    padding: 30px 10px; }
  .goods__top {
    padding: 0px; }
    .goods__top-box {
      flex-direction: column;
      align-items: flex-start;
      width: 50%;
      padding: 20px 15px;
      padding-bottom: 0px; }
      .goods__top-box:first-child {
        border-right: 1px solid #e7e7e7; }
  .goods__title {
    font-size: 13px; }

  .article__text {
    margin-top: 100px; }
    .article__text p {
      padding-bottom: 20px; }
    .article__text .line {
      margin-bottom: 40px; }

  .pagination__bottom .page-link {
    padding: 0px 10px; }

  .selectric-select-sort .selectric .label {
    margin-left: 0px; }

  .selectric-select-zeige .selectric {
    border: none;
    background: transparent; }
    .selectric-select-zeige .selectric .label {
      color: rgba(17, 17, 17, 0.5);
      font-size: 15px;
      margin-left: 0px; }
    .selectric-select-zeige .selectric .button {
      background-color: transparent; }
      .selectric-select-zeige .selectric .button:after {
        content: url("../images/down-arrow.svg");
        border: none;
        position: relative;
        left: -5px; }
  .selectric-select-zeige .selectric-items {
    background: #ffffff;
    border: none;
    width: 150px !important;
    padding: 5px 10px; }
    .selectric-select-zeige .selectric-items li {
      font-size: 15px; }
      .selectric-select-zeige .selectric-items li.highlighted {
        background: #ffffff;
        color: #e30018; }
      .selectric-select-zeige .selectric-items li:hover {
        background: #ffffff;
        color: #e30018; } }
/* ============================================================
   mobile Catalog end
   ============================================================ */

/*# sourceMappingURL=style.css.map */
