/*
	by front-end: artshark
	date: 03.01.2020
	site: artshark.ru
	e-mail: info@artshark.ru
*/
@charset "UTF-8";
.header {
	background: #3d3d3d;
}
ul{
	margin: 0!important;
	padding: 0!important;
}
.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 70px 0;
}
.header-logo__link img {
	display: block;
	width: 100%;
}
.kleo-big {
	background: url(../img/kleo-big-ellips-bg.png) no-repeat center top 100px;
	background-size: contain;
	max-width: 1600px;
	margin: 0 auto;
	padding: 260px 15px 380px 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.kleo-big__title {
	font-family: 'Roboto Slab', serif;
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 50px;
	font-size: 68px;
	line-height: 80px;
	font-weight: 700;
}
.kleo-big__title strong {
	color: #ff3e67;
}
.kleo-big__description {
	font-size: 30px; color: #3d3d3d;
	line-height: 42px;
	max-width: 1140px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 60px 80px 0 140px;
}
.kleo-big__description a{
	color: #2392e0;
	text-decoration: underline;
}
.kleo-big__description a:hover{
	text-decoration: none;
}
.kleo-big__year {
	max-width: 1140px;
	margin: 0 auto;
	padding: 80px 0 0 140px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.about-numbers__block-title {
	font-family: 'Roboto Slab', serif;
	font-size: 66px; color: #3d3d3d;
	line-height: 80px;
	font-weight: 700;
	text-align: center;
	padding: 0 15px;
}
.about-numbers__block-description {
	max-width: 1110px;
	font-size: 30px; color: #3d3d3d;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 15px 0;
}
.about-numbers-blocks {
	width: calc(100% - 40px);
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1880px;
	padding-top: 120px;
}
.about-numbers-blocks.cf:after {
	display: none;
}
.about-numbers-blocks__item {
	position: relative;
	margin-bottom: 20px;
}
.about-numbers-blocks__item--two {
	width: calc(50% - 10px);
}
.about-numbers-blocks__item--three {
	width: calc(33% - 10px);
}
.about-numbers-blocks__img img {
	width: 100%;
	display: block;
}
.about-numbers-blocks__title {
	font-family: 'Roboto Slab', serif;
	background: #3d3d3d;
	font-size: 60px; color: #fff;
	font-weight: 700;
	position: absolute;
	padding: 20px 50px;
}
.about-numbers-blocks__item:nth-child(1) .about-numbers-blocks__title {
	left: 38px; bottom: 65px;
}
.about-numbers-blocks__item:nth-child(2) .about-numbers-blocks__title {
	left: 50px; top: 85px;
}
.about-numbers-blocks__item:nth-child(4) .about-numbers-blocks__title {
	left: 0; bottom: 45px;
}
.about-numbers-blocks__item:nth-child(5) .about-numbers-blocks__title {
	right: 0; top: 40px;
}
.about-numbers-blocks__item:nth-child(6) .about-numbers-blocks__title {
	right: 0; bottom: 80px;
}
.about-numbers-blocks__item:nth-child(7) .about-numbers-blocks__title {
	right: 0; bottom: 200px;
}
.about-numbers-blocks__item:nth-child(3) {
	background: #453a3c;
	padding: 0 50px 0 125px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about-numbers-blocks-list__item {
	font-family: 'Roboto Slab', serif;
	font-size: 35px; color: #fff;
	font-weight: 700;
	padding: 25px 0;
}
.about-numbers-blocks__item--last {
	display: none;
}
.about-numbers-visits {
	position: relative;
	padding: 120px 0;
}
.about-numbers-visits__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.about-numbers-visits__title {
	font-size: 44px; color: #3d3d3d;
	font-weight: 500;
	text-align: right;
	position: relative;
	z-index: 9;
	padding: 25px 150px;
}
.about-numbers-visits__title:before {
	background: url(../img/about-numbers-visits-title-bg.png) no-repeat center;
	background-size: contain;
	width: 100%; height: 100%;
	position: absolute;
	display: block;
	content: '';
	left: 0; top: 5px;
	z-index: -9;
}
.about-numbers-visits__title span {
	font-family: 'Roboto Slab', serif;
	font-size: 108px; color: #3d3d3d;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 4px;
	
}
.about-numbers-visits-list:before {
	background: url(../img/about-numbers-visits-list-layer-blue.png) no-repeat bottom right;
	width: 543px; height: 100%;
	display: block;
	position: absolute;
	content: '';
	bottom: 0; left: 0;
	z-index: -9;
}
.about-numbers-visits-list:after {
	background: url(../img/about-numbers-visits-list-layer-dotted.png) no-repeat bottom left;
	width: 447px; height: 100%;
	display: block;
	position: absolute;
	content: '';
	bottom: 0; right: 0;
	z-index: -9;
}
.about-numbers-visits-list__wrapper {
	max-width: 1140px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 100px 15px 0;
}
.about-numbers-visits-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 70px;
	color: #3d3d3d;
}
.about-numbers-visits-list__item:last-child {
	margin-bottom: 0;
}
.about-numbers-visits-list__info {
	width: 30%; height: auto;	
	font-family: 'Roboto Slab', serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: right;
	position: relative;
	z-index: 9;
}
.about-numbers-visits-list__title {
	max-width: 750px;
	width: auto;
	font-size: 30px;
	padding-left: 30px;
	padding-top: 6px;
	position: relative;
	z-index: 9;
	padding-right: 60px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.about-numbers-visits-list__item--bg {
	color: #fff !important;
}
.about-numbers-visits-list__item--bg .about-numbers-visits-list__info:before {
	border-radius: 28px 0 0 28px;
	background: #ff3e67;
	width: 60%; height: 80px;
	display: block;
	content: '';
	position: absolute;
	right: -30px; top: -20px;
	z-index: -9;
}
.about-numbers-visits-list__item--bg .about-numbers-visits-list__title:before {
	border-radius: 0 28px 28px 0;
	background: #ff3e67;
	width: 100%; height: 80px;
	display: block;
	content: '';
	position: absolute;
	left: 0; top: -20px;
	z-index: -9;
}
.about-numbers-traffic {
	padding: 65px 0 35px;
	position: relative;
}
.about-numbers-traffic:before {
	-webkit-box-shadow: 0 0 100px 0 #000;
	        box-shadow: 0 0 100px 0 #000;
	width: 100%; height: 100%;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	opacity: 0.2;
	z-index: -9;
}
.about-numbers-traffic__head {
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.about-numbers-traffic__title {
	font-family: 'Roboto Slab', serif;
	font-size: 42px; color: #414141;
	font-weight: 700;
	position: absolute;
	top: 3vw;
}
.about-numbers-traffic__date {
	font-size: 30px; color: #9e9e9e;
	font-weight: 300;
	text-align: right;
	padding: 65px 35px 0 0;
	max-width: 1900px;
	margin: 0 auto;
}
.about-numbers-traffic-desktop {
	max-width: 1780px;
	margin: 0 auto;
	padding: 0 70px 0 360px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.about-numbers-traffic-desktop img {
	width: 100%;
	display: block;
}
.about-numbers-traffic-mobile {
	display: none;
}
.kleo-advertising {
	background: #f2f2f2;
	padding-top: 160px;
	position: relative;
	z-index: 9;
}
.kleo-advertising:before {
	background: url(../img/kleo-advertising-layer-bg.png) no-repeat center top;
	width: 100%; height: 100%;
	display: block;
	position: absolute;
	z-index: -9;
	content: '';
}
.kleo-advertising:after {
	background: url(../img/kleo-advertising-layer-left.png) no-repeat;
	width: 388px; height: 100%;
	display: block;
	position: absolute;
	left: 0; top: 30%;
	z-index: -9;
	content: '';
}
.kleo-advertising__wrapper {
	max-width: 1536px;
	margin: 0 auto;
	padding: 0 15px;
}
.kleo-advertising__title {
	font-family: 'Roboto Slab', serif;
	font-size: 98px; color: #3d3d3d;
	line-height: 120px;
	font-weight: 700;
}
.kleo-advertising-task {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 200px;
}
.kleo-advertising-task__title {
	width: 40%;
	max-width: 610px; height: 100%;
	font-size: 58px; color: #3d3d3d;
	line-height: 68px;
	font-family: 'Roboto Slab', serif;
	position: relative;
	z-index: 9;
	padding-bottom: 40px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.kleo-advertising-task__title:after {
	background: url(../img/kleo-advertising-task-title-line.png) no-repeat center bottom;
	background-size: contain;
	width: 78%; height: 100%;
	position: absolute;
	z-index: -9;
	content: '';
	display: block;
	bottom: 0;
}
.kleo-advertising-task__title strong {
	-ms-flex-wrap: 700;
	    flex-wrap: 700;
}
.kleo-advertising-task-list {
	width: 48%;
	padding-top: 8px;
}
.kleo-advertising-task-list__head {
	font-size: 40px; color: #3d3d3d;
	line-height: 52px;
	padding-bottom: 50px;
}
.kleo-advertising-task-list__item {
	border-bottom: 1px dotted #919191;
	padding: 40px 0;
}
.kleo-advertising-task-list__item:last-child {
	border-bottom: none;
}
.kleo-advertising-task-list__item p {
	font-size: 30px; color: #3d3d3d;
	line-height: 38px;
}
.kleo-advertising-statistic {
	padding-top: 150px;
	padding-bottom: 210px;
}
.kleo-advertising-statistic__head {
	max-width: 955px;
	margin: 0 auto;
	font-size: 40px; color: #000;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
}
.kleo-advertising-statistic__head:before {
	background: url(../img/kleo-advertising-icon-progress.png) no-repeat center;
	width: 271px; height: 285px;
	display: block;
	margin: 0 auto;
	content: '';
	margin-bottom: 75px;
}
.kleo-advertising-statistic__conversion {
	max-width: 955px;
	margin: 0 auto;
	font-size: 30px; color: #5a5a5a;
	line-height: 40px;
	text-align: center;
	padding-top: 30px;
}
.kleo-advertising-statistic__result {
	border-radius: 35px;
	background: #fff;
	max-width: 955px;
	margin: 90px auto 0;
	font-size: 36px; color: #3d3d3d;
	line-height: 46px;
	font-weight: 700;
	text-align: center;
	padding: 45px 140px;
}
.kleo-advertising-contacts {
	background: #fff;
	max-width: 1570px;
	margin: 0 auto;
	padding: 120px 220px 150px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	z-index: 9;
}
.kleo-advertising-contacts:before {
	-webkit-box-shadow: 0 0 100px 0 #000;
	        box-shadow: 0 0 100px 0 #000;
	width: 100%; height: 100%;
	display: block;
	position: absolute;
	left: 0; top: 0;
	z-index: -9;
	content: '';
	opacity: 0.2;
}
.kleo-advertising-contacts__wrapper {
	position: relative;
	z-index: 9;
}
.kleo-advertising-contacts__wrapper:before {
	background: #fff;
	width: 100%; height: 40%;
	position: absolute;
	left: 0; bottom: 0;
	z-index: -9;
	content: '';
}
.kleo-advertising-contacts__title {
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	text-align: center;
}
.kleo-advertising-contacts__description {
	font-size: 30px; color: #454545;
	line-height: 40px;
	text-align: center;
	padding-top: 60px;
}
.kleo-advertising-contacts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 200px;
}
.kleo-advertising-contacts-manager {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.kleo-advertising-contacts-manager__photo {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	max-width: 240px;
	width: 100%;
}
.kleo-advertising-contacts-manager__photo img {
	width: 100%;
	display: block;
}
.kleo-advertising-contacts-manager__block {
	background: url(../img/kleo-advertising-contacts-manager-block-bg.png) no-repeat center;
	background-size: contain;
	padding: 10px 35px 25px;
	margin-top: 80px;
}
.kleo-advertising-contacts-manager__name {
	font-size: 27px; color: #fff;
	text-align: center;
	font-weight: 700;
}
.kleo-advertising-contacts-manager__description {
	font-size: 18px; color: #aeaeae;
	font-weight: 300;
}
.kleo-advertising-contacts-list {
	width: 50%;
}
.kleo-advertising-contacts-list > div {
	margin-bottom: 45px;
	font-size: 30px;
}
.kleo-advertising-contacts-list__phone {
	letter-spacing: 2px;
}
.kleo-advertising-contacts-list__phone a {
	font-weight: 700;
}
.kleo-advertising-contacts-list__email {
	letter-spacing: 2px;
}
.kleo-advertising-contacts-list__email a {
	font-weight: 700;
	text-decoration: underline;
}
.kleo-advertising-contacts-list__email a:hover {
	text-decoration: none;
}
.kleo-advertising-contacts-list__social {
	letter-spacing: 2px;
}
.kleo-advertising-contacts-list__social a {
	color: #2392e0;
	text-decoration: underline;
	display: inline-block;
	margin-top: 16px;
}
.kleo-advertising-contacts-list__social a:hover {
	text-decoration: none;
}
.kleo-advertising-contacts-list-request {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-top: 50px;
}
.kleo-advertising-contacts-list-request__btn {
	border-radius: 10px;
	background: #ff3e67;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 90px 0 50px;
	font-size: 30px; color: #fff;
	font-weight: 700;
	position: relative;
	padding-bottom: 4px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	letter-spacing: 1px;
}
.kleo-advertising-contacts-list-request__btn:hover {
	background: #e82d55;
}
.kleo-advertising-contacts-list-request__btn:after {
	background: url(../img/kleo-advertising-contacts-list-request-btn.png) no-repeat;
	width: 16px; height: 14px;
	display: block;
	content: '';
	position: absolute;
	right: 24px;
	margin-top: 3px;
}
.advertising-articles {
	padding-top: 280px;
}
.advertising-articles__title {
	font-family: 'Roboto Slab', serif;
	font-size: 80px; color: #6a6a6a;
	font-weight: 300;
	text-align: center;
}
.advertising-articles__row {
	max-width: 1920px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
}
.advertising-articles__wrapper {
	padding: 120px 0;
	position: relative;
	z-index: 9;
}
.advertising-articles__wrapper:nth-child(2) {
	padding-top: 150px;
}
.advertising-articles__wrapper:nth-child(odd) {
	z-index: 99;
}
.advertising-articles__wrapper:nth-child(odd) .advertising-articles__row:before {
	background: #f9fafb;
	width: 100%; height: 50%;
	position: absolute;
	z-index: -9;
	display: block;
	content: '';
	right: 0;
	top: 25%;
}
.advertising-articles__wrapper:nth-child(odd):before {
	-webkit-transform: skewY(-12deg);
	transform: skewY(-12deg);
	background: #f9fafb;
	width: 100%; height: 50%;
	display: block;
	position: absolute;
	content: '';
	z-index: -9;
	top: -40px;
}
.advertising-articles__wrapper:nth-child(odd):after {
	-webkit-transform: skewY(12deg);
	transform: skewY(12deg);
	background: #f9fafb;
	width: 100%; height: 50%;
	display: block;
	position: absolute;
	content: '';
	z-index: -9;
	bottom: -40px;
}
.advertising-articles-mobile {
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.advertising-articles-mobile--left {
	padding-left: 50px;
}
.advertising-articles-mobile--right {
	padding-right: 50px;
}
.advertising-articles-mobile__img {

}
.advertising-articles-mobile__img img {
	width: 100%;
	display: block;
}
.advertising-articles-info {
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	z-index: 9;
}
.advertising-articles-info--left {
	padding-right: 60px;
	padding-left: 170px;
}
.advertising-articles-info--right {
	padding-left: 60px;
	padding-right: 170px;
}
.advertising-articles-info__name {
	font-family: 'Roboto Slab', serif;
	font-size: 48px; color: #3d3d3d;
	line-height: 58px;
	font-weight: 700;
}
.advertising-articles-info-list {
	padding-top: 80px;
}
.advertising-articles-info-list p {
	font-size: 24px; color: #3d3d3d;
	line-height: 34px;
	margin-bottom: 30px;
}
.advertising-articles-info-list__items {

}
.advertising-articles-info-list__item {
	font-size: 24px; color: #3d3d3d;
	line-height: 34px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 75px;
}
.advertising-articles-info-list__item:before {
	background: #3d3d3d;
	width: 36px; height: 1px;
	display: block;
	content: '';
	position: absolute;
	left: 0; top: 16px;
}
.advertising-articles-info__order {
	-webkit-box-shadow: 0 0 20px 0 #b1b1b1;
	        box-shadow: 0 0 20px 0 #b1b1b1;
	border-radius: 5px;
	background: #2392e0;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 24px; color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0 70px 0 40px;
	position: relative;
	margin-top: 70px;
}
.advertising-articles-info__order:hover {
	background: #1e81c6;
}
.advertising-articles-info__order:after {
	background: url(../img/advertising-articles-info-order-arrow.png) no-repeat;
	width: 9px; height: 15px;
	display: block;
	position: absolute;
	right: 20px;
	content: '';
}
.advertising-articles-info__big-price {
	font-family: 'Roboto Slab', serif;
	font-size: 48px; color: #3d3d3d;
	letter-spacing: 2px;
	font-weight: 700;
	margin-top: 100px;
}
.advertising-articles-info__traffic {
	font-size: 24px; color: #3d3d3d;
	font-weight: 300;
	line-height: 32px;
	margin-top: 60px;
}
.advertising-articles-info__traffic strong {
	font-weight: 700;
	display: block;
}
.advertising-articles-info-links {
	font-size: 30px; color: #494949;
	font-weight: 400;
	margin-top: 80px;
}
.advertising-articles-info-links__price {
	font-family: 'Roboto Slab', serif;
	font-size: 48px; color: #3d3d3d;
	font-weight: 700;
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.advertising-articles-info-links__old-price {
	font-size: 30px; color: #9d9d9d;
	text-decoration: line-through;
	margin-left: 30px;
	margin-top: 15px;
}
.advertising-articles-info-links__price--red-line {
	position: relative;
	z-index: 9;
	padding: 0 5px 20px 10px;
	margin-left: -10px;
}
.advertising-articles-info-links__price--red-line:after {
	background: url(../img/advertising-articles-info-links-price-red-line.png) no-repeat center bottom;
	width: 100%; height: 100%;
	background-size: contain;
	position: absolute;
	z-index: -9;
	content: '';
	display: block;
	bottom: 0;
	left: 0;
}
.no-article {
	overflow: hidden;
	background: url(../img/no-article-bg.jpg) no-repeat center;
	background-size: cover;
	margin-top: -200px;
	height: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.no-article__wrapper {
	max-width: 1000px;
	margin-top: 200px;
	text-align: center;
	padding: 0 15px;
}
.no-article__title {
	font-family: 'Roboto Slab', serif;
	font-size: 71px; color: #fff;
	font-weight: 700;
}
.no-article__description {
	font-size: 33px; color: #fff;
	line-height: 43px;
	font-weight: 300;
	padding-top: 110px;
}
.no-article__price {
	font-size: 40px; color: #fff;
	font-weight: 700;
	padding-top: 30px;
}
.banner-advertising {

}
.banner-advertising-head {
	text-align: center;
	padding: 80px 15px 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.banner-advertising-head__title {
	font-family: 'Roboto Slab', serif;
	font-size: 80px; color: #6a6a6a;
	font-weight: 300;
}
.banner-advertising-head__info {
	font-size: 30px; color: #838383;
	font-weight: 300;
	padding-top: 70px;
}
.banner-advertising__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.banner-advertising__item {
	max-height: 960px;
	background: #fff;
	width: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 60px 50px 0 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.banner-advertising__item:nth-child(1) {
	background: #ff3e67;
}
.banner-advertising__item:nth-child(4) {
	background: #e9e9e9;
}
.banner-advertising-item__row {
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.banner-advertising-item__row:first-child {
	min-height: 300px;
}
.banner-advertising-item__row:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.banner-advertising__item:nth-child(3) .banner-advertising-item__row:first-child,
.banner-advertising__item:nth-child(4) .banner-advertising-item__row:first-child {
	min-height: 230px;
}
.banner-advertising__title {
	max-width: 580px;
	font-family: 'Roboto Slab', serif;
	line-height: 70px;
	font-size: 60px; color: #000;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}
.banner-advertising__description {
	max-width: 630px;
	font-size: 24px; color: #383838;
	line-height: 30px;
	padding-top: 30px;
	margin: 0 auto;
}
.banner-advertising-order {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.banner-advertising-order-ad {
	position: relative;
}
.banner-advertising-order-ad__name {
	width: 100%;
	position: absolute;
	text-align: right;
	top: -27px;
	font-size: 18px; color: #383838;
	font-weight: 300;
	text-transform: uppercase;
}
.banner-advertising-order-ad-select {
	border-radius: 6px;
	position: relative;
	border: 1px solid #bebebe;
	width: 208px; height: 68px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0 40px;
}
.banner-advertising-order-ad-select--white {
	border: 1px solid #fff;
}
/*.banner-advertising-order-ad-select:before {
	background: url(../img/banner-advertising-order-ad-select-arrow-gray.png) no-repeat center;
	width: 16px; height: 9px;
	display: block;
	position: absolute;
	right: 10px;
	content: '';
}
.banner-advertising-order-ad-select--white:before {
	background: url(../img/banner-advertising-order-ad-select-arrow-white.png) no-repeat center;
}*/
.banner-advertising-order-ad-select__value {
	font-size: 36px; color: #383838;
}
.banner-advertising-order-ad-select select {
	display: block;
	position: absolute;
	width: 100%; 
	height: 100%;
	left: 0; 
	top: 0;
	opacity: 0;
}
.banner-advertising-order-ad-select input[type="number"]{
	display: block;
	position: absolute;
	width: calc(100% - 10px); 
	height: 100%;
	left: 0; 
	top: 0;
	padding: 0 5px;
	border: 0;
	background: transparent;
	font-size: 16px;
	text-align: center;
}
/*
.banner-advertising-order-ad-select input[type="number"]::-webkit-outer-spin-button,
.banner-advertising-order-ad-select input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
    margin: 0; 
}
*/
.banner-advertising-order__separator {
	font-size: 36px; color: #282828;
	font-weight: 700;
	padding: 0 22px 0 24px;
}
.banner-advertising-order__separator--white {
	color: #fff;
}
.banner-advertising-order-price {
	position: relative;
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.banner-advertising-order-price__name {
	position: absolute;
	text-align: left;
	top: -27px;
	font-size: 18px; color: #383838;
	font-weight: 300;
	text-transform: uppercase;
}
.banner-advertising-order-price__cost {
	font-size: 36px; color: #282828;
	font-weight: 700;
}
.banner-advertising-order-price__cost--white {
	color: #fff;
}
.banner-advertising-order-btn {
	border-radius: 5px;
	background: #2392e0;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 24px; color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0 50px 0 25px;
	position: relative;
	margin-left: 30px;
	z-index: 9;
}
.banner-advertising-order-btn:hover {
	background: #1e81c6;
}
.banner-advertising-order-btn:after {
	background: url(../img/advertising-articles-info-order-arrow.png) no-repeat;
	width: 9px; height: 15px;
	display: block;
	position: absolute;
	right: 20px;
	content: '';
}
.shadow-btn:before {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px 0 #000;
	        box-shadow: 0 0 20px 0 #000;
	width: 100%; height: 100%;
	display: block;
	position: absolute;
	left: 0; top: 0;
	content: '';
	opacity: 0.2;
	z-index: -9;
}
.banner-advertising-screen {
	max-width: 700px;
	padding-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.banner-advertising-screen img {
	width: 100%;
	display: block;
}
.branding-head,
.special-project-head {
	padding-top: 180px;
	padding-bottom: 60px;
}
.branding-head__title,
.special-project__title {
	font-family: 'Roboto Slab', serif;
	font-size: 80px; color: #6a6a6a;
	font-weight: 300;
	text-align: center;
	padding: 0 15px;
}
.branding-head__description,
.special-project__description {
	font-size: 36px; color: #393939;
	line-height: 46px;
	font-weight: 500;
	text-align: center;
	max-width: 1160px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 40px auto 0;
	padding: 0 15px;
}
.branding__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.branding-text {
	width: 50%;
	padding-left: 160px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.branding-text__paragraph {
	font-size: 30px; color: #1c1c1c;
	line-height: 40px;
}
.branding-text__link {
	font-size: 30px; color: #ff3e67;
	text-decoration: underline;
	font-weight: 500;
	margin-top: 40px;
	display: inline-block;
}
.branding-text__link:hover {
	text-decoration: none;
}
.branding-order {
	padding-top: 150px;
}
.branding-text__info {
	font-size: 24px; color: #9b9b9b;
	font-weight: 300;
	font-style: italic;
	padding-top: 40px;
	display: block;
}
.branding-img {
	width: 50%;
}
.branding-img img {
	width: 100%;
	display: block;
}
.special-project {
	background: url(../img/special-project-bg.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
}
.special-project__description {
	max-width: 1100px;
}
.special-project-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.special-project__title {
	position: relative;
	display: inline-block;
	z-index: 9;
	padding-bottom: 20px;
	padding-right: 60px;
	padding-left: 20px;
}
.special-project__title:before {
	background: url(../img/special-project-title-border.png) no-repeat center bottom;
	background-size: contain;
	width: 100%; height: 100%;
	display: block;
	position: absolute;
	left: 0; bottom: 0;
	content: '';
	z-index: -9;
}
.special-project__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.special-project__list {
	width: 50%;
	padding: 150px 0 80px;
}
.special-project__list p {
	font-size: 30px; color: #393939;
	font-weight: 500;
	padding: 22px 0;	
	letter-spacing: 1px;
}
.package-solutions {
	background: url(../img/package-solutions-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding-bottom: 250px;
}
.package-solutions-head {
	padding: 180px 0 100px;
}
.package-solutions-head__title {
	font-family: 'Roboto Slab', serif;
	font-size: 60px; color: #3d3d3d;
	font-weight: 200;
	text-align: center;
	padding: 0 15px;
}
.package-solutions-head__title--bold {
	text-transform: uppercase;
	font-size: 70px;
	font-weight: 700;
	padding-top: 20px;
}
.package-solutions__items {
	width: 100%;
	max-width: 1650px;
	padding: 80px 15px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
}
.package-solutions__item {
	max-width: 475px;
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.package-solutions__item p {
	width: 100%;
	font-size: 24px; color: #636363;
	line-height: 30px;
	padding-top: 30px;
}
.package-solutions__icon {
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.package-solutions__item:first-child .package-solutions__icon {
	margin-left: -40px;
}
.package-solutions__title {
	font-family: 'Roboto Slab', serif;
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 50px;
}
.package-solutions__price {
	font-family: 'Roboto Slab', serif;
	font-size: 42px;
	font-weight: 700;
	padding-top: 80px;
	width: 100%;
	text-align: left;
}
.package-solutions__price-old {
	font-family: 'Roboto Slab', serif;
	font-size: 35px; color: #9e9e9e;
	text-decoration: line-through;
	padding-top: 8px;
	text-align: left;
	width: 100%;
}
.package-solutions__info {
	font-size: 30px; color: #575757;
	text-align: center;
	padding: 120px 15px 0;
}
.our-partners {
	background: url(../img/our-partners-bg.jpg) no-repeat center;
	background-size: contain;
	padding-bottom: 140px;
}
.our-partners__title,
.contacts__title {
	font-family: 'Roboto Slab', serif;
	font-size: 60px; color: #373737;
	font-weight: 700;
	text-align: center;
	padding: 0 15px;
}
.our-partners__items {
	max-width: 1740px;
	margin: 70px auto 0;
	position: relative;
}
.our-partners__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #cfcfcf;
	height: 194px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 25px;
	background: #fff;
}
.our-partners__item img {
	max-width: 100%;
	display: block;
}
.slick-slide {
	padding: 0 25px;
}
.slick-arrow {
	width: 35px; height: 60px;
	display: block;
	position: absolute;
	border: none;
	overflow: hidden;
	text-indent: -200px;
	top: 50%;
	margin-top: -30px;
}
.slick-next {
	background: url(../img/slider-next.png) no-repeat;
	left: -25px
}
.slick-prev {
	background: url(../img/slider-prev.png) no-repeat;
	right: -25px
}
.contacts {
	background: #373737;
	padding-bottom: 50px;
}
.contacts__wrapper {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contacts__title {
	color: #fff;
	font-weight: 400;
	padding: 140px 0 110px;
}
.contacts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.contacts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 70px;
}
.contacts__item:last-child {
	margin-bottom: 0;
}
.contacts__name {
	font-size: 30px; color: #fff;
	line-height: 38px;
	padding-right: 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contacts__mail {
	font-size: 30px; color: #2392e0;
	text-decoration: underline;
}
.contacts__mail:hover {
	text-decoration: none;
}
.contacts__phone {
	font-size: 36px; color: #fff;
	font-weight: 700;
}
.contacts-form {
	border: 2px dotted #9e9e9e;
	margin-top: 40px;
	padding: 30px 45px 70px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.contacts-form__item {
	width: calc(50% - 15px);
	margin-top: 40px;
}
.contacts-form__item:last-child {
	width: 100%;
}
.contacts-form__input {
	border-radius: 10px;
	background: #fff;
	width: 100%; height: 70px;
	border: 0;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 30px;
}
.contacts-form__btn {
	border-radius: 10px;
	max-width: 420px; height: 70px;
	background: #ff3e67;
	font-size: 30px; color: #fff;
	border: 0;
	display: block;
	margin: 0 auto;
	padding: 0 45px;
}
.contacts-form__btn:hover {
	background: #ec2852;
}
.footer {
	background: #373737;
	padding: 60px 0 60px;
}
.footer__wrapper {
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.footer__logo {

}
.footer__copyright {
	font-size: 18px; color: #74787f;
	font-weight: 300;
}
.white-text{
	color: #fff;
}
@media screen and (min-width: 1200px) {
	.advertising-articles__wrapper:nth-child(2) .advertising-articles__row:after {
		background: url(../img/advertising-articles-row-layer01.png) no-repeat right bottom;
		width: 100%; height: 100%;
		position: absolute;
		right: 0;
		display: block;
		content: '';
	}
	.advertising-articles__wrapper:nth-child(3) .advertising-articles__row:after {
		background: url(../img/advertising-articles-row-layer02.png) no-repeat left bottom;
		width: 100%; height: 100%;
		position: absolute;
		right: 0;
		display: block;
		content: '';
	}
	.advertising-articles__wrapper:nth-child(4) .advertising-articles__row:after {
		background: url(../img/advertising-articles-row-layer03.png) no-repeat right bottom;
		width: 100%; height: 100%;
		position: absolute;
		right: 0;
		display: block;
		content: '';
	}
	.advertising-articles__wrapper:nth-child(5) .advertising-articles__row:after {
		background: url(../img/advertising-articles-row-layer04.png) no-repeat left center;
		width: 100%; height: 100%;
		position: absolute;
		right: 0;
		display: block;
		content: '';
	}
}
@media screen and (max-width: 1850px) {
	.our-partners__items {
		max-width: 1240px;
	}
	.our-partners__item {
		height: 150px;
	}
	.slick-slide {
		padding: 0 15px;
	}
	.slick-next {
		left: -35px;
	}
	.slick-prev {
		right: -35px;
	}
}
@media screen and (max-width: 1700px) {
	.kleo-advertising-contacts {
		max-width: 1140px;
		padding: 80px 80px 100px;
	}
	.kleo-advertising:before {
		width: 80%;
		left: 10%;
		background-size: contain;
	} 
	.advertising-articles {
		padding-top: 200px;
	}
	.advertising-articles__title {
		font-size: 60px;
	}
	.advertising-articles__wrapper:nth-child(2) {
		padding-top: 100px;
	}
	.advertising-articles-info__name {
		font-size: 36px;
		line-height: 46px;
	}
	.advertising-articles-info-list {
		padding-top: 40px;
	}
	.advertising-articles-info-list__item {
		font-size: 20px;
		line-height: 30px;
	}
	.advertising-articles-info-list__item {
		margin-bottom: 20px;
	}
	.advertising-articles-info__big-price {
		font-size: 34px;
		margin-top: 30px;
	}
	.advertising-articles-info__traffic {
		font-size: 20px;
		line-height: 30px;
		margin-top: 30px;
	}
	.advertising-articles-info__order {
		margin-top: 50px;
	}
	.advertising-articles-info--right {
		padding-left: 40px;
		padding-right: 100px;
	}
	.advertising-articles-info--left {
		padding-right: 40px;
		padding-left: 100px;
	}
	.advertising-articles-info-list p {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.advertising-articles-info-links {
		font-size: 22px;
		margin-top: 40px;
	}
	.advertising-articles-info-links__price {
		font-size: 34px;
		margin-top: 5px;
	}
	.advertising-articles-info-links__price--red-line {
		padding-bottom: 10px;
	}
	.advertising-articles-info-links__old-price {
		font-size: 18px;
		margin-top: 12px;
		margin-left: 20px;
	}
	.advertising-articles-info__order {
		font-size: 22px;
	}
	.banner-advertising-screen {
		max-width: none;
		max-width: initial;
		min-height: 0;
		min-height: initial;
		padding-top: 60px;
	}
	.banner-advertising-screen img {
		display: block;
	}
	.banner-advertising__title {
		font-size: 50px;
		line-height: 60px;
	}
	.banner-advertising__description {
		max-width: 500px;
		font-size: 20px;
		line-height: 26px;
	}
	.banner-advertising-item__row:first-child {
		min-height: 260px;
	}
	.banner-advertising__item:nth-child(3) .banner-advertising-item__row:first-child, .banner-advertising__item:nth-child(4) .banner-advertising-item__row:first-child {
		min-height: 200px;
	}
	.banner-advertising-screen img {
		zoom: 0.7;
	}
	.banner-advertising-order-ad-select {
		width: 180px; height: 60px;
		padding: 0 35px 0 10px;
	}
	.banner-advertising-order-ad-select__value {
		font-size: 30px;
	}
	.banner-advertising-order-price {
		height: 60px;
	}
	.banner-advertising-order-price__cost {
		font-size: 30px;
	}
	.banner-advertising-order__separator {
		font-size: 30px;
		padding: 0 15px;
	}
	.package-solutions-head {
		padding: 100px 0 80px;
	}
	.package-solutions-head__title {
		font-size: 40px;
	}
	.package-solutions-head__title--bold {
		font-size: 50px;
	}
	.package-solutions__icon {
		zoom: 0.7;
	}
	.package-solutions__title {
		padding-top: 50px;
		padding-bottom: 30px;
		font-size: 38px;
		line-height: 48px;
	}
	.package-solutions__item p {
		font-size: 20px;
		line-height: 28px;
		padding-top: 25px;
	}
	.package-solutions__price {
		font-size: 30px;
		padding-top: 50px;
	}
	.package-solutions__price-old {
		font-size: 24px;
	}
	.package-solutions__info {
		font-size: 20px;
		padding-top: 80px;
	}
	.our-partners__title,
	.contacts__title {
		font-size: 50px;
	}
}
@media screen and (max-width: 1600px) {
	.about-numbers-blocks-list__item {
		font-size: 22px;
		padding: 15px 0;
	}
	.about-numbers-blocks__item:nth-child(3) {
		padding-left: 80px;
	}
	.about-numbers-blocks__title {
		font-size: 36px;
		padding: 20px 30px;
	}
	.about-numbers-visits__title span {
		font-size: 85px;
	}
	.about-numbers-visits__title {
		font-size: 36px;
	}
	.about-numbers-visits-list:before {
		width: 450px;
	}
	.about-numbers-visits-list:after {
		width: 400px;
	}
	.about-numbers-traffic-desktop {
		padding: 0 150px 0 300px;
	}
	.about-numbers-traffic__date {
		padding-top: 50px;
		font-size: 22px;
	}
	.kleo-advertising {
		padding-top: 100px;
	}
	.kleo-advertising__wrapper {
		max-width: 1140px;
	}
	.kleo-advertising__title {
		font-size: 66px;
		line-height: 86px;
	}
	.kleo-advertising-task {
		padding-top: 100px;
	}
	.kleo-advertising-task__title {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 25px;
	}
	.kleo-advertising-task__title:after {
		width: 72%;
	}
	.kleo-advertising-task-list__head {
		font-size: 26px;
		line-height: 34px;
		padding-bottom: 20px;
	}
	.kleo-advertising-task-list__item {
		padding: 25px 0;
	}
	.kleo-advertising-task-list__item p {
		font-size: 20px;
		line-height: 28px;
	}
	.kleo-advertising-statistic {
		padding-top: 100px;
		padding-bottom: 120px;
	}
	.kleo-advertising-statistic__head {
		max-width: 765px;
		font-size: 30px;
		line-height: 40px;
	}
	.kleo-advertising-statistic__head:before {
		margin-bottom: 60px;
	}
	.kleo-advertising-statistic__conversion {
		max-width: 765px;
		font-size: 20px;
		line-height: 30px;
	}
	.kleo-advertising-statistic__result {
		max-width: 765px;
		margin: 60px auto 0;
		font-size: 30px;
		line-height: 40px;
		padding: 30px 100px;
	}
	.kleo-advertising-contacts__title {
		font-size: 50px;
		line-height: 60px;
	}
	.kleo-advertising-contacts__description {
		font-size: 25px;
		line-height: 35px;
	}
	.kleo-advertising-contacts {
		padding-top: 60px;
	}
	.kleo-advertising-contacts__row {
		padding-top: 150px;
	}
	.kleo-advertising-contacts-list > div {
		font-size: 25px;
	}
	.kleo-advertising-contacts-list-request {
		padding-top: 25px;
	}
	.kleo-advertising-contacts-manager__photo {
		width: 200px;
	}
	.kleo-advertising:after {
		width: 250px;
		background-size: contain;
	}
	.banner-advertising-head {
		padding: 70px 15px 50px;
	}
	.banner-advertising-head__title {
		font-size: 60px;
	}
	.banner-advertising-head__info {
		font-size: 24px;
		padding-top: 60px;
	}
	.banner-advertising-order-ad__name {
		font-size: 16px;
		top: -22px;
	}
	.banner-advertising-order-price__name {
		font-size: 16px;
		top: -22px;
	}
	.branding-head,
	.special-project-head {
		padding-top: 100px;
	}
	.branding-head__title,
	.special-project__title {
		font-size: 60px;
	}
	.branding-head__description,
	.special-project__description {
		font-size: 24px;
		line-height: 30px;
	}
	.branding-text {
		padding-left: 100px;
	}
	.branding-text__paragraph {
		font-size: 24px;
		line-height: 34px;
	}
	.branding-text__link {
		font-size: 24px;
		margin-top: 30px;
	}
	.branding-order {
		padding-top: 80px;
	}
	.branding-text__info {
		padding-top: 30px;
		font-size: 20px;
	}
	.special-project__list {
		padding: 50px 0;
	}
	.special-project__list p {
		font-size: 24px;
		padding: 15px 0;
	}
	.package-solutions-head {
		padding: 80px 0 60px;
	}
	.package-solutions-head__title {
		font-size: 30px;
	}
	.package-solutions-head__title--bold {
		font-size: 40px;
	}
	.contacts__title {
		padding: 90px 0 70px;
	}
}
@media screen and (max-width: 1500px) {
	.kleo-big__title {
		font-size: 50px;
		line-height: 60px;
		max-width: 1100px;
	}
	.kleo-big__description {
		max-width: 1000px;
		font-size: 25px;
		line-height: 38px;
		padding-right: 15px;
		padding-left: 100px;
	}
	.kleo-big__year {
		max-width: 970px;
		margin: 0 auto;
		padding: 50px 100px 0;
	}
	.kleo-big__year img {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 1400px) {
	.kleo-big {
		padding-top: 150px;
		padding-bottom: 150px;
		background-position: center top 50px;
	}
	.about-numbers-traffic-desktop {
		padding: 0 100px 0 200px;
	}
	.kleo-advertising {
		padding-top: 70px;
	}
	.kleo-advertising__title {
		font-size: 50px;
		line-height: 62px;
	}
	.kleo-advertising-task {
		padding-top: 70px;
	}
	.kleo-advertising-task-list {
		width: 60%;
	}
	.kleo-advertising-task__title {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 20px;
	}
	.kleo-advertising-task__title:after {
		width: 250px;
	}
	.kleo-advertising-task-list__head {
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 0px;
	}
	.kleo-advertising-task-list__item {
		padding: 25px 0;
	}
	.kleo-advertising-task-list__item p {
		font-size: 20px;
		line-height: 28px;
	}
	.kleo-advertising:after {
		width: 200px;
	}
	.banner-advertising__item {
		padding: 50px 25px 0;
	}
	.banner-advertising__title {
		max-width: 500px;
		font-size: 40px;
		line-height: 45px;
	}
	.banner-advertising-item__row:first-child {
		min-height: 210px;
	}
	.banner-advertising__item:nth-child(3) .banner-advertising-item__row:first-child, .banner-advertising__item:nth-child(4) .banner-advertising-item__row:first-child {
		min-height: 170px;
	}
	.banner-advertising__description {
		font-size: 18px;
		line-height: 22px;
	}
	.banner-advertising-screen img {
		zoom: 0.6;
	}
	.banner-advertising-order-ad-select {
		width: 150px;
	}
	.banner-advertising-order-ad-select__value {
		font-size: 22px;
	}
	.banner-advertising-order-price__cost {
		font-size: 22px;
	}
	.banner-advertising-order__separator {
		font-size: 22px;
	}
	.banner-advertising-order-btn {
		height: 55px;
		margin-left: 20px;
		padding-left: 20px;
		padding-right: 45px;
		font-size: 20px;
	}
	.banner-advertising-order-price__name {
		font-size: 14px;
	}
	.banner-advertising-order-ad__name {
		font-size: 14px;
	}
	.our-partners__items {
		max-width: 1040px;
	}
	.our-partners__item {
		height: 120px;
		padding: 0 40px;
	}
	.slick-slide {
		padding: 0 10px;
	}
	.slick-next {
		left: -40px;
	}
	.slick-prev {
		right: -40px;
	}
	.our-partners__title,
	.contacts__title {
		font-size: 40px;
	}
}
@media screen and (max-width: 1200px) {
	/*.header-logo {
		padding: 150px 0;
	}*/
	.header-logo__link {
		max-width: 300px;
	}
	.about-numbers-visits-list__item {
		margin-bottom: 40px;
	}
	.about-numbers-visits-list__info {
		font-size: 26px;
	}
	.about-numbers-visits-list__title {
		max-width: 500px;
		font-size: 20px;
		padding-top: 2px;
		line-height: 28px;
	}
	.about-numbers-visits-list__item--bg .about-numbers-visits-list__info:before,
	.about-numbers-visits-list__item--bg .about-numbers-visits-list__title:before {
		height: 60px;
		top: -16px;
	}
	.about-numbers-visits-list:before {
		width: 350px;
	}
	.about-numbers-visits-list:after {
		width: 300px;
	}
	.about-numbers-traffic-desktop {
		padding: 0 50px 0 100px;
	}
	.kleo-advertising-statistic {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.kleo-advertising-statistic__head {
		max-width: 600px;
		font-size: 24px;
		line-height: 34px;
	}
	.kleo-advertising-statistic__head:before {
	 	width: auto; height: 150px;
		margin-bottom: 40px;
		background-size: contain;
	}
	.kleo-advertising-statistic__conversion {
		max-width: 600px;
		font-size: 18px;
		line-height: 28px;
		padding-top: 10px;
	}
	.kleo-advertising-statistic__result {
		max-width: 600px;
		margin: 40px auto 0;
		font-size: 24px;
		line-height: 34px;
		padding: 25px 50px;
	}
	.kleo-advertising-contacts {
		max-width: 100%;
		width: 100%;
		padding: 80px 100px 110px;
	}
	.kleo-advertising-contacts__title {
		font-size: 40px;
		line-height: 50px;
	}
	.kleo-advertising-contacts__description {
		font-size: 20px;
		line-height: 30px;
		padding-top: 40px;
	}
	.kleo-advertising:after {
		width: 150px;
	}
	.advertising-articles {
		padding-top: 120px;
	}
	.advertising-articles__title {
		font-size: 50px;
	}
	.advertising-articles__wrapper {
		padding: 80px 0;
	}
	.advertising-articles-info__name {
		font-size: 30px;
		line-height: 40px;
	}
	.advertising-articles-info-list__item {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
		padding-left: 30px;
	}
	.advertising-articles-info-list__item:before {
		width: 15px;
		top: 10px;
	}
	.advertising-articles-info-list p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.advertising-articles-info-list {
		padding-top: 30px;
	}
	.advertising-articles-info__big-price {
		font-size: 28px;
		margin-top: 30px;
	}
	.advertising-articles-info__traffic {
		font-size: 16px;
		line-height: 24px;
	}
	.advertising-articles-info__order {
		height: 55px;
		font-size: 20px;
		margin-top: 40px;
	}
	.advertising-articles-info--right {
		padding-left: 20px;
		padding-right: 50px;
	}
	.advertising-articles-info--left {
		padding-right: 20px;
		padding-left: 50px;
	}
	.advertising-articles-mobile--left {
		padding-left: 20px;
	}
	.advertising-articles-mobile--right {
		padding-right: 20px;
	}
	.advertising-articles-info-links {
		font-size: 18px;
	}
	.advertising-articles-info-links__price {
		font-size: 28px;
	}
	.advertising-articles__wrapper:nth-child(odd):before {
		-webkit-transform: skewY(-6deg);
		transform: skewY(-6deg);
		top: 0;
	}
	.advertising-articles__wrapper:nth-child(odd):after {
		-webkit-transform: skewY(6deg);
		transform: skewY(6deg);
		bottom: 0;
	}
	.no-article {
		margin-top: -100px;
		height: 700px;
	}
	.no-article__wrapper {
		margin-top: 100px;
	}
	.no-article__title {
		font-size: 60px;
	}
	.no-article__description {
		font-size: 28px;
		line-height: 38px;
		padding-top: 50px;
	}
	.no-article__price {
		font-size: 28px;
		padding-top: 20px;
	}
	.banner-advertising-head {
		padding: 60px 15px 40px;
	}
	.banner-advertising-head__title {
		font-size: 50px;
	}
	.banner-advertising-head__info {
		font-size: 22px;
		padding-top: 40px;
	}
	.banner-advertising__item {
		padding: 40px 15px 0;
	}
	.banner-advertising-item__row:first-child {
		min-height: 170px;
	}
	.banner-advertising__item:nth-child(3) .banner-advertising-item__row:first-child, .banner-advertising__item:nth-child(4) .banner-advertising-item__row:first-child {
		min-height: 140px;
	}
	.banner-advertising__title {
		max-width: 350px;
		font-size: 30px;
		line-height: 30px;
	}
	.banner-advertising__description {
		font-size: 16px;
	}
	.banner-advertising-screen img {
		zoom: 0.5;
	}
	.banner-advertising-order-ad-select {
		width: 120px; height: 55px;
	}
	.banner-advertising-order-price {
		height: 55px;
	}
	.banner-advertising-order-ad-select__value {
		font-size: 18px;
	}
	.banner-advertising-order-price__cost {
		font-size: 18px;
	}
	.banner-advertising-order__separator {
		font-size: 18px;
	}
	.banner-advertising-order-btn {
		height: 50px;
		margin-left: 20px;
		padding-left: 15px;
		padding-right: 35px;
		font-size: 18px;
	}
	.banner-advertising-order-btn:after {
		right: 15px;
	}
	.banner-advertising-order-price__name {
		font-size: 10px;
		top: -18px;
		font-weight: 400;
	}
	.banner-advertising-order-ad__name {
		font-size: 10px;
		top: -18px;
		font-weight: 400;
	}
	.branding-head,
	.special-project-head {
		padding-top: 80px;
	}
	.branding-head__title,
	.special-project__title {
		font-size: 50px;
	}
	.branding-head__description,
	.special-project__description {
		font-size: 22px;
		line-height: 28px;
		margin-top: 30px;
	}
	.branding-text {
		padding-left: 50px;
	}
	.branding-text__paragraph {
		font-size: 20px;
		line-height: 30px;
	}
	.branding-text__link {
		font-size: 20px;
		margin-top: 20px;
	}
	.branding-order {
		padding-top: 60px;
	}
	.branding-text__info {
		font-size: 18px;
	}
	.package-solutions {
		padding-bottom: 150px;
	}
	.package-solutions__items {
		padding-top: 20px;
	}
	.package-solutions__icon {
		zoom: 0.6;
	}
	.package-solutions__title {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 30px;
		line-height: 34px;
	}
	.package-solutions__item p {
		font-size: 18px;
		line-height: 24px;
		padding-top: 20px;
	}
	.package-solutions__price {
		font-size: 30px;
		padding-top: 50px;
	}
	.package-solutions__price-old {
		font-size: 24px;
	}
	.package-solutions__info {
		font-size: 20px;
		padding-top: 80px;
	}
	.our-partners__items {
		max-width: 800px;
	}
	.contacts__wrapper {
		max-width: 750px;
	}
	.contacts__name {
		font-size: 20px;
		line-height: 28px;
	}
	.contacts__mail {
		font-size: 22px;
	}
	.contacts__phone {
		font-size: 22px;
	}
	.contacts-form__input {
		font-size: 20px;
	}
	.contacts-form__btn {
		font-size: 22px;
	}
	.footer__logo {
		max-width: 180px;
	}
	.footer__logo img {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 1100px) {
	.kleo-advertising-contacts {
		padding: 80px 50px 80px;
	}
	.kleo-advertising-contacts__row {
		padding-top: 100px;
	}
}
@media screen and (max-width: 1000px) {
		.about-numbers__block-title {
			font-size: 45px;
			line-height: 55px;
		}
		.about-numbers__block-description {
			font-size: 25px;
			line-height: 35px;
			padding-top: 30px;
		}
		.about-numbers-visits__title {
			padding: 15px 100px;
		}
		.about-numbers-visits__title span {
			font-size: 55px;
			margin-bottom: 10px;
		}
		.about-numbers-visits__title {
			font-size: 24px;
		}
		.about-numbers-traffic__title {
			font-size: 30px;
		}
	/*.header-logo {
		padding: 100px 0;
	}*/
	.header-logo__link {
		max-width: 200px;
	}
	.about-numbers-blocks-list__item {
		font-size: 18px;
		padding: 10px 0;
	}
	.about-numbers-blocks__item:nth-child(3) {
		padding-left: 50px;
	}
	.about-numbers-blocks__title {
		font-size: 26px;
		padding: 10px 20px;
	}
	.about-numbers-blocks__item:nth-child(1) .about-numbers-blocks__title {
		left: 0;
	}
	.about-numbers-blocks__item:nth-child(2) .about-numbers-blocks__title {
		left: 0;
	}
	.about-numbers-blocks__item:nth-child(7) .about-numbers-blocks__title {
		bottom: 50px;
	}
	.about-numbers-blocks {
		padding-top: 60px;
	}
	.about-numbers-visits {
		padding: 70px 0;
	}
	.about-numbers-visits-list__title {
		width: calc(70% - 30px);
		max-width: inherit;
	}
	.about-numbers-visits-list__item--bg .about-numbers-visits-list__info:before {
		width: 100%;
	}
	.about-numbers-visits-list:before {
		display: none;
	}
	.about-numbers-visits-list:after {
		display: none;
	}
	.about-numbers-traffic-desktop {
		padding: 0 50px 0 50px;
	}
	.about-numbers-visits-list__wrapper {
		padding-top: 50px;
	}
	.about-numbers-traffic__date {
		display: none;
	}
	.kleo-advertising {
		padding-top: 50px;
	}
	.kleo-advertising-task {
		padding-top: 50px;
	}
	.kleo-advertising__title {
		font-size: 40px;
		line-height: 50px;
	}
	.kleo-advertising-task__title {
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 15px;
	}
	.kleo-advertising-task__title:after {
		width: 200px;
	}
	.kleo-advertising-contacts {
		padding-left: 0;
		padding-right: 0;
	}
	.kleo-advertising-contacts__title,
	.kleo-advertising-contacts__description {
		max-width: 670px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.kleo-advertising-contacts__title {
		font-size: 30px;
		line-height: 40px;
	}
	.kleo-advertising-contacts__description {
		font-size: 18px;
		line-height: 24px;
		padding-top: 20px;
	}
	.kleo-advertising-contacts-list > div {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 30px;
	}
	.kleo-advertising-contacts-list-request__btn {
		height: 60px;
		font-size: 22px;
		padding-bottom: 2px;
	}
	.kleo-advertising-contacts-manager__block {
		margin-top: 50px;
	}
	.kleo-advertising-contacts-manager__photo {
		width: 160px;
	}
	.kleo-advertising-contacts-manager__name {
		font-size: 22px;
	}
	.kleo-advertising-contacts-manager__description {
		font-size: 14px;
	}
	.kleo-advertising:before {
		display: none;
	}
	.branding-head,
	.special-project-head {
		padding-top: 60px;
	}
	.branding-head__title,
	.special-project__title {
		font-size: 40px;
	}
	.branding-head__description,
	.special-project__description {
		font-size: 18px;
		line-height: 24px;
	}
	.advertising-articles-info--right {
		padding-left: 10px;
		padding-right: 20px;
	}
	.advertising-articles-info--left {
		padding-right: 10px;
		padding-left: 20px;
	}
	.advertising-articles-info__name {
		font-size: 24px;
		line-height: 30px;
	}
	.advertising-articles-info__order {
		height: 45px;
		margin-top: 30px;
		padding-left: 25px;
		padding-right: 55px;
	}
	.banner-advertising-order-price {
		height: 50px;
	}
	.banner-advertising-head__title {
		font-size: 40px;
	}
	.banner-advertising-head__info {
		font-size: 18px;
		padding-top: 40px;
	}
	.banner-advertising-order-btn:after {
		display: none;
	}
	.banner-advertising-order-btn {
		padding-right: 15px;
		font-size: 16px;
	}
	.banner-advertising-order-ad-select {
		height: 50px;
	}
	.banner-advertising-order-btn {
		height: 45px;
		margin-left: 10px;
	}
	.banner-advertising-order-ad-select__value {
		font-size: 16px;
	}
	.banner-advertising-order-price__cost {
		font-size: 16px;
	}
	.banner-advertising-order__separator {
		font-size: 16px;
		padding: 0 10px;
	}
	.banner-advertising-order-ad-select {
		width: 100px;
		padding-right: 27px;
	}
	.banner-advertising-order-ad-select:before,
	.banner-advertising-order-ad-select--white:before {
		width: 10px;
		background-size: contain;
	}
	.banner-advertising-screen {
		padding-top: 40px;
	}
	.banner-advertising-screen img {
		zoom: 0.4;
	}
	.banner-advertising__title {
		font-size: 28px;
		line-height: 28px;
	}
	.banner-advertising__description {
		padding-top: 15px;
	}
	.banner-advertising-order-ad-select {
		width: 80px; height: 40px;
		padding-left: 5px;
	}
	.banner-advertising-order-price {
		height: 40px;
	}
	.banner-advertising-order-btn {
		height: 40px;
		font-size: 14px;
		padding: 0 10px;
	}
	.banner-advertising-order__separator {
		font-size: 14px;
		padding-right: 8px;
	}
	.banner-advertising-order-ad-select__value {
		font-size: 12px;
	}
	.banner-advertising-order-price__cost {
		font-size: 14px;
	}
	.banner-advertising-order-ad__name {
		font-size: 9px;
		top: -15px;
	}
	.banner-advertising-order-price__name {
		font-size: 9px;
		top: -15px;
	}
	.branding-text {
		padding-left: 15px;
	}
	.branding-text__paragraph {
		font-size: 18px;
		line-height: 28px;
	}
	.branding-text__link {
		font-size: 18px;
	}
	.branding-text__info {
		font-size: 16px;
	}
	.package-solutions-head {
		padding: 60px 0 40px;
	}
	.package-solutions-head__title {
		font-size: 26px;
	}
	.package-solutions-head__title--bold {
		font-size: 32px;
		padding-top: 10px;
	}
	.package-solutions {
		padding-bottom: 100px;
	}
	.package-solutions__item {
		padding: 0 15px;
	}
	.package-solutions__icon {
		zoom: 0.5;
	}
	.package-solutions__title {
		font-size: 24px;
		line-height: 30px;
	}
	.package-solutions__item p {
		font-size: 16px;
		line-height: 22px;
	}
	.package-solutions__price {
		font-size: 24px;
		padding-top: 30px;
	}
	.package-solutions__price-old {
		font-size: 18px;
	}
	.package-solutions__info {
		font-size: 18px;
		line-height: 24px;
		padding-top: 50px;
	}
	.our-partners__items {
		max-width: 500px;
	}
	.our-partners {
		background: none;
		padding-bottom: 80px;
	}
	.our-partners__items {
		margin-top: 50px;
	}
	.contacts__title {
		padding: 60px 0 40px;
	}
	.contacts-form__input {
		padding: 0 20px;
	}
	.contacts-form {
		padding: 10px 30px 40px 30px;
	}
	.cost_inp{
		font-size: 12px!important;
	}

}
@media screen and (max-width: 767px) {
	/*.header-logo {
		padding: 70px 0;
	}*/
	.header-logo__link {
		max-width: 150px;
	}
	.kleo-big {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.kleo-big__title {
		padding: 0 15px;
		font-size: 24px;
		line-height: 32px;
	}
	.kleo-big__description {
		font-size: 16px;
		line-height: 24px;
		padding-top: 30px;
		padding-left: 15px;
	}
	.about-numbers-blocks {
		width: calc(100% - 30px);
	}
	.about-numbers-blocks__item {
		margin-bottom: 15px;
	}
	.about-numbers-blocks__item--two {
		width: calc(50% - 7px);
	}
	.about-numbers-blocks__item--three {
		width: calc(33% - 7px);
	}
	.about-numbers-blocks__item:nth-child(3) {
		padding-left: 25px;
	}
	.about-numbers-blocks-list__item {
		font-size: 16px;
		padding: 7px 0;
	}
	.about-numbers-blocks__title {
		font-size: 18px;
	}
	.about-numbers-visits-list__item {
		margin-bottom: 20px;
	}
	.about-numbers-visits-list__info {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.about-numbers-visits-list__title {
		font-size: 16px;
		padding-left: 15px;
		padding-top: 0;
		padding-right: 15px;
		line-height: 22px;
	}
	.about-numbers-visits-list__item--bg .about-numbers-visits-list__info:before, .about-numbers-visits-list__item--bg .about-numbers-visits-list__title:before {
		height: 45px;
		top: -13px;
	}
	.about-numbers-traffic {
		padding-top: 0;
	}
	.about-numbers-traffic-desktop {
		display: none;
	}
	.about-numbers-traffic-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.about-numbers-traffic-mobile__item {
		margin: 50px 20px;
	}
	.about-numbers-traffic-mobile__item img {
		width: 100%;
		display: block;
	}
	.about-numbers-traffic:before {
		display: none;
	}
	.about-numbers-traffic__head {
		padding-left: 0;
	}
	.about-numbers-traffic__title {
		font-size: 30px;
		text-align: center;
		position: relative;
		top: 0;
	}
	.kleo-advertising {
		border-top: 1px solid #bdbdbd;
	}
	.kleo-advertising-task {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.kleo-advertising-task-list {
		width: 100%;
		padding-top: 40px;
	}
	.kleo-advertising-task__title {
		width: 100%;
		min-width: 100%;
	}
	.kleo-advertising-statistic {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.kleo-advertising-statistic__head {
		font-size: 20px;
		line-height: 30px;
		padding: 0 15px;
	}
	.kleo-advertising-statistic__conversion {
		font-size: 16px;
		line-height: 26px;
		padding: 15px 15px 0;
	}
	.kleo-advertising-statistic__result {
		background: none;
		font-size: 20px;
		line-height: 30px;
		padding: 0 15px;
		margin-top: 30px;
	}
	.kleo-advertising-contacts {
		padding: 50px 0;
	}
	.kleo-advertising-contacts__row {
		padding-top: 60px;
	}
	.kleo-advertising-contacts-list > div {
		font-size: 18px;
	}
	.kleo-advertising-contacts-list-request__btn {
		padding-left: 25px;
		padding-right: 60px;
	}
	.kleo-advertising-contacts-manager__block {
		margin-top: 40px;
	}
	.kleo-advertising:after {
		display: none;
	}
	.kleo-advertising-contacts:before {
		display: none;
	}
	.advertising-articles {
		padding-top: 50px;
	}
	.advertising-articles__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.advertising-articles-mobile {
		width: 100%;
		max-width: 350px;
		padding: 0 15px;
	}
	.advertising-articles-info {
		width: 100%;
		padding: 30px 15px 0;
	}
	.advertising-articles__wrapper {
		padding: 50px 0;
	}
	.advertising-articles__wrapper:nth-child(2) {
		padding-top: 60px;
	}
	.advertising-articles__wrapper:nth-child(odd) {
		background: #f9fafb;
	}
	.advertising-articles__wrapper:nth-child(odd) .advertising-articles__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.advertising-articles__wrapper:after,
	.advertising-articles__wrapper:before,
	.advertising-articles__row:before {
		display: none !important;
	}
	.advertising-articles__title {
		font-size: 36px;
	}
	.no-article {
		margin-top: 0px;
		height: auto;
		padding: 100px 0;
	}
	.no-article__wrapper {
		margin-top: 0;
	}
	.no-article__title {
		font-size: 50px;
	}
	.no-article__description {
		font-size: 22px;
		line-height: 32px;
		padding-top: 50px;
	}
	.no-article__price {
		font-size: 22px;
		padding-top: 20px;
	}
	.package-solutions-head {
		padding: 50px 0 40px;
	}
	.package-solutions {
		background: none;
		padding-bottom: 50px;
	}
	.package-solutions__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		position: relative;
		overflow: hidden;
	}
	.package-solutions__item {
		width: 100%;
		margin: 0 auto;
		padding: 50px 0;
		position: relative;
	}
	.package-solutions__item:first-child {
		padding-top: 0;
	}
	.package-solutions__item:after {
		width: 1000%;
		display: block;
		position: absolute;
		border-bottom: 2px dashed #c3c3c3;
		content: '';
		right: -100%;
		bottom: 0;
	}
	.our-partners__title,
	.contacts__title {
		font-size: 30px;
	}
	.indexx{
		margin-top: -5px;
	}
}
@media screen and (max-width: 650px) {
	.kleo-advertising-contacts {
		padding: 40px 0;
	}
	.kleo-advertising-contacts__row {
		padding-top: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		max-width: 290px;
		margin: 0 auto;
		text-align: center;
	}
	.kleo-advertising-contacts__title {
		font-size: 24px;
		line-height: 32px;
	}
	.kleo-advertising-contacts__description {
		font-size: 16px;
		line-height: 20px;
	}
	.kleo-advertising-contacts-manager {
		width: 100%;
	}
	.kleo-advertising-contacts-list {
		width: 100%;
		padding-top: 40px;
	}
	.kleo-advertising-contacts-manager__block {
		margin-top: 20px;
	}
	.kleo-advertising-contacts-list > div {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.kleo-advertising-contacts-list__social a {
		margin-top: 6px;
	}
	.kleo-advertising-contacts-list-request {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.banner-advertising-head {
		padding: 50px 15px 40px;
	}
	.banner-advertising-head__title {
		font-size: 30px;
	}
	.banner-advertising-head__info {
		font-size: 18px;
		padding-top: 30px;
	}
	.banner-advertising__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.banner-advertising__item {
		width: 100%;
		padding-top: 55px;
	}
	.banner-advertising-item__row:first-child,
	.banner-advertising__item:nth-child(3) .banner-advertising-item__row:first-child, .banner-advertising__item:nth-child(4) .banner-advertising-item__row:first-child {
		min-height: inherit;
	}
	.banner-advertising__item:nth-child(2) {
		background: #fbfbfb;
	}
	.branding-head,
	.special-project-head {
		padding-bottom: 40px;
	}
	.branding-head__title,
	.special-project__title {
		font-size: 30px;
	}
	.branding__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.branding-text {
		width: 100%;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.branding-text__paragraph {
		font-size: 16px;
		line-height: 24px;
	}
	.branding-text__link {
		font-size: 16px;
	}
	.branding-order {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.branding-text__info {
		text-align: center;
		font-size: 14px;
	}
	.branding-img {
		width: 100%;
		padding-top: 50px;
	}
	.special-project {
		background: #e9e9e9;
	}
	.special-project__title {
		padding-right: 20px;
		padding-bottom: 15px;
	}
	.special-project__list {
		width: 100%;
		padding: 0 25px 30px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.special-project__list p {
		font-size: 18px;
		padding: 10px 0;
	}

	.our-partners__items {
		max-width: 220px;
	}
	.our-partners__item {
		height: 120px;
		padding: 0 40px;
	}
	.slick-slide {
		padding: 0 10px;
	}
	.slick-next {
		left: -45px;
	}
	.slick-prev {
		right: -45px;
	}
	.slick-slide {
		padding: 0;
	}
	.contacts__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.contacts__info {
		padding-top: 15px;
	}
	.contacts-form__item {
		width: 100%;
	}
	.contacts__name {
		padding-right: 0;
		font-size: 18px;
		line-height: 22px;
	}
	.contacts__row {
		padding-top: 20px;
	}
	.contacts {
		padding-bottom: 10px;
	}
	.footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__copyright {
		padding-top: 50px;
	}
}
@media screen and (max-width: 550px) {
		.about-numbers__block-title {
			font-size: 24px;
			line-height: 34px;
		}
		.about-numbers__block-description {
			font-size: 16px;
			line-height: 22px;
			padding-top: 20px;
		}
	.kleo-big {
		background: none;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.kleo-big__year {
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-numbers-blocks {
		background: #453a3c;
		display: block;
		padding: 15px 0;
		margin-top: 25px;
	}
	.about-numbers-blocks.cf:after {
		display: block;
	}
	.about-numbers-blocks:before {
	}
	.about-numbers-blocks__img {
		display: none;
	}
	.about-numbers-blocks__title {
		position: relative;
		left: inherit !important;
		top: inherit !important;
		bottom: inherit !important;
		right: inherit !important;
	}
	.about-numbers-blocks__item:nth-child(2) {
		width: 60%;
	}
	.about-numbers-blocks__item:nth-child(3) {
		float: left !important;
		width: 60%;
		padding: 0;
	}
	.about-numbers-blocks__item {
		float: right !important;
		width: 40%;
		margin-bottom: 0;
	}
	.about-numbers-blocks__title {
		background: #453a3c;
		padding: 7px 20px;
		font-size: 16px;
	}
	.about-numbers-blocks-list {
		padding: 0px 20px;
	}
	.about-numbers-blocks__item--last {
		display: block;
	}
	.about-numbers-visits {
		padding: 40px 0;
	}
	.about-numbers-visits__title {
		padding: 15px 50px;
	}
	.about-numbers-visits__title span {
		font-size: 36px;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	.about-numbers-visits__title {
		font-size: 16px;
	}
	.about-numbers-visits-list__info {
		width: 35%;
		font-size: 16px;
		letter-spacing: 0;
	}
	.about-numbers-visits-list__title {
		width: 65%;
		font-size: 14px;
		line-height: 20px;
		padding-right: 0;
	}
	.about-numbers-visits-list__item--bg .about-numbers-visits-list__info:before {
		width: calc(100% + 30px);
	}
	.about-numbers-visits-list__item--bg .about-numbers-visits-list__info:before, .about-numbers-visits-list__item--bg .about-numbers-visits-list__title:before {
		top: -10px;
		height: 38px;
	}
	.about-numbers-traffic-mobile__item {
		margin: 20px 0px;
	}
	.about-numbers-visits-list__wrapper {
		padding-top: 30px;
	}
	.about-numbers-traffic {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.about-numbers-traffic__title {
		font-size: 22px;
	}
	.about-numbers-traffic-mobile {
		padding-top: 25px;
	}
	.kleo-advertising {
		padding-top: 40px;
	}
	.kleo-advertising__title {
		font-size: 24px;
		line-height: 30px;
	}
	.kleo-advertising-task {
		padding-top: 20px;
	}
	.kleo-advertising-task__title {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 12px;
	}
	.kleo-advertising-task__title:after {
		width: 150px;
	}
	.kleo-advertising-task-list__head {
		font-size: 16px;
		line-height: 26px;
	}
	.kleo-advertising-task-list {
		padding-top: 30px;
	}
	.kleo-advertising-task-list__item {
		padding: 20px 0;
	}
	.kleo-advertising-task-list__item p {
		font-size: 16px;
		line-height: 20px;
	}
	.kleo-advertising-statistic {
		padding-bottom: 35px;
	}
	.kleo-advertising-statistic__head {
		font-size: 18px;
		line-height: 26px;
	}
	.kleo-advertising-statistic__conversion {
		line-height: 20px;
	}
	.kleo-advertising-statistic__result {
		font-size: 16px;
		line-height: 20px;
	}
	.advertising-articles-info__name {
		font-size: 20px;
		line-height: 26px;
	}
	.advertising-articles-info__big-price {
		font-size: 22px;
		margin-top: 20px;
	}
	.advertising-articles-info-links {
		margin-top: 30px;
	}
	.advertising-articles-info-links__price {
		font-size: 22px;
	}
	.advertising-articles-info-links__old-price {
		font-size: 16px;
		margin-top: 5px;
	}
	.no-article {
		padding: 80px 0;
	}
	.no-article__title {
		font-size: 40px;
	}
	.no-article__description {
		font-size: 16px;
		line-height: 24px;
		padding-top: 30px;
	}
	.no-article__price {
		font-size: 16px;
		padding-top: 20px;
	}
	.banner-advertising-head {
		padding: 40px 15px;
	}
	.banner-advertising-head__title {
		font-size: 28px;
	}
	.banner-advertising-head__info {
		font-size: 16px;
		line-height: 22px;
	}
	.branding-head,
	.special-project-head {
		padding-top: 60px;
	}
	.branding-head__title,
	.special-project__title {
		font-size: 28px;
	}
	.branding-head__description,
	.special-project__description {
		font-size: 16px;
		line-height: 22px;
	}
	.package-solutions-head__title {
		font-size: 24px;
	}
	.package-solutions-head__title--bold {
		font-size: 22px;
	}
	.contacts-form {
		border: none;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.contacts-form__input {
		height: 50px;
	}
	.contacts-form__item {
		margin-top: 15px;
	}
	.contacts-form__btn {
		max-width: inherit;
		width: 100%;
		height: 50px;
		padding: 0px 15px 2px;
		font-size: 18px;
	}
	.footer__copyright {
		font-size: 16px;
	}
	.advertising-articles__wrapper:nth-child(2) {
		padding-top: 20px;
	}
	.advertising-articles {
		padding-top: 20px;
	}
	.advertising-articles__wrapper {
		padding: 25px 0 50px;
	}
}

