:root {
  --t1: #cc0e24;
  --main-border-color: #cc0e24;
  --border-color: #cc0e24;
}
#lang-switch > .handler::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('./ico-world.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}
.main .logo {
  font-size: 40px;
  font-family: inherit;
}
.main .info {
  padding-top: 100px;
}
.main h1 {
  font-family: "Barlow Condensed", Barlow;
  font-size: 104px;
}
.section .info {
  width: 655px;
}
.section-6 {
  padding-bottom: 30px;
}
footer .logo {
  font-size: 40px;
  font-family: inherit;
}
