


/* Start:/bitrix/templates/.default/components/bitrix/menu/topMenu/style.css*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url('/bitrix/templates/.default/components/bitrix/menu/topMenu/images/left_menu_bg.gif') top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */



/* Start:/bitrix/templates/.default/components/bitrix/menu/bottomMenu/style.css*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url('/bitrix/templates/.default/components/bitrix/menu/bottomMenu/images/left_menu_bg.gif') top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */



/* Start:/bitrix/templates/gs1_copy_copy_copy/styles.css*/
body{
    background-color: black;
}

#footer{

    position: fixed;
    bottom:0%;
    left: 12%;
    top:90%;

}



#portfolio-wrapper {
    position:absolute;
    top:88px;
    bottom:30px;
    left:-35px;
    width:102%;
    overflow:auto;
}

@import url('/bitrix/templates/gs1_copy_copy_copy/reset.css');
@import url('/bitrix/templates/gs1_copy_copy_copy/font.css');


HTML, BODY {
    width:100%;
    height:100%;
}

#container {
    position:relative;
    z-index:1;
    width:100%;
    min-width:320px;
    min-height:100%;
    overflow:hidden;

    background-color:#000;
    color:#fff;
    font-family:'Trebuchet MS',sans-serif;
}

#container .default-image {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
}
#container.portfolio-layout { background:url('/bitrix/templates/gs1_copy_copy_copy/../img/slides/bg-texture.jpg'); }

.wrapper { margin:0 30px; }

A:hover {
    -webkit-opacity:.75;
    -moz-opacity:.75;
    opacity:.75;
}

HEADER {
    position:absolute;
    z-index:5;
    top:0;
    left:0;
    width:100%;
    height:48px;
}
.portfolio-layout HEADER {
    background-color:#000;
}
HEADER .logo {
    position:relative;
    padding-left:38px;
}
HEADER H1.logo { cursor:default; }
HEADER .logo>SPAN {
    position:absolute;
    top:50%;
    left:0;
    display:block;
    width:28px;
    height:28px;
    margin-top:-14px;
    background:url('/bitrix/templates/gs1_copy_copy_copy/../img/sprite.png') 0 -156px;
}
HEADER H1.logo>SPAN/*, HEADER A.logo:hover>SPAN*/ { background-position:-31px -156px; }

NAV.left { float:left; width:50%; }
NAV.right { float:right; width:50%; text-align:right; }

@media screen and (max-width:800px){
    NAV.left { float:none; width:100%; }
    NAV.right  { display:none; }
}/*/mediaquery*/

NAV LI {
    position:relative;
    display:inline-block;
    vertical-align:top;
    padding:15px;

    font:12px/18px 'FavoritCBold',sans-serif;
    text-transform:uppercase;
    color:#fff;
}
NAV A {
    text-decoration:none;
    color:#fff;
}
/*NAV A:hover, */NAV LI.active { color:#d7df20; }
NAV H1 {
    color:#d7df20;
}
NAV LI>I {
    position:absolute;
    top:50%;
    right:-6px;
    display:block;
    width:6px;
    height:9px;
    margin-top:-5px;
    background:url('/bitrix/templates/gs1_copy_copy_copy/../img/sprite.png') -38px 0 no-repeat;
}

.nav-link { cursor:pointer; }
.nav-link.active { color:#d7df20; cursor:default; }


.nav-list { overflow:hidden; }
.nav-list>SPAN {
    display:block;
    padding-right:10px;
    cursor:default;
}
.nav-list>I {
    right:10px;
    width:9px;
    height:5px;
    margin-top:-3px;
    background-position:-38px -12px;
}
.nav-list:hover {
    overflow:visible;
    background-color:#000;

    -webkit-transition:background .1s linear;
    -moz-transition:background .1s linear;
    -ms-transition:background .1s linear;
    -o-transition:background .1s linear;
    transition:background .1s linear;
}
.nav-list:hover>UL {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}

.nav-list>UL {
    position:absolute;
    top:48px;
    left:0;
    width:100%;
    padding-bottom:5px;
    background-color:#000;

    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;

    -webkit-transition:opacity .1s linear;
    -moz-transition:opacity .1s linear;
    -ms-transition:opacity .1s linear;
    -o-transition:opacity .1s linear;
    transition:opacity .1s linear;
}
.nav-list>UL>LI {
    display:block;
    width:100%;
    padding:0 0 10px;
}

#nav-blog-list {}
#nav-blog-list>LI {
    height:24px;
}
#nav-blog-list A {
    display:block;
    width:100%;
    height:24px;
    text-align:center;
}
#nav-blog-list A:hover { opacity:1; }
#nav-blog-list A>SPAN {
    display:inline-block;
    width:24px;
    height:24px;
    background-image:url('/bitrix/templates/gs1_copy_copy_copy/../img/sprite.png');
}
#nav-blog-list .facebook>SPAN { background-position:0 -75px; }
#nav-blog-list .facebook:hover>SPAN { background-position:-27px -75px; }
#nav-blog-list .twitter>SPAN { background-position:0 -102px; }
#nav-blog-list .twitter:hover>SPAN { background-position:-27px -102px; }
#nav-blog-list .dribble>SPAN { background-position:0 -129px; }
#nav-blog-list .dribble:hover>SPAN { background-position:-27px -129px; }
#nav-blog-list .revision>SPAN { width:26px; margin-left:4px; background-position:0 -251px; }
#nav-blog-list .revision:hover>SPAN { background-position:-29px -251px; }
#nav-blog-list .vk>SPAN { width:26px; margin-left:4px; background-position:0 -305px; }
#nav-blog-list .vk:hover>SPAN { background-position:-29px -305px; }

