
@charset "UTF-8";

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
:root {
  --index: calc(1vw + 1vh);
}

html,
body {
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 137.5%;
  background: #fff;
  /* 22/16 */
  color: #585252;
}

body._lock {
  overflow: hidden;
}

.wrapper-global {
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  padding: 30px 0;
  background: #fff;
}

.header__logo {
  font-size: 38px;
  font-weight: 700;
  -webkit-text-stroke: 2px black;
  color: transparent;
  text-transform: uppercase;
}

.header__inner {
  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;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 1130px) {
  .header__inner {
    gap: calc(20px + 20 * (100vw - 320px) / 810);
  }
}

@media (max-width: 767.98px) {
  .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}

.header__button {
  color: rgb(0, 0, 0);
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  padding: 5px 40px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .header__button:hover {
    background: #000;
    color: #fff;
  }
}

.header-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 40px;
}

@media (max-width: 1130px) {
  .header-block__list {
    gap: 6px calc(20px + 20 * (100vw - 320px) / 810);
  }
}

.header-block__link {
  display: inline-block;
  color: #585252;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 138.888889%;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .header-block__link:hover {
    border-color: #000;
  }
}

.hero--inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width:900px){
  .hero--inner {
    height: calc(100vh - 96px);
  }
  .hero--inner__title {
    font-size: 54px !important;
  }
}

.hero--inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 66.67%;
  background-color: #b6c2e6;
  z-index: -1;
}

@media (max-width:768px){
  .hero--inner:before {
    width: 100%;
  }
}

.hero--inner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 767.98px) {
  .hero--inner__container {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hero--inner__info--block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.hero--inner__subtitle {
  margin-bottom: 60px;
}

.hero--inner__decor {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.button {
  border-radius: 100px;
  background: rgb(0, 0, 0);
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 900;
  line-height: 138.888889%;
  /* 25/18 */
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .button:hover {
    border-color: rgb(0, 0, 0);
    background: transparent;
    color: rgb(0, 0, 0);
  }
}

.title {
  font-size: 24px;
  font-weight: 900;
  line-height: 137.5%;
  max-width: 800px;
  /* 33/24 */
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 1130px) {
  .title {
    font-size: calc(18px + 6 * (100vw - 320px) / 810);
  }
}

.info--block {
  padding-top: 44px;
}

.info--block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 37px;
}

.info--block__title {
  margin-bottom: 0;
}

.info--block__columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  margin-bottom: 30px;
  gap: 20px;
}

.info--block__column {
  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;
}

.info--block__column img {
  border-radius: 20px;
  aspect-ratio: 260/196;
  width: 100%;
  height: auto;
}

.info--block__bottom {
  max-width: 324px;
  margin-left: auto;
}

.info--block__text {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 600px;
  margin: 0 auto;
}

.title__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-bottom: 20px;
}

@media (max-width: 1130px) {
  .info--block__text {
    padding-top: calc(70px + 30 * (100vw - 320px) / 810);
  }
}

@media (max-width: 1130px) {
  .info--block__text {
    padding-bottom: calc(70px + 80 * (100vw - 320px) / 810);
  }
}

.details--block {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 1130px) {
  .details--block {
    padding-top: calc(70px + 80 * (100vw - 320px) / 810);
  }
}

@media (max-width: 1130px) {
  .details--block {
    padding-bottom: calc(70px + 80 * (100vw - 320px) / 810);
  }
}

.details--block{
  position: relative;
}

.details--block:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 66.67%;
  background-color: #b6c2e6;
  z-index: -1;
}

@media (max-width:768px){
  .details--block:before {
    width: 100%;
  }
}


.details--block__item:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 1130px) {
  .details--block__item:not(:last-child) {
    margin-bottom: calc(30px + 70 * (100vw - 320px) / 810);
  }
}

@media (min-width: 767.98px) {
  .details--block__subtitle {
    max-width: 419px;
  }
}

.info--block__title {
  font-size: 46px;
  text-align: center;
}

.contact-form {
  padding-top: 60px;
  padding-bottom: 150px;
}

@media (max-width: 1130px) {
  .contact-form {
    padding-bottom: calc(70px + 80 * (100vw - 320px) / 810);
  }
}

.contact-form__decor {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1130px) {
  .contact-form__decor {
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 810);
  }
}

.contact-form__text-block {
  max-width: 419px;
  margin-bottom: 50px;
}

@media (max-width: 1130px) {
  .contact-form__text-block {
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 810);
  }
}

.contact-form-form {
  max-width: 495px;
}

.contact-form-form__input {
  padding: 10px 10px 10px 50px;
  font-weight: 700;
  display: block;
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
  margin-bottom: 10px;
}

.contact-form-form__button {
  width: 100%;
  margin-top: 20px;
  display: block;
  padding: 10px 100px;
  border-radius: 0;
}

.global-footer {
  padding: 30px 0;
  text-align: center;
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
}

.global-footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.global-footer-menu__link {
  color: rgb(255, 255, 255);
}

.global-footer-menu__link {
  display: inline-block;
  color: #000;
}

@media (any-hover: hover) {
  .global-footer-menu__link:hover {
    text-decoration: underline;
  }
}

.info--block {
  padding-bottom: 60px;
}

.reversed {
  display: flex;
  flex-direction: column;
}

.upd-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
}

@media (min-width:768px){
  .upd-flex img {
    max-width: 40%;
  }
}

.upd-flex p {
  max-width: 400px;
}

.gallery--block {
  padding-top: 60px;
}

.gallery--block__title h2 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}


.gallery--block__photos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery--block__photos img {
  width: 100%;
  max-width: 660px;
  height: auto;
  object-fit: cover;
}

@media (max-width:600px) {
  .upd-flex {
    flex-direction: column;
    gap: 30px;
  }
}

.thxw {

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.thx h1 {
  font-size: 34px;
  text-align: center;
  color: #000;
  font-weight: 700;
  line-height: 120%;
}

.thx a {
  font-size: 20px;
  padding: 8px 16px;
  border: 2px solid #000;
  text-align: center;
  display: inline-block;
  margin: 20px auto;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 16px;
}

.description--block,
.info--block {
  padding-top: 80px;
}

.description--block__text span {
  font-weight: 700;
}

.description--block__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form__container {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
  align-items: center;
}

@media (max-width:768px){
  .contact-form__container {
    grid-template-columns: 1fr;
  }
}

.cookie-section {
  background-color: #1B1B1B;
  padding: 24px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  z-index: 1000;
  display: none;
}

.cookie-section.show {
  display: block;
}

.cookie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cookie-inner-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cookie-inner-1 span {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #FFFFFF;
  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;
}
.cookie-inner-1 span img {
  width: 40px;
  height: 40px;
}
.cookie-inner-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.cookie-inner-2 button , a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1B1B1B;
  text-transform: uppercase;
  padding: 18px 60px;
  background-color: #FFFFFF;
  border-radius: 60px;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 960px) {
  .wrapper {
    padding: 0 16px;
  }
  .cookie-inner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

