$grey: #7C7C7C;
$grey-cs: #CCC;
$grey-a8: #A8A8A8;
$grey-de: #DEDEDE;
$grey-f5: #F5F5F5;
$brown: #B59E96;
$small: 18px;
$small-plus: 20px;
$medium: 24px;
$medium-half: 28px;
$medium-plus: 30px;
$big: 40px;
$large: 50px;
$ultra-large: 64px;

@mixin paragraph-medium() {
    p {font-size: $medium;font-weight: 400;}
}

@mixin paragraph-regular() {
    font-size: $medium;font-family: 'Red Hat Display', sans-serif;font-weight: 400;
}

@mixin paragraph-regular-twenty() {
    font-size: $small-plus;font-family: 'Red Hat Display', sans-serif;font-weight: 400;
}

@mixin roboto-regular() {
    font-size: $medium;font-family: 'Roboto', sans-serif;font-weight: 400;
}

@mixin roboto-light() {
    font-size: $medium;font-family: 'Roboto', sans-serif;font-weight: 300;
}

//@mixin paragraph-grey() {
//    font-size: $medium;font-weight: 300;color: $grey-a8;font-family: 'Roboto', sans-serif;
//}

@mixin paragraph-grey-bold() {
    font-size: $medium-half;font-weight: 500;color: $grey-a8;font-family: 'Red Hat Display', sans-serif;
}

@mixin title-text() {
    font-size: $medium-plus;font-weight: 400;font-family: 'Red Hat Display', sans-serif!important;
}

@mixin super-title-text() {
    font-size: $ultra-large!important;font-weight: 400;font-family: 'Red Hat Display', sans-serif;
}

@mixin subtitle-text() {
    font-size: $medium;font-weight: 300;color: $grey-a8; 
}

@mixin running-text() {
    font-size: $medium;font-weight: 300;font-family: 'Roboto', sans-serif;color: $grey-a8;
}

@mixin menu-text() {
    font-size: $medium;font-weight: 400;font-family: 'Roboto', sans-serif;
}

@mixin small-text() {
    font-size: $small;font-weight: 400;font-family: 'Roboto', sans-serif;
}

@mixin upper-trace() {
    &::before {
        content: '';
        width: 120px;
        height: 2px;
        top: -10px;
        background: $grey;
        position: absolute;
    }
}

.class-title-room {@include title-text();}
.class-super-title {@include super-title-text();}
.class-paragraph-grey {@include running-text()}
.class-upper-trace {@include upper-trace();}

html, body {
    height: 100%;
    min-height: 100%;
}

html, body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: $medium;
    color: $grey;
    font-weight: 300;
}

p {margin: 0px;}

