html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0
}


@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts//proximanova_extrabld.eot');
    src: url('../fonts/proximanova_extrabld.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova_extrabld.otf') format('otf'),
         url('../fonts/proximanova_extrabld.svg#proximanova_extrabld') format('svg'),
         url('../fonts/proximanova_extrabld.ttf') format('truetype'),
         url('../fonts/proximanova_extrabld.woff') format('woff'),
         url('../fonts/proximanova_extrabld.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/proximanova_semibold.eot');
    src: url('../fonts/proximanova_semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova_semibold.otf') format('otf'),
         url('../fonts/proximanova_semibold.ttf') format('truetype'),
         url('../fonts/proximanova_semibold.woff') format('woff'),
         url('../fonts/proximanova_semibold.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

#containerIsee{
    max-width: 960px;
    margin: auto;
}
.white{background-color: #ffffff;}
.orange{background-color: #ff8200;}
.yellow{background-color: #fcba4d;}
.green{background-color: #32cdc8;}
.text-pink{color: #f27179;}
.text-white{color: #ffffff;}
.text-orange{color: #ff8200;}
.text-grey{color: #7c7c7c;}

.logo-header .logo-img{
    position: absolute;
    width: 90px;
    height: 35px;
    margin: 35px 0 0 47px;
}
.header{
    min-height: 325px;
}
#block-01{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 325px;
}
#block-02{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 325px;
}
.image-header{
    background: #fff url("../img/bg-header.jpg") top right no-repeat;
    background-size: cover;
}
.image-section-02{
    background: #fff url("../img/bg-block-02.jpg") top right no-repeat;
    background-size: cover;
}
.image-section-03{
    background: #fff url("../img/bg-block-03.jpg") top right no-repeat;
    background-size: cover;
}
.text-header{
    margin: 28% auto auto 18%;
}
.text1-header{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 40px;
    line-height: 1.1;
    font-weight: bold;
    color: #ffffff;
}
.text2-header{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    padding: 3px 8px;
    background-color: #fcba4d;
    margin: 15px 0 0 0;
    display: inline-block;
}



/*BLOCK 2 - SLIDER*/
.text-design{
    display: flex;
    flex-direction: column;
    max-width: 70%;
    align-items: flex-start;
    justify-content: center;
    margin: auto 15%;
    height: 100%;
}
.text1-design{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 40px;
    line-height: 1.1;
    font-weight: bold;
}
.text2-design{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 0;
}



/*BLOCK 3 - SLIDER*/
#containerIsee>#block-03 {
   position: sticky;
}
.sld01Isee, .sld02Isee, .sld03Isee{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 325px;
}
#containerIsee>#block-03 input {
    display: none;
}
#containerIsee>#block-03 div.buttons {
    overflow: hidden;
    position: absolute;
    padding: 20px 20px 20px calc(75% - 40px);
}
#containerIsee>#block-03 div.buttons label {
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    clear: none;
    outline: none;
    text-decoration: none;
}
#containerIsee>#block-03 div.buttons label.lbl02Isee {
    margin: 0 8px;
}
#containerIsee>#block-03 div.buttons label.lbl03Isee {
    margin-right: 8px;
}
#containerIsee>#block-03 div.buttons label:before {
    width: 100%;
    color: transparent;
    text-align: center;
    position: absolute;
    left: 0;
}
#containerIsee>#block-03 div.buttons label.lbl01Isee:before,
#containerIsee>#block-03 div.buttons label.lbl02Isee:before,
#containerIsee>#block-03 div.buttons label.lbl03Isee:before,
#containerIsee>#block-03 div.buttons label.lbl04Isee:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/bullets-black.png") top right no-repeat;
    background-size: cover;
}
#containerIsee>#block-03 ul.sldsIsee {
    margin: 0;
    padding: 0;
}
#containerIsee>#block-03 ul.sldsIsee li {
    display: none;
}
.show-mobile{
    display: none;
}
#containerIsee>#block-03 ul.sldsIsee li div.img-carousel {
    padding-right: 0;
    float: right;
}
#containerIsee>#block-03 input#input-1:not(:checked)~div.buttons label.lbl01Isee,
#containerIsee>#block-03 input#input-2:not(:checked)~div.buttons label.lbl02Isee,
#containerIsee>#block-03 input#input-3:not(:checked)~div.buttons label.lbl03Isee {
    cursor: hand;
    cursor: pointer;
}
#containerIsee>#block-03 input#input-1:checked~div.buttons label.lbl01Isee:before,
#containerIsee>#block-03 input#input-2:checked~div.buttons label.lbl02Isee:before,
#containerIsee>#block-03 input#input-3:checked~div.buttons label.lbl03Isee:before {
    width: 20px;
    height: 20px;
    background: url("../img/bullets-black.png") top left no-repeat;
    background-size: cover;
}
#containerIsee>#block-03 input#input-1:checked~ul.sldsIsee li.sld01Isee,
#containerIsee>#block-03 input#input-2:checked~ul.sldsIsee li.sld02Isee,
#containerIsee>#block-03 input#input-3:checked~ul.sldsIsee li.sld03Isee {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 325px;
}
.img-carousel-1{
    background: #fff url("../img/img-01-carousel.png") top right no-repeat;
    background-size: cover;
}
.img-carousel-2{
    background: #fff url("../img/img-02-carousel.png") top right no-repeat;
    background-size: cover;
}
.img-carousel-3{
    background: #fff url("../img/img-03-carousel.png") top right no-repeat;
    background-size: cover;
}
.carousel-text{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 10% 15%;
}
.carousel-title{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
}
.carousel-sub{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}



