@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot');
  src: url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.woff2') format('woff2'), url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.woff') format('woff'), url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.ttf') format('truetype'), url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.svg#../fonts/MyriadPro/MyriadProRegular/MyriadProRegular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.eot');
  src: url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.woff2') format('woff2'), url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.woff') format('woff'), url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.ttf') format('truetype'), url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.svg#Myriad Pro Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Myriad Pro';
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  background: #FFF;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  body img {
    max-width: 100%;
  }
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  position: relative;
  z-index: 5;
}
.min-title {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .min-title {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .min-title {
    font-size: 18px;
  }
}
.title {
  font-size: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
  }
}
p,
.min-title,
.title,
.order {
  margin: 0;
  position: relative;
  z-index: 2;
}
.order a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.order a,
.order button {
  padding: 10px 20px;
  min-width: 221px;
  min-height: 61px;
  background: #ce9200;
  cursor: pointer;
  border: none;
  color: #fff;
}
.order a .icon,
.order button .icon {
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.order a .icon img,
.order button .icon img {
  width: 35px;
}
.order a:hover,
.order button:hover {
  background: #488ccb !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .order a,
  .order button {
    padding: 5px 10px;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .order a,
  .order button {
    padding: 5px 15px;
    min-height: 55px !important;
  }
  .order a .icon,
  .order button .icon {
    margin: 0 15px 0;
  }
}
.gray {
  color: #5f5f5f;
}
.for-title .tit {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 15px 0;
  color: #5f5f5f;
  letter-spacing: 5.4px;
}
.for-title hr {
  margin: 0;
  width: 170px;
  height: 2px;
  background: #eceff4;
  border: none;
}
@media (max-width: 767px) {
  .for-title .tit {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
  }
  .for-title hr {
    width: 100px;
  }
}
.text-block {
  text-align: justify;
}
.text-block p:not(:last-of-type) {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .text-block p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
a,
button {
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
button:active,
button:focus {
  outline: none !important;
}
.form ::-webkit-input-placeholder {
  color: #999;
}
.form ::-moz-placeholder {
  color: #999;
}
.form :-moz-placeholder {
  color: #999;
}
.form :-ms-input-placeholder {
  color: #999;
}
.form label.error {
  display: none !important;
}
.form input,
.form select,
.form textarea {
  border-radius: 2px;
  border: 1px solid transparent;
  color: #fff;
  width: 100%;
  outline: none;
  font-size: 18px;
  background-color: #ededed;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: #3d3d3d;
}
.form input.error,
.form select.error,
.form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
.form input {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.form select {
  height: 60px;
}
.form textarea {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .form input,
  .form textarea,
  .form select {
    font-size: 16px;
  }
}
.manage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  z-index: 1000;
  box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.61);
}
.manage .logo img {
  width: 50px;
}
.humb {
  width: 40px;
  padding: 8px 7px;
  background: transparent;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 10000;
  cursor: pointer;
  background: #ce9200;
  transition: 0.3s;
}
.humb.active {
  background: none;
  top: 10px;
}
.humb.active .dv-2 {
  opacity: 0;
}
.humb.active .dv-1 {
  transform: rotate(-45deg);
}
.humb.active .dv-3 {
  transform: rotate(45deg) translate(-10px,-10px);
}
.humb div {
  height: 4px;
  background: #fff;
  transition: 0.3s;
}
.humb div:not(:last-of-type) {
  margin-bottom: 3px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100%;
  width: 290px;
  background: #fff;
  z-index: 9999;
  transition: 0.3s;
  padding: 50px 30px 50px 30px;
  overflow-y: scroll;
  background: #ce9200;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mobile-menu.active {
  transform: none;
}
.mobile-menu .close-menu {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 30px;
  line-height: 10px;
  height: 10px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.mobile-menu .close-menu:hover {
  color: #d41584;
}
.mobile-menu .logo {
  margin: 0 0 40px 0;
}
.mobile-menu .logo img {
  width: 60px;
}
.mobile-menu .menu > div:not(:last-of-type) {
  margin-bottom: 15px;
}
.mobile-menu .menu > div > a {
  text-transform: uppercase;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #f8f8f8;
  box-shadow: none;
  outline: none;
}
.mobile-menu .menu > div > a.active {
  text-decoration: underline;
}
.mobile-menu .menu > div .dropdown-menu {
  position: relative !important;
  transform: none !important;
  top: initial !important;
  float: none !important;
  border-radius: 0;
  padding: 15px;
}
.mobile-menu .menu > div .dropdown-menu div:not(:last-of-type) {
  margin-bottom: 5px;
}
.mobile-menu .menu > div .dropdown-menu div a {
  color: #000;
  box-shadow: none;
  outline: none;
}
.mobile-menu .menu > div .dropdown-menu div a.active {
  text-decoration: underline;
}
.mobile-menu .phones {
  margin: 30px 0 0 0;
}
.mobile-menu .phones .icon img {
  width: 25px;
}
.mobile-menu .phones a {
  display: block;
  color: #fff;
}
.menu-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.69);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.menu-back.active {
  opacity: 1;
  visibility: visible;
}
.header {
  background: #fff;
}
.header .h-top {
  padding: 10px 0;
}
.header .h-top .order .icon img {
  width: 25px;
}
.header .h-top .order a,
.header .h-top .order button {
  min-height: 45px;
}
.header .h-top .phones .icon {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #ce9200;
  border-radius: 50%;
}
.header .h-top .phones .icon img {
  max-width: 100%;
}
.header .h-top .phones a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  line-height: 1;
}
.header .h-top .phones a:hover {
  color: #ce9200;
}
.header .h-bottom {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ce9200;
}
.header .h-bottom.active {
  position: fixed;
}
.header .h-bottom .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-align: center;
}
.header .h-bottom .menu .nav-item .nav-link {
  padding: 0 10px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.header .h-bottom .menu .nav-item .nav-link:hover,
.header .h-bottom .menu .nav-item .nav-link.active {
  background: #06345f;
}
.main {
  position: relative;
  overflow: hidden;
  background: url(../images/main-bg.jpg) no-repeat center top / cover;
  padding: 100px 0 130px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.main:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65,60,14,0.71);
  z-index: 2;
}
.main video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
}
.main .m-block {
  padding: 60px 25px;
  max-width: 690px;
  background: rgba(0,0,0,0.72);
  color: #fff;
}
.main .m-block .title {
  margin: 40px 0 55px 0;
}
@media (max-width: 767px) {
  .main {
    padding: 80px 0 50px 0;
    min-height: calc(100vh - 55px);
  }
  .main .m-block {
    padding: 35px 20px;
  }
  .main .m-block .title {
    margin: 20px 0 30px 0;
  }
}
.bu-tubes {
  padding: 80px 0 90px 0;
}
.bu-tubes .t-right .order {
  margin: 110px 0 0 0;
}
@media (max-width: 767px) {
  .bu-tubes {
    padding: 40px 0 40px 0;
  }
  .bu-tubes .t-right {
    margin: 30px 0 0 0;
  }
  .bu-tubes .t-right .order {
    margin: 40px 0 0 0;
  }
}
.types {
  padding: 55px 0;
  position: relative;
}
.types:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: #ce9200;
}
.types .t-block {
  margin: 0 auto 60px;
  max-width: 590px;
}
.types .t-block .tb-top {
  color: #fff;
  margin: 0 0 30px 0;
}
.types .t-block .tb-top a {
  color: #fff;
}
.types .t-block .pic {
  margin: 0 0 30px 0;
}
.types .t-block .pic img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .types {
    padding: 0 0 35px 0;
  }
  .types:before {
    display: none;
  }
  .types .t-block {
    margin: 0 auto 35px;
  }
  .types .t-block .tb-top {
    margin: 0 0 20px 0;
    color: #000;
  }
  .types .t-block .tb-top a {
    color: #000;
  }
}
.recover-tubes {
  padding: 105px 0 85px 0;
  background: url(../images/images/1670815484ro4rYPVwww9oDqF1.jpg) no-repeat center top / cover;
  color: #fff;
}
.recover-tubes .for-title .tit {
  color: #fff;
  margin: 0;
}
.recover-tubes .order a,
.recover-tubes .order button {
  background: #ce9200;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .recover-tubes {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .recover-tubes {
    padding: 40px 0 40px 0;
  }
  .recover-tubes .r-left {
    margin: 30px 0 0 0;
  }
}
.tubes-products {
  background-color: #e5e5e5;
}
.tubes-products .tp-block {
  padding: 35px 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tubes-products .tp-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tubes-products .pic {
    margin: 0 -15px;
  }
  .tubes-products .tp-block {
    padding: 30px 0 30px 0;
  }
}
.services {
  padding: 65px 0 60px 0;
  text-align: center;
}
.services .s-block {
  margin: 30px auto 0;
  max-width: 380px;
}
.services .s-block:hover .s-body:before {
  opacity: 1;
  visibility: visible;
}
.services .s-block:hover .s-body .order a,
.services .s-block:hover .s-body .order button {
  opacity: 1;
  transform: none;
}
.services .s-block .s-top {
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ce9200;
  color: #fff;
}
.services .s-block .s-body {
  position: relative;
  height: 280px;
  padding: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .s-block .s-body:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.47);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.services .s-block .s-body .order a,
