@font-face {
  font-family: 'Exo2 Condensed';
  src: url("../fonts/Exo2-RegularCondensed.eot");
  src: url("../fonts/Exo2-RegularCondensed.woff2") format("woff2"), url("../fonts/Exo2-RegularCondensed.woff") format("woff"), url("../fonts/Exo2-RegularCondensed.ttf") format("truetype"), url("../fonts/Exo2-RegularCondensed.eot%3F") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Exo2 Condensed';
  src: url("../fonts/Exo2-LightCondensed.eot");
  src: url("../fonts/Exo2-LightCondensed.woff2") format("woff2"), url("../fonts/Exo2-LightCondensed.woff") format("woff"), url("../fonts/Exo2-LightCondensed.ttf") format("truetype"), url("../fonts/Exo2-LightCondensed.eot%3F") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Exo2 Condensed';
  src: url("../fonts/Exo2-BoldCondensed.eot");
  src: url("../fonts/Exo2-BoldCondensed.woff2") format("woff2"), url("../fonts/Exo2-BoldCondensed.woff") format("woff"), url("../fonts/Exo2-BoldCondensed.ttf") format("truetype"), url("../fonts/Exo2-BoldCondensed.eot%3F") format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Exo2 Condensed';
  src: url("../fonts/Exo2-ExtraLightCondensed.eot");
  src: url("../fonts/Exo2-ExtraLightCondensed.woff2") format("woff2"), url("../fonts/Exo2-ExtraLightCondensed.woff") format("woff"), url("../fonts/Exo2-ExtraLightCondensed.ttf") format("truetype"), url("../fonts/Exo2-ExtraLightCondensed.eot%3F") format("embedded-opentype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Exo2 Condensed';
  src: url("../fonts/Exo2-MediumCondensed.eot");
  src: url("../fonts/Exo2-MediumCondensed.woff2") format("woff2"), url("../fonts/Exo2-MediumCondensed.woff") format("woff"), url("../fonts/Exo2-MediumCondensed.ttf") format("truetype"), url("../fonts/Exo2-MediumCondensed.eot%3F") format("embedded-opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Exo2 Condensed';
  src: url("../fonts/Exo2-ThinCondensed.eot");
  src: url("../fonts/Exo2-ThinCondensed.woff2") format("woff2"), url("../fonts/Exo2-ThinCondensed.woff") format("woff"), url("../fonts/Exo2-ThinCondensed.ttf") format("truetype"), url("../fonts/Exo2-ThinCondensed.eot%3F") format("embedded-opentype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Exo2 Condensed';
  src: url("../fonts/Exo2-SemiBoldCondensed.eot");
  src: url("../fonts/Exo2-SemiBoldCondensed.woff2") format("woff2"), url("../fonts/Exo2-SemiBoldCondensed.woff") format("woff"), url("../fonts/Exo2-SemiBoldCondensed.ttf") format("truetype"), url("../fonts/Exo2-SemiBoldCondensed.eot%3F") format("embedded-opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProBold/GothamProBold.eot");
  src: url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype"), url("../fonts/GothamProBold/GothamProBold.eot%3F") format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }

/* template */
html {
  margin: 0; }

body {
  font-family: 'Exo2 Condensed', sans-serif;
  margin: 0; }

.clear:before, .clear:after {
  content: '';
  clear: both;
  display: block; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

#stable {
  min-width: 1300px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 9; }

.kek {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.ping {
  padding: 0 20px; }

img {
  vertical-align: top;
  max-width: 100%;
  border: none; }

.no_list {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: #09c; }

svg {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

h1, .typo_h1 {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  font-weight: normal; }

.table {
  display: table;
  width: 100%; }
  .table .row {
    display: table-row; }
    .table .row .cell {
      display: table-cell; }

.ease {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.the__btn {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .the__btn:hover {
    background: #fff;
    color: black; }

/* end template */
#header {
  position: relative;
  height: 850px;
  overflow: hidden;
  z-index: -1; }
  #header .fixed_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1400px;
    min-width: 1300px;
    width: 100%;
    margin: 0 auto;
    height: 100%; }
  #header .logo {
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 9;
    pointer-events: none; }

#five {
  height: 100%; }
  #five .item {
    float: left;
    width: 20%;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    height: 100%; }
    #five .item .gluck {
      position: absolute;
      left: 0;
      right: 0; }
      #five .item .gluck.before {
        top: 27px;
        height: 7px; }
      #five .item .gluck.after {
        bottom: 19px;
        height: 22px; }
    #five .item .rgba {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 8px;
      height: 22px;
      background: rgba(0, 0, 0, 0.5); }
    #five .item a {
      display: block;
      height: 850px;
      background: rgba(0, 0, 0, 0.6);
      height: 100%; }
      #five .item a:hover .name:before {
        width: 10%; }
    #five .item .name {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100px;
      font-size: 22px;
      font-weight: 300;
      text-transform: uppercase;
      color: #fff;
      line-height: 1.2em;
      height: 100px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #five .item .name:before {
        content: '';
        position: absolute;
        top: -45px;
        left: 0;
        right: 0;
        background: #fff;
        height: 3px;
        width: 85%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #five .item .name .table {
        height: 100%; }
        #five .item .name .table .cell {
          vertical-align: middle;
          padding: 0 50px; }
      #five .item .name span {
        padding: 20px 0;
        position: relative; }
        #five .item .name span:after {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          height: 2px;
          background: #fff;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
    #five .item:hover .name {
      font-size: 27px; }
      #five .item:hover .name span:after {
        background: transparent; }
    #five .item.i1 {
      background-image: url("../m1.jpg"); }
      #five .item.i1 .gluck {
        background: #f90; }
      #five .item.i1 .name:before {
        background: #7f4c00; }
      #five .item.i1:hover .name {
        color: #f90; }
    #five .item.i2 {
      background-image: url("../m2.jpg"); }
      #five .item.i2 .gluck {
        background: #e81d27; }
      #five .item.i2 .name:before {
        background: #740e13; }
      #five .item.i2:hover .name {
        color: #e81d27; }
    #five .item.i3 {
      background-image: url("../m3.jpg"); }
      #five .item.i3 .gluck {
        background: #00a6dd; }
      #five .item.i3 .name:before {
        background: #00536e; }
      #five .item.i3:hover .name {
        color: #00a6dd; }
    #five .item.i4 {
      background-image: url("../m4.jpg"); }
      #five .item.i4 .gluck {
        background: #00b346; }
      #five .item.i4 .name:before {
        background: #005923; }
      #five .item.i4:hover .name {
        color: #00b346; }
    #five .item.i5 {
      background-image: url("../m5.jpg"); }
      #five .item.i5 .gluck {
        background: #b929a5; }
      #five .item.i5 .name:before {
        background: #5c1452; }
      #five .item.i5:hover .name {
        color: #b929a5; }

