@import '../assets/fonts/oswald.css';
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Oswald";
  font-weight: 400;
  font-size: calc(12px + 4 * ((100vw - 425px) / 1075));
}

body.active {
  overflow: hidden;
}
body.active #backToTop {
  z-index: auto;
}

html body {
  top: 0 !important;
}

.skiptranslate iframe {
  display: none;
}

.translated-ltr #goog-gt-tt {
  display: none !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Oswald";
  font-weight: 600;
}

h1 {
  font-size: calc(24px + 22 * ((100vw - 425px) / 1075));
}

h2 {
  font-size: calc(18px + 20 * ((100vw - 425px) / 1075));
}

h3 {
  font-size: calc(16px + 8 * ((100vw - 425px) / 1075));
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

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

img {
  width: 100%;
}

.header {
  background-image: url("../assets/images/main/banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
  position: relative;
  min-height: 600px;
  min-height: calc(350px + 250 * ((100vw - 425px) / 1075));
}
.header h1 {
  margin-top: calc(70px + 130 * ((100vw - 425px) / 1075));
}
.header .burger {
  display: none;
}
.header .backgroundRed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 9;
  background: #F7654A;
}
.header .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 10;
  background: rgb(64, 65, 73);
}
.header .container {
  position: relative;
  z-index: 10;
}
.header .nav {
  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;
  padding: 40px 0;
}
.header .nav__items a {
  margin-right: 10px;
}
.header .nav #google_translate_element select {
  background: #F7654A;
  color: #FFF;
  font-family: "Oswald";
  font-weight: 500;
  outline: none;
  border-radius: 5px;
  border: none;
}
.header .nav #google_translate_element span {
  display: none;
}
.header .nav #google_translate_element .goog-te-gadget {
  font-size: 0;
}
.header .nav__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav__left .active {
  color: #F7654A;
  text-decoration: underline;
}
.header .nav__right {
  padding: 5px 10px;
  border-radius: 6px;
  background: rgb(190, 49, 68);
}
.header .nav__right svg {
  width: 8em;
  height: 2.4em;
}

section {
  padding: 20px 0;
  margin-top: calc(40px + 40 * ((100vw - 425px) / 1075));
}
section h2 {
  margin-bottom: 30px;
  text-align: center;
}

#backToTop {
  position: fixed;
  bottom: 1%;
  right: 1%;
  color: #F7654A;
  z-index: 80;
  cursor: pointer;
}
#backToTop svg {
  background: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.about {
  background: #F7654A;
  color: #FFF;
}
.about .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about h2 {
  margin-bottom: 10px;
  text-align: left;
}
.about__text {
  font-size: calc(14px + 10 * ((100vw - 425px) / 1075));
}
.about__img {
  text-align: right;
  width: 60%;
  margin-left: auto;
}
.about__img svg {
  width: 100%;
  height: auto;
}

.quality {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quality h2 {
  margin-bottom: 0;
}
.quality__img img {
  border-radius: 30% 10% 60% 10%;
  border: #404149 1px solid;
  border-bottom: #404149 2px solid;
  border-right: #404149 2px solid;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.ourServices {
  text-align: center;
}
.ourServices__items {
  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;
  text-align: center;
  gap: 50px;
  gap: calc(25px + 25 * ((100vw - 425px) / 1075));
}
.ourServices__item {
  width: 280px;
  padding: 30px 20px;
  background: #F7F7F7;
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
          box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
}
.ourServices__item-img {
  color: #F7654A;
  margin-bottom: 20px;
}
.ourServices__item-img svg {
  width: 60px;
  height: 60px;
}

.partners {
  background: #404149;
  color: #FFF;
  padding: 60px 0;
}
.partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners__img {
  width: 170px;
}
.partners__img img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts {
  margin-top: 50px;
}
.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.contacts__item {
  width: 300px;
}
.contacts__item-img {
  color: #F7654A;
}
.contacts__item-img svg {
  width: 50px;
  height: 50px;
}
.contacts__item-title {
  color: #999999;
  margin: 10px 0;
}

.footer {
  margin-top: 150px;
  background: #404149;
  color: #FFF;
  padding: 15px 0;
}
.footer .container {
  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;
}
.footer__logo {
  padding: 5px 10px;
  border-radius: 6px;
  background: rgb(190, 49, 68);
}
.footer__logo svg {
  width: 8em;
  height: 2.4em;
}

@media (max-width: 1300px) {
  .container {
    padding-left: calc(16px + 16 * ((100vw - 425px) / 1075));
    padding-right: calc(16px + 16 * ((100vw - 425px) / 1075));
  }
}
@media (max-width: 460px) {
  .header .burger {
    width: 40px;
    height: 35px;
    position: fixed;
    top: 3px;
    right: 1%;
    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;
    color: #F7654A;
    z-index: 90;
    background: #404149;
    padding: 5px;
    border-radius: 3px;
  }
  .header .burger .line {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 3px;
  }
  .header .burger.active .line1 {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  .header .burger.active .line2 {
    opacity: 0;
  }
  .header .burger.active .line3 {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  .header .nav__items {
    position: fixed;
    right: -100%;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: #F7654A;
    z-index: 90;
    text-align: center;
    font-size: calc(22px + 4 * ((100vw - 425px) / 1075));
    padding-top: 100px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .header .nav__items a {
    display: block;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .header .nav__items.active {
    right: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .about .container {
    grid-template-columns: 3fr 1fr;
  }
  .about__img {
    width: 100%;
  }
  .quality {
    grid-template-columns: 1fr;
  }
  .quality__img {
    width: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */