.read_more {
  background-color: #f1f3f5;
  color: #5a5d60;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 16px 24px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.read_more svg {
  margin-left: 14px;
}

.read_more svg path {
  fill: #5a5d60;
  transition: fill 0.3s ease;
}

.read_more:hover {
  color: #fff;
  background-color: #fe6400;
  text-decoration: none;
}

.read_more:hover path {
  fill: #fff;
}

#pl_flag {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-dark .navbar-brand img {
  max-width: 230px;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #232428;
}

body.inqury_active {
  overflow: hidden;
  padding-right: 17px;
}

body.inqury_active #mainNav {
  padding-right: 70px;
}

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

.header {
  color: #232428;
  margin: 0;
}

.header.xl {
  font-size: 40px;
  line-height: 57px;
  font-weight: 800;
}

.header.l {
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
}

.header.m {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.header.s {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.subheader {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.84px;
  color: #fe6400;
  margin: 0 0 5px;
}

.text {
  font-size: 14px;
  line-height: 24px;
  color: #232428;
  letter-spacing: 0.28px;
}
.hotstamping_body p, .reszta_tekstu ol li {
  color:#5a5d60;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
  font-weight:400;
}
.hotstamping_body ul li {   
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 400;
}
.hotstamping-industry-segments {display:flex;width:60%;flex-wrap:wrap;gap:20px;}
#budowa {background:#f1f3f5;}
#budowa h2 span {
    display: block;
    text-transform: uppercase;
    color: #fd7e14;
    font-size: 16px;
    letter-spacing: 4px;
  }
#budowa ol {max-width:555px;margin:0 auto;}
#budowa {padding-bottom:100px;}
#budowa video {
  max-width:100%;
  width:555px;
  margin:0 auto;
  display:flex;
}
@media (min-width:1220px) {
#techniki .container {
  max-width:1140px!important;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
#techniki p.text-center {
    padding: 0 50px;
    margin-bottom: 40px!important;
    margin-top: 25px!important;
}
}
#techniki .hottechniques {
  flex:40%;
  margin: 0px 10px 50px 0;
  border: 1px solid #d7d7d7;

}
.text.m {
  font-size: 15px;
  line-height: 26px;
}

.text.l {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.header_wrapper {
  text-align: center;
}

.header_wrapper .header {
  margin-bottom: 15px;
}

#mainNav {
  background-color: #fff !important;
  padding: 0 53px;
  position: absolute;
  transition: transform 0.3s ease;
}

#mainNav.scrolled {
  transform: translateY(-100%);
}

#mainNav.scrolled a.menu_link {
  padding: 25px 0;
}

#mainNav.scrolled.show-menu {
  transform: translateY(0);
  box-shadow: 0px 2px 20px -20px rgba(0, 0, 0, 0.5);
}

#mainNav.fixed-now {
  position: fixed;
  overflow: visible;
}

.endingMenu > ul {
  margin: 0;
}

.endingMenu > ul .dropdown {
  margin: 0 !important;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.nav-container #navbarResponsive {
  justify-content: flex-end;
}

.chevron_menu {
  display: block;
  border: 6px solid transparent;
  border-top-color: #5a5d60;
  transform: translate(1px, 2px);
  margin-left: 2px;
  transition: transform 0.2s 0.1s ease;
}

a.menu_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0.46;
  text-decoration: none;
  color: #414141;
  position: relative;
  transition: opacity 0.3s ease;
  padding: 33px 0 32px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.19px;
}

a.menu_link:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #414141;
  height: 6px;
  content: "";
  transition: background-color 0.3s ease, transform 0.3s 0.2s ease;
  transform-origin: top center;
  transform: scaleY(0);
}

a.menu_link:hover {
  opacity: 1;
  color: #414141;
  text-decoration: none;
}

a.menu_link:hover:after {
  opacity: 0.46;
  transform: scaleY(1);
}

a.menu_link:hover .chevron_menu {
  transform: rotateX(-180deg) translate(1px, 4px);
}

#menu_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu_wrapper li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 15px;
  position: relative;
}
.submenu {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: min-content;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.show-menu .submenu {
  top: 65px;
}
.menu_item:hover .submenu {
  opacity: 1;
  visibility: visible;
}
#menu_wrapper .submenu li {
  margin: 0;
  padding: 10px 10px 20px 10px;
  background-color: #fff;
}
#menu_wrapper .submenu li:first-child {
  padding-left: 20px;
}
#menu_wrapper .submenu li:last-child {
  padding-right: 20px;
}
.submenu li a {
  background-color: #f1f3f5;
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #f1f3f5;
  padding: 20px 0 0 20px;
  overflow: hidden;
  width: 160px;
  text-decoration: none;
  height: 160px;
}
.submenu li a span {
  font-weight: 700;
  position: relative;
  display: block;
  z-index: 1;
  color: #232428;
  font-size: 13px;
  line-height: 16px;
}
.submenu li a span::after {
  background-color: #fe6400;
  content: "";
  left: 0;
  height: 4px;
  width: 41px;
  bottom: -10px;
  position: absolute;
}
.submenu li a img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(20px);
  transition: transform 0.3s ease;
}
.submenu li a:hover img {
  transform: translateX(0);
}

#menu_wrapper li.current_page a {
  opacity: 1;
}

#menu_wrapper li.current_page a:hover:after {
  opacity: 1;
}

#menu_wrapper li.current_page a:after {
  transform: scaleY(1);
  background-color: #fe6400;
}

@keyframes silderMovieEffect {
  0% {
    transform: scale(1.2) rotate(0);
  }

  100% {
    transform: scale(1.25) rotate(3deg);
  }
}

#inquiry_button {
  border: 1px solid #fe6400;
  font-weight: 600;
  color: #232428;
  padding: 11px 29px;
  line-height: 16px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 19px;
  transition: background-color 0.3s ease, color 0.2s ease;
}

#inquiry_button:hover {
  background-color: #fe6400;
  color: #fff;
}

.linkedin {
  padding: 6px 10px;
}

.linkedin path {
  transition: fill 0.2s ease;
  fill: #5a5d60;
}

.linkedin:hover path {
  fill: #0053a5;
}

#hero_slider img {
  width: 100%;
  height: auto;
  animation-fill-mode: forwards;
}

#hero_slider .current img {
  animation-name: silderMovieEffect;
  animation-duration: 5s;
  animation-timing-function: linear;
}

#hero {
  position: relative;
  overflow: hidden;
}

#hero .content {
  position: absolute;
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

#hero .hero_content {
  position: absolute;
  left: 15px;
  bottom: 0;
  background-color: #fe6400;
  padding: 57px 48px 107px;
  max-width: 380px;
}

#hero .hero_content h3 {
  font-size: 22px;
  margin: 0;
  line-height: 44px;
  letter-spacing: 3.3px;
  color: #f8ceb3;
  font-weight: 400;
}

#hero .hero_content h2 {
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

#hero .hero_content:before,
#hero .hero_content:after {
  position: absolute;
  content: "";
  background-color: #fff;
}

#hero .hero_content:before {
  bottom: 54px;
  right: 30px;
  width: 250px;
  height: 1px;
}

#hero .hero_content:after {
  border: 12px solid transparent;
  border-top-color: #fff;
  left: 53px;
  background-color: transparent;
  transform: translateY(52px);
  border-top-width: 16px;
}

#orange_dots,
#white_dots,
#offer_dots,
#industry_dots {
  position: absolute;
}

#white_dots {
  right: 15px;
  top: 15px;
}

#orange_dots {
  top: 0;
  left: 0;
  transform: translate(-49px, -73px);
}

#offer_dots {
  top: 171px;
  left: 0;
  transform: translateX(-50%);
}

.offer_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 30px;
  position: relative;
}

.offer_wrapper .offer_right {
  width: calc(100% - 226px);
  padding-left: 30px;
  padding-top: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.offer_wrapper .offer_left {
  width: 226px;
  position: relative;
}

.offer_wrapper .offer_left:after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #e4e8eb;
  z-index: 0;
}

.offer_tile {
  display: flex;
  justify-content: flex-end;
}

.offer_tile .header {
  margin-bottom: 38px;
  font-weight: 700;
  position: relative;
  text-align: left;
}

.offer_tile .header:after {
  position: absolute;
  content: "";
  background-color: #fe6400;
  width: 41px;
  height: 5px;
  left: 0;
  bottom: -19px;
}

.offer_tile .header a {
  color: #232428;
  text-decoration: none;
  transition: color 0.3s ease;
}

.offer_tile .header a:hover {
  color: #5a5d60;
}

.offer_tile img {
  transform: translateX(42px);
  z-index: 1;
  position: relative;
  transition: transform 0.3s 0.3s ease;
}

.offer_tile:hover img {
  transform: translate(0);
}

.offer_tile .see_more_btn {
  margin-left: auto;
  padding-left: 20px;
}

.offer_tile .excerpt {
  max-height: 144px;
  overflow: hidden;
  font-weight: 400;
}

.offer_tile .excerpt a {
  display: block;
  color: #bcc6cd;
}

.tiles_grid .see_more_btn:hover {
  color: #232428;
}
.tiles_grid .product_tile_wrapper .see_more_btn:hover path {
  fill: #ffff;
}

.subcategoy_list,
.excerpt {
  color: #bcc6cd;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding-right: 15px;
}

.subcategoy_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.subcategoy_list a {
  color: #bcc6cd;
  transition: transform 0.3s ease, color 0.3s ease;
  display: block;
  font-weight: 500;
}

.subcategoy_list a:hover {
  transform: translateX(10px);
  color: #fe6400;
  text-decoration: none;
}

.see_more_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  color: #5a5d60;
}

.see_more_btn svg {
  margin-left: 6px;
}

.see_more_btn path {
  fill: #5a5d60;
  transition: fill 0.3s ease;
}

.see_more_btn rect {
  fill: #e4e8eb;
  opacity: 0;
  transition: opacity 0.3s ease, fill 0.3s ease;
}

.see_more_btn:hover {
  color: #5a5d60;
  text-decoration: none;
}

.see_more_btn:hover path {
  fill: #fff;
}

.see_more_btn:hover rect {
  opacity: 1;
  fill: #fe6400;
}

#offer {
  padding-top: 67px;
  position: relative;
  overflow: hidden;
  background-color: #f1f3f5;
}

#offer .offer_wrapper {
  margin-top: 47px;
}

#offer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
}

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 17px;
}

.breadcrumb .divider {
  display: block;
  margin: 0 10px;
  opacity: 1;
}

.breadcrumb a,
.breadcrumb li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #5a5d60;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.breadcrumb li {
  opacity: 0.49;
}

.breadcrumb li:hover {
  opacity: 1;
}

.breadcrumb a:hover {
  color: #fe6400;
  text-decoration: none;
}

.breadcrumb a:hover path {
  fill: #fe6400 !important;
}

.breadcrumb .active {
  opacity: 1;
  font-weight: 600;
}

.breadcrumb svg {
  margin-right: 10px;
}

.bg_header {
  padding-top: 55px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bg_header .header {
  color: white;
}

.bg_header .header span {
  background: #fe6400;
  background: linear-gradient(
    180deg,
    rgba(254, 100, 0, 1) 0%,
    rgba(232, 82, 34, 1) 100%
  );
  display: inline-block;
  padding: 26px 20px 60px;
  width: 380px;
}

.splide__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

.splide__arrows .splide__arrow {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
  right: unset;
  width: auto;
  height: auto;
  background: transparent;
}

.splide__arrows .splide__arrow svg {
  width: auto;
  height: auto;
}

.splide__arrows .splide__arrow svg rect {
  fill: #fff;
  transition: fill 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.splide__arrows .splide__arrow svg path {
  fill: #c9caca;
  transition: fill 0.3s ease;
}

.splide__arrows .splide__arrow:hover rect {
  fill: #fe6400;
  opacity: 1;
}

.splide__arrows .splide__arrow:hover path {
  fill: #fff;
}

#industry_content {
  overflow: hidden;
  position: relative;
}

#industry_content .splide {
  position: static;
}

#industry_content .splide .splide__arrows {
  top: unset;
  bottom: -10px;
  transform: translateY(100%);
  right: unset;
  left: 2px;
}

#industry_content .hero {
  display: flex;
  justify-content: space-between;
}

