@font-face {
  font-family: Gilroy;
  src: url(../fonts/gilroyLight/Gilroy-Light.eot);
  src: local("Gilroy-Light"),
    url(../fonts/gilroyLight/Gilroy-Light.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/gilroyLight/Gilroy-Light.woff) format("woff"),
    url(../fonts/gilroyLight/Gilroy-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/gilroyRegular/Gilroy-Regular.eot);
  src: local("Gilroy-Regular"),
    url(../fonts/gilroyRegular/Gilroy-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/gilroyRegular/Gilroy-Regular.woff) format("woff"),
    url(../fonts/gilroyRegular/Gilroy-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/gilroyMedium/Gilroy-Medium.eot);
  src: local("Gilroy-Medium"),
    url(../fonts/gilroyMedium/Gilroy-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/gilroyMedium/Gilroy-Medium.woff) format("woff"),
    url(../fonts/gilroyMedium/Gilroy-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/gilroySemiBold/Gilroy-Gilroy-SemiBold.eot);
  src: local("Gilroy-Gilroy-SemiBold"),
    url(../fonts/gilroySemiBold/Gilroy-Gilroy-SemiBold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/gilroySemiBold/Gilroy-Gilroy-SemiBold.woff) format("woff"),
    url(../fonts/gilroySemiBold/Gilroy-Gilroy-SemiBold.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

#grandbourget-page {
  background-color: #eceae1;
  font-family: Gilroy, sans-serif;
}
#grandbourget-page footer {
  display: none;
}
#grandbourget-page .bg-header {
  height: 90px;
  background: rgba(222, 220, 208, 0.97);
  transition: background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#grandbourget-page .header {
  align-items: center;
}

#grandbourget-page .header svg path {
  fill: #2a3341;
}
.header__links {
  color: #2a3341;
  padding: 0;
  top: auto;
  align-content: center;
}
@media (max-width: 575px) {
  #grandbourget-page .nav {
    top: 19px;
  }
  #grandbourget-page .button-toggle {
    top: 6px;
  }
  #grandbourget-page .header {
    height: 60px;
  }
  #grandbourget-page .not-on-top {
    box-shadow: none;
  }
}
#grandbourget-page {
  --text-title: 154px;
  --text-small: 14px;
  --text-middle: 18px;
  --text-middle-b: 26px;
  --padding: 110px;
}
@media (max-width: 1440px) {
  #grandbourget-page {
    --text-title: 144px;
    --text-small: 12px;
    --text-middle: 16px;
    --text-middle-b: 24px;
  }
}
@media (max-width: 1000px) {
  #grandbourget-page {
    --text-title: 84px;
    --text-middle: 14px;
    --text-middle-b: 20px;
    --padding: 80px;
  }
}
@media (max-width: 575px) {
  #grandbourget-page {
    --text-title: 55px;
    --text-small: 12px;
    --text-middle: 14px;
    --padding: 20px;
  }
}

