html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
  padding: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}
a {
  text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #de5c28;
}
input:autofill,
input:autofill:focus,
input:autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #de5c28;
}
html,
body {
  height: 100vh;
  overflow-x: hidden;
}
a {
  cursor: pointer;
}
body {
  color: #3e3331;
  font-size: 16px;
  line-height: 130%;
  font-family: "Montserrat";
  font-weight: 300;
}
.wrapper {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
section {
  margin-bottom: 50px;
}
@media (max-width: 1040px) {
  section {
     margin-bottom: 20px;
  }
}
footer {
  background: #3e3331;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #e6e6e6;
  z-index: 1;
}
footer a {
  color: #e6e6e6;
}
.footer__block {
  width: 1440px;
  padding: 60px 120px;
  margin: 0 auto;
}
.footer__block-copyright {
  width: 1440px;
  padding: 30px 120px;
  margin: 0 auto;
}
.container {
  width: 1440px;
  margin: 0 auto;
  padding: 60px 120px;
}
.link-btn {
  padding: 14px 20px;
  border-radius: 7px;
  color: #e6e6e6;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.burger,
.close {
  display: none;
}
h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #e6e6e6;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #e6e6e6;
  width: 790px;
}
h3 {
  color: #de5c28;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 70px;
}
h4 {
  color: #e6e6e6;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.button__contact {
  border-radius: 7px;
  font-family: "Montserrat", sans-serif;
  background: #de5c28;
  border: 1px solid #de5c28;
  color: #fff;
  padding: 14px 40px;
  letter-spacing: 0.48px;
  cursor: pointer;
}
.button__contact:hover {
  background: linear-gradient(94deg, #de5c28 15.82%, #eb792c 85.09%);
  -webkit-transform: perspective(1000px) scale(1.03);
  transform: perspective(1000px) scale(1.03);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition:
     transform 0.2s linear,
     -webkit-transform 0.2s linear;
  transition:
     transform 0.2s linear,
     -webkit-transform 0.2s linear;
}
#contact-name,
#contact-tel,
#subject {
  width: 500px;
  padding: 0px 30px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(222, 92, 40, 0.8);
  background: rgba(235, 121, 44, 0.1);
}
#contact-name,
#contact-tel {
  height: 56px;
}
#subject {
  min-height: 150px;
  max-height: 350px;
  padding-top: 20px;
  min-width: 500px;
  max-width: 500px;
}
.header__up {
  height: 100px;
  color: #3e3331;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__up-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header__up-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 420px;
}
.header__up-button {
  border-radius: 7px;
  background: linear-gradient(94deg, #de5c28 15.82%, #eb792c 85.09%);
  color: #e6e6e6;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(63, 22, 7, 0.3);
  box-shadow: 0px 6px 10px 0px rgba(63, 22, 7, 0.3);
  position: relative;
}
.header__up-button:hover {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
     transform 0.3s linear,
     -webkit-transform 0.3s linear;
  transition:
     transform 0.3s linear,
     -webkit-transform 0.3s linear;
  -webkit-transform: perspective(1000px) scale(1.03);
  transform: perspective(1000px) scale(1.03);
  -webkit-box-shadow: 0px 6px 10px 0px rgba(63, 22, 7, 0.4);
  box-shadow: 0px 6px 10px 0px rgba(63, 22, 7, 0.4);
}
.header__up-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header__up-link {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #de5c28;
}
.header__up-time {
  font-size: 14px;
  font-weight: 400;
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  background: #3e3331;
}
.header__block-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1050px;
}
.header__block-lists a {
  color: #e6e6e6;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 23px;
  background-color: #3e3331;
}
.header__block-lists a:hover {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #de5c28;
}
.header__block-lists a:active {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #de5c28;
}
.header__block-lists a:focus {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #de5c28;
}
.header__block-link-active {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #de5c28;
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  font-weight: 300;
  gap: 50px;
}
.footer__block-row {
  width: 250px;
}
.footer__block-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
.footer__block-text {
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #de5c28;
  font-weight: 600;
}
.footer__block-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
}
.footer__block-row li > a:hover {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #de5c28;
}
.confederacy,
.made {
  border-bottom: 1px solid #e6e6e6;
}
.confederacy:hover,
.made:hover {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #de5c28;
  border-bottom: 1px solid #de5c28;
}
.header__block {
  position: relative;
}
.burger,
.close {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  z-index: 11;
  cursor: pointer;
}
.burger {
  position: absolute;
  background: url("../images/icons/burger.svg");
  top: 15%;
  right: 20px;
}
.close {
  position: absolute;
  background: url("../images/icons/close.svg");
  top: 20px;
  right: 20px;
}
.main__block {
  background-image: url("../images/img/main-bg.webp");
  width: 100%;
  max-height: 640px;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main__block-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #de5c28;
  padding: 16px 50px;
}
.main__block-btn:hover {
  background-color: #de5c28;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-position: -100% 0;
}
.main__block-title {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 920px;
  gap: 40px;
}
.main__block > img {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 640px;
  background: contain;
  width: 100%;
}
.services__block-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.services__block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
.services__block-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 550px;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow:
     4px 4px 10px 0px rgba(62, 51, 49, 0.25),
     -3px -3px 10px 0px rgba(62, 51, 49, 0.2);
  box-shadow:
     4px 4px 10px 0px rgba(62, 51, 49, 0.25),
     -3px -3px 10px 0px rgba(62, 51, 49, 0.2);
}
.services__block-text {
  width: 100%;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  color: #e6e6e6;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.services__block-btn {
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  padding: 26px;
  height: 56px;
  width: 56px;
  background: url("../images/icons/arrow-services.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.services__block-btn:hover {
  -webkit-transform: perspective(1000px) scale(1.05);
  transform: perspective(1000px) scale(1.05);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
     transform 0.3s linear,
     -webkit-transform 0.3s linear;
  transition:
     transform 0.3s linear,
     -webkit-transform 0.3s linear;
}
.services__block-card:hover {
  background: rgba(0, 0, 0, 0.137254902);
}
.services__block-card:hover img {
  -webkit-transform: perspective(1000px) scale(1.05);
  transform: perspective(1000px) scale(1.05);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
     transform 0.3s linear,
     -webkit-transform 0.3s linear;
  transition:
     transform 0.3s linear,
     -webkit-transform 0.3s linear;
}
.partners__block-container {
  overflow-x: hidden;
}
.partners__block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-name: slide-partners;
  animation-name: slide-partners;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.partners__block-card {
  height: 60px;
}
.partners__block-card img {
  height: 60px;
  max-width: 290px;
}
@-webkit-keyframes slide-partners {
  0% {
     -webkit-transform: translateX(60px);
     transform: translateX(60px);
  }
  100% {
     -webkit-transform: translateX(-660px);
     transform: translateX(-660px);
  }
}
@keyframes slide-partners {
  0% {
     -webkit-transform: translateX(60px);
     transform: translateX(60px);
  }
  100% {
     -webkit-transform: translateX(-660px);
     transform: translateX(-660px);
  }
}
.about__block {
  background-image: url("../images/img/about-bg.webp");
  width: 100%;
  max-height: 750px;
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about__block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  color: #e6e6e6;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.additional__block {
  position: relative;
}
.additional__block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.additional__block-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  gap: 15px;
}
.additional__block-card p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.36px;
  word-wrap: break-word;
}
.additional__img {
  position: absolute;
  z-index: -1;
}
.additional__img:nth-child(2) {
  top: 25%;
  left: -2%;
}
.additional__img:nth-child(3) {
  top: 0%;
  right: -5%;
}
.additional__img:nth-child(4) {
  top: 60%;
  right: 5%;
}
.request__block {
  background: #3e3331;
  color: #e6e6e6;
}
.request__block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
.request__block-content {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  max-width: 660px;
}
.request__block-content h4 {
  max-width: 540px;
}
.request__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.request__block-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.request__block-text p span {
  color: #de5c28;
}
.quality__block {
  background: #f5f5f5;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.quality__block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quality__block-card {
  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;
  max-width: 300px;
  gap: 20px;
}
.quality__block-card > h5 {
  color: #c25125;
  text-align: center;
  leading-trim: both;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.quality__block-card > p {
  text-align: center;
  font-weight: 500;
}
.quality__img {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  top: 2%;
  right: -1%;
}
.contact__block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#contacts__block-container {
  padding-bottom: 0;
}
.contact__block-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.contact__block-form h3 {
  margin-bottom: 10px;
}
.contact__form-grid {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.contact__block {
  position: relative;
}
.contact__block-form {
  z-index: 1;
  width: 600px;
  padding: 50px 50px 60px;
  border-radius: 10px;
  border: 1px solid rgba(222, 92, 40, 0.5);
  background: #fff;
  -webkit-box-shadow:
     -2px -2px 8px 0px rgba(222, 92, 40, 0.2),
     4px 4px 10px 0px rgba(222, 92, 40, 0.15);
  box-shadow:
     -2px -2px 8px 0px rgba(222, 92, 40, 0.2),
     4px 4px 10px 0px rgba(222, 92, 40, 0.15);
}
.contact__block-subtitle {
  color: #de5c28;
  font-weight: 400;
}
.contact__block-policy {
  font-weight: 300;
  font-size: 14px;
  padding-top: 10px;
}
.contact__block-policy a {
  color: #de5c28;
  font-weight: 400;
}
.contact__block-img {
  position: absolute;
  left: -6%;
  z-index: 0;
  opacity: 0.5;
}
.contact__block-content {
  max-width: 400px;
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 25px;
}
.contact__block-content p:nth-child(1) {
  color: #3e3331;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.contact__block-content p:nth-child(2) {
  color: #de5c28;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
}
.contact__block-content p:nth-child(3) {
  color: #3e3331;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}
.contacts__block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  max-width: 380px;
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
}
.contacts__block-title {
  color: #3e3331;
  font-weight: 700;
}
.contacts__block-subtitle {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 40px;
}
.contacts__block-inner {
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.contacts__block-inner span {
  color: #de5c28;
}
.contacts__block-inner > div > p {
  line-height: 140%;
}
.map__block-container {
  z-index: 1;
  padding: 60px 0px 0;
  width: 100vw;
  height: 400px;
}
.map__block-iframe {
  margin: 0 auto;
  width: 99%;
  height: 100%;
  border: none;
}
.map-wrapper {
  width: 100vw;
  height: 400px;
}
@media (max-width: 1240px) {
  .map-wrapper {
     width: 100vw;
     height: 300px;
  }
}
@media (max-width: 768px) {
  .map-wrapper {
     width: 100vw;
     height: 200px;
  }
}
#page__title {
  background-image: url("../images/img/title-bg.webp");
  width: 100%;
  height: 176px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page__title {
  width: 1440px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 120px;
}
.about__page {
  font-weight: 400;
}
.about__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.about__page h2 {
  color: #de5c28;
  font-weight: 600;
  text-transform: uppercase;
}
.about__page h6 {
  color: #de5c28;
  font-weight: 600;
  text-transform: uppercase;
}
.about__page h5 {
  text-align: center;
  font-size: 18px;
  max-width: 990px;
  margin-top: 60px;
}
.about__page span {
  font-weight: 400;
}
.about__page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.about__page-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.about__page-left,
.about__page-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.about__page ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.about__page li {
  list-style-type: decimal;
  list-style-position: inside;
  font-weight: 600;
}
.benefits__block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.benefits__block-card {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 400;
}
.benefits__block-num {
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  color: #fff;
  font-weight: 500;
  line-height: 100%;
  -webkit-text-stroke: 2px #de5c28;
  text-stroke: 2px #de5c28;
  opacity: 0.9;
}
.benefits__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.benefits__block h5 {
  text-align: center;
  font-size: 18px;
  max-width: 990px;
  margin: 0 auto;
  margin-top: 100px;
}
.benefits__block h6 {
  color: #de5c28;
  font-weight: 600;
}
.benefits__block-card:nth-child(2n) {
  position: relative;
  top: 0px;
  left: 50%;
}
.services__page-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.services__page-card {
  overflow: hidden;
  width: 350px;
  height: 300px;
  position: relative;
  -webkit-box-shadow:
     6px 6px 4px 0px rgba(62, 51, 49, 0.25),
     -2px -2px 4px 0px rgba(62, 51, 49, 0.1);
  box-shadow:
     6px 6px 4px 0px rgba(62, 51, 49, 0.25),
     -2px -2px 4px 0px rgba(62, 51, 49, 0.1);
}
.services__page-card:hover .services__page-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
     transform 0.3s ease-in-out,
     -webkit-transform 0.3s ease-in-out;
}
.services__page-bg {
  height: 100%;
  width: 100%;
}
.services__page-shadow {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  padding: 50px 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: linear-gradient(134deg, rgba(222, 92, 40, 0.8) 2.57%, rgba(235, 121, 44, 0.7) 100%);
}
.services__page-shadow:hover {
  background: rgba(62, 51, 49, 0.4039215686);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services__page h6 {
  color: #e6e6e6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}
.services__page-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-shadow:
     6px 6px 4px 0px rgba(62, 51, 49, 0),
     -2px -2px 4px 0px rgba(62, 51, 49, 0);
  box-shadow:
     6px 6px 4px 0px rgba(62, 51, 49, 0),
     -2px -2px 4px 0px rgba(62, 51, 49, 0);
}
.services__page-info h6 {
  color: #3e3331;
}
.services__page-info div:nth-child(2) {
  background: #de5c28;
  height: 1px;
  width: 160px;
}
.services__page-info div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #de5c28;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.services__page-info div:nth-child(3)::before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("../images/icons/services-page/contact-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.services__page-info div:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #3e3331;
  font-size: 18px;
}
.services__page-info div:nth-child(4)::before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("../images/icons/services-page/contact-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.services__page-info div:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #de5c28;
  font-weight: 500;
}
.services__page-info div:nth-child(5)::before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("../images/icons/services-page/contact-03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.machines__page-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 20px;
}
.machines__page-link {
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.machines__page-card {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(130, 116, 116, 0.6);
  -webkit-box-shadow: 4px 4px 6px 0px rgba(62, 51, 49, 0.1);
  box-shadow: 4px 4px 6px 0px rgba(62, 51, 49, 0.1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .machines__page-card {
     padding-top: 10px;
  }
}
@media (max-width: 490px) {
  .machines__page-card {
     padding-top: 0px;
  }
}
.machines__page-card:hover .machines__page-shadow {
  opacity: 1;
}
.machines__page-shadow {
  background: rgba(62, 51, 49, 0.94);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.machines__page-name {
  z-index: 1;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  color: #de5c28;
  padding: 0 40px;
  text-align: center;
}
.machines__page-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 30px 10px 29px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #de5c28;
  color: #de5c28;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 130%;
  background-color: rgba(0, 0, 0, 0);
}
.machines__page-btn:hover {
  background-color: #de5c28;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #e6e6e6;
}
.machines__page ul {
  color: #e6e6e6;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}
.kategory__page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.kategory__page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
}
@media (max-width: 1240px) {
  .kategory__page-list {
     width: 200px;
  }
}
@media (max-width: 768px) {
  .kategory__page-list {
     width: 100%;
  }
}
.kategory__page-list li {
  width: 320px;
}
.kategory__page-list a {
  display: block;
  padding: 20px 14px;
  background: #e6e6e6;
  color: #3e3331;
  font-weight: normal;
  width: 320px;
  border-bottom: 1px solid #827474;
  font-size: 15px;
}
@media (max-width: 768px) {
  .kategory__page-list a {
     border: none;
  }
}
.kategory__page-link > a {
  border-bottom: none !important;
}
.kategory__page-list a:hover {
  color: #e6e6e6;
  background: #de5c28;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.kategory__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.kategory__about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 40px;
}
.kategory__about-card {
  width: 410px;
  height: 300px;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #e6e6e6;
  background: #fff;
  overflow: hidden;
}
.kategory__about-card:hover img {
  height: 210px;
}
.kategory__about-img {
  position: relative;
  height: 200px;
  z-index: 0;
  right: 0px;
}
.kategory__about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 82%;
  z-index: 1;
}
.kategory__about-title {
  width: 100%;
}
.kategory__about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.kategory__about > p {
  width: 90%;
  font-weight: normal;
  line-height: 130%;
}
@media (max-width: 1240px) {
  .kategory__about > p {
     width: 100%;
  }
}
.kategory__about li > span {
  color: #de5c28;
  font-weight: 600;
}
.kategory__about h2 {
  color: #de5c28;
  font-weight: 600;
}
#kategory__about-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  width: 100% !important;
  font-weight: normal;
  list-style: decimal !important;
}
#kategory__about-lists > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  width: 100% !important;
  font-weight: normal;
}
#kategory__about-lists ul span {
  font-weight: 500;
  color: #3e3331;
}
@media (max-width: 1240px) {
  #kategory__about-lists > li {
     width: 90% !important;
     font-weight: normal;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 10px;
  }
}
#kategory__about-lists #kategory__lists-head {
  width: 100% !important;
}
#kategory__about-lists ol > li {
  list-style-type: decimal !important;
}
#kategory__about-btn {
  width: 190px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #de5c28;
  color: #de5c28;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