#nav-contact-list {}
#nav-contact-list>LI {
    padding-left:15px;
    font:11px/12px Tahoma,sans-serif;
    color:#c2c2c2;
    text-transform:none;
    text-align:left;
}
#nav-contact-list A { color:#c2c2c2; }
#nav-contact-list EM { color:#bff700; }

#nav-vacancy-list {
    left:auto;
    right:0;
    width:170px;
    padding-bottom:10px;
}
#nav-vacancy-list>LI {
    padding:10px 0 0 15px;
    font:11px/12px Tahoma,sans-serif;
    color:#c2c2c2;
    text-transform:none;
    text-align:left;
}
#nav-vacancy-list A { color:#c2c2c2; }
#nav-vacancy-list EM { color:#bff700; }




.contact-block {
    overflow:hidden;
    text-align:center;
    padding:15px 30px 0;
}
.contact-block UL {
    width:100%;
    font-size:0;
}
.contact-block LI {
    display:inline-block;
    vertical-align:top;
    width:33.3%;
    text-align:left;
    overflow:hidden;
}
.contact-block  P {
    font:11px/15px Tahoma,sans-serif;
    color:#c2c2c2;
}
.contact-block  A { color:#c2c2c2; }
.contact-block  EM { color:#bff700; }


#presentation-slides {
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:100%;
    height:100%;
    overflow:hidden;

    background:url('/bitrix/templates/gs1_copy_copy_copy/../img/slides/bg-texture.jpg');
}
#presentation-slides-container { font-size:0; }
.mod-csstransitions #presentation-slides.animate #presentation-slides-container {
    -webkit-transition:-webkit-transform .75s ease;
    -moz-transition:-moz-transform .75s ease;
    -ms-transition:-ms-transform .75s ease;
    transition:transform .75s ease;
}
.presentation-slide {
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:100%;
    overflow:auto;

    -webkit-backface-visibility:hidden;
}
.mod-touch .presentation-slide {
    -webkit-overflow-scrolling:touch;
}
.backface-visibility {
    -webkit-backface-visibility:visible;
}
.presentation-slide-content {
    width:100%;
    overflow:hidden;
}
#presentation-slides .flex-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
#presentation-slides .flex-bg>IMG {
    width:100%;
    height:auto;
}


