.block_about_info {
	display: flex;
}
.benefits {
	margin: 150px 0 0 0;
}
.about_content  {
	padding: 120px 0 0 0;
}
.benefits .col:not(.benefits .col:first-child) {
	margin: 100px 0 0 0;
}
[data-color="white"] {
  color:rgba(255, 255, 255, 1)!important;
    text-decoration: underline #55E8E3;
    transition: 3s;
	text-underline-offset: 6px;
}
.about_content   {
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0px auto;
}
.about_content_title  {
	height:120px;
	display: flex;
}
.about_content_title>span   {
	font-family: HelveticaNeueCyrBold;
	font-size: 3em;
	font-style: normal;
	font-weight: 700;
	line-height: 120px;
	color: #fff;
}
.about_content_text>p{
	font-family: 'Helvetica Neue Cyr Thin',sans-serif;
	font-style: normal;
	font-weight:100;
	font-size: 26px;
	line-height: 30px;
	color: #A6A6A6;
	word-spacing: 4px;
	padding: 45px 0 0 0;
}

.howToWorkWithUs {
	padding: 170px 0 0 0;
}
.howToWorkWithUs .container {
	width: 90%;
	margin: auto;
}
.howToWorkWithUs .wrap {
	margin: 70px 0 0 0;
}
.howToWorkWithUs .wrap h3 {
	color: #fff;
	font-size: 1.35em;
	font-family: HelveticaNeueCyrBold;
}
.howToWorkWithUs .inner p {
	color: #A6A6A6;
	margin: 30px 0 0 0;
	line-height: 1.3;
	font-family: HelveticaNeueCyr;
}
.howToWorkWithUs .inner {
	height: 370px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.howToWorkWithUs .inner a {
	color: #37b4ac;
}
.howToWorkWithUs .inner:not(:first-child) {
	margin: 100px 0 0 0;
}
.howToWorkWithUs .inner div:last-child {
	text-align: center;
}
.howToWorkWithUs img {
	width: 200px;
}

@media (max-width:1050px){
    .block_about_info{
        padding:5px 30px;
        max-width: 980px;
    }
}

@media (max-width:850px){
	.about_content_text>p {
		font-size: 18px;
	}
}

@media (max-width:450px){
	.about_content {
		height: auto;
	}
}

@media (min-width: 320px) {
	.howToWorkWithUs .inner {
		height: 400px;
	}
	.howToWorkWithUs .inner:not(:first-child) {
		margin: 150px 0 0 0;
	}
}

@media (min-width: 375px) {
	.howToWorkWithUs .inner:not(:first-child) {
		margin: 150px 0 0 0;
	}
	.howToWorkWithUs .inner {
		height: 380px;
	}
	.howToWorkWithUs .inner img {
		width: 250px;
		height: 250px;
	}
	.benefits .col:not(.benefits .col:first-child) {
		margin: 120px 0 0 0;
	}
}

@media (min-width: 414px) {
	.howToWorkWithUs .inner:not(:first-child) {
		margin: 200px 0 0 0;
	}
	.howToWorkWithUs .inner {
		height: 400px;
	}
	.howToWorkWithUs .inner img {
		width: 300px;
		height: 300px;
	}
	.benefits .col:not(.benefits .col:first-child) {
		margin: 150px 0 0 0;
	}
}

@media (min-width: 540px) {
	.howToWorkWithUs .inner:not(:first-child) {
		margin: 180px 0 0 0;
	}
	.howToWorkWithUs {
		padding: 400px 0 0 0;
	}
	.howToWorkWithUs .wrap {
		margin: 80px 0 0 0;
	}
	.howToWorkWithUs .inner {
		height: 350px;
	}
	.howToWorkWithUs .inner img {
		width: 220px;
		height: 220px;
	}
	.benefits .col:not(.benefits .col:first-child) {
		margin: 10px 0 0 0;
	}
}

@media (min-width: 768px) {
	.footer_content {
        flex-direction: row;
        text-align: left;
    }   
    footer {
        height: auto;
    }
    .foote_colum_content.left>p{
        width: 250px;
    }
    .footer_img {
        margin: 40px 0 0 0;
    }
	.howToWorkWithUs h2 {
		width: 400px;
	}
	.howToWorkWithUs .wrap {
		display: flex;
		flex-direction: column;
	}
	.howToWorkWithUs .inner {
		display: flex;
		flex-direction: row;
		height: 200px;
	}
	.howToWorkWithUs .inner p {
		width: 300px;
	}
	.howToWorkWithUs .inner:nth-child(even) {
		flex-direction: row-reverse;
	}
	.howToWorkWithUs .inner img {
		width: 350px;
		height: 350px;
		margin: -70px 0 0 0;
	}
}

@media (min-width: 1024px){
	.about_content_text p {
		line-height: 40px;
	}
	footer .container { 
        width: 1000px;
    }
    .footer_content { 
        width: 1000px;
        justify-content: space-between;
    }
    .foote_colum_content.left>p{
        width: 350px;
    }
	.howToWorkWithUs .container {
		width: 1000px;
	}
	.howToWorkWithUs .inner {
		height: 300px;
	}
	.howToWorkWithUs .inner h3 {
		font-size: 1.6em;
	}
	.howToWorkWithUs .inner p {
		width: 350px;
		line-height: 1.5;
		font-size: 1.2em;
	}
	.howToWorkWithUs .inner img {
		width: 480px;
		height: 480px;
		margin: -120px 0 0 0;
	}
}

@media (min-width: 1280px) {
    .about_content  {
        min-width: 1200px;
    }
	.about_content_text {
		padding: 0 350px 0 0;
	}
	.howToWorkWithUs .container {
		width: 1200px;
	}
	.howToWorkWithUs .inner img {
		width: 550px;
		height: 550px;
		margin: -200px 0 0 0;
	}
	.howToWorkWithUs .inner {
		height: 350px;
	}
}

@media (min-width: 1680px) {
    .about_content  {
        min-width: 1600px;
		padding: 170px 0 0 0;
    }
	.about_content_text {
		padding: 0 750px 0 0;
	}
	.howToWorkWithUs .container {
		width: 1600px;
	}
	.howToWorkWithUs .inner {
		height: 450px;
	}
	.howToWorkWithUs .inner h3 {
		font-size: 1.7em;
	}
	.howToWorkWithUs .inner h3 {
		font-size: 1.9em;
	}
	.howToWorkWithUs .inner p {
		font-size: 1.4em;
		line-height: 1.8;
		width: 540px;
	}
	.howToWorkWithUs .inner img {
		width: 700px;
		height: 700px;
		margin: -300px 0 0 0;
	}
}
