html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

strong {font-weight: bold;}
em {font-style: italic;}

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  height: 100%;
  width: 100%; }

body {
  min-height: 100%;
  height: auto !important;
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  font-family: 'GothamPro', sans-serif;
  background: #000 url("../images/bg__main.jpg") no-repeat center top; }

::selection {
  background: #003456;
  color: #ffffff; }

::-moz-selection {
  background: #003456;
  color: #ffffff; }

.clearfix {
  clear: both;
  float: none; }

.page_width_1000 {
  width: 985px;
  margin: 0 auto; }

a {
  text-decoration: none;
  color: #FFFFFF; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProRegular/GothamProRegular.eot");
  src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamProLight/GothamProLight.eot");
  src: url("../fonts/GothamProLight/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLight/GothamProLight.woff") format("woff"), url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamProMedium/GothamProMedium.eot");
  src: url("../fonts/GothamProMedium/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"), url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProBold/GothamProBold.eot");
  src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
.index {
  position: relative;
  padding: 663px 0 0 0; }
  .index__text {
    width: 680px;
    padding: 50px 5px 60px 70px;
    box-sizing: border-box;
    margin: 0 auto; }
  .index__line {
    width: 100%;
    background-color: #fff;
    color: #808080;
    font-size: 10px; }

.title {
  position: absolute;
  left: 50%; }
  .title__part__1 {
    display: inline-block; }
  .title__part__2 {
    display: block; }
  .title--1 {
    top: 75px;
    margin: 0 0 0 -400px;
    text-align: right; }
  .title--2 {
    top: 75px;
    margin: 0 0 0 40px; }
  .title--3 {
    top: 400px;
    margin: 0 0 0 -500px; }
  .title--4 {
    top: 400px;
    margin: 0 0 0 340px; }

/* Подпись к фото */
figure.img {margin: 0 0 15px;}
figure.img img {width: 100%;}
figure.img div {display: block; font-size: 12px; line-height: 14px; padding: 10px 0; color: #9799a0; border-bottom: 1px solid #d5d5d5;}

.block {
  position: relative;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  width: 47%;
  margin: 0 1% 25px; }
  .blocks {
    max-width: 990px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    padding: 0 0 40px 0; }
  .block img {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    opacity: 0.2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .block__hover {
    display: none; }
  .block__content {
    display: none; }
  .block__title {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 0 10px 0; }
  .block__text {
    color: #000;
    font-size: 14px;
    line-height: 16px; }
  .block--active img {
    opacity: 1; }
  .block--active .block__content {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    bottom: -100%;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: "GothamPro", sans-serif;
    font-weight: 500;
    text-align: left;
    padding: 0 30px 20px 20px; }
  .block--active .block__hover {
    display: inline-block;
    background-color: #bb162b;
    border-radius: 50%;
    width: 950px;
    height: 330px;
    position: absolute;
    top: 100%;
    right: auto;
    left: 50%;
    margin: 0 0 0 -475px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .block--active:hover img {
    top: -120px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .block--active:hover .block__hover {
    top: 45%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .block--active:hover .block__content {
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.footer {
  box-sizing: border-box; }
  .footer--inner {
    background: #fff;
    padding: 0 0 40px 0; }
    .footer--inner .footer__logo {
      background: none;
      padding: 50px 0 0 0;
      width: 140px; }
  .footer__body {
    width: 950px;
    margin: 0 auto; }
    .footer__body .social {
      text-align: right;
      margin: 0 160px 0 0; }
  .footer__logo {
    float: right;
    box-sizing: border-box;
    padding: 25px 0 0 0;
    text-align: center;
    display: inline-block;
    width: 435px;
    height: 94px;
    background: url("../images/footer__logo__bg.png") no-repeat center top; }

.social {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: -16px 0 0; }
  .social__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background: url("../images/social__red.png") no-repeat 0 0; }
    .social__item--tw {
      background-position: -40px 0; }
    .social__item--vk {
      background-position: -80px 0; }
  .social__link {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 36px;
    font-family: "GothamPro", sans-serif;
    font-weight: 500;
    display: block; }
    .social__link--black {
      display: inline-block;
      vertical-align: middle;
      color: #000;
      text-decoration: none;
      font-size: 14px;
      line-height: 20px;
      font-weight: 300; }

.social--black {
  margin: 20px 0 15px 0; }
  .social--black .social__item {
    background: url("../images/social__black.png") no-repeat 0 0; }
    .social--black .social__item--tw {
      background-position: -40px 0; }
    .social--black .social__item--vk {
      background-position: -80px 0; }

.inner {
  font-family: 'Noto Sans', sans-serif;
  background: #000 url("../images/inner__bg.jpg") no-repeat center top; }
  .inner .logo {
    float: right;
    margin: 13px 20px 0 0; }
  .inner .topline {
    font-family: GothamPro, sans-serif;
    color: #fff;
    background: #bb162b;
    padding: 50px 20px 40px;
    font-weight: 900;
    position: relative; }
    .inner .topline__title {
      padding: 0 0 0 20px;
      font-size: 40px;
      line-height: 60px; }
    .inner .topline__logo {
      float: right; }
    .inner .topline__menu {
      position: absolute;
      width: 60px;
      height: 60px;
      background: #e6e6e6 url("../images/burger--gray.png") no-repeat center center;
      box-sizing: border-box;
      border-radius: 50%;
      left: 2%;
      z-index: 100;
      top: 30%;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .inner .topline__menu--open {
        background-image: url("../images/close--gray.png");
        top: 0px; }
  .inner__headtitle {
    margin: 0 0 0 30px; }
.main_content {
  background: white;
  padding: 20px 12px 35px;
}
  .inner__content {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  max-width: 700px;}
  .inner_sidebar {
    float: right;
    width: 240px;  }
  .sidebar_logo {
    display: block;
    margin: 0 auto 20px;
  }
  .inner__textblock {
    position: relative;
    z-index: 2; }
  .inner .botline .social {
    float: none;
    margin: 50px 0 15px 0; }
  .inner__description {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
    color: #fff;
    background-color: #bb162b;
    padding: 0 10px;
    margin: 0 0 20px 0;
    display: inline-block; }
  .inner__names {
    display: inline-block;
    padding: 0 0 0 5px;
    height: 20px;
    border-left: 1px solid #848484;
    font-style: italic; }
  .inner__header {
    padding: 0 0 25px 0; }
  .inner__title {
    font-family: 'PT Sans', serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0; }
  .inner__subtitle {
    font-family: 'PT Sans', serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0; }
  .inner__image {
    display: block;
    width: 100%; }
  .inner__article {
    font-size: 14px;
    line-height: 18px;
    color: #333333; }
    .inner__article p {
      padding: 0 0 20px 0; }
    .inner__article a {
      color: #1f77bb; }
    .inner__article a:hover {
      text-decoration: underline; }
  .inner .botline {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    height: 90px;
    background: #808080;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px; }
    .inner .botline__center {
      width: 228px;
      height: 228px;
      border-radius: 50%;
      overflow: hidden;
      padding: 5px 0 10px;
      position: absolute;
      z-index: 3;
      box-sizing: border-box;
      margin: 0 0 0 -114px;
      background: #fff;
      left: 50%;
      top: -80px;
      font-size: 14px; }
    .inner .botline__left {
      position: absolute;
      left: 0;
      top: 10px;
      bottom: 10px;
      width: 50%;
      background: #cccccc;
      padding: 0 20px;
      box-sizing: border-box;
      display: block;
      text-align: left;
      color: #000;
      font-size: 16px;
      line-height: 18px; }
      .inner .botline__left:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        vertical-align: middle; }
      .inner .botline__left div {
        display: inline-block;
        vertical-align: middle; }
    .inner .botline__right {
      position: absolute;
      left: 50%;
      display: block;
      right: 0;
      top: 10px;
      bottom: 10px;
      background: #cccccc;
      padding: 0 20px;
      box-sizing: border-box;
      text-align: right;
      color: #000;
      font-size: 16px;
      line-height: 18px; }
      .inner .botline__right:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        vertical-align: middle; }
      .inner .botline__right div {
        display: inline-block;
        vertical-align: middle; }
    .inner .botline__wrapper {
      position: relative; }

.menu {
  display: none;
  position: absolute;
  padding: 40px 0;
  box-sizing: border-box;
  background: #bb162b;
  width: 100%;
  top: 5%;
  right: 0;
  text-align: center;
  z-index: 3;
  font-family: 'PT Sans', serif; }
  .menu__item {
    display: inline-block;
    width: 176px;
    height: 210px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 8px;
    text-align: left; }
  .menu__text {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 16px; }
  .menu__close {
    position: absolute;
    top: -30px;
    left: 48%;
    width: 60px;
    height: 60px;
    background: #e6e6e6 url("../images/close--gray.png") no-repeat center center;
    box-sizing: border-box;
    border-radius: 50%; }

.header {
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 15px 0 10px; }
  .header__link {
    display: inline-block;
    margin: 0 50px;
    vertical-align: middle; }
    .header__link--right {
      float: right; }
      .header__link--right img {
        margin: 0 0 0 20px; }
    .header__link--left {
      float: left; }
      .header__link--left img {
        margin: 0 20px 0 0; }
  .header__menu {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #e6e6e6 url("../images/burger--gray.png") no-repeat center center;
    box-sizing: border-box;
    border-radius: 50%;
    left: 48%;
    z-index: 100;
    top: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .header__menu--open {
      background-image: url("../images/close--gray.png");
      top: 0px; }

.main {
  width: 800px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 100px; }
  .main__title {
    font-size: 70px;
    font-weight: 700;
    line-height: 76px;
    text-transform: uppercase; }
  .main__subtitle {
    font-size: 100px;
    line-height: 76px;
    text-transform: uppercase;
    font-weight: 700; }
  .main__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 30px 55px;
    background-color: #9e1b32;
    text-align: left; }

@media screen and (max-width: 1000px) {
  .footer--inner {
    padding: 0 20px 40px; }

  .index {
    overflow: hidden; }

  .page_width_1000 {
    width: 100%; }

  .footer__body {
    width: 100%; }

  .blocks {
    width: 100%; }

  .title--3 {
    display: none; }

  .title--4 {
    display: none; }

  .menu {
    padding: 40px 20px 10px 10px; }
    .menu__item {
      width: 100%;
      height: auto;
      display: table;
      overflow: hidden;
      margin: 0 0 15px; }
      .menu__item img {
        width: 150px;
        float: left; }
    .menu__close {
      left: 43%; }
    .menu__text {
      font-size: 18px;
      line-height: 20px;
      vertical-align: middle;
      padding: 10px;
      margin-left: 180px;
      padding: 0; } }
@media screen and (max-width: 850px) {
  .block--active img {
    top: -118px; }
  .block--active .block__hover {
    top: 40%; }
  .block--active .block__content {
    padding: 0 10px 10px;
    bottom: 0;
    opacity: 1; }
  .block--active .block__title {
    font-size: 16px;
    line-height: 18px; }
  .block--active .block__text {
    font-size: 12px;
    line-height: 14px; }

  .block--active:hover img {
    top: -118px; }
  .block--active:hover .block__hover {
    top: 40%; }
  .block--active:hover .block__content {
    padding: 0 10px 10px;
    bottom: 0; }
  .block--active:hover .block__title {
    font-size: 16px;
    line-height: 18px; }
  .block--active:hover .block__text {
    font-size: 12px;
    line-height: 14px; } }
@media screen and (max-width: 850px) {
  .title--1 {
    top: 20px;
    text-align: left;
    left: 20px;
    margin: 0; }

  .title--2 {
    top: 120px;
    left: 10px;
    margin: 0; }

  .index__text {
    width: 100%;
    padding: 5px 10px 20px 10px;
    box-sizing: border-box;
    margin: 0 auto; }

  .main {
    width: auto;
    margin: 0 20px; }
    .main__title {
      font-size: 50px; }
    .main__subtitle {
      font-size: 70px;
      line-height: 50px; }
    .main__text {
      font-size: 14px;
      line-height: 22px; }

  .header__link {
    margin: 0 10px; }

  .inner .footer__wrapper {
    margin: 0 0 20px; }
  .inner .footer__center {
    position: static;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px; }
  .inner .footer__left {
    position: static;
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    padding: 30px 15px 25px 10px;
    text-align: center; }
  .inner .footer__right {
    position: static;
    float: right;
    width: 50%;
    padding: 30px  10px 25px 15px;
    text-align: center; } }
@media screen and (max-width: 700px) {
  .inner__content {
    padding-bottom: 150px; }

  .inner .botline__left {
    float: left;
    position: static;
    background: none;
    font-size: 12px;
    padding: 0; }

  .inner .botline {
    overflow: visible;
    height: auto; }

  .inner .botline__center {
    background: none;
    height: auto;
    width: auto;
    top: -200px;
    overflow: visible;
    left: 0;
    right: 0;
    margin: 0; }

  .inner .botline__right {
    font-size: 12px;
    padding: 0;
    float: right;
    position: static;
    background: none; }

  .header__link img {
    width: 150px;
    height: 45px; }

  .inner .header__link img {
    width: 53px;
    height: 33px; }

  .blocks .block {
    float: none;
    width: 100%;
    margin: 0 0 20px; }
  .blocks .block--active .block__hover {
    top: 55%;
    right: auto;
    left: 50%;
    margin: 0 0 0 -475px; }
  .blocks .block--active .block__content {
    bottom: 0;
    opacity: 1;
    padding: 0 30px 20px 20px; }
  .blocks .block--active .block__title {
    font-size: 20px; }
  .blocks .block--active .block__text {
    font-size: 16px; }
  .blocks .block--active:hover .block__hover {
    top: 55%;
    right: auto;
    left: 50%;
    margin: 0 0 0 -475px; }
  .blocks .block--active:hover .block__content {
    bottom: 0;
    opacity: 1;
    padding: 0 30px 20px 20px; }
  .blocks .block--active:hover .block__title {
    font-size: 20px; }
  .blocks .block--active:hover .block__text {
    font-size: 16px; }

  .main__title {
    font-size: 36px;
    line-height: 40px; }

  .main__subtitle {
    font-size: 50px;
    line-height: 36px; }

  .main__text {
    font-size: 14px;
    line-height: 18px; }

  .footer__line {
    margin: 0 20px 0 18px; }

  .footer__link img {
    width: 150px;
    height: 45px; }

  .index .footer {
    text-align: center; }
    .index .footer .footer__body .social {
      text-align: center;
      margin: 0 auto; }
    .index .footer .footer__logo {
      float: none;
      margin: 0 auto;
      width: 100%; } }
@media screen and (max-width: 600px) {
  .index {
    padding: 400px 0 0 0; }

  /*.index {
    background: url("../images/main__bg--small.jpg") no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }*/
  body {
    background-size: 220% auto; }

  .logo img {
    display: none; }

  .header__link img {
    width: 120px;
    height: 35px; }
  .header__menu {
    left: 43%; }

  .menu {
    padding: 40px 20px 10px 10px; }
    .menu__item {
      width: 100%;
      height: auto;
      display: table;
      overflow: hidden;
      margin: 0 0 15px; }
      .menu__item img {
        width: 80px;
        float: left; }
    .menu__close {
      left: 43%; }
    .menu__text {
      vertical-align: middle;
      margin-left: 100px;
      padding: 0; }

  .footer__line {
    height: 60px; } }
@media screen and (max-width: 550px) {
  .block--active .block__hover {
    top: 190px;
    right: -180px; }

  .block--active:hover .block__hover {
    top: 190px;
    right: -180px; }

  .block--active img {
    top: -100px; }

  .block--active:hover img {
    top: -100px; } }
@media screen and (max-width: 500px) {
  .blocks .block {
    float: none;
    width: 100%;
    margin: 0 0 20px; }
  .blocks .block--active .block__content {
    bottom: 0;
    opacity: 1;
    padding: 0 10px 20px 10px; }
  .blocks .block--active .block__title {
    font-size: 16px; }
  .blocks .block--active .block__text {
    font-size: 12px; }
  .blocks .block--active:hover .block__content {
    bottom: 0;
    opacity: 1;
    padding: 0 10px 20px 10px; }
  .blocks .block--active:hover .block__title {
    font-size: 16px; }
  .blocks .block--active:hover .block__text {
    font-size: 12px; } }
@media screen and (max-width: 450px) {
  .title__part__2 {
    width: 90%; }

  .title--2 img {
    width: 90%; }

  .bg {
    background-size: cover; }

  .header {
    padding: 5px 0; }
    .header__link img {
      width: 75px;
      height: 23px; }
    .header__menu {
      top: 15%; }

  .inner .header__link {
    margin: 10px 10px 0 10px; }
    .inner .header__link img {
      display: block; }
  .inner .footer__left {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0; }
  .inner .footer__right {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0; }

  .main__title {
    font-size: 26px;
    line-height: 34px; }

  .main__subtitle {
    font-size: 36px;
    line-height: 28px; }

  .main__text {
    font-size: 10px;
    line-height: 14px;
    padding: 15px 20px 30px; }

  .blocks .block--active .block__hover {
    top: 45%; }

  .blocks .block--active:hover .block__hover {
    top: 45%; }

  .footer__link img {
    width: 75px;
    height: 23px; } }
@media screen and (max-width: 400px) {
  .blocks .block--active .block__content {
    padding: 5px; }
  .blocks .block--active .block__title {
    padding: 0; }

  .blocks .block--active:hover .block__content {
    padding: 5px; }
  .blocks .block--active:hover .block__title {
    padding: 0; }

  .inner .topline {
    padding: 10px; }
    .inner .topline__title {
      font-size: 22px; }
    .inner .topline__subtitle {
      font-size: 34px; }
  .inner__content {
    padding: 10px 15px 30px; }

  .block__title {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0 5px 0; }

  .block__text {
    font-size: 10px;
    line-height: 12px; }

  .menu__text {
    font-size: 12px;
    line-height: 14px; }

  .inner__content {
    padding-bottom: 150px; } }

@media screen and (max-width: 950px) {
  .inner_sidebar { display: none}
}
