@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Italic.ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Berlingske Serif';
  src: local("Berlingske Serif Italic"), local("Berlingske-Serif-Italic"), url("../fonts/BerlingskeSerif-Italic.woff2") format("woff2"), url("../fonts/BerlingskeSerif-Italic.woff") format("woff"), url("../fonts/BerlingskeSerif-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

.container {
  max-width: 76.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 768px) {
    .container {
      padding: 0 3.75rem; } }
  @media (max-width: 450px) {
    .container {
      padding: 0 20px; } }

@media (max-width: 1250px) and (min-width: 769px) {
  html {
    font-size: 1.28vw; } }

@media (max-width: 767px) and (min-width: 451px) {
  html {
    font-size: 2.08333vw; } }

body {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center; }
  body.no-scroll {
    overflow: hidden; }

a {
  color: inherit; }

li {
  list-style: none; }

ul {
  margin: 0;
  padding: 0; }

p {
  margin: 0; }

a {
  text-decoration: none;
  outline: none; }

img {
  user-select: none; }

button, input {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif; }

button {
  cursor: pointer; }
  button[disabled] {
    cursor: no-drop;
    opacity: .5; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.strong {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.crossed {
  text-decoration: line-through; }

.underline {
  position: relative; }
  .underline::after {
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #383838;
    content: '';
    left: 0;
    width: 100%; }

.text-center {
  text-align: center; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.decor {
  position: absolute;
  pointer-events: none; }

.outline {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: solid 1px #efefef; }

picture {
  display: block; }
  picture img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.slick-slide {
  outline: none !important;
  height: auto !important;
 }

.circle {
  fill: transparent;
  stroke-width: 2px;
  stroke: #fff; }

.circle.fg {
  stroke-dashoffset: -24%;
  stroke-dasharray: 324%; }

.circle.pr {
  stroke-dashoffset: -14%;
  stroke-dasharray: 358%; }

@media (max-width: 768px) {
  .desktop-max {
    display: none; } }

.tablet-min {
  display: none; }
  @media (max-width: 768px) {
    .tablet-min {
      display: block; } }

@media (max-width: 768px) {
  .uppercase-tablet {
    text-transform: uppercase; } }

.fancybox__container {
  z-index: 999999 !important; }

.logo {
  display: flex; }
  .logo__img {
    width: 5.563rem;
    height: 3.875rem; }
    @media (max-width: 768px) {
      .logo__img {
        width: 4.688rem;
        height: 3.25rem; } }
    @media (max-width: 450px) {
      .logo__img {
        width: 3.063rem;
        height: 2.125rem; } }
  .logo__text {
    margin-left: 1.7rem;
    margin-top: 0.45rem; }
    @media (max-width: 768px) {
      .logo__text {
        display: none; } }
  .logo__name {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.35px;
    color: #fff;
    text-transform: uppercase; }
  .logo__desc {
    font-size: 0.625rem;
    line-height: 1.8;
    letter-spacing: 0.25px;
    text-align: left;
    color: #fff;
    margin-top: 0.4rem; }
    .logo__desc--adress {
      line-height: 2;
      letter-spacing: 0.3px;
      margin-top: 3rem; }

.title {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: 0.36px;
  text-align: center; }
  @media (max-width: 768px) {
    .title {
      line-height: 1.33; } }
  @media (max-width: 450px) {
    .title {
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 1.45;
      letter-spacing: 0.22px; } }

.subtitle {
  font-size: 1.375rem;
  line-height: 1.64;
  letter-spacing: 0.22px;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 768px) {
    .subtitle {
      font-size: 1.438rem;
      line-height: 1.61;
      letter-spacing: 0.23px; } }
  @media (max-width: 450px) {
    .subtitle {
      font-size: 0.875rem;
      line-height: 1.57;
      letter-spacing: 0.28px; } }

.btn {
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #fc0, #ff7200);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5), 0 4px 0 #be6d00, 0px 20px 79px 0 rgba(0, 37, 98, 0.44);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden; }
  .btn span, .btn p, .btn div {
    position: relative;
    z-index: 2; }
  .btn::after {
    background-color: #fece08;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.3s; }
  .btn:hover::after {
    opacity: 1; }
  .btn:hover .first-screen__btn__text,
  .btn:hover .form__btn__text {
    color: #000;
    text-shadow: none; }
  .btn:focus {
    box-shadow: none !important; }
    .btn:focus::after {
      background-color: #fece08;
      opacity: 1; }
    .btn:focus .first-screen__btn__text,
    .btn:focus .form__btn__text {
      color: #000;
      text-shadow: none; }

.first-screen__btn__text,
.form__btn__text {
  transition: all 0.3s; }

.btn .btn-blick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.btn-blick:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(229, 172, 142, 0)));
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
  -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
  -ms-transform: rotate(60deg) translate(-5em, 7.5em);
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: sheens 5s infinite;
  animation: sheens 5s infinite;
  z-index: 1; }

@keyframes sheens {
  0%,
  79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em); }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em); }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -19em); }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -17em); } }

.arrows {
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  width: 97%;
  top: 50%;
  left: 1.5%;
  transform: translateY(-10%); }
  @media (max-width: 768px) {
    .arrows {
      width: 100%;
      left: 0;
      transform: translateY(-45%); } }