#industry_content .hero .left {
  width: 380px;
}

#industry_content .hero .right {
  width: 96.0416666667%;
  padding: 59px 0px 0px 65px;
}

#industry_content .hero .right .header {
  margin-bottom: 20px;
}

#industry_content .header_wrapper {
  margin-top: 75px;
}

#industry_content .industry_row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 105px 0;
  position: relative;
}

#industry_content .industry_row > div {
  width: 50%;
}

#industry_content .industry_row > div.images_container {
  position: relative;
}

#industry_content .industry_row > div.bottom_content {
  width: 100%;
  margin-top: 82px;
}

#industry_content .industry_row .right_content.content_container {
  padding-left: 80px;
}

#industry_content .industry_row .left_content.content_container {
  padding-right: 80px;
}

#industry_content .industry_row .header {
  margin-bottom: 67px;
  line-height: 47px;
  position: relative;
  font-weight: 800;
}

#industry_content .industry_row .header:after {
  position: absolute;
  content: "";
  background-color: #fe6400;
  width: 41px;
  height: 5px;
  left: 0;
  bottom: -19px;
  bottom: -14px;
}

#industry_content .industry_row .big_img_container {
  margin-bottom: 21px;
}

#industry_content .industry_row .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#industry_content .industry_row .splide__slide.is-active {
  border: none;
}

#industry_content .industry_row .text {
  color: #5a5d60;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
    font-weight: 400;
}

#industry_content .industry_row:nth-child(even)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #f1f3f5;
  z-index: -1;
}

.home #industry_section {
  margin-top: 165px;
  margin-bottom: 72px;
}

#inqury_form_wraper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 80px 0;
}

#inqury_form_wraper .top_form_wrapper {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  position: relative;
  transition: opacity 0s 0.3s ease, visibility 0s 0.3s ease,
    transform 0.3s 0.4s ease;
  min-height: 100px;
}

#inqury_form_wraper #close_wrapper {
  position: absolute;
  padding: 7px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  right: 30px;
  bottom: 27px;
  z-index: 2;
  cursor: pointer;
}

#inqury_form_wraper #close_wrapper path {
  fill: #bcc6cd;
  transition: fill 0.3s ease;
}

#inqury_form_wraper #close_wrapper:hover {
  background-color: #fe6400;
}

#inqury_form_wraper #close_wrapper:hover path {
  fill: #fff;
}

#inqury_form_wraper .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(36, 37, 41, 0.15);
}

#inqury_form_wraper form {
  width: 686px;
  max-width: 100%;
  padding: 42.5px;
}

#inqury_form_wraper form .inputs_wrapper {
  padding-left: 39px;
  padding-right: 39px;
}

#inqury_form_wraper form .accept_wrapper {
  margin-left: 39px;
  margin-right: 39px;
  flex-direction: row;
  max-width: calc(100% - 39px - 39px);
}

#inqury_form_wraper form .accept_wrapper p,
#inqury_form_wraper form .accept_wrapper a {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  color: #707070;
}

#inqury_form_wraper form .accept_wrapper input {
  margin-left: 0;
  margin-right: 14px;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  max-width: 14px;
}

#inqury_form_wraper form .accept_wrapper input + label::before {
  right: unset;
  left: 0;
}

#inqury_form_wraper form .accept_wrapper input + label::after {
  left: 2px;
  right: unset;
}

#inqury_form_wraper.active {
  opacity: 1;
  visibility: visible;
}

#inqury_form_wraper.active .top_form_wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#inqury_form_wraper.active form {
  transform: translateY(0px);
  position: relative;
  z-index: 2;
}

#inqury_form_wraper.active .form_wrapper {
  margin-left: -18px;
}

#inqury_form_wraper.active .form_wrapper #form_image {
  position: absolute;
  top: 0px;
  z-index: 1;
  transition: transform 0.3s ease;
}

#inqury_form_wraper.active .form_wrapper:hover #form_image {
  transform: translate(-50%, -23%);
}

.form_wrapper {
  position: relative;
}

.form_wrapper .top_form_wrapper img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.form_wrapper .top_form_wrapper img#dost_form {
  max-width: 100%;
  transform: translate(-50%, 0%);
}

.form_wrapper form {
  background-color: #fff;
  padding: 43px 80px;
  transform: translateY(50px);
  transition: transform 0.3s ease;
}

.form_wrapper form .header_wrapper {
  text-align: center;
}

.form_wrapper form .header_wrapper .header {
  position: relative;
  margin-bottom: 36px;
}

.form_wrapper form .header_wrapper .header:after {
  position: absolute;
  content: "";
  width: 41px;
  height: 5px;
  background-color: #fe6400;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.form_wrapper form .header_wrapper .test {
  color: #5a5d60;
}

.form_wrapper form .form_row {
  position: relative;
}

.form_wrapper form .form_row .bootstrap-select {
  width: 100% !important;
}

.form_wrapper form .form_row .bootstrap-select .btn {
  border-radius: 0 !important;
  background-color: #fff;
}

.form_wrapper form .form_row .bootstrap-select .btn:active {
  background-color: #fff;
  border-color: #fe6400;
}

.form_wrapper form .form_row .bootstrap-select .btn:focus {
  outline-offset: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #fe6400;
}

.form_wrapper form .form_row .bootstrap-select .btn[aria-expanded="true"] {
  border-color: #fe6400;
  background-color: #fff;
}

.form_wrapper form .form_row .bootstrap-select .btn.dropdown-toggle:after {
  width: 11px;
  height: 8px;
  position: absolute;
  right: 17px;
  top: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0;
}

.form_wrapper form .form_row .dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.form_wrapper form .form_row .dropdown-menu .text {
  font-size: 12px;
  line-height: 17px;
}

.form_wrapper form .form_row .dropdown-menu .dropdown-item.active,
.form_wrapper form .form_row .dropdown-menu .dropdown-item:active {
  text-decoration: none;
  background-color: #fe6400;
  outline: none !important;
}

.form_wrapper form .form_row .dropdown-menu .dropdown-item.active .text,
.form_wrapper form .form_row .dropdown-menu .dropdown-item:active .text {
  color: #fff;
}

.form_wrapper form .form_row input,
.form_wrapper form .form_row textarea,
.form_wrapper form .form_row .dropdown-toggle {
  width: 100%;
  border: 1px solid #e4e8eb;
  padding: 12px 24px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.form_wrapper form .form_row input:focus::placeholder,
.form_wrapper form .form_row textarea:focus::placeholder,
.form_wrapper form .form_row .dropdown-toggle:focus::placeholder,
.form_wrapper form .form_row input:active::placeholder,
.form_wrapper form .form_row textarea:active::placeholder,
.form_wrapper form .form_row .dropdown-toggle:active::placeholder {
  opacity: 0;
  visibility: hidden;
}

.form_wrapper form .form_row input::placeholder,
.form_wrapper form .form_row textarea::placeholder,
.form_wrapper form .form_row .dropdown-toggle::placeholder {
  color: #b5b5b5;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}

.form_wrapper form .form_row textarea {
  height: 100px;
}

.form_wrapper form .form_row input:active,
.form_wrapper form .form_row input:focus {
  outline: none;
  border-color: #fe6400;
}

.form_wrapper form .form_row input:active + label,
.form_wrapper form .form_row input:focus + label {
  transform: translate(0px, -18px);
  z-index: 2;
}

.form_wrapper form .form_row textarea:active,
.form_wrapper form .form_row textarea:focus {
  outline: none;
  border-color: #fe6400;
}

.form_wrapper form .form_row textarea:active + label,
.form_wrapper form .form_row textarea:focus + label {
  transform: translate(0px, -18px);
  z-index: 2;
}

.form_wrapper form .form_row label {
  position: absolute;
  font-size: 12px;
  line-height: 17px;
  color: #b5b5b5;
  left: 20px;
  top: 13px;
  transition: transform 0.3s ease;
  padding: 0 5px;
  background: #fff;
}

.form_wrapper form .form_row label.selected {
  transform: translate(0px, -18px);
  z-index: 2;
}

.form_wrapper form .send_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.send_button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #fe6400;
  border: 1px solid #fe6400;
  font-weight: bold;
  padding-left: 43px;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.send_button rect {
  opacity: 0;
}

.send_button path {
  fill: #fff;
  transition: fill 0.3s ease;
}

.send_button:hover {
  background-color: transparent;
  color: #232428;
}

.send_button:hover path {
  fill: #232428;
}

#about_home #zelgraf_about_ornament {
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -120px;
}
.hotstamping_body .container {max-width:770px;}
.hotstamping_body img, #hotstamping_folie img {max-width:100%;display:block;margin:0 auto;}
.hotstamping_body h2, .hotstamping_body h3 {text-align:center;padding:35px 45px;}
.hotstamping_body h3 {font-size:24px;}
p.image_description_style {    
    max-width: 555px;
    font-size: 12px!ipmportant;
    padding: 7px 15px;
    text-align: center;
    background: #fe6400;
    color: whitesmoke!important;
    margin: 0 auto;
    margin-bottom: 40px;}
#techniki p.image_description_style {
  margin-top:10px;
}
#techniki p.text-center {
  margin-bottom:40px;
  margin-top:25px;
}

@media (min-width: 2000px) {
  .show-menu .submenu {
    top: 63px;
  }
  .submenu {
    transform: translateX(calc(-50% + 200px));
    right: 0;
    left: unset;
    width: auto;
  }
}
@media (max-width: 1310px) {
  #about_home #zelgraf_about_ornament {
    max-width: 100%;
  }
}

#about_home .about_row {
  display: flex;
  flex-wrap: wrap;
}

#about_home .about_row .image_wrapper.left {
  position: relative;
}

#about_home .about_row.top_row .left {
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  max-width: 570px;
}

#about_home .about_row.top_row .right {
  -ms-flex: 0 0 calc(100% - 570px);
  flex: 0 0 calc(100% - 570px);
  max-width: calc(100% - 570px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fe6400;
}

#about_home .about_row.top_row .right > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

#about_home .about_row.top_row .right > div.right_wrapper {
  position: relative;
}

#about_home .about_row.top_row .right > div.right_wrapper img {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  max-width: 100%;
}

#about_home .about_row .header {
  line-height: 49px;
  margin: 0 0 23px;
}

#about_home .about_row .text {
  margin: 0 0 22px;
  color: #5a5d60;
  font-weight: 400;
}

#about_home .about_row .text strong {
  font-weight: 500;
}

#about_home .right.content_wrapper {
  padding: 86px 10px 10px 65px;
  max-width: calc(100% - 570px);
}

#stands_out {
  margin-top: 126px;
  margin-bottom: 148px;
}

#stands_out .header {
  text-align: center;
  margin-bottom: 42px;
}

#stands_out .stands_out_tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 40px;
}

#stands_out .stands_out_tiles .stand_out_tile {
  text-align: center;
  border: 1px solid #f1f3f5;
  padding: 32px 25px;
}

#stands_out .stands_out_tiles .stand_out_tile p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.08px;
  font-weight: 500;
}

.single-oferta #hero {
  display: grid;
  grid-template-columns: 540px 160px 350px;
  gap: 30px;
  margin-top: 17px;
}

.single-oferta #hero .hero_image_container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f1f3f5;
  position: relative;
  overflow: hidden;
}

.single-oferta #hero .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 11px;
  color: #5a5d60;
}

.single-oferta #hero #details_single .subheader {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 11px;
}

.single-oferta #hero #details_single .subheader a:link, .single-oferta #hero #details_single .subheader a:active, .single-oferta #hero #details_single .subheader a:hover, .single-oferta #hero #details_single .subheader a:visited {color: #fe6400;}

.single-oferta #hero #details_single .header {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 37px;
  font-weight: 700;
  position: relative;
}

.single-oferta #hero #details_single .header:after {
  position: absolute;
  content: "";
  width: 41px;
  height: 5px;
  left: 0;
  bottom: -14px;
  background-color: #fe6400;
}

.single-oferta #hero #details_single .technical_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background-color: #f1f3f5;
  margin-bottom: 8px;
}

.single-oferta #hero #details_single .technical_row p {
  font-size: 13px;
  line-height: 19px;
  margin: 0;
  font-weight: 400;
}

