@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 100;
  color: #fff;
}

.underlinee {
  text-decoration: underline !important;
}

.header__contant {
  padding: 2%;
  max-width: 70%;
  margin: 0 auto;
}

.header__contant-container {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contant-container a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.header__contant-container-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.header__contant-container-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.header__contant-container-home a {
  margin-left: 20px;
}

.header__contant-container-name p {
  margin: 0;
  font-weight: 100;
  font-size: 80px;
  letter-spacing: 1px;
}

.header__contant-container-linkss {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__contant-container-links {
  display: none;
}

.header__contant-container-linkss a {
  margin-right: 20px;
}

.header__burger {
  display: none;
}

.main__contant {
  padding: 2%;
  color: #fff;
}

.main__contant-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__contant-container-about {
  text-align: right;
}

.main__contant-container-about-name {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
}

.main__contant-container-about-location {
  font-size: 23px;
  letter-spacing: 3px;
  color: #ffffff89;
}

.main__contant-container-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 340px;
  padding: 1%;
}

.main__contant-container-photo img {
  width: 100%;
}

.main__contant-container-icons {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  color: #fff;
  justify-items: end;
  opacity: 0;
}

.main__contant-container-icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__contant-container-icons i {
  color: #fff;
  font-size: 50px;
  margin: 5px;
}

.footer__container {
  width: 100%;
  background-color: #000;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 30%;
}

.footer__links a {
  display: block;
  text-transform: uppercase;
  color: #fff;
}

.aboutabout__container {
  max-width: 65%;
  margin: 0 auto;
}

.aboutabout__container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutabout__container-flex-photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.aboutabout__container-flex-photo img {
  width: 100%;
  border-radius: 20px;
}

.aboutabout__container-flex-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  color: #fff;
  font-weight: 500;
}

.aboutabout__container-flex-text-title {
  font-size: 50px;
}

.aboutabout__container-flex-text-title2 {
  font-size: 50px;
  font-weight: 100;
}

.aboutabout__container-flex-text-subtitle {
  font-size: 19px;
  margin-bottom: 3%;
}

.aboutabout__container-footer {
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.aboutabout__container-footer-q {
  font-size: 70px;
}

.download__container {
  text-align: center;
}

.download__container a {
  color: #fff;
}

.download__container img {
  width: 100px;
}

.gallery__container {
  max-width: 70%;
  margin: 0 auto;
}

.gallery__container-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.gallery__container-flex-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

.gallery__container-flex-img img {
  width: 100%;
}

.gallery__container-text {
  text-align: center;
  font-size: 20px;
  margin: 3% 0;
  color: #fff;
}

:root {
  --bg1: #0f1012;
  --bg2: #1a1c20;
  --text: #ffffff;
  --muted: #cfcfcf;
  --field: #eeeeee;
  --fieldText: #111;
  --btn: #5b5b5b;
  --btnHover: #6b6b6b;
  --shadow: 0 18px 60px rgba(0, 0, 0, .55);
  --radius: 26px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5%;
}

/* LEFT CARD IMAGE */
.photo-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 430px;
          flex: 0 1 430px;
  background: #f2f2f2;
  border-radius: var(--radius);
  padding: 16px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.photo-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: calc(var(--radius) - 6px);
  -o-object-fit: cover;
     object-fit: cover;
  background: #ddd;
}

/* RIGHT CONTENT */
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 560px;
          flex: 1 1 560px;
  max-width: 620px;
}

h1 {
  margin: 0 0 14px 0;
  font-family: "Bebas Neue", Inter, system-ui, sans-serif;
  letter-spacing: 1px;
  line-height: .95;
  font-size: clamp(48px, 6vw, 76px);
  text-transform: uppercase;
}

.subtitle {
  margin: 0 0 26px 0;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 14px;
}

form {
  width: 100%;
}

.field {
  margin-bottom: 16px;
}

.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .2px;
}

