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

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

/**************
END RESETT CSS
****************/
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: 75;
}

.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; }

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

/**************
END RESETT CSS
****************/
body {
  font-family: 'Roboto', sans-serif;
  background: rgba(0, 0, 0, 0.2) url("../img/bg.jpg");
  background-size: cover; }

.wrapper {
  overflow-x: hidden; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 50px;
  position: relative; }
  .container--white {
    background-color: #fff; }

header {
  text-align: center;
  line-height: 0;
  max-height: 360px; }
  header img {
    max-width: 100%; }

.content {
  position: relative; }

.content-title {
  font-size: 33px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700; }
  .content-title:hover {
    text-decoration: none; }
  .content-title a {
    color: #fd8e89; }



.player {
  margin-bottom: 10px;
  position: relative;
    padding: 10px 10px 10px 60px;
   }
  .player video, .player img {
    width: 40%; 
	max-width: 400px;
	margin: 5px;}



.ico {
  display: block;
  position: absolute;
  width: 47px;
  height: 47px;
  left: 50%;
  margin-left: -23px;
  top: 50%;
  margin-top: -23px; }
  .ico img {
    width: 100%; }

.player_descr__title {
  font-size: 36px;
  font-weight: 700;
  color: #462927; }
  .player_descr__title span {
    color: #fd8e89; }

.player_descr-text {
  color: #462927;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
  margin-top: 10px; }

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

.bg-girl {
  position: absolute;
  right: -159px;
  top: -67px; }

.block-thumbs_wrap {
  max-width: 925px;
  position: relative;
  z-index: 10; }

.row {
  margin-left: -5px;
  margin-right: -5px; }
  .row:before, .row:after {
    content: '';
    display: table;
    clear: both; }

.thumb {
  float: left;
  font-size: 0;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px; }
  .thumb img {
    width: 100%;
    transition: all .3s; }
    .thumb img:hover {
      opacity: .8; }

.block-thumbs {
  margin-bottom: 10px; }

.click {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 26px 0;
  position: relative;
  z-index: 10;
  font-family: 'Lato', sans-serif;
  background: #fd8e89;
  transition: all .3s; }
  .click--z {
    z-index: 0;
    text-align: left;
    padding-left: 30px; }
  .click:hover {
    opacity: .8; }

.vna {
  padding-top: 8px; }
  .vna img {
    max-width: 100%; }

.foot-img {
  display: block;
  text-align: center;
  margin-top: 30px; }
  .foot-img img {
    max-width: 100%; }

.container--vna {
  padding-bottom: 0; }

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

.warning_f {
  background-color: #562f2d;
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, 0.09);
  position: relative;
  padding-top: 30px;
  margin-top: -60px; }

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

.mail_list {
  border-bottom: 1px solid #fff;
  clear: both;
  background-color: #562f2d; }

.warning_fmodel {
  float: left;
  margin-left: 5px;
  margin-right: 12px; }

.mail_listarea {
  float: left; }

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

.email_subscribe {
  text-align: center; }

.email_subscribe p {
  display: inline-block;
  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-size: 12px;
  color: #fff;
  padding-right: 12px; }

.footer {
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #562f2d; }

.footer p.footer_links {
  float: right;
  font-size: 12px;
  color: #fff;
  line-height: 42px;
  text-transform: uppercase;
  margin-right: 10px; }
  .footer p.footer_links a {
    color: #fff; }

.footer p.copyright {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 42px;
  text-transform: uppercase;
  margin-left: 10px; }

.vna_logo {
  float: left;
  padding-left: 12px; }

.submit {
  display: inline-block;
  border: none;
  background-color: #ffcbc8;
  color: #866765;
  text-transform: uppercase;
  font-family: 'asapregular';
  height: 36px;
  width: 90px;
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1;
  font-family: 'Roboto', sans-serif; }

@media screen and (max-width: 1250px) {
  .bg-girl {
    display: none; }

  .content {
    margin: 0 auto; }

  header {
    padding: 0 10px; }

  .block-thumbs_wrap {
    float: none;
    margin: 0 auto; }

  .click {
    max-width: none; }
    .click--z {
      text-align: center;
      padding-left: 0; } }
@media screen and (max-width: 1120px) {
  .warning_fmodel {
    margin-left: 20px;
    margin-right: 22px; }

  .mail_listarea {
    max-width: 660px; }

  .email_subscribe {
    padding-bottom: 10px; }

  .email_subscribebox {
    margin-bottom: 10px; } }
@media screen and (max-width: 992px) {
  .content-title {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: initial; }

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

  .click {
    font-size: 44px; }

  .warning_fmodel {
    margin-right: 0px;
    padding-top: 30px; }

  .mail_listarea {
    max-width: 440px; }

  .email_subscribebox {
    width: 300px; } }
@media screen and (max-width: 767px) {
  .thumb {
    width: 33.3333%; }

  .click {
    font-size: 32px; }

  .warning_fmodel {
    display: none; }

  .mail_listarea {
    float: none;
    width: auto;
    max-width: none; }

  .mail_list h3 {
    font-size: 18px; }

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

  .centerwrap {
    padding: 0 20px; }

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

.player {
  margin-bottom: 10px;
  position: relative;
    padding: 10px 10px 10px 10px;
   }
  .player video, .player img {
    width: 100%; 
	margin: 5px;}

}
@media screen and (max-width: 568px) {
  .thumb {
    padding: 0 5px;
    margin-bottom: 10px; }

  .click {
    font-size: 24px; }

  .content-title {
    font-size: 24px; }

  .player_descr-title {
    font-size: 18px; }

  .container {
    padding: 20px 15px; } }
@media screen and (max-width: 480px) {
  .thumb {
    width: 50%; }

  .click {
    font-size: 16px; }

  a.link-btn,
  .content-title {
    font-size: 18px; } }
.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; }

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