@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;400;700&display=swap");
header {
  display: flex;
  justify-content: space-between;
  padding: 24px 180px 0 180px;
}
@media (max-width: 768px) {
  header {
    padding: 25px;
  }
}
header img.logo {
  width: 170px;
}
@media (max-width: 768px) {
  header img.logo {
    width: 94px;
  }
}
header img.hamburger_btn {
  cursor: pointer;
  width: 24px;
}
header div.menu_wrapper {
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  padding: 170px 0 100px 137px;
  width: 472px;
  border-left: 0.5px solid #000000;
  box-sizing: border-box;
  z-index: 25;
  transition: all 0.4s ease-in-out;
  right: -770px;
  opacity: 0;
  height: 100%;
}
@media (max-width: 768px) {
  header div.menu_wrapper {
    padding: 70px 0 40px 80px;
    width: 100%;
  }
}
header div.menu_wrapper.active {
  right: 0;
  opacity: 1;
}
header div.menu_wrapper img.close_btn {
  position: absolute;
  right: 74px;
  top: 56px;
  cursor: pointer;
  width: 18px;
}
@media (max-width: 768px) {
  header div.menu_wrapper img.close_btn {
    top: 50px;
    right: 37px;
  }
}
header div.menu_wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  header div.menu_wrapper ul {
    gap: 20px;
  }
}
header div.menu_wrapper ul li {
  list-style-type: none;
}
header div.menu_wrapper ul li a {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  color: black;
}
@media (max-width: 768px) {
  header div.menu_wrapper ul li a {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
  }
}
header div.menu_wrapper .bordered_button {
  padding: 20px 106px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  header div.menu_wrapper .bordered_button {
    padding: 12px 70px;
  }
}

body > div {
  transition: transform 0.4s ease-in-out;
  position: relative;
}
body > div.menu_open {
  transform: translateX(-175px);
}

.menu-footer-menu-container {
  margin-top: 200px;
}
.menu-footer-menu-container ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.menu-footer-menu-container ul li {
  font-size: 12px;
  color: black;
  line-height: 20px;
}
.menu-footer-menu-container ul li a {
  text-decoration: none;
  color: black;
}

