/* ----------- IMPORT FONTS ----------- */
@import url('https://fonts.googleapis.com/css?family=Play&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic');
@import 'https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic';
@import '../fonts/ristrettopro.css';

/* ----------- IMPORT ELEMENTS ----------- */

@import url('element_cuberotate.css');

/* ----------- FONT FACES ----------- */

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

/* ----------- COMMON RULES ----------- */

p, div, a, span, img, table, tr, td, tbody {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */   
}

p, div, a, input, textarea, span, img, table, tr, td, tbody {
	box-sizing:border-box;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;	
	font-family: 'PT Sans Narrow', sans-serif;
}

input:active, 
input:focus,
textarea:active,
textarea:focus
{
  outline: none !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

.rubel {
	font-family: 'PT Sans Narrow', sans-serif;
}

/* ----------- DOCUMENT RULES ----------- */

html, body {
	min-width:320px;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color:#8B8B8B;
	font-size:16px;
	background:#FCFCFC;
	font-family: 'PT Sans Narrow', sans-serif;
    overflow-x: hidden;
}

p {
	margin:0;
}

img {
	max-width: 100%;
}

.sushkow {
	color:#ff0608;
}

.sushkow-s {
	color:#ff0608;
	display:inline-block;
	width:5px;
	height:5px;
	background:#ff0608;
	margin-top:5px;
}

.x-animate-hide {
	display: none !important;
}

/* 
 ------------------------------ SUSHKOW BUTTON ------------------------------
*/

.sushkobutton {
    display: inline-block;
    width: auto;
    color: #FCFCFC;
    border: 1px solid #fff;
    padding: 10px 30px 11px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: "Cera Pro Regular";
    font-weight: 100;
    background-color: rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
}

.sushkobutton:hover {
    background-color: #000;
    color: #FCFCFC;
    text-decoration: none;
}

.sushkobutton2 {
    display: inline-block;
    width: auto;
    color: #d0d0d0;
    border: 1px solid #d0d0d0;
    padding: 10px 30px 11px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: "Cera Pro Regular";
    font-weight: 100;
    background-color: #fff;
    letter-spacing: 2px;
}

.sushkobutton2:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #d0d0d0;
    text-decoration: none;
}

.sushkobutton3 {
    display: inline-block;
    width: auto;
    color: #717171;
    border: 1px solid #717171;
    padding: 10px 30px 11px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: "Cera Pro Regular";
    font-weight: 100;
    background-color: transparent;
    letter-spacing: 2px;
}

.sushkobutton3:hover {
    border: 1px solid #FCFCFC;
    color: #FCFCFC;
    text-decoration: none;
}

.sushkobutton4 {
    display: inline-block;
    width: auto;
    color: #FCFCFC;
    border: 1px solid #fff;
    padding: 10px 30px 11px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: "Cera Pro Regular";
    font-weight: 100;
    background-color: #000;
    letter-spacing: 2px;
}

.sushkobutton4:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FCFCFC;
    text-decoration: none;
}

.z-animate {
	position:absolute;
	display:none;
}

.sushkow-button {
	margin:20px 0 20px 0;
	width:auto;
	color:#000;
	border:4px solid #ff0608;
	background:#FCFCFC;
	padding:4px 16px 4px 16px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	transition:background 0.2s linear;
}

.sushkow-button:hover  {
	background:#ff0608;
	color:#FCFCFC;
}

.fp-tableCell {
	position:relative;
	overflow:hidden;
}

