@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,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
****************/
body {
  font-family: 'Open Sans', sans-serif; }

.main {
  background: #000 url("../img/bg.jpg") center top no-repeat; }

header {
  text-align: center; }

.top-head-line {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 3px 0;
  background-color: #000; }

.logo {
  margin-top: 10px;
  background: transparent url("../img/bg-head.png") center top no-repeat; }

.content {
  width: 1060px;
  margin: 0 auto 25px;
  background-color: #fff;
  border-radius: 5px; }

.link {
  display: block;
  max-width: 1060px;
  margin: 0 auto 15px;
  height: 100px;
  line-height: 100px;
  background: transparent url("../img/btn.jpg") left top repeat-x;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: all .2s; }
  .link:hover {
    color: #000; }

.player {
  margin-bottom: 10px;
  position: relative;
    padding: 10px 10px 10px 60px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3); }
  .player video, .player img {
    width: 45%; 
	max-width: 600px;
	align-content: center;
	margin: 5px;}

.block-title {
  padding: 55px 60px 40px; }

.block-title_img,
.block-title_descr {
  display: inline-block;
  vertical-align: top; }

.block-title_img {
  width: 45%; }
  .block-title_img img {
    max-width: 100%;
    border: 1px solid #000; }

.block-title_descr {
  width: 54%;
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.3; }
  .block-title_descr a {
    display: block;
    font-weight: 700;
    color: #d63719;
    text-decoration: underline; }
    .block-title_descr a:hover {
      text-decoration: none; }

.bold {
  font-weight: 700; }

.main-p {
  margin: 30px 0; }

.thumb-block {
  background: #000;
  padding: 20px 60px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  position: relative; }
  .thumb-block:before {
    content: '';
    width: 100%;
    height: 42px;
    background: transparent url("../img/cont-bg.png") left top repeat-x;
    position: absolute;
    left: 0;
    top: -40px; }

.thumb-block_title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px; }

.thumb-line {
  margin-bottom: 25px; }
  .thumb-line:last-of-type {
    margin-bottom: 0; }

.thumb {
  width: calc(16.6666% - 30px);
  display: inline-block;
  margin-right: 30px; }
  .thumb:last-of-type {
    margin-right: 0; }
  .thumb img {
    width: 100%;
    border: 1px solid transparent;
    transition: all .2s; }
  .thumb a:hover img {
    border: 1px solid #fff; }

.text {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 15px; }

.click {
  display: block;
  color: #e6812f;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 30px; }
  .click:hover {
    text-decoration: none; }

footer {
  text-align: center;
  padding: 35px 0;
  background-color: #000; }

.foot-img_title {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 3px;
  color: #fff; }
  .foot-img_title span {
    color: #f68bb2; }

.flex {
  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; }
  .flex--wrap {
    flex-wrap: wrap; }
  .flex--center {
    -wwebkit-justify-content: center;
    justify-content: center; }


.vna-girls {
  max-width: 960px;
  margin: 0 auto 30px; }
  .vna-girls li {
    vertical-align: top;
    width: calc(9.0909% - 3px);
    margin-right: 3px;
    margin-bottom: 10px; }
    .vna-girls li:hover span {
      opacity: .6; }
    .vna-girls li img {
      width: 100%; }
    .vna-girls li span {
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      transition: all .2s; }

.foot-text {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Arial', sans-serif; }
  .foot-text a {
    display: block;
    color: #ffb500;
    margin-top: 15px;
    text-decoration: underline; }
    .foot-text a:hover {
      text-decoration: none; }

@media screen and (max-width: 1100px) {
  .content {
    width: 990px; } }
@media screen and (max-width: 1023px) {
  .content {
    width: 100%; }

  .top-btn,
  .bot-btn {
    background-size: 100% 100%; }

  .link {
    font-size: 3vw;
    height: auto;
    line-height: 1;
    padding: 1em 0; }

  .block-title, .thumb-block {
    padding: 20px 15px; }

  .block-title_descr, .thumb-block_title {
    font-size: 18px; }

  .main-p {
    margin: 10px 0; }

  .thumb {
    width: calc(16.6666% - 15px);
    margin-right: 10px; }

  .click {
    font-size: 30px; }

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

  .vna-girls li {
    width: calc(12% - 3px); } }
@media screen and (max-width: 640px) {
  .top-head-line {
    font-size: 2vw; }

  .logo {
    padding-bottom: 30px;
    padding-left: 50px; }
    .logo img {
      max-width: 100%; }

  .block-title_img,
  .block-title_descr {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center; }

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

  .thumb-block {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 10px; }

  .thumb {
    width: calc(33.3333% - 15px);
    margin-bottom: 15px; }
    .thumb:nth-of-type(3) {
      margin-right: 0; }

  .click {
    font-size: 4.2vw; }

  .vna-girls li span {
    font-size: 2vw; } 

.player {
  margin-bottom: 10px;
  position: relative;
    padding: 0px 0px 0px 10px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3); }
  .player video, .player img {
    width: 90%; 
	max-width: 600px;
	align-content: center;
	margin: 5px;}


}
@media screen and (max-width: 500px) {
  .main {
    background-size: 400%; }

  .foot-img_title {
    font-size: 16px; } }

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