@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-feature-settings: "salt" on, "liga" off;
  color: rgba(24, 25, 31, 0.8);
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

p {
  margin: 0;
}

/* ========================== */
:root {
  --txt-1: #212b36;
  --txt-2: #686970;
  --w: #fff;
  --brand: #4f93c6;
  --bg: #f9f9f9;
  --txt-3: #8e8f96;
}

:root {
  --font-family: "NT Somic", sans-serif;
  --second-family: "Michroma", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Open Sans", sans-serif;
  --font4: "Kumbh Sans", sans-serif;
  --font5: "Poppins", sans-serif;
  --font6: "Onest", sans-serif;
}

body {
  font-family: var(--font-family);
  background-color: #F3F1EC;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.section__bg_line {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section__bg_line .container-xxl {
  width: 100%;
  height: 100%;
}

.section__bg_line .row {
  height: 100%;
}

.section__bg_line .col-12 {
  display: flex;
  justify-content: space-between;
}

.section__bg_line .col-12 .line {
  width: 1px;
  height: 100%;
  background-color: rgba(197, 136, 71, 0.2);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.lang_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang_wrapper .lang_item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: rgba(34, 34, 34, 0.35);
}

.lang_wrapper .lang_item.active {
  color: #d14b2a;
  font-weight: 700;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 21px 0;
  border-bottom: 1px solid rgba(237, 237, 237, 0.3);
}

header .header__menu_list {
  display: flex;
  align-items: center;
  gap: 28px;
}

header .header__menu_list li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: rgba(34, 34, 34, 0.75);
}

header .wrapper_header_right {
  display: flex;
  align-items: center;
  gap: 32px;
}

header .btn_burger {
  display: none;
}

header .header__btn_submit {
  background: #222625;
  padding: 12px 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.section_name {
  margin: 0;
  font-family: var(--font5);
  font-weight: 400;
  font-size: 21px;
  color: #d4492b;
}

.first_screen {
  margin-top: 133px;
  position: relative;
}

.first_screen .row__first_screen_title {
  justify-content: center;
}

.first_screen .h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 74px;
  line-height: 120%;
  text-align: center;
  color: #d14b2a;
  color: #222;
  margin: 0;
}

.first_screen .h1 .color {
  color: #d14b2a;
}

.first_screen .desctiption {
  margin: 30px 0 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #222;
}

.first_screen .first_screen_img {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  width: 100%;
  max-height: 668px;
  -o-object-fit: contain;
  object-fit: contain;
}