#nav {
  background: black;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff; }
  #nav.fixed {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0; }
  #nav .colores .lem {
    width: 20%;
    height: 5px;
    float: left; }
    #nav .colores .lem.l1 {
      background: #f90; }
    #nav .colores .lem.l2 {
      background: #e81d27; }
    #nav .colores .lem.l3 {
      background: #00a6dd; }
    #nav .colores .lem.l4 {
      background: #00b346; }
    #nav .colores .lem.l5 {
      background: #b929a5; }
  #nav .before {
    height: 9px;
    background: black; }
  #nav .after {
    height: 6px;
    background: #ccc; }
  #nav .table {
    height: 88px; }
  #nav .cell {
    vertical-align: middle; }
    #nav .cell.last {
      text-align: right; }
  #nav .menu {
    margin-left: 35px; }
    #nav .menu li {
      display: inline-block;
      font-size: 18px;
      text-transform: uppercase; }
      #nav .menu li a {
        color: #fff;
        display: block;
        padding: 15px 35px; }
        #nav .menu li a:hover {
          text-decoration: underline; }
  #nav p {
    font-size: 20px; }

#bread_crumb {
  color: #999;
  font-size: 11px;
  font-family: 'Arial', sans-serif;
  margin: 25px 0 15px; }
  #bread_crumb a {
    color: #999; }
    #bread_crumb a:hover {
      text-decoration: underline;
      color: black; }
  #bread_crumb .fs {
    padding: 5px 0; }

#sldr {
  margin-top: 25px; }
  #sldr li {
    position: relative; }
  #sldr .abs {
    font-weight: 100;
    text-transform: uppercase;
    position: absolute;
    bottom: 20%;
    left: 50%;
    color: #fff; }
    #sldr .abs p {
      margin: 0; }
    #sldr .abs .z1 {
      font-size: 46px;
      position: relative; }
      #sldr .abs .z1:before {
        content: '/';
        position: absolute;
        left: -27px;
        font-weight: bold; }
    #sldr .abs .z2 {
      font-size: 18px;
      margin-top: 5px; }
  #sldr .owl-controls .owl-dots {
    position: absolute;
    bottom: 76px;
    left: 65px; }
    #sldr .owl-controls .owl-dots .owl-dot {
      width: 19px;
      height: 19px;
      border: 1px solid #fff;
      opacity: .5;
      display: inline-block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      margin-right: 20px; }
      #sldr .owl-controls .owl-dots .owl-dot.active {
        opacity: 1; }

