﻿/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #1b1c1e !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #1b1c1e !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1b1c1e !important;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1b1c1e !important;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1b1c1e !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #1b1c1e !important;
}

::placeholder { /* Most modern browsers support this now. */
  color: #1b1c1e !important;
}

body, html {
  overflow-x: hidden;
  overflow: overlay;
}

*::-webkit-scrollbar {
  display: block;
  width: 8px;
}

*::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar-track:hover {
  background-color: rgba(112, 112, 112, 0.15);
}

*::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(27, 28, 30, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

::-moz-selection {
  color: #fff;
  background: #707070;
}

::selection {
  color: #fff;
  background: #707070;
}

::placeholder {
  color: rgba(27, 28, 30, 0.5);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(27, 28, 30, 0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(27, 28, 30, 0.5);
}

.contact-us-top-max {
  margin-top: 15px;
}

.input input, .input select, .input textarea {
  border: 1px solid #1b1c1e;
  width: 100%;
  padding: 10px 16px;
  margin-bottom: 25px;
  font-size: 14px;
  font-family: "Muli";
  border-radius: 3px;
  height: 40px;
  color: #1b1c1e;
}
.input input:focus, .input select:focus, .input textarea:focus {
  outline: none;
}
.input select {
  padding: 10px 13px;
}
.input textarea {
  height: 107px;
  resize: none;
  color: #1b1c1e;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Muli";
  color: #1b1c1e;
  font-weight: 100;
}
.container-checkbox a {
  font-weight: bold;
  color: #1b1c1e;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-checkbox:hover input ~ .checkmark {
  background-color: #f3f3f3;
}
.container-checkbox input:checked ~ .checkmark {
  background-color: #1b1c1e;
}
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #1b1c1e;
}
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 6px;
  top: 2.2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-btn {
  text-align: center;
}
.form-btn button {
  margin: 30px auto 0;
  border-radius: 3px;
  border: 1px solid rgba(27, 28, 30, 0.3);
  background-color: transparent;
  color: rgba(27, 28, 30, 0.5);
  line-height: 1.25;
  letter-spacing: 0.84px;
  font-size: 12px;
  font-family: "Muli";
  padding: 10px 20px;
  display: block;
  font-weight: bold;
  transition: 0.3s ease;
  display: inline-block;
}
.form-btn button:focus {
  outline: none;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.flex-box .box-6 {
  width: 50%;
}
.flex-box .box-4 {
  width: 33.33333333%;
}
.flex-box .box-12 {
  width: 100%;
}

.min-version {
  display: none;
}

.slick-prev:before, .slick-prev.slick-disabled:before {
  opacity: 0.5;
}

.slick-next:before {
  opacity: 1;
}

.slick-next.slick-disabled:before {
  opacity: 1;
}

.btn-white {
  padding: 10px 25px;
  background-color: #fff;
  color: #1b1c1e;
  font-size: 12px;
  border-radius: 3px;
  font-family: "Muli";
  line-height: 1.25;
  letter-spacing: 0.84px;
  border: 1px solid #1b1c1e;
  transition: 0.3s ease;
  font-weight: 600;
}
.btn-white:hover {
  background-color: #1b1c1e;
  border: 1px solid #1b1c1e;
  color: #fff;
}

.btn-white-dark {
  padding: 10px 20px;
  background-color: #fff;
  color: #1b1c1e;
  font-size: 12px;
  border-radius: 3px;
  font-family: "Muli";
  line-height: 1.25;
  letter-spacing: 0.84px;
  border: 1px solid #fff;
  transition: 0.3s ease;
  font-weight: 600;
}
.btn-white-dark:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-white-dark-mode {
  padding: 10px 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  font-family: "Muli";
  line-height: 1.25;
  letter-spacing: 0.84px;
  border: 1px solid #fff;
  transition: 0.3s ease;
  font-weight: 600;
}
.btn-white-dark-mode:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1b1c1e;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

.main-carousel-inner {
  margin-bottom: 100px;
}
.main-carousel-inner .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-carousel-inner .item .carousel-img {
  min-height: 100%;
  z-index: -1;
}
.main-carousel-inner .item .banner-overlay {
  top: 0px;
  position: absolute;
  width: 100%;
  color: #fff;
}

.home-hero-min-mobile {
  display: none;
}
.home-hero-min-mobile .min-hero-carousel-mobile {
  margin: 0;
}
.home-hero-min-mobile .min-hero-carousel-mobile .slick-dots li button:before {
  font-size: 0;
}
.home-hero-min-mobile .min-hero-carousel-mobile .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}
.home-hero-min-mobile .min-hero-carousel-mobile .slick-dots {
  bottom: 8px;
}
.home-hero-min-mobile .min-hero-carousel-mobile .slick-dots li {
  margin: 0;
  width: 30px;
}
.home-hero-min-mobile .min-hero-carousel-mobile .slick-dots li button {
  background: #fff;
  width: 30px;
  opacity: 0.25;
  height: 2px;
  padding: 0;
}

.main-page-carousel-content {
  margin-top: 80px;
}
.main-page-carousel-content h1 {
  line-height: 0.84;
  letter-spacing: 1.2px;
  font-size: 40px;
  font-family: "Poppins";
  color: #fff;
  margin: 0;
}
.main-page-carousel-content p {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 1.6px;
  margin: 24px 0 0;
  font-family: "Muli";
  font-weight: 600;
}
.main-page-carousel-content img {
  margin: 100px auto 0;
}
.main-page-carousel-content .main-big-content {
  width: 880px;
  margin: 0 auto;
  position: absolute;
  z-index: 1000;
  top: 33%;
  left: 50%;
  transform: translate(-50%, 33%);
}
.main-page-carousel-content .main-carousel-content-img {
  position: absolute;
  z-index: 1000000000;
  margin: 0 auto;
  display: block;
  right: -50%;
  left: -50%;
}

.main-carousel-indicator {
  list-style: none;
  padding: 0;
  text-align: center;
  position: relative;
  bottom: 149px;
  margin-bottom: 0;
}
.main-carousel-indicator li {
  display: inline-block;
}
.main-carousel-indicator li span {
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: 0.77px;
  text-align: left;
  color: #fff;
  font-family: "Muli";
  opacity: 0.5;
}
.main-carousel-indicator li span:hover {
  opacity: 1;
}
.main-carousel-indicator .carousel-indicators {
  position: initial;
  width: auto;
  margin: 0 10px;
}
.main-carousel-indicator .carousel-indicators li {
  width: 30px;
  height: 2px;
  margin: -2px;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 0;
  position: relative;
  top: -5px;
}
.main-carousel-indicator .carousel-indicators .active {
  background-color: #fff;
}

.home-hero-min {
  display: none;
}

.section-2 {
  padding: 65px 172px;
  color: #1b1c1e;
}
.section-2 .box-6 {
  padding: 0 15px;
}
.section-2 h2 {
  font-size: 26px;
  margin: 0;
  font-family: "Poppins";
  line-height: 0.92;
  letter-spacing: 0.52px;
  font-weight: 600;
}
.section-2 p {
  font-family: "Muli";
  font-size: 16px;
  line-height: 1.5;
  margin: 30px 0 74px;
  letter-spacing: 0.16px;
}
.section-2 p:last-child {
  margin-bottom: 0;
}
.section-2 .box-6:first-child {
  display: flex;
}
.section-2 .center {
  margin: auto 0 auto 70px;
  width: 491px;
}
.section-2 img {
  border-radius: 3px;
  /*visibility:hidden;*/
  /*opacity:0;*/
}

.section-2-dark {
  color: #fff !important;
}
.section-2-dark h2 {
  letter-spacing: 0.8px !important;
}

.section-3 {
  padding: 65px 172px 70px;
  color: #1b1c1e;
}
.section-3 h2 {
  margin: 0 0 55px;
  font-family: "Poppins";
  font-size: 26px;
  line-height: 1.29;
  letter-spacing: 0.52px;
  text-align: center;
  font-weight: bold;
}
.section-3 h3 {
  font-size: 20px;
  font-family: "Poppins";
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 20px 0 15px;
  font-weight: 600;
}
.section-3 h3 a {
  color: #1b1c1e;
}
.section-3 p {
  line-height: 1.5;
  font-size: 14px;
  font-family: "Muli";
  margin: 0 0 17px;
  font-weight: 100;
}
.section-3 .box-section_3_link {
  color: #1b1c1e;
  line-height: 1.29;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-family: "Muli";
  border-bottom: 1px solid;
  font-weight: bold;
}
.section-3 .box-12 {
  text-align: center;
  padding: 0 15px;
}
.section-3 .box-12 h3 {
  margin: 20px 0 15px;
}
.section-3 .box-12 img {
  width: 100%;
  border-radius: 3px;
}
.section-3 .box-12 p {
  width: 800px;
  margin: 0 auto;
}
.section-3 .box-12 div {
  margin-top: 15px;
}
.section-3 .box-12 .box-section_3_link {
  border-bottom: none;
  text-decoration: underline;
}

.section-3_1 {
  padding: 65px 172px 70px;
  color: #1b1c1e;
}
.section-3_1 .box-section-3-width {
  width: 83.4%;
}
.section-3_1 .box-section_3 img {
  border-radius: 3px;
  width: 100%;
}
.section-3_1 .section-slide-3 .slick-slide {
  padding: 0 15px;
}
.section-3_1 h2 {
  margin: 0 0 55px;
  font-family: "Poppins";
  font-size: 26px;
  line-height: 1.29;
  letter-spacing: 0.52px;
  text-align: center;
  font-weight: bold;
}
.section-3_1 h3 {
  font-size: 20px;
  font-family: "Poppins";
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 20px 0 15px;
  font-weight: 600;
}
.section-3_1 h3 a {
  color: #1b1c1e;
}
.section-3_1 p {
  line-height: 1.5;
  font-size: 14px;
  font-family: "Muli";
  letter-spacing: 0.16px;
  margin: 0 0 17px;
  font-weight: 100;
}
.section-3_1 .box-section_3_link {
  color: #1b1c1e;
  line-height: 1.29;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-family: "Muli";
  border-bottom: 1px solid;
  font-weight: bold;
}
.section-3_1 .slick-next:before {
  background-image: url("../images/right_arrow.png");
}
.section-3_1 .slick-prev:before {
  background-image: url("../images/left_arrow.png");
  opacity: 1;
}
.section-3_1 .slick-prev:before, .section-3_1 .slick-next:before {
  color: transparent;
  font-size: 65px;
  background-repeat: no-repeat, repeat;
}
.section-3_1 .slick-prev, .section-3_1 .slick-next {
  width: 65px;
  height: 65px;
}
.section-3_1 .slick-next:hover {
  background-image: url("../images/right_hover.png");
  width: 65px;
  height: 65px;
  right: -1px;
  top: 47%;
  font-size: 65px;
}
.section-3_1 .slick-next:hover:before {
  background-image: none;
}
.section-3_1 .slick-prev:hover {
  background-image: url("../images/left_hover.png");
  width: 65px;
  height: 65px;
  left: -7px;
  top: 47%;
  font-size: 65px;
}
.section-3_1 .slick-prev:hover:before {
  background-image: none;
}
.section-3_1 .slick-prev.slick-disabled:before, .section-3_1 .slick-next.slick-disabled:before {
  opacity: 0;
}
.section-3_1 .slick-disabled:hover {
  opacity: 0;
  cursor: auto;
}
.section-3_1 .slick-prev, .section-3_1 .slick-next {
  z-index: 1;
}
.section-3_1 .slick-prev, .section-3_1 .slick-next {
  top: 42%;
}
.section-3_1 .slick-next {
  right: 37px;
}
.section-3_1 .slick-prev {
  left: -7px;
}
.section-3_1 .slick-next, .section-3_1 .slick-next:hover {
  right: -19px;
}
.section-3_1 .slick-prev, .section-3_1 .slick-prev:hover {
  left: -17px;
}
.section-3_1 .slick-prev, .section-3_1 .slick-next, .section-3_1 .slick-next:hover, .section-3_1 .slick-prev:hover {
  top: 36%;
}

.section-3-dark {
  color: #fff;
}
.section-3-dark h3 {
  letter-spacing: 0.8px !important;
}
.section-3-dark h3 a {
  color: #fff;
}
.section-3-dark h2 {
  letter-spacing: 0.8px !important;
}
.section-3-dark .box-section_3_link {
  color: #fff;
}

.section-4_1 {
  padding: 100px 187px;
}
.section-4_1 h5 {
  margin: 0 0 55px;
  font-family: "Poppins";
  font-size: 26px;
  line-height: 1.29;
  letter-spacing: 0.52px;
  color: #1b1c1e;
  text-align: center;
  font-weight: 600;
}
.section-4_1 h4 {
  margin: 20px 0 30px;
  font-family: "Muli";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
.section-4_1 p {
  margin: 0;
  font-family: "Muli";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  color: #1b1c1e;
}
.section-4_1 .box-6 {
  padding: 0 15px;
}
.section-4_1 .box-6 img {
  border-radius: 3px;
}
.section-4_1 .slick-prev, .section-4_1 .slick-next {
  position: absolute;
  bottom: -1px;
  top: unset;
  z-index: 11;
  width: 54px;
  height: 40px;
}
.section-4_1 .slick-next {
  right: 34%;
  opacity: 0.5;
}
.section-4_1 .slick-next:hover {
  opacity: 1;
}
.section-4_1 .slick-prev {
  left: 34%;
}
.section-4_1 .slick-prev:before {
  content: "";
  color: #fff;
  font-family: "Muli";
  font-size: 12px;
}
.section-4_1 .slick-next:before {
  content: "";
  color: #fff;
  bottom: 0px;
  font-family: "Muli";
  font-size: 12px;
}
.section-4_1 .slick-dotted.slick-slider {
  margin: 0;
}
.section-4_1 .box-first {
  width: 50%;
}
.section-4_1 .box-second {
  width: 50%;
  position: relative;
}
.section-4_1 .slick-dots {
  bottom: 33px;
}
.section-4_1 .slick-dots li {
  width: 45px;
  background-color: rgba(255, 255, 255, 0.25);
  height: 2px;
  margin: 0;
}
.section-4_1 .slick-dots .slick-active {
  background-color: #fff;
}
.section-4_1 .slick-dots button {
  display: none;
}
.section-4_1 .slider-nav {
  position: absolute;
  top: 50%;
  left: 57.7%;
  transform: translate(-50%, -50%);
  width: 583px;
  text-align: center;
  color: #1b1c1e;
}
.section-4_1 .slide-min-4-section {
  display: none;
}
.section-4_1 .slide_4_min_768 {
  display: none;
}

.section-4_1-dark h5, .section-4_1-dark h4, .section-4_1-dark p {
  color: #fff;
}
.section-4_1-dark h5, .section-4_1-dark h4 {
  letter-spacing: 0.8px !important;
}

.section-4_2 {
  padding: 65px 187px;
}
.section-4_2 .slide-min-4-section {
  display: none;
}
.section-4_2 .slide_4_min_768 {
  display: none;
}
.section-4_2 .section-4-image {
  border-radius: 3px;
}
.section-4_2 h5 {
  margin: 0 0 55px;
  font-family: "Poppins";
  font-size: 26px;
  line-height: 1.29;
  letter-spacing: 0.52px;
  color: #1b1c1e;
  text-align: center;
  font-weight: 600;
}
.section-4_2 .slick-prev, .section-4_2 .slick-next {
  position: absolute;
  bottom: -1px;
  top: unset;
  z-index: 11;
  width: 54px;
  height: 40px;
}
.section-4_2 .slick-next {
  right: 34%;
  opacity: 0.5;
}
.section-4_2 .slick-next:hover {
  opacity: 1;
}
.section-4_2 .slick-prev {
  left: 34%;
}
.section-4_2 .slick-prev:before {
  content: "";
  color: #fff;
  font-family: "Muli";
  font-size: 12px;
}
.section-4_2 .slick-next:before {
  content: "";
  color: #fff;
  bottom: 0px;
  font-family: "Muli";
  font-size: 12px;
}
.section-4_2 .slick-dotted.slick-slider {
  margin: 0;
}
.section-4_2 .box-first {
  width: 50%;
}
.section-4_2 .box-second {
  width: 50%;
  position: relative;
}
.section-4_2 .slick-dots {
  bottom: 33px;
}
.section-4_2 .slick-dots li {
  width: 45px;
  background-color: rgba(255, 255, 255, 0.25);
  height: 2px;
  margin: 0;
}
.section-4_2 .slick-dots .slick-active {
  background-color: #fff;
}
.section-4_2 .slick-dots button {
  display: none;
}
.section-4_2 .slider-nav {
  position: absolute;
  top: 50%;
  left: 57.7%;
  transform: translate(-50%, -50%);
  width: 583px;
  text-align: center;
  color: #1b1c1e;
}
.section-4_2 h4 {
  margin: 0 0 30px;
  font-family: "Muli";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
.section-4_2 p {
  margin: 0;
  font-family: "Muli";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  color: #1b1c1e;
}

.section-4_2-dark h5, .section-4_2-dark h4, .section-4_2-dark p {
  color: #fff;
}
.section-4_2-dark h5, .section-4_2-dark h4 {
  letter-spacing: 0.8px !important;
}

.slide4-indicator-4 .slick-next {
  right: 31%;
}
.slide4-indicator-4 .slick-prev {
  left: 31%;
}

.slide5-indicator-5 .slick-next {
  right: 28%;
}
.slide5-indicator-5 .slick-prev {
  left: 28%;
}

.half-carousel-inner .flex-box .box-6:last-child {
  position: relative;
}
.half-carousel-inner .center {
  width: 61.2%;
  margin: 0 auto;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.half-carousel-inner .center h4 {
  font-size: 24px;
  margin: 0 0 30px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  font-family: "Muli";
}
.half-carousel-inner .center p {
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-family: "Muli";
  font-size: 16px;
  margin: 0;
}

.half-carousel-indicator {
  list-style: none;
  padding: 0;
  text-align: center;
  position: relative;
  bottom: 40px;
  margin-bottom: 0;
  width: 50%;
}
.half-carousel-indicator li {
  display: inline-block;
}
.half-carousel-indicator li span {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-align: left;
  color: #fff;
  font-family: "Muli";
}
.half-carousel-indicator .carousel-indicators {
  position: initial;
  width: auto;
  margin: 0 10px;
}
.half-carousel-indicator .carousel-indicators li {
  width: 30px;
  height: 2px;
  margin: -2px;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 0;
  position: relative;
  top: -5px;
}
.half-carousel-indicator .carousel-indicators .active {
  background-color: #fff;
}

.section-5_1 {
  padding: 65px 0;
  position: relative;
  text-align: center;
}
.section-5_1 .btn-white-dark {
  margin: 32px 0 0;
  display: inline-block;
}
.section-5_1 .section-5_1_img_min {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
.section-5_1 .section-5-box {
  width: 676px;
  padding: 60px;
}
.section-5_1 img {
  width: 100%;
}
.section-5_1 .section-5-title {
  width: 392px;
}
.section-5_1 .section-5-box, .section-5_1 .section-5-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-5_1 .section-5-box h5, .section-5_1 .section-5-title h5 {
  font-family: "Poppins";
  font-size: 26px;
  margin: 0 0 15px;
  line-height: 1.4;
  letter-spacing: 0.52px;
  color: #fff;
  font-weight: 600;
}
.section-5_1 .section-5-box p, .section-5_1 .section-5-title p {
  font-size: 16px;
  margin: 0 0 32px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-family: "Muli";
  color: #fff;
}
.section-5_1 .section-5-box h6, .section-5_1 .section-5-title h6 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.52px;
  font-family: "Poppins";
  color: #f3f3f3;
  font-weight: 600;
  margin: 0;
}
.section-5_1 .min-section-5-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-5_1 .min-section-5-title h6 {
  font-family: "Poppins";
  color: #f3f3f3;
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.about-us-top-max {
  margin-top: 15px;
  padding-bottom: 0;
}

.section-2-about-us {
  padding-top: 130px;
}

.section-5_3 {
  padding: 65px 0;
}
.section-5_3 video {
  width: 100%;
  height: auto;
}

.section-6 {
  padding: 65px 187px 15px;
}
.section-6 .slick-next:before {
  background-image: url("../images/right_arrow.png");
}
.section-6 .slick-prev:before {
  background-image: url("../images/left_arrow.png");
  opacity: 1;
}
.section-6 .slick-prev:before, .section-6 .slick-next:before {
  color: transparent;
  font-size: 65px;
  background-repeat: no-repeat, repeat;
}
.section-6 .slick-prev, .section-6 .slick-next {
  width: 65px;
  height: 65px;
}
.section-6 .slick-next:hover {
  background-image: url("../images/right_hover.png");
  width: 65px;
  height: 65px;
  right: -1px;
  top: 47%;
  font-size: 65px;
}
.section-6 .slick-next:hover:before {
  background-image: none;
}
.section-6 .slick-prev:hover {
  background-image: url("../images/left_hover.png");
  width: 65px;
  height: 65px;
  left: -7px;
  top: 47%;
  font-size: 65px;
}
.section-6 .slick-prev:hover:before {
  background-image: none;
}
.section-6 .slick-prev.slick-disabled:before, .section-6 .slick-next.slick-disabled:before {
  opacity: 0;
}
.section-6 .slick-disabled:hover {
  opacity: 0;
  cursor: auto;
}
.section-6 .slick-prev, .section-6 .slick-next {
  z-index: 1;
}
.section-6 .slick-prev, .section-6 .slick-next {
  top: 42%;
}
.section-6 .slick-next {
  right: 37px;
}
.section-6 .slick-prev {
  left: -7px;
}
.section-6 .slick-next, .section-6 .slick-next:hover {
  right: -32px;
}
.section-6 .slick-prev, .section-6 .slick-prev:hover {
  left: -34px;
}
.section-6 .slick-next:hover, .section-6 .slick-prev:hover, .section-6 .slick-prev, .section-6 .slick-next {
  top: 48%;
}
.section-6 h5 {
  margin: 0 0 55px;
  font-family: "Poppins";
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.52px;
  text-align: center;
  color: #1b1c1e;
  font-weight: bold;
}
.section-6 h6 {
  margin: 0 0 20px;
  font-family: "Poppins";
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1b1c1e;
}
.section-6 .box-section-6 {
  display: flex !important;
}
.section-6 .box-section-6 img {
  border-radius: 3px 0px 0px 3px;
}
.section-6 .box-section-6 h4 {
  font-family: "Poppins";
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #fff;
}
.section-6 .box-section-6 p {
  margin: 0 0 17px;
  font-family: "Muli";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
.section-6 .box-section-6 h5 {
  font-family: "Muli";
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.56px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  display: inline;
  padding: 0;
}
.section-6 .box-section-6 .overlay_section_6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 521px;
}
.section-6 .section-6-button {
  margin: 42px 0 62px;
}
.section-6 .content-6 {
  width: 694px;
  background-color: #0a0a0a;
  position: relative;
  border-radius: 0px 3px 3px 0px;
}
.section-6 .list {
  display: inline-block;
}

.section-6-dark h5, .section-6-dark h6 {
  color: #fff;
}
.section-6-dark h5 {
  letter-spacing: 0.8px !important;
}
.section-6-dark .content-6 {
  background-color: #fff;
}
.section-6-dark .box-section-6 h4, .section-6-dark .box-section-6 p, .section-6-dark .box-section-6 h5 {
  color: #1b1c1e;
}
.section-6-dark .box-section-6 h5 {
  border-bottom: 1px solid #1b1c1e;
}

.section-7 {
  padding: 65px 0;
  color: #fff;
}
.section-7 h4 {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin: 0 0 20px;
  font-family: "Poppins";
}
.section-7 p {
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-size: 20px;
  font-family: "Muli";
  margin: 0 0 52px;
}
.section-7 .box-12 {
  position: relative;
}
.section-7 .overlay-7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 1090px;
}

.section-8 {
  padding: 65px 187px;
}
.section-8 h5 {
  margin: 0 0 55px;
  color: #1b1c1e;
  line-height: 1.29;
  letter-spacing: 0.52px;
  font-family: "Poppins";
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.section-8 .box-section_8 {
  position: relative;
  display: block !important;
  margin: 0 auto;
}
.section-8 .box-section_8 img {
  border-radius: 3px;
}
.section-8 h6 {
  position: absolute;
  top: 30px;
  left: 50px;
  font-size: 20px;
  color: #fff;
  font-family: "Poppins";
  margin: 0;
  width: 328px;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
.section-8 .slick-next:before {
  background-image: url("../images/right_arrow.png");
}
.section-8 .slick-prev:before {
  background-image: url("../images/left_arrow.png");
  opacity: 1;
}
.section-8 .slick-prev:before, .section-8 .slick-next:before {
  color: transparent;
  font-size: 65px;
  background-repeat: no-repeat, repeat;
}
.section-8 .slick-prev, .section-8 .slick-next {
  width: 65px;
  height: 65px;
}
.section-8 .slick-next:hover {
  background-image: url("../images/right_hover.png");
  width: 65px;
  height: 65px;
  right: -1px;
  top: 47%;
  font-size: 65px;
}
.section-8 .slick-next:hover:before {
  background-image: none;
}
.section-8 .slick-prev:hover {
  background-image: url("../images/left_hover.png");
  width: 65px;
  height: 65px;
  left: -7px;
  top: 47%;
  font-size: 65px;
}
.section-8 .slick-prev:hover:before {
  background-image: none;
}
.section-8 .slick-prev.slick-disabled:before, .section-8 .slick-next.slick-disabled:before {
  opacity: 0;
}
.section-8 .slick-disabled:hover {
  opacity: 0;
  cursor: auto;
}
.section-8 .slick-prev, .section-8 .slick-next {
  z-index: 1;
}
.section-8 .slick-prev, .section-8 .slick-next {
  top: 42%;
}
.section-8 .slick-next {
  right: 37px;
}
.section-8 .slick-prev {
  left: -7px;
}
.section-8 .slick-prev, .section-8 .slick-next, .section-8 .slick-next:hover, .section-8 .slick-prev:hover {
  top: 48%;
}
.section-8 .slick-next, .section-8 .slick-next:hover {
  right: 7px;
}
.section-8 .slick-prev:hover, .section-8 .slick-prev {
  left: 7px;
}

.section-8-dark h5 {
  color: #fff;
  letter-spacing: 0.8px !important;
}

.section-9_1 {
  padding: 65px 172px;
}
.section-9_1 h6 {
  margin: 0 0 35px;
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.52px;
  color: #1b1c1e;
}
.section-9_1 .box-12 {
  padding: 0 15px;
}
.section-9_1 img {
  border-radius: 3px;
}
.section-9_1 .box-6 {
  position: relative;
}
.section-9_1 .box-6 img {
  width: 750px;
}
.section-9_1 .box-6 p {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.2px;
  color: #fff;
  bottom: 25px;
  position: absolute;
  left: 33px;
  margin: 0;
}
.section-9_1 .slick-initialized .slick-slide {
  padding: 0 15px;
}
.section-9_1 .overlay-collection-other-inside {
  min-height: 100%;
  top: 0px;
  position: absolute;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
  width: 100%;
  border-radius: 3px;
}
.section-9_1 .section-slide-9 .slick-next:before {
  background-image: url("../images/right_arrow.png");
}
.section-9_1 .section-slide-9 .slick-prev:before {
  background-image: url("../images/left_arrow.png");
  opacity: 1;
}
.section-9_1 .section-slide-9 .slick-prev:before, .section-9_1 .section-slide-9 .slick-next:before {
  color: transparent;
  font-size: 65px;
  background-repeat: no-repeat, repeat;
}
.section-9_1 .section-slide-9 .slick-prev, .section-9_1 .section-slide-9 .slick-next {
  width: 65px;
  height: 65px;
}
.section-9_1 .section-slide-9 .slick-next:hover {
  background-image: url("../images/right_hover.png");
  width: 65px;
  height: 65px;
  right: -1px;
  top: 47%;
  font-size: 65px;
}
.section-9_1 .section-slide-9 .slick-next:hover:before {
  background-image: none;
}
.section-9_1 .section-slide-9 .slick-prev:hover {
  background-image: url("../images/left_hover.png");
  width: 65px;
  height: 65px;
  left: -7px;
  top: 47%;
  font-size: 65px;
}
.section-9_1 .section-slide-9 .slick-prev:hover:before {
  background-image: none;
}
.section-9_1 .section-slide-9 .slick-prev.slick-disabled:before, .section-9_1 .section-slide-9 .slick-next.slick-disabled:before {
  opacity: 0;
}
.section-9_1 .section-slide-9 .slick-disabled:hover {
  opacity: 0;
  cursor: auto;
}
.section-9_1 .section-slide-9 .slick-prev, .section-9_1 .section-slide-9 .slick-next {
  z-index: 1;
}
.section-9_1 .section-slide-9 .slick-prev, .section-9_1 .section-slide-9 .slick-next {
  top: 42%;
}
.section-9_1 .section-slide-9 .slick-next {
  right: 37px;
}
.section-9_1 .section-slide-9 .slick-prev {
  left: -7px;
}
.section-9_1 .section-slide-9 .slick-next, .section-9_1 .section-slide-9 .slick-next:hover {
  right: -19px;
}
.section-9_1 .section-slide-9 .slick-prev, .section-9_1 .section-slide-9 .slick-prev:hover {
  left: -19px;
}
.section-9_1 .section-slide-9 .slick-next:hover, .section-9_1 .section-slide-9 .slick-prev:hover,
.section-9_1 .section-slide-9 .slick-next, .section-9_1 .section-slide-9 .slick-prev {
  top: 49%;
}

.section-9_1-dark h6 {
  color: #fff;
  letter-spacing: 0.8px !important;
}

.category-page {
  margin: 80px 0 55px;
}

.category-second-page-carousel .main-carousel-indicator {
  bottom: 104px;
}

.category-page-carousel-content {
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0 0 0 188px;
}
.category-page-carousel-content .category-page-carousel-list-active {
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid;
}
.category-page-carousel-content ul {
  list-style: none;
  margin: 82px 0 78px;
  padding: 0;
}
.category-page-carousel-content ul li {
  color: #fff;
  font-family: "Muli";
  font-size: 12px;
  display: inline-block;
  line-height: 2;
  letter-spacing: 0.12px;
  padding-right: 30px;
}
.category-page-carousel-content ul li a {
  color: #c6c6c6;
  padding-bottom: 3px;
}
.category-page-carousel-content ul li a:hover {
  color: #fff;
}
.category-page-carousel-content h1 {
  font-family: "Poppins";
  line-height: 0.92;
  color: #fff;
  letter-spacing: 0.52px;
  font-size: 26px;
  font-weight: 600;
  margin: 224px 0 25px;
}
.category-page-carousel-content h2 {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #fff;
  margin: 0;
  font-family: "Poppins";
}
.category-page-carousel-content p {
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
  font-family: "Muli";
  color: #fff;
  width: 558px;
  margin: 18px 0 16px;
}
.category-page-carousel-content .download-category-btn {
  color: #fff;
  padding: 10px 20px;
  line-height: 1.25;
  letter-spacing: 0.84px;
  font-family: "Muli";
  font-size: 12px;
  border: 1px solid;
  transition: 0.3s ease;
  background-color: transparent;
  border-radius: 3px;
  font-weight: 600;
}
.category-page-carousel-content .download-category-btn:hover {
  background-color: #fff;
  color: #1b1c1e;
  border: 1px solid #fff;
}

.modal, .modal-success {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /*background-color: rgb(0,0,0);*/
  background-color: rgba(27, 28, 30, 0.4);
  z-index: 1000;
}
.modal .modal-content, .modal-success .modal-content {
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: none;
  width: 540px;
  box-shadow: none;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 3px;
  padding: 60px 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes animatetop {
  from {
    top: 0%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: 0%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
.modal .close, .modal-success .close {
  color: #1b1c1e;
  float: right;
  font-size: 28px;
  font-weight: bold;
  font-family: "Muli";
  opacity: 1;
  position: absolute;
  top: 10px;
  height: 48px;
  width: 48px;
  right: 10px;
  text-align: center;
  line-height: inherit;
  text-shadow: none;
}
.modal .close:hover,
.modal .close:focus, .modal-success .close:hover,
.modal-success .close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal h3, .modal-success h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.94;
  letter-spacing: 0.52px;
  font-family: "Poppins";
  color: #1b1c1e;
  text-align: center;
  margin: 0;
}
.modal p, .modal-success p {
  margin: 12px 0 35px;
  font-family: "Muli";
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #707070;
}
.modal .input-validation, .modal-success .input-validation {
  color: #A01803;
  font-family: "Muli";
  font-size: 11px;
  margin: 0 0 3px;
  display: none;
  text-align: left;
  line-height: 1.27;
  letter-spacing: 0.11px;
  font-weight: bold;
}
.modal .error-img, .modal-success .error-img {
  position: absolute;
  right: 89px;
  margin-top: 10px;
  display: none;
}
.modal .display-block, .modal-success .display-block {
  display: block;
}
.modal .display-none, .modal-success .display-none {
  display: none;
}

.completed {
  background-color: #1b1c1e !important;
  color: #fff !important;
}

.modal-success .modal-content {
  width: 630px;
  padding: 60px 107px 105px;
}
.modal-success h3 img {
  margin-right: 15px;
}
.modal-success p {
  margin: 28px 0 17px;
  font-family: "Muli";
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.18px;
}
.modal-success button {
  margin: 0 auto;
  text-align: center;
  color: #1b1c1e;
  line-height: 1.5;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-family: "Muli";
  font-weight: bold;
  opacity: 0.7;
  display: block;
  border: 0;
  background-color: transparent;
}

.category-page-collection {
  padding: 65px 172px 0;
}
.category-page-collection .category-page-collection-description {
  width: 581px;
  margin: 0 0 75px;
}
.category-page-collection .box-6 {
  padding: 0 15px;
}
.category-page-collection img {
  border-radius: 3px;
  width: 100%;
}
.category-page-collection h4 {
  color: #1b1c1e;
  margin: 0 0 55px;
  font-family: "Poppins";
  font-size: 26px;
  line-height: 1.29;
  letter-spacing: 0.52px;
  text-align: center;
  font-weight: 600;
}
.category-page-collection h5 {
  font-size: 20px;
  margin: 20px 0 18px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-family: "Muli";
}
.category-page-collection h5 a {
  color: #1b1c1e;
}
.category-page-collection p {
  margin: 0 0 18px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  color: #707070;
  font-family: "Muli";
  height: 71px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  display: -webkit-box;
}
.category-page-collection .collection-item-link {
  font-weight: 600;
  color: #1b1c1e;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.56px;
  font-weight: bold;
  font-family: "Muli";
  border-bottom: 1px solid;
}

.category-page-collection-dark h4 {
  color: #fff;
  letter-spacing: 0.8px;
}
.category-page-collection-dark h5 {
  letter-spacing: 0.8px;
}
.category-page-collection-dark h5 a {
  color: #fff;
}
.category-page-collection-dark p {
  color: #c6c6c6;
}
.category-page-collection-dark .collection-item-link {
  color: #fff;
}

.category-page-categoryTitle {
  display: none;
  margin: 23px 0 0 20px;
  width: 76%;
  position: absolute;
  z-index: 2;
}
.category-page-categoryTitle .category-page-carousel-list-active {
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid;
}
.category-page-categoryTitle .list-active-div {
  padding: 10px 18px 10px 0;
}
.category-page-categoryTitle a {
  font-size: 12px;
  color: #c6c6c6;
  font-family: "Muli";
  padding-bottom: 3px;
  line-height: 2;
}
.category-page-categoryTitle div {
  color: #c6c6c6;
}
.category-page-categoryTitle .slick-prev {
  left: -14%;
  z-index: 1;
}
.category-page-categoryTitle .slick-next {
  right: -19%;
  top: 17px;
}
.category-page-categoryTitle .slick-prev.slick-disabled:before,
.category-page-categoryTitle .slick-next.slick-disabled:before {
  opacity: 0;
}

.category-page-other-category {
  padding: 75px 172px 65px;
}
.category-page-other-category h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.52px;
  font-family: "Poppins";
  color: #1b1c1e;
  margin: 0 0 35px;
}
.category-page-other-category h6 {
  margin: 12px 0 35px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.14px;
  color: #707070;
  font-family: "Muli";
}
.category-page-other-category .box-12 {
  padding: 0 15px;
}
.category-page-other-category .box-6 {
  width: 48%;
  margin: 0 1%;
  position: relative;
}
.category-page-other-category .box-6 img {
  width: 100%;
  border-radius: 3px;
}
.category-page-other-category .overlay-other-category {
  min-height: 100%;
  top: 0px;
  position: absolute;
  background-image: linear-gradient(203deg, transparent 7%, rgba(17, 22, 28, 0.3) 60%);
  width: 100%;
  border-radius: 3px;
}
.category-page-other-category p {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.2px;
  color: #fff;
  position: absolute;
  bottom: 25px;
  margin-bottom: 0;
  left: 33px;
}

.category-page-other-category-dark h5 {
  letter-spacing: 0.8px;
  color: #fff;
}

.all-collactions {
  padding: 71px 172px 35px;
}
.all-collactions .box-12 {
  margin-bottom: 35px;
  padding: 0 15px;
}
.all-collactions .box-12 ul {
  list-style: none;
  margin: 0 0 56px;
  padding: 0;
}
.all-collactions .box-12 ul li {
  color: #1b1c1e;
  display: inline-block;
  font-size: 13px;
  line-height: 1.85;
  font-family: "Muli";
}
.all-collactions .box-12 h6 {
  line-height: 1.5;
  letter-spacing: 0.52px;
  font-size: 26px;
  font-family: "Poppins";
  color: #1b1c1e;
  margin: 0;
  font-weight: bold;
}
.all-collactions .box-12 p {
  line-height: 1.5;
  color: #707070;
  font-size: 16px;
  font-family: "Muli";
  margin: 13px 0;
  width: 910px;
}
.all-collactions .box-12 .sub-description {
  margin: 45px 0 10px;
}
.all-collactions .box-12 a {
  line-height: 1.5;
  letter-spacing: 0.56px;
  font-size: 13px;
  font-family: "Muli";
  color: #1b1c1e;
}
.all-collactions .box-12 .all-collection-arrow {
  margin: 0 3px 0 5px;
}
.all-collactions .min-description-collactions {
  display: none;
}
.all-collactions .min-description-collactions img {
  border-radius: 3px;
}
.all-collactions .min-description-collactions p {
  color: #1b1c1e;
  line-height: 1.5;
  font-size: 14px;
  font-family: "Muli";
  margin: 12px 0 10px;
}
.all-collactions .min-description-collactions a {
  font-size: 12px;
  font-weight: bold;
  font-family: "Muli";
  color: #1b1c1e;
  line-height: 1.25;
  letter-spacing: 0.56px;
  text-decoration: underline;
}
.all-collactions .box-4 {
  margin-bottom: 20px;
  padding: 0 15px;
}
.all-collactions .collactions-container {
  position: relative;
  width: 100%;
  /*cursor: pointer;*/
}
.all-collactions .collactions-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.all-collactions .collactions-container div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(27, 28, 30, 0.5);
  border-radius: 3px;
}
.all-collactions .collactions-container a {
  color: #fff;
}
.all-collactions .collactions-container p {
  color: #fff !important;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Muli";
}
.all-collactions .collactions-container p a {
  color: #fff;
  font-family: "Muli";
}
.all-collactions .collactions-container:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.all-collactions .collection-long-description {
  margin: 10px 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Muli";
  color: #1b1c1e;
  width: 88%;
}

.all-collactions-dark .box-12 .sub-description {
  color: #fff;
}
.all-collactions-dark .box-12 ul li {
  color: #fff;
}
.all-collactions-dark .box-12 ul li a {
  letter-spacing: 0.8px;
}
.all-collactions-dark .box-12 ul li:last-child {
  letter-spacing: 0.16px;
}
.all-collactions-dark .box-12 h6, .all-collactions-dark .box-12 a {
  color: #fff;
}
.all-collactions-dark .box-12 h6 {
  letter-spacing: 0.8px;
}
.all-collactions-dark .box-12 p {
  color: #c6c6c6;
}
.all-collactions-dark .collection-long-description {
  color: #fff;
}
.all-collactions-dark .min-description-collactions p, .all-collactions-dark .min-description-collactions a {
  color: #fff;
}

.collactions-decor {
  padding: 65px 172px 93px;
}
.collactions-decor .box-12 {
  padding: 0 15px;
}
.collactions-decor .box-12 h5 {
  font-weight: bold;
  font-size: 26px;
  font-family: "Poppins";
  line-height: 1.5;
  letter-spacing: 0.52px;
  margin: 0;
  color: #1b1c1e;
}
.collactions-decor .box-12 p {
  font-size: 14px;
  font-family: "Muli";
  line-height: 1.5;
  color: #707070;
  margin: 12px 0 45px;
}
.collactions-decor .box-8 {
  width: 75%;
}
.collactions-decor .collactions-container {
  position: relative;
  width: 100%;
  /*cursor: pointer;*/
}
.collactions-decor .collactions-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.collactions-decor .collactions-container div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(27, 28, 30, 0.5);
  border-radius: 3px;
}
.collactions-decor .collactions-container a {
  color: #fff;
}
.collactions-decor .collactions-container p {
  color: #fff !important;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Muli";
}
.collactions-decor .collactions-container p a {
  color: #fff;
  font-family: "Muli";
}
.collactions-decor .collactions-container:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.collactions-decor .decor-item {
  padding: 0 15px;
}
.collactions-decor .box-3 {
  width: 25%;
  padding: 0 108px 0 15px;
}
.collactions-decor .decor-list {
  margin-bottom: 50px;
}
.collactions-decor .decor-list p {
  margin: 0 0 16px;
  font-family: "Muli";
  font-size: 14px;
  line-height: 1.5;
  color: #1b1c1e;
  font-weight: bold;
}
.collactions-decor .decor-list .slick-track {
  margin-left: initial;
  margin-right: initial;
  display: flex;
  align-items: center;
}
.collactions-decor .min-decor-list-item {
  display: none;
}
.collactions-decor .min-decor-list-item img {
  margin-bottom: 26px;
  border-radius: 3px;
}
.collactions-decor .min-decor-list-item a {
  font-weight: bold;
  font-size: 12px;
  font-family: "Muli";
  line-height: 1.25;
  letter-spacing: 0.56px;
  color: #1b1c1e;
  text-decoration: underline;
}
.collactions-decor .slick-next:before {
  background-image: url("../images/right_arrow.png");
}
.collactions-decor .slick-prev:before {
  background-image: url("../images/left_arrow.png");
  opacity: 1;
}
.collactions-decor .slick-prev:before, .collactions-decor .slick-next:before {
  color: transparent;
  font-size: 65px;
  background-repeat: no-repeat, repeat;
}
.collactions-decor .slick-prev, .collactions-decor .slick-next {
  width: 65px;
  height: 65px;
}
.collactions-decor .slick-next:hover {
  background-image: url("../images/right_hover.png");
  width: 65px;
  height: 65px;
  right: -1px;
  top: 47%;
  font-size: 65px;
}
.collactions-decor .slick-next:hover:before {
  background-image: none;
}
.collactions-decor .slick-prev:hover {
  background-image: url("../images/left_hover.png");
  width: 65px;
  height: 65px;
  left: -7px;
  top: 47%;
  font-size: 65px;
}
.collactions-decor .slick-prev:hover:before {
  background-image: none;
}
.collactions-decor .slick-prev.slick-disabled:before, .collactions-decor .slick-next.slick-disabled:before {
  opacity: 0;
}
.collactions-decor .slick-disabled:hover {
  opacity: 0;
  cursor: auto;
}
.collactions-decor .slick-prev, .collactions-decor .slick-next {
  z-index: 1;
}
.collactions-decor .slick-prev, .collactions-decor .slick-next {
  top: 42%;
}
.collactions-decor .slick-next {
  right: 37px;
}
.collactions-decor .slick-prev {
  left: -7px;
}
.collactions-decor .slick-prev, .collactions-decor .slick-next, .collactions-decor .slick-prev:hover, .collactions-decor .slick-next:hover {
  top: 49%;
}
.collactions-decor .slick-next, .collactions-decor .slick-next:hover {
  right: -19px;
}
.collactions-decor .slick-prev, .collactions-decor .slick-prev:hover {
  left: -19px;
}
.collactions-decor .load-more-decor button {
  background-color: #1b1c1e;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.84px;
  font-family: "Muli";
  font-weight: bold;
  margin: 0 auto;
  border: 1px solid #1b1c1e;
  padding: 10px 20px;
  border-radius: 3px;
  transition: 0.3s ease;
}
.collactions-decor .load-more-decor button:hover {
  background-color: #fff;
  color: #1b1c1e;
}
.collactions-decor .load-more-decor button:focus {
  outline: none;
}

.collactions-decor-dark .box-12 h5 {
  color: #fff;
  letter-spacing: 0.8px;
}
.collactions-decor-dark .box-12 p {
  color: #c6c6c6;
}
.collactions-decor-dark .decor-list p {
  color: #fff;
  letter-spacing: 0.56px;
}
.collactions-decor-dark .slick-next:before {
  background-image: url(../images/right_dark.png);
}
.collactions-decor-dark .slick-next:hover {
  background-image: url(../images/right_dark_hover.png);
}
.collactions-decor-dark .slick-prev:before {
  background-image: url(../images/left_dark.png);
}
.collactions-decor-dark .slick-prev:hover {
  background-image: url(../images/left_dark_hover.png);
}
.collactions-decor-dark .min-decor-list-item a {
  color: #fff;
}

.collaction-gallery {
  padding: 65px 172px 85px;
}
.collaction-gallery .box-12 {
  padding: 0 15px;
}
.collaction-gallery h6 {
  line-height: 1.29;
  letter-spacing: 0.52px;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0 0 55px;
  color: #1b1c1e;
  text-align: center;
  font-size: 26px;
}
.collaction-gallery .collaction-gallery-slide .slick-next:before {
  background-image: url("../images/right_arrow.png");
}
.collaction-gallery .collaction-gallery-slide .slick-prev:before {
  background-image: url("../images/left_arrow.png");
  opacity: 1;
}
.collaction-gallery .collaction-gallery-slide .slick-prev:before, .collaction-gallery .collaction-gallery-slide .slick-next:before {
  color: transparent;
  font-size: 65px;
  background-repeat: no-repeat, repeat;
}
.collaction-gallery .collaction-gallery-slide .slick-prev, .collaction-gallery .collaction-gallery-slide .slick-next {
  width: 65px;
  height: 65px;
}
.collaction-gallery .collaction-gallery-slide .slick-next:hover {
  background-image: url("../images/right_hover.png");
  width: 65px;
  height: 65px;
  right: -1px;
  top: 47%;
  font-size: 65px;
}
.collaction-gallery .collaction-gallery-slide .slick-next:hover:before {
  background-image: none;
}
.collaction-gallery .collaction-gallery-slide .slick-prev:hover {
  background-image: url("../images/left_hover.png");
  width: 65px;
  height: 65px;
  left: -7px;
  top: 47%;
  font-size: 65px;
}
.collaction-gallery .collaction-gallery-slide .slick-prev:hover:before {
  background-image: none;
}
.collaction-gallery .collaction-gallery-slide .slick-prev.slick-disabled:before, .collaction-gallery .collaction-gallery-slide .slick-next.slick-disabled:before {
  opacity: 0;
}
.collaction-gallery .collaction-gallery-slide .slick-disabled:hover {
  opacity: 0;
  cursor: auto;
}
.collaction-gallery .collaction-gallery-slide .slick-prev, .collaction-gallery .collaction-gallery-slide .slick-next {
  z-index: 1;
}
.collaction-gallery .collaction-gallery-slide .slick-prev, .collaction-gallery .collaction-gallery-slide .slick-next {
  top: 42%;
}
.collaction-gallery .collaction-gallery-slide .slick-next {
  right: 37px;
}
.collaction-gallery .collaction-gallery-slide .slick-prev {
  left: -7px;
}
.collaction-gallery .collaction-gallery-slide .slick-prev, .collaction-gallery .collaction-gallery-slide .slick-next, .collaction-gallery .collaction-gallery-slide .slick-prev:hover, .collaction-gallery .collaction-gallery-slide .slick-next:hover {
  top: 49%;
}
.collaction-gallery .collaction-gallery-slide .slick-next, .collaction-gallery .collaction-gallery-slide .slick-next:hover {
  right: 7px;
}
.collaction-gallery .collaction-gallery-slide .slick-prev, .collaction-gallery .collaction-gallery-slide .slick-prev:hover {
  left: 7px;
}
.collaction-gallery img {
  border-radius: 3px;
}

.collaction-gallery-dark h6 {
  color: #fff;
  letter-spacing: 0.8px;
}
.collaction-gallery-dark .collaction-gallery-slide .slick-next:before {
  background-image: url(../images/right_dark.png);
}
.collaction-gallery-dark .collaction-gallery-slide .slick-next:hover {
  background-image: url(../images/right_dark_hover.png);
}
.collaction-gallery-dark .collaction-gallery-slide .slick-prev:before {
  background-image: url(../images/left_dark.png);
}
.collaction-gallery-dark .collaction-gallery-slide .slick-prev:hover {
  background-image: url(../images/left_dark_hover.png);
}

.collection-quote-filled {
  padding: 115px 0;
}
.collection-quote-filled .flex-box {
  background-color: #0a0a0a;
  padding: 130px 0;
}
.collection-quote-filled .input input, .collection-quote-filled .input select, .collection-quote-filled .input textarea {
  border: 1px solid #fff;
}
.collection-quote-filled .input-validation {
  color: #A01803;
  font-family: "Muli";
  font-size: 11px;
  margin: 0 0 3px;
  display: none;
  text-align: left;
  line-height: 1.27;
  letter-spacing: 0.11px;
  font-weight: bold;
}
.collection-quote-filled .error-img {
  display: none;
  margin-top: 10px;
  position: absolute;
  right: 15px;
}
.collection-quote-filled .input {
  position: relative;
}
.collection-quote-filled .container-checkbox {
  color: #fff;
}
.collection-quote-filled .container-checkbox a {
  color: #fff;
}
.collection-quote-filled .collection-quote-filled-form {
  width: 508px;
  margin: 0 auto;
}
.collection-quote-filled .collection-quote-filled-form h4 {
  font-family: "Poppins";
  color: #fff;
  font-weight: bold;
  margin: 0;
  line-height: 1.94;
  font-size: 26px;
  letter-spacing: 0.52px;
  text-align: center;
}
.collection-quote-filled .collection-quote-filled-form h5 {
  line-height: 1.5;
  color: #c6c6c6;
  font-weight: 100;
  font-size: 14px;
  font-family: "Muli";
  margin: 16px 0 35px;
  text-align: center;
}
.collection-quote-filled .collection-quote-filled-form form {
  width: 400px;
  margin: 0 auto;
}
.collection-quote-filled .form-btn button {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid;
}
.collection-quote-filled .container-checkbox input:checked ~ .checkmark {
  border: 1px solid #fff;
}
.collection-quote-filled .display-block {
  display: block !important;
}
.collection-quote-filled .display-none {
  display: none !important;
}
.collection-quote-filled .completed {
  background-color: #fff !important;
  color: #1b1c1e !important;
  background-color: #fff !important;
}
.collection-quote-filled .collection-quote-filled-success {
  width: 530px;
  padding: 265px 0;
  margin: 0 auto;
  display: none;
  text-align: center;
}
.collection-quote-filled .collection-quote-filled-success img {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.collection-quote-filled .collection-quote-filled-success h3 {
  font-size: 26px;
  font-family: "Poppins";
  line-height: 1.94;
  letter-spacing: 0.52px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.collection-quote-filled .collection-quote-filled-success p {
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.18px;
  color: #c6c6c6;
  margin: 28px 0 17px;
}
.collection-quote-filled .collection-quote-filled-success span {
  cursor: pointer;
  color: #c6c6c6;
  font-family: "Muli";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.14px;
}

.collection-quote-filled-dark {
  padding: 0 !important;
}
.collection-quote-filled-dark .collection-quote-filled-form h4 {
  letter-spacing: 0.8px;
}

.other-collaction-inside {
  padding: 65px 172px;
}
.other-collaction-inside h6 {
  margin: 0 0 35px;
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.52px;
  color: #1b1c1e;
}
.other-collaction-inside .box-12 {
  padding: 0 15px;
}
.other-collaction-inside img {
  border-radius: 3px;
}
.other-collaction-inside .box-6 {
  position: relative;
}
.other-collaction-inside .box-6 img {
  width: 100%;
}
.other-collaction-inside .box-6 p {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #fff;
  bottom: 30px;
  position: absolute;
  left: 30px;
  margin: 0;
}
.other-collaction-inside .slick-initialized .slick-slide {
  padding: 0 15px;
}
.other-collaction-inside .overlay-collection-other-inside {
  min-height: 100%;
  top: 0px;
  position: absolute;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
}
.other-collaction-inside .other-collaction-inside-slide .slick-next:before {
  background-image: url("../images/right_arrow.png");
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev:before {
  background-image: url("../images/left_arrow.png");
  opacity: 1;
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev:before, .other-collaction-inside .other-collaction-inside-slide .slick-next:before {
  color: transparent;
  font-size: 65px;
  background-repeat: no-repeat, repeat;
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev, .other-collaction-inside .other-collaction-inside-slide .slick-next {
  width: 65px;
  height: 65px;
}
.other-collaction-inside .other-collaction-inside-slide .slick-next:hover {
  background-image: url("../images/right_hover.png");
  width: 65px;
  height: 65px;
  right: -1px;
  top: 47%;
  font-size: 65px;
}
.other-collaction-inside .other-collaction-inside-slide .slick-next:hover:before {
  background-image: none;
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev:hover {
  background-image: url("../images/left_hover.png");
  width: 65px;
  height: 65px;
  left: -7px;
  top: 47%;
  font-size: 65px;
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev:hover:before {
  background-image: none;
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev.slick-disabled:before, .other-collaction-inside .other-collaction-inside-slide .slick-next.slick-disabled:before {
  opacity: 0;
}
.other-collaction-inside .other-collaction-inside-slide .slick-disabled:hover {
  opacity: 0;
  cursor: auto;
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev, .other-collaction-inside .other-collaction-inside-slide .slick-next {
  z-index: 1;
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev, .other-collaction-inside .other-collaction-inside-slide .slick-next {
  top: 42%;
}
.other-collaction-inside .other-collaction-inside-slide .slick-next {
  right: 37px;
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev {
  left: -7px;
}
.other-collaction-inside .other-collaction-inside-slide .slick-next, .other-collaction-inside .other-collaction-inside-slide .slick-next:hover {
  right: -19px;
}
.other-collaction-inside .other-collaction-inside-slide .slick-prev, .other-collaction-inside .other-collaction-inside-slide .slick-prev:hover {
  left: -19px;
}
.other-collaction-inside .other-collaction-inside-slide .slick-next:hover, .other-collaction-inside .other-collaction-inside-slide .slick-prev:hover,
.other-collaction-inside .other-collaction-inside-slide .slick-next, .other-collaction-inside .other-collaction-inside-slide .slick-prev {
  top: 49%;
}

.other-collaction-inside-dark h6 {
  color: #fff;
  letter-spacing: 0.8px;
}
.other-collaction-inside-dark .other-collaction-inside-slide .slick-next:before {
  background-image: url(../images/right_dark.png);
}
.other-collaction-inside-dark .other-collaction-inside-slide .slick-next:hover {
  background-image: url(../images/right_dark_hover.png);
}
.other-collaction-inside-dark .other-collaction-inside-slide .slick-prev:before {
  background-image: url(../images/left_dark.png);
}
.other-collaction-inside-dark .other-collaction-inside-slide .slick-prev:hover {
  background-image: url(../images/left_dark_hover.png);
}

.display-none-footer {
  display: none !important;
}

.display-block-footer {
  display: block !important;
}

.accordion__item {
  margin-bottom: 22px;
}

.accordion__title {
  color: #f3f3f3;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  font-family: "Muli";
  line-height: 1.71;
  letter-spacing: 0.14px;
}

.accordion__title::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  transition: transform 0.3s ease-in;
  position: relative;
  top: 8px;
  font-size: 10px;
  left: 5px;
}

.is-open .accordion__title::after {
  transform: rotate(180deg);
}

.accordion__body {
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.accordion__content {
  border-radius: 4px;
  padding: 22px 0;
}
.accordion__content ul li {
  padding-bottom: 0;
}

.generalCatalog-popUp {
  cursor: pointer;
}

.nav-1 {
  background-color: #0a0a0a;
  padding: 0 187px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.nav-1 .box-6-nav-1 {
  margin: auto;
}
.nav-1 .header-main {
  padding: 10px 0;
}
.nav-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.nav-1 ul li {
  display: inline-block;
  padding-right: 45px;
  color: #f3f3f3;
  line-height: 1.25;
  letter-spacing: 1.6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Muli";
}
.nav-1 ul li:last-child {
  padding-right: 0;
}
.nav-1 ul a {
  color: #f3f3f3;
}

.nav-2 {
  background-color: #0a0a0a;
  padding: 0 187px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.nav-2 .header-main {
  padding: 10px 0;
}
.nav-2 ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
}
.nav-2 ul li {
  display: inline-block;
  padding-right: 40px;
  color: #f3f3f3;
  line-height: 1.25;
  letter-spacing: 1.6px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Muli";
  cursor: pointer;
}
.nav-2 ul li:last-child {
  padding-right: 0;
}
.nav-2 ul a {
  color: #f3f3f3;
}
.nav-2 .box-h-1 {
  width: 18%;
}
.nav-2 .box-h-2 {
  width: 64%;
  margin: auto 0;
}
.nav-2 .box-h-3 {
  width: 18%;
  margin: auto 0;
}
.nav-2 .box-h-3 ul {
  text-align: right;
}

.drop-down-navigation {
  position: relative;
  z-index: 1;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.drop-down-navigation .flex-box {
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 3px 10px 0 rgba(27, 28, 30, 0.15);
  padding: 30px 573px;
}
.drop-down-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drop-down-navigation ul li:first-child {
  padding-bottom: 27px;
  letter-spacing: 0.14px;
  font-family: "Muli";
  font-size: 14px;
  line-height: 1.29;
}
.drop-down-navigation ul li:first-child a {
  font-weight: bold;
  color: #1b1c1e;
}
.drop-down-navigation ul li {
  font-size: 14px;
  line-height: normal;
  font-family: "Muli";
  padding-bottom: 17px;
  letter-spacing: normal;
  font-weight: 600;
}
.drop-down-navigation ul li a {
  color: #1b1c1e;
}
.drop-down-navigation .nav-box-1 {
  width: 31%;
}
.drop-down-navigation .nav-box-2 {
  width: 69%;
}
.drop-down-navigation .nav-box-2 img {
  border-radius: 3px;
}

.arrow-down {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}

.arrow-down-open {
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}

.drop-down-navigation-none {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.drop-down-navigation-block {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
  z-index: 2;
}

/************************************************/
/************************************************/
/***************** MOBILE NAVIGATION *************/
/************************************************/
/************************************************/
.m-box-6 {
  width: 50%;
}

.min-navigation {
  display: none;
}
.min-navigation .top-header {
  background-color: #0a0a0a;
  padding: 10px 52px;
  position: absolute;
  width: 100%;
}
.min-navigation .sidenav-close img {
  margin: 0 0 0 auto;
  padding: 16px 52px 10px;
}

.logo-inside-nav {
  display: none;
  padding: 16px 0 0 40px;
}

.nav-logo {
  position: relative;
  top: 4px;
}

.min-sidenav ul {
  list-style: none;
  margin: 0;
  padding: 62px 57px 0 52px;
}
.min-sidenav ul .first-element-sidenav {
  font-size: 14px;
  padding: 0 0 30px;
}
.min-sidenav ul li {
  color: #f3f3f3;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 1.1px;
  padding: 0 0 13px;
  font-family: "Muli";
}
.min-sidenav ul li a {
  color: #fff;
}
.min-sidenav .accordion-list {
  margin-bottom: 29px;
}

.navgation-accordion .accordion__title {
  font-size: 14px;
  justify-content: space-between;
}
.navgation-accordion .accordion__item {
  margin-bottom: 18px;
}
.navgation-accordion .accordion__content {
  padding: 17px 0 0;
}
.navgation-accordion .accordion__title::after {
  top: 4px;
}
.navgation-accordion .accordion-no-body {
  line-height: 1.71;
  letter-spacing: 0.14px;
  font-size: 14px;
  margin-bottom: 18px;
}
.navgation-accordion ul {
  padding: 0 10px !important;
}
.navgation-accordion ul li {
  font-size: 14px;
  padding: 0 0 13px;
  font-weight: 600;
}
.navgation-accordion ul li a {
  color: #fff;
}
.navgation-accordion ul li:last-child {
  padding-bottom: 0;
}

.accordion-list {
  padding-bottom: 0 !important;
}

.curentCategory-generalCatalog-popup {
  z-index: 1001;
}

.view-all-collection {
  padding-top: 23px;
}

.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #0a0a0a;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

.sidenav .collapsible {
  margin: 0;
}

.drag-target {
  height: 100%;
  width: 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.drag-target.right-aligned {
  right: 0;
}

.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav .collapsible-body {
  padding: 0;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: transparent;
  z-index: 997;
  display: none;
}

.category-page-main-carousel-mobile {
  display: none;
}

.section-3-min768 {
  display: none;
}
.section-3-min768 div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 322px;
  margin: 0 !important;
}

.home-hero-new-max {
  margin: 80px 0 65px;
}
.home-hero-new-max .home-hero-new-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.home-hero-new-max .slick-dots li button:before {
  font-size: 0;
}
.home-hero-new-max .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}
.home-hero-new-max .slick-dots {
  bottom: 24px;
}
.home-hero-new-max .slick-dots li {
  margin: 0;
  width: 30px;
}
.home-hero-new-max .slick-dots li button {
  background: #fff;
  width: 30px;
  opacity: 0.25;
  height: 2px;
  padding: 0;
}

.home-hero-new-item img {
  width: 100% !important;
}

.category-hero-new-max {
  margin: 80px 0 60px;
}
.category-hero-new-max .home-hero-new-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.category-hero-new-max .slick-dots li button:before {
  font-size: 0;
}
.category-hero-new-max .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}
.category-hero-new-max .slick-dots {
  bottom: 24px;
}
.category-hero-new-max .slick-dots li {
  margin: 0;
  width: 30px;
}
.category-hero-new-max .slick-dots li button {
  background: #fff;
  width: 30px;
  opacity: 0.25;
  height: 2px;
  padding: 0;
}

.main-page-carousel-content-new {
  margin-top: 80px;
}
.main-page-carousel-content-new h1 {
  line-height: 0.84;
  letter-spacing: 1.2px;
  font-size: 40px;
  font-family: "Poppins";
  color: #fff;
  margin: 0;
}
.main-page-carousel-content-new p {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 1.6px;
  margin: 24px 0 0;
  font-family: "Muli";
  font-weight: 600;
}
.main-page-carousel-content-new .main-carousel-content-img-new {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 10%;
  right: 10%;
  color: #fff;
}
.main-page-carousel-content-new .main-big-content-new {
  width: 880px;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 44%;
  left: 10%;
  right: 10%;
  /*left: 50%;*/
  /*transform: translate(-50%, 44%);*/
}
.main-page-carousel-content-new img {
  margin: 100px auto 0;
}

.pdf-file, .pdf-file-cm, .pdf-file-nav {
  display: none;
}

.drop-dwon-overlay {
  /*margin-top: 80px;*/
  height: 881px;
  position: absolute;
  width: 100%;
  margin-top: 80px;
}

.content-page {
  padding: 144px 172px 100px;
  color: #1b1c1e;
}
.content-page h1 {
  font-size: 26px;
  margin: 0 0 55px;
  font-family: "Poppins";
  font-size: 26px;
  line-height: 1.29;
  letter-spacing: 0.52px;
  font-weight: bold;
}
.content-page .accordion__title {
  color: #1b1c1e;
  border-bottom: 1px solid;
  padding: 10px 0;
  font-size: 20px;
}
.content-page .accordion__title::after {
  margin: 0 0 0 auto;
  top: 13px;
  left: 0;
}

.content-page-dark {
  color: #fff;
}
.content-page-dark h1 {
  letter-spacing: 0.8px;
}
.content-page-dark .accordion__title {
  color: #fff;
  letter-spacing: 0.8px;
}
.content-page-dark .accordion__content h1, .content-page-dark .accordion__content h2, .content-page-dark .accordion__content h3, .content-page-dark .accordion__content h4, .content-page-dark .accordion__content h5, .content-page-dark .accordion__content h6, .content-page-dark .accordion__content p, .content-page-dark .accordion__content ul li, .content-page-dark .accordion__content a, .content-page-dark .accordion__content span {
  color: #fff !important;
}

footer {
  background-color: #f3f3f3;
  padding: 75px 0 0;
  font-family: "Muli";
}
footer .brand-logo {
  padding: 0 0 22px;
}
footer .display-block {
  display: block;
}
footer .display-none {
  display: none;
}
footer .accordion-f {
  display: none;
}
footer .f-box-1 {
  box-sizing: border-box;
  width: 65.59%;
}
footer .f-box-2 {
  box-sizing: border-box;
  width: 34.41%;
}
footer .footer-top {
  padding: 0 0 67px;
  width: 1554px;
  margin: 0 auto;
}
footer .footer-top .f-box-3 {
  width: 18%;
}
footer .footer-top .f-box-3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-top .f-box-3 ul li:first-child {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.14px;
  color: #1b1c1e;
  padding: 0 0 24px;
}
footer .footer-top .f-box-3 ul li {
  line-height: 1.85;
  font-size: 13px;
  color: #666;
  padding: 0 0 18px;
  transition: 0.3s;
  text-decoration: none;
}
footer .footer-top .f-box-3 ul li a {
  color: #666;
}
footer .footer-top .f-box-3 ul li a:hover {
  color: #1b1c1e;
  transition: 0.3s;
}
footer .footer-bottom {
  text-align: center;
  padding: 0 0 26px;
}
footer .footer-bottom .f-b-top {
  margin: 0 0 31px;
  padding: 0;
}
footer .footer-bottom .f-b-top li {
  display: inline-block;
  color: #1b1c1e;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.14px;
  padding: 0 19px 0 15px;
  border-right: 1px solid;
  font-weight: normal;
}
footer .footer-bottom .f-b-top li a {
  color: #1b1c1e;
  text-decoration: none;
}
footer .footer-bottom .f-b-top li a img {
  margin-right: 10px;
}
footer .footer-bottom .f-b-top li:last-child {
  border: none;
}
footer .footer-bottom .f-b-bottom {
  padding: 0;
  margin: 0;
}
footer .footer-bottom .f-b-bottom li {
  line-height: 1.25;
  letter-spacing: 0.12px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  padding: 0 19px 0 15px;
  border-right: 1px solid;
  display: inline-block;
}
footer .footer-bottom .f-b-bottom li a {
  color: #666;
  transition: 0.3s;
  text-decoration: none;
}
footer .footer-bottom .f-b-bottom li a:hover {
  color: #afafaf;
  transition: 0.3s;
}
footer .footer-bottom .f-b-bottom li:last-child {
  border: none;
}
footer .title {
  line-height: 1.71;
  letter-spacing: 0.14px;
  font-size: 14px;
  font-weight: bold;
  color: #1b1c1e;
  margin: 17px 0 10px;
}
footer .description {
  line-height: 1.85;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 10px;
}
footer .social-network {
  margin: 0;
  padding: 0;
}
footer .social-network li {
  display: inline-block;
  padding: 0 5px 0 0;
}
footer .social-network img {
  opacity: 0.7;
}
footer .social-network img:hover {
  opacity: 1;
}
footer .newsletter .newsletter-email {
  display: flex;
  justify-content: space-between;
}
footer .newsletter .newsletter-result {
  color: #1b1c1e;
  line-height: 1.25;
  letter-spacing: 0.12px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 6px;
}
footer .newsletter .error {
  color: #CF6679;
}
footer .newsletter input {
  padding: 10px 16px;
  color: #1b1c1e;
  border-radius: 3px;
  font-size: 14px;
  border: none;
  height: 40px;
  width: 76%;
  background-color: #fff;
}
footer .newsletter button {
  line-height: 1.25;
  letter-spacing: 0.84px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  padding: 10px 20px;
  height: 40px;
  border: 1px solid #fff;
  background-color: #fff;
  transition: 0.3s;
  color: #1b1c1e;
}
footer .cards-type {
  margin: 30px 0 0;
}
footer .cards-type img {
  float: right;
}
footer .min-card {
  display: none;
}

.footer-dark {
  background-color: #0a0a0a;
}
.footer-dark .footer-top .f-box-3 ul li:first-child {
  color: #f3f3f3;
}
.footer-dark .footer-top .f-box-3 ul li {
  color: #C6C6C6;
}
.footer-dark .footer-top .f-box-3 ul li a {
  color: #C6C6C6;
}
.footer-dark .footer-top .f-box-3 ul li a:hover {
  color: #fff;
}
.footer-dark .footer-bottom .f-b-top li {
  color: #f3f3f3;
}
.footer-dark .footer-bottom .f-b-top li a {
  color: #f3f3f3;
}
.footer-dark .footer-bottom .f-b-bottom li {
  color: #afafaf;
}
.footer-dark .footer-bottom .f-b-bottom li a {
  color: #afafaf;
  transition: 0.3s;
}
.footer-dark .footer-bottom .f-b-bottom li a:hover {
  transition: 0.3s;
  color: #fff;
}
.footer-dark .title {
  color: #f3f3f3;
}
.footer-dark .description {
  color: #b7b7b7;
}
.footer-dark .newsletter .newsletter-result {
  color: #fff;
}
.footer-dark .newsletter .error {
  color: #CF6679;
}
.footer-dark .newsletter input {
  color: #A4A4A5;
}
.footer-dark .newsletter button {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
