@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i&display=swap&subset=latin-ext");
body, textarea, input, select {
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  color: #333333;
  margin: 0;
  background-color: #f8f9fa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

img {
  border: 0; }

h1 {
  font-size: 26px;
  color: #1B1464;
  text-align: left;
  margin: 0px 0px 5px 0px;
  border-bottom: thin solid #1B1464; }

h2 {
  font-size: 18px;
  color: #000;
  text-align: left;
  margin: 0; }

h3 {
  font-size: 16px;
  color: #b3b3b3;
  text-decoration: none;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 4px; }

a {
  color: #000000;
  text-decoration: none;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a:hover {
    color: #1b1464;
    text-decoration: none; }

div #message {
  width: 100%;
  height: 150px;
  text-align: center;
  color: #FF0000;
  font-size: 14px;
  font-weight: 700; }

.hidden {
  display: none; }

.simpleflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

.module_wrap {
  background-color: #fff; }

.content_wrap {
  background-color: #fff; }
  .content_wrap h2 {
    font-size: 18px;
    color: #000;
    text-align: left;
    margin: 0 0 15px;
    font-weight: 700;
    width: 100%; }
  .content_wrap img {
    margin: 0 0 30px;
    width: 100%; }
  .content_wrap div, .content_wrap p {
    font-size: 14px; }
  .content_wrap ul {
    width: 100%; }

.std_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-width: 100px;
  height: 30px;
  border: 3px solid #1b1564;
  font-size: 13px;
  padding: 0 10px;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff; }
  .std_btn:hover {
    background-color: #1b1564;
    color: #fff; }

.std_btn_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-width: 90px;
  height: 30px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 13px;
  background-color: #fff;
  color: #1b1564;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg); }
  .std_btn_2 span {
    -webkit-transform: skew(10deg);
            transform: skew(10deg); }
  .std_btn_2:hover {
    background-color: #1b1564;
    color: #fff; }

.tabulator {
  margin: 15px auto; }
  .tabulator td {
    font-size: 15px; }
  .tabulator .tab_prev, .tabulator .tab_next {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin: 1px 5px 0px;
    display: block; }

::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

::-ms-input-placeholder {
  color: #ccc; }

.module_heading {
  padding: 15px 0 0; }
  .module_heading h1 {
    text-align: center;
    font-size: 33px;
    margin: 0 0 5px 0;
    line-height: 1.2;
    color: #1b1564;
    font-weight: 700;
    position: relative;
    border-bottom: none; }
    .module_heading h1:before {
      content: "";
      position: absolute;
      height: 1px;
      width: calc(100% - 810px);
      background-color: #1b1564;
      left: 15px;
      top: 50%; }
    .module_heading h1:after {
      content: "";
      position: absolute;
      height: 1px;
      width: calc(100% - 810px);
      background-color: #1b1564;
      right: 15px;
      top: 50%; }

.home_catalog_wrap {
  margin: 25px 0 35px 0; }
  .home_catalog_wrap .catalog_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    position: relative; }
    .home_catalog_wrap .catalog_image:after {
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s;
      width: 100%;
      height: 100%;
      background-color: transparent;
      opacity: 0.3;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      transition: 0.2s; }
    .home_catalog_wrap .catalog_image .catalog_title {
      position: absolute;
      background-color: #fff;
      min-width: 250px;
      height: 63px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      right: 0;
      top: 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      z-index: 3; }
      .home_catalog_wrap .catalog_image .catalog_title h2 {
        color: #1b1564;
        font-size: 35px;
        font-weight: 700;
        cursor: pointer;
        padding: 0 0 0 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .home_catalog_wrap .catalog_image .catalog_title h2:before {
          content: "";
          -webkit-transition: 0.2s;
          transition: 0.2s;
          width: 0;
          height: 0;
          border-bottom: 63px solid #fff;
          border-left: 15px solid transparent;
          position: absolute;
          left: -15px;
          bottom: 0;
          z-index: 3; }
    .home_catalog_wrap .catalog_image:hover:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #1b1564;
      opacity: 0.3;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .home_catalog_wrap .catalog_image:hover .catalog_title {
      background-color: #1b1564; }
      .home_catalog_wrap .catalog_image:hover .catalog_title h2 {
        color: #fff; }
        .home_catalog_wrap .catalog_image:hover .catalog_title h2:before {
          border-bottom-color: #1b1564; }
  .home_catalog_wrap .ci_1 {
    background-image: url("../images/objects/osobne.jpg"); }
  .home_catalog_wrap .ci_2 {
    background-image: url("../images/objects/nakladne.jpg"); }
  .home_catalog_wrap .ci_3 {
    background-image: url("../images/objects/traktory.jpg"); }
  .home_catalog_wrap .catalog_desc {
    min-height: 90px;
    margin: 10px 0; }
  .home_catalog_wrap .catalog_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-bottom: 1px solid #1b1564; }
    .home_catalog_wrap .catalog_btn a {
      -webkit-transform: skew(-10deg);
              transform: skew(-10deg);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      width: 130px;
      height: 40px;
      background-color: #1b1564; }
      .home_catalog_wrap .catalog_btn a span {
        -webkit-transform: skew(10deg);
                transform: skew(10deg);
        color: #fff; }
      .home_catalog_wrap .catalog_btn a:hover {
        background-color: #808285; }

.news_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px; }
  .news_heading .left_side {
    background-image: url("../images/objects/news_left_scew.png");
    background-size: contain;
    background-position: center;
    height: 55px;
    width: 68px; }
  .news_heading .right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 0 10px;
    background-color: #1b1564;
    width: calc(100% - 68px);
    height: 55px;
    position: relative; }
    .news_heading .right_side h3 {
      color: #fff;
      font-style: italic;
      font-weight: 400;
      font-size: 35px; }
    .news_heading .right_side:after {
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s;
      width: 0;
      height: 0;
      border-bottom: 55px solid #fff;
      border-left: 5px solid transparent;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 3; }

.home_news_wrap .news_articles article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 15px; }
  .home_news_wrap .news_articles article .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 75px; }
  .home_news_wrap .news_articles article .news_data {
    margin: 0 0 0 10px; }
    .home_news_wrap .news_articles article .news_data time {
      color: #ed1c24;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.2; }
    .home_news_wrap .news_articles article .news_data h3 {
      display: inline;
      font-size: 16px;
      line-height: 1.2;
      color: #000; }
      .home_news_wrap .news_articles article .news_data h3:hover {
        color: #1b1564; }
    .home_news_wrap .news_articles article .news_data .text {
      color: #808285;
      font-size: 13px; }
    .home_news_wrap .news_articles article .news_data .link {
      text-align: right; }
      .home_news_wrap .news_articles article .news_data .link a {
        color: #ed1c24; }
        .home_news_wrap .news_articles article .news_data .link a:hover {
          color: #1b1564; }
.home_news_wrap .all_news_button {
  text-align: right; }
  .home_news_wrap .all_news_button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.home_data_wrap .filter, .home_data_wrap .partners {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  background-image: url("../images/objects/filter.jpg"); }
  .home_data_wrap .filter .title, .home_data_wrap .partners .title {
    position: absolute;
    right: 0;
    top: 20px;
    min-width: 250px;
    height: 40px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .home_data_wrap .filter .title:before, .home_data_wrap .partners .title:before {
      content: "";
      border-bottom: 40px solid #fff;
      border-left: 5px solid transparent;
      position: absolute;
      left: -5px;
      bottom: 0;
      z-index: 3;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .home_data_wrap .filter .title h3, .home_data_wrap .partners .title h3 {
      font-size: 25px;
      font-weight: 700;
      padding: 0 0 0 10px;
      color: #1b1564;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .home_data_wrap .filter .title:hover, .home_data_wrap .partners .title:hover {
      background-color: #1b1564; }
      .home_data_wrap .filter .title:hover:before, .home_data_wrap .partners .title:hover:before {
        border-bottom-color: #1b1564; }
      .home_data_wrap .filter .title:hover h3, .home_data_wrap .partners .title:hover h3 {
        color: #fff; }
  .home_data_wrap .filter .more_button, .home_data_wrap .partners .more_button {
    position: absolute;
    bottom: 10px;
    right: 20px; }
.home_data_wrap .partners {
  background-image: url("../images/objects/find.jpg"); }

.home_slider {
  width: 85%;
  margin: 0 auto; }
  .home_slider .slide {
    margin: 0 5px; }
  .home_slider .slide-photo {
    background-position: center;
    background-size: cover;
    height: 150px; }
  .home_slider .slide-name {
    color: #1b1564;
    font-size: 16px;
    margin: 3px 0 0;
    line-height: 1.1; }
  .home_slider .slick-prev, .home_slider .slick-next {
    position: absolute;
    left: -50px;
    top: 15px;
    background-image: none;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none; }
  .home_slider .slick-next {
    left: auto;
    right: -50px; }
  .home_slider .slick-list {
    -webkit-box-shadow: 0 0 5px #ccc;
            box-shadow: 0 0 5px #ccc;
    padding: 15px 0 5px; }
  .home_slider .slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 20px 0; }
    .home_slider .slick-dots li button {
      background: transparent;
      border: none;
      color: transparent;
      outline: none; }
      .home_slider .slick-dots li button:before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #666;
        display: block;
        border-radius: 50%;
        cursor: pointer; }
    .home_slider .slick-dots li.slick-active button:before {
      background-color: #000; }

.all_references_button {
  text-align: right;
  margin: 0 0 30px; }
  .all_references_button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

@media screen and (max-width: 991px) {
  .home_catalog_wrap .catalog_image .catalog_title {
    min-width: 170px; }
    .home_catalog_wrap .catalog_image .catalog_title h2 {
      font-size: 30px; }
  .home_catalog_wrap .catalog_desc {
    min-height: 160px; }

  .home_news_wrap .news_articles article .image {
    height: 95px; }
  .home_news_wrap .all_news_button {
    margin: 20px 0; }

  .module_heading h1:before, .module_heading h1:after {
    content: none; } }
@media screen and (max-width: 767px) {
  .home_catalog_wrap .catalog_desc {
    min-height: 70px; }
  .home_catalog_wrap .catalog_btn {
    margin: 0 0 30px; }

  .home_data_wrap .partners {
    margin: 15px 0 0; } }
@media screen and (max-width: 575px) {
  .news_heading .right_side h3 {
    font-size: 23px; }

  .home_slider {
    width: 70%; } }
.brands_wrap img {
  width: 100%;
  margin: 0 0 30px; }

@media screen and (min-width: 1200px) {
  .brands_wrap .fake_bootstrap_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.111111%;
            flex: 0 0 11.111111%;
    max-width: 11.111111%; } }
.mod-brand {
  padding: 30px 0; }
  .mod-brand .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 85px;
    padding: 0 15px;
    color: #fff;
    background-color: #1b1564;
    font-weight: 700;
    font-size: 30px; }
    .mod-brand .header img {
      width: 60px; }
  .mod-brand .brand_list {
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    background-color: #f0efef;
    padding: 10px 0; }
    .mod-brand .brand_list a span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #1b1564;
      height: 45px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 15px;
      margin: 0 15px;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 700;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .mod-brand .brand_list a span:hover {
        background-color: #fff; }
    .mod-brand .brand_list a span.line-selected {
      background-color: #e4e3f1; }
    .mod-brand .brand_list a .motor_desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #1b1564;
      height: 45px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      margin: 0 15px;
      font-size: 13px;
      font-weight: 700;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .mod-brand .brand_list a .motor_desc:hover {
        background-color: #fff; }
    .mod-brand .brand_list a:not(:last-child) span, .mod-brand .brand_list a:not(:last-child) .motor_desc {
      border-bottom: 1px solid #b3b3b3; }

.brand_detail_table th {
  background-color: #1b1564;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center; }
.brand_detail_table td {
  color: #1b1564;
  font-size: 14px;
  text-align: center;
  font-weight: 400; }

.brand_detail_brand_img {
  width: 70px; }

.brand_detail_car_img {
  width: 200px; }

.brand_detail_h3 {
  color: #1b1564;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px; }

.brand_detail_pdf_icon {
  width: 20px;
  margin: 0 5px 0 10px; }

.brand_detail_reference_link {
  color: #000;
  font-size: 18px;
  position: relative;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 700; }
  .brand_detail_reference_link:before {
    content: "";
    position: absolute;
    background-color: #1b1564;
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px; }
  .brand_detail_reference_link:hover {
    color: #1b1564; }

.brand_detail_pdf_text {
  color: #000;
  font-size: 16px;
  font-weight: 700; }
  .brand_detail_pdf_text ~ a {
    font-size: 16px;
    color: #000; }
    .brand_detail_pdf_text ~ a:hover {
      color: #1b1564; }

.panel_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1b1564;
  height: 60px; }
  .panel_heading p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 15px; }

.brand_detail_box {
  border: 1px solid #808284; }

.brand_detail_price_include {
  font-size: 19px;
  position: relative;
  padding: 0 0 0 25px; }
  .brand_detail_price_include:before {
    content: "";
    position: absolute;
    background-color: #1b1564;
    width: 12px;
    height: 12px;
    left: 0;
    top: 9px; }

.brand_detail_box_data_wrap {
  padding: 15px 10px; }

.waranty_box_1 .war_price_text {
  color: #1b1564;
  font-size: 20px;
  font-weight: 400;
  line-height: 1; }
.waranty_box_1 .war_price {
  font-size: 26px;
  color: #1b1564;
  font-weight: 700;
  line-height: 1; }
.waranty_box_1 small {
  color: #808285;
  font-size: 11px;
  font-weight: 400;
  display: block; }

.waranty_box_1_text {
  border-bottom: 1px solid #808285; }
  .waranty_box_1_text div {
    color: #808285;
    position: relative;
    font-size: 14px;
    padding: 0 0 0 15px;
    font-weight: 400; }
    .waranty_box_1_text div:before {
      content: "";
      position: absolute;
      background-color: #1b1564;
      width: 7px;
      height: 7px;
      left: 0;
      top: 6px; }

.waranty_box_2_text {
  padding: 15px 0 0; }
  .waranty_box_2_text div {
    font-size: 19px;
    position: relative;
    padding: 0 0 0 25px;
    color: #808285; }
    .waranty_box_2_text div:before {
      content: "";
      position: absolute;
      background-color: #1b1564;
      width: 12px;
      height: 12px;
      left: 0;
      top: 9px; }

.brand_detail_huge_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #1b1564;
  width: 100%;
  height: 65px;
  text-transform: uppercase;
  border: 4px solid #ececec;
  background-color: #ececec;
  font-size: 26px;
  font-weight: 400;
  margin: 20px 0 0; }
  .brand_detail_huge_btn:hover {
    border-color: #1b1564; }

.news_heading.brand_detail_nh {
  margin: 0; }
  .news_heading.brand_detail_nh h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400; }

.other_services_menu {
  background-color: #ececec;
  margin: 0 0 30px; }
  .other_services_menu ul {
    list-style: none;
    padding: 10px 30px; }
    .other_services_menu ul li a {
      color: #1b1564;
      font-size: 18px;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 45px;
      padding: 0 15px; }
      .other_services_menu ul li a:hover {
        background-color: #fff; }
    .other_services_menu ul li:not(:last-child) a {
      border-bottom: 1px solid #818181; }

.brand_detail_categories li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }
  .brand_detail_categories li a:hover .bd_hb_1 {
    background-position: -60px 0; }
  .brand_detail_categories li a:hover .bd_hb_2 {
    background-position: -60px -50px; }
  .brand_detail_categories li a:hover .bd_hb_3 {
    background-position: -60px -100px; }
.brand_detail_categories li .hover_background {
  height: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 60px;
  background-image: url("../images/wrapper/images/mod_brand_heading_asset_01.png");
  background-repeat: no-repeat; }
.brand_detail_categories li .bd_hb_1 {
  background-position: 0 0; }
.brand_detail_categories li .bd_hb_2 {
  background-position: 0 -50px; }
.brand_detail_categories li .bd_hb_3 {
  background-position: 0 -100px; }

.brand_detail_redirect_panel {
  margin: 0 0 30px;
  text-align: center; }

@media screen and (max-width: 1199px) {
  .other_services_menu ul li a {
    line-height: 1.2;
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .mod-brand .header .text {
    font-size: 25px; }
  .mod-brand .header img {
    width: 40px; }
  .mod-brand .brand_list a span {
    margin: 0 5px;
    padding: 0 5px;
    font-size: 16px; }
  .mod-brand .brand_list a .motor_desc {
    margin: 0 5px;
    line-height: 1.2; } }
.chip.stripe {
  background-color: #f1f1f1; }

.chip td {
  width: 120px;
  padding: 5px 10px; }
.chip td:last-child {
  text-align: right; }

.reference_back_btn {
  width: 240px;
  margin: 30px 0; }

.referencia_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 110px; }

.kontakt_submit_btn {
  padding: 5px 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .kontakt_submit_btn:hover {
    background-color: #dae0e5; }

.article_list article .article_list_background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px; }
.article_list article time {
  color: #808285;
  font-size: 14px; }
.article_list article h3 {
  color: #1b1564;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2; }
  .article_list article h3:hover {
    color: #000; }

.article_detail_wrap .article_detail_back_btn {
  width: 220px;
  margin: 30px 0; }

.top_row_wrap {
  background-color: #000;
  height: 35px; }

.send-mail-order {
  position: fixed;
  top: 18%;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  color: white;
  font-size: 35px;
  z-index: 50000;
  left: 0;
  right: 0;
  border-top: thin solid white;
  border-bottom: thin solid white;
  background-image: url("../images/objects/notice_back.png");
  display: none; }

.top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }
  .top_row .left_side .phone {
    background-image: url("../images/objects/phone.png");
    background-repeat: no-repeat;
    padding: 8px 0 0 25px;
    background-position: 0 10px;
    font-weight: 700;
    color: #808285; }
    .top_row .left_side .phone:hover {
      color: #fff; }
  .top_row .left_side .mail {
    background-image: url("../images/objects/contact.png");
    background-repeat: no-repeat;
    padding: 7px 0 0 25px;
    margin: 0 0 0 50px;
    background-position: 0 10px;
    font-weight: 700;
    color: #808285; }
    .top_row .left_side .mail:hover {
      color: #fff; }
  .top_row .right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .top_row .right_side .top_logo_wrap img {
      margin: 0 10px 0 0; }
    .top_row .right_side .header_fb {
      margin: 0 10px 0 0;
      opacity: 0.8;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .top_row .right_side .header_fb:hover {
        opacity: 1; }
    .top_row .right_side .search-form {
      border: 1px solid #fff;
      margin: 0 0 0 20px; }
      .top_row .right_side .search-form .search_input {
        background-color: transparent;
        text-align: left;
        border: 0;
        padding: 2px 6px;
        float: left;
        color: #fff;
        outline: none;
        font-weight: 400; }
      .top_row .right_side .search-form .search_input:-webkit-autofill,
      .top_row .right_side .search-form .search_input:-webkit-autofill:hover,
      .top_row .right_side .search-form .search_input:-webkit-autofill:focus {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 1000px #000 inset;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s; }
      .top_row .right_side .search-form .search_submit {
        background-image: url("../images/objects/search.png");
        background-color: transparent;
        background-repeat: no-repeat;
        border: 0;
        height: 13px;
        width: 13px;
        margin: 5px 5px 0 0;
        cursor: pointer; }
    .top_row .right_side .languages {
      margin: 0 0 0 10px; }
      .top_row .right_side .languages a {
        opacity: 0.8; }
        .top_row .right_side .languages a img {
          margin: 0 0 0 10px; }

.navbar {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .navbar .navbar-brand {
    margin: 0;
    padding: 0; }
  .navbar .navbar-toggler {
    outline: none; }
  .navbar .menu_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 50px;
    padding: 10px; }
  .navbar .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .navbar .navbar-collapse ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      list-style: none;
      padding: 0;
      margin: 0; }
      .navbar .navbar-collapse ul li a {
        color: #808285;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 0;
        margin: 0 0 0 25px;
        border-bottom: 2px solid transparent; }
        .navbar .navbar-collapse ul li a:hover {
          color: #1b1464; }
      .navbar .navbar-collapse ul li:first-child a {
        margin: 0; }
      .navbar .navbar-collapse ul li a.selected {
        border-bottom: 2px solid #1b1464;
        color: #1b1464; }

.content_heading, .main-title {
  font-size: 26px;
  color: #1b1564;
  text-align: left;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #1B1464;
  font-weight: 700; }

h2.main-title {
  font-size: 18px;
  color: #000;
  text-align: left;
  margin: 0px;
  border: none; }

.content_subheading {
  color: #1b1564;
  text-align: left;
  font-weight: 700;
  margin: 0;
  font-size: 18px; }

.static_content_wrap {
  padding: 0 15px 25px; }

.search_result {
  margin: 0 0 15px; }
  .search_result h2 {
    color: #1b1564;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 700; }
    .search_result h2:hover {
      color: #000; }
  .search_result .preview {
    color: #808285; }

footer .black_footer {
  padding: 20px 20px 25px 20px;
  background-color: #000;
  width: 100%; }
  footer .black_footer .line_1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .black_footer .line_1 .footer_fb_wrap img {
      width: 55px;
      opacity: 0.8;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      footer .black_footer .line_1 .footer_fb_wrap img:hover {
        opacity: 1; }
    footer .black_footer .line_1 .footer_inputs_wrap img {
      width: 25px;
      height: 25px; }
    footer .black_footer .line_1 .footer_inputs_wrap .info {
      color: #B5B5B5;
      font-size: 15px;
      margin: 0 10px; }
    footer .black_footer .line_1 .footer_inputs_wrap .newsletter_form {
      border: 1px solid #262626;
      margin: 0; }
      footer .black_footer .line_1 .footer_inputs_wrap .newsletter_form .newsletter_input {
        background-color: transparent;
        text-align: right;
        border: 1px solid #262626;
        padding: 2px 6px;
        color: #fff;
        outline: none;
        font-weight: 400; }
      footer .black_footer .line_1 .footer_inputs_wrap .newsletter_form .newsletter_input:-webkit-autofill,
      footer .black_footer .line_1 .footer_inputs_wrap .newsletter_form .newsletter_input:-webkit-autofill:hover,
      footer .black_footer .line_1 .footer_inputs_wrap .newsletter_form .newsletter_input:-webkit-autofill:focus {
        -webkit-text-fill-color: #C4C4C4;
        -webkit-box-shadow: 0 0 0 1000px transparent inset;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s; }
      footer .black_footer .line_1 .footer_inputs_wrap .newsletter_form .newsletter_submit {
        background-color: #262626;
        color: #999;
        cursor: pointer;
        border: none; }
        footer .black_footer .line_1 .footer_inputs_wrap .newsletter_form .newsletter_submit:hover {
          color: #c4c4c4; }
  footer .black_footer .line_2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0 0; }
    footer .black_footer .line_2 .footer_contact_data .phone {
      background-image: url("../images/objects/phone.png");
      background-repeat: no-repeat;
      padding: 8px 0 0 25px;
      background-position: 0 10px;
      font-weight: 700;
      color: #808285;
      font-size: 15px;
      margin: 0 50px 0 0; }
      footer .black_footer .line_2 .footer_contact_data .phone:hover {
        color: #fff; }
    footer .black_footer .line_2 .footer_contact_data .mail {
      background-image: url("../images/objects/contact.png");
      background-repeat: no-repeat;
      padding: 7px 0 0 25px;
      background-position: 0 10px;
      font-weight: 700;
      color: #808285;
      font-size: 15px; }
      footer .black_footer .line_2 .footer_contact_data .mail:hover {
        color: #fff; }
    footer .black_footer .line_2 .footer_menu_wrap ul {
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0; }
      footer .black_footer .line_2 .footer_menu_wrap ul li {
        margin: 0 0 0 20px; }
        footer .black_footer .line_2 .footer_menu_wrap ul li a {
          color: #5C5C5C;
          font-size: 14px;
          font-weight: 700; }
          footer .black_footer .line_2 .footer_menu_wrap ul li a:hover {
            color: #a7a7a7; }
        footer .black_footer .line_2 .footer_menu_wrap ul li a.selected {
          color: #a7a7a7; }
footer .white_footer {
  background-color: #fff;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  footer .white_footer .footer-design {
    padding: 0 15px 0 0;
    font-size: 14px; }

@media screen and (max-width: 1199px) {
  .navbar .navbar-collapse ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navbar .navbar-collapse ul li a {
      margin: 0;
      display: block;
      padding: 5px 0; }

  .news_heading.brand_detail_nh h3 {
    font-size: 24px; }

  footer .black_footer .line_2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  footer .black_footer .footer_menu_wrap {
    margin: 15px 0 0; } }
@media screen and (max-width: 991px) {
  .top_row_wrap {
    min-height: 35px;
    height: auto;
    padding: 10px 0; }
    .top_row_wrap .top_row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; }
      .top_row_wrap .top_row .right_side {
        height: auto;
        margin: 10px 0 0; }

  footer .black_footer .line_2 .footer_menu_wrap ul li {
    margin: 0 0 0 10px; }
  footer .white_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    footer .white_footer .footer-design {
      padding: 0;
      margin: 10px 0 0; } }
@media screen and (max-width: 767px) {
  .top_row_wrap .top_row .right_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .top_row_wrap .top_row .right_side .header_fb {
      margin: 0 10px 0 0; }
    .top_row_wrap .top_row .right_side .search-form {
      margin: 0; }
    .top_row_wrap .top_row .right_side .languages {
      margin: 0 0 0 10px; }
    .top_row_wrap .top_row .right_side .top_row_tools_wrap {
      margin: 10px 0 0; }

  footer .black_footer .footer_menu_wrap {
    display: none; } }
@media screen and (max-width: 575px) {
  .header_logo {
    width: 170px; }

  footer .black_footer .line_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .black_footer .line_1 .footer_fb_wrap {
      margin: 0 0 10px; }
    footer .black_footer .line_1 .footer_inputs_wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  footer .black_footer .line_2 .footer_contact_data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .black_footer .line_2 .footer_contact_data .phone {
      margin: 0; }
  footer .white_footer {
    padding: 0 30px;
    height: 115px; }
    footer .white_footer .footer-design {
      text-align: center; } }
