body {
	font-family: 'PFCentroSansPro-Regular', sans-serif;
	overflow-x: hidden;
/*	color: #1F4455;
	background: url(../images/background.svg) repeat;
	background-size: 800px, 800px, auto;
	background-attachment: fixed !important; */
}
html {
	font-family: 'PFCentroSansPro-Regular', sans-serif;
	overflow: auto;
	font-size: 16px;
	overflow-y: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'PFCentroSansPro-Bold', sans-serif;
	margin-bottom: 0;
	line-height: 1.35;
	color: #1F4455;
}

h1, .h1 {
	font-size: 3.8rem;
	font-weight: 600;
}
h2, .h2 {
	font-size: 3.2rem;
	line-height: 1.2;
}
h3, .h3 {
	font-size: 2.6rem;
	font-weight: 400;
}
h4, .h4 {
	font-size: 1.9rem;
	font-weight: 400;
}
h5, .h5 {
	font-size: 1.35rem;
	font-weight: 400;
}
h6, .h6 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1rem;
}

.not {
	cursor: default !important;
}

.svg-img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.cont-svg {
display: inline-block;
position: relative;
width: 29px;
right: 0vh;
top: 0vh;
z-index: 12;
}


.capital {text-transform: capitalize !important}

.es-list li.selected {
background: transparent !important;
}

.es-list { max-height: 160px !important; }


.btn-group-lg>.btn, .btn-lg {
padding: .7rem 1rem .6rem 1rem;
}

.nav-link {
padding: .5rem 1rem .5rem 0;
}

.pf-bold {
	font-family: 'PFCentroSansPro-Bold', sans-serif;
}

.nav-item a:hover {
	text-decoration: underline;
	text-underline-offset: 10px;
}

.bg-red {
	background-color: #901026;
}
.bg-grey-light {
	background-color: #E5E5E5;
}
.bg-grey {
	background-color: #A7B9C8;
}

.red {
	color: #901026 !important;
	font-family: 'PFCentroSansPro-bold', sans-serif;
}

.thin {
	font-family: 'PFCentroSansPro-Regular', sans-serif !important;
}

.btn-outline-grey {
	color: #A7B9C8;
	border-color: #A7B9C8;
}
.btn-outline-grey:hover {
	color: #fff;
	background-color: #A7B9C8;
	border-color: #A7B9C8;
}

.btn-outline-red {
	color: #901026;
	border-color: #901026;
}

.btn-outline-red:hover {
	color: #fff !important;
	background-color: #901026;
	border-color: #901026;
}

.btn-red {
	color: #fff;
	background-color: #901026;
	border-color: #901026;
}

.btn-red:hover {
	color: #901026 !important;
	border-color: #901026;
	background-color: transparent;
}


.grey {
	color: #1F4455 !important
}

.btn-outline-grey {
	color: #1F4455;
	border-color: #1F4455;
}

.btn-outline-grey:hover {
	color: #fff !important;
	background-color: #1F4455;
	border-color: #1F4455;
}

.quest-container {
	border-top: 1px #f00000 solid;
	border-bottom: 1px #f00000 solid;
	padding: 2rem 3rem;
	border-left: 1px #f00000 solid;
	/* border-right: 1px #f00000 solid; */
}

a {
	cursor: pointer;
	border-bottom: 1px #901026 solid;
	color: #901026;
}

.fadeInWhite {
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.92) 67.23%, rgba(255, 255, 255, 0));
	padding-bottom: 40px;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px #007bff solid;
	color: #007bff
}

a.btn.btn-primary:hover {
	opacity: 0.9 !important;
	color: #fff !important;
	background-color: ;
}

a.hover-target.animsition-link {
	border-bottom: none !important;
}

::selection {
	color: #fff;
}
::-moz-selection {
	color: #fff;
}
::selection {
	background-color: #000;
}
::-moz-selection {
	background-color: #000;
}

input::placeholder {
	color: #495057
}


.form-control {
font-size: 1.15rem;
}

.material-icons.md-18 { font-size: 18px; margin-top: -2px;}
.material-icons.md-24 { font-size: 24px; margin-top: -2px;}
.material-icons.md-36 { font-size: 36px; margin-top: -2px;}
.material-icons.md-48 { font-size: 48px; margin-top: -2px;}

.btn-group-lg>.btn, .btn-lg {
font-size: 1rem;
}

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
/*	left: 0; */
	z-index: 100;
	padding: 265px 0 0;
	/* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); */
	box-shadow: none;
}

.info {
	font-size: 2.5rem;
	line-height: 1;
	display: block;
}

.triangle, .step1, step2, step3, step4 {
	display: inline-block;
	position: relative;
}

.triangle:before {
	content: "";
	background: url(../images/triangle.svg) no-repeat center;
	position: absolute;
	top: -36%;
	left: -59%;
	height: 150%;
	width: 100%;
	z-index: -1;
}


.download-cont {
	display: inline-block;
	position: relative;
	width: 28px;
	left: -6px;
	bottom: 0vh;
}

.download-icon {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-image: url('https://common.skolkovo.ru/moove-by-skolkovo/images/download.svg')  
}

.btn-outline-grey:hover .download-cont .download-icon,
.btn-outline-grey:focus .download-cont .download-icon {
  background-image: url('https://common.skolkovo.ru/moove-by-skolkovo/images/download-white.svg');
}

.qr-moove {
display: inline-block;
position: relative;
width: 150px;
left: -10px;
top: 0px;
margin: 10px;
padding: 10px;
border: 1px #1F4455 solid;
}

.svg-6 {
display: inline-block;
position: absolute;
width: 6vw;
left: 50vh;
top: -8vh;
}

.svg-7 {
display: inline-block;
position: absolute;
width: 3vw;
left: 40vh;
bottom: -4vh;
}

.svg-8 {
display: inline-block;
position: absolute;
width: 3vw;
left: 1vh;
bottom: -4vh;
}

.grey-arrows {
	display: inline-block;
	position: absolute;
	width: 5vw;
	right: -10vh;
}

.grey-arrows-2 {
display: inline-block;
position: absolute;
width: 5vw;
right: 2vh;
}

.svg-left-triangle {
display: inline-block;
position: absolute;
width: 20px;
left: -10px;
top: -10px;
}



.svg-plus {
	display: inline-block;
	position: relative;
	width: 20px;
	right: 0vh;
	top: 0px;
	margin-bottom: 15px;
}

.svg-num {
	display: inline-block;
	position: relative;
	width: 10vh;
	right: 0;
	top: 0px;
}

.scroll-down-container {
display: inline-block;
position: absolute;
width: 35px;
left: -20vh;
top: -7vh;
}

.game-container {
display: inline-block;
position: relative;
width: 20px;
right: 0;
top: 0px;
text-align: center;
}

.svg-container {
display: inline-block;
position: relative;
width: 95px;
left: 0vh;
top: 10vw;
}

.svg-arrow-container {
	display: inline-block;
	position: absolute;
	width: 25vw;
	right: 2vh;
	top: -4vw;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 38vw;
}
.svg-img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}


.step1 {
display: inline-block;
position: absolute;
width: 57px;
left: -51px;
top: 46px;
}


.step2 {
display: inline-block;
position: absolute;
width: 68px;
left: -54px;
top: 37px;
}

.step3 {
display: inline-block;
position: absolute;
width: 58px;
left: -49px;
top: 43px;
}