.single-oferta #hero #details_single .technical_row .right {
  font-weight: 700;
  padding-left: 10px;
}

.single-oferta #hero #details_single .technical_row .left {
  padding-right: 10px;
}

.single-oferta #hero #details_single .technical_summary {
  margin-top: 48px;
}

.single-oferta #hero #details_single .technical_summary .text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.single-oferta #hero #details_single .technical_summary .text strong {
  font-weight: 500;
}

#single_descriptipon {
  margin-top: 105px;
}

#single_descriptipon .description_row {
  max-width: 95%;
  margin-left: auto;
}

#single_descriptipon .description_row:last-child {
  padding-bottom: 50px;
}

#single_descriptipon .description_row:last-child .right {
  padding-bottom: 90px;
}

#single_descriptipon .desc_inside_row {
  display: flex;
  justify-content: flex-start;
}

#single_descriptipon .desc_inside_row .left {
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  max-width: 95px;
  position: relative;
  padding-right: 15px;
}

#single_descriptipon .desc_inside_row .right {
  -ms-flex: 0 0 calc(100% - 95px);
  flex: 0 0 calc(100% - 95px);
  max-width: calc(100% - 95px);
  position: relative;
  padding-left: 15px;
}

#single_descriptipon .desc_inside_row .description_header {
  margin-bottom: 27px;
}

#single_descriptipon .desc_inside_row.description_container {
  padding-bottom: 40px;
}

#single_descriptipon .desc_inside_row.description_container .left:before {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f1f3f5;
}

#single_descriptipon .desc_inside_row .header {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #232428;
}

#single_descriptipon .desc_inside_row p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

#single_descriptipon .desc_inside_row p strong {
  font-weight: 700;
}

#other_realization {
  padding: 90px 0 123px;
  background-color: #f1f3f5;
}

#other_realization .container {
  position: relative;
}

#other_realization .container #other_realization_dots {
  position: absolute;
  top: -90px;
  left: 0;
  transform: translateY(-50%);
}

#other_realization .header {
  text-align: center;
  margin-bottom: 43px;
}

.product_tile_wrapper {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.product_tile_wrapper a {
  color: #232428;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product_tile_wrapper .beadcrumbs_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 3px;
}

.product_tile_wrapper .beadcrumbs_container a:hover {
  color: #fe6400;
}

.product_tile_wrapper .beadcrumbs_container a,
.product_tile_wrapper .beadcrumbs_container span {
  color: #bcc6cd;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  display: block;
}

.product_tile_wrapper .beadcrumbs_container a.divider,
.product_tile_wrapper .beadcrumbs_container span.divider {
  color: #fe6400;
  margin: 0 3px;
  transform: translateY(2px);
  font-size: 8px;
  font-weight: 700;
}

.product_tile_wrapper .fake_breadcrumbs {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 0;
}

.product_tile_wrapper .title h2 {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  line-height: 20px;
  margin-bottom: 21.5px;
  font-weight: 700;
}

.product_tile_wrapper .title h2:after {
  position: absolute;
  width: 41px;
  height: 5px;
  background-color: #fe6400;
  content: "";
  left: 0;
  bottom: -16px;
}

.product_tile_wrapper .image_thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 203px;
  overflow: hidden;
  margin: 0 auto 10px;
}

.product_tile_wrapper .excerpt {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #5a5d60;
  font-weight: 400;
  display: block;
  padding: 0;
  height: 57px;
  overflow: hidden;
}

.product_tile_wrapper .excerpt p {
  margin: 0;
}

.product_tile_wrapper .see_more_btn {
  transform: translate(15px, 15px);
  color: #bcc6cd;
  transition: color 0.3s ease;
}

.product_tile_wrapper .see_more_btn path {
  fill: #bcc6cd;
}

.product_tile_wrapper .see_more_btn:hover {
  color: #232428;
}

.product_tile_wrapper .see_more_btn:hover path {
  fill: #fff;
}

.splide {
  position: relative;
}

.splide .splide__arrows {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  transform: translateY(-100.5px);
}

.splide .splide__arrows .splide__arrow--next {
  margin-left: 12px;
}

.splide .splide__arrows .splide__arrow svg rect {
  fill: #fff;
  opacity: 1;
}

.splide .splide__arrows .splide__arrow:hover svg rect {
  fill: #fe6400;
}

#cta_wrapper {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
  background-color: rgb(90 93 96 / 0.8);
  background-blend-mode: multiply;
}

#cta_wrapper .container {
  display: flex;
  justify-content: center;
}

#cta_wrapper .container .left,
#cta_wrapper .container .right {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding: 85px 0 100px;
}
#cta_wrapper .container .left {
  position: relative;
  z-index: 3;
}

#cta_wrapper .container .left:after {
  position: absolute;
  width: 50vw;
  height: 100%;
  content: "";
  z-index: -1;
  top: 0;
}

#cta_wrapper .container .right {
  padding-left: 51px;
}

#cta_wrapper .container .right:after {
  left: 0;
  background-color: #5a5d60;
  opacity: 0.8;
}

#cta_wrapper .container .left {
  padding-right: 51px;
}

#cta_wrapper .container .left:after {
  right: 0;
  background-color: #fe6400;
}

#cta_wrapper .text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

#cta_wrapper .text strong {
  font-weight: 700;
}

#cta_wrapper .subheader {
  font-weight: 700;
  margin-bottom: 9px;
}

#cta_wrapper .header {
  font-size: 30px;
  line-height: 43px;
  margin: 0;
  color: #fff;
  font-weight: 600;
}

#cta_wrapper .bottom_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 47px;
}

#cta_wrapper .bottom_wrapper .button_cta {
  background-color: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #5a5d60;
  font-weight: 700;
  padding: 2px 20px 2px 50px;
  margin-right: 34px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#cta_wrapper .bottom_wrapper .button_cta:hover {
  color: #fff;
  background-color: #fe6400;
  border-color: #fe6400;
}

#cta_wrapper .bottom_wrapper .button_cta:hover path {
  fill: #fff;
}

#cta_wrapper .bottom_wrapper .button_cta path {
  fill: #5a5d60;
}

#cta_wrapper .bottom_wrapper .button_cta rect {
  opacity: 0;
}

#cta_wrapper .bottom_wrapper .right_bottom {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

#cta_wrapper .bottom_wrapper .right_bottom img {
  margin-right: 12px;
}

#cta_wrapper .bottom_wrapper .right_bottom a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.34px;
  transition: color 0.3s ease;
}

#cta_wrapper .bottom_wrapper .right_bottom a:hover {
  color: #fe6400;
}

#sampes_home {
  position: relative;
  overflow: hidden;
}

#sampes_home #dots_samples_home {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#sampes_home .container {
  display: flex;
  align-items: center;
}

#sampes_home .container .left {
  -ms-flex: 0 0 451px;
  flex: 0 0 451px;
  max-width: 451px;
}

#sampes_home .container .left .subheader {
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 18px;
}

#sampes_home .container .left .header {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 45px;
  font-weight: 800;
}

#sampes_home .container .left .text {
  color: #5a5d60;
  font-weight: 400;
}

#sampes_home .container .left .text strong {
  font-weight: 500;
}

#sampes_home .container .left .read_more {
  margin-top: 20px;
  padding: 16px 29px;
}

#sampes_home .container .right {
  -ms-flex: 0 0 calc(100% - 451px);
  flex: 0 0 calc(100% - 451px);
  max-width: calc(100% - 451px);
  position: relative;
  padding: 116px 0;
}

#sampes_home .container .right:after {
  position: absolute;
  content: "";
  left: 120px;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -2;
  background-color: #f1f3f5;
}

#sampes_home .container .product_tile_wrapper {
  width: 315px;
}

#sampes_home .splide__arrows {
  top: unset;
  bottom: -24px;
  transform: translateY(100%);
}

#sampes_home .sample_realization_home .splide__track {
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}

#sampes_home .sample_realization_home .splide__track:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 13px;
  height: 100%;
  background: #fff;
}

#sampes_home .sample_realization_home .splide__track .splide__slide {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transform: scale(0.824);
}

#sampes_home
  .sample_realization_home
  .splide__track
  .splide__slide
  .image_thumbnail {
  width: 276px;
  height: 251px;
}

#sampes_home .sample_realization_home .splide__track .splide__slide .title h2 {
  font-size: 18px;
}

#sampes_home
  .sample_realization_home
  .splide__track
  .splide__slide
  .see_more_btn {
  transition: transform 0.3s ease;
  transform: translate(15px, 15px);
}

#sampes_home .sample_realization_home .splide__track .splide__slide.is-active {
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1);
}

#sampes_home
  .sample_realization_home
  .splide__track
  .splide__slide.is-active
  .see_more_btn {
  transform: translate(15px, 15px);
}

.single_post_tile {
  width: 980px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.single_post_tile a {
  display: flex;
  text-decoration: none;
}

.single_post_tile a .image_wrapper {
  width: 285px;
}

.single_post_tile a .image_wrapper img {
  max-width: 100%;
  height: auto;
}

.single_post_tile a .content_wrapper {
  width: calc(100% - 285px);
  padding-left: 30px;
  position: relative;
}

.single_post_tile a .content_wrapper .header {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 26px;
  position: relative;
  transition: color 0.3s ease;
}

.single_post_tile a .content_wrapper .header:after {
  position: absolute;
  content: "";
  background-color: #fe6400;
  width: 41px;
  height: 5px;
  left: 0;
  bottom: -16px;
}

.single_post_tile a .content_wrapper .text {
  color: #5a5d60;
}

.single_post_tile a .content_wrapper .see_more_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  color: #b5b5b5;
}

.single_post_tile a .content_wrapper .see_more_btn path {
  fill: #b5b5b5;
}

.single_post_tile a:hover .header {
  color: #fe6400;
}

.single_post_tile a:hover .see_more_btn rect {
  opacity: 1;
  fill: #fe6400;
}

.single_post_tile a:hover .see_more_btn path {
  fill: #fff;
}

.news_row {
  margin-bottom: 120px;
}

.news_row:first-child {
  margin-top: 70px;
}

.error_404 {
  text-align: center;
  font-size: 11vw;
  padding: 10vh 15px;
}

.data_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.data_wrapper p {
  color: #b4bcc2;
  font-weight: 500;
}

.data_wrapper p strong {
  font-weight: 700;
}

.data_wrapper .date {
  margin-right: 30px;
}

.single_post {
  display: flex;
  padding-top: 30px;
}

.single_post .image_wrapper {
  position: sticky;
  top: 30px;
  bottom: 0;
}

.single_post .right_content {
  padding-left: 30px;
}

.single_post .right_content .header {
  position: relative;
  margin-bottom: 32px;
  line-height: 1;
}

.single_post .right_content .header:after {
  position: absolute;
  content: "";
  background-color: #fe6400;
  width: 41px;
  height: 5px;
  left: 0;
  bottom: -16px;
}

.single_post .right_content .content a {
  color: #fe6400;
}

.other_post {
  margin-top: 120px;
}

.other_post .header {
  font-weight: 700;
}

#news_home .container {
  position: relative;
}

#news_home .container #news_home_dots {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#news_home .container div.header {
  position: relative;
  z-index: 1;
  margin-top: 114px;
  margin-bottom: 37px;
  text-align: center;
}

#news_home .container div.header .header {
  line-height: 61px;
}

#news_home .container .news_row {
  position: relative;
  margin-bottom: 190px;
}

#news_home .container .news_row .see_more_btn {
  bottom: -18px;
}

#news_home .container .news_row .dash {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 980px;
  max-width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
}

#news_home .container .news_row .dash span {
  display: block;
  height: 4px;
  width: 12px;
  background-color: #e4e8eb;
  margin-right: 9px;
}

#news_home .container .news_row .dash span.narrow {
  width: 55px;
  background-color: #fe6400;
}

#map iframe {
  width: 100%;
  min-height: 45vh;
  display: block;
}

#about_wrapper {
  overflow: hidden;
  position: relative;
}

#about_wrapper .hero {
  display: flex;
  justify-content: space-between;
}

#about_wrapper .hero .left {
  width: 380px;
}

#about_wrapper .hero .right {
  width: 96.0416666667%;
  padding: 59px 0px 0px 65px;
}

