<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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, vide
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font:  bold;
}

/* 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; }


/**************
END RESETT CSS
****************/
body {
  font-family: 'Roboto', sans-serif;
  background: transparent url(" ../images/bg.jpg");
  background-size: 100%;; }

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

.wrapper {
  overflow-x: hidden; 
}

.container {
  max-width: 1190px;
  border: 10px solid #EA2A69;
  border-radius: 10px;
  margin: 0 auto;
  padding: 25px 35px;
  position: relative;
  background: url("../images/bg-cont.jpg") left top;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.17); 
}

.content {
  position: relative; 
}

.content-title {
  font-size: 35px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  .content-title span {
    text-transform: uppercase;
    color: #EA2A69 ; }
  .content-title a {
    color: #000 ; }
    .content-title a:hover {
      text-decoration: none; 
}

.logo  {
max-width: 350px;
margin-left: 30px;
margin-right: 30px;
	
}

a.link-btn {
  line-height: 25px;
  display: table;
  padding: 10px 20px 10px 30px;
  background-color: #EA2A69 ;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  transition: all .3s;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;}
  a.link-btn:hover {
    opacity: .8; }
  a.link-btn:before {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left: 10px;
    top: 13px; 
}

.player_descr-text {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

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

.bg-girl {
  position: absolute;
  left: -220px;
  top: 500px; 
width: 700px;
}

.bg-girl2 {
  position: absolute;
  left: -120px;
  top: 500px; 
width: 550px;
}


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

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



.click {
	line-height: 35px;
  display: block;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
margin-left: 350px;
  position: relative;
  z-index: 10;
  font-family: 'Oswald', sans-serif;
  font-weight: 00;
  background: #EA2A69;
  transition: all .3s; }
  .click:hover {
    opacity: .8; 
}

.footertext
{
	background-color: rgba(255, 255, 255, 0.3) !important;
	width: 100% !important;
	height: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer {
  text-align: center;
  padding: 35px 0 20px; 

}
  footer img {
    max-width: 100%; }
  footer p {
    font-size: 15px;
	font: bold;
    color: #3F220F;
	font-family: 'Oswald', sans-serif;
}
 
      footer p a:hover {
        text-decoration: none; }



#btn-wide { background:#000; padding:15px 0; margin:20px 0}
#btn-wide a { max-width:1200px; text-align:center; color:#fff; text-transform:uppercase; font-size:46px; line-height:46px; text-decoration:none; font-family: 'Oswald', sans-serif;}
#btn-wide a img { margin:0 20px; margin-bottom:-5px; display:inline-block}




.mail_list {
  border-bottom: 1px solid #282522;
  font-size: 0;
  clear: both;
  padding-bottom: 17px; background:#000; margin:0 }

.mail_listarea { max-width:1150px; margin:0 auto;}
.footer_model {
  float: left;
  margin-left: 150px;
  margin-right: 10px;
  position: relative;
  top: 5px; }
  
.mail_list h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #EA2A69;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 25px; font-family:'Oswald', sans-serif; line-height:25px; margin:10px 0;  }

.email_subscribe {
  text-align: center; }

.email_subscribe p {
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 42px;
  padding-right: 16px; }

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

.email_subscribe .label-line {
  display: inline-block; }

.email_subscribe label {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  padding-right: 20px;
  position: relative;
  padding-left: 25px; }

.email_subscribe label:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #fff;
  border: 4px solid #fff; }

.email_subscribe .label-line input {
  display: none; }

.email_subscribe .label-line input[type="radio"]:checked + label:before {
  background-color: #EA2A69; }

.submit {
  display: inline-block;
  border: none;
  background-color: #EA2A69;
  color: #fff;
  text-transform: uppercase;
  height: 36px;
  width: 90px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Oswald'; }

.submit:hover {
  color: #fff;
  background-color: #EA2A69; }

.subscribe {
  display: inline-block; }

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

.footer p.copyright {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 14px;
  text-transform: uppercase;
  margin-left: 10px; 
  padding-right: 10px}
  
  .footer p.copyright a{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 10px; 
 }

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





.top-block {
Position: Relative;}

.top-block_img {
  float: left; }
  .top-block_img img, .top-block_img video, .top-block_img iframe {
    width: 100%;
    max-width: 400px; }

.top-block_right {
  float: right;
  max-width: 565px;
  text-align: center; }
  .top-block_right .text {
    font-size: 30px;
	  color:#000;
    padding-top: 15px;
    line-height: 1.3; }
    .top-block_right .text span {
      display: block;
      font-size: 24px;
      font-weight: 700;
      margin-top: 25px; }
    .top-block_right .text a {
      display: block;
      text-decoration: underline;
      color: #EA2A69;
      font-weight: 700; }
      .top-block_right .text a:hover {
        text-decoration: none; }


/*.player {
  margin-bottom: 10px; }
  .player img, .player video {
    width: 100%; }
video{
	right: -390px;
	position: relative;
}




.player video, .player img {
    width: 30%; 
	max-width: 700px;
	margin: 5px;}

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

*/







@media screen and (max-width: 1250px) {
  .bg-girl {
    display: none; }
	
 .bg-girl2 {
    display: none; }
	
	video{
	left: 0;
	position: relative;
}
	
  .content {
    margin: 0 auto; }

  header {
    padding: 0 10px; }

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



	.player {
  margin-bottom: 10px;
  position: relative;
    padding: 10px 10px 10px 10px;
   }
  .player video, .player img {
    width: 45%; 
	margin: 5px;}
	
  .click {
    font-size: 30px;
  padding: 20px 10;
margin-left: 0px;

}


}


@media screen and (max-width: 992px) {
	.footer_model { display:none}
.email_subscribebox { display:block; margin:10px auto; width:70%}
.email_subscribe p { margin:0; padding:0; text-transform:uppercase; font-weight:bold; font-size:18px}
}



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

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



}


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

	
}

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


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

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

  .container {
    padding: 20px 15px; } 
	
	.logo
{max-width: 350px;
	}

	
	
	.top-block_right {
  float: right;
  max-width: 565px;
  text-align: center; }
  .top-block_right .text {
    font-size: 16px;}
    .top-block_right .text span {
      font-size: 14px;}
    .top-block_right .text a { 
	font-size: 14px;}
     
	
	
	

	.player {
  margin-bottom: 10px;
  position: relative;
    padding: 10px 10px 10px 10px;
   }
  .player video, .player img {
    width: 100%; 
	margin: 5px;}
	
  .click {
    font-size: 30px;
  padding: 20px 20;
margin-left: 0px;
	  
	  

}

	.footer p.copyright {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  text-transform: uppercase;
  margin-left: 10px; 
  padding-right: 10px}
  
  .footer p.copyright a{
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 10px; 
}


	

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

  .click {
    font-size: 16px; }

  a.link-btn,
  .content-title {
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>