html {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a:focus {
  outline: none;
}

h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 40px
}

h3 {
  font-size: 27px;
  margin-bottom: 40px;
  font-weight: 400;
}

h4 {
  font-size: 25px;
  margin-bottom: 40px;
  font-weight: 400;
}

.buton {
  border: 1px solid #fff;
  padding: 5px 15px;
  display: inline-block;
  transition: all 0.06s ease-in-out;
  cursor: pointer;
  display: flex;
  gap: 10px;
}

.buton.black {
  background: #000;
  color: #fff;
  text-transform: uppercase;
}

.buton.black:hover {
  background: #111;
  color: #ddd;
  border-block-color: #ddd;
}

.buton:hover {
  background: #000;
  color: #ddd;
  border-block-color: #ddd;
}

.wrapper {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
}

.page-homepage .top .slider .slide {
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  
}

.page-homepage .top .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-homepage .top .flex {
  height: 100vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.page-homepage .top .flex h1 {
  font-size: 45px;
  font-weight: 400;
}

.page-homepage .top .flex img {
  width: 45px;
}

.page-homepage .top .flex p {
  border: 1px solid #fff;
  padding: 5px 15px;
  display: block;
}

html:not(.page-homepage) {
  padding-top: 120px
}

html:not(.page-homepage) header {
  color: #000;
  /* position: relative; */
  background: #fff;
  border-bottom: 1px solid #000;
}

html header.fixed {
  color: #000;
  position: relative;
  border-bottom: 1px solid #000;
  background: #fff;
  position: fixed;
  /* padding: 20px 0; */
  height: 80px;
}

header .login {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

header.fixed .menu .language-selector span {
  background: #000
}
html:not(.page-homepage) header .menu .language-selector span {
  background: #000
}

html.page-homepage header .logo .black,
html.page-homepage header .login .black {
  display: none;
}


html header.fixed .logo .white,
html header.fixed .login .white {
  display: none;
}

html header.fixed .logo .black,
html header.fixed .login .black{
  display: block;
}

html:not(.page-homepage) header .logo .white {
  display: none;
}



header {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  /* padding: 40px 0; */
  height: 120px;
  display:  flex;
  transition: all 0.2s ease-in-out;
  justify-content: space-between;
  align-items: center;
}

header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

header .menu .group {
  flex: 1 1 0;
  display: flex;
  gap: 30px;
}

header .menu .group:last-of-type {
  display: flex;
  justify-content: flex-end;
}

header .menu .language-selector {
  display: flex;
  align-items: center;
  gap: 6px;
}

html[lang="ro"] header .menu .language-selector a:nth-of-type(2) {
  font-weight: 600;
  pointer-events: none;
}

html[lang="en"] header .menu .language-selector a:nth-of-type(1) {
  font-weight: 600;
  pointer-events: none;
}

header .menu .language-selector span {
  width: 1px;
  height: 15px;
  background: #fff
}
.page-homepage .top .slider .slick-dots {
  margin: 0 auto;
  left:  0;
  right: 0;
  text-align: left;
  bottom: 50px;
  z-index: 1;
}

.page-homepage .top .slider .slick-dots li {
  width: 38px;
  margin: 0;
}

.page-homepage .top .slider .slick-dots li button {
    font-size: 12px;
    line-height: 12px;
    height: auto;
    padding: 0;
    color: transparent;
    width: 100%;
}

.page-homepage .top .slider .slick-dots li:first-of-type button {
  text-align: left;
  color: #fff;
}

.page-homepage .top .slider .slick-dots li:last-of-type button {
  text-align: right;
  color: #fff;
}

.page-homepage .top .slider .slick-dots li button:before {
  content:  '';
  width:  38px; 
  height: 3px;
  background: rgba(255,255,255,0.5);
  bottom: 0;
  top: auto;
}
.page-homepage .top .slider .slick-dots li.slick-active button:before {
  background: #fff;
}

.page-homepage .s1 {
  padding: 70px 0
}

.page-homepage .s1 .flex {
  display: flex;
  justify-content: space-between;
}

.page-homepage .s1 .flex>div {
  max-width: 330px;
}

.s2 {
  background-image: url('../img/s2.jpg');
  background-position: center;
  background-size: cover;
  color: #fff;
}

.s2 .content {
  height: calc(100vh - 80px);
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  align-items: flex-start;
}

.s2 .content h2 {
  margin: 0;
}

.s2 .content h4 {
  margin: 0
}

.s2 .content .flex {
  max-width: 700px;
  display: flex;
  gap: 40px;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#modal_login {
  text-align: center;
}

#modal_login .modal-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* max-width: 300px; */
  gap: 20px;
}

#modal_login input {
  border: 1px solid #000;
  padding: 10px 15px;
}