a:link , a:visited , a:active {text-decoration: none; color: #4a4a4a;} a:hover {color: #000;}
.box-menu-square a:link , .box-menu-square  a:visited , .box-menu-square a:active {text-decoration: none; color: #FFF;}.box-menu-square a:hover {color: #000;}

button {
//    position: absolute;
//    right: 0;
//    bottom: 10;
    font-size: 18px;
    background: #7C7C7C;
    color: white;
    padding: 2px 15px;
    border: 0;
    cursor: pointer;
    transition: all 0.35s;
    text-transform: uppercase;
}

.box-topo {
    width: 100%;
    height: 95px;
    text-align: center;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}

.box-logo {
    width: 150px;
    height: 80px;
    position: absolute;
    top: calc(100% - 80px);
    left: 100px;
    z-index: 999;
}

.box-logo img {width: 100%;}

.box-menu-square {
    width: 240px;
    height: 95px;
    top: 0px;
    left: 400px;
    position: absolute;
    z-index: 998;
/*    background: #000;*/
}

.box-menu {
    width: 100%;
    height: 95px;
    line-height: 30px;
    position: absolute;
    font-size: 20px;
    font-family: 'Red Hat Display', sans-serif!important;
    left: 22px;
/*    top: calc(50% - 15px);*/
}

.box-menu a , link , active , visited {
    color: #7c7c7c;
    transition: all 0.2s linear;
}

.box-menu a:hover {
    color: #FFF;
    transition: all 0.1s linear;
}

.box-box {
    height: 95px;
    display: inline-block;
    line-height: 95px;
    padding: 0px 15px;
    position: relative;
    z-index: 997;
    color: #7C7C7C;
}

.box-box:hover {
    background: #CCC;
    color: white;
    cursor: pointer;
    transition: all 0.2s linear;
}

.box-box-hover {
    height: 95px;
    display: inline-block;
    line-height: 95px;
    padding: 0px 15px;
    position: relative;
    z-index: 999;
    background: #CCC;
    transition: all 0.2s linear;
    color: white;
}

.box-language {
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    right: 100px;
    font-size: 20px;
    font-family: 'Red Hat Display', sans-serif;
    span {
        padding: 0px 10px;
    }
}

.box-language a , link , active , visited {
    color: $grey;
    transition: all 0.2s linear;
}

.box-language a:hover {
    color: #5f5f5f;
    transition: all 0.2s linear;
}

.box-banner {
    position: relative !important;
/*    width: 100%;*/
    max-height: 778px;
    height: 778px;
    z-index: 989;
    overflow: hidden;
    img {z-index: 990;}
}

.box-button-banner {
    width: 200px;
/*    height: 70px;*/
    padding: 5px 20px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
    background: #cac5c0;
    position: absolute;
    top: 890px;
    margin-left: 960px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.2s linear;
}

.box-banner-text {
    width: 600px;
    font-size: 24px;
    @include running-text();
    position: absolute;
    margin-left: 960px;
    z-index: 999;
    top: 680px;
}

.box-button-banner:hover {
    background: #aaa49f;
    transition: all 0.2s linear;
}

.box-underbanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 1080px;
    padding-bottom: 60px;
}

.box-bottom {
    width: 100%;
    background: #373435;
}

.box-adress {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    padding: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}

.box-adress span {margin: 0px 20px;display: inline-block;vertical-align: middle;}
.box-adress p {margin: 10px 0px; line-height: 35px;height: 35px;display: inline-block;vertical-align: middle;}
/*.box-adress img{margin-top: 6px;}*/

.box-under-logo {
    width: 49%;
    box-sizing: border-box;
    display: inline-block;
    padding: 50px;
    text-align: right;
}

.box-icon {
/*    display: inline-block;*/
    padding-left: 50px;
}

.box-trace {
    width: 80px;
    height: 95px;
    background: url(../img/trace.jpg) no-repeat center;
/*    transition: all 0.2s linear;*/
}

.box-hidden {
    display: none;
}

.box-search-left {
    width: 500px;
    margin-left: 100px;
    margin-bottom: 50px;
    display: inline-block;
    p {margin: 1em 0;}
//    background: #CCC;
}

.box-search-wrap {
    border-right: 2px solid #b5b5b5;
    @include paragraph-regular();
//    font-family: 'Red Hat Display', sans-serif !important;
    p {
//        font-size: $medium;
    }
    input {
        font-family: 'Red Hat Display', sans-serif !important;
    }
}

.box-search-form {
    width: 335px;
    border: solid 1px #CCC;
    font-size: 20px;
    padding: 12px;
    color: $grey;
    text-transform: uppercase;
    transition: all .35s;
    &::placeholder {
        color: #DEDEDE;
    }
    &:focus-visible {
        outline: inherit;
    }
    &:hover {
        border-color: $grey;
    }
//    font-family: 'Roboto', sans-serif;
}

.button-search {
    vertical-align: top;
    height: 52px;
    width: 48px;
    background: $grey;
    border: 0;
    cursor: pointer;
    transition: all .35s;
    padding: 0px;
    &:hover {
        background: $grey-cs;
    }
    img {
        width: 34px;
    }
}


.box-filter-wrap {
    font-size: $medium;
    font-weight: 200;
    span , p {@include paragraph-regular();}
}

.box-accordion-wrap {
    @include paragraph-regular();
    input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.row {
  display:flex;
  .col {
    flex:1;
    &:last-child {
//      margin-left: 1em;
    }
  }
}
.tabs {
//  border-radius: 8px;
  overflow: hidden;
/*  box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5);*/
}
.tab {
  width: 80%;
//  color: $grey;
  overflow: hidden;
  &-label {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    font-size: 24px;
    font-weight: 400;
//    background: #2c3e50;
//    font-weight: bold;
    cursor: pointer;
    &:hover {
//      background: #2c3e50;
    }
    &::after {
      content: url(../img/icon-arrow-right.png);
      width: 25px;
      height: 31px;
      text-align: center;
      transition: all .35s;
    }
  }
  &-content {
    max-height: 0;
    padding: 0 1em;
//    color: #2c3e50;
//    background: white;
    transition: all .35s;
  }
  &-close {
    display: flex;
    justify-content: flex-end;
//    padding: 1em;
    font-size: 24px;
//    background: #2c3e50;
    cursor: pointer;
    &:hover {
//      background: #2c3e50;
    }
  }
}

input:checked {
  + .tab-label {
//    background: #2c3e50;
    &::after {
      transform: rotate(90deg);
    }
  }
  ~ .tab-content {
    max-height: 100vh;
//    padding: 10px;
//    font-size: 20px;
  }
}
    
.box-input-in {
    input {
//    background-color: initial;
//    cursor: default;
//    appearance: auto;
//    box-sizing: border-box;
//    margin: 3px 3px 3px 4px;
//    padding: initial;
//    border: initial;
//    opacity: 1;
//    position: relative;
        z-index: 999;
        }
    input[type=checkbox] {
         position: relative;
	     cursor: pointer;
         opacity: 1;
        margin-right: 10px;
    }
    input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 15px;
         height: 15px;
         top: -4px;
         left: -6px;
         border: 2px solid $grey;
         border-radius: 0px;
         background-color: white;
}
    input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 3px;
         height: 10px;
         border: solid $grey;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: -2px;
         left: 1px;
    }
    }
    
} // Accordion Wrap


