﻿.section_1c {
    background: linear-gradient(140deg, #A069FF 4.19%, #6600BF 98.3%);
    padding: 10vh 40px 40px 40px;
    position:relative;
}


.button_1:hover {
    opacity: 0.7;
    box-shadow: none;
}

    .section_1c .grid_section {
        position: relative;
        width: 100%;
        width: 100%;
        margin: auto;
        max-width: 900px;
        text-align: center;
        align-items: center;
        display: grid;
        grid-template-columns: 40% 45%;
        grid-column-gap: 15%;
    }

    .section_1c .header, .section_1c .text_block {
        color: white;
        text-align:center;
    }

    .section_1c .text_block {
        margin-bottom: 0;
    }


    .section_1c .header, .section_1 .header {
        color: white;
        font-size: 50px;
        line-height: 1;
        margin-bottom: 20px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: left;
    }

    .section_1c .splat  {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-image: url(../images/splat_3.webp);
        background-repeat: no-repeat;
        transform: scale(0.5) rotate(90);
        background-size: 1100px;
        opacity: 0;
    }
    .section_1c .splat_2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-image: url(../images/splat_3.webp);
        background-repeat: no-repeat;
        transform: scale(0.5) rotate(310);
        background-size: 1600px;
        opacity: 0;
        z-index: 0;
    }

