@font-face {
	font-family: 'Montserrat';
	src: url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon/icomoon%EF%B9%961gss8.eot');
	src: url('fonts/icomoon/icomoon%EF%B9%961gss8.eot#iefix') format('embedded-opentype'), url('fonts/icomoon/icomoon%EF%B9%961gss8.ttf') format('truetype'), url('fonts/icomoon/icomoon%EF%B9%961gss8.woff') format('woff'), url('fonts/icomoon/icomoon%EF%B9%961gss8.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	-webkit-text-size-adjust: none;
}

html,
body {
	height: 100%;
	background-color: #fff;
	font: 400 15px/1.2 'Montserrat', 'Arial', 'Helvetica', sans-serif;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	vertical-align: top;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
}

ol,
ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=submit],
button,
label {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

input::-ms-clear {
	display: none;
}

textarea {
	resize: vertical;
}

a {
	text-decoration: none;
}

img {
	position: relative;
}

img:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
	content: "\e905";
}
.icon-mobile:before {
	content: "\e906";
}
.icon-email:before {
	content: "\e907";
}
.icon-gp:before {
	content: "\e900";
}
.icon-tw:before {
	content: "\e901";
}
.icon-fb:before {
	content: "\e902";
}
.icon-in:before {
	content: "\e908";
}
.icon-ut:before {
	content: "\e909";
}
.icon-li:before {
	content: "\e903";
}
.icon-arrow:before {
	content: "\e904";
}

.wrapper {
	min-height: 100%;
	margin-bottom: -645px;
	padding-bottom: 745px;
}

* html .wrapper {
	height: 100%;
}

.step {
	padding-top: 80px;
}

.step_colored {
	background: url('../../images/landing/step-1-1920.png') no-repeat calc(50% - 500px) 130px, url('../../images/landing/step-2-1920.png') no-repeat calc(50% + 480px) 530px #F3FAFF;
}

.doc {
	padding-top: 100px;
}

.cl:before,
.cl:after {
	content: '';
	display: table;
}

.cl:after {
	clear: both;
}

