        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
			    opacity: 1;
        }

        .modal-content {
    background: linear-gradient(135deg, #5e85ef, #8291b9);
            color: white;
            margin: 5% auto;
            padding: 30px;
            border-radius: 10px;
            width: 90%;
			    max-width: 1300px;
			    opacity: 1;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.4);
			    visibility: visible;
        }

        .modal-content h2 {
            margin-top: 0;
        }

        .form-group {
            margin: 15px 0;
            text-align: left;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
        }

        .form-group input {
            width: 100%;
            padding: 10px;
            border-radius: 4px;
            border: none;
            box-sizing: border-box;
        }

        .submit-btn {
            background-color: #fff;
            color: #207cca;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-weight: bold;
            margin-top: 10px;
        }

        .submit-btn:hover {
            background-color: #e0e0e0;
        }

        .close {
    color: #fff;
    float: right;
    font-size: 48px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
        }

        .close:hover {
            opacity: 0.7;
        }
		
	.cocium{	
display: inline-flex;
    position: relative;
    right: 0;
    left: 70%;
    margin-top: 20px;
	}
.cocium img{
	    width: 46px;
    height: 46px;
    background: #ffffff;
}
@media (max-width: 1000px) {
.cocium{	
left:auto!important;
	    margin: 0 auto!important;
    padding-top: 20px!important;
	}
}
.modal .button_primary{
	    margin-top: 10px;
}
.modal .free__image{
	        width: 50%;
}
.modal .container{
	        max-width: 1170px;
    overflow: clip;
        max-height: 600px;
}
.modal .free__title .title{
	    font-size: 28px;
}
.modal .title{
		    font-size: 28px!important;
}
.modal .input-text {
	height: 60px;
}
.modal .free__form{
	        padding: 20px 30px;
}
.modal .close{
	    color: #fff;
    float: right;
    font-size: 48px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
}