.section-main {
  padding-top: calc(var(--header-h) + 100px);
  position: relative;
}
@media (max-width: 575px) {
  .section-main {
    padding-top: calc(var(--header-h) + 30px);
  }
}
.section-main::after {
  content: "";
  display: inline-block;
  height: 30px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
.header-grandbourget {
  /* font-size: min(vw(64, 1920), 80px); */
  /* padding: 100px 110px 10px 110px; */
  padding: 0 0 10px 0;
  /* margin: 0 110px; */
  margin: 0 var(--padding);
  display: flex;
  font-weight: 500;
  /* font-size: 12px; */
  font-size: var(--text-small);
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2a3341;
  border-bottom: 1px solid #2a3341;
}
@media (max-width: 575px) {
  .header-grandbourget {
    padding: 0 0 5px 0;
  }
}
.header-grandbourget__title {
  width: 35%;
  white-space: nowrap;
}
.header-grandbourget__name {
  width: 35%;
}
.header-grandbourget__year {
  width: 30%;
  text-align: right;
}
.project-name {
  /* margin: 150px 110px; */
  margin: 150px var(--padding);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .project-name {
    margin: 50px var(--padding) 100px;
    flex-direction: column;
  }
  .project-name__tablet-m {
    margin-bottom: 150px;
  }
  .project-name__tablet {
    margin-bottom: 150px;
  }
  .header-grandbourget__year {
    display: none;
  }
  .header-grandbourget__name {
    width: max-content;
  }
  .header-grandbourget {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .header-grandbourget__name {
    text-align: right;
  }
  .project-name__tablet-m {
    margin-bottom: 100px;
  }
  .project-name {
    margin: 100px var(--padding) 70px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .project-name__tablet-m {
    flex-direction: column;
  }
}
.project-name__real-estate {
  width: 35%;
}
.site-link {
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.site-link a {
  /* text-decoration: underline; */
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2a3341;
  transform: color 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.site-link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #2a3341;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* .site-link:hover a {
  color: #0951BE;
}  */
/* .site-link:hover .site-link::before {
  background: #0951BE;
} */
@media (max-width: 1000px) {
  .project-name__real-estate {
    margin-bottom: 50px;
    margin-left: auto;
  }
  .project-name__tablet {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .project-name__real-estate {
    width: max-content;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .project-name__tablet {
    margin-bottom: 70px;
  }
}
.project-name__real-estate p {
  font-weight: 400;
  /* font-size: 24px; */
  font-size: var(--text-middle-b);
  line-height: 100%;
  text-transform: uppercase;
  color: #2a3341;
}
@media (max-width: 575) {
  .project-name__real-estate p {
    font-size: 24px;
  }
}
.project-name__title {
  width: 65%;
  /* border-bottom: 1px solid #2A3341; */
}
@media (max-width: 1000px) {
  .project-name__title {
    width: 100%;
  }
}

.project-name__title h2 {
  font-weight: 300;
  /* font-size: 144px; */
  font-size: var(--text-title);
  line-height: 80%;
  text-transform: uppercase;
  color: #2a3341;
}
@media (max-width: 575px) {
  /* .project-name__title-mob {
    width: max-content;
  } */
  .project-name__title-mob {
    width: max-content;
  }
  .section-main .project-name__title h2 {
    font-size: 64px;
  }
}
.project-name__title h2 span::after {
  content: "";
  display: inline-flex;
  width: 108px;
  height: 108px;
  background-image: url("../images/grand-page/logo-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1000px) {
  .project-name__title h2 span::after {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .project-name__title h2 span::after {
    width: 49px;
    height: 49px;
  }
}
.project-name__title .scroll-down {
  padding: 150px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.project-name__title .scroll-down::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #2a3341;
  position: absolute;
  left: 0;
  bottom: -10px;
  animation: line 2s ease;
}
@keyframes line {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}
.waves-container {
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.waves-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.waves {
  position: relative;
  top: 32%;
  left: 32%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}
.waves:before {
  position: absolute;
  background: #0951be;
  margin-left: -12px;
  margin-top: -12px;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: wave-animate 3s infinite ease-out;
}

.waves:after {
  position: absolute;
  background: #0951be;
  margin-left: -12px;
  margin-top: -12px;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  animation: wave-animate 3s 1.5s infinite ease-out;
}
@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    transform: scale(2);
    opacity: 0;
    transform-origin: center;
  }
}
@media (max-width: 1000px) {
  .project-name__title .scroll-down {
    padding: 70px 0 0 0;
  }
}
.project-name__title .scroll-down p {
  font-weight: 500;
  /* font-size: 12px; */
  font-size: var(--text-small);
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2a3341;
}
.project-name__title .scroll-down svg {
  width: 70px;
  height: 70px;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  50% {
    transform:  translate(-50%, -50%) scale3d(1.03, 1.03, 1.03);
  }
  100% {
    transform:  translate(-50%, -50%) scale3d(1, 1, 1);
  }
}
@media (max-width: 575px) {
  .project-name__title .scroll-down svg {
    width: 70px;
    height: 70px;
  }
}
.goals__title {
  width: 51%;
}
@media (max-width: 575px) {
  .goals__title {
    order: 3;
  }
}
.goals__name {
  width: 26%;
  order: 1;
}
.goals__year {
  width: 23%;
  text-align: left;
  order: 2;
}
@media (max-width: 1000px) {
  .goals__title {
    width: 100%;
  }
  .goals__name {
    width: 50%;
  }
  .goals__name-tablet {
    width: max-content;
    white-space: nowrap;
  }
  .goals__year {
    width: 50%;
    text-align: left;
  }
  .goals__title-tablet {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .goals__name svg {
    width: 100px;
  }
  .goals__year svg {
    width: 160px;
    padding-top: 20px;
  }
  .goals__title-tablet {
    margin: 70px 0;
    width: 100%;
  }
}
.section-video {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 210px;
  position: relative;
}
@media (max-width: 1440px) {
  .section-video {
    padding-bottom: 150px;
  }
}
@media (max-width: 1000px) {
  .section-video {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-video {
    padding-bottom: 300px;
  }
  .section-video-mob {
    padding-top: 50px;
  }
}
.pattern1-mob {
  display: none;
}
.pattern1 {
  width: 100%;
  height: 460px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1000px) {
  .pattern1 {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .pattern1 {
    display: none;
  }
  .pattern1-mob {
    display: block;
    width: 100%;
    height: 233px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}
.section-video__container {
  width: 62%;
  height: auto;
  position: relative;
}
@media (max-width: 575px) {
  .section-video__container {
    width: 90%;
  }
}
.logo-deco {
  position: absolute;
  width: 296px;
  height: 296px;
  top: -189px;
  left: -36px;
  z-index: -1;
  /* animation: rotate-center 0.3s ease infinite; */
}
@media (max-width: 1440px) {
  .logo-deco {
    left: -68px;
  }
}
@media (max-width: 1000px) {
  .logo-deco {
    width: 180px;
    height: 180px;
    top: -116px;
    left: -51px;
  }
}
@media (max-width: 575px) {
  .logo-deco {
    display: none;
  }
}
.section-goals {
  padding-top: 210px;
}
@media (max-width: 1440px) {
  .section-goals {
    padding-top: 150px;
  }
}
@media (max-width: 1000px) {
  .section-goals {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-goals {
    padding-top: 100px;
  }
  .section-goals .goals {
    margin-top: 30px;
  }
}
.section-goals .project-name__title {
  border-bottom: none;
}
/* @media (max-width: 575px) {
  .section-goals .project-name__title {
    width: 100%;
  }
} */
.project-name .num {
  font-weight: 300;
  /* font-size: 144px; */
  font-size: var(--text-title);
  line-height: 80%;
  text-transform: uppercase;
  color: #2a3341;
}
.description {
  display: flex;
}
.description__marker {
  width: 37.36%;
  /* flex-shrink: 0; */
}
@media (max-width: 1000px) {
  .description__marker {
    position: absolute;
    left: 0;
    top: 172px;
  }
}
@media (max-width: 575px) {
  .description__marker {
    top: 144px;
  }
  .devbase-marker {
    top: 154px;
  }
}
.description__marker-text {
  width: 337px;
  height: auto;
  background: #e23e28;
  padding: 10px 20px 10px var(--padding);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 24px;
  /* font-size: var(--text-middle-b); */
  line-height: 120%;
  text-transform: uppercase;
  color: #eceae1;
}
.description__br {
  margin-left: 4ch;
}
@media (max-width: 1000px) {
  .description__br {
    margin-left: 6ch;
  }
}
@media (max-width: 575px) {
  .description__br {
    margin-left: 1ch;
  }
  .description__marker-text {
    font-size: 20px;
    width: max-content;
    padding: 10px 20px;
  }
  .description__marker-text-mob {
    max-width: 345px;
    font-size: 24px;
  }
}
.description__container {
  width: 62.64%;
  padding-right: var(--padding);
  /* flex-shrink: 0; */
}
@media (max-width: 1000px) {
  .description__container {
    width: 100%;
    padding: 0 var(--padding);
  }
}
.description-list {
  display: flex;
  flex-wrap: wrap;
}
/* .noise {
  position: absolute;
  background-image: url('../images/grand-page/Noise.png');
  animation: Noise_grain 7s steps(10) infinite;
  height: 250%;
  left: -50%;
  top: -100%;
  width: 250%;
} */
.description-item {
  width: calc((100% - 6.5%) / 2);
  /* padding: 30px 40px 40px 40px; */
  padding: 40px;
  /* margin-bottom: 50px; */
  background: #ffffff;
  border-radius: 3px 30px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-image: url("../images/grand-page/Noise.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 82px 40px -70px #dcd9cd;
}
.description-item:nth-child(odd) {
  margin-right: 6.5%;
}
@media (max-width: 575px) {
  .description-item {
    border-radius: 20px;
  }
  .description-item:nth-child(odd) {
    margin-right: 0;
  }
}
.description-item:last-child,
.description-item:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .description-item {
    width: calc((100% - 6.5%) / 1.5);
  }
}
@media (max-width: 575px) {
  .description-item {
    padding: 30px 20px;
    width: 100%;
  }
}
.description-item .num {
  width: 50px;
  height: 50px;
  background: #0951be;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #eceae1;
}
/* .description-text {
  margin-left: 30px;
} */
.description-text h4 {
  /* padding-top: 10px; */
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #2a3341;
  margin-bottom: 19px;
}
@media (max-width: 1000px) {
  .description-text h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .description-text h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.description-text p {
  font-weight: 500;
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #646c79;
}
.logo-marker {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 100px 0 10px;
  border-bottom: 1px solid #2a3341;
}
@media (max-width: 575px) {
  .logo-marker {
    padding: 70px 0 10px;
  }
}
.logo-marker p {
  font-weight: 500;
  /* font-size: 12px; */
  font-size: var(--text-small);
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2a3341;
}
.logo-list {
  display: flex;
  padding-top: 50px;
}
@media (max-width: 575px) {
  .logo-list {
    padding-top: 20px;
    flex-direction: column-reverse;
  }
}
.logo-item {
  width: calc((100% - 6.5%) / 2);
  height: 217px;
  background: #ffffff;
  border-radius: 3px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../images/grand-page/Noise.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 82px 40px -70px #dcd9cd;
}
.logo-item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-right: 30px solid transparent;
  position: absolute;
  left: 0;
  top: -29px;
}
.logo-item:nth-child(odd) {
  margin-right: 6.5%;
}
@media (max-width: 1000px) {
  .logo-item {
    width: calc((100% - 6.5%) / 1.5);
    height: auto;
  }
}
@media (max-width: 575px) {
  .logo-item {
    width: 100%;
  }
  .logo-item:nth-child(odd) {
    margin-right: 0;
  }
  .logo-item::before {
    display: none;
  }
}
.section-goals__video {
  /* margin-top: 150px; */
  width: 100%;
  height: auto;
}
.video-title {
  display: none;
}
@media (max-width: 575px) {
  .section-goals__video {
    width: calc(100% - (var(--padding) * 2));
    border: 5px solid #0951BE;
    box-shadow: 0px 82px 40px -70px #DCD9CD;
    border-radius: 20px;
    margin: 0 var(--padding);
    overflow: hidden;
  }
  .video-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0951be;
    padding: 15px 0 20px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
  }
}
.section-goals__img-laptop {
  padding: 210px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1440px) {
  .section-goals__img-laptop {
    padding: 150px 0;
  }
}
.pattern2 {
  width: 100%;
  height: 1270px;
  position: absolute;
  left: 0;
  bottom: -570px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .section-goals__img-laptop {
    padding: 100px 0;
  }
  .pattern2 {
    height: 640px;
    bottom: -300px;
  }
}
.section-goals__img-laptop img {
  width: 77%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .section-goals__img-laptop {
    padding: 100px var(--padding) 150px;
  }
  .section-goals__img-laptop img {
    width: 100%;
  }
  .pattern2 {
    display: none;
  }
}
.section-goals__img-tablet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 102px 210px 102px;
  position: relative;
}
@media (max-width: 1440px) {
  .section-goals__img-tablet {
    padding: 0 102px 150px 102px;
  }
}
@media (max-width: 1000px) {
  .section-goals__img-tablet {
    padding: 0 80px 100px 80px;
  }
}
@media (max-width: 575px) {
  .section-goals__img-tablet {
    padding: 0 var(--padding) 307px var(--padding);
    flex-direction: column;
  }
}
.pattern3 {
  width: 100%;
  height: 565px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section-goals__img-container {
  width: 48%;
  /* box-shadow: 0px 42.2956px 84.5912px -28.761px rgba(54, 58, 68, 0.5);
  border: 10px solid #2A3341;
  border-radius: 32px; */
  /* overflow: hidden; */
}
@media (max-width: 575px) {
  .section-goals__img-container {
    width: 100%;
  }
  .border-container {
    width: 100%;
    border: 6px solid #2A3341;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 42.2956px 84.5912px -28.761px rgba(54, 58, 68, 0.5);
  }
}
.first-child {
  position: relative;
}
@media (max-width: 575px) {
  .first-child {
    margin-bottom: 100px;
  }
}
.red-logo {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translate(-50%);
  z-index: -1;
}
.section-goals2 {
  padding: 210px 0 280px;
  position: relative;
}
@media (max-width: 1440px) {
  .section-goals2 {
    padding: 150px 0 280px;
  }
}
@media (max-width: 1000px) {
  .section-goals2 {
    padding: 100px 0 180px;
  }
  .pattern3 {
    height: 325px;
  }
  .red-logo {
    width: 220px;
    height: 220px;
    top: -110px;
  }
}
.pattern3-mob {
  display: none;
}
@media (max-width: 575px) {
  .section-goals2 {
    padding: 100px 0 307px;
  }
  .red-logo {
    width: 200px;
    height: 200px;
    top: -100px;
  }
  .pattern3 {
    display: none;
  }
  .pattern3-mob {
    display: block;
    width: 100%;
    height: 207px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}
.pattern4 {
  width: 100%;
  height: 297px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.pattern4-mob {
  display: none;
}
@media (max-width: 1000px) {
  .pattern4 {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .pattern4 {
    display: none;
  }
  .pattern4-mob {
    display: block;
    width: 100%;
    height: 207px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}
.section-goals2 .project-name__title {
  border-bottom: none;
}
.section-goals2 .description-list {
  position: relative;
}
.logo-rotate {
  content: "";
  display: inline-flex;
  width: 340px;
  height: 340px;
  /* background-image: url('../images/grand-page/logo-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: absolute;
  right: -280px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1000px) {
  .logo-rotate {
    right: -250px;
  }
}
@media (max-width: 575px) {
  .logo-rotate {
    display: none;
  }
}
.section-goals2 .logo-item,
.task .logo-item {
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .section-goals2 .logo-item,
  .task .logo-item {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.logo-item h4,
.task h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #2a3341;
  margin-bottom: 19px;
}
@media (max-width: 575px) {
  .logo-item h4,
  .task h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.logo-item p,
.task p {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-small);
  line-height: 140%;
  color: #646c79;
}
.video-margin {
  margin-top: 0;
}
@media (max-width: 575px) {
  .video-margin {
    margin-top: 50px;
  }
}
.filter {
  padding: 210px 0 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .filter {
    padding: 150px 0 60px;
  }
}
@media (max-width: 1000px) {
  .filter {
    padding: 100px 0 60px;
  }
}
@media (max-width: 575px) {
  .filter {
    padding: 0px 0 500px;
  }
}
.pattern5 {
  width: 100%;
  height: 290px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.filter__container {
  padding: 30px var(--padding) 0;
  display: flex;
  justify-content: space-between;
}
.filter__img {
  width: 30.4%;
}
@media (max-width: 1000px) {
  .filter__container {
    flex-wrap: wrap;
  }
  .filter__img {
    width: 45%;
  }
  .filter__img-tablet {
    margin-top: 50px;
    width: calc((100% - 6.5%) / 1.5);
  }
  .pattern5 {
    height: 190px;
  }
}
.pattern5-mob {
  display: none;
}
@media (max-width: 575px) {
  .filter__img {
    width: 100%;
    order: 1;
  }
  .filter__img-tablet {
    margin: 50px 0 30px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    order: 2;
  }
  .filter__img-order {
    order: 3;
  }
  .pattern5 {
    display: none;
  }
  .pattern5-mob {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 207px;
  }
}
.filter__img img {
  height: auto;
}
.filter__img svg {
  width: 100%;
  height: auto;
}
.filter__parameters {
  width: 184px;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #e23e28;
  border-radius: 83.7399px;
  position: relative;
  margin-bottom: 38px;
}

@media (max-width: 575px) {
  .filter__parameters {
    width: 171px;
    margin-bottom: 0;
  }
}
.filter__parameters::before {
  content: "";
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-image: url("../images/grand-page/filter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 2;
}
.filter__parameters p {
  font-weight: 500;
  /* font-size: 12px; */
  font-size: var(--text-small);
  line-height: 130%;
  color: #eceae1;
  width: 60%;
}
.filter__description {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 82px 40px -70px #dcd9cd;
  border-radius: 0px 32px 32px 32px;
  margin-bottom: 680px;
}
@media (max-width: 1440px) {
  .filter__description {
    margin-bottom: 380px;
  }
}
@media (max-width: 1000px) {
  .filter__description {
    margin-bottom: 180px;
  }
}
@media (max-width: 575px) {
  .filter__description {
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.filter__description h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #2a3341;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .filter__description h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.filter__description p {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #646c79;
}
.filter__view {
  background: #0951be;
  border-radius: 32px 32px 32px 0;
  padding: 40px;
  position: relative;
}
.filter__view::before {
  content: "";
  display: inline-block;
  width: 124px;
  height: 60px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  overflow: hidden;
  background: #0951be;
  position: absolute;
  left: -62px;
  bottom: -89px;
}
.filter__view::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 30px solid #0951be;
  border-right: 30px solid transparent;
  position: absolute;
  left: 0;
  bottom: -29px;
}
@media (max-width: 575px) {
  .filter__view::after {
    display: none;
  }
  .filter__view::before {
    display: none;
  }
}

.filter__view h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.filter__view p {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #ffffff;
}
.video-logo {
  position: relative;
}
.video-deco {
  width: 316px;
  height: 194px;
  position: absolute;
  left: 23.6%;
  top: -193px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .filter__view {
    margin-right: -180px;
    margin-left: 180px;
  }
  .video-deco {
    display: none;
  }
}
@media (max-width: 575px) {
  .filter__view {
    margin: 0;
    padding: 30px 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 307px;
    left: var(--padding);
    width: calc(100% - (var(--padding) * 2));
  }
  .filter__view h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.viewer-interest,
.vr-tour {
  width: 100%;
  display: flex;
}
.viewer-interest {
  margin-top: -8px;
}
@media (max-width: 575px) {
  .viewer-interest {
    margin-top: 0;
  }
}
.viewer-interest__left {
  width: 50%;
  height: 1230px;
  /* background-image: url('../images/grand-page/bg1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
}
@media (max-width: 1440px) {
  .viewer-interest__left {
    height: 1030px;
  }
}
.viewer-interest__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 575px) {
  .viewer-interest__img {
    position: initial;
    height: auto;
  }
}
.viewer-interest__img img {
  object-fit: cover;
}
.viewer-interest__right {
  width: 50%;
  height: 1230px;
  /* background-image: url('../images/grand-page/bg2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding-top: 150px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1440px) {
  .viewer-interest__right {
    height: 1030px;
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .viewer-interest__right {
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
@media (max-width: 1440px) {
  .viewer-interest__left {
    height: 1030px;
  }
}
.viewer-interest__logo-red {
  width: 100px;
  height: 100px;
  margin-right: 50px;
  z-index: 2;
}
@media (max-width: 575px) {
  .viewer-interest__logo-red {
    display: none;
  }
}
.viewer-interest__text {
  width: 50.6%;
  height: max-content;
  border-radius: 0 32px 32px 32px;
  background: #fff;
  padding: 40px;
  position: relative;
}
@media (max-width: 575px) {
  .viewer-interest__text {
    width: calc(100% - (var(--padding) * 2));
    max-height: 158px;
    padding: 30px 20px;
    margin: 100px var(--padding) 30px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.viewer-interest__text::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  position: absolute;
  left: -29px;
  top: 0;
}
.viewer-interest__text h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #2a3341;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .viewer-interest__text::before {
    display: none;
  }
  .viewer-interest__text h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.viewer-interest__text p {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #646c79;
}
.vr-tour__left {
  width: 50%;
  height: 1230px;
  /* background-image: url('../images/grand-page/bg3.jpg'); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  padding: 0 0 140px var(--padding);
  display: flex;
  align-items: flex-end;
  position: relative;
}

.vr-tour__left-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vr-tour__left::after {
  content: "";
  display: inline-block;
  background-image: url("../images/grand-page/interactive.svg");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  width: 196px;
  height: 232px;
  position: absolute;
  bottom: 80px;
  right: -98px;
  z-index: 2;
}
.vr-tour__left h3 {
  font-weight: 500;
  font-size: 68px;
  line-height: 100%;
  text-transform: uppercase;
  color: #eceae1;
  position: relative;
}

.title-arrow::after {
  content: "";
  display: inline-block;
  background-image: url("../images/grand-page/interactive-arrow.svg");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  width: 121px;
  height: 112px;
  position: absolute;
  top: 30px;
  right: -15px;
}
@media (max-width: 575px) {
  .vr-tour__left h3 {
    display: none;
  }
  .title-arrow::after {
    display: none;
  }
}
.vr-tour__right {
  width: 50%;
  height: 1230px;
  /* background-image: url('../images/grand-page/bg4.jpg'); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  padding: 150px var(--padding) 60px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .vr-tour__right {
    height: 1030px;
    padding: var(--padding) var(--padding) 60px 0;
  }
  .vr-tour__left {
    height: 1030px;
  }
}
@media (max-width: 1000px) {
  .viewer-interest,
  .vr-tour {
    flex-direction: column;
  }
  .viewer-interest__left,
  .viewer-interest__right {
    width: 100%;
    height: 930px;
  }
  .vr-tour__left,
  .vr-tour__right {
    width: 100%;
    height: 1100px;
  }
  .vr-tour__view {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .viewer-interest__left,
  .viewer-interest__right {
    height: auto;
  }
  .vr-tour__left {
    padding: 0;
    height: auto;
  }
  .vr-tour__left-img {
    position: initial;
  }
  .vr-tour__left::after {
    display: none;
  }
  .vr-tour__right {
    height: auto;
    padding: 0;
  }
}
.vr-tour__description {
  width: 60.7%;
  height: max-content;
  padding: 40px;
  background: #fff;
  border-radius: 32px 32px 0 32px;
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #2a3341;
  position: relative;
  background-image: url(../images/grand-page/Noise.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vr-tour__description::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  position: absolute;
  right: 0;
  bottom: -29px;
}
.vr-tour__right .filter__view {
  width: 60.7%;
}
@media (max-width: 575px) {
  .vr-tour__description {
    width: calc(100% - (var(--padding) * 2));
    margin: 100px var(--padding);
    padding: 30px 20px 30px 80px;
    border-radius: 20px;
  }
  .vr-tour__description::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 40px;
    height: 47px;
    background-image: url("../images/grand-page/mob-v.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .vr-tour__description-mob::before {
    display: none;
  }
  .vr-tour__description-mob {
    padding: 30px 20px;
    position: absolute;
    max-height: 100px;
    top: 0;
    left: 0;
  }
  .vr-tour__right .filter__view {
    width: calc(100% - (var(--padding) * 2));
    margin: 0 var(--padding);
    padding: 30px 20px;
    border-radius: 20px;
    bottom: 100px;
    left: 0;
  }
  .vr-tour__description::after {
    display: none;
  }
}
.task .description-list {
  position: relative;
}
/* .task .description-list::before {
  content: "";
  display: inline-flex;
  width: 340px;
  height: 340px;
  background-image: url('../images/grand-page/logo-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -280px;
  bottom: 0;
  z-index: -1;
} */
@media (max-width: 575px) {
  .task .description-list::before {
    display: none;
  }
}
.task .logo-item:nth-child(2) {
  background: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 575px) {
  .task .logo-item:nth-child(2) {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.task .logo-item:nth-child(2)::before {
  display: none;
}
.task .project-name__title {
  border-bottom: none;
}
.task__img {
  margin-top: 150px;
  height: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .task__img {
    display: none;
  }
}
.task__img2 {
  width: 77%;
  position: relative;
}
@media (max-width: 575px) {
  .task__img2 {
    width: 90%;
  }
}
.task__img-deco {
  width: 336px;
  height: 336px;
  position: absolute;
  left: 222px;
  top: -203px;
  z-index: -1;
}

.task {
  padding: 210px 0;
  position: relative;
}
@media (max-width: 1440px) {
  .task {
    padding: 150px 0;
  }
  .task__img-deco {
    left: 97px;
  }
}
@media (max-width: 1000px) {
  .task {
    padding: 100px 0;
  }
  .task__img-deco {
    width: 220px;
    height: 220px;
    left: 54px;
    top: -132px;
  }
}
@media (max-width: 575px) {
  .task {
    padding: 100px 0;
  }
  .task__img-deco {
    width: 100px;
    height: 100px;
    top: -63px;
    left: -5px;
    display: none;
  }
  .task__logo-list {
    flex-direction: column;
  }
}
.task::before {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 800px;
  background: url("../images/grand-page/bg5.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
.task::after {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 700px;
  background: linear-gradient(180deg, #eceae1 0%, rgba(236, 234, 225, 0) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -2;
}
.functionality {
  display: flex;
}
.functionality__left {
  width: 50%;
  height: 1020px;
  /* background-image: url('../images/grand-page/bg6.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 150px 120px 0 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1440px) {
  .functionality__left {
    height: 820px;
    padding: 100px 120px 0 0;
  }
}
@media (max-width: 575px) {
  .functionality__left {
    height: auto;
    padding: 0;
    flex-direction: column-reverse;
  }
}
.functionality__mob-img {
  display: none;
}
.functionality__left-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .functionality__left-img {
    display: none;
  }
  .functionality__mob-img {
    display: block;
    width: 100%;
    max-height: 335px;
    position: absolute;
    left: 0;
    bottom: 86px;
    z-index: 4;
  }
}
.functionality__right {
  width: 50%;
  height: 1020px;
  /* background-image: url('../images/grand-page/bg7.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
}
.functionality__right-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.functionality__right-img-mob {
  display: none;
}
@media (max-width: 575px) {
  .functionality__right-img {
    display: none;
  }
  .functionality__right-img-mob {
    display: block;
  }
}
@media (max-width: 1440px) {
  .functionality__right {
    height: 820px;
  }
}
@media (max-width: 1000px) {
  .functionality {
    flex-direction: column;
  }
  .functionality__left {
    width: 100%;
  }
  .functionality__right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .functionality__right {
    height: auto;
  }
  .functionality__left {
    width: 100%;
    height: 615px;
    background-image: url("../images/grand-page/17.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}
.functionality .vr-tour__description {
  border-radius: 32px 32px 32px 0;
}
@media (max-width: 575px) {
  .functionality .vr-tour__description {
    border-radius: 20px;
  }
}
.functionality .vr-tour__description::after {
  display: none;
}
.functionality .vr-tour__description h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #2a3341;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .functionality .vr-tour__description h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.admin-padding {
  padding: 0 0 100px;
}
/* @media (max-width: 575px) {
  .admin-padding {
    padding: 0 0 60px;
  }
} */
.dev__img {
  width: 80%;
  margin: 0 auto 75px auto;
  position: relative;
}
.dev__video {
  overflow: hidden;
  border-radius: 40px;
  border: 10px solid #2a3341;
}
.dev__deco1 {
  width: 782px;
  height: 924px;
  position: absolute;
  left: 50%;
  top: -802px;
  transform: translate(-50%);
  z-index: -1;
}
.dev__deco2 {
  width: 336px;
  height: 336px;
  position: absolute;
  right: -101px;
  top: -213px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .dev__deco2 {
    width: 220px;
    height: 220px;
    right: -51px;
    top: -135px;
    z-index: -1;
  }
}
@media (max-width: 575px) {
  .dev__deco2 {
    display: none;
  }
  .dev__deco1 {
    width: 100vw;
    top: -685px;
  }
}
.admin-panel__list {
  padding: 0 var(--padding) 100px var(--padding);
  display: flex;
  justify-content: space-between;
}
.admin-panel__big-block {
  width: 58.6%;
  position: relative;
}
.admin-panel__small-block {
  width: 37.1%;
}
@media (max-width: 1000px) {
  .admin-panel__list {
    flex-direction: column-reverse;
  }
  .admin-panel__list-tablet {
    flex-direction: column;
  }
  .admin-panel__list-tablet .admin-panel__big-block {
    margin-top: 30px;
  }
  .admin-panel__big-block {
    width: 100%;
  }
  .admin-panel__small-block {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .admin-panel__list {
    padding: 0 0 100px 0;
  }
  .admin-panel__big-block {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 var(--padding);
  }
  .admin-panel__small-block {
    width: 100%;
  }
  .admin-panel__list-tablet .admin-panel__big-block {
    margin-top: 0;
  }
}
.admin-panel__img {
  box-shadow: 0px 80px 30px -70px rgba(140, 136, 113, 0.5),
    0px 126px 40px -100px #dcd9cd;
  border-radius: 40px 0 40px 40px;
  border: 10px solid #dedcd0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.admin-panel__description-text {
  width: 35.6%;
  height: max-content;
  background: #0951be;
  box-shadow: 0px 82px 40px -70px #dcd9cd;
  border-radius: 0px 40px 40px 40px;
  padding: 20px 25px;
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.video-mob {
  display: none;
}
@media (max-width: 575px) {
  .admin-panel__description-text {
    position: initial;
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
  .admin-panel__img {
    box-shadow: none;
    border-radius: 20px 20px 0 0;
    border: 6px solid #0951be;
    overflow: hidden;
  }
  .video-mob {
    display: block;
    /* height: 100vh;
    height: calc(var(--vh, 1vh) * 100); */
    width: 100%;
  }
  .video-desctop {
    display: none;
  }
}
.admin-panel__description {
  width: 100%;
  height: max-content;
  background: #ffffff;
  box-shadow: 0px 82px 40px -70px #dcd9cd;
  border-radius: 0px 32px 32px 32px;
  padding: 40px;
  background-image: url(../images/grand-page/Noise.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.admin-panel__description:first-child {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .admin-panel__description:first-child {
    margin-bottom: 20px;
  }
}
.admin-panel__description h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #2a3341;
  margin-bottom: 10px;
}
.admin-panel__description p {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #646c79;
}
@media (max-width: 575px) {
  .admin-panel__description {
    padding: 30px 20px;
    border-radius: 20px;
    margin: 0 var(--padding);
    width: calc(100% - (var(--padding) * 2));
  }
  .admin-panel__description h4 {
    font-size: 24px;
  }
}
.admin-panel__small-block .border-radius {
  border-radius: 32px 0px 32px 32px;
}
.admin-panel__big-block .border-radius {
  border-radius: 0px 40px 40px 40px;
}
.admin-panel__mobt {
  display: none;
}
@media (max-width: 575px) {
  .admin-panel__big-block .border-radius {
    border-radius: 20px 20px 0 0;
  }
  .admin-panel__small-block .border-radius {
    border-radius: 20px;
  }
  .admin-panel__mobt {
    display: flex;
    margin-top: 15px;
  }
  .admin-panel__mobn {
    display: none;
  }
}
.top-position {
  border-radius: 40px 0px 40px 40px;
  top: 0;
}
@media (max-width: 575px) {
  .top-position {
    border-radius: 0 0 20px 20px;
  }
}
.size-block {
  width: 47.9%;
}
.size-description {
  width: 43.85%;
}
.admin-panel {
  padding: 210px 0 330px;
  position: relative;
}
@media (max-width: 1440px) {
  .admin-panel {
    padding: 150px 0 330px;
  }
}
@media (max-width: 1000px) {
  .admin-panel {
    padding: 150px 0 230px;
  }
  .size-block {
    width: 100%;
  }
  .size-block-tablet {
    margin-top: 30px;
  }
  .size-description {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .admin-panel {
    padding: 100px 0 230px;
  }
  .admin-panel .dev__img {
    width: 100%;
    margin-bottom: 100px;
  }
  .admin-panel .dev__video {
    width: calc(100% - (var(--padding) * 2));
    border: 5px solid #0951BE;
    box-shadow: 0px 82px 40px -70px #dcd9cd;
    border-radius: 20px;
    margin: 0 var(--padding);
    overflow: hidden;
  }
  .size-block-tablet {
    margin-top: 100px;
  }
  /* .size-description {
    width: calc(100% - (var(--padding) * 2));
    margin: 0 var(--padding);
    margin-top: 10px;
  } */
  .admin-panel__description-container {
    margin-top: 110px;
  }
}
.pattern6 {
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .pattern6 {
    display: none;
  }
}

.results {
  padding: 210px 0;
  position: relative;
}
@media (max-width: 1440px) {
  .results {
    padding: 150px 0;
  }
}
@media (max-width: 1000px) {
  .results {
    padding: 100px 0;
  }
  .admin-panel__market {
    top: 10px;
  }
  .pattern6 {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .pattern6 {
    /* height: 120px; */
    display: none;
  }
  .results {
    padding: 100px 0;
  }
  .admin-panel__market {
    top: 100px;
  }
}
.pattern6-mob {
  display: none;
}
@media (max-width: 575px) {
  .pattern6-mob {
    display: block;
    width: 100%;
    height: 230px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

.results::after {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 1060px;
  background: url(../images/grand-page/bg8.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
.results::before {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #eceae1 0%, rgba(236, 234, 225, 0) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 760px;
  z-index: -2;
}
.results .project-name__title {
  border-bottom: none;
}
.results__item {
  width: 100%;
  display: flex;
  min-height: 310px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .results__item {
    flex-direction: column;
    margin-bottom: 70px;
  }
}
.results__item-left {
  width: 50%;
  border-radius: 32px 0 0 32px;
  background: white;
  padding: 40px 12% 100px 30px;
}
@media (max-width: 575px) {
  .results__item-left {
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: white;
    padding: 30px 20px;
  }
}
.results__item-left h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #2a3341;
  margin-bottom: 19px;
}
.results__item-left p {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #646c79;
}
@media (max-width: 575px) {
  .results__item-left h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.results__text-bg {
  background: #0951be;
  border-radius: 5px;
  color: #ffffff !important;
  margin-bottom: 3px;
  width: max-content;
  padding: 0 3px;
}
.results__item-right {
  width: 50%;
  background-image: url(../images/grand-page/bg-item.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 32px 32px 0;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 575px) {
  .results__item-right {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 30px 20px 117px 20px;
    overflow: hidden;
  }
}
.pattern-item {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 575px) {
  .pattern-item {
    /* display: none; */
  }
}
.results__item-right p {
  padding: 10px 20px;
  /* background: rgba(226, 62, 40, 0.5);
  mix-blend-mode: overlay; */
  background: #104391b5;
  border-radius: 10px;
  font-weight: 500;
  font-size: 48px;
  line-height: 80%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 3px;
}
@media (max-width: 575px) {
  .results__item-right p {
    font-size: 40px;
  }
}
.last-item p {
  font-size: 42px;
  line-height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .last-item p {
    font-size: 40px;
  }
}
.line-through {
  text-decoration: line-through;
  text-decoration-color: #e23e28;
  letter-spacing: 0.03em;
}

/* pattern-item.svg */
.results__item:last-child {
  width: 100%;
  height: 710px;
  border-radius: 28px;
  background-image: url(../images/grand-page/bg9.jpg);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1440px) {
  .results__item:last-child {
    height: 500px;
    border-radius: 20px;
  }
}
.result__item-img {
  display: none;
}
@media (max-width: 575px) {
  .results__item:last-child {
    /* background-image: url(../images/grand-page/bg-mob.jpg); */
    background-image: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
  }
  .result__item-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.result__item-container1 {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 24.38%;
}
.result__item-container2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 9.9%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.result__item-container1 h4,
.result__item-container2 h4 {
  font-weight: 500;
  font-size: 48px;
  line-height: 80%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.result__item-container1 p,
.result__item-container2 p {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #ffffff;
}
.results__item-cont1,
.results__item-cont2,
.results__item-cont3,
.results__item-cont4 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #e23e28;
  width: 25.8%;
  min-height: 132px;
}
.results__item-cont1 {
  border-radius: 20px 20px 0px 20px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .results__item-cont1 {
    margin-bottom: 23px;
  }
}
.results__item-cont2 {
  border-radius: 20px 20px 20px 0px;
}
.results__item-cont3 {
  border-radius: 20px 0px 20px 20px;
  margin-bottom: 280px;
  position: relative;
}

@media (max-width: 1440px) {
  .results__item-cont3 {
    margin-bottom: 100px;
  }
}

.results__item-cont3::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 30px solid #e23e28;
  border-left: 30px solid transparent;
  position: absolute;
  right: 0;
  top: -29px;
}
.results__item-cont4 {
  border-radius: 28px 0px;
}
@media (max-width: 575px) {
  .result__item-container1,
  .result__item-container2 {
    position: initial;
    margin-left: 78px;
    align-items: start;
  }
  .results__item-cont1,
  .results__item-cont2,
  .results__item-cont3,
  .results__item-cont4 {
    padding: 12px;
    width: calc(100% - 92px);
    min-height: 73px;
    border-radius: 20px;
    margin-bottom: 12px;
  }
  .results__item-cont4 {
    margin-bottom: 0;
  }
  .results__item-cont3::after {
    display: none;
  }
  .result__item-container1 h4,
  .result__item-container2 h4 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .result__item-container1 p,
  .result__item-container2 p {
    font-size: 14px;
  }
}
.ui-elements .project-name__title {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.font__bottom-line {
  padding-bottom: 30px;
  border-bottom: 1px solid #2a3341;
}
@media (max-width: 575px) {
  .font__bottom-line {
    padding-bottom: 5px;
  }
}
.font {
  display: flex;
  justify-content: space-between;
}
.font h3 {
  font-weight: 400;
  font-size: 80px;
  line-height: 80%;
  text-transform: uppercase;
  color: #2a3341;
}
@media (max-width: 575px) {
  .font h3 {
    font-size: 30px;
  }
}
.font p {
  font-weight: 400;
  font-size: 14px;
  line-height: 80%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2a3341;
}
@media (max-width: 575px) {
  .font p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.font__weight {
  display: flex;
}
@media (max-width: 575px) {
  .font__weight {
    flex-direction: column;
  }
}
.font__weight p:first-child {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .font__weight p:first-child {
    margin-right: 0;
  }
  .ui-elements__project-name {
    margin-bottom: 50px;
  }
}
.font__padding {
  padding: 30px 0;
}
@media (max-width: 575px) {
  .font__padding {
    padding: 10px 0;
  }
}
.ui-elements .project-name {
  margin-bottom: 0;
}
.ui-elements {
  padding: 210px 0 998px 0;
  position: relative;
}
@media (max-width: 1440px) {
  .ui-elements {
    padding-top: 150px;
  }
}

.ui-elements::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 760px;
  background-image: url(../images/grand-page/bg-footer.jpg);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
.pattern8 {
  width: 100%;
  height: 682px;
  position: absolute;
  left: 0;
  bottom: 561px;
  z-index: -2;
}
.pattern8-mob {
  display: none;
}
@media (max-width: 1000px) {
  .ui-elements {
    padding-top: 100px;
    padding-bottom: 600px;
  }
  .results__marker-tablet {
    top: 150px;
  }
  .ui-elements::after {
    height: 550px;
  }
  .pattern8 {
    height: 482px;
    bottom: 400px;
  }
}
@media (max-width: 575px) {
  .ui-elements {
    padding-top: 100px;
    padding-bottom: 630px;
  }
  .results__marker-tablet {
    top: 145px;
  }
  .project-name__title-wrap {
    margin-left: 1ch;
  }
  .results .project-name__real-estate {
    margin-bottom: 10px;
  }
  .ui-elements::after {
    background-image: url(../images/grand-page/DevBase-mob.jpg);
    height: 635px;
  }
  .pattern8 {
    display: none;
  }
  .pattern8-mob {
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 480px;
    z-index: -2;
  }

}
.logo-marker-p {
  padding-top: 70px;
}
.ui-elements__color-list {
  display: flex;
  justify-content: space-between;
}
.ui-elements__color-item {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.visualization {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .ui-elements__color-item {
    flex-direction: column;
    padding-top: 20px;
  }
  .visualization {
    width: 45px;
    height: 45px;
    margin-right: 0;
  }
}
.visualization-black {
  background-color: #2a3341;
}
.visualization-red {
  background-color: #e23e28;
}
.visualization-blue {
  background-color: #0951be;
}
.visualization-white {
  background-color: #ffffff;
}
.visualization-border {
  border: 1px solid #2a3341;
}
.color-number {
  font-weight: 500;
  /* font-size: 12px; */
  font-size: var(--text-small);
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2a3341;
}
@media (max-width: 575px) {
  .color-number {
    margin-top: 10px;
  }
}
.ui-elements__interactive-list {
  display: flex;
  justify-content: space-between;
}
.ui-elements__interactive-item {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
@media (max-width: 575px) {
  .ui-elements__interactive-item {
    justify-content: space-between;
  }
}
.condition {
  font-weight: 500;
  /* font-size: 12px; */
  font-size: var(--text-small);
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2a3341;
  margin-bottom: 13px;
}
.phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #eceae1;
  border-radius: 25px;
  margin-bottom: 30px;
}
.phone svg {
  margin-right: 15px;
}
.phone-number {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2a3341;
}
@media (max-width: 575px) {
  .phone {
    width: 50px;
    margin-bottom: 0;
    margin-top: -35px;
  }
  .phone svg {
    margin-right: 0;
  }
  .phone-number {
    display: none;
  }
  .item-mobile {
    justify-content: space-between;
  }
}
.socail-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.socail-container svg {
  margin-right: 20px;
}
.socail-named {
  font-weight: 400;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 160%;
  color: #2a3341;
}
@media (max-width: 575px) {
  .socail-container {
    margin-bottom: 20px;
    margin-bottom: 0;
  }
  .socail-container svg {
    margin-right: 0;
    width: 50px;
    height: 50px;
  }
  .socail-named {
    display: none;
  }
}
.menu-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.menu-title {
  font-weight: 500;
  /* font-size: 12px; */
  font-size: var(--text-small);
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2a3341;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .menu-container {
    /* margin-bottom: 20px; */
    margin-bottom: 0;
  }
  .menu-container svg {
    width: 50px;
    height: 50px;
  }
  .menu-title {
    display: none;
  }
  .phone-mobile {
    display: none;
  }
}
.phone-hover {
  background: #0951be;
}
.phone-hover .phone-number {
  color: #eceae1;
}
.arrow {
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .arrow svg {
    width: 50px;
    height: 50px;
  }
  .arrow {
    margin-bottom: 32px;
  }
}
.language {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.language p {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #2a3341;
}
@media (max-width: 575px) {
  .language {
    width: 50px;
    height: 50px;
    margin-bottom: 36px;
  }
  .language p {
    font-size: 12px;
  }
}
.logo-icon {
  margin-bottom: 20px;
}
.arrow-hover {
  margin-bottom: 20px;
}
.language-hover {
  display: flex;
  flex-direction: column;
  height: 116px;
  border-radius: 35px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .language-hover {
    height: 78px;
  }
  .logo-icon svg {
    width: 50px;
    height: 50px;
  }
  .message-icon {
    width: 50px;
    height: 50px;
  }
  .message-icon svg {
    width: 50px;
    height: 50px;
  }
}
.language-hover::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 24px;
  background-image: url(../images/grand-page/hand.svg);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 6px;
  top: 31px;
}
.language-hover p {
  margin-bottom: 10px;
}
.language-hover p:last-child {
  margin-bottom: 0;
}
.language-hover p:first-child {
  color: #0951be;
}
.popup-element {
  width: 100%;
  padding: 53px 83px;
  margin-top: 30px;
  position: relative;
  background: linear-gradient(135.43deg, #fffdf3 0%, #f0eee3 99.99%);
}
.popup-element__title,
.popup-element__name-input,
.popup-element__input,
.popup-element__submit {
  display: flex;
  justify-content: space-between;
}
.popup-element__title h4,
.popup-element__title h5,
.popup-element__name-input p,
.popup-element__input .input,
.popup-element__submit .fill,
.popup-element__submit .btn {
  width: 45.65%;
}
.popup-element__title h4 {
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2a3341;
}
.popup-element__name-mobile {
  display: none;
}
@media (max-width: 575px) {
  .popup-element__title,
  .popup-element__name-input,
  .popup-element__input,
  .popup-element__submit {
    flex-direction: column;
  }
  .popup-element__title h4,
  .popup-element__title h5,
  .popup-element__name-input p,
  .popup-element__input .input,
  .popup-element__submit .fill,
  .popup-element__submit .btn {
    width: 100%;
  }
  .popup-element__name-input p:last-child {
    display: none;
  }
  .popup-element__name-mobile {
    display: flex;
    margin-top: 20px;
  }
  .popup-element__name-mobile p:last-child {
    display: flex;
  }
  .popup-element {
    padding: 30px;
  }
  .popup-element__title h4 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
.popup-element__title h5 {
  font-weight: 500;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #88889d;
  padding-right: 12.7%;
}
.popup-element__title {
  margin-bottom: 30px;
}
.popup-element__name-input p {
  font-weight: 400;
  font-size: 8px;
  line-height: 100%;
  color: #2a3341;
}
.popup-element__name-input {
  margin-bottom: 12px;
}
.popup-element__input {
  margin-bottom: 30px;
}
.popup-element__input .input {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  background: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  color: #2a3341;
  position: relative;
}
.popup-element__input .input::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/grand-page/star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.fill {
  display: flex;
  align-items: center;
}
.fill svg {
  margin-right: 10px;
}
.fill p {
  font-weight: 400;
  font-size: 8.34992px;
  line-height: 100%;
  color: #88889d;
}
.btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 575px) {
  .btn {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .section-main .project-name {
    margin-top: 70px;
  }
}
.btn svg {
  margin-right: 12px;
}
.brt p {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2a3341;
  position: relative;
}
.brt p::after {
  content: "";
  display: inline-block;
  width: max-content;
  height: 1px;
  background: #e23e28;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.popup-element__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.footer-icon {
  position: absolute;
  left: 50%;
  bottom: 280px;
  transform: translate(-50%);
  cursor: pointer;
}
@media (max-width: 992px) {
  .footer-icon {
    bottom: 190px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .footer-icon {
    bottom: 200px;
    /* width: 80px;
    height: 80px; */
  }
}
.model-3d {
  width: 100%;
  height: 1270px;
  /* background-image: url(../images/grand-page/bg-3d.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 194px var(--padding);
  margin-top: -10px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1440px) {
  .model-3d {
    height: 870px;
    padding: 131px var(--padding);
  }
}
@media (max-width: 1000px) {
  .model-3d {
    height: 600px;
    padding: 100px var(--padding);
  }
}
@media (max-width: 575px) {
  .model-3d {
    height: auto;
    padding: 0;
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .popup-element__close {
    width: 45px;
    height: 45px;
  }
}
.model-3d__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 575px) {
  .model-3d__bg {
    position: initial;
    margin-bottom: 100px;
  }
}
.model-3d__item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #ffffff;
  background-image: url(../images/grand-page/Noise.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 27.94%;
  height: max-content;
  border-radius: 0 32px 32px 32px;
}
@media (max-width: 1000px) {
  .model-3d__item {
    width: calc((100% - 6.5%) / 1.5);
  }
}
@media (max-width: 575px) {
  .model-3d__item {
    width: calc(100% - (var(--padding) * 2));
    max-height: 158px;
    margin: 100px var(--padding);
    padding: 30px 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.model-3d__item h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #2a3341;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .model-3d__item h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.model-3d__item p {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: var(--text-middle);
  line-height: 140%;
  color: #646c79;
}
.goals-list {
  justify-content: space-between;
  padding: 0 var(--padding);
}
.goals-item {
  width: 23.4%;
  flex-direction: column;
}
.goals-item:nth-child(odd) {
  margin-right: 0;
}
.goals-item .num {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .goals {
    margin-bottom: 100px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .goals-item {
    width: 48%;
  }
  .goals-item:nth-child(1),
  .goals-item:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .goals {
    margin-bottom: 3px;
  }
  .goals-item {
    width: 100%;
    position: relative;
    overflow: initial;
    margin-bottom: 45px;
    padding-top: 40px;
  }
  .goals-item .num {
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    top: -25px;
  }
  .goals-item:nth-child(1),
  .goals-item:nth-child(2) {
    margin-bottom: 45px;
  }
  .goals-item:nth-child(3) {
    margin-bottom: 45px;
  }
}
.task__img-mob {
  display: none;
}

@media (max-width: 575px) {
  .task__img-mob {
    display: flex;
    flex-direction: column;
    margin: 0 var(--padding);
  }
  .task__img-mob-img {
    border: 5px solid #0951be;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  .task__img-mob-text {
    border-radius: 0 0 20px 20px;
    padding: 30px 20px 15px;
    background-image: url(../images/grand-page/bg-mob1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .task__img-mob-text h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 15px;
  }
  .text-item {
    display: flex;
    margin-bottom: 15px;
  }
  .text-item .num {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #eceae1;
    margin-right: 13px;
  }
  .text-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #eceae1;
  }
}

.task__img-n {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  position: relative;
}
@media (max-width: 575px) {
  .task__img-n {
    display: none;
  }
}
.task__img-container {
  width: 62%;
  border-radius: 27px 27px 0px 0px;
  border: 3px solid #1f252f;
  position: relative;
}
.task__img-border {
  border-radius: 23px 23px 0px 0px;
  border: 4px solid #000000;
  overflow: hidden;
  border-bottom: 24px solid #000000;
}
.laptop-bottom {
  width: 77%;
}
.task__img-item-text {
  width: 71%;
  padding: 60px 40px;
  border-radius: 27px 27px 0 0;
  background-image: url(../images/grand-page/bg10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 24px;
  right: 20px;
}
.task__img-item-text h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 10px;
}

.text-cont {
  display: flex;
  justify-content: space-between;
}
.text-cont .text {
  display: flex;
  width: 46%;
}
.text-cont .text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #eceae1;
}
.text-cont .text .num {
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #eceae1;
}
@media (max-width: 1440px) {
  .text-cont .text p,
  .text-cont .text .num {
    font-size: 16px;
  }
  .task__img-item-text {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .text-cont .text p,
  .text-cont .text .num {
    font-size: 12px;
  }
  .task__img-item-text {
    padding: 20px;
    right: 4px;
  }
  .task__img-item-text h4 {
    font-size: 24px;
  }
}
.goals-marker {
  display: none;
}
@media (max-width: 575px) {
  .goals-marker {
    display: block;
    position: fixed;
    width: 99%;
    /* top: 90%; */
    left: 50%;
    transform: translate(-50%);
  }
}
.goals-marker__list {
  display: flex;
  position: relative;
}
.goals-marker__list::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  /* border: 1px solid #DEDCD0; */
  position: absolute;
  left: 0;
  bottom: -2px;
}
.goals-marker__list::before {
  content: "";
  display: inline-block;
  width: 20%;
  height: 2px;
  background: #e23e28;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
}
.goals-marker__item {
  width: calc(100% / 4);
  padding: 8px 0;
  background: white;
  border: 1px solid #dedcd0;
  box-shadow: 0px 82px 40px -70px #dcd9cd;
  border-radius: 20px 20px 0px 0px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #2a3341;
}
.item-active {
  border: none;
  background: #0951be;
  color: #ffffff;
}

.rotate-group {
  transform-origin: center;
  transform-box: fill-box;
  animation: rotate-center 40s infinite linear;
  animation-direction: reverse;
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(320px);
  }
  100% {
    transform: translateX(-550px);
  }
}
/* .pattern4 {
  animation: wave 5.5s cubic-bezier(.36,.45,.63,.53) infinite;
} */
.wiggle-up {
  animation: wiggleUp 3s linear infinite;
}
@keyframes wiggleUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1em);
  }
  100% {
    transform: translateY(0);
  }
}

.wave1 {
  animation: swell1 5.5s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
.wave2 {
  animation: swell2 5.5s 0.6s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.wave3 {
  animation: swell3 5.5s 0.3s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.wave4 {
  animation: swell4 5.5s 0.1s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.wave5 {
  animation: swell1 5.5s 0.1s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.wave6 {
  animation: swell3 5.5s 0.2s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.wave7 {
  animation: swell2 5.5s 0.7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.wave8 {
  animation: swell4 5.5s 0.5s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

@keyframes wave2 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell1 {
  0%,
  100% {
    transform: translate3d(0, -15px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes swell2 {
  0%,
  100% {
    transform: translate3d(0, -5px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes swell3 {
  0%,
  100% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes swell4 {
  0%,
  100% {
    transform: translate3d(0, -20px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

#grandbourget-page .page__inner {
  height: auto;
}

.goals-marker {
  position: fixed;
  bottom: 2px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  /* width: 280px; */
}

:root {
  --line-width: 0;
}
.goals-marker__list:before {
  width: 100%;
  transform-origin: left;
  transform: scaleX(var(--line-width));
}
.goals-marker__item {
  cursor: pointer;
  transition: background-color 0.7s ease-out;
}

.grandbourget .scroll-content {
  transform: none !important;
}

@media screen and (min-width: 576px) {
  video {
    clip-path: polygon(0 2%, 100% 2%, 100% 98%, 0 98%);
    margin-top: -1%;
    margin-bottom: -1%;
  }
}

img[data-src] {
  padding-bottom: 100%;
}

@media screen and (min-width: 1024px) {
  .site-link:hover:before {
    animation: line-line 1.5s ease-in-out 1;
  }
}
@keyframes line-line {
  from {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
    transform: scaleX(0);
  }
  51% {

    transform-origin: right;
    transform: scaleX(0);  
  }

  to {
    transform-origin: right;
    transform: scaleX(1);  
  }
}


[class*=pattern] path[fill="#DEDCD0"],
[class*=pattern] path[fill="#0951BE"] {
  animation-name: xTranslate;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* animation-play-state: ; */
}


[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+1),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+1) {
  /* animation-delay:  */
  animation-delay: 0.2s;
}

[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+2),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+2) {
  /* animation-delay:  */
  animation-delay: 0.4s;
}

[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+3),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+3) {
  /* animation-delay:  */
  animation-delay: 0.6s;
}

[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+4),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+4) {
  /* animation-delay:  */
  animation-delay: 0.8s;
}

[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+5),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+5) {
  /* animation-delay:  */
  animation-delay: 1s;
}

[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+6),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+6) {
  /* animation-delay:  */
  animation-delay: 1.2s;
}

[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+7),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+7) {
  /* animation-delay:  */
  animation-delay: 1.4s;
}

[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+8),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+8) {
  /* animation-delay:  */
  animation-delay: 1.6s;
}

[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+9),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+9) {
  /* animation-delay:  */
  animation-delay: 1.8s;
}

[class*=pattern] path[fill="#DEDCD0"]:nth-child(3n+10),
[class*=pattern] path[fill="#0951BE"]:nth-child(3n+10) {
  /* animation-delay:  */
  animation-delay: 2s;
}
@keyframes xTranslate {
    from {
      transform: translateX(0px);
    }
    20% {
      transform: translateX(25px);
    }
    80% {
      transform: translateX(-25px);
    }
    100% {
      transform: translateX(0px);
    }
}