/** COLORS: */
/** COLORS; */
/** GRADIENTS: */
/** GRADIENTS; */
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: 0.1s linear all;
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
/*helpers*/
/*@import "helpers/_extend_ns";*/
.soc-item {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.soc-item.youtube {
  background-image: url("../../img/icons/soc-icons-colored/youtube.svg");
}
.soc-item.pinterest {
  background-image: url("../../img/icons/soc-icons-colored/pinterest.svg");
}
.soc-item.telegram {
  background-image: url("../../img/icons/soc-icons-colored/telegram.svg");
}
.soc-item.vk {
  background-image: url("../../img/icons/soc-icons-colored/vk.svg");
}
.soc-item.dzen {
  background-image: url("../../img/icons/soc-icons-colored/dzen.svg");
}
.soc-item.instagram {
  background-image: url("../../img/icons/soc-icons-colored/instagram.svg");
}
@keyframes rotateCW {
  to {
    transform: rotate(180deg);
  }
}
@keyframes rotateCCW {
  to {
    transform: rotate(-180deg);
  }
}
@keyframes showUp {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes showDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes opacityAnimation {
  from {
    opacity: 0.25;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  75% {
    opacity: 0.4;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes gradientAnimate {
  0% {
    transform: translateX(-100%);
  }
  15% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes textGradientAnimate {
  0% {
    background-position: 50% 0;
  }
  25% {
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 50% 0;
  }
}
@keyframes textShowUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  65% {
    transform: translateY(10px);
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.section-gallery {
  background-color: #000;
}
.section-gallery .section__title {
  font-size: 42px;
  color: #FFF;
}
@media (max-width: 989.98px) {
  .section-gallery .section__title {
    font-size: 32px;
  }
}
.section-gallery .section-gallery__box {
  margin-top: 50px;
  overflow: hidden;
}
.section-gallery .gallery__line {
  background-position: center 0;
  background-repeat: repeat-x;
  --max-width: 2000px;
  height: 300px;
  --animate-time: 50s;
}
@media (max-width: 989.98px) {
  .section-gallery .gallery__line {
    height: 270px;
  }
}
@media (max-width: 639.98px) {
  .section-gallery .gallery__line {
    height: 220px;
    --max-width: var(--max-phone-width);
  }
}
.section-gallery .gallery__line img {
  animation: var(--animate-time, 0s) infinite linear moveAnimate;
}
@keyframes moveAnimate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--max-width)));
  }
}
.section-gallery .section-gallery__action {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 989.98px) {
  .section-gallery .section-gallery__action {
    margin: 50px auto 0;
  }
}
body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  height: 6px;
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #a6a6a6;
}
body::-webkit-scrollbar-thumb {
  background: #171717;
}
body::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #080808;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section.section--without-padding {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1599.98px) {
  .section.section--without-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 639.98px) {
  .section.section--without-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section.section--pt-0 {
  padding-top: 0;
}
@media (max-width: 1599.98px) {
  .section.section--pt-0 {
    padding-top: 0;
  }
}
@media (max-width: 639.98px) {
  .section.section--pt-0 {
    padding-top: 0;
  }
}
.section.section--pb-0 {
  padding-bottom: 0;
}
@media (max-width: 1599.98px) {
  .section.section--pb-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 639.98px) {
  .section.section--pb-0 {
    padding-bottom: 0;
  }
}
.section .container {
  max-width: 1260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1599.98px) {
  .section .container {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (max-width: 639.98px) {
  .section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section .section__title {
  text-align: center;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 900;
  color: #FFF;
}
@media (max-width: 1199.98px) {
  .section .section__title {
    font-size: 42px;
  }
}
@media (max-width: 639.98px) {
  .section .section__title {
    font-size: 32px;
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .section .section__title span.colored {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-30deg, #FFE5AF, #D69E75);
    background-image: -moz-linear-gradient(-30deg, #FFE5AF, #D69E75);
    background-image: -ms-linear-gradient(-30deg, #FFE5AF, #D69E75);
    background-image: -o-linear-gradient(-30deg, #FFE5AF, #D69E75);
    background-image: linear-gradient(120deg, #FFE5AF, #D69E75);
  }
}
.section .section__title span.thin {
  font-weight: 300;
  color: #BFBFBF;
  display: block;
}
.section .section__subtitle {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  color: #a6a6a6;
}
.section-hero {
  height: 800px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 1599.98px) {
  .section-hero {
    height: 650px;
  }
}
@media (max-width: 1199.98px) {
  .section-hero {
    height: 450px;
  }
}
@media (max-width: 989.98px) {
  .section-hero {
    height: 725px;
  }
}
@media (max-width: 639.98px) {
  .section-hero {
    height: 650px;
  }
}
.section-hero .section-hero__video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-hero .section-hero__video:after,
.section-hero .section-hero__video:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section-hero .section-hero__video:after {
  background-image: linear-gradient(to bottom, #000 10%, transparent 40%);
}
@media (max-width: 989.98px) {
  .section-hero .section-hero__video:after {
    background-image: linear-gradient(to bottom, #000 50%, transparent 70%);
  }
}
@media (max-width: 639.98px) {
  .section-hero .section-hero__video:after {
    background-image: linear-gradient(to bottom, #000 60%, transparent 80%);
  }
}
.section-hero .section-hero__video:before {
  background-image: linear-gradient(to right, #000 30%, transparent 70%);
}
@media (max-width: 989.98px) {
  .section-hero .section-hero__video:before {
    background-image: none;
  }
}
.section-hero .section-hero__video video {
  position: absolute;
  bottom: -10px;
  right: -10vw;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .section-hero .section-hero__video video {
    max-width: 80vw;
  }
}
@media (max-width: 989.98px) {
  .section-hero .section-hero__video video {
    max-width: 100vw;
    right: auto;
  }
}
@media (max-width: 639.98px) {
  .section-hero .section-hero__video video {
    max-width: 150vw;
    width: 150vw;
    right: -50px;
    left: -100px;
    bottom: 0;
  }
}
.section-hero .container {
  max-width: 1520px;
}
.section-hero .section__inner {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  position: relative;
  z-index: 30;
}
@media (max-width: 1599.98px) {
  .section-hero .section__inner {
    grid-template-columns: 1fr 0.6fr;
  }
}
@media (max-width: 989.98px) {
  .section-hero .section__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.section-hero .section-hero__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 989.98px) {
  .section-hero .section-hero__info {
    justify-content: start;
    padding-top: 80px;
  }
}
@media (max-width: 639.98px) {
  .section-hero .section-hero__info {
    padding-top: 40px;
  }
}
.section-hero .section-hero__title {
  text-align: left;
  font-size: 72px;
  line-height: 1.1;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .section-hero .section-hero__title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.65) 100%);
    background-image: -moz-linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.65) 100%);
    background-image: -ms-linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.65) 100%);
    background-image: -o-linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.65) 100%);
    background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.65) 100%);
  }
}
@media (max-width: 1199.98px) {
  .section-hero .section-hero__title {
    font-size: 42px;
  }
}
@media (max-width: 639.98px) {
  .section-hero .section-hero__title {
    font-size: 32px;
  }
}
.section-hero .section-hero__title .colored {
  display: inline-block;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .section-hero .section-hero__title .colored {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-30deg, #FFE5AF, #D69E75);
    background-image: -moz-linear-gradient(-30deg, #FFE5AF, #D69E75);
    background-image: -ms-linear-gradient(-30deg, #FFE5AF, #D69E75);
    background-image: -o-linear-gradient(-30deg, #FFE5AF, #D69E75);
    background-image: linear-gradient(120deg, #FFE5AF, #D69E75);
  }
}
.section-hero .section-hero__subtitle {
  text-align: left;
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 1.4;
  color: #BFBFBF;
  max-width: 600px;
}
@media (max-width: 1199.98px) {
  .section-hero .section-hero__subtitle {
    font-size: 16px;
    max-width: 460px;
  }
}
.section-hero .section-hero__action {
  margin-top: 40px;
}
.section-purposes .section-purposes__box {
  margin-top: 60px;
}
.purposes {
  display: flex;
  gap: 14px;
  height: 600px;
}
@media (max-width: 989.98px) {
  .purposes {
    flex-direction: column;
    height: 100%;
  }
}
.purposes.purposes--open .purpose__title {
  animation: rotate 0.2s ease-in-out forwards;
}
@media (max-width: 989.98px) {
  .purposes.purposes--open .purpose__title {
    animation: none;
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-90deg);
  }
}
.purposes.purposes--open .purpose__title-info {
  display: none;
}
.purposes.purposes--open .purpose--open:hover:after {
  opacity: 1;
}
.purposes.purposes--open .purpose--open:hover .purpose__bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.purposes.purposes--open .purpose--open .purpose__title {
  animation: hide 0.2s ease-in-out forwards;
}
@keyframes hide {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-90deg);
    display: none;
  }
}
.purposes.purposes--open .purpose--open .purpose__title {
  opacity: 0;
  transform: rotateZ(0deg);
}
.purposes.purposes--open .purpose:not(.purpose--open) {
  flex: 0 0 100px;
}
@media (max-width: 989.98px) {
  .purposes.purposes--open .purpose:not(.purpose--open) {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .purposes .purpose:not(.purpose--open) {
    width: 170px;
  }
}
@media (max-width: 989.98px) {
  .purposes .purpose:not(.purpose--open) {
    width: 100%;
  }
}
.purposes .purpose:not(.purpose--open) .purpose__box {
  display: none;
  opacity: 0;
}
.purpose {
  flex: 1 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100%;
  border-radius: 3px;
  overflow: hidden;
  transition: 0.3s linear max-width, 0.3s linear min-width, 0.3s linear flex, 0.3s linear min-height, 0.3s linear max-height;
}
.purpose:hover {
  cursor: pointer;
}
@media (max-width: 1599.98px) {
  .purpose {
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .purpose {
    max-width: 460px;
  }
}
@media (max-width: 989.98px) {
  .purpose {
    flex: 1 0 175px;
    max-width: 100%;
  }
}
@media (max-width: 639.98px) {
  .purpose {
    flex: 1 0 80px;
  }
}
.purpose:after {
  pointer-events: none;
  opacity: 1;
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7));
  transition: 0.3s linear opacity;
}
.purpose__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s linear top, 0.3s linear left, 0.3s linear right, 0.3s linear bottom;
}
.purpose:first-of-type .purpose_bg {
  background-position: 53%;
}
.purpose:nth-of-type(2) .purpose_bg {
  background-position: 36%;
}
.purpose:nth-of-type(3) .purpose_bg {
  background-position: 85%;
}
.purpose:nth-of-type(4) .purpose_bg {
  background-position: 69%;
}
.purpose:last-of-type .purpose_bg {
  background-position: 60%;
}
.purpose__title {
  position: relative;
  z-index: 20;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 639.98px) {
  .purpose__title {
    font-size: 16px;
  }
}
.purpose__title-info {
  margin-top: 10px;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  white-space: normal;
  font-size: 14px;
  line-height: 1.3;
  text-transform: none;
  font-weight: 300;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.3s linear opacity, 0.3s linear transform;
  position: relative;
}
@media (max-width: 989.98px) {
  .purpose__title-info {
    display: none;
  }
}
.purpose__title-info:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 60px;
  background-color: #FFF;
  transition: 0.3s linear transform;
}
.purpose:hover .purpose__title-info {
  opacity: 1;
  transform: translateY(0);
}
.purpose:hover .purpose__title-info:after {
  transform: translateY(100px);
}
.purpose:hover:after {
  opacity: 40%;
}
.purpose:hover .purpose__bg {
  top: -10%;
  left: -10%;
  right: -10%;
  bottom: -10%;
}
.purpose__box {
  padding: 60px 40px;
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 60px;
  width: 100%;
  max-width: 600px;
  align-items: flex-end;
  animation: opacity 1s ease-in-out forwards;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1599.98px) {
  .purpose__box {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .purpose__box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 50px;
    gap: 40px;
  }
}
@media (max-width: 989.98px) {
  .purpose__box {
    padding: 50px;
    grid-template-columns: 1fr 100px;
    grid-template-rows: 1fr;
    gap: 30px;
  }
}
@media (max-width: 639.98px) {
  .purpose__box {
    padding: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 40px;
    gap: 40px;
  }
}
.purpose__box-info {
  color: #FFF;
}
.purpose__box-title {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 600;
}
@media (max-width: 989.98px) {
  .purpose__box-title {
    font-size: 24px;
  }
}
.purpose__box-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 989.98px) {
  .purpose__box-text {
    margin-top: 20px;
  }
}
.purpose__box-action {
  margin-top: 20px;
}
@media (max-width: 639.98px) {
  .purpose__box-action .btn {
    width: 100%;
  }
}
.purpose__box-icons {
  display: grid;
  grid-template-rows: repeat(3, 50px);
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .purpose__box-icons {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 100px);
    gap: 40px;
  }
}
@media (max-width: 989.98px) {
  .purpose__box-icons {
    grid-template-rows: repeat(3, 50px);
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 639.98px) {
  .purpose__box-icons {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 80px);
    gap: 5px;
  }
}
.purpose__box-icon {
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 639.98px) {
  .purpose__box-icon {
    height: 40px;
  }
}
.purpose.purpose--lighten:after {
  animation: lighten 0.3s ease-in-out forwards;
}
@media (max-width: 639.98px) {
  .purpose.purpose--lighten:after {
    background-color: rgba(17, 17, 17, 0.3);
  }
}
@keyframes lighten {
  0% {
    background-image: linear-gradient(to top, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6));
  }
  100% {
    background-image: linear-gradient(to top, rgba(17, 17, 17, 0.6) 30%, rgba(17, 17, 17, 0));
  }
}
.purpose.purpose--open {
  animation: open 0.5s linear forwards;
}
@media (max-width: 989.98px) {
  .purpose.purpose--open {
    min-height: 450px;
  }
}
@keyframes open {
  0% {
    flex: 1 0 25%;
  }
  100% {
    flex: 1 0 60%;
  }
}
.purpose.purpose--open {
  justify-content: flex-start;
  align-items: flex-end;
}
.section-interior .section__inner {
  position: relative;
}
.pseudo-slider {
  position: relative;
  padding-bottom: 49.8687%;
}
@media (min-width: 1600px) {
  .pseudo-slider {
    padding-bottom: 59.3687%;
  }
}
@media (max-width: 1599.98px) {
  .pseudo-slider {
    padding-bottom: 58.333%;
  }
}
@media (max-width: 1199.98px) {
  .pseudo-slider {
    padding-bottom: 67.21%;
  }
}
@media (max-width: 989.98px) {
  .pseudo-slider {
    padding-bottom: 96.86%;
  }
}
@media (max-width: 639.98px) {
  .pseudo-slider {
    padding-bottom: 206.25%;
  }
}
.pseudo-slider:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: none;
}
@media (max-width: 639.98px) {
  .pseudo-slider:before {
    background-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 30%);
  }
}
.pseudo-slider:after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0) 60%);
}
@media (max-width: 1199.98px) {
  .pseudo-slider:after {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 60%);
  }
}
@media (max-width: 989.98px) {
  .pseudo-slider:after {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 60%);
  }
}
@media (max-width: 639.98px) {
  .pseudo-slider:after {
    background-image: linear-gradient(to bottom, #000 20%, rgba(0, 0, 0, 0) 50%);
  }
}
.pseudo-slider > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pseudo-slider__badge {
  z-index: 10;
  left: 100px;
  top: 100px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  color: #FFF;
  opacity: 0.35;
  width: max-content;
}
@media (max-width: 1599.98px) {
  .pseudo-slider__badge {
    top: 80px;
    left: 80px;
  }
}
@media (max-width: 1199.98px) {
  .pseudo-slider__badge {
    top: 50px;
    left: 50px;
  }
}
@media (max-width: 989.98px) {
  .pseudo-slider__badge {
    left: 33px;
    font-size: 22px;
  }
}
@media (max-width: 639.98px) {
  .pseudo-slider__badge {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
  }
}
.pseudo-slider--back {
  overflow: hidden;
  font-size: 0;
}
.pseudo-slider--back picture > img {
  height: 100%;
  max-width: initial;
}
.pseudo-slider--back-sliding {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  display: flex;
}
.pseudo-slider--back-sliding.left {
  right: 0;
  justify-content: flex-end;
}
.pseudo-slider--back-sliding.right {
  left: 0;
}
.pseudo-slider--back-sliding.animate {
  transform: none;
  width: 0;
  transition: transform 0.3s linear, width 0.3s linear;
  opacity: 1;
}
.pseudo-slider__content {
  padding: 0 10px 10px 10px;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  overflow: hidden;
  height: auto;
  width: auto;
  margin-left: -10px;
}
@media (max-width: 1599.98px) {
  .pseudo-slider__content {
    left: 80px;
  }
}
@media (max-width: 1199.98px) {
  .pseudo-slider__content {
    left: 50px;
  }
}
@media (max-width: 989.98px) {
  .pseudo-slider__content {
    left: 33px;
  }
}
@media (max-width: 639.98px) {
  .pseudo-slider__content {
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    overflow: initial;
    width: 100%;
    margin-left: 0;
  }
}
.pseudo-slider__content-title {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  color: #FFF;
}
@media (max-width: 1599.98px) {
  .pseudo-slider__content-title {
    margin-top: 70px;
  }
}
@media (max-width: 1199.98px) {
  .pseudo-slider__content-title {
    margin-top: 100px;
    font-size: 48px;
  }
}
@media (max-width: 639.98px) {
  .pseudo-slider__content-title {
    margin-top: 25px;
    font-size: 32px;
    text-align: center;
    white-space: nowrap;
  }
}
.pseudo-slider__content-title span,
.pseudo-slider__content-title .colored {
  display: block;
  font-weight: 300;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .pseudo-slider__content-title span,
  .pseudo-slider__content-title .colored {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(270deg, #FFE5AF, #D69E75);
    background-image: -moz-linear-gradient(270deg, #FFE5AF, #D69E75);
    background-image: -ms-linear-gradient(270deg, #FFE5AF, #D69E75);
    background-image: -o-linear-gradient(270deg, #FFE5AF, #D69E75);
    background-image: linear-gradient(-180deg, #FFE5AF, #D69E75);
  }
}
.pseudo-slider__content-title.animate {
  animation: rewrite 0.6s linear forwards;
}
@keyframes rewrite {
  0% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.pseudo-slider__content-description {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.4;
  color: #a6a6a6;
  max-width: 525px;
}
@media (max-width: 1199.98px) {
  .pseudo-slider__content-description {
    margin-top: 20px;
  }
}
@media (max-width: 989.98px) {
  .pseudo-slider__content-description {
    font-size: 16px;
    max-width: 330px;
  }
}
@media (max-width: 639.98px) {
  .pseudo-slider__content-description {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media (max-width: 639.98px) {
  .pseudo-slider__content-thumbs {
    position: absolute;
    bottom: 115px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pseudo-slider__content-thumbs-title {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.4;
  color: #FFF;
  opacity: 0.5;
  margin-bottom: 20px;
}
@media (max-width: 639.98px) {
  .pseudo-slider__content-thumbs-title {
    text-align: center;
    margin-bottom: 15px;
  }
}
.pseudo-slider__content-thumbs-box {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .pseudo-slider__content-thumbs-box {
    gap: 16px;
  }
}
.pseudo-slider__content .pseudo-slider__button-thumb {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .pseudo-slider__content .pseudo-slider__button-thumb {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 639.98px) {
  .pseudo-slider__content .pseudo-slider__button-thumb {
    height: 34px;
    width: 34px;
  }
}
.pseudo-slider__content .pseudo-slider__button-thumb img {
  height: 100%;
  max-width: 100%;
}
.pseudo-slider__content .pseudo-slider__button-thumb.active:before,
.pseudo-slider__content .pseudo-slider__button-thumb.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pseudo-slider__content .pseudo-slider__button-thumb.active:before {
  border-radius: 3px;
  border: 2px solid #EBC393;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
}
.pseudo-slider__content .pseudo-slider__button-thumb.active:after {
  content: '';
  box-shadow: inset 0 0 0 2px #FFF;
}
.section-design .section-design__grid {
  margin-top: 80px;
  display: grid;
  grid-template: "f f f s s s s s" 540px "a a b b c c d d" 300px / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .section-design .section-design__grid {
    grid-template: "f f f s s s s s" 456px "a a b b c c d d" 253px / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 989.98px) {
  .section-design .section-design__grid {
    margin-top: 60px;
    grid-template: "f f f a a a" 277px "s s s s s s" 400px "b b c c d d" 250px / 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 639.98px) {
  .section-design .section-design__grid {
    grid-template: "f f f a a a" 140px "s s s s s s" 140px "b b c c d d" 126px / 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
}
.section-design .design-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section-design .design-item:first-of-type {
  grid-area: f;
}
.section-design .design-item:nth-of-type(2) {
  grid-area: s;
}
.section-design .design-item:nth-of-type(3) {
  grid-area: a;
}
.section-design .design-item:nth-of-type(4) {
  grid-area: b;
}
.section-design .design-item:nth-of-type(5) {
  grid-area: c;
}
.section-design .design-item:nth-of-type(6) {
  grid-area: d;
}
.section-design .design-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-get-catalog {
  background-image: linear-gradient(to top, #000, #262626);
}
.section-get-catalog .get-catalog {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 70px;
}
@media (max-width: 1199.98px) {
  .section-get-catalog .get-catalog {
    grid-template-columns: 1fr 370px;
  }
}
@media (max-width: 989.98px) {
  .section-get-catalog .get-catalog {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 260px;
    gap: 60px;
  }
}
@media (max-width: 639.98px) {
  .section-get-catalog .get-catalog {
    gap: 40px;
  }
}
.section-get-catalog .get-catalog__info {
  padding: 95px 0 115px;
}
@media (max-width: 1199.98px) {
  .section-get-catalog .get-catalog__info {
    padding: 90px 0;
  }
}
@media (max-width: 989.98px) {
  .section-get-catalog .get-catalog__info {
    padding: 70px 0 0;
    text-align: center;
  }
}
.section-get-catalog .get-catalog__title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  color: #FFF;
}
@media (max-width: 639.98px) {
  .section-get-catalog .get-catalog__title {
    font-size: 32px;
  }
}
.section-get-catalog .get-catalog__subtitle {
  font-size: 20px;
  line-height: 1.4;
  color: #BFBFBF;
  margin-top: 20px;
  max-width: 620px;
}
@media (max-width: 639.98px) {
  .section-get-catalog .get-catalog__subtitle {
    font-size: 16px;
  }
}
.section-get-catalog .get-catalog .btn {
  margin-top: 40px;
}
.section-get-catalog .get-catalog__picture {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .section-get-catalog .get-catalog__picture {
    justify-content: flex-start;
  }
}
@media (max-width: 989.98px) {
  .section-get-catalog .get-catalog__picture {
    justify-content: center;
    position: relative;
  }
}
@media (max-width: 989.98px) {
  .section-get-catalog .get-catalog__picture img {
    position: relative;
    max-width: 290px;
  }
}
.section-additional .section-additional__grid {
  margin-top: 100px;
  display: grid;
  grid-template: "a a b b c c" 363px "a a d d d d" 363px "e e e f f f" 396px / 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .section-additional .section-additional__grid {
    grid-template: "a a b b c c" 353px "a a d d d d" 282px "e e e f f f" 360px / 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 989.98px) {
  .section-additional .section-additional__grid {
    margin-top: 60px;
    grid-template: "a b" 320px "a c" 320px "d d" 282px "e e" 360px "f f" 360px / 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 639.98px) {
  .section-additional .section-additional__grid {
    margin-top: 75px;
    grid-template: "a" 560px "b" 320px "c" 320px "d" 560px "e" 360px "f" 360px / 1fr;
    gap: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .section-additional .section-additional__grid {
    margin-top: 60px;
    grid-template: "a a" 560px "b b" 320px "c c" 320px "d d" 320px "e e" 360px "f f" 360px / 1fr 1fr;
    gap: 15px;
  }
}
.section-additional .additional-item {
  padding: 30px;
  background-repeat: no-repeat;
  background-color: #262626;
  background-size: auto;
}
@media (max-width: 1199.98px) {
  .section-additional .additional-item {
    background-size: 80%;
  }
}
@media (max-width: 989.98px) {
  .section-additional .additional-item {
    padding: 20px;
  }
}
.section-additional .additional-item:first-of-type {
  grid-area: a;
  padding: 60px 30px;
  background-position: 0 90%;
}
@media (max-width: 989.98px) {
  .section-additional .additional-item:first-of-type {
    padding: 60px 20px;
    background-size: 90%;
    background-position: -10px 85%;
  }
}
@media (max-width: 639.98px) {
  .section-additional .additional-item:first-of-type {
    padding: 50px 20px;
    background-size: 240px;
    background-position: 0 100%;
  }
}
.section-additional .additional-item:nth-of-type(2) {
  grid-area: b;
  background-position: 40% 10%;
}
@media (max-width: 1199.98px) {
  .section-additional .additional-item:nth-of-type(2) {
    background-size: 70%;
  }
}
@media (max-width: 639.98px) {
  .section-additional .additional-item:nth-of-type(2) {
    background-size: 60%;
  }
}
.section-additional .additional-item:nth-of-type(3) {
  grid-area: c;
  background-position: 100% 0;
}
@media (max-width: 1199.98px) {
  .section-additional .additional-item:nth-of-type(3) {
    background-size: 90%;
    background-position: 40px 0;
  }
}
@media (max-width: 989.98px) {
  .section-additional .additional-item:nth-of-type(3) {
    background-size: 280px;
    background-position: calc(100% + 30px) 0;
  }
}
.section-additional .additional-item:nth-of-type(4) {
  grid-area: d;
  padding: 60px 30px;
  background-position: 100% 100%;
}
@media (max-width: 1199.98px) {
  .section-additional .additional-item:nth-of-type(4) {
    background-size: contain;
  }
}
@media (max-width: 989.98px) {
  .section-additional .additional-item:nth-of-type(4) {
    background-position: 105% 100%;
  }
}
@media (max-width: 639.98px) {
  .section-additional .additional-item:nth-of-type(4) {
    background-position: 0 100%;
    background-size: 340px;
    padding: 60px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .section-additional .additional-item:nth-of-type(4) {
    background-position: 195% 100%;
  }
}
.section-additional .additional-item:nth-of-type(5) {
  grid-area: e;
  padding: 20px;
  background-position: 100% 100%;
}
@media (max-width: 1199.98px) {
  .section-additional .additional-item:nth-of-type(5) {
    background-size: auto;
  }
}
@media (max-width: 639.98px) {
  .section-additional .additional-item:nth-of-type(5) {
    background-position: center;
  }
}
.section-additional .additional-item:nth-of-type(6) {
  grid-area: f;
  padding: 20px;
  background-position: 100% 100%;
}
@media (max-width: 1199.98px) {
  .section-additional .additional-item:nth-of-type(6) {
    background-size: auto;
  }
}
@media (max-width: 639.98px) {
  .section-additional .additional-item:nth-of-type(6) {
    background-position: center;
  }
}
.section-additional .additional-item:nth-of-type(2),
.section-additional .additional-item:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section-additional .additional-item:nth-of-type(5),
.section-additional .additional-item:nth-of-type(6) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1199.98px) {
  .section-additional .additional-item:nth-of-type(5),
  .section-additional .additional-item:nth-of-type(6) {
    padding: 15px;
  }
}
.section-additional .additional-item:nth-of-type(5):after,
.section-additional .additional-item:nth-of-type(6):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 60%);
}
.section-additional .additional-item__title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #FFF;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .section-additional .additional-item__title {
    font-size: 24px;
  }
}
@media (max-width: 989.98px) {
  .section-additional .additional-item__title {
    font-size: 22px;
  }
}
@media (max-width: 639.98px) {
  .section-additional .additional-item__title {
    font-size: 20px;
  }
}
.section-additional .additional-item__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #878787;
  max-width: 320px;
  position: relative;
  z-index: 10;
}
@media (max-width: 989.98px) {
  .section-additional .additional-item__text {
    margin-top: 6px;
  }
}
.section-additional .additional-item:nth-of-type(4) .additional-item__text {
  max-width: 340px;
}
@media (max-width: 1199.98px) {
  .section-additional .additional-item:nth-of-type(4) .additional-item__text {
    max-width: 260px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .section-additional .additional-item:nth-of-type(4) .additional-item__text {
    max-width: 180px;
  }
}
.section-additional .additional-item:nth-of-type(5) .additional-item__text,
.section-additional .additional-item:nth-of-type(6) .additional-item__text {
  max-width: 420px;
}
.section-opening-types .container {
  max-width: 1460px;
}
@media (max-width: 639.98px) {
  .section-opening-types .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-opening-types .functions-block {
  margin-top: 100px;
}
@media (max-width: 989.98px) {
  .section-opening-types .functions-block {
    margin-top: 60px;
  }
}
.section-opening-types .functions-block-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .section-opening-types .functions-block-items {
    flex-direction: column;
    align-items: center;
  }
}
.section-opening-types .functions-block-item {
  width: calc(50% - 10px);
  height: 250px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .section-opening-types .functions-block-item {
    width: 100%;
    max-width: 555px;
  }
}
@media (max-width: 639.98px) {
  .section-opening-types .functions-block-item {
    margin-bottom: 10px;
  }
}
.section-opening-types .functions-block-item-number {
  position: absolute;
  top: 0;
  font-weight: 900;
  font-size: 250px;
  line-height: 250px;
  color: #1A1A1A;
  z-index: 0;
}
@media (max-width: 1599.98px) {
  .section-opening-types .functions-block-item-number {
    display: none;
  }
}
.section-opening-types .functions-block-item-number-left {
  left: -100px;
}
.section-opening-types .functions-block-item-number-right {
  right: -100px;
}
.section-opening-types .functions-block-item-content {
  position: relative;
  z-index: 1;
  padding: 26px 0 0 40px;
}
@media (max-width: 639.98px) {
  .section-opening-types .functions-block-item-content {
    text-align: center;
    padding: 36px 15px 0 15px;
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .section-opening-types .functions-block-item-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-22deg, #FFE5AF, #D69E75);
    background-image: -moz-linear-gradient(-22deg, #FFE5AF, #D69E75);
    background-image: -ms-linear-gradient(-22deg, #FFE5AF, #D69E75);
    background-image: -o-linear-gradient(-22deg, #FFE5AF, #D69E75);
    background-image: linear-gradient(112deg, #FFE5AF, #D69E75);
  }
}
.section-opening-types .functions-block-item-title-row {
  color: #a6a6a6;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
}
@media (max-width: 639.98px) {
  .section-opening-types .functions-block-item-title-row {
    font-size: 22px;
    line-height: 32px;
  }
}
.section-opening-types .functions-block-item-description {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  color: #BFBFBF;
  max-width: 73%;
}
@media (max-width: 1199.98px) {
  .section-opening-types .functions-block-item-description {
    max-width: 60%;
  }
}
@media (max-width: 639.98px) {
  .section-opening-types .functions-block-item-description {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
}
.section-opening-types .functions-block-item-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: right center;
  z-index: 0;
}
.section-opening-types .functions-block-item-animate {
  margin-left: auto;
  width: 50%;
  height: 100%;
  min-width: 300px;
}
.section-opening-types .functions-block-item-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 639.98px) {
  .section-opening-types .functions-block-item-image {
    opacity: 75%;
  }
}
.section-opening-types .functions-block-item-image:after {
  content: '';
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 639.98px) {
  .section-opening-types .functions-block-item-image:after {
    z-index: 10;
    opacity: 1;
  }
}
@media (max-width: 639.98px) {
  .section-opening-types .functions-block-item-image:nth-of-type(2) {
    background-position: 100% bottom;
  }
}
.section-opening-types .section-opening-types__action {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .section-opening-types .section-opening-types__action {
    margin-top: 60px;
  }
}
.section-recall .recall-block {
  background-color: #262626;
  padding: 150px 0;
}
@media (max-width: 1199.98px) {
  .section-recall .recall-block {
    padding: 100px 0;
  }
}
.section-recall .recall-block-description {
  text-align: center;
  margin: 40px auto 80px;
  max-width: 500px;
  font-size: 18px;
  line-height: 26px;
  color: #BFBFBF;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
}
@media (max-width: 989.98px) {
  .section-recall .recall-block-description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.section-recall .recall-block-form {
  max-width: 400px;
  margin: auto;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
}
.section-recall .recall-block input {
  border-color: #333333 !important;
}
.section-recall .recall-block input,
.section-recall .recall-block .input-placeholder {
  font-size: 18px;
}
.section-recall .recall-block .checkbox-styled-wrapper {
  margin: 20px 0 60px;
}
@media (max-width: 639.98px) {
  .section-recall .recall-block .checkbox-styled-wrapper {
    margin-bottom: 40px;
  }
}
.section-recall .recall-block .checkbox-styled-text {
  font-size: 12px;
  line-height: 20px;
  color: #BFBFBF;
  opacity: 0.5;
}
.section-recall .recall-block .checkbox-styled-text a {
  color: #FFE5AF !important;
  border-bottom: 0 !important;
}
.section-recall .recall-block .btn {
  margin: auto;
  display: block;
  width: 240px;
  font-family: 'Courencies', 'Roboto', sans-serif;
  height: auto;
  background-color: #FFF;
  color: #000;
}
.section-recall .recall-block .btn:hover span {
  background: #000;
  color: #FFF;
}
@media (max-width: 639.98px) {
  .section-recall .recall-block .btn {
    width: 180px;
  }
}
.section-recall .recall-block .btn span {
  padding: 17px 21px;
}
@media (max-width: 639.98px) {
  .section-recall .recall-block .btn span {
    padding: 12px 10px;
  }
}
.section-recall .recall-block .btn.input-action {
  height: -webkit-fill-available;
  background-color: transparent;
  width: 15px;
}
.section-about .section__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .section-about .container {
    max-width: 620px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 639.98px) {
  .section-about .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-about .section-about__subtitle {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #EBC393;
  margin-bottom: 40px;
}
.section-about .section-about__title {
  font-size: 60px;
  line-height: 1.1;
  color: #FFF;
  margin-bottom: 25px;
}
@media (max-width: 1599.98px) {
  .section-about .section-about__title {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .section-about .section-about__title {
    font-size: 42px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 989.98px) {
  .section-about .section-about__title {
    max-width: 90%;
    font-size: 42px;
  }
}
@media (max-width: 639.98px) {
  .section-about .section-about__title {
    font-size: 32px;
    max-width: 100%;
  }
}
.section-about .section-about__description {
  font-size: 18px;
  line-height: 1.25;
  color: #BFBFBF;
  margin-bottom: 80px;
  max-width: 746px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .section-about .section-about__description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 989.98px) {
  .section-about .section-about__description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.section-about .section-about__box {
  display: grid;
  grid-template-columns: 500px 330px 330px;
  grid-template-rows: 335px 335px;
  gap: 50px;
  grid-template-areas: "a b d" "a c d";
  margin-bottom: 50px;
}
@media (max-width: 1599.98px) {
  .section-about .section-about__box {
    grid-template-columns: 435px 330px 265px;
  }
}
@media (max-width: 1199.98px) {
  .section-about .section-about__box {
    grid-template-columns: 240px 180px 146px;
    grid-template-rows: 170px 170px;
    gap: 25px;
  }
}
@media (max-width: 989.98px) {
  .section-about .section-about__box {
    grid-template-columns: 240px 180px 146px;
    grid-template-rows: 170px 170px;
    gap: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639.98px) {
  .section-about .section-about__box {
    grid-template-columns: 130px 130px;
    grid-template-rows: 176px 170px 176px;
    gap: 20px 30px;
    grid-template-areas: "a a" "b c" "d d";
  }
}
.section-about .section-about__box-item {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 639.98px) {
  .section-about .section-about__box-item {
    overflow: hidden;
  }
}
@media (max-width: 1599.98px) {
  .section-about .section-about__box-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.section-about .section-about__box-item:first-of-type {
  grid-area: a;
}
@media (max-width: 639.98px) {
  .section-about .section-about__box-item:first-of-type img {
    height: auto;
    object-fit: contain;
    width: 100%;
    object-position: top center;
    position: relative;
    top: -25px;
  }
}
.section-about .section-about__box-item:nth-of-type(2) {
  grid-area: b;
}
.section-about .section-about__box-item:nth-of-type(3) {
  grid-area: c;
}
.section-about .section-about__box-item:last-of-type {
  grid-area: d;
}
@media (max-width: 639.98px) {
  .section-about .section-about__box-item:last-of-type img {
    height: auto;
    object-fit: contain;
    width: 100%;
    object-position: top center;
    position: relative;
    top: -130px;
  }
}
.section-about .section-about__soc {
  width: 100%;
  padding: 50px;
  border-radius: 3px;
  background-color: #262626;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 639.98px) {
  .section-about .section-about__soc {
    padding: 50px 0;
  }
}
.section-about .section-about__soc-title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 639.98px) {
  .section-about .section-about__soc-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.section-about .section-about__soc-items {
  display: grid;
  grid-template-columns: repeat(6, 35px);
  gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 639.98px) {
  .section-about .section-about__soc-items {
    grid-template-columns: repeat(6, 30px);
  }
}
.section-about .section-about__soc .soc-item {
  height: 35px;
  width: 35px;
}
@media (max-width: 639.98px) {
  .section-about .section-about__soc .soc-item {
    height: 30px;
    width: 30px;
  }
}
.section-about .section-about__soc-annotation {
  font-size: 12px;
  line-height: 1.4px;
  color: #BFBFBF;
}
.section-faqs {
  padding-bottom: 150px;
}
@media (max-width: 1199.98px) {
  .section-faqs {
    padding-bottom: 100px;
  }
}
@media (max-width: 989.98px) {
  .section-faqs .section__title {
    font-size: 32px;
  }
}
.section-faqs .section-faqs__list {
  max-width: 680px;
  margin: 60px auto 0;
}
/*# sourceMappingURL=landing_safes.css.map */