.container_close{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.container_modul_form{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(116, 116, 116, 0.616);
    width: 100%;
    height: 100vh;
    z-index: 4;
    overflow-y: auto;
}

.wrap_modul_form{
    position: relative;
    background: white;
    max-width: 512px;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    
}

.wrap_modul_form form{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px;
    box-sizing: border-box;
}

.wrap_modul_form form input{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 15px 37px;
    margin-bottom: 25px;
}

.wrap_modul_form form button{
    max-width: 321px;
    width: 100%;
    margin: auto;
}

.container_modul_form form h2{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #2E2E2E;
    text-transform: uppercase;
}

.container_modul_form form h3{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #2E2E2E;
    margin-top: 15px;
}

.wrap_close_form{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.zakaz_zvonok{
    cursor: pointer;
}

/* .................. */

.modal-popup {
	text-align: center;
	padding: 50px 9px 32px 9px;
	letter-spacing: 0.02em;
}

.modal-popup .btn-close {
	position: absolute;
	top: 17px;
	right: 14px;
	font-size: 17px;
}

.modal-popup__title {
	font-size: 36px;
	font-family: 'Montserrat';
}

.modal-popup__text1 {
	font-size: 20px;
	margin: 15px 0 25px;
}

.modal-popup__text1 span {
	display: inline-block;
	color: #fff;
	background: linear-gradient(90deg, #83D3EC 23.45%, #2FDABB 100%);
	border-radius: 35.4545px;
	font-family: 'MontserratEB';
	padding: 3px 13px;
	line-height: 1.25;
}

.modal-popup__text2 {
	font-size: 32px;
	color: #23AFDC;
	font-family: 'Montserrat';
	line-height: 1.25;
}

.modal-popup__text2 span {
	display: block;
	color: #1D280E;
}

.modal-popup__text3 {
	font-size: 20px;
	width: 315px;
	line-height: 1.25;
	margin: 20px auto
}

.modal-popup form {
	width: 335px;
	margin: 0 auto;
}

.modal-popup form input,
.modal-popup form button {
	width: 100%;
	font-size: 20px;
	height: 56px;
	border-radius: 8px;
}

.modal-popup form input {
	border: 2px solid #83D3EC;
	padding: 0 14px;
	margin-bottom: 16px;
    color: black;
    box-sizing: border-box;
}

.lotoPrizClear-item{
    width: 100%;
}

#exampleModalNight .modal-content,
#exampleModalNightTwo .modal-content {
	border-radius: 8px;
	overflow: hidden;
}

#exampleModalNight .modal-popup,
#exampleModalNightTwo .modal-popup {
	background: linear-gradient(180deg, #1F9EC6 0%, #1FAD93 100%);
	color: #fff;
}

#exampleModalNight .modal-popup .btn-close,
#exampleModalNightTwo .modal-popup .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-popupNight__text1 {
	font-size: 24px;
	margin: 10px 0;
}

.modal-popupNight__text1 b {
	letter-spacing: 0.06em;
}

.modal-popupNight__text2,
.modal-popupNight__text3  {
	font-size: 20px;
	max-width: 435px;
    width: 100%;
	margin: 0 auto;
	line-height: 1.25;
}

.lotoPrizClear canvas, .lotoPrizClear img {
	left: 0;
	top: 0;
}

.lotoPrizClear canvas {
	height: 95% !important;
	border-radius: 20px;
}

#raspadinha {
	position: relative;
	height: 160px;
	width: 335px;
	margin: 30px auto;
}

#exampleModalNightTwo #raspadinha {
	margin: 15px auto;
}

#exampleModalNightTwo .modal-popup form {
	margin-top: 25px;
}

#exampleModalNightTwo .modal-popupNight__text2 {
	width: 345px;
}

#exampleModalNightTwo .modal-popup form input,
#exampleModalNightTwo .modal-popup form input::placeholder {
  color: rgb(0, 0, 0);
}

.lotoPrizClear canvas, .lotoPrizClear img {
	left: 0;
	top: 0;
}

.lotoPrizClear canvas {
	height: 95% !important;
	border-radius: 20px;
}
/* .................. */

@media (max-width: 1550px) {
    .container_modul_form form h2{
        font-size: 20px;
        line-height: 29px;
    }

    .wrap_modul_form form input{
        font-size: 16px;
        padding: 12px 30px;
    }

}

@media (max-width: 1250px) {
    .wrap_modul_form{
        max-width: 422px;
    }


    .wrap_modul_form form input{
        box-sizing: border-box;
        max-width: 100%;
    }

    .container_modul_form form h2{
        font-size: 22px;
        line-height: 30px;
    }

    .container_modul_form form h3{
        font-size: 18px;
        line-height: 26px;
    }
}


@media (max-width: 767px) {
    .wrap_modul_form{
        max-width: 322px;
    }

    .wrap_modul_form form{
        padding: 34px 15px;
    }

    .wrap_modul_form form input{
        box-sizing: border-box;
        max-width: 100%;
    }

    .container_modul_form form h2{
        font-size: 20px;
        line-height: 30px;
    }

    .container_modul_form form h3{
        font-size: 16px;
        line-height: 26px;
    }

    #raspadinha{
        width: 300px;
    }

    .modal-popup form input, .modal-popup form button{
        width: 80%;
    }
}