@media screen and (max-device-width:1280px) {
    .mod-touch #presentation-slides { background:none; }
    .mod-touch .presentation-slide { background:#262626; }
}
@media screen and (max-width:600px) {
    #presentation-slides { background:none; }
    .presentation-slide { background:#262626; }
}/*/mediaquery*/
@media screen and (max-width:480px){
    #presentation-slides { background:none; }
    .presentation-slide { background:#262626; }
}/*/mediaquery*/


.presentation-arrow {
    position:absolute;
    z-index:5;
    top:50%;
    width:30px;
    height:111px;
    margin-top:-55px;
    cursor:pointer;

    background-color:#000;

    -webkit-opacity:.5;
    -moz-opacity:.5;
    opacity:.5;
}
.mod-csstransitions .presentation-arrow {
    -webkit-transition:opacity .1s linear;
    -moz-transition:opacity .1s linear;
    -ms-transition:opacity .1s linear;
    -o-transition:opacity .1s linear;
    transition:opacity .1s linear;
}
.presentation-arrow.disabled {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
}
.mod-no-opacity .presentation-arrow.disabled { visibility:hidden; }
.presentation-arrow:hover, .mod-touch .presentation-arrow {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
.presentation-arrow>SPAN {
    display:block;
    position:absolute;
    top:40px;
    left:7px;
    width:16px;
    height:31px;
    background-image:url('/bitrix/templates/gs1_copy_copy_copy/../img/sprite.png');
}
.presentation-arrow.left {
    left:0;
}
.presentation-arrow.left>SPAN {
    background-position:0 0;
}
.presentation-arrow.right {
    right:0;
}
.presentation-arrow.right>SPAN {
    background-position:-19px 0;
}


#presentation-nav {
    display:none;
    position:relative;
    height:85px;
    padding:0 15px;
    overflow:hidden;

    -webkit-transition:height .75s ease;
    -moz-transition:height .75s ease;
    -ms-transition:height .75s ease;
    -o-transition:height .75s ease;
    transition:height .75s ease;
}
#presentation-nav.hidden { height:0px; }
#presentation-nav.minimized { height:22px; }
#presentation-nav-wrapper {
    width:100%;
    height:68px;
    padding-top:15px;
    overflow:hidden;
}
#presentation-nav.minimized #presentation-nav-wrapper {
    -webkit-transition:opacity .1s linear .65s;
    -moz-transition:opacity .1s linear .65s;
    -ms-transition:opacity .1s linear .65s;
    -o-transition:opacity .1s linear .65s;
    transition:opacity .1s linear .65s;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
}
#presentation-nav .presentation-arrow {
    position:absolute;
    top:15px;
    height:68px;
    margin-top:0;
}
#presentation-nav .presentation-arrow>SPAN { top:18px; }
#presentation-nav.minimized .presentation-arrow {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
}
#presentation-nav-container {
    font-size:0;
    width:100%;
    background-color:#212121;

    -webkit-transition:margin .75s ease;
    -moz-transition:margin .75s ease;
    -ms-transition:margin .75s ease;
    -o-transition:margin .75s ease;
    transition:margin .75s ease;
}
.presentation-nav-item {
    display:inline-block;
    overflow:hidden;

    -webkit-opacity:.4;
    -moz-opacity:.4;
    opacity:.4;

    -webkit-transition:opacity .1s linear;
    -moz-transition:opacity .1s linear;
    -ms-transition:opacity .1s linear;
    -o-transition:opacity .1s linear;
    transition:opacity .1s linear;
}
.presentation-nav-item:hover, .presentation-nav-item.active {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
.presentation-nav-item>DIV {
    width:120px;
    height:68px;
    padding-right:1px;
    cursor:pointer;

    -webkit-transition:margin .75s ease;
    -moz-transition:margin .75s ease;
    -ms-transition:margin .75s ease;
    -o-transition:margin .75s ease;
    transition:margin .75s ease;
}
.presentation-nav-item.active>DIV { cursor:default; }
.presentation-nav-item IMG {
    width:100%;
    height:auto;
}
#presentation-nav-slider {
    position:absolute;
    top:15px;
    right:15px;
    left:15px;

    height:7px;
    background-color:#333;

    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
}
.mod-no-opacity #presentation-nav-slider { visibility:hidden; }
#presentation-nav-slider:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background-color:rgba(0,0,0,.3);
}
#presentation-nav-slider>SPAN {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:0%;
    height:7px;
    background-color:#fff;

    -webkit-transition:left .75s ease;
    -moz-transition:left .75s ease;
    -ms-transition:left .75s ease;
    -o-transition:left .75s ease;
    transition:left .75s ease;
}
#presentation-nav.minimized #presentation-nav-slider {
    -webkit-transition:opacity .1s linear .65s;
    -moz-transition:opacity .1s linear .65s;
    -ms-transition:opacity .1s linear .65s;
    -o-transition:opacity .1s linear .65s;
    transition:opacity .1s linear .65s;
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
#presentation-nav.hidden #presentation-nav-slider {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
.mod-no-opacity #presentation-nav.minimized #presentation-nav-slider,
.mod-no-opacity #presentation-nav.hidden #presentation-nav-slider { visibility:visible; }


FOOTER {
    position:absolute;
    z-index:5;
    bottom:0;
    left:0;
    width:100%;
}
.portfolio-layout FOOTER {
    background-color:#000;
}
FOOTER>.wrapper {
    position:relative;
    background-color:#000;
}
#footer-content {
    width:100%;
    height:30px;

    font:11px/30px Tahoma,sans-serif;
    color:#c2c2c2;

    cursor:default;
}
#footer-content A { color:#c2c2c2; text-decoration:none; }
/*#footer-content A:hover { color:#fff; }*/
#footer-content A:hover P {
    -webkit-opacity:.75;
    -moz-opacity:.75;
    opacity:.75;
}

#footer-content>.copy {
    float:left;
    width:28%;
}
#footer-content>.copy>SPAN { margin-left:5px; }
#footer-content>.copy>SPAN:first-child { margin-left:15px; }

#footer-content>.like {
    position:relative;
    float:right;
    width:14%;
}
#footer-content>.like>.facebook {
    position:relative;
    float:right;
    margin:5px 15px 0 0;
    width:78px;
    height:21px;
}
#footer-content IFRAME {
    background:transparent;
    border:none;
    overflow:hidden;
    width:100px;
    height:21px;
}

