* {
  margin: 0;
  padding: 0;
  font-family: 'mons-reg', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  user-select: none;
}

body {
  min-height: 100vh;
}
body.locked {
  overflow: hidden;
}

main {
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
}

.great--wrapper {
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1450px) {
  .great--wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 850px) {
  .great--wrapper {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mouse {
  -webkit-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.animated {
  -webkit-transition: all linear 950ms;
  -o-transition: all linear 950ms;
  transition: all linear 950ms;
}

.blocker {
  z-index: 100;
  padding: 100px 50px;
}
@media screen and (max-width: 1450px) {
  .blocker {
    padding: 50px;
  }
}
@media screen and (max-width: 850px) {
  .blocker {
    padding: 80px 15px;
  }
}

/**----------------------------------------------------------------------------------------------------------------------------------------------------------------------
All pages
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.great--header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 78px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
}
.great--header.scrolled {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.great--header .great--wrapper {
  height: 100%;
}
.great--header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 94px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .great--header__body {
    gap: 40px;
  }
}
.great--header__body .great--logo {
  margin-right: auto;
}
@media screen and (max-width: 850px) {
  .great--header__body .great--switch-language a {
    color: rgba(38, 38, 38, 0.8);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
@media screen and (max-width: 850px) {
  .great--header__body .great--switch-language a.active {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .great--header__body .great--switch-language span {
    display: none;
  }
}

.great--footer {
  padding: 44px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.great--footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 17px;
}
@media screen and (max-width: 850px) {
  .great--footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.great--footer__left-side .great--footer__contact:first-child {
  margin-bottom: 6px;
}
.great--footer__left-side .great--footer__contact:first-child:last-child {
  margin-bottom: 0;
}
.great--footer__copight {
  font-family: "AustinCyr";
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media screen and (max-width: 1450px) {
  .great--footer__copight {
    font-size: 25px;
  }
}
@media screen and (max-width: 850px) {
  .great--footer__copight {
    font-size: 21px;
  }
}
.great--footer__contact {
  display: block;
  font-size: 21px;
  line-height: 200%;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1450px) {
  .great--footer__contact {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .great--footer__contact {
    font-size: 16px;
  }
}
.great--footer__contact a img {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1450px) {
  .great--footer__contact a img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 850px) {
  .great--footer__contact a img {
    width: 32px;
    height: 32px;
  }
}
.great--footer__right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (max-width: 850px) {
  .great--footer__right-side {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.great--footer__right-side .great--footer__contact:first-child {
  margin-right: 22px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 850px) {
  .great--footer__right-side .great--footer__contact:first-child {
    margin-right: auto;
  }
}

/**----------------------------------------------------------------------------------------------------------------------------------------------------------------------
General page
(index)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.great--greetings {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 850px) {
  .great--greetings {
    padding: 76px 0 96px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.great--greetings__title {
  font-family: "AustinCyr";
  font-weight: 400;
  font-size: 140px;
  line-height: 188%;
  background-image: -webkit-gradient(linear, left top, right top, from(#262626), color-stop(#537780), to(#537780));
  background-image: -o-linear-gradient(left, #262626, #537780, #537780);
  background-image: linear-gradient(90deg, #262626, #537780, #537780);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin-bottom: 10px;
  -webkit-transform: translate(0, -200%);
      -ms-transform: translate(0, -200%);
          transform: translate(0, -200%);
  opacity: 0;
  -webkit-animation: fadeIn 1200ms ease-in-out 800ms 1 forwards;
          animation: fadeIn 1200ms ease-in-out 800ms 1 forwards;
}
@media screen and (max-width: 1450px) {
  .great--greetings__title {
    font-size: 95px;
    line-height: 150%;
  }
}
@media screen and (max-width: 850px) {
  .great--greetings__title {
    font-size: 70px;
  }
}
.great--greetings__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 136px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  font-size: 30px;
  line-height: 188%;
  color: rgba(38, 38, 38, 0.5);
  padding-bottom: 5px;
  opacity: 0;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  transition: all linear 400ms;
}
@media screen and (max-width: 1450px) {
  .great--greetings__benefits {
    height: 110px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1300px) {
  .great--greetings__benefits {
    height: 96px;
    font-size: 22px;
  }
}
@media screen and (max-width: 850px) {
  .great--greetings__benefits {
    height: 92px;
    font-size: 18px;
    padding-left: 0 !important;
  }
}
.great--greetings__benefits span,
.great--greetings__benefits b,
.great--greetings__benefits strong {
  font-size: 60px;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 1450px) {
  .great--greetings__benefits span,
.great--greetings__benefits b,
.great--greetings__benefits strong {
    font-size: 46px;
  }
}
@media screen and (max-width: 1300px) {
  .great--greetings__benefits span,
.great--greetings__benefits b,
.great--greetings__benefits strong {
    font-size: 42px;
  }
}
@media screen and (max-width: 850px) {
  .great--greetings__benefits span,
.great--greetings__benefits b,
.great--greetings__benefits strong {
    font-size: 35px;
  }
}
.great--greetings__benefits:nth-child(2) {
  -webkit-animation: fadeIn 1300ms ease-in-out 1000ms 1 forwards;
          animation: fadeIn 1300ms ease-in-out 1000ms 1 forwards;
  border-bottom: none;
}
.great--greetings__benefits:nth-child(2) span,
.great--greetings__benefits:nth-child(2) b,
.great--greetings__benefits:nth-child(2) strong {
  margin-top: -15px;
}
@media screen and (max-width: 850px) {
  .great--greetings__benefits:nth-child(2) span,
.great--greetings__benefits:nth-child(2) b,
.great--greetings__benefits:nth-child(2) strong {
    margin-top: -8px;
  }
}
.great--greetings__benefits:nth-child(3) {
  padding-left: 280px;
  -webkit-animation: fadeIn 1500ms ease-in-out 1600ms 1 forwards;
          animation: fadeIn 1500ms ease-in-out 1600ms 1 forwards;
  border-bottom: none;
}
.great--greetings__benefits:nth-child(3) span,
.great--greetings__benefits:nth-child(3) b,
.great--greetings__benefits:nth-child(3) strong {
  margin-top: 15px;
  margin-bottom: -15px;
}
@media screen and (max-width: 850px) {
  .great--greetings__benefits:nth-child(3) span,
.great--greetings__benefits:nth-child(3) b,
.great--greetings__benefits:nth-child(3) strong {
    margin-bottom: -8px;
    margin-top: 15px;
  }
}
.great--greetings__benefits:nth-child(4) {
  -webkit-animation: fadeIn 1300ms ease-in-out 2200ms 1 forwards;
          animation: fadeIn 1300ms ease-in-out 2200ms 1 forwards;
  border-bottom: none;
}
.great--greetings__benefits:nth-child(4) span,
.great--greetings__benefits:nth-child(4) b,
.great--greetings__benefits:nth-child(4) strong {
  margin-top: 15px;
  margin-bottom: -15px;
}
@media screen and (max-width: 850px) {
  .great--greetings__benefits:nth-child(4) span,
.great--greetings__benefits:nth-child(4) b,
.great--greetings__benefits:nth-child(4) strong {
    margin-top: 15px;
    margin-bottom: -8px;
  }
}
.great--greetings__benefits:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
  padding-left: 120px;
  -webkit-animation: fadeIn 1400ms ease-in-out 2800ms 1 forwards;
          animation: fadeIn 1400ms ease-in-out 2800ms 1 forwards;
}
.great--greetings__benefits:last-child span,
.great--greetings__benefits:last-child b,
.great--greetings__benefits:last-child strong {
  margin-top: 5px;
  margin-bottom: -5px;
  margin-right: 18px;
}
@media screen and (max-width: 850px) {
  .great--greetings__benefits:last-child span,
.great--greetings__benefits:last-child b,
.great--greetings__benefits:last-child strong {
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 12px;
  }
}
.great--greetings__background-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  -webkit-transform: scale(4) translate(100%, 50%);
      -ms-transform: scale(4) translate(100%, 50%);
          transform: scale(4) translate(100%, 50%);
  -webkit-animation: moveIn 1300ms ease-out 0ms 1 forwards;
          animation: moveIn 1300ms ease-out 0ms 1 forwards;
}
@media screen and (max-width: 850px) {
  .great--greetings__background-image {
    display: none;
  }
}
.great--greetings__background-image.mobile {
  display: none;
  width: 100vw;
}
@media screen and (max-width: 850px) {
  .great--greetings__background-image.mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .great--greetings__background-image.mobile {
    width: 90vw;
  }
}

@-webkit-keyframes moveIn {
  to {
    -webkit-transform: scale(1) translate(20%, 0);
            transform: scale(1) translate(20%, 0);
  }
}

@keyframes moveIn {
  to {
    -webkit-transform: scale(1) translate(20%, 0);
            transform: scale(1) translate(20%, 0);
  }
}
@media screen and (max-width: 1350px) {
  @-webkit-keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(30%, 0);
              transform: scale(1) translate(30%, 0);
    }
  }
  @keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(30%, 0);
              transform: scale(1) translate(30%, 0);
    }
  }
}
@media screen and (max-width: 1200px) {
  @-webkit-keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(40%, 0);
              transform: scale(1) translate(40%, 0);
    }
  }
  @keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(40%, 0);
              transform: scale(1) translate(40%, 0);
    }
  }
}
@media screen and (max-width: 1000px) {
  @-webkit-keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(50%, 0);
              transform: scale(1) translate(50%, 0);
    }
  }
  @keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(50%, 0);
              transform: scale(1) translate(50%, 0);
    }
  }
}
@media screen and (max-width: 850px) {
  @-webkit-keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(20%, 0);
              transform: scale(1) translate(20%, 0);
    }
  }
  @keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(20%, 0);
              transform: scale(1) translate(20%, 0);
    }
  }
}
@media screen and (max-width: 600px) {
  @-webkit-keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(10%, 0);
              transform: scale(1) translate(10%, 0);
    }
  }
  @keyframes moveIn {
    to {
      -webkit-transform: scale(1) translate(10%, 0);
              transform: scale(1) translate(10%, 0);
    }
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.great--art-is {
  padding: 50px 0 0;
  overflow: hidden;
}
.great--art-is__body {
  position: relative;
  padding: 0 0 126px;
}
@media screen and (max-width: 850px) {
  .great--art-is__body {
    padding: 0 0 150px;
  }
}
.great--art-is__title {
  font-weight: 400;
  font-family: "AustinCyr";
  font-size: 150px;
  color: #262626;
}
@media screen and (max-width: 1450px) {
  .great--art-is__title {
    font-size: 120px;
  }
}
@media screen and (max-width: 850px) {
  .great--art-is__title {
    font-size: 60px;
    text-align: right;
  }
}
.great--art-is__caption {
  display: block;
  font-family: "AustinCyr";
  font-size: 70px;
  color: #537780;
  margin: -30px 0 70px 23%;
}
@media screen and (max-width: 1450px) {
  .great--art-is__caption {
    font-size: 55px;
    margin: -30px 0 40px 22%;
  }
}
@media screen and (max-width: 850px) {
  .great--art-is__caption {
    font-size: 30px;
    margin: 0;
    text-align: right;
  }
}
.great--art-is__description {
  font-size: 21px;
  line-height: 188%;
  color: rgba(38, 38, 38, 0.7);
  max-width: 39%;
  margin-bottom: 14px;
}
.great--art-is__description:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1450px) {
  .great--art-is__description {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .great--art-is__description {
    max-width: unset;
    margin-top: 90vw;
    font-size: 18px;
  }
}
.great--art-is__photo-1 {
  display: block;
  position: absolute;
  right: calc(25% + 30px);
  top: 120px;
  width: 25%;
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 188px;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (max-width: 1450px) {
  .great--art-is__photo-1 {
    height: 400px;
    top: 80px;
    margin-top: 158px;
  }
}
@media screen and (max-width: 850px) {
  .great--art-is__photo-1 {
    top: 120px;
    left: 0;
    right: unset;
    width: 55%;
    height: 85vw;
    margin-top: -40px;
  }
}
.great--art-is__photo-2 {
  display: block;
  position: absolute;
  right: 0;
  top: 120px;
  width: 25%;
  height: 655px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (max-width: 1450px) {
  .great--art-is__photo-2 {
    height: 558px;
    top: 80px;
    width: 25.5%;
  }
}
@media screen and (max-width: 850px) {
  .great--art-is__photo-2 {
    top: 120px;
    height: 77.2vw;
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .great--art-is__photo-2 {
    height: 73vw;
  }
}
.great--art-is__photo-3 {
  margin-top: 160px;
  display: block;
  width: 45.4%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media screen and (max-width: 1450px) {
  .great--art-is__photo-3 {
    height: 370px;
    margin-top: 74px;
  }
}
@media screen and (max-width: 1200px) {
  .great--art-is__photo-3 {
    width: 45%;
  }
}
@media screen and (max-width: 1100px) {
  .great--art-is__photo-3 {
    width: 44%;
  }
}
@media screen and (max-width: 1000px) {
  .great--art-is__photo-3 {
    width: 43%;
  }
}
@media screen and (max-width: 900px) {
  .great--art-is__photo-3 {
    width: 42%;
  }
}
@media screen and (max-width: 850px) {
  .great--art-is__photo-3 {
    margin-top: 45px;
    width: 70%;
    height: 40vw;
  }
}
.great--art-is__photo-4 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
@media screen and (max-width: 1450px) {
  .great--art-is__photo-4 {
    height: 332px;
  }
}
@media screen and (max-width: 850px) {
  .great--art-is__photo-4 {
    height: 32vh;
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .great--art-is__photo-4 {
    height: 24.5vh;
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .great--art-is__photo-4 {
    height: 45vw;
  }
}
.great--art-is__birds {
  width: 20vw;
  position: absolute;
  top: 45%;
  right: 0;
  display: block;
  width: 32vw;
  -webkit-transform: translate(-200%, 0);
      -ms-transform: translate(-200%, 0);
          transform: translate(-200%, 0);
}
.great--art-is__birds.animated {
  -webkit-transition: all linear 1600ms !important;
  -o-transition: all linear 1600ms !important;
  transition: all linear 1600ms !important;
}
@media screen and (max-width: 1450px) {
  .great--art-is__birds {
    top: 40%;
  }
}
@media screen and (max-width: 850px) {
  .great--art-is__birds {
    display: none;
  }
}
.great--art-is__birds.mobile {
  display: none;
}
.great--art-is__birds.mobile.animated {
  -webkit-transition: all linear 1200ms !important;
  -o-transition: all linear 1200ms !important;
  transition: all linear 1200ms !important;
}
@media screen and (max-width: 850px) {
  .great--art-is__birds.mobile {
    display: block;
    top: unset;
    width: 58.7vw;
    bottom: 30vw;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translate(15px);
        -ms-transform: translate(15px);
            transform: translate(15px);
  }
}
@media screen and (max-width: 550px) {
  .great--art-is__birds.mobile {
    width: 58.7vw;
    bottom: 35.1vw;
  }
}
@media screen and (max-width: 500px) {
  .great--art-is__birds.mobile {
    top: unset;
    width: 60.5vw;
    bottom: 32.7vw;
  }
}
.great--art-is__birds svg {
  position: absolute;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.great--art-is__birds svg.nth1 {
  left: 20%;
  top: 0;
  width: 30%;
  -webkit-animation: swing 1000ms ease-in-out 0ms infinite alternate;
          animation: swing 1000ms ease-in-out 0ms infinite alternate;
}
.great--art-is__birds svg.nth2 {
  right: 0;
  top: 10%;
  width: 45%;
  -webkit-animation: swing 1200ms ease-in-out 0ms infinite alternate;
          animation: swing 1200ms ease-in-out 0ms infinite alternate;
}
.great--art-is__birds svg.nth3 {
  left: 0;
  bottom: 0;
  width: 80%;
  -webkit-animation: swing 1500ms ease-in-out 0ms infinite alternate;
          animation: swing 1500ms ease-in-out 0ms infinite alternate;
}

@-webkit-keyframes swing {
  to {
    -webkit-transform: translate(5%, 3%) rotate(2deg);
            transform: translate(5%, 3%) rotate(2deg);
  }
}

@keyframes swing {
  to {
    -webkit-transform: translate(5%, 3%) rotate(2deg);
            transform: translate(5%, 3%) rotate(2deg);
  }
}
.great--quality {
  padding: 50px 0 125px;
  overflow: hidden;
}
.great--quality__body {
  padding-top: 72px;
  position: relative;
  padding-left: 40%;
}
@media screen and (max-width: 1450px) {
  .great--quality__body {
    padding-left: 35%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 850px) {
  .great--quality__body {
    padding-left: 0;
    padding-top: 10px;
  }
}
.great--quality__title {
  font-family: "AustinCyr";
  font-weight: 400;
  font-size: 140px;
  color: #262626;
  margin-bottom: 78px;
  line-height: 80%;
}
@media screen and (max-width: 1450px) {
  .great--quality__title {
    font-size: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .great--quality__title {
    font-size: 60px;
    margin-bottom: 36px;
  }
}
.great--quality__description {
  font-size: 21px;
  line-height: 188%;
  color: rgba(38, 38, 38, 0.7);
  margin-bottom: 14px;
}
@media screen and (max-width: 1450px) {
  .great--quality__description {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .great--quality__description {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.great--quality__description:last-child {
  margin-bottom: 0 !important;
}
.great--quality__photo-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
  height: 956px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .great--quality__photo-1 {
    width: 28%;
    height: 734px;
  }
}
@media screen and (max-width: 1380px) {
  .great--quality__photo-1 {
    height: 700px;
  }
}
@media screen and (max-width: 850px) {
  .great--quality__photo-1 {
    left: unset;
    top: unset;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 80vw;
  }
}
.great--quality__photo-2 {
  margin-top: 90px;
  width: 100%;
  height: 277px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .great--quality__photo-2 {
    margin-top: 60px;
    height: 203px;
  }
}
@media screen and (max-width: 1380px) {
  .great--quality__photo-2 {
    height: 170px;
  }
}
@media screen and (max-width: 850px) {
  .great--quality__photo-2 {
    position: relative;
    width: 55%;
    height: 65vw;
    margin-top: 60px;
    z-index: -1;
  }
}

.great--video {
  position: relative;
  width: 100%;
  padding-bottom: 44%;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .great--video {
    padding-bottom: 70%;
  }
}
.great--video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.great--sewing {
  padding: 200px 0 100px;
  overflow: hidden;
  position: relative;
  background: white;
  -webkit-transition: all linear 100ms !important;
  -o-transition: all linear 100ms !important;
  transition: all linear 100ms !important;
}
@media screen and (max-width: 1450px) {
  .great--sewing {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 850px) {
  .great--sewing {
    padding: 60px 0;
  }
}
.great--sewing__body {
  position: relative;
  padding-left: 55%;
}
@media screen and (max-width: 1450px) {
  .great--sewing__body {
    padding-left: 45%;
  }
}
@media screen and (max-width: 850px) {
  .great--sewing__body {
    padding: 0;
  }
}
.great--sewing__title {
  font-family: "AustinCyr";
  font-weight: 400;
  font-size: 150px;
  line-height: 78%;
  color: #262626;
  margin-bottom: 76px;
}
@media screen and (max-width: 1450px) {
  .great--sewing__title {
    font-size: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .great--sewing__title {
    font-size: 60px;
    margin: 0;
  }
}
.great--sewing__description {
  font-size: 21px;
  line-height: 188%;
  color: rgba(38, 38, 38, 0.7);
  margin-bottom: 14px;
  max-width: 70%;
}
@media screen and (max-width: 1450px) {
  .great--sewing__description {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .great--sewing__description {
    max-width: unset;
    font-size: 18px;
    margin-top: 95vw;
  }
}
.great--sewing__description:last-child {
  margin-bottom: 0;
}
.great--sewing__photo-1 {
  position: absolute;
  left: 0;
  top: -76px;
  height: 765px;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .great--sewing__photo-1 {
    top: -40px;
    height: 516px;
    width: 40%;
  }
}
@media screen and (max-width: 850px) {
  .great--sewing__photo-1 {
    top: 46vw;
    width: 80vw;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
}
.great--sewing__photo-2 {
  position: relative;
  width: 140%;
  height: 396px;
  margin-left: -40%;
  margin-top: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .great--sewing__photo-2 {
    margin-top: 55px;
    height: 270px;
  }
}
@media screen and (max-width: 850px) {
  .great--sewing__photo-2 {
    width: 100%;
    height: 60vw;
    margin: 42px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.great--sewing__photo-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 365px;
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -80px;
}
@media screen and (max-width: 1450px) {
  .great--sewing__photo-3 {
    width: 20%;
    height: 200px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 850px) {
  .great--sewing__photo-3 {
    top: 24vw;
    right: 0;
    margin: 0;
    left: unset;
    bottom: unset;
    width: 45vw;
    height: 45vw;
  }
}

.great--lace {
  padding: 0 0 116px;
  overflow: hidden;
}
.great--lace__body {
  padding: 120px 0 120px;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .great--lace__body {
    padding: 80px 0;
  }
}
@media screen and (max-width: 850px) {
  .great--lace__body {
    padding-top: 0;
    padding-bottom: 90vw;
  }
}
.great--lace__caption {
  font-family: "AustinCyr";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  color: #537780;
  margin-bottom: 10px;
}
@media screen and (max-width: 1450px) {
  .great--lace__caption {
    font-size: 50px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 850px) {
  .great--lace__caption {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.great--lace__title {
  font-family: "AustinCyr";
  font-style: normal;
  font-weight: 400;
  font-size: 150px;
  color: #262626;
  margin-bottom: 50px;
}
@media screen and (max-width: 1450px) {
  .great--lace__title {
    font-size: 120px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 850px) {
  .great--lace__title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.great--lace__description {
  font-size: 21px;
  line-height: 188%;
  color: rgba(38, 38, 38, 0.7);
  margin-bottom: 14px;
  max-width: 40%;
}
@media screen and (max-width: 1450px) {
  .great--lace__description {
    font-size: 19px;
    max-width: 45%;
  }
}
@media screen and (max-width: 850px) {
  .great--lace__description {
    max-width: unset;
    font-size: 18px;
  }
}
.great--lace__description:last-child {
  margin-bottom: 0;
}
.great--lace__photo-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 409px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .great--lace__photo-1 {
    width: 45%;
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .great--lace__photo-1 {
    width: 35%;
  }
}
@media screen and (max-width: 850px) {
  .great--lace__photo-1 {
    top: unset;
    right: unset;
    left: 0;
    bottom: 30vw;
    width: 90%;
    height: 230px;
  }
}
.great--lace__photo-2 {
  position: absolute;
  top: 450px;
  right: 0;
  width: 50%;
  height: 292px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .great--lace__photo-2 {
    width: 45%;
    height: 250px;
    top: 330px;
  }
}
@media screen and (max-width: 1000px) {
  .great--lace__photo-2 {
    width: 35%;
  }
}
@media screen and (max-width: 850px) {
  .great--lace__photo-2 {
    width: 80%;
    height: 42vw;
    top: unset;
    bottom: 0;
  }
}

.great--bed {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
  -webkit-transition: all linear 100ms !important;
  -o-transition: all linear 100ms !important;
  transition: all linear 100ms !important;
}
@media screen and (max-width: 850px) {
  .great--bed {
    height: 180vw;
  }
  .great--bed::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(38, 38, 38, 0.3);
  }
}
.great--bed > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.great--bed > img.mobile {
  display: none;
}
@media screen and (max-width: 850px) {
  .great--bed > img.mobile {
    display: block;
  }
}
.great--bed .great--wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
}
.great--bed__show-details {
  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;
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .great--bed__show-details {
    width: 36px;
    height: 36px;
  }
}
.great--bed__show-details::before {
  position: absolute;
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 850px) {
  .great--bed__show-details::before {
    width: 36px;
    height: 36px;
  }
}
.great--bed__show-details:hover::before {
  border: none;
}
.great--bed__show-details:hover a {
  border: none;
}
.great--bed__show-details:hover a::after {
  border: none;
}
.great--bed__show-details a {
  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;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  .great--bed__show-details a {
    width: 24px;
    height: 24px;
  }
}
.great--bed__show-details a::before {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 850px) {
  .great--bed__show-details a::before {
    width: 24px;
    height: 24px;
  }
}
.great--bed__show-details_1 {
  left: 15%;
  top: 10%;
}
@media screen and (max-width: 850px) {
  .great--bed__show-details_1 {
    left: 10%;
    top: 12%;
  }
}
.great--bed__show-details_1::before {
  -webkit-animation: roll 2000ms linear 0ms alternate infinite;
          animation: roll 2000ms linear 0ms alternate infinite;
}
.great--bed__show-details_1 a {
  -webkit-animation: roll 5000ms linear 0ms alternate infinite;
          animation: roll 5000ms linear 0ms alternate infinite;
}
.great--bed__show-details_1 a::before {
  -webkit-animation: pulsar 4000ms linear 0ms infinite;
          animation: pulsar 4000ms linear 0ms infinite;
}
.great--bed__show-details_2 {
  right: 0;
  top: 50%;
}
@media screen and (max-width: 850px) {
  .great--bed__show-details_2 {
    right: 20%;
    top: 44%;
    display: none;
  }
}
.great--bed__show-details_2::before {
  -webkit-animation: roll 2500ms linear 750ms alternate infinite;
          animation: roll 2500ms linear 750ms alternate infinite;
}
.great--bed__show-details_2 a {
  -webkit-animation: roll 3000ms linear 0ms alternate infinite;
          animation: roll 3000ms linear 0ms alternate infinite;
}
.great--bed__show-details_2 a::before {
  -webkit-animation: pulsar 5000ms linear 200ms infinite;
          animation: pulsar 5000ms linear 200ms infinite;
}
.great--bed__show-details_3 {
  top: 20%;
  right: 10%;
}
@media screen and (max-width: 850px) {
  .great--bed__show-details_3 {
    top: 10%;
    right: 30%;
  }
}
.great--bed__show-details_3::before {
  -webkit-animation: roll 3000ms linear 600ms alternate infinite;
          animation: roll 3000ms linear 600ms alternate infinite;
}
.great--bed__show-details_3 a {
  -webkit-animation: roll 5000ms linear 0ms alternate infinite;
          animation: roll 5000ms linear 0ms alternate infinite;
}
.great--bed__show-details_3 a::before {
  -webkit-animation: pulsar 5000ms linear 100ms infinite;
          animation: pulsar 5000ms linear 100ms infinite;
}
.great--bed__show-details_4 {
  top: 35%;
  left: 55%;
}
@media screen and (max-width: 850px) {
  .great--bed__show-details_4 {
    left: unset;
    right: 14%;
    top: 28%;
  }
}
.great--bed__show-details_4::before {
  -webkit-animation: roll 2000ms linear 800ms alternate infinite;
          animation: roll 2000ms linear 800ms alternate infinite;
}
.great--bed__show-details_4 a {
  -webkit-animation: roll 3000ms linear 0ms alternate infinite;
          animation: roll 3000ms linear 0ms alternate infinite;
}
.great--bed__show-details_4 a::before {
  -webkit-animation: pulsar 4500ms linear 500ms infinite;
          animation: pulsar 4500ms linear 500ms infinite;
}
.great--bed__show-details_5 {
  left: 7%;
  top: 60%;
}
@media screen and (max-width: 1450px) {
  .great--bed__show-details_5 {
    top: 58%;
  }
}
@media screen and (max-width: 850px) {
  .great--bed__show-details_5 {
    top: 50%;
  }
}
.great--bed__show-details_5::before {
  -webkit-animation: roll 2500ms linear 500ms alternate infinite;
          animation: roll 2500ms linear 500ms alternate infinite;
}
.great--bed__show-details_5 a {
  -webkit-animation: roll 4000ms linear 0ms alternate infinite;
          animation: roll 4000ms linear 0ms alternate infinite;
}
.great--bed__show-details_5 a::before {
  -webkit-animation: pulsar 3000ms linear 800ms infinite;
          animation: pulsar 3000ms linear 800ms infinite;
}
.great--bed__show-details_6 {
  right: 30%;
  bottom: 20%;
}
@media screen and (max-width: 850px) {
  .great--bed__show-details_6 {
    bottom: 25%;
  }
}
.great--bed__show-details_6::before {
  -webkit-animation: roll 2500ms linear 700ms alternate infinite;
          animation: roll 2500ms linear 700ms alternate infinite;
}
.great--bed__show-details_6 a {
  -webkit-animation: roll 5000ms linear 0ms alternate infinite;
          animation: roll 5000ms linear 0ms alternate infinite;
}
.great--bed__show-details_6 a::before {
  -webkit-animation: pulsar 5000ms linear 1200ms infinite;
          animation: pulsar 5000ms linear 1200ms infinite;
}
.great--bed__detaied {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.great--bed__detaied img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.great--bed__detaied > div,
.great--bed__detaied p {
  font-size: 25px;
  line-height: 188%;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .great--bed__detaied {
    width: 100px;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.great--bed__detaied.visible {
  opacity: 1;
  -webkit-box-shadow: 0 0 30px rgba(38, 38, 38, 0.4);
          box-shadow: 0 0 30px rgba(38, 38, 38, 0.4);
}
.great--bed__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  height: 100%;
  padding: 78px 0;
}
@media screen and (max-width: 850px) {
  .great--bed__body {
    padding: 30px 0;
  }
}
.great--bed__get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  font-family: "AustinCyr";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 188%;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}
.great--bed__get img {
  display: block;
  margin-bottom: -2px;
  width: 40px;
  -webkit-filter: brightness(10) grayscale(1);
          filter: brightness(10) grayscale(1);
}
.great--bed__get.mouse:hover {
  opacity: 0.7;
  gap: 20px;
}

@-webkit-keyframes pulsar {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  5% {
    opacity: 0.3;
  }
  10% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsar {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  5% {
    opacity: 0.3;
  }
  10% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.great--mastermind {
  padding: 126px 0 170px;
  overflow: hidden;
  background: white;
  position: relative;
  z-index: 1;
  -webkit-transition: all linear 100ms !important;
  -o-transition: all linear 100ms !important;
  transition: all linear 100ms !important;
}
@media screen and (max-width: 1450px) {
  .great--mastermind {
    padding: 100px 0;
  }
}
@media screen and (max-width: 850px) {
  .great--mastermind {
    padding: 70px 0;
  }
}
.great--mastermind__body {
  position: relative;
  padding: 60px 0 98px 40%;
}
@media screen and (max-width: 1450px) {
  .great--mastermind__body {
    padding: 50px 0 80px 35%;
  }
}
@media screen and (max-width: 850px) {
  .great--mastermind__body {
    padding: 0;
  }
}
.great--mastermind__title {
  font-family: "AustinCyr";
  font-weight: 400;
  font-size: 150px;
  line-height: 78%;
  color: #262626;
  margin-bottom: 76px;
}
@media screen and (max-width: 1450px) {
  .great--mastermind__title {
    font-size: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .great--mastermind__title {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
.great--mastermind__description {
  font-size: 21px;
  line-height: 188%;
  color: rgba(38, 38, 38, 0.7);
  margin-bottom: 37px;
}
@media screen and (max-width: 1450px) {
  .great--mastermind__description {
    font-size: 19px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 850px) {
  .great--mastermind__description {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.great--mastermind__description:last-child {
  margin-bottom: 0;
}
.great--mastermind__mastermind {
  font-family: "Circe";
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 188%;
  color: #537780;
}
@media screen and (max-width: 1450px) {
  .great--mastermind__mastermind {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  .great--mastermind__mastermind {
    font-size: 14px;
  }
}
.great--mastermind__photo-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 752px;
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .great--mastermind__photo-1 {
    width: 27%;
    height: 537px;
  }
}
@media screen and (max-width: 850px) {
  .great--mastermind__photo-1 {
    position: relative;
    left: unset;
    top: unset;
    float: left;
    width: 40.5%;
    height: 282px;
    margin-right: 20px;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

.great--media {
  overflow: hidden;
}
.great--media__title {
  font-family: "Austin Cyr";
  font-weight: 400;
  font-size: 80px;
  line-height: 80%;
  text-align: center;
  color: #262626;
  margin-bottom: 44px;
}
@media screen and (max-width: 1450px) {
  .great--media__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 850px) {
  .great--media__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.great--media__slider {
  position: relative;
  padding: 50px 100px 80px;
  border-top: 1px solid #262626;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .great--media__slider {
    border: none;
    padding: 0 0 30px;
  }
}
.great--media__slider::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background-color: white;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .great--media__slider::before {
    display: none;
  }
}
.great--media__slider::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background-color: white;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .great--media__slider::after {
    display: none;
  }
}
.great--media__slider .swiper-slide {
  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;
  height: auto;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.great--media__slider .swiper-slide img {
  max-width: 230px !important;
}
.great--media__slider .swiper-button-prev {
  background: transparent;
  width: 12px;
  height: 24px;
  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;
  z-index: 50;
}
@media screen and (max-width: 850px) {
  .great--media__slider .swiper-button-prev {
    display: none;
  }
}
.great--media__slider .swiper-button-prev::after {
  font-size: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/icons/arrow-left.svg) center center/contain no-repeat;
}
.great--media__slider .swiper-button-next {
  background: transparent;
  width: 12px;
  height: 24px;
  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;
  z-index: 50;
}
@media screen and (max-width: 850px) {
  .great--media__slider .swiper-button-next {
    display: none;
  }
}
.great--media__slider .swiper-button-next::after {
  font-size: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/icons/arrow-right.svg) center center/contain no-repeat;
}
.great--media__slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 850px) {
  .great--media__slider .swiper-pagination {
    display: none;
  }
}
.great--media__slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  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;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(38, 38, 38, 0.7);
  margin: 0 !important;
  background: transparent;
  opacity: 1;
}
.great--media__slider .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(38, 38, 38, 0.25);
}
.great--media__slider .swiper-scrollbar {
  display: none;
  background: transparent;
  border-bottom: 1px solid rgba(38, 38, 38, 0.3);
}
@media screen and (max-width: 850px) {
  .great--media__slider .swiper-scrollbar {
    display: block;
  }
}
.great--media__slider .swiper-scrollbar-drag {
  border-radius: 0;
  background: #262626;
  opacity: 1;
}

.great--gallery {
  padding: 170px 0 140px;
  overflow: hidden;
  background: white;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .great--gallery {
    padding: 100px 0;
  }
}
.great--gallery .great--wrapper {
  overflow: hidden;
}
.great--gallery__body {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 130px;
}
.great--gallery__body .swiper-wrapper > div {
  min-height: 200px;
  width: 100%;
}
.great--gallery__body .swiper-wrapper > div .swiper-slide {
  width: 300px;
  height: 60px;
}
.great--gallery .swiper-slide {
  width: 100%;
  padding-bottom: 55%;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
@media screen and (max-width: 849px) {
  .great--gallery .swiper-slide {
    padding-bottom: 100%;
  }
}
.great--gallery .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all ease-in 600ms;
  -o-transition: all ease-in 600ms;
  transition: all ease-in 600ms;
}
.great--gallery .swiper-slide-active img {
  -webkit-transform: translate(0, 130px);
      -ms-transform: translate(0, 130px);
          transform: translate(0, 130px);
}
@media screen and (max-width: 849px) {
  .great--gallery .swiper-slide-active img {
    -webkit-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
}

.great--logo {
  width: 150px;
}
@media screen and (max-width: 850px) {
  .great--logo {
    width: 118px;
  }
}
.great--logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.great--switch-language {
  position: relative;
  font-size: 20px;
  color: rgba(38, 38, 38, 0.5);
}
@media screen and (max-width: 1450px) {
  .great--switch-language {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .great--switch-language {
    font-size: 18px;
  }
}
.great--switch-language a.active {
  color: rgb(209 170 137);
  pointer-events: none;
}
.great--menu-toggler {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.great--menu-toggler.mouse:hover {
  opacity: 0.7;
}
.great--menu-toggler span {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 4px;
  width: 34px;
  background: #3C3C3C;
}
@media screen and (max-width: 850px) {
  .great--menu-toggler span {
    height: 3px;
  }
}
.great--menu-toggler span:nth-child(1) {
  -webkit-transition: all ease-in-out 350ms;
  -o-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.great--menu-toggler span:nth-child(2) {
  width: 32px;
  -webkit-transform: translate(-8px);
      -ms-transform: translate(-8px);
          transform: translate(-8px);
  -webkit-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}
.great--menu-toggler span:nth-child(3) {
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.great--menu-toggler.active {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.great--menu-toggler.active span:nth-child(1) {
  -webkit-transform: translate(0, 11px) rotate(-135deg);
      -ms-transform: translate(0, 11px) rotate(-135deg);
          transform: translate(0, 11px) rotate(-135deg);
}
@media screen and (max-width: 850px) {
  .great--menu-toggler.active span:nth-child(1) {
    -webkit-transform: translate(0, 10px) rotate(-135deg);
        -ms-transform: translate(0, 10px) rotate(-135deg);
            transform: translate(0, 10px) rotate(-135deg);
  }
}
.great--menu-toggler.active span:nth-child(2) {
  -webkit-transform: translate(500%);
      -ms-transform: translate(500%);
          transform: translate(500%);
  width: 0;
  opacity: 0.5;
}
.great--menu-toggler.active span:nth-child(3) {
  -webkit-transform: translate(0, -11px) rotate(-45deg);
      -ms-transform: translate(0, -11px) rotate(-45deg);
          transform: translate(0, -11px) rotate(-45deg);
}
@media screen and (max-width: 850px) {
  .great--menu-toggler.active span:nth-child(3) {
    -webkit-transform: translate(0, -10px) rotate(-45deg);
        -ms-transform: translate(0, -10px) rotate(-45deg);
            transform: translate(0, -10px) rotate(-45deg);
  }
}

.great--menu {
  padding: 160px 70px 100px;
  background: white;
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  max-width: 620px;
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}
@media screen and (max-width: 1450px) {
  .great--menu {
    padding: 140px 50px 80px;
  }
}
@media screen and (max-width: 850px) {
  .great--menu {
    padding: 100px 35px 80px;
    max-width: 70vw;
  }
}
.great--menu .great--switch-language {
  position: absolute;
  left: 70px;
  top: 26px;
}
@media screen and (max-width: 1450px) {
  .great--menu .great--switch-language {
    left: 50px;
  }
}
@media screen and (max-width: 850px) {
  .great--menu .great--switch-language {
    left: 35px;
  }
}
.great--menu__plug {
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  z-index: -1;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  pointer-events: none;
}
.great--menu__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}
.great--menu__wrapper::-webkit-scrollbar {
  display: none;
}
.great--menu.visible {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.great--menu.visible .great--menu__plug {
  pointer-events: all;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  background: rgba(0, 0, 0, 0.2);
}
.great--menu__list,
.great--menu ul {
  list-style: none;
}
.great--menu__list-item,
.great--menu li {
  margin-bottom: 19px;
}
@media screen and (max-width: 1450px) {
  .great--menu__list-item,
.great--menu li {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 850px) {
  .great--menu__list-item,
.great--menu li {
    margin-bottom: 15px;
  }
}
.great--menu__list-item:last-child,
.great--menu li:last-child {
  margin-bottom: 0;
}
.great--menu__link,
.great--menu li a {
  color: rgba(38, 38, 38, 0.7);
  font-size: 40px;
  line-height: 180%;
}
@media screen and (max-width: 1450px) {
  .great--menu__link,
.great--menu li a {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px) {
  .great--menu__link,
.great--menu li a {
    font-size: 25px;
  }
}
.great--menu__contacts {
  margin-top: auto;
}
.great--menu__contacts a {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 100%;
  font-size: 21px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
  color: #3B3B3B;
  margin: 0 18px 18px 0;
}
@media screen and (max-width: 1450px) {
  .great--menu__contacts a {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .great--menu__contacts a {
    font-size: 18px;
    margin: 0 12px 12px 0;
  }
}
.great--menu__contacts a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1450px) {
  .great--menu__contacts a img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 850px) {
  .great--menu__contacts a img {
    width: 34px;
    height: 34px;
  }
}
.great--menu__contacts a:last-child {
  margin: 0 !important;
}

.great--show-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "AustinCyr";
  font-size: 30px;
  color: #537780;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  .great--show-details {
    font-size: 28px;
  }
}
@media screen and (max-width: 850px) {
  .great--show-details {
    font-size: 25px;
  }
}
.great--show-details img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -4px;
  width: 38px;
}
@media screen and (max-width: 850px) {
  .great--show-details img {
    width: 28px;
  }
}
.great--show-details.mouse:hover {
  gap: 20px;
  opacity: 0.7;
}

.great--modal-info {
  display: none;
  width: 100%;
  max-width: 980px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
@media screen and (max-width: 1450px) {
  .great--modal-info {
    max-width: 900px;
  }
}
.great--modal-info__cover {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  width: 290px;
  background-color: #262626;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1450px) {
  .great--modal-info__cover {
    width: 250px;
  }
}
.great--modal-info__cover.mobile {
  display: none;
}
@media screen and (max-width: 850px) {
  .great--modal-info__cover {
    width: 100%;
    height: 176px;
    top: 50px;
  }
  .great--modal-info__cover.mobile {
    display: block;
  }
}
.great--modal-info__body {
  height: 100%;
  padding: 78px 70px 62px 370px;
}
@media screen and (max-width: 1450px) {
  .great--modal-info__body {
    padding: 70px 60px 50px 300px;
  }
}
@media screen and (max-width: 850px) {
  .great--modal-info__body {
    padding: 260px 15px 45px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.great--modal-info__body p {
  font-size: 21px;
  line-height: 188%;
  color: rgba(38, 38, 38, 0.7);
}
@media screen and (max-width: 1450px) {
  .great--modal-info__body p {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .great--modal-info__body p {
    font-size: 15px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 25px;
  }
}
.great--modal-info a.close-modal {
  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;
  background: none;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  font-size: 0 !important;
  text-indent: -99em;
  overflow: hidden;
}
.great--modal-info a.close-modal::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #262626;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.great--modal-info a.close-modal::after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #262626;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.great--modal-contactform {
  display: none;
  width: 100%;
  max-width: 980px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
@media screen and (max-width: 1450px) {
  .great--modal-contactform {
    max-width: 900px;
  }
}
.great--modal-contactform__wrapper {
  padding: 120px 70px;
}
@media screen and (max-width: 1450px) {
  .great--modal-contactform__wrapper {
    padding: 60px 60px 50px;
  }
}
@media screen and (max-width: 850px) {
  .great--modal-contactform__wrapper {
    padding: 60px 20px 50px;
  }
}
.great--modal-contactform__cover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 850px) {
  .great--modal-contactform__cover {
    display: none;
  }
}
.great--modal-contactform__body {
  position: relative;
}
.great--modal-contactform__title {
  font-family: "AustinCyr";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 150%;
  color: #262626;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 1450px) {
  .great--modal-contactform__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  .great--modal-contactform__title {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 17px;
  }
}
.great--modal-contactform__title span,
.great--modal-contactform__title b,
.great--modal-contactform__title strong {
  font-weight: 400;
  font-family: "AustinCyr";
  color: #537780;
}
.great--modal-contactform__description {
  font-size: 21px;
  line-height: 188%;
  text-align: center;
  color: rgba(38, 38, 38, 0.7);
  margin-bottom: 50px;
}
@media screen and (max-width: 1450px) {
  .great--modal-contactform__description {
    margin-bottom: 30px;
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .great--modal-contactform__description {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }
}
.great--modal-contactform__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.great--modal-contactform__form .great--show-details {
  background: transparent;
  outline: none;
  border: none;
  margin: 30px 0;
}
@media screen and (max-width: 850px) {
  .great--modal-contactform__form .great--show-details {
    margin: 10px 0 20px;
  }
}
.great--modal-contactform__form .great--checkbox {
  position: relative;
  z-index: 1;
}
.great--modal-contactform__input {
  width: 100%;
  max-width: 412px;
  font-weight: 300;
  font-size: 16px;
  line-height: 188%;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #262626;
  margin-bottom: 14px;
  outline: none;
  color: #262626;
}
.great--modal-contactform__input.hasError {
  border-bottom: 1px solid #e02121;
}
@media screen and (max-width: 850px) {
  .great--modal-contactform__input {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.great--modal-contactform__input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(38, 38, 38, 0.7);
}
.great--modal-contactform__input::-moz-placeholder {
  opacity: 1;
  color: rgba(38, 38, 38, 0.7);
}
.great--modal-contactform__input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(38, 38, 38, 0.7);
}
.great--modal-contactform__input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(38, 38, 38, 0.7);
}
.great--modal-contactform__input::placeholder {
  opacity: 1;
  color: rgba(38, 38, 38, 0.7);
}
.great--modal-contactform a.close-modal {
  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;
  background: none;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  font-size: 0 !important;
  text-indent: -99em;
  overflow: hidden;
}
.great--modal-contactform a.close-modal::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #262626;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.great--modal-contactform a.close-modal::after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #262626;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.great--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer;
}
.great--checkbox label input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  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;
  margin: 0;
  width: 18px;
  height: 18px;
}
.great--checkbox label input::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #537780;
  cursor: pointer;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
.great--checkbox label input:checked::before {
  background: url(../../images/icons/checked.svg) center center/auto no-repeat;
}
.great--checkbox label input.hasError::before {
  border: 1px solid #e02121;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.great--checkbox label span {
  font-size: 14px;
  color: #537780;
  line-height: 160%;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
@media screen and (max-width: 850px) {
  .great--checkbox label span {
    font-size: 12px;
  }
}
.great--checkbox label span a {
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 160%;
}
.great--checkbox label span a.mouse:hover {
  opacity: 0.7;
}/*# sourceMappingURL=styles.css.map */