#about_wrapper .hero .right .header {
  margin-bottom: 20px;
}

#about_wrapper #industry_section {
  margin-top: 111px;
  margin-bottom: 92px;
}

#about_offer {
  background-color: #f1f3f5;
  padding: 83px 0 0;
  position: relative;
  overflow: hidden;
}

#hero_video {
  margin-top:100px;
  background-color: #f1f3f5;
  padding: 85px 0;
  position: relative;
}
#hotstamping_folie {
  background:#f1f3f5;
  position: relative;
  padding: 30px 15px 0 15px;
}
#hotstamping_folie .container {
    text-align: center;
    padding: 50px 15px 0 15px;
}
#hotstamping_folie a {
  color:#fd7e14;
}
.folieicon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: -69px;
    background: #fe6400;
    display: flex;
    justify-content: center;
}
.folieicon img {width:60px;}

#hero_video .video_container {
  display:flex;
  justify-content:center;
}

#about_offer h2.header {
  text-align: center;
  margin-bottom: 55px;
  font-size: 40px;
  line-height: 68px;
  font-weight: 800;
}

#about_offer .about_offer_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 103px;
  width: 1038px;
  margin-left: auto;
  max-width: calc(100% - 30px);
}

#about_offer .about_offer_container .about_offer_tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#about_offer .about_offer_container .about_offer_tile span {
  position: absolute;
  font-weight: 700;
  font-size: 157px;
  line-height: 157px;
  left: 0;
  top: 0;
  color: #232428;
  opacity: 0.06;
  transform: translate(-81%, -22%);
}

#about_offer .about_offer_container .about_offer_tile h3 {
  color: #232428;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 27px;
  position: relative;
}

#about_offer .about_offer_container .about_offer_tile h3::after {
  position: absolute;
  content: "";
  background-color: #fe6400;
  width: 41px;
  height: 5px;
  left: 0;
  bottom: -19px;
}

#about_offer .about_offer_container .about_offer_tile p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
  display: flex;
  align-items: flex-start;
  min-height: 128px;
  color: #5a5d60;
}

#about_offer .bottom_about_offer {
  position: relative;
}

#about_offer .bottom_about_offer #bottom_offet_image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 53px);
  transition: transform 0.5s ease;
  max-width: 100%;
}

#about_offer:hover .bottom_about_offer #bottom_offet_image {
  transform: translate(-50%, 0px);
}

#about_offer .read_more {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(calc(-50% - 230px));
  background-color: #fe6400;
  color: #fff;
  border: 1px solid #fe6400;
}

#about_offer .read_more path {
  fill: #fff;
}

#about_offer .read_more:hover {
  background-color: #fff;
  color: #5a5d60;
}

#about_offer .read_more:hover path {
  fill: #5a5d60;
}

#short_story {
  position: relative;
}

#short_story .square_big, #hero_video .square_big {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#short_story .square_big rect, #hero_video .square_big rect {
  fill: #fe6400;
}

#short_story .square_big path, #hero_video .square_big path {
  fill: #fff;
}

#short_story h2.header {
  font-size: 40px;
  line-height: 68px;
  display: inline-block;
  margin-left: 150px;
  position: relative;
  font-weight: 800;
}

#short_story h2.header:after {
  position: absolute;
  content: "";
  background-color: #fe6400;
  width: 41px;
  height: 5px;
  right: 0;
  bottom: 0;
}

#short_story .story_row {
  margin-bottom: 29px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

#short_story .story_row .square {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid #fe6400;
  background-color: #fff;
  transition: background-color 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#short_story .story_row:hover .square {
  background-color: #fe6400;
}

#short_story .story_row .square.vieved {
  background-color: #fe6400;
}

#short_story .story_row .story_content {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-right: 57.5px;
}

#short_story .story_row .story_content .text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  margin: 0;
  border: 1px solid #e4e8eb;
  padding: 21px 29px;
  color: #5a5d60;
  transition: background-color 0.3s ease, box-shadow 0.3s 0.2s ease,
    border-color 0.3s ease;
}

#short_story .story_row .story_content .text:hover {
  cursor: default;
  background-color: #f1f3f5;
  border-color: #f1f3f5;
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.07);
}

#short_story .story_row:nth-child(odd) {
  justify-content: flex-end;
}

#short_story .story_row:nth-child(odd) .story_content {
  text-align: left;
  padding-right: 0;
  padding-left: 57.5px;
}

#short_story .story_row:nth-child(odd) .story_content .text:hover {
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.07);
}

#short_story .content_container {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
}

#short_story .content_container:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fe6400;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#short_story .content_container:before {
  position: absolute;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid #fe6400;
  background-color: #fff;
  transition: background-color 0.3s ease;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#short_story .bottom_story {
  padding: 100px 0 125px;
}

#short_story .bottom_story .text {
  color: #5a5d60;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  text-align: center;
  padding: 0 15px;
}

#offer_page_wrapper {
  background-color: #f1f3f5;
  padding: 50px 0 200px;
}

#offer_tax_wrapper {
  margin-top: 79px;
}

#offer_tax_wrapper .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#offer_tax_wrapper .container .left {
  -ms-flex: 0 0 255px;
  flex: 0 0 255px;
  max-width: 255px;
  padding-right: 15px;
  position: relative;
}

#offer_tax_wrapper .container .left #dots_taxonomy {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
}

#offer_tax_wrapper .container .left .offer_taxonomies_row {
  margin-bottom: 10px;
  background-color: #fff;
}

#offer_tax_wrapper .container .left .ico_container {
  padding: 5px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#offer_tax_wrapper .container .left .top_link_wrapper a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #232428;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#offer_tax_wrapper .container .left .top_link_wrapper a:hover,
#offer_tax_wrapper .container .left .top_link_wrapper a.active {
  color: #fe6400;
}

#offer_tax_wrapper .container .left .subcategory .top_link_wrapper {
  margin-bottom: 10px;
}

#offer_tax_wrapper .container .left .subcategory .top_link_wrapper a {
  color: #5a5d60;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 50px;
  background-color: transparent;
  width: 100%;
  padding: 0 20px;
  opacity: 0.53;
}

#offer_tax_wrapper .container .left .subcategory .top_link_wrapper a:hover,
#offer_tax_wrapper .container .left .subcategory .top_link_wrapper a.active {
  color: #232428;
  opacity: 1;
  background-color: #f1f3f5;
}

#offer_tax_wrapper .container .left .subcategory .top_link_wrapper a:hover path,
#offer_tax_wrapper
  .container
  .left
  .subcategory
  .top_link_wrapper
  a.active
  path {
  fill: #fe6400;
}

#offer_tax_wrapper .container .left .subcategory .top_link_wrapper svg {
  margin-right: 33px;
}

#offer_tax_wrapper .container .left .subcategory .top_link_wrapper path {
  fill: #bcc6cd;
  transition: fill 0.3s ease;
}

#offer_tax_wrapper .container .left .subcategory .top_link_wrapper:last-child {
  margin-bottom: 0;
}

#offer_tax_wrapper .container .right {
  -ms-flex: 0 0 calc(100% - 255px);
  flex: 0 0 calc(100% - 255px);
  max-width: calc(100% - 255px);
  padding-left: 55px;
  position: relative;
}

#offer_tax_wrapper .container .right .header {
  font-size: 40px;
  line-height: 1.1;
  color: #232428;
  position: relative;
}

#offer_tax_wrapper .container .right .header:after {
  position: absolute;
  content: "";
  background-color: #fe6400;
  width: 41px;
  height: 5px;
  left: 0;
  bottom: -19px;
}

#offer_tax_wrapper .container .right .hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#offer_tax_wrapper .container .right .hero .left_content {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  z-index: 1;
}

#offer_tax_wrapper .container .right .hero .left_content .header {
  position: absolute;
}

#offer_tax_wrapper .container .right .hero .right_content {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: absolute;
  right: 0;
  min-height: 300px;
  min-width: 150px;
  top: -96px;
}

#offer_tax_wrapper .container .right .hero .right_content #dots_tax_product {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#offer_tax_wrapper .container .right .hero .right_content #tax_product_image {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

#offer_tax_wrapper .container .right .hero .right_content:after {
  position: absolute;
  right: 0;
  height: 100%;
  content: "";
  background-color: #f1f3f5;
  transform: translateX(100%);
  top: 0;
  z-index: 1;
  width: calc((100vw / 2) - 564px);
}

#offer_tax_wrapper .container .right .hero .right_content:before {
  position: absolute;
  content: "";
  width: 130px;
  right: 0;
  height: 100%;
  top: 0;
  background-color: #e4e8eb;
}

#offer_tax_wrapper .container .right .tax_container {
  margin-top: 241px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#offer_tax_wrapper .container .right .tax_container p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #232428;
}

#offer_tax_wrapper .container .right .tax_container p.tax_text {
  font-size: 13px;
  line-height: 26px;
  color: #232428;
  margin-bottom: 24px;
}

#offer_tax_wrapper .container .right .tax_container p.tax_subheader {
  margin: 0;
  color: #fe6400;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

#offer_tax_wrapper .container .right .tax_container .tax_header {
  font-size: 26px;
  line-height: 1.1;
  color: #232428;
  margin-bottom: 20px;
  font-weight: 700;
}

#offer_tax_wrapper .container .right .tax_ico_wprapper {
  margin: 60px 0 90px;
}

#offer_tax_wrapper .container .right .with_ico_row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 32px;
  margin-top: 30px;
}

#offer_tax_wrapper .container .right .with_ico_row:last-child {
  margin-bottom: 0;
}

#offer_tax_wrapper .container .right .with_ico_row .ico_container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 119px;
  margin-right: 46px;
  border: 1px solid #f1f3f5;
  -ms-flex: 0 0 119px;
  flex: 0 0 119px;
  max-width: 119px;
}

#offer_tax_wrapper .container .right .with_ico_row .ico_container img {
  max-width: 100%;
  height: auto;
}

#offer_tax_wrapper .container .right .with_ico_row .content_container {
  -ms-flex: 0 0 calc(100% - 165px);
  flex: 0 0 calc(100% - 165px);
  max-width: calc(100% - 165px);
}

#offer_tax_wrapper .container .right .subcategories_tax {
  margin: 30px 0;
}

#offer_tax_wrapper .container .right .subcategories_tax .header {
  text-align: center;
  color: #232428;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}

#offer_tax_wrapper .container .right .subcategories_tax .header:after {
  display: none;
}

#offer_tax_wrapper .container .right .subcategories_tax .tax_ico_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile {
  text-align: center;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a {
  text-decoration: none;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a
  .image_wrapper {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a:hover {
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a
  p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 16px;
  line-height: 20px;
  color: #232428;
  font-weight: 600;
  transition: color 0.3s ease;
  padding-left: 24px;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a
  p
  path {
  transition: opacity 0.3s ease, fill 0.3s ease;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a
  p
  path:first-child {
  fill: #fff;
  opacity: 0;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a
  p
  path:last-child {
  fill: #5a5d60;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a:hover
  p {
  color: #fe6400;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a:hover
  p
  path:first-child {
  fill: #fe6400;
  opacity: 1;
}

#offer_tax_wrapper
  .container
  .right
  .subcategories_tax
  .tax_ico_wrapper
  .tax_ico_tile
  a:hover
  p
  path:last-child {
  fill: #fff;
}

#offer_tax_wrapper .container .right .header_tax {
  margin-bottom: 15px;
  margin-top: 15px;
}

#offer_tax_wrapper .container .right .header_tax h2 {
  font-size: 26px;
  line-height: 34px;
  margin: 0;
  letter-spacing: 0.52px;
  color: #232428;
  font-weight: 500;
}

#offer_tax_wrapper .container .right .tax_tabs .nav {
  border: none;
  border-radius: 0;
  padding: 0;
}

#offer_tax_wrapper .container .right .tax_tabs .nav .nav-item {
  display: flex;
}

#offer_tax_wrapper .container .right .tax_tabs .nav .nav-item a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  color: #232428;
  opacity: 0.4;
  border-radius: 0;
  border: none;
  font-weight: 600;
  padding: 10px;
}

#offer_tax_wrapper .container .right .tax_tabs .nav .nav-item a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #e4e8eb;
}

#offer_tax_wrapper .container .right .tax_tabs .nav .nav-item a.active {
  opacity: 1;
  background-color: #f1f3f5;
}