.step4 {
display: inline-block;
position: absolute;
width: 58px;
left: -54px;
top: 46px;
}

.step5 {
display: inline-block;
position: absolute;
width: 70px;
left: -65px;
top: 47px;
}

.step6 {
display: inline-block;
position: absolute;
width: 58px;
left: -54px;
top: 43px;
}

/*
	.step1:before {
content: "";
background: url(../images/step1.svg) no-repeat center;
position: absolute;
top: 0px;
left: -43vh;
height: 6.6vh;
width: 100%;
z-index: -1;
}

.step2:before {
content: "";
background: url(../images/step2.svg) no-repeat center;
position: absolute;
top: 9%;
left: -43vh;
height: 9vh;
width: 100%;
z-index: -1;
}
*/

.btn {
	min-width: 150px;
	text-transform: uppercase;
}

.btn.btn-link {
	min-width: inherit;
}

mark{
	color:#212121;
}
.lead {
	font-size: 1.15rem;
	font-weight: 300;
}
.lead-big {
	font-size: 1.55rem;
	line-height: 1.6;
	font-weight: 300;
}

.fa.fa-pull-left {
	margin-right: 1rem;
	font-size: 1.3rem;
}

.uppercase {
	text-transform: uppercase;
}

/* #Preloader style
================================================== */

.animsition-loading,
.animsition-loading:after {
	width: 36px;
	height: 36px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	border-radius: 50%;
	z-index: 100;
}
.animsition-loading {
	opacity: .2;
	background-color: transparent;
	border:none;
	background-color: #3b3a42;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%
}
.cursor{
	background-color: #901026;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.01s ease-out;
	transition:all 0.01s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #901026;
	/*box-shadow: 0 0 22px rgba(0, 0, 0, 0.6);*/
}
.cursor2.hover{
	background: rgba(0,0,0,.1);
	/*box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);*/
}
.scale-up .cursor2,
.scale-up .cursor3{
	opacity: 0;
}

.cursor-dark .cursor2,
.cursor-dark .cursor3{
	border: 2px solid #901026;
	/*box-shadow: 0 0 14px rgba(75, 77, 100, 0.3);*/
}
.cursor-dark .cursor2.hover,
.cursor-dark .cursor3.hover{
	background: rgba(75, 77, 100, 0.3);
	border: none;
	/*box-shadow: 0 0 14px rgba(75, 77, 100, 0.2);*/
}

.cursor-default {
    cursor: -webkit-grab !important;
	cursor: grab !important;
}

.video-cursor .cursor2.hover,
.video-cursor .cursor3.hover{
	opacity: 0;
}

.headerVideo {
	z-index: -2;
	position: static;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
video.headerVideo {
object-fit: fill;
}

@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}

/* #back to top arrow
================================================== */