.section_1c .text_block_2 .splat_2 {
    position: absolute;
    top: -150px;
    left: 0;
    width: 500px;
    height: 500px;
    background-position: center center;
    background-image: url(../images/splat_3.webp);
    background-repeat: no-repeat;
    transform: scale(0.5) rotate(310);
    background-size: 1000px;
    opacity: 0;
    z-index: 0;
}

    .section_1c .splat_3 {
        position: fixed;
        top: 0;
        left: 0;
        background: linear-gradient(140deg, #A069FF 4.19%, #6600BF 98.3%);
        width: 100%;
        height: 100%;
    
        opacity: 1;
        z-index: 0;
    }

.button_1 {
    padding: 15px 40px;
    background-color: #5976f4;
    border-radius: 40px;
    font-size: 16px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    text-decoration: none;
    color: white;
    border: none;
    box-shadow: 0px 0px 0px 4px #ffffff9e;
    transition: 0.5s ease-in-out;
}

.play_icon {
    top: 3px;
    position: relative;
    margin-left: 5px;
}

.grid_section_2col {
    text-align: left;
    align-items: center;
    display: grid;
    grid-column-gap: 40px;
    width: 390px;
    grid-template-columns: 45% auto;
}

.grid_section_2col {
    margin-top:30px;
}

.screen_1.zoom-animation.show-on-scroll {
    transform: scale(0.45);
    transition: 2s 0.5s ease-in-out;
    opacity: 0;
}

    .screen_1.zoom-animation.show-on-scroll.is-visible {
        transform: scale(1);
        opacity: 1;
    }



.place {
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 50%;
    margin-top: -200px;
    transform: scale(0.80);
    transition: 2s 1s ease-in-out;
}

    .place.zoom-animation.show-on-scroll.is-visible {
        transform: scale(0);
        opacity: 0;
    }

.section_1c_wrap .header {
    text-align:center;
    max-width:600px;
    display:block;
    position:relative;
    z-index:2;
    margin:10px auto;
}

.section_1c_wrap {
    padding:10vh 0;
    justify-items:center;
}


.play_but {
    background-image: url(../images/play_but.webp);
    width: 70px;
    height: 70px;
    background-size: contain;
    display: block;
    cursor:pointer;
    transition: 0.4s ease-in-out;
    margin-top: 40px;
}


.pl_1.pos_l {
    position: relative;
    height: 100%;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
}

.header.pos_l {
    align-self: end;
}


.sc2_cont .text_block {
    align-self: self-start;
}


.play_but:hover {
    opacity: 0.5;
    transform: scale(1.2)
}

.grid_section_2col_1 {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    max-width: 900px;
    text-align: center;
    align-items: center;
    display: grid;
    align-content: space-between;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1%;
    grid-row-gap: 1%;
}

.digit {
    display: inline-block;
    font-size: 30px;
    font-weight:800;
    padding-top:8px;
    color: white;
}

.digit_big {
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
    color: white;
}


.color_block {
    text-align: left;
    padding: 30px 20px;
    height: 100%;
    display: grid;
    align-items: stretch;
}

    .color_block .header {
        color: white;
        font-size: 25px;
        line-height: 1;
        display: inline-block;
        max-width: 300px;
        font-weight: 600;
        margin:0;
        text-transform: uppercase;
        text-align: left;
    }


    .color_block .text_block {
        display: block;
        line-height: 1.3;
        margin-top:20px;
        font-weight: 500;
    }


.backgraund_1 {
    background-color: #7368F1;
    box-shadow: 0 2px 10px #00000030, inset 2px 2px 0px 0px #ffffff3b;
}

.backgraund_2 {
    background: #D200E4;
    box-shadow: 0 2px 10px #00000030, inset 2px 2px 0px 0px #ffffff3b;
}

.backgraund_3 {
    background: #00AEC6;
    box-shadow: 0 2px 10px #00000030, inset 2px 2px 0px 0px #ffffff3b;
}
.backgraund_4 {
    background: #ffb300;
    box-shadow: 0 2px 10px #00000030, inset 2px 2px 0px 0px #ffffff3b;
}




.border_1 {
    border-radius: 50px 50px 50px 50px;
}

.border_2 {
    border-radius: 50px 50px 50px 50px;
}

.border_3 {
    border-radius: 50px 50px 50px 50px;
}

.border_4 {
    border-radius: 50px 50px 50px 50px;
}

.digit_wrap {
    display: flex;
    align-items: center;
    height:50px;
    justify-content: center;
}


.screen_1 {
height:100%;
max-width:350px;
}
 .screen_2 {
    height: auto;
    width: 101%;
    margin-bottom:-10px;
}

.grid_section.sc2_cont {
    grid-template-columns: 50% 40%;
    grid-column-gap: 10%;
}


.screen_2.zoom-animation.show-on-scroll {
    transform: scale(0.45);
    transition: 2s 0.5s ease-in-out;
    opacity: 0;
}

    .screen_2.zoom-animation.show-on-scroll.is-visible {
        transform: scale(1);
        opacity: 1;
    }


.sc2_cont .text_block {
    max-width:420px;
    text-align:left;
    padding-left:80px;
    position:relative;
}


.grid_section.sc2_cont, .grid_section.sc3_cont {
    margin-bottom: 15vh !important; 
}



.section_1c .grid_section.sc3_cont {
    position: relative;
    width: 100%;
    width: 100%;
    margin: auto;
    max-width: 900px;
    text-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 40% 45%;
    grid-column-gap: 15%;
}

.header.pos_r {
    align-self: end;
}

.text_block.pos_r {
    align-self: self-start;
}

.button_wrap {
    display: inline-block;
    margin-top: 40px;
    text-align: left;
    width: 100%;
}

.grid_block_3 {
    display: grid;
    grid-template-columns: 43% 47%;
    grid-column-gap: 10%;
    grid-row-gap: 40px;
    justify-items: left;
    max-width: 874px;
    margin: 10vh auto 5vh auto;
}




.pedal_1_small {
    background: linear-gradient(140deg, #f256ce 10%, #e649c2 90%);
    width: 200px;
    display: grid;
    align-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3), inset 0 -3px 0 rgba(112, 18, 90, .5);
    height: 200px;
    border-radius: 40px;
    cursor: pointer;
    transition: .3s ease-in-out;
    --smooth-corners: 50;
}


.pedal_2_small {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3), inset 0 -3px 0 rgba(22, 18, 112, .5);
    background: linear-gradient(140deg, #6a72f7 10%, #5f4be0 90%);
    width: 200px;
    display: grid;
    align-content: center;
    height: 200px;
    border-radius: 40px;
    cursor: pointer;
    transition: .3s ease-in-out;
    --smooth-corners: 50;
}

.pedal_3_small {
    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);
    width: 200px;
    display: grid;
    align-content: center;
    height: 200px;
    border-radius: 40px;
    cursor: pointer;
    transition: .3s ease-in-out;
    --smooth-corners: 50;
}