.wrap {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.row {
	margin: 0 -10px;
}

.row-empty {
	padding-top: 30px;
}

.row:before,
.row:after {
	content: '';
	display: table;
}

.row:after {
	clear: both;
}

.row>* {
	float: left;
	padding: 0 10px;
}

.col-1 {
	width: calc(100% / 12)
}

.col-2 {
	width: calc(100% / 12 * 2)
}

.col-3 {
	width: calc(100% / 12 * 3)
}

.col-4 {
	width: calc(100% / 12 * 4)
}

.col-5 {
	width: calc(100% / 12 * 5)
}

.col-6 {
	width: calc(100% / 12 * 6)
}

.col-7 {
	width: calc(100% / 12 * 7)
}

.col-8 {
	width: calc(100% / 12 * 8)
}

.col-9 {
	width: calc(100% / 12 * 9)
}

.col-10 {
	width: calc(100% / 12 * 10)
}

.col-11 {
	width: calc(100% / 12 * 11)
}

.col-12 {
	width: 100%
}

.field__wrap {
	margin-bottom: 15px;
}

.field {
	display: block;
	width: 100%;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #DBE2E8;
	font-size: 13px;
	color: #2a5b90;
}

.field:hover {
	background-color: #F3FAFF;
}

.field.error {
	border-color: #F54662;
	color: #f42d4d;
}

textarea.field {
	resize: vertical;
}

.radio {
	position: relative;
	float: left;
	width: 18px;
	height: 18px;
	margin: 0 12px 4px 0;
	border-radius: 100px;
	border: 1px solid #DBE2E8;
	background-color: #fff;
	cursor: pointer;
}

.radio:checked {
	background-color: #0084ca;
	box-shadow: inset 0 0 0 3px #fff;
}

.errorMessage {
	padding: 6px 16px 0;
	font-size: 10px;
	color: #f42d4d;
}

.field::-webkit-input-placeholder {
	color: #acc1d1;
}

.field::-moz-placeholder {
	color: #acc1d1;
}

.field:-moz-placeholder {
	color: #acc1d1;
}

.field:-ms-input-placeholder {
	color: #acc1d1;
}

.cover {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.loader {
	position: relative;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader__logo {
	position: absolute;
	z-index: 2;
	width: 50%;
	stroke: #0AA8FF;
	-webkit-animation: loader-logo-animation 3s infinite linear;
	animation: loader-logo-animation 3s infinite linear;
}

@-webkit-keyframes loader-logo-animation {
	0% {
		-webkit-transform: scale(1) rotate(240deg);
		-ms-transform: scale(1) rotate(240deg);
		transform: scale(1) rotate(240deg);
	}
	12% {
		-webkit-transform: scale(1.3) rotate(360deg);
		-ms-transform: scale(1.3) rotate(360deg);
		transform: scale(1.3) rotate(360deg);
	}
	24% {
		-webkit-transform: scale(1) rotate(480deg);
		-ms-transform: scale(1) rotate(480deg);
		transform: scale(1) rotate(480deg);
	}
	50% {
		-webkit-transform: rotate(480deg);
		-ms-transform: rotate(480deg);
		transform: rotate(480deg);
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	86% {
		-webkit-transform: rotate(840deg);
		-ms-transform: rotate(840deg);
		transform: rotate(840deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1) rotate(840deg);
		-ms-transform: scale(1) rotate(840deg);
		transform: scale(1) rotate(840deg);
		opacity: 1;
	}
}

@keyframes loader-logo-animation {
	0% {
		-webkit-transform: scale(1) rotate(240deg);
		-ms-transform: scale(1) rotate(240deg);
		transform: scale(1) rotate(240deg);
	}
	12% {
		-webkit-transform: scale(1.3) rotate(360deg);
		-ms-transform: scale(1.3) rotate(360deg);
		transform: scale(1.3) rotate(360deg);
	}
	24% {
		-webkit-transform: scale(1) rotate(480deg);
		-ms-transform: scale(1) rotate(480deg);
		transform: scale(1) rotate(480deg);
	}
	50% {
		-webkit-transform: rotate(480deg);
		-ms-transform: rotate(480deg);
		transform: rotate(480deg);
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	86% {
		-webkit-transform: rotate(840deg);
		-ms-transform: rotate(840deg);
		transform: rotate(840deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1) rotate(840deg);
		-ms-transform: scale(1) rotate(840deg);
		transform: scale(1) rotate(840deg);
		opacity: 1;
	}
}

.loader__svg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg) scale(1);
}

.loader__circle {
	fill: transparent;
	stroke: #0AA8FF;
	stroke-width: 2;
	stroke-dasharray: 310%;
	stroke-dashoffset: -620%;
	transition: stroke-dashoffset 1s;
	-webkit-animation: loader-circle-animation 3s infinite;
	animation: loader-circle-animation 3s infinite;
}

@-webkit-keyframes loader-circle-animation {
	0% {
		stroke-dasharray: 310%;
		stroke-dashoffset: 310%;
	}
	20% {
		stroke-dasharray: 310%;
		stroke-dashoffset: 0;
	}
	55% {
		stroke-dasharray: 310%;
		stroke-dashoffset: 0;
	}
	90% {
		stroke-dasharray: 310%;
		stroke-dashoffset: -310%;
	}
	100% {
		stroke-dasharray: 310%;
		stroke-dashoffset: -310%;
	}
}

@keyframes loader-circle-animation {
	0% {
		stroke-dasharray: 310%;
		stroke-dashoffset: 310%;
	}
	20% {
		stroke-dasharray: 310%;
		stroke-dashoffset: 0;
	}
	55% {
		stroke-dasharray: 310%;
		stroke-dashoffset: 0;
	}
	90% {
		stroke-dasharray: 310%;
		stroke-dashoffset: -310%;
	}
	100% {
		stroke-dasharray: 310%;
		stroke-dashoffset: -310%;
	}
}

.button {
	display: block;
	width: 300px;
	height: 60px;
	margin: 0 auto;
	border-radius: 4px;
	background: rgb(238, 9, 121);
	background: -moz-linear-gradient(-45deg, rgba(238, 9, 121, 1) 0%, rgba(255, 106, 0, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(238, 9, 121, 1) 0%, rgba(255, 106, 0, 1) 100%);
	background: linear-gradient(135deg, rgba(238, 9, 121, 1) 0%, rgba(255, 106, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0979', endColorstr='#ff6a00', GradientType=1);
	text-align: center;
	text-decoration: none;
	font: 400 20px/60px 'Trebuchet MS', 'Helvetica', sans-serif;
	color: #fff;
}

.button:hover {
	background: rgb(241, 58, 148);
	background: -moz-linear-gradient(-45deg, rgba(241, 58, 148, 1) 0%, rgba(255, 135, 51, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(241, 58, 148, 1) 0%, rgba(255, 135, 51, 1) 100%);
	background: linear-gradient(135deg, rgba(241, 58, 148, 1) 0%, rgba(255, 135, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13a94', endColorstr='#ff8733', GradientType=1);
}

.button:active {
	background: rgb(190, 7, 97);
	background: -moz-linear-gradient(-45deg, rgba(190, 7, 97, 1) 0%, rgba(204, 85, 0, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(190, 7, 97, 1) 0%, rgba(204, 85, 0, 1) 100%);
	background: linear-gradient(135deg, rgba(190, 7, 97, 1) 0%, rgba(204, 85, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0761', endColorstr='#cc5500', GradientType=1);
}

.card_small .button {
	width: 100%;
}

.title {
	max-width: 800px;
	margin: 0 auto 30px;
	text-align: center;
	letter-spacing: -.01em;
	font: 700 48px/1.142857142857143 'Trebuchet MS', 'Helvetica', sans-serif;
	color: #1f3349;
}

.subtitle {
	max-width: 800px;
	margin: 0 auto 40px;
	letter-spacing: -.02em;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #525252;
}

.block-title {
	margin: 0 auto 25px;
	padding-bottom: 25px;
	border-bottom: 4px dotted #14D654;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #525252;
}

.graph {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 1.466666666666667;
	color: #6a6a6a;
}

.graph:last-child {
	margin-bottom: 0;
}

.anchor {
	position: absolute;
	z-index: -1;
	top: 0;
}

.hidden-info {
	display: none;
}

.open-hidden-info {
	text-align: right;
}

.open-hidden-info__link {
	cursor: pointer;
	color: #00a2ff;
}

.open-hidden-info__link:hover {
	color: #2a5b90;
}

.action {
	padding-top: 60px;
}

.one-block_right {
	margin-top: 60px;
	padding: 0 0 0 560px;
}

.one-block_left {
	margin-top: 60px;
	padding: 0 560px 0 0;
}

.three-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.three-block__column {
	width: 32%;
}

.three-block-ext {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 80px;
}

.three-block-ext__column {
	width: 28%;
}

.three-block-ext__column:nth-child(1),
.three-block-ext__column:nth-child(3) {
	padding-top: 190px;
}

.three-block-ext__column:nth-child(2) {
	width: 25%;
}

.menu {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 68px;
	padding: 0 40px;
	-webkit-transition: background-color .3s, transform .3s;
	-o-transition: background-color .3s, transform .3s;
	transition: background-color .3s, transform .3s;
}

.menu:hover {
	position: fixed;
}

.menu_fixed {
	position: fixed;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-68px);
	-ms-transform: translateY(-68px);
	transform: translateY(-68px);
}

.menu_visible {
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
}

.menu:hover,
.menu_fixed-visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.menu_fixed .menu__logo,
.menu_visible .menu__logo {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.menu_fixed .navigation__item {
	color: #333;
}

.menu_fixed .navigation__item:hover {
	color: #1f9bde;
}

.mobile-navigation__button {
	display: none;
}

.mobile-navigation__list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.menu__logo {
	width: 120px;
	height: 100%;
	background: url('../../images/landing/logo-black.svg') no-repeat 50%;
	opacity: 0;
}

.navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.navigation__item {
	display: block;
	width: calc(100% - 20px);
	margin: 0 10px;
	padding: 4px;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
}

.navigation__item:hover {
	color: #1f9bde;
}

.navigation__item_active {
	border-bottom-color: #1f9bde;
}

.menu_step .navigation__item {
	color: #0084ca;
}

.top {
	height: 960px;
	background: url('../../images/landing/top-1920.jpg') no-repeat 50% 0;
}

.top__info {
	padding: 455px 485px 255px 80px;
	letter-spacing: -.02em;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
}

.mouse {
	width: 30px;
	height: 48px;
	margin: 0 auto;
	padding-top: 58px;
	background: url('../../images/landing/mouse.svg') no-repeat;
	background-size: contain;
}

.mouse:before,
.mouse:after {
	content: '';
	display: block;
	width: 30px;
	height: 12px;
	background: url('../../images/landing/mouse__arrow.svg') no-repeat 50%;
	background-size: contain;
}

.mouse:before {
	animation: first-bangle .5s infinite alternate;
	-webkit-animation: first-bangle .5s infinite alternate;
}

.mouse:after {
	margin-top: -3px;
	animation: second-bangle .5s infinite alternate;
	-webkit-animation: second-bangle .5s infinite alternate;
}

@keyframes first-bangle {
	from {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	to {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 0.8;
	}
}

@-webkit-keyframes first-bangle {
	from {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	to {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 0.8;
	}
}

@keyframes second-bangle {
	from {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	to {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0.5;
	}
}

@-webkit-keyframes second-bangle {
	from {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	to {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0.5;
	}
}

.pretop {
	padding: 50px 50px 35px;
	text-align: center;
	line-height: 1.5;
}

.affiliate {
	position: relative;
	padding: 100px 0;
	border-bottom: 5px solid #F3FAFF;
}

.three-block-ext_affiliate {
	min-height: 555px;
	background: url('../../images/landing/affiliate-1920.png') no-repeat 50% 0;
}

.how {
	position: relative;
	padding: 100px 0 150px;
	background: url('../../images/landing/how-bottom-1920.jpg') no-repeat 50% 100%;
}

.how-info {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.how-info__left {
	width: 28%;
}

.how-info__menu {
	height: 175px;
	margin-bottom: 40px;
}

.how-info__menu:last-child {
	margin-bottom: 0;
}

.how_open-mobile-block {
	display: none;
}

.how-info__right {
	position: relative;
	width: calc(50% - 10px);
	padding-top: 320px;
}

.role {
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
	padding: 100px 0;
	background-color: #038DDF;
}

.three-block-ext_role {
	min-height: 530px;
	background: url('../../images/landing/affiliate-role-1920.png') no-repeat 0;
}

.advertisers {
	position: relative;
	padding: 100px 0;
	border-bottom: 5px solid #F3FAFF;
}

.one-block_advertisers {
	background: url('../../images/landing/advertisers-1920.png') no-repeat;
}

.publishers {
	position: relative;
	padding: 100px 0;
}

.one-block_publishers {
	min-height: 300px;
	margin-bottom: 100px;
	background: url('../../images/landing/publishers-1920.png') no-repeat;
}

.technology {
	position: relative;
	padding: 100px 0;
	background-color: #F3FAFF;
}

.one-block_technology {
	min-height: 325px;
	background: url('../../images/landing/technology-1920.png') no-repeat 100% 0;
}

.about {
	position: relative;
	padding: 100px 0 60px;
	border-bottom: 5px solid #F3FAFF;
}

.about-top {
	padding-top: 405px;
	background: url('../../images/landing/about-1920.png') no-repeat 50% 0;
}

.about-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
}

.about-top__left {
	width: calc(50% - 10px);
}

.about-top__right {
	width: calc(50% - 10px);
}

.about-info {
	display: flex;
	justify-content: space-between;
	/*margin-bottom: 50px;*/
}

.about-info__left {
	width: calc(50% - 10px);
	padding: 20px 0 0 160px;
	background: url('../../images/landing/about-mission-1920.png') no-repeat;
	background-size: 33% auto;
}

.about-info__right {
	width: calc(50% - 10px);
	padding: 20px 0 0 160px;
	background: url('../../images/landing/about-vision-1920.png') no-repeat;
	background-size: 33% auto;
}

.office {
	position: relative;
	padding: 100px 0;
}

.office-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.office-top__left {
	width: calc(50% - 10px);
}

.office-top__right {
	width: calc(50% - 10px);
}

.office-gallery {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
}

.office-gallery__1 {
	width: calc(60% - 10px);
	height: 300px;
	margin-bottom: 20px;
	background: url('../../images/landing/office-gallery__1-1920.jpg') no-repeat;
}

.office-gallery__2 {
	width: calc(40% - 10px);
	height: 300px;
	margin-bottom: 20px;
	background: url('../../images/landing/office-gallery__2-1920.jpg') no-repeat;
}

.office-gallery__3 {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	background: url('../../images/landing/office-gallery__3-1920.jpg') no-repeat;
}

.office-gallery__4 {
	width: calc(40% - 10px);
	height: 300px;
	background: url('../../images/landing/office-gallery__4-1920.jpg') no-repeat;
}

.office-gallery__5 {
	width: calc(60% - 10px);
	height: 300px;
	background: url('../../images/landing/office-gallery__5-1920.jpg') no-repeat;
}

.careers {
	position: relative;
	padding: 0 0 70px;
}

.slider {
	border-top: 1px solid #008FFF;
	border-bottom: 1px solid #008FFF;
}

.slider__title {
	position: relative;
	padding: 15px 80px;
	background: url() no-repeat calc(100% - 30px);
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #00a2ff;
	cursor: pointer;
}

.slider__title .icon-arrow {
	position: absolute;
	z-index: 1;
	top: calc(50% - 12px);
	right: 30px;
	font-size: 24px;
	color: #00a2ff;
	-webkit-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.slider__title.active .icon-arrow {
	transform: rotate(180deg);
}

.slider__content+.slider__title {
	border-top: 1px solid #008FFF;
}

.slider__content {
	display: none;
	padding: 0 80px;
}

.slider__content .typography {
	padding: 20px 0;
}

.contact-us {
	position: relative;
	padding: 50px 0;
	background-color: #F3FAFF;
}

.contact-us_white {
	background-color: #fff;
}

.contact-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.contact-list__item {
	position: relative;
	width: 30%;
	padding: 10px 0 0 80px;
	font-size: 18px;
	color: #6a6a6a;
}

.contact-list__small {
	text-transform: uppercase;
	font-size: 10px;
}

.contact-list__infographic {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 55px;
	color: #008FFF;
}

.contact-us_white .contact-list__infographic {
	background-color: #F3FAFF;
}

.contact-list__icon {
	vertical-align: middle;
	font-size: 34px;
}

.login__wrap {
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
}

.login__wrap_visible {
	display: flex;
}

.login {
	width: 400px;
	padding: 50px 50px 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #fff;
}

.login_button {
	margin: 40px auto;
}

.login__link {
	font-weight: 700;
	font-size: 12px;
	color: #00a2ff;
}

.login__link:hover {
	color: #2a5b90;
}

.form__title {
	margin-bottom: 45px;
	text-align: center;
	text-transform: uppercase;
	font: 700 24px/1 'Trebuchet MS', 'Helvetica', sans-serif;
	color: #1f3349;
}

.step-informer {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 20px;
}

.step-informer:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 31px;
	right: 0;
	left: 0;
	height: 4px;
	background: rgb(20, 214, 85);
	background: -moz-linear-gradient(left, rgba(20, 214, 85, 1) 0%, rgba(20, 214, 85, 1) 25%, rgba(215, 238, 255, 1) 40%, rgba(215, 238, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 214, 85, 1) 0%, rgba(20, 214, 85, 1) 25%, rgba(215, 238, 255, 1) 40%, rgba(215, 238, 255, 1) 100%);
	background: linear-gradient(to right, rgba(20, 214, 85, 1) 0%, rgba(20, 214, 85, 1) 25%, rgba(215, 238, 255, 1) 40%, rgba(215, 238, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d655', endColorstr='#d7eeff', GradientType=1);
}

.step-informer_2:before {
	background: rgb(20, 214, 85);
	background: -moz-linear-gradient(left, rgba(20, 214, 85, 1) 0%, rgba(20, 214, 85, 1) 50%, rgba(215, 238, 255, 1) 70%, rgba(215, 238, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 214, 85, 1) 0%, rgba(20, 214, 85, 1) 50%, rgba(215, 238, 255, 1) 70%, rgba(215, 238, 255, 1) 100%);
	background: linear-gradient(to right, rgba(20, 214, 85, 1) 0%, rgba(20, 214, 85, 1) 50%, rgba(215, 238, 255, 1) 70%, rgba(215, 238, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d655', endColorstr='#d7eeff', GradientType=1);
}

.step-informer_3:before {
	background: rgb(20, 214, 85);
	background: -moz-linear-gradient(left, rgba(20, 214, 85, 1) 0%, rgba(20, 214, 85, 1) 78%, rgba(215, 238, 255, 1) 94%, rgba(215, 238, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 214, 85, 1) 0%, rgba(20, 214, 85, 1) 78%, rgba(215, 238, 255, 1) 94%, rgba(215, 238, 255, 1) 100%);
	background: linear-gradient(to right, rgba(20, 214, 85, 1) 0%, rgba(20, 214, 85, 1) 78%, rgba(215, 238, 255, 1) 94%, rgba(215, 238, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d655', endColorstr='#d7eeff', GradientType=1);
}

.step-informer__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin: 0 10%;
	text-align: center;
	color: #d7eeff;
}

.step-informer__item:nth-child(n+1):nth-child(-n+1) {
	color: #14d655;
}

.step-informer_2 .step-informer__item:nth-child(n+1):nth-child(-n+2) {
	color: #14d655;
}

.step-informer_3 .step-informer__item:nth-child(n+1):nth-child(-n+3) {
	color: #14d655;
}

.step-informer__item:after {
	content: '';
	width: 20px;
	height: 20px;
	margin-top: 5px;
	border-radius: 100px;
	background-color: #D6EEFE;
}

.step-informer__item:nth-child(n+1):nth-child(-n+1):after {
	background-color: #14d655;
}

.step-informer_2 .step-informer__item:nth-child(n+1):nth-child(-n+2):after {
	background-color: #14d655;
}

.step-informer_3 .step-informer__item:nth-child(n+1):nth-child(-n+3):after {
	background-color: #14d655;
}

.card {
	padding: 50px;
	border-radius: 7px;
	border: 1px solid #D7DFE5;
	background-color: #fff;
}

.card_middle {
	width: 700px;
}

.card_small {
	width: 450px;
}

.card_small .button {
	width: 100%;
}

.card__title {
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
	font: 700 24px/1 'Trebuchet MS', 'Helvetica', sans-serif;
	color: #1f3349;
}

.card__subtitle {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	color: #525252;
}

.typography {
	font-size: 15px;
	line-height: 1.5;
	color: #6a6a6a;
}

.typography h1 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 24px;
	color: #525252;
}

.typography h2 {
	margin: 30px 0 50px;
	font-size: 18px;
	color: #525252;
}

.typography h3 {
	margin: 0 0 25px;
	font-weight: 700;
	font-size: 18px;
	color: #525252;
}

.typography h4 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 15px;
	color: #525252;
}

.typography p {
	margin: 0 0 25px;
}

.typography ul {
	margin: 0 0 25px;
	padding-left: 50px;
	list-style-type: disc;
}

.typography a {
	text-decoration: underline;
	color: #00a2ff;
}

.typography a:hover {
	color: #29b1ff;
}

.form-footer {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding-top: 150px;
}

.form-footer_small {
	padding-top: 50px;
}

.form-footer__center {
	width: 100%;
}

.form-footer__back {
	font: 700 20px/1 'Trebuchet MS', 'Helvetica', sans-serif;
	color: #0084ca;
}

.form-footer__back:hover {
	color: #2a5b90;
}

.form-terms {
	height: 420px;
	margin-bottom: 30px;
	padding: 0 110px;
	border-radius: 5px;
	border: 1px solid #D7DFE5;
	overflow-y: scroll;
}

.form-initials {
	display: block;
	padding-left: 110px;
	font-size: 15px;
	color: #002a41;
}

.form-list {
	padding: 12px 0 0 12px;
}

.form-total {
	margin-bottom: 15px;
	font-size: 18px;
}

.form-total td {
	padding: 2px 10px;
}

.form-finish {
	padding: 100px 0;
	text-align: center;
	color: #1f3349;
}

.form-finish__title {
	margin-bottom: 50px;
	letter-spacing: -.04em;
	font: 700 72px/1 'Trebuchet MS', 'Helvetica', sans-serif;
}

.form-finish__graph {
	width: 400px;
	margin: 0 auto 20px;
	font-weight: 700;
	font-size: 18px;
}

.p-404 {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-bottom: -367px;
	padding-top: 68px;
	padding-bottom: 467px;
	background: #004265 !important;
}

.p-404__wrap {
	width: 100%;
	min-height: 700px;
	background: url('../../images/landing/404-1920.png') no-repeat 50%;
}

.p-404+.footer {
	padding: 0 !important;
}

.p-404+.footer .contact-us {
	display: none;
}

.footer-form {
	padding: 50px 0 70px;
	background-color: #0084CA;
	font-size: 12px;
	color: #fff;
}

.footer-form textarea.field {
	min-height: 152px;
}

.footer-form .field {
	border-color: #fff;
	background: none;
	font-size: 15px;
	color: #ddeaf5;
}

.footer-form .field:hover {
	background: #B6E6FF;
	color: #2a5b90;
}

.footer-form .field:focus {
	background: #fff;
	color: #2a5b90;
}

.footer-form .field::-webkit-input-placeholder {
	color: #ddeaf5;
}

.footer-form .field::-moz-placeholder {
	color: #ddeaf5;
}

.footer-form .field:-moz-placeholder {
	color: #ddeaf5;
}

.footer-form .field:-ms-input-placeholder {
	color: #ddeaf5;
}

.footer-form .field:hover::-webkit-input-placeholder,
.footer-form .field:focus::-webkit-input-placeholder,
.footer-form .field.error::-webkit-input-placeholder {
	color: #2a5b90;
}

.footer-form .field:hover::-moz-placeholder,
.footer-form .field:focus::-moz-placeholder,
.footer-form .field.error::-moz-placeholder {
	color: #2a5b90;
}

.footer-form .field:hover:-moz-placeholder,
.footer-form .field:focus:-moz-placeholder,
.footer-form .field.error:-moz-placeholder {
	color: #2a5b90;
}

.footer-form .field:hover:-ms-input-placeholder,
.footer-form .field:focus:-ms-input-placeholder,
.footer-form .field.error:-ms-input-placeholder {
	color: #2a5b90;
}

.footer-form .field.error {
	border-color: #F54662;
	background-color: #fff;
	color: #f42d4d;
}

.footer-form .errorMessage {
	color: #FFF;
}

.footer-form__captcha {
	margin-bottom: 15px;
}

.footer-form .button {
	width: 100%;
	height: 42px;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 42px;
	color: #000;
}

.footer-form .button:hover {
	background: #81CEF7;
	color: #fff;
}

.footer-form .button:active {
	background: #0061A3;
	color: #fff;
}

.footer-menu {
	padding: 50px 0;
	background-color: #004265;
	color: #fff;
}

.footer-menu .wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footer-menu-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.footer-menu-list__item {
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
}

.footer-menu-list__item:hover {
	color: #999;
}

.footer-menu-list__item_show_320 {
	display: none;
}

@media only screen and (max-width: 479px) {
	.footer-menu-list_hide_320 {
		display: none;
	}
	.footer-menu-list__item_show_320 {
		display: inline;
	}
}

.footer-menu-social {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footer-menu-social__item {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 8px;
	border-radius: 100px;
	background-color: #0084CA;
	text-align: center;
	font-size: 26px;
	line-height: 44px;
	color: #004265;
}

.footer-menu-social__item:hover {
	background-color: #0393df;
}

.footer-menu-social__icon {
	vertical-align: middle;
}

.footer-conditions {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 90px 0 30px;
	border-top: 1px solid #005C8C;
	background: url('../../images/landing/logo-white.svg') no-repeat 50% 35px #002A41;
	background-size: 125px auto;
	font-size: 13px;
	color: #00a3d3;
}

.footer-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-left: 20px;
}

.footer-links__item+.footer-links__item:before {
	content: '|';
	margin: 0 8px;
}

.footer-links__link {
	color: #00a3d3;
}

.footer-links__link:hover {
	color: #31c4ef;
}

.footer-partners {
	height: 68px;
	border-top: 1px solid #005C8C;
	background: url('../../images/landing/partners-1920.png') no-repeat 50% #002A41;
}

.bold {
	font-weight: 700;
	color: #1f3349;
}

.company {
	font-weight: 700;
	color: #2a5b90;
}

.a-center {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.t-white {
	color: #fff;
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.hide {
	display: none;
}

@media only screen and (max-width: 1024px) and (max-width: 1279px) {
	.navigation__item {
		padding: 8px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 1023px) {
	.menu {
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mobile-navigation__button {
		display: block;
	}
	.menu__logo {
		display: none;
	}
	.hamburger {
		font: inherit;
		display: inline-block;
		overflow: visible;
		height: 100%;
		margin: 0;
		padding: 25px 22px;
		cursor: pointer;
		transition-timing-function: linear;
		transition-duration: .15s;
		transition-property: opacity, filter;
		text-transform: none;
		color: inherit;
		border: 0;
		background-color: transparent
	}
	.hamburger-box {
		position: relative;
		display: inline-block;
		width: 24px;
		height: 18px;
	}
	.hamburger-inner {
		top: 50%;
		display: block;
		margin-top: -2px
	}
	.hamburger-inner,
	.hamburger-inner:after,
	.hamburger-inner:before {
		position: absolute;
		width: 25px;
		height: 3px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
		background-color: #000
	}
	.hamburger-inner:after,
	.hamburger-inner:before {
		display: block;
		content: ""
	}
	.hamburger-inner:before {
		top: -7px
	}
	.hamburger-inner:after {
		bottom: -7px
	}
	.hamburger--3dy .hamburger-box {
		perspective: 80px
	}
	.hamburger--3dy .hamburger-inner {
		transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
	}
	.hamburger--3dy .hamburger-inner:after,
	.hamburger--3dy .hamburger-inner:before {
		transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
	}
	.hamburger--3dy.is-active .hamburger-inner {
		transform: rotateX(-180deg);
		background-color: transparent
	}
	.hamburger--3dy.is-active .hamburger-inner:before {
		transform: translate3d(0, 7px, 0) rotate(45deg)
	}
	.hamburger--3dy.is-active .hamburger-inner:after {
		transform: translate3d(0, -7px, 0) rotate(-45deg)
	}
	.hamburger .hamburger-inner,
	.hamburger .hamburger-inner:after,
	.hamburger .hamburger-inner:before {
		background-color: #fff
	}
	.menu_step .hamburger .hamburger-inner,
	.menu_step .hamburger .hamburger-inner:after,
	.menu_step .hamburger .hamburger-inner:before,
	.menu_fixed .hamburger .hamburger-inner,
	.menu_fixed .hamburger .hamburger-inner:after,
	.menu_fixed .hamburger .hamburger-inner:before {
		background-color: #0084ca;
	}
	.mobile-navigation {
		position: relative;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.is-active {
		background-color: #000078;
	}
	.menu_fixed .is-active,
	.menu_step .is-active {
		background-color: #fff;
	}
	.menu_step .hamburger--3dy.is-active .hamburger-inner,
	.menu_fixed .hamburger--3dy.is-active .hamburger-inner {
		background-color: transparent;
	}
	.mobile-navigation__list {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 180px;
		max-height: 0;
		overflow: hidden;
		background-color: #000078;
		-webkit-transition: max-height 0.15s ease-in .1s;
		-moz-transition: max-height 0.15s ease-in .1s;
		transition: max-height 0.15s ease-in .1s;
	}
	.menu_step .mobile-navigation__list,
	.menu_fixed .mobile-navigation__list {
		background-color: #fff;
	}
	.is-active+.mobile-navigation__list {
		position: absolute;
		z-index: 1;
		top: 100%;
		max-height: 500px;
		padding: 10px 0;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, .05);
	}
	.navigation:last-of-type {
		margin-left: auto;
	}
	.mouse {
		display: none;
	}
	.card {
		padding: 50px 30px;
	}
	.step_colored {
		background: #F3FAFF;
	}
	.row-empty {
		padding-top: 15px;
	}
	.footer-form__captcha {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

@media only screen and (min-width: 768px) {
	.how-info_advertisers {
		background: url('../../images/landing/how-advertisers-1920.png') no-repeat 0 0;
	}
	.how-info_publishers {
		background: url('../../images/landing/how-publishers-1920.png') no-repeat 0 0;
	}
	.how-info_consumers {
		background: url('../../images/landing/how-consumers-1920.png') no-repeat 0 0;
	}
	.how-info__menu {
		cursor: pointer;
	}
	.how-info__menu:hover .block-title {
		border-color: #FF4D08;
		-webkit-transition: border-color .1s;
		-o-transition: border-color .1s;
		transition: border-color .1s;
	}
	.how-info__menu_active .block-title {
		border: none;
	}
	.how-info__menu_active {
		position: relative;
	}
	.how-info__menu_active:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: -15px;
		width: 4px;
		background: rgb(255, 106, 0);
		background: -moz-linear-gradient(top, rgba(255, 106, 0, 1) 0%, rgba(238, 10, 120, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 106, 0, 1) 0%, rgba(238, 10, 120, 1) 100%);
		background: linear-gradient(to bottom, rgba(255, 106, 0, 1) 0%, rgba(238, 10, 120, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#ee0a78', GradientType=0);
	}
	.how-info__menu_active .graph {
		font-weight: 700;
		font-size: 18px;
	}
	.how-info__block {
		position: absolute;
		z-index: 1;
		opacity: 0;
	}
	.how-info__block_active {
		opacity: 1;
	}
	.how-info__mobile-block {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) and (-Webkit-max-device-pixel-ratio: 1),
only screen and (min-width: 1025px) and (-o-max-device-pixel-ratio: 1),
only screen and (min-width: 1025px) and (max--moz-device-pixel-ratio: 1),
only screen and (min-width: 1025px) and (max-device-pixel-ratio: 1) {
	.animate,
	.animate-h,
	.animate-v {
		opacity: 0;
	}
	.animate-start {
		-webkit-animation: animate-start 1s;
		animation: animate-start 1s;
	}
	@keyframes animate-start {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	.animate-h-start .animate-h-right {
		-webkit-animation: animate-h-right-start 1s;
		animation: animate-h-right-start 1s;
	}
	@keyframes animate-h-right-start {
		from {
			-webkit-transform: translateX(-30px);
			-ms-transform: translateX(-30px);
			transform: translateX(-30px);
			opacity: 0;
		}
		to {
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			opacity: 1;
		}
	}
	.animate-h-start .animate-h-left {
		-webkit-animation: animate-h-left-start 1s;
		animation: animate-h-left-start 1s;
	}
	@keyframes animate-h-left-start {
		from {
			-webkit-transform: translateX(30px);
			-ms-transform: translateX(30px);
			transform: translateX(30px);
			opacity: 0;
		}
		to {
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			opacity: 1;
		}
	}
	.animate-v-up-start {
		-webkit-animation: animate-v-up-start 1s;
		animation: animate-v-up-start 1s;
	}
	@keyframes animate-v-up-start {
		from {
			-webkit-transform: translateY(30px);
			-ms-transform: translateY(30px);
			transform: translateY(30px);
			opacity: 0;
		}
		to {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			opacity: 1;
		}
	}
	.animate-v-down-start {
		-webkit-animation: animate-v-down-start 1s;
		animation: animate-v-down-start 1s;
	}
	@keyframes animate-v-down-start {
		from {
			-webkit-transform: translateY(-30px);
			-ms-transform: translateY(-30px);
			transform: translateY(-30px);
			opacity: 0;
		}
		to {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			opacity: 1;
		}
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrapper {
		padding-bottom: 695px;
	}
	.wrap {
		width: 720px;
	}
	.card {
		width: 760px;
	}
	.card_middle {
		width: 700px;
	}
	.card_small {
		width: 450px;
	}
	.col-768-1 {
		width: calc(100% / 12)
	}
	.col-768-2 {
		width: calc(100% / 12 * 2)
	}
	.col-768-3 {
		width: calc(100% / 12 * 3)
	}
	.col-768-4 {
		width: calc(100% / 12 * 4)
	}
	.col-768-5 {
		width: calc(100% / 12 * 5)
	}
	.col-768-6 {
		width: calc(100% / 12 * 6)
	}
	.col-768-7 {
		width: calc(100% / 12 * 7)
	}
	.col-768-8 {
		width: calc(100% / 12 * 8)
	}
	.col-768-9 {
		width: calc(100% / 12 * 9)
	}
	.col-768-10 {
		width: calc(100% / 12 * 10)
	}
	.col-768-11 {
		width: calc(100% / 12 * 11)
	}
	.col-768-12 {
		width: 100%
	}
	.title {
		max-width: 580px;
		margin: 0 auto 25px;
		font-size: 36px;
	}
	.subtitle {
		max-width: 570px;
	}
	.block-title {
		margin: 0 auto 10px;
		padding-bottom: 10px;
		border-bottom-width: 3px;
		font-size: 18px;
	}
	.graph {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.3;
	}
	.graph_big {
		font-size: 18px;
	}
	.three-block-ext {
		margin-top: 65px;
	}
	.three-block-ext__column {
		width: 30%;
	}
	.three-block-ext__column:nth-child(2) {
		width: 28%;
	}
	.three-block-ext__column:nth-child(1),
	.three-block-ext__column:nth-child(3) {
		padding-top: 130px;
	}
	.open-hidden-info__link {
		font-size: 12px;
	}
	.one-block_left {
		margin-top: 50px;
		padding: 0 370px 0 0;
	}
	.one-block_right {
		margin-top: 50px;
		padding: 0 0 0 370px;
	}
	.navigation__item {
		padding: 10px;
	}
	.menu {
		padding: 0 calc((100% - 720px) / 2);
	}
	.top {
		height: 668px;
		background-image: url('../../images/landing/top-768.jpg');
	}
	.top__info {
		padding: 330px 350px 135px 70px;
		font-size: 16px;
	}
	.pretop {
		padding: 55px 55px 30px;
		font-size: 13px;
		line-height: 1.4;
	}
	.affiliate {
		padding: 75px 0 65px;
	}
	.three-block-ext_affiliate {
		min-height: 420px;
		background-image: url(../../images/landing/affiliate-768.png);
	}
	.role {
		padding: 90px 0 130px;
	}
	.three-block-ext_role {
		min-height: 435px;
		background: url(../../images/landing/affiliate-role-768.png) no-repeat 50% 0;
	}
	.how {
		padding: 65px 0 185px;
		background-image: url(../../images/landing/how-bottom-768.jpg);
	}
	.how-info {
		padding-top: 20px;
	}
	.how-info_advertisers {
		background-image: url(../../images/landing/how-advertisers-768.png);
	}
	.how-info_publishers {
		background-image: url(../../images/landing/how-publishers-768.png);
	}
	.how-info_consumers {
		background-image: url(../../images/landing/how-consumers-768.png);
	}
	.how-info__right {
		width: calc(50% + 60px);
		padding-top: 275px;
	}
	.how-info__menu {
		margin-bottom: 30px;
	}
	.how-info__menu:nth-child(1) {
		height: 130px;
	}
	.how-info__menu:nth-child(2) {
		height: 175px;
	}
	.how-info__menu:nth-child(3) {
		height: 155px;
	}
	.advertisers {
		padding: 90px 0 50px;
	}
	.one-block_advertisers {
		background-image: url(../../images/landing/advertisers-768.png);
	}
	.publishers {
		position: relative;
		padding: 50px 0 60px;
	}
	.one-block_publishers {
		min-height: 220px;
		margin-bottom: 80px;
		background-image: url(../../images/landing/publishers-768.png);
	}
	.technology {
		padding: 60px 0;
	}
	.one-block_technology {
		min-height: 280px;
		background-image: url(../../images/landing/technology-768.png);
	}
	.about {
		padding: 75px 0 50px;
	}
	.about-top {
		margin-bottom: 50px;
		padding-top: 320px;
		background: url(../../images/landing/about-768.png) no-repeat 0 0;
	}
	.about-info__left {
		padding: 10px 0 0 130px;
	}
	.about-info__right {
		padding: 10px 0 0 130px;
	}
	.office {
		padding: 50px 0;
	}
	.office-top {
		margin-bottom: 25px;
	}
	.office-gallery__1 {
		width: calc(60% - 7px);
		height: 220px;
		margin-bottom: 14px;
		background-image: url(../../images/landing/office-gallery__1-768.jpg);
	}
	.office-gallery__2 {
		width: calc(40% - 7px);
		height: 220px;
		margin-bottom: 14px;
		background-image: url(../../images/landing/office-gallery__2-768.jpg);
	}
	.office-gallery__3 {
		height: 220px;
		margin-bottom: 14px;
		background-image: url(../../images/landing/office-gallery__3-768.jpg);
	}
	.office-gallery__4 {
		width: calc(40% - 7px);
		height: 220px;
		background-image: url(../../images/landing/office-gallery__4-768.jpg);
	}
	.office-gallery__5 {
		width: calc(60% - 7px);
		height: 220px;
		background-image: url(../../images/landing/office-gallery__5-768.jpg);
	}
	.slider__title {
		padding: 15px;
	}
	.slider__title .icon-arrow {
		right: 15px;
	}
	.slider__content {
		padding: 0 15px;
	}
	.contact-list__infographic {
		left: calc(50% - 30px);
	}
	.contact-list__item {
		padding: 80px 10px 0;
		text-align: center;
	}
	.p-404 {
		margin-bottom: -369px;
		padding-top: 68px;
		padding-bottom: 469px;
		background: #004265;
	}
	.p-404__wrap {
		min-height: 450px;
		background-image: url('../../images/landing/404-768.png');
	}
	.footer-form {
		padding: 50px 0;
	}
	.footer-menu-social__item {
		width: 36px;
		height: 36px;
		font-size: 18px;
		line-height: 34px;
	}
	.form-terms {
		padding: 0 50px;
	}
	.form-initials {
		padding-left: 50px;
	}
	.form-footer {
		padding-top: 60px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.wrapper {
		padding-bottom: 695px;
	}
	.wrap {
		width: 420px;
	}
	.step {
		padding-top: 46px;
	}
	.doc {
		padding-top: 46px;
	}
	.card {
		width: 460px;
	}
	.card_small {
		width: 450px;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%
	}
	.col-480-1 {
		width: calc(100% / 6);
	}
	.col-480-2 {
		width: calc(100% / 6 * 2);
	}
	.col-480-3 {
		width: calc(100% / 6 * 3);
	}
	.col-480-4 {
		width: calc(100% / 6 * 4);
	}
	.col-480-5 {
		width: calc(100% / 6 * 5);
	}
	.col-480-6 {
		width: 100%;
	}
	.title {
		max-width: 100%;
		margin: 0 auto 15px;
		font-size: 24px;
	}
	.subtitle {
		max-width: 375px;
		margin: 0 auto 20px;
		font-size: 14px;
	}
	.block-title {
		margin: 0 auto 10px;
		padding-bottom: 10px;
		border-bottom-width: 3px;
		font-size: 18px;
	}
	.graph {
		margin-bottom: 15px;
		font-size: 13px;
		line-height: 1.3;
	}
	.open-hidden-info__link {
		font-size: 10px;
	}
	.one-block_left {
		margin-top: 20px;
		padding: 0 220px 0 0;
	}
	.one-block_right {
		margin-top: 20px;
		padding: 0 0 0 220px;
	}
	.three-block {
		flex-direction: column;
	}
	.three-block__column {
		width: 100%;
	}
	.three-block-ext {
		flex-direction: column;
		min-height: 0;
		margin-top: 20px;
	}
	.three-block-ext__column {
		position: relative;
		width: 100%;
	}
	.three-block-ext__column:nth-child(2) {
		width: 100%;
	}
	.three-block-ext__column:nth-child(1),
	.three-block-ext__column:nth-child(3) {
		padding-top: 0;
	}
	.three-block-ext__column+.three-block-ext__column {
		margin-top: 55px;
	}
	.three-block-ext .block-title {
		margin: 15px 0 30px 130px;
	}
	.hidden-mobile-info {
		display: none;
		margin-bottom: 15px;
	}
	.menu {
		height: 46px;
		padding: 0 calc((100% - 420px) / 2);
	}
	.hamburger {
		padding: 14px 20px;
	}
	.hamburger-inner,
	.hamburger-inner:after,
	.hamburger-inner:before {
		width: 20px;
		height: 2px;
	}
	.hamburger-inner:before {
		top: -6px;
	}
	.hamburger-inner:after {
		bottom: -6px;
	}
	.hamburger-box {
		width: 20px;
	}
	.hamburger--3dy.is-active .hamburger-inner:before {
		transform: translate3d(0, 6px, 0) rotate(45deg)
	}
	.hamburger--3dy.is-active .hamburger-inner:after {
		transform: translate3d(0, -6px, 0) rotate(-45deg)
	}
	.top {
		height: 350px;
		background-image: url('../../images/landing/top-480.jpg');
	}
	.top__info {
		padding: 165px 205px 20px 20px;
		font-size: 13px;
	}
	.pretop {
		padding: 20px 15px 0;
		font-size: 12px;
		line-height: 1.4;
	}
	.three-block-ext_affiliate {
		min-height: 0;
		background: none;
	}
	.three-block-ext_affiliate .three-block-ext__column:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100px;
		height: 70px;
		background: url('../../images/landing/affiliate-480.png') no-repeat;
	}
	.three-block-ext_affiliate .three-block-ext__column:nth-child(2):before {
		background-position: 50% 0;
	}
	.three-block-ext_affiliate .three-block-ext__column:nth-child(3):before {
		background-position: 100% 0;
	}
	.three-block-ext_role {
		min-height: 0;
		background: none;
	}
	.three-block-ext_role .three-block-ext__column:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100px;
		height: 70px;
		background: url('../../images/landing/affiliate-role-480.png') no-repeat;
	}
	.three-block-ext_role .three-block-ext__column:nth-child(2):before {
		background-position: 50% 0;
	}
	.three-block-ext_role .three-block-ext__column:nth-child(3):before {
		background-position: 100% 0;
	}
	.advertisers {
		padding: 50px 0;
		border-bottom-width: 0;
	}
	.one-block_advertisers {
		min-height: 0;
		background-image: url(../../images/landing/advertisers-480.png);
	}
	.one-block_publishers {
		min-height: 0;
		margin-bottom: 70px;
		background-image: url(../../images/landing/publishers-480.png);
	}
	.how {
		padding: 40px 0 100px;
		background-image: url(../../images/landing/how-bottom-480.png), -moz-linear-gradient(top, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		background-image: url(../../images/landing/how-bottom-480.png), -webkit-linear-gradient(top, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		background-image: url(../../images/landing/how-bottom-480.png), linear-gradient(to bottom, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
	}
	.how-info {
		padding-top: 0;
	}
	.how-info__menu {
		position: relative;
		height: auto;
		margin-bottom: 0;
	}
	.how-info__menu:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 190px;
		height: 120px;
		background: url('../../images/landing/how-480.png') no-repeat;
	}
	.how-info__menu:nth-child(2):before {
		background-position: 50% 0;
	}
	.how-info__menu:nth-child(3):before {
		background-position: 100% 0;
	}
	.how-info__menu+.how-info__menu {
		margin-top: 50px;
	}
	.how-subtitle {
		margin-left: 215px;
		font-weight: 700;
		font-size: 15px;
	}
	.how-info .block-title {
		margin: 0 0 10px 215px;
	}
	.how-info__mobile-block {
		display: block;
	}
	.how-info__right {
		display: none;
	}
	.how-info__left {
		width: 100%;
	}
	.role {
		padding: 50px 0;
	}
	.affiliate {
		padding: 60px 0;
		border-bottom-width: 0;
	}
	.publishers {
		padding: 50px 0;
		background: rgb(228, 242, 249);
		background: -moz-linear-gradient(top, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(to bottom, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2f9', endColorstr='#ffffff', GradientType=0);
	}
	.three-block_publisher .three-block__column+.three-block__column {
		margin-top: 50px;
	}
	.three-block_publisher .block-title {
		margin-bottom: 30px;
	}
	.technology {
		padding: 50px 0;
	}
	.one-block_technology {
		min-height: 0;
		background-image: url(../../images/landing/technology-480.png);
	}
	.about {
		padding: 50px 0;
	}
	.about-top {
		flex-direction: column;
		margin-bottom: 15px;
		padding-top: 235px;
		background-image: url(../../images/landing/about-480.png);
	}
	.about-top__left,
	.about-top__right {
		width: 100%;
	}
	.about-info {
		flex-direction: column;
	}
	.about-info__left,
	.about-info__right {
		width: 100%;
		padding: 15px 0 15px 130px;
		background-size: auto;
		background-position: 0 50%;
	}
	.about-info__left {
		background-image: url(../../images/landing/about-mission-480.png);
	}
	.about-info__right {
		background-image: url(../../images/landing/about-vision-480.png);
	}
	.office {
		padding: 50px 0;
	}
	.office-top {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.office-top__left,
	.office-top__right {
		width: 100%;
	}
	.office-gallery__1 {
		width: calc(50% - 7px);
		height: 140px;
		margin-bottom: 14px;
		background-image: url(../../images/landing/office-gallery__1-480.jpg);
	}
	.office-gallery__2 {
		width: calc(50% - 7px);
		height: 140px;
		margin-bottom: 14px;
		background-image: url(../../images/landing/office-gallery__2-480.jpg);
	}
	.office-gallery__3 {
		height: 140px;
		margin-bottom: 14px;
		background-image: url(../../images/landing/office-gallery__3-480.jpg);
	}
	.office-gallery__4 {
		width: calc(50% - 7px);
		height: 140px;
		background-image: url(../../images/landing/office-gallery__4-480.jpg);
	}
	.office-gallery__5 {
		width: calc(50% - 7px);
		height: 140px;
		background-image: url(../../images/landing/office-gallery__5-480.jpg);
	}
	.careers {
		padding: 0 0 20px;
	}
	.slider__title {
		padding: 15px;
	}
	.slider__title .icon-arrow {
		right: 15px;
	}
	.slider__content {
		padding: 0 15px;
	}
	.slider__content .typography {
		padding: 15px 0;
	}
	.contact-list {
		flex-direction: column;
		align-items: center;
	}
	.contact-list__item {
		width: 70%;
		padding: 25px 0 25px 80px;
		font-size: 14px;
	}
	.contact-list__infographic {
		top: calc(50% - 30px);
	}
	.p-404 {
		margin-bottom: -315px;
		padding-top: 46px;
		padding-bottom: 315px;
		background: #004265;
	}
	.p-404__wrap {
		min-height: 275px;
		background-image: url('../../images/landing/404-480.png');
	}
	.footer-form {
		padding: 30px 0;
	}
	.footer-menu {
		padding: 30px 0;
	}
	.footer-menu .wrap {
		flex-wrap: wrap;
	}
	.footer-menu-social {
		width: 100%;
		padding-top: 15px;
		justify-content: center;
	}
	.footer-menu-social__item {
		width: 36px;
		height: 36px;
		margin: 0 15px;
		font-size: 18px;
		line-height: 34px;
	}
	.footer-conditions {
		flex-direction: column;
		padding: 15px 0px 15px 130px;
		background-size: 90px auto;
		background-position: calc(50% - 82px) 12px;
	}
	.footer-links {
		margin-left: -120px;
		padding: 10px 0 0;
	}
	.footer-links__item+.footer-links__item:before {
		margin: 0 20px;
	}
	.form-footer {
		padding-top: 20px;
	}
	.form-footer__left {
		width: 44%;
		text-align: center;
	}
	.form-footer__right .button {
		width: 170px;
	}
	.form-terms {
		padding: 0 15px;
	}
	.form-initials {
		padding: 0 15px 10px;
		font-size: 14px;
	}
	.form-total {
		font-size: 16px;
	}
	.form-finish {
		padding: 20px 0;
	}
	.form-finish__title {
		margin-bottom: 20px;
		font-size: 48px;
	}
	.form-finish__graph {
		width: 80%;
		margin: 0 auto 15px;
		font-size: 15px;
	}
	.typography {
		font-size: 13px;
	}
}

@media only screen and (max-width: 479px) {
	.wrapper {
		padding-bottom: 695px;
	}
	.wrap {
		width: 300px;
	}
	.step {
		padding-top: 46px;
	}
	.doc {
		padding-top: 46px;
	}
	.card {
		width: 320px;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%
	}
	.col-320-1 {
		width: calc(100% / 3);
	}
	.col-320-2 {
		width: calc(100% / 3 * 2);
	}
	.col-320-3 {
		width: 100%;
	}
	.col-320-50 {
		width: 50%;
	}
	.col-320-100 {
		width: 100%;
	}
	.title {
		max-width: 100%;
		margin: 0 auto 15px;
		font-size: 24px;
	}
	.subtitle {
		max-width: 375px;
		margin: 0 auto 20px;
		font-size: 14px;
	}
	.block-title {
		margin: 0 auto 10px;
		padding-bottom: 10px;
		border-bottom-width: 3px;
		font-size: 18px;
	}
	.graph {
		margin-bottom: 15px;
		font-size: 13px;
		line-height: 1.3;
	}
	.open-hidden-info__link {
		font-size: 12px;
	}
	.one-block_left {
		margin-top: 20px;
		padding: 160px 0 0;
	}
	.one-block_right {
		margin-top: 20px;
		padding: 230px 0 0;
	}
	.three-block {
		flex-direction: column;
	}
	.three-block__column {
		width: 100%;
	}
	.three-block-ext {
		flex-direction: column;
		min-height: 0;
		margin-top: 20px;
	}
	.three-block-ext__column {
		position: relative;
		width: 100%;
	}
	.three-block-ext__column:nth-child(2) {
		width: 100%;
	}
	.three-block-ext__column:nth-child(1),
	.three-block-ext__column:nth-child(3) {
		padding-top: 0;
	}
	.three-block-ext__column+.three-block-ext__column {
		margin-top: 10px;
	}
	.three-block-ext .block-title {
		margin: 70px 0 10px;
		text-align: center;
	}
	.hidden-mobile-info {
		display: none;
		margin-bottom: 15px;
	}
	.menu {
		height: 46px;
		padding: 0 calc((100% - 300px) / 2);
	}
	.hamburger {
		padding: 14px 20px;
	}
	.hamburger-inner,
	.hamburger-inner:after,
	.hamburger-inner:before {
		width: 20px;
		height: 2px;
	}
	.hamburger-inner:before {
		top: -6px;
	}
	.hamburger-inner:after {
		bottom: -6px;
	}
	.hamburger-box {
		width: 20px;
	}
	.hamburger--3dy.is-active .hamburger-inner:before {
		transform: translate3d(0, 6px, 0) rotate(45deg)
	}
	.hamburger--3dy.is-active .hamburger-inner:after {
		transform: translate3d(0, -6px, 0) rotate(-45deg)
	}
	.top {
		height: 360px;
		background-image: url('../../images/landing/top-320.jpg');
	}
	.top__info {
		padding: 167px 110px 20px 40px;
		font-size: 13px;
	}
	.pretop {
		padding: 30px 15px 0;
		font-size: 12px;
		line-height: 1.4;
	}
	.three-block-ext_affiliate {
		min-height: 0;
		background: none;
	}
	.three-block-ext_affiliate .three-block-ext__column:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		width: 100px;
		height: 70px;
		margin-left: -50px;
		background: url('../../images/landing/affiliate-480.png') no-repeat;
	}
	.three-block-ext_affiliate .three-block-ext__column:nth-child(2):before {
		background-position: 50% 0;
	}
	.three-block-ext_affiliate .three-block-ext__column:nth-child(3):before {
		background-position: 100% 0;
	}
	.three-block-ext_role {
		min-height: 0;
		background: none;
	}
	.three-block-ext_role .three-block-ext__column:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		width: 100px;
		height: 70px;
		margin-left: -50px;
		background: url('../../images/landing/affiliate-role-480.png') no-repeat;
	}
	.three-block-ext_role .three-block-ext__column:nth-child(2):before {
		background-position: 50% 0;
	}
	.three-block-ext_role .three-block-ext__column:nth-child(3):before {
		background-position: 100% 0;
	}
	.advertisers {
		padding: 60px 0 55px;
		border-bottom-width: 0;
	}
	.one-block_advertisers {
		min-height: 0;
		background-image: url(../../images/landing/advertisers-320.png);
		background-position: 50% 0;
	}
	.one-block_publishers {
		min-height: 0;
		margin-bottom: 70px;
		background-image: url(../../images/landing/publishers-320.png);
		background-position: 50% 0;
	}
	.how {
		padding: 60px 0 100px;
		background-image: url(../../images/landing/how-bottom-320.png), -moz-linear-gradient(top, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		background-image: url(../../images/landing/how-bottom-320.png), -webkit-linear-gradient(top, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		background-image: url(../../images/landing/how-bottom-320.png), linear-gradient(to bottom, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
	}
	.how-info {
		padding-top: 0;
	}
	.how-info__menu {
		position: relative;
		height: auto;
		margin-bottom: 0;
		padding-top: 140px;
	}
	.how-info__menu:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		width: 190px;
		height: 120px;
		margin-left: -95px;
		background: url('../../images/landing/how-480.png') no-repeat;
	}
	.how-info__menu:nth-child(2):before {
		background-position: 50% 0;
	}
	.how-info__menu:nth-child(3):before {
		background-position: 100% 0;
	}
	.how-info__menu+.how-info__menu {
		margin-top: 15px;
	}
	.how-subtitle {
		margin: 0 10px 15px;
		text-align: center;
		font-weight: 700;
		font-size: 15px;
	}
	.how-info .block-title {
		margin: 0 60px 10px;
		text-align: center;
	}
	.how-info__mobile-block {
		display: none;
	}
	.how-info__right {
		display: none;
	}
	.how-info__left {
		width: 100%;
	}
	.how_open-mobile-block {
		display: block;
	}
	.role {
		padding: 50px 0 40px;
	}
	.affiliate {
		padding: 35px 0 70px;
		border-bottom-width: 0;
	}
	.publishers {
		padding: 50px 0;
		background: rgb(228, 242, 249);
		background: -moz-linear-gradient(top, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(to bottom, rgba(228, 242, 249, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2f9', endColorstr='#ffffff', GradientType=0);
	}
	.three-block_publisher .three-block__column+.three-block__column {
		margin-top: 30px;
	}
	.three-block_publisher .block-title {
		margin-bottom: 30px;
	}
	.technology {
		padding: 65px 0;
	}
	.one-block_technology {
		min-height: 0;
		background: url(../../images/landing/technology-320.png) no-repeat 50% 0;
	}
	.about {
		padding: 65px 0;
	}
	.about-top {
		flex-direction: column;
		margin-bottom: 15px;
		padding-top: 170px;
		background-image: url(../../images/landing/about-320.png);
		background-position: 50% 0;
	}
	.about-top__left,
	.about-top__right {
		width: 100%;
	}
	.about-info {
		flex-direction: column;
	}
	.about-info__left,
	.about-info__right {
		width: 100%;
		padding: 85px 0 20px;
		background-size: auto;
		background-position: 0 50%;
		text-align: center;
	}
	.about-info__left {
		background: url(../../images/landing/about-mission-480.png) no-repeat 50% 0;
	}
	.about-info__right {
		background: url(../../images/landing/about-vision-480.png) no-repeat 50% 0;
	}
	.office {
		padding: 50px 0;
	}
	.office-top {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.office-top__left,
	.office-top__right {
		width: 100%;
	}
	.office-gallery__1 {
		width: 100%;
		height: 140px;
		background-image: url(../../images/landing/office-gallery__1-320.jpg);
	}
	.office-gallery__2 {
		width: 100%;
		height: 140px;
		background-image: url(../../images/landing/office-gallery__2-320.jpg);
	}
	.office-gallery__3 {
		height: 140px;
		background-image: url(../../images/landing/office-gallery__3-320.jpg);
	}
	.office-gallery__4 {
		width: 100%;
		height: 140px;
		margin-bottom: 20px;
		background-image: url(../../images/landing/office-gallery__4-320.jpg);
	}
	.office-gallery__5 {
		width: 100%;
		height: 140px;
		background-image: url(../../images/landing/office-gallery__5-320.jpg);
	}
	.careers {
		padding: 0;
	}
	.slider__title {
		padding: 15px;
	}
	.slider__title .icon-arrow {
		right: 15px;
	}
	.slider__content {
		padding: 0 15px;
	}
	.slider__content .typography {
		padding: 15px 0;
	}
	.card {
		padding: 25px 20px 20px;
	}
	.card__title {
		margin-bottom: 20px;
		font: 700 18px/1 'Trebuchet MS', 'Helvetica', sans-serif;
	}
	.form-footer__left {
		width: 44%;
		text-align: center;
	}
	.form-footer__right .button {
		width: 170px;
	}
	.login {
		width: 360px;
		padding: 40px 40px 20px;
	}
	.login_button {
		width: 100%;
		margin: 30px auto;
	}
	.step-informer__item {
		margin: 0 5%;
	}
	.contact-list {
		flex-direction: column;
		align-items: center;
	}
	.contact-list__item {
		width: 80%;
		padding: 25px 0 25px 80px;
		font-size: 14px;
	}
	.contact-list__infographic {
		top: calc(50% - 30px);
	}
	.p-404 {
		margin-bottom: -380px;
		padding-top: 46px;
		padding-bottom: 380px;
		background: #004265;
	}
	.p-404__wrap {
		min-height: 435px;
		background-image: url('../../images/landing/404-320.png');
	}
	.footer-form {
		padding: 30px 0;
	}
	.footer-menu {
		padding: 30px 0;
	}
	.footer-menu .wrap {
		flex-wrap: wrap;
	}
	.footer-menu-list:nth-child(2) {
		align-items: flex-end;
	}
	.footer-menu-social {
		width: 100%;
		padding-top: 15px;
		justify-content: center;
	}
	.footer-menu-social__item {
		width: 35px;
		height: 30px;
		margin: 0 10px;
		font-size: 16px;
		line-height: 28px;
	}
	.footer-conditions {
		flex-direction: column;
		padding: 15px 0px 15px 120px;
		background-size: 90px auto;
		background-position: calc(50% - 82px) 12px;
	}
	.footer-links {
		margin-left: -120px;
		padding: 10px 0 0;
	}
	.footer-links__item+.footer-links__item:before {
		margin: 0 10px;
	}
	.form-footer {
		padding-top: 20px;
	}
	.form-footer__left {
		width: 44%;
		text-align: center;
	}
	.form-footer__right .button {
		width: 170px;
	}
	.form-terms {
		padding: 0 15px;
	}
	.form-initials {
		padding: 0 15px 10px;
		font-size: 14px;
	}
	.form-total {
		font-size: 16px;
	}
	.form-finish {
		padding: 20px 0;
	}
	.form-finish__title {
		margin-bottom: 20px;
		font-size: 48px;
	}
	.form-finish__graph {
		width: 80%;
		margin: 0 auto 15px;
		font-size: 15px;
	}
	.typography {
		font-size: 13px;
	}
}

@media only screen and (width: 1024px) and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (width: 1024px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (width: 1024px) and (min--moz-device-pixel-ratio: 2),
only screen and (width: 1024px) and (min-device-pixel-ratio: 1.5) {
	.top {
		background-image: url(../../images/landing/retina/top-1024-x2.jpg);
		background-size: 1024px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 768px) and (max-width: 1023px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-width: 768px) and (max-width: 1023px) and (min--moz-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (max-width: 1023px) and (min-device-pixel-ratio: 1.5) {
	.top {
		background-image: url(../../images/landing/retina/top-768-x2.jpg);
		background-size: 1024px auto;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 480px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-width: 480px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (min-width: 480px) and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
	.top {
		background-image: url(../../images/landing/retina/top-480-x2.jpg);
		background-size: 768px auto;
	}
	.three-block-ext_affiliate .three-block-ext__column::before {
		background-image: url(../../images/landing/retina/affiliate-480-x2.png);
		background-size: 300px auto;
	}
	.how-info__menu:before {
		background-image: url(../../images/landing/retina/how-480-x2.png);
		background-size: 570px auto;
	}
	.three-block-ext_role .three-block-ext__column::before {
		background-image: url(../../images/landing/retina/affiliate-role-480-x2.png);
		background-size: 300px auto;
	}
	.one-block_advertisers {
		background-image: url(../../images/landing/advertisers-1920.png);
		background-size: 190px auto;
	}
	.one-block_publishers {
		background-image: url(../../images/landing/publishers-1920.png);
		background-size: 190px auto;
	}
	.one-block_technology {
		background-image: url(../../images/landing/technology-1920.png);
		background-size: 180px auto;
	}
	.about-top {
		background-image: url(../../images/landing/about-1920.png);
		background-size: 400px auto;
	}
	.about-info__left {
		background-image: url(../../images/landing/about-mission-1920.png);
		background-size: 100px auto;
	}
	.about-info__right {
		background-image: url(../../images/landing/about-vision-1920.png);
		background-size: 100px auto;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 0px) and (max-width: 479px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-width: 0px) and (max-width: 479px) and (min--moz-device-pixel-ratio: 2),
only screen and (min-width: 0px) and (max-width: 479px) and (min-device-pixel-ratio: 1.5) {
	.top {
		background-image: url(../../images/landing/retina/top-320-x2.jpg);
		background-size: 480px auto;
	}
	.three-block-ext_affiliate .three-block-ext__column::before {
		background-image: url(../../images/landing/retina/affiliate-480-x2.png);
		background-size: 300px auto;
	}
	.how-info__menu:before {
		background-image: url(../../images/landing/retina/how-480-x2.png);
		background-size: 570px auto;
	}
	.three-block-ext_role .three-block-ext__column::before {
		background-image: url(../../images/landing/retina/affiliate-role-480-x2.png);
		background-size: 300px auto;
	}
	.one-block_advertisers {
		background-image: url(../../images/landing/advertisers-1920.png);
		background-size: 280px auto;
	}
	.one-block_publishers {
		background-image: url(../../images/landing/publishers-1920.png);
		background-size: 280px auto;
	}
	.one-block_technology {
		background-image: url(../../images/landing/technology-1920.png);
		background-size: 180px auto;
	}
	.about-top {
		background-image: url(../../images/landing/about-1920.png);
		background-size: 280px auto;
	}
	.about-info__left {
		background-image: url(../../images/landing/about-mission-1920.png);
		background-size: 90px auto;
	}
	.about-info__right {
		background-image: url(../../images/landing/about-vision-1920.png);
		background-size: 90px auto;
	}
}