@media (max-width: 767px), (orientation: portrait)
{
    .sushkobutton {
        padding: 5px 15px 5px 15px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .sushkobutton2 {
        padding: 5px 15px 5px 15px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .sushkobutton3 {
        padding: 5px 15px 5px 15px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .sushkobutton4 {
        padding: 5px 15px 5px 15px;
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/* 
 ------------------------------ HEADLING ------------------------------
*/

.headling {
	position:relative;
	font-family: sans-serif;	
	font-weight:600;
	text-align:center;
	color:#222;
	z-index:25;
	margin:85px 0 15px 0;
	padding:0;
	width:100%;
	height:auto;
	overflow-x: hidden;
	text-transform:uppercase;
}

.headling strong {
  text-shadow:0 0 1px #ff0608;
}

.headling-about {
	position:absolute;		
	width:100%;
	position:absolute;
	margin-top:92px;
	z-index:6;							
}

.headling > span {
	display:inline-block;
	position:relative;
	width:auto;
	height:auto;
	text-align:center;
	vertical-align:top;
	font-weight:normal;
	padding:0 8px 0 8px;
	z-index:2;
	font-size:26px;
}

.headling > span > strong {
	font-weight:600;
}

.headling > span > .square {
	width:5px;
	height:5px;
	position:absolute;
	top:50%;
	background:#ff0608;
}

.headling > span > .square-l {
	left:0;
	margin:-2.5px 0 0 -2.5px;
}

.headling > span > .square-r {
	right:0;
	margin:-2.5px -2.5px 0 0;
}

.headling > span > .square > .square-line {
	position:absolute;
	width:1px;
	height:1px;
	margin-top:-0.5px;
	background:#ff0608;
	top:50%;
	z-index:1;
	text-align:center;
}

.headling > span > .square-l > .square-line {
	right:0;
}

.headling > span > .square-r > .square-line {
	left:0;
}

i {
	font-style:normal;
	font-weight:normal;
}

/********************************************************************/

.x-header {
    height: 50px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 70;
    text-align: right;
    background: #000;
    color:#FCFCFC;
    border-bottom:2px solid #ff0608;
}

.x-header a {
	color:#FCFCFC;
	text-decoration:none;
}

.x-header-container {
	display:table;
	width:100%;
   height: 100%;
}

.x-header-item {
	vertical-align:middle;
	display:table-cell;
}

.x-header-middle {
	width:auto;
	text-align:center;
	vertical-align: middle;
	font-size:30px;
	line-height:1em;
	font-family: 'Century Gothic', 'gothic', arial, sans-serif;
	font-weight:normal;
}

.x-header-bureau {
	font-family: 'Century Gothic Bold', 'Century Gothic', 'gothic', arial, sans-serif;
	font-weight:bold;
}


.x-header-middle a {
	vertical-align: middle;
}

.x-header-phone {
	box-sizing:border-box;
	width:380px;
	font-size:20px;
	text-align:left;
	padding-left:10px;
	vertical-align:middle;
	position:relative;
}

.x-header-buttons {
	box-sizing:border-box;
	width:380px;
	height:100%;
	text-align:right;
	padding-right:2px;
	vertical-align:middle;
	position:relative;
}

.x-header-button {
	position:relative;
	display:inline-block;
	width:40px; 
	height:100%; 
}

.x-header-button img {
	position:absolute;
	left:50%;
	top:50%;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	transition:all 0.2s linear;
}

.x-header-button:hover img {
	width:40px; 
	height:40px; 
	margin:-20px 0 0 -20px;
}

.x-header-button-mini {
	display:none;
}

.x-header-button-phone {
	position:absolute;
	top:50%;
	margin-top:-16px;
	width:32px;
	height:32px;
	background-image: url('/layout/images/phone-call.svg');
	background-size: 100% 100%;
	right:3px;
}

.x-header-bureau {
	color:#ff0608;
	font-weight:bold;
}

.logo-square {
	position:relative;
	width:7px;
	height:7px;
	display:inline-block;
	background:#ff0608;
	vertical-align:middle;
	margin-top:-0.1em;
	margin-left:2px;
	margin-right:2px;
}

.new-header
{
    height: 110px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 70;
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    color: #FCFCFC;
    transition: all 0.3s ease 0s;
}

.new-header.opened
{
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px)
{
    .new-header.opened
    {
        background-color: transparent;
    }
}

.new-header-logo
{
    display: block;
    width: 152px;
    height: 25px;
    background-image: url(/layout/images/logo-small-small-white.png);
    background-repeat: no-repeat;
    background-size: 152px 25px;
    background-position: center center;
    transition: background-image 0.3s ease 0s;
}

body.fp-viewing-block1 .new-header-logo,
body.fp-viewing-block3 .new-header-logo,
body.fp-viewing-block5 .new-header-logo,
body.fp-viewing-block7 .new-header-logo,
body.white-header .new-header-logo,
body .new-header.opened .new-header-logo
{
	background-image: url(/layout/images/logo-small-small-white.png);
}

body.fp-viewing-block2 .new-header-logo,
body.fp-viewing-block2-slide1 .new-header-logo,
body.fp-viewing-block2-slide2 .new-header-logo,
body.fp-viewing-block4 .new-header-logo,
body.fp-viewing-block6 .new-header-logo,
body.black-header .new-header-logo
{
	background-image: url(/layout/images/logo-small-small-black.png);
}

@media (max-width: 767px)
{
    .new-header-logo
    {
        width: 128px;
        height: 21px;
        margin: 0 0 0 -13px;
        background-size: 128px 21px;
    }
    
    body.black-header.black-bg-mobile .new-header-logo
    {
        background-image: url(/layout/images/logo-small-small-white.png);
    }
    
    body.white-header.white-bg-mobile .new-header-logo
    {
        background-image: url(/layout/images/logo-small-small-black.png);
    }
    
    body.black-bg-mobile .new-header,
    body.white-bg-mobile .new-header
    {
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    body.black-bg-mobile .new-header.opened,
    body.white-bg-mobile .new-header.opened
    {
        background-color: transparent;
    }
}

.new-header-menu
{
    margin-bottom: 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.new-header-menu-item
{
    padding: 0 2.4vw 0 2.4vw;
}

.new-header-menu-item-href
{
    font-family: "Cera Pro Regular";
    color: #FCFCFC;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.new-header-menu-item.active .new-header-menu-item-href, .new-header-menu-item-href:hover {
    /*
    color: #ff0608;
    text-shadow: 0 0 5px rgba(255,6,8, 0.5);
    */
    color: #FCFCFC;
    opacity: 0.7;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .new-header-menu-item
    {
        padding: 0 1.8vw 0 1.8vw;
    }

    .new-header-menu-item-href
    {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .new-header
    {
        height: 50px;
    }
    
    .new-header-menu-item {
        padding: 0 1.1vw 0 1.1vw;
    }
    
    .new-header-menu-item-href
    {
        font-size: 18px;
    }
}

.header-menu-handler {
	display: block;
	position: relative; 
	width:32px;
	height:25px;
	vertical-align:bottom;
	cursor: pointer;
}

.header-menu-handler span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #FCFCFC;
}

body.fp-viewing-block1 .header-menu-handler span {
	background-color: #FCFCFC;
}

body.fp-viewing-block2 .header-menu-handler span,
body.fp-viewing-block2-slide1 .header-menu-handler span,
body.fp-viewing-block2-slide2 .header-menu-handler span
{
	background-color: #333;
}

body.fp-viewing-block3 .header-menu-handler span {
	background-color: #FCFCFC;
}

body.fp-viewing-block4 .header-menu-handler span {
	background-color: #333;
}

body.fp-viewing-block5 .header-menu-handler span {
	background-color: #FCFCFC;
}

body.fp-viewing-block6 .header-menu-handler span {
	background-color: #333;
}

body.fp-viewing-block7 .header-menu-handler span {
	background-color: #FCFCFC;
}

body.black-header .header-menu-handler span {
	background-color: #333;
}

body.white-header .header-menu-handler span {
	background-color: #FCFCFC;
}

body .new-header.opened .header-menu-handler span {
	background-color: #FCFCFC;
}

@media (max-width: 767px)
{
    body.black-bg-mobile .header-menu-handler span {
        background-color: #FCFCFC;
    }
    
    body.white-bg-mobile .header-menu-handler span {
        background-color: #333;
    }
}

.header-menu-handler span.mph-m {
	top: 50%; 
	margin-top:-1px;
}

.header-menu-handler span.mph-t {
	top:0;
}

.header-menu-handler span.mph-b {
	bottom:0;
}

/* ANIMATE */

.header-menu-handler span, 
.header-menu-handler span:before, 
.header-menu-handler span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.new-header.opened .header-menu-handler span.mph-m {
	background-color: transparent;
}

.new-header.opened .header-menu-handler span.mph-b {
	bottom: auto;
	top:50%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.new-header.opened .header-menu-handler span.mph-t {
	top: 50%; 
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

}

@media (max-width: 767px)
{
    .new-header
    {
        height: 35px;
    }
    
    .new-header-menu {
        display: none;
    }
    
    .header-menu-handler {
        width: 28px;
        height: 18px;
        margin: 0 -5px 0 0;
    }
    
    .header-menu-handler span {
        height: 1px;
    }
}

/************************** BLOCKFRONT ********************************/

.blockfront-container {
	position:relative;
	width:100%;
	height:100%;
	padding:0;
	box-sizing:border-box;
}

.section-ext-1 .blockfront-container {
	padding:0;
}

.blockfront-item {
	position:relative;
	float:left;
	width:25%;
	height:50%;
	margin:0px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
}

.blockfront-item-text {
	position:absolute;
	width:270px;
	height:62px;
	bottom:0;
	left:50%;
	margin-left:-135px;
	background:rgba(0,0,0,0.7);
	text-align:center;
	color:#FCFCFC;
	padding:0 10px 0 10px;
	line-height:19px;
	box-sizing:border-box;
	transition:height 400ms linear;
	overflow:hidden;
}

.blockfront-item:hover .blockfront-item-text {
	height:124px;
	bottom:0;
}

.blockfront-item:hover .blockfront-item-text .block-item-text-add {
	display:block;
}

.blockfront-item:hover img {
	opacity:0.3;
}

.block-item-text-valign {
	width:100%;
	height:100%;
	position:relative;
}

.block-item-text-valign tr {
	vertical-align:middle;
}

.block-item-text-valign td {
	text-align:center;
}

.blockfront-item-text-mobile {
	display:none;
	position:absolute;
	width:270px;
	height:62px;
	bottom:0;
	left:50%;
	margin-left:-135px;
	background:rgba(0,0,0,0.7);
	text-align:center;
	color:#FCFCFC;
	padding:2px 15px 2px 15px;
	line-height:19px;
	box-sizing:border-box;
	overflow:hidden;
}

.blockfront-item-text-mobile-container {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.blockfront-more .blockfront-button {
	display:inline-block;
	margin-top:4px;
	box-sizing:border-box;
	width:205px;
	height:39px;
	font-size:18px;
	border-color:#ff0608;
	color:#FFF;
	background:#000;
}

.blockfront-more .blockfront-button:hover {
	background:#ff0608;
	color:#FFF;
	border-color:#ff0608;
}

.section-ext-1 .blockfront-more {
	display:none;
}

/* --------ADDED 08/2017-------- */

.blockfront-more {
	display:block;
	position:absolute;
	height:50px;
	width:100%;
	border-radius:0;
	top:auto;
	bottom:0;
	left:0;
	margin:0;
	background:url('/layout/images/press-list.jpg');
	border:0px;
	text-align:center;
	vertical-align:middle;
	box-shadow:none;
}

.blockfront-more .blockfront-finger {
	display:none;
}

.blockfront-container {
	padding:0 0 50px 0;	
}

.section-ext-2 .blockfront-container {
	padding:0 0 50px 0;	
}

/* --------END ADDED SECTION-------- */




/* --------ADDED 09/2017-------- */

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

	.blockfront-more {
		background:#000;
		border:0px;
	}

	.blockfront-more .blockfront-button {
		border-color:#FF0608;
		background:#000;
		color:#FFF;
	}

	.blockfront-more .blockfront-button:hover {
		border-color:#FF0608;
		background:#FF0608;
		color:#FFF;
	}	
}

/************************** BLOCK ITEM **********************************/

.block-container {
	position:relative;
	width:100%;
	height:80%;
	margin:0 auto; 
	text-align:center;
	overflow:hidden;
	padding-bottom:0;
	box-sizing:border-box;
	background:#111;
}

.block-item {
	position:relative;
	float:left;
	width:25%;
	height:50%;
	margin:0px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
	z-index:1;
}

.block-item:hover {
	z-index:2;
}

.block-container:after {
	content:'';
	width:1px;
	height:1px;
	top:0;
	left:0;
	position:absolute;
	display:none;
	float:none;
	clear:both;
}

.block-more {
	display:none !important;
	position:absolute;
	right:0;
	bottom:0;
	width:25%;
	height:200px;
	box-sizing:border-box;
	border:1px solid #ff0608;
	padding-top:70px;
	text-align:center;
	background:#000;
}

.block-item-text {
	position:absolute;
	width:270px;
	height:62px;
	bottom:0;
	left:50%;
	margin-left:-135px;
	background:rgba(0,0,0,0.7);
	text-align:center;
	color:#FCFCFC;
	padding:0px 10px 0px 10px;
	line-height:19px;
	box-sizing:border-box;
	transition:height 400ms linear;
	overflow:hidden;
}






.block-item-image {
	display:block;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
	position:relative;
}

.block-item-image * {
	z-index:3;
}

.block-item-image-overlay {
	transition:all .7s ease;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	z-index:2;
}

.block-item-image:hover .block-item-image-overlay {
   -webkit-transform: scale3d(1.1, 1.1, 1.1);
   transform: scale3d(1.1, 1.1, 1.1);
}

.block-item-text-add {
	display:none;
	font-size:13px;
}

.block-item-text-add .sushkow {
	font-size:22px;
}

/* sushkow */

.block-item:hover .block-item-text {
	height:124px;
	bottom:0;
	padding-top:0px;
}

.block-item:hover .block-item-text .block-item-text-add {
	display:block;
}

.block-item:hover img {
	opacity:0.3;
}

.white-d28fix {
	text-shadow:1px 1px 0px #FCFCFC, 
					-1px -1px 0px #FCFCFC, 
					1px 0px 0px #FCFCFC, 
					0px 1px 0px #FCFCFC, 
					1px -1px 0px #FCFCFC, 
					-1px 1px 0px #FCFCFC;
}

/******************************* Портфолио **************************/

.portfolio-page
{
    
}

.portfolio-page-header
{
    position: relative;
    height: 100vh;
    min-height: 480px;
}

.portfolio-page-header:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.portfolio-page-header-img
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.portfolio-page-header-title
{
    position: absolute;
    z-index: 3;
    bottom: 320px;
    left: 70px;
    right: 70px;
    text-align: left;
}

.portfolio-page-header-title-name
{
    margin: 0 0 10px 0;
    font-family: "Cera Pro Bold";
    font-size: 50px;
    color: #FCFCFC;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1.2;
}

.portfolio-page-header-title-description
{
    font-family: "Cera Pro Regular";
    font-size: 24px;
    color: #FCFCFC;
    font-weight: 100;
    line-height: 1.2;
}

.portfolio-page-header-button
{
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 70px;
    right: 70px;
    text-align: right;
}

.portfolio-page-header-button .sushkobutton
{
    cursor: pointer;
}

.portfolio-page-header-youtube
{
    
}

.portfolio-page-header-youtube .modal-dialog
{
    transform: translate(0, 0) !important
}

.portfolio-page-header-youtube .modal-content
{
    
}

.portfolio-page-description
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 10vw;
    padding: 60px 0 60px 0;
    overflow: hidden;
}

.portfolio-page-description-text
{
    position: relative;
    z-index: 2;
    width: 960px;
    max-width: 100%;
    padding: 0 10px 0 10px;
    text-align: justify;
    font-family: "Cera Pro Regular";
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 1.8;
}

.portfolio-page-description-bgtext,
.projects-page-description-bgtext
{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.1;
    font-family: "Cera Pro Bold";
    font-size: 10vw;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.portfolio-page-description-bgtext div:first-child,
.projects-page-description-bgtext div:first-child
{
    display: block;
}

.portfolio-page-description-bgtext div:last-child,
.projects-page-description-bgtext div:last-child
{
    display: none;
}

.portfolio-page-portfolio-container
{
    max-width: 1720px;
    margin: 0 auto 0 auto;
    padding: 0 2% 0 2%;
    box-sizing: border-box;
}

.portfolio-page-portfolio
{
    overflow: hidden;
}

.portfolio-page-portfolio-item
{
    width: 49%;
    margin: 0 0 2% 0;
}

.portfolio-page-portfolio-item-img
{
    width: 100%;
    height: auto;
}

.portfolio-page-portfolio-gutter
{
    width: 2%;
}

.portfolio-page-footer
{
    padding: 2% 0 2% 0;
    background-color: #1f1f1f;
    text-align: center;
}

@media (max-width: 767px) {
    .portfolio-page
    {
        height: 100%;
    }
    
    .portfolio-page-header
    {
        height: 100%;
    }
    
    .portfolio-page-header-title
    {
        top: 50%;
        bottom: auto;
        left: 10px;
        right: 10px;
        transform: translateY(-50%);
        text-align: center;
    }
    
    .portfolio-page-header-title-name
    {
        font-size: 30px;
    }
    
    .portfolio-page-header-title-name p
    {
        display: inline;
    }

    .portfolio-page-header-title-description
    {
        font-size: 20px;
    }
    
    .portfolio-page-header-title-description p
    {
        display: inline;
    }
    
    .portfolio-page-header-button
    {
        left: 10px;
        right: 10px;
        text-align: center;
    }
    
    .portfolio-page-description-bgtext,
    .projects-page-description-bgtext
    {
        font-size: 17vw;
        letter-spacing: 4vw;
        transform: translate3D(1.3%, -50%, 0);
    }
    .projects-page-description-bgtext {
        font-size: 13.9vw;
    }
    
    
    .portfolio-page-description-bgtext div:first-child,
    .projects-page-description-bgtext div:first-child
    {
        display: none;
    }

    .portfolio-page-description-bgtext div:last-child,
    .projects-page-description-bgtext div:last-child
    {
        display: block;
    }
    
    .portfolio-page-portfolio-item
    {
        width: 100% !important;
        background-image: none !important;
    }
}

/******************************* Список портфолио и проектов **************************/

.gallery-list-page
{
    height: 100%;
}

.gallery-list-page-title
{
    position: relative;
    height: 30%;
}

.gallery-list-page-title-ru
{
    position: absolute;
    top: 50%;
    left: 13%;
    z-index: 2;
    font-family: "Cera Pro Bold";
    font-size: 30px;
    color: #333;
    letter-spacing: 3px;
    transform: translateY(-50%);
    line-height: 1;
}

.gallery-list-page-title-en
{
    position: relative;
    top: 50%;
    z-index: 1;
    opacity: 0.11;
    font-family: "Cera Pro Bold";
    font-size: 10vw;
    line-height: 1;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.gallery-list-page-title-en div:first-child
{
    display: block;
}

.gallery-list-page-title-en div:last-child
{
    display: none;
}

.gallery-list-page-content
{
    max-width: 1720px;
}

.gallery-list-page-content-item
{
    padding-bottom: 30px;
}

.gallery-list-page-content-item-body
{
    display: block;
    padding: 0 0 50% 0;
    position: relative;
    overflow: hidden;
}

.gallery-list-page-content-item-body:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.gallery-list-page-content-item-body:hover:before
{
    opacity: 1;
}

.gallery-list-page-content-item-body-image
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate3D(0, 0, 0) scale(1);
    transition: all 1.2s ease 0s;
}

.gallery-list-page-content-item-body:hover .gallery-list-page-content-item-body-image
{
    transform: translate3D(0, 0, 0) scale(1.03);
}

.gallery-list-page-content-item-body-title
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-family: "Cera Pro Bold";
    font-size: 16px;
    color: #FCFCFC;
    font-weight: 100;
    line-height: 1.4;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.gallery-list-page-content-item-body-title div
{
    font-family: "Cera Pro Regular";
    font-size: 14px;
    text-transform: none;
}

.gallery-list-page-content-item-body-title div:first-letter {
    text-transform: uppercase;
}

.gallery-list-page-content-item-body:hover .gallery-list-page-content-item-body-title
{
    opacity: 1;
}

.gallery-list-page-footer
{
    padding: 2% 0 2% 0;
    background-color: #1f1f1f;
    text-align: center;
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .gallery-list-page-title
    {
        height: 20%;
    }
    
    .gallery-list-page-content
    {
        padding-right: 22.5px;
        padding-left: 22.5px;
    }
    
    .gallery-list-page-content-item {
        padding-right: 7.5px;
        padding-left: 7.5px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px), (orientation: portrait)
{
    .gallery-list-page-title-ru
    {
        top: 50%;
        left: 0;
        width: 100%;
        font-size: 7vw;
        letter-spacing: 0.625vw;
        text-align: center;
        transform: translateY(-56%);
    }

    .gallery-list-page-title-en
    {
        width: 100%;
        left: 50%;
        transform: translate3D(-48.5%, -50%, 0);
        font-size: 15.625vw;
        letter-spacing: 3.125vw;
    }
    
    .gallery-list-page-title-en div:first-child
    {
        display: none;
    }

    .gallery-list-page-title-en div:last-child
    {
        display: block;
    }
    
    .gallery-list-page-content-item {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .gallery-list-page-content {
        padding-right: 0;
        padding-left: 0;
    }
    
    .gallery-list-page-content-item {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }
    
    .gallery-list-page-content-item-body:before {
        opacity: 1;
    }
    
    .gallery-list-page-content-item-body-title {
        opacity: 1;
        font-family: "Cera Pro Bold";
        font-size: 18px;
        text-transform: none;
    }
    
    .gallery-list-page-content-item-body-title div
    {
        display: none;
    }
}

/******************************* Список публикаций **************************/

.publication-list-page
{
    height: 100%;
}

.publication-list-page-title
{
    position: relative;
    height: 30%;
}

.publication-list-page-title-ru
{
    position: absolute;
    top: 50%;
    left: 13%;
    z-index: 2;
    font-family: "Cera Pro Bold";
    font-size: 30px;
    color: #333;
    letter-spacing: 3px;
    transform: translateY(-50%);
    line-height: 1;
}

.publication-list-page-title-en
{
    position: relative;
    top: 50%;
    z-index: 1;
    opacity: 0.11;
    font-family: "Cera Pro Bold";
    font-size: 10vw;
    line-height: 1;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.publication-list-page-content
{
    max-width: 1720px;
}

.publication-list-page-content-item
{
    padding-bottom: 30px;
}

.publication-list-page-content-item-body
{
    display: block;
    padding: 0 0 130% 0;
    position: relative;
    overflow: hidden;
}

.publication-list-page-content-item-body:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.publication-list-page-content-item-body:hover:before
{
    opacity: 1;
}

.publication-list-page-content-item-body-image
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translate3D(0, 0, 0) scale(1);
    transition: all 1.2s ease 0s;
}

.publication-list-page-content-item-body:hover .publication-list-page-content-item-body-image
{
    transform: translate3D(0, 0, 0) scale(1.03);
}

.publication-list-page-content-item-body-title
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-family: "Cera Pro Bold";
    font-size: 16px;
    color: #FCFCFC;
    font-weight: 100;
    line-height: 1.4;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.publication-list-page-content-item-body-title div
{
    font-size: 14px;
    text-transform: none;
    font-family: "Cera Pro Regular";
}

.publication-list-page-content-item-body-title div:first-letter {
    text-transform: uppercase;
}

.publication-list-page-content-item-body:hover .publication-list-page-content-item-body-title
{
    opacity: 1;
}

.publication-list-page-footer
{
    padding: 2% 0 2% 0;
    background-color: #1f1f1f;
    text-align: center;
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .publication-list-page-title
    {
        height: 20%;
    }
    
    .publication-list-page-title-en
    {
        font-size: 6vw;
    }
    
    .publication-list-page-content
    {
        padding-right: 22.5px;
        padding-left: 22.5px;
    }
    
    .publication-list-page-content-item {
        padding-right: 7.5px;
        padding-left: 7.5px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .publication-list-page-title-ru
    {
        top: 50%;
        left: 0;
        width: 100%;
        font-size: 22px;
        letter-spacing: 2px;
        text-align: center;
    }

    .publication-list-page-title-en
    {
        width: max-content;
        left: 50%;
        transform: translate3D(-50%, -50%, 0);
        font-size: 80px;
        letter-spacing: 10px;
    }
    
    .publication-list-page-content-item {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .publication-list-page-content {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .publication-list-page-content > .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .publication-list-page-content-item {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }
    
    .publication-list-page-content-item-body:before {
        opacity: 1;
    }
    
    .publication-list-page-content-item-body-title {
        opacity: 1;
        top: 50%;
        bottom: auto;
        left: 10px;
        right: 10px;
        transform: translateY(-50%);
        font-size: 14px;
        text-align: center;
    }
}

/******************************* Публикация **************************/

.publication-page
{
    height: 100%;
}

.publication-page-title
{
    position: relative;
    height: 30%;
    background-color: #191919;
}

.publication-page-title-ru
{
    position: absolute;
    top: 50%;
    left: 13%;
    z-index: 2;
    font-family: "Cera Pro Bold";
    font-size: 30px;
    color: #FCFCFC;
    letter-spacing: 3px;
    transform: translateY(-50%);
    line-height: 1;
}

.publication-page-title-en
{
    position: relative;
    top: 50%;
    z-index: 1;
    opacity: 0.06;
    font-family: "Cera Pro Bold";
    font-size: 10vw;
    line-height: 1;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

/*
.publication-page-content
{
    max-width: 1720px;
}

.publication-page-content-item
{
    padding-bottom: 30px;
}

.publication-page-content-item-body
{
    display: block;
    padding: 0 0 150% 0;
    position: relative;
    overflow: hidden;
}

.publication-page-content-item-body:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.publication-page-content-item-body:hover:before
{
    opacity: 1;
}

.publication-page-content-item-body-image
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translate3D(0, 0, 0) scale(1);
    transition: all 1.2s ease 0s;
}

.publication-page-content-item-body:hover .publication-page-content-item-body-image
{
    transform: translate3D(0, 0, 0) scale(1.03);
}

.publication-page-content-item-body-title
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-family: "Cera Pro Regular";
    font-size: 16px;
    color: #FCFCFC;
    font-weight: 100;
    line-height: 1.4;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.publication-page-content-item-body-title div
{
    font-size: 14px;
    text-transform: none;
}

.publication-page-content-item-body-title div:first-letter {
    text-transform: uppercase;
}

.publication-page-content-item-body:hover .publication-page-content-item-body-title
{
    opacity: 1;
}
*/

.publication-page-footer
{
    padding: 2% 0 2% 0;
    background-color: #1f1f1f;
    text-align: center;
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .publication-page-title
    {
        height: 20%;
    }
    
    .publication-page-title-en
    {
        font-size: 6vw;
    }
    
    .publication-page-content
    {
        padding-right: 22.5px;
        padding-left: 22.5px;
    }
    
    .publication-page-content-item {
        padding-right: 7.5px;
        padding-left: 7.5px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .publication-page-title-ru
    {
        top: 50%;
        left: 0;
        width: 100%;
        font-size: 22px;
        letter-spacing: 2px;
        text-align: center;
    }

    .publication-page-title-en
    {
        width: max-content;
        left: 50%;
        transform: translate3D(-50%, -50%, 0);
        font-size: 80px;
        letter-spacing: 10px;
    }
    
    .publication-page-content-item {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .publication-page-content {
        padding-right: 0;
        padding-left: 0;
    }
    
    .publication-page-content-item {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }
    
    .publication-page-content-item-body:before {
        opacity: 1;
    }
    
    .publication-page-content-item-body-title {
        opacity: 1;
        top: 50%;
        bottom: auto;
        left: 10px;
        right: 10px;
        transform: translateY(-50%);
        font-size: 14px;
        text-align: center;
    }
}