@charset "UTF-8";
/* hlavn├ş styly */
/* Hlavn├ş barva */
/* Call to action barva */
/* sv─Ťtl├í barva */
/* tmav├í barva*/
/* ┼íed├í barva */
/* tmav├í barva ve footeru */
/* barva srdce */
/* ┼íed├í barva sekc├ş */
html, body {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:after, *:before {
  box-sizing: inherit; }

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

.group:before, .group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto; }

body {
  font-size: 100%;
  font-family: 'Roboto Condensed', sans-serif; }

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 0; }

ul li {
  display: inline-block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h2 {
  color: #333333;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700; }

.under_title {
  text-transform: uppercase;
  padding-left: 34px;
  margin-bottom: 30px;
  color: #b2b2b2;
  font-size: 20px;
  display: block; }

.btn-next {
  color: #008dd2;
  border: 2px solid #008dd2;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px; }
  .btn-next:hover {
    color: #fff;
    background: #008dd2; }

.cta_button {
  background: #feb811;
  color: #004668;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 700; }
  .cta_button:hover {
    background: #fec744; }

p {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #7f7f7f; }

a {
  text-decoration: none;
  color: #008dd2; }

a:hover {
  text-decoration: none; }

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }

/* HEADER */
header {
  background: url("../image/background_header.png") center top no-repeat;
  padding: 30px 0;
  height: 523px; }

.responsive_button {
  display: none; }

.pre-header {
  display: flex; }

.pre-header button {
  height: 0;
  width: 0;
  border: none;
  outline: none;
  position: absolute;
  /* top: -99999px; */
  background: transparent;
}
  .pre-header .contact_icon {
    margin-right: 20px;
    padding-top: 4px; }
    .pre-header .contact_icon li {
      display: inline-block;
      margin-right: 20px; }
      .pre-header .contact_icon li a {
        color: #fff; }
        .pre-header .contact_icon li a:hover {
          color: #fff;
          opacity: .9; }
      .pre-header .contact_icon li span {
        margin-right: 4px; }
  .pre-header form {
    position: relative;
    flex: 2; }
    .pre-header form input {
      border: none;
      background: #008dd2;
      outline: none;
      color: #fff;
      border-bottom: 1px solid #fff;
      width: 91%; }
    .pre-header form span {
      color: #fff;
      position: absolute;
      top: 7px;
      right: -24px;
      cursor: pointer;}
  .pre-header .basket_button {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 12px; }
    .pre-header .basket_button:hover {
      background: #fff;
      color: #008dd2;
      transition: all .45s ease; }
  .pre-header .heard {
    color: #fff;
    margin: 0 55px;
    padding-top: 3px;
    position: relative; }
    .pre-header .heard a {
      color: #fff; }
    .pre-header .heard .heard_number {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #d91629;
      color: #fff;
      position: absolute;
      top: 14px;
      z-index: 10;
      text-align: center;
      left: 8px; }

nav {
  text-align: right;
  width: 100%;
  margin-top: 20px; }

.menu {
  text-transform: uppercase; }
  .menu a {
    color: #fff; }
  .menu li {
    margin-right: 30px;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer; }
    .menu li:hover {
      background: #fff; }
      .menu li:hover a {
        color: #008dd2; }
    .menu li:last-child {
      margin-right: 0; }
    .menu li:nth-child(2):hover .dropdown {
      display: block; }
  .menu .drop_link {
    border-radius: 4px 4px 0 0;
    position: relative; }
  .menu .dropdown {
    background: #fff;
    position: absolute;
    z-index: 30;
    border-radius: 0 4px 4px 4px;
    display: none;
    left: 0;
    width: 240px; }
    .menu .dropdown li {
      display: block;
      text-align: left;
      padding: 0;
      margin-right: 0; }
      .menu .dropdown li:first-child a:hover {
        border-radius: 0 4px 0 0; }
      .menu .dropdown li:last-child a:hover {
        border-radius: 0 0 4px 4px; }
      .menu .dropdown li a {
        color: #008dd2;
        font-weight: 700;
        text-transform: none;
        font-size: 16px;
        padding: 12px;
        display: block;
        width: 100%;
        border-radius: 0; }
        .menu .dropdown li a:hover {
          background: #feb811;
          color: #fff; }

.slider {
  padding-top: 50px;
  position: relative; }
  .slider .content_slider .text_slider {
    width: 60%;
    float: left;
    padding-left: 50px; }
  .slider .content_slider .image_slider {
    width: 40%;
    float: right; }
  .slider .content_slider .image_slider .main_image_slider {
    max-width: 440px; }
  .slider .content_slider h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px; }
  .slider .content_slider p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px; }

.slick-prev {
  top: 28%;
  left: -3%; }
  .slick-prev:hover {
    color: #fff; }

.slick-next {
  top: 28%;
  right: 0; }
  .slick-next:hover {
    color: #fff; }

.slick-prev:before, .slick-next:before {
  font-size: 26px;
  padding: 5px;
  border: 1.5px solid #bfe2f4;
  border-radius: 50%; }

.slick-dots {
  bottom: 111px;
  width: 50%; }
  .slick-dots li button {
    background: #b2b2b2;
    border-radius: 50%; }
  .slick-dots .slick-active button {
    border-radius: 50%;
    background: #fff;
    border: 2px solid #008dd2; }

.products header {
  height: 100%; }

/* MAIN */
#about {
  padding-top: 0; }
  #about .arguments {
    display: flex;
    margin-bottom: 45px; }
  #about .words {
    flex: 1; }
    #about .words p {
      padding-right: 45px; }
  #about .guard {
    flex: 1; }

.value_list {
  display: flex;
  text-align: center; }
  .value_list li {
    flex: 1;
    margin-top: 10px; }
  .value_list .value_image {
    display: inline-block; }
  .value_list .value_title {
    display: block;
    margin-top: 10px;
    color: #008dd2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px; }

#category {
  background: #e3e3e3;
  margin-top: 70px;
  padding: 70px 0;
  height: 370px;}

.btn-next-mt {
  margin-top: 50px !important;
}

.category_container {
  display: flex;
  overflow: hidden;
  
  /* Upravy na uvodni strance PAJA */
  flex-wrap: wrap;
  gap: 20px;
  /* Upravy na uvodni strance PAJA */
  }
  .category_container .category_selected {
  /* Upravy na uvodni strance PAJA */
    width: calc(25% - 20px);
    margin: 0;
    //margin-right: 20px;
    //flex: 1;
  /* Upravy na uvodni strance PAJA */
  
  
    
    position: relative; }
    .category_container .category_selected:hover .orange_category {
      visibility: visible;
      top: 0;
      transition: top 200ms ease-in-out; }
  .category_container:last-child {
    margin-right: 0; }
  .category_container .blue_category {
    background: #008dd2;
    padding: 30px;
    border-radius: 5px;
    height: 250px; }
    .category_container .blue_category h3 {
      color: #fff;
      padding-top: 60px; }
      
      
      /* Upravy na uvodni strance PAJA */
  .category_container .category_selected:nth-of-type(n+5) .blue_category { //pro prvky v poradi 5 a vyssi
      //background: #66BDEE;
      background: #66bdee;
    }
   .category_container .category_selected:nth-of-type(n+5) .blue_category h3 {//pro prvky v poradi 5 a vyssi
      color: #004668;
    }
    .category_container .category_selected .blue_category img {
      height: 60px;
    }
  /* Upravy na uvodni strance PAJA */
      
      
  .category_container .orange_category {
    background: #feb811;
    padding: 10px 30px 30px 30px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    height: 250px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    transition: top 200ms ease-in-out; }
    .category_container .orange_category ul li {
      display: block;
      color: #fff; }
      .category_container .orange_category ul li .fas {
        font-size: 7px;
        padding-right: 10px;
        position: relative;
        top: -3px; }
    .orange_category h3{
        margin:15px 0 10px 0;
    }
#products {
  margin-top: 50px; }
  #products .slick-dots {
    width: 100%;
    bottom: 11px; }
  #products h2 {
    padding-top: 70px; }
  #products .product_list {
    margin-bottom: 70px;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  @media screen and (max-width: 1140px){
    #products .product_list {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
@media screen and (max-width: 840px){
  #products .product_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px){
  #products .product_list {
    grid-template-columns: 1fr;
  }
}
  #products .prch2 {
    margin-bottom: 45px; }
  #products .product_item {
    /*width: 272px;
    display: inline-block;*/
    margin-right: 20px;
    margin-bottom: 90px; }
    /*#products .product_item:nth-child(4) {
      margin-right: 0; }
    #products .product_item:nth-child(8) {
      margin-right: 0; }
    #products .product_item:last-child {
      margin-right: 0; }*/
  #products .product_description {
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    position: relative;
    top: 50px;
    margin-top: -110px; }
    #products .product_description h3 {
      font-size: 26px;
      font-weight: 700;
      margin: 12px 0 2px 0;
      height: 62px;}
    #products .product_description p {
      margin: 3px 0 4px 0;
      height: 110px;}
    #products .product_description .product_button .btn-next {
      font-size: 14px;
      width: 100%;
      text-align: center;
      padding: 4px 6px; }
    #products .product_description .product_button svg {
      width: 24px;
      padding-top: 4px;
      cursor: pointer; }
  #products .toggle_slider_list li {
    margin-right: 5px; }
    #products .toggle_slider_list li:last-child {
      margin-right: 0; }
  #products .toggle_slider_list .cr {
    cursor: pointer; }
  #products .toggle_slider_list .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b2b2b2;
    display: inline-block; }
  #products .toggle_slider_list .circle-active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #008dd2;
    display: inline-block; }

