html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

button {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
}
button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button:focus,
a:focus,
img:focus,
li:focus,
input:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

input,
select,
option,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter24pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --efdeb3-cream-label: #efdeb3;
  --4e7484-blue-groove: #4e7484;
  --202020-record-needle: #202020;
  --biliy: #fff;
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Montserrat", sans-serif;
}

body {
  position: relative;
  padding: 1px 0;
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--biliy);
  background: var(--202020-record-needle);
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.no-scroll {
  overflow-y: hidden;
}
body a {
  color: inherit;
}
body button {
  font-family: var(--font-family);
}
body input {
  color: var(--biliy);
  font-family: var(--font-family);
}
body input::-webkit-input-placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}
body input::-moz-placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}
body input:-ms-input-placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}
body input::-ms-input-placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}
body input::placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}
body textarea {
  color: var(--biliy);
  font-family: var(--font-family);
}
body textarea::-webkit-input-placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}
body textarea::-moz-placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}
body textarea:-ms-input-placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}
body textarea::-ms-input-placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}
body textarea::placeholder {
  color: var(--biliy);
  font-family: var(--font-family);
}

.wrapper {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .container {
    padding: 0 15px;
  }
}

.content {
  max-width: calc(50% - 50px);
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .content {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.images {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.images--mobile {
  display: none;
}
@media (max-width: 1100px) {
  .images--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    width: 100%;
    gap: 10px;
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .images--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .images--desktop {
    display: none;
  }
}

.images-item {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .images-item {
    height: auto;
  }
}
.images-item::before, .images-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.images-item::before {
  background: rgba(78, 116, 132, 0.2);
}
.images-item::after {
  background: rgba(0, 0, 0, 0.5);
}
.images-item:hover::before, .images-item:hover::after {
  opacity: 0;
}
.images-item:hover .images-item__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.images-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.images-item__text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--biliy);
  padding: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: var(--202020-record-needle);
  z-index: 2;
}
@media (max-width: 1100px) {
  .images-item__text {
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 14px;
    padding: 5px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 25px;
  line-height: 103%;
  text-transform: uppercase;
  color: var(--biliy);
}
@media (max-width: 500px) {
  .logo {
    font-size: 23px;
  }
  .logo img {
    width: 50px;
    height: 41px;
  }
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--efdeb3-cream-label);
  margin-top: 50px;
}
@media (max-width: 500px) {
  .title {
    font-size: 26px;
    margin-top: 30px;
  }
}

.quote {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--biliy);
  padding-left: 28px;
  border-left: 2px solid var(--biliy);
  margin-top: 50px;
}
@media (max-width: 500px) {
  .quote {
    font-size: 18px;
    margin-top: 30px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 50px;
  cursor: default;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--efdeb3-cream-label);
  border-radius: 25px;
}
@media (max-width: 500px) {
  .button {
    background: var(--efdeb3-cream-label);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 15px 30px;
    margin-top: 30px;
    gap: 0;
  }
}
.button.open {
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 500px) {
  .button.open {
    margin: 30px auto 0;
    gap: 10px;
  }
}
.button.open:hover {
  background: transparent;
  border: none;
}
.button.open:hover .button__starter {
  color: var(--efdeb3-cream-label);
}
.button.open:hover .button__starter svg path {
  fill: var(--efdeb3-cream-label);
}
.button.open .button__starter {
  color: var(--efdeb3-cream-label);
  padding: 0;
}
.button.open .button__starter svg {
  rotate: -45deg;
}
@media (max-width: 500px) {
  .button.open .button__starter svg {
    rotate: 45deg !important;
  }
}
.button.open .button__starter svg path {
  fill: var(--efdeb3-cream-label);
}
@media (max-width: 500px) {
  .button.open .button-open {
    height: auto;
  }
}
.button:hover {
  background: var(--efdeb3-cream-label);
}
.button:hover .button__starter {
  color: var(--4e7484-blue-groove);
}
.button:hover .button__starter svg {
  rotate: -45deg;
}
.button:hover .button__starter svg path {
  fill: var(--4e7484-blue-groove);
}
.button__starter {
  height: 50px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--biliy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 500px) {
  .button__starter {
    color: var(--4e7484-blue-groove);
    padding: 0;
    height: auto;
  }
}
.button__starter svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .button__starter svg {
    rotate: -45deg;
  }
}
.button__starter svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .button__starter svg path {
    fill: var(--4e7484-blue-groove);
  }
}

.button-open {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 500px) {
  .button-open {
    height: 0px;
  }
}
.button-open__number {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: var(--biliy);
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .button-open__number {
    font-size: 18px;
  }
}
.button-open__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: var(--biliy);
  white-space: nowrap;
}

.text {
  margin-top: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: var(--biliy);
}
@media (max-width: 500px) {
  .text {
    font-size: 16px;
    margin-top: 30px;
  }
}

.contact {
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 500px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.contact-column__headline {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--efdeb3-cream-label);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact-column__headline svg {
  width: 20px;
  height: 20px;
}
.contact-column__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--biliy);
}