@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
@font-face {
  font-family: "DINPro-Cond";
  src: url("../fonts/DINPro-Cond.woff2") format("woff2");
}

@font-face {
  font-family: "DINPro-CondBold";
  src: url("../fonts/DINPro-CondBold.woff2") format("woff2");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #121212;
}

body.lock {
  overflow: hidden;
}

*::-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}

*:-ms-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}

*::-ms-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}

*::placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.section-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-block__halfcolumn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.section-block__halfcolumn:nth-child(1) {
  padding-right: 30px;
}

.section-block__halfcolumn:nth-child(2) {
  padding-left: 30px;
}

.section-block__thirdcolumn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.section-block__fullcolumn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.overall-title {
  font-size: 54px;
  font-family: "DINPro-CondBold";
  text-transform: uppercase;
}

.overall-small-title {
  font-family: "DINPro-CondBold";
  text-transform: uppercase;
  font-size: 30px;
}

.overall-text {
  line-height: 1.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.overall-button {
  color: #212121;
  border-radius: 5px;
  font-family: "DINPro-CondBold";
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  display: block;
  width: 260px;
  background-color: #ffd700;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 21px;
  height: 52px;
  line-height: 52px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.overall-button:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #FDE24E;
}

.overall-page-title {
  font-size: 54px;
  font-family: "DINPro-CondBold";
  margin-bottom: 30px;
  text-transform: uppercase;
}

.header {
  background-color: #050f22;
}

.header__menu-block {
  height: 55px;
}

.header__container {
  font-family: DINPro-Cond;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
}

.menu-block ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  text-transform: uppercase;
}

.menu-block ul li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
}

.menu-block ul li:hover {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #424956;
}

.menu-block ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}

.menu-block ul li.current-menu-item{
  color: #ffae00;
}

.contacts-block {
  text-align: right;
}

