body {
  background-color: rgba(27, 27, 27, 1);
  margin: 0;
}

body * {
  box-sizing: border-box;
}
.frame-first {
  width: 100%;
  position: relative;
  padding-top: 144px;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0.4) 0%, #1B1B1B 100%), no-repeat top -240px right -170px url("/next-images/frame-first-bg.jpg");
}
.logo {
  position: absolute;
  width: 148px;
  height: 43px;
  top: 20px;
  left: 10px;
  background-image: url("/next-images/logo.svg");
  background-repeat: no-repeat;
}

.menu {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(27, 27, 27);
  z-index: 100;
  padding-top: 50px;
}

.menu a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.margin-top-50 {
  margin-top: 50px;
}

.header-menu.active .menu {
  display: block;
} 

.burger {
  position: absolute;
  width: 50px;
  height: 20px;
  top: 32px;
  right: 10px;
  border-width: 1px;
  z-index: 200;
}

.burger:hover {
  cursor: pointer;
}


.burger span {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  transition: all .3s;
}
.burger span:first-child {
  top: 0;
}
.burger span:last-child {
  top: 20px;
}

.header-menu.active .burger span:first-child {
  transform: translateY(10px) rotate(45deg);
}
.header-menu.active .burger span:last-child {
  transform: translateY(-10px) rotate(-45deg);
}
.header-menu.active .burger span:nth-child(2) {
  display: none;
}


.frame-first--title {
  width: 300px;
  margin: 0 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  /*font-style: SemiBold;*/
  font-size: 28px;
  /*leading-trim: NONE;*/
  line-height: 119%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;

}
.frame-first--title span {
  color: rgba(255, 98, 1, 1);
}
.frame-first--desc {
  margin: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;

}
.frame-first--cards {
  margin: 0 10px;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;

}
.frame-first--card {
  width: auto;
  margin: 20px 10px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
}
.check-box {
  /*margin: 20px 0 0 20px;*/
  background-color: white;
  width: 8px;
  height: 8px;
}
.frame-first--text {
  margin-top: 20px;
  width: auto;
}
.find-more {
  margin: 20px 10px;
  height: 64px;
  background: rgba(255, 98, 1, 1);
  display: flex;

}
.find-more--text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 64px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
  width: calc(100% - 60px);
  text-align: center;
}
.find-more--button {
  width: 60px;
  height: 60px;
  background: rgba(38, 38, 38, 1) no-repeat center center url("/next-images/arrow-left-top.svg");
  margin: 2px 2px 2px 0;

}

.trade-service--title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 119%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;

}
.trade-service {
  margin: 100px 10px 0;
}
.trade-service--title span {
  margin: 0 auto;
  color: rgba(255, 98, 1, 1);
}

.trade-service--card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
}
.trade-service--card-icon {
  width: 33px;
  height: 33px;
  background: rgba(255, 98, 1, 1);
  display: flex;
}
.trade-service--card-title {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;

}
.trade-service--card-icon img {
  margin: auto;
  display: block;
}
.int-1 img{
  width: 14px;
  height: 14px;

}
.int-2 img {
  width: 17px;
  height: 17px;
}
.int-3 img {
  width: 15px;
  height: 15px;
}
.int-4 img {
  width: 14px;
  height: 14px;
}
.int-5 img {
  width: 13px;
  height: 13px;
}


.trade-service--card-text {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
}


.why-choose {
  margin: 80px 10px 0;
}
.why-choose--title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 119%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
  width: 65%;
}
.why-choose--title span {
  margin: 0 auto;
  color: rgba(255, 98, 1, 1);
}
.why-choose--cards {

}
.why-choose--card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
}
.why-choose--card-icon {
  width: 33px;
  height: 33px;
  background: rgba(255, 98, 1, 1);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 16.23px;
  line-height: 33px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;

}
.why-choose--card-title {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
}
.why-choose--card-desc {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
}
.form {
  margin: 80px 10px 0;
  background: rgba(38, 38, 38, 1);
  padding: 40px 20px;
}
.form-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
}
.form-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 98, 1, 1);

}
.form-description {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
  margin-bottom: 20px;
}
.form-email {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: white;
  margin-bottom: 22px;
  height: 16px;
  display: flex;
}
.form-email img {
  width: 16px;
  height: 16px;
}
.form-email span {
  height: 16px;
  display: block;
  margin-left: 12px;
}

.input-cont {
  margin-bottom: 12px;
}

.input-cont input {
  padding: 24px 35px 25px;
  border: 2px solid rgba(255, 98, 1, 1);
  background: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}

.form .find-more {
  margin: 0;
  position: relative;
}

.find-more--submit {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 100%;
  z-index: 100;
}
.find-more--submit:hover {
  cursor: pointer;
}

.find-more:hover {
  cursor: pointer;
}

footer {
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 119%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin: 40px auto;
  width: 56%;
}


.desktop-only {
  display: none;
}