@font-face {
  font-family: "HandelGothicRegular";
  src: url("../fonts/handel-gothic.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr-Roman";
  src: url("../fonts/HelveticaNeueCyr-Roman.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr-Light";
  src: url("../fonts/helveticaneuecyr-light.ttf");
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}

nav {
  display: inline-block;
}

h1, h3, h4 {
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

i {
  font-style: normal;
}

input, textarea {
  cursor: text;
  outline: none;
  border: none;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

body {
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 12px;
  height: 3px;
}
body::-webkit-scrollbar-button {
  background-color: #e94c35;
  display: none;
}
body::-webkit-scrollbar-track {
  background: #999999;
}
body::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #e94c35;
  border-radius: 2px;
}
body::-webkit-scrollbar-corner {
  background-color: #999999;
}

* {
  box-sizing: border-box;
  cursor: default;
}

.header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  background: #fff;
  padding: 30px 30px 30px 60px;
}
@media (max-width: 1100px) {
  .header-top {
    padding: 30px;
  }
}
.header-top-logo {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.header-menu-list {
  display: flex;
  transition: 0.5s;
}
@media (max-width: 1285px) {
  .header-menu-list {
    gap: 2%;
  }
}
@media (max-width: 1000px) {
  .header-menu-list {
    display: none;
  }
}
.header-menu-list-link {
  font-family: "HandelGothicRegular";
  font-size: 18px;
  line-height: 80px;
  text-align: right;
  color: #212121;
  transition: color 0.3s;
  padding: 35px 30px;
}
.header-menu-list-link:hover {
  color: #e94c35;
}
.header-menu-list-link span {
  color: #e94c35;
}
@media (max-width: 1285px) {
  .header-menu-list-link {
    line-height: normal;
    padding: 35px 0;
  }
}
.header-content-bg {
  background: url("/assets/images/header_bg.jpg") center/cover;
  height: 500px;
  position: relative;
}
@media (max-width: 800px) {
  .header-content-bg {
    height: 350px;
  }
}
.header-content-metal {
  background: url("/assets/images/metal-tranding-header.jpg") center/cover;
  height: 500px;
  position: relative;
}
@media (max-width: 800px) {
  .header-content-metal {
    height: 350px;
  }
}
.header-content-industrial {
  background: url("/assets/images/industrial-equipment-header.jpg") center/cover;
  height: 500px;
  position: relative;
}
@media (max-width: 800px) {
  .header-content-industrial {
    height: 350px;
  }
}
.header-content-agricultural {
  background: url("/assets/images/agricultural-products-header.jpg") center/cover;
  height: 500px;
  position: relative;
}
@media (max-width: 800px) {
  .header-content-agricultural {
    height: 350px;
  }
}
.header-content-transportation {
  background: url("/assets/images/trans-header.jpg") center/cover;
  height: 500px;
  position: relative;
}
@media (max-width: 800px) {
  .header-content-transportation {
    height: 350px;
  }
}
.header-content-logo {
  position: absolute;
  width: 1200px;
  height: 250px;
  bottom: -125px;
  padding: 56px 0px;
  z-index: 1;
  background-color: #212121;
  box-shadow: 6.4px 6.4px 32px 0 rgba(0, 1, 2, 0.43);
  opacity: 0.95;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1100px) {
  .header-content-logo {
    width: 90%;
    height: 220px;
    bottom: -110px;
    padding: 0px;
  }
}
@media (max-width: 800px) {
  .header-content-logo {
    height: 150px;
    bottom: -75px;
  }
}
.header-content-logo img {
  display: block;
  margin: auto;
}
@media (max-width: 1100px) {
  .header-content-logo img {
    width: 600px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 800px) {
  .header-content-logo img {
    width: 450px;
  }
}
@media (max-width: 650px) {
  .header-content-logo img {
    width: 70%;
  }
}
.header-content-title {
  position: absolute;
  width: 1200px;
  height: 250px;
  bottom: -125px;
  padding: 56px 0px;
  z-index: 1;
  background-color: #212121;
  box-shadow: 6.4px 6.4px 32px 0 rgba(0, 1, 2, 0.43);
  opacity: 0.95;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1100px) {
  .header-content-title {
    width: 90%;
    height: 220px;
    bottom: -110px;
    padding: 0px;
  }
}
@media (max-width: 800px) {
  .header-content-title {
    height: 150px;
    bottom: -75px;
  }
}
.header-content-title h1 {
  margin: 0px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "HandelGothicRegular";
  font-size: 72px;
  text-align: center;
  color: #fff;
}
@media (max-width: 650px) {
  .header-content-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .header-content-title h1 {
    font-size: 50px;
  }
}

.content {
  display: flex;
  flex-direction: column;
  padding-top: 290px;
  max-width: 1561px;
  margin: auto;
}
@media (max-width: 1600px) {
  .content {
    max-width: 1300px;
  }
}
@media (max-width: 1400px) {
  .content {
    max-width: 1100px;
  }
}
@media (max-width: 1100px) {
  .content {
    padding-top: 250px;
  }
}
.content-block:nth-last-of-type(1) {
  margin-bottom: 150px;
}
.content-block {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 217px;
}
@media (max-width: 1100px) {
  .content-block {
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-bottom: 130px;
  }
}
.content-block-img {
  position: relative;
  max-width: 670px;
  padding: 0;
}
@media (max-width: 1600px) {
  .content-block-img {
    max-width: 500px;
  }
}
@media (max-width: 1400px) {
  .content-block-img {
    max-width: 400px;
  }
}
@media (max-width: 1100px) {
  .content-block-img {
    max-width: 550px;
  }
}
@media (max-width: 650px) {
  .content-block-img {
    padding: 0 50px;
    max-width: 100%;
  }
}
.content-block-img img {
  width: 100%;
  box-shadow: 6.4px 6.4px 32px 0 rgba(0, 1, 2, 0.43);
}
.content-block-img i {
  position: absolute;
  top: -35px;
  right: -55px;
  opacity: 0.95;
  box-shadow: 6.4px 6.4px 32px 0 rgba(0, 1, 2, 0.43);
  background-color: #e8422a;
  width: 120px;
  height: 120px;
  font-family: "HandelGothicRegular";
  font-size: 47px;
  line-height: 120px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1400px) {
  .content-block-img i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .content-block-img i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    right: -30px;
    top: -30px;
  }
}
@media (max-width: 650px) {
  .content-block-img i {
    right: 15px;
  }
}
.content-block-info {
  max-width: 891px;
  padding-left: 100px;
}
@media (max-width: 1600px) {
  .content-block-info {
    max-width: 800px;
  }
}
@media (max-width: 1400px) {
  .content-block-info {
    max-width: 700px;
  }
}
@media (max-width: 1100px) {
  .content-block-info {
    max-width: 700px;
    width: 100%;
    padding: 50px 20px;
    text-align: center;
  }
}
.content-block-title {
  font-family: "HandelGothicRegular";
  font-size: 48px;
  color: #212121;
  margin-top: 0px;
  margin-bottom: 41px;
}
@media (max-width: 500px) {
  .content-block-title {
    font-size: 40px;
  }
}
.content-block-text {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #212121;
  margin-bottom: 48px;
}
.content-block-button {
  display: block;
  width: 200px;
  height: 60px;
  border: 1px solid #212121;
  transition: all 0.3s;
  font-family: "HelveticaNeueCyr-Light";
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
}
.content-block-button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.content-block-button:hover {
  color: #fffefe;
  background: #e94c35;
  border: 1px solid #e94c35;
}
@media (max-width: 1100px) {
  .content-block-button {
    margin: auto;
  }
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #f9f7f7;
  transition: top 0.3s;
}
.menu.active {
  top: 0;
}
.menu-open {
  display: none;
}
@media (max-width: 1000px) {
  .menu-open {
    display: block;
  }
}
.menu-open img {
  vertical-align: bottom;
  cursor: pointer;
}
.menu-close {
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 1;
}
.menu-close img {
  cursor: pointer;
}
.menu-list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.menu-list-link {
  display: block;
  padding: 15px 20px;
  font-family: "HandelGothicRegular";
  font-size: 45px;
  text-align: center;
  color: #212121;
  transition: 0.3s;
}
.menu-list-link:hover {
  color: #e94c35;
  text-shadow: 0 0 0.2em rgba(0, 1, 2, 0.43);
}

.footer {
  position: relative;
  height: 200px;
  background: #212121;
}
@media (max-width: 1000px) {
  .footer {
    height: auto;
  }
}
.footer-logo {
  position: absolute;
  height: 37px;
  width: 230px;
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
}
@media (max-width: 1000px) {
  .footer-logo {
    position: relative;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.footer-content {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
  max-width: 450px;
}
@media (max-width: 1000px) {
  .footer-content {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 80px;
    padding-bottom: 20px;
  }
}
.footer-content h3 {
  font-family: "HelveticaNeueCyr-Light";
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin: 0px;
}
@media (max-width: 1000px) {
  .footer-content h3 {
    text-align: center;
  }
}
.footer-content h3 span, .footer-content h3 a {
  font-family: "HelveticaNeueCyr-Light";
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin: 0px;
  font-family: "HandelGothicRegular";
}
@media (max-width: 1000px) {
  .footer-content h3 span, .footer-content h3 a {
    text-align: center;
  }
}
.footer-content h3 a:hover {
  text-decoration: underline;
}

.questions-space {
  margin-top: 100px;
}
.questions-container {
  position: relative;
  display: block;
  margin: auto;
  background: #f9f7f7;
  padding-bottom: 100px;
}
.questions-title {
  position: relative;
  width: 1000px;
  height: 150px;
  bottom: 75px;
  background-color: #212121;
  box-shadow: 6.4px 6.4px 32px 0 rgba(0, 1, 2, 0.43);
  opacity: 0.95;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1100px) {
  .questions-title {
    width: 80%;
  }
}
.questions-title h3 {
  font-family: "HandelGothicRegular";
  font-size: 48px;
  line-height: 150px;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media (max-width: 1100px) {
  .questions-title h3 {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .questions-title h3 {
    font-size: 32px;
  }
}
@media (max-width: 650px) {
  .questions-title h3 {
    line-height: inherit;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.questions-title i {
  position: absolute;
  top: -35px;
  right: -55px;
  opacity: 0.95;
  box-shadow: 6.4px 6.4px 32px 0 rgba(0, 1, 2, 0.43);
  background-color: #e8422a;
  width: 120px;
  height: 120px;
  font-family: "HandelGothicRegular";
  font-size: 47px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  top: -60px;
  right: -45px;
}
@media (max-width: 1400px) {
  .questions-title i {
    width: 120px;
    height: 120px;
    font-size: 47px;
    line-height: 120px;
  }
}
@media (max-width: 1100px) {
  .questions-title i {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 700px) {
  .questions-title i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    right: -30px;
    top: -30px;
  }
}
.questions-form h3 {
  font-family: "HelveticaNeueCyr-Light";
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;
  padding: 0 15px;
  margin: 0;
}
.questions-form h3 a {
  font-family: "HelveticaNeueCyr-Light";
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;
  font-family: "HandelGothicRegular";
  transition: all 0.3s;
}
.questions-form h3 a:hover {
  text-decoration: underline;
}

.form {
  max-width: 830px;
  margin-bottom: 10px;
}
.form-container {
  max-width: 830px;
  display: block;
  margin: auto;
  padding: 0 15px;
  padding-top: 70px;
}
.form-block {
  display: flex;
  gap: 30px;
}
@media (max-width: 765px) {
  .form-block {
    display: block;
  }
}
.form-input {
  height: 40px;
  width: 100%;
  padding: 6px 12px 0 19px;
  margin-bottom: 10px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0 50px 0 #eaeaea;
  font-family: "HandelGothicRegular";
  font-size: 18px;
  color: #000;
}
.form-input::placeholder {
  font-family: "HelveticaNeueCyr-Light";
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  color: #757575;
  text-align: start;
  padding-top: 1px;
}
.form-input.invalid {
  background: #fff url(/assets/images/warning.png) no-repeat right 10px top 7px;
}
.form-textarea {
  resize: none;
  height: 130px;
  margin-bottom: 50px;
}
.form-button {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  width: 200px;
  height: 60px;
  border: 1px solid #212121;
  transition: all 0.3s;
  font-family: "HelveticaNeueCyr-Light";
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
}
.form-button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-button:hover {
  color: #fffefe;
  background: #e94c35;
  border: 1px solid #e94c35;
}
.form-button:focus {
  outline: none;
  outline-offset: 0;
}

.transport {
  position: relative;
  display: block;
  max-width: 890px;
  margin: auto;
  padding: 180px 20px 0;
}
.transport p {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  color: #212121;
}
.transport h4 {
  padding: 40px 0 30px;
  margin: 0;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  color: #212121;
}
.transport-cards {
  display: flex;
  justify-content: space-between;
  padding-bottom: 96px;
}
@media (max-width: 1000px) {
  .transport-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .transport-cards {
    flex-direction: column;
  }
}
.transport-cards-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #e6e6e6;
  width: 260px;
  height: 250px;
  padding: 22px 27px 25px;
  justify-content: space-between;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  text-align: center;
  color: #212121;
}
@media (max-width: 1000px) {
  .transport-cards-item {
    flex: 300px;
  }
  .transport-cards-item:first-of-type {
    margin-right: 30px;
  }
  .transport-cards-item:last-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .transport-cards-item {
    flex: 300px;
    width: 100%;
  }
  .transport-cards-item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.transport-cards-item strong {
  font-size: 20px;
  font-weight: 600;
}

.switcher {
  display: flex;
  overflow: hidden;
  border: solid 1px #e6e6e6;
  background-color: #f9f9f9;
  margin-bottom: 60px;
}
@media (max-width: 850px) {
  .switcher {
    display: none;
  }
}
.switcher-buttons ul {
  list-style: none;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}
.switcher-button {
  width: 285px;
  height: 80px;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  color: #212121;
  font-size: 18px;
  text-align: left;
  background: #fff;
  padding: 14px 30px;
  border: none;
  border-right: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
  outline: none;
}
.switcher-button.active {
  background: #fff3f1;
  color: #e94c35;
  border-left: 4px solid #e94c35;
}
.switcher-button1 {
  border-top: none;
}
.switcher-content {
  width: 100%;
}
.switcher-item {
  display: none;
}
.switcher-item.active {
  display: block;
}
.switcher-item-header {
  height: 81px;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  color: #212121;
  text-align: left;
  padding: 28px 60px;
  border-bottom: solid 1px #e94c35;
}
.switcher-item-content {
  padding: 19px 60px;
}
.switcher-item-content ul {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  color: #212121;
  text-align: left;
  line-height: 2.8;
  padding: 0;
}
.switcher-item-content li {
  background: url(/assets/images/check.svg) no-repeat left 7px;
  font-size: 20px;
  line-height: 1.3;
  padding: 10px 0 10px 40px;
}
.switcher-mobile {
  display: none;
  padding: 0 0 60px;
}
@media (max-width: 850px) {
  .switcher-mobile {
    display: block;
  }
}
.switcher-mobile-item {
  border: solid 1px #e6e6e6;
  overflow: hidden;
  max-height: 80px;
  transition: 0.6s;
}
.switcher-mobile-item.active {
  max-height: 1100px;
}
.switcher-mobile-header {
  width: 100%;
  height: 80px;
  background: #fff;
  border: none;
  border-bottom: solid 1px #e94c35;
  padding: 14px 30px;
  outline: none;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  color: #212121;
  font-size: 18px;
  text-align: left;
}
.switcher-mobile-content {
  padding: 20px;
}
.switcher-mobile-content li {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  color: #212121;
  text-align: left;
  background: url(/assets/images/check.svg) no-repeat left 7px;
  font-size: 20px;
  line-height: 1.3;
  padding: 10px 0 10px 40px;
}

.message {
  position: fixed;
  top: 10px;
  right: 10px;
  border: none;
  background: rgba(57, 143, 20, 0.8);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-family: "HelveticaNeueCyr-Light";
  z-index: 1;
  transform: translateY(-150%);
  transition: transform 0.3s;
}
.message.active {
  transform: translateY(0);
}

/*# sourceMappingURL=style.css.map */