.box-results-right-wrap {
    width: calc(100% - 705px);
    display: inline-block;
//    background: #f5f5f5;
    vertical-align: top;
    p {margin: 1em 0;}
}

.box-results-title {
    margin-left: 100px;
    @include paragraph-regular();
//    p {font-size: $medium;}
    span {padding: 8px;background: $grey-cs;color: white;font-weight: 300!important;}
}

.box-results-grey {
    width: 100%;
    background: #F5F5F5;
    margin-top: 50px;
    padding: 50px 0px 50px 100px;
}

.box-part-wrap {
    width: 335px;
    display: inline-block;
    img {max-width: 335px;}
}

.box-part-title {
    width: 100%;
//    display: flex;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 15px;
    @include paragraph-regular();
//    font-size: 28px;
//    font-weight: 400;
//    justify-content: space-between;
    span {
        position: absolute;
        right: 0px;
        bottom: 6px;
    }
    p {
        margin: 5px 0px;
//        font-size: 22px;
//        font-weight: 200;
        color: $grey;
        @include roboto-regular();
    }
    button {
        position: absolute;
        right: 50px;
        bottom: 10px;
        font-size: 18px;
        background: $grey;
        color: white;
        padding: 5px 16px;
        border: 0px;
        cursor: pointer;
        transition: all .35s;
        font-family: 'Red Hat Display', sans-serif;
        &:hover {
            background: $grey-cs;
        }
    }
}


.box-ambient-wrap {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}

.box-product-wrap {
    margin-left: 100px;
    margin-top: 50px;
    position: relative;
}

.box-product {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    height: 380px;
    img { width: 100%;}
}

.box-icons-grid {
    display: grid;
    height: 380px;
}

.box-icons {
    height: 40px;
    img {height: 100%;}
}

.box-icons-wrap {
    display: inline-grid;
    vertical-align: top;
    height: 270px;
    margin-left: 20px;
//    position: relative;
//    top: 21px;
}

.box-product-descript {
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
    height: 420px;
    font-size: $medium;
    color: $grey-a8;
    position: relative;
    font-family: 'Roboto', sans-serif;
    &::before {
        content: '';
        width: 120px;
        height: 2px;
        background: $grey;
        position: absolute;
    }
    p {
        margin: 0px 0px 5px 0px;
        padding: 0;
    }
}

.class-title {
    color: $grey;
    font-size: $large;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    position: relative;
}

.class-subtitle {
//    font-size: $medium-plus;
//    font-weight: 500;
    @include roboto-regular();
}

.class-medium {
    font-size: $medium-plus;
}

.box-product-cells {
    margin-bottom: 30px;
}

.box-product-cells , .box-technical-wrap {
    
    img {
        
        display: inline-flex;
        margin-bottom: 4px;
        vertical-align: middle;
    }
        
//    i {
//        font-style: normal;
//        color: white;
//        padding: 0px 10px;
//        border-radius: 30px;
//        background: $grey-a8;
//        font-size: $small;
//        display: inline-flex;
//        margin-bottom: 3px;
//        vertical-align: middle;
//        line-height: 24px;
//        &:hover {
//            background: $grey-cs;
//        }
//    }
    
    span {@include paragraph-regular();}
}

.box-icon-info {
    
    content: url("../img/icon-info.jpg");
    &:hover {
        content: url("../img/icon-info-hover.jpg");
    }
}