#offer_tax_wrapper .container .right .tax_tabs .nav .nav-item a.active:after {
  background-color: #fe6400;
}

#offer_tax_wrapper .container .right .tabs_vertical {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 15px;
}

#offer_tax_wrapper .container .right .tabs_vertical .tab-content {
  -ms-flex: 0 0 calc(100% - 245px);
  flex: 0 0 calc(100% - 245px);
  max-width: calc(100% - 245px);
  border: 1px solid #e4e8eb;
  border-radius: 2px;
  padding: 30px 40px;
}

#offer_tax_wrapper .container .right .tabs_vertical .see_more_btn {
  display: inline-flex;
  background-color: #f1f3f5;
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#offer_tax_wrapper .container .right .tabs_vertical .see_more_btn:hover {
  background-color: #fe6400;
  color: #fff;
}

#offer_tax_wrapper .container .right .tabs_vertical .see_more_btn svg {
  max-height: 50px;
  width: auto;
}

#offer_tax_wrapper .container .right .tabs_vertical .nav {
  flex-direction: column;
  -ms-flex: 0 0 245px;
  flex: 0 0 245px;
  max-width: 245px;
}

#offer_tax_wrapper .container .right .tabs_vertical .nav .nav-item {
  margin: 0 0 8px;
  align-items: center;
  justify-content: center;
  height: 60px;
}

#offer_tax_wrapper .container .right .tabs_vertical .nav .nav-item a {
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
}

#offer_tax_wrapper .container .right .tabs_horizontal {
  margin-top: 25px;
  margin-bottom: 30px;
}

#offer_tax_wrapper .container .right .tabs_horizontal .nav {
  position: relative;
}

#offer_tax_wrapper .container .right .tabs_horizontal .nav::after {
  height: 6px;
  width: 100%;
  top: unset;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #e4e8eb;
}

#offer_tax_wrapper .container .right .tabs_horizontal .nav .nav-item {
  margin: 0;
  align-items: center;
  justify-content: center;
  height: 75px;
}

#offer_tax_wrapper .container .right .tabs_horizontal .nav .nav-item a {
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  line-height: 29px;
  padding: 0 45px;
}

#offer_tax_wrapper .container .right .tabs_horizontal .nav .nav-item a:after {
  height: 6px;
  width: 100%;
  top: unset;
  bottom: 0;
  left: 0;
}

#offer_tax_wrapper .container .right .tabs_horizontal .tab-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 2px solid #f1f3f5;
  border-top: none;
  margin-top: -2px;
  padding: 40px;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 2px;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content
  > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content
  .left_h_content {
  padding-right: 13.5px;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content
  .right_h_content {
  padding-left: 13.5px;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content
  p {
  margin: 0;
  letter-spacing: 0.28px;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content
  h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 22px;
  color: #232428;
  font-weight: 700;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content
  ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content
  ul
  li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.24px;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content
  ul
  li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  background-color: #fe6400;
  width: 4px;
  height: 4px;
}

#offer_tax_wrapper
  .container
  .right
  .tabs_horizontal
  .tab-content
  .h-tab_content
  ul
  li:last-child {
  margin-bottom: 0;
}

#offer_tax_wrapper .container .right .sample_projects {
  margin: 30px 0;
  width: 100%;
}

#offer_tax_wrapper .container .right .sample_projects .tax_header_wrapper {
  margin-bottom: 30px;
}

#offer_tax_wrapper
  .container
  .right
  .sample_projects
  .tax_header_wrapper
  .tax_header {
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

#offer_tax_wrapper .container .right .sample_projects .filter-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#offer_tax_wrapper .container .right .sample_projects .filter-list span,
#offer_tax_wrapper .container .right .sample_projects .filter-list a {
  color: #232428;
  font-size: 15px;
  display: block;
  line-height: 19px;
  margin-right: 14px;
  text-decoration: none;
}

#offer_tax_wrapper .container .right .sample_projects .filter-list a {
  padding: 10px 24px;
  margin-right: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#offer_tax_wrapper .container .right .sample_projects .filter-list a:hover,
#offer_tax_wrapper .container .right .sample_projects .filter-list a.active {
  color: #fff;
  background-color: #fe6400;
}

#offer_tax_wrapper .container .right .sample_projects .tiles_grid {
  margin-top: 24px;
}

#offer_tax_wrapper .container .right .sample_projects .tiles_grid .sample_tile {
  transition: box-shadow 0.3s ease;
  width: 33.333%;
  margin-bottom: 19px;
}

#offer_tax_wrapper
  .container
  .right
  .sample_projects
  .tiles_grid
  .sample_tile:hover {
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.07);
}

#offer_tax_wrapper .container .right .tax_pictures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 15px;
  margin: 30px 0;
}

#offer_tax_wrapper .container .right .tax_pictures .pisture_tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

#offer_tax_wrapper
  .container
  .right
  .tax_pictures
  .pisture_tile
  .image_container {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#offer_tax_wrapper
  .container
  .right
  .tax_pictures
  .pisture_tile
  .image_container
  img {
  transition: transform 0.3s ease;
}
#offer_tax_wrapper
  .container
  .right
  .tax_pictures
  .pisture_tile
  .image_container:hover
  img {
  transform: scale(1.1);
}

#offer_tax_wrapper .container .right .tax_pictures .pisture_tile p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  padding-left: 20px;
  font-weight: 600;
}

#offer_tax_wrapper .container .right .tax_big_img {
  margin: 30px 0;
}

#offer_tax_wrapper .container .right .tax_big_img img {
  max-width: 100%;
}

#offer_tax_wrapper .container .right .blocks_with_numbers {
  margin: 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 33px 47px;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}

#offer_tax_wrapper .container .right .blocks_with_numbers .blocks_row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 33px 47px;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row:nth-child(even) {
  flex-direction: row-reverse;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row:nth-child(even)
  .number_tile:after {
  transform: translate(100%, -50%) rotate(180deg);
  right: -5px;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row:last-child
  .number_tile:last-child {
  background-color: #e4e8eb;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row:last-child
  .number_tile:last-child:hover
  .number {
  color: #fe6400;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row:last-child
  .number_tile:last-child:hover
  .label {
  color: #232428;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row
  .number_tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  width: 116px;
  height: 116px;
  border: 1px solid #e4e8eb;
  padding: 12px;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: default;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row
  .number_tile:hover {
  background-color: #fe6400;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row
  .number_tile:hover
  p {
  color: #fff;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row
  .number_tile:hover
  p.number,
#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row
  .number_tile:hover
  p.label {
  color: #fff;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row
  .number_tile:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  border: 12px solid #bcc6cd;
  background: transparent;
  z-index: 1;
  transform: translate(100%, -50%);
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row
  .number_tile
  p {
  width: 100%;
  font-weight: 700;
  margin: 0;
  transition: color 0.3s ease;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row
  .number_tile
  p.number {
  font-weight: bold;
  color: #fe6400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 9px;
}

#offer_tax_wrapper
  .container
  .right
  .blocks_with_numbers
  .blocks_row
  .number_tile
  p.label {
  color: #232428;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
}

#offer_tax_wrapper .container .right .tax_list {
  margin: 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#offer_tax_wrapper .container .right .tax_list .left_list,
#offer_tax_wrapper .container .right .tax_list .right_list {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

#offer_tax_wrapper .container .right .tax_list .left_list ul,
#offer_tax_wrapper .container .right .tax_list .right_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#offer_tax_wrapper .container .right .tax_list .left_list ul li,
#offer_tax_wrapper .container .right .tax_list .right_list ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.32px;
}

#offer_tax_wrapper .container .right .tax_list .left_list ul li:after,
#offer_tax_wrapper .container .right .tax_list .right_list ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  background-color: #fe6400;
  width: 6px;
  height: 6px;
}

#offer_tax_wrapper .container .right .tax_list .left_list {
  padding-right: 20px;
}

#offer_tax_wrapper .container .right .tax_list .right_list {
  padding-left: 20px;
}

#offer_tax_wrapper:hover #tax_product_image {
  transform: translateX(-15px);
}

#offer_tax_wrapper #industry_section {
  margin: 150px 0;
}

#contact_container {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  margin-bottom: 57px;
}

#contact_container .container {
  display: flex;
  justify-content: flex-start;
}

#contact_container .container .left {
  padding: 40px 40px 50px;
  background-color: #232428;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  -ms-flex: 0 0 445px;
  flex: 0 0 445px;
  max-width: 445px;
}

#contact_container .container .left .top_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

#contact_container .container .left .top_content div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#contact_container .container .left .top_content div.ico_container {
  padding: 7px 18px 0 0;
}

#contact_container .container .left .bottom_content {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

#contact_container .container .left .bottom_content a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.84px;
  background-color: #fe6400;
  text-decoration: none;
  padding: 16px 30px;
  margin-top: 90px;
  border: 1px solid #fe6400;
  transition: border-color 0.3s ease;
}

#contact_container .container .left .bottom_content a:hover {
  border-color: #fff;
}

#contact_container .container .left .bottom_content a svg {
  margin-left: 19px;
}

#contact_container .container .left .bottom_content a path {
  fill: #fff;
}

#contact_container .container .left p {
  color: #f1f3f5;
  font-weight: 700;
}

#contact_container .container .left p.company_name {
  text-transform: uppercase;
  font-weight: 700;
}

#contact_container .container .left p a {
  color: #f1f3f5;
  text-decoration: none;
  transition: color 0.3s ease;
}

#contact_container .container .left p a:hover {
  color: #fe6400;
}

#contact_container .container .left .header {
  color: #fe6400;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 30px;
}

#contact_container .container .right {
  -ms-flex: 0 0 calc(100% - 445px);
  flex: 0 0 calc(100% - 445px);
  max-width: calc(100% - 445px);
  background-color: #f1f3f5;
  padding: 42px 80px 60px;
}

#contact_container .container .right .form_wrapper {
  margin-top: 0;
}

#contact_container .container .right .form_wrapper form {
  padding: 0;
  transform: unset;
  background-color: #f1f3f5;
}

#contact_container .container .right .form_wrapper form input,
#contact_container .container .right .form_wrapper form select,
#contact_container .container .right .form_wrapper form textarea {
  background-color: #fff;
}

#contact_container .container .right .form_wrapper form .header {
  text-align: left;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 30px;
}

#contact_container .container .right .form_wrapper form .header:after {
  display: none;
}

#contact_container .send_button_wrapper {
  justify-content: flex-end;
}

.accept_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-right: 34px;
  position: relative;
}

.accept_wrapper input {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 1;
  margin-left: 12px;
  margin-top: 6px;
  opacity: 0;
}

.accept_wrapper input + label:after,
.accept_wrapper input + label::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 2px;
  right: 0;
  top: 6px;
  border: 1px solid rgba(31, 31, 31, 0.2);
}

.accept_wrapper input + label:after {
  background-color: #fe6400;
  opacity: 0;
  visibility: hidden;
  width: 10px;
  height: 10px;
  top: 8px;
  right: 2px;
}

.accept_wrapper input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.accept_wrapper a,
.accept_wrapper p {
  display: block;
  font-size: 9px;
  line-height: 13px;
  margin: 0;
  text-align: right;
  color: #1f1f1f;
}

.accept_wrapper a strong,
.accept_wrapper p strong {
  font-weight: 700;
}

#download {
  padding: 63px 0 123px;
}

#download .container {
  width: 920px;
  max-width: 100%;
}

#download h3 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 25px;
  font-weight: 700;
}

#download ul {
  padding: 0;
  margin: 0 0 68px;
  list-style: none;
}

#download ul li {
  margin-bottom: 12px;
}

#download ul li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f3f5;
  text-decoration: none;
  position: relative;
}

#download ul li a .mask_download {
  position: absolute;
  height: 100%;
  background-color: #fe6400;
  width: 100%;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  right: 0;
  top: 0;
  transform-origin: right;
}

#download ul li a:hover .mask_download {
  transform: scaleX(1);
}

#download ul li a:hover .name_wrapper {
  color: #fff;
}

#download ul li a:hover .name_wrapper path {
  fill: #fff !important;
}

#download ul li a:hover .button_download {
  color: #fff;
}