.pedal_4_small {
    background: linear-gradient(140deg, #00dff6 10%, #00c5d9 90%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), inset 0 -3px 0 rgba(0, 131, 107, .5);
    width: 200px;
    display: grid;
    align-content: center;
    height: 200px;
    border-radius: 40px;
    cursor: pointer;
    transition: .3s ease-in-out;
    --smooth-corners: 50;
}

.pedal_icon {
    display: inline-block;
    width: 85px;
    margin: -5px auto 20px auto;
}

.pedal_1_small .text, .pedal_2_small .text, .pedal_3_small .text, .pedal_4_small .text {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: Montserrat;
    text-transform: uppercase;
}

.grid_item_pedal_2 {
    grid-template-columns: 50% 50%;
    justify-items: center;
    grid-gap: 20px;
    grid-row-start: 1;
    display: inline-grid;
    grid-row-end: 3;
}


.grid_block_2 {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 10px;
    justify-items: left;
    grid-row-gap: 10px;
    text-align: left;
    position: relative;
    max-width: 800px;
    margin: 0px auto 0 auto;
}



.bulet_icon {
    left: 0;
    display: block;
    position: absolute;
    width: 50px;
}


.sc2_cont {
    position: relative;
    display: grid;
    margin-top: 5vh;
    max-width: 860px;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    grid-row-gap: 40px;
}

.grid_block_2 .text_block {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    text-align: left;
    min-height: 50px;
    padding-left: 80px;
    grid-row-gap: 10px;
    align-items: start;
    max-width: 500px;
    display: inline-grid;
    line-height: 1.3;
}

.text_block_2 {
    color: white;
    font-weight: 500;
    font-weight:800;
    text-transform:uppercase;
    font-size:30px;
    line-height: 1.1;
    text-align:right;
}

@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: 1100px) {
        .pedal_1_small, .pedal_2_small, .pedal_3_small, .pedal_4_small {
            width: 170px;
            height: 170px;
        }
    }


.pl_1 {
    position: relative;
    height: 100%;
    grid-row-start: 1;
    grid-row-end: 4;
}

.grid_section.sc3_cont .pl_1 {
    position: relative;
    height: 100%;
    grid-row-start: 1;
    grid-row-end: 3;
}

.pedal_link {
    text-decoration: none;
    color: unset;
}

    .pedal_link:hover {
        opacity: 0.7;
    }


.header.pos_top {
    max-width: 680px;
    text-align: center;
    margin: auto;
    font-size: 60px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 80px;
}


.block_wrap {
    text-align:center;
}



.price_2 {
    display: grid;
    width: 100%;
    color: #ffffff;
    max-width: 600px;
    grid-template-columns: 180px 110px auto;
    text-align: center;
    margin: 20px auto;
    border-bottom: 1px solid #ffffff61;
    padding-bottom: 20px;
}

.tab_line {
height:100%;
width:2px;
margin:auto;
background-color:white;
}

.super_offer {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    color: yellow;


}


.empty .class_name {
    margin-bottom: 0;
    background-color: transparent;
    border: 3px solid #ffffff5e;
}

.huge {
font-size:30px;
font-weight:700
}

.tab2 {
text-align:left;
}

.tab1 {
    height: 100%;
    display: grid;
    text-align:right;
    font-size:20px;
    font-weight:600;
    align-content: center;
}

.discount {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 18px;
}

.class_name {
    font-weight: 700;
    font-size: 30px;
    margin-bottom:5px;
}



.class_name {
    font-weight: 700;
    font-size: 30px;
    background-color: #06c2b7;
    padding: 15px 10px;
    display: inline-block;
    width: 160px;
    text-align: center;
    border-radius: 45px;
    justify-self: end;
    margin-right: -15px;
    margin-bottom: 15px;
}