.error {
  border: 1px solid red;
  padding: 5px 15px;
  display: none;
}

#logout {
  cursor: pointer;
  text-transform: uppercase;
}

.projects {
  padding: 60px 0;
}

.projects h2 {
  margin-bottom: 60px;
}

.projects .slider .img {
  background-position: center;
  background-size: cover;
}

.projects .slider-wr {
  max-width: 1660px;
  min-height: 661px;
  margin: 0 auto
}

.projects .slider .slick-slide.slick-current .img {
  max-width: 100%;
  width: 100%;
}
.projects .slider .slick-slide.slick-current + .slick-slide .img {
  margin: 0
}



.projects .slider .slick-slide .img {
  max-width: 350px;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 0 0 auto;
}

.projects .slider .slick-slide .title {
  max-width: 350px;
  display: block;
  margin: 0 0 20px auto;
}

.projects .slider .slick-slide.slick-current + .slick-slide .title,
.projects .slider .slick-slide.slick-current .title {
  margin: 0 0 20px 0;
}

.projects .slider .slick-slide {
  width: 900px;
  height: 821px;
  padding: 10px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}

.projects .slider .slick-slide.slick-current {
  cursor: auto;
  opacity: 1;
}

.projects .slider .slick-slide.slick-current .card {
  opacity: 1;
  max-height: 1000px;
  overflow: auto;
}

.projects .slider .slick-slide .card {
  background: #fff;
  padding: 25px;
  margin-top: -200px;
  position: relative;
  z-index: 3;
  width: 80%;
  margin-left: 10%;
  box-shadow: 1px 1px 34px 0px rgba(0,0,0,0.1);
}