.slick-slide img {
  display: inline-block; }

#brand {
  margin-top: 70px; }

.brand_container {
  width: 100%;
  background: #008dd2;
  padding: 40px 100px;
  display: flex;
  border-radius: 6px; }
  .brand_container .left {
    padding-right: 70px;
    border-right: 1px dotted #fff;
    text-align: left;
    padding-top: 30px; }
    .brand_container .left h2 {
      color: #fff; }
    .brand_container .left .under_title {
      color: #fff; }
  .brand_container .right {
    padding-left: 70px;
    padding-top: 24px; }

.br1 {
  flex: 1; }

#news {
  margin-top: 70px; }

.news_list {
  /*display: flex;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 45px; }
@media screen and (max-width: 1140px){
  .news_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 880px){
  .news_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px){
  .news_list {
    grid-template-columns: 1fr;
  }
}

.news_container {
  flex: 1;
  margin-right: 30px;
margin-bottom: 30px;}
  .news_container:last-child {
    margin-right: 0; }
  .news_container .news_image {
    text-align: center;
  }

  .news_container img {
    border-radius: 6px;
    margin-bottom: 20px;
    max-height: 160px;}
  .news_container h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    height: 90px;}
    .news_container h3 a {
      color: #333333; }
      .news_container h3 a:hover {
        color: #666666; }
  .news_container .news_content p {
    height: 140px; }
  .news_container .date {
    padding: 5px 8px;
    background: #008dd2;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 12px;
    position: relative;
    top: -3px; }
  .news_container .bookmarks li {
    padding-right: 6px;
    margin-right: 6px; }
    .news_container .bookmarks li:first-child {
      border-right: 1px solid #b2b2b2; }
    .news_container .bookmarks li a {
      color: #b2b2b2;
      font-weight: bold;
      font-size: 12px; }
      .news_container .bookmarks li a:hover {
        color: #008dd2; }

#experts {
  background: #e3e3e3;
  margin-top: 70px; }
  #experts .slick-dots {
    bottom: -50px !important; }

.experts_container {
  display: grid;
  grid-template-columns: 2fr 1fr;}

  .experts_content h2 {
    padding-top: 70px; }
  .experts_content h3 {
    font-weight: 700; }
  .experts_content p {
    margin: 18px 0 10px 0; }
  .experts_content .bookmarks {
    padding-bottom: 30px; }
    .experts_content .bookmarks li {
      padding-right: 6px;
      border-right: 1px solid #008dd2;
      margin-right: 6px; }
      .experts_content .bookmarks li:last-child {
        border-right: none; }
    .experts_content .bookmarks a {
      font-size: 12px;
      color: #008dd2;
      font-weight: 700; }
      .experts_content .bookmarks a:hover {
        color: #06adff; }

.experts_image {
  position: relative;
  flex: 1; }
  .experts_image .experts_image_container {
    position: relative;
    bottom: -220px;
    text-align: center;
    width: 365px; }
    .experts_image .experts_image_container .name_expert {
      font-weight: 700;
      margin-top: 40px;
      display: block; }

#numbers {
  margin-top: 140px; }

.numbers_container {
  display: flex;
  padding-bottom: 80px;
  border-bottom: 1px solid #b2b2b2; }
  .numbers_container .numbers_content {
    flex: 1; }
  .numbers_container .numbers_all {
    flex: 2; }

.numbers_all {
  text-align: right; }
  .numbers_all li {
    text-transform: uppercase;
    font-weight: 700;
    color: #008dd2;
    font-size: 17px;
    margin-right: 30px;
    text-align: center; }
  .numbers_all .b_number {
    font-size: 120px;
    color: #008dd2;
    font-family: 'Alegreya Sans', sans-serif;
    display: block;
    font-weight: 700;
    height: 146px; }

#said {
  margin-top: 70px; }
  #said .slick-dots {
    width: 100%;
    bottom: 11px; }
  #said .toggle_slider_list {
    margin-top: 50px; }
    #said .toggle_slider_list li {
      margin-right: 5px; }
      #said .toggle_slider_list li:last-child {
        margin-right: 0; }
    #said .toggle_slider_list .cr {
      cursor: pointer; }
    #said .toggle_slider_list .circle {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #b2b2b2;
      display: inline-block; }
    #said .toggle_slider_list .circle-active {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid #008dd2;
      display: inline-block; }

.people_container {
  text-align: center;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;}
  .people_container .people_profil {
    display: inline-block;
    width: 300px;
    margin-right: 100px; }
    .people_container .people_profil:last-child {
      margin-right: 0; }
  .people_container .profil_image {
    margin-bottom: 30px; }
    .people_container .profil_image img {
      border: 8px solid #e6e6e6;
      border-radius: 50%; }
  .people_container .profil_name {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
    height: 120px;}
  .people_container .profil_position {
    color: #008dd2;
    font-weight: 700;
    font-size: 18px;
    height: 60px; }
  .people_container .profil_content {
    height: 180px; }

.people_container .profil_content p {
  color: #7f7f7f !important; }


.people_container .profil_content p span {
  color: #7f7f7f !important; }

/* KATALOG PRODUKT┼« */
#navigation-catalog {
  padding: 40px 0; }
  #navigation-catalog .fa-home {
    color: #008dd2;
    margin-right: 8px; }
  #navigation-catalog .fa-chevron-right {
    color: #b2b2b2;
    font-size: 12px;
    margin: 0 12px; }
  #navigation-catalog ul li a {
    color: #008dd2; }
    #navigation-catalog ul li a:hover {
      text-decoration: underline; }
  #navigation-catalog ul li .active_navigation_catalog {
    color: #b2b2b2; }

