@charset 'UTF-8';

/**
* Шрифты
*/

@font-face {
  font-family: 'proximanova';
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Proxima Nova Extrabold.eot?') format('eot'), url('../fonts/Proxima Nova Extrabold.woff') format('woff'), url('../fonts/Proxima Nova Extrabold.ttf') format('truetype'), url('../fonts/Proxima Nova Extrabold.svg#proximanova') format('svg');
}

@font-face {
  font-family: 'proximanova';
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Proxima Nova Bold.eot?') format('eot'), url('../fonts/Proxima Nova Bold.woff') format('woff'), url('../fonts/Proxima Nova Bold.ttf') format('truetype'), url('../fonts/Proxima Nova Bold.svg#proximanova') format('svg');
}

@font-face {
  font-family: 'proximanova';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Proxima Nova Regular.eot?') format('eot'), url('../fonts/Proxima Nova Regular.woff') format('woff'), url('../fonts/Proxima Nova Regular.ttf') format('truetype'), url('../fonts/Proxima Nova Regular.svg#proximanova') format('svg');
}

@font-face {
  font-family: 'proximanova';
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Proxima Nova Light.eot?') format('eot'), url('../fonts/Proxima Nova Light.woff') format('woff'), url('../fonts/Proxima Nova Light.ttf') format('truetype'), url('../fonts/Proxima Nova Light.svg#proximanova') format('svg');
}

/**
* Normalize | normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css
*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: proximanova, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  margin: 0;
  color: #000000;
  background: #ffffff;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #2c4c7b;
  outline: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a img {
  border: none;
}

a:active,
a:hover {
  color: #2c4c7b;
  outline-width: 0;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  color: #000000;
  background-color: #ffff00;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

img {
  vertical-align: middle;
  border: none;
}

ul {
  margin: 0;
  list-style: none;
}

/**
* Шапка
*/

*:focus {
  outline: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: ' ';
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

body {
  min-width: 1200px;
}

.wrapper {
  width: 1036px;
  margin: 0 auto;
  padding: 0 81px;
}

.header {
  position: relative;
  z-index: 1;
  padding: 30px 0 34px;
  background: #212527;
}

/*.header:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 161px;
  content: '';
  background: url(../img/ico/header-shadow.png) repeat-x;
}*/

.header .logo {
  width: 274px;
  margin-left: -50px;
  text-align: left;
}

.header .logo img {
  display: inline-block;
  max-width: 100%;
  height: 64px;
}

.header .btn {
  margin-top: 10px;
  margin-left: 40px;
}

.main-nav {
  padding-top: 22px;
  padding-left: 50px;
}

.main-nav li {
  float: left;
  padding-right: 43px;
  color: #ffffff;
}

.main-nav li a {
  font-weight: 300;
  line-height: 20px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 2px solid transparent;
}

.main-nav li a:hover {
  border-bottom: 2px solid #25a3da;
}

.main-nav li:last-child {
  padding-right: 0;
}

.main-nav .current-menu-item a {
  border-bottom: 2px solid #25a3da;
  pointer-events: none;
}

.lang-nav {
  padding-top: 23px;
}

.lang-nav li {
  float: left;
  padding-left: 20px;
}

.lang-nav li a {
  text-transform: uppercase;
  opacity: 0.6;
  color: #ffffff;
}

.lang-nav li a:hover {
  opacity: 1;
}

.lang-nav .current-lang a {
  opacity: 1;
}

/**
* Слайдер
*/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: -45px;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 7px;
  list-style: none;
  vertical-align: bottom;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e5e5e5;
}

.slick-dots li.slick-active button {
  background-color: #dced4a;
}

.slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 50;
  top: 50%;
  width: 25px;
  height: 45px;
  margin-top: -22px;
  padding: 0;
  opacity: 0.7;
  border: none;
  background: none;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 30px;
  background: url(../img/ico/slider-left.png) no-repeat;
}

.slick-next {
  right: 30px;
  background: url(../img/ico/slider-right.png) no-repeat;
}

/**
* Подвал
*/

.footer {
  background: #1a1e20;
}

.footer .f-partners {
  margin-left: -45px;
  padding-right: 84px !important;
}

.footer .f-partners .partners-item {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  text-align: left;
}

.footer .f-partners .partners-item .f-logo {
  display: block;
  max-width: 100%;
  max-height: 40px;
  text-align: left;
}

.footer .f-partners .partners-item .f-logo img {
  display: inline-block;
  max-width: 100%;
  height: 40px;
}

.footer .footer-box {
  min-height: 240px;
  padding: 40px 0 80px;
}

.footer .footer-box .footer-box__title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer .footer-box .footer-box__title a {
  color: #ffffff;
}

