@import url('https://fonts.googleapis.com/css?family=Inter&display=swap');

.fw-container, .fw-row, .fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12, .fw-col-xs-15, .fw-col-sm-15, .fw-col-md-15, .fw-col-lg-15 {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, small, b, u, i, ul, li, form, label, footer, header, menu, nav, section {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

a:visited {
	color: #000000;
}

a:active {
	border: none;
	outline: none;
}

body, main {
	background-color: #f5f5f5;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	min-width: 320px;
}

section {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

header {
	width: 1200px;
	height: 145px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -100px;
}

header > .logo {
	align-self: center;
}

header > .anchors {
	align-self: center;
}

header > .anchors a {
	margin: 0 30px;
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}

header > a {
	align-self: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}

header > .anchors a, header > a {
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: solid 2px transparent;
}

header > .anchors a:hover, header > a:hover {
	border-color: #000000;
	color: #000000;
}

.section-privacy-policy {
	margin-top: 100px;
}

.section-privacy-policy h1 {
 	font-weight: 600;
	font-size: 100px;
	line-height: 100%;
	color: #000000;
	margin-bottom: -50px;
}

.section-privacy-policy h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 135%;
	color: #000000;
	margin: 100px 0 30px;
}
 
.section-privacy-policy p {
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
}

.section-first .fw-row > div {
	width: 50% !important;
}

.section-first .fw-row > div:first-child {
	margin-top: 155px !important;
}

.section-first h1 {
	font-weight: 600;
	font-size: 100px;
	line-height: 100%;
	color: #000000;
	margin-bottom: 30px;
}

.section-first h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 144%;
	color: #616161;
	margin-bottom: 30px;
}

.section-first .video-wrapper {
	width: 900px;
	height: 700px;
	overflow: hidden;
}

.section-first .video-wrapper video {
	width: 900px;
	height: 700px;
	position: relative;
	left: -150px;
}

.section-first .video-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.section-first .fw-btn.fw-btn-1 {
	width: 230px;
	height: 66px;
	background-color: #3D96FF;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	color: #FFFFFF;
	margin-right: 70px;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section-first .fw-btn.fw-btn-1:hover {
	background-color: #003068;
	opacity: 1;
}

.section-first .fw-btn.fw-btn-1 > span {
	margin-top: 10px;
}

.section-first .fw-btn.fw-btn-1:last-child {
	margin: 0;
	width: auto;
	background-color: transparent;
}

.section-first .fw-btn.fw-btn-1:last-child > span {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	border-bottom: solid 2px #000000;
	margin-top: 12px;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section-first .fw-btn.fw-btn-1:last-child:hover > span {
	border-color: transparent;
}

.section-info {
	margin-top: 200px;
}

.section-info .fw-row {
	display: flex;
}

.section-info .fw-col-xs-12.fw-col-sm-6:first-child {
	width: calc(100% - 730px) !important;
}

.section-info .fw-col-xs-12.fw-col-sm-6:last-child {
	width: 600px !important;
	margin: 15px 0 0 auto !important;
}

.section-info h3 {
	font-weight: normal;
	font-size: 70px;
	line-height: 100%;
	color: #000000;
}

.section-info p {
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
}

.section-dashboard {
	margin-top: 200px;
	position: relative;
	height: 600px;
	cursor: pointer;
}

.section-dashboard .block-image {
	position: absolute;
	top: 0;
	left: 0;
}

.section-dashboard .block-image:nth-child(1) {
	width: 222px !important;
	top: 91px;
	left: 86px;
}

.section-dashboard .block-image:nth-child(2) {
	width: 210px !important;
	left: 320px;
}

.section-dashboard .block-image:nth-child(3) {
	width: 210px !important;
	top: -60px;
	left: initial;
	right: 0;
}

.section-dashboard .block-image:nth-child(4) {
	width: 200px !important;
	top: -25px;
	left: 580px;
}

.section-dashboard .block-image:nth-child(5) {
	width: 255px !important;
}

.section-dashboard .block-image:nth-child(6) {
	z-index: 2;
	width: 509px !important;
	top: 0;
	left: initial;
	right: 90px;
}

.section-dashboard .block-image:nth-child(7) {
	width: 880px !important;
	top: 10px;
	left: 233px;
}

.section-dashboard .block-image img {
	width: 100%;
}

.section-counter .counter {
	display: flex;
	justify-content: space-between;
}

.section-counter .counter > span > span:first-child {
	display: block;
	font-weight: normal;
	font-size: 70px;
	line-height: 100%;
	color: #000000;
	margin-bottom: 10px;
}

.section-counter .counter > span > span:last-child {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #616161;
}

.section-partners {
	overflow: hidden;
}

.section-for h3,
.section-partners h3,
footer h3,
.section-team h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 135%;
	color: #000000;
}

.section-for h3 > span,
.section-partners h3 > span,
footer h3 > span,
.section-team h3 > span {
	font-style: italic;
	position: relative;
}

.section-for h3 > span::before,
.section-partners h3 > span::before,
footer h3 > span::before,
.section-team h3 > span::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -3px;
	width: calc(100% + 10px);
	padding: 0 5px;
	height: 18px;
	background-color: #3D96FF;
}

.section-for {
	margin-top: 200px;
}

.section-for .fw-row {
	display: flex;
}

.section-for .fw-row .fw-col-xs-12.fw-col-sm-6:first-child {
	width: 300px !important;
}

.section-for .fw-row .fw-col-xs-12.fw-col-sm-6:last-child {
	width: 600px !important;
	margin-left: auto !important;
	display: flex;
	flex-wrap: wrap;
}

.section-for .fw-row .fw-col-xs-12.fw-col-sm-6 > span.header-text {
	width: 100%;
	display: block;
	font-weight: 600;
	font-size: 25px;
	line-height: 140%;
	color: #000000;
	margin: 10px 0 40px;
}

.section-for .fw-row .fw-col-xs-12.fw-col-sm-6 > span:not(.header-text) {
	width: 50%;
	display: block;
	font-weight: normal;
	font-size: 17px;
	line-height: 135%;
	color: #616161;
	margin-bottom: 5px;
}

.section-for .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-btn.fw-btn-1 {
	margin-top: 50px;
	background-color: transparent;
	border-radius: 0;
	border-bottom: 0;
	padding: 0;
}

.section-for .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-btn.fw-btn-1 > span {
	font-weight: normal;
	font-size: 16px;
	line-height: 144%;
	color: #000000;
	border-bottom: solid 2px #000000;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section-for .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-btn.fw-btn-1:hover > span {
	border-color: transparent;
}

.section-for.publishers .fw-row:last-child {
	margin-top: 100px !important;
	width: 600px !important;
	background-color: #eeeeee;
}

.section-for.publishers .fw-row:last-child img {
	position: relative;
	width: 100%;
	animation: infinityPublishers 10s infinite linear;
}

@keyframes infinityPublishers {
	0% {
		left: -100px;
	}
	50% {
		left: 100px;
	}
	100% {
		left: -100px;
	}
}

.section-for.advertisers .fw-row:last-child {
	margin: 100px 0 0 auto !important;
	width: 900px !important;
	background-color: #eeeeee;
	padding: 30px 0 !important;
	height: 530px;
}

.section-for.advertisers .fw-row:last-child .fw-col-xs-12 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section-for.advertisers .fw-row:last-child img:first-child {
	height: 360px;
	position: relative;
	animation: infinityAdvertisersf 10s infinite linear;
}

@keyframes infinityAdvertisersf {
	0% {
		top: 110px;
	}
	50% {
		top: 0;
	}
	100% {
		top: 110px;
	}
}

.section-for.advertisers .fw-row:last-child img:last-child {
	height: 360px;
	position: relative;
	animation: infinityAdvertisersl 10s infinite linear;
}

@keyframes infinityAdvertisersl {
	0% {
		top: 0;
	}
	50% {
		top: 110px;
	}
	100% {
		top: 0;
	}
}

.section-team {
	margin-top: 200px;
	width: calc(50% + 600px);
	margin: 200px 0 0;
	left: calc(50% - 600px);
}

.section-team h3 {
	margin-bottom: 70px;
}

.section-team .fw-container > .fw-row:last-child .fw-col-xs-12 {
	display: flex;
	cursor: url("/cursor.svg"), auto !important;
}

.section-team .item {
	display: flex;
	padding-right: 130px;
}

.section-team .item:nth-child(2n) {
	margin-top: 175px;
}

.section-team .item .image {
	width: 270px;
	margin-right: 30px;
}

.section-team .item .image img {
	width: 100%;
}

.section-team .item:nth-child(2n) .info {
	align-self: flex-end;
}

.section-team .item .name {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	white-space: nowrap;
}

.section-team .item .job {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #616161;
	white-space: nowrap;
}

.section-partners {
	margin-top: 200px;
	width: 100%;
}

.section-partners h3 {
	margin-bottom: 70px;
}

.section-partners .fw-row:first-child {
	width: 1200px !important;
	margin: 0 auto !important;
}

.section-partners .fw-row:last-child .fw-col-xs-12 {
	animation: infinitySlide 40s infinite linear;
	display: inline-flex;
	white-space: nowrap;
	width: auto !important;
}

@keyframes infinitySlide {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.section-partners .fw-row:last-child .fw-col-xs-12 img {
	height: 100px;
	margin-right: 180px;
}

footer {
	width: 1200px;
	margin: 260px auto 20px;
}

footer .footer {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

footer .footer span {
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	color: #616161;
}

footer .footer a {
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	border-bottom: solid 1px #616161;
	color: #616161;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer .footer a:hover {
	border-color: transparent;
}

footer .contact-us {
	display: flex;
}

footer .contact-us .left {
	width: 350px;
}

footer .contact-us .left form > span {
	display: block;
	margin-top: 30px;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #616161;
}

footer .contact-us .left form > input {
	background-color: #ECECEC;
	width: calc(100% - 40px);
	height: 60px;
	padding: 0 20px;
	margin-bottom: 15px;
	border: none;
	font-weight: normal;
	font-size: 17px;
	color: #000000;
}

footer .contact-us .left form > input:focus {
	outline: none;
}

footer .contact-us .left form > button {
	margin-top: 25px;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	color: #FFFFFF;
	border: none;
	background-color: #3D96FF;
	height: 75px;
	cursor: pointer;
}

footer .contact-us .left form div {
	position: relative;
}

footer .contact-us .left form input[type="checkbox"]:checked, footer .contact-us .left form input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}

footer .contact-us .left form input[type="checkbox"]:checked + label, footer .contact-us .left form input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: normal;
	font-size: 14px;
	line-height: 27px;
	color: #616161;
	padding-left: 30px;
}

footer .contact-us .left form input[type="checkbox"]:checked + label a, footer .contact-us .left form input[type="checkbox"]:not(:checked) + label a {
	color: #616161;
	border-bottom: solid 1px #616161;
}

footer .contact-us .left form input[type="checkbox"]:checked + label:before, footer .contact-us .left form input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: solid 1px #616161;
}