@media (max-width: 767px) {



    .price_2 {
        display: grid;
        width: 100%;
        color: #ffffff;
        max-width: 390px;
        grid-template-columns: 110px auto auto;
        text-align: center;
        margin: 30px auto;
    }

    .discount {
        font-weight: 800;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .super_offer {

        font-size: 15px;

    }

    .huge {
        font-size: 20px;
        font-weight: 700;
    }

    .tab1 {

        font-size: 16px;

    }

    .grid_section_2col {
        text-align: left;
        align-items: center;
        display: grid;
        grid-column-gap: 10px;
        width: 100%;
        grid-template-columns: auto 150px;
    }

    .class_name {
        font-weight: 700;
        font-size: 17px;
        padding-right: 10px;
        width: 110px;
        margin-bottom:10px;
    }

    .section_1c .text_block_2 .splat_2 {
    
        top: 250px;
   
    }

  

    .text_block_2 {
          font-size: 30px;
        line-height: 1.1;
        text-align: center;
    }

    .digit, .digit_big {
        font-size: 30px;
        padding-top:0;
    }

    .color_block .text_block {
     
        margin-top: 5px;
    }



    .text_block_2 {
        color: white;
        font-weight: 500;
        max-width: 500px;
        padding: 40px;
        margin-top: -20px;
        margin-left: 0;
        border-radius: 40px;
        margin-right: 0;
        background-color: #3d0b7991;
        line-height: 1.31;
    }


    .sc2_cont {
        position: relative;
        display: inline-grid;
        margin-top: 25px;
        max-width: 800px;
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap:10px;
    }


        .sc2_cont .text_block {
            
            line-height: 1.4;
            font-weight: 500;
        }

    .grid_block_2 .text_block {
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 16px;
        position: relative;
        font-weight: 500;
        text-align: left;
        justify-items: center;
        padding-left: 60px;
        margin-bottom: 10px;
        max-width: 500px;
        display: grid;
        line-height: 1.3;
    }

    .bulet_icon {
        left: 0;
        display: block;
        top: -5px;;
        margin: 5px auto;
        position: absolute;
        width: 40px;
    }

    .grid_block_2 {
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 10px;
        justify-items: left;
        position: relative;
        max-width: 800px;
        margin: 40px auto 0  auto;
    }

    .border_1, .border_2, .border_3, .border_4 {
        border-radius: 30px;
    }

    .section_1c .color_block .header {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .section_1c_wrap .header {
        text-align: left;
        
      
    }

    .color_block {
        text-align: left;
        padding: 26px 20px;
        margin: 0px 0px 25px 0px;
    }

    .pl_1 {
        grid-row-start: 2;
        grid-row-end: 4;
        margin-bottom: 20px;
        align-items: center;
        justify-items: center;
        display: inline-grid;
        margin-top: 15px;
    }

.screen_1 {
    height: auto;
    width: 105%;
/*    margin-left: -15px;
*/    max-width: 3800px;
}

     .section_1 .header {
        font-size: 36px;
        margin-bottom: 8px;
    }

    .section_1c .header{
        font-size: 36px;
        text-align:center;
        margin-bottom: 8px;
    }



    .section_1c {
        padding: 7vh 30px 7vh 30px; 
       
    }


    .place {
        position: absolute;
        /* left: 50%; */
        /* margin-left: -110px; */
        top: 10px;
        left:auto;
        margin-left:-15px;
        transform-origin: 50% 50%;
        height: 90%;
        margin-top: auto;
        max-width:150px;
        transform: scale(0.85);
        transition: 2s 1s ease-in-out;
    }

    .section_1c_wrap {
        padding: 0;
        max-width: 340px;
        justify-self: center;
    }


    .button_1 {
        padding: 15px 20px;
        margin: 0 10px;
        
    }

    .section_1c .splat_2 {
       
        width: 160%;
        height: 100%;
       
        background-size: cover;
 
    }

    .grid_section_2col_1 {
        margin-top: 30px;
        margin-bottom: 15vh;
        max-width: 900px;
        grid-template-columns: 100%;
        grid-column-gap: 0%;
        grid-row-gap: 5%;
    }

    .screen_2 {
        height: auto;
        width: 105%;
        margin-bottom: -20px;
    }

    .pl_1.pos_l {
        position: relative;
        height: 100%;
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-start: 0;
    }

    .sc2_cont .text_block {
        max-width: 420px;
        margin-top: 30px;
        padding-left:60px;
    }

 
    .header.pos_l {
        margin-bottom: 20px;
    }

    .header.pos_r {
        margin-bottom: 20px;
    }


    .section_1c .grid_section.sc3_cont {
        position: relative;
        width: 100%;
        width: 100%;
        margin: auto;
        max-width: 340px;
        text-align: center;
        align-items: center;
        display: grid;
        grid-template-columns: 100%;
    }

    grid_section.sc3_cont .pl_1 {
        position: relative;
        height: 100%;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .sc3_cont .text_block {
        max-width: 420px;
        margin-top: 25px;
    }

    .grid_section.sc3_cont .pl_1 { 
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .text_block.pos_r.dop_m {
        margin-top: 35px;
    }
    .grid_block_3 {
        display: grid;
        grid-template-columns: auto;
        grid-column-gap: 10%;
        grid-row-gap: 40px;
        justify-items: left;
        max-width: 340px;
        margin: 0vh auto 0 auto;
    }

/*    .section_1c :last-child {
        margin-bottom: 60px !important;
    }*/

    .header.pos_top {
        max-width: 680px;
        text-align: center;
        margin: auto;
        font-size: 30px;
        position: relative;
        margin-bottom: 10px;
        margin-top: 80px;
    }

    .anti_marg {
        margin-top: -5vh;
    }

    .sc2_cont.text_block.block_margin {
        margin-top: 0;
    }

    .block_margin.text_block {
        margin-top: 0;
    }


    .digit_wrap {
        display: flex;
        align-items: center;
        height: 30px;
        justify-content: center;
    }

}