.footer .f-contacts {
  padding-right: 10px;
  padding-left: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .f-contacts .f-contacts__list {
  margin-bottom: 21px;
  padding: 0;
}

.footer .f-contacts .f-contacts__list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

.footer .f-contacts .f-contacts__list li a:hover {
  text-decoration: underline;
}

.footer .f-contacts .f-contacts__list li .type-tel {
  font-size: 18px;
  color: #ffffff;
}

.footer .f-contacts .f-contacts__list li .type-mail {
  text-transform: lowercase;
  color: #27a3dc;
}

.footer .f-contacts .f-contacts__social {
  padding: 0;
  text-align: left;
}

.footer .f-contacts .f-contacts__social li {
  display: inline-block;
  margin-right: 41px;
}

.footer .f-contacts .f-contacts__social li:last-child {
  margin-right: 0;
}

.footer .f-contacts .f-contacts__social li a {
  display: block;
  opacity: 0.7;
}

.footer .f-contacts .f-contacts__social li a:hover {
  opacity: 1;
}

.footer .f-nav {
  width: 600px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .f-nav .f-nav-box .f-nav-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 172px;
  padding-left: 40px;
}

.footer .f-nav .f-nav-box .f-nav-item:last-child {
  width: auto;
}

.footer .f-nav .f-nav-box .f-nav-item .f-nav-list {
  padding: 0;
}

.footer .f-nav .f-nav-box .f-nav-item .f-nav-list li {
  width: 100%;
}

.footer .f-nav .f-nav-box .f-nav-item .f-nav-list li a {
  line-height: 30px;
  text-transform: uppercase;
  color: #8f8e8e;
}

.footer .f-nav .f-nav-box .f-nav-item .f-nav-list li a:hover {
  color: #ffffff;
}
.footer .f-nav .f-nav-item .current_page_item a,
.footer .f-nav .f-nav-item .current-menu-item a,
.f-contacts .footer-box__title a {
  pointer-events: none;
}

.footer .f-nav .dev-box {
  font-size: 15px;
  margin-top: 82px;
  color: #989898;
}

.footer .f-nav .dev-box .desclaim {
  margin-left: 38px;
  text-align: center;
}

.footer .f-nav .dev-box .dev-logo {
  margin-right: 10px;
}

.footer .f-nav .dev-box .dev-logo a {
  color: #989898;
}

.footer .f-nav .dev-box .dev-logo a:hover {
  color: #ffffff;
}

.subscribe_form {
  padding: 20px 0;
  background: #25a3da;
}

.subscribe_form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.subscribe_form form .es_button {
  padding: 0 !important;
}

.subscribe_form form .es_textbox {
  padding: 0 !important;
}

.subscribe_form form .es_caption {
  padding: 0 !important;
}

.subscribe_form form .es_msg,
.subscribe_form form .es_lablebox {
  display: none;
}

.subscribe_form form .es_caption {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}

.subscribe_form form input[type='text'] {
  font-weight: 300;
  width: 480px;
  height: 31px;
  padding: 0 15px;
  text-transform: uppercase;
  border: none;
  outline: none;
}

.subscribe_form form input[type='button'] {
  font-size: 18px;
  width: 155px;
  height: 31px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}

.subscribe_form form input[type='button']:hover {
  color: #25a3da;
  background: #ffffff;
}

.en-form input[type='text'] {
  width: 540px !important;
}

::-webkit-input-placeholder {
  color: #d2d2d2;
}

::-moz-placeholder {
  color: #d2d2d2;
}

/* Firefox 19+ */

:-moz-placeholder {
  color: #d2d2d2;
}

/* Firefox 18- */

:-ms-input-placeholder {
  color: #d2d2d2;
}

/**
* Главная
*/

.site-content {
  min-height: -webkit-calc(100vh - 485px);
  min-height: calc(100vh - 485px);
}

body.home .header {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}

body.home .header:before {
  display: none;
}

.top-section {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background: #212527;
  background-size: cover;
}

.top-section .wrapper {
  position: relative;
  z-index: 1;
  padding-top: 504px;
}

.top-section h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 67px;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

.top-section h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

.top-section .play-btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  display: block;
  padding-left: 62px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #ffffff;
}

.top-section .play-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url(../img/ico/ico-play.png) no-repeat 59% 50%;
}

.top-section .play-btn:hover:before {
  border: 1px solid #25a3da;
  background: #25a3da url(../img/ico/ico-play.png) no-repeat 59% 50%;
}

.top-mob .wrapper {
  z-index: 8;
  padding-top: 300px;
}

/*
.trailer {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
    background: url(../img/temp/main-bg.jpg) no-repeat center center;
    background-size: cover;
  }
.trailer > video {
position: absolute;
top: 0;
left: 0;
width: 100%;
bottom: 0;
}

@supports (object-fit: cover) {
.trailer > video {
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
}

*/

video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.grid {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.12;
  background: #000000;
}