#footer-content>.aia {
    position:relative;
    float:right;
    width:25px;
    padding-left:20px;
}
#footer-content>.aia>A:before {
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:16px;
    height:16px;
    margin-top:-8px;
    background:url('/bitrix/templates/gs1_copy_copy_copy/../img/sprite.png') 0 -34px no-repeat;
}

#footer-content>.contact {
    margin:0 28%;
    text-align:center;
}
#footer-content>.contact>SPAN>I { margin:0 10px; }
#footer-content>.contact  EM { color:#bff700; }

#footer-content>.contact-block {
    display:none;
}


@media screen and (max-width:1024px){
    #footer-content>.copy { width:18%; }
    #footer-content>.copy I { display:none; }
    #footer-content>.aia { display:none; }
    #footer-content>.contact { margin:0 18%; }
}/*/mediaquery*/
/*@media screen and (max-width:800px){
    .wrapper { margin:0 0; }
    #footer-content>.copy { width:14%; }
        #footer-content>.copy I { display:none; }
    #footer-content>.contact { margin:0 14%; }

    #presentation-nav { display:none; }
}*/
/*/mediaquery*/
@media screen and (max-width:800px){
    #footer-content>.copy { display:none; }
    #footer-content>.like { display:none; }
    #footer-content>.contact { margin:0 0; }
}/*/mediaquery*/
@media screen and (max-width:520px){
    #footer-content { height:60px; }
    #footer-content>.contact { display:none; }
    #footer-content>.contact-block { display:block; padding-top:8px; }

    FOOTER {
        -webkit-transition:bottom .5s ease;
        -moz-transition:bottom .5s ease;
        -ms-transition:bottom .5s ease;
        -o-transition:bottom .5s ease;
        transition:bottom .5s ease;
    }
    FOOTER.inner { bottom:-60px; }
}/*/mediaquery*/

@media screen and (max-width:400px){
    #footer-content>.contact-block LI { width:50%; }
    #footer-content>.contact-block LI:first-child { display:none; }
}/*/mediaquery*/





.loader {
    display:none;
    position:absolute;
    z-index:5;
    top:50%;
    left:50%;
    width:60px;
    height:60px;
    margin:-30px 0 0 -30px;
    background:#fff url('/bitrix/templates/gs1_copy_copy_copy/../img/loading.gif') 50% 50% no-repeat;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}
#container.loading .loader { display:block; }
.presentation-slide.loading .loader { display:block; }



.content-block {
    position:relative;
    z-index:3;
    width:100%;
}
.content-columns {
    width:100%;
}
.content-columns:after {
    content:'';
    display:block;
    clear:both;
    overflow:hidden;
}
.content-column {
    position:relative;
    float:left;
    width:25%;
    min-height:1px;
}
.content-column-double {
    position:relative;
    float:left;
    width:50%;
    min-height:1px;
}
.content-column-right { float:right; }
.content-columns:after {
    content:'';
    display:block;
    clear:both;
    overflow:hidden;
}


.content-column .img-tile,
.content-column-double .img-tile { display:inline-block; width:100%; height:auto; }
.content-column .img-tile IMG,
.content-column-double .img-tile IMG { width:100%; height:auto; }
.content-column-double .img-tile-row .img-tile { float:left; width:50%; height:auto; }
.img-tile-row:after {
    content:'';
    display:block;
    clear:left;
    overflow:hidden;
}

.content-column-abs-left { position:absolute; top:0; left:0; height:100%; }
.content-column-abs-right { position:absolute; top:0; right:0; height:100%; }
.content-column-rel-center { position:relative; margin-left:25%; }

.content-column-rel-center .img-tile-row:first-child {  }
.content-column-rel-center .content-column-block+.img-tile-row { position:absolute; top:0; left:0; width:100%; }

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

}/*/mediaquery*/
@media screen and (max-width:800px){
    .content-column { width:50%; }
    .content-column-double { float:none; width:100%; }
    .content-column-rel-center { margin-left:0;}
    .content-column-abs-left { position:relative; top:auto; }
    .content-column-abs-right { position:relative; top:auto; }
    .content-column .img-tile-last { display:none; }
}/*/mediaquery*/
@media screen and (max-width:600px){
    .content-block { padding-bottom:60px; }

    .content-column-double { float:none; width:100%; }
    .content-column-rel-center .img-tile-row:first-child { display:none; }
    .content-column-rel-center .content-column-block+.img-tile-row { position:relative; top:auto; }
}/*/mediaquery*/
@media screen and (max-width:480px){
    .content-block { padding-bottom:0; }

    .content-column { float:none; width:100%; }
    .content-column-rel-center .img-tile-row .img-tile,
    .content-column-rel-center .img-tile { float:none; width:100%; }
}/*/mediaquery*/