#filter .container {
  padding: 30px 0;
  border-bottom: 1px solid #b2b2b2; }
#filter .filter_menu {
  margin: 0 20px; }
#filter .filter_menu li {
  margin-bottom: 7px;
}
  #filter .filter_menu a {
    width: 25%;
    color: #008dd2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    padding: 9px 12px; }
    #filter .filter_menu a span {
      font-size: 10px;
      color: #b2b2b2;
      position: relative;
      top: -8px; }
    #filter .filter_menu a:hover {
      background: #feb811;
      color: #fff;
      border-radius: 4px; }
      #filter .filter_menu a:hover span {
        color: #fff; }
  #filter .filter_menu .active_filter {
    background: #feb811;
    color: #fff;
    border-radius: 4px; }
    #filter .filter_menu .active_filter span {
      color: #fff; }

.products #products {
  margin-top: 50px; }
  
  .hp #products {
    margin-top: 570px; 
    @media (min-width: 767px) and (max-width: 930px) {
      margin-top: 870px;  
    }
    @media (max-width: 766px) {
      margin-top: 0;  
    }
  }
  
  
  .products #products .product_list {
    margin-bottom: 0; }

.top_product_catalog {
  background: #008dd2;
  padding: 20px 20px 16px 20px;
  border-radius: 6px; }
  .top_product_catalog h2 {
    font-size: 22px !important;
    padding-top: 0 !important;
    color: #fff !important; }
  .top_product_catalog h3 {
    font-size: 16px;
    text-transform: uppercase !important;
    color: #fff !important; }
  .top_product_catalog .top_product {
    margin-top: 8px; }
  .top_product_catalog .cta_button {
    padding: 4px 25px;
    font-size: 18px; }

/* DETAIL PRODUKTU */
#detail_product {
  padding-top: 70px; }
  .detail_container .detail_images {
    flex: 1; }
    .detail_container .detail_images .main_detail_image {
      text-align: center; }
    .detail_container .detail_images .next_detail_image img {
      margin-bottom: 30px; }
  .detail_container .content_banner {
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding-left: 30px;
    background: #e9e9e9;
    background: -moz-linear-gradient(45deg, #e9e9e9 0%, #e9e9e9 0%, white 34%, white 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #e9e9e9), color-stop(0%, #e9e9e9), color-stop(34%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(45deg, #e9e9e9 0%, #e9e9e9 0%, white 34%, white 100%);
    background: -o-linear-gradient(45deg, #e9e9e9 0%, #e9e9e9 0%, white 34%, white 100%);
    background: -ms-linear-gradient(45deg, #e9e9e9 0%, #e9e9e9 0%, white 34%, white 100%);
    background: linear-gradient(45deg, #e9e9e9 0%, #e9e9e9 0%, white 34%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=1 ); }
  .detail_container .detail_content {
    flex: 1; }
    .detail_container .detail_content h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 18px; }
  .detail_container .brand_product {
    margin-bottom: 10px;
    width: 140px;}
  .detail_container strong {
    margin-bottom: 15px; }
  .detail_container p {
    margin-bottom: 25px; }
  .detail_container .variant_wrapper {
    margin-bottom: 25px; }
    .detail_container .variant_wrapper form {
      display: flex; }
      .detail_container .variant_wrapper form select {
        flex: 2;
        color: #b2b2b2;
        background: #fff;
        padding: 8px 16px;
        border: 1px solid #b2b2b2;
        border-radius: 4px;
        outline: none;
        cursor: pointer; }
      .detail_container .variant_wrapper form .quantity {
        flex: 1;
        text-align: center;
        margin: 0 15px; }
        .detail_container .variant_wrapper form .quantity input {
          text-align: center;
          width: 50%;
          border: 1px solid #b2b2b2;
          border-radius: 4px;
          outline: none;
          padding: 8px 0;
          background: #fff;
          color: #b2b2b2; }
        .detail_container .variant_wrapper form .quantity .fas {
          color: #b2b2b2;
          cursor: pointer; }
          .detail_container .variant_wrapper form .quantity .fas:hover {
            color: #333333; }
      .detail_container .variant_wrapper form .detail_cta {
        flex: 2;
        background: #d91629;
        color: #fff;
        border-radius: 4px;
        line-height: 40px;
        text-align: center; }
        .detail_container .variant_wrapper form .detail_cta:hover {
          background: #e82034; }
        .detail_container .variant_wrapper form .detail_cta .fas {
          margin-right: 6px; }
  .detail_container .help_wrapper {
    display: flex; }
    .detail_container .help_wrapper img {
      margin-right: 20px; }
    .detail_container .help_wrapper h3 {
      font-weight: 700;
      font-size: 26px;
      margin-bottom: 0; }
    .detail_container .help_wrapper p {
      font-size: 14px; }
    .detail_container .help_wrapper ul li {
      margin-right: 8px; }
      .detail_container .help_wrapper ul li a {
        color: #333333;
        font-weight: 700; }
        .detail_container .help_wrapper ul li a .fas {
          margin-right: 6px; }
        .detail_container .help_wrapper ul li a:hover {
          color: #008dd2; }
          .detail_container .help_wrapper ul li a:hover .fas {
            color: #333333; }
  .detail_container .content_information {
    padding-left: 15px;
    padding-top: 30px; }
  .detail_container .adva ul {
    margin-left: 25px; }
  .detail_container .adva li {
    color: #888888;
    display: grid;
    grid-template-columns: 40px 1fr;
    margin-bottom: 10px;
    }
    .detail_container .adva li .fas {
      font-size: 10px;
      color: #008dd2;
      padding-top: 7px; }
  .detail_container .tech_dat .tech_info {
    width: 100%; }
  .detail_container .tech_dat .tech_info_container {
    display: flex;
    padding: 10px 0; }
  .detail_container .tech_dat .first {
    flex: 1;
    color: #888888; }
  .detail_container .tech_dat .second {
    flex: 1;
    color: #888888; }
  .detail_container .tech_dat .white {
    background: #fff;
    padding: 0 8px;}
  .detail_container .tech_dat .shadow {
    background: #f3f3f3;
    padding: 0 8px;}
  .detail_container .download ul {
    margin-left: 25px; }
  .detail_container .download li {
    margin-right: 50px;
    text-align: center; }
    .detail_container .download li:last-child {
      margin-right: 0; }
    .detail_container .download li img {
      display: inline-block;
      margin-bottom: 10px; }
    .detail_container .download li a {
      display: block;
      color: #008dd2; }
      .detail_container .download li a:hover {
        text-decoration: underline; }
    .detail_container .download li .size {
      color: #888888; }

.products #products .slick-dots {
  bottom: -30px; }

/* FOOTER */
#map {
  margin-top: 70px;
  background: url("../image/map.png") center top no-repeat;
  height: 770px;
  position: relative; }
  #map .contact_card {
    background: rgba(0, 0, 0, 0.8);
    padding: 50px;
    width: 500px;
    position: absolute;
    bottom: -20px;
    right: 0;
    border-radius: 6px 0 0 6px; }
    #map .contact_card img {
      margin-bottom: 40px; }
    #map .contact_card .card_name {
      color: #fff; }
      #map .contact_card .card_name h4 {
        font-size: 24px;
        margin-bottom: 5px;
        font-weight: 700; }
      #map .contact_card .card_name span {
        font-size: 16px;
        margin-bottom: 30px;
        display: block; }
    #map .contact_card .card_co {
      margin-bottom: 40px; }
      #map .contact_card .card_co ul li {
        margin-right: 15px; }
        #map .contact_card .card_co ul li:last-child {
          margin-right: 0; }
        #map .contact_card .card_co ul li .fas {
          margin-right: 6px; }
        #map .contact_card .card_co ul li a {
          color: #fff; }
          #map .contact_card .card_co ul li a:hover {
            color: #008dd2; }
            #map .contact_card .card_co ul li a:hover .fas {
              color: #fff; }
    #map .contact_card .contact_profil img {
      border: 8px solid #373737;
      border-radius: 50%; }
    #map .contact_card .contact_profil ul {
      padding-top: 20px; }
      #map .contact_card .contact_profil ul li {
        display: block; }
        #map .contact_card .contact_profil ul li:first-child {
          font-size: 26px;
          color: #fff;
          font-weight: 700; }
        #map .contact_card .contact_profil ul li:nth-child(2) {
          font-size: 12px;
          color: #fff;
          margin: 5px 0; }
        #map .contact_card .contact_profil ul li:last-child a {
          font-weight: 700; }
          #map .contact_card .contact_profil ul li:last-child a:hover {
            color: #06adff; }
          #map .contact_card .contact_profil ul li:last-child a .fas {
            color: #fff;
            margin-right: 7px; }

