.containers {
    width: 1300px;
    height: 530px;
    margin: -100px auto;
    position: relative;
    background-color: #f6f6ff;
    border: 1px solid #f6f6ff;
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.info{
	position: absolute;
	left: 50px;
	margin-top: 70px;
}
.info p {
    color: #222222;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
    font-family: 'auto';
}
.info span{
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 20px 0;
    color: #222222;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 20px;
}
.info span i{
	color: var(--primary-color);
}
.info span b{
	 font-family: "Regular2";
}
.info p i {
    position: absolute;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #70c04f;
}
.form-block {
    width: 400px;
    height: 390px;
    padding: 25px 15px;
    position: absolute;
    right: 60px;
    float: right;
   
}

.form-block input {
    width: 326px;
    height: 25px;
    padding: 11px 55px 11px 10px;
    border-radius: 25px;
    background-color: #fff;
    border: 2px solid var(--primary-color);
    font-size: 13px;
    color: #1e1f21;
    transition: all 0.3s ease;
    outline: none;
    margin-bottom: 15px;
}
.form-block input:focus {
    box-shadow: 0 0 0 2px #26b373;
    border-radius: 2px;
}
.form-block textarea {
     width: 326px;
    height: 120px;
    padding: 11px 55px 11px 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid var(--primary-color);
    font-size: 13px;
    color: #1e1f21;
    transition: all 0.3s ease;
    outline: none;
    border-radius: 25px;
    margin-bottom: 20px;
    resize: vertical;
}
.form-block textarea:focus {
    box-shadow: 0 0 0 2px #26b373;
    border-radius: 2px;
}
.form-block button{
    width: 97%;
    height: 40px;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    margin-left: 1%;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form-block button:hover{
   background-color: transparent;
   color: var(--primary-color);
}
.recaptcha{
	margin-top: -20px;
}
::placeholder {
  color: #4d4d4d;
  font-size: 13px;
  font-family: 'bpg_nino_medium_capsregular';
  font-weight: bold;
}
@media (max-width: 1320px) {
.containers{
	width: 1200px !important;
}

}
@media (max-width: 1220px) {
.containers{
	width: 97% !important;
}

}
@media (max-width: 850px) {
.containers {
    height: 1000px;
    width: 500px !important;
    overflow: hidden;
	}
	.info {
    
    margin-top: -19px;
	}
	.form-block {
    margin-top: 342px;
    float: none;
    left: 50px;
}
.containers {
    width: 1300px;
    height: 856px;
	}}
	@media (max-width: 550px) {
.containers {
    height: 1000px;
    width: 380px !important;
	}
	.info {
    
    margin-top: -19px;
	}
	.form-block {
    margin-top: 342px;
    float: none;
    left: 5px;
}
.form-block input,.form-block textarea {
    width: 262px;
	}
	.form-block button {
    width: 322px;
	}
.containers {
    width: 1300px;
    height: 856px;
	}}