#containerIsee>#block-04 {
    height: 470px;
}
#containerIsee>#block-04 {
    background-image: url("../img/bg-block-04.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    background-size: cover;
}
#containerIsee>#block-04 input {
    display: none;
}
#containerIsee>#block-04 label.play-icon {
    width: 11.215vw;
    height: 11.215vw;
    padding: 0;
    background-image: url(../img/icone-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    cursor: hand;
    cursor: pointer;
}
#containerIsee>#block-04 .yTubeIsee {
    width: 100%;
    height: 470px;
    z-index: 300;
}
#containerIsee>#block-04 div.videoIsee {
    display: none;
    height: inherit;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    position: absolute;
    left: 0;
}
#containerIsee>#block-04 div.videoIsee div {
    height: 2.037vw;
    width: 5.467vw;
    position: absolute;
    background-color: #000000;
    border: #FFFFFF solid 0.34vw;
    overflow: hidden;
    z-index: 888;
}
#containerIsee>#block-04 div.videoIsee label {
    top: -15px;
    background: url(../img/icone-close.png) #FFFFFF no-repeat left center;
    background-size: cover;
    position: absolute;
    transform: translateX(-15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: hand;
    cursor: pointer;
    z-index: 9999;
    transition: all .5s ease;
}
#containerIsee>#block-04 div.videoIsee label:hover {
    transform: scale(1.05, 1.05) translateX(-15px);
    transition: all .5s ease;
}
#containerIsee>#block-04 #inputVideo:checked~div.videoIsee {
    display: block;
}

#containerIsee>#block-04 label.play-icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 150%);
    width: 120px;
    height: 120px;
}
#containerIsee>#block-04 div.videoIsee div {
    height: 306px;
    width: 540px;
    top: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    overflow: inherit;
    z-index: 888;
}
#containerIsee>#block-04 div.videoIsee div {
    border: #FFFFFF solid 1px;
}
#containerIsee>#block-04 div.videoIsee label {
    width: 30px;
    height: 30px;
}
#containerIsee>#block-04 div.videoIsee div .yTubeIsee {
    height: 300px;
    width: 540px;
}
#block-05{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 325px;    
}
#block-06{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 800px;
    padding-top: 3%;   
}
.image-section-05{
    background: #fff url("../img/bg-block-05.jpg") center left no-repeat;
    background-size: cover;
}
.text-description-2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: auto 10% auto 15%;
    height: 100%;
}
.green-arrow{  
    background-color: #32cdc8;
    color: #fff;
    padding: 20px;
    position: relative;
    float: left;
    border-radius: 20px 20px 20px 0;
}
.green-arrow:before {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: -25px;
    border-top: none;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #32cdc8; 
}
.yellow-arrow{  
    background-color: #fcba4d;
    color: #fff;
    padding: 20px;
    position: relative;
    float: left;
}
.yellow-arrow:before {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: -25px;
    border-top: none;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #fcba4d; 
}
.text1-description-2{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    padding: 20px;
    border-radius: 25px 25px 25px 0;
}
.text2-description-2{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}
.image-sizes{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10% 15% 0 15%;
}
.text-sizes{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 10% 10% auto 15%;
}
.text1-sizes{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    border-radius: 25px 25px 25px 0;
}
.text2-sizes{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
}
.footer-logo-box{
    text-align: center;
    padding: 30px;
}
.footer-logo-box .footer-logo{
    width: 90px;
    height: 35px;
    margin: 20px auto;
    text-align: center;
    display: flex;
}
table.specs-table{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    padding: 5% 15% 0 0;
    width: 100%;
}
table.specs-table tr td{
    border-bottom: 3px solid #ffffff;
    padding: 10px 10px 10px 0 ;
}
.text-sizes-2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    margin: 10% 10% 15% 5%;
}
.text1-sizes-2{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    border-radius: 25px 25px 25px 0;
}
.text2-sizes-2{
    font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
  
}