.slider-arrow {
  pointer-events: all;
  border-radius: 50%;
  width: 2.938rem;
  height: 2.938rem;
  border: solid 1px #fff;
  background-color: transparent;
  background-size: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  @media (max-width: 768px) {
    .slider-arrow {
      border-color: #000;
      background-image: url("data:image/svg+xml,%3Csvg fill='%23000' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); } }
  @media (max-width: 450px) {
    .slider-arrow {
      border: solid 1px #fff;
      background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); } }

.slider-prev {
  transform: scaleX(-1); }

.form {
  position: relative; }
  .form__title {
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: 0.18px;
    text-align: center;
    margin-bottom: 1.6rem; }
  .form__subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.24px;
    text-align: center;
    margin-top: 0.75rem;
    margin-bottom: 1.9rem; }
    @media (max-width: 768px) {
      .form__subtitle {
        margin-bottom: 4.2rem; } }
    @media (max-width: 450px) {
      .form__subtitle {
        margin-bottom: 1.9rem; } }
  .form__input {
    width: 100%;
    height: 3.875rem;
    border-radius: 5px;
    border: solid 1px #b9b6c0;
    background-color: transparent;
    display: block;
    font-size: 0.875rem;
    letter-spacing: 0.14px;
    padding-left: 2.118rem;
    padding-right: 2rem;
    font-family: 'Montserrat';
    margin-bottom: 0.68rem; }
    .form__input::placeholder {
      color: #b9b6c0; }
    @media (max-width: 768px) {
      .form__input {
        max-width: 25.063rem;
        height: 6.563rem;
        padding-left: 2.25rem;
        font-size: 1rem;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1.118rem; } }
    @media (max-width: 450px) {
      .form__input {
        height: 3.875rem;
        padding-left: 2.118rem;
        font-size: 0.875rem;
        letter-spacing: 0.14px; } }
  .form__btn {
    width: 16.875rem;
    height: 4.875rem;
    margin-top: 1.2rem;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5), 0 2px 0 #be6d00, 0px 20px 50px 0 rgba(155, 160, 169, 0.7); }
    .form__btn__text {
      text-shadow: 0.3px 2px 2px rgba(200, 122, 28, 0.6);
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: 0.14px;
      text-align: center;
      color: white;
      text-transform: uppercase; }
      .form__btn__text--sm {
        font-size: 0.625rem;
        margin-top: 0.2rem;
        margin-bottom: -0.5rem; }
    @media (max-width: 768px) and (min-width: 450px) {
      .form__btn {
        width: 25.063rem;
        max-width: 100%;
        height: 8.5rem;
        margin-right: auto;
        margin-left: auto;
        margin-top: 1.7rem; }
        .form__btn__text, .form__btn__text--sm {
          font-size: 1.156rem;
          line-height: 1.62;
          letter-spacing: 0.19px; } }
    @media (max-width: 450px) {
      .form__btn {
        width: 100%; } }
  .form__agreement {
    font-size: 0.625rem;
    font-weight: 300;
    letter-spacing: 0.1px;
    text-align: center;
    color: #5a5a5a;
    display: flex;
    justify-content: center;
    margin-top: 1.1rem; }
    @media (max-width: 768px) and (min-width: 450px) {
      .form__agreement {
        font-size: 1rem;
        margin-top: 2.5rem; } }
    input:checked + .form__agreement__box {
      background-size: 0.3rem;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg fill='%23b68c3b' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 405.272 405.272;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
      @media (max-width: 768px) and (min-width: 450px) {
        input:checked + .form__agreement__box {
          background-size: 0.6rem; } }
    .form__agreement__box {
      width: 0.688rem;
      height: 0.688rem;
      border: 1px solid #b68c3b;
      border-radius: 50%;
      margin-right: 0.5rem; }
      @media (max-width: 768px) and (min-width: 450px) {
        .form__agreement__box {
          width: 1.625rem;
          height: 1.625rem;
          margin-top: -0.3rem; } }
  .form__whatsapp-link {
    font-size: 0.75rem;
    line-height: 1.83;
    letter-spacing: 0.015rem;
    color: inherit;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    justify-content: center;
    max-width: 15rem;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.3s; }
    .form__whatsapp-link:hover {
      color: #ff7200; }
      .form__whatsapp-link:hover span::after {
        border-color: #ff7200 !important; }
    @media (max-width: 768px) and (min-width: 451px) {
      .form__whatsapp-link {
        font-size: 0.875rem;
        line-height: 1.64;
        letter-spacing: 0.28px;
        max-width: 21rem;
        margin-top: 2.5rem; } }
    @media (max-width: 450px) {
      .form__whatsapp-link {
        max-width: 100%; } }
    .form__whatsapp-link span {
      position: relative; }
      .form__whatsapp-link span::after {
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        border-bottom: 1px solid #000;
        content: '';
        transition: all 0.3s; }
    .form__whatsapp-link::before {
      content: '';
      width: 2.188rem;
      height: 2.188rem;
      min-width: 2.188rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/max.svg);
      margin-right: 0.875rem; }
      @media (max-width: 768px) and (min-width: 451px) {
        .form__whatsapp-link::before {
          width: 3.438rem;
          min-width: 3.438rem;
          height: 3.438rem; } }

.quoute {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 2;
  letter-spacing: 0.14px; }
  .quoute__photo {
    width: 7.748rem;
    min-width: 7.748rem;
    height: 7.748rem;
    border-radius: 50%;
    background-color: #e2e2e2;
    position: relative;
    overflow: hidden; }
    .quoute__photo picture {
      height: 8.75rem;
      width: 8.8125rem;
      bottom: -1.7rem;
      left: 50%;
      transform: translate(-50%);
      position: absolute; }
    @media (max-width: 450px) {
      .quoute__photo {
        width: 4.375rem;
        min-width: 4.375rem;
        height: 4.375rem; }
        .quoute__photo picture {
          width: 110%;
          height: auto;
          bottom: -1.2rem; } }
  .quoute--left {
    text-align: right;
    margin-right: 3.93rem;
    max-width: 15rem;
    margin-bottom: 1.5rem;
    margin-left: 1.1rem; }
  .quoute--right {
    margin-left: 4rem;
    max-width: 16rem;
    margin-bottom: .5rem; }

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2.5rem;
  z-index: 99; }
  @media (max-width: 768px) {
    header {
      padding-top: 3.5rem; } }
  @media (max-width: 450px) {
    header {
      padding-top: 1.7rem; }
      header .logo__img {
        margin-left: 2rem;
        margin-bottom: 2rem; } }

.header {
  color: #fff;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .header {
      align-items: center; } }
  @media (max-width: 450px) {
    .header {
      flex-wrap: wrap;
      justify-content: center;
      margin-right: auto;
      margin-left: auto;
      max-width: 20rem; } }
  .header__call {
    display: none;
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 0.3px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-top: 0.3rem;
    margin-left: 1.2rem; }
    @media (max-width: 768px) {
      .header__call {
        margin-top: 0; } }
    .header__call__online {
      font-size: 0.75rem;
      font-weight: 300;
      letter-spacing: 0.3px;
      display: flex;
      align-items: center; }
      .header__call__online::before {
        content: '';
        margin-right: 0.5rem;
        width: 0.375rem;
        height: 0.375rem;
        border-radius: 50%;
        background-color: #11cc2e; }
      @media (max-width: 768px) {
        .header__call__online {
          display: none; } }
    .header__call__link {
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 0.89;
      letter-spacing: 0.18px;
      color: #fff;
      margin-top: 0.5rem;
      margin-bottom: 0.3rem;
      transition: all 0.3s; }
      @media (max-width: 768px) {
        .header__call__link {
          font-size: 1.5rem;
          line-height: 0.67;
          letter-spacing: 0.24px; } }
      .header__call__link:hover {
        color: #fc0; }
    .header__call__popup-ref {
      font-size: 0.625rem;
      font-weight: 300;
      letter-spacing: 0.5px;
      color: #fff;
      text-decoration: underline;
      transition: all 0.3s; }
      @media (max-width: 768px) {
        .header__call{
          margin-top: -1rem;
        }
        .header__item.header__item--whatsapp{
          margin-left: 1rem;
          margin-top: -1.5rem;
        }
        .header__call__popup-ref {
          display: none; } }
      .header__call__popup-ref:hover {
        color: #fc0; }
  .header__item {
    display: flex;
    align-items: flex-start; }
    .header__item:hover .header__item__text {
      color: #fc0; }
    .header__item__text {
      color: #fff;
      line-height: 1.67;
      transition: all 0.3s; }
    .header__item__title {
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.3px; }
    .header__item__desc {
      font-size: 0.625rem;
      font-weight: 300;
      letter-spacing: 0.25px; }
    .header__item--whatsapp .header__item__text {
      margin-left: 0.5rem; }
    .header__item--whatsapp {
      margin-top: 0.5rem; }
      @media (max-width: 768px) {
        .header__item--whatsapp {
          margin-top: 0; } }
    .header__item--catalog .header__item__text {
      margin-left: 0.813rem; }
    .header__item--family .header__item__text {
      margin-left: 1rem; }
    .header__item--catalog .header__item__text, .header__item--family .header__item__text {
      margin-top: 1rem; }
    .header__item--family {
      margin-left: -0.5rem; }
    .header__item--whatsapp .header__item__desc {
      line-height: 1.4;
      margin-top: 0.3rem; }
    .header__item--family .header__item__img {
      width: 5.125rem;
      height: 3.625rem; }
    .header__item--catalog .header__item__img {
      width: 4.9375rem;
      height: 3.9375rem; }
    .header__item--whatsapp .header__item__img {
      width: 1.563rem;
      height: 1.563rem; }
      .header__item__img img{
        height: 1.2rem;
        width: 1.2rem;
      }
    @media (max-width: 768px) {
      
      .header__item--catalog,
      .header__item--whatsapp .header__item__text,
      .header__item--family .header__item__img {
        display: none; } }
    @media (max-width: 768px) {
      .header__item--family .header__item__desc, .header__item--family .header__item__title {
        font-size: 1.156rem;
        font-weight: 500;
        line-height: 1.65;
        letter-spacing: 0.46px; } }
    @media (max-width: 450px) {
      .header__item--family .header__item__desc, .header__item--family .header__item__title {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.3px; } }
    @media (max-width: 768px) {
      .header__item--family .header__item__text {
        margin-top: 0;
        margin-left: 3rem; } }
    @media (max-width: 450px) {
      .header__item--family .header__item__text {
        margin-left: 1rem;
        margin-bottom: 2rem; } }
    @media (max-width: 768px) {
      .header__item--family {
        margin-right: 0rem; } }

.first-screen {
  padding-bottom: 28.2rem;
  background-image: url(../img/bg-main.webp);
  background-size: cover;
  background-position: top center;
  padding-top: 13.45rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #012a5f; }
  @media (max-width: 768px) {
    .first-screen {
      background-image: none;
      padding-bottom: 4.5rem; } }
  @media (max-width: 450px) {
    .first-screen {
      padding-top: 7.5rem;
      padding-bottom: 3.5rem;
      padding-bottom: 0; } }
  .first-screen::after {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom.webp);
    width: 100%;
    height: 6.875rem;
    background-size: contain;
    background-position: bottom center;
    bottom: 0rem;
    background-repeat: no-repeat;
    z-index: 2; }
    @media (max-width: 768px) {
      .first-screen::after {
        display: none; } }
      @media (min-width: 1921px) {
      .first-screen::after {
        background-size: cover;
        background-position: top center; } }
  .first-screen__c {
    display: flex;
    flex-wrap: wrap; }
  .first-screen__title {
    font-size: 2.813rem;
    line-height: 1.44;
    letter-spacing: 0.45px;
    text-align: left;
    font-weight: normal; }
    @media (max-width: 768px) {
      .first-screen__title {
        font-weight: bold;
        letter-spacing: 0.46px; } }
    @media (max-width: 450px) {
      .first-screen__title {
        font-size: 2rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 1rem;
        line-height: 1.12;
        letter-spacing: 0.34px;
 } 
      .first-screen__title br{
        display: none;
      }}
  .first-screen__decor {
    position: absolute;
    bottom: -15.5rem;
    left: -0.5rem;
    width: 18.625rem;
    height: 40.75rem; }
    @media (max-width: 768px) {
      .first-screen__decor {
        display: none; } }
  .first-screen__bush2 {
    display: none;
    bottom: -11rem;
    right: -20rem;
    width: 25.1875rem;
    height: 24.125rem; }
    @media (max-width: 450px) {
      .first-screen__bush2 {
        display: block;
        display: none; } }
  .first-screen__info, .first-screen__img {
    width: 50%;
    position: relative; }
    @media (max-width: 768px) {
      .first-screen__info, .first-screen__img {
        width: 100%; } }
  @media (min-width: 1921px) {
    .first-screen__img {
      position: static; } }
  @media (max-width: 768px) {
    .first-screen__info {
      display: flex;
      flex-direction: column; } }
  .first-screen__adaptive-img {
    display: none; }
    @media (max-width: 768px) {
      .first-screen__adaptive-img {
        display: block;
        width: 73.75rem;
        height: 62.125rem;
        position: relative;
        left: -40%;
        margin-top: 2rem;
        margin-bottom: -13rem; }
        .first-screen__adaptive-img::before {
          position: absolute;
          width: 768px;
          height: 700px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -70%);
          filter: blur(100px);
          background-color: #fff;
          content: '';
          mix-blend-mode: soft-light; }
        .first-screen__adaptive-img picture {
          position: relative;
          z-index: 2;
          height: 100%;
          width: 100%;
          object-fit: cover; } }
    @media (max-width: 450px) {
      .first-screen__adaptive-img {
        display: none; } }
  .first-screen__img-mobile {
    display: none; }
    @media (max-width: 450px) {
    .first-screen__img-mobile {
        display: block;
        position: absolute;
        width: 51vw;
        margin-left: auto;
        right: 0;
        left: unset;
        margin-top: 12rem;
        order: 10;
        margin-right: -2rem;
    } }
  .first-screen__img picture {
    position: absolute;
    top: -0.5rem;
    left: -14.2rem;
    width: 74.25rem;
    height: 63.8125rem;
    z-index: 2; }
    @media (min-width: 1921px) {
      .first-screen__img picture {
        right: 0;
        top: unset;
        bottom: -1rem;
        left: unset; } }
  @media (max-width: 768px) {
    .first-screen__img {
      display: none; } }
  .first-screen__subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 2.1rem; }
    @media (max-width: 768px) {
      .first-screen__subtitle {
        font-size: 1.5rem;
        line-height: 2;
        letter-spacing: 0.24px;
        margin-top: 1.5rem; } }
    @media (max-width: 450px) {
      .first-screen__subtitle {
        font-size: 1.125rem;
        line-height: 1.33;
        letter-spacing: 0.18px;
        text-align: center; } }
  .first-screen__gift {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
    margin-left: -.2rem; }
    @media (max-width: 768px) {
      .first-screen__gift {
        flex-direction: column; } }
    @media (max-width: 450px) {
      .first-screen__gift {
        order: 4;
        margin-top: 1.5rem; } }
    .first-screen__gift__img {
      width: 6.0625rem;
      min-width: 6.0625rem;
      height: 6.5625rem;
      filter: drop-shadow(0 20px 79px rgba(0, 37, 98, 0.44)); }
      @media (max-width: 768px) {
        .first-screen__gift__img {
          width: 7.875rem;
          height: 8.5rem;
          margin-top: 2.2rem;
          margin-left: 1rem;
          position: relative;
          z-index: 2; } }
      @media (max-width: 450px) {
        .first-screen__gift__img {
          width: 5.813rem;
          height: 6.313rem;
          margin-top: 1rem;
          top: -1rem; } }
    .first-screen__gift__text {
      font-size: 0.75rem;
      line-height: 2.17;
      letter-spacing: 0.12px;
      margin-left: 0.625rem;
      margin-top: -0.4rem;
      position: relative; }
      .first-screen__gift__text::after {
        content: '';
        position: absolute;
        bottom: -4rem;
        right: 2.4rem;
        width: 0.938rem;
        height: 2.375rem;
        background-image: url(../img/arrow.png);
        background-repeat: no-repeat;
        background-size: contain; }
      @media (max-width: 768px) {
        .first-screen__gift__text {
          width: 23.5rem;
          height: 13.625rem;
          border-radius: 10px;
          border: solid 1px white;
          font-size: 1rem;
          line-height: 1.75;
          letter-spacing: 0.16px;
          text-align: center;
          padding: 0 2.875rem;
          padding-top: 6rem;
          margin-left: 0;
          margin-top: -4.4rem;
          position: relative; }
          .first-screen__gift__text br {
            display: none; }
          .first-screen__gift__text::after {
            display: none; }
          .first-screen__gift__text::before {
            content: '';
            height: 2rem;
            width: 11rem;
            background-color: #012a5f;
            top: -1rem;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; } }
    @media (max-width: 768px) and (max-width: 450px) {
      .first-screen__gift__text::before {
        width: 8rem; } }
      @media (max-width: 450px) {
        .first-screen__gift__text {
          width: 100%;
          height: auto;
          padding-right: 2rem;
          padding-left: 2rem;
          padding-bottom: 1.7rem;
          padding-top: 4.5rem;
          font-size: 0.75rem;
          line-height: 1.67;
          letter-spacing: 0.12px; } }
    .first-screen__gift__title {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.48px;
      text-align: center;
      max-width: 30rem;
      margin-top: 3.5rem;
      margin-bottom: -3.5rem;
      margin-right: auto;
      margin-left: auto; }
      @media (max-width: 450px) {
        .first-screen__gift__title {
          font-size: 0.75rem;
          line-height: 1.67;
          letter-spacing: 0.24px;
          margin-top: 1rem; } }
  .first-screen__btn {
    width: 22.375rem;
    height: 6rem;
    margin-top: 2.8rem; }
    .first-screen__btn__text {
      text-shadow: 0.3px 2px 2px rgba(200, 122, 28, 0.6);
      line-height: 1.71;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
      .first-screen__btn__text--lg {
        font-size: 1.031rem;
        font-weight: bold;
        letter-spacing: 0.5px; }
      .first-screen__btn__text--sm {
        font-size: 0.656rem;
        letter-spacing: 0.32px; }
    @media (max-width: 768px) {
      .first-screen__btn {
        order: 1;
        width: 25.063rem;
        height: 8.563rem;
        border-radius: 5px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 6.8rem; }
        .first-screen__btn__text--lg {
          font-size: 1.125rem;
          line-height: 1.64;
          letter-spacing: 0.54px; }
        .first-screen__btn__text--sm {
          font-size: 1.125rem;
          line-height: 1.64;
          letter-spacing: 0.54px; } }
    @media (max-width: 450px) {
    .first-screen__btn {
        width: 63%;
        height: 4rem;
        margin-top: 2.8rem;
        margin-bottom: 5rem;
        margin-left: 0;
    }
        .first-screen__btn__text--lg {
          font-size: 0.85rem;
          line-height: 1.46;
          letter-spacing: 0.42px; }
        .first-screen__btn__text--sm {
          font-size: 0.575rem;
          line-height: 1.46;
          letter-spacing: 0.42px; } }
  .first-screen__gift-list {
    display: flex;
    margin-top: 3.15rem; }
    @media (max-width: 768px) {
      .first-screen__gift-list {
        justify-content: center;
        margin-top: 4.15rem; } }
    @media (max-width: 450px) {
      .first-screen__gift-list {
        order: 5;
        flex-direction: column;
        align-items: center;
        margin-top: 1.5rem; } }
    .first-screen__gift-list__item:not(:last-child) {
      margin-right: 3.8rem;
      position: relative; }
      @media (max-width: 450px) {
        .first-screen__gift-list__item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 3.7rem; } }
      .first-screen__gift-list__item:not(:last-child)::after {
        content: '+';
        position: absolute;
        font-size: 1.25rem;
        letter-spacing: 0.6px;
        color: white;
        top: 3.8rem;
        right: -2.5rem; }
        @media (max-width: 450px) {
          .first-screen__gift-list__item:not(:last-child)::after {
            top: unset;
            bottom: -2.7rem;
            right: 50%;
            transform: translateX(50%); } }
    .first-screen__gift-list__item__img {
      height: 7.125rem;
      position: relative; }
      .first-screen__gift-list__item__img picture {
        position: absolute;
        filter: drop-shadow(0 20px 79px rgba(0, 37, 98, 0.44)); }
      .first-screen__gift-list__item__img--journal {
        width: 8rem;
        height: 7.125rem;
        top: 0;
        left: 0; }
      .first-screen__gift-list__item__img--docs {
        width: 6.75rem;
        height: 6rem;
        top: 0.8rem;
        left: -0.2rem; }
      .first-screen__gift-list__item__img--septic {
        width: 4.125rem;
        height: 6.375rem;
        top: 0.4rem;
        left: 0.8rem; }
    .first-screen__gift-list__item__text {
      font-size: 0.75rem;
      line-height: 1.5;
      letter-spacing: 0.12px;
      text-align: center;
      margin-top: 1.5rem; }
      .first-screen__gift-list__item__text--min {
        font-size: 0.625rem;
        font-weight: 300;
        line-height: 1.8;
        letter-spacing: 0.1px; }
      @media (max-width: 768px) {
        .first-screen__gift-list__item__text {
          font-size: 0.875rem;
          line-height: 1.29;
          letter-spacing: 0.14px; }
          .first-screen__gift-list__item__text--min {
            font-size: 0.75rem;
            letter-spacing: 0.12px; } }
      @media (max-width: 450px) {
        .first-screen__gift-list__item__text {
          font-size: 0.75rem;
          line-height: 1.5;
          letter-spacing: 0.12px;
          margin-top: 1.5rem; } }
    .first-screen__gift-list__item__icon {
      width: 4.75rem;
      height: 4.75rem;
      background-color: #ff8600;
      border-radius: 50%;
      position: absolute;
      left: 3.55rem;
      top: 2.4rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .first-screen__gift-list__item__icon img {
        width: 1.813rem;
        height: 1.813rem; }
      .first-screen__gift-list__item__icon::before {
        content: '';
        width: 5.438rem;
        height: 5.438rem;
        border: dashed 2px #ffaa20;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(180deg);
        border-radius: 50%;
        box-sizing: border-box; }
  .first-screen__whatsapp-link {
    order: 2;
    font-size: 0.875rem;
    line-height: 1.71;
    letter-spacing: 0.28px;
    max-width: 17.5rem;
    margin-top: 2.3rem;
    display: none; }
    @media (max-width: 768px) {
      .first-screen__whatsapp-link {
        display: flex; } }
    .first-screen__whatsapp-link span {
      display: block;
      width: max-content; }
    .first-screen__whatsapp-link span::after {
      border-color: #fff; }
    @media (max-width: 450px) {
      .first-screen__whatsapp-link {
        font-size: 0.75rem;
        line-height: 1.83;
        letter-spacing: 0.24px;
        margin-top: 1.6rem; }
        .first-screen__whatsapp-link::before {
          width: 2.188rem;
          min-width: 2.188rem;
          height: 2.188rem;
          margin-right: 0.875rem; } }

.add-screen {
  background-image: url(../img/bg-add.webp);
  background-size: cover;
  background-position: top center;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #012a5f;
  padding-top: 16rem;
  padding-bottom: 16rem;
  letter-spacing: 0.45px; }
  @media (max-width: 768px) {
    .add-screen {
      padding-top: 10rem;
      padding-bottom: 5rem; } }
  .add-screen--v2 {
    background-image: url(../img/bg-add2.webp); }
    .add-screen--v2 .first-screen__gift {
      margin-top: -16.5rem; }
      @media (max-width: 768px) {
        .add-screen--v2 .first-screen__gift {
          margin-top: 3rem; }
          .add-screen--v2 .first-screen__gift .first-screen__gift, .add-screen--v2 .first-screen__gift .first-screen__btn {
            margin-right: auto;
            margin-left: auto; }
          .add-screen--v2 .first-screen__gift .first-screen__gift__text {
            height: auto;
            padding-bottom: 2rem; } }
  @media (max-width: 768px) {
    .add-screen__gift {
      width: 100%; } }
  @media (max-width: 768px) {
    .add-screen, .add-screen--v2 {
      background-image: none; } }
  .add-screen__c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .add-screen__info {
    width: 55%; }
    @media (max-width: 768px) {
      .add-screen__info {
        width: 100%; } }
  .add-screen--v2 .add-screen__info {
    width: 45%; }
    @media (max-width: 768px) {
      .add-screen--v2 .add-screen__info {
        width: 100%; } }
  .add-screen__title {
    font-size: 2.813rem;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.45px; }
    @media (max-width: 768px) {
      .add-screen__title {
        font-size: 2.3rem; } }
    @media (max-width: 450px) {
      .add-screen__title {
        text-align: center;
        font-size: 1.7rem; } }
  .add-screen--v2 .add-screen__title {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.53;
    letter-spacing: 0.36px;
    letter-spacing: 0.45px; }
    @media (max-width: 768px) {
      .add-screen--v2 .add-screen__title {
        font-size: 2rem; } }
    @media (max-width: 450px) {
      .add-screen--v2 .add-screen__title {
        text-align: center;
        font-size: 1.7rem; } }
  .add-screen__subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.24px;
    margin-top: 1.3rem; }
    @media (max-width: 450px) {
      .add-screen__subtitle {
        font-size: 1.1rem;
        text-align: center; } }
  @media (max-width: 768px) {
    .add-screen__video {
      width: 100%; } }
  .add-screen__video--caption {
    font-size: 0.75rem;
    letter-spacing: 0.12px;
    text-align: center;
    margin-top: 1rem; }
  .add-screen__video--link {
    display: flex;
    width: 32.588rem;
    height: 28.75rem;
    position: relative;
    margin-top: 1.5rem; }
    @media (max-width: 768px) {
      .add-screen__video--link {
        width: 100%; } }
    @media (max-width: 450px) {
      .add-screen__video--link {
        height: 18rem; } }
    .add-screen__video--link picture {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .add-screen__video--link::after {
      width: 3.188rem;
      height: 3.188rem;
      position: absolute;
      content: '';
      border-radius: 50%;
      background-color: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' fill='%236b3d2d' enable-background='new 0 0 494.942 494.942' height='512' viewBox='0 0 494.942 494.942' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m35.353 0 424.236 247.471-424.236 247.471z'/%3E%3C/svg%3E");
      background-size: 1.1rem 1.1rem;
      background-repeat: no-repeat;
      background-position: center; }
  .add-screen--v2 .add-screen__video--link {
    width: 39.098rem;
    height: 33.75rem; }
    @media (max-width: 768px) {
      .add-screen--v2 .add-screen__video--link {
        width: 100%; } }
    @media (max-width: 450px) {
      .add-screen--v2 .add-screen__video--link {
        height: 18rem; } }
  .add-screen__controls {
    width: 100%;
    margin-top: -8.7rem; }
    .add-screen__controls__title {
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: 0.16px; }
      @media (max-width: 768px) {
        .add-screen__controls__title {
          text-align: center; } }
      @media (max-width: 450px) {
        .add-screen__controls__title br {
          display: none; } }
    @media (max-width: 768px) {
      .add-screen__controls {
        margin-top: 3rem; } }
  .add-screen__buttons {
    display: flex;
    margin-top: 6rem; }
    @media (max-width: 768px) {
      .add-screen__buttons {
        flex-direction: column;
        align-items: center; } }
  .add-screen__btn {
    position: relative; }
    .add-screen__btn .btn {
      width: 22.375rem;
      height: 6rem;
      justify-content: flex-start;
      padding-left: 2.375rem;
      padding-right: 6rem; }
    .add-screen__btn-text {
      text-shadow: 0.3px 2px 2px rgba(200, 122, 28, 0.6);
      font-size: 1.031rem;
      font-weight: bold;
      line-height: 1.45;
      letter-spacing: 0.5px;
      text-align: left;
      color: white; }
    .add-screen__btn__img {
      position: absolute;
      width: 14.025rem;
      height: 12.33375rem;
      right: -5rem;
      top: -5rem;
      pointer-events: none;
      z-index: 2; }
    @media (max-width: 450px) {
      .add-screen__btn {
        width: 100%; } }
  .add-screen__excursion-btn {
    color: #fff;
    display: flex;
    padding-left: 2.2rem;
    width: 19.563rem;
    height: 6rem;
    margin-left: 3.625rem;
    border-radius: 5px;
    border: solid 1px white;
    font-size: 1.031rem;
    line-height: 1.45;
    letter-spacing: 0.5px;
    align-items: center; }
    @media (max-width: 768px) {
      .add-screen__excursion-btn {
        margin-left: 0;
        margin-top: 4rem; } }
    @media (max-width: 450px) {
      .add-screen__excursion-btn {
        width: 100%; } }

.advantages {
  color: #484848;
  padding-top: 6rem;
  padding-bottom: 6.1rem;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .advantages {
      background-color: #012a5f;
      color: #fff;
      padding-top: 8.5rem;
      padding-bottom: 12rem; } }
  @media (max-width: 450px) {
    .advantages {
      background-color: #fff;
      color: #484848;
      padding-top: 5.5rem;
      padding-bottom: 3rem; } }
  @media (max-width: 768px) {
    .advantages::after {
      content: '';
      position: absolute;
      background-image: url(../img/block-bottom.png);
      width: 100%;
      height: 6.875rem;
      background-size: contain;
      background-position: bottom center;
      bottom: 0rem;
      background-repeat: no-repeat; } }
  @media (max-width: 450px) {
    .advantages::after {
      display: none; } }
  .advantages__c {
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .advantages__c {
        justify-content: space-between; } }
    @media (max-width: 370px) {
      .advantages__c {
        flex-direction: column;
        align-items: center; } }
  .advantages__item {
    width: 15.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit; }
    .advantages__item:not(:last-child) {
      margin-right: 11.25rem; }
    @media (max-width: 768px) {
      .advantages__item:nth-child(n + 4) {
        display: none; }
      .advantages__item:not(:last-child) {
        margin-right: 0; } }
    @media (max-width: 450px) {
      .advantages__item:not(:last-child) {
        margin-bottom: 4.3rem; } }
    @media (max-width: 450px) and (min-width: 370px) {
      .advantages__item {
        width: 6.5rem; } }
    .advantages__item__icon {
      width: 9.688rem;
      height: 9.625rem;
      background-image: linear-gradient(to top, #535dce, #da2e7d);
      border-radius: 50%;
      padding: 0.4375rem;
      position: relative; }
      @media (max-width: 450px) and (min-width: 370px) {
        .advantages__item__icon {
          width: 6.5rem;
          height: 6.5rem; } }
      .advantages__item__icon::after, .advantages__item__icon::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: solid 1px #535dce;
        border-radius: 50%; }
        @media (min-width: 370px) and (max-width: 768px) {
          .advantages__item__icon::after, .advantages__item__icon::before {
            display: none; } }
      .advantages__item__icon::after {
        width: 13.063rem;
        height: 13.063rem;
        opacity: 0.5; }
      .advantages__item__icon::before {
        width: 15.625rem;
        height: 15.625rem;
        opacity: 0.3; }
      .advantages__item__icon--inner {
        height: 100%;
        width: 100%;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 768px) {
          .advantages__item__icon--inner {
            background-color: #012a5f; } }
        @media (max-width: 450px) {
          .advantages__item__icon--inner {
            background-color: #fff; } }
      .advantages__item__icon--team {
        width: 3.438rem;
        height: 1.938rem; }
      .advantages__item__icon--house {
        width: 2.313rem;
        height: 2.313rem; }
      .advantages__item__icon--tree {
        width: 2.875rem;
        height: 2.438rem; }
      .advantages__item__icon--family {
        width: 2.375rem;
        height: 2.875rem; }
      @media (min-width: 451px) and (max-width: 768px) {
        .advantages__item__icon--drk {
          display: none; } }
      .advantages__item__icon--light {
        display: none; }
        @media (min-width: 451px) and (max-width: 768px) {
          .advantages__item__icon--light {
            display: block; } }
    .advantages__item__name {
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1.67;
      letter-spacing: 0.6px;
      text-align: center;
      text-transform: uppercase;
      margin-top: 4rem;
      color: inherit; }
      @media (max-width: 768px) {
        .advantages__item__name {
          margin-top: 1.5rem; } }
      @media (max-width: 450px) {
        .advantages__item__name {
          margin-top: 4rem; } }
      @media (max-width: 450px) and (min-width: 370px) {
        .advantages__item__name {
          font-size: 0.6rem;
          margin-top: 2rem; } }

.photo {

  background-size: cover;
  background-position: top center;
  position: relative;
  color: #fff;
  padding-top: 7.5rem;
  width: 100%;
  overflow: hidden;
 }
  @media (max-width: 768px) {
    .photo {
      background-image: none;
      color: #000;
      padding-top: 3.5rem;
      background-color: #fff; } }
  @media (max-width: 450px) {
    .photo {
      color: #fff;
      background-color: #012a5f; } }
  .photo__c {
    position: relative;
    padding-bottom: 7.7rem; }
    @media (max-width: 768px) {
      .photo__c {
        padding-bottom: 3rem; } }
  .photo__rulon {
    left: -46.6rem;
    bottom: -2.2rem;
    width: 47.0625rem;
    height: 29.9375rem; }
  .photo__bush {
    right: -50.7rem;
    bottom: -17.2rem;
    width: 50.375rem;
    height: 48.25rem; }
  @media (max-width: 768px) {
    .photo .decor {
      display: none; } }
  @media (max-width: 450px) {
    .photo::before {
      content: '';
      position: absolute;
      background-image: url(../img/block-bottom4.webp);
      width: 100%;
      height: 4.6875rem;
      background-size: contain;
      background-position: top center;
      top: 0rem;
      background-repeat: no-repeat;
      z-index: 3; } }
  @media (min-width: 769px) {
    .photo::before {
      content: '';
      position: absolute;
      background-image: url(../img/block-bottom4.webp);
      width: 100%;
      height: 4.6875rem;
      background-size: contain;
      background-position: top center;
      top: 0rem;
      background-repeat: no-repeat;
      z-index: 3; } }
  .photo::after {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom2.webp);
    width: 100%;
    height: 3.25rem;
    background-size: contain;
    background-position: bottom center;
    bottom: 0;
	display: none;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .photo::after {
        display: none; } }
  @media (min-width: 1921px) {
    .photo::before, .photo::after {
      background-size: cover; } }
  .photo .title {
    line-height: 1.53; }
    @media (max-width: 768px) {
      .photo .title {
        line-height: 1.33; } }
    @media (max-width: 450px) {
      .photo .title {
        line-height: 1.45; } }
  .photo__slider-wrap {
    position: relative;
    margin-top: 5.35rem; }
    @media (max-width: 768px) {
      .photo__slider-wrap {
        margin-top: 7rem; } }
    @media (max-width: 450px) {
      .photo__slider-wrap {
        margin-top: 3rem; }
        .photo__slider-wrap .slider-prev {
          display: none; }
        .photo__slider-wrap .slider-next {
          margin-left: auto; } }
  .photo__slider {
    width: 88%;
    margin-right: auto;
    margin-left: auto; }
    .photo__slider .slick-slide {
      margin: 0 0.7rem; }
      @media (max-width: 450px) {
        .photo__slider .slick-slide {
          margin-left: 0 1.5rem; } }
    @media (max-width: 768px) {
      .photo__slider {
        width: 84%; } }
    @media (max-width: 450px) {
      .photo__slider {
        width: 100vw; } }
  .photo__slide {
    display: block;
    height: 39.375rem;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden; }
    .photo__slide picture {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    @media (max-width: 768px) {
      .photo__slide {
        height: 22.419rem; } }
    @media (max-width: 450px) {
      .photo__slide {
        width: 13.063rem;
        height: 10.625rem; } }
  .photo__gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 3.75rem; }
    @media (max-width: 768px) {
      .photo__gallery {
        display: none; } }
    .photo__gallery__item {
      width: 13.063rem;
      height: 10.625rem;
      position: relative; }
      .photo__gallery__item::before {
        content: '';
        width: 95%;
        border-radius: 5px;
        background-color: #3f1713;
        height: 5rem;
        left: 2.5%;
        bottom: -0.5rem;
        position: absolute; }
      .photo__gallery__item::after {
        width: 4.125rem;
        height: 4.125rem;
        background-color: rgba(0, 21, 52, 0.9);
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        border-radius: 50%;
        background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512.001 512.001;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M498.577,419.298L339.269,259.99c12.583-24.931,19.192-52.616,19.192-80.76C358.46,80.402,278.059,0,179.231,0 S0,80.402,0,179.23s80.403,179.231,179.231,179.231c28.142,0,55.827-6.608,80.76-19.192L419.3,498.577 c17.896,17.898,46.862,17.898,64.76,0l14.517-14.517C516.474,466.163,516.475,437.196,498.577,419.298z M179.23,328.461 c-82.286,0-149.231-66.945-149.231-149.231S96.944,29.999,179.23,29.999c82.285,0,149.23,66.945,149.23,149.231 C328.46,261.639,261.659,328.461,179.23,328.461z M477.364,462.846l-14.517,14.517c-6.173,6.173-16.161,6.174-22.335,0 L286.198,323.051c13.487-10.052,26.352-22.761,36.853-36.853l154.313,154.313C483.536,446.682,483.538,456.674,477.364,462.846z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
        background-size: 1.5rem;
        background-repeat: no-repeat;
        background-position: center; }
      .photo__gallery__item picture {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: relative;
        border-radius: 5px;
        overflow: hidden; }
  .photo__inst-link {
    display: flex;
    justify-content: center;
    font-size: 1.125rem;
    letter-spacing: 0.18px;
    text-align: center;
    color: #fff;
    margin-top: 3.8rem; }
    .photo__inst-link::after {
      width: 1.438rem;
      height: 1.438rem;
      margin-left: 1rem;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='512pt' viewBox='0 0 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m301 256c0 24.851562-20.148438 45-45 45s-45-20.148438-45-45 20.148438-45 45-45 45 20.148438 45 45zm0 0'/%3E%3Cpath d='m332 120h-152c-33.085938 0-60 26.914062-60 60v152c0 33.085938 26.914062 60 60 60h152c33.085938 0 60-26.914062 60-60v-152c0-33.085938-26.914062-60-60-60zm-76 211c-41.355469 0-75-33.644531-75-75s33.644531-75 75-75 75 33.644531 75 75-33.644531 75-75 75zm86-146c-8.285156 0-15-6.714844-15-15s6.714844-15 15-15 15 6.714844 15 15-6.714844 15-15 15zm0 0'/%3E%3Cpath d='m377 0h-242c-74.4375 0-135 60.5625-135 135v242c0 74.4375 60.5625 135 135 135h242c74.4375 0 135-60.5625 135-135v-242c0-74.4375-60.5625-135-135-135zm45 332c0 49.625-40.375 90-90 90h-152c-49.625 0-90-40.375-90-90v-152c0-49.625 40.375-90 90-90h152c49.625 0 90 40.375 90 90zm0 0'/%3E%3C/svg%3E"); }
      @media (max-width: 768px) {
        .photo__inst-link::after {
          display: none; } }
    @media (max-width: 768px) {
      .photo__inst-link {
        max-width: 32rem;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.125rem;
        line-height: 1.33;
        letter-spacing: 0.18px;
        text-align: center;
        color: black;
        margin-top: 3rem; } }
    @media (max-width: 450px) {
      .photo__inst-link {
        font-size: 0.875rem;
        line-height: 1.71;
        letter-spacing: 0.14px;
        text-align: center;
        color: white;
        margin-top: 2.5rem; } }
  @media (min-width: 1921px) {
    .photo::before {
      background-position: bottom center; } }
  @media (min-width: 1921px) {
    .photo::after {
      background-position: top center; } }

.projects {
  padding-top: 8.3rem;
  position: relative;
  z-index: 2; }
  .projects::after {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom3.webp);
    width: 100%;
    height: 4.4375rem;
    background-size: contain;
    background-position: top center;
    bottom: 0rem;
    transform: translateY(100%);
    background-repeat: no-repeat; }
    @media (max-width: 450px) {
      .projects::after {
        background-image: url(../img/block-bottom5.webp);
        width: 100%;
        height: 4.6875rem;
        background-size: contain;
        background-position: bottom center;
        bottom: 0rem;
        background-repeat: no-repeat;
        z-index: 3;
        transform: translateY(0); } }
  @media (max-width: 768px) {
    .projects {
      padding-top: 2.6rem; } }
  @media (max-width: 450px) {
    .projects {
      color: #fff;
      background-color: #012a5f;
      padding-top: 2rem;
      padding-bottom: 3.5rem; } }
  .projects__title {
    max-width: 58rem;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 450px) {
      .projects__title {
        font-size: 1.125rem;
        line-height: 1.67;
        letter-spacing: 0.18px;
        text-align: center; } }
  .projects__subtitle {
    max-width: 47rem;
    margin-top: 2.6rem; }
  .projects__content {
    margin-top: 6.9rem;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .projects__content {
        display: block;
        margin-top: 3.7rem; } }
    @media (max-width: 450px) {
      .projects__content {
        margin-top: 2.1rem; } }
  .projects__item {
    font-size: 0.75rem;
    letter-spacing: 0.3px;
    margin-bottom: 4.56rem; }
    .projects__item:not(:nth-child(3n)) {
      margin-right: 2.625rem; }
      @media (max-width: 768px) {
        .projects__item:not(:nth-child(3n)) {
          margin-right: 0; } }
    @media (max-width: 450px) {
      .projects__item {
        margin-bottom: 2.35rem; } }
    .projects__item__photo-block {
      display: flex; }
      @media (max-width: 768px) {
        .projects__item__photo-block {
          margin-right: auto;
          margin-left: auto;
          justify-content: center;
          align-items: center;
          flex-direction: column; } }
    .projects__item__photo-side {
      margin-left: 0.3rem; }
      @media (max-width: 768px) {
        .projects__item__photo-side {
          display: flex;
          justify-content: center;
          margin-left: 0;
          margin-top: 2rem; } }
      @media (max-width: 450px) {
        .projects__item__photo-side {
          margin-top: 1rem; } }
    .projects__item__photo {
      display: flex;
      position: relative;
      border-radius: 5px;
      overflow: hidden; }
      .projects__item__photo picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .projects__item__photo--lg {
        width: 17.5rem;
        height: 17.5rem;
        position: relative; }
        .projects__item__photo--lg::after {
          width: 4.125rem;
          height: 4.125rem;
          background-color: rgba(0, 21, 52, 0.9);
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 2;
          border-radius: 50%;
          background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512.001 512.001;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M498.577,419.298L339.269,259.99c12.583-24.931,19.192-52.616,19.192-80.76C358.46,80.402,278.059,0,179.231,0 S0,80.402,0,179.23s80.403,179.231,179.231,179.231c28.142,0,55.827-6.608,80.76-19.192L419.3,498.577 c17.896,17.898,46.862,17.898,64.76,0l14.517-14.517C516.474,466.163,516.475,437.196,498.577,419.298z M179.23,328.461 c-82.286,0-149.231-66.945-149.231-149.231S96.944,29.999,179.23,29.999c82.285,0,149.23,66.945,149.23,149.231 C328.46,261.639,261.659,328.461,179.23,328.461z M477.364,462.846l-14.517,14.517c-6.173,6.173-16.161,6.174-22.335,0 L286.198,323.051c13.487-10.052,26.352-22.761,36.853-36.853l154.313,154.313C483.536,446.682,483.538,456.674,477.364,462.846z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
          background-size: 1.5rem;
          background-repeat: no-repeat;
          background-position: center; }
        @media (max-width: 768px) {
          .projects__item__photo--lg {
            width: 40.322rem;
            height: 32.5rem; }
            .projects__item__photo--lg::after {
              display: none; } }
        @media (max-width: 450px) {
          .projects__item__photo--lg {
            width: 100%;
            height: 17.5rem; } }
      .projects__item__photo--sm {
        width: 5.625rem;
        height: 5.625rem;
        border: solid 1px #be9c90; }
        .projects__item__photo--sm:not(:last-child) {
          margin-bottom: 0.3rem; }
        @media (max-width: 768px) {
          .projects__item__photo--sm {
            width: 10.429rem;
            height: 10.429rem;
            border: none; }
            .projects__item__photo--sm:not(:last-child) {
              margin-right: 1.1rem; } }
        @media (max-width: 450px) {
          .projects__item__photo--sm {
            width: 5.625rem;
            height: 5.625rem; }
            .projects__item__photo--sm:not(:last-child) {
              margin-right: 0.625rem; } }
    .projects__item__info-block {
      margin-top: 1rem; }
      @media (max-width: 768px) {
        .projects__item__info-block {
          margin-right: auto;
          margin-left: auto;
          margin-top: 3rem; } }
      @media (max-width: 450px) {
        .projects__item__info-block {
          margin-top: 1.7rem; } }
    .projects__item__title {
      font-size: 1.625rem;
      font-weight: bold;
      letter-spacing: 0.65px; }
      @media (max-width: 768px) {
        .projects__item__title {
          text-align: center;
          text-transform: uppercase;
          font-size: 1.844rem;
          letter-spacing: 0.74px; } }
      @media (max-width: 450px) {
        .projects__item__title {
          font-size: 1rem;
          font-weight: bold;
          line-height: 1.38;
          letter-spacing: 0.4px; } }
    .projects__item__params {
      display: flex;
      margin-top: 1rem; }
      @media (max-width: 768px) {
        .projects__item__params {
          justify-content: center;
          font-size: 1.469rem;
          line-height: 1.53;
          letter-spacing: 0.59px;
          color: black;
          margin-top: 2rem; } }
      @media (max-width: 450px) {
        .projects__item__params {
          font-size: 0.75rem;
          line-height: 1.5;
          letter-spacing: 0.3px;
          color: white;
          margin-top: 1rem; } }
    .projects__item__params-col {
      min-width: 4rem;
      margin-right: 0.8rem; }
      .projects__item__params-col p {
        margin-bottom: 0.6rem; }
      @media (max-width: 768px) {
        .projects__item__params-col {
          min-width: 6rem;
          margin-right: 0.8rem;
          margin-left: 2rem; }
          .projects__item__params-col p {
            margin-bottom: 0; } }
      @media (max-width: 450px) {
        .projects__item__params-col {
          min-width: 4rem;
          margin-right: 0;
          margin-left: 0.7rem; } }
    .projects__item__ui {
      margin-top: 1.2rem; }
      @media (max-width: 768px) {
        .projects__item__ui {
          font-size: 1.469rem;
          letter-spacing: 0.59px;
          text-align: center;
          color: black;
          margin-top: 2rem; } }
      @media (max-width: 450px) {
        .projects__item__ui {
          font-size: 0.75rem;
          line-height: 2;
          letter-spacing: 0.3px;
          color: white;
          margin-top: 1.3rem; } }
    .projects__item__buttons {
      display: flex;
      margin-top: 1.05rem; }
      @media (max-width: 768px) {
        .projects__item__buttons {
          justify-content: center;
          margin-top: 2.5rem; } }
      @media (max-width: 450px) {
        .projects__item__buttons {
          margin-top: 0.5rem; } }
    .projects__item__btn {
      width: 6.75rem;
      height: 2.25rem;
      border-radius: 3px;
      background-color: #6b3d2d;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.625rem;
      letter-spacing: 0.25px;
      color: white;
      transition: all 0.3s; }
      .projects__item__btn:hover {
        background-color: #8b6457; }
      .projects__item__btn:not(:last-child) {
        margin-right: 0.56rem; }
      .projects__item__btn span {
        display: flex;
        justify-content: center;
        align-items: center; }
      @media (max-width: 768px) {
        .projects__item__btn {
          width: 16.063rem;
          height: 5.063rem;
          font-size: 1.156rem; } }
      @media (max-width: 450px) {
        .projects__item__btn {
          width: 49%;
          height: 3.5rem;
          font-size: 0.75rem; }
          .projects__item__btn:not(:last-child) {
            margin-right: 2%; } }
      .projects__item__btn .mail::before {
        content: '';
        width: 0.938rem;
        height: 0.938rem;
        background-color: #5273a8;
        border-radius: 50%;
        margin-right: .6rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: .5rem;
        background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 491.582 491.582' style='enable-background:new 0 0 491.582 491.582;' xml:space='preserve'%3E%3Cpath d='M366.699,426.976c-29.223,11.323-64.107,16.943-104.736,16.943c-42.127,0-79.55-6.744-112.228-20.231 c-32.719-13.529-58.112-34.967-76.22-64.357c-18.067-29.389-27.1-62.025-27.1-97.867c0-36.84,8.076-72.307,24.311-106.359 c16.235-34.093,40.337-60.485,72.391-79.259c32.012-18.775,71.017-28.182,117.057-28.182c54.2,0,96.41,14.07,126.673,42.211 c30.222,28.098,45.333,63.066,45.333,104.818c0,23.312-5.328,45.79-16.027,67.562c-10.698,21.729-24.727,39.047-42.044,51.952 c-12.947,9.866-23.478,14.778-31.596,14.778c-2.747,0-5.078-1.041-7.035-3.163c-1.957-2.124-2.914-5.328-2.914-9.575 c0-3.372,1.165-10.864,3.58-22.396l38.465-182.703h-67.271l-6.368,28.265c-14.445-23.103-36.8-34.634-67.021-34.634 c-42.46,0-77.303,20.023-104.485,60.111c-22.437,32.969-33.635,69.393-33.635,109.314c0,32.303,9.282,58.154,27.89,77.595 c18.607,19.481,42.002,29.181,70.226,29.181c26.143,0,49.246-9.658,69.311-29.056c2.372,9.533,7.118,16.734,14.278,21.688 c7.118,4.912,17.733,7.368,31.845,7.368c52.326,0,95.203-22.063,128.671-66.23c26.684-35.009,40.004-74.18,40.004-117.473 c0-36.383-8.784-69.893-26.351-100.531c-17.608-30.68-43.042-54.324-76.345-70.975C342.055,9.117,304.008,0.791,261.214,0.791 c-50.452,0-95.328,10.324-134.541,30.971C87.418,52.41,56.489,83.298,33.927,124.509C11.323,165.72,0,210.179,0,257.926 c0,43.459,9.949,83.671,29.847,120.637c19.856,36.966,50.203,64.897,90.956,83.838c40.754,18.941,89.166,28.39,145.239,28.39 c57.946,0,107.025-11.198,147.279-33.635c35.176-19.523,61.276-46.54,78.26-81.007h-54.283 C419.44,398.753,395.921,415.694,366.699,426.976z M277.116,265.794c-6.535,19.898-14.278,35.009-23.312,45.374 c-6.286,7.284-12.654,12.655-19.107,16.068c-8.492,4.745-17.567,7.118-27.266,7.118c-12.905,0-23.728-5.078-32.47-15.278 c-8.741-10.199-13.113-26.1-13.113-47.664c0-16.151,3.122-34.634,9.408-55.531c6.286-20.897,15.61-37.007,28.015-48.288 c12.405-11.323,25.935-16.984,40.545-16.984c13.571,0,24.852,5.162,33.76,15.444c8.908,10.282,13.363,25.018,13.363,44.209 C286.94,227.412,283.693,245.937,277.116,265.794z'/%3E%3C/svg%3E%0A"); }
        @media (max-width: 768px) and (min-width: 451px) {
          .projects__item__btn .mail::before {
            width: 1.75rem;
            height: 1.75rem;
            background-size: 0.9rem;
            margin-right: 1.3rem; } }
      .projects__item__btn .wa::before {
        content: '';
        width: 1rem;
        height: 1rem;
        margin-right: .6rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/max.svg); }
        @media (max-width: 768px) and (min-width: 451px) {
          .projects__item__btn .wa::before {
            width: 1.813rem;
            height: 1.875rem;
            margin-right: 1.3rem; } }
  .projects__arrows {
    justify-content: center;
    width: 100%;
    display: flex; }
    .projects__arrows .slider-arrow:first-child {
      margin-right: 6.5rem;
      display: flex; }
      @media (max-width: 450px) {
        .projects__arrows .slider-arrow:first-child {
          margin-right: 4.75rem; } }
    .projects__arrows .slider-arrow {
      width: 4.188rem;
      height: 4.188rem;
      background-size: 1.75rem; }
      @media (max-width: 450px) {
        .projects__arrows .slider-arrow {
          width: 2.938rem;
          height: 2.938rem;
          background-size: 1.25rem; } }
  @media (min-width: 1921px) {
    .projects::before, .projects::after {
      background-size: cover; } }
  @media (min-width: 1921px) {
    .projects::after {
      background-position: bottom center; } }

.photo-wrap{
  background-image: url(../img/bg-house2.webp);
  background-size: cover;
  background-position: top -.3rem center;}
.catalog {  position: relative;
  color: #fff;
  padding-top: 13.2rem;
  width: 100%;
  overflow: hidden;
  padding-bottom: 13rem;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .catalog {
      display: none; } }
  .catalog__c {
    position: relative;
    z-index: 2; }
  .catalog::after {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom.webp);
    width: 100%;
    height: 6.875rem;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    bottom: -1.5rem; }
  .catalog__leaves {
    top: 0.5rem;
    left: -0.5rem;
    width: 34.8125rem;
    height: 32.8125rem; }
  .catalog__bush {
    bottom: -4rem;
    left: -0.5rem;
    width: 15.5625rem;
    height: 31.1875rem; }
  .catalog__bush2 {
    bottom: -27.5rem;
    right: -27rem;
    width: 62.75rem;
    height: 78rem; }
  .catalog__title {
    max-width: 55rem;
    margin-right: auto;
    margin-left: auto; }
  .catalog__quoute {
    max-width: 54.313rem;
    margin-top: 6.35rem;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 1.92rem;
    color: rgba(255, 255, 255, 0.5); }
    .catalog__quoute::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      opacity: 0.5;
      background-color: white;
      content: '';
      height: 1px; }
    .catalog__quoute--name {
      width: 100%;
      text-align: center;
      margin-top: 2rem;
      font-size: 0.75rem;
      line-height: 1.67;
      letter-spacing: 0.12px; }
  .catalog__content {
    margin-top: 5.875rem;
    display: flex;
    justify-content: space-between; }
  .catalog__list {
    font-size: 1.125rem;
    letter-spacing: 0.18px;
    margin-top: 5rem; }
    .catalog__list-title {
      font-size: 1.875rem;
      font-weight: bold;
      letter-spacing: 0.3px; }
    .catalog__list-block {
      margin-top: -0.3rem; }
    .catalog__list li {
      margin-bottom: 1.7rem; }
      .catalog__list li::before {
        content: '• '; }
  .catalog__photo {
    display: flex;
    margin-top: 5.75rem; }
    .catalog__photo__img {
      display: block;
      width: 7.5rem;
      height: 7.5rem;
      border-radius: 5px;
      background-color: #d4d1db;
      margin-right: 0.97rem;
      overflow: hidden; }
      .catalog__photo__img picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .catalog__form {
    width: 24.25rem;
    padding: 2.7rem 3.5rem 2.688rem 3.75rem;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0 #1e1e1e;
    background-color: white;
    color: #000; }
    .catalog__form__img {
      position: absolute;
      top: -0.8rem;
      left: -23.4rem;
      width: 42.5rem;
      height: 37.375rem; }
  .catalog__form-wrap {
    position: relative; }
  @media (min-width: 1921px) {
    .catalog::before, .catalog::after {
      background-size: cover; } }
  @media (min-width: 1921px) {
    .catalog::before {
      background-position: bottom center; } }
  @media (min-width: 1921px) {
    .catalog::after {
      background-position: top center; } }

.family {
  height: 62.438rem;
  background-size: cover;
  background-position: top center;
  background-image: url(../img/bg-light.webp);
  background-repeat: no-repeat;
  padding-top: 5rem;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .family {
      background-image: url(../img/bg-family768.webp);
      background-size: 48rem auto;
      background-position: bottom center;
      padding-top: 8rem; }
      .family .title {
        max-width: 28rem;
        margin-right: auto;
        margin-left: auto; } }
  @media (max-width: 450px) {
    .family {
      padding-top: 3rem;
      background-size: 29rem auto;
      height: 35.438rem; } }
  .family::after {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom.webp);
    width: 100%;
    height: 6.875rem;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    bottom: -1rem; }
    @media (max-width: 768px) {
      .family::after {
        display: none; } }
  .family__subtitle {
    max-width: 48rem;
    margin-top: 1.8rem; }
    @media (max-width: 768px) {
      .family__subtitle {
        max-width: 30rem;
        font-size: 1.469rem; }
        .family__subtitle .tablet-min {
          display: inline; } }
    @media (max-width: 450px) {
      .family__subtitle {
        font-size: 0.875rem;
        line-height: 1.57;
        letter-spacing: 0.28px;
        margin-top: 1rem;
      max-width: 305px;margin-left: auto;margin-right: auto; } }
  .family__photo {
    width: 38.4375rem;
    height: 50.875rem;
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translateX(-46%); }
    @media (max-width: 768px) {
      .family__photo {
        width: 34.59375rem;
        height: 45.7875rem;
        bottom: -9.7rem;
        left: 50%;
        transform: translateX(-52%); } }
    @media (max-width: 450px) {
      .family__photo {
        width: 20.75625rem;
        height: 27.4725rem;
        bottom: -5.7rem; } }
  .family__content {
    display: flex;
    justify-content: space-between;
    margin-top: 13rem; }
    @media (max-width: 768px) {
      .family__content {
        display: none; } }
  .family__house {
    top: -3.3rem;
    left: 50%;
    transform: translateX(-52%);
    width: 19.1875rem;
    height: 10.375rem; }
  .family__helm {
    top: 1.2rem;
    left: 3.3rem;
    width: 13.75rem;
    height: 8.875rem; }
  .family__archive {
    top: -5.2rem;
    left: 50%;
    transform: translateX(-34%); }
    .family__archive picture {
      width: 19.4375rem;
      height: 13.8125rem; }
    .family__archive__text {
      opacity: 0.7;
      font-size: 0.625rem;
      font-weight: 300;
      line-height: 1.6;
      letter-spacing: 0.1px;
      text-align: center;
      color: rgba(105, 100, 100, 0.7);
      margin-top: 1rem;
      margin-left: 1rem; }
  .family__quoute {
    height: 1.8125rem;
    width: 2.4375rem;
    position: absolute; }
    .family__quoute--open {
      top: -2.5rem;
      left: 0; }
    .family__quoute--close {
      bottom: -1.5rem;
      right: 1.3rem; }
  .family__block {
    width: 32.5rem;
    height: 23.5rem;
    padding: 0.625rem;
    border-radius: 10px;
    box-shadow: 0px 25px 60px 0 rgba(54, 48, 0, 0.72);
    background-color: white;
    transform: skew(-3deg);
    position: relative; }
    .family__block__decor {
      position: absolute; }
    .family__block--first .family__block__outline {
      padding-top: 11.25rem;
      padding-left: 3.1rem;
      padding-right: 7rem; }
    .family__block--second {
      margin-top: 4.7rem;
      margin-right: -1.2rem; }
    .family__block--second .family__block__outline {
      padding-top: 12.8rem;
      padding-left: 12.1rem;
      padding-right: 2rem; }
    .family__block__outline {
      border-radius: 10px;
      border: solid 1px #dadada;
      height: 100%;
      width: 100%; }
    .family__block__content {
      transform: skew(3deg); }
    .family__block__text {
      font-size: 0.875rem;
      font-style: italic;
      line-height: 2;
      letter-spacing: 0.28px;
      color: black; }
  @media (min-width: 1921px) {
    .family::before, .family::after {
      background-size: cover; } }
  @media (min-width: 1921px) {
    .family::before {
      background-position: bottom center; } }
  @media (min-width: 1921px) {
    .family::after {
      background-position: top center; } }

.review {
  padding-top: 6rem; }
  @media (max-width: 768px) {
    .review {
      display: none; } }
  .review__title {
    margin-right: auto;
    margin-left: auto;
    max-width: 55rem; }
  .review__house {
    margin-top: 8.2rem; }
    .review__house__title {
      font-size: 1.625rem;
      line-height: 1.54;
      letter-spacing: 0.26px; }
      .review__house__title--cost {
        font-size: 1.5rem;
        letter-spacing: 0.24px; }
    .review__house__params {
      font-size: 1.125rem;
      line-height: 1.67;
      letter-spacing: 0.18px;
      display: flex;
      margin-top: 3.9rem; }
      .review__house__params__col {
        min-width: 23rem; }
        .review__house__params__col:not(:last-child) {
          margin-right: 1rem; }
        .review__house__params__col:last-child {
          margin-left: 2rem; }
    .review__house__content {
      display: flex;
      margin-top: 4.5rem; }
    .review__house__photo-block {
      width: 38rem;
      min-width: 38rem; }
    .review__house__photo {
      max-width: 37.375rem;
      height: 24.125rem;
      border-radius: 5px;
      display: block;
      overflow: hidden; }
      .review__house__photo-caption {
        font-size: 1rem;
        font-style: italic;
        line-height: 1.88;
        letter-spacing: 0.16px;
        margin-top: 2rem; }
    .review__house__response-block {
      margin-left: 5.8rem;
      margin-top: 1.5rem;
      font-family: 'Berlingske Serif';
      font-style: italic; }
    .review__house__stars {
      display: flex; }
      .review__house__stars .star {
        background-image: url("data:image/svg+xml,%3Csvg fill='%23ebc272' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='512,197.816 325.961,185.585 255.898,9.569 185.835,185.585 0,197.816 142.534,318.842 95.762,502.431 255.898,401.21 416.035,502.431 369.263,318.842 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        width: 1.563rem;
        height: 1.563rem;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 1.118rem; }
    .review__house__response__title {
      font-size: 1.375rem;
      line-height: 1.66;
      letter-spacing: 0.22px;
      margin-top: 5rem; }
    .review__house__response__text {
      font-size: 0.906rem;
      line-height: 2.17;
      letter-spacing: 0.15px;
      color: #323232;
      margin-top: 2rem; }
      .review__house__response__text--author {
        text-align: right;
        margin-top: 5.5rem; }
  .review__progress {
    margin-top: 6.1rem; }
    .review__progress__title {
      font-size: 1.875rem;
      letter-spacing: 0.3px; }
    .review__progress__content {
      display: flex;
      justify-content: space-between;
      margin-top: 2.5rem; }
    .review__progress__item {
      width: 24rem; }
    .review__progress__img {
      width: 100%;
      height: 15.438rem; }
    .review__progress__text {
      font-size: 1.125rem;
      letter-spacing: 0.18px;
      margin-top: 2rem; }

.cost {
  padding-top: 6.35rem;
  padding-bottom: 5rem; }
  @media (max-width: 768px) {
    .cost {
      display: none; } }
  .cost__help {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3rem; }
    .cost__help__photo {
      width: 5.688rem;
      height: 5.688rem;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      background-color: #e2e2e2; }
      .cost__help__photo picture {
        width: 6.1984rem;
        min-width: 6.1984rem;
        height: 6.1984rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1.2rem; }
    .cost__help__text {
      font-size: 0.875rem;
      font-style: italic;
      line-height: 2;
      letter-spacing: 0.14px;
      color: #505050;
      margin-left: 2.06rem;
      margin-top: 0.7rem;
      position: relative; }
      .cost__help__text::after {
        content: '';
        position: absolute;
        left: 11.8rem;
        bottom: -3rem;
        transform: rotate(223deg) scaleX(-1);
        width: 1.875rem;
        height: 1.75rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../img/arrow2.png); }
  .cost__form {
    margin-top: 4.45rem;
    display: flex;
    justify-content: center; }
    .cost__form__input {
      width: 16.875rem;
      margin-right: 2.75rem; }
    .cost__form__submit {
      width: 16.875rem; }
    .cost__form__btn {
      margin-top: -1px; }
    .cost__form .form__whatsapp-link {
      margin-left: 4rem;
      margin-top: 0;
      margin-right: 0; }

.map {
  background-image: url(../img/bg-house3.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding-top: 10.5rem;
  padding-bottom: 12.5rem;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 768px) {
    .map {
      background-image: none;
      color: #000;
      padding-top: 5.5rem;
      padding-bottom: 0; } }
  @media (max-width: 450px) {
    .map {
      padding-top: 1.8rem; } }
  .map__c {
    position: relative;
    z-index: 2; }
  .map__bush {
    top: -20rem;
    right: -3rem;
    width: 28.5625rem;
    height: 63.75rem; }
    @media (max-width: 768px) {
      .map__bush {
        display: none; } }
  .map__bush2 {
    bottom: -5.8rem;
    left: -0.7rem;
    width: 32.9375rem;
    height: 34.8125rem; }
    @media (max-width: 768px) {
      .map__bush2 {
        display: none; } }
  .map__leaves {
    top: 8.6rem;
    left: -23.45rem;
    width: 40.5rem;
    height: 33.375rem; }
    @media (max-width: 768px) {
      .map__leaves {
        display: none; } }
  .map::before {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom4.webp);
    width: 100%;
    height: 4.6875rem;
    background-size: contain;
    background-position: top center;
    top: 0rem;
    background-repeat: no-repeat;
    z-index: 3; }
  .map::after {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom5.webp);
    width: 100%;
    height: 4.6875rem;
    background-size: contain;
    background-position: bottom center;
    bottom: -0rem;
    background-repeat: no-repeat;
    z-index: 3; }
  .map__subtitle {
    margin-top: 1.75rem; }
    @media (max-width: 768px) {
      .map__subtitle {
        max-width: 35rem; } }
    @media (max-width: 450px) {
      .map__subtitle {
        margin-top: 1.5rem; } }
  .map__content {
    width: 100%;
    padding: 3.25rem 3.5rem 3.313rem 3.313rem;
    border-radius: 20px;
    border: solid 1px #d4d1db;
    margin-top: 5.15rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .map__content {
        border: none;
        border-radius: 0;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0; } }
    @media (max-width: 450px) {
      .map__content {
        padding-top: 0.8rem; } }
  .map__place {
    width: 48.75rem;
    border-radius: 5px;
    background-color: #8f8f8f;
    overflow: hidden; }
    .map__place picture {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    @media (max-width: 768px) {
      .map__place {
        width: 40.375rem;
        height: 26.25rem; } }
    @media (max-width: 450px) {
      .map__place {
        width: 100%;
        height: 11.375rem;
        object-position: center; } }
  .map__form {
    width: 16.875rem;
    margin-top: 0.25rem; }
    @media (max-width: 768px) {
      .map__form {
        width: 100%;
        margin-top: 4.6rem; } }
    @media (max-width: 450px) {
      .map__form {
        margin-top: 1.6rem; } }
    .map__form__title {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .map__form .form__title, .map__form .form__subtitle {
        font-size: 2.313rem;
        line-height: 1.31;
        letter-spacing: 0.37px;
        margin-top: 0;
        text-align: center; }
        .map__form .form__title br, .map__form .form__subtitle br {
          display: none; } }
    @media (max-width: 450px) {
      .map__form .form__title, .map__form .form__subtitle {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.16px; } }
    .map__form .btn {
      box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5), 0 4px 0 #be6d00, 0px 20px 79px 0 rgba(0, 37, 98, 0.44); }
      @media (max-width: 768px) {
        .map__form .btn {
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5), 0 2px 0 #be6d00, 0px 20px 50px 0 rgba(155, 160, 169, 0.7); } }
    .map__form__input {
      border-color: white; }
      .map__form__input, .map__form__input::placeholder {
        color: white; }
      @media (max-width: 768px) {
        .map__form__input {
          border: solid 1px #b9b6c0; }
          .map__form__input, .map__form__input::placeholder {
            color: white;
            color: #b9b6c0; } }
    .map__form .form__agreement {
      color: white; }
      @media (max-width: 768px) {
        .map__form .form__agreement {
          color: #5a5a5a; } }
    .map__form .form__whatsapp-link {
      max-width: 17rem; }
      @media (max-width: 768px) and (min-width: 451px) {
        .map__form .form__whatsapp-link {
          max-width: 22rem; } }
      .map__form .form__whatsapp-link span::after {
        border-color: white; }
        @media (max-width: 768px) {
          .map__form .form__whatsapp-link span::after {
            border-color: #000; } }
  @media (min-width: 1921px) {
    .map::before, .map::after {
      background-size: cover; } }
  @media (min-width: 1921px) {
    .map::before {
      background-position: bottom center; } }
  @media (min-width: 1921px) {
    .map::after {
      background-position: top center; } }

.process {
  padding-top: 6.8rem;
  padding-bottom: 8rem; }
  @media (max-width: 768px) {
    .process {
      padding-top: 2.8rem;
      padding-bottom: 6rem; } }
  @media (max-width: 450px) {
    .process {
      padding-top: 1.9rem;
      padding-bottom: 3.5rem; } }
  .process__title {
    margin-right: auto;
    margin-left: auto;
    max-width: 55rem; }
  .process__quoute {
    margin-top: 4.4rem; }
    @media (max-width: 768px) {
      .process__quoute {
        margin-top: 3.4rem; } }
    @media (max-width: 450px) {
      .process__quoute {
        margin-top: 1.4rem; } }
    .process__quoute--right {
      margin-bottom: -0.5rem; }
      @media (max-width: 768px) {
        .process__quoute--right {
          margin-left: 2.1rem;
          font-size: 1.094rem;
          line-height: 2.09;
          letter-spacing: 0.18px;
          color: #505050; } }
      @media (max-width: 450px) {
        .process__quoute--right {
          max-width: 10.5rem;
          font-size: 0.75rem;
          line-height: 1.5;
          letter-spacing: 0.12px;
          margin-left: 1.125rem; } }
    .process__quoute--left {
      margin-bottom: -1rem; }
      @media (max-width: 768px) {
        .process__quoute--left {
          display: none; } }
  .process__build {
    margin-top: 10.8rem;
    max-width: 67rem;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 768px) {
      .process__build {
        margin-top: 6.8rem; } }
    @media (max-width: 450px) {
      .process__build {
        margin-top: 2.5rem; } }
    .process__build__title {
      font-size: 1.438rem;
      font-weight: 500;
      line-height: 1.52;
      letter-spacing: 0.23px;
      color: #010101;
      text-align: center; }
      @media (max-width: 768px) {
        .process__build__title {
          margin-bottom: 3rem; } }
      @media (max-width: 450px) {
        .process__build__title {
          font-size: 0.75rem;
          font-weight: 500;
          line-height: 1.5;
          letter-spacing: 0.12px;
          text-align: center;
          color: #010101;
          margin-bottom: 1.7rem; } }
    .process__build__img {
      width: 100%;
      height: 37.563rem;
      border-radius: 10px;
      background-color: #dadada;
      position: relative;
      overflow: hidden; }
      .process__build__img .process__img-desc:first-child {
        top: 8rem;
        right: 7rem;
        left: unset; }
        @media (max-width: 768px) {
          .process__build__img .process__img-desc:first-child {
            top: 5.5rem;
            right: 10rem; } }
        @media (max-width: 450px) {
          .process__build__img .process__img-desc:first-child {
            top: 3rem;
            right: 1rem; } }
      @media (max-width: 768px) {
        .process__build__img .process__img-desc {
          border-top-right-radius: 8px;
          border-bottom-right-radius: 8px; } }
      .process__build__img .process__img-desc:nth-child(2) {
        top: 13.5rem;
        right: 2.5rem; }
        @media (max-width: 768px) {
          .process__build__img .process__img-desc:nth-child(2) {
            right: 6.5rem; } }
        @media (max-width: 450px) {
          .process__build__img .process__img-desc:nth-child(2) {
            top: 7rem;
            right: 1rem; } }
      .process__build__img .process__img-desc:nth-child(3) {
        top: 19.7rem;
        right: 15rem; }
        @media (max-width: 768px) {
          .process__build__img .process__img-desc:nth-child(3) {
            right: 18.5rem;
            top: 20.5rem; } }
        @media (max-width: 450px) {
          .process__build__img .process__img-desc:nth-child(3) {
            top: 11.5rem;
            right: 6.5rem; } }
    .process__build__desc {
      display: flex;
      margin-top: 1.9rem;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .process__build__desc {
          display: none; } }
      .process__build__desc p {
        width: 48%;
        font-size: 1rem;
        line-height: 1.75;
        letter-spacing: 0.16px; }
    .process__build-m {
      display: none; }
    @media (max-width: 768px) {
      .process__build .beer-slider {
        display: none; }
      .process__build__img {
        width: 40.625rem;
        height: 31.25rem; }
      .process__build-m {
        display: block;
        height: 100%;
        width: 100%; }
        .process__build-m picture {
          height: 100%;
          width: 100%;
          object-fit: cover; } }
    @media (max-width: 450px) {
      .process__build__img {
        width: 100%;
        height: 16.088rem; } }
  .process__finishing {
    margin-top: 8.5rem; }
    @media (max-width: 768px) {
      .process__finishing {
        margin-top: 4.2rem;
        line-height: 1.59; } }
    @media (max-width: 450px) {
      .process__finishing {
        margin-top: 2rem; } }
    .process__finishing__title {
      font-size: 1.5rem;
      letter-spacing: 0.24px;
      text-align: center; }
      @media (max-width: 450px) {
        .process__finishing__title {
          font-size: 0.875rem;
          line-height: 1.71;
          letter-spacing: 0.14px; } }
    .process__finishing__img {
      width: 67rem;
      height: 37.563rem;
      border-radius: 10px;
      background-color: #dadada;
      margin-right: auto;
      margin-left: auto;
      margin-top: 4.15rem;
      position: relative;
      overflow: hidden; }
      .process__finishing__img picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      @media (max-width: 768px) {
        .process__finishing__img {
          display: none; } }
  .process__img-desc {
    font-size: 0.625rem;
    letter-spacing: 0.1px;
    padding: 0.938rem 1rem 0.813rem 1.25rem;
    background-color: white;
    border-radius: 25px;
    width: max-content;
    z-index: 1;
    position: absolute; }
    @media (max-width: 768px) {
      .process__img-desc {
        font-size: 0.75rem; } }
    @media (max-width: 450px) {
      .process__img-desc {
        font-size: 0.406rem;
        letter-spacing: 0.07px;
        color: black;
        padding: 0.563rem 0.875rem 0.563rem 0.75rem; } }
    .process__img-desc::after {
      position: absolute;
      width: 1.063rem;
      height: 1.063rem;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.625rem;
      letter-spacing: 0.1px;
      bottom: -0.7rem;
      content: '+';
      border-radius: 50%; }
    .process__img-desc:not(.--right) {
      border-bottom-left-radius: 0; }
      .process__img-desc:not(.--right)::after {
        left: -0.7rem; }
    .process__img-desc.--right {
      border-bottom-right-radius: 0; }
      .process__img-desc.--right::after {
        right: -0.7rem; }
    .process__img-desc:first-child {
      top: 6rem;
      left: 13rem; }
    .process__img-desc:nth-child(2) {
      top: 12.5rem;
      right: 10.5rem; }
    .process__img-desc:nth-child(3) {
      top: 19.2rem;
      right: 20.5rem; }

.steps {
  color: #fff;
  background-image: url(../img/bg-house4.webp);
  background-size: cover;
  background-position: center;
  padding-top: 9.8rem;
  padding-bottom: 7.3rem;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .steps {
      display: none; } }
  .steps__c {
    position: relative;
    z-index: 2; }
    @media (min-width: 1400px) {
      .steps__c {
        max-width: calc(76.25rem + 60px);
        padding-right: 30px; } }
  .steps::before {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom4.webp);
    width: 100%;
    height: 4.6875rem;
    background-size: contain;
    background-position: top center;
    top: 0rem;
    background-repeat: no-repeat;
    z-index: 3; }
  .steps::after {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom5.webp);
    width: 100%;
    height: 4.6875rem;
    background-size: contain;
    background-position: bottom center;
    bottom: -0.3rem;
    background-repeat: no-repeat;
    z-index: 3; }
  .steps__subtitle {
    max-width: 40rem;
    margin-top: 2rem; }
  .steps__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5.45rem;
    counter-reset: num; }
  .steps__item {
    counter-increment: num;
    width: 23.125rem;
    height: 27.5rem;
    border-radius: 20px;
    position: relative;
    margin-bottom: 3.2rem;
    padding-top: 20rem;
    padding-left: 2rem; }
    .steps__item--lg {
      width: 50.5rem;
      height: 27.5rem;
      border-radius: 20px;
      border: solid 1px white;
      position: relative;
      padding-left: 5rem;
      padding-top: 5.25rem; }
    .steps__item .border {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
    .steps__item::before {
      content: counter(num);
      font-size: 7.5rem;
      font-weight: 900;
      position: absolute;
      top: .3rem;
      right: 2rem; }
    .steps__item:nth-child(3)::before {
      right: 1rem; }
    .steps__item:nth-child(5)::before, .steps__item:nth-child(7)::before {
      right: .5rem; }
    .steps__item:nth-child(3n -1) {
      padding-left: 2.85rem; }
    .steps__item:nth-child(3n) {
      padding-left: 2.6rem; }
    .steps__item__hint {
      height: 1.563rem;
      padding: 0 0.813rem;
      border-radius: 12.5px;
      background-color: #e29500;
      font-size: 0.875rem;
      letter-spacing: 0.42px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: max-content;
      margin-bottom: 1rem;
      margin-top: -2.4rem; }
    .steps__item__title {
      font-size: 1.25rem;
      font-weight: bold;
      letter-spacing: 0.2px;
      margin-bottom: 0.5rem; }
    .steps__item__text {
      font-size: 1rem;
      line-height: 1.75;
      letter-spacing: 0.16px;
      font-weight: normal; }
      .steps__item__text--lg {
        max-width: 17rem;
        font-size: 1.5rem;
        line-height: 1.88;
        letter-spacing: 0.24px; }
    .steps__item__link {
      font-size: 0.75rem;
      letter-spacing: 0.24px;
      border-bottom: 1px solid #fff;
      color: #fff;
      margin-top: 0.5rem;
      display: inline-block; }
    .steps__item__subtext {
      padding: 0 0.75rem;
      height: 1.563rem;
      display: flex;
      justify-content: center;
      align-items: center;
      width: max-content;
      border-radius: 3px;
      background-color: #e29500;
      transform: skew(-5deg);
      margin-top: 0.5rem; }
      .steps__item__subtext span {
        font-size: 0.625rem;
        letter-spacing: 0.2px;
        transform: skew(5deg); }
    .steps__item__img {
      position: absolute; }
      .steps__item__img--house {
        top: 5.5rem;
        left: 1.1rem;
        width: 14.25rem;
        height: 9.5rem; }
      .steps__item__img--doc {
        top: 4.7rem;
        left: 2.5rem;
        width: 10.9375rem;
        height: 9.25rem; }
      .steps__item__img--car {
        top: 7.1rem;
        left: 1.3rem;
        width: 14.1875rem;
        height: 8.3125rem; }
      .steps__item__img--geo {
        top: 3.1rem;
        left: 1.3rem;
        width: 7rem;
        height: 12.0625rem; }
      .steps__item__img--fund {
        top: 9.7rem;
        left: 2.1rem;
        width: 14rem;
        height: 9.6875rem; }
      .steps__item__img--wall {
        top: 4.7rem;
        left: 1rem;
        width: 19.3125rem;
        height: 14.5rem; }
      .steps__item__img--head {
        top: 9.7rem;
        left: 1.5rem;
        width: 15rem;
        height: 9rem; }
      .steps__item__img--hand {
        bottom: 0;
        right: 2.5rem;
        width: 23.125rem;
        height: 25.0625rem; }
  .steps__branch {
    top: 1rem;
    left: -.5rem;
    width: 31.0625rem;
    height: 53.625rem; }
  .steps__bush {
    bottom: -4rem;
    right: -.5rem;
    width: 34.0625rem;
    height: 34.8125rem; }
  @media (min-width: 1921px) {
    .steps::before, .steps::after {
      background-size: cover; } }
  @media (min-width: 1921px) {
    .steps::before {
      background-position: bottom center; } }
  @media (min-width: 1921px) {
    .steps::after {
      background-position: top center; } }

.quiz {
  padding-top: 11.2rem; }
  .quiz__subtitle {
    max-width: 55rem;
    margin-top: 2.3rem; }
  .quiz__gift-list {
    display: flex;
    margin-top: 6rem; }
    @media (max-width: 768px) {
      .quiz__gift-list {
        justify-content: center;
        margin-top: 4.15rem; }
        .quiz{
        	padding-top: 2rem;
        	} }
    @media (max-width: 450px) {
      .quiz__gift-list {
        flex-direction: column;
        align-items: center;
        margin-top: 1.5rem; } }
    .quiz__gift-list__item {
      display: flex;
      align-items: center;
      margin-left: 4.5rem; }
      @media (max-width: 768px) {
        .quiz__gift-list__item {
          flex-direction: column;
          justify-content: space-between; } }
      @media (max-width: 450px) {
        .quiz__gift-list__item {
          margin-left: 0;
          margin-bottom: 3.7rem; } }
      .quiz__gift-list__item__img {
        position: relative; }
      .quiz__gift-list__item:not(:last-child)::after {
        color: #000;
        right: -3.5rem; }
        @media (max-width: 450px) {
          .quiz__gift-list__item:not(:last-child)::after {
            top: unset;
            bottom: -2.7rem;
            right: 50%;
            transform: translateX(50%); } }
      .quiz__gift-list__item .first-screen__gift-list__item__img--septic {
        margin-right: 3.8rem;
        margin-left: -0.8rem; }
      .quiz__gift-list__item .first-screen__gift-list__item__icon {
        left: 2.55rem;
        top: 1.8rem; }
      .quiz__gift-list__item__text {
        margin-left: 2.3rem;
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.12px; }
        .quiz__gift-list__item__text--min {
          font-size: 0.625rem;
          font-weight: 300;
          line-height: 1.8;
          letter-spacing: 0.1px; }
        @media (max-width: 768px) {
          .quiz__gift-list__item__text {
            font-size: 0.875rem;
            line-height: 1.29;
            letter-spacing: 0.14px;
            margin-left: 0;
            text-align: center;
            margin-top: 1rem; }
            .quiz__gift-list__item__text--min {
              font-size: 0.75rem;
              letter-spacing: 0.12px; } }
        @media (max-width: 450px) {
          .quiz__gift-list__item__text {
            font-size: 0.75rem;
            line-height: 1.5;
            letter-spacing: 0.12px;
            margin-top: 1.5rem; } }
  .quiz__content {
    margin-top: 6rem; }
  .quiz__buttons {
    position: absolute;
    bottom: 3.75rem;
    right: 4rem;
    display: flex;
    align-items: center; }
    .quiz__buttons--first {
      bottom: 6.5rem;
      right: 10.5rem; }
    @media (max-width: 768px) {
      .quiz__buttons {
        position: relative;
        bottom: 0;
        right: 0;
        order: 10;
        width: 100%;
        justify-content: center; } }
    @media (max-width: 450px) {
      .quiz__buttons {
        flex-direction: column;
        align-items: center; } }
  .quiz__btn-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17.5rem;
    height: 5.625rem;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #ffcc00, #ff7200);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.16px;
    text-align: center;
    color: white;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5); }
  .quiz__btn-prev {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.14px;
    color: black;
    margin-left: 1.8rem;
    border-bottom: 1px solid #000;
    text-transform: uppercase; }
    @media (max-width: 450px) {
      .quiz__btn-prev {
        margin-top: 2.8rem;
        margin-left: 0; } }
  .quiz__btn-final {
    margin-top: 5.5rem; }
  .quiz__question {
    padding: 4.063rem 6.5rem 1.5rem 6.44rem;
    border-radius: 10px;
    border: solid 1px #7e8b93;
    background-color: white;
    position: relative;
    margin-bottom: 8.3rem; }
    @media (max-width: 768px) {
      .quiz__question {
        padding: 1.25rem; } }
    @media (max-width: 450px) {
      .quiz__question {
        border: none;
        padding: 0; } }
    @media (max-width: 450px) {
      .quiz__question[data-question='6'] .quiz__question__title:first-child,
      .quiz__question[data-question='6'] .quiz__question__subtitle {
        text-align: center; }
      .quiz__question[data-question='6'] .quiz__question__subtitle {
        font-size: 1rem;
        font-weight: normal !important;
        line-height: 1.5;
        letter-spacing: 0.16px;
        text-align: center; } }
    .quiz__question:not(.active) {
      display: none; }
    .quiz__question.active {
      animation: fadeInUp 1s; }
    .quiz__question::before {
      position: absolute;
      top: -1px;
      right: -1px;
      background-color: #fff;
      content: '';
      height: 10rem;
      width: 11rem; }
      @media (max-width: 768px) {
        .quiz__question::before {
          height: 5rem;
          width: 5rem; } }
      @media (max-width: 450px) {
        .quiz__question::before {
          display: none; } }
    .quiz__question::after {
      content: attr(data-hint);
      position: absolute;
      top: -0.1rem;
      right: 2rem;
      background-image: linear-gradient(to top, #ffcc00, #ff7200), linear-gradient(to bottom, #7e8b93, #7e8b93);
      font-size: 4.5rem;
      font-weight: bold;
      letter-spacing: 0.72px;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 768px) {
        .quiz__question::after {
          font-size: 3rem;
          right: 0; } }
      @media (max-width: 450px) {
        .quiz__question::after {
          display: none; } }
    .quiz__question__grid {
      margin-top: 4.7rem;
      display: flex;
      flex-wrap: wrap;
      padding-right: 4rem; }
      @media (max-width: 768px) {
        .quiz__question__grid {
          padding-right: 0; } }
      @media (max-width: 450px) {
        .quiz__question__grid {
          margin-top: 2.8rem; } }
    .quiz__question__grid .quiz__question__answer-wrap {
      width: 33%;
      margin-bottom: 4.8rem; }
      @media (max-width: 768px) {
        .quiz__question__grid .quiz__question__answer-wrap {
          width: 49.5%; }
          .quiz__question__grid .quiz__question__answer-wrap:nth-child(3n) {
            order: 2; } }
      @media (max-width: 450px) {
        .quiz__question__grid .quiz__question__answer-wrap {
          width: 100%;
          display: flex;
          flex-direction: column;
          margin-bottom: 5rem; }
          .quiz__question__grid .quiz__question__answer-wrap:nth-child(2n) {
            order: 1; } }
    .quiz__question__title {
      font-size: 1.5rem;
      font-weight: 600;
      letter-spacing: 0.24px; }
      @media (max-width: 450px) {
        .quiz__question__title {
          font-size: 1.25rem;
          font-weight: bold;
          line-height: 1.5;
          letter-spacing: 0.2px; } }
    .quiz__question__subtitle {
      font-size: 1rem;
      line-height: 1.25;
      letter-spacing: 0.16px;
      margin-top: 2.3rem; }
      .quiz__question__subtitle.strong {
        font-weight: 500; }
    @media (max-width: 450px) {
      .quiz__question__answer {
        width: 100%; }
        .quiz__question__answer::after {
          content: 'Выбрать';
          width: 10.625rem;
          height: 3.375rem;
          border: solid 1px #19191c;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 1.4rem; } }
    .quiz__question__answer-fund {
      display: flex; }
    .quiz__question__answer-fund .quiz__question__answer__checkbox {
      margin-right: 1.5rem; }
    .quiz__question__answer-fund + .quiz__question__answer__img {
      width: 13.125rem;
      height: 8.125rem;
      margin-top: 2.3rem; }
      @media (max-width: 450px) {
        .quiz__question__answer-fund + .quiz__question__answer__img {
          height: 10.824rem;
          width: 100%;
          margin-top: 1.3rem; } }
    .quiz__question__answer__desc.--fund {
      font-size: 0.875rem;
      line-height: 1.71;
      letter-spacing: 0.14px;
      max-width: 17.5rem;
      font-weight: normal;
      margin-top: 1.5rem; }
      @media (max-width: 768px) {
        .quiz__question__answer__desc.--fund {
          margin-bottom: 1rem; } }
      @media (max-width: 450px) {
        .quiz__question__answer__desc.--fund {
          margin-top: 1.2rem; } }
    .quiz__question__answer--flex {
      display: flex; }
      @media (max-width: 450px) {
        .quiz__question__answer--flex {
          flex-direction: column; } }
    .quiz__question__answer__radio:checked + .quiz__question__answer .quiz__question__answer__checkbox {
      background-color: #ffc10d;
      border-color: #ffc10d; }
    .quiz__question__answer__radio:checked + .quiz__question__answer::after {
      background-color: #ffc10d;
      color: #000;
      border-color: #ffc10d; }
    .quiz__question__answer__checkbox {
      width: 1.313rem;
      height: 1.25rem;
      border: solid 1px #7e8b93;
      background-color: #f4f4f4; }
      @media (max-width: 450px) {
        .quiz__question__answer__checkbox {
          display: none; } }
    .quiz__question__answer__cnt {
      margin-left: 1.875rem;
      position: relative; }
      .quiz__question__answer__cnt--nomargin {
        margin-left: 0; }
      @media (max-width: 450px) {
        .quiz__question__answer__cnt {
          margin-left: 0;
          width: 100%; } }
    .quiz__question__answer__title {
      font-size: 1.125rem;
      font-weight: 500;
      letter-spacing: 0.18px;
      line-height: 1.11; }
    .quiz__question__answer__desc {
      font-size: 0.75rem;
      font-weight: 300;
      line-height: 1.67;
      letter-spacing: 0.12px;
      margin-top: .7rem; }
      @media (max-width: 450px) {
        .quiz__question__answer__desc {
          font-size: 1rem;
          line-height: 1.5;
          letter-spacing: 0.16px; } }
    .quiz__question__answer__img {
      width: 9.75rem;
      height: 7.313rem;
      margin-top: 1.2rem; }
      @media (max-width: 450px) {
        .quiz__question__answer__img {
          width: 100%;
          height: auto; } }
      .quiz__question__answer__img picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .quiz__question__answer__img--abs {
        width: 19.313rem;
        height: 14.5rem;
        position: absolute;
        top: 7rem;
        left: 50%;
        transform: translateX(-50%); }
        .quiz__question__answer__img--abs picture {
          height: 100%;
          width: 100%;
          object-fit: cover; }
        @media (max-width: 768px) {
          .quiz__question__answer__img--abs {
            display: none; } }
  .quiz__progress {
    font-size: 0.625rem;
    letter-spacing: 0.1px;
    margin-top: 1.8rem; }
    .quiz__progress__bar {
      width: 10.875rem;
      height: 0.375rem;
      border: solid 1px #e2e2e2;
      background-color: white;
      margin-top: 1rem;
      position: relative;
      border-radius: 3px; }
      .quiz__progress__bar--complete {
        border-radius: 3px;
        background-color: #ffc10d;
        height: calc(100% + 2px);
        position: absolute;
        top: -1px;
        left: 0; }
    @media (max-width: 450px) {
      .quiz__progress {
        display: none; } }
  .quiz__size {
    display: flex;
    padding-bottom: 2.3rem; }
    @media (max-width: 768px) {
      .quiz__size {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    @media (max-width: 450px) {
      .quiz__size .quiz__question__answer::after {
        display: none; }
      .quiz__size .quiz__question__answer__title {
        text-align: center;
        text-decoration: underline; }
      .quiz__size .quiz__question__answer__radio:checked + .quiz__question__answer .quiz__question__answer__title {
        color: #ffc10d !important; } }
    .quiz__size__content {
      width: 39.125rem;
      max-width: 100%; }
    .quiz__size__img {
      margin-top: 2.48rem;
      width: 39.125rem;
      height: 20.563rem;
      max-width: 100%; }
      .quiz__size__img picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      @media (max-width: 450px) {
        .quiz__size__img {
          width: 100%;
          height: 10.66rem; } }
    .quiz__size--ui {
      margin-top: 4.5rem;
      margin-bottom: 1rem; }
      @media (max-width: 768px) {
        .quiz__size--ui.ui-slider {
          width: 95%;
          margin-right: auto;
          margin-left: auto; } }
      @media (max-width: 450px) {
        .quiz__size--ui.ui-slider {
          width: 92%; } }
      .quiz__size--ui-val {
        font-size: 0.875rem;
        letter-spacing: 0.14px;
        position: absolute;
        top: -1.5rem;
        left: 50%;
        transform: translateX(-50%);
        color: black;
        width: max-content; }
    .quiz__size__bounds {
      display: flex;
      justify-content: space-between;
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: 0.14px;
      text-transform: uppercase;
      padding: 0 0.875rem;
      margin-bottom: 2.5rem; }
  .quiz__help {
    margin-left: 6.2rem;
    margin-top: 3.5rem; }
    @media (max-width: 768px) {
      .quiz__help {
        margin-left: 0; } }
    @media (max-width: 450px) {
      .quiz__help {
        margin-top: 1.5rem; } }
    .quiz__help__text {
      font-size: 1rem;
      font-weight: 300;
      font-style: italic;
      line-height: 1.5;
      letter-spacing: 0.16px; }
      .quiz__help__text.strong {
        font-weight: 500; }
    .quiz__help__photo {
      margin-top: 2rem; }
      @media (max-width: 768px) {
        .quiz__help__photo {
          display: none; } }
    .quiz__help__person {
      font-size: 0.75rem;
      font-weight: 500;
      font-style: italic;
      line-height: 1.5;
      letter-spacing: 0.12px;
      color: #787878;
      margin-top: 1.5rem; }
      @media (max-width: 768px) {
        .quiz__help__person {
          display: none; } }
  .quiz__fund {
    margin-top: 7.8rem;
    padding-bottom: 9.5rem;
    display: flex;
    justify-content: space-between;
    padding-right: 4rem; }
    @media (max-width: 768px) {
      .quiz__fund {
        padding-right: 0;
        flex-wrap: wrap; } }
    @media (max-width: 450px) {
      .quiz__fund {
        margin-top: 3.3rem;
        padding-bottom: 2.5rem; }
        .quiz__fund .quiz__question__answer__title {
          text-transform: uppercase; }
        .quiz__fund .quiz__question__answer-wrap {
          margin-bottom: 2rem; } }
  .quiz__mat {
    display: flex; }
    .quiz__mat .quiz__help {
      margin-left: 13.2rem;
      margin-top: 1rem; }
      @media (max-width: 768px) {
        .quiz__mat .quiz__help {
          margin-left: 0;
          margin-top: 3rem; } }
      @media (max-width: 450px) {
        .quiz__mat .quiz__help {
          margin-top: 2rem; } }
    @media (max-width: 768px) {
      .quiz__mat {
        flex-direction: column-reverse; } }
    .quiz__mat__cnt {
      margin-top: 5.3rem; }
      @media (max-width: 450px) {
        .quiz__mat__cnt {
          margin-top: 3.3rem; }
          .quiz__mat__cnt .quiz__question__answer__cnt {
            order: 2; }
          .quiz__mat__cnt .quiz__mat__img {
            order: 1;
            margin-left: 0;
            margin-bottom: 1.2rem; }
          .quiz__mat__cnt .quiz__question__answer::after {
            order: 3; } }
    .quiz__mat .quiz__question__answer-wrap {
      margin-bottom: 3.9rem;
      display: block; }
    .quiz__mat__desc {
      width: 20rem;
      max-width: 100%;
      font-size: 0.875rem;
      line-height: 1.71;
      letter-spacing: 0.14px;
      color: dimgray;
      margin-top: 1.5rem; }
    .quiz__mat__img {
      width: 6.375rem;
      height: 6.375rem;
      border: solid 2px #6b3d2d;
      background-color: white;
      border-radius: 50%;
      margin-left: 3rem;
      margin-top: -.3rem;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 0.45;
      letter-spacing: 0.4px;
      color: #6d4030; }
      .quiz__mat__img picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .quiz__reason {
    padding-bottom: 6.3rem;
    position: relative; }
    .quiz__reason__cnt {
      margin-top: 5rem; }
    .quiz__reason .quiz__question__answer-wrap {
      display: flex;
      margin-bottom: 2.6rem; }
    .quiz__reason__img {
      right: -5rem;
      top: -7.5rem;
      position: absolute; }
      .quiz__reason__img picture {
        width: 42.75rem;
        height: 30.563rem; }
      @media (max-width: 768px) {
        .quiz__reason__img {
          position: relative;
          right: 0;
          top: 0; }
          .quiz__reason__img picture {
            width: 100%;
            height: auto; } }
  @media (min-width: 769px) {
    .quiz__final__gift-list {
      margin-top: 4.5rem;
      margin-bottom: 5.2rem; }
      .quiz__final__gift-list li:not(:last-child) {
        margin-right: 0; }
      .quiz__final__gift-list li:first-child {
        margin-left: 0; }
      .quiz__final__gift-list li:last-child {
        margin-left: 7rem; } }
  @media (max-width: 768px) {
    .quiz__final__gift-list {
      margin-bottom: 2rem; }
      .quiz__final__gift-list li:not(:last-child) {
        margin-left: 0; }
      .quiz__final__gift-list li:last-child {
        margin-left: 0; } }
  .quiz__final__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47rem;
    height: 38.125rem;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .quiz__final__img {
        position: relative;
        width: 100%;
        height: auto;
        right: -1.25rem;
        bottom: -1.45rem; } }
  .quiz__contact {
    margin-top: 3.2rem; }
    .quiz__contact .quiz__question__answer-wrap {
      display: flex;
      margin-bottom: 2.55rem; }
    .quiz__contact .quiz__question__answer__checkbox {
      display: block; }
      @media (max-width: 450px) {
        .quiz__contact .quiz__question__answer__checkbox {
          width: 2.375rem;
          min-width: 2.375rem;
          height: 2.375rem;
          border: solid 1px #7e8b93;
          background-color: #f4f4f4; } }
    @media (max-width: 450px) {
      .quiz__contact .quiz__question__answer {
        flex-direction: row;
        align-items: center; }
        .quiz__contact .quiz__question__answer::after {
          display: none; } }
    @media (max-width: 450px) {
      .quiz__contact .quiz__question__answer__title {
        margin-left: 2.25rem; } }
  .quiz__form {
    width: 16.875rem;
    margin-top: 4rem;
    padding-bottom: 2.5rem; }
    .quiz__form .form__btn__text {
      font-size: 0.75rem;
      left: 1.67; }
    @media (max-width: 768px) {
      .quiz__form {
        width: 22rem;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto; } }

.quality {
  padding-top: 9rem;
  padding-bottom: 8.2rem; }
  @media (max-width: 768px) {
    .quality {
      background-color: #012a5f;
      color: #fff;
      position: relative;
      overflow: hidden;
      padding-top: 6.6rem; }
      .quality::before {
        content: '';
        position: absolute;
        background-image: url(../img/block-bottom4.webp);
        width: 100%;
        height: 4.6875rem;
        background-size: contain;
        background-position: top center;
        top: 0rem;
        background-repeat: no-repeat;
        z-index: 3; } }
  @media (max-width: 768px) and (max-width: 450px) {
    .quality::after {
      content: '';
      position: absolute;
      background-image: url(../img/block-bottom5.webp);
      width: 100%;
      height: 4.6875rem;
      background-size: contain;
      background-position: bottom center;
      bottom: -0rem;
      background-repeat: no-repeat;
      z-index: 3; } }
  @media (max-width: 450px) {
    .quality {
      padding-top: 4rem;
      padding-bottom: 4.2rem; } }
  .quality__bush {
    display: none;
    bottom: -6rem;
    right: -6rem;
    width: 25.1875rem;
    height: 24.125rem; }
    @media (max-width: 768px) {
      .quality__bush {
        display: block; } }
    @media (max-width: 450px) {
      .quality__bush {
        display: none; } }
  .quality__bush2 {
    width: 21.1rem;
    height: 24.2rem;
    bottom: -15rem;
    right: -10rem;
    transform: scaleX(-1);
    display: none; }
    @media (max-width: 450px) {
      .quality__bush2 {
        display: block; } }
  .quality__title {
    max-width: 55rem;
    margin-right: auto;
    margin-left: auto; }
  .quality__subtitle {
    margin-top: 2rem; }
  .quality__blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem; }
    @media (max-width: 768px) {
      .quality__blocks {
        display: none; } }
    .quality__blocks__item {
      display: flex;
      align-items: center; }
    .quality__blocks__img {
      width: 6.375rem;
      height: 6.375rem;
      border: solid 2px #6b3d2d;
      border-radius: 50%;
      overflow: hidden; }
      .quality__blocks__img picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .quality__blocks__text {
      line-height: 1.5;
      letter-spacing: 0.16px;
      margin-left: 1.56rem; }
  .quality__content {
    display: flex;
    justify-content: space-between;
    margin-top: 7rem; }
    @media (max-width: 768px) {
      .quality__content {
        margin-top: 3.5rem; } }
    @media (max-width: 450px) {
      .quality__content {
        margin-top: 1.7rem; } }
  .quality__list {
    width: 37rem; }
    @media (max-width: 768px) {
      .quality__list {
        display: none; } }
    .quality__list__title {
      font-size: 1.625rem;
      font-weight: 600;
      letter-spacing: 0.26px;
      max-width: 35rem;
      padding-left: 2.7rem;
      position: relative; }
      .quality__list__title::before {
        width: 0.25rem;
        height: 5rem;
        background-color: #6b3d2d;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        content: '';
        position: absolute; }
    .quality__list ul {
      margin-top: 3.5rem; }
    .quality__list li {
      display: flex;
      font-size: 1rem;
      line-height: 1.88;
      letter-spacing: 0.16px;
      margin-bottom: 1.9rem; }
      .quality__list li::before {
        margin-right: 1.75rem;
        width: 0.625rem;
        min-width: 0.625rem;
        height: 0.625rem;
        background-color: #6b3d2d;
        border-radius: 50%;
        margin-top: 0.5rem;
        content: ''; }
  .quality__video {
    margin-top: 0.5rem; }
    @media (max-width: 450px) {
      .quality__video {
        width: 100%; } }
    .quality__video__link {
      width: 34.375rem;
      height: 25rem;
      border-radius: 5px;
      background-color: #c8c8c8;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      position: relative; }
      .quality__video__link picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      @media (max-width: 768px) {
        .quality__video__link {
          width: 40.625rem;
          height: 29.375rem; } }
      @media (max-width: 450px) {
        .quality__video__link {
          width: 100%;
          height: 12.666rem; } }
      .quality__video__link::before {
        content: '';
        position: absolute;
        width: 3.188rem;
        height: 3.188rem;
        background-color: white;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' fill='%236b3d2d' enable-background='new 0 0 494.942 494.942' height='512' viewBox='0 0 494.942 494.942' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m35.353 0 424.236 247.471-424.236 247.471z'/%3E%3C/svg%3E");
        background-position: left 55% center;
        background-repeat: no-repeat;
        background-size: 1.2rem; }
        @media (max-width: 768px) {
          .quality__video__link::before {
            width: 5.438rem;
            height: 5.375rem;
            background-size: 1.9rem; } }
        @media (max-width: 450px) {
          .quality__video__link::before {
            width: 3.188rem;
            height: 3.188rem;
            background-size: 1.2rem; } }
    .quality__video__caption {
      font-size: 0.75rem;
      letter-spacing: 0.12px;
      text-align: center;
      margin-top: 1rem; }
      @media (max-width: 768px) {
        .quality__video__caption {
          font-size: 1rem;
          letter-spacing: 0.16px;
          text-align: center;
          color: white;
          margin-top: 2rem; } }
      @media (max-width: 450px) {
        .quality__video__caption {
          font-size: 0.625rem;
          line-height: 1.6;
          letter-spacing: 0.1px;
          margin-top: 1.8rem; } }
  .quality__list-m {
    display: none;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.18px;
    flex-wrap: wrap;
    padding-left: 5.3rem;
    padding-top: 5.8rem; }
    @media (max-width: 768px) {
      .quality__list-m {
        display: flex; } }
    @media (max-width: 450px) {
      .quality__list-m {
        padding-left: 0;
        flex-direction: column;
        align-items: center;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.14;
        letter-spacing: 0.14px;
        text-align: center;
        padding-top: 3.2rem; } }
    .quality__list-m li {
      width: 45%;
      margin-bottom: 2.5rem; }
      .quality__list-m li::before {
        display: block;
        height: 2.5625rem;
        width: 2.5625rem;
        background-image: url(../img/check.png);
        background-size: contain;
        background-repeat: no-repeat;
        content: '';
        margin-bottom: 1.2rem; }
        @media (max-width: 450px) {
          .quality__list-m li::before {
            width: 1.4rem;
            height: 1.4rem;
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 0.6rem; } }
      @media (max-width: 450px) {
        .quality__list-m li {
          width: 100%;
          margin-bottom: 2rem; }
          .quality__list-m li:nth-child(even) {
            order: 1; } }
      @media (max-width: 450px) {
        .quality__list-m li:first-child br {
          display: none; } }
  .quality__btn {
    display: none;
    margin-top: 5rem;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5), 0 4px 0 #be6d00, 0px 20px 79px 0 rgba(0, 37, 98, 0.44); }
    @media (max-width: 768px) {
      .quality__btn {
        display: flex; } }
    @media (max-width: 450px) {
      .quality__btn {
        margin-top: 1.3rem; } }

.problems {
  color: #fff;
  background-image: url(../img/bg-house5.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10.2rem;
  padding-bottom: 8.2rem; }
  @media (max-width: 768px) {
    .problems {
      background-image: none;
      background-color: #fff;
      color: #000;
      padding-top: 7.2rem; }
      .problems .title .normal {
        font-weight: bold; } }
  @media (max-width: 450px) {
    .problems {
      padding-top: 2rem;
      padding-bottom: 2.7rem; }
      .problems .title {
        line-height: 1.48; } }
  .problems::before {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom4.webp);
    width: 100%;
    height: 4.6875rem;
    background-size: contain;
    background-position: top center;
    top: 0rem;
    background-repeat: no-repeat;
    z-index: 3; }
    @media (max-width: 768px) {
      .problems::before {
        display: none; } }
  .problems::after {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom5.webp);
    width: 100%;
    height: 4.6875rem;
    background-size: contain;
    background-position: bottom center;
    bottom: -0.3rem;
    background-repeat: no-repeat;
    z-index: 3; }
    @media (max-width: 768px) {
      .problems::after {
        display: none; } }
  .problems__c {
    position: relative;
    z-index: 2; }
  .problems__quoute {
    margin-top: 4.5rem; }
    @media (max-width: 768px) {
      .problems__quoute {
        padding-left: 3rem; } }
    @media (max-width: 450px) {
      .problems__quoute {
        padding-left: 0;
        margin-top: 0.5rem; } }
    .problems__quoute--left {
      margin-left: -6rem;
      max-width: 20rem;
      margin-bottom: -1.2rem; }
    @media (max-width: 768px) {
      .problems__quoute--right {
        font-size: 1.156rem;
        line-height: 1.92;
        letter-spacing: 0.19px;
        margin-left: 2.5rem;
        max-width: 22rem;
        margin-top: .7rem; } }
    @media (max-width: 450px) {
      .problems__quoute--right {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.12px;
        margin-left: 2rem;
        max-width: 11rem; } }
    @media (max-width: 768px) and (min-width: 450px) {
      .problems__quoute__photo {
        width: 6.725rem;
        height: 6.725rem;
        min-width: 6.725rem; }
        .problems__quoute__photo picture {
          width: 110%;
          height: auto; } }
  .problems__content {
    display: flex;
    margin-top: 5rem; }
    @media (max-width: 768px) {
      .problems__content {
        flex-direction: column;
        margin-top: 6.6rem; } }
    @media (max-width: 450px) {
      .problems__content {
        margin-top: 2rem; } }
  .problems__item {
    width: 34.625rem;
    height: 39rem;
    padding: 3.5rem 0.875rem 0rem 3.4rem;
    position: relative; }
    @media (max-width: 768px) {
      .problems__item {
        padding: 0;
        height: auto;
        width: 100%;
        margin-bottom: 4rem; } }
    @media (max-width: 450px) {
      .problems__item {
        margin-bottom: 2rem; } }
    .problems__item::before {
      content: '';
      position: absolute;
      width: 3.688rem;
      height: 3.5rem;
      top: 1.2rem;
      right: 0.8rem;
      background-image: url(../img/star.png);
      background-size: contain; }
      @media (max-width: 768px) {
        .problems__item::before {
          display: none; } }
    .problems__item:not(:last-child) {
      margin-right: 4.625rem; }
      @media (max-width: 768px) {
        .problems__item:not(:last-child) {
          margin-right: 0; } }
    .problems__item .border {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
      @media (max-width: 768px) {
        .problems__item .border {
          display: none; } }
    .problems__item__title {
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: 0.48px; }
      @media (max-width: 768px) {
        .problems__item__title {
          display: none; } }
    .problems__item__title-m {
      font-size: 1.531rem;
      font-weight: 500;
      letter-spacing: 0.25px; }
      @media (max-width: 768px) {
        .problems__item__title-m {
          display: flex;
          justify-content: center;
          align-items: center; } }
      .problems__item__title-m::before {
        content: '';
        width: 2.438rem;
        height: 2.563rem;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 1.5rem;
        background-image: url(../img/no.png); }
        @media (max-width: 450px) {
          .problems__item__title-m::before {
            width: 1.625rem;
            height: 1.688rem;
            margin-right: 0.94rem; } }
      @media (max-width: 450px) {
        .problems__item__title-m {
          font-size: 0.875rem;
          line-height: 1.14;
          letter-spacing: 0.14px; } }
    .problems__item__text {
      max-width: 22rem;
      font-size: 0.875rem;
      line-height: 2;
      letter-spacing: 0.28px;
      margin-top: .8rem; }
      @media (max-width: 768px) {
        .problems__item__text {
          display: none; } }
    .problems__item__img {
      width: 28.75rem;
      height: 18.125rem;
      margin-top: 2rem; }
      .problems__item__img picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      @media (max-width: 768px) {
        .problems__item__img {
          width: 32.5rem;
          height: 20.625rem;
          border-radius: 10px;
          overflow: hidden;
          margin-left: auto;
          margin-right: auto;
          margin-top: 2.5rem; } }
      @media (max-width: 450px) {
        .problems__item__img {
          width: 100%;
          height: 11.033rem;
          margin-top: 1rem; } }
      @media (max-width: 768px) {
        .problems__item__img--desktop {
          display: none; } }
      .problems__item__img--mob {
        display: none; }
        @media (max-width: 768px) {
          .problems__item__img--mob {
            display: block; } }
  .problems__garanty {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.5rem;
    margin-left: 3rem; }
    @media (max-width: 768px) {
      .problems__garanty {
        margin-top: -2rem;
        margin-left: -1rem; } }
    @media (max-width: 450px) {
      .problems__garanty {
        margin-top: 0.3rem; } }
    .problems__garanty__icon {
      width: 6.063rem;
      height: 8.5rem; }
      .problems__garanty__icon picture {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      @media (max-width: 768px) {
        .problems__garanty__icon {
          width: 4.188rem;
          height: 5.875rem; } }
      @media (max-width: 450px) {
        .problems__garanty__icon {
          width: 2.75rem;
          height: 3.813rem;
          margin-top: -1.5rem; } }
    .problems__garanty__text {
      margin-left: 3.5rem;
      margin-top: 1rem; }
      @media (max-width: 450px) {
        .problems__garanty__text {
          margin-left: 2.125rem;
          margin-top: 0; } }
    .problems__garanty__title {
      font-size: 1.625rem;
      font-weight: 600;
      letter-spacing: 0.52px; }
      @media (max-width: 768px) {
        .problems__garanty__title {
          font-size: 1.531rem;
          font-weight: 600;
          line-height: 1.45;
          letter-spacing: 0.49px; } }
      @media (max-width: 450px) {
        .problems__garanty__title {
          font-size: 1rem;
          font-weight: 600;
          line-height: 1.5;
          letter-spacing: 0.32px; } }
    .problems__garanty__info {
      font-size: 1rem;
      line-height: 1.75;
      letter-spacing: 0.32px;
      margin-top: 1rem; }
      @media (max-width: 768px) {
        .problems__garanty__info {
          font-size: 1.156rem;
          line-height: 1.65;
          letter-spacing: 0.37px; } }
      @media (max-width: 450px) {
        .problems__garanty__info {
          font-size: 0.75rem;
          line-height: 1.67;
          letter-spacing: 0.24px;
          margin-top: 0.5rem; } }
  .problems__bush {
    bottom: -25.6rem;
    right: -33.3rem;
    width: 62.75rem;
    height: 78rem; }
    @media (max-width: 1450px) {
      .problems__bush {
        right: -50rem; } }
    @media (max-width: 768px) {
      .problems__bush {
        display: none; } }
  .problems__leaves {
    width: 37.375rem;
    height: 37.188rem;
    top: -8rem;
    left: 5rem; }
    @media (max-width: 768px) {
      .problems__leaves {
        display: none; } }
  @media (min-width: 1921px) {
    .problems::before, .problems::after {
      background-size: cover; } }
  @media (min-width: 1921px) {
    .problems::before {
      background-position: bottom center; } }
  @media (min-width: 1921px) {
    .problems::after {
      background-position: top center; } }

.carcass {
  padding-top: 9.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .carcass {
      padding-top: 0.8rem;
      padding-bottom: 6.8rem; } }
  @media (max-width: 450px) {
    .carcass {
      padding-bottom: 1.8rem; } }
  .carcass__subtitle {
    max-width: 50rem;
    margin-top: 2rem;
    line-height: 1.36; }
  .carcass__content {
    display: flex;
    justify-content: space-between;
    margin-top: 6.25rem; }
    @media (max-width: 768px) {
      .carcass__content {
        margin-top: 3.5rem; } }
    @media (max-width: 450px) {
      .carcass__content {
        display: block;
        margin-top: 1.5rem; } }
  .carcass__item {
    width: 24.125rem;
    height: 20.25rem; }
    @media (max-width: 768px) {
      .carcass__item {
        width: 12.914rem;
        height: 10.869rem; } }
    @media (max-width: 450px) {
      .carcass__item {
        width: 17.375rem;
        height: 14.625rem;
        margin-right: auto;
        margin-left: auto; } }
  .carcass__consultation {
    margin-top: 7rem;
    display: flex;
    position: relative; }
    @media (max-width: 768px) {
      .carcass__consultation {
        margin-top: 5rem; } }
    @media (max-width: 450px) {
      .carcass__consultation {
        margin-top: 3.5rem;
        flex-wrap: wrap; } }
    .carcass__consultation__img {
      width: 26.188rem;
      min-width: 26.188rem;
      height: 37.75rem;
      margin-left: 9.6rem; }
      @media (max-width: 768px) {
        .carcass__consultation__img {
          position: absolute;
          left: -20rem;
          bottom: 0.5rem;
          width: 17.5692rem;
          height: 33.2625rem;
          min-width: 23.5692rem; } }
      @media (max-width: 450px) {
        .carcass__consultation__img {
          position: relative;
          display: none;
          order: 1;
          left: 0;
          bottom: 0;
          width: 15.313rem;
          min-width: 15.313rem;
          height: 22.125rem;
          margin-left: auto;
          margin-right: auto;
          margin-top: 1.6rem; } }
    .carcass__consultation__form {
      margin-left: 8rem; }
      @media (max-width: 768px) {
        .carcass__consultation__form {
          margin-left: 0; } }
      .carcass__consultation__form__title {
        font-size: 1.531rem;
        line-height: 1.68;
        letter-spacing: 0.49px;
        text-align: left;
        max-width: 26rem; }
        .carcass__consultation__form__title .strong {
          font-weight: 600; }
        @media (max-width: 768px) {
          .carcass__consultation__form__title {
            text-align: center;
            max-width: 100%;
            line-height: 1.5; } }
        @media (max-width: 450px) {
          .carcass__consultation__form__title {
            font-size: 0.969rem;
            line-height: 1.58;
            letter-spacing: 0.31px;
            text-align: center;
            margin-bottom: 1.2rem; } }
      .carcass__consultation__form__group {
        width: 16.875rem;
        margin-top: 2.3rem; }
        @media (max-width: 768px) and (min-width: 450px) {
          .carcass__consultation__form__group {
            width: 25.063rem;
            margin-left: auto;
            margin-top: 5.8rem; }
            .carcass__consultation__form__group .form__input {
              height: 4.525rem;
              margin-bottom: 1.5rem; } }
        @media (max-width: 450px) {
          .carcass__consultation__form__group {
            width: 100%;
            margin-top: 0; } }
      .carcass__consultation__form .form__btn__text {
        font-size: 0.75rem;
        line-height: 1.5;
        padding: 0 2rem; }
        @media (max-width: 768px) and (min-width: 450px) {
          .carcass__consultation__form .form__btn__text {
            font-size: 1.156rem;
            font-weight: 500;
            line-height: 1.62;
            letter-spacing: 0.19px; } }
  @media (max-width: 768px) {
    .carcass__arrows {
      font-size: 1.156rem;
      font-weight: 500;
      line-height: 1.62;
      letter-spacing: 0.19px;
      margin-top: 1.5rem;
      display: flex;
      justify-content: center; } }
  .carcass__arrows .slider-arrow {
    border-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
    .carcass__arrows .slider-arrow:first-child {
      margin-right: 4.75rem; }
  @media (max-width: 450px) {
    .carcass .form__whatsapp-link {
      max-width: 15rem; } }

footer {
  background-color: #001534;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 5rem;
  color: white;
  overflow: hidden; }
  footer::before {
    content: '';
    position: absolute;
    background-image: url(../img/block-bottom4.webp);
    width: 100%;
    height: 4.6875rem;
    background-size: contain;
    background-position: top center;
    top: 0rem;
    left: 0;
    background-repeat: no-repeat;
    z-index: 3; }
  @media (max-width: 768px) {
    footer {
      padding-top: 4.75rem; } }
  @media (max-width: 450px) {
    footer {
      margin-top: 3.5rem; } }
  @media (min-width: 1921px) {
    footer::before, footer::after {
      background-size: cover; } }
  @media (min-width: 1921px) {
    footer::before {
      background-position: bottom center; } }
  @media (min-width: 1921px) {
    footer::after {
      background-position: top center; } }

.footer {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2; }
  @media (max-width: 768px) {
    .footer {
      flex-wrap: wrap;
      align-items: flex-start; } }
  .footer__bush {
    width: 62.75rem;
    height: 78rem;
    top: -5rem;
    left: -38rem; }
    @media (max-width: 1400px) {
      .footer__bush {
        left: -42rem; } }
    @media (max-width: 768px) {
      .footer__bush {
        display: none; } }
  .footer__bush2 {
    display: none;
    bottom: -11rem;
    right: -17rem;
    width: 25.1875rem;
    height: 24.125rem; }
    @media (max-width: 768px) {
      .footer__bush2 {
        display: block; } }
  .footer__col.logo {
    width: 40%; }
    @media (max-width: 768px) {
      .footer__col.logo {
        width: 52%; } }
    @media (max-width: 450px) {
      .footer__col.logo {
        width: 100%; } }
  @media (max-width: 768px) {
    .footer .logo__img {
      display: none; }
    .footer .logo__text {
      display: block;
      margin-left: 0; } }
  .footer__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    mix-blend-mode: soft-light;
    pointer-events: none; }
    @media (max-width: 768px) {
      .footer__bg {
        display: none; } }
  .footer .logo__desc {
    font-size: 0.75rem;
    margin-top: 1rem;
    line-height: 1.5; }
  .footer .logo__text {
    margin-top: 0; }
  .footer .logo__desc--adress {
    margin-top: 2.7rem;
    line-height: 2;
    letter-spacing: 0.3px; }
    @media (max-width: 768px) {
      .footer .logo__desc--adress {
        margin-top: 1.3rem; } }
  .footer__info {
    font-size: 0.75rem;
    line-height: 1.67;
    letter-spacing: 0.3px;
    width: 29.6%; }
    .footer__info a {
      color: inherit;
      text-decoration: underline;
      display: block; }
    @media (max-width: 768px) {
      .footer__info {
        order: 2;
        width: 52%;
        margin-top: -5.5rem; } }
    @media (max-width: 450px) {
      .footer__info {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem; } }
  @media (max-width: 768px) {
    .footer__info .footer__cat {
      display: none; } }
  .footer__contacts .footer__cat {
    display: none; }
    @media (max-width: 768px) {
      .footer__contacts .footer__cat {
        display: block;
        margin-top: 0;
        margin-bottom: 1.8rem; } }
  .footer__cat {
    font-size: 0.75rem;
    line-height: 1.67;
    letter-spacing: 0.3px;
    color: inherit;
    text-decoration: underline; }
  .footer__privacy {
    margin-top: 1.2rem;
    transition: all 0.3s; }
    .footer__privacy:hover {
      color: #fc0; }
  .footer__cat {
    margin-top: 2.35rem;
    transition: all 0.3s; }
    .footer__cat:hover {
      color: #fc0; }
  .footer__contacts {
    margin-top: 0.4rem; }
    @media (max-width: 768px) {
      .footer__contacts {
        width: 48%; } }
    @media (max-width: 450px) {
      .footer__contacts {
        width: 100%;
        order: 2; } }
    .footer__contacts__item {
      display: flex;
      align-items: center;
      margin-bottom: 0.94rem; }
    .footer__contacts__item:hover .footer__contacts__text {
      color: #fc0; }
    @media (max-width: 768px) {
      .footer__contacts {
        margin-top: 0; } }
    .footer__contacts__icon {
      width: 3.125rem;
      height: 3.125rem;
      border: solid 1px rgba(255, 255, 255, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .footer__contacts__icon--inst svg {
        height: 1rem;
        width: 1rem; }
      .footer__contacts__icon--wa img {
        height: 1rem;
        width: 1rem; }
      .footer__contacts__icon--tl svg {
        height: 1rem;
        width: 1rem;
        fill: #fff; }
    .footer__contacts__text {
      font-size: 0.625rem;
      line-height: 2;
      letter-spacing: 0.25px;
      color: #fff;
      transition: all 0.3s;
      margin-left: 0.56rem; }
      .footer__contacts__text--phone {
        font-size: 0.875rem;
        font-weight: bold;
        letter-spacing: 0.35px;
        color: #fff !important;
        transition: all 0.3s; }
        .footer__contacts__text--phone:hover {
          color: #fc0 !important; }
        @media (max-width: 768px) {
          .footer__contacts__text--phone {
            border-bottom: 1px solid #fff; } }
  .footer__callback {
    color: #fff;
    text-decoration: underline;
    margin-left: 1.125rem;
    display: inline-block;
    transition: all 0.3s; }
    .footer__callback:hover {
      color: #fc0; }
    @media (max-width: 768px) {
      .footer__callback {
        display: none; } }

.popup {
  background-color: rgba(27, 27, 27, 0.95);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none; }
  .popup-wrap {
    width: 100%;
    height: 100%;
    overflow: auto; }
    .popup-wrap::-webkit-scrollbar {
      width: 0px; }
    .popup-wrap--center {
      display: flex;
      justify-content: center;
      align-items: center; }
  .popup__form-wrap {
    position: relative; }
  .popup__form {
    width: 76.25rem;
    border-radius: 10px;
    box-shadow: 5.7px 14.9px 24px 0 rgba(93, 96, 101, 0.13);
    background-color: white;
    padding-left: 6.5rem;
    padding-top: 4.2rem;
    padding-bottom: 7.5rem;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 768px) {
      .popup__form {
        width: 90%;
        padding-right: 1.5rem;
        padding-left: 1.5rem; } }
    .popup__form--callback {
      padding-left: 8rem;
      padding-top: 5.2rem;
      padding-bottom: 4.5rem; }
      @media (max-width: 768px) {
        .popup__form--callback {
          padding-right: 1.5rem;
          padding-left: 1.5rem; } }
    .popup__form--callback .popup__form__subtitle {
      min-height: 6rem;
      margin-top: 1.2rem; }
    .popup__form--cat {
      margin-top: 5rem;
      margin-bottom: 5rem;
      padding-left: 4.6rem;
      padding-top: 4rem;
      padding-right: 6.625rem; }
      @media (max-width: 768px) {
        .popup__form--cat {
          padding-right: 1rem;
          padding-left: 1rem; } }
      .popup__form--cat__subtitle {
        font-size: 1rem;
        font-style: italic;
        line-height: 1.75;
        letter-spacing: 0.16px;
        margin-top: 2.3rem; }
        @media (max-width: 768px) {
          .popup__form--cat__subtitle {
            text-align: center; } }
      .popup__form--cat .catalog__list {
        margin-top: 2.8rem; }
      .popup__form--cat .catalog__photo {
        margin-top: 3.75rem; }
        @media (max-width: 450px) {
          .popup__form--cat .catalog__photo {
            display: none; } }
      .popup__form--cat .catalog__form-wrap {
        margin-top: -4.3rem; }
        @media (max-width: 768px) {
          .popup__form--cat .catalog__form-wrap {
            margin-top: 4rem; } }
      .popup__form--cat .catalog__form__img {
        width: 48.875rem;
        height: 42.98125rem;
        top: -3.8rem;
        left: -12.7rem;
        pointer-events: none; }
      .popup__form--cat .catalog__form {
        box-shadow: 5.7px 14.9px 24px 0 rgba(93, 96, 101, 0.13); }
        @media (max-width: 768px) {
          .popup__form--cat .catalog__form {
            width: 100%;
            padding: 1.5rem;
            padding-left: 1.5rem;
            max-width: 30rem; } }
      @media (max-width: 768px) {
        .popup__form--cat .catalog__content {
          flex-direction: column;
          align-items: center; } }
      @media (max-width: 450px) {
        .popup__form--cat .form__whatsapp-link {
          font-size: 0.6rem;
          max-width: 14rem; } }
    .popup__form__quoute {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: max-content;
      margin-left: auto;
      margin-top: 1.2rem; }
      @media (max-width: 768px) {
        .popup__form__quoute {
          margin-right: auto;
          margin-top: 4rem; } }
      .popup__form__quoute--top {
        font-size: 0.75rem;
        font-style: italic;
        line-height: 2.33;
        letter-spacing: 0.12px;
        text-align: right;
        color: #010101; }
        @media (max-width: 768px) {
          .popup__form__quoute--top {
            text-align: center; }
            .popup__form__quoute--top br {
              display: none; } }
      .popup__form__quoute--name {
        font-size: 0.75rem;
        font-style: italic;
        line-height: 1.67;
        letter-spacing: 0.12px;
        text-align: center;
        color: rgba(0, 0, 0, 0.5);
        margin-top: 1rem; }
    .popup__form--close {
      margin-top: 5rem;
      margin-bottom: 5rem;
      padding-top: 3.8rem;
      padding-right: 4rem;
      position: relative; }
      @media (max-width: 768px) {
        .popup__form--close {
          padding-right: 1.5rem;
          padding-left: 1.5rem; } }
      .popup__form--close__subtitle {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.24px;
        margin-top: 1.65rem; }
      .popup__form--close__info {
        width: 62.3%;
        position: relative;
        z-index: 2; }
        .popup__form--close__info::after {
          position: absolute;
          width: 1px;
          height: 12.5rem;
          opacity: 0.5;
          background-color: #545454;
          right: 0;
          top: 4rem;
          content: ''; }
          @media (max-width: 768px) {
            .popup__form--close__info::after {
              display: none; } }
        @media (max-width: 768px) {
          .popup__form--close__info {
            width: 100%; } }
      .popup__form--close__smb {
        width: 37.7%;
        padding-left: 4.93rem;
        padding-top: 3.8rem; }
        @media (max-width: 768px) {
          .popup__form--close__smb {
            width: 100%;
            padding-left: 0;
            max-width: 25rem;
            margin-right: auto;
            margin-left: auto; } }
      .popup__form--close__img {
        position: absolute;
        right: -4.5rem;
        bottom: -2.5rem;
        width: 40.25rem;
        height: 30.063rem; }
        @media (max-width: 768px) {
          .popup__form--close__img {
            display: none; } }
    .popup__form__file {
      margin-bottom: 3.5rem; }
      .popup__form__file__title {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.1px; }
      .popup__form__file__label {
        display: flex;
        align-items: center;
        margin-top: 2.2rem;
        cursor: pointer; }
        @media (max-width: 768px) {
          .popup__form__file__label {
            margin-left: auto;
            margin-right: auto; } }
        .popup__form__file__label p {
          font-size: 0.875rem;
          letter-spacing: 0.14px;
          color: #545454;
          border-bottom: 1px solid #545454; }
      .popup__form__file__icon {
        width: 0.813rem;
        height: 1.813rem;
        margin-right: 1.3rem; }
      .popup__form__file__nofile {
        display: flex;
        align-items: center;
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.12px;
        color: #545454;
        margin-top: 1.8rem;
        margin-left: 0.5rem; }
        @media (max-width: 768px) {
          .popup__form__file__nofile {
            margin-left: auto;
            margin-right: auto; } }
        input:checked + .popup__form__file__nofile__box::before {
          content: '';
          position: absolute;
          height: 1.3rem;
          width: 1.3rem;
          bottom: 0.25rem;
          left: 0.25rem;
          background-size: contain;
          background-image: url("data:image/svg+xml,%3Csvg fill='%23ffbd04' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 278.922 278.922' style='enable-background:new 0 0 278.922 278.922;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M128.775,265.136l146.36-214.392c6.772-9.926,4.215-23.459-5.706-30.236L251.459,8.244 c-9.921-6.772-23.464-4.221-30.236,5.706L100.171,191.268l-53.14-37.916c-9.779-6.978-23.366-4.71-30.345,5.075l-12.64,17.71 c-6.978,9.779-4.705,23.366,5.075,30.345l89.679,63.985C108.58,277.445,122.004,275.057,128.775,265.136z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }
        .popup__form__file__nofile__box {
          width: 1.313rem;
          height: 1.313rem;
          border-radius: 3px;
          border: solid 1px #777777;
          margin-right: 1.125rem;
          position: relative; }
    .popup__form__head {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .popup__form__head {
          flex-direction: column;
          align-items: center; } }
    .popup__form__q {
      margin-top: 2.8rem; }
      .popup__form__q__title {
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.67;
        letter-spacing: 0.18px; }
      .popup__form__q p {
        font-size: 1.125rem;
        line-height: 1.67;
        letter-spacing: 0.18px;
        margin-top: 0.7rem; }
    .popup__form__docs {
      display: flex;
      justify-content: space-between;
      margin-top: 3.35rem; }
      @media (max-width: 450px) {
        .popup__form__docs {
          display: none; } }
      .popup__form__docs__title {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.24px;
        text-align: center; }
      .popup__form__docs__item {
        width: 19.25rem; }
      .popup__form__docs__img {
        width: 19.25rem;
        height: 29.25rem;
        margin-top: 1.4rem; }
    .popup__form__title {
      font-size: 2.25rem;
      font-weight: bold;
      line-height: 1.39;
      letter-spacing: 0.36px; }
      .popup__form__title--min {
        font-size: 1.875rem; }
      @media (max-width: 768px) {
        .popup__form__title {
          font-size: 1.7rem;
          text-align: center; }
          .popup__form__title br {
            display: none; } }
    .popup__form__subtitle {
      font-size: 1.125rem;
      line-height: 1.67;
      letter-spacing: 0.18px;
      margin-top: 1.5rem;
      min-height: 9rem; }
      @media (max-width: 768px) {
        .popup__form__subtitle {
          font-size: 0.8rem;
          text-align: center;
          min-height: 0;
          margin-bottom: 2rem; }
          .popup__form__subtitle br {
            display: none; } }
    .popup__form__group {
      width: 16.875rem;
      margin-top: 1rem; }
      .popup__form__group__title {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.67;
        letter-spacing: 0.18px; }
      @media (max-width: 768px) {
        .popup__form__group {
          width: 25rem;
          max-width: 100%;
          margin-right: auto;
          margin: auto; } }
    .popup__form__input {
      margin-top: 1.5rem; }
      @media (max-width: 768px) {
        .popup__form__input {
          height: 4.5rem; } }
    .popup__form__info {
      display: flex;
      align-items: center;
      margin-top: 1.2rem;
      margin-left: 0.3rem; }
      input:checked + .popup__form__info__box {
        background-color: #ffcc2e;
        background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='417pt' viewBox='0 -46 417.81333 417' width='417pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0'/%3E%3C/svg%3E");
        background-size: .7rem;
        background-repeat: no-repeat;
        background-position: center;
       }
      .popup__form__info__box {
        width: 1.25rem;
        min-width: 1.25rem;
        height: 1.125rem;
        border-radius: 3px;
        border: solid 1px #919191; }
      .popup__form__info__text {
        font-size: 0.688rem;
        line-height: 1.64;
        letter-spacing: 0.22px;
        margin-left: 1.118rem; }
    .popup__form__btn__text {
      font-size: 0.75rem;
      line-height: 1.5;
      letter-spacing: 0.12px; }
    @media (max-width: 768px) {
      .popup__form__btn {
        height: 6.5rem; } }
    .popup__form--callback .popup__form__person__house {
      bottom: -8.5rem; }
    .popup__form--callback .popup__form__person__photo {
      bottom: -19.5rem;
      right: 2.5rem; }
    .popup__form--callback .popup__form__person__info {
      bottom: 4.5rem;
      right: 27.5rem; }
    .popup__form--prj {
      margin-top: 5rem;
      margin-bottom: 5rem; }
      .popup__form--prj .popup__form__group {
        margin-top: 3.2rem; }
    .popup__form__person {
      position: absolute;
      right: 0;
      bottom: 0; }
      @media (max-width: 768px) {
        .popup__form__person {
          display: none; } }
      .popup__form__person__photo {
        position: absolute;
        bottom: -10.5rem;
        right: 0.5rem;
        width: 37.4375rem;
        height: 50.875rem; }
      .popup__form__person__house {
        position: absolute;
        right: 1.5rem;
        bottom: -3.5rem;
        width: 52rem;
        height: 37.1875rem; }
      .popup__form__person__info {
        position: absolute;
        bottom: 4rem;
        right: 4rem; }
      .popup__form__person__name, .popup__form__person__post {
        border-radius: 3px;
        box-shadow: 5.7px 14.9px 24px 0 rgba(93, 96, 101, 0.13);
        background-color: white;
        transform: skew(-5deg);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        font-size: 0.875rem;
        font-weight: 300;
        font-style: italic;
        letter-spacing: 0.14px;
        color: #787878; }
        .popup__form__person__name span, .popup__form__person__post span {
          transform: skew(5deg); }
      .popup__form__person__name {
        width: 7.625rem;
        height: 1.813rem; }
      .popup__form__person__post {
        width: 18.375rem;
        height: 1.813rem;
        margin-top: -0.3rem; }
    .popup__form__prj-wrap {
      display: flex;
      justify-content: space-between;
      padding-right: 4rem; }
      @media (max-width: 768px) {
        .popup__form__prj-wrap {
          flex-direction: column;
          align-items: center;
          padding-right: 0; } }
    .popup__form__prj__info {
      display: flex;
      margin-top: 4rem; }
      @media (max-width: 768px) {
        .popup__form__prj__info {
          flex-direction: column;
          align-items: center; } }
    .popup__form__prj__photo {
      width: 27.7rem;
      height: 22rem; }
      .popup__form__prj__photo img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px; }
      @media (max-width: 768px) {
        .popup__form__prj__photo {
          max-width: 100%;
          height: 17.5rem; } }
      @media (max-width: 450px) {
        .popup__form__prj__photo {
          width: 100%; } }
    .popup__form__prj__params {
      margin-left: 3rem;
      margin-top: 1rem; }
      @media (max-width: 768px) {
        .popup__form__prj__params {
          margin-left: 0; } }
      .popup__form__prj__params .projects__item__params-col {
        color: #000; }
      .popup__form__prj__params .projects__item__ui {
        display: none; }

.close {
  cursor: pointer;
  position: absolute;
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 1rem;
  right: 1rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.6 15.5' style='enable-background:new 0 0 15.6 15.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000;%7D%0A%3C/style%3E%3Crect x='-2.2' y='6.8' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2219 7.778)' class='st0' width='20' height='2'/%3E%3Crect x='6.8' y='-2.2' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2218 7.7782)' class='st0' width='2' height='20'/%3E%3C/svg%3E%0A"); }

.thanks {
  width: 100%;
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  height: 100vh;
  top: 0;
  left: 0;
  display: none; }
  .thanks__wrap {
    padding-top: 6.3rem;
    width: 100%;
    height: 100%;
    overflow: auto; }
  .thanks__content {
    height: 45.063rem;
    padding: 4.475rem 5.13rem 0.063rem 6.363rem;
    border-radius: 10px;
    border: solid 1px #7e8b93;
    position: relative;
    overflow: hidden; }
    @media (max-width: 768px) {
      .thanks__content {
        height: auto;
        padding: 2rem;
        padding-left: 2rem;
        padding-bottom: 0; } }
  .thanks__title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.24px;
    margin-bottom: 5.3rem; }
  .thanks__contact {
    display: flex;
    margin-left: 1.7rem;
    margin-bottom: 3.2rem; }
    @media (max-width: 450px) {
      .thanks__contact {
        margin-left: 0; } }
    .thanks__contact__icon {
      width: 1.375rem;
      height: 1.375rem;
      margin-top: 0.4rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .thanks__contact__icon--phone {
        width: 1.375rem;
        height: 1.375rem; }
      .thanks__contact__icon--mail {
        width: 1.375rem;
        height: 1rem; }
    .thanks__contact__text {
      margin-left: 1.25rem;
      font-size: 1rem;
      line-height: 2.25;
      letter-spacing: 0.16px;
      color: black; }
      .thanks__contact__text a {
        color: inherit;
        font-weight: 600; }
      @media (max-width: 450px) {
        .thanks__contact__text {
          font-size: 1rem; } }
  .thanks__managers {
    display: flex;
    margin-top: 4.5rem;
    margin-left: 2rem; }
    .thanks__managers__item:not(:last-child) {
      margin-right: 6rem; }
      @media (max-width: 450px) {
        .thanks__managers__item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 2rem; } }
    @media (max-width: 450px) {
      .thanks__managers {
        margin-left: 0;
        flex-direction: column;
        align-items: center; } }
    .thanks__managers__photo {
      width: 7.813rem;
      height: 7.813rem;
      background-color: #e2e2e2;
      position: relative;
      border-radius: 50%;
      overflow: hidden;
      margin-right: auto;
      margin-left: auto; }
      .thanks__managers__photo picture {
        height: 8.75rem;
        width: 8.8125rem;
        bottom: -1.7rem;
        left: 50%;
        transform: translate(-50%);
        position: absolute; }
    .thanks__managers__name {
      font-size: 0.75rem;
      font-weight: 500;
      font-style: italic;
      line-height: 1.5;
      letter-spacing: 0.12px;
      text-align: center;
      color: #787878;
      margin-top: 1.5rem; }
  .thanks__hand {
    right: 5.8rem;
    bottom: 0;
    position: absolute;
    width: 20.125rem;
    height: 28.688rem; }
    @media (max-width: 768px) {
      .thanks__hand {
        position: relative;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        margin-top: 3rem; } }
  .thanks__video {
    font-size: 1.5rem;
    letter-spacing: 0.24px;
    text-align: center;
    color: black;
    margin-top: 6.5rem;
    line-height: 1.5; }
    .thanks__video .strong {
      font-weight: 600; }
    .thanks__video .upper {
      text-transform: uppercase;
      margin-top: .75rem;
      margin-bottom: 2rem; }
    .thanks__video__link {
      width: 52.125rem;
      height: 29.188rem;
      border-radius: 10px;
      background-color: #7e8b93;
      max-width: 100%;
      margin-right: auto;
      margin-left: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 3.5rem; }
      @media (max-width: 450px) {
        .thanks__video__link {
          height: 17rem; } }
  .thanks__inst {
    font-size: 1.5rem;
    letter-spacing: 0.24px;
    text-align: center;
    color: black;
    margin-top: 6rem;
    line-height: 1.5; }
    .thanks__inst .strong {
      font-weight: 600; }
    .thanks__inst__btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 24.25rem;
      height: 6.75rem;
      max-width: 100%;
      border-radius: 10px;
      border: solid 1px #777777;
      font-size: 1.5rem;
      letter-spacing: 0.24px;
      color: black;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: auto;
      margin-left: auto;
      margin-top: 4rem; }
      @media (max-width: 450px) {
        .thanks__inst__btn {
          height: 4.5rem;
          font-size: 1rem; } }
      .thanks__inst__btn::before {
        content: '';
        width: 2.25rem;
        height: 2.25rem;
        margin-right: 1.5rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3ClinearGradient id='SVGID_1_' gradientTransform='matrix(0 -1.982 -1.844 0 -132.522 -51.077)' gradientUnits='userSpaceOnUse' x1='-37.106' x2='-26.555' y1='-72.705' y2='-84.047'%3E%3Cstop offset='0' stop-color='%23fd5'/%3E%3Cstop offset='.5' stop-color='%23ff543e'/%3E%3Cstop offset='1' stop-color='%23c837ab'/%3E%3C/linearGradient%3E%3Cpath d='m1.5 1.633c-1.886 1.959-1.5 4.04-1.5 10.362 0 5.25-.916 10.513 3.878 11.752 1.497.385 14.761.385 16.256-.002 1.996-.515 3.62-2.134 3.842-4.957.031-.394.031-13.185-.001-13.587-.236-3.007-2.087-4.74-4.526-5.091-.559-.081-.671-.105-3.539-.11-10.173.005-12.403-.448-14.41 1.633z' fill='url(%23SVGID_1_)'/%3E%3Cpath d='m11.998 3.139c-3.631 0-7.079-.323-8.396 3.057-.544 1.396-.465 3.209-.465 5.805 0 2.278-.073 4.419.465 5.804 1.314 3.382 4.79 3.058 8.394 3.058 3.477 0 7.062.362 8.395-3.058.545-1.41.465-3.196.465-5.804 0-3.462.191-5.697-1.488-7.375-1.7-1.7-3.999-1.487-7.374-1.487zm-.794 1.597c7.574-.012 8.538-.854 8.006 10.843-.189 4.137-3.339 3.683-7.211 3.683-7.06 0-7.263-.202-7.263-7.265 0-7.145.56-7.257 6.468-7.263zm5.524 1.471c-.587 0-1.063.476-1.063 1.063s.476 1.063 1.063 1.063 1.063-.476 1.063-1.063-.476-1.063-1.063-1.063zm-4.73 1.243c-2.513 0-4.55 2.038-4.55 4.551s2.037 4.55 4.55 4.55 4.549-2.037 4.549-4.55-2.036-4.551-4.549-4.551zm0 1.597c3.905 0 3.91 5.908 0 5.908-3.904 0-3.91-5.908 0-5.908z' fill='%23fff'/%3E%3C/svg%3E"); }
    .thanks__inst__img {
      display: block;
      width: 100%; }
      .thanks__inst__img picture {
        margin-top: 1.875rem;
        max-width: 100%;
        height: auto;
        display: block;
        margin-right: auto;
        margin-left: auto; }

.policy {
  background: #fff;
  border-radius: 7px;
  padding: 3rem;
  padding-bottom: 2rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  position: relative;
  width: 80rem;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto; }
  .policy__title {
    font-weight: bold;
    font-size: 1.5rem; }
  .policy-text {
    font-size: 1rem;
    margin-top: 2rem; }
    .policy-text p {
      margin-bottom: 1rem; }

  .video-rev{
    padding-top: 4rem;
    padding-bottom: 0.5rem;
  }
  .video-rev .title{
    max-width: 55rem;
    margin-right: auto;
    margin-left: auto;
  }
  .video-rev__subtitle{
    font-size: 1.875rem;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-top: 1.5rem;
  }
  .video-rev__item{
    margin-top: 3.6rem;
  }
  .video-rev__title{
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: 0.36px;
    text-align: center;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  }
  .video-rev__desc{
    font-size: 1.125rem;
    line-height: 1.67;
    letter-spacing: 0.36px;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-top: .7rem;
  }
  .video-rev__link{
    max-width: 53.688rem;
    width: 100%;
    height: 33rem;
    background-color: rgb(219, 223, 255);
    margin-top: 3rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .video-rev__link::before{
    content: '';
    position: absolute;
    height: 4.5rem;
    width: 4.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' fill='%23fd8907' enable-background='new 0 0 494.942 494.942' height='512' viewBox='0 0 494.942 494.942' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m35.353 0 424.236 247.471-424.236 247.471z'/%3E%3C/svg%3E");
  }
  .video-rev__link img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .video-rev__btn{
    width: 16.875rem;
    height: 4.875rem;
    font-size: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.688rem;
  }

  @media (max-width: 768px) {
    .video-rev__link{
      height: 22.625rem;
    }
    .video-rev .title{
      font-size: 2.313rem;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.37px;
      text-align: center;
      color: rgb(0, 0, 0);
    }
    .video-rev__subtitle{
      font-size: 1.906rem;
      letter-spacing: 0.61px;
      text-align: center;
      color: rgb(0, 0, 0);
    }
    .video-rev__btn{
      width: 25.063rem;
      height: 8.563rem;
      box-shadow: none;
    }
    .video-rev__btn span{
      font-size: 1.5rem;
      max-width: 15rem;
      margin-right: auto;
      margin-left: auto;
    }
    .video-rev__item{
      margin-top: 3.6rem;
    }
    .video-rev__title{
      font-size: 1.906rem;
      font-weight: bold;
      line-height: 1.22;
      letter-spacing: 0.36px;
      text-align: left;
      color: rgb(0, 0, 0);
      text-transform: uppercase;
    }
    .video-rev__desc{
      font-size: 1.5rem;
      letter-spacing: 0.48px;
      color: rgb(0, 0, 0);
      margin-top: .7rem;
      text-align: left;
    }
  }
  @media (max-width: 450px) {
.video-rev{
padding-bottom: 4rem;}    .video-rev__link{
      height: 10.438rem;
    }
    .video-rev .title{
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 1.45;
      letter-spacing: 0.22px;
      text-align: center;
      color: rgb(0, 0, 0);
    }
    .video-rev__subtitle{
      font-size: 0.875rem;
      line-height: 1.57;
      letter-spacing: 0.28px;
      text-align: center;
      color: rgb(0, 0, 0);
      margin-top: 1rem;
    }
    .video-rev__btn{
      width: 100%;
      height: 4.875rem;
      box-shadow: none;
      margin-top: 1rem;
    }
    .video-rev__btn span{
      font-size: 0.75rem;
    }
    .video-rev__item{
      margin-top: 2rem;
    }
    .video-rev__title{
      font-size: 0.875rem;
    }
    .video-rev__desc{
      font-size: 0.875rem;
      margin-top: 0.3rem;
    }
  }
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

@keyframes shine {
  0% {
    opacity: 0.3;
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(1.1); } }

@keyframes blink {
  from {
    transform: scale(0);
    opacity: 1; }
  50% {
    transform: scale(1);
    opacity: 0.8; }
  to {
    transform: scale(2);
    opacity: 0; } }

@keyframes nxt {
  from {
    transform: translateX(-0.1rem); }
  to {
    transform: translateX(0.1rem); } }

@keyframes pulsation {
  0% {
    opacity: 1;
    transform: scale(0); }
  75% {
    opacity: 0.6;
    transform: scale(0.75); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes floating {
  0% {
    transform: translateY(0em); }
  100% {
    transform: translateY(-0.8em); } }

@keyframes roll {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 90, 199, 0.6); }
  70% {
    box-shadow: 0 0 0 20px rgba(242, 90, 199, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(242, 90, 199, 0); } }

@keyframes progres {
  from {
    background-position: 0 0, 0 0; }
  to {
    background-position: 2000px 0, 0 0; } }

.fa-caret-square-o-right {color: #565BCC;}


.payment-steps{
  padding-top: 80px;
}
.payment-cont{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  counter-reset: num;
  flex-wrap: wrap;
}
.payment-item{
  width: calc(33.33333% - 16.6667px);

  background: #F4F7FD;
  border-radius: 10px;
  counter-increment: num;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
.payment-item::before{
  margin-left: 20px;
  margin-top: -35px;
width: 70.17px;
height: 70.17px;
border-radius: 50%;
content: counter(num);
display:flex;
align-items: center;
justify-content: center;
background: #0A3063;
box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.5);/* 1 */
font-weight: 600;
font-size: 32px;
line-height: 140%;
text-align: center;

color: #FFFFFF;


}
.payment-item-title{
  height: 51.07px;

  background: #FF8600;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  text-align: center;

  color: #FFFFFF;
  width: max-content;

  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.payment-item-text{
font-weight: 600;
font-size: 20px;
line-height: 150%;

color: #000000;
margin-left: 20px;
margin-right: 20px;
margin-top: 12px;
}
.payment-desc{
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #000000;
opacity: 0.5;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}

.payment-item-img{
  height: 227px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  margin-top: 30px;
}
.ex-link{
  display: flex;
  justify-content: center;
  align-items: center;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 140%;
text-align: center;
text-decoration-line: underline;
color: #2E3750;
margin-top: 40px;
}
.ex-link::before{
  content: '';
  height: 20px;
  width: 20px;
  margin-right: 10px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13V17C19 17.5304 18.7893 18.0391 18.4142 18.4142C18.0391 18.7893 17.5304 19 17 19H3C2.46957 19 1.96086 18.7893 1.58579 18.4142C1.21071 18.0391 1 17.5304 1 17V13' stroke='%232E3750' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 8L10 13L15 8' stroke='%232E3750' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 13V1' stroke='%232E3750' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 980px) {
  .payment-cont{
    gap: 50px 20px;
  }
  .payment-item{
    width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .ex-link, .payment-item-title, .payment-item-text{
    font-size: 16px;
  }
  .payment-item{
    width: 100%;
  }
}


.promo{
  
}

.promo__c{
  background-image: url(../img/bg_promo.png);
  padding: 60px 40px;
  color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-size: cover;
}

.group{
  background-image: url(../img/bg_group.jpg);
  padding: 60px 40px;
  color: #fff;
  border-radius: 20px;
  margin-top: 125px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 90px;
}

.group-text{
  max-width: 350px;

}
.gr{
  position: absolute;
  bottom: 0;
  right: 40px;
}
.bs{  position: absolute;
  bottom: 0;
  right: 170px;
}
.bs-2{
  display: none;
}

.group-title{
  font-weight: 700;
font-size: 36px;
line-height: 140%;
color: #fff;
}
.group-desc{
  font-weight: 400;
font-size: 20px;
line-height: 140%;
color: #fff;
margin-top: 16px;
}
.group-btn{
  margin-top: 25px;
}
.promo-item{
  border-bottom: 1px solid #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  
}
.promo-item::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='127' height='127' viewBox='0 0 127 127' fill='none'%3E%3Cg filter='url(%23filter0_i_237_152)'%3E%3Cpath d='M58.0857 4.54918C61.0263 2.15708 65.242 2.15708 68.1826 4.54918L74.209 9.45155C75.9774 10.8902 78.2756 11.506 80.5265 11.1443L88.1967 9.91194C91.9393 9.31061 95.5902 11.4185 96.9408 14.9604L99.7086 22.2191C100.521 24.3492 102.203 26.0316 104.333 26.8439L111.592 29.6117C115.134 30.9623 117.242 34.6132 116.641 38.3558L115.408 46.026C115.047 48.2769 115.662 50.5751 117.101 52.3435L122.003 58.3699C124.395 61.3105 124.395 65.5262 122.003 68.4668L117.101 74.4931C115.662 76.2616 115.047 78.5598 115.408 80.8107L116.641 88.4809C117.242 92.2235 115.134 95.8744 111.592 97.225L104.333 99.9928C102.203 100.805 100.521 102.487 99.7086 104.618L96.9408 111.876C95.5902 115.418 91.9393 117.526 88.1967 116.925L80.5265 115.692C78.2756 115.331 75.9774 115.947 74.209 117.385L68.1826 122.287C65.242 124.68 61.0263 124.68 58.0857 122.287L52.0593 117.385C50.2909 115.947 47.9927 115.331 45.7418 115.692L38.0716 116.925C34.329 117.526 30.6781 115.418 29.3275 111.876L26.5597 104.618C25.7475 102.487 24.0651 100.805 21.935 99.9928L14.6762 97.225C11.1343 95.8744 9.02643 92.2235 9.62776 88.4809L10.8601 80.8107C11.2218 78.5598 10.606 76.2616 9.16737 74.4931L4.265 68.4668C1.8729 65.5262 1.8729 61.3105 4.265 58.3699L9.16737 52.3435C10.606 50.5751 11.2218 48.2769 10.8601 46.026L9.62776 38.3558C9.02643 34.6132 11.1343 30.9623 14.6762 29.6117L21.935 26.8439C24.0651 26.0316 25.7475 24.3492 26.5597 22.2191L29.3275 14.9604C30.6781 11.4185 34.329 9.31061 38.0716 9.91194L45.7418 11.1443C47.9927 11.506 50.2909 10.8902 52.0593 9.45155L58.0857 4.54918Z' fill='%23FF9E34'/%3E%3C/g%3E%3Cpath d='M49.8591 65.1018C46.9845 65.1018 44.6325 64.1311 42.8031 62.1898C41.0111 60.2111 40.1151 57.5791 40.1151 54.2938C40.1151 51.0085 41.0111 48.3951 42.8031 46.4538C44.6325 44.4751 46.9845 43.4858 49.8591 43.4858C52.7338 43.4858 55.0671 44.4751 56.8591 46.4538C58.6511 48.3951 59.5471 51.0085 59.5471 54.2938C59.5471 57.5791 58.6511 60.2111 56.8591 62.1898C55.0671 64.1311 52.7338 65.1018 49.8591 65.1018ZM73.2111 43.9338H79.8751L53.1071 83.1338H46.4431L73.2111 43.9338ZM49.8591 60.5098C51.1285 60.5098 52.1178 59.9871 52.8271 58.9418C53.5738 57.8965 53.9471 56.3471 53.9471 54.2938C53.9471 52.2405 53.5738 50.6911 52.8271 49.6458C52.1178 48.6005 51.1285 48.0778 49.8591 48.0778C48.6271 48.0778 47.6378 48.6191 46.8911 49.7018C46.1445 50.7471 45.7711 52.2778 45.7711 54.2938C45.7711 56.3098 46.1445 57.8591 46.8911 58.9418C47.6378 59.9871 48.6271 60.5098 49.8591 60.5098ZM76.4591 83.5818C74.5925 83.5818 72.9125 83.1525 71.4191 82.2938C69.9631 81.3978 68.8245 80.1285 68.0031 78.4858C67.1818 76.8431 66.7711 74.9391 66.7711 72.7738C66.7711 70.6085 67.1818 68.7045 68.0031 67.0618C68.8245 65.4191 69.9631 64.1685 71.4191 63.3098C72.9125 62.4138 74.5925 61.9658 76.4591 61.9658C79.3338 61.9658 81.6671 62.9551 83.4591 64.9338C85.2885 66.8751 86.2031 69.4885 86.2031 72.7738C86.2031 76.0591 85.2885 78.6911 83.4591 80.6698C81.6671 82.6111 79.3338 83.5818 76.4591 83.5818ZM76.4591 78.9898C77.7285 78.9898 78.7178 78.4671 79.4271 77.4218C80.1738 76.3391 80.5471 74.7898 80.5471 72.7738C80.5471 70.7578 80.1738 69.2271 79.4271 68.1818C78.7178 67.0991 77.7285 66.5578 76.4591 66.5578C75.2271 66.5578 74.2378 67.0805 73.4911 68.1258C72.7445 69.1711 72.3711 70.7205 72.3711 72.7738C72.3711 74.8271 72.7445 76.3765 73.4911 77.4218C74.2378 78.4671 75.2271 78.9898 76.4591 78.9898Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_i_237_152' x='2.4707' y='2.75488' width='121.327' height='121.327' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='15'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_237_152'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  content:'';
  height: 127px;
  width: 127px;
  background-size: contain;
  margin-right: 60px;
  flex-shrink: 0;
  background-repeat: no-repeat;
}

.promo-text{

font-weight: 600;
font-size: 24px;
line-height: 140%;
color: #FFFFFF;


}

.promo-desc{
  font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #FFFFFF;
margin-top: 20px;
}

.promo-text{
  max-width: 450px;
}

.promo-btn{
  margin-left: auto;
}

.promo-content{
  margin-top: 40px;
}

@media (max-width: 640px) {
  .promo-item{
    flex-direction: column;
    text-align: center;
    
  }
  .promo-text{
    font-size: 16px;
  }
  .promo-desc{
    margin-top: 12px;
  }
  .promo-item::before{
    height: 72px;
    width: 72px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .promo__c{
    padding: 20px;
  }
}

@media (max-width: 1050px) {
  .bs{
    display: none;
  }
  .group{
    flex-wrap: wrap;
    padding-bottom: 0;
    text-align: center;
  }
  .group-title{
    font-size: 24px;
  }
  .group-desc{
    font-size: 16px;
  }
  .gr{
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    margin-top: 40px;

  }
.bs-2{
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 204px;
  display: block;
}
}