.box-banner-product-in {
    width: 100%;
//    height: 870px;
    position: relative;
    margin: 100px 0px 0px 0px;
    .slick-prev {
        z-index: 999;
    }
    .slick-next {
        z-index: 999;
    }
    div {
        position: relative;
        z-index: 899;
    }
    &::after {
        content: '';
        position: absolute;
        top: -80px;
        height: 850px;
        width: 1000px;
        left: calc(50% - 500px);
        background: $grey-de;
        z-index: 898;
    }
    img {width: 100%;}
}

.box-inside-text-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
    z-index: 899;
    background: $grey-de;
}

.box-inside-text {
    padding: 30px 150px 50px 150px;
    font-size: $medium;
    font-weight: 400;
    span {
        color: $brown;
        font-size: 30px;
        font-family: 'Red Hat Display', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }
    p {margin-top: 20px;@include roboto-light();}
    i {
        color: white;
        font-style: normal;
    }
}

.box-faces-wrap {
    width: 100%;
    background: $grey-f5;
    padding: 50px 0px;
}

.box-faces {
    width: 1500px;
    margin: auto;
}

.box-wideface {
    display: inline-block;
    vertical-align: top;
    @include paragraph-regular();
}

.box-wideface-img {
    width: 500px;
    height: 350px;
    overflow: hidden;
    img {width: 100%;}
}

.box-banner-faces {
    width: 740px;
    margin-left: 100px;
    height: 350px;
    display: inline-block;
    @include paragraph-regular();
    img {
        height: 350px;
    }
    .slick-prev {
        left: -85px;
    }
    .slick-next {
        right: -75px;
    }
    
}

.box-ambient-selector {
    width: 1300px;
    height: 595px;
    margin: 50px 0px;
//    @include paragraph-medium();
    img {
//        height: 400px;
    }
    .slick-prev {
        left: -100px;
        top: 200px;
    }
    .slick-next {
        top: 200px;
        right: -65px;
    }
}

.box-technical-wrap {
    width: 1500px;
    padding: 50px 0px;
    margin: auto;
    @include paragraph-medium();
}

.box-technical-cell {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: $grey-a8;
    p {
        margin: 10px 0px;
    }
    strong {
        font-weight: 500;
    }
}

.button-technical {
    width: 225px;
    padding: 10px 0px 10px 25px;
    box-sizing: border-box;
    color: white;
    text-align: center;
    background: $grey-a8;
    position: relative;
    cursor: pointer;
    transition: all .35s;
    &:hover {
        background: $grey-cs;
    }
    &::after {
        content: url(../img/icon-technical-small.png);
        position: absolute;
        left: 15px;
        top: 12px;
    }
}
.box-ambient-content {
    width: 1300px;
    padding: 50px 0px;
    margin: auto;
    img {max-width: 600px;}
}

.box-ambient-cell {
    position: relative;
    padding: 15px 0px;
    margin: 20px 0px;
    &::before {
        content: '';
        top: 5px;
        position: absolute;
        width: 100px;
        height: 2px;
        background: #7C7C7C;
    }
    p {
        margin: 0px;
    }
}

.box-ambient-button {
    @include paragraph-regular();
    width: 110px;
    text-align: center;
    background: $grey;
    padding: 0px;
    margin-top: 15px;
    transition: all .35s;
    cursor: pointer;
    color: white;
    &:hover {
        background: $grey-a8;
    }
}

.box-block {
    width: 1000px;
    height: 200px;
    background: $grey-de;
    margin: auto;
}

.box-ambient-content-wrap {
    background: $grey-f5;
}

.box-ambient-name {
    position: absolute;
    bottom: 150px;
    margin-left: 150px;
//    left: 200px;
    z-index: 999 !important;
    color: #FFF;
    p {margin: 0px;font-size: $big;}
}

.box-ambient-up-button {
    width: 130px;
    text-align: center;
    padding: 5px;
    margin-top: 15px;
    transition: all .35s;
    cursor: pointer;
    border: solid 2px #FFF;
    font-size: $medium-plus;
    color: white;
    a:link {color: white;}
    a:hover {color: $grey-cs;}
    a:visited {color: white;}
    &:hover {
        border-color: $grey-cs;
        color: $grey-cs;
    }
}

.box-inst-wrap {
    width: 80%;
    margin-left: 100px;
    margin-top: 50px;
    @include running-text();
    p {margin-bottom: 40px;}
}