.top-gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 265px;
  /*
	background-image: -ms-linear-gradient(top, #000000 40%, transparent 100%);
	background-image: -moz-linear-gradient(top, #000000 40%, transparent 100%);
	background-image: -o-linear-gradient(top, #000000 40%, transparent 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40, #000000), color-stop(100, transparent));
	background-image: -webkit-linear-gradient(top, #000000 40%, transparent 100%);
	background-image: linear-gradient(to bottom, #000000 40%, transparent 100%);
	*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MC4zMjU4MjUwNTg0MTEyJSIgeTE9IjEwMi43MDQ4MDc2NDU5NzMlIiB4Mj0iNTAuMzI1ODI1MDU4NDExMiUiIHkyPSIyLjcwNDgwNzY0NTk3MjkzJSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxMzEzMTciIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(19, 20, 23, 0) -5.41%, #131317 94.59%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-5.41%, rgba(19, 20, 23, 0)), color-stop(94.59%, #131317));
  background-image: linear-gradient(bottom, rgba(19, 20, 23, 0) -5.41%, #131317 94.59%);
}

.soyuz-section {
  position: relative;
  overflow: hidden;
  background: url(../img/temp/soyuz-bg.jpg) no-repeat;
  background-size: cover;
}

.soyuz-section .wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 0 77px;
}

.soyuz-section .wrapper .rockets-big {
  position: absolute;
  top: 88px;
  right: -51px;
  width: 305px;
  height: 100%;
  background: url(../img/ico/rockets-xl.png) no-repeat;
  background-size: 100%;
}

.soyuz-section .col-xs {
  position: relative;
  width: 295px;
}

.soyuz-section .col-xs:before {
  position: absolute;
  top: -40px;
  right: 0;
  bottom: -77px;
  width: 1px;
  content: '';
  background: rgba(255, 255, 255, 0.1);
}

.soyuz-section .col-xs .title-row-xs h2 {
  color: #ffffff;
}

.soyuz-section .col-xs .title-row-xs .title-xs {
  color: #d76f36;
}

.soyuz-section .col-xs .title-row-xs .title-xs:before {
  background: #d76f36;
}

.soyuz-section .col-xs .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.soyuz-section .col-xl {
  padding-top: 40px;
  padding-left: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.soyuz-section .col-xl .soyuz-info {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  max-width: 465px;
  margin-bottom: 41px;
  color: #c1c1c1;
}

.soyuz-section .col-xl .nearest-launch-wrap .nearest-launch-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase;
  color: #ffffff;
}

.soyuz-section .col-xl .nearest-launch-wrap .nearest-launch-item {
  max-width: 340px;
  margin-bottom: 30px;
}

.soyuz-section .col-xl .nearest-launch-wrap .nearest-launch-item:last-child {
  margin-bottom: 0;
}

.soyuz-section .col-xl .nearest-launch-wrap .nearest-launch-item .launch-item-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-left: -18px;
  color: #25a3da;
}

.soyuz-section .col-xl .nearest-launch-wrap .nearest-launch-item .launch-item-info .launch-item-row {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}

.soyuz-section .col-xl .nearest-launch-wrap .nearest-launch-item .launch-item-info .launch-item-row span {
  color: #999a9b;
}

.section-company {
  padding: 45px 0 98px;
  background: #ffffff;
}

.section-company .section-row {
  position: relative;
  z-index: 11;
  background: #27a3dc;
}

.section-company .section-row .about-bordered {
  position: absolute;
  z-index: 0;
  top: -41px;
  right: -41px;
  bottom: -41px;
  width: -webkit-calc(50% + 81px);
  width: calc(50% + 81px);
  background: #cbdbe3;
}

.section-company .section-row .about-bordered:before {
  position: absolute;
  top: 41px;
  right: 41px;
  bottom: 41px;
  left: 39px;
  content: '';
  background: #27a3dc;
}

.section-company .section-row .section-coll {
  position: relative;
  z-index: 2;
  height: 100%;
}

.title-row-xs {
  width: 100%;
}

.title-row-xs .title-xs {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #27a3dc;
}

.title-row-xs .title-xs:before {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background: #27a3dc;
}

.title-row-xs .left-ico:before {
  left: -24px;
}

.title-row-xs .right-ico:before {
  right: -24px;
}

.title-row-xs h2 {
  font-size: 54px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 43px;
  color: #2d5492;
}

.section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.section-row .section-coll {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
}

.about-company-box {
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 0 50px 0 50px;
  color: #ffffff;
  background: #27a3dc;
}

.about-company-box .logo {
  display: block;
}

.about-company-box .logo img {
  max-width: 209px;
  height: auto;
}

.about-company-box .about-info {
  font-size: 15px;
  line-height: 24px;
  padding: 30px 0 50px;
}

.btn {
  font-size: 12px;
  font-weight: 700;
  line-height: 45px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-left: none !important;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 15px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 15px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn span {
  position: relative;
  display: block;
  width: 100%;
}

.btn span:after {
  position: absolute;
  top: 50%;
  left: -22px;
  width: 14px;
  height: 2px;
  margin-top: -2px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.white-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.white-btn:before {
  background: rgba(255, 255, 255, 0.5);
}

.white-btn:after {
  background: rgba(255, 255, 255, 0.5);
}

.white-btn span:after {
  background: #ffffff;
}

.white-btn:hover {
  color: rgba(255, 255, 255, 0.5);
}

.white-btn:hover span:after {
  opacity: 0.5;
}

.orange-btn {
  color: rgba(255, 102, 0, 1);
  border: 1px solid rgba(255, 102, 0, 0.5);
}

.orange-btn:before {
  background: rgba(255, 102, 0, 0.5);
}

.orange-btn:after {
  background: rgba(255, 102, 0, 0.5);
}

.orange-btn span:after {
  background: rgba(255, 102, 0, 1);
}

.orange-btn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.orange-btn:hover:before {
  background: #ffffff;
}

.orange-btn:hover:after {
  background: #ffffff;
}

.orange-btn:hover span:after {
  background: #ffffff;
}

.blue-btn {
  color: #25a3da;
  border: 1px solid rgba(37, 163, 218, 0.5);
}

.blue-btn:before {
  background: rgba(37, 163, 218, 0.5);
}

.blue-btn:after {
  background: rgba(37, 163, 218, 0.5);
}

.blue-btn span:after {
  background: #25a3da;
}

.blue-btn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.blue-btn:hover:before {
  background: #ffffff;
}

.blue-btn:hover:after {
  background: #ffffff;
}

.blue-btn:hover span:after {
  background: #ffffff;
}

.section-news {
  padding: 52px 0 40px;
  background: #f1f3f6;
}

.section-news .title-row-xs {
  margin-bottom: 55px;
}

.section-news .title-row-xs h2 {
  line-height: 0.9em;
  margin: 0;
}

.section-news .all-news {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #27a3dc;
  border-bottom: 2px solid transparent;
}

.section-news .all-news:before {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background: #27a3dc;
}

.section-news .all-news:hover {
  border-bottom: 2px solid #27a3dc;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.d-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}

.news-wrapper {
  display: block;
}

.news-wrapper .news-box-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 34px;
}

.news-wrapper .news-box-item:nth-child(2n) {
  padding-left: 17px;
}

.news-wrapper .news-box-item:nth-child(2n+1) {
  padding-right: 17px;
}

.news-wrapper .news-box-item .news-box {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-wrapper .news-box-item .news-box .thumb-news img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.news-wrapper .news-box-item .news-box .preview-news {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
}

.news-wrapper .news-box-item .news-box .preview-news .white-btn {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.news-wrapper .news-box-item .news-box .preview-news .shot-news {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  right: 50px;
  bottom: 85px;
  left: 25px;
}

.news-wrapper .news-box-item .news-box .preview-news .news-date-box {
  overflow: hidden;
}

.news-wrapper .news-box-item .news-box .preview-news .news-date-box .news-day-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}

.news-wrapper .news-box-item .news-box .preview-news .news-date-box .news-day-item {
  font-size: 14px;
  line-height: 16px;
  padding-left: 5px;
  text-transform: lowercase;
  opacity: 0.7;
}

.news-wrapper .news-box-item .news-box:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 2, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 2, 0, 0.3);
}

.news-wrapper .news-box-item .news-box:hover .thumb-news img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.smi-box-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  min-height: 370px;
}

.smi-box-item:nth-child(2n) {
  padding-left: 28px;
}

.smi-box-item:nth-child(2n+1) {
  padding-right: 28px;
}

.smi-box-item .smi-box {
  padding: 10px 40px 30px 0;
  border-bottom: 1px solid #eaeaea;
}

.smi-box-item .news-post {
  font-size: 18px;
  margin-bottom: 15px;
  color: #8f8e8e;
}

.smi-box-item .smi-news-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  color: #2c4c7b;
}

.smi-box-item .smi-news-title:hover {
  color: #25a3da;
}

.smi-box-item .smi-news-descriptions {
  font-size: 15px;
  line-height: 24px;
}

.smi-box-item .smi-box__bottom-row {
  width: 100%;
  padding-top: 23px;
}

.smi-box-item .smi-box__bottom-row .blue-btn {
  opacity: 0.7;
}

.smi-box-item .smi-box__bottom-row .blue-btn:hover {
  opacity: 1;
  color: #25a3da;
  border: 1px solid #25a3da;
}

.smi-box-item .smi-box__bottom-row .blue-btn:hover span:after {
  background: #25a3da;
}

.smi-box-item .smi-box__bottom-row .blue-btn:hover:before {
  background: #25a3da;
}

.smi-box-item .smi-box__bottom-row .blue-btn:hover:after {
  background: #25a3da;
}

.smi-box-item .smi-box__bottom-row .resurses {
  margin-right: 40px;
}

.smi-box-item .smi-box__bottom-row .resurses span {
  font-size: 18px;
  line-height: 45px;
  color: #808080;
}

.smi-box-item .smi-box__bottom-row .resurses a {
  font-size: 18px;
}

.title-row h1 {
  font-size: 54px;
  font-weight: 300;
  margin: 57px 0 45px;
  text-transform: uppercase;
  color: #2d5492;
}

.second-nav-box {
  position: relative;
  z-index: 1;
  background: #f1f3f6;
}

.second-nav-box .second-nav {
  overflow: hidden;
  padding: 0;
}

.second-nav-box .second-nav li {
  font-size: 16px;
  font-weight: 400;
  line-height: 74px;
  position: relative;
  display: block;
  float: left;
  margin-right: 60px;
  text-transform: uppercase;
  color: #212527;
}

.second-nav-box .second-nav li:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}

.second-nav-box .second-nav li:hover:before {
  background: #27a3dc;
}

.second-nav-box .second-nav li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 74px;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #212527;
}

.second-nav-box .second-nav li a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}

.second-nav-box .second-nav li a:hover:before {
  background: #27a3dc;
}

.second-nav-box .second-nav .active {
  font-weight: 700;
}

.second-nav-box .second-nav .active:before {
  background: #27a3dc;
}

.pagination-row {
  margin-top: 20px;
}

.pagination-row .screen-reader-text {
  display: none !important;
}

.pagination-row .nav-links {
  display: block;
  overflow: hidden;
  width: 100;
  padding: 55px 0;
  border-top: 1px solid #dddddd;
}

.pagination-row .nav-links .nav-previous {
  float: left;
}

.pagination-row .nav-links .nav-next {
  float: right;
}

.pagination-row .nav-links .pagination-list {
  padding: 0;
  text-align: center;
}

.pagination-row .nav-links .pagination-list li {
  display: inline-block;
}

.pagination-row .nav-links .pagination-list li span,
.pagination-row .nav-links .pagination-list li a {
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  line-height: 26px;
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #27a3dc;
}

.pagination-row .nav-links .pagination-list li span:hover,
.pagination-row .nav-links .pagination-list li a:hover {
  text-decoration: underline;
}

.pagination-row .nav-links .pagination-list .active span {
  font-weight: 700;
  line-height: 26px;
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  text-decoration: none !important;
  color: #000000;
  background: #e2e2e2;
}

.pagination-row .nav-links .prev-news,
.pagination-row .nav-links .next-news {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #27a3dc;
  border-bottom: 2px solid transparent;
}

.pagination-row .nav-links .prev-news:hover,
.pagination-row .nav-links .next-news:hover {
  border-bottom: 2px solid #27a3dc;
}

.pagination-row .nav-links .prev-news:before,
.pagination-row .nav-links .next-news:before {
  position: absolute;
  top: 6px;
  width: 14px;
  height: 10px;
  content: '';
}

.pagination-row .nav-links .prev-news {
  margin-left: 30px;
}

.pagination-row .nav-links .prev-news:before {
  left: -30px;
  background: url(../img/ico/left-arrow.png) no-repeat;
}

.pagination-row .nav-links .next-news {
  margin-right: 30px;
}

.pagination-row .nav-links .next-news:before {
  right: -30px;
  background: url(../img/ico/right-arrow.png) no-repeat;
}

.pagination-row {
  margin-top: 20px;
}

.pagination-row .pagination-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.pagination-row .pagination-box a {
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  color: #27a3dc;
}

.pagination-row .pagination-box .page-numbers {
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  line-height: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: -20px;
  text-align: center;
  color: #27a3dc;
}

.pagination-row .pagination-box .page-numbers:hover {
  text-decoration: underline;
}

.pagination-row .pagination-box .current {
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: -20px;
  text-align: center;
  text-decoration: none !important;
  color: #000000;
  background: #e2e2e2;
}

.pagination-row .pagination-box .prev-post,
.pagination-row .pagination-box .next-post {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
  position: absolute;
  top: 58px;
  text-decoration: none;
  text-transform: uppercase;
  color: #27a3dc;
  border-bottom: 2px solid transparent;
}

.pagination-row .pagination-box .prev-post:hover,
.pagination-row .pagination-box .next-post:hover {
  border-bottom: 2px solid #27a3dc;
}

.pagination-row .pagination-box .prev-post:before,
.pagination-row .pagination-box .next-post:before {
  position: absolute;
  top: 6px;
  width: 14px;
  height: 10px;
  content: '';
}

.pagination-row .pagination-box .next-post {
  left: 0;
  margin-left: 30px;
}

.pagination-row .pagination-box .next-post:before {
  left: -30px;
  background: url(../img/ico/left-arrow.png) no-repeat;
}

.pagination-row .pagination-box .prev-post {
  right: 0;
  margin-right: 30px;
}

.pagination-row .pagination-box .prev-post:before {
  right: -30px;
  background: url(../img/ico/right-arrow.png) no-repeat;
}

.news-detail {
  padding: 40px 0 0;
}

.news-detail .resurses {
  margin: 50px 0;
}

.news-detail .news-date {
  font-size: 18px;
  margin-bottom: 20px;
  color: #8f8e8e;
}

.news-detail h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 50px;
  padding-right: 150px;
  color: #354b7c;
}

.news-detail p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #353535;
}

.news-detail .alignleft {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.news-detail blockquote {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 40px 25px 80px;
  color: #353535;
  background: #f1f3f6;
}

.news-detail .pagination-row {
  margin-top: 0;
}

.bottom-news {
  padding: 60px 0;
}

.bottom-news .screen-reader-text {
  display: none;
}

.bottom-news .news-box-item {
  margin-bottom: 0;
}

.company-page .title-row h1 {
  margin: 57px 0 35px;
}

.company-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.company-row .about-company-logo {
  width: 345px;
}

.company-row .about-company-logo img {
  max-width: 100%;
  height: auto;
}

.company-row .about-company-info {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.company-row .about-company-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #313131;
}

.company-advantage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 68px;
  padding: 60px 290px 48px 75px;
  color: #ffffff;
  background: #38b3ec;
}

.company-advantage .advantage-title {
  font-size: 57px;
  font-weight: 800;
  line-height: 68px;
  width: 308px;
  text-transform: uppercase;
}

.company-advantage .advantage-descriptions {
  font-size: 16px;
  line-height: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.company-advantage .rockets {
  position: absolute;
  top: -68px;
  right: 15px;
  width: 187px;
  height: 381px;
  background: url(../img/ico/rockets.png) no-repeat;
}

.target-box {
  margin-bottom: 78px;
}

.target-box .target-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 21px;
  text-transform: uppercase;
  color: #2d5492;
}

.target-box .target-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.target-box .target-row:last-child {
  margin-bottom: 0;
}

.target-box .target-row .target-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 510px;
  min-height: 170px;
  padding: 0 50px 0 108px;
  background: #f0f5fa;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.target-box .target-row .target-item .target-info {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}

.target-box .target-row .target-item .target-namber {
  font-size: 208px;
  font-weight: 800;
  line-height: 0.8em;
  position: absolute;
  top: 3px;
  left: -43px;
  opacity: 0.8;
  color: #dce3ea;
}

.target-box .target-row .target-item .first-number {
  left: -16px;
}

.history-box {
  padding-bottom: 55px;
}

.history-row {
  overflow: hidden;
}

.history-row:last-child .history-right-coll {
  padding-bottom: 0;
  border-left: none;
}

.history-left-coll {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding-right: 28px;
  text-align: right;
  color: #1d4d83;
}

.history-left-coll:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -10px;
  width: 18px;
  height: 18px;
  content: '';
  background: #ffffff;
}

.history-left-coll:after {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: -9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  content: '';
  border: 2px solid #25a3da;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}

.history-right-coll {
  font-size: 16px;
  line-height: 24px;
  float: left;
  width: 600px;
  padding-bottom: 44px;
  padding-left: 25px;
  color: #313131;
  border-left: 3px solid #1d4d83;
}

.history-right-coll span {
  font-weight: 700;
}

.partners-row {
  overflow: hidden;
  width: 100%;
  max-width: 954px;
  margin: 0 auto 43px;
}

.partners-row .partners-wrap {
  margin-top: -1px;
  margin-right: -3px;
  margin-bottom: -1px;
  margin-left: -1px;
}

.partners-row .partners-box {
  display: block;
  float: left;
  width: 33.3%;
}

.partners-row .partners-box .partners-item {
  line-height: 301px;
  display: block;
  min-height: 301px;
  text-align: center;
  border: 1px solid #eeeeee;
}

.partners-row .partners-box .partners-item img {
  display: inline-block;
}

.partners-row .partners-box .partners-item:hover {
  border: 1px solid #25a3da;
}

.manager-row .manager-box {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 33px 60px;
}

.manager-row .manager-box .manager-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.manager-row .manager-box .manager-item:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 2, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 2, 0, 0.3);
}

.manager-row .manager-box .manager-item:hover .manager-logo img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.manager-row .manager-box .manager-item .manager-logo {
  position: relative;
}

.manager-row .manager-box .manager-item .manager-logo img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.manager-row .manager-box .manager-item .manager-logo:before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70%;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 50.83%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50.83%, transparent));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 50.83%);
}

.manager-row .manager-box .manager-item .manager-info-box {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 30px 25px;
  color: #ffffff;
}

.manager-row .manager-box .manager-item .manager-info-box .manager-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.manager-row .manager-box .manager-item .manager-info-box .manager-position {
  font-size: 14px;
  font-weight: 400;
}

.contact-page .title-row h1 {
  margin: 55px 0 28px;
}

.contact-page .contacts-box h2 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 37px;
  text-transform: uppercase;
  color: #000000;
}

.contact-page .contacts-box .contacts-row {
  width: 100%;
  padding-bottom: 45px;
}

.contact-page .contacts-box .contacts-row .contacts-coll {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 259px;
}

.contact-page .contacts-box .contacts-row .contacts-coll:nth-child(2n) {
  width: 518px;
  padding-left: 85px;
}

.contact-page .contacts-box .contacts-row .contacts-coll .contact-title {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
  color: #747474;
}

.contact-page .contacts-box .contacts-row .contacts-coll .adress-row {
  font-size: 18px;
  line-height: 30px;
  max-width: 230px;
  color: #000000;
}

.contact-page .contacts-box .contacts-row .contacts-coll .tel-item {
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  color: #000000;
}

.contact-page .contacts-box .contacts-row .contacts-coll .mail-item {
  float: left;
  width: 44%;
  margin-bottom: 17px;
}

.contact-page .contacts-box .contacts-row .contacts-coll .mail-item a {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  color: #27a3dc;
}

.contact-page .contacts-box .contacts-row .contacts-coll .mail-item span {
  font-size: 14px;
  display: block;
  color: #a8a8a8;
}

.maps-wrapper {
  position: relative;
  /*
	background: url(../img/temp/maps-bg.jpg) no-repeat 50%;
	background-size: cover;
	*/
  overflow: hidden;
  min-height: 527px;
}