#download ul li a .name_wrapper {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 18px;
  color: #232428;
  position: relative;
  z-index: 2;
  transition: color 0.3s 0.1s ease;
}

#download ul li a .name_wrapper path {
  transition: fill 0.3s 0.1s ease;
}

#download ul li a .button_download {
  font-size: 14px;
  display: block;
  line-height: 18px;
  letter-spacing: 0.84px;
  font-weight: 700;
  color: #bcc6cd;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

#download ul li a .button_download svg {
  margin-left: 25px;
}

footer {
  padding: 63px 0 41px;
}

footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

footer .container .logo_footer {
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
}

.map_footer,
.offer_footer,
.contact_footer {
  -ms-flex: 0 0 calc((100% - 415px) / 3);
  flex: 0 0 calc((100% - 415px) / 3);
  max-width: calc((100% - 415px) / 3);
}
.contact_footer {
  margin-left: auto;
}
.map_footer {
  max-width: 180px;
}
.offer_footer {
  min-width: 245px;
}
footer .container .logo_footer p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.24px;
  font-weight: 400;
  margin-top: 41px;
}

footer .container .right > div {
  padding: 0 15px;
}

footer .container .footer_contact_row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 21px;
}

footer .container .contact_footer .footer_contact_row svg {
  margin-right: 11px;
}

footer .container .footer_contact_row .text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  display: block;
}

footer .container p {
  color: #5a5d60;
  margin: 0;
}

footer .container p a {
  color: #5a5d60;
  transition: transform 0.3s ease, color 0.3s ease;
  display: block;
  text-decoration: none;
}

footer .container p a:hover {
  color: #fe6400;
  transform: translateX(5px);
}

footer .container p a.current_page {
  color: #fe6400;
  transform: translateX(5px);
}

footer .container h3 {
  color: #fe6400;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 29px;
  font-weight: 500;
}

footer .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .container ul li {
  margin-bottom: 13px;
}

footer .container ul li:last-child {
  margin-bottom: 0;
}

footer .container ul a {
  color: #5a5d60;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.26px;
  text-decoration: none;
}

.bottom_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  padding: 0 15px;
  margin: 56px auto 0;
}

.bottom_container p,
.bottom_container a {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.24px;
  color: #bcc6cd;
  text-decoration: none;
}

.bottom_container a:hover {
  color: #fe6400;
}

.realization a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 0;
}

.realization a:hover path {
  fill: #fe6400;
}

.realization path {
  fill: #e4e8eb;
  fill-rule: evenodd;
  transition: fill 0.3s ease;
}

#industry_section .container {
  display: flex;
  align-items: center;
}

#industry_section .industry_section_row {
  display: flex;
  justify-content: center;
  width: 100%;
}

#industry_section .industry_section_row a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f1f3f5;
  color: #232428;
  height: 100%;
  min-height: 190px;
  transition: box-shadow 0.3s 0.2s ease;
  position: relative;
}

#industry_section .industry_section_row a:hover {
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

#industry_section .industry_section_row a:hover .mask {
  opacity: 1;
}

#industry_section .industry_section_row a h3 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 11px 7px 20px;
  background-color: #f1f3f5;
  position: relative;
  width: min-content;
  font-weight: 700;
}

#industry_section .industry_section_row a img {
  padding: 7px 5px 13px 20px;
  background-color: #f1f3f5;
  position: relative;
}

#industry_section .industry_section_row a .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#industry_section .industry_section_row a.see_more_button {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 190px;
  height: 190px;
  position: relative;
  padding: 17px 22px;
  color: #5a5d60;
  border: 1px solid #d1d1d3;
  background-color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transition: color 0.3s ease;
}

#industry_section .industry_section_row a.see_more_button .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fe6400;
  transition: transform 0.3s ease;
  transform-origin: bottom left;
  transform: scale(0);
}

#industry_section .industry_section_row a.see_more_button span {
  position: relative;
  z-index: 1;
}

#industry_section .industry_section_row a.see_more_button svg {
  transform: translateX(-22px);
  margin-bottom: -18px;
  position: relative;
  z-index: 1;
}

#industry_section .industry_section_row a.see_more_button rect {
  opacity: 0;
}

#industry_section .industry_section_row a.see_more_button path {
  fill: #d1d1d3;
  transition: fill 0.3s ease;
}

#industry_section .industry_section_row a.see_more_button:hover {
  color: #fff;
  box-shadow: none;
}

#industry_section .industry_section_row a.see_more_button:hover .mask {
  transform: scale(1);
}

#industry_section .industry_section_row a.see_more_button:hover path {
  fill: #fff;
}

#industry_section .industry_section_row .home_left {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}

#industry_section .industry_section_row .home_left .industry_link_tiles {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}

#industry_section
  .industry_section_row
  .home_left
  .industry_link_tiles
  .industry_tile {
  width: calc(50% - 20px);
}

#industry_section .industry_section_row .home_right {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#industry_section .industry_section_row .header {
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 13px;
}

#industry_section .industry_section_row #industry_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}

#industry_section .industry_section_row #industry_grid .inf_container {
  width: calc(40% - 30px);
}

#industry_section .industry_section_row #industry_grid .industry_tile {
  width: calc(50% - 30px);
}

#industry_section #industry_dots {
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.left_menu_toglger {
  display: none;
}
#other_realization .splide .splide__arrows {
  top: unset;
  bottom: -10px;
  transform: translateY(100%);
}
#other_realzation .sample_realization {
  position: relative;
}
.single_offer_gallery_mobile {
  display: none;
}

