html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }
body {overflow-x: hidden;}
ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/**
*
* Animate.css
* From : http://daneden.me/animate/
*
**/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9); }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }

  70% {
    -moz-transform: scale(0.9); }

  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }

  50% {
    opacity: 1;
    -o-transform: scale(1.05); }

  70% {
    -o-transform: scale(0.9); }

  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }

  50% {
    opacity: 1;
    transform: scale(1.05); }

  70% {
    transform: scale(0.9); }

  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }

  80% {
    -moz-transform: translateY(10px); }

  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }

  80% {
    -o-transform: translateY(10px); }

  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    transform: translateY(-30px); }

  80% {
    transform: translateY(10px); }

  100% {
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }

  80% {
    -moz-transform: translateY(-10px); }

  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(30px); }

  80% {
    -o-transform: translateY(-10px); }

  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    transform: translateY(30px); }

  80% {
    transform: translateY(-10px); }

  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }

  80% {
    -moz-transform: translateX(-10px); }

  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(30px); }

  80% {
    -o-transform: translateX(-10px); }

  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    transform: translateX(30px); }

  80% {
    transform: translateX(-10px); }

  100% {
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }

  80% {
    -moz-transform: translateX(10px); }

  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }

  80% {
    -o-transform: translateX(10px); }

  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    transform: translateX(-30px); }

  80% {
    transform: translateX(10px); }

  100% {
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

body, html {
  height: 100%; }

body {
  background: #3498db;
  color: #fff;
  font-family: 'Oswald', sans-serif; }

/**
*
* Responsive list
*
**/








.photo_left{float:right; position:relative; background-image:url(photo.jpg); width:40%; height:80%; background-size: cover;
   background-repeat: no-repeat;  margin:0 80px 0 0; 	  border-right: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c; z-index:2;
    }
.photo_left img{
        position:absolute;
        top:0;
        left:0;
		z-index:3;

	}

.header_cobs { right:80px;top:5%; position:absolute; width:40%; height:50px;}

.header_cobs span{
color:#1870a7;
  font-size: 150%;
 }

.header_menu { left:80px;top:5%; position:absolute; width:40%; height:50px;}

.header_menu span{
  font-size: 150%;color:#1870a7;
 }


.top_top{ width:100%;height:10%; top:0; background:#fff;}

.socialka {
right: 0;
position: relative;
width: 100%;
height: 60px;
margin: auto;
z-index: 9;
bottom: -62%;
left: 0;
}

@-moz-keyframes animaciyi {   
   from {opacity:0.1; zoom:0}
  to {  opacity:0.7;zoom:1 }
}

@-webkit-keyframes animaciyi {
   from {opacity:0.1; zoom:0}
  to {  opacity:0.7;zoom:1  }
}
@-ms-keyframes animaciyi {
   from {opacity:0.1; zoom:0}
  to {  opacity:0.7;zoom:1  } 
}


.coob{width: 15%;height: 99%;float:left;opacity:0.1;  }
.coob:hover{float:left;opacity:0.5;
 -moz-animation: animaciyi 1s ease 0s;
 -ms-animation: animaciyi 1s  ease 0s;
  -webkit-animation: animaciyi 1s  ease 0s
  }



.responsive {
float:left;
  
width: 45%;
  
height: 50%;
margin:0 0 0 3%;  }



.responsive2 {
float:right;
width: 45%;
height: 50%;
 }
 
 
.content {
 
  float: left;
  width: 100%;
  height: 100%; }
  .content img {
    width: 100%;
    height: 100%; }
  .content li {
    float: left;
  border-left: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
    
    width: 45%;
    height: 80%;
    position: relative;
    /* Colors Hover */ 
}

    
    
.responsive2 .content2 li {
float: left;
border-left: 1px solid #2c2c2c;
border-bottom: 1px solid #2c2c2c;
width: 33%;
height: 53%;
position: relative;
}    
.responsive2 .content2 li li {
    width: 100%;
    height: 33%;
	border-left: 0px solid #2c2c2c;
}
.responsive2 .content2 li li:last-child {border-bottom: 0px solid #2c2c2c;}
.responsive2  {margin: 0 3% 0 0;}

.responsive2 .content2 .card-front2 {background-size: 100%;background-repeat: no-repeat;background-position: 100% 100%;}

.responsive2 .content2 a{ color: #A4F7FC;}
.responsive2 .content2 a:hover, .responsive2 .content2 a:active{ color: #A4F7FC;}

.responsive2 .content2 .card-front2.site-proekt-fm {background-image: url(proektformen.jpg);}
.responsive2 .content2 .card-front2.site-mirgorod {background-image: url(mirgorod.jpg);}
.responsive2 .content2 .card-front2.site-starter {background-image: url(pfrtfi.jpg);}
.responsive2 .content2 .card-front2.pwa {background-image: url(pwa.jpg);}
.responsive2 .content2 .card-front2.site-saltov {background-image: url(saltov.jpg);}
.responsive2 .content2 .card-front2.site-shafa {background-image: url(szafa.jpg);}
.responsive2 .content2 .card-front2.site-room {background-image: url(room.jpg);}
.responsive2 .content2 .card-front2.site-bucket {background-image: url(icebucket.jpg);}
.responsive2 .content2 .card-front2.site-solar{background-image: url(earth.jpg);}
.responsive2 .content2 .card-front2.site-porto {background-image: url(porto.jpg);}


.content2 {
 
  float: left;
  width: 100%;
  height: 100%; }
  
.content2 img {
    width: 100%;
    height: 100%; }
    
.content2 li {
    float: left;
  border-left: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
    left:0;
    width: 45%;
    height: 80%;
    position: relative;

}


    .content2 li:hover {
      cursor: pointer; }
      .content2 li:hover > .card-front2 {
        -webkit-transform: rotateY(-50deg);
        -moz-transform: rotateY(-50deg);
        -ms-transform: rotateY(-50deg);
        -o-transform: rotateY(-50deg);
        transform: rotateY(-50deg);
        
        -webkit-transform: perspective(1000) rotateY(-50deg);
        -moz-transform: perspective(1000) rotateY(-50deg);
        -ms-transform: perspective(1000) rotateY(-50deg);
        -o-transform: perspective(1000) rotateY(-50deg);
        transform: perspective(1000) rotateY(-50deg); 
       
        }
      .content2 li:hover > a .card-back2 {
        z-index: 950;
        
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform: perspective(1000) rotateX(0deg);
        -moz-transform: perspective(1000) rotateX(0deg);
        -ms-transform: perspective(1000) rotateX(0deg);
        -o-transform: perspective(1000) rotateX(0deg);
        transform: perspective(1000) rotateX(0deg); }
 
  .content2 .card-front2,
  .content2 .card-back2 {
    text-align: right;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 400ms;
    -moz-transition: -moz-transform 400ms;
    -o-transition: -o-transform 400ms;
    transition: transform 400ms;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  .content2 .card-front2 {
    -webkit-transform: perspective(1000) rotateX(0);
    -moz-transform: perspective(1000) rotateX(0);
    -ms-transform: perspective(1000) rotateX(0);
    -o-transform: perspective(1000) rotateX(0);
    transform: perspective(1000) rotateX(0);
    z-index: 900; }
  .content2 .card-back2 {
  text-align: left;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 800; }
    .content2 .card-back2 h2{ margin-right: -3px !important; font-size: 18px; }
  .content2 h2 { 
    font-size: 34px;
    float: right;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 20px; }
    .content h2 b {
      float: right;
      width: 55%; }
  .content2 p {
font-size: 19px;
    line-height: 1.8em;
    color: #3d3d3d;
    width: 90%;
    float: right;
    margin-right: 20px; }










    .content li:hover {
      cursor: pointer; }
      .content li:hover .card-front {
        -webkit-transform: rotateX(50deg);
        -moz-transform: rotateX(50deg);
        -ms-transform: rotateX(50deg);
        -o-transform: rotateX(50deg);
        transform: rotateX(50deg);
        -webkit-transform: perspective(1000) rotateX(50deg);
        -moz-transform: perspective(1000) rotateX(50deg);
        -ms-transform: perspective(1000) rotateX(50deg);
        -o-transform: perspective(1000) rotateX(50deg);
        transform: perspective(1000) rotateX(50deg); }
      .content li:hover .card-back {
        z-index: 950;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform: perspective(1000) rotateX(0deg);
        -moz-transform: perspective(1000) rotateX(0deg);
        -ms-transform: perspective(1000) rotateX(0deg);
        -o-transform: perspective(1000) rotateX(0deg);
        transform: perspective(1000) rotateX(0deg); }
  .responsive .content li:nth-child(1) .card-back, .responsive .content li:nth-child(4) .card-back {
      background: #1870a7; }
    .responsive  .content li:nth-child(2) .card-back {
      background: #22cfda; }
   .responsive  .content li:nth-child(3) .card-back {
      background: #162b53; }
  
    .responsive .content li:first-child, .responsive .content li:last-child {
      background-color: #2980b9; }
  .content .card-front,
  .content .card-back {
    text-align: right;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 400ms;
    -moz-transition: -moz-transform 400ms;
    -o-transition: -o-transform 400ms;
    transition: transform 400ms;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  .content .card-front {
    -webkit-transform: perspective(1000) rotateX(0);
    -moz-transform: perspective(1000) rotateX(0);
    -ms-transform: perspective(1000) rotateX(0);
    -o-transform: perspective(1000) rotateX(0);
    transform: perspective(1000) rotateX(0);
    z-index: 900; }
  .content .card-back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 800; }
  .content h2 {
    font-size: 34px;
    float: right;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 20px; }
    .content h2 b {
      float: right;
      width: 55%; }
  .content p {
font-size: 19px;
    line-height: 1.8em;
    color: #3d3d3d;
    width: 90%;
    float: right;
    margin-right: 20px; }

    
.first-box-link {float: left; width: 50%;}
    
.close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 20px; }

.active {
  width: 100% !important;
  height: 100% !important; }
  
    .active .all-content {position: absolute; left: 10px; top: 20px; width:100%; line-height:44px;}
	#ho_adv{display:none !important;}
	.all-content  img{width:40px; height:30px;margin:7px}



 .all-content a {color:#fff;text-decoration:none;}
.all-content a:visited {color:#fff;text-decoration:none;}
@media (min-width: 1200px) and (max-width: 1600px) {
.content2 h2 {font-size: 24px;}

}


@media (min-width: 960px) and (max-width: 1200px) {

.responsive, .responsive2 {
float: left;
width: 99%;
height: 100%;
margin: 0;
}

.content, .content2 {
float: left;
width: 99%;
height: 50%;
}

.responsive2 .content2 li {

width: 33%;
height: 320px;
}
.responsive2 .content2 li li {height: 65%;}
.content2 h2 {font-size: 24px;}
.socialka {
right: 0;
position: relative;
width: 60%;
height: 60px;
margin: auto;
z-index: 9;
bottom: -36%;
left: 0px;
z-index: 0;
}




  .content h2 {
    font-size: 22px; }
  .content p {
    font-size: 13px; }
    
    .content2 h2 {
    font-size: 22px; }
  .content2 p {
    font-size: 13px; }
    
  .content li {
    width: 49.5%;
	} 
    }
@media (min-width: 480px) and (max-width: 960px) {
.responsive2 .content2 li li {
    height: 65%;
}
.top_top {

height: 66px;}


.responsive {
float: left;
width: 99%;
height: 420px;
margin: 0;
}

 .responsive2 {
float: left;
width: 99%;
height: 480px;
margin: 0;
}
.content {
float: left;
width: 100%;
height: 360px;
}
.content2 {
float: left;
width: 100%;
height: 50%;
}
.responsive2 .content2 li {

width: 33%;
height: 240px;
}

.coob {
width: 16.5%;
height: 100%;
float: left;
opacity: 0.1;
border-left: none ;
 border-bottom: none;
}
.socialka {
right: 0;
position: relative;
width: 100%;
height: 60px;
margin: auto;
z-index: 9;
bottom: 0;
left: 0;
z-index: 0;
}


  .content li {
    width: 49.5%;
    height: 180px;
	} 
    
    .content2 li {

    height: 180px;;
	} 
   
  .content h2 {
    font-size: 15px; }
  .content p {
    font-size: 13px; }
    
     
  .content2 h2 {
    font-size: 15px; }
  .content2 p {
    font-size: 13px; }
     
     
  .header_menu {
left: 10px;
top: 2%;
width: 30%;

}
   .header_cobs {
right: 0px;
top: 2%;
width: 30%;

}  
}
@media (min-width: 319px) and (max-width: 479px) {
.responsive2 .content2 li li {
    height: 65%;
}
.top_top {

height: 66px;}


.responsive {
float: left;
width: 99%;
height: 420px;
margin: 0;
}

 .responsive2 {
float: left;
width: 99%;
height: 480px;
margin: 0;
}
.content {
float: left;
width: 100%;
height: 360px;
}
.content2 {
float: left;
width: 100%;
height: 50%;
}
.responsive2 .content2 li {
    height: 320px;
    width: 100%;
}

.coob {
width: 16.5%;
height: 100%;
float: left;
opacity: 0.1;
border-left: none ;
 border-bottom: none;
}
.socialka {
right: 0;
position: relative;
width: 100%;
height: 60px;
margin: auto;
z-index: 9;
bottom: 0;
left: 0;
z-index: 0;
}


  .content li {
    width: 49.5%;
    height: 180px;
	} 
    
    .content2 li {

    height: 180px;;
	} 
   
  .content h2 {
    font-size: 15px; }
  .content p {
    font-size: 13px; }
     
     
  .content2 h2 {
    font-size: 15px; }
  .content2 p {
    font-size: 13px; }
     
     
  .header_menu {
left: 10px;
top: 20px;
width: 50%;

}
   .header_cobs {
right: 0px;
top: 25px;
width: 50%;

}  
.zoom {background-size: 75% auto !important;}
 .header_cobs span{ font-size: 12px;}
  .header_menu span{ font-size: 12px;}
   .content2 .card-back2 h2{ margin-right: -3px !important; margin-top: 35px;}
   .active .all-content h1 {font-size: 25px;}
}