.projects .slider .slick-slide .card {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.projects .slider .slick-slide .card .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.projects .slider .slick-slide .card .products .product {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
}

.projects .slider .slick-slide .card .products .product .img-round {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.projects .slider .slick-slide .card .products .product a {
  display: block;
  width: 30px;
  padding: 10px;
}

.projects .slider .slick-slide .card .products .product .title {
  margin: 0;
  width: calc(100% - 90px);
}

.projects .slider .slick-slide .card>.top p {
  margin-bottom: 5px
}

.projects .slider .slick-slide .card>.top {
  margin: 20px 0
}

.projects .slider .slick-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: left;
  bottom: -10px;
  z-index: 0;
  display: table;
  width: auto;
  position: relative;
}

.projects .slider .slick-dots li {
  width: 38px;
  margin: 0;
}

.projects .slider .slick-dots li button {
    font-size: 12px;
    line-height: 12px;
    height: auto;
    padding: 0;
    color: transparent;
    width: 100%;
}

.projects .slider .slick-dots li:first-of-type button {
  text-align: left;
  color: #000;
}

.projects .slider .slick-dots li:last-of-type button {
  text-align: right;
  color: #000;
}

.projects .slider .slick-dots li button:before {
  content:  '';
  width:  38px; 
  height: 3px;
  background: rgba(0,0,0,0.5);
  bottom: 0;
  top: auto;
}
.projects .slider .slick-dots li.slick-active button:before {
  background: #000;
}

footer {
  background: #F4F7FA;
  padding: 50px 0
}

footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

footer .flex>.left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .flex>.left>.bottom {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

footer .flex .group {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 23px;
}

footer .flex .group>div {
  padding-top: 1px;
}

footer .flex .group .links {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

footer .flex>.right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
  width: 525px;
}

footer .flex>.right input {
  line-height: 44px;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #000;
}

footer .flex>.right textarea {
  padding: 11px 15px;
  background: transparent;
  border: 1px solid #000;
  height: 110px;
  resize: none;
}

footer .flex>.right input::placeholder,
footer .flex>.right textarea::placeholder {
  color: #A2A2A2;
  opacity: 1;
}

footer .flex>.right .buton {
  line-height: 31px;
  text-align: center;
  background: #000;
  color: #fff;
}

footer .flex>.right .buton:hover {
  opacity: 0.8;
}

.page_products .categories {
  margin-top: 30px
}

.page_products .categories .list {
  /* display: flex; */
}

.page_products .categories .category {
  width: 20%;
  position: relative;
}
.page_products .categories .category .img {
  padding: 50%;
  background-size: cover;
  background-position: center;
}

.page_products .categories .category .title {
  font-size: 19px;
  height: 3em;
  display: flex;
  align-items: flex-end;
}

.page_products .categories .category span {
  background: #000;
  color: #fff;
  line-height: 27px;
  display: table;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.page_products .categories .list .slick-slide {
  margin: 0 10px; /* Space between slides */
}

.page_products .categories .list .slick-next,
.page_products .categories .list .slick-prev {
  top: calc(50% + 25px);
}

.page_products .categories .list .slick-next:before,
.page_products .categories .list .slick-prev:before {
  border-color: #000;
}

.page_products .categories .list .slick-prev {
  left: -40px;
}

.page_products .categories .list .slick-next {
  right: -40px;
}

.page_products .categories .list .slick-list {
  margin: 0 -10px; /* Adjust to compensate for the margins on slides */
}

.products-wrapper .active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px 0;
}

.products-wrapper .active-filters>p {
  margin: 0;
  padding: 10px 20px;
  background: #F5F7FA;
  display: flex;
  align-items: center;
  gap: 10px;
}

.products-wrapper .active-filters>p span::first-letter {
  text-transform: uppercase;
}

.products-wrapper .active-filters>p .del {
  cursor: pointer;
  padding: 3px;
}

.products-wrapper .views {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  gap: 15px;
}

.products-wrapper .views img {
  cursor: pointer;
}

.products-wrapper .main-wrapper {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.products-wrapper .filters {
  width: 280px;
}

.products-wrapper .filters .filter-group {
  border: 1px solid #E5E5E5;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.products-wrapper .filters .filter-group .filter-values {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  row-gap:  10px;
  flex-wrap: wrap;
}

.products-wrapper .filters .filter-group .filter-values label {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.products-wrapper .filters .filter-group .filter-values label input {
  display: none;
}

.products-wrapper .filters .filter-group .filter-values label span {
  height: 16px;
  width: 16px;
  outline: 1px solid #707070;
  display: inline-block;
  border-radius: 3px;
}

.products-wrapper .filters .filter-group .filter-values label input:checked+span {
  background: #000;
  border: 4px solid #fff;
}

.products-wrapper .filters .filter-group .filter-values label p {
  margin: 0;
  font-weight:  400;
  font-size: 14px;
}

.products-wrapper .filters .filter-group .filter-values label p::first-letter {
  text-transform: uppercase;
}

.products-wrapper .filters .filter-group .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
}






/* Styles for the price input container */
.price-input-container {
    width: 100%;
    margin: 20px 0;
}

.price-input input {
    border: none;
    background: transparent;
    padding-left: 0px;
    position: relative;
    left: 13px;
}

.price-input {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.price-input>span {
  height: 2px;
  width: 6px;
  background: #000;
}

.price-input .price-wrapper {
  display: flex;
  height: 52px;
  width: 111px;
  background: #F5F7FA;
  justify-content: center;
  align-items: center;
}

.price-input .price-wrapper span {
  text-align: left;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider-container {
    width: 100%;
}

.slider-container {
    height: 2px;
    position: relative;
    background: #e4e4e4;
    border-radius: 0px;
}

.slider-container .price-slider {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 0px;
    background: #000;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 2px;
    background: none;
    top: -2px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #000;
    pointer-events: auto;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .main {
        width: 80%;
        margin-right: 5px;
    }

    .custom-wrapper {
        width: 100%;
        left: 0;
        padding: 0 10px;
    }

    .projtitle {
        width: 100%;
        position: relative;
        right: 26px;
    }

    .price-input {
        /* flex-direction: column; */
        align-items: center;
    }


}

.products-wrapper.list .views img:first-of-type {
  opacity: 0.3;
  pointer-events: none;
}

.products-wrapper.grid .views img:last-of-type {
  opacity: 0.3;
  pointer-events: none;
}

.products-wrapper .products {
  width: calc(100% - 314px);
}

.page-product .products-wrapper .products,
.page-project .products-wrapper .products{
  width: 100%;
  margin-bottom: 50px;
}

.products-wrapper.grid .products {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products-wrapper .products .product {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  padding-top: 15px;
}

.products-wrapper.grid .products .product {
  display: flex;
  flex-direction: column;
  width: 290px;
  padding: 0;
  border-bottom: none;
  gap: 20px;
  position: relative;
}

.page-product .products-wrapper.grid .products .product {
  width: 245px;
  display: flex;
  justify-content: flex-start;
}

.products-wrapper .products .product:first-of-type {
  padding-top: 0;
  position: relative;
}

.products-wrapper .products .product .img {
  height: 100px;
  width: 100px;
}

.products-wrapper.grid .products .product .img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.products-wrapper .products .product .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-wrapper .products .product>.left {
  width: 100px;
}
.products-wrapper.grid .products .product>.left {
  width: 100%;
  padding: 50%;
  position: relative;
}

.products-wrapper .products .product>.center {
  width: calc(100% - 330px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products-wrapper.grid .products .product>.center {
  width: 100%;
}

.products-wrapper .products .product>.center p {
  margin: 0;
}

.products-wrapper .products .product>.center .title {
  font-size: 16px;
  font-weight: 700;
}

.page-product .products-wrapper .products .product>.center .title {
  /* line-height: 1.2em;
  height: 7em; */
}

.page-product .products-wrapper.grid .products .product>.center .title {
  line-height: 1.2em;
  height: 7em;
}
.products-wrapper .products .product>.center .sku {
  font-size: 12px;
  color: #9F9F9F;
}

.products-wrapper .products .product>.center .price {
  color: #000;
  font-size: 12px;
}

.products-wrapper .products .product>.center .price strike {
  padding-right: 5px;
}

.products-wrapper.grid .products .product>.center .sku {
  display: none;
}

.products-wrapper .products .product>.right {
  width: 190px;
  gap: 10px;
  display:  flex;
  align-items: center;
  justify-content: flex-end;
}

.products-wrapper.grid .products .product>.right {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
}

.products-wrapper .products .product>.right img {
  /* width: 10px; */
  padding: 4px;
  margin-right: -4px;
}

.products-wrapper.grid .products .product>.right .link span {
  display: none;
}

.products-wrapper .products .product>.right .link {
  display: flex;
  gap: 15px;
  align-items: center;
}

.products-wrapper .products .product>.center>.top {
  
}

.products-wrapper .products .product>.center>.bottom {
  display: flex;
  column-gap: 10px;
  row-gap: 3px;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}
.products-wrapper.grid .products .product>.center>.bottom {
  display: none;
}

.products-wrapper .products .product>.center>.bottom span {
  height: 13px;
  width: 1px;
  background: #000;
}

.products-wrapper .products .product>.center>.bottom p {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.products-wrapper .products .product>.center>.bottom p:last-of-type+span {
  display: none;
}
.page-product .product .main {
  display: flex;
  padding: 50px 0;
  align-items: flex-start;
  justify-content: space-between;
}

.page-product .product .media {
  width: 55%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.page-product .product .info {
  width: 40%;
}

.page-product .product .media-slider-1 {
  width: calc(100% - 95px);
}

.page-product .product .media-slider-1 img {
  width: 100%;
}

.page-product .product .media-slider-2 {
  width: 80px;
}

.page-product .product .media-slider-2 .slick-slide {
  height: 59px;
  width: 100%;
}
.page-product .product .media-slider-2 .slick-slide>div {
  padding: 3px 0;
}

.page-product .product .media-slider-2 .slick-slide div {
  height: 100%;
}

.page-product .product .media-slider-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.page-product .product .media-slider-2 .slick-list {
  margin-top: -4px
}

.page-product .product .media-slider-2 .slick-current img {
  /* border: 1px solid #000; */
  opacity: 1;
}

.page-product .product .info .title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 27px;
  margin-bottom: 20px;
}

.page-product .product .info .sku {
  text-transform: uppercase;
  color: #9F9F9F;
}

.page-product .product .info .buton {
  margin-top: 30px;
}

.page-product .product .info .product-option {
  border: 1px solid #000;
  cursor: pointer;
  margin-bottom: 15px;
}

.page-product .product .info .product-option .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 15px;
}

.page-product .product .info .product-option .bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  padding-top: 0px;
  transition: all 0.2s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.page-product .product .info .product-option .bottom a:hover {
  background: #fafafa;
}

.page-product .product .info .product-option.active .bottom {
  max-height: 500px;
  padding-top: 0px;
}

.page-product .product .info .product-option .bottom a {
  padding: 5px 15px;
}

.page-product .product .info .product-option .title {
  font-size: 16px;
  margin: 0;
}

.page-product .product .info .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}

.page-product .product .info .icons img {
  max-width: 50px;
  max-height: 50px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.page-product .product .info .attr p {
  margin-bottom: 5px;
  font-size: 16px;
}

.page-product .product .info .attr p:first-letter {
  text-transform: capitalize;
}

.page-product .product .info .price {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}

.page-product .product .info .price strike {
  color: #9f9f9f;
  padding-right: 5px;
}

.page-product .product-details h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 80px;
}

.page-product .product-details .tech {
  padding: 0px 0 50px 0;
}

.page-product .product-details .tech .list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
}

.page-product .product-details .tech p {
  border-bottom: 1px solid #DEDEDE;
  width: calc(50% - 15px);
  display: flex;
  padding-bottom: 10px;
}

.page-product .product-details .tech p strong {
  font-weight: 600;
  width: 40%;
  text-transform: capitalize;
}

.page-product .product-details .tech p span {
  width: 50%;
}

.page-product .product-details .tech p span:first-letter {
  text-transform: capitalize;
}

.page-product .product-details video {
  /* width: 100%; */
  padding: 20px 0;
  max-height: 100vh;
  display: block;
  margin: 0 auto 20px auto;
}

.page-product .product-details .description {
  column-count: 2;
  margin-bottom: 40px;
}

.page-product .product-details .downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5%;
  margin-bottom: 40px;
}

.page-product .product-details .downloads a {
  width: 23%;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 5px
}

.page-product .product-details .downloads a:hover {
  font-weight: 500;
}

.page-product .product-details .field_of_use {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 80px;
}

.page-about .cover {
  height: calc(100vh - 120px);
  min-height: 625px;
  background: url('../img/about.png'), #DEDEDE;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 622px
}

.page-about .cover .content {
  max-width: 800px;
  position: relative;
  left: 40vw;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.page-about .cover .content  h1 {
  fonr-size: 27px;
  font-weight: 400;
  margin-bottom: 60px;
}

.page-about .cover .content .flex {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.page-about .cover .content .flex div:nth-of-type(1){
  width: 43%;
}
.page-about .cover .content .flex div:nth-of-type(2){
  width: 57%;
}

.page-about .cover .content .flex p {
  margin-bottom: 30px;
}

.page-services section.top {
  padding: 60px 0;
  border-bottom: 1px solid #707070;
}

.page-services h1 {
  font-weight: 400;
  font-size:  45px;
  margin-bottom: 40px
}

.page-services p.large {
  text-transform: uppercase;
  font-size: 20px;
}

.page-services .bto {
  padding: 60px;
}

.page-services .bto .flex {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}

.page-services .bto .flex>div {
  width: 50%;
  display:  flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.page-services .bto .flex>div p {
  max-width: 500px;
}

.page-services .bto .flex>div .title {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 30px;
}

.page-services .bto .flex>div .large {
  text-transform: none;
  margin-bottom: 30px
}

.page-services .bto .buton {
  background: #000;
  color: #fff;
  padding: 7px 25px;
  margin-top: 30px;
}

.page-services .bto .buton:hover {
  opacity: 0.8;
}

.page-services .design {
  background: url('../img/services.jpg'), #F4F7FA;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50%;
  padding: 110px 0;
}

.page-services .design.black {
  background: #000000;
  padding: 90px 0;
  position: relative;
}

.page-services .design.black:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  left: 0;
  background: url('../img/services2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-services .design .flex>div {
  width: 50%;
  padding-right: 20px;
}

.page-services .design.black .flex>div {
  padding-left: 90px;
  color: #fff;
}

.page-services .design.black .flex {
  display: flex;
  justify-content: flex-end;
}

.page-services .design .flex p {
  max-width: 495px;
}

.page-services .design .buton {
  background: #000;
  color: #fff;
  padding: 7px 25px;
  margin-top: 30px;
  border: none;
}

.page-services h2 {
  font-size: 45px;
}

.page-services .interior {
  padding: 80px 0;
}

.page-services .interior .flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-services .interior .flex .text {
  max-width: 652px;
}

.page-services .process {
  padding: 40px 0;
}

.page-services .process .flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.page-services .process .flex>div {
  max-width: 350px;
}

.page-services .process .title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
}

.page-services .process .title span {
  font-size: 60px;
  padding-right: 30px;
}

.page-services .process p {
  font-size: 16px;
}

.page-services .process .buton {
  display: table;
  margin: 70px auto 60px auto;
  background: #000;
  color: #fff;
  padding: 7px 25px;
}

.page-services .design.black .buton {
    background: #fff;
    color: #000;
}

.page_products .active-products {
  font-weight:600
}

.page-product .active-products {
  font-weight:600
}

.page-services .active-services {
  font-weight:600
}
.page-about .active-about {
  font-weight:600
}

.view-products {
  position: fixed;
  bottom: 50%;
  right: calc((100% - 314px) / 2);
  display:  flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transform: scale(1);
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.view-products span {
  background: #F4F7FA;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-products span:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-45deg);
  position: relative;
  top: 3px;
}

.view-products p {
  font-weight: 600;
  margin-top: 5px;
}

.view-products:hover {
  transform: scale(1.04);
}

.view-products.active {
  opacity: 1;
  pointer-events: auto;
}

.projects_v2 .slider .slick-slide .img {

  width: 100%;
}

.projects_v2 .slider .slick-slide>div {
  /* padding: 0px 2%; */
}
.projects_v2 .slider-wr {
  /* max-width: 1660px; */
  /* margin: 0 auto; */
  padding: 0 15px;
}

.projects_v2 .slider .slick-slide {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

.projects_v2 .slider .slick-current +.slick-slide {
  opacity: 1;
}

.projects_v2 .slider .slick-slide .card {
  opacity: 0;
  max-height: 0;
/*  pointer-events: none;*/
  background: #fff;
  padding: 25px;
  margin-top: -60px;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
  width: 80%;
  margin-left: 10%;
  box-shadow: 1px 1px 34px 0px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in-out;
}

.projects_v2 .slider .slick-slide .card .buton {
  margin-top: 30px;
}

.projects_v2 .slider .slick-current +.slick-slide .card {
  opacity: 1;
  max-height: 600px;
  pointer-events: auto;
}

.projects_v2 .slider .slick-slide>div {
  padding: 0 0% 0 20%;
  transition: all 0.2s ease-in-out;
}

.projects_v2 .slider .slick-current>div {
  padding: 0 20% 0 0%;
}

.projects_v2 .slider .slick-current +.slick-slide>div {
  padding: 0 0;
}

.projects_v2 .slick-slider {
  padding: 30px 0;
}

.projects_v2 .slider .slick-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: left;
  bottom: -10px;
  z-index: 0;
  display: table;
  width: auto;
  position: relative;
}

.projects_v2 .slider .slick-dots li {
  width: 38px;
  margin: 0;
}

.projects_v2 .slider .slick-dots li button {
    font-size: 12px;
    line-height: 12px;
    height: auto;
    padding: 0;
    color: transparent;
    width: 100%;
}

.projects_v2 .slider .slick-dots li:first-of-type button {
  text-align: left;
  color: #000;
}

.projects_v2 .slider .slick-dots li:last-of-type button {
  text-align: right;
  color: #000;
}

.projects_v2 .slider .slick-dots li button:before {
  content:  '';
  width:  38px; 
  height: 3px;
  background: rgba(0,0,0,0.5);
  bottom: 0;
  top: auto;
}
.projects_v2 .slider .slick-dots li.slick-active button:before {
  background: #000;
}

.projects_v2 .slick-prev:before, 
.projects_v2 .slick-next:before {
  border-color: #000;
}

.projects_v2 .slick-prev, 
.projects_v2 .slick-next {
  top: 165px;
}

.projects_v2 .slick-prev {
  left: -50px
}

.projects_v2 .slick-next {
  right: -50px
}

.project-details {
  padding: 50px 0;
}

.project-slider .slick-prev:before, 
.project-slider .slick-next:before {
  border-color: #000;
}

.project-slider .slick-prev, 
.project-slider .slick-next {
  top: auto;
  bottom: -70px
}

.project-slider .slick-prev {
  left: calc(50% - 50px);
}

.project-slider .slick-next {
  right: calc(50% - 50px);
}

.project-slider-wr {
  margin-bottom: 100px;
}

.project-slider .slick-slide img {
  max-height: 70vh;
}