@media (max-width: 1199px) {
  #hero .hero_content {
    padding: 35px 30px 35px;
  }
  .menu_item:hover .submenu,
  .submenu,
  a.menu_link:hover .chevron_menu,
  .chevron_menu {
    display: none;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .tab-content {
    border-top: none;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .nav .nav-item a {
    padding: 0 15px;
  }
  #offer_tax_wrapper .container .right .tax_tabs .nav .nav-item a:after {
    background-color: transparent;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .nav::after {
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #e4e8eb;
    height: 4px;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .nav {
    position: relative;
  }
.hotstamping-industry-segments {display:flex;width:100%;flex-wrap:wrap;gap:20px;}
  #hero .hero_content h2 {
    font-size: 23px;
    line-height: 35px;
  }

  #hero .hero_content h3 {
    font-size: 19px;
    line-height: 38px;
  }

  #hero .hero_content:before {
    bottom: 20px;
  }

  #hero .hero_content:after {
    transform: translateY(14px);
    border-top-width: 12px;
  }

  .offer_wrapper {
    gap: 20px 10px;
  }

  .offer_tile {
    width: 460px;
  }

  .offer_tile .header {
    font-size: 20px;
    line-height: 1.3;
    padding-right: 10px;
  }

  .subcategoy_list,
  .excerpt {
    font-size: 12px;
    line-height: 20px;
  }

  .offer_wrapper .offer_right {
    width: calc(100% - 190px);
    padding-left: 20px;
    padding-top: 22px;
  }
  .offer_wrapper .offer_left {
    width: 190px;
  }
  .offer_tile img {
    transform: translateX(15px);
  }

  #industry_section .industry_section_row {
    flex-wrap: wrap;
  }
  #industry_section .industry_section_row .home_left,
  #industry_section .industry_section_row .home_right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #industry_section .industry_section_row .home_left {
    order: 2;
  }
  #industry_section .industry_section_row .home_right {
    order: 1;
    margin-bottom: 30px;
    flex-direction: row;
  }
  #industry_section #industry_dots {
    display: none;
  }
  #about_home .about_row.top_row .right .left_wrapper img {
    max-width: 100%;
  }
  #about_home .about_row.top_row .right {
    align-items: flex-end;
    background-color: transparent;
  }
  #about_home .about_row.top_row .right > div.right_wrapper {
    background-color: #fe6400;
  }
  #about_home .about_row.top_row .right > div.right_wrapper img {
    top: unset;
    bottom: -20px;
  }
  #about_home .right.content_wrapper {
    padding: 41px 10px 10px 15px;
  }
  #about_home .about_row .text br {
    display: none;
  }
  #about_home .ornament_margin {margin-top:-65px;}
  #stands_out .stands_out_tiles {
    display: flex;
    grid-template-columns: unset;
    gap: 30px 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #stands_out .stands_out_tiles .stand_out_tile {
    width: calc(33.333% - 27px);
  }

  #sampes_home .container .product_tile_wrapper {
    width: auto;
  }
  #sampes_home .sample_realization_home .splide__track .splide__slide {
    transform: scale(1);
  }
  #sampes_home .sample_realization_home .splide__track {
    padding-left: 30px;
    padding-right: 30px;
  }

  #cta_wrapper .text br {
    display: none;
  }
  #cta_wrapper .text strong {
    display: block;
  }
  #cta_wrapper .header {
    font-size: 28px;
    line-height: 37px;
  }
  #cta_wrapper .header br {
    display: none;
  }
  #cta_wrapper .bottom_wrapper {
    flex-wrap: wrap;
  }
  #cta_wrapper .bottom_wrapper .right_bottom {
    margin-top: 30px;
  }
  footer .container .left {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
  footer .container .left br {
    display: none;
  }
  footer .container .right {
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
  #industry_section .industry_section_row #industry_grid .inf_container {
    width: 100%;
  }
  #industry_section .industry_section_row #industry_grid .industry_tile {
    width: calc(50% - 20px);
  }
  #about_offer .about_offer_container {
    display: flex;
    grid-template-columns: unset;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 260px);
    flex-wrap: wrap;
    justify-content: center;
  }
  #about_offer .about_offer_container .about_offer_tile p {
    min-height: auto;
  }
  #short_story h2.header {
    margin-left: 50px;
  }
  #short_story .story_row .story_content .text br {
    display: none;
  }

  #industry_content .hero .right {
    padding: 25px 0px 0px 25px;
  }
  #industry_content .hero .right .header br {
    display: none;
  }
  #industry_content .industry_row .right_content.content_container {
    padding-left: 30px;
  }
  .small_img_container img,
  .big_img_container img,  {
    max-width: 100%;
  }

  #industry_content .industry_row .text br {
    display: none;
  }

  .single_post_tile a .content_wrapper .text br {
    display: none;
  }
  .bg_header .header span {
    padding: 19px 15px 40px;
    width: 300px;
    font-size: 34px;
  }
  #contact_container .container .right {
    padding: 42px 40px 40px;
  }
  #mainNav {
    padding: 15px;
  }

  .navbar-dark .navbar-toggler {
    order: 10;
    padding: 5px;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 30px;
  }
  .navbar-dark .navbar-toggler span {
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    right: 0;
    background: #232428;
    top: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: scaleX(0.66) translateY(-50%);
    transform-origin: right;
  }
  .navbar-dark .navbar-toggler span:first-child {
    top: 10px;
    transform: scaleX(1);
  }
  .navbar-dark .navbar-toggler span:last-child {
    top: unset;
    bottom: 10px;
    transform: scaleX(0.33);
  }
  .navbar-dark .navbar-toggler:hover span {
    background-color: #fe6400;
  }
  .inquiry {
    margin-left: auto;
  }
  .nav-container #navbarResponsive {
    order: 11;
    position: absolute;
    top: 69px;
    background: #fff;
    width: 100%;
    left: 0;
    justify-content: center;
  }
  #menu_wrapper {
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 2px 20px -20px rgba(0, 0, 0, 0.5);
  }
  #menu_wrapper li {
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  a.menu_link {
    padding: 18px 0;
    font-size: 16px;
    line-height: 17px;
  }
  a.menu_link:after {
    display: none;
  }
  #offer_tax_wrapper .container .right .hero .right_content {
    overflow: hidden;
  }
  #offer_tax_wrapper .container .right .blocks_with_numbers .blocks_row {
    gap: 33px 20px;
  }
  #offer_tax_wrapper
    .container
    .right
    .blocks_with_numbers
    .blocks_row
    .number_tile:after {
    display: none;
  }
  #offer_tax_wrapper
    .container
    .right
    .blocks_with_numbers
    .blocks_row:nth-child(even)
    .number_tile:after {
    display: none;
  }
  #offer_tax_wrapper .container .right .blocks_with_numbers .blocks_row {
    justify-content: flex-start;
    width: 100%;
  }
  #offer_tax_wrapper
    .container
    .right
    .blocks_with_numbers
    .blocks_row
    .number_tile {
    width: 110px;
    height: 110px;
  }
  #offer_tax_wrapper
    .container
    .right
    .blocks_with_numbers
    .blocks_row
    .number_tile
    p.label {
    font-size: 10px;
    line-height: 13px;
  }
  #offer_tax_wrapper .container .right .tax_container p br,
  #offer_tax_wrapper .container .right .header_tax h2 br {
    display: none;
  }
  #offer_tax_wrapper .container .right .subcategories_tax .tax_ico_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #offer_tax_wrapper .container .right .tabs_vertical .nav {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .tab-content {
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding: 15px 25px;
  }
  #offer_tax_wrapper .container .right .tabs_horizontal .nav .nav-item a {
    font-size: 18px;
    padding: 0 15px;
  }
  #offer_tax_wrapper .container .right .tabs_horizontal .tab-content {
    padding: 15px 25px;
  }
  #offer_tax_wrapper .container .right .sample_projects .filter-list {
    flex-wrap: wrap;
  }
  #offer_tax_wrapper .container .right .sample_projects .filter-list a {
    margin-bottom: 20px;
  }
  #offer_tax_wrapper
    .container
    .right
    .sample_projects
    .tiles_grid
    .sample_tile {
    width: 50%;
  }
  #offer_tax_wrapper .container .right .tax_pictures {
    grid-template-columns: repeat(2, 1fr);
  }
  #offer_tax_wrapper .container .right .tax_pictures {
    grid-template-columns: repeat(2, 1fr);
  }
  #offer_tax_wrapper .container .right .subcategories_tax .tax_ico_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #offer_tax_wrapper .container .right .tabs_vertical {
    flex-wrap: wrap;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .nav,
  #offer_tax_wrapper .container .right .tabs_vertical .tab-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .nav {
    flex-direction: row;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .nav .nav-item {
    margin-bottom: 0;
  }
  #offer_tax_wrapper .container .right .tax_tabs .nav .nav-item a:after {
    top: unset;
    height: 4px;
    width: 5px;
    bottom: 0;
    width: 100%;
  }
  #offer_tax_wrapper .container .right .tabs_horizontal .nav .nav-item a {
    font-size: 15px;
    padding: 0 15px;
  }
  #offer_tax_wrapper .container .right .tabs_horizontal .nav::after {
    height: 4px;
  }
  #offer_tax_wrapper
    .container
    .right
    .tabs_horizontal
    .tab-content
    .h-tab_content
    > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  #offer_tax_wrapper
    .container
    .right
    .tabs_horizontal
    .tab-content
    .h-tab_content
    .right_h_content {
    padding-left: 0;
    margin-top: 20px;
  }
  #offer_tax_wrapper .container .right .sample_projects .filter-list span,
  #offer_tax_wrapper .container .right .sample_projects .filter-list a {
    margin-bottom: 20px;
  }
  #offer_tax_wrapper
    .container
    .right
    .sample_projects
    .tiles_grid
    .sample_tile {
    width: 100%;
  }
  .single-oferta #hero {
    grid-template-columns: 390px 160px 319px;
  }
  .single-oferta #hero #details_single .technical_row {
    padding: 12px;
  }
  .single-oferta #hero #details_single .technical_row p {
    font-size: 10px;
    line-height: 14px;
  }
  .offer_footer {
    min-width: unset;
  }
  .map_footer,
  .offer_footer,
  .contact_footer {
    -ms-flex: 0 0 calc((100% - 375px) / 3);
    flex: 0 0 calc((100% - 375px) / 3);
    max-width: calc((100% - 375px) / 3);
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .map_footer,
  .offer_footer,
  .contact_footer {
    padding: 0;
  }
  #industry_section .industry_section_row a .mask svg {
    max-width: 100%;
    max-height: 100%;
  }
  #cta_wrapper {
    background-image: none !important;
  }
  .single-oferta #hero .hero_image_container img {
    max-width: 100%;
  }
  .offer_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .offer_tile {
    margin: 0 auto;
  }
  #about_home .about_row.top_row .left,
  #about_home .about_row .image_wrapper.left,
  #about_home .right.content_wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #about_home .about_row.top_row .right {
    display: none;
  }
  #about_home .about_row .image_wrapper.left {
    margin-top: 30px;
  }
  #sampes_home .container .left,
  #sampes_home .container .right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #sampes_home .container {
    flex-wrap: wrap;
  }
  #sampes_home .container .right {
    padding: 46px 0 110px;
    margin-top: 50px;
  }
  #sampes_home .sample_realization_home .splide__track .splide__slide {
    box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .single_post_tile a .content_wrapper .header {
    font-size: 28px;
  }
  #cta_wrapper .container {
    flex-wrap: wrap;
  }
  #cta_wrapper .container .left,
  #cta_wrapper .container .right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 20px;
  }
  #cta_wrapper .container .left:after,
  #cta_wrapper .container .right:after {
    width: 100vw;
    top: 0;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #sampes_home .sample_realization_home .splide__track {
    padding-left: 0;
    padding-right: 0;
  }
  #about_wrapper .hero,
  #industry_content .hero {
    flex-wrap: wrap;
  }
  #about_wrapper .hero .right,
  #industry_content .hero .right,
  #contact_container .container .left,
  #contact_container .container .right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0px 0;
  }
  #industry_section .industry_section_row #industry_grid .button_container,
  #industry_section .industry_section_row #industry_grid .industry_tile {
    width: calc(50% - 14px);
  }
  #industry_section .industry_section_row #industry_grid {
    gap: 20px;
  }
  #short_story h2.header {
    margin-left: 50px;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
    z-index: 2;
  }
  #short_story h2.header:after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #short_story .story_row .story_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-right: 0px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 30px;
  }
  #short_story .story_row:nth-child(odd) .story_content {
    padding-left: 0;
  }
  #short_story .story_row {
    margin-bottom: 50px;
  }
  #short_story .story_row .square {
    top: unset;
    bottom: 0;
  }
  #industry_content .industry_row > div {
    width: 100%;
  }
  #industry_content .industry_row .right_content.content_container {
    padding-left: 0;
  }
  #industry_content .industry_row > div.images_container {
    order: 2;
    margin-top: 30px;
  }
  #industry_content .industry_row .big_img_container {
    margin-left: auto;
    margin-right: auto;
  }
  #contact_container .container {
    flex-wrap: wrap;
  }
  #contact_container .container .left,
  #contact_container .container .right {
    padding: 30px;
  }
  #contact_container .container .left .bottom_content a {
    margin-top: 30px;
  }
  footer .container .left,
  footer .container .right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .container {
    flex-wrap: wrap;
  }
  footer .container .right {
    margin-top: 50px;
  }
  body.inqury_active {
    padding-right: 0;
  }
  #about_home .about_row .image_wrapper.left img {
    max-width: 100%;
  }
  #inqury_form_wraper.active .form_wrapper {
    margin-left: 0;
  }
  .form_wrapper .top_form_wrapper img#dost_form {
    max-width: 100%;
  }
  #offer_tax_wrapper .container .right .hero .right_content {
    display: none;
  }
  #offer_tax_wrapper .container .right {
    padding-left: 10px;
  }
  #offer_tax_wrapper .container .right .tax_list .left_list,
  #offer_tax_wrapper .container .right .tax_list .right_list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #offer_tax_wrapper .container .right .tax_list {
    flex-wrap: wrap;
  }
  #offer_tax_wrapper .container .right .tax_list .right_list {
    padding: 0;
  }
  #offer_tax_wrapper
    .container
    .right
    .blocks_with_numbers
    .blocks_row
    .number_tile {
    width: 33.333%;
  }
  #offer_tax_wrapper .container .right .blocks_with_numbers .blocks_row {
    flex-wrap: wrap;
    justify-content: center;
  }
  #offer_tax_wrapper
    .container
    .right
    .blocks_with_numbers
    .blocks_row:nth-child(even) {
    flex-direction: row;
  }
  #offer_tax_wrapper .container .right .tax_pictures {
    grid-template-columns: repeat(1, 1fr);
  }
  #offer_tax_wrapper .container .right .with_ico_row {
    flex-direction: column;
    align-items: center;
  }
  #offer_tax_wrapper .container .right .with_ico_row .content_container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #offer_tax_wrapper .container .right .with_ico_row .ico_container {
    margin: 0 0 30px;
  }
  #offer_tax_wrapper .container .right .tax_container {
    margin-top: 30px;
  }
  #offer_tax_wrapper .container .right .hero .left_content .header {
    position: relative;
  }
  #offer_tax_wrapper .container {
    flex-wrap: wrap;
  }
  #offer_tax_wrapper .container .left,
  #offer_tax_wrapper .container .right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  #offer_tax_wrapper .container .left {
    position: fixed;
    z-index: 10000;
    background-color: #fff;
    left: 0;
    top: 0px;
    padding: 0 20px;
    width: 100%;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    overflow: auto;
    height: 100%;
  }
  #offer_tax_wrapper .container .left #dots_taxonomy {
    display: none;
  }
  .left_menu_toglger {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 5px;
    z-index: 10;
    cursor: pointer;
    margin-bottom: 40px;
  }
  .left_menu_toglger span {
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    right: 0;
    background: #232428;
    top: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: scaleX(0.66) translateY(-50%);
    transform-origin: left;
  }
  .left_menu_toglger:hover span {
    background-color: #fe6400;
  }
  .left_menu_toglger span:first-child {
    top: 10px;
    transform: scaleX(1);
  }
  .left_menu_toglger span:last-child {
    top: unset;
    bottom: 10px;
    transform: scaleX(0.33);
  }
  #offer_tax_wrapper {
    position: relative;
    overflow: hidden;
  }
  #offer_tax_wrapper .container .left.active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .single-oferta #hero {
    grid-template-columns: 499px 160px;
  }
  .single_post .left_image {
    display: none;
  }
  .single_post .right_content {
    padding-left: 0px;
  }
  footer .container .logo_footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .map_footer,
  .offer_footer,
  .contact_footer {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-top: 30px;
  }
  footer .container {
    flex-wrap: wrap;
  }
  .contact_footer {
    margin-left: 0;
  }
  .offer_footer {
    min-width: unset;
  }
}
@media (max-width: 767px) {
  #mainNav {
    overflow: visible;
  }
  .single_offer_gallery_mobile {
    display: block;
  }
  .single_offer_gallery_mobile img {
    max-width: 100%;
  }
  .single_offer_gallery {
    display: none;
  }
  #hero .hero_content {
    padding: 40px 10px;
    z-index: 2;
  }
  #white_dots,
  #orange_dots,
  #offer_dots,
  #hero .hero_content:after,
  #hero .hero_content:before {
    display: none;
  }
  #inquiry_button {
    font-size: 11px;
  }
  #industry_section .industry_section_row .home_right {
    flex-wrap: wrap;
  }
  #industry_section .industry_section_row .home_left .industry_link_tiles {
    gap: 10px;
  }
  #industry_section
    .industry_section_row
    .home_left
    .industry_link_tiles
    .industry_tile {
    width: calc(50% - 5px);
  }
  #stands_out .stands_out_tiles .stand_out_tile {
    width: calc(50% - 20px);
  }
  .single_post_tile a .image_wrapper {
    width: 100%;
    text-align: center;
  }
  .single_post_tile a {
    flex-wrap: wrap;
  }
  .single_post_tile a .content_wrapper {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  footer .container .right {
    flex-wrap: wrap;
    gap: 50px 20px;
  }
  footer .container .right > div {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .bottom_container p,
  .bottom_container a {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .bottom_container {
    flex-wrap: wrap;
  }
  #industry_section .industry_section_row #industry_grid .button_container,
  #industry_section .industry_section_row #industry_grid .industry_tile {
    width: calc(50% - 10px);
  }
  #about_offer .about_offer_container {
    max-width: 100%;
  }
  .form_wrapper form .header_wrapper .header.xl {
    font-size: 33px;
    line-height: 40px;
  }
  #inqury_form_wraper {
    padding: 80px 15px;
  }
  #inqury_form_wraper form {
    width: 500px;
    padding: 30px 20px;
  }
  #inqury_form_wraper form .text {
    font-size: 10px;
    line-height: 16px;
  }
  #inqury_form_wraper form .text br {
    display: none;
  }
  #inqury_form_wraper form .inputs_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  #inqury_form_wraper form .accept_wrapper {
    max-width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  body.inqury_active #mainNav {
    padding-right: 30px;
  }
  #single_descriptipon .description_row {
    max-width: 100%;
    margin-left: unset;
  }
  #single_descriptipon .desc_inside_row .header {
    font-size: 30px;
  }
  .single-oferta #hero {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
  }
  footer .container .col-footer,
  .map_footer,
  .offer_footer,
  .contact_footer {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .endingMenu > ul .dropdown {
    width: 60px!important;
  }

  .endingMenu > ul {
    padding-left: 25px;
  }

  .endingMenu > ul .dropdown  .filter-option-inner-inner {
font-size: 13px;
  }
  #hero {
    padding-bottom: 170px;
  }
  #hero .hero_content {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .inquiry {
    margin-left: auto;
    position: fixed;
    top: 210px;
    right: 0;
    margin: 0;
    z-index: 10000;
    transform: rotate(90deg) translateY(-81px);
  }
  #inquiry_button {
    padding: 10px 20px;
    font-size: 12px;
    margin-left: 15px;
    margin-right: 19px;
    background-color: #f1f3f5;
  }
  .navbar-dark .navbar-brand {
    margin-right: auto;
  }
  #mainNav.scrolled {
    transform: translateY(0);
  }
  #mainNav {
    position: fixed;
  }
  #stands_out .stands_out_tiles {
    gap: 10px 10px;
  }
  .bg_header .header span {
    padding: 19px 15px 40px 40px;
  }
  .offer_tile {
    width: 440px;
  }
  #short_story .bottom_story .text {
    font-size: 21px;
    line-height: 29px;
  }
  #industry_content .industry_row .left_content.content_container {
    padding-right: 0px;
  }
  #industry_section .industry_section_row .home_right {
    padding: 0;
  }
  #details_single {
    padding-right: 30px;
  }
  .single-oferta #hero {
    padding-bottom: 0;
  }
  #single_descriptipon .desc_inside_row .left {
    display: none;
  }
  #single_descriptipon .desc_inside_row .right {
    width: 100%;
    padding: 0;
  }
  #single_descriptipon .description_row:last-child .right {
    padding-bottom: 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #single_descriptipon .desc_inside_row p {
    font-size: 15px;
    line-height: 24px;
  }
  #other_realization .header.xl {
    font-size: 30px;
    line-height: 47px;
  }
  .product_tile_wrapper .image_thumbnail {
    width: 215px;
    height: 203px;
  }
  #single_descriptipon .desc_inside_row .header {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 565px) {
  #inqury_form_wraper form {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #hero .hero_content h3 {
    font-size: 16px;
    line-height: 30px;
  }
  #hero .hero_content h2 {
    font-size: 17px;
    line-height: 23px;
  }
  .header.xl {
    font-size: 30px;
    line-height: 48px;
  }
  .text {
    font-size: 13px;
    line-height: 22px;
  }
  .hotstamping_body p {font-size:13px;}
  .hotstamping_body h2, .hotstamping_body h3 {padding:35px 10px;}
  #budowa h2 {font-size:25px;}
  #budowa h3 {font-size:21px;}
  .offer_tile {
    width: 330px;
  }
  .offer_wrapper .offer_left {
    width: 100px;
    display: flex;
    align-items: center;
  }
  .offer_tile img {
    max-width: 160px;
    transform: translateX(-15px);
  }
  .offer_wrapper .offer_right {
    width: calc(100% - 100px);
  }
  .inf_container br {
    display: none;
  }
  #industry_section .industry_section_row .home_left {
    order: 2;
    padding: 0;
  }
  #industry_section .industry_section_row a h3 {
    font-size: 15px;
    line-height: 24px;
  }
  #stands_out .stands_out_tiles .stand_out_tile p {
    font-size: 11px;
    line-height: 16px;
  }
  #stands_out .stands_out_tiles .stand_out_tile {
    width: calc(50% - 5px);
  }
  #sampes_home .container .left .text br {
    display: none;
  }
  #cta_wrapper .text {
    font-size: 12px;
    line-height: 20px;
  }
  footer .container .right > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .container .right > div {
    padding: 0;
  }
  #industry_section .industry_section_row a.see_more_button {
    max-width: 100%;
    padding: 10px 15px;
  }
  #about_offer h2.header {
    font-size: 36px;
    line-height: 40px;
  }
  #about_offer .about_offer_container .about_offer_tile span {
    transform: translate(-10%, -22%);
  }
  #about_offer .read_more {
    transform: translateX(-50%);
    padding: 15px 10px;
  }
  #short_story h2.header {
    font-size: 30px;
    line-height: 68px;
  }
  #cta_wrapper .header {
    font-size: 25px;
    line-height: 30px;
  }
  .offer_tile .header {
    font-size: 18px;
  }
  .offer_tile .header br {
    display: none;
  }
  #industry_content .hero .left img {
    max-width: 100%;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .nav .nav-item a,
  #offer_tax_wrapper .container .right .tabs_horizontal .nav .nav-item a {
    padding: 0 9px;
    font-size: 12px;
    height: 65px;
  }
  #hero {
    padding-bottom: 140px;
  }
  #contact_container .send_button_wrapper {
    flex-wrap: wrap;
  }
  .accept_wrapper {
    margin-right: 0;
    width: 100%;
  }
  #contact_container
    .container
    .right
    .form_wrapper
    form
    .send_button_wrapper
    label {
    width: 100%;
    margin-bottom: 20px;
  }
  #inqury_form_wraper.active .form_wrapper #form_image {
    max-width: 230px;
  }
  #download ul li a .name_wrapper {
    display: flex;
    align-items: center;
  }
  #download ul li a .name_wrapper svg {
    width: 50px;
  }
  #download ul li a .download_name {
    width: calc(100% - 50px);
  }
  #download ul li a .button_download .label {
    display: none;
  }
  footer .container .col-footer img {
    max-width: 100%;
  }
  footer .container .logo_footer p,
  footer .container .footer_contact_row .text,
  footer .container ul a {
    font-size: 10px;
    line-height: 17px;
  }
  footer .container .logo_footer p br {
    display: none;
  }
  footer .container ul li {
    margin-bottom: 10px;
  }
  footer .container .footer_contact_row {
    margin-bottom: 11px;
  }
  footer .container .footer_contact_row .ico_container {
    line-height: 17px;
  }
  footer .container li.partnerStopka img {margin-top:20px;}
}
@media (max-width: 414px) {
  .navbar-dark .navbar-toggler {
    margin-left: 10px;
  }
  .endingMenu > ul {
    padding-left: 10px;
}
  #contact_container .container .left,
  #contact_container .container .right {
    padding: 30px 15px;
  }
  #offer_tax_wrapper .container .right .tax_pictures {
    grid-template-columns: repeat(1, 1fr);
    margin: 30px auto;
  }
  #offer_tax_wrapper .container .right .subcategories_tax {
    margin: 30px auto;
  }
  #about_home .right.content_wrapper {
    padding: 41px 0px 10px 0px;
  }
  #hero {
    min-height: 390px;
  }
  #hero_slider-ow {
    transform: scale(1.5) translateY(20px);
  }
  .navbar-dark .navbar-brand img {
    max-width: 150px;
  }
}
@media (max-width: 280px) {
  .navbar-dark .navbar-brand img {
    max-width: 127px;
  }
  .linkedin {
    display: none;
  }
  .offer_tile {
    width: 250px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .offer_wrapper .offer_left {
    width: 100%;
    justify-content: end;
    overflow: hidden;
  }
  .offer_tile img {
    max-width: 100%;
    transform: translateX(35px);
  }
  .offer_wrapper .offer_right {
    width: 100%;
    padding: 10px 10px 0;
  }
  #industry_section
    .industry_section_row
    .home_left
    .industry_link_tiles
    .industry_tile {
    width: 100%;
  }
  #stands_out .stands_out_tiles .stand_out_tile {
    width: 100%;
  }
  #stands_out .stands_out_tiles .stand_out_tile p {
    font-size: 14px;
    line-height: 16px;
  }
  .header.xl {
    font-size: 27px;
    line-height: 38px;
  }
  #sampes_home .container .left .header {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 25px;
  }
  #sampes_home
    .sample_realization_home
    .splide__track
    .splide__slide.is-active {
    box-shadow: none;
  }
  #sampes_home .sample_realization_home img {
    max-width: 100%;
  }
  #sampes_home
    .sample_realization_home
    .splide__track
    .splide__slide
    .image_thumbnail {
    width: auto;
    height: auto;
  }
  .bg_header .header span {
    width: 230px;
  }
  #inqury_form_wraper form {
    width: 100%;
  }
  .form_wrapper form .form_row input,
  .form_wrapper form .form_row textarea,
  .form_wrapper form .form_row .dropdown-toggle {
    padding: 10px;
    font-size: 12px;
    line-height: 17px;
  }
  .form_wrapper form .header_wrapper .header.xl {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 32px;
  }
  .form_wrapper form .form_row label {
    padding: 0 2px;
    font-size: 12px;
    line-height: 17px;
    left: 10px;
    font-size: 8px;
  }
  #inqury_form_wraper form {
    padding: 30px 0px;
  }
  #inqury_form_wraper form .accept_wrapper p,
  #inqury_form_wraper form .accept_wrapper a {
    font-size: 7px;
    line-height: 9px;
  }
  #cta_wrapper .container .left,
  #cta_wrapper .container .right {
    padding: 20px 0;
  }
  #cta_wrapper .header {
    font-size: 21px;
    line-height: 27px;
    padding-right: 30px;
  }
  #cta_wrapper .bottom_wrapper .button_cta {
    padding: 2px 10px 2px 15px;
  }
  #offer_tax_wrapper .container .right .header {
    font-size: 27px;
  }
  #offer_tax_wrapper .container .right .tax_container p {
    font-size: 11px;
    line-height: 20px;
  }
  #offer_tax_wrapper .container .right .header_tax h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.32px;
  }
  #offer_tax_wrapper .container .right .tax_list {
    margin: 10px 0;
  }
  #offer_tax_wrapper .container .right .tax_list .left_list ul li,
  #offer_tax_wrapper .container .right .tax_list .right_list ul li {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 15px;
  }
  #offer_tax_wrapper
    .container
    .right
    .blocks_with_numbers
    .blocks_row
    .number_tile {
    width: 100%;
  }
  #offer_tax_wrapper
    .container
    .right
    .blocks_with_numbers
    .blocks_row
    .number_tile {
    width: 100%;
    height: auto;
  }
  #offer_tax_wrapper #industry_section {
    margin: 60px 0;
  }
  #industry_section .industry_section_row #industry_grid .button_container,
  #industry_section .industry_section_row #industry_grid .industry_tile {
    width: 100%;
  }
  #industry_section .industry_section_row a img {
    padding: 7px 20px 13px 5px;
    margin-left: auto;
  }
  #offer_tax_wrapper
    .container
    .right
    .tax_pictures
    .pisture_tile
    .image_container {
    width: auto;
    height: auto;
  }
  #offer_tax_wrapper
    .container
    .right
    .tax_pictures
    .pisture_tile
    .image_container
    img {
    width: 100%;
  }
  #offer_tax_wrapper .container .right .tabs_vertical .nav,
  #offer_tax_wrapper .container .right .tabs_vertical .tab-content,
  #offer_tax_wrapper .container .right .tabs_horizontal .tab-content {
    padding: 15px 10px;
  }
  #offer_tax_wrapper .container .right .tax_container p.tax_text {
    font-size: 10px;
    line-height: 16px;
  }
}
.tab-pane--image {
	max-width: 600px;
	width:100%;
}
div.top_link_wrapper span {line-height:20px;padding:15px 0;}
div#offer_tax_wrapper p a:link, div#offer_tax_wrapper p a:visited, div#offer_tax_wrapper p a:focus, div#offer_tax_wrapper p a:active, div.description_container p a:link, div.description_container p a:visited, div.description_container p a:focus, div.description_container p a:active {color:#232428;font-weight:bold;}
div#offer_tax_wrapper p a:hover {color:#fe6400;}