.box-inst-grey {
    margin-top: 150px;
    height: 450px;
    position: relative;
    background: $grey-f5;
    text-align: center;
    img {
        position: relative;
        top: -100px;
    }
}

.box-certified {
    width: 33%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-trophy-img {
    background: url(../img/trophy.jpg);
    width: 56px;
    height: 70px;
    display: inline-block;
}

.box-trophy-txt {
    display: inline-block;
    vertical-align: top;
}

.box-trophy-wrap {
    width: 33%;
    box-sizing: border-box;
    padding-right: 100px;
    margin-top: 50px;
    display: inline-block;
    p {
        margin: 0px;
        font-size: 16px;
        padding-left: 15px;
    }
}

.class-trophy-title {
    font-size: 20px!important;
    font-family: 'Red Hat Display', sans-serif!important;
    font-weight: 400;
    color: $grey;
}

.box-catalogue {
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    @include paragraph-regular-twenty();
    color: $grey;
    img {
        width: 400px;
        height: 300px;
    }
}

.box-content-wrap {
    margin-left: 100px;
    margin-top: 50px;
    @include running-text();
}

.box-download-button {
    width: 90px;
    text-align: center;
    background: $grey;
    padding: 2px 5px;
    margin: auto;
    transition: all .35s;
    cursor: pointer;
    &:hover {
        background: $grey-a8;
    }
}

.box-twin-wrap {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 50px 0px;
    @include roboto-light();
}

.box-finding-wrap {
    margin-left: 100px;
    margin-top: 50px;
    min-height: 460px;
    @include paragraph-regular();
    input[type=checkbox] {
         position: relative;
	     cursor: pointer;
    }
    input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 15px;
         height: 15px;
         top: -4px;
         left: -6px;
         border: 2px solid $grey;
         border-radius: 0px;
         background-color: white;
}
    input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 3px;
         height: 10px;
         border: solid $grey;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: -2px;
         left: 1px;
    }
    p {margin-bottom: 50px;}
}

.box-select * {
    width: 250px;
    padding: 5px;
    background: $grey-f5;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: $small;
    color: $grey;
    font-family: 'Red Hat Display', sans-serif;font-weight: 300;
    text-transform: uppercase;
}

.box-button-input {
    padding: 5px 10px;
    @include paragraph-regular();
    color: #FFF;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0;
    background-color: $grey;
    &:hover {background-color: $grey-a8;}
    cursor: pointer;
}

.box-restrict-img {
    margin: 20px auto;
    text-align: center;
}

.box-restrict-wrap {
    width: 20%;
    margin: 1%;
    display: inline-block;
    background: $grey-f5;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
    p {
        margin: 20px;
    }
}

.box-restrict-sector {
    background: $grey;
    padding: 10px;
    color: white;
}

.box-colection {
    position: absolute;
    top: 110px;
    width: 250px;
    margin-left: 440px;
    z-index: 999!important;
    @include paragraph-grey-bold();
    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 2px;
        background: $grey-a8;
        
    }
}

.box-ambientes-menu {
    width: 890px;
    margin: auto;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
    margin-top: 10px;
}

.box-faq-wrap {
    width: 80%;
    margin-left: 100px;
    margin-top: 50px;
    font-family: 'Red Hat Display', sans-serif;
}

.box-faq-wrap .tab {
    width: 90%;
    overflow: hidden;
  &-label {
    display: flex;
    justify-content: space-between;
    padding: 5px;
//      line-height: 30px;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
}
    p {
//    max-height: 100vh;
//    padding: 0px;
//    font-size: 20px;
        margin: 15px 0px;
  }
        
}

.box-faq-wrap .tab-content {
    padding: 0px;
    margin-top: 15px;
//    margin-bottom: 15px;
    color: $grey-a8;
}
.box-form-wrap {
    label {
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
    }
    input {
    display: inline-block;
    width: 350px;
    padding: 5px;
    background: $grey-f5;
    border: 0px;
    border-radius: 0px;
    font-size: $small;
    color: $grey-de;
    font-family: 'Red Hat Display', sans-serif!important;
    text-transform: uppercase;
    font-weight: 300;
    }
    ::placeholder {color: $grey-de;}
    .controls {display: inline-block;}
}

.form-horizontal .control-label {
    float: none;
    width: 320px;
    padding-top: 5px;
    text-align: right;
}
.control-group {
//    margin: 10px 0px;
}

.btn-curriculum {margin-left: 355px;}

.box-download-title {
    margin: 20px 0px;
}
