@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;
	color: #FF0;
}

/* 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: 'Roboto', sans-serif;
  background: transparent url("../img/bg.jpg");
  background-size: contain; }

.wrapper {
  overflow-x: hidden; }

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

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

.content {
  position: relative; }

.content-title {
  font-size: 30px;
  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: #e52e2e; }
  .content-title a {
    color: #080401; }
    .content-title a:hover {
      text-decoration: none; }

a.link-btn {
  display: table;
  padding: 10px 20px 10px 30px;
  background-color: #e52e2e;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  transition: all .3s; }
  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 {
  margin-bottom: 10px; }
  .player img, .player video {
    width: 100%; }*/
video{
	right: -390px;
	position: relative;
}
.player {
  margin-bottom: 10px;
  position: relative;
    padding: 10px 10px 10px 10px;
   }
  .player video, .player img {
    width: 30%; 
	max-width: 700px;
	margin: 5px;}





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


.click {
  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: #e52e2e;
  transition: all .3s; }
  .click:hover {
    opacity: .8; }

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

.bg-girl {
  position: absolute;
  left: -70px;
  top: 10px; 
width: 400px;
}

.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_descr__title {
  font-size: 36px;
  font-weight: 10;
  color:rgba(0,0,0,1.00); }
	
 .player_descr__title span {
    color:#961D1F; }


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

footer {
  text-align: center;
  padding: 35px 0 20px; }
  footer img {
    max-width: 100%; }
  footer p {
    font-size: 16px;
    color: #fff; }
    footer p a {
      display: block;
      color: #e52e2e;
      margin-top: 25px;
      text-decoration: underline; }
      footer p a:hover {
        text-decoration: none; }

@media screen and (max-width: 1250px) {
  .bg-girl {
    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) {
  .content-title {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: initial; }

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

}


@media screen and (max-width: 767px) {
  .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; } 


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

}

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