@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-500.woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Montserrat-600.woff2");
  font-weight: 600;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
html body {
  margin: 0;
  padding: 0;
  display: flex;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-500.woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Montserrat-600.woff2");
  font-weight: 600;
  font-display: swap;
}
.main {
  width: 1366px;
  height: 768px;
  background: #FFFFFF;
  padding: 40px;
  color: #E63023;
  font-family: Montserrat, sans-serif;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  margin: auto;
}
.main__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.main__logo {
  width: 350px;
  height: 106px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__left {
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
  text-transform: uppercase;
}
.main__subtitle {
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 40px;
}
.main__text {
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  -ms-hyphens: auto;
      hyphens: auto;
  height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main__name {
  color: #006629;
  margin-top: auto;
  font-size: 60px;
  line-height: 60px;
  border-bottom: 4px solid #006629;
  display: flex;
  justify-content: space-between;
}
