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

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none !important; }

body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch; }

select::ms-expand {
  display: none; }

/**************
END RESETT CSS
****************/
.warning_f {
  background: #000 url("../img/foot-bg.jpg") left top no-repeat;
  position: relative;
  padding-top: 40px;
  margin-top: -2px; }

.centerwrap {
  max-width: 1200px;
  padding: 0 50px;
  margin: auto;
  position: relative; }

.mail_list {
  clear: both; }

.warning_fmodel {
  float: left;
  margin-top: -5px;
  line-height: 0; }
  .warning_fmodel img {
    max-width: 100%; }

.mail_listarea {
  margin-top: 40px; }

.mail_list h3 {
  font-size: 26px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 300; }

.email_subscribe {
  text-align: center; }

.email_subscribe p {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  padding-right: 16px; }

.email_subscribebox {
  display: inline-block;
  height: 42px;
  background-color: #fdfdfd;
  width: 336px;
  margin-right: 14px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
  border: 1px solid #d0d0d0; }

.email_subscribe label {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #fff;
  padding-right: 12px;
  cursor: pointer; }

.submit {
  display: inline-block;
  border: none;
  background-color: #dc0103;
  color: #fff;
  text-transform: uppercase;
  height: 36px;
  width: 90px;
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1;
  transition: all .3s; }
  .submit:hover {
    opacity: .8; }

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

.footer--bottom {
  background-color: #101010; }

.footer p.copyright {
  display: inline-block;
  font-size: 12px;
  color: #ffff;
  line-height: 42px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 10px; }
  .footer p.copyright a {
    color: #ffaf01;
    transition: all .2s; }
    .footer p.copyright a:hover {
      color: #fff; }

.vna_logo {
  display: inline-block;
  vertical-align: top;
  padding-left: 12px; }

@media screen and (max-width: 1120px) {
  .mail_listarea {
    max-width: 1000px; }

  .email_subscribe {
    padding-bottom: 10px; } }
@media screen and (max-width: 992px) {
  .warning_fmodel {
    display: none; }

  .email_subscribebox {
    width: 300px;
    margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .warning_f {
    padding-top: 20px;
    background: #000; }

  .mail_listarea {
    float: none;
    width: auto;
    max-width: none;
    margin-top: 0; }
    .mail_listarea h3 {
      font-size: 18px;
      padding-bottom: 0; }

  .footer p.copyright {
    line-height: 1.2; }

  .centerwrap {
    padding: 0 20px; }

  .warning_fmodel {
    display: none; }

  .email_subscribebox {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px; }

  .submit {
    display: table;
    margin: 10px auto 0; }

  .vna_logo,
  .footer p.copyright {
    vertical-align: middle; } }
body {
  font-family: 'Oswald', sans-serif;
  background: #000 url("../img/main-bg.jpg") left 100px no-repeat;
  background-size: cover; }

.container {
  width: 1440px;
  margin: 0 auto; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .flex--wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex--between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.header {
  background: transparent url("../img/head-bg.jpg") left top no-repeat;
  background-size: cover;
  padding: 40px 0; }

.logo img {
  max-width: 100%; }

.top-text {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600; }
  .top-text span {
    color: #dc0103; }

.content {
  margin-top: 30px; }
  .content .container {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7); }

.content_body {
  position: relative; }

.main-girl {
  position: absolute;
  left: -200px;
  top: -80px;
  z-index: 1; }

.avn-img {
  position: absolute;
  top: 240px;
  right: 100px; }

.content_main {
  width: 825px;
  float: right;
  position: relative;
  z-index: 10; }

.content_main__top {
  margin-bottom: 20px; }

.main__top__img {
  width: 40%; }
  .main__top__img img {
    width: 100%; }

.main__top__descr {
  width: 60%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase; }

.top__descr__title {
  font-size: 66px;
  color: #fff;
  margin-bottom: 10px; }

.top__descr__subtitle {
  font-size: 52px;
  color: #dc0103; }

.title {
  background-color: #313615;
  padding: 13px;
  margin-bottom: 20px; }
  .title p {
    position: relative;
    padding-left: 50px;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffaf01; }
  .title .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%; }
    .title .ico img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 36px; }

.join {
  display: block;
  width: 170px;
  height: 46px;
  line-height: 46px;
  background-color: #000;
  border-radius: 4px;
  color: #ffaf01;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  text-align: center;
  transition: all .2s; }
  .join:hover {
    color: #000;
    background-color: #ffaf01; }
  .join:before, .join:after {
    content: '';
    width: 17px;
    height: 17px;
    background: transparent url("../img/star-ico.png") left top no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .join:before {
    left: 9px; }
  .join:after {
    right: 9px; }

.text {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px; }

.thumb-list {
  margin: 0 -15px 20px; }
  .thumb-list li {
    float: left;
    width: 50%;
    padding: 0 15px; }
    .thumb-list li a {
      display: block;
      transition: all .2s; }
      .thumb-list li a:hover {
        opacity: .8; }
      .thumb-list li a img {
        width: 100%; }

.watch {
  display: block;
  transition: opacity .2s; }
  .watch:hover {
    opacity: .7; }
  .watch img {
    width: 100%; }

.vna {
  margin-top: 35px; }
  .vna img {
    max-width: 100%; }

@media screen and (max-width: 1440px) {
  .container {
    width: 1000px; }

  .logo {
    width: 200px;
    display: block; }

  .top-text {
    font-size: 2.1vw; }

  .main-girl {
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }

  .main-girl_img {
    max-width: 500px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto; }

  .avn-img {
    top: 70px;
    right: 0; }

  .content_main {
    width: 100%;
    float: none;
    margin-top: 300px; }

  .content_main__top {
    background-color: #000; }

  .main__top__descr {
    padding-top: 15px; } }
@media screen and (max-width: 1023px) {
  .wrapper {
    overflow-x: hidden; }

  .container {
    width: 740px; }

  .main-girl_img {
    width: 300px; }

  .avn-img {
    width: 150px; }

  .content_main {
    margin-top: 190px; }

  .top__descr__title {
    font-size: 40px; }

  .top__descr__subtitle {
    font-size: 38px; } }
@media screen and (max-width: 767px) {
  .container {
    width: 300px; }

  .header {
    padding: 15px 0;
    background: #101010; }
    .header .container.flex {
      display: block;
      text-align: center; }

  .logo {
    width: 180px;
    display: table;
    margin: 0 auto 10px; }

  .top-text {
    font-size: 18px;
    line-height: 1.2; }

  .content {
    margin-top: 10px; }

  .main-girl {
    top: -20px;
    left: 0;
    transform: translateX(0); }

  .avn-img {
    width: 70px;
    top: 90px; }

  .content_main__top.flex {
    display: block; }

  .main__top__img,
  .main__top__descr {
    width: 100%; }

  .main__top__descr {
    padding: 10px; }

  .title.flex {
    display: block; }
    .title.flex p {
      font-size: 30px;
      display: table;
      margin: 0 auto;
      padding-left: 40px; }
    .title.flex .ico img {
      width: 20px; }

  .join {
    display: table;
    margin: 10px auto 0; }

  .thumb-list li {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    .thumb-list li:last-child {
      margin-bottom: 0; }

  .vna {
    margin-top: 30px; } }

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