.maps-wrapper #map {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 430px;
}

.maps-wrapper .maps-row .maps-info {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50% !important;
  min-height: 527px;
  padding-right: 65px;
  background: #e6f1f6;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.maps-wrapper .maps-row .maps-info:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5000px;
  content: '';
  background: #e6f1f6;
}

.maps-wrapper .maps-row .maps-info .maps-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #2d5493;
}

.maps-wrapper .maps-row .maps-info p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 25px;
}

.docs-page .pagination-row {
  margin-top: 0;
}

.docs-page .pagination-row .pagination-box {
  padding: 45px 0;
  border-top: none;
}

.docs-item-row {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}

.docs-item-row:hover {
  background: #f0f5fa;
}

.docs-item-row:hover .docs-item {
  border-bottom: 1px solid transparent;
}

.docs-item-row:last-child .docs-item {
  border-bottom: 1px solid none;
}

.docs-item-row .docs-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #d8d8d8;
}

.docs-item-row .docs-item .download-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 51px;
  height: 45px;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/ico/ico-download.png) no-repeat;
  background-position: 0 0;
}

.docs-item-row .docs-item .download-btn:hover {
  background-position: 0 -45px;
}

.docs-item-row .docs-item .docs-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  padding-top: 5px;
  padding-bottom: 25px;
  text-align: left;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.docs-item-row .docs-item .docs-info .docs-info__top-row {
  width: 100%;
}

