/* Eric Meyer's CSS Reset */
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 {
	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;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

html{
  height: 100%;
}




.row{
	margin: 0px;
}


.doc-width{
  max-width: 900px;
  margin: auto;
  height: 100%;
}








/* INCLUDE FONTS
-----------------------------------------------------------------------------*/
@font-face {
    font-family: WebBold;
    src: url(../fonts/PT_Sans-Web-Bold.ttf);
}
@font-face {
    font-family: WebRegular;
    src: url(../fonts/PT_Sans-Web-Regular.ttf);
}



body {
  font-family: WebRegular;
  height: 100%;
  font-size: 14px;
  line-height: 18px;
  background-color: #fffbfc;
}

/* WRAPPER
-----------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  min-width: 200px;
  background-color: #fffbfc;
  padding: 0px;
  height: 100%;
  height: auto!important;
  min-height: 100%;
}



/* HEADER
-----------------------------------------------------------------------------*/
.header{
  height: 60px;
  border-bottom: 1px solid #f8f4f5;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}

.header .logo{
  width: 170px;
  height: 100%;
  background-image: url(../img/logo.png);
  background-color: none; 
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}
.header .get-content{
  display: block;
  text-decoration: none;
  color: black;
  line-height: 1em; 
  text-align: right;
  width: 185px;
  height: 20px;
  line-height: 20px;
  background-image: url(../img/get-content.png); 
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  float: right;
  top: 0px;
  font-family: WebBold;
  font-size: 18px;
  position: relative;
  top: 20px;
  right: 20px;
}






/* FOR VIDEO
-----------------------------------------------------------------------------*/
.for-video{

}
.for-video video{
  width: 100%;
  display: none;
}
.preloader-video{
  height: 450px;
  background-color: #333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.preloader-video .for-play{
  position: absolute;
  top: 35%;
  width: 100%;
  left: 0px;
}
.preloader-video .play{
  width: 100px;
  height: 100px;
  line-height: 110px;
  border-radius: 50px;
  background-color: #df343c;
  color: white;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.preloader-video .play i{
  position: relative;
  left: 2px;
  font-size: 30px;
}

.preloader-video .title{
  position: absolute;
  bottom: 60px;
  left: 20px;
  font-family: WebBold;
  color: white;
  font-size: 40px;
}

.preloader-video .category{
  position: absolute;
  bottom: 130px;
  left: 20px;
  font-family: WebBold;
  color: white;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  width: 200px;
  background-color: black;
  border-left: 3px solid #39ba2b;
  text-transform: uppercase;
  text-align: center;
}






/* FOR CATALOG
-----------------------------------------------------------------------------*/
.for-catalog{
  padding-top: 50px;
}
.for-catalog .title{
  border-bottom: 2px solid #d6d3d3;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  font-family: WebBold;
  font-size: 24px;
}
.for-catalog .title .text{
  float: left;
}
.for-catalog .title .buttons{
  float: right;
  font-size: 20px;
}
.for-catalog .title .buttons a{
  color: black;
  margin-left: 10px;
  display: inline-block;
}








/* CAROUSEL
-----------------------------------------------------------------------------*/
.carousel{

}
.carousel .item{
  padding: 40px 0px;
}
.carousel .item .col .video-item{
  height: 300px;
  background-color: #333;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media(max-width: 600px){
  .carousel .item .col .video-item{
    height: 200px;
  }
}
.carousel .item .col .video-item .play{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #df343c;
  color: white;
  text-align: center;
  display: block;
  font-size: 22px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.carousel .item .col .video-item .play i{
  position: relative;
  left: 1px;
}

.carousel .item .col .video-item a{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}







/* FOOTER
-----------------------------------------------------------------------------*/
.footer{
  height: 60px;
  border-top: 1px solid #f8f4f5;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);*/
  padding: 40px 0px 70px;
}
.footer .doc-width{
  padding: 0px 15px;
}
.footer table{
  width: 100%;
}

.footer table td{
  width: 49.9999%;
  vertical-align: top;
}

@media(max-width: 800px){
	.footer table td{
	  display: block;
	  width: 100%;
	}
}

ul.links a{
  color: black;
  text-decoration: underline;
  font-size: 14px;
}
ul.links li{
  padding-bottom: 10px;
}




.footer .socials{
  padding: 35px 0px 80px;
}
.footer .socials ul li{
  float: left;
  width: 31px;
  height: 31px;
  border-radius: 16px;
  background-color: black;
  margin-right: 15px;
}
.footer .socials ul li a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: none; 
  background-position: center;
  background-repeat: no-repeat;
}

.footer .socials ul li:nth-child(1) a{
  background-image: url(../img/socials/fb.png);
  background-size: 10px;
}
.footer .socials ul li:nth-child(2) a{
  background-image: url(../img/socials/tw.png);
  background-size: 17px;
}
.footer .socials ul li:nth-child(3) a{
  background-image: url(../img/socials/g.png);
  background-size: 20px;
}
.footer .socials ul li:nth-child(4) a{
  background-image: url(../img/socials/in.png);
  background-size: 15px;
}
.footer .socials ul li:nth-child(5) a{
  background-image: url(../img/socials/vk.png);
  background-size: 21px;
}
.footer .socials ul li:nth-child(6) a{
  background-image: url(../img/socials/lt.png);
  background-size: 16px;
}




.footer .copyright{
  padding-bottom: 50px;
}


.footer .title{
  font-family: WebBold;
  font-size: 22px;
}
.footer .text p{
  padding-top: 35px;
}
.footer .text{
  padding-bottom: 50px;
}


.footer .logo{
  width: 100%;
  height: 120px;
  background-image: url(../img/logo.png);
  background-color: none; 
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  display: block;
}