#main {
  position: relative;
  background: #fff;
  padding-top: 80px; }
  #main .two__coller .col {
    float: left; }
    #main .two__coller .col.c1 {
      width: 300px;
      margin-right: 70px; }
      #main .two__coller .col.c1 .points {
        padding-left: 38px; }
        #main .two__coller .col.c1 .points .point {
          margin-top: 20px; }
          #main .two__coller .col.c1 .points .point:first-child {
            margin-top: 0; }
          #main .two__coller .col.c1 .points .point .spd {
            font-size: 24px;
            text-transform: uppercase;
            margin: 0; }
            #main .two__coller .col.c1 .points .point .spd:before {
              content: '';
              display: inline-block;
              height: 20px;
              width: 3px;
              background: #f90;
              margin-right: 10px;
              position: relative;
              top: 1px; }
          #main .two__coller .col.c1 .points .point ul {
            margin-left: 30px; }
            #main .two__coller .col.c1 .points .point ul li {
              font-size: 18px; }
              #main .two__coller .col.c1 .points .point ul li a {
                display: inline-block;
                padding: 5px 0;
                text-decoration: underline; }
                #main .two__coller .col.c1 .points .point ul li a:hover {
                  text-decoration: none; }
      #main .two__coller .col.c1 .check {
        position: relative;
        text-align: center; }
        #main .two__coller .col.c1 .check .t {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          color: #fff;
          font-size: 50px;
          font-weight: bold;
          text-transform: uppercase;
          display: inline-block;
          margin-top: 10px; }
          #main .two__coller .col.c1 .check .t strong {
            font-size: 107px; }
      #main .two__coller .col.c1 .items {
        margin-top: 60px; }
        #main .two__coller .col.c1 .items .n {
          text-align: center;
          font-size: 20px;
          color: #09c;
          margin-top: 40px;
          padding: 0 50px; }
          #main .two__coller .col.c1 .items .n a {
            display: block;
            text-decoration: underline; }
            #main .two__coller .col.c1 .items .n a:before {
              display: inline-block;
              width: 100%;
              margin-bottom: 5px; }
            #main .two__coller .col.c1 .items .n a:hover {
              text-decoration: none; }
          #main .two__coller .col.c1 .items .n.n1 a:before {
            content: url("../images/pdf.png"); }
          #main .two__coller .col.c1 .items .n.n2 a:before {
            content: url("../images/vidos.png"); }
          #main .two__coller .col.c1 .items .n.n3 a:before {
            content: url("../images/mp4.png"); }
          #main .two__coller .col.c1 .items .n.n4 a:before {
            content: url("../images/map2.png"); }
          #main .two__coller .col.c1 .items .n.n5 a:before {
            content: url("../images/loc2.png"); }
      #main .two__coller .col.c1 .gros {
        margin-top: 60px;
        position: relative; }
        #main .two__coller .col.c1 .gros .colores {
          position: absolute;
          left: 35px;
          top: 52px; }
          #main .two__coller .col.c1 .gros .colores .lem {
            width: 3px;
            height: 18px; }
            #main .two__coller .col.c1 .gros .colores .lem.l1 {
              background: #f90; }
            #main .two__coller .col.c1 .gros .colores .lem.l2 {
              background: #e81d27; }
            #main .two__coller .col.c1 .gros .colores .lem.l3 {
              background: #00a6dd; }
            #main .two__coller .col.c1 .gros .colores .lem.l4 {
              background: #00b346; }
            #main .two__coller .col.c1 .gros .colores .lem.l5 {
              background: #b929a5; }
        #main .two__coller .col.c1 .gros form {
          position: absolute;
          top: 45px;
          left: 54px;
          width: 185px; }
          #main .two__coller .col.c1 .gros form .ttile {
            font-size: 28px;
            font-weight: bold;
            color: #09f;
            text-transform: uppercase; }
          #main .two__coller .col.c1 .gros form input {
            outline: none;
            border: none; }
            #main .two__coller .col.c1 .gros form input[type=text] {
              font-size: 15px;
              font-weight: 200;
              font-family: 'Exo2 Condensed', sans-serif;
              border-bottom: 1px solid #666;
              padding: 10px 0;
              width: 100%; }
              #main .two__coller .col.c1 .gros form input[type=text]:focus {
                border-color: #09f; }
          #main .two__coller .col.c1 .gros form .s {
            margin-top: 10px; }
            #main .two__coller .col.c1 .gros form .s.first {
              margin-top: 15px; }
          #main .two__coller .col.c1 .gros form .m {
            text-align: center;
            margin-top: 45px; }
            #main .two__coller .col.c1 .gros form .m input[type=submit] {
              display: none; }
            #main .two__coller .col.c1 .gros form .m .btn {
              display: inline-block;
              cursor: pointer; }
              #main .two__coller .col.c1 .gros form .m .btn span {
                display: inline-block;
                text-transform: uppercase;
                font-size: 18px;
                color: #09f;
                border: 1px solid #09f;
                padding: 8px 20px;
                width: 135px; }
    #main .two__coller .col.c2 {
      width: 830px;
      padding-left: 80px; }
      #main .two__coller .col.c2.v2 {
        padding-left: 0;
        width: 830px; }
      #main .two__coller .col.c2 .tema .cell {
        vertical-align: top; }
        #main .two__coller .col.c2 .tema .cell.first {
          width: 300px; }
      #main .two__coller .col.c2 .tema .sok {
        font-size: 20px;
        color: #99ccff;
        text-transform: uppercase; }
        #main .two__coller .col.c2 .tema .sok strong {
          font-size: 150px;
          display: block;
          line-height: 1em;
          margin-top: -12px; }
      #main .two__coller .col.c2 .tema .foma {
        color: #0099cc;
        margin-left: 80px;
        margin-top: 0; }
        #main .two__coller .col.c2 .tema .foma li {
          font-size: 15px;
          font-weight: 300;
          padding: 5px 0; }
          #main .two__coller .col.c2 .tema .foma li a {
            color: #0099cc;
            font-size: 20px;
            text-decoration: underline;
            padding: 5px 0; }
            #main .two__coller .col.c2 .tema .foma li a:hover {
              text-decoration: none; }
      #main .two__coller .col.c2 .tema .akvi {
        display: inline-block; }
        #main .two__coller .col.c2 .tema .akvi .cell {
          vertical-align: middle;
          padding: 5px 0; }
          #main .two__coller .col.c2 .tema .akvi .cell img {
            vertical-align: baseline; }
          #main .two__coller .col.c2 .tema .akvi .cell.first {
            text-align: right;
            padding-right: 15px; }
      #main .two__coller .col.c2 .linear {
        margin-top: 60px; }
        #main .two__coller .col.c2 .linear .elm {
          float: left;
          width: 342px;
          height: 227px;
          background-position: center center;
          background-repeat: no-repeat;
          color: #fff;
          text-align: center;
          margin-right: 50px;
          display: block; }
          #main .two__coller .col.c2 .linear .elm.e1 {
            background-image: url("../images/r1.jpg"); }
            #main .two__coller .col.c2 .linear .elm.e1 .name:before {
              content: url("../images/loc.png"); }
          #main .two__coller .col.c2 .linear .elm.e2 {
            background-image: url("../images/r2.jpg"); }
            #main .two__coller .col.c2 .linear .elm.e2 .name:before {
              content: url("../images/map.png"); }
          #main .two__coller .col.c2 .linear .elm .name {
            font-size: 22px;
            font-weight: 600;
            text-transform: uppercase;
            position: relative;
            margin-top: 40px;
            margin-bottom: 20px; }
            #main .two__coller .col.c2 .linear .elm .name:before {
              display: inline-block;
              margin-bottom: 15px;
              height: 26px;
              width: 100%; }
            #main .two__coller .col.c2 .linear .elm .name:after {
              content: '';
              display: block;
              width: 210px;
              margin: 0 auto;
              height: 2px;
              background: #fff;
              margin-top: 20px; }
          #main .two__coller .col.c2 .linear .elm .descr {
            font-size: 13px;
            font-family: 'Arial', sans-serif; }
      #main .two__coller .col.c2 .niko {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 80px;}
        #main .two__coller .col.c2 .niko .cell {
          padding-right: 50px; }
          #main .two__coller .col.c2 .niko .cell.t1 .title:before {
            content: url("../images/p1.png"); }
          #main .two__coller .col.c2 .niko .cell.t2 .title:before {
            content: url("../images/p2.png"); }
          #main .two__coller .col.c2 .niko .cell.t3 .title:before {
            content: url("../images/p3.png"); }
        #main .two__coller .col.c2 .niko .title {
          font-size: 24px;
          font-weight: 600;
          color: #9cf;
          text-transform: uppercase; }
          #main .two__coller .col.c2 .niko .title:before {
            display: inline-block;
            width: 100%;
            margin-bottom: 12px;
            height: 41px;
            vertical-align: middle; }
        #main .two__coller .col.c2 .niko .descr {
          font-size: 16px;
          font-family: 'Tahoma', sans-serif;
          margin-top: 15px; }
      #main .two__coller .col.c2 .prime {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0; }
      #main .two__coller .col.c2 .nord_west {
        position: relative;
        margin-top: 55px; }
        #main .two__coller .col.c2 .nord_west .r {
          position: absolute;
          top: 0;
          left: 35px;
          width: 130px;
          text-transform: uppercase;
          font-size: 16px; }
          #main .two__coller .col.c2 .nord_west .r.r1 {
            top: 0;
            left: 30px; }
          #main .two__coller .col.c2 .nord_west .r.r2 {
            top: 0;
            left: 300px;
            width: 180px; }
          #main .two__coller .col.c2 .nord_west .r.r3 {
            top: 0;
            left: 618px; }
          #main .two__coller .col.c2 .nord_west .r.r4 {
            top: 130px; }
          #main .two__coller .col.c2 .nord_west .r.r5 {
            top: 130px;
            left: 300px;
            width: 180px; }
          #main .two__coller .col.c2 .nord_west .r.r1 {
            top: 130px;
            left: 618px; }
      #main .two__coller .col.c2 .embargo {}
      #main .two__coller .col.c2 .zag {
        font-size: 60px;
        text-transform: uppercase;
        color: #9cf; }
      #main .two__coller .col.c2 .sub_zag {
        font-size: 20px;
        color: #9cf;
        margin-top: 5px;
        padding-bottom: 10px;
        border-bottom: 2px solid #9cf; }
      #main .two__coller .col.c2 .jline {
        margin-bottom: 40px; }
      #main .two__coller .col.c2 .text_mate {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px;
        font-size: 16px;
        font-family: 'Tahoma', sans-serif; }
        #main .two__coller .col.c2 .text_mate p {
          margin: 0 0 15px; }
      #main .two__coller .col.c2 .entropya {
        margin-left: -34px;
        font-size: 18px;
        margin-top: 40px; }
        #main .two__coller .col.c2 .entropya .elem {
          width: 398px;
          float: left;
          margin-left: 34px; }
          #main .two__coller .col.c2 .entropya .elem a {
            text-decoration: underline;
            display: block; }
            #main .two__coller .col.c2 .entropya .elem a:hover {
              text-decoration: none; }
          #main .two__coller .col.c2 .entropya .elem .title {
            margin: 12px; }
      #main .two__coller .col.c2 .entalpya {
        margin-left: -25px;
        margin-top: 40px; }
        #main .two__coller .col.c2 .entalpya .elem {
          width: 260px;
          float: left;
          margin-left: 25px;
          margin-top: 13px;
          margin-bottom: 13px;
        }
      #main .two__coller .col.c2 .congra h3 {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 24px;
        margin: 40px 0 0;
        color: #9cf; }
  #main .interactive {
    margin-top: 80px; }
    #main .interactive .head {
      font-size: 36px;
      text-transform: uppercase;
      text-align: center;
      color: #006699;
      margin-bottom: 60px; }
    #main .interactive .col {
      float: left;
      min-height: 1px;
      display: inline-block;
      vertical-align: top; }
      #main .interactive .col.col1 {
        width: 300px;
        margin-right: 10px;
        color: #fff; }
        #main .interactive .col.col1.bg {
          background: -webkit-linear-gradient(to bottom, #005799, #3798c8);
          background: -moz-linear-gradient(to bottom, #005799, #3798c8);
          background: linear-gradient(to bottom, #005799, #3798c8); }
      #main .interactive .col.col2 {
        width: 890px;
        position: relative; }

        #interactive-map {
          background: #FCFCFC;
          height: 605px;
        }
        #main .interactive .col.col2 .coord {
          position: absolute;
          top: 50%;
          left: 50%; }
          #main .interactive .col.col2 .coord.active .iconka:before {
            opacity: 1;
            visibility: visible; }
          #main .interactive .col.col2 .coord.active .vspl {
            opacity: 1;
            visibility: visible; }
          #main .interactive .col.col2 .coord .iconka {
            width: 39px;
            height: 51px;
            position: absolute;
            bottom: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 99;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none; }
            #main .interactive .col.col2 .coord .iconka:before {
              content: url("../images/arrow2.png");
              position: absolute;
              bottom: 100%;
              left: 0;
              pointer-events: none;
              opacity: 0;
              visibility: hidden; }
            #main .interactive .col.col2 .coord .iconka.type1 {
              background-image: url("../images/scout1.png"); }
            #main .interactive .col.col2 .coord .iconka.type2 {
              background-image: url("../images/scout2.png"); }
            #main .interactive .col.col2 .coord .iconka.type3 {
              background-image: url("../images/scout3.png"); }
            #main .interactive .col.col2 .coord .iconka.type4 {
              background-image: url("../images/scout4_1.png"); }
            #main .interactive .col.col2 .coord .iconka.type4_2 {
              background-image: url("../images/scout4_2.png"); }
          #main .interactive .col.col2 .coord .vspl {
            position: absolute;
            bottom: 100%;
            background: #fff;
            padding: 30px;
            -webkit-box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.3);
            -ms-box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.3);
            border-bottom: 3px solid black;
            width: 315px;
            margin-bottom: 75px;
            margin-left: -48px;
            opacity: 0;
            visibility: hidden; }
            #main .interactive .col.col2 .coord .vspl .close {
              position: absolute;
              top: 0;
              right: 0;
              width: 30px;
              height: 30px;
              text-align: center;
              line-height: 26px;
              cursor: pointer;
              font-size: 29px;
              color: #666;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              -o-user-select: none;
              user-select: none;
              font-weight: 300; }
              #main .interactive .col.col2 .coord .vspl .close:hover {
                color: black; }
            #main .interactive .col.col2 .coord .vspl p {
              margin: 0; }
            #main .interactive .col.col2 .coord .vspl a {
              color: #09c;
              text-decoration: underline; }
              #main .interactive .col.col2 .coord .vspl a:hover {
                text-decoration: none; }
            #main .interactive .col.col2 .coord .vspl .txt {
              font-size: 18px;
              margin-top: 10px;
              margin-bottom: 25px; }
            #main .interactive .col.col2 .coord .vspl .btn {
              text-transform: uppercase;
              font-size: 14px;
              border: 1px solid #09c;
              padding: 5px 16px;
              text-decoration: none; }
              #main .interactive .col.col2 .coord .vspl .btn:hover {
                background: #09c;
                color: #fff; }
            #main .interactive .col.col2 .coord .vspl .cell {
              font-size: 16px; }
              #main .interactive .col.col2 .coord .vspl .cell.last {
                text-align: right; }
              #main .interactive .col.col2 .coord .vspl .cell a {
                font-weight: 300; }
    #main .interactive .steam {
      padding: 35px; }
    #main .interactive .search {
      margin-bottom: 35px; }
      #main .interactive .search .fn {
        position: relative;
        padding-right: 32px; }
      #main .interactive .search input {
        outline: none;
        background: none;
        border: none; }
        #main .interactive .search input[type=text] {
          border-bottom: 1px solid #9cf;
          width: 100%;
          color: #fff;
          padding: 6px 10px;
          font-size: 16px;
          font-weight: 300;
          font-family: 'Exo2 Condensed', sans-serif; }
          #main .interactive .search input[type=text]:focus {
            border-color: #fff; }
        #main .interactive .search input[type=submit] {
          display: none; }
      #main .interactive .search .submit {
        position: absolute;
        left: 100%;
        top: 0;
        width: 32px;
        height: 32px;
        margin-left: -32px;
        cursor: pointer; }
        #main .interactive .search .submit:before {
          content: '';
          background: url("../images/search.png") center top no-repeat;
          width: 12px;
          height: 13px;
          position: absolute;
          left: 10px;
          top: 10px; }
        #main .interactive .search .submit:hover:before {
          background-position: center bottom; }
    #main .interactive .crack .qq {
      margin-top: 20px; }
      #main .interactive .crack .qq .type-item {
        display: none;
      }
      #main .interactive .crack .qq .type {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300; }
        #main .interactive .crack .qq .type>span {
          height: 15px;
          width: 3px;
          display: inline-block;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          position: relative;
          top: 1px;
          margin-right: 9px; }

    #main .interactive .crack .vars {
      padding-left: 12px;
      margin-top: 6px; }
      #main .interactive .crack .vars .label {
        padding: 2px 0; }
        #main .interactive .crack .vars .label label {
          cursor: pointer;
          position: relative;
          padding-left: 25px; }
          #main .interactive .crack .vars .label label input[type=checkbox] {
            display: none; }
            #main .interactive .crack .vars .label label input[type=checkbox]:checked + span:after {
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
          #main .interactive .crack .vars .label label span {
            font-size: 18px;
            font-weight: 200; }
            #main .interactive .crack .vars .label label span:before, #main .interactive .crack .vars .label label span:after {
              content: '';
              -webkit-border-radius: px;
              -moz-border-radius: px;
              -ms-border-radius: px;
              -o-border-radius: px;
              border-radius: px;
              position: absolute;
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -ms-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              transition: all 0.2s ease; }
            #main .interactive .crack .vars .label label span:before {
              top: 5px;
              left: 0;
              width: 11px;
              height: 11px;
              background: #fff;
              border: 1px solid #d8d8d7; }
            #main .interactive .crack .vars .label label span:after {
              top: 7px;
              left: 2px;
              width: 7px;
              height: 7px;
              background: black;
              -webkit-transform: scale(0);
              -moz-transform: scale(0);
              -ms-transform: scale(0);
              -o-transform: scale(0);
              transform: scale(0); }
    #main .interactive .crack .wants {
      margin-top: 25px; }
      #main .interactive .crack .wants .cr {
        position: relative;
        z-index: 15;
        margin-top: 15px; }
        #main .interactive .crack .wants .cr:after {
          content: '';
          display: block;
          margin-top: 4px;
          height: 4px;
          background: #0860a0; }
        #main .interactive .crack .wants .cr.active {
          z-index: 99; }
          #main .interactive .crack .wants .cr.active .type:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          #main .interactive .crack .wants .cr.active .vars {
            visibility: visible;
            opacity: 1;
            margin-top: -1px; }
      #main .interactive .crack .wants .type {
        padding: 9px 24px;
        border: 1px solid #fff;
        font-size: 18px;
        font-weight: 200;
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none; }
        #main .interactive .crack .wants .type:after {
          content: '';
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          width: 8px;
          background: url("../images/arrow.png") center center no-repeat;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
      #main .interactive .crack .wants .vars {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        color: black;
        border: 1px solid #0860a0;
        border-bottom: 4px solid #0860a0;
        padding: 10px 0;
        z-index: 9;
        margin-top: -50%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        #main .interactive .crack .wants .vars .label {
          padding: 0; }
          #main .interactive .crack .wants .vars .label label {
            display: block;
            padding-top: 8px;
            padding-bottom: 10px;
            padding-left: 40px;
            padding-right: 20px;
            -webkit-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
            -ms-transition: all 0.1s ease;
            -o-transition: all 0.1s ease;
            transition: all 0.1s ease; }
            #main .interactive .crack .wants .vars .label label:hover {
              background: #f3f3f3; }
              #main .interactive .crack .wants .vars .label label:hover span:before {
                border-color: black !important; }
            #main .interactive .crack .wants .vars .label label input[type=checkbox]:checked + span:before {
              border-color: #9a9a9a; }
            #main .interactive .crack .wants .vars .label label span {
              font-size: 14px;
              font-family: 'Arial', sans-serif; }
              #main .interactive .crack .wants .vars .label label span:before {
                top: 14px;
                left: 20px; }
              #main .interactive .crack .wants .vars .label label span:after {
                top: 16px;
                left: 22px; }
    #main .interactive .crack .bl {
      text-align: center;
      margin-top: 25px; }
      #main .interactive .crack .bl label {
        display: inline-block;
        cursor: pointer; }
        #main .interactive .crack .bl label input {
          display: none; }
        #main .interactive .crack .bl label span {
          display: inline-block;
          padding: 12px 24px;
          background: #fff;
          color: #069;
          font-size: 15px;
          text-transform: uppercase; }
    #main .interactive .colores .lem {
      height: 4px;
      float: left;
      width: 20%; }
      #main .interactive .colores .lem.l1 {
        background: #f90; }
      #main .interactive .colores .lem.l2 {
        background: #e81d27; }
      #main .interactive .colores .lem.l3 {
        background: #00a6dd; }
      #main .interactive .colores .lem.l4 {
        background: #00b346; }
      #main .interactive .colores .lem.l5 {
        background: #b929a5; }
    #main .interactive .blue {
      background: #003d7b;
      height: 19px; }
    #main .interactive .order {
      margin-top: 25px; }
      #main .interactive .order ol {
        padding: 0;
        list-style-position: inside; }
        #main .interactive .order ol li {
          position: relative;
          padding: 6px 0;
          padding-left: 30px;
          font-size: 18px;
          font-weight: 300; }
          #main .interactive .order ol li a {
            text-decoration: underline; }
            #main .interactive .order ol li a:hover {
              text-decoration: none; }
          #main .interactive .order ol li .delete {
            position: absolute;
            top: 7px;
            left: 0;
            font-size: 27px;
            font-weight: 300;
            color: #ccc;
            cursor: pointer;
            line-height: 18px;
            display: block;
            padding: 0 6px 4px 6px; }
            #main .interactive .order ol li .delete:hover {
              color: black; }