.docs-item-row .docs-item .docs-info .docs-info__top-row .docs-category {
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding-right: 12px;
  color: #7c8cb0;
}

.docs-item-row .docs-item .docs-info .docs-info__top-row .docs-category:before {
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  content: '•';
  color: #9a9a9a;
}

.docs-item-row .docs-item .docs-info .docs-info__top-row .date-post {
  font-size: 15px;
  display: inline-block;
  color: #9a9a9a;
}

.docs-item-row .docs-item .docs-info .docs-name {
  font-size: 24px;
  color: #4a4a4a;
}

.docs-item-row .docs-item .docs-info .docs-size {
  text-transform: uppercase;
  color: #9a9a9a;
}

.s-404 {
  min-height: -webkit-calc(100vh - 455px);
  min-height: calc(100vh - 455px);
  padding: 70px 0 160px;
  text-align: center;
  color: #ffffff;
  background: #1a1e20 url(../img/temp/gradient.png) repeat-x 50% 100%;
}

.s-404 .alert-msg {
  font-size: 14px;
  margin-bottom: 35px;
}

.s-404 .home-btn {
  font-size: 12px;
  font-weight: 900;
  line-height: 45px;
  display: inline-block;
  padding: 0 25px;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #25a3da;
}

.s-404 .home-btn:hover {
  background: #1f80ad;
}