.contacts-block__phone {
  font-size: 30px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.contacts-block__phone:hover {
  color: #ffae00;
}

.contacts-block__mail {
  font-family: 'PT Sans', sans-serif;
  color: #ffae00;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.contacts-block__mail:hover {
  color: #FFF;
}

.product-block {
  padding: 30px 0 85px;
  background: url("../img/middle-bg.jpg") center top no-repeat;
}

.product-block__image-block{
  height: 100%;
}

.product-block__image-block img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.product-block__title {
  margin-bottom: 30px;
}

.product-block__small-title {
  margin-top: 90px;
  margin-bottom: 20px;
}

.product-block__text {
  margin-bottom: 30px;
}

.product-block__button-block {
  margin-top: auto;
}

.features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features-block__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features-block__icon {
  margin-right: 20px;
}

.features-block__text {
  text-transform: uppercase;
  font-family: DINPro-CondBold;
  font-size: 30px;
  margin-bottom: 20px;
}

.features-block__text span {
  color: #606060;
  text-transform: lowercase;
}

.features-block__text strong {
  font-size: 45px;
}

.industries-block {
  padding-top: 40px;
}

.industries-block__small-title {
  font-size: 45px;
}

.industries-block__industries {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.industries-block__industries > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.industries-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.industries-block__name {
  color: #fff;
  font-family: "DINPro-Cond";
  font-size: 27px;
  text-align: center;
  height: 65px;
  width: 100%;
  line-height: 65px;
  background: #050f22;
  background: -webkit-gradient(linear, left top, right top, from(#050f22), to(#030c1b));
  background: linear-gradient(to right, #050f22 0%, #030c1b 100%);
  text-transform: uppercase;
}

.industries-block__image-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-block {
  margin-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}

.video-block__small-title {
  margin-bottom: 20px;
}

.video-block__text {
  margin-bottom: 20px;
}

.video-block__button-block{
  margin-top: auto;
}

.about-block {
  padding-top: 40px;
  margin-bottom: 100px;
}

.about-block__small-title {
  font-size: 45px;
}

.about-block__features {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-block__features > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.about-block__image-block {
  height: 250px;
  overflow: hidden;
}

.about-block__image-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-block__text-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 40px;
}

.about-block__text-block strong {
  font-size: 30px;
  font-family: DINPro-CondBold;
  text-transform: uppercase;
}

.about-block__text-block span {
  font-size: 21px;
  margin-top: 20px;
  text-transform: uppercase;
}
.about-product{
  margin-bottom: 40px;
}

.about-product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.about-product__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  margin-right: 40px;

}

.about-product__image-block img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-product__info-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.about-product__small-title {
  margin-bottom: 20px;
}

.about-product__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-product__text p {
  margin-bottom: 15px;
}

.about-pipes {
  padding: 30px 0 85px;
  background: url("../img/middle-bg.jpg") center top no-repeat;
  overflow: hidden;
}

.about-pipes__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-pipes__container::before {
  content: '';
  display: block;
  position: absolute;
  top: 6%;
  left: 5%;
  background: url("../img/product-icon.png") no-repeat 0 0;
  width: 1174px;
  height: 515px;
}

.about-pipes__big-text {
  font-family: "DINPro-Cond";
  font-size: 45px;
  text-transform: uppercase;
  position: relative;
  padding-left: 65px;
  margin-top: 70px;
}

.about-pipes__text {
  width: 500px;
  margin-left: 65px;
  margin-top: 30px;
}

.delivery-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.delivery-block__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 405px;
          flex: 0 0 405px;
}

.delivery-path {
  margin-bottom: 100px;
}

.delivery-path__small-title {
  margin-bottom: 15px;
}

.delivery-path__text {
  margin-bottom: 20px;
}

.delivery-path__transport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "DINPro-CondBold";
  text-transform: uppercase;
  font-size: 18px;
  color: #424956;
}

.delivery-path__days {
  font-size: 30px;
}

.delivery-path__bignum {
  font-size: 72px;
}

.delivery-transport {
  background: url("../img/shipping-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 578px;
  padding-top: 34px;
  padding-bottom: 30px;
}

.delivery-transport__image-block {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}

.delivery-transport__image-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.delivery-transport__small-title {
  margin-bottom: 20px;
}

.company-block__text p {
  margin-bottom: 10px;
}

.value-block {
  background-color: #e8e8e8;
  padding: 25px 0;
  margin-bottom: 30px;
}

.value-block__image-block{
  height: 100%;
  padding-right: 20px;
}

.value-block__image-block img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.value-block__item {
  margin-bottom: 30px;
  padding-right: 40px;
  min-height: 150px;
}

.value-block__item-title {
  font-size: 21px;
  margin-bottom: 10px;
}

.production-block {
  margin-top: 30px;
  margin-bottom: 90px;
}

.production-block__photos {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.production-block__photos > *{
  flex: 0 0 33.3333%;
}

.production-block__photo a{
  display: block;
  height: 100%;
}

.production-block__photo img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.production-block__text p {
  margin-bottom: 15px;
}

.production-block__text ul {
  margin-left: 20px;
}

.production-block__info-block {
  padding-right: 40px;
  padding-left: 0 !important;
}


.production-block__image-block img{
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


.contacts-block__info-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: left;
}

.contacts-block__item-title {
  font-size: 21px;
  margin-bottom: 10px;
  font-family: DINPro-CondBold;
  position: relative;
}

.contacts-block__item-text a {
  color: #ffae00;
}

.contacts-block__item-text a:hover {
  text-decoration: underline;
}

.contacts-block__showonmap {
  color: #212121;
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 10px;
  border-bottom: 1px dashed #212121;
}

.contacts-block__showonmap:hover {
  border-bottom: 1px solid #212121;
}

.contacts-block__map-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.home-icon:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-home-lg fa-w-18 fa-9x'%3E%3Cpath fill='currentColor' d='M570.69 236.28L512 184.45V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v51.69L314.75 10.31a39.85 39.85 0 0 0-53.45 0l-256 226a16 16 0 0 0-1.21 22.6L25.5 282.7a16 16 0 0 0 22.6 1.21L277.42 81.63a16 16 0 0 1 21.17 0L527.91 283.9a16 16 0 0 0 22.6-1.21l21.4-23.82a16 16 0 0 0-1.22-22.59zM288 115L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16V368a16 16 0 0 1 16-16h96a16 16 0 0 1 16 16v128a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2z' class=''%3E%3C/path%3E%3C/svg%3E");
  width: 17px;
  height: 17px;
}

.hammers-icon:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='industry-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-industry-alt fa-w-16 fa-9x'%3E%3Cpath fill='currentColor' d='M475.115 163.781L336 252.309v-68.28c0-18.916-20.931-30.399-36.885-20.248L160 252.309V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24V184.029c0-18.917-20.931-30.399-36.885-20.248zM404 384h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm-128 0h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm-128 0h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z' class=''%3E%3C/path%3E%3C/svg%3E");
  width: 17px;
  height: 17px;
}

.contacts-form {
  margin-bottom: 100px;
}

.contacts-form__container .wpcf7{
 width: 100%;
}

.contacts-form__form {
  width: 100%;
}

.contacts-form__input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-form__input-block label {
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
  color: #303030;
  font-family: DINPro-CondBold;
}

.contacts-form__input-block input[type="text"],
.contacts-form__input-block input[type="email"] {
  padding: 0 10px;
  margin-bottom: 20px;
  height: 45px;
  width: 50%;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
}

.contacts-form__input-block textarea {
  padding: 10px;
  margin-bottom: 20px;
  height: 145px;
  resize: none;
  width: 95%;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
}

.footer {
  padding: 25px 0 15px;
  background-color: #050f22;
  background-image: url("data:image/png;base64,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");
  font-size: 14px;
  color: #FFF;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer__logo-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  margin: auto 0;
}

.footer__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__about-colinfo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 40px;
}

.footer__about-coladdress {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-right: 40px;
}

.footer__about-coladdress2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.footer__about-title {
  margin-bottom: 15px;
  font-family: DINPro-Cond;
  font-size: 18px;
}

.footer__about-text a {
  color: #ffd700;
  text-decoration: underline;
}

.footer__about-text a:hover {
  text-decoration: none;
}

.footer__about-text--phone a {
  color: #FFF;
  text-decoration: none;
}

.footer__about-text--phone a:hover {
  color: #ffd700;
}

.footer__menu {
  color: #ffd700;
  font-size: 18px;
  font-family: DINPro-Cond;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.footer__menu li {
  margin-right: 40px;
}

.footer__menu li:hover {
  text-decoration: underline;
}

.footer__menu li.current-menu-item{
  text-decoration: underline;
}

.header__mobile-menu-block {
  display: none;
  position: relative;
  top: 10px;
}

.header__burger-container {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  position: absolute;
  width: calc(100vw - 40px);
  height: calc(100vh - 110px);
  top: 32px;
  left: -20px;
  background-color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 999;
}

.header__burger-container.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__burger-container ul {
  color: black;
  padding: 20px;
  list-style: none;
}

.header__burger-container ul li {
  width: 100%;
  font-size: 24px;
  padding: 15px 0;
}

.header__burger-span {
  position: relative;
  top: 35%;
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header__burger-span::before {
  position: absolute;
  top: -12px;
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header__burger-span::after {
  position: absolute;
  bottom: -12px;
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header__burger-span.active {
  width: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__burger-span.active::before {
  top: 0;
  width: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header__burger-span.active::after {
  visibility: hidden;
  opacity: 0;
}

.video-block__video-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-block__singleimageblock{
  width: 100%;
}
.hero-block__singleimageblock img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-block__singlesliderblock .owl-nav{
  /*position: absolute;*/
  /*top: 0;*/
}

.hero-block__singlesliderblock .owl-nav button{
  height: 100px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-block__singlesliderblock .owl-nav button.disabled{
  opacity: .5;
}

.hero-block__singlesliderblock .owl-nav button.owl-prev{
  left: 0;
}

.hero-block__singlesliderblock .owl-nav button.owl-next{
  right: 0;
}

.hero-block__singlesliderblock .owl-nav button span{
  font-size: 60px;
  color: #ffffff;
  line-height: 1;
  padding: 0;
}

.hero-block__slider{
  position: relative;
}

.hero-block__slidertext{
  position: absolute;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: bold;
  bottom: 20px;
  left: 0;
  background-color: rgba(0,0,0,.75);
  padding: 10px 10px 10px 50px;
}

.hero-block__singlevideoblock{
  width: 100%;
  height: 100%;
}


































@media screen and (max-width: 1130px) {
  .menu-block ul li {
    font-size: 14px;
    padding: 0 10px;
  }
  .contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-block__phone {
    font-size: 22px;
  }
}

@media screen and (max-width: 950px) {
  .header__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 110px;
  }
  .header__logo-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__menu-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .header__contacts-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__menu li {
    margin-right: 10px;
  }
  .footer__about-colinfo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .footer__about-coladdress {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .footer__about-coladdress2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .overall-title {
    font-size: 40px;
  }
  .section-block__halfcolumn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-block__halfcolumn:nth-child(1), .section-block__halfcolumn:nth-child(2) {
    padding: 0;
  }
  .section-block__thirdcolumn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .section-block__thirdcolumn.mobile-fullflex {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .product-block {
    background-position: center center;
    background-size: cover;
  }
  .product-block__small-title {
    margin-top: 40px;
  }
  .features-block {
    margin-bottom: 40px;
  }
  .features-block__feature {
    margin: 0 40px;
  }
  .industries-block__small-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .video-block__video-block {
    margin-bottom: 40px;
  }

  .video-block__text {
    margin-bottom: 30px;
  }
  .about-block__small-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .about-block__features > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .production-block__photos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: stretch;
  }

  .delivery-block__container {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .delivery-block__image-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .delivery-block__image-block img {
    width: 100%;
    height: 100%;
    opacity: .4;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .delivery-block__info-block {
    position: relative;
    z-index: 1;
  }
  .delivery-path__transport {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-block__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts-block__info-block > * {
    padding: 0 10px;
  }
}

@media screen and (max-width: 720px) {
  .overall-page-title {
    text-align: center;
    font-size: 26px;
  }
  .overall-small-title {
    text-align: center;
    font-size: 24px;
  }
  .section-block__thirdcolumn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .hero-block {
    display: none;
  }
  .header__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__logo-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .header__menu-block {
    display: none;
  }
  .header__mobile-menu-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__contacts-block {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .contacts-block__mail {
    display: none;
  }
  .footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__logo-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer__menu {
    display: none;
  }
  .footer__about-coladdress, .footer__about-coladdress2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .features-block__feature {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features-block__icon {
    margin: 0;
    padding: 0;
  }
  .features-block__text {
    text-align: center;

  }
  .industries-block__small-title {
    text-align: center;
  }
  .industries-block__industries > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about-block__features > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about-product__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-product__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about-pipes__big-text {
    font-size: 20px;
  }
  .about-pipes__text {
    margin-left: 0;
    width: 100%;
  }
  .value-block__item {
    padding-right: 0;
  }
  .delivery-path__transport {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .delivery-path__days {
    font-size: 16px;
  }
  .delivery-path__bignum {
    font-size: 40px;
  }
  .contacts-block__info-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-form__input-block input[type="text"],
  .contacts-form__input-block input[type="email"],
  .contacts-form__input-block textarea {
    width: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */