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

main {
    margin-top: 30px;
}



.program-title a {
    color: white !important;
}


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

.programs {
    margin-top: 35px;


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

    gap: 35px 24px;

    
}

.program {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    
}

.program-block-main {
    position: relative;
    display: flex;
    justify-content: center;
}

.program-block-main img {
    width: 642px;
    height: 300px;

    object-fit: cover;
}

.program-title {
    position: absolute;

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

    color: white;

    bottom: 13px;
    left: 20px;
}
.offer img {
    width: 642px;
    height: 350px;

    object-fit: cover;
}

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

    object-fit: cover;
}

.program-description {
    height: 100%;
    border: 1px solid black;

    padding-top: 10px;
    padding-bottom: 39px;
    padding-left: 20px;
    padding-right: 20px;
}

.programs-warning {
    margin-top: 35px;

    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    
}
.programs-wrapper {
    max-width: 90vw;   
    width: 100%;
    margin-inline: auto;
}
.service {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service .service-text-1 {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;

    color: #0C101D;

}

.service .service-text-2 {
    font-family: "Mulish";
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;

    color: #0C101D99;
}

.services {
    margin-top: 10px;

    display: grid;

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

    gap: 5px 16px;
}

.services-service-text {
    font-family: "Mulish";
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;

    color: #0C101D;
}

.button-sign_up {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 10px;
    margin-inline: auto;

    border: 2px solid #0C101D;
}

/* Additional menu */
.block-additional-menu {
    margin-top: 80px;

}

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

}

.additional-menus {
    margin-top: 35px;

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

    gap: 35px 24px;
}

.menu-item-main {
    position: relative;
}

.menu-item-price,.menu-item-time,.menu-item-text {
    position: absolute;
}

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

    color: white;

    top: 10px;
    left: 30px;
}

.menu-item-time {
    font-family: "Mulish";
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: left;

    color: white;

    top: 55px;
    left: 30px;
}

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

    color: white;

    bottom: 15px;
    left: 30px;
}

.menu-item {
    .button-sign_up {
        margin-top: 15px;
        font-family: Mulish;
        font-size: 18px;
        font-weight: 600;
        line-height: 25.2px;
        
        border: 3px solid #000;
    }
}

/* Additional services */

.block-additional-services {
    margin-top: 80px;

}

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

}

.additional-services {
    margin-top: 35px;

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

    gap: 25px 50px;
}

.additional-service {
    border-bottom: 3px solid #000;


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

    padding-right: 50px;
}


.additional-service-title {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;

}

.additional-service-price {
    font-family: "Mulish";
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;

}

/* block-advantages */

.block-advantages {
    margin-top: 80px;
}
.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;
}
/* offer */
.offer-block {
    margin-top: 80px;

}

.offer-wrapper {
    display: flex;
    gap: 24px;

}

.offer {
    position: relative;
}

.offer-title {
    position: absolute;
    margin-top: 20px;
    left: 30px;

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

    color: white;

}


/* 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;
}
/* Info */
.info {
    margin-top: 80px;
}

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

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

.info-text-li:last-child {
    margin-bottom: 30px;
}

.info-block-title {
    font-family: "Mulish";
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
   
    margin-bottom: 20px;
}

/* .info-wrapper {
    display: flex;
    flex-direction: column;
} */

.footer-callback-button {
    



    background: #370D6C;

    padding: 7px 30px 10px 30px;
    gap: 10px;
    opacity: 0px;

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

} 

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

/* Media queries (Mobile) */
@media (max-width: 1366px) {
    .container img{
        max-width: 80vw;
    }
    main {
        margin-top: 40px;
    }
    .description-view_all-pc {
        display: none;
    }
    .wrapper {
       /*  padding-inline: 20px; */
    }
    .programs-title {
        font-size: 36px;
        line-height: 39.6px;
    }

    .programs {
        display: flex;
        flex-direction: column;
        margin-inline: auto;
        justify-content: center;
        justify-items: center;       
        
    }
    .program {
        width: 350px;
        max-width: 90vw;
        margin-inline: auto;
    }

    .program-block-main {
        display: flex;
        flex-direction: column;
    }
    .program-block-main img {
        width: 350px;
        margin-inline: auto;
    }
    

    

    .program-title {
        
        font-size: 26px;

        line-height: 31.2px;


    }

    .program-description {
         width: 350px;
         max-width: 80vw;
         margin-inline: auto;
        .service {
            flex-direction: column;
            align-items: self-start;
        }

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

    .additional-menu-title {

        font-size: 36px;
        font-weight: 700;
        line-height: 39.6px;
    }

    .additional-menus {
        display: flex;
        flex-direction: column;
    }

    .additional-service {
        border-bottom: none;
        padding-right: 0px;
    }

    .menu-item-time,.menu-item-price {display: none;}

    .menu-item-main {
        display: flex;
        flex-direction: column;
    }

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

    .menu-mobile {
        display: block;

        padding-top: 10px;
        padding-bottom: 10px;
        padding-inline: 20px;

        border: 2px solid #000;

        display: flex;
        width: 642px;
            max-width: 80vw;
        
    }

    .menu-mobile-item-price {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        margin-right: 10px;
    }

    .menu-mobile-item-time {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        
        color: #0C101D99;

    }

        .button-sign_up {
            width: 350px;
            max-width: 80vw;
            margin-top: 0px;
        }
    

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

    .additional-service {
        display: flex;
        flex-direction: column;
    }

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

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

    }

    .advantage-item {
        display: flex;
        flex-direction: column;
    }

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

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

    .info {
        .wrapper {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .footer-callback-button {
        width: 100%;

        padding: 25px 30px 25px 30px;
    }

    .offer-block {
        display: none;
    }
    
}

@media screen and (max-width: 480px) {
    .wrapper {
        padding-inline: 0px;
    }
}