#enterprise {
  position: relative;
  height: 787px;
  overflow: hidden;
  z-index: 0;
  margin-top: 80px; }
  #enterprise .fixed_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1400px;
    min-width: 1300px;
    width: 100%;
    margin: 0 auto;
    background: url("../images/lime.jpg") center center no-repeat;
    height: 787px; }
  #enterprise .tee {
    color: #fff;
    width: 380px;
    margin-left: 14%;
    margin-top: 12%;
    text-align: center; }
    #enterprise .tee p {
      margin: 0; }
    #enterprise .tee .n1 {
      font-family: 'GothamPro', sans-serif;
      font-size: 32px;
      text-transform: uppercase; }
    #enterprise .tee .n2 {
      font-size: 140px;
      margin: 50px 0; }
      #enterprise .tee .n2 span {
        font-size: 38px;
        font-weight: bold;
        vertical-align: top;
        margin-top: 15px;
        display: inline-block;
        margin-left: 10px; }
  #enterprise .born {
    position: absolute;
    top: 120px;
    right: 10%;
    width: 380px;
    padding: 60px; }
    #enterprise .born .colores {
      position: absolute;
      top: 50px;
      left: 35px; }
      #enterprise .born .colores .lem {
        width: 4px;
        height: 38px; }
        #enterprise .born .colores .lem.l1 {
          background: #f90; }
        #enterprise .born .colores .lem.l2 {
          background: #e81d27; }
        #enterprise .born .colores .lem.l3 {
          background: #00a6dd; }
        #enterprise .born .colores .lem.l4 {
          background: #00b346; }
        #enterprise .born .colores .lem.l5 {
          background: #b929a5; }
    #enterprise .born .hack {
      position: absolute;
      top: 40px;
      right: 10px; }
    #enterprise .born p {
      margin: 0; }
    #enterprise .born .hz1 {
      font-size: 44px;
      font-weight: bold;
      color: #09f;
      text-transform: uppercase;
      line-height: 1em;
      margin-top: -18px;
      margin-bottom: 30px; }
    #enterprise .born .hz2 {
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    #enterprise .born .hz3 {
      text-transform: lowercase;
      font-size: 22px;
      line-height: 1em;
      font-weight: 200; }
    #enterprise .born form {
      margin-top: 25px; }
      #enterprise .born form input {
        outline: none;
        border: none; }
        #enterprise .born form input[type=text] {
          font-size: 18px;
          font-weight: 200;
          font-family: 'Exo2 Condensed', sans-serif;
          border-bottom: 1px solid #666;
          padding: 10px 0;
          width: 100%; }
          #enterprise .born form input[type=text]:focus {
            border-color: #09c; }
      #enterprise .born form .s {
        margin-top: 12px; }
      #enterprise .born form .m {
        text-align: center;
        margin-top: 60px; }
        #enterprise .born form .m input[type=submit] {
          display: none; }
        #enterprise .born form .m .btn {
          display: inline-block;
          cursor: pointer; }
          #enterprise .born form .m .btn span {
            display: inline-block;
            text-transform: uppercase;
            font-size: 18px;
            color: #09f;
            border: 1px solid #09f;
            padding: 10px 20px; }