.label small {
  font-weight: 600;
  color: var(--muted);
  opacity: .9;
}

.row-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
  background: var(--field);
  color: var(--fieldText);
  border-radius: 3px;
  padding: 14px 14px;
  font-size: 15px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

textarea {
  resize: vertical;
  min-height: 130px;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.btn-wrap {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* как на скрине — слева/чуть под формой */
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background: var(--btn);
  color: white;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .2px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  -webkit-transition: background .15s ease, -webkit-transform .15s ease;
  transition: background .15s ease, -webkit-transform .15s ease;
  transition: transform .15s ease, background .15s ease;
  transition: transform .15s ease, background .15s ease, -webkit-transform .15s ease;
}

button:hover {
  background: var(--btnHover);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 90%;
    margin: 5% auto;
  }
  .photo-card {
    max-width: 520px;
  }
  .btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 520px) {
  .row-2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .header__contant {
    padding: 2%;
    max-width: 100%;
    margin: 25px auto;
  }
  .header__contant-container {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__contant-container-home {
    display: none;
  }
  .header__contant-container-name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 70%;
    text-transform: uppercase;
    font-weight: 400;
  }
  .header__contant-container-name a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 70%;
    text-transform: uppercase;
    font-weight: 400;
  }
  .header__contant-container-home a {
    margin-left: 20px;
  }
  .header__contant-container-name p {
    margin: 0;
    font-weight: 100;
    font-size: 40px;
    letter-spacing: 1px;
    margin-right: 30px;
  }
  .header__contant-container-linkss {
    display: none;
  }
  .header__contant-container-linkss a {
    margin-right: 20px;
  }
  .header__burger {
    display: none;
  }
  .main__contant-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .main__contant-container-photo {
    width: 90%;
    margin: 3% 0 3% 0;
  }
  .main__contant-container-icons {
    display: none;
  }
  .footer__container {
    width: 100%;
    background-color: #000;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__links {
    display: block;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    padding: 3%;
  }
  .footer__links a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding: 3%;
  }
  .aboutabout__container {
    max-width: 90%;
    margin: 0 auto;
  }
  .aboutabout__container-flex {
    display: block;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutabout__container-flex-photo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .aboutabout__container-flex-photo img {
    width: 100%;
    border-radius: 20px;
  }
  .aboutabout__container-flex-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    color: #fff;
    font-weight: 500;
  }
  .aboutabout__container-flex-text-title {
    font-size: 40px;
    margin-bottom: 3%;
  }
  .aboutabout__container-flex-text-title2 {
    font-size: 30px;
    font-weight: 100;
  }
  .aboutabout__container-flex-text-subtitle {
    font-size: 19px;
    margin-bottom: 3%;
  }
  .aboutabout__container-footer {
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
  .aboutabout__container-footer-q {
    font-size: 70px;
  }
  .gallery__container {
    max-width: 90%;
    margin: 0 auto;
  }
  .gallery__container-flex {
    width: 100%;
    display: block;
    gap: 10px;
  }
  .gallery__container-flex-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  .gallery__container-flex-img img {
    width: 100%;
  }
  .gallery__container-text {
    text-align: center;
    font-size: 20px;
    margin: 3% 0;
    color: #fff;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    top: 15px;
    left: 20px;
    margin-bottom: 30px;
  }
  .header__burger.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px;
  }
  .header__burger.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 15px;
    left: 5px;
  }
  .header__burger.active span {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 2px;
  }
  .header__burger::after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 50%;
    height: 2px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__burger::before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 50%;
    height: 2px;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__burger span {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__contant-container-links {
    position: fixed;
    width: 100%;
    height: 50%;
    bottom: -100%;
    background-color: #222222e9;
    z-index: 5 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
  }
  .header__contant-container-links a {
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 100;
    padding: 5% 0;
  }
  .header__contant-container-links.active {
    bottom: 0;
  }
  .header__contant-container-links.active a {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
  }
  .header__contant-container-links a {
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */