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

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


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

.wrapper {
    padding: 5px;
}



.block-1 {
    margin-top: 35px;
}

.block-1-wrapper {  
    display: flex;
    flex-direction: row;
    gap: 30px;
}

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

.left-block-text {
    margin-top: 35px;
    margin-bottom: 35px;

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

.left-block-bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.button-fill {
    background: #370D6C;
    color: white;
    padding: 20px 40px;

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

.block-number {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

}

.number {
    font-family: "Mulish";
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
	color: #000;
    margin-right: 45px;
}

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

.pluse_and_requirements {
    margin-top: 30px;

    display: flex;
    gap:11%;
}




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

.left-block-mobile-image {
    margin-top: 15px;

    display: none;
}

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

@media (max-width: 1366px) 
{
    .right-block {
        display: none;
    }

    .left-block-mobile-image {
        display: block;
        width: 100%;
        height: 400px;

        object-fit: cover;
    }

    .wrapper {
        padding-inline: 20px;
    }
    .block-number {
        margin-top: 15px;
    }

    .button-fill {
        width: 100%;
    }

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

        width: 20px;
    }

    .pluse_and_requirements {
        flex-direction: column;
    }

    .left-block-bottom {
        flex-direction: column;
    }

    .block-1-wrapper {

        flex-direction: column;
    }
}