#kategory__about-btn:hover {
  color: #e6e6e6;
  background-color: #de5c28;
}
.kategory__about-info p {
  font-weight: 500;
}
.kategory__about-info p > a {
  color: #de5c28;
  font-weight: 600;
  display: inline;
  white-space: nowrap;
}
@media (max-width: 1040px) {
  .kategory__about-info p > a {
     font-size: 14px;
  }
}
#category__item-head {
  width: 100% !important;
}
@media (max-width: 1240px) {
  #category__item-head {
     width: 100% !important;
  }
}
.category__item-list ul > li {
  width: 100% !important;
}
.single__kategory-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.single__kategory ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
}
.single__kategory li {
  width: 320px;
}
.single__kategory a {
  display: block;
  padding: 20px 14px;
  background: #e6e6e6;
  color: #3e3331;
  font-weight: normal;
  width: 320px;
  border-bottom: 1px solid #827474;
  font-size: 15px;
}
@media (max-width: 1040px) {
  body {
     color: #3e3331;
     font-size: 14px;
  }
}
@media (max-width: 768px) {
  .link-btn {
     padding: 12px 18px;
     font-size: 12px;
  }
}
@media (max-width: 1040px) {
  .header__up {
     height: 80px;
  }
}
@media (max-width: 440px) {
  .header__up-button {
     padding: 10px;
     width: 120px;
     text-align: center;
  }
}
@media (max-width: 1440px) {
  .container {
     width: 100vw;
     padding: 60px 100px;
  }
}
@media (max-width: 1040px) {
  .container {
     width: 100vw;
     padding: 40px;
  }
}
@media (max-width: 490px) {
  .container {
     padding: 20px;
  }
}
@media (max-width: 1040px) {
  .burger {
     display: block;
  }
}
@media (max-width: 1040px) {
  .close {
     display: block;
  }
}
@media (max-width: 1040px) {
  .navigation__header {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     height: 300px;
     padding: 50px;
     -webkit-transform: translateX(100vw);
     -ms-transform: translateX(100vw);
     transform: translateX(100vw);
     -webkit-transition: all 0.6s ease;
     transition: all 0.6s ease;
     padding: 30px;
     position: fixed;
     width: 100vw;
     top: 0px;
     left: 0px;
     z-index: 12;
     background: #3e3331;
  }
}
@media (max-width: 1040px) {
  .navigation__header.show {
     -webkit-transform: translateX(0vw);
     -ms-transform: translateX(0vw);
     transform: translateX(0vw);
     -webkit-transition: all 0.6s ease;
     transition: all 0.6s ease;
  }
}
@media (max-width: 1040px) {
  .header__block-menu {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     width: 80vw;
     padding: 0 60px;
  }
}
@media (max-width: 1040px) {
  .navigation__menu {
     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;
  }
}
@media (max-width: 1040px) {
  .header__block-lists {
     width: 80vw !important;
  }
  .header__block-lists a {
     padding: 5px 2px !important;
  }
}
@media (max-width: 768px) {
  .header__up-logo img {
     height: 44px;
  }
}
@media (max-width: 490px) {
  .header__up-logo img {
     height: 38px;
  }
}
@media (max-width: 768px) {
  .header__up-link {
     font-size: 14px;
  }
}
@media (max-width: 690px) {
  .header__up-phone {
     display: none;
  }
}
@media (max-width: 768px) {
  .header__up-contacts {
     width: 50vw;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
  }
}
@media (max-width: 690px) {
  .header__up-contacts {
     width: 200px;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
  }
}
@media (max-width: 1440px) {
  .footer__block {
     width: 100vw;
     padding: 40px 100px;
  }
}
@media (max-width: 1040px) {
  .footer__block {
     padding: 40px;
     gap: 30px;
  }
}
@media (max-width: 490px) {
  .footer__block {
     padding: 20px;
  }
}
@media (max-width: 360px) {
  .footer__block {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -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;
  }
}
@media (max-width: 1440px) {
  .footer__block-copyright {
     width: 100vw;
     padding: 30px 100px;
  }
}
@media (max-width: 1040px) {
  .footer__block-copyright {
     padding: 40px;
  }
}
@media (max-width: 768px) {
  .footer__block-copyright {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
     column-gap: 40px;
  }
}
@media (max-width: 490px) {
  .footer__block-copyright {
     padding: 20px;
  }
}
@media (max-width: 490px) {
  .footer__block-copyright > p {
     text-align: center;
  }
}
@media (max-width: 1220px) {
  #footer-services {
     display: none;
  }
}
@media (max-width: 840px) {
  #footer-tech {
     display: none;
  }
}
@media (max-width: 590px) {
  #footer-navigation {
     display: none;
  }
}
@media (max-width: 1040px) {
  .footer__block-row {
     width: 180px;
  }
}
@media (max-width: 1040px) {
  .footer__block-row > ul {
     gap: 10px;
  }
}
@media (max-width: 640px) {
  .footer__block-row > ul {
     gap: 8px;
  }
}
@media (max-width: 360px) {
  .footer__block-row > ul {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     text-align: center;
  }
}
@media (max-width: 780px) {
  #footer-logo {
     width: 102px;
     display: block;
  }
}
@media (max-width: 780px) {
  .footer__block-logo > img {
     height: 90px;
     width: 102px;
  }
}
@media (max-width: 1240px) {
  .main__block {
     max-height: 600px;
     padding: 40px 0;
  }
}
@media (max-width: 780px) {
  .main__block {
     padding: 20px 0;
  }
}
@media (max-width: 1240px) {
  .main__block-title {
     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: start;
     -ms-flex-align: start;
     align-items: flex-start;
     max-width: 740px;
     gap: 30px;
  }
}
@media (max-width: 780px) {
  .main__block-title {
     gap: 20px;
  }
}
@media (max-width: 1240px) {
  h1 {
     font-size: 32px;
     letter-spacing: 2.2px;
  }
}
@media (max-width: 780px) {
  h1 {
     font-size: 26px;
     letter-spacing: 2px;
  }
}
@media (max-width: 390px) {
  h1 {
     font-size: 20px;
     letter-spacing: 2px;
  }
}
@media (max-width: 1240px) {
  h2 {
     font-size: 15px;
     width: 740px;
  }
}
@media (max-width: 780px) {
  h2 {
     width: 100%;
     font-size: 14px;
  }
}
@media (max-width: 390px) {
  h2 {
     font-size: 13px;
  }
}
@media (max-width: 1240px) {
  h3 {
     font-size: 26px;
     margin-bottom: 60px;
  }
}
@media (max-width: 1040px) {
  h3 {
     font-size: 22px;
     margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  h3 {
     text-align: center;
     font-size: 20px;
     margin-bottom: 40px;
  }
}
@media (max-width: 490px) {
  h3 {
     font-size: 18px;
     margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .services__block-grid {
     gap: 30px;
  }
}
@media (max-width: 640px) {
  .services__block-grid {
     gap: 20px;
  }
}
@media (max-width: 340px) {
  .services__block-grid {
     gap: 12px;
  }
}
@media (max-width: 1440px) {
  .services__block-card {
     width: 44%;
     height: 22vw;
  }
}
@media (max-width: 640px) {
  .services__block-card {
     width: 46%;
  }
}
@media (max-width: 340px) {
  .services__block-card {
     width: 47%;
  }
}
@media (max-width: 640px) {
  .services__block-text {
     padding: 30px 10px;
  }
}
@media (max-width: 340px) {
  .services__block-text {
     padding: 20px 4px;
     height: 100%;
  }
}
@media (max-width: 1440px) {
  .services__block-name {
     font-size: 23px;
     font-style: normal;
     font-weight: 700;
     line-height: 130%;
  }
}
@media (max-width: 1240px) {
  .services__block-name {
     font-size: 20px;
  }
}
@media (max-width: 768px) {
  .services__block-name {
     font-size: 18px;
  }
}
@media (max-width: 640px) {
  .services__block-name {
     font-size: 14px;
  }
}
@media (max-width: 490px) {
  .services__block-name {
     font-size: 12px;
  }
}
@media (max-width: 1440px) {
  .services__block-btn {
     padding: 24px;
     height: 48px;
     width: 48px;
  }
}
@media (max-width: 768px) {
  .services__block-btn {
     display: none;
  }
}
@media (max-width: 1440px) {
  @-webkit-keyframes slide-partners {
     0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
     }
     100% {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
     }
  }
  @keyframes slide-partners {
     0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
     }
     100% {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
     }
  }
}
@media (max-width: 1040px) {
  @-webkit-keyframes slide-partners {
     0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
     }
     100% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
     }
  }
  @keyframes slide-partners {
     0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
     }
     100% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
     }
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes slide-partners {
     0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
     }
     100% {
        -webkit-transform: translateX(-90%);
        transform: translateX(-90%);
     }
  }
  @keyframes slide-partners {
     0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
     }
     100% {
        -webkit-transform: translateX(-90%);
        transform: translateX(-90%);
     }
  }
}
@media (max-width: 490px) {
  @-webkit-keyframes slide-partners {
     0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
     }
     100% {
        -webkit-transform: translateX(-220%);
        transform: translateX(-220%);
     }
  }
  @keyframes slide-partners {
     0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
     }
     100% {
        -webkit-transform: translateX(-220%);
        transform: translateX(-220%);
     }
  }
}
@media (max-width: 768px) {
  .partners__block-grid {
     gap: 50px;
  }
}
@media (max-width: 490px) {
  .partners__block-grid {
     gap: 30px;
  }
}
@media (max-width: 1240px) {
  .partners__block-card {
     height: 50px;
  }
  .partners__block-card img {
     height: 50px;
     max-width: 290px;
  }
}
@media (max-width: 1040px) {
  .partners__block-card {
     height: 44px;
  }
  .partners__block-card img {
     height: 44px;
     max-width: 290px;
  }
}
@media (max-width: 640px) {
  .partners__block-card {
     height: 40px;
  }
  .partners__block-card img {
     height: 40px;
     max-width: 290px;
  }
}
@media (max-width: 490px) {
  .partners__block-card {
     height: 30px;
  }
  .partners__block-card img {
     height: 30px;
     max-width: 290px;
  }
}
@media (max-width: 1440px) {
  .about__block {
     padding: 20px 0;
  }
}
@media (max-width: 490px) {
  .about__block {
     padding: 15px 0;
  }
}
@media (max-width: 1440px) {
  .about__block-text {
     font-size: 18px;
     gap: 20px;
     line-height: 130%;
  }
}
@media (max-width: 1240px) {
  .about__block-text {
     font-size: 16px;
     gap: 18px;
  }
}
@media (max-width: 768px) {
  .about__block-text {
     text-align: center;
     font-size: 14px;
     gap: 16px;
  }
}
@media (max-width: 490px) {
  .about__block-text {
     font-size: 12px;
     gap: 12px;
  }
}
@media (max-width: 1040px) {
  .additional__block-grid {
     gap: 25px;
  }
}
@media (max-width: 768px) {
  .additional__block-grid {
     gap: 20px;
  }
}
@media (max-width: 490px) {
  .additional__block-grid {
     -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
     column-gap: 0px;
     row-gap: 20px;
  }
}
@media (max-width: 1440px) {
  .additional__block-card {
     width: 45%;
  }
}
@media (max-width: 768px) {
  .additional__block-card {
     width: 45%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
  }
}
@media (max-width: 490px) {
  .additional__block-card {
     width: 48%;
  }
}
@media (max-width: 1240px) {
  .additional__block-card > p {
     font-size: 16px;
  }
}
@media (max-width: 768px) {
  .additional__block-card > p {
     font-size: 14px;
     line-height: 130%;
     letter-spacing: 0.26px;
     max-width: 36vw;
     text-align: center;
  }
}
@media (max-width: 490px) {
  .additional__block-card > p {
     font-size: 12px;
  }
}
@media (max-width: 1240px) {
  .additional__block-card > img {
     height: 50px;
  }
}
@media (max-width: 768px) {
  .additional__block-card > img {
     height: 40px;
  }
}
@media (max-width: 490px) {
  .additional__block-card > img {
     height: 35px;
  }
}
@media (max-width: 1440px) {
  .additional__img:nth-child(2) {
     top: 20%;
     left: -10%;
  }
  .additional__img:nth-child(3) {
     top: 0%;
     right: -7%;
  }
  .additional__img:nth-child(4) {
     top: 64%;
     right: 0%;
  }
}
@media (max-width: 1040px) {
  .additional__img:nth-child(2) {
     top: 30%;
     left: -10%;
     height: 200px;
  }
  .additional__img:nth-child(3) {
     top: -5%;
     right: -10%;
     height: 220px;
  }
  .additional__img:nth-child(4) {
     top: 70%;
     right: -1%;
     height: 130px;
  }
}
@media (max-width: 640px) {
  .additional__img:nth-child(2) {
     display: none;
  }
  .additional__img:nth-child(3) {
     display: none;
  }
  .additional__img:nth-child(4) {
     display: none;
  }
}
@media (max-width: 1440px) {
  .quality__img {
     height: 220px;
     top: -1%;
     right: -2%;
  }
}
@media (max-width: 1040px) {
  .quality__img {
     height: 200px;
     top: -1%;
     right: -6%;
  }
}
@media (max-width: 768px) {
  .quality__img {
     height: 200px;
     top: 30%;
     right: -10%;
  }
}
@media (max-width: 390px) {
  .quality__img {
     display: none;
  }
}
@media (max-width: 1240px) {
  .request__block-content {
     gap: 20px;
  }
}
@media (max-width: 490px) {
  .request__block-content {
     gap: 16px;
  }
}
@media (max-width: 1240px) {
  .request__block-content > h4 {
     font-size: 26px;
     line-height: 130%;
  }
}
@media (max-width: 1040px) {
  .request__block-content > h4 {
     font-size: 22px;
  }
}
@media (max-width: 768px) {
  .request__block-content > h4 {
     font-size: 20px;
  }
}
@media (max-width: 490px) {
  .request__block-content > h4 {
     font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .request__block-container {
     padding-top: 0;
     padding-bottom: 0;
  }
}
@media (max-width: 1240px) {
  .request__block-container {
     padding-top: 20px;
     padding-bottom: 20px;
     gap: 50px;
  }
}
@media (max-width: 768px) {
  .request__block-container {
     gap: 20px;
     position: relative;
  }
}
@media (max-width: 490px) {
  .request__block-container {
     padding-top: 20px;
     padding-bottom: 20px;
  }
}
@media (max-width: 1240px) {
  .request__block-container > img {
     width: 40%;
  }
}
@media (max-width: 640px) {
  .request__block-container > img {
     margin-right: -50px;
  }
}
@media (max-width: 490px) {
  .request__block-container > img {
     width: 40%;
     height: 200px;
  }
}
@media (max-width: 360px) {
  .request__block-container > img {
     display: none;
  }
}
@media (max-width: 1240px) {
  .request__block-text {
     gap: 20px;
  }
}
@media (max-width: 768px) {
  .request__block-text {
     gap: 16px;
  }
}
@media (max-width: 1240px) {
  .request__block-text > p {
     font-size: 16px;
  }
}
@media (max-width: 768px) {
  .request__block-text > p {
     font-size: 14px;
  }
}
@media (max-width: 490px) {
  .request__block-text > p {
     font-size: 12px;
  }
}
@media (max-width: 768px) {
  .quality__block-grid {
     gap: 16px;
  }
}
@media (max-width: 640px) {
  .quality__block-grid {
     gap: 20px;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
  }
}
@media (max-width: 768px) {
  .quality__block-card {
     gap: 10px;
  }
}
@media (max-width: 390px) {
  .quality__block-card {
     width: 100%;
  }
}
@media (max-width: 768px) {
  .quality__block-card > h5 {
     font-size: 16px;
  }
}
@media (max-width: 768px) {
  .quality__block-card > img {
     height: 80px;
  }
}
@media (max-width: 768px) {
  .contact__block-container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
     -ms-flex-direction: column-reverse;
     flex-direction: column-reverse;
     gap: 60px;
     z-index: 2;
  }
}
@media (max-width: 768px) {
  #contacts__block-container {
     margin-bottom: 0;
  }
}
@media (max-width: 1040px) {
  .contact__block-form {
     width: 60%;
     padding: 40px 40px 50px;
  }
}
@media (max-width: 768px) {
  .contact__block-form {
     width: 86%;
     gap: 14px;
  }
}
@media (max-width: 640px) {
  .contact__block-form {
     width: 100%;
  }
}
@media (max-width: 380px) {
  .contact__block-form {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
  }
}
@media (max-width: 1240px) {
  .contact__block-policy {
     font-weight: 300;
     font-size: 12px;
     width: 100%;
  }
}
@media (max-width: 380px) {
  .contact__block-policy {
     font-size: 10px;
     text-align: center;
     width: 70vw;
  }
}
@media (max-width: 1440px) {
  .contact__block-img {
     left: -2%;
     top: 20%;
  }
}
@media (max-width: 1240px) {
  .contact__block-img {
     left: -10%;
     top: 0%;
     height: 800px;
     z-index: -1;
  }
}
@media (max-width: 768px) {
  .contact__block-img {
     height: 580px;
     top: 116px;
  }
}
@media (max-width: 640px) {
  .contact__block-img {
     top: 100px;
     left: -20%;
     height: 600px;
  }
}
@media (max-width: 380px) {
  .contact__block-img {
     display: none;
  }
}
@media (max-width: 380px) {
  .contact__block-subtitle {
     text-align: center;
  }
}
@media (max-width: 380px) {
  .contact__form-grid {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
  }
}
@media (max-width: 1240px) {
  .contact__block-content {
     max-width: 40%;
     gap: 20px;
  }
}
@media (max-width: 768px) {
  .contact__block-content {
     max-width: 100%;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
  }
}
@media (max-width: 640px) {
  .contact__block-content {
     gap: 14px;
  }
}
@media (max-width: 1240px) {
  .contact__block-content p:nth-child(1) {
     font-size: 24px;
     letter-spacing: 1.6px;
  }
}
@media (max-width: 640px) {
  .contact__block-content p:nth-child(1) {
     font-size: 20px;
     letter-spacing: normal;
  }
}
@media (max-width: 490px) {
  .contact__block-content p:nth-child(1) {
     font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .contact__block-content p:nth-child(2) {
     font-size: 24px;
     letter-spacing: 1.6px;
  }
}
@media (max-width: 640px) {
  .contact__block-content p:nth-child(2) {
     font-size: 20px;
     letter-spacing: normal;
  }
}
@media (max-width: 490px) {
  .contact__block-content p:nth-child(2) {
     font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .contact__block-content p:nth-child(3) {
     font-size: 18px;
     line-height: 140%;
     letter-spacing: 0.8px;
  }
}
@media (max-width: 768px) {
  .contact__block-content p:nth-child(3) {
     text-align: center;
  }
}
@media (max-width: 640px) {
  .contact__block-content p:nth-child(3) {
     font-size: 16px;
     letter-spacing: normal;
  }
}
@media (max-width: 490px) {
  .contact__block-content p:nth-child(3) {
     font-size: 15px;
     max-width: 80%;
  }
}
@media (max-width: 1240px) {
  #contact-name,
  #contact-tel,
  #subject {
     width: 100%;
     padding: 0px 20px 0px 20px;
  }
}
@media (max-width: 490px) {
  #contact-name,
  #contact-tel,
  #subject {
     padding: 0 16px 0 16px;
  }
}
@media (max-width: 380px) {
  #contact-name,
  #contact-tel,
  #subject {
     width: 70vw;
     text-align: center;
     padding: 0;
  }
}
@media (max-width: 1240px) {
  #contact-name,
  #contact-tel {
     height: 50px;
  }
}
@media (max-width: 490px) {
  #contact-name,
  #contact-tel {
     height: 44px;
  }
}
@media (max-width: 380px) {
  #contact-name,
  #contact-tel {
     height: 40px;
  }
}
@media (max-width: 1240px) {
  #subject {
     min-height: 150px;
     max-height: 350px;
     padding-top: 18px;
     min-width: 100%;
     max-width: 100%;
  }
}
@media (max-width: 490px) {
  #subject {
     min-height: 120px;
     max-height: 200px;
     padding-top: 12px;
     min-width: 100%;
     max-width: 100%;
  }
}
@media (max-width: 380px) {
  #subject {
     min-width: 70vw;
     max-width: 70vw;
  }
}
@media (max-width: 1240px) {
  #contacts__block-container {
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
  }
}
@media (max-width: 768px) {
  #contacts__block-container {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
  }
}
@media (max-width: 1240px) {
  .contacts__block-content {
     gap: 4px;
     max-width: 38%;
     font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contacts__block-content {
     max-width: 70%;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     text-align: center;
  }
}
@media (max-width: 1240px) {
  .contacts__block-subtitle {
     font-size: 16px;
     margin-bottom: 40px;
  }
}
@media (max-width: 1240px) {
  .contacts__block-inner {
     max-width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 50px;
  }
}
@media (max-width: 768px) {
  .contacts__block-inner {
     gap: 40px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     text-align: center;
  }
}
@media (max-width: 768px) {
  .contacts__block-inner > div {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 10px;
  }
}
@media (max-width: 1440px) {
  .map__block-container {
     width: 100vw;
     padding: 60px 0 0;
  }
}
@media (max-width: 1240px) {
  .map__block-container {
     height: 300px;
  }
}
@media (max-width: 1040px) {
  .map__block-container {
     width: 100vw;
     padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .map__block-container {
     height: 200px;
  }
}
@media (max-width: 490px) {
  .map__block-container {
     padding: 20px 0 0;
  }
}
@media (max-width: 1040px) {
  #page__title {
     height: 150px;
  }
}
@media (max-width: 490px) {
  #page__title {
     height: 100px;
  }
}
@media (max-width: 1440px) {
  .page__title {
     width: 100vw;
     padding: 60px 100px;
     height: 100%;
  }
}
@media (max-width: 1040px) {
  .page__title {
     width: 100vw;
     padding: 40px;
  }
}
@media (max-width: 490px) {
  .page__title {
     padding: 20px;
  }
}
@media (max-width: 768px) {
  .about__page-text {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
  }
}
@media (max-width: 490px) {
  .about__page h2 {
     font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about__page h5 {
     font-size: 16px;
     margin-top: 30px;
  }
}
@media (max-width: 490px) {
  .about__page h5 {
     font-size: 14px;
     margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .benefits__block-grid {
     gap: 40px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
  }
}
@media (max-width: 1240px) {
  .benefits__block-card {
     width: 50%;
     gap: 14px;
  }
}
@media (max-width: 768px) {
  .benefits__block-card {
     width: 100%;
  }
}
@media (max-width: 490px) {
  .benefits__block-card {
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
  }
}
@media (max-width: 1240px) {
  .benefits__block-num {
     font-size: 80px;
  }
}
@media (max-width: 490px) {
  .benefits__block-num {
     font-size: 60px;
  }
}
@media (max-width: 1240px) {
  .benefits__block-text {
     gap: 8px;
  }
}
@media (max-width: 1240px) {
  .benefits__block h5 {
     font-size: 16px;
  }
}
@media (max-width: 490px) {
  .benefits__block h5 {
     font-size: 14px;
  }
}
.benefits__block h6 {
  color: #de5c28;
  font-weight: 600;
}
@media (max-width: 768px) {
  .benefits__block-card:nth-child(2n) {
     left: 0;
  }
}
@media (max-width: 1440px) {
  .services__page-grid {
     gap: 30px;
  }
}
@media (max-width: 1240px) {
  .services__page-grid {
     gap: 26px;
  }
}
@media (max-width: 490px) {
  .services__page-grid {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
  }
}
@media (max-width: 1440px) {
  .services__page-card {
     width: 31%;
     height: 250px;
  }
}
@media (max-width: 1240px) {
  .services__page-card {
     width: 30%;
  }
}
@media (max-width: 1040px) {
  .services__page-card {
     height: 200px;
  }
}
@media (max-width: 768px) {
  .services__page-card {
     width: 46%;
  }
}
@media (max-width: 490px) {
  .services__page-card {
     width: 90%;
  }
}
@media (max-width: 1040px) {
  .services__page-shadow {
     padding: 30px 20px;
  }
}
@media (max-width: 1240px) {
  .services__page h6 {
     font-size: 18px;
  }
}
@media (max-width: 1040px) {
  .services__page h6 {
     font-size: 16px;
  }
}
@media (max-width: 768px) {
  .services__page h6 {
     font-size: 14px;
  }
}
@media (max-width: 1240px) {
  .services__page-icon {
     height: 54px;
  }
}
@media (max-width: 768px) {
  .services__page-icon {
     height: 50px;
  }
}
.services__page-info {
  gap: 10px;
}
@media (max-width: 490px) {
  .services__page-info {
     display: none;
  }
}
@media (max-width: 1240px) {
  .services__page-info div:nth-child(2) {
     background: #de5c28;
     height: 1px;
     width: 50%;
  }
}
@media (max-width: 1240px) {
  .services__page-info div:nth-child(3) {
     font-size: 20px;
  }
}
@media (max-width: 1040px) {
  .services__page-info div:nth-child(3) {
     font-size: 16px;
  }
}
@media (max-width: 1040px) {
  .services__page-info div:nth-child(3)::before {
     height: 26px;
     width: 26px;
     margin-right: 4px;
  }
}
@media (max-width: 1240px) {
  .services__page-info div:nth-child(4) {
     font-size: 16px;
  }
}
@media (max-width: 1040px) {
  .services__page-info div:nth-child(4) {
     font-size: 14px;
  }
}
@media (max-width: 1040px) {
  .services__page-info div:nth-child(4)::before {
     height: 26px;
     width: 26px;
     margin-right: 8px;
  }
}
@media (max-width: 1240px) {
  .services__page-info div:nth-child(5) {
     font-size: 16px;
  }
}
@media (max-width: 1040px) {
  .services__page-info div:nth-child(5) {
     font-size: 14px;
  }
}
@media (max-width: 1040px) {
  .services__page-info div:nth-child(5)::before {
     height: 26px;
     width: 26px;
     margin-right: 8px;
  }
}
@media (max-width: 1440px) {
  .machines__page-grid {
     gap: 14px;
  }
}
@media (max-width: 768px) {
  .machines__page-grid {
     gap: 20px;
  }
}
@media (max-width: 490px) {
  .machines__page-grid {
     gap: 20px;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
  }
}
@media (max-width: 390px) {
  .machines__page-grid {
     gap: 15px;
  }
}
@media (max-width: 1440px) {
  .machines__page-link {
     width: 24%;
     height: 300px;
  }
}
@media (max-width: 1240px) {
  .machines__page-link {
     width: 32%;
  }
  .machines__page-card img {
     width: 80%;
  }
}
@media (max-width: 1040px) {
  .machines__page-link {
     width: 28vw;
     height: 29vw;
     padding-top: 20px;
     padding-bottom: 10px;
  }
  .machines__page-card img {
     width: 20vw;
  }
}
@media (max-width: 768px) {
  .machines__page-link {
     width: 40vw;
     height: 37vw;
  }
  .machines__page-card img {
     width: 70%;
  }
}
@media (max-width: 490px) {
  .machines__page-link {
     padding-top: 0px;
     padding-bottom: 10px;
     height: 38vw;
  }
}
@media (max-width: 390px) {
  .machines__page-link {
     height: 45vw;
     width: 41vw;
  }
}
@media (max-width: 1040px) {
  .machines__page-shadow {
     display: none;
  }
}
@media (max-width: 1040px) {
  .machines__page-name {
     padding: 0 20px;
     font-size: 14px;
  }
}
@media (max-width: 490px) {
  .machines__page-name {
     padding: 12px;
     font-size: 11px;
  }
}
@media (max-width: 390px) {
  .machines__page-name {
     font-size: 10px;
  }
}
@media (max-width: 1440px) {
  .kategory__page-container {
     gap: 30px;
  }
}
@media (max-width: 768px) {
  .kategory__page-container {
     -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: flex-start;
     padding: 30px;
  }
}
@media (max-width: 1440px) {
  .kategory__page ul {
     width: 310px;
  }
}
@media (max-width: 1240px) {
  .kategory__page ul {
     width: 200px;
  }
}
@media (max-width: 768px) {
  .kategory__page ul {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: 5px;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: center;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
  }
}
@media (max-width: 490px) {
  .kategory__page ul {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
  }
}
@media (max-width: 1440px) {
  .kategory__page li {
     width: 310px;
  }
}
@media (max-width: 1240px) {
  .kategory__page li {
     width: 200px;
  }
}
@media (max-width: 768px) {
  .kategory__page li {
     width: auto;
  }
}
@media (max-width: 1440px) {
  .kategory__page a {
     padding: 20px 14px;
     width: 310px;
     font-size: 15px;
  }
}
@media (max-width: 1240px) {
  .kategory__page a {
     font-size: 12px;
     width: 200px;
  }
}
@media (max-width: 768px) {
  .kategory__page a {
     width: 100%;
     padding: 10px;
     font-size: 12px;
     height: auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
  }
}
@media (max-width: 1240px) {
  .kategory__about {
     gap: 12px;
     width: 70%;
  }
}
@media (max-width: 768px) {
  .kategory__about {
     width: 100%;
  }
}
@media (max-width: 1240px) {
  .kategory__about-grid {
     row-gap: 30px;
  }
}
@media (max-width: 900px) {
  .kategory__about-grid {
     -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;
  }
}
@media (max-width: 1240px) {
  .kategory__about-card {
     width: 48%;
     height: 260px;
     gap: 12px;
     font-size: 15px;
  }
}
@media (max-width: 1040px) {
  .kategory__about-card {
     font-size: 14px;
  }
}
@media (max-width: 900px) {
  .kategory__about-card {
     width: 80%;
  }
}
@media (max-width: 490px) {
  .kategory__about-card {
     width: 100%;
  }
}
@media (max-width: 1240px) {
  .kategory__about-card:hover img {
     height: 190px;
     -webkit-transition: height 0.15s ease-in-out;
     transition: height 0.15s ease-in-out;
  }
}
@media (max-width: 1040px) {
  .kategory__about-card:hover img {
     height: 150px;
  }
}
@media (max-width: 1240px) {
  .kategory__about-img {
     height: 180px;
     right: 9%;
  }
}
@media (max-width: 1040px) {
  .kategory__about-img {
     height: 150px;
  }
}
@media (max-width: 900px) {
  .kategory__about-img {
     top: 20px;
     right: -6%;
  }
}
@media (max-width: 1240px) {
  .kategory__about-item {
     gap: 16px;
  }
}
@media (max-width: 1040px) {
  .kategory__about-title {
     width: 150%;
  }
}
@media (max-width: 1040px) {
  .kategory__about-text {
     gap: 10px;
  }
}
@media (max-width: 1040px) {
  #kategory__about-btn {
     width: 160px;
     height: 50px;
  }
}
.header__block-taplink ul {
  display: none;
  position: absolute;
  margin-left: -20px;
  font-size: 14px;
  padding: 20px;
  top: 70px;
  padding-top: 20px;
  z-index: 11;
  gap: 4px;
  text-transform: none;
  background-color: #3e3331;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__block-taplink:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__block-taplink li {
  padding: 6px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.header__block-taplink li:hover {
  background-color: #de5c28;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.header__block-underlist a {
  width: 100%;
  text-transform: none;
  padding: 6px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0);
}
.header__block-underlist:hover a {
  background-color: #de5c28;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 1040px) {
  .header__block-taplink:hover ul {
     display: none;
  }
}
.privacy__block {
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.privacy__block > h1 {
  color: #3e3331;
}
@media (max-width: 490px) {
  .privacy__block > h1 {
     font-size: 24px;
  }
}
@media (max-width: 380px) {
  .privacy__block > h1 {
     font-size: 18px;
  }
}
.privacy__block > h2 {
  color: #3e3331;
  padding-top: 22px;
  padding-bottom: 2px;
}
#privacy__block-subtitle {
  padding-top: 0px;
}
#toTop {
  position: fixed;
  display: inline-block;
  bottom: 60px;
  right: 40px;
  width: 70px;
  height: 70px;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#toTop.show {
  opacity: 1;
  visibility: visible;
  right: 10%;
}
.aperan {
  margin-top: 10px;
}
.btn-check {
  margin-top: 10px;
}
@media (max-width: 1040px) {
  .contact__form-grid > p {
     width: 100%;
  }
}
.title-single {
  color: #de5c28;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  text-transform: uppercase;
}
.elementor-widget-container > span {
  color: #de5c28;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.kategory__lists-services > li span {
  font-weight: 600 !important;
}
.kategory__lists-services li {
  width: 100%;
}
.kategory__lists-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px !important;
}
.about__chertezy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.about__chertezy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
#about__chertezy-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
#about__chertezy-lists > li {
  font-weight: 500 !important;
}
#about__chertezy-lists > li span {
  font-weight: 600;
}
.about__chertezy-img {
  height: 400px;
}
.about__page-table {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
  gap: 12px;
  margin: 30px auto;
}
@media (max-width: 490px) {
  .about__page-table {
     padding: 0;
     font-size: 12px;
  }
}
.product-specs__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.product-specs__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-specs__row-head {
  background-color: #f5f5f5;
  padding: 10px 5px 15px;
}
.product-specs__row:nth-child(2n) {
  background-color: #e6e6e6;
}
.product-specs__header {
  width: 50%;
  -moz-text-align-last: left;
  text-align-last: left;
}
.product-specs__cell {
  width: 50%;
  padding: 8px;
}
.product-specs__cell-value,
.product-specs__header-value {
  width: 50%;
}
.about__page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 50px;
}
@media (max-width: 900px) {
  .about__page-wrapper {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
  }
}
.about__page-wrapper img {
  width: 290px;
  height: auto;
}
@media (max-width: 900px) {
  .about__page-wrapper img {
     display: none;
  }
}
.image-title {
    text-align: center;
    font-weight: 600;
}
.image-main-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 35px;
}
.image-div {
    width: 25%;
    height: 50%;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(222, 92, 40, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(222, 92, 40, 0.2);
    border-radius: 25px;
}
.list_bald {
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.li_width {
  width: 25% !important;
}