.social-footer {
  background: #feb811;
  padding: 25px 0; }
  .social-footer li {
    margin-right: 35px; }
    .social-footer li a:hover {
      opacity: .85; }
    .social-footer li:last-child {
      margin-right: 0; }

.pre-footer {
  background: #333333;
  color: #fff;
  padding: 80px 0; }
  .pre-footer .pre-footer_container {
    display: flex; }
  .pre-footer .small_menu {
    flex: 1; }
  .pre-footer .main_menu {
    margin-bottom: 15px; }
    .pre-footer .main_menu li {
      padding-right: 6px;
      margin-right: 6px;
      border-right: 1px solid #7c7c7c; }
      .pre-footer .main_menu li:last-child {
        border-right: none; }
      .pre-footer .main_menu li a {
        color: #fff; }
        .pre-footer .main_menu li a:hover {
          color: #d9d9d9; }
  .pre-footer .second_menu li {
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #7c7c7c; }
    .pre-footer .second_menu li:first-child {
      border-right: none; }
    .pre-footer .second_menu li:last-child {
      border-right: 0; }
    .pre-footer .second_menu li a {
      color: #fff; }
      .pre-footer .second_menu li a:hover {
        color: #d9d9d9; }
    .pre-footer .second_menu li .client_zone {
      color: #008dd2;
      margin-right: 40px;
      font-weight: 700; }
      .pre-footer .second_menu li .client_zone:hover {
        color: #06adff; }
      .pre-footer .second_menu li .client_zone .fas {
        margin-right: 8px; }
  .pre-footer .news_box {
    flex: 1;
    text-align: right; }
    .pre-footer .news_box input {
      background: #333333;
      border: 1px solid #7c7c7c;
      border-radius: 4px;
      outline: none;
      padding: 12px 0 12px 16px;
      width: 300px;
      color: #fff; }
    .pre-footer .news_box button {
      border: none;
      outline: none;
      color: #fff;
      font-weight: 700;
      background: #333333;
      cursor: pointer; }
      .pre-footer .news_box button:hover {
        color: #d9d9d9; }

footer {
  background: #242424;
  padding: 25px 0; }
  footer .footer_container {
    display: flex; }
    footer .footer_container ul li {
      color: #7c7c7c;
      padding-right: 6px;
      margin-right: 6px;
      border-right: 1px solid #7c7c7c;
      font-size: 14px; }
      footer .footer_container ul li:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
    footer .footer_container ul a {
      font-size: 14px;
      color: #fff; }
      footer .footer_container ul a:hover {
        color: #d9d9d9; }
  footer .copy {
    flex: 1; }
  footer .author {
    flex: 1;
    text-align: right; }

#basket_form {
  border-radius: 6px;
  width: 47%;
  margin: 0 auto;
  position: absolute;
  z-index: 100;
  top: 15%;
  left: 27%;
  background: #fff;
  display: none; }
  #basket_form .basket_header {
    background: #008dd2;
    display: flex;
    padding: 40px;
    border-radius: 6px 6px 0 0;
    position: relative; }
    #basket_form .basket_header .far {
      position: absolute;
      top: -30px;
      right: -30px;
      cursor: pointer;
      color: #fff;
      font-size: 22px; }
      #basket_form .basket_header .far:hover {
        color: #e6e6e6; }
  #basket_form .basket_content {
    padding: 40px;
    border-bottom: 1px solid #b2b2b2; }
  #basket_form .item_content {
    display: flex;
    margin-top: 20px; }
    #basket_form .item_content .name_item {
      margin: 0 20px;
      padding-top: 18px;
      width: 80%;}
      #basket_form .item_content .name_item h2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: none; }
      #basket_form .item_content .name_item p {
        font-size: 14px; }
    #basket_form .item_content .size_product {
      padding-top: 23px;
      color: #888888; }
    #basket_form .item_content .quantity {
      text-align: center;
      padding-top: 18px; }
      #basket_form .item_content .quantity input {
        text-align: center;
        width: 24%;
        border: 1px solid #b2b2b2;
        border-radius: 4px;
        outline: none;
        padding: 8px 0;
        background: #fff;
        color: #b2b2b2;
        margin: 0 8px; }
      #basket_form .item_content .quantity .fas {
        color: #b2b2b2;
        cursor: pointer; }
        #basket_form .item_content .quantity .fas:hover {
          color: #333333; }
    #basket_form .item_content .delete_item {
      padding-top: 18px; }
      #basket_form .item_content .delete_item .far {
        color: #b2b2b2;
        cursor: pointer;
        font-size: 26px;
        padding-top: 5px; }
        #basket_form .item_content .delete_item .far:hover {
          color: #333333; }
    #basket_form form .form_container {
      display: flex;
      margin-bottom: 30px; }
    #basket_form form .id_basket_container {
      padding: 40px;
    }
      #basket_form form .form_container input {
        width: 100%;
        margin-right: 30px;
        color: #b2b2b2;
        background: #fff;
        padding: 8px 16px;
        border: 1.3px solid #b2b2b2;
        border-radius: 4px;
        outline: none; }
        #basket_form form .form_container input:last-child {
          margin-right: 0; }
    #basket_form form textarea {
      width: 100%;
      padding: 8px 16px;
      border-radius: 4px;
      resize: none;
      margin-bottom: 30px; }
    #basket_form form button {
      background: #d91629;
      color: #fff;
      border-radius: 4px;
      line-height: 40px;
      text-align: center;
      text-transform: uppercase;
      border: none;
      outline: none;
      padding: 0 16px;
      cursor: pointer; }
      #basket_form form button:hover {
        background: #e82034; }
  #basket_form .basket_name {
    flex: 1;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700; }
  #basket_form .basket_acount {
    flex: 1; }
    #basket_form .basket_acount .heard {
      color: #fff;
      margin: 0 55px;
      padding-top: 3px;
      position: relative; }
      #basket_form .basket_acount .heard .heard_number {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #d91629;
        color: #fff;
        position: absolute;
        top: 14px;
        z-index: 10;
        text-align: center;
        right: -11px; }