@media screen and (min-width: 1355px) {
  #enterprise .born {
    right: 11%; } }

@media screen and (min-width: 1380px) {
  #enterprise .born {
    right: 12%; } }

#content {
  background: #fff;
  position: relative;
  z-index: 9; }

#word {
  background: url("../images/glade.jpg") center top no-repeat;
  padding-top: 400px;
  padding-bottom: 80px; }
  #word .elems .elem {
    width: 240px;
    float: left;
    margin-left: 70px; }
    #word .elems .elem p {
      margin: 0; }
    #word .elems .elem:first-child {
      margin-left: 0; }
    #word .elems .elem.lower {
      margin-top: 45px; }
    #word .elems .elem .count {
      font-size: 114px;
      font-weight: bold;
      border-bottom: 8px solid black; }
    #word .elems .elem .std {
      text-transform: uppercase;
      font-size: 24px;
      margin: 20px 0; }
    #word .elems .elem .descr {
      font-size: 16px;
      font-family: 'Arial', sans-serif; }

#dogs {
  background: #fff;
  position: relative; }
  #dogs .item {
    float: left;
    width: 300px;
    height: 300px; }
    #dogs .item.step {
      padding: 25px 25px 25px 35px;
      color: #fff; }
      #dogs .item.step.st1 {
        background: #e5a200; }
      #dogs .item.step.st2 {
        background: #2091bb; }
      #dogs .item.step.st3 {
        background: #a04dac; }
    #dogs .item .num {
      font-size: 50px;
      font-weight: 500; }
    #dogs .item .name {
      font-size: 34px;
      font-weight: 500;
      text-transform: uppercase; }
    #dogs .item .linkos {
      margin-top: 20px; }
      #dogs .item .linkos .si {
        font-weight: 300;
        display: inline-block;
        padding: 5px 0; }
        #dogs .item .linkos .si.sp {
          padding: 0 10px; }
        #dogs .item .linkos .si a {
          color: #fff;
          padding: 5px 0; }
          #dogs .item .linkos .si a:hover {
            text-decoration: underline; }
  #dogs .btn__load {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/load.png") center center no-repeat;
    position: relative;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    z-index: 99;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #dogs .btn__load:hover {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-filter: saturate(200%); }