.docs-wrapper .js-wpv-view-layout {
  padding: 50px 0;
  text-align: center;
}

.main-form {
  width: 500px;
  margin: 50px auto !important;
}

.main-form .form-row {
  position: relative;
  padding-top: 30px;
}

.main-form label {
  font-size: 16px;
  position: absolute;
  z-index: 0;
  top: 41px;
  left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-form .focused {
  font-size: 13px;
  top: 10px !important;
}

.main-form input {
  font-size: 18px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #000000;
  background-color: transparent;
}

.main-form input:focus {
  border: 1px solid #25a3da;
}

.main-form textarea {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 200px;
  margin: 0;
  padding: 10px;
  border: 1px solid #000000;
  background-color: transparent;
}

.main-form textarea:focus {
  border: 1px solid #25a3da;
}

.main-form .msg-row {
  margin-top: 20px;
}

.main-form .msg-row label {
  font-size: 16px !important;
  top: 7px !important;
}

.main-form .wpcf7-submit {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #25a3da;
  border: 1px solid #25a3da;
  background: transparent;
}

.main-form .wpcf7-submit:hover {
  color: #ffffff;
  background: #25a3da;
}

/**
* СОЮЗ
*/

.soyuz-page {
  overflow: hidden;
  background: #1a1e20 url(../img/temp/soyuz-page-bg.png) no-repeat top center;
  background-size: 100% auto;
}

.soyuz-page .title-row h1 {
  margin: 45px 0 52px;
  color: #ffffff;
}

.bgf {
  background: #ffffff;
}

.soyuz-tab .nav-tabs {
  width: 100%;
  margin-bottom: 53px;
  padding: 0;
}

.soyuz-tab .nav-tabs li {
  float: left;
  padding-right: 83px;
}

.soyuz-tab .nav-tabs li:last-child {
  padding-right: 0;
}

.soyuz-tab .nav-tabs li a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #25a3da;
  border-bottom: 1px dashed #25a3da;
}

.soyuz-tab .nav-tabs li a:hover {
  border-bottom: 1px solid transparent;
}

.soyuz-tab .nav-tabs .active a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

