@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  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; }

a,
a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

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

.clear:after {
  clear: both; }

/**************
END RESETT CSS
****************/
html,
body {
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #ccc; }

.wrapper {
  max-width: 1090px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  background-color: #fff; }
  .wrapper--short {
    padding-bottom: 50px; }
    .wrapper--short footer {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }

.wrapper {
  padding-bottom: 50px; }

footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }

.container {
  padding: 0 30px; }
  .container--lt {
    padding: 0 15px; }
  .container--bg {
    background-color: #373636; }
  .container--marg-bot {
    margin-bottom: 20px; }
  .container:before, .container:after {
    content: '';
    display: table;
    clear: both; }

header {
  background-color: #000003;
  padding: 20px 0; }

.big-logo {
  display: none; }

.logo--marg {
  display: block;
  margin-bottom: 15px; }

.header-column-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: flex-end; }

.header-column img {
  width: 100%; }

.header-column_left {
  width: 28.44037%; }

.header-column_right {
  width: 71.55963%; }

nav {
  margin-top: 22px; }
  nav:before, nav:after {
    content: '';
    display: table;
    clear: both; }

.header-column_title {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 25px;
  margin-bottom: 10px;
  font-family: font92889; }
  .header-column_title--log {
    padding-left: 0; }
  .header-column_title p {
    display: inline-block; }

.btn-block {
  float: right;
  margin-top: -8px;
  margin-bottom: 10px; }

.btn {
  display: inline-block;
  width: 155px;
  height: 35px;
  line-height: 35px;
  outline: none;
  margin-left: 5px;
  text-align: center;
  transition: all .3s; }
  .btn:first-of-type {
    margin-left: 0; }
  .btn:hover {
    opacity: .8; }

.white-btn {
  background-color: #fff;
  color: #000; }

.red-btn {
  color: #fff;
  background-color: #c50b13; }

.top-menu {
  display: inline-block; }
  .top-menu li {
    display: inline-block;
    font-size: 23px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid #fff;
    text-transform: uppercase;
    font-family: font36358; }
    .top-menu li:last-of-type {
      border-right: none; }
    .top-menu li a {
      color: #fff;
      transition: color .3s; }
      .top-menu li a:hover, .top-menu li a.active {
        color: #c50b13;
        text-decoration: underline; }

.search {
  float: right;
  width: 225px;
  position: relative;
  margin-top: -7px; }

.search-input {
  width: 100%;
  display: block;
  height: 35px;
  padding-left: 10px;
  padding-right: 40px;
  background-color: #2a2a2c;
  font-size: 14px;
  color: #a99c9c;
  border: 1px solid #414141;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.search-submit {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  background: transparent url("../img/search-ico.png") center center no-repeat;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

main {
  background-color: #fff;
  padding: 30px; }

.hide-lg {
  display: none; }

.player-block {
  padding: 30px 0; }

.player-block_title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px; }

.wrap-player {
  margin-bottom: 25px; }

.wrap-player > img {
  width: 100%; }

.player-data {
  margin-top: 5px; }
  .player-data span {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    font-size: 14px;
    color: #fff; }
    .player-data span:last-of-type {
      margin-right: 0; }
    .player-data span img {
      padding-right: 3px;
      position: relative;
      top: 1px; }

.text {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600; }

.text-title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1; }

.marg-bot {
  margin-bottom: 30px; }

.wrap-lt-thumb:after, .wrap-lt-thumb:before {
  content: '';
  display: table;
  clear: both; }

.lt-thumb {
  float: left;
  width: 20%;
  padding: 0 2px;
  margin-bottom: 2px; }
  .lt-thumb img {
    width: 100%;
    transition: all .3s; }
    .lt-thumb img:hover {
      opacity: .8; }

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

.tour-block {
  padding: 15px 0; }

.tour-block_item {
  float: left;
  width: 50%;
  line-height: 0; }

.tour_player {
  position: relative;
  margin-bottom: 15px; }

.tour-player_data {
  padding: 10px;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }

.right {
  float: right; }

.thumb-img {
  width: 100%; }

.right-col {
  padding-left: 10px; }
  .right-col .thumb-img:not(:last-of-type) {
    margin-bottom: 10px; }

.pag-marg {
  margin: 75px 0 35px; }

.paginator {
  text-align: center; }
  .paginator li {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    min-width: 20px;
    height: 45px;
    position: relative; }
    .paginator li span {
      position: absolute;
      left: 3px;
      bottom: 0; }
    .paginator li:last-of-type {
      margin-right: 0; }
    .paginator li a {
      display: block;
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      color: #fff;
      font-family: font92889;
      font-size: 24px;
      position: relative;
      background-color: #ababab;
      transition: all .3s; }
      .paginator li a:hover, .paginator li a.active {
        color: #ff0006;
        background-color: #373636; }

.prev:before,
.next:before {
  content: '';
  width: 14px;
  height: 14px;
  border-right: 2px solid #646464;
  border-bottom: 2px solid #646464;
  transform: rotate(-45deg);
  position: absolute;
  left: 10px;
  top: 15px;
  transition: all .3s; }

.prev:before {
  transform: rotate(135deg);
  left: 17px; }

.prev:hover:before,
.next:hover:before {
  border-right: 2px solid #ff0006;
  border-bottom: 2px solid #ff0006; }

.contact-block {
  padding: 15px 0 35px;
  overflow: hidden; }
  .contact-block--lg {
    padding: 30px 0; }

.contact-block_form,
.contact-block_img {
  float: left; }

.contact-block_form {
  width: 45%; }
  .contact-block_form--right {
    padding-right: 30px; }
  .contact-block_form--join {
    float: none;
    width: 100%; }
  .contact-block_form form {
    overflow: hidden; }
    .contact-block_form form.table {
      display: table;
      margin: auto; }
  .contact-block_form.table {
    display: table;
    width: auto; }
  .contact-block_form.right {
    float: right; }
  .contact-block_form .text {
    font-weight: 400;
    text-align: center; }
    .contact-block_form .text a {
      color: #fff;
      text-decoration: underline; }
      .contact-block_form .text a:hover {
        text-decoration: none; }

.form-line {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  .form-line label {
    text-align: right;
    width: calc(100% - 270px);
    color: #fff;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600; }
    .form-line label span {
      display: block; }
  .form-line.top-label {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .form-line.top-label label {
      padding-top: 15px; }
    .form-line.top-label textarea {
      height: 140px;
      resize: none;
      padding-top: 15px; }
  .form-line select {
    position: relative;
    background: #fff url("../img/select-arrow.png") 95% center no-repeat; }
    .form-line select::-ms-expand {
      display: none; }

.input {
  width: 270px;
  height: 45px;
  padding-left: 15px;
  font-size: 14px;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.submit.input {
  color: #fff;
  background-color: #c50b13;
  float: right;
  width: 210px;
  font-size: 21px;
  text-transform: uppercase;
  font-family: font92889;
  margin-right: 30px;
  margin-top: 10px; }
  .submit.input.login {
    width: auto;
    margin-right: 0;
    padding: 0 20px; }

.contact-block_img {
  width: 55%; }
  .contact-block_img img {
    width: 100%; }

.form_title {
  font-family: font36358;
  font-size: 23px;
  color: #fff;
  text-align: right;
  padding-top: 20px;
  text-transform: uppercase; }

.height {
  height: 70px; }

.sign-block {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.19); }
  .sign-block:before {
    content: '';
    display: table;
    clear: both; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%; }

.join-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.join-block_item {
  padding: 30px;
  width: 50%; }
  .join-block_item:first-of-type {
    margin-right: 10px; }
  .join-block_item .form_title {
    text-align: center;
    padding-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19); }

.photo-block {
  justify-content: space-between;
  margin-top: 50px; }

.photo-block_img {
  width: 49%; }
  .photo-block_img img {
    max-width: 100%;
    display: block;
    margin: auto; }

.form-radio .submit.input {
  float: none;
  display: block;
  margin: 0 auto; }

.form-radio_group {
  margin-bottom: 35px; }
  .form-radio_group:last-of-type {
    margin-bottom: 60px; }

.form-radio_group-title {
  color: #fdbe0e;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px; }

.form-radio_line {
  margin-bottom: 10px; }
  .form-radio_line input {
    display: none; }
  .form-radio_line input:checked + .radio-lab:before {
    content: '';
    background-color: #373636; }

.radio-lab {
  display: block;
  padding-left: 20px;
  position: relative; }
  .radio-lab:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #f4f4f4;
    border: 4px solid #f4f4f4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px; }

.warn {
  background-color: #040404; }
  .warn .wrapper {
    background-color: #040404; }

.content {
  position: relative; }

.content img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.warn-block {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.warn-block_title {
  font-family: font36358;
  font-size: 35px;
  margin-bottom: 15px; }

.warn-text {
  width: 70%;
  margin: 0 auto 5px;
  line-height: 1.3; }
  .warn-text--top {
    margin-bottom: 30px; }

.warn-link a {
    color: #c50b13;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 40px;
}

.warn-link a:last-child {
    padding-right: 0;
    color: #868383;
    font-size: 40px;
    font-weight: normal;
}

.foot-text {
  font-size: 14px;
  text-transform: initial;
  margin-top: 10%;
  line-height: 1.3; }
  .foot-text a {
    color: #fff;
    text-decoration: underline; }
    .foot-text a:hover {
      text-decoration: none; }

footer {
  background-color: #000003;
  padding: 15px;
  color: #6c6c6b;
  font-family: font92889;
  overflow: hidden; }

.footer-left {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block; }

.footer_right {
  float: right;
  font-size: 11px;
  margin-top: -6px; }
  .footer_right span {
    position: relative;
    top: -11px;
    padding-right: 10px; }
  .footer_right img {
    transition: all .3s; }
    .footer_right img:hover {
      opacity: .8; }

@media screen and (max-width: 1024px) {
  .header-column_title {
    font-size: 16px; }

  .wrapper {
    padding-bottom: 0; }
    .wrapper footer {
      position: static; } }
@media screen and (max-width: 992px) {
  .search {
    float: none;
    margin-top: 20px; }

  .hide-lg {
    display: block; }

  .hide-mobile {
    display: none; }

  .header-column_title {
    font-size: 20px;
    text-align: right; }
    .header-column_title p {
      display: block; }

  .btn-block {
    margin-top: 10px; }

  header {
    position: relative;
    padding: 10px 0; }

  .mob-btn {
    width: 30px;
    position: absolute;
    top: 50px;
    left: 20px; }
    .mob-btn span {
      display: block;
      height: 3px;
      background-color: #fff;
      margin-bottom: 5px; }
      .mob-btn span:last-of-type {
        margin-bottom: 0; }

  .drop-menu .top-menu {
    padding-top: 30px; }
    .drop-menu .top-menu li {
      display: block;
      padding-right: 0;
      margin-right: 0;
      border-right: none;
      margin-bottom: 20px; }

  .form-line {
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .form-line label {
      width: auto;
      text-align: left;
      margin-bottom: 10px; }

  .input {
    width: 100%; }

  .submit.input {
    float: none;
    margin-right: 0;
    width: 100%; }

  .contact-block_form, .contact-block_img {
    float: none;
    width: 100%; }

  .contact-block_form {
    margin-bottom: 20px;
    padding-right: 0; }

  .contact-block_img img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto; }

  .form_title {
    text-align: left;
    padding-top: 0;
    line-height: 1.3; }

  .submit.input.login {
    width: 100%; }

  .contact-block_form.table {
    display: block;
    width: 100%; }

  .contact-block_form form.table {
    display: block; }

  .join-block {
    flex-direction: column; }

  .join-block_item {
    width: 100%; }
    .join-block_item:first-of-type {
      margin-right: 0;
      margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .header-column_title {
    padding-left: 0; }

  .lt-thumb {
    width: 25%; }

  footer {
    text-align: center; }

  .footer_right {
    float: none;
    margin-top: 20px; }

  .tour-block_item {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    .tour-block_item:last-of-type {
      margin-bottom: 0; }

  .right-col {
    padding-left: 0; }

  .container--marg-bot {
    margin-bottom: 10px; }

  .pag-marg {
    margin: 0;
    padding: 25px 0; } }
@media screen and (max-width: 568px) {
  .header-column_right {
    display: none; }

  .header-column_left {
    width: 100%; }

  .header-column_left > img,
  .lt-logo {
    display: none !important; }

  .big-logo {
    display: block; }

  .header-column img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto; }

  .lt-thumb {
    width: 33.3333%; }

  main {
    padding: 0; }

  .footer_right span {
    display: block; }

  .join-block {
    margin-top: 20px; }

  .container {
    padding: 0 15px; } }
@media screen and (max-width: 450px) {
  .btn-block .btn {
    width: 100px;
    font-size: 16px; }

  .header-column_title p {
    font-size: 13px; }

  .mob-btn {
    top: 40px; } }
@media screen and (max-width: 400px) {
  .lt-thumb {
    width: 50%; } }

/*# sourceMappingURL=style.css.map */
