

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.reg-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    overflow: auto;
}

.reg-modal__container {
    position: relative;
    max-width: 600px;
    font-family: "Montserrat", Arial, sans-serif;
    border-radius: 69px;
    border: 6px solid #f9e8c7;
	background: url('https://academy-lykova.ru/pl/fileservice/user/file/download/h/c4f6b2aa219478bbef5f297a68dcf31f.png') no-repeat left bottom / 40%, url('https://academy-lykova.ru/pl/fileservice/user/file/download/h/3fbc6a998e81ab556f4a960d570088b3.png') no-repeat right calc(0% + 50px) / 20%, linear-gradient(113deg, #00285c 24.91%, #0086f4 100%);
    padding: 45px 15px;
    margin: auto;
}

.reg-modal__close-button {
    position: absolute;
    top: 18px;
    right: 35px;
	display: block;
    width: 28px;
    height: 28px;
    border: none;
    background: url('https://academy-lykova.ru/pl/fileservice/user/file/download/h/c76bda0f83c3752a40f23286ab169c22.svg') no-repeat center center;
}

.reg-modal__title {
	font-family: inherit;
    font-weight: 900;
    font-size: 40px;
    line-height: 106%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #fff5de 0%, #ebc689 25%, #fff5de 50.52%, #ebc689 71.88%, #fff5de 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
}

.reg-modal__text {
    font-family: inherit;
    font-size: 22px;
	font-weight: 500;
	color: #fff;
    margin-bottom: 25px;
}

.reg-modal__text  strong {
    font-weight: 700;
	color: #fbeccd;
}

.timer__title,
.timer__counter {
	font-family: inherit;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #fbeccd;
    margin: 0;
}

.timer__title br {
	display: none;
}

.reg-modal__timer {
	margin-bottom: 30px;
}

.reg-modal__link {
    display: block;
    width: fit-content;
    font-family: inherit;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #000e46;
	border-radius: 551px;
    background: linear-gradient(90deg, #fff5de 0%, #ebc689 25%, #fff5de 50.52%, #ebc689 71.88%, #fff5de 100%);
    padding: 25px 35px;
    margin: 0 auto;
}

.reg-modal__link:hover {
	color: #000e46;
    text-decoration: none;
}

@media(max-width: 600px) {
    
	.reg-modal__container {
        max-width: 360px;
        border-radius: 23px;
        background: url('https://academy-lykova.ru/pl/fileservice/user/file/download/h/c4f6b2aa219478bbef5f297a68dcf31f.png') no-repeat left bottom / 50%, url('https://academy-lykova.ru/pl/fileservice/user/file/download/h/3fbc6a998e81ab556f4a960d570088b3.png') no-repeat right calc(0% + 50px) / 32%, linear-gradient(113deg, #00285c 24.91%, #0086f4 100%);
        padding: 40px 8px 30px;
    }
    
    .reg-modal__close-button {
        top: 12px;
        right: 16px;
        width: 20px;
       	height: 20px;
    }
    
    .reg-modal__title {
        font-size: 22px;
        margin-bottom: 25px;
    }
	
    .reg-modal__text {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .timer__title,
    .timer__counter {
        font-size: 18px;
        text-align: left;
    }
    
    .timer__title br {
        display: block;
    }
    
    .reg-modal__timer {
        margin-bottom: 25px;
    }
    
    .reg-modal__link {
        font-size: 20px;
        padding: 10px 15px;
    }
}


