/* 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;
}

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;
}




h1, .popular__p{
    color: rgb(12, 16, 29);
    font-size: 72px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -6%;
}




/* Girls */
.girls {
    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: 10px;
        padding-right: 10px;
    }

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

    .description-sign_up {

        padding: 7px 20px 10px 20px;
        
        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 {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}
.programs_cards {
    margin-top: 35px;
    display: grid; 
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr 1fr; 
    gap: 35px 10px; 
}
.program_card-p {
    margin-left: 20px;
    margin-top: 15px;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0%;
    width: 600px;
    }

.program_card {
    overflow: hidden;
    max-width: 45vw;
}

.button__program_card {
    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%;
}

.advantage-item-image {
    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;
    

}


/* 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;
}

/* 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;
  

}


/* Info */
.info {
    margin-top: 80px;
}

.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;
}


.button-get-know {
    margin-top: 35px;

    background: #370D6C;

    padding: 10px 30px;

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

    color: white;
}




/* tablet */
@media (max-width: 1450px) {
    .card-girls {
        margin-top: 35px;

        display: grid;
        grid-template-columns: repeat(2, auto);
        margin-inline: auto;
    
        gap: 35px 24px;
    }


}











/* Mobile v */
@media (max-width: 980px) {
    .container {
        max-width: 90vw;
    }
    .section__programs {
        max-width: 90vw;
    }
    .program_card {
        max-width: 90vw;
    }
    .section__programs h1 {
        font-size: 36px !important;
    }
    .container {
        max-width: 90vw;
    }

.card-girls .item-card-link {
    max-width: 90vw;
}
    .info {
        margin-top: 50px;
    }
    .button-get-know {
        display: none;
    }

    .warning__18yo {
        margin-top: 50px;
    }
    
    .wrapper {
        padding-inline: 20px;
    }
    /* 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;
    }

    
    .block-advantages-title {
        font-size: 36px;
      
        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: 100%;
        height: 300px;
        object-fit: cover;
    }

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

   

    .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 */
     /* section programs */
     .programs_cards {
        display: flex;
        flex-direction: column;
    }

    .program_card-p {
        font-size: 26px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0%;
        margin-left: 0;
    }
    .button__program_card {
        margin-left: 0;
        width: 100%;
    }



    .program_card img {
        width: 100%;
        height: 300px;

        object-fit: cover;
    }
}