body {
  transform: translateZ(2px);
}
@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,
credits,
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%;
}

body {
  background: #fafafa;
}

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%;
}

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

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

html,
body {
  height: 100%;
}

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

body._lock {
  overflow: hidden;
}

.wrapper {
  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__container {
  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;
  gap: 40px;
}

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

@media (max-width: 767.98px) {
  .header__container {
    -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: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 900;
  background: #000;
  line-height: 25px;
  color: #fff;
  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-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

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

.header-menu__link {
  color: rgb(0, 0, 0);
  font-family: 'Manrope', 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-menu__link:hover {
    border-color: #000;
  }
}

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

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

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

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

.main__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) {
  .main__container {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

.main__subtitle {
  margin-bottom: 60px;
}

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

.main__decor img {
  width: 100%;
  max-width: 520px;
  max-height: 400px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.button {
  border-radius: 100px;
  background: #0086c4;
  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;
}

.banner {
  padding: 0px 20px;
  padding-bottom: 40px;
}

.banner-image {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.banner-image img {
  display: block;
  width: 100%;
  border-radius: 20px;
  max-height: 600px;
  object-position: center;
  object-fit: cover;
}

@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%;
  /* 33/24 */
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #0086c4;
}

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

.more {
  padding-top: 44px;
}

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

.more__title {
  margin-bottom: 0;
}

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

.more__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;
}

.more__column img {
  border-radius: 20px;
  aspect-ratio: 260/196;
  max-width: 540px;
  max-height: 400px;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

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

.more__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) {
  .more__text {
    padding-top: calc(70px + 30 * (100vw - 320px) / 810);
  }
}

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

.proposal {
  padding-top: 150px;
  padding-bottom: 150px;
}

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

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

.proposal{
  position: relative;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.connect-form__button {
  margin-top: 20px;
  display: block;
  padding: 10px 100px;
  border-radius: 10px;
}

.credits {
  padding: 30px 0;
  text-align: center;
  color: rgb(255, 255, 255);
  background: #0086c4;
}

.credits-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;
}

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

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

.more {
  padding-bottom: 60px;
}

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

.upd-flex {
  display: flex;
  justify-content: space-between;
}

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

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

.upd-flex img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.photo {
  padding-top: 60px;
}

.photo__title h2 {
  font-weight: bold;
  font-size: 24px;
}


.photo__photos {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.photo__photos img {
  width: 100%;
  aspect-ratio: 360 / 247;
  max-width: 460px;
  max-height: 350px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@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;
}

.about,
.more {
  padding-top: 80px;
}

.about__text span {
  font-weight: 700;
}

.about__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}

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

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

.cookie-consent {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

.cookie-title {
  font-size: 18px;
  margin: 0 0 10px;
}

.cookie-text {
  font-size: 14px;
  text-align: center;
  margin: 0 0 15px;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-btn {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.cookie-btn.accept {
  background-color: #000;
  color: white;
}

.cookie-btn.reject {
  background-color: #acacac;
  color: rgb(255, 255, 255);
}

@media (max-width:600px){
  .more__columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:400px){
  .more__columns {
    grid-template-columns: 1fr;
  }
}