﻿.secton_1 {
    background: linear-gradient(153deg, #6600BF 0%, #A069FF 120%);
    position: relative;
    display: inline-grid;
    width: 100%;
    justify-items: center;
    padding: 10vh 40px;
}




.benefit_section {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    width: 100%;
    column-gap: 5%;
    align-items: start;
    /*    margin-top: 40px;
*/ margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    z-index: 5;
    position: relative;
    max-width: 900px;
}

    .benefit_section .img_wrap {
        width: 130px;
        height: 130px;
        display: block;
        margin: 10px auto;
        text-align: center;
        position: relative;
    }

    .benefit_section .icone {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .benefit_section .icone_b {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        animation: back_rot 25s linear infinite;
    }

.secton_1 .header {
    color: white;
    font-size: 65px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
}




.secton_1 .grid_conteiner_rainbow {
    position: relative;
    width: 100%;
    padding: 60px 0;
    width: 100%;
    margin: auto;
    max-width: 1100px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.benefit_section .header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    margin-left: auto;
    line-height: 1.1;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
}


.benefit_section .text {
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    font-size: 17px;
}





.benefit_section .icone_b {
    transform: scale(0.2);
    transition: 1s ease-in-out;
    opacity: 0.5;
}

.zoom-animation.is-visible .icone_b {
    transform: scale(1);
    transition: 1s ease-in-out;
    opacity:1;
}



.secton_1 .header .header_text {
    font-size: 50px;
    padding-top: 20px;
    color: white;
    display: block;
    font-weight:800;
    text-transform:uppercase;
    text-align: center;
}




.header_bulet {
    width: 150px;
    margin: auto;
    display: block;
    transform: scale(0.5);
    opacity: 0.5;
    transition: 1s ease-in-out;
}


    .header_bulet.show-on-scroll.is-visible {
        transform: scale(1);
        opacity: 1;
        transition: 1s ease-in-out;
    }



.secton_1 .grid_conteiner_rainbow .grid_item {
    position: relative;
    padding: 30px 30px 30px 120px;
    text-align: left;
    opacity: 0;
    transform: scale(0.5);
    transition: 1s ease-in-out;
}


.rainbow_block {
    border-radius: 16px;
    border: 3px solid transparent;
    background: linear-gradient(135deg, #00ddfc -10%, #9715ff 50%) border-box;
    -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}




.rainbow_block_2 {
    border-radius: 16px;
    background: linear-gradient(319deg, #52eaff 0%, #7d00e2 100%);
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;

}







.secton_1 .grid_conteiner_rainbow .block_header {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom:20px;
    line-height: 1.3;
    max-width: 700px;
}

.grid_conteiner_rainbow .block_text {
    color: #fff;
    line-height:1.4;
}


.bul_ic {
position:absolute;
left:30px;
top:30px;
}



.grid_item.zoom-animation.show-on-scroll.is-visible {
    opacity:1;
    transform:scale(1);
    font-size:16px;
}





@media screen and (max-width: 900px) {
    .benefit_section .header {
        font-size: 22px;
    }

    .secton_1 .grid_conteiner_rainbow .grid_item {
        padding: 25px 25px 25px 100px;
    }

    .grid_conteiner_rainbow .block_text {
        margin-left: -60px;
    }

    .secton_1 .grid_conteiner_rainbow .block_header {
        font-size: 18px;
    }

    .bul_ic {
        position: absolute;
        left: 25px;
        top: 25px;
    }
}

@media screen and (max-width: 680px) {
    .benefit_section {
        grid-template-columns: 100%;
        max-width: 300px;
        grid-row-gap: 15px;
    }
}





@media (max-width: 767px) {
    .secton_1 .grid_conteiner_rainbow {
       
        padding: 20px 0;
      
        max-width: 400px;
      
        grid-template-columns: 100%;

        grid-row-gap: 15px;
    }

    .grid_block_3 .grid_item_3col {
        display: grid;
        grid-template-columns: 100px 50px 50px 100px;
        justify-self: center;
        align-items: end;
    }


    .section_1c .grid_section {
        position: relative;
        width: 100%;
        width: 100%;
        max-width: 340px;
        text-align: center;
        align-items: center;
        display: grid;
        grid-template-columns: 100%;
    }

    .secton_1 .header {
        margin-top: 20px;
        font-size: 46px;
    }

    .secton_1 {
  display:inline-block;
        padding: 5vh 30px;
    }



    .secton_1 .header .header_text {
        font-size: 30px;

    }
}



.secton_1 .text_block {
    color:white;
    margin-bottom:10px;
}


.legend_1 {
    border-top: 1px dashed #fff;
    padding: 30px 0 0 40px;
    text-align: left;
    color: #fff;
    margin-left: -34px;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    height: 0;
    position: relative;
    font-weight: 500;
    transition: height ease-in-out 1s;
}


.is-visible .legend_1 {
    height: 445px;
    transition: height ease-in-out 1s;
}

.is-visible .column_2 {
    height: 200px;
}


.is-visible .column_1 {
    height: 460px;
    background-color: #3cffbe;
}

.legend_1 span, .legend_2 span {
    font-size: 38px;
    display: block;
}


.legend_point {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: -5px;
    top: -5px;
}

.legend_2 .legend_point {
    left: unset;
    right: -5px;
}

.column_1 {
    width: 30px;
    height: 0;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .85);
    transition: height ease-in-out 1s, background-color ease-in-out 1.5s;
}


.column_2 {
    width: 30px;
    height: 0;
    border-radius: 15px;
    transition: height ease-in-out .6s;
    background-color: rgb(203, 152, 255);
}

.is-visible .legend_2 {
    height: 185px;
    transition: height ease-in-out .6s;
}

.legend_2 {
    border-top: 1px dashed #fff;
    padding: 30px 40px 0 0;
    text-align: right;
    color: #fff;
    margin-right: -15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    height: 0;
    position: relative;
    font-weight: 500;
    transition: height ease-in-out .6s;
}

.grid_block_3 .grid_item_3col {
    display: grid;
    grid-template-columns: 150px 50px 50px 150px;
    justify-self: center;
    align-items: end;
}

.grid_block_4 {
    display: grid;
    grid-template-columns: auto 460px;
    grid-column-gap: 80px;
    max-width: 890px;
    align-items: center;
    margin: 10vh auto 10vh auto;
    z-index: 2;
}


    .grid_block_4 .header {
        font-size: 50px;
        align-self:end;
    }


    .grid_block_4 .text_block {
        max-width: 400px;
        align-self: start;
    }


.question_wrap .header {
    text-align:center;
    margin-bottom:40px;
    position:relative;
    z-index:2;
}

.slide_wrap .header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.slide_wrap {
    margin: 5vh auto 5vh auto;
    position:relative;
}


.glou_1 {
    width: 1600px;
    height: 1600px;
    position: absolute;
    margin-left: -800px;
    left: 50%;
    top: 0;
    background: radial-gradient(60% 50% at 50% 50%, #00FFC4 -10%, rgba(0, 255, 196, 0.00) 120%);
    z-index: 0;
    filter: blur(80px);
}


.slick-slider {
    z-index: 5;
    width: 95%;
    max-width: 640px;
    margin: auto;
}

.slick-prev {
    left: -50px;
    background-image: url(images/icc_left.svg);

    background-color: transparent;
}

.slick-next {
    right: -50px;
    background-image: url(images/icc_right.svg);
    background-color: transparent;
}

.text_block_color .header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
text-align:left;
    font-weight: 600;
    line-height: 1.2;
}

.text_block_color {
    max-width: 720px;
    display: block;
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, .2);
    margin: 10px auto;
    position: relative;
    border-radius: 20px;
}

.color_1 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3), inset 0 -3px 0 rgba(29, 24, 151, .5);
    background: linear-gradient(140deg, #6a72f7 10%, #5f4be0 90%);
}

/*.color_2 {
    background: linear-gradient(140deg, #06c2b7 10%, #05a89e 90%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), inset 0 -3px 0 rgba(0, 131, 107, .5);
}*/

.color_4 {
    background: linear-gradient(140deg, #00dff6 10%, #00c5d9 90%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), inset 0 -3px 0 rgba(0, 143, 175, .5);
}





@media (max-width: 1100px) {
    .pedal_1_small .text, .pedal_2_small .text, .pedal_3_small .text, .pedal_4_small .text {
        font-size: 17px;
    }
    }



@media (max-width: 767px) {


    .legend_1, .legend_2 {
        height: 0;
        opacity:0;
    }

    a.color_block:hover {
        opacity: 1;
        text-decoration: none;
        cursor: pointer;
    }


   

    .text_block_color .header {
     
        font-size: 26px;
        text-align: center;

    }

    .text_block_color {

        margin: 10px 10px;

    }

    .question_wrap .header {
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }

    .grid_block_3 .grid_item_3col {
        display: grid;
        height: 370px;
        grid-template-columns: 100px 50px 50px 100px;
        margin-bottom: 0;
    }

    .is-visible .column_2 {
        height: 200px;
    }

    .is-visible .column_1 {
        height: 370px;
    }

    .is-visible .legend_1 {
        height: 350px;
        opacity: 1;
        transition: height ease-in-out 1s;
    }

    .is-visible .legend_2 {
        height: 182px;
        opacity: 1;
        transition: height ease-in-out .6s;
    }

    .grid_block_4 {
        grid-template-columns: 100%;
        grid-column-gap: 80px;
        max-width: 340px;
        grid-row-gap:30px;
        margin: 10vh auto 10vh auto;
        z-index: 2;
    }

        .grid_block_4 .header {
            font-size: 40px;
            order: 1;
            grid-row-start:1;
            grid-row-end:2;

        }
    .grid_item_pedal_2 {
        display: inline-grid;
        grid-template-columns: 48% 48%;
        justify-items: center;
        grid-gap: 4%;
        order: 2;
        grid-row-start: 2;
        margin-top: -20px;
        margin-bottom: 15px;
        grid-row-end: 2;
    }

    .pedal_1_small, .pedal_2_small, .pedal_3_small, .pedal_4_small {
        width: 100%;
    }


}

@media (max-width: 380px) {
    .pedal_1_small .text, .pedal_2_small .text, .pedal_3_small .text, .pedal_4_small .text {
        font-size: 15px;
    }
}

@media (max-width: 340px) {
    .grid_item_pedal_2 {
        display: inline-grid;
        grid-template-columns: 100%;
        justify-items: center;
        grid-gap: 1%;
    }

    .pedal_icon {
        width: 60px;
        margin: -5px auto 20px auto;
    }

    .pedal_1_small, .pedal_2_small, .pedal_3_small, .pedal_4_small {
        width: 100%;
        height: 140px;
    }

    .grid_block_4 .header {
        font-size: 32px;
    }
}


a.color_block {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s ease-in-out
}


a.color_block:hover {
    opacity: 0.7;
    text-decoration:none;
    cursor:pointer;
}


.empty .discount {
    font-size: 18px;
    text-transform:uppercase;
    margin-bottom: 10px;
    color: #fed1ff;
}

.empty .huge {
    margin-bottom: 10px;
    color: white;
}



@media (max-width: 767px) {
    .benefit_section .grid_item {
        font-size: 16px;
        display: grid;
        grid-column-gap: 5%;
        grid-template-columns: 80px auto;
    }


    .empty .discount {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fed1ff;
    }


    .empty .super_offer {
        
        color: #ffffff;
    }



    .benefit_section .img_wrap {
        width: 80px;
        height: 80px;
        display: block;
        grid-row-end: 2;
        margin: 10px auto;
        display: grid;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .benefit_section .text {

        font-weight: 400;
        line-height: 1.4;
        text-align: left;
      
        font-size: 16px;
    }

    .benefit_section {
        grid-template-columns: 100%;
        max-width: 380px;
 
        grid-row-gap: 15px;
        padding:0;
    }


    .benefit_section .header {
        font-size: 19px;
        text-align:left;
        margin-left:0;
        margin-top: 10px;
    }


    a.color_block:hover {
        opacity: 1;
        text-decoration: none;
        cursor: pointer;
    }
}

    .color_block:hover .play_but {
        opacity: 0.5;
        transform: scale(1.2);
    }