/* MEDIA */
/* MEDIA - HEADER */
@media (max-width: 1100px) {
  .pre-header .contact_icon {
    display: none; } }
@media (max-width: 945px) {
  .menu li {
    margin-right: 0; } }
@media (max-width: 790px) {
  nav {
    text-align: left;
    margin-top: 5px; }

  .menu li {
    padding: 8px 9px; } }
@media (max-width: 700px) {
  nav {
    width: 500px;
    position: relative;
    top: 20px;
    left: -100px; } }
@media (max-width: 680px) {
  .pre-header .heard {
    margin-left: 45px;
    margin-right: 17px; } }
@media (max-width: 610px) {
  .pre-header {
    flex-direction: column;
    padding-left: 110px;
    margin-top: -20px; }
    .pre-header .basket_button {
      text-align: center;
      margin-top: -13px; }
    .pre-header .heard {
      top: 17px;
      left: -90px;
      width: 23px; }
    .pre-header form input {
      width: 91%; }
    .pre-header form span {
      right: 0; }

  .logo {
    width: 200px; } }
@media (max-width: 570px) {
  nav {
    left: -114px; } }
@media (max-width: 530px) {
  nav {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    text-align: right; }

  .responsive_button {
    background: #fff;
    color: #008dd2;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0;
    margin-top: 7px;
    font-size: 14px;
    width: 68%; }

  .menu {
    position: absolute;
    z-index: 30;
    background: #fff;
    text-align: right;
    right: 15px;
    display: none;
    top: 86px;
    width: 80%;
    border-radius: 4px 0 4px 4px; }
    .menu .dropdown {
      position: static;
      border-radius: 0;
      width: 100%; }
      .menu .dropdown li a {
        text-align: right;
        font-size: 13px; }
    .menu li {
      display: block; }
      .menu li a {
        color: #008dd2; }

  .logo img {
    padding-top: 8px; }

  .pre-header .basket_button {
    font-size: 14px;
    padding: 3px 0; }
  .pre-header .heard {
    top: 10px; }

  .menu_active {
    display: block; } }
@media (max-width: 490px) {
  .pre-header .basket_button {
    text-align: center; }
    .pre-header .basket_button span {
      display: none; } }
@media (max-width: 414px) {
  .responsive_button {
    width: 60%; } }
@media (max-width: 400px) {
  .logo {
    width: 100px; }
    .logo img {
      padding-top: 9px; }

  .pre-header {
    padding-left: 70px; }
    .pre-header .heard {
      left: -80px; }

  .responsive_button {
    width: 73%; } }
@media (max-width: 375px) {
  .responsive_button {
    width: 71%; } }
@media (max-width: 360px) {
  .pre-header .basket_button {
    font-size: 14px;
    padding: 3px 0; }

  .responsive_button {
    width: 69%; } }
@media (max-width: 320px) {
  .responsive_button {
    width: 65%; } }
@media (max-width: 930px) {
  .slider .content_slider .text_slider {
    width: 50%; }
  .slider .content_slider .image_slider {
    width: 44%; } }
@media (max-width: 870px) {
  .slider .content_slider .text_slider {
    width: 50%; }
  .slider .content_slider .image_slider {
    width: 47%; } }
@media (max-width: 835px) {
  .slick-prev {
    display: none !important; }

  .slick-next {
    display: none !important; }

  .slider .content_slider h1 {
    font-size: 40px; }
  .slider .content_slider .text_slider {
    padding-left: 0; } }
@media (max-width: 765px) {
  .slick-dots {
    bottom: 40px; } }
@media (max-width: 725px) {
  .slick-dots {
    bottom: 15px; } }
@media (max-width: 700px) {
  .slick-dots {
    width: 100%;
    bottom: -20px; } }
@media (max-width: 630px) {
  .slick-dots {
    width: 100%;
    bottom: -95px; } }
@media (max-width: 600px) {
  .slider {
    text-align: center; }
    .slider .content_slider .image_slider {
      float: none;
      display: none; }
    .slider .content_slider .text_slider {
      float: none;
      width: 100%; }

    .numbers_all li:last-child {
      margin-right: 0 !important;
    }
}
@media (max-width: 430px) {
  .slider {
    padding-top: 30px; }

  .page_item {
    padding: 13px !important;
  }

}
@media (max-width: 380px) {
  .slider .content_slider p {
    font-size: 16px;
    margin-bottom: 6px; } }
/* MEDIA - MAIN */
@media (max-width: 895px) {
  h2 {
    font-size: 34px; } }
@media (max-width: 767px) {
  #about {
    padding-top: 90px; }
    #about .arguments {
      display: block; }
    #about .words {
      margin-bottom: 60px; } }