#footer {
  position: relative;
  z-index: 10;
  background: #fff url("../images/fon.jpg") -15px center no-repeat;
  padding: 100px 0 0;
  background-size: contain; }
  #footer .ha {
    display: inline-block;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500; }
  #footer .colores {
    margin-top: 7px; }
    #footer .colores .lem {
      width: 20%;
      height: 2px;
      float: left; }
      #footer .colores .lem.l1 {
        background: #f90; }
      #footer .colores .lem.l2 {
        background: #e81d27; }
      #footer .colores .lem.l3 {
        background: #00a6dd; }
      #footer .colores .lem.l4 {
        background: #00b346; }
      #footer .colores .lem.l5 {
        background: #b929a5; }
  #footer .border {
    background: #fff;
    border: 9px solid black;
    padding: 90px;
    margin-top: 10px; }
    #footer .border > .table > .row > .cell {
      vertical-align: top; }
      #footer .border > .table > .row > .cell.first {
        width: 175px;
        text-align: center; }
      #footer .border > .table > .row > .cell.centre {
        padding: 0 60px; }
      #footer .border > .table > .row > .cell.last {
        width: 240px;
        text-align: right; }
        #footer .border > .table > .row > .cell.last .inb {
          display: inline-block;
          text-align: left; }
    #footer .border .logo {
      margin-top: -4px; }
    #footer .border .links {
      margin-top: 45px; }
      #footer .border .links li {
        text-transform: uppercase;
        font-size: 16px;
        margin-top: 25px; }
        #footer .border .links li a {
          text-decoration: underline;
          color: #09f; }
          #footer .border .links li a:hover {
            text-decoration: none; }
    #footer .border .don {
      margin-top: 12px;
      font-size: 18px; }
      #footer .border .don p {
        margin: 4px 0; }
    #footer .border .social {
      cursor: default; }
      #footer .border .social .soc {
        display: inline-block;
        margin-right: 12px; }
        #footer .border .social .soc a {
          display: block; }
        #footer .border .social .soc:last-child {
          margin-right: 0; }
    #footer .border .text {
      color: #999;
      font-size: 14px;
      font-family: 'Arial', sans-serif;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      margin-top: 25px; }
      #footer .border .text p {
        margin: 0; }
    #footer .border form {
      text-align: center;
      margin-top: 40px; }
      #footer .border form .cen {
        font-size: 22px; }
      #footer .border form input {
        outline: none;
        border: none; }
        #footer .border form input[type=text] {
          font-size: 18px;
          font-weight: 200;
          font-family: 'Exo2 Condensed', sans-serif;
          border-bottom: 1px solid #666;
          padding: 10px 0;
          width: 100%; }
          #footer .border form input[type=text]:focus {
            border-color: #09f; }
      #footer .border form .s {
        margin-top: 12px; }
      #footer .border form .m {
        text-align: center;
        margin-top: 60px; }
        #footer .border form .m input[type=submit] {
          display: none; }
        #footer .border form .m .btn {
          display: inline-block;
          cursor: pointer; }
          #footer .border form .m .btn span {
            display: inline-block;
            text-transform: uppercase;
            font-size: 18px;
            color: black;
            border: 1px solid black;
            padding: 10px 20px; }
  #footer .cpp {
    padding: 0 80px; }
    #footer .cpp .cell {
      padding: 40px 0 50px; }
      #footer .cpp .cell.last {
        text-align: right; }

