/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
    color: black;
}
img {
    max-width: 80vw;
}
a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}


address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

.description-view_all {
    display: none;
}

.container {
     width: 1308px;
    max-width: 90%;
    margin-inline: auto; 
}

.wrapper {
    padding: 5px;
}

main {
    margin-top: 30px;
}

.warning__18yo__img {
    width: auto;
}

.main {
    display: flex;
    flex-direction: column;

    gap: 80px;
}

.block-1-wrapper {
    position: relative;
}

.block-1-wrapper img {
    width: 1308px;
    height: 600px;
}

.block-1-title {
    position: absolute;
    top:50px;
    left:90px;

    width: 500px;

    font-family: "Mulish";
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: -0.06em;
    text-align: left;
    color: white;
}

.button-order {
    position: absolute;
    top:290px;
    left:90px;

    

    font-family: "Mulish";
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;

    padding: 19px 108px;
    color:white;
    background: #370D6C;
}

.block-2-wrapper {
    display: flex;
    gap: 30px;

}

.sub-block-1 {
    display: flex;
    flex-direction: column;

    gap: 15px;
}

.sub-block-1-title {
    font-family: "Mulish";
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
    text-align: left;
}

.sub-block-1-text {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;

}

.sub-block-2 img {
    width: 642px;
    height: 190px;
}

/* Certificates */
.certificates {
    display: flex;
    
    gap:24px;
}

.certificate img {
    width: 420px;
    height: 250px;
}