.first_screen .box_shadov_first_screen {
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 130%;
  height: 490px;
  border-radius: 100%;
  background-color: rgba(209, 75, 42, 0.3);
  filter: blur(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.first_screen .box_shadov_first_screen2 {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 110%;
  height: 200px;
  border-radius: 100%;
  background-color: rgba(209, 75, 42, 0.3);
  filter: blur(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.par-mums {
  margin-top: 90px;
}

.par-mums .main_txt {
  margin-top: 363px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 55px;
  line-height: 120%;
  color: #222;
}

.par-mums .main_txt span {
  color: #d4492b;
}

.par-mums .container-xxl {
  position: relative;
}

.par-mums .map_img {
  width: 80%;
  top: -83px;
  right: -78px;
  position: absolute;
}

.services {
  margin-top: 78px;
  padding: 100px 0 188px;
  background-color: #222222;
  position: relative;
}

.services .box_shadow_services_1 {
  top: 0px;
  right: -30%;
  position: absolute;
  width: 491px;
  height: 694px;
  border-radius: 100%;
  background-color: rgba(209, 75, 42, 0.3);
  filter: blur(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.services .box_shadow_services_2 {
  top: 0px;
  left: -30%;
  position: absolute;
  width: 491px;
  height: 694px;
  border-radius: 100%;
  background-color: rgba(209, 75, 42, 0.3);
  filter: blur(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.services .box_shadow_services_3 {
  top: 0px;
  right: -30%;
  position: absolute;
  width: 491px;
  height: 694px;
  border-radius: 100%;
  background-color: rgba(209, 75, 42, 0.3);
  filter: blur(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.services .row_services_1,
.services .row_services_3,
.services .row_services_4 {
  position: relative;
}

.services .section_name {
  color: #d4492b;
  text-align: center;
}

.services .title_services {
  margin: 15px 0 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 53px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}

.services .row_services_1 {
  margin-top: 112px;
}

.services .row_services_2 {
  margin-top: 130px;
}

.services .row_services_3 {
  margin-top: 130px;
}

.services .row_services_4 {
  margin-top: 130px;
}

.services .img_services {
  width: 110%;
  max-width: 660px;
  position: relative;
}

.services .animate_block_txt {
  position: relative;
}

.services .pl_20 {
  padding-left: 20px;
}

.services .row_services {
  justify-content: space-between;
}

.services .row_services .col_center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.services .row_services .title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #fff;
}

.services .row_services .line {
  margin: 30px 0;
  width: 62px;
  height: 3px;
  background-color: #fff;
}

.services .row_services .description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
}

.services .row_services ul.description {
  padding-left: 15px;
}

.services .row_services ul.description li {
  list-style: disc;
}

.services .row_services .link {
  margin-top: 60px;
  border: 1px solid #fff;
  display: inline-flex;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding: 17px 30px;
}

.services .triangle-down-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-99%);
  width: 0;
  height: 0;
  border-bottom: 75px solid #222222;
  border-left: 75px solid transparent;
}

.services .triangle-down-left {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
  width: 0;
  height: 0;
  border-bottom: 75px solid #222222;
  border-right: 75px solid transparent;
}

.services .triangle-down-right-white {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 75px solid #F3F1EC;
  border-left: 75px solid transparent;
}

.services .triangle-down-left-white {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 75px solid #F3F1EC;
  border-right: 75px solid transparent;
}

@media (max-width: 991px) {
  .wrapper__header_nav {
    display: none;
  }

  .section_name {
    font-size: 18px;
  }

  header {
    padding: 12px 0;
  }

  header .lang_wrapper {
    display: none;
  }

  header .btn_burger {
    width: 24px;
    height: 24px;
    padding: 5px 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent;
  }

  header .btn_burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #000000;
    transition: all 0.3s ease;
  }

  header .btn_burger.active .first {
    transform: rotate(45deg);
    transform-origin: left;
  }

  header .btn_burger.active .middle {
    display: none;
  }

  header .btn_burger.active .last {
    transform: rotate(-45deg);
    transform-origin: left;
    position: relative;
    left: 0;
    bottom: -2px;
  }

  header .header__btn_submit {
    font-size: 14px;
    padding: 6px 10px;
  }

  header .logo_header {
    display: flex;
    align-items: center;
  }

  header .logo_header img {
    width: 100px;
  }

  .first_screen {
    margin-top: 94px;
  }

  .first_screen .desctiption {
    margin-top: 20px;
    font-size: 16px;
  }

  .first_screen .h1 {
    font-size: 44px;
  }

  .par-mums {
    margin-top: 60px;
  }

  .par-mums .map_img {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .par-mums .main_txt {
    margin-top: 20px;
    font-size: 32px;
  }

  .services {
    margin-top: 120px;
    padding: 60px 0 100px;
  }

  .services .triangle-down-left {
    border-bottom: 40px solid #222222;
    border-right: 40px solid transparent;
  }

  .services .triangle-down-right {
    border-bottom: 40px solid #222222;
    border-left: 40px solid transparent;
  }

  .services .triangle-down-left-white {
    bottom: -1px;
    border-bottom: 40px solid #F3F1EC;
    border-right: 40px solid transparent;
  }

  .services .triangle-down-right-white {
    bottom: -1px;
    border-bottom: 40px solid #F3F1EC;
    border-left: 40px solid transparent;
  }

  .services .row_services_1 {
    margin-top: 40px;
  }

  .services .title_services {
    margin-top: 20px;
    font-size: 32px;
  }

  .services .img_services {
    width: 100%;
    margin: auto;
  }

  .services .row_services .title {
    margin-top: 40px;
    font-size: 22px;
  }

  .services .row_services .line {
    margin: 16px 0;
  }

  .services .row_services .description {
    font-size: 15px;
  }

  .services .row_services .link {
    margin-top: 28px;
  }

  .services .row_services_2,
  .services .row_services_4 {
    flex-wrap: wrap-reverse;
    margin-top: 40px;
  }

  .services .row_services_3 {
    margin-top: 40px;
  }
}

@media (max-width: 576.8px) {
  .services .row_services .link {
    width: 100%;
    justify-content: center;
  }
}

.warranties {
  margin-top: 170px;
}

.warranties .title_warranties {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 53px;
  line-height: 120%;
  color: #222;
  margin: 22px 0 32px;
}

.warranties .description_warranties {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 50px;
}

.warranties .row__cell_border {
  display: flex;
  justify-content: space-between;
}

.warranties .cell_border {
  flex: 0 0 33.329%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #d4492b;
  padding: 32px;
  position: relative;
}

.warranties .cell_border::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #222222;
  display: block;
  position: absolute;
  right: 18px;
  top: 20px;
}

.warranties .cell_border .value {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 70px;
  line-height: 107%;
  color: #232323;
}

.warranties .cell_border .description {
  margin-top: 17px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 107%;
  color: #4d4d4d;
  opacity: 0.8;
}

.warranties .row__cell_border_2 .cell_border {
  border-right: 0;
  padding-top: 102px;
}

.warranties .row__cell_border_2 .cell_border:last-child {
  border-right: 1px solid #d4492b;
}

.warranties .row__cell_border_2 .cell_border:nth-child(odd)::before {
  background-color: #d4492b;
}

.warranties .row__cell_border_1 .cell_border {
  border-bottom: 0px;
}

.section_form {
  margin-top: 145px;
  position: relative;
}

.section_form .body_form {
  background: #231f20;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  background-image: url("/img/bg_form.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.section_form .title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
}

.section_form .description {
  margin-top: 35px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}

.section_form .terms_txt {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #afafaf;
}

.section_form .terms_txt a {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #afafaf;
}

.section_form .left_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 600px;
}

.section_form .main_form {
  display: flex;
  width: 375px;
  flex-direction: column;
  gap: 10px;
}

.section_form .main_form input {
  height: 60px;
  border-radius: 0;
  width: 100%;
  padding: 17px 20px;
  background: #303030;
  font-family: var(--font3);
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.section_form .main_form input:focus {
  border: 2px solid #d4492b;
}

.section_form .main_form .button {
  padding: 14px 32px;
  font-family: var(--font3);
  font-weight: 600;
  font-size: 16px;
  color: #231f20;
  background: #fff;
}

.section_form .box_shadow_section_form {
  top: 0px;
  right: 0%;
  transform: translateX(50%);
  position: absolute;
  width: 491px;
  height: 694px;
  border-radius: 100%;
  background-color: rgba(209, 75, 42, 0.4);
  filter: blur(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

footer {
  margin-top: 140px;
  background-color: #222222;
  padding-bottom: 25px;
  position: relative;
}

footer .bg_row {
  width: 103%;
  left: 50%;
  top: 1px;
  position: absolute;
  transform: translate(-50%, -100%);
}

footer .footer__btn_top {
  background: #d4492b;
  padding: 12px;
}

footer .footer__contacts {
  display: flex;
  align-items: center;
  gap: 28px;
}

footer .footer__contacts .contact_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

footer .footer__row {
  margin: 0px 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer__line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

footer .grid__footer_line {
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  gap: 37px;
}

footer .grid__footer_line a {
  flex: 1 0 auto;
  text-align: right;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
}

footer .triangle-footer-right-white {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 45px solid #F3F1EC;
  border-left: 45px solid transparent;
}

footer .triangle-footer-left-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 45px solid #F3F1EC;
  border-right: 45px solid transparent;
}

@media (max-width: 991px) {
  .warranties .row__cell_border {
    flex-direction: column;
  }

  .warranties {
    margin-top: 60px;
  }

  .warranties .title_warranties {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 32px;
  }

  .warranties .description_warranties {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .warranties .cell_border.cell_border {
    padding-top: 93px;
    border: 1px solid #d4492b;
    border-bottom: 0px;
  }

  .warranties .cell_border.cell_border .value {
    font-size: 44px;
  }

  .warranties .cell_border.cell_border .description {
    margin-top: 17px;
    font-size: 18px;
  }

  .warranties .row__cell_border_2 .cell_border.cell_border:last-child {
    border-bottom: 1px solid #d4492b;
  }

  .section_form {
    margin-top: 80px;
  }

  .section_form .title {
    font-size: 32px;
    line-height: 120%;
  }

  .section_form .description {
    margin-top: 20px;
    font-size: 15px;
    opacity: 0.9;
  }

  .section_form .terms_txt {
    margin-top: 16px;
  }

  .section_form .body_form {
    flex-direction: column;
    padding: 20px;
    background-size: cover;
    background-position: center;
  }

  .section_form .left_content {
    max-width: none;
  }

  .section_form .main_form {
    margin-top: 32px;
    width: 100%;
    gap: 4px;
  }

  .section_form .main_form input {
    font-size: 14px;
  }

  footer .bg_row {
    display: none;
  }

  footer .footer__row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 31px;
  }

  footer .footer__contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 30px;
  }

  footer .footer__btn_top {
    position: absolute;
    right: calc(var(--bs-gutter-x) * 0.5);
    top: 20px;
  }

  footer .grid__footer_line {
    display: grid;
    grid-template-areas: "txt_2 txt_3" "txt_1 txt_4";
  }

  footer .txt_1 {
    grid-area: txt_1;
  }

  footer .txt_2 {
    grid-area: txt_2;
  }

  footer .txt_3 {
    grid-area: txt_3;
    text-align: right;
  }

  footer .txt_4 {
    grid-area: txt_4;
  }

  .section_form .box_shadow_section_form {
    display: none;
  }

  .services .box_shadow_services_3 {
    display: none;
  }

  .services .box_shadow_services_1 {
    right: -70%;
  }

  header .wrapper_header_right {
    gap: 16px;
  }
}

.first_screen_img_mob {
  display: none;
}

@media (max-width: 576px) {
  .first_screen .first_screen_img {
    display: none;
  }

  .first_screen .first_screen_img_mob {
    margin-top: 40px;
    display: block;
    width: 100%;
  }

  .header {
    gap: 30px;
  }
}

.mob_menu_burger {
  position: fixed;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  top: -120%;
  left: 0;
  background-color: #F3F1EC;
  padding-top: 114px;
}

.mob_menu_burger.active {
  top: 0;
  left: 0;
}

.mob_menu_burger .header__menu_list {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mob_menu_burger .header__menu_list a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: rgba(34, 34, 34, 0.75);
}

.mob_menu_burger .container_footer {
  position: absolute;
  bottom: 0;
  background-color: #222222;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mob_menu_burger .footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 30px;
}

.mob_menu_burger .footer__contacts .contact_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.mob_menu_burger .footer__line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.mob_menu_burger .grid__footer_line {
  display: grid;
  grid-template-areas: "txt_2 txt_3" "txt_1 txt_4";
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
}

.mob_menu_burger .txt_1 {
  grid-area: txt_1;
}

.mob_menu_burger .txt_2 {
  grid-area: txt_2;
}

.mob_menu_burger .txt_3 {
  grid-area: txt_3;
  text-align: right;
}

.mob_menu_burger .txt_4 {
  grid-area: txt_4;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  text-align: right;
}

html.active {
  overflow: hidden;
}

html.active body {
  overflow: hidden;
}

html.active body .wrapper {
  overflow: hidden;
}

.wrapper_404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #222222;
}

.wrapper_404 header {
  background-color: #fff;
}

.wrapper_404 .link_orang {
  margin-top: 40px;
  background: #d14b2a;
  padding: 12px 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.wrapper_404 .error_404_col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper_404 .txt_404 {
  margin: 22px 0 40px;
}

.wrapper_404 .bg_404 {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wrapper_404 .error_404 {
  position: relative;
}

.wrapper_404 .container_rel {
  position: relative;
}

.wrapper_typ {
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
}

.wrapper_typ header {
  background-color: #fff;
}

.section_typ {
  margin-top: 135px;
  position: relative;
}

.section_typ .title {
  margin-top: 28px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  color: #222;
}

.section_typ .col_typ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section_typ .description {
  margin-top: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #222;
}

.section_typ .link_orang {
  margin-top: 30px;
  background: #d14b2a;
  padding: 12px 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.box_shadow_typ1 {
  top: 0px;
  left: 0%;
  transform: translate(-60%, -60%);
  position: absolute;
  width: 491px;
  height: 694px;
  border-radius: 100%;
  background-color: rgba(209, 75, 42, 0.4);
  filter: blur(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.box_shadow_typ2 {
  bottom: 0px;
  right: 0%;
  transform: translate(60%, 60%);
  position: absolute;
  width: 491px;
  height: 694px;
  border-radius: 100%;
  background-color: rgba(209, 75, 42, 0.4);
  filter: blur(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.box_shadow_typ3 {
  top: 0px;
  right: 50%;
  transform: translate(50%, 0%);
  position: absolute;
  width: 258px;
  height: 359px;
  border-radius: 100%;
  background-color: rgba(209, 75, 42, 0.2);
  filter: blur(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (max-width: 576px) {
  .main_404 {
    width: 100%;
  }

  .section_typ .title {
    font-size: 32px;
  }

  .section_typ .description {
    font-size: 16px;
  }

  .section_typ .link_orang {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 20px;
  }

  .wrapper_404 .link_orang {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 20px;
  }
}

.wrapper_privacy-policy header {
  background-color: #fff;
}

.wrapper_privacy-policy .privacy-policy {
  font-family: var(--second-family);
  background-color: #222222;
  padding-top: 123px;
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
  color: #fff;
}

.wrapper_privacy-policy .txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #333;
}

.wrapper_privacy-policy .txt_bold {
  margin-top: 25px;
  font-weight: 700;
}

.wrapper_privacy-policy .privacy-policy-content {
  margin-top: 35px;
}

.wrapper_privacy-policy .privacy-policy-content ul {
  margin: 10px 0;
  padding-left: 15px;
}

.wrapper_privacy-policy .privacy-policy-content ul li {
  list-style: disc;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #333;
}

.wrapper_privacy-policy .privacy-policy {
  position: relative;
  padding-bottom: 36px;
}

.wrapper_privacy-policy .privacy_policy_top {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
}

.wrapper_privacy-policy .container-xxl .row {
  justify-content: center;
}

.wrapper_privacy-policy .triangle-policy-left {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 45px solid #F3F1EC;
  border-right: 45px solid transparent;
}

.wrapper_privacy-policy .triangle-policy-right {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 45px solid #F3F1EC;
  border-left: 45px solid transparent;
}

.wrapper_privacy-policy .box_shadow_typ1 {
  top: 1500px;
}

@media (max-width: 991px) {
  .wrapper_privacy-policy .privacy-policy {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    color: #fff;
    padding-top: 86px;
    padding-bottom: 42px;
  }

  .wrapper_privacy-policy .triangle-policy-left {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #F3F1EC;
    border-right: 25px solid transparent;
  }

  .wrapper_privacy-policy .triangle-policy-right {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #F3F1EC;
    border-left: 25px solid transparent;
  }

  .wrapper_privacy-policy .privacy-policy-content {
    margin-top: 20px;
  }

  .wrapper_privacy-policy .txt {
    font-size: 15px;
  }

  .privacy-policy-content .wrapper_privacy-policy ul li {
    font-size: 15px;
  }

  footer {
    margin-top: 80px;
  }

  .section__bg_line {
    display: none;
  }

  footer .grid__footer_line {
    gap: 12px;
  }
}

.pow_by_sw {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  line-height: normal;
  text-align: center;
}

.pow_by_sw a {
  text-decoration: underline;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
}

.img_services,
.animate_block_txt {
  will-change: left right;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.services {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.textWrapper .wordContainer:nth-child(5) {
  clear: both;
}

.wordContainer {
  overflow: hidden;
}

/* Then, set the transform */
.word {
  transform: translateY(115%);
  line-height: normal;
}

/*# sourceMappingURL=style.css.map */

.logo_header {
  width: 250px;
}

.logo_footer {
  width: 250px;
}