.services .s-block .s-body .order button {
  min-height: 60px;
  background-color: #ce9200;
  transform: translateY(100%);
  opacity: 0;
}
@media (max-width: 1199px) {
  .services .s-block .s-body:before {
    opacity: 1;
    visibility: visible;
  }
  .services .s-block .s-body .order a,
  .services .s-block .s-body .order button {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 40px 0 45px 0;
  }
  .services .s-block .s-top {
    height: 50px;
  }
  .services .s-block .s-body {
    height: 230px;
  }
}
.gallery {
  text-align: center;
  background-color: #f8f8f8;
  padding: 100px 0 130px 0;
}
.gallery .for-title hr {
  background: #fff;
}
.gallery .slider {
  padding: 0 70px;
  margin: 65px 0 0 0;
  position: relative;
}
.gallery .slider .swiper-container {
  padding: 20px;
}
.gallery .slider .swiper-button div {
  outline: none;
}
.gallery .slider .swiper-button div:after {
  color: #ce9200;
}
.gallery .slider .swiper-button div:after:hover {
  color: #000;
}
.gallery .slider .swiper-button .swiper-button-next {
  right: 0;
}
.gallery .slider .swiper-button .swiper-button-prev {
  left: 0;
}
.gallery .slider .pic {
  display: block;
  text-decoration: none;
  position: relative;
}
.gallery .slider .pic:not(:last-of-type) {
  margin-bottom: 30px;
}
.gallery .slider .pic:hover {
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
}
.gallery .slider .pic:hover:before {
  opacity: 1;
}
.gallery .slider .pic:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 0 5px #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 2;
}
.gallery .slider .pic img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .gallery {
    padding: 40px 0 40px 0;
  }
  .gallery .slider {
    padding: 0 30px;
    margin: 25px -10px 0 -10px;
  }
  .gallery .slider .swiper-container {
    padding: 10px;
  }
  .gallery .slider .pic:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.contacts {
  padding: 60px 0;
  background: url(../images/contacts-bg.jpg) no-repeat center top / cover;
  color: #fff;
}
.contacts .phones {
  margin: 45px 0 40px 0;
}
.contacts .phones a {
  color: #fff;
  display: block;
}
.contacts .ar-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.contacts .ar-row:not(:last-of-type) {
  margin-bottom: 20px;
}
.contacts .ar-row .icon {
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
.contacts .ar-row .tit {
  margin: 0 0 5px 0;
}
.contacts .map {
  height: 100%;
}
@media (max-width: 767px) {
  .contacts {
    padding: 40px 0 0 0;
  }
  .contacts .phones {
    margin: 20px 0 25px 0;
  }
  .contacts .map {
    height: 300px;
    margin: 30px -15px 0 -15px;
  }
}
