* { outline: none !important; }

#nav592728046 .t450__right_buttons_wrap {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 12px;
    width: 100%;
}

#nav592728046 .t450__container.t-align_center .t450__right_buttons_but_two_left,
#nav592728046 .t450__container.t-align_center .t450__right_buttons_but_two_right { margin: 0 }

#nav592728046 .t450__container.t-align_center .t450__right_buttons_but_two_left a,
#nav592728046 .t450__container.t-align_center .t450__right_buttons_but_two_right a {
    padding: 0;
    width: 100%;
    height: 60px;
}

#rec1132626466 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
}

#molecule-168456646017561370 a {
    position: relative;
    display: block;
    width: fit-content;
    white-space: nowrap;
}

#molecule-168456646017561370 a::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #FFF;
    transition: width .2s ease-in-out;
}

#molecule-168456646017561370 a.active::after { width: 100%; }

#rec1271284511 .t825__wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    height: 100dvh;
    justify-content: center;
    position: relative;
    font-size: 1rem;
}

#rec1271284511 .t825__text_bottom {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-family: subheaders_text;
    font-weight: 300;
    font-size: .875em;
}

#rec592729344 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: center;
}

.uc-phoneIndividual .t720__descr a {
    -webkit-box-shadow: inset 0px -1px 0px 0px #3e5f4b !important;
    -moz-box-shadow: inset 0px -1px 0px 0px #3e5f4b !important;
    -moz-box-shadow: inset 0px -1px 0px 0px #3e5f4b !important;
}

.uc-phoneIndividual .t720__descr a:hover {
    color: #bfa36f !important;
    -webkit-box-shadow: inset 0px -1px 0px 0px #bfa36f !important;
    -moz-box-shadow: inset 0px -1px 0px 0px #bfa36f !important;
    -moz-box-shadow: inset 0px -1px 0px 0px #bfa36f !important;
}

.hidden { display: none !important }

.about, .advantage, .zamer {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 120px 20px;
  font-size: 1rem;
  box-sizing: border-box;
}
.about h2, .advantage h2, .zamer h2 {
  font-family: "Playfair Display";
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  color: #5C3A21;
}
.about h3, .advantage h3, .zamer h3 {
  font-family: "subheaders_text";
  font-size: 1.5em;
  font-weight: 600;
  width: 100%;
  color: #5C3A21;
}
.about p, .advantage p, .zamer p {
  font-family: "subheaders_text";
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  color: #2C2C2C;
}

.about h2 {
  margin-block-end: 1em;
}
.about p {
  margin-block-end: 3em;
}
.about img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}

.advantage {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  gap: 3em;
}
.advantage-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2em;
}
.advantage-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.advantage-item svg {
  height: 3em;
  opacity: 0.5;
  margin-block-end: 1em;
  color: #BFA36F;
}
.advantage-item:nth-child(1) svg {
  width: 3.4375em;
}
.advantage-item:nth-child(2) svg {
  width: 2.5625em;
}
.advantage-item:nth-child(3) svg {
  width: 2.875em;
}
.advantage-item:nth-child(4) svg {
  width: 2.375em;
}
.advantage-item h3 {
  margin-block-end: 0.5em;
}

.zamer h2 {
  margin-block-end: 1em;
}
.zamer > p {
  margin-block-end: 3em;
}
.zamer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.zamer-content-top {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.zamer img {
  max-width: 700px;
  border-radius: 0.75em;
}
.zamer ul {
  display: flex;
  flex-direction: column;
  padding-left: unset !important;
  gap: 1em;
}
.zamer li {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.zamer h3 {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 0.125em;
}
.zamer span {
  color: #BFA36F;
}
.zamer a {
  font-family: "subheaders_text";
  font-size: 1.5em;
  font-weight: normal;
  color: #F9F7F3 !important;
  background-color: #3E5F4B;
  border-radius: 0.3em;
  padding: 18px 96px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.zamer a:hover {
  color: #F9F7F3 !important;
  background-color: #BFA36F;
  box-shadow: 0 0 20px 0 #BFA36F;
}

@media (max-width: 1100px) {
  .advantage h3 {
    font-size: 1.25em;
  }
  .zamer-content-top ul {
    gap: 4em;
  }
  .zamer img {
    position: sticky;
    top: 100px;
    max-width: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 860px) {
  .zamer h3, .zamer a {
    font-size: 1.25em;
  }
  .zamer img {
    max-width: 400px;
  }
}

@media (max-width: 760px) {
  .zamer-content-top {
    flex-direction: column-reverse;
    gap: 1.5em;
  }
  .zamer img {
    position: static;
    max-width: 100%;
  }
  .zamer ul {
    gap: 1.25em;
  }
}

@media (max-width: 720px) {
  .about, .advantage, .zamer {
    padding: 90px 20px;
  }
  .about h2, .advantage h2, .zamer h2 {
    font-size: 1.6em;
  }
  .about h3, .advantage h3, .zamer h3 {
    font-size: 1.125em;
  }
  .about p, .advantage p, .zamer p {
    font-size: 0.875em;
  }
  .about p {
    margin-block-end: 2em;
  }
  .advantage-wrapper {
    grid-template-columns: auto;
  }
  .advantage-item {
    display: grid;
    grid-template-columns: 2.5em 1fr;
    grid-template-areas: "icon header" "icon text";
    gap: 0.5em 0.75em;
  }
  .advantage-item h3 {
    grid-area: header;
    margin-block-end: 0;
  }
  .advantage-item svg {
    grid-area: icon;
    margin-block-end: 0;
  }
  .advantage-item p {
    grid-area: text;
  }
  .advantage-item:nth-child(1) svg {
    width: 100%;
    height: 2.25em;
  }
  .advantage-item:nth-child(2) svg {
    width: 100%;
    height: 2.5em;
  }
  .advantage-item:nth-child(3) svg {
    width: 100%;
    height: 2.25em;
  }
  .advantage-item:nth-child(4) svg {
    width: 100%;
    height: 2.5em;
  }
}

@media (max-width: 420px) {
  .zamer a {
    padding-inline: 0;
    width: 100%;
    text-align: center;
  }
}