@media screen and (max-width: 780px){
    .hide-mobile{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    #block-01, #block-02, #block-05{
        display: grid;
        grid-template-columns: 2fr;
        grid-template-rows: 300px;
    }
    #block-06{
        display: grid;
        grid-template-columns: 2fr;
        grid-template-rows: auto;
    }
    #block-02>.first-row-mobile, #sld01Isee>.first-row-mobile {
        grid-column: 1;
        grid-row: 1; /* Set row position*/
    }
    .flex{
        display: flex;
    }
    .logo-header .logo-img {
        width: 77px;
        height: 30px;
        margin: 35px auto auto 35px;
    }
    .height-mobile{
        min-height: 250px;
    }
    .image-header{
        background: #fff url("../img/bg-header-mobile.jpg") center right no-repeat;
        background-size: cover;
    }
    .image-section-02{
        width: 100%;
        background: #fff url("../img/bg-block-02-mobile.jpg") top right no-repeat;
        background-size: cover;
    }
    .image-section-03{
        width: 100%;
        background: #fff url("../img/bg-block-03-mobile.jpg") center right no-repeat;
        background-size: cover;
    }
    .image-section-05{
        width: 100%;
        background: #fff url("../img/bg-block-05-mobile.jpg") center center no-repeat;
        background-size: cover;
    }
    .text-header {
        margin: auto auto auto 15%;
        padding: 12% 10% 0 0;
    }
    .text-design {
        margin: auto auto auto 15%;
    }
    .text1-header{
        font-size: 44px;
        line-height: 1.1;
    }
    .text2-header{
        font-size: 18px;
        line-height: 1.1;
    }
    #containerIsee>#block-04 {
        background-image: url("../img/bg-block-04-mobile.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #FFFFFF;
        background-size: cover;
    }
    #containerIsee>#block-04 div.videoIsee div {
        height: 46.205vw;
        width: 80.205vw;
        top: 90px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #000000;
        overflow: inherit;
        z-index: 888;
    }
    .text1-description-2{
        font-family: 'Proxima Nova Th', Verdana, Arial, Helvetica;
        font-size: 23px;
        line-height: 1.1;
        font-weight: bold;
        padding: 15px;
        border-radius: 25px 25px 25px 0;
    }
    .text-sizes {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 5% auto;
    }
    .text-sizes-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 20% 10% 10% 10%;
    }
    .text1-sizes-2 {
        font-family: 'Proxima Nova', Verdana, Arial, Helvetica;
        font-size: 23px;
        line-height: 1.1;
        font-weight: bold;
        border-radius: 25px 25px 25px 0;
    }
    table.specs-table{
        padding: 5%;
    }
    #containerIsee>#block-03 div.buttons {
        overflow: hidden;
        position: absolute;
        padding: 20px 20px 20px calc(50% - 40px);
    }
    #containerIsee>#block-03 input#input-1:checked~ul.sldsIsee li.sld01Isee,
    #containerIsee>#block-03 input#input-2:checked~ul.sldsIsee li.sld02Isee,
    #containerIsee>#block-03 input#input-3:checked~ul.sldsIsee li.sld03Isee {
        display: grid;
        grid-template-columns: 2fr;
        grid-template-rows: 300px 300px;
    }
    #containerIsee>#block-03 input#input-1:checked~ul.sldsIsee li.sld01Isee>.first-row-mobile,
    #containerIsee>#block-03 input#input-2:checked~ul.sldsIsee li.sld02Isee>.first-row-mobile,
    #containerIsee>#block-03 input#input-3:checked~ul.sldsIsee li.sld03Isee>.first-row-mobile {
        grid-column: 1;
        grid-row: 1; /* Set row position*/
    }
    .img-carousel{
        max-height: 300px;
    }
    .img-carousel-1{
        background: #fff url("../img/img-01-carousel-mobile.png") center right no-repeat;
        background-size: cover;
    }
    .img-carousel-2{
        background: #fff url("../img/img-02-carousel-mobile.png") center right no-repeat;
        background-size: cover;
    }
    .img-carousel-3{
        background: #fff url("../img/img-03-carousel-mobile.png") top left no-repeat;
        background-size: cover;
    }
    .green-arrow{
        padding: 15px;
    }
}