#media-window {
}
  #gallery {
    display: block;
  }
    #gallery>ul {
      display: block;
      margin: -10px;
      padding: 0;
      list-style: none;
    }
      #gallery>ul>li {
        display: block;
        float: left;
        text-align: center;
        margin: 10px;
      }
        #gallery>ul>li>a {
          display: block;
        }
          #gallery>ul>li>a>img {
            display: block;
          }
          #gallery>ul>li>a>p {
            margin: 0;
            padding: 10px 0;
            color: #000;
          }
            #gallery>ul>li>a:hover>p {
              color: #09c;
            }
  #params {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }
    #params tr>th {
      white-space: nowrap;
    }
    #params tr>th, #params tr>td {
      border-top: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      text-align: left;
      padding: 7px 10px 7px 0;
    }
  #buttons {
  }
    #buttons>.button {
      background: #00a6dd;
      display: block;
      width: auto;
      color: #FFF;
      text-align: center;
      font-size: 20px;
    }
      #buttons>.button.remove {
        background: #e81d27;
      }


#capabilities-gallery {
}
  #capabilities-gallery>ul {
    margin: 0 -1%;
    padding: 0;
    list-style: none;
  }
    #capabilities-gallery>ul>li {
      display: block;
      float: left;
      width: 31%;
      margin: 1%;
    }
      #capabilities-gallery>ul>li>a {
        display: block;
      }

