.hidden {
    display: none;
}
.fancybox-overlay {
    background: rgba(50, 84, 116, 0.75) !important;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}
.fancybox-skin {
    padding: 0 !important;
}
.fancybox-inner {
    overflow: visible !important;
}
.manager-popup, .rocket-popup {width_: 80%;
    min-width_: 600px;
    width_: 924px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.manager-popup {padding: 40px 10px 60px 40px;}
.rocket-popup {padding: 40px 40px 60px 40px;}
.rocket-popup h3 {margin-bottom: 2rem;}

.close-popup {
    width: 16px;
    height: 16px;
    background: url(/im/close-popup.png) no-repeat;
    display: block;
    position: absolute;
    top: 40px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate 0deg;
    -ms-transform: rotate 0deg;
    -o-transform: rotate 0deg;
    transform: rotate 0deg;
}
.rocket-popup-nav {
    width: 100%;
    list-style: none;
    overflow: hidden;
    background: #131417;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.rocket-popup-nav li {
    float: left;
    width: 50%; min-width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rocket-popup-nav li:first-child {
    border-right: 1px solid rgba(163, 168, 183, 0.2);
}
.rocket-popup-nav li:last-child {float: right !important;}

.rocket-popup-nav li a {text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-family: fonts-bold;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 67px;
    text-align: center;
    cursor: pointer;
}
.manager-popup .rocket-popup-nav li a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.manager-popup .rocket-popup-nav li a:hover {
  color: #2f7fe2;
}
.manager-popup .rocket-popup-nav li a:hover i {
  color: #2f7fe2;
}

.rocket-popup-nav li a i {
    font-size: 20px; margin: 0 5px;
}
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zmdi-chevron-left:before {
    content: '\2190';
}
.zmdi-chevron-right::before {
    content: '\2192';
}

.manager-logo {
    width: 280px;
    height: auto;
    float: left;
    margin-right: 30px;
}
.manager-rezume {
    font-size: 16px;
    line-height: 25px;
}
.manager-rezume {
    width_: 535px;
    width: calc(100% - 310px);
    float: left;
}
.manager-history {
    padding: 53px 0 20px 0;
}
.manager-history .history-row {
    overflow: visible;
}
.manager-history .history-right-coll {padding-left: 20px;}
.manager-full-name {
    font-size: 24px;
    font-family: fonts-bold;
    color: #2f7fe2;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1em;
}
.manager-status {
    font-size: 14px;
    text-transform: uppercase;
    font-family: fonts-bold;;\
    margin-bottom: 5px;
}
.history-structure {width: 80%; margin: 0 auto;
    background: #fff;
    padding: 65px 0 65px;}
.history-row{clear: both;}
.history-left-coll {
    float: left;
    width: 130px; 
    text-align: right; padding-right: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #878da1;
    position: relative;
    line-height: 28px;
}
.history-left-coll:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(/im/point3.png) no-repeat;
    position: absolute;
    top: 0;
    right: -16px;
    z-index: 6; box-sizing: border-box;
}
.history-left-coll2 {
    float: left;
    width: 130px;  min-width: 130px !important; 
    text-align: right; padding-right: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
    line-height: 28px;
}
.history-left-coll2:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(/im/point2.png) no-repeat;
    position: absolute;
    top: 0;
    right: -16px;
    z-index: 6; box-sizing: border-box;
}
.history-right-coll {width: calc(100% - 150px);
    float: left;
    border-left: 4px solid #a3a8b8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    font-size: 1.1rem;
    line-height: 1.5em;
    padding-bottom: 35px;
}
.glav-this-wrap {background: #f6f6f8; padding: 55px 0 0; text-align: center;}
.glav-title {
    font-size: 24px;
    text-transform: uppercase;
}
.glav-item-wrap {
    margin-top: 94px;
}
.clearfix:before {
    content: " ";
    display: table; box-sizing: border-box;
}
.clearfix:after {clear: both; content: " "; display: table;}

.glav-item {display: inline-block; vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
    background: #fff;
    width: 314px;
    height: 299px;
    padding: 0 15px;
    margin: 0 2rem 77px 2rem;
}
.glav-logo img {
    margin-top: 45px;
}
.glav-logo {
    display: block;
    width: 190px;
    height: 190px;

    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgb(0, 128, 230);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: -47px auto 0;
    text-align: center;
}
.glav-intro {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
}



/*---Launch-PAGE--*/

.launch-intro {position: relative; z-index_: -1; overflow: hidden;
  min-width: 1024px;
  height: 986px;
  background: url(/im/bg_dark.png) 50% 0 no-repeat;
}
/*
.intro-item-wrap {
  padding-top: 230px;
}
*/
.intro-item-row {
  width: 100%;
  margin-bottom: 55px;
}
.intro-item-row:last-child {
  margin-bottom: 0;
}
.launch-intro-item {position: absolute; top: 230px; left: 50%;  font-family: fonts-bold;
  float_: left;
  width: 328px; height: 100px;
}
.launch-intro-item:nth-child(2), .launch-intro-item:nth-child(4) {margin-left: 230px;}
.launch-intro-item:nth-child(1), .launch-intro-item:nth-child(3) {margin-left: -558px; text-align: right;}
.launch-intro-item:nth-child(3), .launch-intro-item:nth-child(4) {margin-top: 155px;}

.intro-item-elipse {float: left;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip_: padding-box;
  background-color: rgba(47, 127, 226, 0.2); background-position: 50% 50%; background-repeat: no-repeat;
  text-align_: center;
  line-height: 84px;
  font-size_: 70px;
  color_: #2f7fe2;
  font-family_: fonts-bold;
  float: left;
}
.launch-intro-item:nth-child(1) .intro-item-elipse {background-image: url("/im/rocket_1.png");}
.launch-intro-item:nth-child(2) .intro-item-elipse {background-image: url("/im/rocket_2.png");}
.launch-intro-item:nth-child(3) .intro-item-elipse {background-image: url("/im/rocket_3.png");}
.launch-intro-item:nth-child(4) .intro-item-elipse {background-image: url("/im/rocket_4.png");}

.intro-item-title {float: left; margin: 0 -20px;
  font-size: 1rem;
  color: #fff;
  font-family: fonts-bold;
  line-height: 18px;
  padding-top: 40px;
  float: left;
  text-transform: uppercase;
}
.launch-intro-item:nth-child(1) .intro-item-elipse,
.launch-intro-item:nth-child(3) .intro-item-elipse,
.launch-intro-item:nth-child(1) .intro-item-title,
.launch-intro-item:nth-child(3) .intro-item-title {float: right;}


.souz {width: 166px; height: 900px; overflow: hidden; background_: url(/im/rocket_full.png) no-repeat 50% 0; position: absolute; left: 50%; margin-left: -83px; top: 41px; z-index: 0;}
.souz video {position: absolute; top: 0; left: 0; z-index: -1;}
.souz div {display: block; position: relative; cursor: pointer; z-index: 1;}
.souz-1 {width: 166px; height: 132px; background_: url(/im/rocket_souz_1.png) no-repeat 50% 0;}
.souz-2 {width: 166px; height: 86px; background_: url(/im/rocket_souz_2.png) no-repeat 50% 0; margin_: -1px 0;}
.souz-3 {width: 166px; height: 339px; background_: url(/im/rocket_souz_3.png) no-repeat 50% 0;}

.souz a {width: 100%; height: 100%; display: block; transition: all 0.7s linear; opacity: 0; position: relative; z-index: 1; text-decoration: none;}
.souz-1 a {background: url(/im/rocket_souz_1.png) no-repeat 50% 0;}
.souz-2 a {background: url(/im/rocket_souz_2.png) no-repeat 50% 0;}
.souz-3 a {background: url(/im/rocket_souz_3.png) no-repeat 50% 0;}

.souz div:before {transition: all 0.7s linear; pointer-events: none; animation: rotate 8s linear infinite; border: 1px dashed #2f7fe2; width: 26px; height: 26px; margin-left: -14px; border-radius: 50%; position: absolute; bottom: 11px; left: 50%; z-index: 2; display: block; content:"";}
.souz div:after {transition: all 0.7s linear; pointer-events: none;  width: 20px; height: 20px; line-height: 20px; margin-left: -10px; background: #2f7fe2; color: #fff; font-size: 0.8rem; border-radius: 50%; position: absolute; bottom: 15px; left: 50%; z-index: 2; font-weight_: bold; text-align: center; display: block;}
.souz-1:after {content:"3";}
.souz-2:after {content:"2";}
.souz-3:after {content:"1";}

.souz div:hover a {opacity: 1; height_: 100%;}
.souz div:hover:after {background: #fff; color: #1d5296;}
.souz div:hover:before {border: 1px dashed #fff;}

@keyframes rotate {
  100% {-webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
    transform: rotate(360deg);}
}

.link-souz {display: inline-block; position: absolute; top: 40px; left: 50%; margin-left: 17px; z-index: 3;}
.link-souz:before {border-bottom: 1px solid rgba(47, 127, 226, 0.5); width: 210px; height: 50%; content:""; display: inline-block; position: absolute; top: 0em; left: 0;}
.link-souz a {border: 1px dashed rgba(47, 127, 226, 0.5); margin-left: 210px; color: #2f7fe2; color_: #fff; background: rgba(47, 127, 226, 0.1); display: inline-block; text-transform: uppercase; border-radius: 3rem; border_: 1px dashed rgba(255,255,255,0.5); text-decoration: none; font-size: 1rem; letter-spacing: 1px; padding: 1rem 1.5rem; transition: all 0.3s linear;}
.link-souz a:hover {background: rgba(47, 127, 226, 0.2); background_: rgba(0,0,0,0.1);}

.about-rockets-wrap {margin-top: -365px;}

.rockets-cloud {margin-bottom: -2px; position: relative; z-index: 1;
    width: 100%;
    height: 365px;
    background: url(/im/cloud-first-bg.png) no-repeat center bottom;
    background-size: cover;
}
.rockets-cloud:before { z-index: 0;
    box-sizing: border-box;
    content: "";
    position: absolute;
    height: 368px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/im/cloud-second-bg.png) no-repeat center bottom;
    background-size: cover;
}

.partners-item-wrap {text-align: center; margin-top: 5rem;}
.partners-item-wrap:after {content: ""; display: block; height: 0px; clear: both;}
.partners-item {display: inline-block; vertical-align: top;
  width: 325px;
  height: 400px;
  float_: left;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.05);
  padding: 70px 20px 0 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.partners-item a { text-decoration: none; display: block; width: 100%; height: 100%;}
.partners-item img {display: block; margin: 0 auto;}
.partners-item-title {display: block;
  font-size: 16px;
  font-family: fonts-bold;
  color: #2f7fe2;
  margin: 24px 0 20px;
}
.partners-item-descr {display: block;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-family: ;
}