footer .contact-us .left form input[type="checkbox"]:checked + label:before {
    background-image: url('../images/checked.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    border: #3D96FF;;
    background-color: #3D96FF;
    -ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer .contact-us .left form > button:hover {
	background-color: #003068;
	opacity: 1;
}

footer h3 {
	margin-bottom: 50px;
}

footer .contact-us .right {
	width: 600px;
	margin-left: auto;
	padding-top: 15px;
	position: relative;
}

footer .contact-us .right .menu {
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
}

footer .contact-us .right .menu a {
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	border-bottom: solid 2px transparent;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer .contact-us .right .menu a:hover {
	border-color: #000000;
}

footer .contact-us .right .write-us {
	margin-bottom: 150px;
}

footer .contact-us .right .write-us span {
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #616161;
}

footer .contact-us .right .write-us a {
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	border-bottom: solid 1px transparent;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer .contact-us .right .write-us a:hover {
	border-color: #000000;
}

footer .contact-us .right .logo img {
	width: 90px;
}

footer .contact-us .right .up-page{
    position: absolute;
    bottom: 20px;
    right: 0;
    cursor: pointer;
    z-index: 999;
}

footer .contact-us .right .up-page img {
    opacity: 0.7;
    position: relative;
    -ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

footer .contact-us .right .up-page:hover img {
    opacity: 1;
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
}

nav {
	display: none;
}

nav.show {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
}

nav.show .top {
	height: 85px;
	width: 100%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}

nav.show .top a {
	align-self: center;
}

nav.show .top a img {
	width: 90px;
}
nav.show .top span {
	align-self: center;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('../images/close.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

nav.show .anchors {
	margin-bottom: 30px;
}

nav.show .anchors span {
	display: block;
	margin-bottom: 10px;
}

nav.show .anchors a {
	font-weight: 600;
	font-size: 36px;
	line-height: 135%;
	color: #000000;
}

nav.show > a {
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}

@media screen and (max-width: 1240px) {
	header {
		width: calc(100% - 40px);
	}

	header .logo img {
		width: 90px;
	}

	section {
		width: calc(100% - 40px);
	}

	.section-privacy-policy{
		margin-top: 50px;
	}

	footer {
		width: calc(100% - 40px);
		margin-top: 240px;
	}

	footer .contact-us .right {
		width: calc(100% - 480px);
	}

	footer .contact-us .right .menu {
		margin-bottom: 50px;
		justify-content: initial;
		flex-wrap: wrap;
	}

	footer .contact-us .right .menu a {
		margin: 0 40px 30px 0;
	}

	footer .contact-us .right .write-us {
		margin-bottom: 120px;
	}

	.section-partners .fw-row:first-child {
		width: calc(100% - 40px) !important;
	}

	.section-team {
		width: calc(100% - 40px);
		left: 0;
		margin: 0 auto;
	}

	.section-info {
		margin-top: 180px;
	}

	.section-info .fw-row {
		display: block;
	}

	.section-info .fw-col-xs-12.fw-col-sm-6:first-child {
		width: 500px !important;
		margin-bottom: 40px !important;
	}

	.section-info .fw-col-xs-12.fw-col-sm-6:last-child {
		width: 720px !important;
	}

	.section-for.publishers .fw-row:last-child {
		width: 480px !important;
	}

	@keyframes infinityPublishers {
		0% {
			left: -50px;
		}
		50% {
			left: 50px;
		}
		100% {
			left: -50px;
		}
	}

	.section-for.advertisers .fw-row:last-child {
		width: 720px !important;
	}

	.section-first .fw-row > div:first-child {
		margin-top: 50px !important;
		width: 600px !important;
		position: relative;
		z-index: 2;
	}

	.section-first .fw-row > div{
		width: auto !important;
	}

	.section-first .video-wrapper {
		position: absolute;
		top: -40px;
		left: -160px;
		right: 0;
		width: 520px;
		height: 600px;
		overflow: hidden;
	}

	.section-first .video-wrapper video {
		top: 10px;
		left: -100px;
		width: 800px;
		height: 600px;
	}

	.section-dashboard {
		width: 960px;
		height: 480px;
		margin-top: 130px;
	}

	.section-dashboard .block-image:nth-child(1) {
		width: 195px !important;
		top: 91px;
		left: 60px;
	}

	.section-dashboard .block-image:nth-child(2) {
		width: 190px !important;
		left: 280px;
	}

	.section-dashboard .block-image:nth-child(3) {
		width: 190px !important;
		top: -45px;
		left: initial;
		right: 0;
	}

	.section-dashboard .block-image:nth-child(4) {
		width: 190px !important;
		top: -25px;
		left: 500px;
	}

	.section-dashboard .block-image:nth-child(5) {
		width: 215px !important;
	}

	.section-dashboard .block-image:nth-child(6) {
		z-index: 2;
		width: 400px !important;
		top: 5px;
		left: initial;
		right: 70px;
	}

	.section-dashboard .block-image:nth-child(7) {
		width: 710px !important;
		top: 10px;
		left: 180px;
	}
}

@media screen and (max-width: 990px) {
	header {
		height: 85px;
	}

	header > .anchors, header > a {
		display: none;
	}

	header .open-menu {
		align-self: center;
		display: block;
		width: 30px;
		height: 20px;
		background-image: url('../images/barmenu.svg');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}

	header > .anchors a, header > a {
		margin: 0 22px;
	}

	.section-privacy-policy{
		margin-top: 25px;
	}

	.section-privacy-policy h1 {
		font-size: 57px;
		margin: 0;
	}

	.section-privacy-policy h2 {
		font-size: 30px;
		margin: 50px 0 20px;
	}

	.section-privacy-policy p {
		font-size: 14px;
	}

	.section-team {
		margin-top: 180px;
	}

	.section-team .item {
		padding-right: 10px;
	}

	.section-counter .counter > span > span:first-child {
		font-size: 45px;
	}

	.section-counter .counter > span > span:last-child {
		font-size: 12px;
	}

	.section-dashboard {
		width: 600px;
		height: 320px;
		margin-top: 100px;
	}

	.section-dashboard .block-image:nth-child(1) {
		width: 140px !important;
		top: 45px;
		left: 40px;
	}

	.section-dashboard .block-image:nth-child(2) {
		width: 140px !important;
		left: 160px;
		top: -10px;
	}

	.section-dashboard .block-image:nth-child(3) {
		width: 140px !important;
		top: -45px;
		left: initial;
		right: 0;
	}

	.section-dashboard .block-image:nth-child(4) {
		width: 140px !important;
		top: -25px;
		left: 300px;
	}

	.section-dashboard .block-image:nth-child(5) {
		width: 155px !important;
	}

	.section-dashboard .block-image:nth-child(6) {
		z-index: 2;
		width: 300px !important;
		top: 10px;
		left: initial;
		right: 20px;
	}

	.section-dashboard .block-image:nth-child(7) {
		width: 440px !important;
		top: 15px;
		left: 130px;
	}
}

@media screen and (max-width: 850px) {
	footer {
		margin-top: 120px;
	}

	footer h3 {
		margin-bottom: 30px;
	}

	footer .contact-us .left {
		width: 300px;
	}

	footer .contact-us .left form > button {
		height: 65px;
	}

	footer .contact-us .right {
		width: calc(100% - 400px);
	}

	footer .contact-us .right .menu {
		margin-bottom: 40px;
	}

	footer .contact-us .right .menu a {
		width: 100%;
		margin: 0 0 5px 0;
	}

	footer .contact-us .right .write-us {
		margin-bottom: 70px;
	}

	footer .contact-us .right .write-us span {
		font-size: 12px;
	}

	footer .contact-us .right .up-page {
		bottom: -8px;
	}

	footer .footer {
		margin-top: 50px;
	}

	.section-for h3, .section-partners h3, footer h3, .section-team h3 {
		font-size: 30px;
	}

	.section-for h3 > span::before, .section-partners h3 > span::before, footer h3 > span::before, .section-team h3 > span::before {
		left: 0;
		width: 100%;
	}

	.section-partners h3 {
		margin-bottom: 30px;
	}

	.section-partners .fw-row:last-child .fw-col-xs-12 img {
		height: 50px;
		margin-right: 50px;
	}

	.section-team {
		margin-top: 100px;
	}

	.section-team .item {
		padding-right: 0;
	}

	.section-team h3 {
		margin-bottom: 30px;
	}

	.section-info {
		margin-top: 100px;
	}

	.section-info .fw-row {
		display: flex;
	}

	.section-info .fw-col-xs-12.fw-col-sm-6:first-child {
		width: 270px !important;
		margin: 0 !important;
	}

	.section-info .fw-col-xs-12.fw-col-sm-6:last-child {
		width: calc(100% - 300px) !important;
		margin: 5px 0 0 auto !important;
	}

	.section-info h3 {
		font-size: 36px;
	}

	.section-info p {
		font-size: 14px;
	}

	.section-for {
		margin-top: 100px;
	}

	.section-for .fw-row .fw-col-xs-12.fw-col-sm-6:first-child {
		width: 240px !important;
	}

	.section-for .fw-row .fw-col-xs-12.fw-col-sm-6:last-child {
		width: calc(100% - 270px) !important;
	}

	.section-for .fw-row .fw-col-xs-12.fw-col-sm-6 > span:not(.header-text) {
		width: 100%;
	}

	.section-for .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-btn.fw-btn-1 {
		margin-top: 30px;
	}

	.section-for .fw-row .fw-col-xs-12.fw-col-sm-6 > span.header-text {
		margin: 5px 0 20px;
		font-size: 20px;
	}

	.section-for .fw-row .fw-col-xs-12.fw-col-sm-6 > span:not(.header-text) {
		font-size: 14px;
	}

	.section-for.publishers .fw-row:last-child {
		width: 240px !important;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	@keyframes infinityPublishers {
		0% {
			left: -30px;
		}
		50% {
			left: 30px;
		}
		100% {
			left: -30px;
		}
	}

	.section-for.advertisers .fw-row:last-child {
		width: 240px !important;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 140px !important;
		padding: 10px 0 !important;
	}

	.section-for.advertisers .fw-row:last-child img {
		height: 100px !important;
	}
	
	.section-for.advertisers .fw-row:last-child img:first-child {
		animation: infinityAdvertisersf 5s infinite linear;
	}

	.section-for.advertisers .fw-row:last-child img:last-child {
		animation: infinityAdvertisersl 5s infinite linear;
	}

	@keyframes infinityAdvertisersf {
		0% {
			top: 20px;
		}
		50% {
			top: 0;
		}
		100% {
			top: 20px;
		}
	}

	@keyframes infinityAdvertisersl {
		0% {
			top: 0;
		}
		50% {
			top: 20px;
		}
		100% {
			top: 0;
		}
	}

	.section-first .fw-row > div:first-child {
		width: 300px !important;
		margin-top: 25px !important;
	}

	.section-first h1 {
		font-size: 57px;
		margin-bottom: 10px;
	}

	.section-first h2 {
		font-size: 12px;
	}

	.section-first .fw-btn.fw-btn-1 {
		width: 100%;
	}

	.section-first .fw-btn.fw-btn-1:last-child {
		margin-top: 10px !important;
		padding: 0;
	}

	.section-first > .fw-container > .fw-row {
		display: flex;
	}

	.section-first .video-wrapper {
		left: 0;
		top: 0;
		width: 400px;
		height: 400px;
	}

	.section-first .video-wrapper video {
		width: 500px;
		height: 400px;
		top: -20px;
		left: -50px;
	}

	footer .contact-us .left form > span {
		margin: 0 0 30px;
		font-size: 16px;
	}
}

@media screen and (max-width: 630px) {
	footer .contact-us {
		display: block;
	}

	footer .contact-us .left {
		width: 100%;
		margin-bottom: 50px;
	}

	footer .contact-us .right {
		width: 100%;
	}

	footer .contact-us .right .menu {
		margin-bottom: 50px;
	}

	footer .contact-us .right .write-us {
		margin-bottom: 30px;
	}

	footer .footer {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	footer .footer span {
		order: 2;
		width: 100%;
		display: block;
	}

	footer .footer a {
		order: 1;
		margin-bottom: 20px;
	}

	.section-team h3 {
		margin: 0;
	}

	.section-team .fw-container > .fw-row:last-child .fw-col-xs-12 {
		display: block;
	}

	.section-team .item:nth-child(2n) {
		margin: 0;
	}

	.section-team .item {
		margin-top: 30px !important;
		display: block;
	}

	.section-team .item .image {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.section-team .item .name {
		font-size: 14px;
	}

	.section-team .item .job {
		font-size: 12px;
	}

	.section-counter .counter {
		justify-content: initial;
		flex-wrap: wrap;
	}

	.section-counter .counter > span {
		width: 50%;
		text-align: center;
	}

	.section-counter .counter > span:nth-child(3), .section-counter .counter > span:nth-child(4) {
		margin-top: 40px;
	}

	.section-info .fw-row {
		display: block;
	}

	.section-info .fw-col-xs-12.fw-col-sm-6:first-child {
		margin-bottom: 20px !important;
	}

	.section-info .fw-col-xs-12.fw-col-sm-6:last-child {
		width: 100% !important;
		margin: 0 !important;
	}

	.section-for .fw-row {
		flex-wrap: wrap;
	}

	.section-for .fw-row .fw-col-xs-12.fw-col-sm-6:first-child {
		margin-bottom: 10px !important;
	}

	.section-for .fw-row .fw-col-xs-12.fw-col-sm-6:last-child {
		width: 100% !important;
	}

	.section-for.publishers .fw-row:last-child {
		width: 100% !important;
		position: relative;
	    margin-top: 50px !important;
	}

	.section-for.advertisers .fw-row:last-child {
		width: 100% !important;
		position: relative;
		height: 200px !important;
		padding: 15px 0 !important;
	}

	.section-for.advertisers .fw-row:last-child img {
		height: 140px !important;
	}

	@keyframes infinityAdvertisersf {
		0% {
			top: 30px;
		}
		50% {
			top: 0;
		}
		100% {
			top: 30px;
		}
	}

	@keyframes infinityAdvertisersl {
		0% {
			top: 0;
		}
		50% {
			top: 30px;
		}
		100% {
			top: 0;
		}
	}

	.section-first .fw-row > div:first-child {
		margin: 25px 0 30px !important;
		width: 100% !important;
	}

	.section-first .fw-btn.fw-btn-1:last-child {
		width: 130px;
		position: relative;
		left: calc(50% - 65px);
	}

	.section-first > .fw-container > .fw-row {
		display: block;
	}

	.section-first .fw-row > div:last-child {
		width: 300px !important;
		height: 350px;
		position: relative;
		margin: 0 auto !important;
	}

	.section-dashboard {
		width: 300px;
		height: 170px;
		margin-top: 70px;
	}

	.section-dashboard .block-image:nth-child(1) {
		width: 60px !important;
		top: 30px;
		left: 30px;
	}

	.section-dashboard .block-image:nth-child(2) {
		width: 60px !important;
		left: 85px;
		top: 0;
	}

	.section-dashboard .block-image:nth-child(3) {
		width: 60px !important;
		top: -10px;
		left: initial;
		right: 0;
	}

	.section-dashboard .block-image:nth-child(4) {
		width: 60px !important;
		top: -8px;
		left: 150px;
	}

	.section-dashboard .block-image:nth-child(5) {
		width: 70px !important;
	}

	.section-dashboard .block-image:nth-child(6) {
		z-index: 2;
		width: 120px !important;
		top: 10px;
		left: initial;
		right: 20px;
	}

	.section-dashboard .block-image:nth-child(7) {
		width: 200px !important;
		top: 15px;
		left: 70px;
	}

	.section-first .video-wrapper {
		height: 340px;
		width: 350px;
		margin-bottom: 70px;
	}

	.section-first .video-wrapper video {
		left: -90px;
	}
}


.section-dashboard,
.section-for.publishers img,
.section-for.advertisers img,
.section-partners .fw-row:last-child .fw-col-xs-12,
.section-team .item .image img,
.section-first .fw-row > div:last-child {
	opacity: 0;
}

.section-info,
.section-counter,
.section-for.publishers .fw-row .fw-col-xs-12.fw-col-sm-6:first-child,
.section-for.publishers .fw-row .fw-col-xs-12.fw-col-sm-6:last-child,
.section-for.advertisers .fw-row .fw-col-xs-12.fw-col-sm-6:first-child,
.section-for.advertisers .fw-row .fw-col-xs-12.fw-col-sm-6:last-child,
.section-team h3,
.section-team .item .info,
.section-partners .fw-row:first-child,
footer,
.section-first .fw-row > div:first-child {
	position: relative;
	top: 100px;
	opacity: 0;
}

.section-dashboard .block-image:nth-child(1) img {
	position: relative;
	left: -150px;
	opacity: 0;
}

.section-dashboard .block-image:nth-child(2) img {
	position: relative;
	top: -150px;
	opacity: 0;
}

.section-dashboard .block-image:nth-child(3) img {
	position: relative;
	right: -150px;
	opacity: 0;
}

.section-dashboard .block-image:nth-child(4) img {
	position: relative;
	top: -150px;
	opacity: 0;
}

.section-dashboard .block-image:nth-child(5) img {
	position: relative;
	left: -150px;
	opacity: 0;
}

.section-dashboard .block-image:nth-child(6) img {
	position: relative;
	top: -150px;
	opacity: 0;
}

.section-dashboard .block-image:nth-child(7) img {
	position: relative;
	top: 150px;
	opacity: 0;
}







/*new-styles*/
.section-for.benefits1 .fw-row{
	align-items: center;
}
.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6:last-child{
	width: 50% !important;
}
.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6:first-child{
	width: 50% !important;
	margin-left: auto !important;
	display: flex;
	flex-wrap: wrap;
}
.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-heading.fw-heading-h3{
	width: 50%;
}
.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 img{
	margin-left:  auto;
}
.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 > span.header-text{
	margin: 40px 0 45px;
}
.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 > span.bene-checked:not(.header-text){
	padding-left: 30px;
	position: relative;
	font-weight: 600;
	font-size: 17px;
	line-height: 40px;
	color: #000000;
}
.bene-checked:before{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/addattain/images/new/checked.svg) center center/cover no-repeat;
}
.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-btn.fw-btn-1{
	margin-top: 40px;
}
.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-btn.fw-btn-1 > span{
	font-weight: 600;
}
.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 h3 > span{
	font-weight: 500;
}

.fw-main-row.section-for.benefits1{
	background: #F8F9FA;
	margin-top: 140px;
	padding: 140px 0 240px;
	width: 100%;
}
.fw-main-row.section-for.benefits1 .fw-container{
	width: 1200px!important;
	margin: 0 auto!important;
}



.section-for.benefits2 .fw-row{
	align-items: center;
}
.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6:first-child{
	width: 50% !important;
}
.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6:last-child{
	width: 50% !important;
	margin-left: auto !important;
	display: flex;
	flex-wrap: wrap;
}
.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6 > span.header-text{
	margin: 40px 0 45px;
}
.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6 > span.bene-checked:not(.header-text){
	padding-left: 30px;
	position: relative;
	font-weight: 600;
	font-size: 17px;
	line-height: 40px;
	color: #000000;
}
.bene-checked:before{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/addattain/images/new/checked.svg) center center/cover no-repeat;
}
.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-btn.fw-btn-1{
	margin-top: 40px;
}
.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-btn.fw-btn-1 > span{
	font-weight: 600;
}
.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6 h3 > span{
	font-weight: 500;
}


.fw-main-row.section-for.benefits2{
	margin-top: 0;
	background: #F5F5F5;
	padding: 140px 0 240px;
	width: 100%;
}
.fw-main-row.section-for.benefits2 .fw-container{
	width: 1200px!important;
	margin: 0 auto!important;
}


.fw-main-row.new-team{
	width: 100%;
	background: #F8F9FA;
	padding: 100px 0 116px;
}
.fw-main-row.new-team .fw-container{
	width: 1580px!important;
	margin: 0 auto!important;
}
.fw-main-row.new-team .fw-container .fw-row:first-child .fw-col-xs-12{
	width: 1200px!important;
	margin: 0 auto!important;
	margin-bottom: 18px!important;
}
.fw-main-row.new-team .fw-container .fw-row:first-child .fw-col-xs-12 .fw-heading.fw-heading-h3 h3{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 135%;
	color: #000000;
}
.fw-main-row.new-team .fw-container .fw-row:first-child .fw-col-xs-12 .fw-heading.fw-heading-h3 h3 span{
	font-style: italic;
	position: relative;
	font-weight: 500;
}
.fw-main-row.new-team .fw-container .fw-row:first-child .fw-col-xs-12 .fw-heading.fw-heading-h3 h3 span:before{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -3px;
	width: calc(100% + 10px);
	padding: 0 5px;
	height: 18px;
	background-color: #3D96FF;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12{
	display: flex;
	justify-content: space-between;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:first-child{
	margin-top: 124px;
	width: 275px;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:nth-child(2){
	margin-top: 248px;
	width: 275px;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:nth-child(3){
	margin-top: 85px;
	width: 275px;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:nth-child(4){
	margin-top: 126px;
	width: 275px;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:last-child{
	width: 275px;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item .image img{
	max-width: 275px;
	height: 370px;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item .info{
	margin-top: 15px;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item .info .name{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	display: block;
}
.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item .info .job{
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #616161;
	margin-top: 5px;
}


footer {
	width: 100%;
	margin: 0;
	margin-top: 140px;
}
.new-wrapper{
	width: 1200px;
	margin: 0 auto;
}
footer .contact-us {
	display: flex;
	background: #FFFFFF;
	padding-top: 46px;
	padding-bottom: 100px;
}
footer .contact-us .left {
	width: 50%;
}
footer .contact-us .right{
	width: 500px;
	margin-left: 0;
	padding-top: 0;
}
footer .contact-us .new-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .contact-us form .iam{
	display: flex;
	align-items: center;
}
footer .contact-us form .iam label{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	margin-right: 30px;
}
footer .contact-us form .wpcf7-form-control-wrap.who-you-are .wpcf7-form-control.wpcf7-radio{
	display: flex;
}
footer .contact-us form .wpcf7-list-item{
	position: relative;
	margin-right: 15px;
}
footer .contact-us form .wpcf7-list-item:last-child{
	margin-right: 0;
}
footer .contact-us form .wpcf7-list-item input{
	position: absolute;
	left: 0;
	margin: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
footer .contact-us form .wpcf7-list-item .wpcf7-list-item-label{
	display: block;
	min-width: 110px;
	padding: 8px 22px;
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	border-radius: 17px;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #000000;
}
footer .contact-us form .wpcf7-list-item:hover .wpcf7-list-item-label{
	background: #E8F5FF;
	border: 1px solid #1497FB;
}
footer .contact-us form .wpcf7-list-item .wpcf7-list-item-label.active{
	background: #3D96FF;
	color: #fff;
}
footer .contact-us form .form-name-email{
	margin-top: 56px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}
footer .contact-us form .form-name{
	position: relative;
}
footer .contact-us form .form-name .your-name input{
	border: none;
	outline: none;
	border-bottom: 1px solid #E0E0E0;
	width: 240px;
	padding: 16px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	margin-right: 70px;
	font-family: 'Inter', sans-serif;
}
footer .contact-us form .form-name .your-name input:focus{
	border-color: #1497FB;
}
footer .contact-us form .form-name .your-name input.wpcf7-not-valid{
	border-color: #FB1414;
}
footer .contact-us form .form-name .your-name input::-webkit-input-placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-name .your-name input::-moz-placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-name .your-name input:-ms-input-placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-name .your-name input::-ms-input-placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-name .your-name input::placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-email{
	position: relative;
}
footer .contact-us form .form-email .your-email input{
	border: none;
	outline: none;
	border-bottom: 1px solid #E0E0E0;
	width: 240px;
	padding: 16px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	font-family: 'Inter', sans-serif;
}
footer .contact-us form .form-email .your-email input:focus{
	border-color: #1497FB;
}
footer .contact-us form .form-email .your-email input.wpcf7-not-valid{
	border-color: #FB1414;
}
footer .contact-us form .form-email .your-email input::-webkit-input-placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-email .your-email input::-moz-placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-email .your-email input:-ms-input-placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-email .your-email input::-ms-input-placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-email .your-email input::placeholder{
	color: #AFAFAF;
}
footer .contact-us form .form-text{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
footer .contact-us form .form-text label{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 13px;
}
footer .contact-us form .form-text .your-message textarea{
	outline: none;
	resize: none;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	width: 550px;
	height: 163px;
	padding: 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	font-family: 'Inter', sans-serif;
}
footer .contact-us form .form-text .your-message textarea:focus{
	border-color: #1497FB;
}
footer .contact-us form input.wpcf7-form-control.wpcf7-submit{
	border: none;
	outline: none;
	background: #3D96FF;
	border-radius: 3px;
	display: block;
	width: 320px;
	height: 66px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
.footer-cont-title{
	font-style: italic;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #000000;
	position: relative;
	z-index: 0;
	display: inline-block;
}
h3.footer-cont-title:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -3px;
	width: calc(100% - 60px);
	padding: 0 5px;
	height: 18px;
	background-color: #3D96FF;
}
footer .contact-us .right .write-us{
	margin-bottom: 0;
	position: relative;
	padding: 5px 0 30px;
}
footer .contact-us .right .write-us:before{
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	border: 1px solid #E0E0E0;
}
footer .contact-us .right .write-us span.write-us-title{
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	color: #AFAFAF;
	margin-bottom: 15px;
}
.footer-mail-link{
	display: block;
	margin-bottom: 20px;
}
.footer-soc{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
footer .contact-us .right .write-us .footer-soc a{
	display: inline-block;
	margin-right: 10px;
	border: none;
}
footer .contact-us .right .write-us .footer-soc a:hover{
	text-decoration: none;
	border: none;
}
.footer-soc a:last-child{
	margin-right: 0;
}
footer .menu-footer{
	background: #F8F9FA;
	height: 80px;
	display: flex;
	align-items: center;
}
footer .menu-footer .new-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .menu-footer .new-wrapper .menu a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-right: 64px;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: solid 2px transparent;
}
footer .menu-footer .new-wrapper .menu a:last-child{
	margin-right: 0;
}
footer .menu-footer .new-wrapper .menu a:hover{
	border-color: #000000;
	color: #000000;
}
footer .footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #2B2B2B;
	margin-top: 0;
	height: 50px;
}
footer .footer .new-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer .new-wrapper span{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #E9E9E9;
}
footer .footer .new-wrapper a{
	border-bottom: solid 1px #E9E9E9;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #E9E9E9;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output{
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #FB1414;
	background: #FFE8E8;
	border-radius: 3px;
	border-color: #FFE8E8;
	padding: 10px 15px;
}
.wpcf7 form.sent .wpcf7-response-output{
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #1497FB;
	background: #E8F5FF;
	border-radius: 3px;
	border-color: #E8F5FF;
	padding: 10px 15px;
}
footer .contact-us form .form-email .your-email .wpcf7-not-valid-tip{
	position: absolute;
	top: 40px;
}
footer .contact-us form .form-name .your-name .wpcf7-not-valid-tip{
	position: absolute;
	top: 40px;
}
footer .contact-us .left form > span.wpcf7-form-control-wrap.g-recaptcha-response{
	margin: 0;
	margin-top: 10px;
}
.wpcf7-not-valid-tip{
	color: #FB1414;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}


@media screen and (max-width: 1240px){
	.fw-main-row.section-for.benefits1 .fw-container{
		width: calc(100% - 40px)!important;
	}
	.fw-main-row.section-for.benefits2 .fw-container{
		width: calc(100% - 40px)!important;
	}
	.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6:first-child{
		width: 45% !important;
	}
	.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6:last-child {
		width: 45% !important;
	}
	.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6:first-child {
		width: 45% !important;
	}
	.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6:last-child {
		width: 45% !important;
	}
	.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-heading.fw-heading-h3{
		width: 60%;
	}
	.fw-main-row.new-team .fw-container{
		width: calc(100% - 40px)!important;
	}
	.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12{
		flex-wrap: wrap;
	}
	.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:first-child{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:nth-child(2){
		margin-top: 0;
		margin-bottom: 30px;
	}
	.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:nth-child(3){
		margin-top: 0;
		margin-bottom: 30px;
	}
	.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:nth-child(4){
		margin-top: 0;
		margin-bottom: 30px;
	}
	.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item:last-child{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.new-wrapper{
		width: calc(100% - 40px)!important;
	}
	footer .contact-us .new-wrapper{
		flex-direction: column;
	}
	footer .contact-us .left {
		width: 80%;
		margin: 0 auto;
	}
	footer .contact-us .right{
		width: 80%;
		margin: 0 auto;
	}
	footer .menu-footer .new-wrapper .menu a{
		margin-right: 34px;
	}
}
@media screen and (max-width: 767px){
	.fw-main-row.section-for.benefits1{
		padding-bottom: 140px;
	}
	.fw-main-row.section-for.benefits2{
		padding-bottom: 140px;
	}
	.section-for.benefits1 .fw-row{
		flex-direction: column;
	}
	.section-for.benefits2 .fw-row{
		flex-direction: column-reverse;
	}
	.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6:first-child {
		width: 100% !important;
	}
	.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6:last-child {
		width: 100% !important;
	}
	.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6:last-child {
		width: 100% !important;
		margin-top: 50px!important;
	}
	.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6:first-child {
		width: 100% !important;
		margin-top: 50px!important;
	}
	.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 .fw-heading.fw-heading-h3 {
		width: 70%;
	}
	.section-for.benefits1 .fw-row .fw-col-xs-12.fw-col-sm-6 img{
		display: block;
		margin: 0 auto;
	}
	.section-for.benefits2 .fw-row .fw-col-xs-12.fw-col-sm-6 img{
		display: block;
		margin: 0 auto;
	}
	.fw-main-row.new-team .fw-container .fw-row:last-child .fw-col-xs-12 .item{
		width: 100%!important;
		text-align: center;
	}
	footer .contact-us .left {
		width: 100%;
	}
	footer .contact-us form .iam{
		flex-direction: column;
	}
	footer .contact-us form .iam label{
		margin-right: 0;
		margin-bottom: 15px;
	}
	footer .contact-us form .wpcf7-form-control-wrap.who-you-are .wpcf7-form-control.wpcf7-radio{
		flex-direction: column;
	}
	footer .contact-us form .wpcf7-list-item{
		margin: 0;
		margin-bottom: 15px;
	}
	footer .contact-us form .wpcf7-list-item:last-child{
		margin-bottom: 0;
	}
	footer .contact-us form .form-name-email {
		margin-top: 40px;
		margin-bottom: 40px;
		flex-direction: column;
	}
	footer .contact-us form .form-name .your-name input{
		width: 100%;
		margin-right: 0;
	}
	footer .contact-us form .form-email .your-email input{
		width: 100%;
	}
	footer .contact-us form .form-text .your-message textarea{
		width: 100%;
	}
	footer .menu-footer{
		height: auto;
		padding: 40px 0;
	}
	footer .menu-footer .new-wrapper{
		flex-direction: column;
	}
	footer .menu-footer .new-wrapper .menu{
		display: flex;
		flex-direction: column;
		margin-top: 15px;
	}
	footer .menu-footer .new-wrapper .menu a{
		margin: 7px 0;
		text-align: center;
	}
	footer .contact-us .right .up-page {
		bottom: -70px;
	}
	footer .footer{
		height: auto;
		padding: 20px 0;
	}
	footer .footer .new-wrapper{
		flex-direction: column;
	}
}