#for_welcome {
  background-color: #FFF;
  text-align: center;
  position: relative;
}
  #for_welcome .out {
    padding: 50px 100px 10px;
    text-align: left;
  }
    #for_welcome .out h1 {
      font-size: 36px;
    }
    #for_welcome .out h2 {
    }
    #for_welcome .out h3 {
    }
    #for_welcome .out p {
      margin: 0 0 15px;
      font-size: 15px;
      line-height: 21px;
      font-family: 'Tahoma', sans-serif;
    }
    #for_welcome .out ul {
      margin: 0 0 15px;
      padding-left: 50px;
      font-size: 15px;
      line-height: 21px;
      font-family: 'Tahoma', sans-serif;
    }
      #for_welcome .out ul li {
        margin: 10px 0;
      }

.childs__list {
  margin-top: 20px;
}
  .childs__list ul {
    margin-left: 30px;
    font-size: 20px;
  }
    .childs__list ul li {
    }
      .childs__list ul li a {
        display: block;
        padding: 5px 0;
        text-decoration: underline;
      }
        .childs__list ul li.active a {
          text-decoration: none;
          color: #09f;
        }

#main .two__coller .col.c2 .nord_west {
  min-height: 250px;
}

.custom {
    position: relative;
   display: inline-block;
   padding-bottom: 30px;
}
.custom>img {
   border: 1px solid;
}
.custom>a {
   border: 1px solid #000000;
   display: inline-block;
}
.custom>span {
   position: absolute;
   width: 100%;
   text-align: center;
}
.gallery-inner img{
    height: inherit;
}
.gallery-inner a {
    text-align: center;
}
.gallery-inner a.highslide {
    text-align: center;
    display: inline-block;
    color: #000;
}
.gallery-inner  .owl-next{
    background-position: 0 -72px;
    background-image: url(../../../lib/fancy/fancybox_sprite.png);
    display: inline-block;
    height: 34px;
    width: 36px;
    font-size: 0;
    position: absolute;
    top: calc(50% - 17px);
    right: 0;
}
.gallery-inner .owl-prev {
    background-position: 0 -36px;
    background-image: url(../../../lib/fancy/fancybox_sprite.png);
    display: inline-block;
    height: 34px;
    width: 36px;
    font-size: 0;
    position: absolute;
    top: calc(50% - 17px);
}
.cpp.footer-cpp {
    padding: 0 0 !important;
    position: relative;
}
.flamp-div {
    position: absolute;
    left: 440px;
    bottom: 30px;
}
.partners__title {
    margin-top: 85px;
    /* margin-top: 185px; */
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    text-align: center;
    margin-bottom: 65px;
}
.partners__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -100px;
}
.partners__item:nth-child(2) {
    margin-left: -15px;
    margin-top: -29px;
}
.partners__item:nth-child(3) {
    margin-top: -52px;
    display: none;
}
.partners__item:nth-child(4) {
    margin-top: 23px;
    display: none;
}
.partners__wrapper.show3 .partners__item:nth-child(3){
    display: block;
}
.partners__wrapper.show4 .partners__item:nth-child(4){
    display: block;
}
.partners__more {
    font-weight: normal;
    font-size: 28px;
    text-decoration: underline;
    color: #A04DAC;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    width: 200px;
}
.partners__more:hover {
    text-decoration: none;
}
.partners__more.partners__more__hidden {
    margin-top: 40px;
}
.reviews__title {
    margin-top: 100px;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    text-align: center;
    margin-bottom: 51px;
}
.reviews__item {
    width: 825px;
    height: 368px;
    position: relative;
    background: #FFFFFF;
    padding: 50px 80px 25px 80px;
}
.reviews__carousel-img {
    margin: 0 auto;
    display: block;
    margin-bottom: 13px;
    width: auto !important;
}
.reviews__carousel-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-align: center;
}
.reviews__carousel-name {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #949494;
    text-align: center;
    margin-top: 7px;
}
.reviews__carousel-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #403F3F;
    margin-top: 30px;
    margin-left: -40px;
    font-family: 'Tahoma', sans-serif;
    margin-right: -40px;
    height: 50px;
    overflow: hidden;
}
.reviews__item:after {
    content: '';
    right: 85px;
    width: 140px;
    height: 142px;
    bottom: -107px;
    position: absolute;
    background: url(../images/triangle.png);
}
.reviews__carousel-more {
    color: #B6B6B6;
    cursor: pointer;
    font-size: 18px;
    margin-top: 18px;
    text-align: center;
    font-weight: normal;
    text-decoration: underline;
    font-family: 'Tahoma', sans-serif;
}
.reviews__carousel-more:hover {
    text-decoration: none;
}
.reviews__carousel .owl-item .reviews__item {
    transform:scale(0.75);
    transition: transform 0.4s;
}
.reviews__carousel .owl-item.center .reviews__item {
    transform: scale(1);
}
.reviews__carousel .owl-item.center {
    position: relative;
    z-index: 3;
}
.reviews__carousel .owl-item.center + .owl-item {
    z-index: 2;
}
.reviews__carousel .owl-item {
    opacity: 0;
}
.reviews__carousel .owl-item.active {
    opacity: 1;
}
.reviews__carousel .owl-item .reviews__item {
    left: -92px;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.15);
}
.reviews__carousel .owl-item.active.center .reviews__item {
    left: -210px;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.15);
}
.reviews__carousel .owl-item.active.center + .owl-item .reviews__item {
    left: -332px;
}
.reviews__carousel .owl-stage-outer {
    padding: 70px 0;
    margin: -70px 0;
}
.reviews__carousel .owl-dots {
    display: flex;
    z-index: 100;
    margin: 0 -5px;
    margin-top: 60px;
    position: relative;
    align-items: center;
    justify-content: center;
}
.reviews__carousel .owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 50%;
    background: #E6E6E6;
}
.reviews__carousel .owl-dot.active {
    width: 16px;
    height: 16px;
    background: #2091BB;
}
.reviews__carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 16%;
    font-size: 0;
}
.reviews__carousel .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 16%;
    font-size: 0;
}
.reviews__item.showMore {
    height: auto;
}
.reviews__item.showMore .reviews__carousel-text{
    height: auto;
}
@media (max-width: 1400px) {
    .partners__wrapper {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
    }
}