.content-title {

}
.content-title H2 {
    font:65px/55px 'CodeLightRegular';
    color:#d9d9d9;
    text-transform:uppercase;
    letter-spacing:1px;
}
.content-title H2>SPAN {
    display:block;
}
.content-title H2>EM {
    display:block;
    font-family:'CodeBoldRegular';
    color:#c2c2c2;
}
.content-title .ib {
    display:inline-block;
}
.content-title .amp {
    display:inline-block;
    vertical-align:top;
    font:40px/55px 'Courier New',serif;
}

.content-text {
    max-width:480px;
    margin-top:30px;
}
.content-text H3 {
    font:13px/16px Tahoma,sans-serif;
    color:#bff700;
    text-transform:uppercase;
}
.content-text P+H3 { margin-top:15px; }
.content-text H3>A { color:#bff700; }
.content-text P {
    margin-top:15px;
    font:12px/16px Tahoma,sans-serif;
    color:#c2c2c2;
}
.content-text P>STRONG { font-weight:normal; }
.content-text A { color:#d7df20; text-decoration:none; }


@media screen and (max-width:460px) {
    .content-title H2 {
        font-size:37px;
        line-height:35px;
    }
    .content-title .amp { font-size:25px; line-height:35px; }
    .content-text { margin-top:15px; }
}/*/mediaquery*/


.download-file {
    display:inline-block;
    margin-right:40px;
}
.download-file>.ico {
    float:left;
    width:21px;
    height:26px;
    background:url('/bitrix/templates/gs1_copy_copy_copy/../img/sprite.png') 0 -187px no-repeat;
}
.download-file>.txt {
    overflow:hidden;
    padding-left:10px;
}
.download-file>.txt>EM {
    font:11px/14px Tahoma,sans-serif;
    text-transform:uppercase;
    color:#c2c2c2;
}
.download-file>.txt>SPAN {
    display:block;
    font:11px/14px Tahoma,sans-serif;
    color:#d9d9d9;
}


.content-block-tiles {
    overflow:hidden;
    padding-bottom:0;
}
.content-block-tiles .content-column-block { padding:40px;}
@media screen and (max-width:600px){
    .content-block-tiles .content-column-block { padding-top:60px; padding-left:50px; }
}/*/mediaquery*/
@media screen and (max-width:480px){
    /*.content-block-tiles { padding-bottom:60px; }*/
}/*/mediaquery*/

.content-block-text {

}
.content-block-text .content-column-block {
    padding:0 40px;
}

.content-block-text .valign {

}
.content-block-text .valign-helper {
    display:block;
    width:100%;
}



.content-block-text IMG { max-width:100%; }
@media screen and (max-width:800px){
    .content-block-text .content-column-block { padding-top:60px; padding-bottom:40px; padding-left:50px; }
    .content-block-text .valign-helper { display:none; }
}/*/mediaquery*/

#content-about {

}
#content-about .download-file {
    margin-top:30px;
}


#content-philosophy {

}


#content-services {

}
#content-services P { margin:0; }
#content-services .scheme {
    padding-bottom:60px;
    margin-left:20%;
    width:70%;
}
#content-services .scheme IMG { width:100%; max-width:600px; }
@media screen and (max-width:800px){
    #content-services .scheme { margin:0 auto; }
}/*/mediaquery*/


#content-promo {

}


#content-corporate {

}


#content-support {

}


#content-creative {

}



#content-awards {

}


#content-clients {
    padding-bottom:60px;
}
#content-clients .content-column-block {
    padding:90px 40px 0;
}

.clients-list-top {
    padding-top:45px;
}
.clients-list UL { font-size:0; }
.clients-list LI {
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:25%;
    height:100px;
    line-height:100px;
    text-align:center;
    margin:15px 0;
}
.clients-list LI IMG {
    max-width:100%;
    vertical-align:middle;
}
.clients-list-top LI {
    width:50%;
}

@media screen and (min-width:1600px){
    .clients-list-top { padding-top:60px; }
    .clients-list LI { width:16.666%; }
    .clients-list-top LI { width:33.333%; margin:30px 0; }
}/*/mediaquery*/
@media screen and (max-width:800px){
    #content-clients .content-column-block { padding-top:60px; padding-left:50px; }
    .clients-list-top { padding-top:15px; }
    .clients-list LI { width:33.333%; }
    .clients-list-top LI { width:33.333%; }
}/*/mediaquery*/
@media screen and (max-width:600px){
    #content-clients { padding-bottom:60px; }
    .clients-list LI { width:50%; }
    .clients-list-top LI { width:50%; }
}/*/mediaquery*/
@media screen and (max-width:480px){
    #content-clients { padding-bottom:0; }
    .clients-list LI, .clients-list-top LI { float:none; width:100%; }
}/*/mediaquery*/


.hover-tile {
    position:relative;
}
.mod-no-touch .hover-tile:hover .hover-img {
    -webkit-opacity:0.75;
    -moz-opacity:0.75;
    opacity:0.75;
}

