::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.nav-arrow .swiper-button-next:after, .nav-arrow .swiper-button-prev:after {
  display: none;
}
.home header nav > ul li.current-menu-item > a:before, .home header nav > ul li.current-menu-ancestor > a:before {
  opacity: 0;
  width: 0;
}
.home header nav > ul > li > ul.sub-menu li.current-menu-item > a:before {
  opacity: 0;
  width: 0;
}
.home header nav > ul li.current-menu-item > a:hover:before, .home header nav > ul li.current-menu-ancestor > a:hover:before, .home header nav > ul > li > ul.sub-menu li.current-menu-item > a:hover:before {
  opacity: 1;
  width: 100%;
}
header {
  position: relative;
  z-index: 9;
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
header .rowFull {
  max-width: 98%;
}
header nav > ul > li {
  position: relative;
  margin-right: 115px;
}
@media (max-width: 1740px) {
  header nav > ul > li {
    margin-right: 30px;
  }
}
@media (max-width: 1480px) {
  header nav > ul > li {
    margin-right: 20px;
  }
}
@media (max-width: 1340px) {
  header nav > ul > li {
    margin-right: 13px;
  }
}
header nav > ul > li:last-child {
  margin-right: 0;
}
header nav > ul > li > a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  color: #333;
  display: block;
  position: relative;
  padding: 38px 0;
}
@media (max-width: 1340px) {
  header nav > ul > li > a {
    font-size: 14px;
  }
}
header nav > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 14px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background: #00458e;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li > a:hover {
  color: #333;
}
header nav > ul > li > a:hover:before {
  opacity: 1;
  width: 100%;
}
header nav > ul > li > ul.sub-menu {
  position: absolute;
  top: 120px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  width: 417px;
  clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
  background: #00458e;
  padding: 25px 34px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li > ul.sub-menu > li > a {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  position: relative;
}
header nav > ul > li > ul.sub-menu > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li > ul.sub-menu > li > a:hover:before {
  width: 100%;
}
header nav > ul > li > ul.sub-menu li.current-menu-item > a:before {
  width: 100%;
}
header nav > ul li.current-menu-item > a, header nav > ul li.current-menu-ancestor > a {
  color: #333;
}
header nav > ul li.current-menu-item > a:before, header nav > ul li.current-menu-ancestor > a:before {
  opacity: 1;
  width: 100%;
}
header nav > ul li.menu-item-has-children > a {
  padding-right: 20px;
}
header nav > ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #00458e;
}
header nav > ul li.menu-item-has-children:hover > ul.sub-menu {
  top: 90px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  header .c-icon {
    display: none;
  }
}
header .c-icon a {
  margin-left: 30px;
}
header .c-icon a:before {
  color: #b6b6b6;
  font-size: 35px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .c-icon a svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .c-icon a:hover:before {
  color: #f4b022;
}
header .c-icon a:hover svg path {
  fill: #f4b022;
}
.top-block {
  padding: 10px 0;
  min-height: 640px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .top-block {
    min-height: 600px;
  }
}
.top-block .rowFull {
  top: 10px;
}
.top-block h1 {
  font-family: "Timmana", sans-serif;
  font-weight: 400;
  font-size: 150px;
  line-height: 150px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .top-block h1 {
    font-size: 80px;
    line-height: 1;
  }
}
.top-block p {
  padding: 0;
}
.top-block .btn {
  margin: 0;
}
footer {
  background: #00458e;
  min-height: 370px;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1115px) {
  footer {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    min-height: 1px;
  }
}
footer:before {
  content: "";
  background-image: url(../img/romb_logotypes_2.svg);
  position: absolute;
  bottom: -10px;
  right: -60px;
  width: 486px;
  height: 486px;
  z-index: 0;
}
footer .rowFull {
  padding: 85px 0;
}
@media (max-width: 1024px) {
  footer .rowFull {
    padding: 100px 0 60px;
  }
}
footer .rowFull > div:not(.c-icon) {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1115px) {
  footer .rowFull > div:not(.c-icon) {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}
footer .rowFull > div:not(.c-icon) a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
footer .rowFull > div:not(.c-icon) a:hover {
  color: #f4b022;
}
footer .rowFull > div:not(.c-icon) span {
  color: #658eba;
}
@media (max-width: 1115px) {
  footer .foot-phone {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}
@media (max-width: 1115px) {
  footer .c-icon {
    margin: 0 auto;
  }
}
footer .c-icon a {
  margin-left: 20px;
}
@media (max-width: 1115px) {
  footer .c-icon a {
    margin: 0 5px;
  }
}
footer .c-icon a:before {
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .c-icon a:hover:before {
  color: #f4b022;
}
.info-blocks-wrap .row {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto 60px;
  overflow: hidden;
}
.info-blocks-wrap .info-blocks {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.info-blocks-wrap .info-blocks > * {
  width: 33.3333333333%;
  margin: 0 0 0em;
}
@media (max-width: 1023px) {
  .info-blocks-wrap .info-blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .info-blocks-wrap .info-blocks > * {
    width: 100%;
    margin: 0 0 0em;
  }
}
.info-blocks-wrap .info-blocks .info-block {
  min-height: 370px;
  position: relative;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.info-blocks-wrap .info-blocks .info-block:last-child {
  border-right: 0;
}
.info-blocks-wrap .info-blocks .info-block figure {
  display: block;
  height: 300px;
}
.info-blocks-wrap .info-blocks .info-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-blocks-wrap .info-blocks .info-block > div {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  min-height: 120px;
}
.info-blocks-wrap .info-blocks .info-block > div .linkSt {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 20px;
}
.info-blocks-wrap .info-blocks .info-block:nth-child(odd) > div {
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
}
.info-blocks-wrap .info-blocks .info-block:nth-child(even) > div {
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
}
.info-blocks-wrap .info-blocks .info-block:hover .linkSt:before {
  transform: translate(-40%, 0);
}
.linkSt {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  padding: 0 0 20px;
}
@media (max-width: 1340px) {
  .linkSt {
    font-size: 16px;
  }
}
.linkSt:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  background-image: url(../img/right-arrow1.svg);
  height: 11px;
  width: 58px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linkSt > span {
  display: block;
}
.linkSt:hover:before {
  transform: translate(-40%, 0);
}
.gallery {
  position: relative;
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .gallery {
    overflow: hidden;
  }
}
.gallery:before {
  content: "";
  background-image: url("../img/romb.svg");
  position: absolute;
  top: 60px;
  left: -60px;
  width: 472px;
  height: 472px;
}
.gallery:after {
  content: "";
  background-image: url("../img/romb.svg");
  position: absolute;
  left: 50%;
  transform: translate(-40%, 0);
  top: 0;
  width: 472px;
  height: 472px;
}
.gallery .rowFull {
  z-index: 1;
}
.gallery .swiper {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .gallery .swiper {
    padding-bottom: 10px;
  }
}
.gallery .swiper-wrapper {
  align-items: center;
}
.gallery .gallery-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.gallery .gallery-item.romb:after {
  content: "";
  background-image: url("../img/romb_mini.svg");
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 332px;
  height: 332px;
  z-index: -1;
}
.gallery .gallery-item .linkSt {
  display: inline-block;
  margin: 75px 0 30px;
}
.gallery .swiper-button-next, .gallery .swiper-button-prev {
  top: 37%;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  margin: 70px auto 0;
  width: 918px;
  max-width: 100%;
  height: 7px;
  background: #fff;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(270deg, #dd3423 0%, #f4b022 100%);
  clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
}
.logotypes {
  background: #00458e;
  padding: 330px 0 230px;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  position: relative;
  margin: -350px 0 0;
}
@media (max-width: 1024px) {
  .logotypes {
    padding: 30px 0 100px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
    margin: 0 0 0;
  }
}
.logotypes:before {
  content: "";
  background-image: url(../img/romb_logotypes_1.svg);
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 497px;
  height: 497px;
}
@media (max-width: 1023px) {
  .logotypes:before {
    display: none;
  }
}
.logotypes:after {
  content: "";
  background-image: url(../img/romb_logotypes_2.svg);
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 486px;
  height: 486px;
  z-index: 0;
}
@media (max-width: 1023px) {
  .logotypes:after {
    display: none;
  }
}
.logotypes .logotypes-items {
  position: relative;
  z-index: 1;
}
.logotypes .logotypes-item {
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .logotypes .logotypes-item {
    flex-basis: 48%;
    margin-bottom: 40px;
  }
}
.logotypes .logotypes-item img {
  margin: 0 auto 20px;
}
.logotypes .logotypes-item span {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  display: block;
}
@media (max-width: 1024px) {
  .logotypes .logotypes-item span {
    font-size: 18px;
    line-height: 22px;
  }
}
.logotypes .logotypes-item svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -18px;
}
.logotypes .logotypes-item:last-child svg {
  display: none;
}
.logotypes-slider .swiper-wrapper {
  align-items: center;
}
.logotypes-slider .logotypes-item {
  padding: 0 20px;
  width: 100%;
  display: block;
  flex-basis: 100% !important;
}
.logotypes-slider .swiper-slide svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -24px;
}
.logotypes-slider .swiper-slide svg:last-of-type {
  display: block;
}
@media (max-width: 1024px) {
  .logotypes-slider .swiper-slide svg {
    display: block;
  }
}
.products {
  min-height: 400px;
}
.about-block {
  padding: 60px 0 160px;
  position: relative;
}
.about-block .rowFull {
  z-index: 9;
}
.about-block .about-clip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/about_h.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}
@media (max-width: 1024px) {
  .about-block .about-clip {
    padding: 60px 0 60px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    margin: 20px 0 60px;
  }
}
.about-block .ab-text {
  flex-basis: 50%;
  padding: 20px 100px;
}
@media (max-width: 1024px) {
  .about-block .ab-text {
    flex-basis: 100%;
    padding: 20px 10px;
  }
}
.about-block .ab-text * {
  color: #fff;
}
.about-block .ab-image {
  flex-basis: 50%;
  margin: -20px 0 0;
}
@media (max-width: 767px) {
  .about-block .ab-image {
    flex-basis: 100%;
    padding: 20px 0 20px;
    margin: 0;
  }
}
.contact-us {
  position: relative;
}
.contact-us:before {
  content: "";
  background-image: url(../img/romb-contact-home.svg);
  position: absolute;
  bottom: -90px;
  right: 0;
  width: 660px;
  height: 680px;
}
.contact-us .rowFull > h2 {
  padding-bottom: 60px;
}
.contact-us .contact-items .contact-item {
  flex-basis: 33%;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .contact-us .contact-items .contact-item {
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .contact-us .contact-items .contact-item {
    margin: 0 0 0px;
  }
}
.contact-us .contact-items .contact-item h1, .contact-us .contact-items .contact-item h2, .contact-us .contact-items .contact-item h3, .contact-us .contact-items .contact-item h4, .contact-us .contact-items .contact-item h5, .contact-us .contact-items .contact-item h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 13px;
}
.contact-us .contact-items .contact-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  word-break: break-all;
}
@media (max-width: 1024px) {
  .contact-us .contact-items .contact-item p {
    font-size: 14px;
  }
}
.about-top-block {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  position: relative;
  padding: 0 0 130px;
}
@media (max-width: 1024px) {
  .about-top-block {
    clip-path: polygon(0 0, 100% 0, 100% 103%, 0% 100%);
    padding: 0 0 0;
  }
}
.about-top-block:before {
  content: "";
  background-image: url("../img/Rectangle40.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 414px;
  position: absolute;
  bottom: 180px;
  left: 0;
  right: 0;
}
.about-top-block .about-top-text {
  flex-basis: 50%;
  padding: 60px 130px 350px 170px;
}
@media (max-width: 1024px) {
  .about-top-block .about-top-text {
    flex-basis: 100%;
    padding: 10px 10px 50px 10px;
  }
}
.about-top-block .about-top-image {
  flex-basis: 50%;
  filter: drop-shadow(0px 12px 35px rgba(51, 55, 65, 0.15));
}
@media (max-width: 1024px) {
  .about-top-block .about-top-image {
    flex-basis: 100%;
  }
}
.about-top-block .about-top-image > div {
  padding: 50px 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
.faq {
  margin: 60px 0;
}
.acc .item {
  position: relative;
  margin-bottom: 20px;
  flex-basis: 49%;
}
@media (max-width: 1024px) {
  .acc .item {
    flex-basis: 100%;
  }
}
.acc .item .accNumber {
  width: 100px;
  height: 100px;
  background-image: url("../img/Group130.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}
@media (max-width: 767px) {
  .acc .item .accNumber {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.acc .item .accWrap {
  flex: 1;
  background: #fff;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.15);
}
.acc .item .accTitle {
  flex-basis: 100%;
  cursor: pointer;
  position: relative;
  padding: 35px 45px 35px 45px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
@media (max-width: 767px) {
  .acc .item .accTitle {
    padding: 10px;
  }
}
.acc .item .accTitle span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.acc .item .accTitle span:before, .acc .item .accTitle span:after {
  content: "";
  background-color: #878a92;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .item .accTitle span:before {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.acc .item .accTitle span:after {
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.acc .item .accTitle.active span:before, .acc .item .accTitle.active span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item .info {
  padding: 35px 45px 35px 45px;
  display: none;
}
@media (max-width: 767px) {
  .acc .item .info {
    padding: 10px;
  }
}
.table-gradient {
  border-collapse: collapse;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  table-layout: auto;
  position: relative;
  z-index: 1;
}
.table-gradient thead tr th {
  padding: 55px 0 10px;
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.table-gradient thead tr th:nth-child(2) {
  background: #efef2d;
  max-width: 100%;
  font-size: 16px;
  width: auto;
}
@media (max-width: 768px) {
  .table-gradient thead tr th:nth-child(2) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table-gradient thead tr th:nth-child(2) {
    font-size: 7px;
  }
}
.table-gradient thead tr th:nth-child(3) {
  background: #71a9a4;
  max-width: 100%;
  font-size: 16px;
  width: auto;
}
@media (max-width: 768px) {
  .table-gradient thead tr th:nth-child(3) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table-gradient thead tr th:nth-child(3) {
    font-size: 7px;
  }
}
.table-gradient thead tr th:nth-child(4) {
  background: #92d050;
  max-width: 100%;
  font-size: 16px;
  width: auto;
}
@media (max-width: 768px) {
  .table-gradient thead tr th:nth-child(4) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table-gradient thead tr th:nth-child(4) {
    font-size: 7px;
  }
}
.table-gradient thead tr th:nth-child(5) {
  background: #f4b022;
  max-width: 100%;
  font-size: 16px;
  width: auto;
}
@media (max-width: 768px) {
  .table-gradient thead tr th:nth-child(5) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table-gradient thead tr th:nth-child(5) {
    font-size: 7px;
  }
}
.table-gradient thead tr th:nth-child(6) {
  background: #f6c;
  max-width: 100%;
  font-size: 16px;
  width: auto;
}
@media (max-width: 768px) {
  .table-gradient thead tr th:nth-child(6) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table-gradient thead tr th:nth-child(6) {
    font-size: 7px;
  }
}
.table-gradient thead tr th:nth-child(7) {
  background: #e6383a;
  max-width: 100%;
  font-size: 16px;
  width: auto;
}
@media (max-width: 768px) {
  .table-gradient thead tr th:nth-child(7) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table-gradient thead tr th:nth-child(7) {
    font-size: 7px;
  }
}
.table-gradient thead tr th:nth-child(8) {
  background: #bbb;
  max-width: 100%;
  font-size: 16px;
  width: auto;
}
@media (max-width: 768px) {
  .table-gradient thead tr th:nth-child(8) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table-gradient thead tr th:nth-child(8) {
    font-size: 7px;
  }
}
.table-gradient tbody {
  background: #fff;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.15);
}
.table-gradient tbody tr td {
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .table-gradient tbody tr td {
    padding: 2px 10px;
  }
  .table-gradient tbody tr td img {
    width: 9px;
    height: 9px;
  }
}
.table-gradient tbody tr td:last-child {
  border-right: 0;
}
.table-gradient tbody tr td:nth-child(1) {
  color: #333;
  text-align: left;
  padding: 15px 20px;
  width: 240px;
}
@media (max-width: 1024px) {
  .table-gradient tbody tr td:nth-child(1) {
    width: auto;
  }
}
@media (max-width: 768px) {
  .table-gradient tbody tr td:nth-child(1) {
    font-size: 12px;
    padding: 15px 5px;
  }
}
.table-gradient tbody tr td:nth-child(2) {
  background: rgba(239, 239, 45, 0.5);
}
.table-gradient tbody tr td:nth-child(3) {
  background: rgba(113, 169, 164, 0.4);
}
.table-gradient tbody tr td:nth-child(4) {
  background: rgba(146, 208, 80, 0.3);
}
.table-gradient tbody tr td:nth-child(5) {
  background: rgba(244, 176, 34, 0.3);
}
.table-gradient tbody tr td:nth-child(6) {
  background: rgba(255, 102, 204, 0.3);
}
.table-gradient tbody tr td:nth-child(7) {
  background: rgba(230, 56, 58, 0.5);
}
.table-gradient tbody tr td:nth-child(8) {
  background: rgba(187, 187, 187, 0.5);
}
.table-wrap .app-text {
  margin: 80px 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .table-wrap .app-text {
    margin: 20px 0 20px;
  }
}
.table-wrap .table-item {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .table-wrap .table-item {
    margin-bottom: 50px;
  }
}
.table-wrap .table-item:before {
  content: "";
  position: absolute;
  bottom: -960px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1400px;
  background: #00458e;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  z-index: 0;
}
.table-wrap .table-item:after {
  content: "";
  background-image: url("../img/romb_logotypes_2.svg");
  position: absolute;
  bottom: -650px;
  left: 200px;
  width: 690px;
  height: 690px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .table-wrap .table-item:after {
    left: 20px;
  }
}
@media (max-width: 1023px) {
  .table-wrap .table-item:after {
    display: none;
  }
}
.table-wrap .table-item:last-child:before {
  display: none;
}
.table-wrap .table-item:last-child:after {
  display: none;
}
.info-blocks-product {
  position: relative;
  z-index: 1;
  margin: 60px 0;
}
.info-blocks-product h2 {
  text-align: center;
}
.info-blocks-product .row {
  padding: 20px 0;
  max-width: 94%;
}
.info-blocks-product .info-blocks {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.info-blocks-product .info-blocks > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .info-blocks-product .info-blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .info-blocks-product .info-blocks > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 767px) {
  .info-blocks-product .info-blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .info-blocks-product .info-blocks > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.info-blocks-product .info-blocks .info-block {
  background: #fff;
  box-shadow: 0px 12px 35px rgba(51, 55, 65, 0.15);
}
.info-blocks-product .info-blocks .info-block:nth-child(odd) > div {
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}
.info-blocks-product .info-blocks .info-block:nth-child(even) > div {
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
}
.logotypes-products {
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  margin: -240px 0 0;
}
@media (max-width: 1024px) {
  .logotypes-products {
    margin: 60px 0;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
  }
}
.logotypes-products .logotypes-items .logotypes-item {
  padding: 0 20px;
  flex-basis: 33%;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .logotypes-products .logotypes-items .logotypes-item {
    flex-basis: 48%;
    margin-bottom: 40px;
  }
  .logotypes-products .logotypes-items .logotypes-item:nth-child(even) svg {
    display: none;
  }
}
.single-products .logotypes-products {
  margin: 50px 0;
}
.flex-title {
  margin-bottom: 50px;
}
.flex-title h2 {
  padding: 0;
}
.custom-navigation {
  position: relative;
  width: 150px;
}
@media (max-width: 767px) {
  .custom-navigation {
    display: none;
  }
}
.custom-navigation .swiper-button-prev, .custom-navigation .swiper-button-next {
  width: 49px;
  height: 49px;
}
.custom-navigation .swiper-button-prev:after, .custom-navigation .swiper-button-next:after {
  display: none;
}
.custom-navigation .swiper-button-prev svg path, .custom-navigation .swiper-button-next svg path {
  fill: #9e9e9e;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-navigation .swiper-button-prev:hover svg path, .custom-navigation .swiper-button-next:hover svg path {
  fill: url(#paint0_linear_203_1949);
}
.custom-navigation .swiper-button-prev svg {
  transform: rotate(180deg);
}
.product-progressbar {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .product-progressbar {
    margin: 40px 0;
  }
}
.product-progressbar h2 {
  margin: 0 20px;
}
.product-progressbar .rowFull {
  max-width: 100%;
}
.product-progressbar .swiper {
  padding: 20px 20px 0;
}
.product-progressbar .swiper-button-next, .product-progressbar .swiper-button-prev {
  top: 40%;
}
.product-progressbar .info-block {
  background: #fff;
  box-shadow: 0px 12px 35px rgba(51, 55, 65, 0.15);
  min-height: 370px;
  position: relative;
}
.product-progressbar .info-block figure {
  display: block;
  height: 300px;
}
.product-progressbar .info-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-progressbar .info-block > div {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  min-height: 120px;
}
.product-progressbar .info-block > div .linkSt {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 20px;
  width: 100%;
  padding: 20px 5px;
}
.product-progressbar .info-block:nth-child(odd) > div {
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
}
.product-progressbar .info-block:nth-child(even) > div {
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}
.product-progressbar .swiper-horizontal > .swiper-pagination-progressbar, .product-progressbar .swiper-pagination-progressbar.swiper-pagination-horizontal {
  background: #00458e;
}
.product-progressbar .swiper-button-prev {
  left: 60px;
}
.product-progressbar .swiper-button-next {
  right: 60px;
}
.pop-up {
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}
.pop-up .flex {
  margin-bottom: 20px;
}
.pop-up .flex label {
  flex-basis: 49%;
}
.pop-up .flex .textarea-field {
  flex-basis: 100%;
}
.pop-up h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-bottom: 7px;
}
.pop-up .three-bl-form > div {
  flex-basis: 32%;
}
.pop-up .three-bl-form .wpcf7-list-item {
  display: block;
}
.pop-up .three-bl-form input[type="checkbox"] {
  display: none;
}
.pop-up .three-bl-form .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding-left: 24px;
  position: relative;
}
.pop-up .three-bl-form .wpcf7-list-item-label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #f4ac22;
  position: absolute;
  top: 2px;
  left: 0;
}
.pop-up .three-bl-form .wpcf7-list-item-label:after {
  content: "";
  background: #004e89;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pop-up .three-bl-form input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.pop-up .submit-btn {
  text-align: right;
}
.pop-up .btn {
  margin: 35px 0 10px;
  background: linear-gradient(270deg, #dd3423 0%, #f4b022 100%);
  min-width: 250px;
  border: none;
}
.fancybox__content > .carousel__button.is-close {
  top: 90px;
  right: 10px;
  color: #00458e;
}
.fancybox__content {
  padding: 100px 35px 90px;
}
.fancybox__content:before {
  content: "";
  background-image: url("../img/romb-contact-home.svg");
  position: absolute;
  top: 49px;
  left: -159px;
  width: 560px;
  height: 580px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.st-top {
  position: fixed;
  bottom: 12px;
  right: 100px;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0px 12px 35px rgba(51, 55, 65, 0.15);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1340px) {
  .st-top {
    right: 25px;
  }
}
.st-top.show {
  opacity: 1;
  visibility: visible;
}
.st-top svg {
  width: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home .info-blocks-product .title-info-blocks {
  margin-bottom: 45px;
}
.home .info-blocks-product .title-info-blocks h2 {
  text-align: left;
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .home .info-blocks-product .title-info-blocks h2 {
    text-align: center;
    padding-bottom: 20px;
    flex-basis: 100%;
  }
}
.home .info-blocks-product .title-info-blocks .tabs_block_pr {
  padding-right: 20px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  .home .info-blocks-product .title-info-blocks .tabs_block_pr {
    padding-right: 0;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
  }
}
.home .info-blocks-product .title-info-blocks .tabs_block_pr .tab_pr {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 4px 60px;
}
@media (max-width: 1500px) {
  .home .info-blocks-product .title-info-blocks .tabs_block_pr .tab_pr {
    padding: 4px 20px;
  }
}
.home .info-blocks-product .title-info-blocks .tabs_block_pr .tab_pr > a {
  position: relative;
  z-index: 100;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
@media (max-width: 1500px) {
  .home .info-blocks-product .title-info-blocks .tabs_block_pr .tab_pr > a {
    font-size: 16px;
    line-height: 20px;
  }
}
.home .info-blocks-product .title-info-blocks .tabs_block_pr .tab_pr::before {
  z-index: 1;
  transform: skew(-30deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 99%;
  transition: 0.5s;
  content: "";
  background: linear-gradient(90deg, #f4ab23 26.64%, #df3a24 115.12%);
}
.home .info-blocks-product .title-info-blocks .tabs_block_pr .tab_pr:hover::before {
  width: 100%;
}
.home .info-blocks-product .title-info-blocks .tabs_block_pr .tab_pr:hover > a {
  color: white;
}
.home .info-blocks-product .title-info-blocks .tabs_block_pr .active {
  color: white;
}
.home .info-blocks-product .title-info-blocks .tabs_block_pr .active::before {
  width: 100%;
}
.single-product-names {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  .single-product-names {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
  }
}
.single-product-names .tab_pr {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 4px 40px;
}
@media (max-width: 1600px) {
  .single-product-names .tab_pr {
    padding: 4px 20px;
  }
}
.single-product-names .tab_pr > a {
  position: relative;
  z-index: 100;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1600px) {
  .single-product-names .tab_pr > a {
    font-size: 16px;
    line-height: 20px;
  }
}
.single-product-names .tab_pr::before {
  z-index: 1;
  transform: skew(-30deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 99%;
  transition: 0.5s;
  content: "";
  background: linear-gradient(90deg, #f4ab23 26.64%, #df3a24 115.12%);
}
.single-product-names .tab_pr:hover::before, .single-product-names .tab_pr .active::before {
  width: 100%;
}
.single-product-names .tab_pr:hover > a, .single-product-names .tab_pr .active > a {
  color: white;
}
.single-product-names .active {
  color: white;
}
.single-product-names .active::before {
  width: 100%;
}
body.postid-103 .printing_quality_container {
  display: none;
}
#wpcf7-f94-o1 select option:nth-child(2) {
  color: #0f4c81;
}
#wpcf7-f94-o1 select option:nth-child(3) {
  color: #188523;
}
#wpcf7-f94-o1 select option:nth-child(4) {
  color: #dbc715;
}
#wpcf7-f94-o1 select option:nth-child(5) {
  color: #b6201e;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
#top {
  padding: 90px 0 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1180px) {
  #top {
    padding: 40px 0 22px;
  }
}
#top h1 {
  padding-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  #top h1 {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  #top h1 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #top h1 {
    font-size: 30px !important;
  }
}
.map__block {
  padding: 30px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.map__image {
  max-width: 890px;
  margin: 0 auto -40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1150px) {
  .map__image {
    margin: 0 auto 0;
  }
}
.map__image img {
  width: 100%;
}
.locations__section {
  padding: 200px 0 300px;
  background-color: #00458e;
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 91%);
  position: relative;
}
@media (max-width: 1150px) {
  .locations__section {
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 98%);
    padding: 150px 0;
  }
}
@media (max-width: 768px) {
  .locations__section {
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
  }
}
@media (max-width: 576px) {
  .locations__section {
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 99%);
    padding: 100px 0;
  }
}
.locations__section:after {
  content: url("../img/location-romb-1.svg");
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .locations__section:after {
    display: none;
  }
}
.locations__section:before {
  content: url("../img/location-romb-2.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-width: 100%;
}
@media (max-width: 768px) {
  .locations__section:before {
    display: none;
  }
}
.locations__wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.locations__wrapper > * {
  width: 18.5%;
  margin: 0 0.75% 0.9em;
}
@media (max-width: 1400px) {
  .locations__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .locations__wrapper > * {
    width: 31.8333333333%;
    margin: 0 0.75% 1em;
  }
}
@media (max-width: 768px) {
  .locations__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .locations__wrapper > * {
    width: 48.5%;
    margin: 0 0.75% 1.125em;
  }
}
@media (max-width: 576px) {
  .locations__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .locations__wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.locations__wrapper .card {
  background-color: #fff;
  padding: 40px 25px 15px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 330px;
}
@media (max-width: 576px) {
  .locations__wrapper .card {
    min-height: auto;
  }
}
.locations__wrapper .card:nth-child(even):after {
  content: url("../img/info-cards-romb.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.locations__wrapper .card:nth-child(odd):after {
  content: url("../img/info-cards-romb-2.svg");
  position: absolute;
  top: -11px;
  left: -30px;
  z-index: 1;
}
.locations__wrapper .card .wys {
  position: relative;
  z-index: 2;
}
.locations__wrapper .card .wys p {
  word-break: break-word;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .locations__wrapper .card .wys p {
    font-size: 14px;
  }
}
.locations__wrapper .card .wys p strong {
  color: #9e9e9e;
}
.quote-request__section {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .quote-request__section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .quote-request__section {
    padding: 40px 0;
  }
}
.quote-request__wrapper {
  display: grid;
  grid-template-columns: 1fr 760px;
  align-items: stretch;
  grid-gap: 70px;
}
@media (max-width: 1480px) {
  .quote-request__wrapper {
    grid-template-columns: 1fr 550px;
  }
}
@media (max-width: 1024px) {
  .quote-request__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.quote-request__wrapper > div.left svg {
  max-width: 100%;
}
.quote-request__wrapper > div.right .form {
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.15);
  padding: 130px 100px;
}
@media (max-width: 1480px) {
  .quote-request__wrapper > div.right .form {
    padding: 80px;
  }
}
@media (max-width: 1024px) {
  .quote-request__wrapper > div.right .form {
    -webkit-flex-basis: 600px;
    -moz-flex-basis: 600px;
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .quote-request__wrapper > div.right .form {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .quote-request__wrapper > div.right .form {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .quote-request__wrapper > div.right .form {
    padding: 20px 25px;
  }
}
.quote-request__wrapper > div.right .form form .col {
  margin-bottom: 20px;
}
.quote-request__wrapper > div.right .form form .submit-btn {
  text-align: right;
  position: relative;
}
.quote-request__wrapper > div.right .form form .submit-btn .btn {
  background: linear-gradient(270deg, #dd3423 0%, #f4b022 100%);
  min-width: 250px;
  border: none;
}
@media (max-width: 1024px) {
  #faq {
    margin: 60px 0;
  }
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.main_product_container {
  padding: 26px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  width: 1920px;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main_product_container {
    padding: 26px 0;
  }
}
.main_product_container .item_block {
  flex-basis: 49%;
  max-width: 49%;
  flex: 1;
  margin: 0 1em;
}
.main_product_container .item_block h5 {
  padding-bottom: 40px;
}
.main_product_container .item_block .img-block {
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 15px;
}
.main_product_container .item_block .img-block img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .main_product_container .item_block {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
  .main_product_container .item_block h5 {
    font-size: 20px;
  }
}
.main_product_container .button_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding-bottom: 76px;
  margin-top: 30px;
}
.main_product_container .button_block .btn {
  background: linear-gradient(270deg, #dd3423 0%, #f4b022 100%);
  border: none;
  padding: 27px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (max-width: 1280px) {
  .main_product_container .button_block {
    padding-bottom: 20px;
    grid-gap: 5px;
  }
  .main_product_container .button_block .btn {
    padding: 20px 20px;
    margin: 0;
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .main_product_container .button_block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main_product_container .info_block p {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}
.main_product_container .info_block ul li {
  font-weight: 600;
  font-size: 24px;
  line-height: 57px;
  position: relative;
  padding-left: 20px;
}
.main_product_container .info_block ul li::before {
  width: 10px;
  height: 10px;
  background: linear-gradient(270deg, #dd3423 0%, #f4b022 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 10px;
  content: "";
}
@media (max-width: 1024px) {
  .main_product_container .info_block p {
    font-size: 15px;
    line-height: normal;
  }
  .main_product_container .info_block ul li {
    font-size: 15px;
    line-height: normal;
  }
}
.printing_quality_container {
  padding: 45px 28px;
  width: 1920px;
  max-width: 96%;
  margin: 0 auto;
}
.printing_quality_container .printing_quality_title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 56px;
}
.printing_quality_container .printing_quality_title h3 {
  display: flex;
  align-items: center;
  padding: 0;
}
.printing_quality_container .printing_quality_title .tabs_block {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.printing_quality_container .printing_quality_title .tabs_block .tab {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 4px 60px;
}
.printing_quality_container .printing_quality_title .tabs_block .tab::after {
  transform: skew(-30deg);
  position: absolute;
  left: -11px;
  bottom: 0;
  width: 0px;
  height: 1px;
  transition: 0.5s;
  content: "";
  background: linear-gradient(90deg, #f4ab23 26.64%, #df3a24 115.12%);
}
.printing_quality_container .printing_quality_title .tabs_block .tab span {
  position: relative;
  z-index: 100;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.printing_quality_container .printing_quality_title .tabs_block .tab::before {
  z-index: 1;
  transform: skew(-30deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 99%;
  transition: 0.5s;
  content: "";
  background: linear-gradient(90deg, #f4ab23 26.64%, #df3a24 115.12%);
}
.printing_quality_container .printing_quality_title .tabs_block .tab:hover::after {
  width: 99%;
}
.printing_quality_container .printing_quality_title .tabs_block .active {
  color: white;
}
.printing_quality_container .printing_quality_title .tabs_block .active::before {
  width: 100%;
}
@media (max-width: 1400px) {
  .printing_quality_container .printing_quality_title .tabs_block .tab {
    padding: 4px 30px;
  }
  .printing_quality_container .printing_quality_title .tabs_block .tab span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .printing_quality_container .printing_quality_title h3 {
    font-size: 20px;
  }
  .printing_quality_container .printing_quality_title .tabs_block .tab {
    padding: 4px 20px;
  }
  .printing_quality_container .printing_quality_title .tabs_block .tab span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .printing_quality_container .printing_quality_title {
    flex-direction: column;
  }
  .printing_quality_container .printing_quality_title h3 {
    padding-bottom: 15px;
  }
  .printing_quality_container .printing_quality_title .tabs_block {
    justify-content: flex-start;
  }
}
.printing_quality_container .printing_quality_range {
  font-weight: bold;
}
.printing_quality_container .printing_quality_range .list-bots {
  position: relative;
  font-size: 0;
}
.printing_quality_container .printing_quality_range .f-cb {
  zoom: 1;
}
.printing_quality_container .printing_quality_range .f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.printing_quality_container .printing_quality_range .li:nth-child(2n + 1) {
  margin-left: 0;
}
.printing_quality_container .printing_quality_range .li {
  width: 47.5%;
  display: inline-block;
  margin-bottom: 50px;
  vertical-align: top;
  margin-left: 5%;
  font-size: 16px;
}
.printing_quality_container .printing_quality_range .li-span {
  line-height: 1;
  margin-bottom: 30px;
}
.printing_quality_container .printing_quality_range .bold {
  font-weight: bold;
}
.printing_quality_container .printing_quality_range .ft20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.printing_quality_container .printing_quality_range .li-bots {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  height: 38px;
}
.printing_quality_container .printing_quality_range .list-bots .i0 {
  left: 0;
}
.printing_quality_container .printing_quality_range .list-bots .i0, .printing_quality_container .printing_quality_range .list-bots .i1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.printing_quality_container .printing_quality_range img {
  max-width: 100%;
}
.printing_quality_container .printing_quality_range img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.printing_quality_container .printing_quality_range .list-bots .i1 {
  right: 0;
}
.printing_quality_container .printing_quality_range .line-box {
  width: 100%;
  position: relative;
  height: 17px;
}
.printing_quality_container .printing_quality_range .line-top {
  margin-left: -3px;
}
.printing_quality_container .printing_quality_range .line-top {
  position: absolute;
  height: 17px;
  left: 50%;
  bottom: 1px;
  width: 3px;
  background: #00458e;
}
.printing_quality_container .printing_quality_range .line-box .spans, .printing_quality_container .printing_quality_range .line-box .line-li {
  height: 100%;
}
.printing_quality_container .printing_quality_range .line-box .spans {
  position: absolute;
  left: 0;
}
.printing_quality_container .printing_quality_range .line-box .line-li {
  float: left;
  width: 25%;
  position: relative;
}
.printing_quality_container .printing_quality_range .line-box .u0, .printing_quality_container .printing_quality_range .line-box .u1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.printing_quality_container .printing_quality_range .line-top .span {
  position: absolute;
  line-height: 20px;
  height: 20px;
  top: -30px;
  font-size: 20px;
  color: #00458e;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
}
.printing_quality_container .printing_quality_range .line-box .spans, .printing_quality_container .printing_quality_range .line-box .line-li {
  height: 100%;
}
.printing_quality_container .printing_quality_range .line-box .spans {
  position: absolute;
  left: 0;
}
.printing_quality_container .printing_quality_range .line-box .line-li {
  float: left;
  width: 25%;
  position: relative;
}
.printing_quality_container .printing_quality_range .line-box .step6 {
  float: left;
  width: 20%;
  position: relative;
}
.printing_quality_container .printing_quality_range .line-box .spans, .printing_quality_container .printing_quality_range .line-box .line-li {
  height: 100%;
}
.printing_quality_container .printing_quality_range .line-box .spans span, .printing_quality_container .printing_quality_range .line-box .line-li span {
  position: absolute;
  right: -1.5em;
  width: 3em;
  bottom: 0;
  line-height: 1;
  font-size: 16px;
  bottom: -20px;
  text-align: center;
}
@media (max-width: 768px) {
  .printing_quality_container .printing_quality_range .li {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .printing_quality_container {
    padding: 5px 28px;
  }
}
.ribbon_size_container {
  padding-bottom: 50px;
}
.ribbon_size_container .ribbon_size_title {
  padding-bottom: 55px;
  text-align: center;
}
.ribbon_size_container .ribbon_size_title h2 {
  padding-bottom: 8px;
  font-family: "Request Personal Use";
  font-weight: 400;
  font-size: 50px;
  line-height: 92px;
}
.ribbon_size_container .ribbon_size_title .subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1000px) {
  .ribbon_size_container .ribbon_size_title {
    padding-bottom: 30px;
  }
  .ribbon_size_container .ribbon_size_title h2 {
    font-size: 30px;
    line-height: normal;
  }
  .ribbon_size_container .ribbon_size_title .subtitle {
    font-size: 18px;
  }
}
.ribbon_size_container .ribbon_size_table_block {
  position: relative;
  margin: 0 auto;
  width: 1234px;
  max-width: 98%;
  padding: 70px 100px;
  background: #fff;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.15);
}
.ribbon_size_container .ribbon_size_table_block::after {
  position: absolute;
  top: 0;
  left: 0;
  content: url("../img/rombTableLeft.svg");
}
.ribbon_size_container .ribbon_size_table_block::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: url("../img/rombTableRight.svg");
}
.ribbon_size_container .ribbon_size_table_block .table_wrapper {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.ribbon_size_container .ribbon_size_table_block .table_wrapper .table {
  flex-basis: 35%;
  max-width: 35%;
  padding: 15px;
}
.ribbon_size_container .ribbon_size_table_block .table_wrapper .table ul li {
  position: relative;
  padding: 0 40px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ribbon_size_container .ribbon_size_table_block .table_wrapper .table ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ribbon_size_container .ribbon_size_table_block .table_wrapper .table ul li .item_table {
  display: flex;
  justify-content: space-evenly;
}
.ribbon_size_container .ribbon_size_table_block .table_wrapper .table ul li .dot {
  flex: 1;
  border-bottom: 3px dotted #dd3423;
  height: 16px;
  margin: 0 2px;
}
.ribbon_size_container .ribbon_size_table_block .table_wrapper .table ul li::before {
  width: 10px;
  height: 10px;
  background: linear-gradient(270deg, #dd3423 0%, #f4b022 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  border-radius: 10px;
  content: "";
}
@media (max-width: 1200px) {
  .ribbon_size_container .ribbon_size_table_block {
    padding: 50px 30px;
  }
  .ribbon_size_container .ribbon_size_table_block .table_wrapper .table {
    padding: 0;
  }
  .ribbon_size_container .ribbon_size_table_block .table_wrapper .table ul li {
    padding: 0 20px;
  }
  .ribbon_size_container .ribbon_size_table_block .table_wrapper .table ul li::before {
    left: 0;
  }
}
@media (max-width: 1000px) {
  .ribbon_size_container .ribbon_size_table_block::after {
    display: none;
  }
  .ribbon_size_container .ribbon_size_table_block::before {
    display: none;
  }
}
@media (max-width: 800px) {
  .ribbon_size_container .ribbon_size_table_block .table_wrapper .table {
    padding-bottom: 10px;
    flex-basis: 100%;
    max-width: 100%;
  }
  .ribbon_size_container .ribbon_size_table_block .table_wrapper .table ul li {
    padding: 0 20px;
  }
  .ribbon_size_container .ribbon_size_table_block .table_wrapper .table ul li::before {
    left: 0;
  }
}
.printing_quality_range {
  display: none;
}