@media (max-width: 600px) {
  #about {
    padding-top: 60px; } }
@media (max-width: 540px) {
  .value_list .value_image {
    width: 50px; } }
@media (max-width: 450px) {
  #about .words p {
    padding-right: 0; }

  .numbers_all ul {
    display: block !important;
  }

  .products #products {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .brand_container {
    padding: 40px 60px; }
    .brand_container ul {
      text-align: right; }
      .brand_container ul .nettuon {
        margin-right: 20px !important; } }
@media (max-width: 1100px) {
  .brand_container .left h2 {
    font-size: 30px; }
  .brand_container ul li {
    width: 130px; } }
@media (max-width: 900px) {
  .brand_container .left h2 {
    font-size: 25px; }
  .people_container .profil_name {
    font-size: 23px;
  }}
@media (max-width: 830px) {
  .brand_container {
    padding: 20px 30px; }
    .brand_container ul li {
      width: 110px; } }
@media (max-width: 740px) {
  .brand_container ul li {
    width: 80px; }
  .brand_container .left h2 {
    font-size: 18px; }
  .brand_container .left .under_title {
    padding-left: 0;
    font-size: 15px; } }
@media (max-width: 600px) {
  .brand_container .left {
    padding-right: 0; }
  .brand_container .right {
    padding-left: 0; }
  .video_content iframe {
    width: 100%;
  }

}
@media (max-width: 480px) {
  .brand_container {
    display: block;
    text-align: center; }
    .brand_container .left {
      border-right: none;
      border-bottom: 1px dotted #fff;
      text-align: center;
      padding-top: 10px; }
    .brand_container ul {
      text-align: center; } }
@media (max-width: 1100px) {
  .category_container .category_selected:hover .orange_category {
    display: none; } }
@media (max-width: 930px) {
  .category_container .category_selected {
    margin-right: 8px; }
  .category_container .blue_category h3 {
    font-size: 20px; } }
@media (max-width: 767px) {
  #category {
    height: 100%;
  }

  .category_container {
    display: block;
    text-align: center; }
    .category_container .blue_category {
      height: 220px; }
      .category_container .blue_category h3 {
        font-size: 36px;
        padding-top: 30px; } }
@media (max-width: 360px) {
  .category_container .blue_category {
    padding: 26px;
    height: 190px; }
    .category_container .blue_category h3 {
      font-size: 30px; }

  .client_product_down .detail_container li {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1045px) {
  .experts_content {
    flex: 1; }

  .experts_image .experts_image_container {
    margin-left: 50px; } }
@media (max-width: 810px) {
  .experts_image .experts_image_container {
    margin-left: 10px; } }
@media (max-width: 720px) {
  .experts_content h2 {
    padding-top: 30px; }

  .experts_image .experts_image_container {
    width: 300px;
    margin-left: 30px; } }
@media (max-width: 640px) {
  .experts_image .experts_image_container {
    margin-left: 0; } }
@media (max-width: 580px) {
  .experts_image {
    display: none; }

  #experts .slick-dots {
    bottom: -30px !important;
  }

  .experts_container {
    grid-template-columns: 1fr;
  }

}
@media (max-width: 1030px) {
  .news_container h3 {
    height: 110px; }
  .news_container .news_content p {
    height: 190px; } }
@media (max-width: 880px) {
  .news_list {
    flex-direction: column; }

  .news_container {
    display: flex;
    margin-right: 0;
    margin-bottom: 60px;
    position: relative; }
    .news_container .news_image {
      width: 327px;
      flex: 1; }
    .news_container .news_content {
      margin-left: 10px;
      flex: 2; }
      .news_container .news_content p {
        height: auto; }
    .news_container .bookmarks {
      position: absolute;
      left: 0;
      bottom: -10px; }
    .news_container h3 {
      height: auto;
      margin-bottom: 10px; } }
@media (max-width: 650px) {
  .news_list {
    margin-bottom: 0; } }
@media (max-width: 550px) {
  .news_container {
    flex-direction: column; }
    .news_container .news_content {
      margin-left: 0; }
    .news_container .news_image {
      width: 100%; }
    .news_container .bookmarks {
      position: static; } }
@media (max-width: 920px) {
  .numbers_container {
    flex-direction: column; }
    .numbers_container .numbers_content {
      width: 80%;
      margin: 0 auto; }
    .numbers_container .numbers_all {
      text-align: center; } }
@media (max-width: 730px) {
  .numbers_container .numbers_content {
    width: 100%; } }
@media (max-width: 605px) {
  .numbers_container .numbers_all ul {
    display: flex; }
    .numbers_container .numbers_all ul li {
      flex: 1; } }
@media (max-width: 580px) {
  #numbers {
    margin-top: 40px; } }
@media (max-width: 540px) {
  .numbers_all .b_number {
    font-size: 80px;
    height: 100px; }

  .numbers_container {
    padding-bottom: 40px; } }
@media (max-width: 430px) {
  .numbers_all li {
    font-size: 14px;
    margin-right: 10px; } }
@media (max-width: 1200px) {
  #products .product_list {
    text-align: center; }
  #products .product_description {
    text-align: left; } }
@media (max-width: 1150px) {
  .people_container .people_profil {
    margin-right: 30px; } }
@media (max-width: 1020px) {
  .people_container .people_profil {
    width: 230px;
    margin-right: 50px; } }
@media (max-width: 860px) {
  .people_container .people_profil {
    margin-right: 30px; } }