.hover-tile .hover-button {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;

    -webkit-transition:opacity .25s ease;
    -moz-transition:opacity .25s ease;
    -ms-transition:opacity .25s ease;
    -o-transition:opacity .25s ease;
    transition:opacity .25s ease;
}
.mod-no-opacity .hover-tile .hover-button { display:none; }
.hover-tile:hover  .hover-button {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
.mod-no-opacity .hover-tile:hover  .hover-button { display:inline-block; }


.mod-touch .hover-button { display:none; }
@media screen and (max-width:600px){
    .hover-button { display:none; }
}/*/mediaquery*/



.hover-buttons {
    position:absolute;
    z-index:2;
    top:50%;
    left:0;
    width:100%;
    height:50px;
    margin-top:-25px;

    font-size:0;
    text-align:center;
}
.hover-button {
    display:inline-block;
    vertical-align:top;

    width:32px;
    height:32px;
    padding:9px;
    margin:0 10px;

    background:rgba(0,0,0,0.4);
    cursor:pointer;
}
.hover-button:hover {
    background:#D7DF20;
    background:rgba(215,223,32,.6);
}

.hover-button>SPAN {
    display:inline-block;
    width:32px;
    height:32px;

    background-image:url('/bitrix/templates/gs1_copy_copy_copy/../img/sprite.png');
    background-repeat:no-repeat;

    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;

    -webkit-transform:scale(0.8) translateZ(0);
    -moz-transform:scale(0.8) translateZ(0);
    -ms-transform:scale(0.8) translateZ(0);
    transform:scale(0.8) translateZ(0);

    -webkit-transition:all 0.375s ease;
    -moz-transition:all 0.375s ease;
    -ms-transition:all 0.375s ease;
    transition:all 0.375s ease;
}
.hover-button:hover>SPAN {
    -webkit-transform:scale(1) translateZ(0);
    -moz-transform:scale(1) translateZ(0);
    -ms-transform:scale(1) translateZ(0);
    transform:scale(1) translateZ(0);
}

.video-button {
    left:0;
}
.video-button>SPAN { background-position:0 -216px; }

.photo-button {
    right:0;
}
.photo-button>SPAN { background-position:-35px -216px; }



#popup-bg {
    position:fixed;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8);

    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;

    -webkit-transition:opacity .5s ease;
    -moz-transition:opacity .5s ease;
    -ms-transition:opacity .5s ease;
    -o-transition:opacity .5s ease;
    transition:opacity .5s ease;
}
.mod-no-opacity #popup-bg { display:none; background:url('/bitrix/templates/gs1_copy_copy_copy/../img/bg-ie.png'); }
#popup-bg.active {
    z-index:10;
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
.mod-no-opacity #popup-bg.active { display:block; }
/*.popup-hide {
    position:absolute;
    top:10px;
    right:10px;
    width:48px;
    height:49px;
    background:url('/bitrix/templates/gs1_copy_copy_copy/../img/close.png') no-repeat;
    cursor:pointer;
    }*/

.popup {
    position:fixed;
    z-index:-1;
    top:50%;
    left:50%;

    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;

    -webkit-transition:opacity .5s ease;
    -moz-transition:opacity .5s ease;
    -ms-transition:opacity .5s ease;
    -o-transition:opacity .5s ease;
    transition:opacity .5s ease;
}
.mod-touch  .popup { display:none; }
.mod-no-opacity .popup { display:none; }
.popup.active {
    z-index:11;
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
.mod-no-opacity .popup.active { display:block; }
#popup-video {
    width:900px;
    height:506px;
    margin:-253px 0 0 -450px;
}
#popup-video>.popup-content {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
}

@media screen and (max-width:800px){
    #popup-video {
        width:600px;
        height:336px;
        margin:-168px 0 0 -300px;
    }
}/*/mediaquery*/

#popup-photo {
    width:480px;
    height:626px;
    margin:-313px 0 0 -240px;
}
#popup-photo .popup-content-wrapper {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    font-size:0;
    line-height:0;
}
#popup-photo .popup-content-helper {
    display:inline-block;
    width:0;
    height:100%;
    vertical-align:middle;

}
#popup-photo .popup-content {
    display:inline-block;
    width:100%;
    vertical-align:middle;
    text-align:center;
    overflow:hidden;

    -webkit-transition:height .5s ease;
    -moz-transition:height .5s ease;
    -ms-transition:height .5s ease;
    -o-transition:height .5s ease;
    transition:height .5s ease;
}
#popup-photo .popup-content-photo {
    display:inline-block;
    width:100%;

    overflow:hidden;

    opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;

    -webkit-transition:opacity .5s ease;
    -moz-transition:opacity .5s ease;
    -ms-transition:opacity .5s ease;
    -o-transition:opacity .5s ease;
    transition:opacity .5s ease;
}
#popup-photo .popup-content-photo.__active {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
#popup-photo .popup-content-photo.__new { height:0; }
#popup-photo .popup-content-photo IMG { width:100%; }