.homepage.menu_open {
  transform: translateX(-310px) !important;
}
.homepage .slider {
  margin-top: 180px;
}
@media (max-width: 1190px) {
  .homepage .slider {
    margin-top: 24px;
  }
}
.homepage .slider .slider_item {
  padding: 0 180px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  gap: 180px;
}
@media (max-width: 1190px) {
  .homepage .slider .slider_item {
    flex-direction: column;
    gap: 40px;
    align-items: start;
  }
}
@media (max-width: 768px) {
  .homepage .slider .slider_item {
    padding: 0 25px;
  }
}
.homepage .slider .slider_item .left {
  max-width: 100%;
}
@media (max-width: 1190px) {
  .homepage .slider .slider_item .left {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.homepage .slider .slider_item .left .image_container {
  width: 462px;
  height: 426px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-sizing: border-box;
  padding: 50px;
  background-size: 0 !important;
}
@media (max-width: 1190px) {
  .homepage .slider .slider_item .left .image_container {
    width: auto;
    height: auto;
    padding: 20px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 250px;
    height: 232px;
    background-size: contain !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}
.homepage .slider .slider_item .left .image_container img {
  height: 100%;
  position: relative;
  left: 50px;
}
@media (max-width: 1190px) {
  .homepage .slider .slider_item .left .image_container img {
    display: none;
  }
}
@media (max-width: 1190px) {
  .homepage .slider .slider_item .left {
    order: 2;
  }
}
@media (max-width: 1190px) {
  .homepage .slider .slider_item .right {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
.homepage .slider .slider_item .right > h2,
.homepage .slider .slider_item .right h2 * {
  font-family: "Avenir Next Condensed";
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0.07em;
  margin: 0;
  word-spacing: 10000px;
  max-height: 58px;
}
@media (max-width: 768px) {
  .homepage .slider .slider_item .right > h2,
  .homepage .slider .slider_item .right h2 * {
    font-size: 48px;
    line-height: 58px;
  }
}
.homepage .slider .slider_item .right > p {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .homepage .slider .slider_item .right > p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
  }
}
.homepage .slider .slider_item .right h2 img {
  height: 58px;
  width: auto;
}
.homepage .slider .slider_item .right .bordered_button {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .homepage .slider .slider_item .right .bordered_button {
    display: block;
    width: 172px;
    box-sizing: border-box;
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 12px 20px;
    font-weight: 300;
  }
}
.homepage .slider .slider_nav {
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 160px;
}
@media (max-width: 1190px) {
  .homepage .slider .slider_nav {
    margin-top: 32px;
  }
}
.homepage .slider .slider_nav .nav_pill {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #B9B9B9;
  cursor: pointer;
  border-radius: 0;
  transition: all 250ms;
}
.homepage .slider .slider_nav .nav_pill.swiper-pagination-bullet-active {
  background: black;
}

.color_page {
  padding: 0 180px;
}
@media (max-width: 1190px) {
  .color_page {
    padding: 0 25px;
  }
}
.color_page .color_header {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 1190px) {
  .color_page .color_header {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 1190px) {
  .color_page .color_header .left {
    order: 2;
    width: 100%;
    text-align: center;
  }
}
.color_page .color_header .left > h2,
.color_page .color_header .left h2 * {
  font-family: "Avenir Next Condensed";
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0.07em;
  margin: 0;
  word-spacing: 10000px;
}
@media (max-width: 768px) {
  .color_page .color_header .left > h2,
  .color_page .color_header .left h2 * {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
  }
}
.color_page .color_header .left .description {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .color_page .color_header .left .description {
    font-size: 14px;
    line-height: 24px;
  }
}
.color_page .color_header .left .bordered_button {
  margin-top: 30px;
}
.color_page .color_header .right {
  min-width: 600px;
  max-width: 600px;
  overflow: hidden;
}
.color_page .color_header .right .slider .swiper-wrapper .slider_item .image_container {
  width: 462px;
  height: 426px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-sizing: border-box;
  padding: 50px;
  margin-left: 120px;
  background-size: 0 !important;
  margin-right: 0;
  float: right;
}
@media (max-width: 1190px) {
  .color_page .color_header .right .slider .swiper-wrapper .slider_item .image_container {
    width: auto;
    height: auto;
    padding: 20px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 250px;
    height: 232px;
    background-size: contain !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
    float: none;
  }
}
.color_page .color_header .right .slider .swiper-wrapper .slider_item .image_container img {
  height: 100%;
  position: relative;
  left: -220px;
}
@media (max-width: 1190px) {
  .color_page .color_header .right .slider .swiper-wrapper .slider_item .image_container img {
    display: none;
  }
}
.color_page .color_header .right .slider_nav {
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  padding-left: 70px;
}
@media (max-width: 1190px) {
  .color_page .color_header .right .slider_nav {
    padding-left: 0;
  }
}
.color_page .color_header .right .slider_nav .nav_pill {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #B9B9B9;
  cursor: pointer;
  border-radius: 0;
  transition: all 250ms;
}
.color_page .color_header .right .slider_nav .nav_pill.swiper-pagination-bullet-active {
  background: black;
}
.color_page .sliderr {
  margin-top: 180px;
}
@media (max-width: 1190px) {
  .color_page .sliderr {
    margin-top: 16px;
  }
}
.color_page .sliderr .slider_item {
  padding: 0 180px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  gap: 180px;
}
@media (max-width: 1190px) {
  .color_page .sliderr .slider_item {
    flex-direction: column;
    gap: 40px;
    align-items: start;
    order: 1;
  }
}
@media (max-width: 768px) {
  .color_page .sliderr .slider_item {
    padding: 0 25px;
  }
}
.color_page .sliderr .slider_item .right {
  max-width: 100%;
}
@media (max-width: 1190px) {
  .color_page .sliderr .slider_item .right {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.color_page .sliderr .slider_item .right .image_container {
  width: 462px;
  height: 426px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-sizing: border-box;
  padding: 50px;
  background-size: 0 !important;
  float: right;
  margin-right: 0;
}
@media (max-width: 1190px) {
  .color_page .sliderr .slider_item .right .image_container {
    width: auto;
    height: auto;
    padding: 20px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 250px;
    height: 232px;
    background-size: contain !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    float: none;
  }
}
.color_page .sliderr .slider_item .right .image_container img {
  height: 100%;
  position: relative;
  left: -220px;
}
@media (max-width: 1190px) {
  .color_page .sliderr .slider_item .right .image_container img {
    display: none;
  }
}
.color_page .sliderr .slider_outer {
  padding: 0 180px;
  display: flex;
}
@media (max-width: 768px) {
  .color_page .sliderr .slider_outer {
    padding: 0 25px;
    flex-direction: column;
  }
}
.color_page .sliderr .slider_outer > div {
  flex: 1;
}
.color_page .sliderr .slider_outer .slider_nav {
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1190px) {
  .color_page .sliderr .slider_outer .slider_nav {
    margin-top: 32px;
  }
}
.color_page .sliderr .slider_outer .slider_nav .nav_pill {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #B9B9B9;
  cursor: pointer;
  border-radius: 0;
  transition: all 250ms;
}
.color_page .sliderr .slider_outer .slider_nav .nav_pill.swiper-pagination-bullet-active {
  background: black;
}
.color_page .down {
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .color_page .down {
    margin-top: 50px;
  }
}
.color_page .products {
  width: 856px;
  margin: 0 auto;
  margin-top: 145px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 768px) {
  .color_page .products {
    width: 100%;
    margin-top: 35px;
    gap: 20px;
  }
}
.color_page .products .product {
  display: flex;
  align-items: center;
  gap: 115px;
}
@media (max-width: 768px) {
  .color_page .products .product {
    flex-direction: column;
    padding: 25px;
    gap: 30px;
  }
}
.color_page .products .product img {
  width: 285px;
  max-width: 100%;
  height: auto;
}
.color_page .products .product .about > h3, .color_page .products .product .about > h3 * {
  font-size: 24px;
  line-height: 36px;
  color: initial !important;
  line-height: 30px;
  margin: 0;
  margin-bottom: 10px;
  word-spacing: 10000px;
}
@media (max-width: 768px) {
  .color_page .products .product .about > h3, .color_page .products .product .about > h3 * {
    font-weight: 400;
  }
}
.color_page .products .product .about > h3 {
  margin-bottom: 25px;
}
.color_page .products .product .about .description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #575756;
}
@media (max-width: 768px) {
  .color_page .products .product .about .description p {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .color_page .products .product .about .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}
.color_page .products .product .about .btns {
  width: 175px;
  text-align: right;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .color_page .products .product .about .btns {
    width: 100%;
    margin-top: 9px;
  }
}
.color_page .products .product .about .btns a {
  font-size: 14px;
  line-height: 24px;
  color: black;
  font-weight: 600;
  display: block;
  margin: 10px 0 0 0;
  text-decoration: none;
}
@media (max-width: 768px) {
  .color_page .products .product .about .btns a {
    margin-top: 5px;
    font-weight: 400;
  }
}
.color_page .products .product .about .btns a img {
  transform: rotate(-90deg);
  height: 6px;
  width: auto;
  margin-left: 6px;
}

.contact_page {
  padding: 0 180px;
}
@media (max-width: 768px) {
  .contact_page {
    padding: 0 25px;
  }
}
.contact_page .container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 90px;
}
@media (max-width: 768px) {
  .contact_page .container {
    flex-direction: column;
    gap: 30px;
  }
}
.contact_page .container .left {
  flex: 1;
}
.contact_page .container .left h1 {
  font-weight: 400;
  font-size: 50px;
}
.contact_page .container .left p {
  min-height: 8px;
  font-weight: 300;
  line-height: 30px;
}
.contact_page .container .left strong {
  font-weight: bold;
}
.contact_page .container .right {
  flex: 1;
}
@media (max-width: 768px) {
  .contact_page .container .right {
    width: 100%;
  }
}
.contact_page .container .right input:not([type=submit]), .contact_page .container .right textarea {
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #000000;
  padding: 4px;
  margin-top: 25px;
}
.contact_page .container .right input:not([type=submit])::-moz-placeholder, .contact_page .container .right textarea::-moz-placeholder {
  color: black;
}
.contact_page .container .right input:not([type=submit])::placeholder, .contact_page .container .right textarea::placeholder {
  color: black;
}
.contact_page .container .right textarea {
  height: 80px;
}
.contact_page .container .right textarea::-moz-placeholder {
  color: black;
}
.contact_page .container .right textarea::placeholder {
  color: black;
}
.contact_page .container .right .bordered_button {
  border: 0.5px solid #000000;
  display: inline-block;
  width: auto;
  margin-top: 25px;
  cursor: pointer;
}

.page {
  padding: 0 180px;
}
.page h1 {
  font-size: 50px;
  font-weight: 400;
  margin: 80px 0 80px 0;
}
.page .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #575756;
}
.page .content strong {
  font-weight: bold;
}

@font-face {
  font-family: "Avenir Next Condensed";
  src: url("fonts/Cooper_Hewitt/CooperHewitt-Book.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Condensed";
  src: url("fonts/Cooper_Hewitt/CooperHewitt-Semibold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Mulish";
  src: url("fonts/Mulish/Mulish-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url("fonts/Mulish/Mulish-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("fonts/Mulish/Mulish-Light.ttf");
  font-weight: 300;
}
* {
  font-family: "Mulish";
  font-weight: 300;
}

html, body {
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
}
html.logged-in, body.logged-in {
  margin-top: 32px !important;
}

body {
  position: relative;
  min-height: 100vh;
}

.bordered_button {
  text-decoration: none;
  color: black;
  font-size: 14px;
  border: 0.5px solid black;
  padding: 18px 80px;
  display: inline-block;
  transition: all 200ms;
  color: black;
  background-color: transparent;
}
.bordered_button:hover {
  background-color: rgb(243, 242, 242);
}/*# sourceMappingURL=main.css.map */