@media (max-width: 800px) {
  #said .slick-dots {
    bottom: -35px; }

  .people_container .people_profil {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .people_container .profil_image {
    margin-bottom: 0; }
  .people_container .profil_name {
    margin-bottom: 0; }
  .people_container .profil_position {
    margin-bottom: 10px; }
  .people_container .profil_content {
    height: auto; }
  .people_container p {
    width: 100%; } }
@media (max-width: 480px) {
  .people_container p {
    width: 80%; } }
@media (max-width: 360px) {
  .people_container p {
    width: 95%; } }
/* MEDIA - FOOTER */
@media (max-width: 1050px) {
  .pre-footer .small_menu {
    flex: 2; }
  .pre-footer .news_box input {
    width: 70%; } }
@media (max-width: 800px) {
  .pre-footer .second_menu li .client_zone {
    margin-right: 0; } }
@media (max-width: 767px) {
  #map .contact_card {
    width: 100%; }

  .social-footer {
    padding-top: 35px; } }
@media (max-width: 750px) {
  .pre-footer .pre-footer_container {
    flex-direction: column; }
  .pre-footer .news_box {
    text-align: left;
    margin-top: 30px; }
    .pre-footer .news_box input {
      width: 300px; } }
@media (max-width: 675px) {
  .social-footer li {
    margin-right: 15px;
    width: 90px; }

  footer .footer_container {
    flex-direction: column; }
  footer .author {
    margin-top: 12px; }
    footer .author ul {
      text-align: left; } }
@media (max-width: 575px) {
  #map .contact_card img {
    margin-bottom: 0; } }
@media (max-width: 510px) {
  .pre-footer .second_menu {
    margin-top: 15px; }
    .pre-footer .second_menu li {
      display: block;
      border-right: none;
      margin-bottom: 15px; }
      .pre-footer .second_menu li:last-child {
        margin-bottom: 0; } }
@media (max-width: 455px) {
  .social-footer li {
    width: 77px; } }
@media (max-width: 420px) {
  #map {
    background: url(../image/map.png) -910px top no-repeat; }

  .pre-footer .main_menu li {
    display: block;
    border-right: none;
    margin-bottom: 15px; }
  .pre-footer .news_box input {
    width: 250px; } }
@media (max-width: 405px) {
  .social-footer {
    text-align: center; }
    .social-footer ul {
      width: 100%;
      text-align: center; }
    .social-footer li {
      display: block;
      width: 60%;
      margin: 0 auto 20px auto; }
      .social-footer li:last-child {
        margin: 0 auto; }
      .social-footer li a {
        display: block; } }
@media (max-width: 380px) {
  #map .contact_card {
    padding: 30px;
    text-align: center; } }
@media (max-width: 360px) {
  .pre-footer .news_box button {
    margin-top: 10px; }

  footer .copy ul li {
    display: block; }
    footer .copy ul li:first-child {
      border-right: none; }
  footer .author ul li {
    display: block; }
    footer .author ul li:first-child {
      border-right: none; } }
@media (max-width: 1490px) {
  #basket_form {
    width: 53%;
    left: 24%; } }
@media (max-width: 1320px) {
  #basket_form {
    width: 64%;
    left: 18%; } }
@media (max-width: 1100px) {
  #basket_form {
    width: 74%;
    left: 13%; } }
@media (max-width: 950px) {
  #basket_form {
    width: 84%;
    left: 7%; }

  .bus_docs ul {
    grid-template-columns: 2fr 2fr !important;
  }
}
@media (max-width: 830px) {
  .item_content img {
    width: 60px; } }
@media (max-width: 767px) {
  #basket_form .basket_header {
    padding: 18px; }
  #basket_form .basket_name {
    font-size: 22px; }
  #basket_form .basket_content {
    padding: 18px; }
    #basket_form .basket_content h2 {
      font-size: 22px; }
  #basket_form .item_content h2 {
    font-size: 18px; }
  #basket_form .item_content img {
    width: 70px; }
  #basket_form .item_content .name_item {
    padding-top: 8px; }
  #basket_form .item_content .quantity input {
    width: 30%; } }
@media (max-width: 650px) {
  #basket_form {
    width: 94%;
    left: 3%; }
    #basket_form .basket_header .far {
      right: 0; } }
@media (max-width: 570px) {
  #basket_form .item_content {
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-bottom: 40px; }
    #basket_form .item_content img {
      margin: 0 auto; }
    #basket_form .item_content .size_product {
      padding-top: 0; }
    #basket_form .item_content .quantity {
      padding-top: 8px; }
      #basket_form .item_content .quantity input {
        width: 52px; }
    #basket_form .item_content .delete_item {
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 0; }

    .bus_docs ul {
      grid-template-columns: 2fr !important;
    }
}
@media (max-width: 450px) {
  #basket_form form .form_container input:first-child {
    margin-right: 6px; } }
@media (max-width: 380px) {
  #basket_form form .form_container {
    flex-direction: column;
    margin-bottom: 0; }
    #basket_form form .form_container input {
      margin-bottom: 12px; } }
/* MEDIA - KATALOG PRODUKT┼« */
@media (max-width: 1080px) {
  #filter .filter_menu a {
    font-size: 16px; } }
@media (max-width: 920px) {
  #filter .filter_menu li {
    margin-top: 18px; } }
@media (max-width: 530px) {
  #filter .filter_menu li {
    display: block; } }
@media (max-width: 920px) {
  #navigation-catalog {
    padding-bottom: 0; } }
@media (max-width: 390px) {
  #navigation-catalog .fa-home {
    margin-right: 0; }
  #navigation-catalog .fa-chevron-right {
    margin: 0 3px; } }
@media (max-width: 340px) {
  #navigation-catalog ul {
    font-size: 13px; } }
/* MEDIA - DETAIL PRODUKTU */
@media (max-width: 1130px) {
  .detail_container .variant_wrapper {
    width: 50%; }
    .detail_container .variant_wrapper form {
      flex-direction: column; }
      .detail_container .variant_wrapper form .quantity {
        margin: 20px 0;
        text-align: left; }
        .detail_container .variant_wrapper form .quantity input {
          width: 18%; }
      .detail_container .variant_wrapper form .detail_cta {
        width: 75%; } }
@media (max-width: 950px) {
  .detail_container .help_wrapper {
    flex-direction: column; }
    .detail_container .help_wrapper img {
      display: none; }
  .detail_container .help_information {
    padding-bottom: 15px; } }

.next_detail_image {
  display: grid;
  grid-template-columns: auto auto auto;
}

.product_main_image {
  max-height: 500px;
}

.product_gallery {
  max-height: 200px;
}