.popup-arrow {
    position:absolute;
    z-index:5;
    top:50%;
    width:30px;
    height:111px;
    margin-top:-55px;
    cursor:pointer;

    background-color:#000;

    -webkit-opacity:.5;
    -moz-opacity:.5;
    opacity:.5;
}
.mod-csstransitions .popup-arrow {
    -webkit-transition:opacity .1s linear;
    -moz-transition:opacity .1s linear;
    -ms-transition:opacity .1s linear;
    -o-transition:opacity .1s linear;
    transition:opacity .1s linear;
}
.popup-arrow.disabled {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
}
.mod-no-opacity .popup-arrow.disabled { visibility:hidden; }
.popup-arrow:hover, .mod-touch .popup-arrow {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
.popup-arrow>SPAN {
    display:block;
    position:absolute;
    top:40px;
    left:7px;
    width:16px;
    height:31px;
    background-image:url('/bitrix/templates/gs1_copy_copy_copy/../img/sprite.png');
}
.popup-arrow.left {
    left:0;
}
.popup-arrow.left>SPAN {
    background-position:0 0;
}
.popup-arrow.right {
    right:0;
}
.popup-arrow.right>SPAN {
    background-position:-19px 0;
}

#popup-photo .popup-arrow.left {
    left:50%;
    margin-left:-270px;
}
#popup-photo .popup-arrow.right {
    right:50%;
    margin-right:-270px;
}


.scroll-block {
    position:relative;
}
.scroll-block .viewport {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.scroll-block .overview {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.scroll-block .scrollbar {
    position:absolute;
    z-index:5;
    top:0;
    right:0;
    width:10px;
    height:100%;
    background:url('/bitrix/templates/gs1_copy_copy_copy/../img/rgba.php?name=white&a=25') repeat;
    background:rgba(255,255,255,.25);

    -webkit-opacity:.7;
    -moz-opacity:.7;
    opacity:.7;
}
.mod-csstransitions .scroll-block .scrollbar {
    -webkit-transition:opacity .1s linear;
    -moz-transition:opacity .1s linear;
    -ms-transition:opacity .1s linear;
    -o-transition:opacity .1s linear;
    transition:opacity .1s linear;
}
.scroll-block .scrollbar:hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}

.scroll-block .track {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.scroll-block .thumb {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:20px;
    cursor:pointer;
    overflow:hidden;
    background-color:#fff;
}
.scroll-block .disable { display:none; }
.noSelect { -webkit-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; }




#tags {
    position:absolute;
    top:48px;
    left:0;
}
.tags {
    width:100%;
    text-align:center;
    background-color:#262626;
    overflow:hidden;
}
.tags>UL {
    display:inline-block;
    vertical-align:top;
    font-size:0;
}
.tags LI {
    display:inline-block;
    vertical-align:top;
    /*width:12.5%;*/
    height:30px;
    padding:5px 0;
}
.tags A {
    display:inline-block;
    padding:0 15px;
    margin:0 15px;
    font:11px/30px Tahoma,sans-serif;
    color:#d9d9d9;
    text-decoration:none;
}
.tags A.active { color:#d7df20; }

#portfolio-wrapper .tags { display:none; }
#portfolio-wrapper .tags LI { display:block; }
#portfolio-wrapper .tags A {
    display:block;
    padding:0;
    margin:0;
}

.cat-link {
    position:absolute;
    top:19px;
    right:-10px;
    display:none;
    width:15px;
    height:11px;
    background:url('/bitrix/templates/gs1_copy_copy_copy/../img/sprite.png') -24px -187px no-repeat;
}

@media screen and (max-width:800px){
    #tags>UL {
        display:block;
        width:100%;
    }
}/*/mediaquery*/
@media screen and (max-width:480px){
    #tags { display:none; }
    #portfolio-wrapper .tags { display:block; }
    .cat-link { display:block; }
}/*/mediaquery*/


#portfolio-wrapper {
    position:absolute;
    top:10px;
    bottom:145px;
    left:-35px;
    width:102%;
    overflow:auto;
}
.mod-touch #portfolio-wrapper {
    -webkit-overflow-scrolling:touch;
}
@media screen and (max-width:986px){
    #portfolio-wrapper { top:128px; }
}/*/mediaquery*/
@media screen and (max-width:800px){
    #portfolio-wrapper { top:168px; }
}/*/mediaquery*/
@media screen and (max-width:480px){
    #portfolio-wrapper { top:48px; bottom:60px; }
}/*/mediaquery*/