.scroll-to-top {
	position: fixed;
	bottom: 10vh;
	right: 34px;
	opacity: 0;
	visibility: hidden;
	width: 10px;
	height: 54px;
	z-index: 999;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 20px 50px;
	cursor: pointer;
	background-image: url(../img/arrows.svg);
	transform: translateY(-15px) ;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.scroll-to-top:hover{
	bottom: 12vh;
}
.scroll-to-top.active-arrow{
	opacity: 1;
	visibility: visible;
	transform: translateY(0) ;
}
.down {
	bottom: 18vh !important;
}
	
.down:hover{
	bottom: 18.2vh !important;
}

/* #SVG
================================================== */

.lines2, .circle,.title-lines, .square, .lines4, .square2, .lines6, .lines7 {
	position: relative;
	vertical-align: middle;
}


.lines2:before {
	content: '';
	background: url(../img/lines2.svg) no-repeat center;
	position: absolute;
	z-index: 1;
	top: -32%;
	right: -58%;
	height: 100%;
	width: 100%;
}

.title-lines:before {
	content: '';
	background: url(../img/title-lines.svg) no-repeat center;
	position: absolute;
	z-index: -1;
	top: 0%;
	right: 30%;
	height: 200%;
	width: 100%;
}

.square:before {
	content: '';
	background: url(../img/square.svg) no-repeat center;
	position: absolute;
	z-index: 0;
	top: -6%;
	right: -15%;
	height: 20%;
	width: 50%;
}

.lines4:before {
	content: '';
	background: url(../img/lines4.svg) no-repeat center;
	position: absolute;
	z-index: -1;
	top: -540%;
	left: -143%;
	height: 750%;
	width: 700%;
}

.square2:before {
	content: '';
	background: url(../img/square2.svg) no-repeat center;
	position: absolute;
	z-index: -1;
	top: 20%;
	right: -38%;
	height: 100%;
	width: 100%;
}

.lines6:before {
	content: '';
	background: url(../img/lines6.svg) no-repeat center;
	position: absolute;
	z-index: 0;
	top: -333%;
	left: -360%;
	height: 666%;
	width: 700%;
}

.circle:before {
	content: '';
	background: url(../img/circle.svg) no-repeat center;
	position: absolute;
	z-index: -1;
	top: -228%;
	left: -363%;
	height: 766%;
	width: 700%;
}


.lines7:before {
	content: '';
	background: url(../img/lines7.svg) no-repeat center;
	position: absolute;
	z-index: -1;
	bottom: -8%;
	right: 8%;
	height: 17%;
	width: 24%;
}

.circle2 {
	position: relative;
	vertical-align: middle;
	width: 100px;
	height: 100px;
}

.square3 {
	position: relative;
	vertical-align: middle;
	width: 300px;
	height: 300px;
}

.circle2:before {
	content: '';
	background: url(../img/circle.svg) no-repeat center;
	position: absolute;
	z-index: -1;
	top: 28%;
	left: -509%;
	height: 760%;
	width: 700%;
}

.square3:before {
	content: '';
	background: url(../img/square2.svg) no-repeat center;
	position: absolute;
	z-index: -1;
	top: 54%;
	right: -340%;
	height: 100%;
	width: 100%;
}

.parallax-s-curve {
	position: relative;
	overflow: hidden;
}

.parallax-s-curve:before { 
	content: '';
	position: absolute;
	background-image: url("../img/header-s-curve.jpg");
	width: 100%;
	height: 600px; 
	z-index: -1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 575px) {
	.parallax-s-curve:before {
    	background-attachment: scroll;
    	height: 100vh;
    }
    .parallax-s-curve {
    	height: 100vh;
    }
}

.bg-blue-curve {
	background-color: rgba(49, 54, 105, 0.79)!important;	
}
.logo {
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;	
}


/* #Primary style
================================================== */


body.modal-open > :not(.modal) {
    -webkit-filter: blur(3px) grayscale(90%);
    -moz-filter: blur(3px) grayscale(90%);
    -o-filter: blur(3px) grayscale(90%);
    -ms-filter: blur(3px) grayscale(90%);
    filter: blur(3px) grayscale(90%);
}

.input-group-text {
padding: 0.5rem 0.75rem;
}


.space-sep20 {clear: both;display: block;height: 20px;}
.space-sep40 {clear: both;display: block;height: 40px;}
.space-sep60 {clear: both;display: block;height: 60px;}
.space-sep80 {clear: both;display: block;height: 80px;}
.space-sep100 {clear: both;display: block;height: 100px;}

.bg-fest-yellow {
	background-color: #f0e13f;
}
.bg-fest-red {
	background-color: #d43021;
}
.bg-fest-blue {
	background-color: #236aa6;
}

.section {
    position: relative;
	width: 100%;
	display: block;
}
.relative {
    position: relative;
}
.over-hide{
	overflow: hidden;
}
.full-height {
	height: 100vh;
}
.hero-full-height {
	height: calc(100vh - 140px);
}
.half-height {
	height: 50vh;
}
.big-55-height {
	height: 55vh;
}
.big-60-height {
	height: 60vh;
}
.big-65-height {
	height: 65vh;
}
.big-70-height {
	height: 70vh;
}
.big-75-height {
	height: 75vh;
}
.big-80-height {
	height: 80vh;
}
.max-width-80 {
	max-width: 80%;
}
.background-white {
	background-color: #ffffff;
}
.background-grey {
	background-color: #fbfbfb;
}
.background-grey-1 {
	background-color: #f9f9f9;
}
.background-dark {
	background-color: #101010;
}
.background-dark-1 {
	background-color: #242424;
}
.background-dark-2 {
	background-color: #1f2029;
}
.background-dark-3,
.background-dark-4 {
	background-color: rgba(20, 21, 26, 0.03);
}
.background-black {
	background-color: #000000;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #ffffff;
}
.color-grey {
	color: #e1e1e1;
}
.img-wrap  {
	position:relative;
	width:100%;
	display:block;
	margin-bottom: 20px;
}
.img-wrap img {
	width:100%;
	height: auto;
	display:block;
}
.z-bigger  {
	z-index:10;
}
.z-bigger-20  {
	z-index:20;
}
.z-bigger-30  {
	z-index:30;
}
.z-bigger-40  {
	z-index:40;
}
.z-bigger-50  {
	z-index:50;
}
.container.z-bigger  {
	z-index: 50;
}
.z-too-big  {
	z-index:11000;
}
.padding-page-top {
	padding-top: 250px;
}
.padding-top-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-top {
	padding-top: 100px;
}
.padding-bottom {
	padding-bottom: 100px;
}
.padding-top-bottom-big {
	padding-top: 140px;
	padding-bottom: 140px;
}
.padding-top-big {
	padding-top: 140px;
}
.padding-bottom-big {
	padding-bottom: 140px;
}
.padding-top-bottom-small {
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-top-small {
	padding-top: 70px;
}
.padding-bottom-small {
	padding-bottom: 70px;
}
.padding-top-bottom-smaller {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-smaller {
	padding-top: 50px;
}
.padding-bottom-smaller {
	padding-bottom: 50px;
}
.page-title h1{
	position: relative;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	z-index: 2;
}
.page-title p{
	position: relative;
	font-size: 24px;
	font-weight: 500;
	padding-left: 0px;
	z-index: 1;
}
/* .page-title p:before{
	position: absolute;
	content: '';
	top:50%;
	left: 0;
	width:25px;
	height: 3px;
	background-color: #3b3a42;
} */
.page-title-small p{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-left: 95px;
	z-index: 2;
}
.page-title-small p:before{
	position: absolute;
	content: '';
	top:50%;
	left: 35px;
	width: 40px;
	height: 1px;
	background-color: #616481;
}
.shadow-title{
	position: fixed;
	top: 0;
	margin-top: 170px;
	left: 15px;
	width: 100%;
	height: 300%;
	text-align: left;
	font-family: 'skolkovotypefacebold', sans-serif;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	font-size: 14vw;
	line-height: 1;
	color: rgba(0,0,0,0.1);
	background: linear-gradient(90deg, rgba(59, 58, 66,0.1), rgba(59, 58, 66,0.1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	z-index: 1;
}


/* #Navigation
================================================== */
 
.header{
    position: fixed;
	width:100%;
	top:0;
	left:0;
	z-index:100;
} 
.header-wrapper {
	position: relative;
	width: calc(100% - 0px);
	margin-top: 0px;
	padding-top: 20px;
}

.logo-wrap {
/*	position: absolute;
	display:block; */
	left:0;
	top: 5px;
	cursor: pointer;
	z-index: 12;
}
.logo-wrap a {
	cursor: pointer;
}
.logo-wrap img{
	height:60px;
	width:auto;
	display:block;
	cursor: pointer;
}

.logo-wrap2 {
/*	position: absolute;
	display:block; */
	left:0;
	top: 100px;
	cursor: pointer;
	z-index: 12;
}
.logo-wrap2 a {
	cursor: pointer;
}
.logo-wrap2 img{
	height:96px;
	width:auto;
	display:block;
	cursor: pointer;
}

.accordion button {
	display: block;
	width: 100%;
	text-align: left;
}

.btn-copy {
	display: inline !important;
	width: inherit !important;
	padding: 0
}

.accordion .card {
background-color: transparent;
border: 0px solid rgba(0,0,0,.125);
}

.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.5rem 2rem;
}

.card-header {
padding: 0.2rem 1.25rem;
margin-bottom: 0;
background-color: transparent;
border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion>.card .card-header {
margin-bottom: 1px;
}

.cd-header {
/*	position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(20, 21, 26, 0.96);
	width: 100%;
	z-index: 15;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	height: 100px;
	background: transparent;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-header.is-fixed {
	position: fixed;
	top: 0px;
	background-color: rgba(20, 21, 26, 0.00);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
/*
.cd-header.is-visible {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
*/
.cd-header.menu-is-open {
	background-color: rgba(21, 21, 21, 0);
}


.nav-but-wrap {
/* position: relative; 
display: none;
float: right;
right: -80px;
padding-right: 7px;
padding-left: 7px;
padding-top: 20px;
padding-bottom: 12px;
margin-top: 0px; */ 
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
/* background-color: #1F4455; */
border-radius: 50%;
color: #1F4455;
z-index: 12
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #1F4455;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	background-color: #1F4455
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	background-color: #1F4455
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}

.nav-menu {
	position: fixed;
	z-index: 999;
}
.nav-menu:before, .nav-menu:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.98);
	opacity: 0.9;
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	-webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
}
.nav-menu:after {
	background: #fff;
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav-menu:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin-top: 0px;
	-webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
}
.curent-page-name-shadow {
	position: absolute;
	top: 50%;
	left: -100%;
	width: 300%;
	text-align: center;
	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	font-family: 'Poppins', sans-serif;
	font-size: 22vw;
	margin-top: 40px;
	font-weight: 900;
	color: #fff;
	opacity: 0;
	z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #3b3a42;
	overflow: hidden; 
	font-family: 'PFCentroSansPro-Regular', sans-serif;
	font-size: 8vh;
	line-height: 1.05;
	-webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: #1F4455;
	overflow: hidden; 
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
    
}
.nav__list-item a:after{ 
	position: absolute;
	content: '';
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	margin-top: 3px;
	background-color: rgba(255,255,255,0);
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:hover:after{ 
	height: 20px;
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 10px;
}
.nav__list-item a:hover{
	color: #901026;
	text-decoration: underline;
	text-underline-offset: 10px;
}
.nav__list-item.active-nav a{
	color: rgba(255,255,255,1);
	
}
.nav__list-item.active-nav a:after{ 
	height: 20px;
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 10px;
	
}
body.nav-active .nav__content {
	visibility: visible;
}

/*
body.nav-active .cd-header.is-fixed {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
*/
body.nav-active .cd-header.is-visible {
}
body.nav-active .menu-icon__line {
	background-color: #1F4455;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
body.nav-active .nav-menu {
	visibility: visible;
}
body.nav-active .nav-menu:before, body.nav-active .nav-menu:after {
	-webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}
body.nav-active .nav-menu:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav-menu:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .curent-page-name-shadow {
	margin-top: -25px;
	opacity: 0.08;
	-webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.nav__list .sub-links{ 
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list .sub-links li{ 
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	display: block;
}
.nav__list .sub-links li:first-child{ 
	margin-top: 0;
}
.nav__list .sub-links li a{ 
	color: rgba(255,255,255,.6);
	overflow: hidden;
	font-family: 'PFCentroSansPro-Regular', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 2px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 250px;
	display: block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list .sub-links li a:after{ 
	display: none;
}
.nav__list .sub-links li a:hover{ 
	color: rgba(255,255,255,1);
}
.nav__list .sub-links li.active-nav a{ 
	color: rgba(255,255,255,1);
}


/* BG
================================================== */

body .section-content.section-image, html .section-content.section-image, button .section-content.section-image, input .section-content.section-image,.section-content.section-image2, select .section-content.section-image, textarea .section-content.section-image {
position: relative;
/* background-color: rgba(255, 255, 255, 0.74); */
background: linear-gradient(rgba(255, 255, 255, 0.59), rgba(255, 255, 255, 0.7) 41.6%, rgba(255, 255, 255, 1));
border: none;

}

.section-content {
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
padding: 40px 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-height: 450px;

}


.section-content.section-image:before {
    background-image: url(https://common.skolkovo.ru/event/degree/openday-2019/img/header.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
	height: 100%;
    content: "";
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s;
    
}


.section-content.section-image2 {
position: relative;
background-color: rgba(16, 29, 111, 0.58);
border: none;
}

.section-content.section-image2:before {
    background-image: url(../img/quote.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
	height: 100%;
    content: "";
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    transition: 1s;
    
}

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



.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

/* #Home Slider
================================================== */
 
.swiper-wrapper{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 3;
	cursor: grab;
}
.swiper-wrapper:active,
.swiper-wrapper:focus{
	cursor: grabbing;
	cursor: url('../img/grabbing.png') 28 15,grabbing;
}
.swiper-slide{
	position: relative;
	padding: 0;
	margin: 0;
}
.swiper-slide{
	width: auto;
	z-index: 3;
	cursor: grab;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    transition: all 250ms linear;
	float: left;
}
.swiper-slide:active,
.swiper-slide:focus{
	cursor: grabbing;
	cursor: url('../img/grabbing.png') 28 15,grabbing;
}

.swiper-slide.bottom-name{
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: end;
	align-items: flex-end;
}

.swiper-slide a{
	cursor: pointer;
	margin: 0 100px;
}
.swiper-slide.bottom-name a{
	cursor: pointer;
	margin: 0;
}
.swiper-slide h1{
	position: relative; 
	font-size: 60px;
	letter-spacing: 3px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	padding: 0 5px;
	cursor: pointer;
	width: 100%;
	z-index: 3;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.swiper-slide.bottom-name h1{
	padding: 20px 100px;
	font-weight: 900;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
}
.swiper-slide.bottom-name:first-child h1{
	border-left: 1px solid rgba(255,255,255,0.2);
}
.swiper-slide.bottom-name h1:before{
	background-color: rgba(255,255,255,.1);
}
.case-study-name.bottom-name.active h1:before{
	opacity: 1;
	height: 100%;
}
.case-study-name.bottom-name.active h1{
	opacity: 1;
	-webkit-text-stroke: 2px transparent;
	text-stroke: 2px transparent;
	-webkit-text-fill-color: #fff;
	text-fill-color: #fff;
	color: #fff;
}
.swiper-slide h1:before{
	position: absolute; 
	content: '';
	left: 0;
	height: 0;
	bottom: 0px;
	background-color: rgba(255,255,255,.5);
	cursor: pointer;
	width: 100%;
	z-index: 2;
	opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 0;
	position: relative;
	-ms-touch-action: none;
	background: rgba(255, 255, 255, 0.2);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 30%;
	right: 30%;
	bottom: 35px;
	z-index: 50;
	height: 1px;
	width: 40%;
}
.swiper-container-horizontal > .swiper-scrollbar.bottom-name {
	bottom: 140px;
}
.swiper-scrollbar-drag {
	height: 19px;
	border-radius: 50%;
	position: relative;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1) 
	left: 0;
	top: -9px;
	cursor: pointer;
}
.swiper-scrollbar-drag:active,
.swiper-scrollbar-drag:focus{
	cursor: grabbing;
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1); 
}

.case-study-name h1{
	opacity: 0.6;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.case-study-name h1:hover{
	opacity: 1;
}
.case-study-name.active h1{
	opacity: 1;
}
.case-study-name.active h1:before{
	opacity: 1;
	height: 20px;
}
.case-study-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index: 1;
}	
.case-study-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}	
.case-study-images li .img-hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	z-index: 5;	
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li .img-hero-background.no-blur{
	-webkit-clip-path: none;
	clip-path: none;
}
.case-study-images li.show .img-hero-background.no-blur {
	opacity: 0.45;
} 
.case-study-images li h2{
	position: absolute;
	width: 300%;
	text-align: center;
	font-size: 16vw;
	line-height: 0.8;
	color: rgba(200,200,200,.1);
	background: linear-gradient(rgba(75, 77, 100,0.8), rgba(75, 77, 100,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	bottom: 0;
	left: -100%;
	list-style:none;
	opacity: 0;
	z-index: 7;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);	
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li h2.no-blur-image{
	color: rgba(200,200,200,.1);
	background: linear-gradient(rgba(75, 77, 100,0.5), rgba(75, 77, 100,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	mix-blend-mode: none;
}
.case-study-images li h2.bottom-name{
	text-align: center;
	font-size: 14vw;
	line-height: 0.8;
	color: #353746;
	background: none;
	-webkit-background-clip: none;
	-webkit-text-fill-color: #353746;
	bottom: auto;
	top: 50%;
	margin-top: -20px;
	mix-blend-mode: screen;		
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear; 
}
.case-study-images li.show h2.bottom-name{	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -40px;	
}
.case-study-images li h2.fullscreen-image{
	color: #353746;
}
.case-study-images li h2.fullscreen-image.no-blur{
	background: none;
	-webkit-background-clip: #353746;
	-webkit-text-fill-color: #353746;
	color: #353746;
	mix-blend-mode: screen;
}
.case-study-images li.show h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.case-study-images li .img-hero-background-over{
	position: absolute;
	width: 60%;
	height: 60%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 20%;
	left: 20%;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	z-index: 8;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li .img-hero-background-over:after{
	position: absolute; 
	content: '';
	left: 0;
	height: 100%;
	top: 0px;
	background-color: #111;
	width: 100%;
	z-index: 9;
	opacity: 0.3;
}
.case-study-images li.show .img-hero-background {
	opacity: 0.5;
} 
.case-study-images li.show .img-hero-background-over {
	opacity: 1;
}
.case-study-images li .hero-number-fixed{
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 40px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	list-style:none;
	font-size: 13px;
	margin-left: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #3b3a42;
	z-index: 6;
}
.case-study-images li .hero-number-fixed.bottom-name{
	bottom: 170px;
}
.case-study-images li .hero-number.bottom-name{
	bottom: 170px;
}
.case-study-images li .hero-number-fixed:before{
	position: absolute;
	content: '';
	top: 50%;
	left: -60px;
	width: 60px;
	height: 1px;
	z-index: 1;
	background-color: rgba(255,255,255,.6);
} 
.case-study-images li .hero-number{
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 40px;
	margin-left: -70px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	list-style:none;
	opacity: 0;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #3b3a42;
	z-index: 6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li.show .hero-number {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 


.filter {
	-webkit-filter: grayscale(100%) brightness(110%) contrast(90%);
	filter: grayscale(100%) brightness(110%) contrast(90%);
}

.news-main__img-wrapper:before {
/* background-color: rgba(0, 48, 89, 0.3); */
position: absolute;
width: 100%;
left: 0;
bottom: 0px;
height: 100%;
content: '';
z-index: 1;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
background: #1F4455;
mix-blend-mode: screen;
}


.speaker-name {
	position: absolute;
	bottom: 0px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.16) 21.01%, rgba(0, 0, 0, 0.8));
	top: auto;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%;
	overflow: hidden;
	align-content: flex-end;
	align-items: flex-end;
	align-self: flex-end;
	display: flex;
	flex-flow: wrap;
	z-index: 2
}


.news-main__img-wrapper {
	position: relative;
	display: block;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s
}

.news-main__img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.news-main__img-separator-100 {
	padding-top: 100%
}

.news-main__img-separator-events {
	padding-top: 52%
}

.news-main__img-separator-news {
	padding-top: 9.76em;
}

.news-main__img-separator-80 {
	padding-top: 80%
}

.news-main__img-separator-76 {
padding-top: 76%;
}
.news-main__img-separator-60 {
	padding-top: 60%
}

.news-main__img-separator-40 {
	padding-top: 40%
}

.news-main__img-separator-30 {
	padding-top: 30%
}

.news-main__img-separator-20 {
	padding-top: 20%
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;	
}


.input-group > .intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
z-index: 4;
height: 34px;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
    }
}

/* #Home/Work Slice Reveal
================================================== */

.scroll-img {
	width: 800px;
	max-width: 100%;
	min-width: 200px;
	height: 40vh;
	min-height: 250px;
	background-size: cover;
	overflow: hidden;
}
.uncover__img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.uncover__slices {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}
.uncover__slices--vertical {
	flex-direction: row;
}
.uncover__slices--horizontal {
	flex-direction: column;
}
.uncover__slices--horizontal-double {
	display: grid;
	grid-template-columns: 50% 50%;
}
.uncover__slices--vertical-double {
	display: grid;
	grid-template-rows: 50% 50%;
}
.uncover__slice {
	color: #1f2029;
	background-color: #1f2029;
	flex: 1;
}
.hover-portfolio-box{
	cursor: url('../img/more.png') 17 17,pointer;
}
.hover-portfolio-box .scroll-img:after{
	position: absolute;
	background-color: #1f2029;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.hover-portfolio-box:hover .scroll-img:after{
	opacity: 0.7;
}
.hover-portfolio-box p{
	position: absolute;
	bottom: 60px;
	left: 30px;padding: 10px 10px;
	color: #ebebeb;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	font-style: italic;
	opacity: 0;
	/* -webkit-writing-mode: vertical-lr; */
	/* writing-mode: vertical-lr; */
	/* -webkit-transform: translateX(20px); */
	/* transform: translateX(20px); */
	cursor: pointer;
	/* letter-spacing: 3px; */
	margin: 0;
	/* padding: 0; */
	z-index: 3;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.hover-portfolio-box:hover p{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.hover-portfolio-box h4{
	position: absolute;
	bottom: 15px;
	right: 30px;
	color: #fff;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	cursor: pointer;
	margin: 0;
	padding: 0;
	z-index: 4;
	cursor: url('../img/more.png') 17 17,pointer;
	letter-spacing: 2px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.hover-portfolio-box:hover h4{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* #Portfolio Masonry
================================================== */

#projects-grid {
position: relative;
/* text-align: center; */
margin: 0 auto;
/* width: 1145px; */
max-width: 100%;
overflow: visible !important;
}

#projects-grid:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-box{
	position: relative;
	float: left;
	display: inline-block;
	box-sizing: border-box;
	overflow: visible;
	width: calc(50% - 50px);
/*	margin: 25px;
	margin-left: 24px; */
	-webkit-transform: translate3d(1px,0,0);
	transform: translate3d(1px,0,0);
	cursor: pointer;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.portfolio-box p{
	/* position: absolute; */
	/* bottom: 15px; */
	/* left: 15px; */
	/* color: #ebebeb; */
	/* font-size: 16px; */
	/* line-height: 16px; */
	/* font-weight: 300; */
	/* font-style: italic; */
	/* opacity: 0; */
	/* -webkit-writing-mode: vertical-lr; */
	/* writing-mode: vertical-lr; */
	/* -webkit-transform: translateX(20px); */
	/* transform: translateX(20px); */
	cursor: pointer;
	/* letter-spacing: 3px; */
	/* margin: 0; */
	/* padding: 0; */
	z-index: 3;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box:hover p{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.portfolio-box h4{
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #3b3a42;
	font-weight: 300;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	cursor: pointer;
	margin: 0;
	padding: 0;
	z-index: 4;
	letter-spacing: 2px;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box:hover h4{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-box .portfolio-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31,32,41,0);
	z-index: 1;
	cursor: pointer;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.portfolio-box:hover .portfolio-mask{
	background-color: rgba(31,32,41,0.7);
}
.portfolio-box img{
	width: 100%;
	height: auto;
	display: block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box:hover div{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#portfolio-filter {
position: relative;
text-align: center;
z-index: 999;
width: 100%;
margin: 0 auto;
-webkit-transition: all 120ms linear;
transition: all 120ms linear;
}

.portfolio-filter-fixed {
position: fixed !important;
top: 2rem;
text-align: center;
z-index: 15;
width: 100%;
-webkit-transition: all 120ms linear;
transition: all 120ms linear;
}

/*
#portfolio-filter {
position: fixed;
top: 1.95rem;
left: 0;
right: 0;
text-align: center;
z-index: 0;
width: 100%;
margin: 0 auto;
}
*/
#filter {
	padding: 0;
	margin: 0;
}
#filter li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
	float: left;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	outline: none;
	color: rgba(200,200,200,.5);
	font-weight: 700;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 15px;
	line-height:22px;
	text-decoration: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li a:hover {
	color:#fff;
}
#filter li a:before {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -9px;
	height: 2px;
	content: '';
	z-index: -1;
	background-color: #3b3a42;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#filter li a.current:before {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
#filter li a.current {
	color:#3b3a42;
}
#filter li a:hover:before {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
.isotope-item {
    z-index: 7;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}

.grid-item { width: calc(25% - 0.5px); }

.grid-item--width2 { width: 50%; }
.grid-item--height2 { height: 20%; }

.grid-sizer { width: 4%; }
  
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* #Project video with cover image
================================================== */

.video-section {
	position: relative;
	width:100%;
	margin:0 auto;
}
.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:60px;
	height:60px;
	background: #fff;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.15);
	cursor: url('../img/play.png') 6 8,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.1);
}
figure.vimeo:hover a:after, figure.youtube:hover a:after{
	opacity: 0;
}
figure.vimeo a:before, figure.youtube a:before {
	border-left: 8px solid #212121;
}
figure.vimeo a:before, figure.youtube a:before {
	content:"";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	z-index:10;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -3px;
	margin-top: -5px;
	display:block;
	cursor: url('../img/play.png') 6 8,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
	border-color: transparent;
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
	cursor: url('../img/play.png') 6 8,pointer;
}


/* #Studio page
================================================== */

.img-mask{
	-webkit-mask-image: url('../img/mask-image.png');
	mask-image: url('../img/mask-image.png');
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.studio-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.studio-list li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-left: 40px;
	margin-bottom: 8px;
	list-style: none;
}
.studio-list li:last-child {
	margin-bottom: 0;
}
.studio-list li:before{
	position: absolute;
	content: '';
	top:50%;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #616481;
}
.studio-list li p{
	padding: 0;
	margin: 0;
}

.logo-box {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;
	border: 1px solid rgba(200, 200, 200, .2);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.logo-box:hover {
	border: 1px solid rgba(200, 200, 200, .6);
}
.logo-box img {
	height: 45px;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.logo-box img:hover {
	opacity: 0.4;
}
.blockquote{
	position: relative;
	padding-left: 70px;
	display: block;
}
.blockquote:before{
	position: absolute;
	content: '”';
	top: 0;
	left: 0;
	font-family: 'skolkovotypefacebold', sans-serif;
	font-size: 120px;
	line-height: 0.9;
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
}

/* #Blog page
================================================== */
 
.case-study-wrapper.vertical-blog{
	list-style: none;
	padding: 0;
	margin: 0;
} 
.case-study-wrapper.vertical-blog li{
	list-style: none;
	padding: 0;
	margin: 0;
} 
.case-study-wrapper.vertical-blog li a{
	display: inline-block;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.case-study-wrapper.vertical-blog .case-study-name{
	opacity: 0.4;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.case-study-wrapper.vertical-blog .case-study-name.active{
	opacity: 1;
}
.case-study-wrapper.vertical-blog li a:hover{
	opacity: 1; 
}
.case-study-wrapper.vertical-blog li p{
	font-family: 'PFCentroSansPro-Regular', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #5a5964;
	padding-left: 0;
}
.case-study-wrapper.vertical-blog li p:before{
	display: none;
}
.case-study-wrapper.vertical-blog .case-study-name.active h4{
	opacity: 1;
}
.case-study-images li .img-hero-background.blog-back-image{
	position: fixed;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-shadow: inset 0 0 50px #1f2029;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.case-study-images li.show .img-hero-background.blog-back-image {
	opacity: 0.3;
}

.go-to-post {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 10px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 40px 10px;
	cursor: pointer;
	background-image: url('../img/arrow-right.png');
	transform: translateX(0);
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.go-to-post:hover {
	transform: translateX(5px);
}

/* #Blog post
================================================== */
 
.post-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 0;
	padding-bottom: 2.5rem;
	border-radius: 0.35rem;
}
.rounded{
	border-radius: 0.35rem;
}
.sidebar-box p,
.post-comm-box p,
.post-box p{
	font-family: 'PFCentroSansPro-Regular', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #c4c3ca;
	padding-left: 0;
	margin-left: 0;
}
.sidebar-box p:before,
.post-comm-box p:before,
.post-box p:before{
	display: none;
}
.drop-shadow{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
}
.post-box img.blog-home-img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	margin-right: 0;
}
.post-box .padding-in{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.post-box .blockquote:before{
	display: none;
}
.post-box .blockquote{
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	padding-left: 1.4rem;
	padding-right: 0;
}
.post-box .blockquote-footer::before {
	padding-right:10px;
}
.post-box .blockquote.blockquote-reverse{
	border-left: none;
	padding-right: 1.4rem;
	padding-left: 0;
}
.post-box .blockquote-reverse .blockquote-footer::before {
	padding-right:0;
}
.post-box .blockquote-reverse .blockquote-footer::after {
	padding-left:10px;
}
.post-box .blockquote{
	border-left: 0.4rem solid #999;
}
.post-box .blockquote-reverse{
	border-right: 0.4rem solid #999;
}
.separator-wrap{
	width:100%;
	min-height: 1px;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: no-wrap;
	webkit-box-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.separator-wrap p{
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
.separator{
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	min-width: 10%;
}
.separator-line{
	position: relative;
	height: 1px;
	display: block;
	top: 1px;
	width: 100%;
	border-top: 1px solid #666;
}
.opacity-40{
	opacity: 0.4;
}
.separator-line.med{
	border-top-width: 3px;
}
.separator-line.big{
	border-top-width: 8px;
	border-radius:2px;
}
.separator-line.dashed{
	border-top-style: dashed;
	outline: none;
} 
.post-box .btn-primary{
	background-color: #333;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 7px 12px;
}
.post-box .btn-primary:focus,
.post-box .btn-primary:active {
	border:none;
	outline:none;
	box-shadow: none;
}
.post-box .btn-primary span{
	position: relative;
	display: block;
	cursor: pointer;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.post-box .btn-primary:hover{
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	background-color: #444;
}
.author-wrap{
	position: relative;
	width: 100%;
	display: block;
}
.author-wrap p{
	display: inline-block;
	font-size: 0.84rem;
}
.author-wrap p a{
	color: #ccc;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.author-wrap p a:hover{
	color: #fff;
}
.author-wrap img{
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}
.post-comm-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}
.post-comm-box img{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
}
.post-comm-box h6{
	display: inline-block;
}
.post-comm-box h6 small{
	text-transform: none;
	font-weight:400;
	font-size: .7rem;
	font-style: italic;
	margin-left: 10px;
}
.post-comm-box a{
	color: #3b3a42;
	cursor: pointer;
	background-color: #333;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 7px 12px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.post-comm-box a:focus,
.post-comm-box a:active {
	border:none;
	outline:none;
	box-shadow: none;
	background-color: #333;
}
.post-comm-box a:hover{
	background-color: #444;
}
.subscribe-box {
	position: relative;
}
.subscribe-box .subscribe-1{
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
}
.subscribe-box .subscribe-1{
	color: #3b3a42;
	cursor: pointer;
	background-color: #333;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 20px 15px;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.subscribe-box .subscribe-1 button:focus,
.subscribe-box .subscribe-1 button:active {
	border:none;
	outline:none;
	box-shadow: none;
	background-color: #333;
}
.sidebar-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}
.sidebar-box h6{
}
.list-style {
	margin: 0;
	list-style: none;
}
.list-style li{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
.list-style li:first-child{
	margin-top: 0;
}
.list-style li:last-child{
	margin-bottom: 0;
}
.list-style.square li:before,
.list-style.circle-o li:before,
.list-style.circle li:before{
	font-family:'FontAwesome';
	font-size: 0.5rem;
	margin-right: 15px;
	display:inline-block;
	line-height: 1.1rem;
	height: 1.1rem;
	vertical-align: middle;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.list-style.circle li:before{
	content: '\f111';
}
.list-style.circle-o li:before{
	content: '\f10c';
}
.list-style.square li:before{
	content: '\f0c8';
}
.list-style li i{
	font-size: 0.8rem;
	line-height: 1.1rem;
	height: 1.1rem;
	width:20px;
	text-align:left;
	margin-right: 10px;
}
.list-style a.btn-link {
	background-color: transparent;
	color: #3b3a42;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.list-style a.btn-link:hover{
	text-decoration: none;
	background-color: transparent;
	box-shadow: none;
}
.tags-link{
	color: #3b3a42;
	cursor: pointer;
	background-color: #333;
	border: none;
	outline: none;
	display: inline-block;
	box-shadow: none;
	padding: 7px 12px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.tags-link:hover{
	color: #fff;
	background-color: #555;
}
.tags-link:focus,
.tags-link:active {
	border:none;
	outline:none;
	box-shadow: none;
	color: #fff;
	background-color: #333;
}

/* #Social links
================================================== */

.social-fixed {
	position: fixed;
    bottom: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: .7rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3b3a42;
    transform: rotate(0deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
	top: auto;
	bottom: 40px;
	left: 30px;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
    z-index: 999;
}
.social-fixed.bottom-name {
	bottom: 140px;
}
.social-fixed a{
	position: relative;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
    font-family: 'Poppins', sans-serif;
	font-size: .7rem;
	font-weight: 500;
	letter-spacing: 1px;
	color: #3b3a42;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.social-fixed a:hover{
	opacity: 0.5;
}

.nav-reg-wrap {
position: relative;
display: inline-block;
float: right;
right: 0px;
top: 0px;
margin-top: 38px;
z-index: 12;
}

.regnow {
/* position: fixed; */
bottom: 40px;
right: 30px;
font-size: .7rem;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
color: #3b3a42;
z-index: 999
}
.regnow2 {
/* position: fixed; */
bottom: 40px;
right: 30px;
font-size: .7rem;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
z-index: 999
}

.regnow a{
	color: #3b3a42 !important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.regnow a:hover{
	opacity: 0.5;
}

.copyr {
    position: fixed;
    bottom: 40px;
    right: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: .7rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3b3a42;
    transform: rotate(0deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
    z-index: 999;
}
.copyr.bottom-name {
	bottom: 140px;
}
.copyr a{
	color: #3b3a42;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.copyr a:hover{
	opacity: 0.5;
}
.footer a{
	position: relative;
	display: inline-block;
}
.footer-lines{
	position: relative;
}
.footer-lines:after,
.footer-lines:before{
	position: absolute;
	width: 2px;
	height: 25px;
	content: '';
	z-index: -1;
	left: 50%;
	margin-left: -1px;
	background-color: #4b4d64;
}
.footer-lines:after{
	top: -50px;
}
.footer-lines:before{
	bottom: -50px;
}
.shadow-on-footer{
	position: absolute;
	bottom: 0;
	left: -50%;
	width: 200%;
	text-align: center;
	font-family: 'skolkovotypefacebold', sans-serif;
	font-size: 10vw;
	line-height: 1;
	color: rgba(200,200,200,.1);
	background: linear-gradient(rgba(75, 77, 100, 0.25), rgba(75, 77, 100, 0.25));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	z-index: 1;
}

/* #Media
================================================== */

@media (min-width: 1501px) { 
	.title-lines:before {
		top: -7%;
		right: 12%;
		height: 300%;
		width: 150%;
	}
}

@media (max-width: 1500px) { 
	.title-lines:before {
		top: -7%;
		right: 12%;
		height: 300%;
		width: 150%;
	}
}

@media (max-width: 1300px) {
	.title-lines:before {
		top: 24%;
		right: -6%;
		height: 200%;
		width: 150%;
	}
	
	
}

@media (max-width: 1199px) { 
	
	
	
	.lines6:before {
		top: -378%;
		left: -369%;
		height: 756%;
		width: 700%;
	}
	.swiper-slide{
		width: 40%;
	}
	.swiper-slide a{
		margin: 0;
	}
	.swiper-slide h1{
		font-size: 40px;
		letter-spacing: 1px;
	}
	.case-study-images li .hero-number-fixed.bottom-name{
		bottom: 140px;
	}
	.case-study-images li .hero-number.bottom-name{
		bottom: 140px;
	}
	.social-fixed.bottom-name {
		bottom: 110px;
	}
	.copyr.bottom-name {
		bottom: 110px;
	}
	.swiper-container-horizontal > .swiper-scrollbar.bottom-name {
		bottom: 110px;
	}
	.swiper-slide.bottom-name a{
		width: 100%;
		display: block;
	}
	.swiper-slide.bottom-name h1{
		padding: 20px 0;
		width: 100%;
		display: block;
	}
	.case-study-name.active h1:before{
		height: 10px;
	}
	.swiper-container-horizontal > .swiper-scrollbar {
		bottom: 25px;
	}
	.case-study-images li .hero-number,
	.case-study-images li .hero-number-fixed{
		bottom: 50px;
	}
	.social-fixed {
		bottom: 8px;
		left: 17px;
	}
	.social-fixed a {
		font-size: .5rem
	}
	.copyr {
		bottom: 15px;
		right: 17px;
		font-size: .5rem
	}
	.scroll-to-top {
	    right: 19px;
	    bottom: 400px;
	}
	
	.scroll-to-top:hover{
		bottom: 430px;
	}
	.page-title h1{
		font-size: 60px;
	}
	.page-title p{
		font-size: 22px;
	}
	.padding-page-top {
		padding-top: 170px;
	}
	.padding-top-bottom {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.padding-top {
		padding-top: 80px;
	}
	.padding-bottom {
		padding-bottom: 80px;
	}
	.padding-top-bottom-big {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.padding-top-big {
		padding-top: 110px;
	}
	.padding-bottom-big {
		padding-bottom: 110px;
	}
	.case-study-images li .img-hero-background.blog-back-image{
		width: 300px;
		height: 300px;
	}
	
	.grid-item { width: calc(25% - 0.5px);  }
	.grid-item--width2 { width: 50%; }
	.title-lines:before {
		top: 24%;
		right: -6%;
		height: 200%;
		width: 150%;
	}
	
}

@media (max-width: 991px) { 
	
	
	
	.lines6:before {
		top: -378%;
		left: -375%;
		height: 756%;
		width: 700%;
	}
	
	.lines4:before {
		content: '';
		background: url(../img/lines4.svg) no-repeat center;
		position: absolute;
		z-index: -1;
		top: -442%;
		left: -212%;
		height: 640%;
		vertical-align: middle;
		width: 700%;
	}
	
	.title-lines:before {
		top: 24%;
		right: -6%;
		height: 200%;
		width: 150%;
	}
	
	.grid-item { width: calc(25% - 0.5px);  }
	.grid-item--width2 { width: 50%; }
	
	body.nav-active .curent-page-name-shadow {
		margin-top: -10px;
	}
	.swiper-slide{
		width: 50%;
	}
	.swiper-slide h1{
		font-size: 30px;
	}
	.case-study-images li .img-hero-background-over{
		width: calc(100% - 100px);
		height: calc(100% - 200px);
		top: 100px;
		left: 50px;
	}
	.nav__list-item a:hover:after,
	.nav__list-item.active-nav a:after{ 
		height: 10px;
	}
	.swiper-container-horizontal > .swiper-scrollbar {
		left: 70px;
		right: 70px;
		width: calc(100% - 140px);
	}
	.padding-page-top {
		padding-top: 170px;
	}
	.padding-top-bottom {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padding-top {
		padding-top: 60px;
	}
	.padding-bottom {
		padding-bottom: 60px;
	}
	.padding-top-bottom-big {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.padding-top-big {
		padding-top: 90px;
	}
	.padding-bottom-big {
		padding-bottom: 90px;
	}
	.shadow-title{
		display: none;
	}
	.page-title h1{
		font-size: 50px;
	}
	.page-title p{
		font-size: 20px;
	}
	.logo-box {
		padding: 30px 0;
	}
	.case-study-images li .img-hero-background.blog-back-image{
		width: 200px;
		height: 200px;
	}
	.nav__list-item {
		font-size: 3vh;
		line-height: 2.05;
	}	
	
	.nav-but-wrap {
		display: block
	}
	
	.grey-arrows, .grey-arrows-2 {
		right: -3vh;
	}
	h5, .h5 {
		font-size: 1.2rem;
		font-weight: 400;
	}
	
}

@media (max-width: 767px) {
	
	.step1, .step2, .step3, .step4, .step5, .step6 {
		position: relative;
		left: 0px;
		top: 0px;
	}
	
	.scroll-to-top {
	    right: 19px;
	    bottom: 240px;
	}
	
	.scroll-to-top:hover{
		bottom: 250px;
	}
	
	
	.scroll-to-top.down {
		right: 19px;
		bottom: 240px;
		left: inherit;
	}
	.circle:before {
		top: -228%;
		left: -376%;
		height: 466%;
		width: 700%;
	}
	
	.lines6:before {
		top: -392%;
		left: -256%;
		height: 556%;
		width: 700%;
	}
	
	.square2:before {
		top: 20%;
		right: -38%;
		height: 80%;
		width: 65%;
	}

	.lines4:before {
		top: -438%;
		left: -184%;
		height: 640%;
		width: 700%;
	}
	.nav-reg-wrap {
		display: none;
	}
	
	
	.c-speaker-media {
		position: relative;
	/*	display: block !important; */
	}
	.c-speaker-media__img {
		/* border-radius: 50%; */
		width: 100px !important;
		height: 100%;
		display: inline-block;
		vertical-align: top;
		flex-basis: 100px;
	}
	
	h3, .h3 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.4rem;
	}
	.swiper-slide h1{
		font-size: 34px;
	}
	.curent-page-name-shadow {
		display: none;
	}
	.page-title h1{
		font-size: 35px;
	}
	.portfolio-box{
		width: calc(49% - 70px);
		margin: 35px;
		margin-left: 35px;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	.nav__list-item {
		font-size: 2vh;
		line-height: 2.05;
	}
	.headerVideo {
		padding-top: 7rem;
	}
	.nav:after {background: #0066b9;}
	.nav:before {background: rgba(255, 255, 255, 0.56);}
	*::-webkit-media-controls-panel {
	  display: none!important;
	  -webkit-appearance: none;
	}
	
	/* Old shadow dom for play button */
	
	*::-webkit-media-controls-play-button {
	  display: none!important;
	  -webkit-appearance: none;
	}
	
	/* New shadow dom for play button */
	
	/* This one works! */
	
	*::-webkit-media-controls-start-playback-button {
	  display: none!important;
	  -webkit-appearance: none;
	}
	.speaker-name {
	position: relative;
	}
	
	.title-lines:before {
		top: 64%;
		right: -127%;
		height: 100%;
		width: 400%;
	}
	
	.svg-container {
		margin-top: 15vh !important;
		width: 50%;
	}
	
	.svg-arrow-container, .grey-arrows, .grey-arrows-2 {
		display: none;
	}
	
/*	.logo-wrap2 {
		position: relative;
		top: 20px;
		left: 87%;
	}
	
	.nav-but-wrap {
		right: calc(50% - 22px);
		display: block;
	}
*/
	.quest-container {
		border: none;
		background-color: rgba(220, 231, 239, 0.39);
		/* border-right: 1px #f00000 solid; */
	}


}

@media (max-width: 575px) {
	
	.section-content {
		min-height: 90vh;
	}
	
	.header-wrapper {
		margin-top: 0px;
		padding-top: 10px;
	}

	h1, .h1 {
		font-size: 2rem;
		font-weight: 600;
	}
	
	.step1, .step2, .step3, .step4, .step5, .step6 {
		position: relative;
		left: 0px;
		top: 0px;
	}
	
	.blockquote {
	margin-bottom: 1rem;
	font-size: 1rem;
	}
	
	.section-content.section-image:before {
    	background-attachment: scroll;
    }
	
	.section-content.section-image2:before {
    	background-attachment: scroll;
    }
	#portfolio-filter {
		position: fixed;
		text-align: center;
		z-index: 12;
		width: 100%;
		margin: 0 auto;
		top: 170px;
	}
	
	.c-speakers-nav {
		height: 50px;
		z-index: 999;
		overflow-x: scroll !important;
	}

	.circle:before {
		top: -69%;
		left: -376%;
		height: 238%;
		width: 700%;
	}
	.lines6:before {
		top: -159%;
		left: -248%;
		height: 322%;
		width: 400%;
	}
	
	.title-lines:before {
		top: 59%;
		right: -184%;
		height: 100%;
		width: 400%;
	}
	.portfolio-box{
		width: calc(100% - 70px);
		margin: 35px;
		margin-left: 35px;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	
	.swiper-slide{
		width: auto;
	}
	.swiper-slide a{
		margin: 0 25px;
	}
	.page-title h1{
		font-size: 35px;
	}
	.swiper-slide.bottom-name h1{
		padding: 20px 30px;
		-webkit-text-stroke: 1px #fff;
		text-stroke: 1px #fff;
	}
	.page-title p{
		font-size: 17px;
	}	
	.lead {
		font-size: 1.05rem;
	}
	#filter li a {
		letter-spacing: 0;
		font-size: 14px;
	}
	
	.logo-wrap {
		top: 10px;
	}
/*	.logo-wrap img {
		height: 40px;
	}
	.logo-wrap2 img {
		height: 19px;
	}
*/	
	.svg-container {
		width: 100%;
	}
	
	.svg-arrow-container, .grey-arrows, .grey-arrows-2 {
		display: none;
	}
	
/*	.logo-wrap2 {
		position: absolute;
		top: 20px;
		right: 0;
		left: initial;
	}
	*/
	
	.game-container {
		width: 30vw;
	}
	
	.padding-top-big, .padding-bottom-small, .padding-bottom-small, .padding-bottom, .padding-bottom-big, .padding-top-small, .padding-top, .margin-top-small, .margin-top, .margin-top-big, .margin-bottom-small, .margin-bottom, .margin-bottom-big {
		padding-bottom: 0px !important;
		padding-top: 0px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.pb-5, .pb-4, .pb-3, .pb-2 {
		padding-bottom: 20px !important;
	}
	
	.pt-4, .pt-3, .pt-2 {
		padding-top: 20px !important;
	}
	.pt-5 {
		padding-top: 70px !important;
	}
	
	.mt-5, .mt-4, .mt-3, .mt-2 {
		margin-top: 40px !important;
	}
	.mb-5, .mb-4, .mb-3, .mb-2 {
		margin-bottom: 20px !important;
	}
	
	
	h2, .h2 {
		font-size: 2rem;
		line-height: 1.1;
	}
	
	.svg-plus {
		display: inline-flex;
		position: relative;
		width: 19px;
		right: 0;
		top: 0px;
	}
	
	[role="main"] {
		padding-top: 2rem !important;
	}
	
	.quest-container {
		border: none;
		background-color: rgba(220, 231, 239, 0.39);
		/* border-right: 1px #f00000 solid; */
	}
	
	.triangle:before {
		top: -10%;
		left: -54%;
		height: 100%;
	}
	.svg-left-triangle {
		width: 16px;
		left: -1px;
		top: 0px;
	}
	


}


