a,
a:hover,
a:focus,
a:active,
.btn,
.btn:focus,
.btn:active,
button,
button:focus,
button:active,
.form-control,
.form-control:active,
.form-control:focus {
  box-shadow: none !important;
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
figure,
figcaption,
legend {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

label,
.form-group {
  margin: 0;
}

.preload *,
.preload *::before,
.preload *::after {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
}
.container .top {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 550px) {
  .container .top {
    flex-direction: column;
  }
}
.container .top .left {
  width: 58%;
  display: flex;
  flex-direction: column;
  padding: 4% 20px 0 6%;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .container .top .left {
    padding: 3.7% 20px 0 4%;
  }
}
@media screen and (max-width: 550px) {
  .container .top .left {
    width: 100%;
    padding: 30px;
    align-items: center;
    text-align: center;
  }
}
.container .top .left::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 9%;
  width: 85%;
  height: 1px;
  background-color: #585858;
  opacity: 0.2;
}
@media screen and (max-width: 1600px) {
  .container .top .left::after {
    left: 6%;
  }
}
@media screen and (max-width: 550px) {
  .container .top .left::after {
    left: 30px;
    width: calc(100% - 60px);
  }
}
.container .top .left__logo {
  width: 390px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
@media screen and (max-width: 1600px) {
  .container .top .left__logo {
    width: 320px;
  }
}
@media screen and (max-width: 1400px) {
  .container .top .left__logo {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .container .top .left__logo {
    width: 240px;
  }
}
@media screen and (max-width: 950px) {
  .container .top .left__logo {
    width: 200px;
  }
}
.container .top .left__logo img {
  width: 100%;
  height: auto;
}
.container .top .left__text {
  margin: auto 0;
  padding-top: 20px;
}
.container .top .left__text h1 {
  font-size: clamp(25px, 3.9vw, 78px);
  letter-spacing: 0.025em;
  line-height: 0.83em;
  color: #585858;
  font-weight: 700;
  font-family: "canto";
}
.container .top .left__text p {
  font-size: clamp(18px, 2.6vw, 50px);
  letter-spacing: 1px;
  line-height: 1.3em;
  color: #81c0d2;
  font-weight: 700;
  font-family: "canto";
}
.container .top .right {
  width: 42%;
}
@media screen and (max-width: 550px) {
  .container .top .right {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.container .top .right__image {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .container .top .right__image {
    background-color: #fff;
  }
}
.container .top .right__image img {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .container .top .right__image img {
    opacity: 0.15;
    mix-blend-mode: luminosity;
  }
}
.container .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5% 13% 5% 5%;
  -moz-column-gap: 10%;
       column-gap: 10%;
  font-size: 18px;
  font-weight: 300;
  font-family: "elza";
}
@media screen and (max-width: 1600px) {
  .container .bottom {
    padding: 4%;
    -moz-column-gap: 5%;
         column-gap: 5%;
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .container .bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .container .bottom {
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  .container .bottom {
    flex-direction: column-reverse;
    row-gap: 30px;
    padding: 30px;
  }
}
.container .bottom__info p {
  letter-spacing: 0.05em;
  line-height: 1.44em;
  color: #9a9a9a;
}
.container .bottom__info p strong {
  font-weight: 700;
  color: #81c0d2;
}
.container .bottom__info p span {
  padding-top: 8px;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (max-width: 550px) {
  .container .bottom__info {
    text-align: center !important;
  }
}
.container .bottom__links {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 950px) {
  .container .bottom__links {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .container .bottom__links {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
}
.container .bottom__links .links__item {
  display: flex;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: #9a9a9a;
  text-align: left;
  -moz-column-gap: 20px;
       column-gap: 20px;
  transition: all 0.2s ease-out;
}
.container .bottom__links .links__item:hover, .container .bottom__links .links__item:focus, .container .bottom__links .links__item:active {
  text-shadow: 1px 0 0 #9a9a9a;
}
.container .bottom__links .links__item .item__icon {
  width: 35px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
@media screen and (max-width: 1200px) {
  .container .bottom__links .links__item .item__icon {
    width: 28px;
  }
}
.container .bottom__links .links__item .item__icon img {
  width: 100%;
}
.container .bottom__links .links__item:last-child .item__icon {
  margin-top: 5px;
}/*# sourceMappingURL=style.css.map */