/*FONTS
-----------------------------------------------------*/

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light.woff2') format('woff2'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url('../fonts/opensans-light.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff2') format('woff2'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff2') format('woff2'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Conqueror';
    src: url('../fonts/conquerorsans-light.eot');
    src: url('../fonts/conquerorsans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/conquerorsans-light.woff2') format('woff2'),
         url('../fonts/conquerorsans-light.woff') format('woff'),
         url('../fonts/conquerorsans-light.ttf') format('truetype'),
         url('../fonts/conquerorsans-light.svg#conqueror_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Conqueror';
    src: url('../fonts/conquerorsans.eot');
    src: url('../fonts/conquerorsans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/conquerorsans.woff2') format('woff2'),
         url('../fonts/conquerorsans.woff') format('woff'),
         url('../fonts/conquerorsans.ttf') format('truetype'),
         url('../fonts/conquerorsans.svg#conqueror_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Conqueror';
    src: url('../fonts/conquerorsans-medium.eot');
    src: url('../fonts/conquerorsans-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/conquerorsans-medium.woff2') format('woff2'),
         url('../fonts/conquerorsans-medium.woff') format('woff'),
         url('../fonts/conquerorsans-medium.ttf') format('truetype'),
         url('../fonts/conquerorsans-medium.svg#conqueror_sansmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

 @font-face {
  font-family: 'icons-font';
  src: url('../fonts/icons-font.eot?22281113');
  src: url('../fonts/icons-font.eot?22281113#iefix') format('embedded-opentype'),
       url('../fonts/icons-font.woff?22281113') format('woff'),
       url('../fonts/icons-font.ttf?22281113') format('truetype'),
       url('../fonts/icons-font.svg?22281113#icons-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*CSS-reset
-----------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
input,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed, 
figure,
figcaption,
footer,
header,
nav,
menu,
main,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font: inherit;
	color: inherit;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
menu,
section {
	display: block;
}	

ol,
ul {
	list-style: none;
}

img { 
	max-width: 100%;
	border: 0;
}

q,
blockquote {
	quotes: none;
}

q::before, 
q::after,
blockquote::before, 
blockquote::after {
	content: '';
	content: none;
}

b,
strong {
  font-weight: bold;
}

i,
em,
dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

a:active,
a:hover,
a:focus,
input:focus, 
button:focus, 
select:focus, 
textarea:focus  {
	outline: none;
}

button {
	overflow: visible;
	cursor: pointer;
}

button,
select {
  text-transform: none;
  border: none;
}

input {
  line-height: normal;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}

/*BASE STYLE
----------------------------------------------------------------*/

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html, 
body {
	display: block;
	width: 100%;
	/*min-width: 1024px;*/
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-transition: opacity 400ms;
	   -moz-transition: opacity 400ms;
			transition: opacity 400ms;
}

body {
	/*min-width: 1024px;*/
	font: 10px Conqueror, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000;
}

/*.sociology .viewing-page-3 .header .header-black{}*/

h2 {
	text-transform: uppercase;
	font: 700 1.8em 'Open Sans', Arial, Helvetica, sans-serif;
	color: #e83d2f;
}

.none-transform{
	text-transform: none;
}

.main h2{
	font-size: 2.2em;
}

[class^="f-icon"]::before, 
[class*=" f-icon"]::before {
    font-family: "icons-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*SELF-CLEARING FLOAT
----------------------------------------------------------------*/

.row::after,
.case-list::after,
.contacts-inner::after,
.footer-contacts::after {
	content: '';
	display: block;
	clear: both;
}

/*ASIDE
----------------------------------------------------------------*/

.aside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;/*
	max-width: 1024px;
	width: 100%;*/
	z-index: 10000;
	text-align: left;
	background: #000;
}

.aside a{
	-webkit-font-smoothing: antialiased;
}

.sites-links-list .f-icon-angle-down{
	position: absolute;
	right: -28px;
	top: 0;
}

.aside .js-open-menu {
	font-size: 13px;
	line-height: 13px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	padding-right: 28px;
	cursor: pointer;
}

.aside .js-open-menu .f-icon-angle-down:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 5px;
	background: url("/img/arrow-down-ico.svg") no-repeat;
}

.aside.main-aside {
	min-width: auto;
}

.sites-links-list {
	padding: 7px 4px;
	position: relative;
}

.sites-links-list > li {
	display: inline-block;
	padding: 0 15px;
	font: 700 1em 'Open Sans', Arial, Helvetica, sans-serif;
	border-right: 1px solid #fff;
}

.sites-links-list > li.active .f-icon-angle-down:before{
	transform: scale(1,-1);
	top: -2px;
}

.sites-links-list > li:last-child {
	border-right: none;
}

.sites-links-list > li > a:hover,
.sites-links-list > li.active > a {
	color: #c4c4c4;
}

.aside-menu-wrap {
	position: absolute;
	top: -10px;
	left: -4px;
	right: 0;
	z-index: -1;
	padding: 53px 20px 15px;
	font: 14px/1.25 'Open Sans', Arial, Helvetica, sans-serif;
	color: #8e8e8e;
	background: #000;
}

.aside-menu-wrap .row {
	padding: 2px 0;
}

.aside-menu-wrap .col {
	float: left;
	max-width: 300px;
	min-width: 175px;
}

.aside-menu-wrap .title {
	display: block;
	padding-bottom: 20px;
	text-decoration: none;
	/*font-weight: 700;*/
	color: #fff;
}

.aside-menu-wrap .title a:hover{
	color: #e53d2f;
	text-decoration: underline;
}
.aside-menu-wrap .title a.active{
	text-decoration: none;
	color: #fff;
	opacity: .5;
}
.add-nav li {
	font-size: 12px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.add-nav a:hover {
	color: #e53d2f;
}

.address-section {
	margin-bottom: 20px;
}

.address-section span {
	display: block;
}

.address-section a {
	text-decoration: underline;
	margin-right: 20px;
	color: #e53d2f;
}

.social-row {
	padding-top: 10px;
}

.social-list a {
	color: #8e8e8e;
	font-size: 1.5em;
}

.menu-close {
	position: absolute;
	top: 45px;
	right: 54px;
	display: block;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.f-icon-close::before {
	content: '\e800';
}


/*HEADER
----------------------------------------------------------------*/

.header {
	position: fixed;
	top: 25px;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 15px 30px;
	-webkit-transition: top .3s ease;
			transition: top .3s ease;
}

.header.header-up {
	top: 0;
}

.header-logo {
	position: absolute;
	top: auto;
	left: auto;
	display: none;
}

.header-logo svg {
	height: 31px;
}

.header-logo .hidden-logo {
	display: none;
}

.header-logo .black-fill {
	-webkit-transition: fill .3s ease;
			transition: fill .3s ease;
}

.header.header-black .header-logo .black-fill {
	fill: #000;
}


.menu-trigger {
	position: relative;
	float: right;
	display: block;
	margin-top: 7px;
	z-index: 100;
}

.f-icon-menu {
	font-size: 2.8em;
	color: #fff;
	-webkit-transition: color .3s ease;
			transition: color .3s ease;
}

.f-icon-menu::before { 
	content: '\e806'; 
} 

.menu-active .f-icon-menu {
	color: #fff !important;
}

.header.header-black .f-icon-menu {
	color: #000;
}

.header.header-black.active-mobile .f-icon-menu {
	color: #ffffff;
}

.menu {
	position: fixed;
	top: 0;
	right: -67.1875%; /* 215px / 320px */
	width: 67.1875%; /* 215px / 320px */
	height: 100%;
	padding: 93px 30px 10px;
	text-align: right;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: right .3s ease;
	transition: right .3s ease;
}

.menu-active .menu {
	right: 0;
}

.nav li {
	margin: 1.5em 0;
	text-transform: uppercase;
	font: 700 1.8em 'Open Sans', Arial, Helvetica, sans-serif;
}

.nav a {
	position: relative;
	display: inline-block;
}

.nav a:hover,
.nav a:active,
.nav a.active {
	color: #e83d2f;
}

.nav a::after {
	content: '';
    position: absolute;
    left: -.2em;
	right: -.2em;
    bottom: -4px;
	z-index: 10;
    opacity: 0;
    border-bottom: 6px solid #fff;
    -webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.nav a:hover::after,
.nav a.active::after {
	opacity: 1;
    bottom: -12px;
    border-color: #e83d2f;
}

.search {
	overflow: hidden;
	padding: 5px;
	text-align: right;
}

.search.active {
	border-bottom: 1px solid #fff;
}

.search-box {
	display: none;
	margin-right: 32px;
}

.search.active .search-box {
	display: block;
}

.search-form input[type="search"] {
	overflow: hidden;
	width: 100%;
	text-align: left;
	font: 1.6em 'Open Sans', Arial, Helvetica, sans-serif; 
	color: #fff;
	background: transparent;
	-webkit-appearance: none;
}

input[placeholder] {
	text-overflow: ellipsis;
}

input[type="search"]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	color: #fff;
}

input[type="search"]::-moz-placeholder {
	text-overflow: ellipsis;
	color: #fff;
}

input[type="search"]:-ms-input-placeholder {
	text-overflow: ellipsis;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.search-btn {
	float: right;
	display: block;
	margin-top: -5px;
	font-size: 3em;
	color: #fff;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	cursor: pointer;
	-webkit-transition: color .3s ease;
			transition: color .3s ease;
}

.f-icon-search::before {
	content: '\1f50d';
}

.search.active .f-icon-search::before {
	content: '\2715';
}

/*SLIDE
----------------------------------------------------------------*/

.slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.container {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 0 35px;
}

.lightbg {
	background: #f4f4f4;
}

.text,
.subtitle {
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.text {
	margin: .8333333333333333em auto;
	letter-spacing: .024em;
	font: 1.2em 'Open Sans', Arial, Helvetica, sans-serif;
}

.subtitle {
	line-height: 1.21;
	font-size: 1.8em;
	font-weight: 300;
}

/* MAIN-PAGE
----------------------------------------------------------------*/

.cases-slider {
	width: 100%;
	height: 100%;
}

.cases-slider .owl-stage-outer, .cases-slider .owl-stage, .cases-slider .owl-item {
	height: 100%;
}

.cases-slider .owl-prev {
	position: absolute;
	left: 3rem;
	width: 44px;
	height: 44px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: url("/img/forward-ico.svg") no-repeat center;
	background-size: 12px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.03s ease-out;
	transform: scale(-1, 1);
}

.cases-slider .owl-prev.disabled {
	display: none !important;
}

.cases-slider .owl-prev:hover {
	background: #ffffff url("/img/forward-ico-black.svg") no-repeat center;
	background-size: 12px;
}

.cases-slider .owl-next {
	position: absolute;
	right: 3rem;
	width: 44px;
	height: 44px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: url("/img/forward-ico.svg") no-repeat center;
	background-size: 12px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.03s ease-out;
}

.cases-slider .owl-next.disabled {
	display: none !important;
}

.cases-slider .owl-next:hover {
	background: #ffffff url("/img/forward-ico-black.svg") no-repeat center;
	background-size: 12px;
}

.cases-slider .owl-controls {
	text-indent: -9999px;
	position: absolute;
	width: 100%;
	height: 44px;
	top: 50%;
	margin-top: -22px;
}

.cases-slider .item {
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {

	.cases-slider .owl-next {
		right: 1rem;
	}

	.cases-slider .owl-prev {
		left: 1rem;
	}

	.aside .js-open-menu{
		font-size: 10px;
	}
	.aside .js-open-menu .f-icon-angle-down:before{
		width: 12px;
		height: 12px;
	}
}

@media (max-width: 767px) {

	.cases-slider .owl-controls {
		display: none;
	}
}

/*
	SLIDE-1
*/

.slide-1 {
	text-align: center;
}

.slide-1 .subtitle {
	margin-top: .7647058823529412em;
	font-size: 1.7em;
}

.arrow-row {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
	height: 60px;
	text-align: center;
}

.bottom-arrow {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.bottom-arrow:hover {
	background: #fff;
}

.bottom-arrow .f-icon-angle-down {
	position: absolute;
    top: 50%;
    left: 50%;
	z-index: 10;
	vertical-align: middle;
	font-size: 2.8em;
	color: #fff;
	-webkit-transform: translate(-50%, -73%);
		-ms-transform: translate(-50%, -73%);
			transform: translate(-50%, -73%);
	-webkit-transition: color .5s ease;
			transition: color .5s ease;
}

.f-icon-angle-down::before { 
	content: '\e802';
}

.bottom-arrow:hover .f-icon-angle-down {
	color: #000;
}

/*
	SLIDE-2
*/

.services-wrap {
	/*margin-top: 15px;*/
	margin-top: 50px;
}

.reg-align {
	font-size: 14px;
	vertical-align: -5px;
}

.services-list {
	width: 100%;
	height: 100%;
}

.services-list h3 {
	position: relative;
	margin-bottom: .9166666666666667em;
	padding: 0 30px .2083333333333333em 0;
	font-size: 1.7em;
	/*font-size: 2.2em;*/
	font-weight: 400;
	border-bottom: 5px solid #fff;
}

.services-link {
	display: block;
}

.services-link .f-icon-angle-right {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -14px;
	text-align: center;
	font-size: .8em;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}

.services-link .f-icon-angle-right::before {
	content: '\e801';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-40%, -55%);
		-ms-transform: translate(-48%, -73%);
			transform: translate(-48%, -55%);
}

.services-list p {
	letter-spacing: .025em;
	font: 1.2em/1.44 'Open Sans', Arial, Helvetica, sans-serif;
}

.services-large-link{
	display: block;
	width: 100%;
}

.services-ll-container{
	margin-top: 3em;
}

.services-large-link .f-icon-angle-right {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -16px;
	text-align: center;
	font-size: .8em;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}

.services-large-link .f-icon-angle-right::before {
	content: '\e801';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-40%, -55%);
		-ms-transform: translate(-48%, -73%);
			transform: translate(-48%, -55%);
}

.services-large-link p {
	letter-spacing: .025em;
	font: 1.2em/1.44 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: left;
}


.services-large-link h2 {
	position: relative;
	margin-bottom: .8em;
	padding: 0 30px .2083333333333333em 0;
	font-size: 2.4em;
	font-weight: 400;
	border-bottom: 5px solid #fff;
	text-transform: none;
	color: #fff;
	text-align: left;
}
/*
	SLIDE-3
*/


.slide-3 h3 {
	margin: .5em 0 .1612903225806452em;
	font-size: 3.1em;
}

.slide-3 .subtitle {
	margin: .2em 0 .5555555555555556em;
}

.slide-3 .text {
	margin-bottom: 1.5em;
}

.slider,
.slider-wrap,
.slider-item,
.slider-wrap .bx-wrapper,
.slider-wrap .bx-viewport {
	height: 100%;
}

.slider {
	position: relative;
}

.btn {
	display: inline-block;
	min-width: 180px;
	height: 40px;
	padding: .0 2em;
	text-align: center;
	white-space: nowrap;
	letter-spacing: .1em;
	font: 1.8em/30px 'Open Sans', Arial, Helvetica, sans-serif;
	border: 2px solid #fff;
	border-radius: 20px;
}

.btn:hover {
	color: #000;
	background: #fff;
}

.btn span {
	vertical-align: middle;
}

.btn .f-icon-angle-right {
	margin-left: 10px;
	font-size: 1em;
}

.btn .f-icon-angle-right::before {
	content: '\e801';
}

.slider-pager {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 50;
	width: 100%;
	height: 50px;
	text-align: center;
}

.slider-pager a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 6px;
	text-indent: -9999px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .2s ease;
			transition: all .2s ease;
}

.slider-pager a:hover,
.slider-pager a.active {
	background-color: #e83d2f;
	border-color: #e83d2f;
}

/* CROWD-PAGE
----------------------------------------------------------------*/

/*
	SLIDE-1
*/

.corwd-slide-1 .text {
	margin-bottom: 1.5em;
}

/*
	SLIDE-2
*/

.crowd-slide-2 .subtitle {
    margin: .2em 0 1em;
	line-height: 1.157894736842105;
}

.crowd-slide-2 .logo-inner {
	margin: 20px 0;
}

.crowd-slide-2 .logo-inner img {
	width: 22.65625%;
	max-width: 290px;
	min-width: 240px;
}

.crowd-slide-2 .btn {
	font-size: 1em;
}

.crowd-info-wrap {
	padding-top: 40px;
}

.crowd-info-list .title {
	display: block;
	font-size: 1.4em;
	font-weight: 600;
	color: #e83d2f;
}

.crowd-info-list .img {
	margin: 20px 0;
	height: 50px;
}

.crowd-info-list img {
	max-height: 100%;
	width: auto;
}

.crowd-info-list p {
	display: inline-block;
	text-align: left;
	font: 1.4em/1.42 "Open Sans", Arial, Helvetica, sans-serif;
}

 .quote-container {
	display: none;
	opacity: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
} 

.quote-container.js-rolled-in {
	opacity: 1;
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
			transform: translate(0, 0);
}

/*
	SLIDE-3
*/

.column-list-wrap {
	margin-top: 25px;
	-webkit-transition: margin .3s ease;
			transition: margin .3s ease;
}

.four-column-list,
.three-column-list {
	width: 100%;
	height: 100%;
}

.four-column-list  li,
.three-column-list li {
	padding-bottom: 10px;
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
	color: #221f1f;
	border-bottom: 6px solid #e83d2f;
	-webkit-transition: margin .3s ease;
		transition: margin .3s ease;
}

.four-column-list li {
	line-height: 1.666666666666667;
	font-size: 1.6em;
}

.three-column-list li {
	line-height: 2;
}

.three-column-list h3 {
	font-size: 1.8em;
}

.three-column-list p {
	font-size: 1.6em;
}

.four-column-list li,
.three-column-list li {
	padding-top: 90px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.crowd-services-list.four-column-list li.crowd-services-list-1 {
	background-image: url(../images/services/1.svg);
}

.crowd-services-list.four-column-list li.crowd-services-list-2 {
	background-image: url(../images/services/2.svg);
}

.crowd-services-list.four-column-list li.crowd-services-list-3 {
	background-image: url(../images/services/3.svg);
}

.crowd-services-list.four-column-list li.crowd-services-list-4 {
	background-image: url(../images/services/4.svg);
}

.crowd-services-list.four-column-list li.crowd-services-list-5 {
	background-image: url(../images/services/5.svg);
}

.crowd-services-list.four-column-list li.crowd-services-list-6 {
	background-image: url(../images/services/6.svg);
}

.crowd-services-list.four-column-list li.crowd-services-list-7 {
	background-image: url(../images/services/7.svg);
}

.crowd-services-list.four-column-list li.crowd-services-list-8 {
	background-image: url(../images/services/8.svg);
}

/*COMMUNICATION-PAGE
-----------------------------------------------------------------*/

/*
	SLIDE-1
*/

/*
	SLIDE-2
*/

.com-services-list.three-column-list li.com-services-1 {
	background-image: url(../images/services/9.svg);
}

.com-services-list.three-column-list li.com-services-2 {
	background-image: url(../images/services/10.svg);
}

.com-services-list.three-column-list li.com-services-3 {
	background-image: url(../images/services/11.svg);
}

.com-services-list.three-column-list li.com-services-4 {
	background-image: url(../images/services/12.svg);
}

.com-services-list.three-column-list li.com-services-5 {
	background-image: url(../images/services/13.svg);
}

.com-services-list.three-column-list li.com-services-6 {
	background-image: url(../images/services/14.svg);
}

/* POLLS-PAGE
----------------------------------------------------------------*/

/*
	SLIDE-2
*/

.polls-info-wrap {
	margin-top: 20px;
}

.polls-slide-2 .subtitle {
    margin: .5em 0;
}

.polls-info-list h3 {
	font-size: 1.6em;
	font-weight: 500;
	color: #e53d2f;
}

.polls-info-list p {
	letter-spacing: .024em;
	line-height: 1.7;
	font-size: 1.4em;
}

/*SLIDE-2*/
.polls-service.three-column-list li.poll-1{
	background-image: url(../images/service/polls/1.svg);
}

.polls-service.three-column-list li.poll-2{
	background-image: url(../images/service/polls/2.svg);
}

.polls-service.three-column-list li.poll-3{
	background-image: url(../images/service/polls/3.svg);
}

.polls-service.three-column-list li.poll-4{
	background-image: url(../images/service/polls/4.svg);
}

.polls-service.three-column-list li.poll-5{
	background-image: url(../images/service/polls/5.svg);
	background-position: 0 15px;
}

.polls-service.three-column-list li.poll-6{
	background-image: url(../images/service/polls/6.svg);
}

.sociology-service.three-column-list li.sociology-service-1{
	background-image: url(../images/service/sociology/1.svg);
	width: 25%;
}

.sociology-service.three-column-list li.sociology-service-2{
	background-image: url(../images/service/sociology/2.svg);
	margin-left: 12%;
}

.sociology-service.three-column-list li.sociology-service-3{
	background-image: url(../images/service/sociology/3.svg);
}

.sociology-service.three-column-list li.sociology-service-4{
	background-image: url(../images/service/sociology/4.svg);
	background-position: 0 15px;
	width: 30%;
}

.sociology-service.three-column-list li.sociology-service-5{
	background-image: url(../images/service/sociology/5.svg);
	margin-left: 8%;
}

.sociology-service.three-column-list li.sociology-service-6{
	background-image: url(../images/service/sociology/6.svg);
}

.complex-service.three-column-list li.complex-service-1{
	background-image: url(../images/service/complex/1.svg);
}

.complex-service.three-column-list li.complex-service-2{
	background-image: url(../images/service/complex/2.svg);
}

.complex-service.three-column-list li.complex-service-3{
	background-image: url(../images/service/complex/3.svg);
}

.complex-service.three-column-list li.complex-service-4{
	background-image: url(../images/service/complex/4.svg);
}

.complex-service.three-column-list li.complex-service-5{
	background-image: url(../images/service/complex/5.svg);
}

.complex-service.three-column-list li.complex-service-6{
	background-image: url(../images/service/complex/6.svg);
}

.crowd-service.three-column-list li.crowd-1{
	background-image: url(../images/service/crowd/1.svg);
	background-position: left 20px;
}

.crowd-service.three-column-list li.crowd-2{
	background-image: url(../images/service/crowd/2.svg);
	background-position: left 20px;
}

.crowd-service.three-column-list li.crowd-3{
	background-image: url(../images/service/crowd/3.svg);
	background-position: left top;
}

.talks-service.three-column-list li{
	width: 100%!important;
	padding-top: 240px!important;
	font-size: 1.8em!important;
	line-height: 1.6em!important;
}

.talks-service.three-column-list li.talks-1{
	background-image: url(../images/what-is-talks.svg);
	background-position: center 12px;
	background-size: 180px;
	text-align: center;
}

.talks-slide-1 .bx-wrapper, .talks-slide-1 .bx-viewport{
	height: 100vh!important;
}

.talks-slide-1 .subtitle{
	margin-top: 6em!important;
}

.talks-slide-1 .logo{
	margin-top: -6em!important;
}

.talks-slide-3{
	background-image: url(../images/talks-service-2.jpg);
}


.talks-slide-4 .bx-wrapper, .talks-slide-4 .bx-viewport{
	height: 100vh!important;
}

.talks-slide-4 .container-slider{
	height: 100vw!important;
	height: 100vh!important;
}

.talks-slide-4 .container-slider-1{
	background-image: url(../images/talks-service-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

.talks-slide-4 .container-slider-2{
	background-image: url(../images/talks-service-4-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

.talks-slide-4 .container-slider-3{
	background-image: url(../images/talks-service-4-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

.talks-slide-6{
	background-image: url(../images/talks-bg-6.jpg);
}

.talks-slide-8{
	background-image: url(../images/talks-bg-8.jpg);
}

.talks-service-2.three-column-list li.talks-1{
	background-image: url(../images/talks-slide-3.svg);
	background-position: center 12px;
	background-size: 180px;
	text-align: center;
}

.talks-service-4.three-column-list li.talks-1{
	background-image: url(../images/talks-slide-4.svg);
	background-position: center 12px;
	background-size: 180px;
	text-align: center;
}

.talks-service-4.three-column-list li a{
	color: #e83d2f;
	text-decoration: underline;
}

.talks-service-4.three-column-list li a:hover{
	text-decoration: none;
}

.talks-service-6.three-column-list li.talks-1{
	background-image: url(../images/talks-slide-6.svg);
	background-position: center 12px;
	background-size: 180px;
	text-align: center;
}

.talks-service-8.three-column-list li.talks-1{
	background-image: url(../images/talks-slide-8.svg);
	background-position: center 12px;
	background-size: 180px;
	text-align: center;
}

.talks-service-2.three-column-list li, .talks-service-4.three-column-list li, .talks-service-6.three-column-list li, .talks-service-8.three-column-list li{
	width: 100%!important;
	padding-top: 240px!important;
	font-size: 1.8em!important;
	line-height: 1.6em!important;
	color: #ffffff;
}

.talks-slide-7 iframe{
	width: 100%;
	height: 100%;
}

.talks-slide-7:after{
	content: '';
	display: block;
	background: #000000;
	opacity: 0;
	position: absolute;
	width: 40%;
	height: 90%;
	top:0;
	right: 0;
	z-index: 10000000;
}

.talks-slide-7:before{
	content: '';
	display: block;
	background: #000000;
	opacity: 0;
	position: absolute;
	width: 40%;
	height: 90%;
	top:0;
	left: 0;
	z-index: 10000000;
}

.talks-slide-1 .logo img{
	position: relative;
	margin: 0 auto;
}

.container-slider{
	z-index: 10;
	width: 100%;
}

.container-slider.position-abs{
	position: absolute;
	top:50%;
	left: 0;
}

.slider-dots .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: block!important;
	bottom: 2em;
	z-index: 1000000!important;
}

.slider-dots-higher .owl-controls {
	bottom: 8em;
}

.slider-dots .owl-controls .owl-nav{
	display: none!important;
}

.slider-dots .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.slider-dots .owl-dots .owl-dot.active span, .slider-dots .owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

.slider-dots .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #989593;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

span.red{
	color: #e83d2f;
}

.talks-slide-9 form{
	position: relative;
	display: block;
	width: 50%;
	margin: 0 auto;
	margin-top: 2em;
}

.talks-slide-9 form input[type=text]{
	width: 100%;
	font-size: 1.8em;
	margin-bottom: 1em;
	padding: .1em .8em;
	font-weight: 100;
	color: #000000;
}

.talks-slide-9 form button{
	font-size: 2em;
	padding: .7em 2em;
	font-weight: 100;
	color: rgba(0,0,0,1);
	background: transparent;
	border: 2px solid rgba(0,0,0,1);
	border-radius: 40px;
	margin-top: 1em;
}

.talks-slide-9 form button:hover{
	color: rgba(0,0,0,.55);
	border: 2px solid rgba(0,0,0,.55);
}

.talks-slide-9 form input[type=text]::-webkit-input-placeholder{
	color: #bfbfbf;
}

.talks-slide-9 form input[type=text]::-moz-placeholder{
	color: #bfbfbf;
}

.talks-slide-9 .container{
	top: 40%;
}

.talks-consult-button{
	margin-left: 20px;
}

p.p-who-tells{
	width: 100%!important;
	padding-top: 20px!important;
	font-size: 2.2em!important;
	line-height: 1.3em!important;
	color: #000;
	text-align: center;
}

ul.list-who-tells{
	position: relative;
	margin: 4em auto 0 auto;
	width: 66%;
	display: flex;
	flex-wrap: nowrap;
	justify-content:space-around;
}

ul.list-who-tells li{
	padding: 0;
	box-sizing: border-box;
}

ul.list-who-tells li{
	color: #858585;
	text-align: center;
}

ul.list-who-tells li p{
	margin: .8em 0 0 0;
	font-size: 1.5em;
}

ul.list-who-tells li span{
	font-size: 1.2em;
}

ul.list-who-tells li img{
	width: 80%;
	height: auto;
}

.three-column-list.inline li{
	border-bottom: 0;
	padding-top: 120px;
	width: 22%;
	margin: 10px 0 0 15%;
	min-height: 1px;
	font-size: 1.2em;
}

.three-column-list.inline li:nth-child(3n+1){
	margin-left: 0;
}

.three-column-list.inline{
	max-width: 1024px;
}

.crowd-service.three-column-list.inline li{
	padding-top: 190px;
	font-size: 1.4em;
	line-height: 1.5em;
}

.complex-service.three-column-list.inline li{
	padding-top: 130px;
	margin-top: 0;
	line-height: 1.5;
	min-height: 1px;
	/*padding-bottom: 0;*/
}

.complex-service.three-column-list{
	margin-top: 2.5em;
}

.complex-slide-4 .column-list-wrap{
	margin-top: -140px;
}
/*
	SLIDE-3
*/

.polls-services-list.four-column-list li.poll-2-1 {
	background-image: url(../images/services/poll/_1.svg);
}

.polls-services-list.four-column-list li.poll-2-2 {
	background-image: url(../images/services/poll/_2.svg);
}

.polls-services-list.four-column-list li.poll-2-3 {
	background-image: url(../images/services/poll/_3.svg);
}

.polls-services-list.four-column-list li.poll-2-4 {
	background-image: url(../images/services/poll/_4.svg);
}

.polls-services-list.four-column-list li.poll-2-5 {
	background-image: url(../images/services/poll/_5.svg);
}

.polls-services-list.four-column-list li.poll-2-6 {
	background-image: url(../images/services/poll/_6.svg);
}

.polls-services-list.four-column-list li.poll-2-7 {
	background-image: url(../images/services/poll/_7.svg);
}

.polls-services-list.four-column-list li.poll-2-8 {
	background-image: url(../images/services/poll/8.svg);
}

.sociology-services-list.four-column-list li:nth-child(1) {
	background-image: url(../images/services/sociology/1.svg);
}

.sociology-services-list.four-column-list li:nth-child(2) {
	background-image: url(../images/services/sociology/2.svg);
}

.sociology-services-list.four-column-list li:nth-child(3) {
	background-image: url(../images/services/sociology/3.svg);
}

.sociology-services-list.four-column-list li:nth-child(4) {
	background-image: url(../images/services/sociology/4.svg);
}

.sociology-services-list.four-column-list li:nth-child(5) {
	background-image: url(../images/services/sociology/5.svg);
}

.sociology-services-list.four-column-list li:nth-child(6) {
	background-image: url(../images/services/sociology/6.svg);
}

.sociology-services-list.four-column-list li:nth-child(7) {
	background-image: url(../images/services/sociology/7.svg);
}

.sociology-services-list.four-column-list li{
	min-height: 180px;
}



/* CASES-SLIDE
----------------------------------------------------------------*/

.case-list {
	height: 100%;
}

.case-list.left-text li {
	text-align: left;
}

.case-list > li {
	overflow: hidden;
	float: left;
	width: 50%;
	height: 33.333333%;
	text-align: center;
	background-color: #000000;
	cursor: pointer;
	background-image: url(../images/cases/crowd/case-bg.png);
	background-size: cover;
}

.case-hover {	
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0!important;
	overflow: hidden;
}

.case-hover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.case-hover:hover img {
	-webkit-transform: scale(1.1, 1.1) !important;
	-ms-transform: scale(1.1, 1.1) !important;
	transform: scale(1.1, 1.1) !important;
	opacity: .7;
}

.case-hover:hover .case-header p{
	opacity: 1;
	transform: translate(0,0);
}

.case-hover:hover .case-header h3{
	-webkit-transform: scale(1.3, 1.3) !important;
	-ms-transform: scale(1.3, 1.3) !important;
	transform: scale(1.3, 1.3) !important
}

.case-header {
	position: absolute;
	padding: 0 20px;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 20;
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
	-webkit-transition: transform .3s ease;	
			transition: transform .3s ease;
}

/*.case-hover:hover {*/
	/*color: #221f1f;*/
/*}*/

.case-header h3 {
	font-size: 1.2em;
	-webkit-transition: all .3s ;
	transition: all .3s;
}

.case-header p{
	font-size: 1.5em;
	opacity: 0;
	margin-top: 16px;
	transform: translate(0, 32px);
	-webkit-transition: all .6s;
	transition: all .6s;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	padding: 0 16px;
	text-align: center;
	width: 100%;
}

.case-info-text {
	opacity: 0;
	-webkit-transition: all .3s ease;
		   transition: all .3s ease;
		
}

.case-partners-list,
.case-header .more-btn {
	display: none;
}

/* PARTNERS-SLIDE
----------------------------------------------------------------*/

.partners-logo-list {
	overflow: hidden;
	height: 100%;
	padding: 40px 40px 120px;
}

.partners-logo-list li {
	display: inline-block;
	width: 50%;
	height: 16.66666666666667%;
	padding: 5px 0;
	vertical-align: bottom;
	white-space: nowrap;
	border-bottom: 2px solid #bfbfbf;
}

.partners-logo-list.full{
	font-size: 0;
}

.partners-logo-list.full li{
	/*width: 9%;*/
	height: 26%;
	border-bottom: 2px solid #bfbfbf !important;
}

.partners-logo-list li:nth-child(n + 11) {
    border-style: none;
}

.partners-logo-list li::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: bottom;
}

.partners-logo-list .img_wrapper {
	vertical-align: bottom;
	text-align: left;
	max-width: 100%;
	max-height: 100%;
}

.partners-logo-list img {
	max-width: 70%;
	max-height: 100%;
}

.partners-logo-list .img_wrapper img {
	bottom: 0;
}
/* .partners-logo-list img {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
		 -o-filter: grayscale(100%);
			filter: grayscale(100%);
			filter: gray;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
			
}

.partners-logo-list img:hover {
	-webkit-filter: grayscale(0);
	   -moz-filter: grayscale(0);
	    -ms-filter: grayscale(0);
		 -o-filter: grayscale(0);
			filter: grayscale(0);
			filter: none;
} */

.examination-list{
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}

.examination-list h4{
	font-size: 1.8em;
	font-weight: 500;
	margin-top: 10px;
	color: #E7543D;
}

.examination-list .row{
	float: left;
	width: 30%;
	margin-left: 5%;
}
.examination-list .row:first-child{
	margin-left: 0;
}
.examination-list ul{
	margin-top: 20px;
}
.examination-list ul li{
	list-style: none;
	display: block;
	position: relative;
	color: #fff;
	line-height: 1.3;
	font-size: 1.5em;
}
.examination-list .thumb{
	width: 100%;
	height: 175px;
}
.examination-list .thumb.first{
	background: url(../images/examination1.svg) left center no-repeat;
}
.examination-list .thumb.second{
	background: url(../images/examination2.svg) center center no-repeat;
}
.examination-list .thumb.third{
	background: url(../images/examination3.svg) center center no-repeat;
}
.examination-list ul li:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	top:8px;
	left: -15px;
}

.sociology-slide-3 h2{
	color: #fff;
	font-size: 3em;
	margin-top: -140px;
}

.crowd-slide-2 h2{
	font-size: 2.2em;
}

/* CONTACTS-SLIDE
----------------------------------------------------------------*/

.map {
	background: gray;
	height: 51.79028132992327%; /* 405px */
}

.contacts {
	padding: 20px 0;
}

.contacts h2 {
	text-align: center;
	letter-spacing: .1em;
}

.contacts-content-wrap {
	/*padding-top: 26px;*/
}

.contacts-inner {
	text-align: left;
	color: #221f1f;
}

.contacts-inner .l-col,
.contacts-inner .r-col {
	width: 50%;
	padding: 0 10px;
}

.contacts-inner .l-col {
	float: left;
}

.contacts-inner .r-col {
	float: right;
}

.contacts-inner .left-section {
	display: inline-block;
	min-width: 30px;
	white-space: pre-wrap;
}

.callback-form input,
.callback-form textarea {
	width: 100%;
	height: 1.5em;
	margin-bottom: 1.5em;
	font: 600 1.2em 'Open Sans', Arial, Helvetica, sans-serif;
	color: #221f1f;
	background: transparent;
	border-bottom: 3px solid #221f1f;
}

.callback-form textarea {
	overflow: hidden;
	-webkit-appearance: none;
	resize: none;
}

.callback-form .success-send,
.callback-form .error-t {
  font-size: 1.7em;
}

.callback-form .error-t,
.callback-form .min {
	color: #e83d2f;
}

.callback-form .min {
  font-size: 1.5em;
}



::-webkit-input-placeholder {
	color: #221f1f;
}

::-moz-placeholder {
	color: #221f1f;
}

:-ms-input-placeholder {
	color: #221f1f;
}

.form-btn {
	padding: .3em 1.4em;
	font-size: 1.4em;
	font-weight: 600;
	background: transparent;
	border: 2px solid #221f1f;
	border-radius: 30px;
}

.office-title {
	margin-bottom: .5em;
	font-size: 1.4em;
	font-weight: 600;
}

.office-address {
	white-space: nowrap;
}

.office-address p {
	font-size: 1.2em;
}

.office-address a {
	margin-top: .5em;
	display: inline-block;
	text-decoration: underline;
	font-size: 1em;
}

.social-list.black-icon a {
	color: #000;
}

.copyright {
	margin: .5em 0;
	font-size: 1em;
}

/*FOOTER
----------------------------------------------------------------*/

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 110px;
	padding: 15px 0;
	text-align: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background: #221f1f;
	z-index: 1010;
}

.footer-contacts {
	font-size: 1.2em;
}

.footer-contacts .l-col,
.footer-contacts .r-col {
	padding: 0 10px;
}

.footer-contacts .l-col {
	float: left;
	width: 40%;
}

.footer-contacts .r-col {
	float: right;
	width: 60%;
}

.footer-contacts .r-align {
	display: inline-block;
}

.footer-contacts .left-section {
	display: inline-block;
	min-width: 30px;
}

.footer-link {
	display: inline-block;
	margin-top: 1em;
	text-decoration: underline;
	color: #e83d2f;
}

.footer-link:hover {
	color: #fff;
}

.social-list-wrap {
	margin-top: 8px;
}

.social-list a,
.social-list li {
	display: inline-block;
	vertical-align: middle;
}

.social-list li {
	margin-right: 20px;
}

.social-list  a {
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	opacity: .7;
	-webkit-transition: opacity .3s ease;
			transition: opacity .3s ease;
}

.social-list  a:hover {
	opacity: 1;
}

.social-list .f-icon-vk svg {
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
}

.footer-contacts .f-icon-vk svg {
	fill: #fff;
}

.contacts-inner .f-icon-vk svg {
	fill: #000;	
}

.social-list .f-icon-tw::before {
	content: '\e804';
}

.social-list .f-icon-fb::before {
	content: '\e805';
	vertical-align: middle;
}

/*VIDEO
----------------------------------------------------------------*/

.video-slide{
	position: relative;
	overflow: hidden;
}
video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	background: transparent;
	background-size: cover;
	transition: 1s opacity;
}

/*SCROLL
----------------------------------------------------------------*/

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.disabled-onepage-scroll, 
.disabled-onepage-scroll .wrapper {
  /*overflow: auto;*/
  overflow: hidden;
}

.disabled-onepage-scroll .onepage-wrapper .slide {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
	 -moz-transform: none !important;
  -ms-transform: none !important;
	  transform: none !important;
  min-height: 100%;
}

html,
body.disabled-onepage-scroll, 
.disabled-onepage-scroll .onepage-wrapper {
  position: inherit;
}

.mobile.landscape body.disabled-onepage-scroll .main,
.tablet.landscape body.disabled-onepage-scroll .main{
	z-index: 99999;
}

.mobile.landscape body.disabled-onepage-scroll .main:before,
.tablet.landscape body.disabled-onepage-scroll .main:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 99999;
	background: rgba(0,0,0,.7) url(../images/mobile.svg) center center no-repeat;
}

.btn-white{
	border-radius: 15px;
	height: 30px;
	margin: 20px 0 10px 0;
	outline: none;
	text-decoration: none;
	display: inline-block;
	width: 125px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	line-height: 27px;
	font-size: 1.4em;
}

.btn-white:hover{
	color: #E43D2F;
	border: 2px solid #E43D2F;
}

.overlay-popup{
	position: fixed;
	top:0;
	left: 0;
	background: rgba(255,255,255,.5);
	width: 100%;
	height: 100%;
}

.popup{
	position: fixed;
	top:50%;
	left: 50%;
	width: 766px;
	background: #E8E8E8;
	padding: 75px  80px 50px;
	color: #fff;
	display: none;
}

.popup .scroll-row{
	overflow: hidden;
	height: 200px;
	margin-top: 20px;
}

.popup .scroll-row .item{
	padding: 0 10px;
}

.popup .close{
	display: inline-block;
	position: absolute;
	top:15px;
	right: 15px;
	text-decoration: none;
	width: 30px;
	height: 30px;
	background: url(../images/close2.svg) no-repeat;
}

.popup .close:hover{
	opacity: .7;
}

.popup h4{
	color: #000;
	font-weight: 700;
	text-align: center;
	font-size: 2.2em;
}

.popup strong{
	font-weight: 700;
}

.popup *{
	outline: none;
}

.popup p{
	/*text-align: center;*/
	line-height: 1.4em;
	font-size: 1.45em;
	color: #000;
}

.popup p:first-child{
	margin-top: 0;
}

.popup .contacts-row{
	margin-top: 25px;
	text-align: center;
}

.popup .contacts-row li{
	display: inline-block;
	margin-left: 70px;
	vertical-align: middle;
}

.popup .contacts-row li:first-child{
	margin-left: 0;
}

.popup .contacts-row li span{
	display: inline-block;
	margin-left: 25px;
	font-size: 2.2em;
	color: #000;
	vertical-align: middle;
}

.icon-phone{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: 60px;
	height: 70px;
	background: url(../images/phone.svg) no-repeat;
}

.icon-message{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: 65px;
	height: 50px;
	background: url(../images/message.svg) no-repeat;
}

.complex-slide-1 .subtitle{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.complex-slide-1 h3.title-caption{
	color: #e83d2f;
	font-size: 4.8em;
	font-weight: bold;
}

.complex-slide-1 .subtitle{
	margin-top: .8em!important;
}

.complex-product-list h3{
	font-size: 3.4294792009618em !important;
	color: #e83d2f;
	font-weight: 500;
	line-height: 1.7em;
	font-family: 'Conqueror';
	border-bottom: 5px solid #e83d2f;
}

.complex-product-list .row p{
	font-size: 1.25em;
	color: #fff;
	line-height: 1.5em;
	margin-top: 1.25em;

}

.complex-product-list .row p span{
	font-weight: bold;
	color: #e83d2f;
}

.complex-product-list{
	max-width: 1024px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-left: auto;
	/*margin-top: */
	margin-right: auto;
}

.complex-product-list .row{
	width: 28%;
	display: inline-block;
	vertical-align: top;
	margin: 0 9%;
	text-align: left;
}

.btn-w,
.btn-red{
	font-size: 2em;
	line-height: 48px;
	border-radius: 25px;
	margin-top: 2em;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	padding-left: 50px;
	width: 280px;
	color: #fff;
	border: 2px solid  #fff;
	background: url(../images/download-w.svg) right 40px center no-repeat;
	
}

.btn-w:hover{
	background: url(../images/download.svg) right 40px center no-repeat;
	border: 2px solid  #e83d2f;
	color: #e83d2f;
}

.btn-red{
	border: 2px solid  #e83d2f;
	color: #e83d2f;
	background: transparent;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
}

.complex-product-list .btn-w.mail{
	background: transparent;;
	text-align: center;
	padding-left: 0;
}

.crowd-slide-3 .crowd-list h3{
		font-size: 1.6em;
		color: #e83d2f;
		font-family: 'Conqueror';
		font-weight: 500;
	}

	.crowd-slide-3 .crowd-list p{
		color: #fff;
		font-size: 1.25em;
		line-height: 1.4em;
	}


/*MEDIA QUERIES
----------------------------------------------------------------*/

@media screen and (max-width: 480px){
	video{
		display: none;
	}
	.main-slide-1{
		background: url(../images/main-bg.jpg);
		background-size: cover;
	}
}

@media screen and (max-width: 767px){

	.crowd-slide-3 .crowd-list li{
		width: 100%!important;
	}

	.examination-list .row {
		width: 100%!important;
	}

	.talks-service.three-column-list li {
		width: 100%!important;
		padding-top: 110px!important;
		font-size: 1.4em!important;
		line-height: 1.5em!important;
		background-size: 90px!important;
	}

	.talks-slide-9 form{
		width: 100%;
	}

	.talks-slide-9 form button {
		padding: .1em 0;
		width: 100%;
		white-space: nowrap;
		margin-left: 0;
		text-align: center;
	}

	.talks-slide-9 form input[type=text] {
		width: 100%;
		font-size: 1.4em;
		margin-bottom: .1em
	}

	p.p-who-tells{
		font-size: 1.4em!important;
	}

	ul.list-who-tells{
		width: 116%;
		margin-left: -8%;
	}

	.talks-slide-2 h2,
	.talks-slide-3 h2,
	.talks-slide-4 h2,
	.talks-slide-5 h2,
	.talks-slide-6 h2,
	.talks-slide-8 h2,
	.talks-slide-9 h2{
		text-align: center;
		width: 100%;
	}

	.talks-service-2.three-column-list li, .talks-service-4.three-column-list li, .talks-service-6.three-column-list li, .talks-service-8.three-column-list li {
		width: 100%!important;
		padding-top: 110px!important;
		font-size: 1.4em!important;
		line-height: 1.5em!important;
		background-size: 90px!important;
	}

	aside.aside.active-mobile{
		position: fixed!important;
		display: block!important;
		top: 0!important;
	}

	header.header.active-mobile{
		z-index: 10000;
		width: 30px;
		right: 0;
		left: auto;
	}

	header.header.active-mobile .header-logo{
		display: none!important;
	}

	.crowd-services-list.four-column-list li{
		font-size: 1.8em;
	}

	.crowd-service.three-column-list.inline li{
		padding-top: 136px;
		background-size: 112px;
	}

	.polls-partners-logo-list{
		position: absolute;
		top: 50%;
		transform: translateY(-45%);
	}

	.polls-partners-logo-list li{
		height: 30%!important;
	}

	.polls-partners-logo-list li .img_wrapper{
		max-width: 75%!important;
	}

	.polls-service.three-column-list.inline li{
		font-size: 1.8em;
	}

	.polls-partners-logo-list-last li{
		height: 23%!important;
	}

	.polls-partners-logo-list-last li .img_wrapper {
		max-width: 50%!important;
	}

	.partners-logo-list li {
		width: 50%;
		height: 12%;
		border-bottom: 2px solid #bfbfbf!important;
	}

	.map{
		height: 40vh;
	}

	.complex-expert-translate{
		transform: translateY(15%);
	}

	.complex-expert-translate-last{
		transform: translateY(4%);
	}

	.complex-info-list li{
		width: 100%!important;
		margin-top: 3.5em!important;
	}

	.sociology-service.three-column-list li{
		width: 100%!important;
	}

	.btn-w, .btn-red{
		width: 100%;
	}

	.case-header p{
		display: none;
	}
	.case-list > li {
		width: 50%;
		height: 34%;
	}
	.cases-slide{
		padding-top: 0;
	}
	.examination-list ul li:before{
		left: 0;
		width: 4px;
		height: 4px;
	}
	.sociology-logo{
		margin-left: -40px;
	}
	.sociology-slide-3 h2{
		margin-top: -70px;
	}
	.examination-list .thumb{
		height: 120px;
		background-size: 120px !important;
	}
	.examination-list h4{
		margin-top: 0;
	}
	.examination-list ul{
		margin-top: 10px;
	}
	.examination-list ul li{
		padding-left: 10px;
		margin-top: 3px;
		font-size: 1.2em;
	}
	.examination-list .thumb{
		background-size: 80px !important;
	}
	.popup{
		width: 90%;
		position: absolute;
		padding: 20px;
	}
	.popup .contacts-row li{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.popup .scroll-row{
		width: 100% !important;
	}
	.three-column-list.inline li{
		margin-left: 0 !important;
		width: 100%;
	}
	.complex-product-list .row{
		width: 100%;
		margin-left: 0;
	}
	.complex-slide-1 {
		background-image: url(../images/complex-bg-mob.jpg);
		background-size: cover;
	}
	.complex-slide-2 {
		background: #000000!important;
	}
	.complex-slide-3 {
		background-image: url(../images/complex_3-bg-mob.jpg);
		background-size: cover;
	}
	.complex-slide-3 h2{
		text-align: center;
		font-size: 3.5em;
	}
	.complex-product-list .row p{
		font-size: 1.4em;
	}
	.header-logo svg.complex-logo{
		height: 20px;
		left: -60px;
		position: relative;
		top: 12px;
	}
	.complex-slide-1 h3.title-caption{
		font-size: 2.5em;
	}
	.complex-info-list li{
		margin-left: 0 !important;
	}

	.only-desktop{
		display: none;
	}

	.only-mobile{
		display: block;
	}

	.polls-services-list.four-column-list li{
		font-size: 1.8em!important;
	}

	.crowd-services-list.four-column-list li{
		margin-bottom: 40px;
	}

	.partners-logo-list-crowd li{
		height: 22%!important;
	}

	.partners-logo-list-communication li{
		height: 20%!important;
	}

	.sociology-slide-2 li p{
		font-size: 1.3em!important;
	}

	.examination-list .thumb.first{
		display: none;
	}

	.sociology-slide-last .container{
		margin-top: -132px!important;
	}

	.complex-slide-4 li{
		font-size: 1.6em!important;
	}

	.examination-list .row{
		width: 100%;
	}

	.examination-list .thumb.second, .examination-list .thumb.third{
		display: none;
	}
}

@media screen and (min-width: 480px) {

	.header-logo .hidden-logo {
		display: block;
	}
	
	.slide {
		text-align: center;
	}
	
	.slide-1 .subtitle {
		font-size: 3.1em;
	}
	
	.services-list li {
		vertical-align: top;
		text-align: left;
	}
	
	.office-title {
		font-size: 2em;
	}

	.office-title-small {
		font-size: 1.8em;
		margin-bottom: .5em;
	}
	
	.office-address p {
		font-size: 1.7em;
	}
	
	.office-address a {
		font-size: 1em;
	}
	
	.callback-form input, 
	.callback-form textarea {
		font-size: 1.8em;
	}
	
	.form-btn {
		font-size: 2em;
	}
	
	.footer-contacts {
		display: inline-block;
		vertical-align: top;
	}
	
	.footer {
		text-align: center;
	}

	.footer-contacts {
		width: 100%;
		text-align: left;
	}
	
	.footer-contacts .r-col {
		text-align: right;
	}
	
	.footer-contacts .r-align {
		text-align: left;
	}
	
	.social-list-wrap {
		display: inline-block;
	}
	
	.footer-contacts .social-list-wrap {
		vertical-align: top;
	}
	
	.contacts-inner .social-list a {
		font-size: 2em;
	}

	.footer-contacts .social-list-wrap {
		margin: 0 0 0 9%;
		text-align: right;
	}
	
	.contacts-inner  .copyright {
		font-size: 1.5em;
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 768px) {

	.only-desktop{
		display: block;
	}

	.only-mobile{
		display: none;
	}

	.container {
		padding: 0;
	}
	
	.sites-links-list {
		position: statick;
	}
	
	.sites-links-list .f-icon-angle-down {
		margin-left: 5px;
		font-size: 1em;
	}
	
	.sites-links-list > li {
		margin-right: 21px;
		padding: 0 74px 0 20px;
		position: relative;
	}
	
	.sites-links-list > li:last-child {
		margin-right: 0;
	}
	
	.add-nav li {
		font-size: 11px;
	}
	
	.aside-menu-wrap {
		right: auto;
		padding: 55px 17px 6px 28px;
		line-height: 1.35;
		max-width: 330px;
	}
	
	.add-nav {
		padding: 0 0 20px 15px;
	}
	
	.aside-menu-wrap .title {
		padding-bottom: 15px;
	}
	
	.aside-menu-wrap.gray-hover .title a:hover {
		text-decoration: none;
		color: #fff;
		opacity: .5;
	}
	
	.aside-menu-wrap.gray-hover .title {
		padding-bottom: 20px;
	}
	
	.header {
		top: 27px;
	}
	
	.menu-trigger {
		display: none;
	}
	
	.header.header-black .nav a {
		color: #000;
	}
	
	.header.header-black .search.active {
		border-color: #000;
	}
	
	.header.header-black .search-form input[type="search"] {
		color: #000;
	}
	
	.header.header-black input[type="search"]::-webkit-input-placeholder {
		color: #000;
	}
	
	.header.header-black input[type="search"]::-moz-placeholder {
		color: #000;
	}
	
	.header.header-black input[type="search"]:-ms-input-placeholder {
		color: #000;
	}
	
	.header.header-black .search-form {
		color: #000;
	}
	
	.header.header-black .search-btn {
		color: #000;
	}
	
	.menu {
		position: static;
		top: auto;
		right: auto;
		float: right;
		height: auto;
		padding: 10px 0;
		white-space: nowrap;
		background: none;
	}

	.nav,
	.search {
		display: inline-block;
		vertical-align: middle;
	}
	
	.nav li {
		display: inline-block;	
		margin: 0 1.666666666666667em;
		font-size: 1.2em;
	}

	.nav a::after {
		left: -1em;
		right: -1em;
	}
	
	
	.search.active {
		width: 100%;
		max-width: 500px;
	}
	
	.search-box {
		display: none;
	}
	
	.search-btn {
		font-size: 2.4em;
	}
	
	.slide {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
	
	.text {
		margin-left: auto;
		margin-right: auto;
		font-size: 1.6em;
	}
	
	/* .main-slide-1 {
		background-image: url(../images/room-bg.jpg);
	} */
	
	.main-slide-2 {
		background-image: url(../images/office-bg.jpg);
	}
	
	.subtitle {
		font-size: 2.9em;
	}
	
	.slide-2 .text {
		max-width: 62.109375%;
		margin-top: 4em;
	}
	
/*	.services-wrap {
		margin-top: 75px;
	}*/
	
	.services-list {
		margin: 0 auto;
		max-width: 70%;
	}
	
	.slide-3 h3 {
		margin-top: 1.5em;
	}
	
	.services-list li {
		display: inline-block;
		width: 40%;
		margin: 30px 2%;
	}

	.services-link h3,
	.services-large-link h2{
		-webkit-transition: border-color .2s ease;
				transition: border-color .2s ease;
	}

	.services-link:hover h3,
	.services-large-link:hover h2{
		border-color: #e83d2f;
	}

	.services-link .title-text {
		-webkit-transition: opacity .2s ease;
				transition: opacity .2s ease;
	}
	
	.services-large-link .title-text {
		-webkit-transition: color .2s ease;
				transition: color .2s ease;
	}
	
	.services-large-link:hover .title-text {
		color: #e83d2f;
	}

	.services-link:hover .title-text {
		opacity: 0;
	}

	.services-link .service-icon {
		position: absolute;
		bottom: -5px;
		left: 0;
		visibility: hidden;
		display: block;
		background-repeat: no-repeat;
		background-position: 0 0;
		opacity: 0;
		-webkit-transition: opacity .3s ease; 
				transition: opacity .3s ease;
	}

	.services-link:hover .service-icon {
		visibility: visible;
		opacity: 1;
	}

	.services-link .question-icon {
		width: 84px;
		height: 84px;
		background-image: url(../images/question-icon.svg);
	}

	.services-link .fund-icon {
		width: 95px;
		height: 82px;
		background-image: url(../images/fund-icon.svg);
	}

	.services-link .crowd-icon {
		width: 96px;
		height: 80px;
		background-image: url(../images/crowd-icon.svg);
	}

	.services-link .communications-icon {
		width: 125px;
		height: 85px;
		background-image: url(../images/communications-icon.svg);
	}
	
	.services-large-link  .fund-icon {
		left: 22%;
	}
	
	.services-large-link  .crowd-icon {
		left: 44%;
	}
	
	.services-large-link  .communications-icon {
		left: auto;
		right: 6%;
	}
	
	.services-large-link .service-icon::after {
		content: '+';
		position: absolute;
		top: 50%;
		right: -26px;
		margin-top: -17px;
		line-height: 1;
		font-size: 35px;
		color: #fff;
	}
	
	.services-large-link .communications-icon::after {
		display: none;
	}
	
	.services-large-link .fund-icon::after {
		right: -14px;
	}
	
	.services-large-link .crowd-icon::after {
		right: -19px;
	}
	
	.services-link .f-icon-angle-right,
	.services-large-link .f-icon-angle-right {
		-webkit-transition: all .3s ease;
				transition: all .3s ease;
	}
	
	.services-link:hover .f-icon-angle-right,
	.services-large-link:hover .f-icon-angle-right{
		color: #e83d2f;
		border-color: #e83d2f;
	}
	
	.services-link p,
	.services-large-link p{
		-webkit-transition: color .3s ease;
				transition: color .3s ease;
	}
	
	.services-link p {
		font-size: 1.4em;
	}
	
	.services-link:hover p,
	.services-large-link:hover p {
		color: #e83d2f;
	}
	
	.services-large-link p {
		font-size: 1.4em;
	}
	
	.services-large-link h2 {
		font-size: 2.6em;
	}
	
	.services-large-link {
		max-width: 488px;
		margin: 0 auto;
	}
	
	.slide-3 h3 {
		font-size:1.4em;
	}
	
	.slide-3 .text {
		width: 72%;
		max-width: 1040px;
	}
	
	.slider-item {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: cover;
	}
	
	.slider-item-1 {
		background-image: url(../images/people-bg.jpg);
	}
	
	.slider-item-2 {
		background-image: url(../images/room-bg.jpg);
	}
	
	.slider-item-3 {
		background-image: url(../images/office-bg.jpg);
	}
	
	.case-hover {
		padding: 30px 40px;
	}
	
	/*.case-hover::after {*/
		/*content: '';*/
		/*position: absolute;*/
		/*top: 0;*/
		/*left: 0;*/
		/*width: 100%;*/
		/*height: 100%;*/
		/*z-index: 10;*/
		/*background-color: #f4f4f4;*/
		/*border-bottom: 6px solid #e83d2f;*/
		/*opacity: 0;*/
		/*-webkit-transform: scale(0);*/
			/*-ms-transform: scale(0);*/
				/*transform: scale(0);*/
		/*-webkit-transition: all .5s ease;	*/
				/*transition: all .5s ease;*/
	/*}*/

	/*.case-hover:hover::after {*/
		/*opacity: 1;*/
		/*-webkit-transform: scale(1);*/
			/*-ms-transform: scale(1);*/
				/*transform: scale(1);*/
	/*}*/

	/*.case-header {*/
		/*padding: 50px 40px;*/
	/*}*/

	/*.case-hover:hover .case-header {*/
		/*-webkit-transform: translate(0, -50%) translate(0, -30px); */
			/*-ms-transform: translate(0, -50%) translate(0, -30px); */
				/*transform: translate(0, -50%) translate(0, -30px); */
	/*}*/

	/*.case-header  h3 {*/
		/*font-size: 1.6em;*/
	/*}*/
	
	/*.case-header .btn-row {*/
		/*position: absolute;*/
		/*bottom: 0;*/
		/*left: 0;*/
		/*width: 100%;*/
		/*text-align: center;*/
	/*}*/

	/*.case-btn {*/
		/*display: inline-block;*/
		/*padding: 0.0em 1.2em;*/
		/*font-size: 1.5em;*/
		/*color: #221f1f;*/
		/*border: 1px solid;*/
		/*border-radius: 20px;*/
		/*opacity: 0;*/
		/*-webkit-transition: opacity .3s ease;	*/
				/*transition: opacity .3s ease;*/
	/*}*/

	/*.case-hover:hover .case-btn {*/
		/*opacity: 1;*/
	/*}*/

	.case-partners-list {
		
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		z-index: 30;
		padding: 10px 0px 10px 0px;
		text-align: justify;
		text-justify: newspaper; /* for ie */
		line-height: 0;
		font-size: 0;
		opacity: 0;
		-webkit-transform: translate(0, 100%);
			-ms-transform: translate(0, 100%);
				transform: translate(0, 100%);
		-webkit-transition: opacity, transform .4s ease;	
				transition: opacity, transform .4s ease;
	}

	.case-partners-list::after {
		content: '';
		display: inline-block;
		width: 100%;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}

	/*.case-hover:hover .case-partners-list {*/
		/*opacity: 1;*/
		/*-webkit-transform: translate(0);*/
			/*-ms-transform: translate(0);*/
				/*transform: translate(0);*/
	/*}*/

	.case-partners-list li {
		display: inline-block;
		vertical-align: bottom;
	}
	
	.contacts-inner {
		display: inline-block;
		width: 85%;
		vertical-align: top;
	}
	
	.contacts-inner .r-col {
		text-align: right;
	}
	
	.contacts-inner .r-align {
		display: inline-block;
		text-align: left;
	}
	
	.contacts-inner .social-list-wrap {
		text-align: left;
	}
	
	.footer {
		-webkit-transition: height .3s ease;
				transition: height .3s ease;
	}
	
	.social-list,
	.footer-contacts {
		display: inline-block;
		vertical-align: top;
	}

	.footer-contacts {
		width: 85.15625%; 
	}

	.footer-contacts .l-col,
	.footer-contacts .r-col {
		width: 50%;
		padding: 0 20px;
	}

	.footer-link {
		margin-top: 1.5em;
	}
	
	.contacts-inner  .social-list a{
		font-size: 2em;
	}
	
	.footer-contacts .social-list a {
		font-size: 1.5em;
	}
	
	/* crowd-page */
	
	.crowd-slide-1 {
		background-image: url(../images/office_2-bg.jpg);
	}
	
	.crowd-slide-1 .text {
		max-width: 65%;
	}
	
	/*.crowd-slide-2 {
		background-image: url(../images/people_2-bg.jpg);
	}*/

	.crowd-slide-3 .crowd-list li{
		width: 19%;
		margin-left: 6%;
		text-align: left;
		display: inline-block;
		vertical-align: top;
		margin-top: 2.5em;
	}

	.crowd-slide-3 .crowd-list li:nth-child(4n+1){
		margin-left: 0;
	}

	.crowd-slide-3 .crowd-list li:nth-child(10){
		width: 28%;
	}

	.crowd-slide-3 .crowd-list{
		max-width: 1024px;
		margin-right: auto;
		margin-top: 3em;
		text-align: left;
		margin-left: auto;
	}

	.crowd-slide-3{
		background-image: url(../images/crowd_3-bg.jpg);
	}

	.crowd-slide-3 .subtitle{
		font-size: 2.25em;
		max-width: 550px;
		margin-top: 0.5em;
		margin-left: auto;
		margin-right: auto;
	}
	
	.crowd-slide-2 .logo-inner {
		margin: 40px 0 30px;
	}
	
	.crowd-slide-2 .btn {
		font-size: 1.8em;
	}
	
	.crowd-info-wrap {
		opacity: 1;
		-webkit-transition: all .3s ease;
			transition: all .3s ease;
	}

	.crowd-info-wrap.js-rolled-in {
		opacity: 0;
	}
	
	.crowd-info-list {
		max-width: 87%;
		margin: 0 auto;
		text-align: justify;
		text-justify: newspaper;
	}
	
	.crowd-info-list::after {
		content: '';
		display: inline-block;
		width: 100%;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}
	
	.crowd-info-list li {
		position: relative;
		display: inline-block;
		width: 25%;
		max-width: 325px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}
	
	.crowd-info-list .title {
		display: block;
		font-size: 1.4em;
		font-weight: 600;
		color: #e83d2f;
	}
	
	.crowd-info-list .img {
		position: relative;
		margin: 20px 0 30px; 
	}
	
	.crowd-info-list .arrow-right,
	.crowd-info-list .arrow-left{
		position: absolute;
		top: 50%;
		display: block;
		width: 60%;
		height: 1px;
		background: #fff;
	}
	
	.crowd-info-list .arrow-right {
		left: 100%;
	}
	
	.crowd-info-list .arrow-left {
		right: 100%;
	}
	
	.crowd-info-list .arrow-left::before,
	.crowd-info-list .arrow-right::before {
		position: absolute;
		font-size: 2em;
		-webkit-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
				transform: translate(0, -50%);
	}
	
	.crowd-info-list .arrow-left::before {
		content: '\e801';
		right: 0;
	}
	
	.crowd-info-list .arrow-right::before {
		content: '\f104';
		left: 0;
	}
	
	.quote-container {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50;
		display: block;
		padding: 20px 0;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		background: #221f1f;
		-webkit-transform: translate(0, 100%);
			-ms-transform: translate(0, 100%);
				transform: translate(0, 100%);
	}
	
	.quote-inner {
		display: inline-block;
		width: 73.4375%;
	}
	
	.quote-container blockquote {
		text-align: left;
		line-height: 1.227272727272727;
		font-size: 1.6em;
	}
	
	.quote-container a {
		text-decoration: underline;
		color: #e53d2f;
	}
	
	.quote-container .cite {
		margin-top: .5em;
		text-align: right;
		font-size: 1.8em;
	}
	
	.quote-container .persona-name {
		font-weight: 700;
	}
	
	.quote-container .persona-post {
		margin-left: .5em;
		font-style: italic;
		opacity: .6;
	}
	
	.four-column-list li {
		font-size: 1.2em;
	}

	.three-column-list li {
		line-height: 2;
	}

	.three-column-list h3 {
		font-size: 1.2em;
	}

	.three-column-list p {
		font-size: 1em;
	}
	
	.four-column-list-wrap {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.four-column-list {
		display: inline-block;
		max-width: 1140px;
		padding: 0 20px;
		text-align: left;
	}
	
	.four-column-list li {
		display: inline-block;
		width: 28%;
		min-height: 205px;
		margin: 15px 2%;
		vertical-align: top;
	}
	
	/*.case-list.left-text .case-hover:hover h3 {*/
		/*opacity: 0;*/
	/*}*/
	
	/*.case-hover .case-info-text {*/
		/*position: absolute;*/
		/*top: 50%;*/
		/*left: 0;*/
		/*z-index: 50;*/
		/*padding: 30px 40px;*/
		/*color: #221f1f;*/
		/*-webkit-transform: translate(0, -50%);*/
			/*-ms-transform: translate(0, -50%);*/
				/*transform: translate(0, -50%);*/
	/*}*/
	
	/*.case-hover .case-info-text h4 {*/
		/*font-size: 1.5em;*/
		/*font-weight: 600;*/
	/*}*/
	
	/*.case-hover:hover .case-info-text {*/
		/*position: absolute;*/
		/*opacity: 1;*/
		/*transition: all .3s ease;*/
	/*}*/
	
	/*.case-info-text{*/
		/*margin-bottom: 15px;*/
		/*font-size: 1em;*/
	/*}*/
	
	/*.case-hover:hover .case-info-text {*/
		/*opacity: 1;*/
	/*}*/
	
	.case-info-text p,
	.case-info-text li {
		margin: .5em 0;
	}
	
	.case-info-text p {
		font-size: 1.2em;
	}
	
	.case-info-text p span {
		font-weight: 700;
		font-style: italic;
	}
	
	.case-info-text li::before {
		content: '-  ';
	}
	
	.case-list.left-text .case-btn {
		margin-top: 10px;
		font-size: 1.2em;
	}
	
	/* communication-page */
	
	.com-slide-1 {
		background-image: url(../images/st-bg.jpg);
	}


	.talks-slide-1 .text {
		max-width: 70%;
	}

	.talks-slide-1 .logo img{
		max-width: 480px;
	}

	.com-slide-1 .text {
		max-width: 70%;
	}
	
	.three-column-list {
		display: inline-block;
		max-width: 830px;
		padding: 0 20px;
	}
	
	.three-column-list li {
		display: inline-block;
		width: 30%;
		min-height: 160px;
		margin: 15px 1%;
		vertical-align: top;
	}
	
	.three-column-list li:nth-child(-n + 3) {
		min-height: 230px;
	}
	
	/*.case-list.communication-cases > li:nth-child(1) {*/
		/*background-image: url(../images/cases/communication/inteco.jpg);*/
	/*}*/

	.case-list.communication-cases > li:nth-child(2) {
		background-image: url(../images/cases/communication/case-bg.png);
	}

	.case-list.communication-cases > li:nth-child(3) {
		background-image: url(../images/cases/communication/case-bg.png);
	}

	.case-list.communication-cases > li:nth-child(4) {
		background-image: url(../images/cases/communication/case-bg.png);
	}

	.case-list.communication-cases > li:nth-child(5) {
		background-image: url(../images/cases/communication/case-bg.png);
	}

	.case-list.communication-cases > li:nth-child(6) {
		background-image: url(../images/cases/communication/case-bg.png);
	}

	/*	POLLS-PAGE */
	
	.polls-slide-1 {
		background-image: url(../images/work-bg.jpg);
	}
	
	.polls-slide-1 .text,
	.polls-slide-1 .subtitle {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.polls-slide-2 {
		background-image: url(../images/work_2-bg.jpg);
	}
	
	.polls-slide-2 .subtitle {
		font-size: 3.1em;
	}
	
	.polls-info-list {
		display: inline-block;
		max-width: 1280px;
		padding: 0 20px;
	}
	
	.polls-info-list li {
		display: inline-block;
		width: 17%;
		margin: 10px .5%;
		vertical-align: top;
		text-align: left;
	}


	.polls-info-list li:nth-child(4){
		width: 23%;
	}

	.polls-info-list li:nth-child(5),
	.polls-info-list li:nth-child(3){
		width: 25%;
	}

	.polls-info-list li:nth-child(1) p,
	.polls-info-list li:nth-child(2) p{
		min-height: 115px;
	}

	.polls-info-list li:nth-child(3) p,
	.polls-info-list li:nth-child(4) p,
	.polls-info-list li:nth-child(5) p,
	.polls-info-list li:nth-child(6) p{
		min-height: 160px;
	}
	
	.polls-info-list h3 {
		margin-bottom: .3em;
		font-size: 1.8em;
	}

	.polls-info-list p {
		font-size: 1.4em;
	}
	
	.polls-info-list li:nth-child(-n + 2) {
		width: 45%;
	}

	/*sociology*/

	.sociology-slide-1 {
		background-image: url(../images/sociology-bg.jpg);
	}

	.sociology-slide-2 {
		background-image: url(../images/sociology_2-bg.jpg);
	}
	
	.sociology-slide-3 {
		background-image: url(../images/sociology_3-bg.jpg);
	}

	/*complex*/


	.complex-slide-1 {
		background-image: url(../images/complex-bg.jpg);
	}

	.complex-slide-2 {
		background-image: url(../images/complex_2-bg.jpg);
	}
	
	.complex-slide-3 {
		background-image: url(../images/complex_3-bg.jpg);
	}

}

@media screen and (min-width: 1024px) {
	.polls-info-list li:nth-child(3) p,
	.polls-info-list li:nth-child(4) p,
	.polls-info-list li:nth-child(5) p,
	.polls-info-list li:nth-child(6) p{
		min-height: 200px;
	}
	.header-logo svg {
		height: 39px;
	}
	
	.bottom-arrow {
		width: 40px;
		height: 40px;
	}
	
	.services-list {
		max-width: none;
	}
	
	.services-list li {
		width: 13.890625%;
		/*max-width: 165px;*/
		max-width: 185px;
		margin: 2.421875%;
	}
	
	.services-list li:nth-child(3),
	.services-list li:nth-child(4) {
		width: 19.65625%;
		max-width: 210px;
	}
	
	.case-list > li {
		width: 33.333333%;
		height: 50%;
	}
	
	.case-header {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.case-info-text ul .case-btn:first-child {
		font-size: 1.2em;
		margin-bottom: 10px;
	}
	
	.partners-logo-list li {
		width: 25%;
		height: 30%;
		max-height: 205px;
		padding: 30px 0;
	}
	
	
	.partners-logo-list li:nth-child(n + 9) {
		border-bottom: none;
	}
	
	.partners-logo-list.four-row-list li {
		height: 25%;
		border-bottom: 2px solid #bfbfbf;
	}
	
	.partners-logo-list.four-row-list li:nth-child(n + 13) {
		border-bottom: none;
	}
	
	.contacts {
		padding: 63px 0;
	}
	
	.contacts-wrap {
		padding-top: 46px;
	}
	
	.contacts-inner .social-list,
	.footer-contacts .social-list {
		width: 195px;
	}

	.footer-contacts .social-list a {
		font-size: 2.3em;
	}
	
	.contacts-inner  .social-list a{
		font-size: 3em;
	}
	
	/* crowd-page */
	
	.crowd-slide-1 .subtitle {
		margin-top: 1.3em;
	}
	
	.text {
		margin-top: 1.5em;
		font-size: 2em;
	}
	
	.crowd .slide-2 .subtitle {
		font-size: 2.9em;
	}
	
	.crowd .slide-2 .logo-inner {
		margin: 30px 0;
	}
	
	.crowd-services-list {
		text-align: center;
	}
	
	.crowd-info-list .img {
		height: auto;
	}
	
	.crowd-info-list .arrow-right,
	.crowd-info-list .arrow-left{
		width: 75%;
	}
	
	.quote-container blockquote {
		font-size: 2.2em;
	}
	
	.quote-container .cite {
		font-size: 2.4em;
	}
	
	.four-column-list li {
		width: 21%;
		max-width: 220px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.case-info-text{
		font-size: 1.2em;
	}
	
	.case-list.left-text .case-btn {
		font-size: 1em;
		width: 100%;
		text-align: center;
		-webkit-transition: all .3s ease;
				transition: all .3s ease;
	}
	
	.case-list .case-btn:hover {
		color: #fff;
		background: #221f1f;
	}
	
}

@media screen and (min-width: 1280px) {
	.polls-info-list li:nth-child(3) p,
	.polls-info-list li:nth-child(4) p,
	.polls-info-list li:nth-child(5) p,
	.polls-info-list li:nth-child(6) p{
		min-height: 160px;
	}
	.sites-links-list {
		padding: 8px 20px;
	}
	
	.aside-menu-wrap {
		left: -24px;
	}
	
	.sites-links-list > li {
		padding: 0 60px 0 20px;
		margin-right: 30px;
	}
	
	.aside-menu-wrap {
		padding: 65px 20px 6px 44px;
	}
	
	.header {
		top: 36px;
	}
	
	.nav {
		margin-right: 30px;
	}
	
	.slide-1 .subtitle {
		margin-top: 2.263157894736842em;
		font-size: 3.8em;
	}
	
	.nav li {
		margin: 0 1.428571428571429em;
		font-size: 1.4em;
	}
	
	.search-btn {
		font-size: 3em;
	}
	
	.slide-3 h3 {
		font-size: 5.2em;
	}
	
	.subtitle {
		font-size: 3.6em;
	}
	
	.slide-3 .text {
		font-size: 2em;
	}
	
	.case-list  h3 {
		font-size: 2em;
	}
	
	.case-btn {
		font-size: 1.7em;
	}
	
	.partners-logo-list {
		padding-bottom: 180px;
	}
	
	.footer {
		height: 150px;
		padding: 30px 0;
		text-align: center;
	}
	
	.footer-contacts {
		font-size: 1.4em;
	}
	
	.column-list-wrap {
		margin-top: 42px;
	}
	
	.four-column-list li {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	/* communication-page */
	
	.three-column-list li {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.services-large-link h2{
		font-weight: 600;
		margin-bottom: .75em;
		font-size: 2.8em;
	}
	
	.services-large-link p{
		font-size: 1.8em;
		text-align: center;
	}

	.sociology-slide-1 .subtitle{
		margin-top: 1.2em;
	}

	.sociology-slide-1 .text, .sociology-slide-1 .subtitle{
		max-width: 75%;
	}

	.sociology-slide-1 .text{
		margin-top: .7em;
	}

	.sociology-slide-2 .polls-info-list,
	.complex-info-list{
		max-width: 90%;
	}

	.sociology-slide-2 .polls-info-list li,
	.complex-info-list{
		margin-top: 1.4em;
	}
	.sociology-slide-2 .polls-info-list,
	.complex-info-list{
		margin-top: 1.8em;
	}

	.sociology-slide-2 .polls-info-list li:nth-child(1),
	.sociology-slide-2 .polls-info-list li:nth-child(2),
	.sociology-slide-2 .polls-info-list li:nth-child(3){
		width: 28%;
	}
	.sociology-slide-2 .polls-info-list li:nth-child(4){
		width: 25%;
	}
	.sociology-slide-2 .polls-info-list li:nth-child(5),
	.sociology-slide-2 .polls-info-list li:nth-child(6),
	.sociology-slide-2 .polls-info-list li:nth-child(7){
		width: 19%;
	}
	
}

.complex-info-list{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.complex-info-list li{
	width: 28%;
	display: inline-block;
	vertical-align: top;
	margin-left:5%;
	margin-top: 4.5em;
	text-align: left;
}

.complex-info-list li h3{
	color: #e83d2f;
	font-size: 1.8em;
	font-family: 'Conqueror';
	font-weight: 500;
}

.complex-info-list li p{
	color: #fff;
	font-size: 1.4em;
	line-height: 1.5em;
}

.complex-info-list li:nth-child(3n+1){
	margin-left: 0;
}


/*Scroll-pane*/
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspContainer .jspPane {
  position: relative;
}
.jspContainer .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: #c3c3c3;
}
.jspContainer .jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c3c3c3;
}
.jspContainer .jspHorizontalBar .jspCap {
  float: left;
}
.jspContainer .jspHorizontalBar .jspTrack,
.jspContainer .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspContainer .jspCap {
  display: none;
}
.jspContainer .jspTrack {
  background: #c3c3c3;
  position: relative;
}
.jspContainer .jspDrag {
  background: #868686;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.nicescroll-rails {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.polls-slide-5 .partners-logo-list img,
.polls-slide-6 .partners-logo-list img{
	max-width: 100%;
	max-height: 70px;
}

@media screen and (max-width: 1024px) {
	.partners-logo-list.full li{
		height: 16%;
	}
	.polls-info-list p {
		font-size: 1.3em;
	}
	.polls-info-list h3 {
		margin-bottom: .2em;
		font-size: 1.5em;
	}
	.main h2 {
		font-size: 1.8em;
	}
	.four-column-list li {
		min-height: 180px;
	}
	.crowd-slide-3 .crowd-list{
		padding: 0 5%;
	}
	.crowd-slide-3 .crowd-list li{
		width: 20%;
	}
	.examination-list .row{
		width: 29%;
	}
	.examination-list{
		padding-left: 3%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.slide .container{
		transform: scale(.7);
	}
	.scale-ipad .container{
		transform: scale(.5);
	}
	.scale-ipad .partners-logo-list{
		transform: scale(.8);
	}
}

.talks-slide-1__slider-1 {
	background-image: url(../images/talks-slide-1__slider-1.jpg);
	background-size: cover;
}

.talks-slide-1__slider-2 {
	background-image: url(../images/talks-slide-1__slider-2.jpg);
	background-size: cover;
}

.talks-slide-1__slider-3 {
	background-image: url(../images/talks-slide-1__slider-3.jpg);
	background-size: cover;
}

.talks-slide-1__slider-4 {
	background-image: url(../images/talks-slide-1__slider-4.jpg);
	background-size: cover;
}

.fom-25 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 245px;
    z-index: 1;
    background: url('../../img/fom-25.svg') no-repeat;
}

.logo img {
    max-width: 800px;
}

@media(max-width: 1024px) {
    .fom-25 {
        width: 300px;
        height: 185px;
    }
}

@media(max-width: 767px) {
    .fom-25 {
        width: 150px;
        height: 93px;
    }
    .logo img {
        max-width: 100%;
    }
}