@media (max-width: 770px) {
  #detail_product {
    padding-top: 30px; }

  .detail_container {
    flex-direction: column; }

  .main_detail_image img {
    width: 300px; }

  .next_detail_image {
    /*display: flex;*/
    grid-template-columns: auto auto;
    margin-bottom: 30px;
    overflow-x: auto; }
    .next_detail_image img {
      flex: 1; } }
@media (max-width: 640px) {
  .detail_container .tech_dat .first {
    margin-right: 15px; } }
@media (max-width: 500px) {
  .detail_container .content_banner {
    border-left: none;
    border-bottom: none;
    padding-left: 0;
    background: #fff; }
  .detail_container .variant_wrapper form select {
    width: 300px; }
  .detail_container .variant_wrapper form .detail_cta {
    width: 90%; }
  .detail_container .variant_wrapper form .quantity input {
    width: 46px; }
  .detail_container .content_information {
    padding-left: 0; }
  .detail_container .adva ul {
    margin-left: 0; }
  .detail_container .download ul {
    margin-left: 0; } }
@media (max-width: 450px) {
  .detail_container .download li {
    margin-right: 24px; } }
@media (max-width: 400px) {
  .detail_container .variant_wrapper form .detail_cta {
    width: 220px; }
  .detail_container .download li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px; } }

/* PAGE */
.page_item {
  padding: 40px;
}

.page_item .page_title {
  color: #008dd2;
  font-size: 32px;
  margin-bottom: 10px;
}

.page_item h2, h3, h4, h5, h6 {
  margin: 20px 0;
}

.page_item p {
  margin: 10px 0;
}

.page_item a {
  color: #008dd2;
}

.page_item a:hover {
  text-decoration: underline;
}

.page_item ul li {
  display: block;
  margin-bottom: 6px;
}

#basket_alert {
  width: 50%;
  background: #EEEEEE;
  position: fixed;
  top: -100%;
  left: 25%;
  z-index: 100;
  border-radius: 0 0 6px 6px;
  border: 1px solid #CCCCCC;
  transition: all .55s ease-in-out;
}

#basket_alert p {
  padding: 35px 0 25px 0;
  text-align: center;
  color: #333333;
}

#basket_alert .btn_group {
  padding-bottom: 35px;
}

#basket_alert .btn_group .text-btn {
  color: #008dd2;
}

#basket_alert .btn_group .text-btn:hover {
  color: #008dd2;
  text-decoration: underline;
}


#basket_alert .btn_group .cta-btn {
  background: #008dd2;
  color: #FFFFFF;
  padding: 8px 12px;
  margin-left: 10px;
  border-radius: 6px;
}

.product_image img {
  height: 176px;
}

@media (max-width: 744px) {
  #basket_alert {
    width: 80%;
    left: 10%;
  }
}

@media (max-width: 470px) {
  #basket_alert {
    width: 98%;
    left: 1%;
  }
}

.client_section form button {
  color: #008dd2;
  border: 2px solid #008dd2;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 28px;
  background: transparent;
  cursor: pointer;
  margin-top: 15px;
}

.client_section form button:hover {
  background: #008dd2;
  color: #FFFFFF;
}

.client_section form > input {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1.5px solid #ddd;
}

.client_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 45px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media screen and (max-width: 1140px){
  .client_group {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 840px){
  .client_group {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px){
  .client_group {
    grid-template-columns: 1fr;
  }
}

.client_product_down {
  border: 1px solid #ddd;
  padding: 0 15px 15px 15px;
}

.client_product_down h3 {
  font-weight: 500;
  text-align: center;
}

.client_product_down .detail_container li {
  margin-bottom: 12px;
  padding: 4px;
  display: grid;
  grid-template-columns: 50px 3fr;
}

.logout_button {
  color: #008dd2;
  border: 2px solid #008dd2;
  border-radius: 4px;
  display: inline-block;
  padding: 2px 28px;
  background: transparent;
  cursor: pointer;
}

.logout_button:hover {
  background: #008dd2;
  color: #FFFFFF;
}

.bus_docs ul {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  grid-gap: 10px;
}

.bus_docs ul li {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.bus_docs ul li a {
  padding-top: 12px;
}

@media (max-width: 1000px) {
  .slider .content_slider h1 {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .slider .content_slider h1 {
    font-size: 30px;
  }
}

@media (max-width: 1060px) {
  .numbers_container {
    display: block;
  }

  .numbers_all {
    text-align: left;
  }
}

.page_item .citate {
  margin: 55px 0;
  font-size: 1rem;
  color: #7f7f7f;
  padding-left: 20px;
  border-left: 4px solid #7f7f7f;
}

.page_item .citate em {
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: 3px;
  }
}

@media (max-width: 1100px) {
  .slick-next, .slick-prev {
    display: none !important;
  }
}

.page_item ul {
    list-style: disc !important;
    padding-inline-start: 40px;
    margin: 20px 0;
    color: #7f7f7f !important;
}

.page_item ul li {
    display: list-item !important; }

#secure_page ul {
  list-style: none !important;
  padding: 0!important;
  margin: 0!important;
}

#secure_page ul li {
  display: block;
}

.list_download {
  margin: 14px 0;
}

.list_download h4 {
  font-size: 16px;
}

.detail_container {
  display: flex;
}

@media (max-width: 800px) {
  .people_container {
    grid-gap: 20px;
  }

  .people_container p {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .people_container {
    grid-template-columns: 1fr!important;
  }

  .people_container p {
    width: 90%;
    margin: 0 auto;
  }
}

.orange_category .fa-arrow-right {
  position: absolute !important;
  bottom: 13px !important;
}

@media (max-width: 820px) {
  #alert_btn {
    display: block;
    margin: 15px 25px 0 25px;
  }
}

@media (max-width: 520px) {
  .category_container .blue_category h3 {
    font-size: 30px;
  }
}

@media (max-width: 370px) {
  .category_container .blue_category {
    padding: 26px 18px 26px 18px;
  }

  .category_container .blue_category h3 {
    padding-top: 10px;
  }
}

@media (max-width: 700px) {
  .menu .dropdown {
    display: none !important;
  }
}

.document_business {
  margin-top: 20px 0;
}


code {
  color: #7f7f7f !important;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 12px !important;
  display: block !important;
}

.experts_content pre {
  color: #7f7f7f !important;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 12px !important;
  display: block !important;
}

.page_item_single .date {
  padding: 5px 8px;
  background: #008dd2;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
}

.single_container {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 15px;
  margin-top: 40px;
}

@media (max-width: 850px) {
  .single_container {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 850px) {
  .single_container {
    grid-template-columns: 1fr;
  }

  .single_container .single_image {
    text-align: center;
  }
}



/*# sourceMappingURL=style.css.map */
