@import url("https://fonts.googleapis.com/css?family=Asap|Lato:700|Open+Sans|Oswald:500,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: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none !important; }

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

/**************
END RESETT CSS
****************/
body {
  background-color: #373737;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

.wrapper {
  overflow-x: hidden; }

.header {
  position: relative;
  text-align: center;
  line-height: 0; }
  .header img {
    max-width: 100%; }

.logo {
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0; }

.main {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 35px 10px 35px;
  border: 6px solid #1b1c1e;
  border-radius: 5px;
  background-color: #fff; }

.top-block {
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.top-block__img {
  width: 400px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 40px; }
  .top-block__img img {
    width: 100%; }

.top-block__descr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.top-block__title {
  font-family: 'Lato', sans-serif;
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 20px; }

.btn {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  padding: 0.4em .8em;
  border-radius: 100px;
  background-color: #f094e1;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .btn:hover {
    background-color: #ea67d4; }

.player {
  margin-bottom: 50px;
  position: relative; }
  .player video, .player img {
    width: 50%; 
	max-width: 350px;
	align-content: center;
	margin: 7px;}

.content {
  position: relative; }

.content__body {
  width: 840px;
  position: relative;
  z-index: 10; }
  .content__body .btn {
    display: table;
    margin: 0 auto 30px; }

.content__title {
  display: block;
  font-family: 'Asap', sans-serif;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  padding: 15px 40px;
  position: relative;
  background: #ce305d url("../img/tail.png") 0 center no-repeat;
  margin-bottom: 20px; }
  .content__title:before {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    left: -58px;
    top: 0;
    background-color: #ce305d; }
  .content__title:after {
    content: '';
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-left-color: #1b1c1e;
    position: absolute;
    left: -50px;
    top: 47px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center; }

.block-thumbs_wrap {
  padding-top: 55px;
  max-width: 770px;
  float: right;
  position: relative;
  z-index: 10; }

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

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

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


.text {
  color: #8e8e8e;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center; }

.girl {
  position: absolute;
  top: -44px;
  right: -46px; }

.main-btn {
  max-width: 1200px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 54px;
  padding: 0.3em;
  margin: 30px auto;
  background-color: #ce305d;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .main-btn:hover {
    background-color: #a5264a; }

.vna {
  background-color: #1b1c1e;
  text-align: center;
  padding: 30px 0 0; }
  .vna img {
    max-width: 100%; }

.warning_f {
  background-color: #000;
  position: relative;
  padding-top: 30px; }

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

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

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

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

.mail_listarea {
  float: left; }

.mail_list h3 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  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; }

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

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

.copyright {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0; }

@media (max-width: 1280px) {
  .wrapper {
    max-width: 900px;
    margin: 0 auto; }

  .logo {
    width: 50%;
    max-width: 300px;
    bottom: 0; }

  .top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .top-block__img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    margin-right: 0; }

  .main {
    width: 100%;
    padding: 20px 15px 0; }

  .top-block__title {
    font-size: 28px; }

  .btn {
    font-size: 4vw; }

  .content {
    padding: 350px 0 0 0; }

  .content__title {
    text-align: center;
    padding: 0.7em 25px;
    background-position: 10px 50%; }

  .content__title:before {
    display: none; }

  .content__body {
    background-color: #fff; }

  .girl {
    max-width: 300px;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

  .content__title {
    font-size: 2.3vw; }

  .main-btn {
    margin: 20px 0;
    font-size: 3.3vw; }

  .content__body {
    width: 100%; } }
@media screen and (max-width: 1250px) {
  .centerwrap {
    max-width: 992px; }

  .mail_listarea {
    width: 550px; }

  .email_subscribebox {
    margin-bottom: 10px; } }
@media screen and (max-width: 1120px) {
  .warning_fmodel {
    margin-left: 20px;
    margin-right: 22px; }

  .mail_listarea {
    max-width: 660px; }

  .email_subscribe {
    padding-bottom: 10px; }
	
	.player {
  margin-bottom: 50px;
  position: relative; }
  .player video, .player img {
    width: 100%; 
	max-width: 800px;
	align-content: center;
	margin: 7px;}
	
	
  .email_subscribebox {
    margin-bottom: 10px; } }
@media screen and (max-width: 992px) {
  .warning_fmodel {
    margin-right: 0px;
    padding-top: 30px;
    display: none; }

  .mail_listarea {
    max-width: auto;
    width: 100%; }

  .email_subscribebox {
    width: 300px; } 

.player {
  margin-bottom: 50px;
  position: relative; }
  .player video, .player img {
    width: 100%; 
	max-width: 90%;
	align-content: center;
	margin: 7px;}

}
@media screen and (max-width: 767px) {
  .top-block__title {
    font-size: 20px; }

  .btn,
  .content__body .btn {
    display: block;
    font-size: 18px;
    text-align: center;
	background-color: #FFFFFF; 
	color: #FF419C;
	}

  .content {
    padding-top: 150px; }

  .girl {
    width: 200px; }

  .content__title {
    font-size: 16px;
    background-image: none; }

  .text {
    font-size: 14px; }

  .main-btn {
    font-size: 24px;
    padding: 10px;
    line-height: 1.1; }

  .logo {
    max-width: 100px; }

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

	.player {
  margin-bottom: 50px;
  position: relative; }
  .player video, .player img {
    width: 200%; 
	max-width: 350px;
	align-content: center;
	margin: 7px;}
	
	
  .submit {
    display: table;
    margin: 10px auto 0; } 
	
	
	
	

}
@media screen and (max-width: 480px) {
  .thumb-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

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

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