.soyuz-tab .tab-content {
  position: relative;
  width: 100%;
  min-height: 610px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.soyuz-tab .tab-content .tab-pane {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block !important;
}

.soyuz-tab .tab-content .tab-pane .soyuz-tab__left-coll {
  width: 690px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.3;
}

.soyuz-tab .tab-content .tab-pane .soyuz-tab__description {
  width: 346px;
  padding-top: 27px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  color: #ffffff;
}

.soyuz-tab .tab-content .tab-pane .soyuz-tab__description .tab-description-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.soyuz-tab .tab-content .tab-pane .soyuz-tab__description .tab-row-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.soyuz-tab .tab-content .tab-pane .soyuz-tab__description ul {
  margin-bottom: 20px;
  padding: 0;
}

.soyuz-tab .tab-content .tab-pane .soyuz-tab__description ul li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #c1c1c1;
}

.soyuz-tab .tab-content .tab-pane .soyuz-tab__description ul li:before {
  position: absolute;
  top: 10px;
  left: -25px;
  width: 14px;
  height: 1px;
  content: '';
  background: #c1c1c1;
}

.soyuz-tab .tab-content .active .soyuz-tab__left-coll {
  opacity: 1;
}

.soyuz-tab .tab-content .active .soyuz-tab__description {
  opacity: 1;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .active {
  display: block;
}

.soyuz-info-wrapper {
  width: 100%;
  padding-top: 31px;
  padding-bottom: 368px;
}

.soyuz-info-wrapper .wrapper {
  position: relative;
}

.soyuz-info-wrapper .rockets-xl {
  position: absolute;
  z-index: 1;
  top: -32px;
  right: 41px;
  width: 274px;
  height: 1157px;
  background: url(../img/temp/rockets-xl-2.png) no-repeat;
}

.soyuz-info-wrapper .about-soyuz {
  max-width: 775px;
  color: #ffffff;
}

.soyuz-info-wrapper .about-soyuz .main-info {
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.soyuz-info-wrapper .about-soyuz h2 {
  font-size: 54px;
  font-weight: 300;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.soyuz-info-wrapper .about-soyuz h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 61px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.soyuz-info-wrapper .about-soyuz p {
  font-size: 15px;
  line-height: 24px;
}

.soyuz-info-wrapper .about-soyuz .shot-info {
  padding: 76px 0 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.soyuz-info-wrapper .about-soyuz .shot-info .shot-info__col {
  width: 33.3%;
}

.soyuz-info-wrapper .about-soyuz .shot-info .shot-info__col .shot-info__top-row {
  font-size: 48px;
  font-weight: 700;
  color: #25a3da;
}

.soyuz-info-wrapper .about-soyuz .shot-info .shot-info__col .shot-info__top-row span {
  font-size: 30px;
}

.soyuz-info-wrapper .about-soyuz .shot-info .shot-info__col .shot-info__bottom-row {
  font-size: 12px;
  line-height: 24px;
  padding-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.soyuz-info-wrapper .about-soyuz .download-info-box {
  padding: 200px 0;
}

.soyuz-info-wrapper .about-soyuz .download-info-box .download-file {
  display: inline-block;
}

.soyuz-info-wrapper .about-soyuz .download-info-box .download-file .pdf-logo {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: url(../img/ico/ico-pdf.png) no-repeat;
  background-position: 0 0;
}

.soyuz-info-wrapper .about-soyuz .download-info-box .download-file .file-info {
  padding-left: 25px;
}

.soyuz-info-wrapper .about-soyuz .download-info-box .download-file .file-info .file-info-name {
  font-size: 21px;
  font-weight: 700;
  padding: 5px 0;
  color: #ffffff;
}

.soyuz-info-wrapper .about-soyuz .download-info-box .download-file .file-info .file-info-size {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
  color: #25a3da;
}

.soyuz-info-wrapper .about-soyuz .download-info-box .download-file:hover .pdf-logo {
  background-position: 0 -60px;
}

.launch-info-box {
  background: #ffffff;
}

.upcoming-launches-box {
  margin-top: -175px;
  margin-bottom: 54px;
}

.upcoming-launches-box .title {
  font-size: 54px;
  font-weight: 300;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #ffffff;
}

.upcoming-launches-box .upcoming-launches-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.upcoming-launches-box .upcoming-launches-row .upcoming-launches-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 41px 30px;
  color: #ffffff;
  background: #354b7c;
}

.upcoming-launches-box .upcoming-launches-row .upcoming-launches-item:first-child {
  background: #4c659c;
}

.upcoming-launches-box .upcoming-launches-row .upcoming-launches-item .number-launches {
  font-size: 46px;
  font-weight: 800;
  line-height: 1em;
  width: 80px;
  margin-right: 10px;
  text-align: center;
}

.upcoming-launches-box .upcoming-launches-row .upcoming-launches-item .launche-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.upcoming-launches-box .upcoming-launches-row .upcoming-launches-item .launch-row {
  font-size: 15px;
  margin-bottom: 5px;
}

.upcoming-launches-box .upcoming-launches-row .upcoming-launches-item .launch-row span {
  color: #aabce5;
}

.upcoming-launches-box .upcoming-launches-row .upcoming-launches-item p {
  font-weight: 700;
  margin-top: 10px;
}

.cosmodrome-box {
  padding-bottom: 110px;
  background: #ffffff;
}

.cosmodrome-box .title {
  font-size: 54px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #2d5492;
}

.cosmodrome-box .cosmodrome-table {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cosmodrome-box .cosmodrome-table .cosmodrome-bordered {
  position: absolute;
  z-index: 0;
  top: -41px;
  right: -41px;
  bottom: -41px;
  width: -webkit-calc(50% + 81px);
  width: calc(50% + 81px);
  background: #cbdbe3;
}

.cosmodrome-box .cosmodrome-table .cs-coll {
  position: relative;
  z-index: 1;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  color: #ffffff;
  background: #25a3da;
}

.cosmodrome-tab {
  width: 100% !important;
}

.cosmodrome-tab .nav-tabs {
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 65px;
  margin-bottom: 20px;
  padding: 0;
}

.cosmodrome-tab .nav-tabs li {
  float: left;
}

.cosmodrome-tab .nav-tabs li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  padding: 0 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}

.cosmodrome-tab .nav-tabs li a:hover {
  background: #2f3c51;
}

.cosmodrome-tab .nav-tabs .active a {
  background: #2f3c51;
}

.cosmodrome-tab .tab-content {
  position: relative;
  width: 100%;
  min-height: 485px;
}

.cosmodrome-tab .tab-content .tab-pane {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  display: block !important;
  opacity: 0 !important;
}

.cosmodrome-tab .tab-content .active {
  z-index: 1;
  opacity: 1 !important;
}

.cosmodrome-tab .cosmodrome-info {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 85px 50px 15px 50px;
}

.cosmodrome-tab .cosmodrome-info .top-info {
  line-height: 21px;
  margin-bottom: 20px;
}

.cosmodrome-tab .cosmodrome-info .xl-info {
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
}

.cosmodrome-tab .cosmodrome-info p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.cosmodrome-tab .cosmodrome-info ul {
  padding-left: 0;
}

.cosmodrome-tab .cosmodrome-info ul li {
  line-height: 24px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}

.cosmodrome-tab .cosmodrome-info ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 1px;
  content: '';
  background: #ffffff;
}

.cosmo-slider {
  width: 100%;
}

.cosmo-slider .slider-item img {
  width: 100%;
  height: auto;
}
.fm-form .wdform-field{padding:20px 0 !important;}
.button-submit,.wdform-page-button,#page_previous_4{
	font-size: 18px;
    font-weight: 700;
    width: 150px;

  
    text-transform: uppercase;
    color: #25a3da;
  
    background: transparent;
}
.button-submit{
	    border: 1px solid #25a3da;
	height:45px;
}
.fm-form .wdform-field[type="type_submit_reset"]{
	
	   float: right;
    width: 200px;
	
}
#page_previous_4{
	margin-top: -75px;
}
 
.fm-form {
	
	    margin: 0 auto!important;
    float: none !important;
    width: 620px !important;
}
 .wd-flex
{
	display:inline-block;
	
}
div[wdid="31"],div[wdid="33"]{
	width:49%;display:inline-block;
}
div[wdid="29"],div[wdid="17"],div[wdid="28"]{
	width:33%;display:inline-block;
}
div[wdid="17"] div{
	margin:0 auto;
}
div[wdid="28"] div{
width:150px;
margin-left:20px;
}
.rlk{
	float:right;width:200px;margin-left:15px; font-style: italic;line-height:1.5em
}
.rlk p{margin:0;color:#333;font-size:13px}
.checkbox-div:last-child{margin-top:20px !important}
.wdform-field p{margin-top:0 ; margin-bottom:0;    -webkit-margin-before: 0;
    -webkit-margin-after: 0;}
div[wdid="22"] {
	
	
	top:-30px !important;
}
.checkbox-div:nth-child(5) {
margin-top:20px !important
}
.fm-form .button-submit{
	width:200px;
	    margin-right: 0 !important;
}


.fm-form-container .fm-form .fm-message.fm-notice-success{
	
	    border:1px solid #25a3da !important;
    background: rgba(37,163,218,0.5) !important;
	
}
.page-id-32,.page-id-141{
	background: #212527;
	
}
 .page-id-32 #breadcrumbs span, .page-id-32 #breadcrumbs a,.page-id-141 #breadcrumbs span, .page-id-141 #breadcrumbs a{
color:#fff !important;
}
#breadcrumbs{
	
	
    margin: 5px 0;
}
.contact-page .title-row h1 {
    margin: 28px 0 28px !important;
}
.news-wrapper .news-box-item:nth-child(2n+1) {
    padding-right: 17px;
    max-width: 500px;
}
.title-row-xs .h2 {
  line-height: 30px;
      text-indent: -10000px;
}
/**
* Медиазапросы
*/

    .countdown-container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
		color: #fff;
    }

    .countdown-container .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
	
	.countdown-container .supaanima {
        -webkit-animation-duration: 1s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
	
	.countdown-container .enable{
		-webkit-animation-name: enable;
        animation-name: enable;
	}

    .countdown-container .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .countdown-container .delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
	
	@keyframes enable {
		0% { opacity: 0 },
		90% { opacity: 0},
		100% { opacity: 1 }
	}
	
	.countdown-container .countdown{
		height: 900px;
		padding-top: 100px;
		background: url('/wp-content/uploads/2021/03/countdown-bg.jpg') no-repeat bottom 0 right 50%;;
		background-size:cover;
		position: relative;
	}
	
	.countdown-container .countdown img{
		display: block;
		width: 500px;
		margin: 37px auto 0;
	}
	
	.countdown-container .countdown .countdown-preview {
		margin: 0;
		text-align: center;
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.countdown-container .countdown .countdown-time {
		margin: 0;
		font-size: 64px;
		font-weight: 500;
		text-align: center;
	}
	
	.countdown-container .countdown .countdown-info{
		position: absolute;
		top: 250px;
		font-size: 18px;
		font-weight: 500;
		text-transform: uppercase;
	}
	
	.countdown-container .countdown .countdown-info.left{
		left: 50px;
		width: 200px;
	}
	
	.countdown-container .countdown .countdown-info.right{
		right: 50px;
	}
	
	.countdown-container .live{
		padding: 100px;
		background: #001E50;
	}

.live-container{
	display: flex;
	padding: 10px;
	justify-content: space-around;
	align-items: center;
	background: #FF5200;
    color: #fff;
}
.live-container .link {
	height: 45px;
    padding: 0 15px 0 20px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url('/wp-content/uploads/2021/03/link-border.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-left: none;
	transition: all .3s;
}
.live-container .link a{
	color: #fff;
}
.live-container .link span{
	display: flex;
	position: relative;
	top: 8px;
	width: auto;
	height: 30px;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transition: all .3s;
}
.live-container .link:hover span {
	  background: #fff;
      color: #000;
}
.live-container .title{
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.live-container .live-date{
	font-size: 20px;
	text-align: center;
}
.live-container .live-date span:first-child{
	padding-right: 10px;
}
.live-container .live-date span:last-child{
	padding-left: 10px;
}