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; }

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; }

@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; }

html, body {
  height: 100%;
  width: 100%; }

body {
  min-height: 100%;
  height: auto !important;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: GothamPro, sans-serif;
  /*background: #939387;*/ }

::selection {
  background: #003456;
  color: #ffffff; }

::-moz-selection {
  background: #003456;
  color: #ffffff; }

.clearfix {
  clear: both;
  float: none; }

.page_width_1000 {
  width: 980px;
  margin: 0 auto;
  position: relative; }

.wrapper {
  position: relative;
  z-index: 3;
  background: #FFFFFF; }

p {
  margin: 0 0 20px 0; }

a {
  text-decoration: none; }

.fleft {
  float: left; }

.fright {
  float: right; }

.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__white.png") no-repeat 0 0; }
    .social__item--tw {
      background-position: -40px 0; }
    .social__item--vk {
      background-position: -80px 0; }

.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; }

.bg {
  background: url("../images/main__bg.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1; }
  .bg--inner {
    background: url("../images/bg__inner2.jpg") no-repeat center top;}

.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; }

.footer {
  height: 240px;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: #fff; }
  .footer__line {
    height: 120px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 60px 0 50px;
    vertical-align: middle; }
  .footer__link {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
    text-decoration: none; }
    .footer__links:before {
      width: 1px;
      height: 100%;
      display: inline-block;
      vertical-align: middle;
      content: ""; }

.block {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block; }
  .block--wide {
    width: 100%;
    float: none;
    clear: both; }
  .block img {
    display: block;
    width: 100%; }
  .block__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }
    .block__content--red {
      background: none; }
    .block__content:before {
      width: 1px;
      height: 100%;
      display: inline-block;
      vertical-align: middle;
      content: ""; }
  .block:hover .block__content {
    opacity: 1; }
  .block__vertical {
    display: inline-block;
    width: 97%;
    vertical-align: middle;
    padding: 0 10px;
    box-sizing: border-box; }
    .block__content--red .block__vertical {
      background: #9e1b32;
      width: auto;
      padding: 20px; }
  .block__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0 0 30px 0; }
  .block__text {
    font-size: 24px;
    line-height: 26px; }

.menu {
  display: none;
  position: absolute;
  padding: 40px 0;
  box-sizing: border-box;
  background: #9e1b32;
  width: 100%;
  top: 100%;
  right: 0;
  text-align: center;
  z-index: 0;
  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%; }

.logo {
  display: inline-block; }
  .logos {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -74px; }
  .logo img {
    display: block; }

.inner {
  font-family: 'Noto Sans', sans-serif; }
  .inner .logo {
    float: right;
    margin: 13px 20px 0 0; }
  .inner .footer .logo {
    float: none;
    display: inline-block;
    margin: 0 0 40px 0; }
  .inner .header {
    text-align: left;
    position: relative;
    background-color: #fff;
    z-index: 100; }
    .inner .header__link {
      margin: 0; }
      .inner .header__links {
        position: relative; }
  .inner .topline {
    font-family: GothamPro, sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #9e1b32;
    padding: 20px;
    font-weight: 900; }
    .inner .topline__title {
      font-size: 28px;
      line-height: 34px; }
    .inner .topline__subtitle {
      font-size: 38px;
      line-height: 34px; }
    .inner .topline__logo {
      float: right; }
  .inner__headtitle {
    margin: 0 0 0 30px; }
  .main_content {
    background: white;
    padding: 20px 20px 35px;
  }
  .inner__content {
    position: relative;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    z-index: 2;
    background: #fff;
    max-width: 700px;}
  .inner_sidebar {
    float: right;
    width: 240px;  }
  .inner__textblock {
    position: relative;
    z-index: 2; }
  .inner .social {
    margin: 0;
    float: right; }
  .inner .footer .social {
    float: none;
    margin: 0 auto 30px; }
  .inner__description {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
    color: #fff;
    background-color: #9e1b32;
    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 .footer {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 40px 0;
    height: auto; }
    .inner .footer__center {
      padding: 25px 0 15px;
      position: relative;
      z-index: 3;
      width: 60%;
      margin: 0 auto 25px;
      background: url("../images/botline__img.png") no-repeat center top;
      -webkit-background-size: cover;
      background-size: cover; }
    .inner .footer__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 .footer__left:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        vertical-align: middle; }
      .inner .footer__left div {
        display: inline-block;
        vertical-align: middle; }
    .inner .footer__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 .footer__right:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        vertical-align: middle; }
      .inner .footer__right div {
        display: inline-block;
        vertical-align: middle; }
    .inner .footer__title {
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 0 10px 0; }
    .inner .footer__subtitle {
      font-size: 16px;
      line-height: 18px;
      font-weight: 300; }
    .inner .footer__wrapper {
      position: relative; }
    .inner .footer__wrapper .footer_quiz {
      color: white; }
  .inner .botline {
    margin: 0 0 20px 0;
    display: table; }
    .inner .botline__button {
      color: #000;
      background-color: #cccccc;
      font-family: 'Noto Sans', sans-serif;
      font-size: 16px;
      line-height: 18px;
      padding: 36px 25px;
      width: 200px;
      box-sizing: border-box;
      font-weight: 400; }
    .inner .botline__center {
      background: url("../images/botline__img.png") no-repeat 0 0;
      padding: 20px 60px;
      text-align: center;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      width: 600px;
      box-sizing: border-box; }
      .inner .botline__center:hover {
        text-decoration: underline; }
    .inner .botline__title {
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 0 10px 0; }
    .inner .botline__text {
      font-size: 16px;
      line-height: 18px;
      font-weight: 300; }

@media screen and (max-width: 1280px) {
  .block__title {
    font-size: 32px; }

  .block__text {
    font-size: 18px; } }
@media screen and (max-width: 1000px) {
  .block__title {
    font-size: 26px;
    line-height: 32px; }

  .block__text {
    font-size: 16px;
    line-height: 18px; }

  .header__link {
    margin: 0 35px; }

  .page_width_1000 {
    width: auto; }

  .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: 980px) {
  .inner .botline {
    display: block; }
    .inner .botline__center {
      width: 450px;
      padding: 20px 40px; }
    .inner .botline__title {
      font-size: 16px;
      line-height: 20px; }
    .inner .botline__button {
      margin-left: -3px; } }
@media screen and (max-width: 850px) {
  .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; }

  .block__content {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }

  .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) {
  .header__link img {
    width: 150px;
    height: 45px; }

  .inner .header__link img {
    width: 53px;
    height: 33px; }

  .blocks .block {
    float: none;
    width: 100%; }

  .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; } }
@media screen and (max-width: 600px) {
  .bg {
    background: url("../images/main__bg--small.jpg") no-repeat center bottom; }

  .logo img {
    display: none; }

  .block__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0 15px 0; }

  .block__text {
    font-size: 14px;
    line-height: 16px; }

  .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;
      padding: 10px;
      margin-left: 100px;
      padding: 0; }

  .footer__line {
    height: 60px; } }
@media screen and (max-width: 450px) {
  .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; }

  .block__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0 15px 0; }

  .block__text {
    font-size: 14px;
    line-height: 16px; }

  .footer__link img {
    width: 75px;
    height: 23px; } }
@media screen and (max-width: 400px) {
  .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; } }

@media screen and (max-width: 950px) {
  .inner_sidebar { display: none}
}
