.container1{
    max-width: 1140px;
    margin:0px auto;
    overflow: hidden;
}
.content {
    margin-top: 40px;
    
}
.info{
	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: "Regular2";
     font-size: 16px;
}
.info span i {
    position: absolute;
    left: 0;
	top: 10%;
	color: #000;
}
.form-block {
    width: 480px;
    height: 401px;
    background-color: #fff;
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
    padding: 25px 15px;
    position: relative;
    z-index: 99;
    float: right;
    margin-top: -124px;
    margin-right: 100px;
   
}

.form-block input {
    width: 450px;
    padding: 11px 15px 24px 10px;
    border-radius: 5px;
    background-color: #eee;
    border: none;
    font-size: 13px;
    color: #1e1f21;
    transition: all 0.3s ease;
    outline: none;
    margin-bottom: 15px;
    margin-top: 10px;
}
#contacts {
    width: 70%;
    margin: 40px auto;
    position: relative;
    background-color: #cbcbcb;
    min-height: 500px;
    border: 4px solid #e1e6ea;
    border-radius: 30px;
    overflow: hidden;
}
.form-block input:focus {
    box-shadow: 0 0 0 2px #000;
    border-radius: 2px;
}
.form-block textarea {
    width: 450px;;
    height: 120px;
   padding: 11px 15px 11px 10px;
    background-color: #eee;
    border: none;
    font-size: 13px;
    color: #1e1f21;
    transition: all 0.3s ease;
    outline: none;
    margin-bottom: 20px;
    resize: vertical;
}
.form-block textarea:focus {
    box-shadow: 0 0 0 2px #000;
    border-radius: 2px;
}
.form-block button{
    width: 98%;
    height: 40px;
    color: #fff;
    background-color: #1072b9;
    border: 1px solid #1072b9;
    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: #000;
}
.recaptcha{
	margin-top: -20px;
}
.dsfsd {
    margin-top: -100px !important;
    height: 500px;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    border: none;
}
::placeholder {
  color: #4d4d4d;
  font-size: 13px;
  font-family: 'bpg_nino_medium_capsregular';
  font-weight: bold;
}
@media (max-width: 1200px) {
.container1{
	width: 96%;
}
.form-block {
    
    margin-right: 21px;
	}
}
@media (max-width: 850px) {
    .info {
        width: 100% !important;
        margin-bottom: 35px;
    }
    .content {
        flex-direction: column;
        align-items: center;
    }
    .form-block {
    
    margin-top: -2px;
}
.dsfsd {
    margin-top: -97px !important;
	}
	.section-dark{
		margin-top: 250px;
	}
	.content{
		width: 90%;
		margin: auto;
	}
}
@media (max-width: 600px) {
    .form-block{
        width: 390px;
    }
    .form-block input,.form-block textarea{
		 width: 255px;
	}
	.container1 {
    max-width: 1140px;
  
}
   .form-block {
    width: 288px;
}
}
@media (max-width: 470px) {
  
	.container1 {
    max-width: 1140px;
   
}

.section-dark{
		margin-top: 450px;
	}
	.form-block {
    margin-right: 7px;
}
}
@media (max-width: 433px) {

    .form-block input,.form-block textarea{
		        width: 241px;
	}
	
}