.c-desc {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.c-desc-price {
    font-family: "Mulish";
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
    text-align: left;
}

.c-desc-title {
    margin-top: 10px;
    margin-bottom: 20px;

    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
}

.c-desc-button-order {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
   
    padding: 10px 30px;

    border: 1px solid #0C101D;
}

.advantage-item-image {
    width: 642px;
    height: 300px;

    object-fit: cover;
}

.block-4-wrapper {
    position: relative;
}

.block-4-wrapper img {
    width: 1308px;
    height: 190px;
}


.block-4-title {
    position: absolute;

    top: 20px;
    left: 30px;

    width: 630px;

    font-family: "Mulish";
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
    text-align: left;

    color: white;

    object-fit: cover;
}


/* Info */

.block-text {
    margin-top: 30px;
   

}

.block-title {
    margin-bottom: 20px;

    font-family: "Mulish";
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;


}
.info-text {
    margin-top: 20px;
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}

.info-text-li {
    margin-top: 10px;

    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}

.block-5-button-order {
    margin-top: 35px;

    background: #370D6C;

    font-family: "Mulish";
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    color: white;

    padding: 10px 30px; 

}


/* block-advantages */

.block-advantages {
    margin-top: 50px;
}
.block-advantages-title {
    font-family: "Mulish";
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: -0.06em;
    text-align: left;

}

.advantages {
    margin-top: 35px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 35px 24px;
}

.advantage-item-text {
    margin-top: 15px;

    font-family: "Mulish";
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
    text-align: left;

    margin-left: 20px;
}




/* Girls */
.girls {
    display: contents;
    margin-top: 30px;

    .wrapper {
        display: flex;
        flex-direction: column;
    }
}

.girls-title {
    font-family: "Mulish";
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: -0.06em;
    text-align: left;
}

.card-girls {
    margin-top: 35px;

    display: grid;
    grid-template-columns: repeat(3, auto);

    gap: 35px 24px;
}

.card-girls .item-card-link {
    width: min-content;
}

.item-card-girl {
    width: 420px;

    display: flex;
    flex-direction: column;


   
    .description-card-girls {
        margin-top: 15px ;

        display: flex;
        justify-content: space-between;

        

        padding-left: 20px;
        padding-right: 20px;
    }

    .description-name {
        font-family: "Mulish";
        font-size: 36px;
        font-weight: 700;
        line-height: 39.6px;
        text-align: left;
    }

    .description-sign_up {

        padding: 7px 30px 10px 30px;
        
        border: 1px solid #0C101D;
        


        font-family: "Mulish";
        font-size: 18px;
        font-weight: 600;
        line-height: 25.2px;
        text-align: left;

    }

    
}

.description-view_all {
    margin-top: 35px;

    padding: 7px 30px 10px 30px;
    
    border: 1px solid #0C101D;
    
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;
}

.description-view_all-pc {
    margin-top: 35px;

    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;

    color: black;

}


.item-card-girl img { 
    width: 420px;
    height: 600px;

    object-fit: cover;
}


/* progrreams */

/* section programs */
.section__programs-title {
    font-family: "Mulish";
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: -0.06em;


}

.section__programs {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}
.programs_cards {
    margin-top: 35px;
    display: grid; 
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr 1fr; 
   grid-template-rows: auto !important;
    gap: 35px 10px; 
}

.program_card img {
    width: 642px;
    height: 300px;

    object-fit: cover;
}

.program_card-p {
    font-family: "Mulish";


    margin-left: 20px;
    margin-top: 15px;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0%;
    max-width: 600px;
}
.button__program_card {
    font-family: "Mulish";

    margin-left: 20px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 30px 10px 30px;    
    box-sizing: border-box;
    border: 1px solid rgb(12, 16, 29);

    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
}

.checkAll_p {
    margin-top: 35px;
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    

}


/* Warning */
.warning__18yo {
    margin-top: 80px;
    margin-bottom: 20px;

    display: flex;
    align-items: center;
    gap: 40px;
}

.warning__18yo__text {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  

}

/* Mobile v */
@media (max-width: 1366px) {
    main {
        margin-top: 40px;
    }
    
    .checkAll_p { display: none; }
    .wrapper {
        padding-inline: 20px;
    }

    .block-1-wrapper {
        display: flex;
        flex-direction: column;
        
    }

    .block-1-wrapper img { width: 100%; height: 400px; object-fit: cover; }

    .block-1-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 39.6px;

        left:30px;
        top:auto;
        bottom: 35%;
        width: 250px;
    }

    .button-order {
        padding: 20px 53px;
        left: 30px;

        top:auto;
        bottom: 10%;
    }

    .block-2-wrapper {
        flex-direction: column;
        
    }

    .sub-block-2 img {
        width: 350px;
        height: 100%;
        object-fit: cover;
    }

    .certificates {
        flex-direction: column;
        
    }  

    .certificate {
        display: flex;
        flex-direction: column;
    }

    .certificate img {
        width: 350px;
        object-fit: cover;
    }

    .c-desc {
        margin-top: 10px;

        padding: 0px;

        display: flex;
        flex-direction: column;
    }

    .c-desc-price {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .c-desc-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
    }

    .c-desc-button-order {
        width: 100%;
        
    }

    .block-4-wrapper {
        display: flex;
        flex-direction: column;
        
    }

    .block-4-title {
        margin-bottom: 15px;
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
        
        top: auto;
        left: auto;
        width: min-content;

        position: relative;
        color: black;
    }

    .block-4-wrapper img {
        width: 350px;

        object-fit: cover;
    }

    .main {
        gap: 50px
    }

    .block-5-button-order {
        width: 100%;
        padding: 20px 30px;
    }

    .block-advantages-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 39.6px;
    }

    .advantage-item-text {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;        
    }

    .advantages {
        display: flex;
        flex-direction: column;
    }

    .advantage-item-image {
        width: 350px;
        object-fit: cover;
    }

    .advantage-item-text {
        margin-left: 0px;
    }

    /* girls */
    .girls {
        margin-top: 50px;
    }

    .card-girls {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    .girls-title {

        font-size: 36px;

        line-height: 39.6px;
    }

   

    .item-card-girl {
        width: auto;
        align-items: center;

        .description-name {
       
            font-size: 26px;
    
            line-height: 31.2px;
    
    
        }
    }

    .item-card-girl img {
        width: 100%;
        height: 400px;
    }

    .description-view_all {
        display: block;
    }

    .description-card-girls {
        width: 280px;

        padding-left: 0px !important;
        padding-right: 0px !important;

        flex-direction: column;

        .description-sign_up {
            margin-top: 15px;

            width: 100%;
            text-align: center;
        }
    }

    .description-view_all-pc {display: none;}

    /* Programs */
    .programs_cards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section__programs-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 39.6px;
    }

    .program_card-p {
        margin-left: 0px;
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .button__program_card {
        margin-left: 0px;
        width: 100%;
    }

    .program_card img {
        width: 350px;

        object-fit: cover;
    }

    .header__logo {
        width: auto;
    }
    
    img {
        width: 350px;
    }
}