#portfolio {
    width:100%;
}
#portfolio>UL {
    font-size:0;
}
#portfolio LI {
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:25%;
    -webkit-backface-visibility:hidden;
}
#portfolio LI>IMG {
    width:100%;
}
#portfolio LI>.hover {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);

    text-decoration:none;

    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;

    -webkit-transition:opacity .25s ease;
    -moz-transition:opacity .25s ease;
    -ms-transition:opacity .25s ease;
    -o-transition:opacity .25s ease;
    transition:opacity .25s ease;
}

#portfolio LI:hover>.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
.mod-touch #portfolio LI:hover>.hover {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
}
.mod-touch #portfolio LI.hover-effect>.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
}
.mod-no-rgba #portfolio LI>.hover { background:url('/bitrix/templates/gs1_copy_copy_copy/../img/rgba.php?name=black&a=70') repeat; }
.mod-no-opacity #portfolio LI>.hover { display:none; }
.mod-no-opacity #portfolio LI:hover>.hover { display:block; }

#portfolio LI H3 {
    padding:15px 15px 0;
    font:13px/16px Tahoma,sans-serif;
    color:#bff700;
    text-transform:uppercase;
}
#portfolio LI .desc {
    position:absolute;
    width:100%;
    max-height:60%;
    overflow:hidden;
}
#portfolio LI P {
    padding:10px 15px 0;
    font:11px/16px Tahoma,sans-serif;
    color:#d9d9d9;
}
#portfolio .link {
    position:absolute;
    bottom:15px;
    left:0;
    margin:0 15px;

    font:13px/16px Tahoma,sans-serif;
}
#portfolio .link>SPAN { color:#fff; }
#portfolio .link:hover>SPAN {
    -webkit-opacity:.75;
    -moz-opacity:.75;
    opacity:.75;
}


@media screen and (min-width:1600px){
    #portfolio LI { width:20%; }
}/*/mediaquery*/
@media screen and (max-width:1200px){
    #portfolio LI { width:33.333%; }
}/*/mediaquery*/
@media screen and (max-width:800px){
    #portfolio LI { width:50%; }
}/*/mediaquery*/
@media screen and (max-width:480px){
    #portfolio LI { float:none; width:100%; }
}/*/mediaquery*/








.mod-no-touch .style-scrollbar::-webkit-scrollbar {
    width:10px;
}
.mod-no-touch .style-scrollbar::-webkit-scrollbar:horizontal { width:0;height:0;display:none; }
.mod-no-touch .style-scrollbar::-webkit-scrollbar-track {
    background-clip:padding-box;
    border:0 solid transparent;
}
.mod-no-touch .style-scrollbar::-webkit-scrollbar-track:hover {
    background-color:rgba(255,255,255,0.10);
    -webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.20);
}
.mod-no-touch .style-scrollbar::-webkit-scrollbar-track:active {
    background-color:rgba(255,255,255,0.10);
    -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.28),inset -1px -1px 0 rgba(255,255,255,0.14);
}
.mod-no-touch .style-scrollbar::-webkit-scrollbar-thumb {
    background-clip:padding-box;
    min-height:30px;
    border:0 solid transparent;
    background-color:rgba(255,255,255,0.4);
    -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.10),inset 0 -1px 0 rgba(255,255,255,0.07);
}
.mod-no-touch .style-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:rgba(255,255,255,0.8);
    -webkit-box-shadow:inset 1px 1px 1px rgba(255,255,255,0.50);
}
.mod-no-touch .style-scrollbar::-webkit-scrollbar-thumb:active{
    background-color:rgba(255,255,255,0.9);
    -webkit-box-shadow:inset 1px 1px 3px rgba(255,255,255,0.6);
}
.mod-no-touch .style-scrollbar::-webkit-scrollbar-button {
    width:0;
    height:0;
    display:none;
}
.mod-no-touch .style-scrollbar::-webkit-scrollbar-corner { background-color:transparent; }






#error404 {
    position:absolute;
    top:50%;
    left:50%;
    width:320px;
    height:100px;
    margin:-50px 0 0 -160px;

    font:130px/100px 'CodeLightRegular';
    color:#d9d9d9;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align:center;
}


#presentation-slide-item0 .flex-bg:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:70px;

    background:-webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
    background:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
}

.phone{
    display: hidden !important;
}
body{
    overflow: hidden;
}
#footer{
    /*background-color: black!important;*/
    /*height: 18px !important;*/
}
#footer .copy{
    /*margin-top: 0!important;*/
}
#footer .footer-menu{
    /*margin-top: 0!important;*/
}
.phone{
    display: none !important;
}
#button-down{
    display: none !important;
}
#portfolio ul{
    margin:0 !important;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/topMenu/style.css */
/* /bitrix/templates/.default/components/bitrix/menu/bottomMenu/style.css */
/* /bitrix/templates/gs1_copy_copy_copy/styles.css */
