* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  min-width: 320px;
  color: #ffffff;
  background: url(../images/bg.jpg);
  font: 24px/28px "OriginsFB", Verdana;
  cursor: default; }

html {
  height: 100%; }

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative; }

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
  font: 24px/28px "OriginsFB", Verdana;
  margin: 0;
  padding: 0;
  border: 0; }

a img, :link img, :visited img {
  border: 0; }

p {
  padding: 0px;
  margin: 0px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

a {
  cursor: pointer;
  outline: none;
  color: #ffffff;
  text-decoration: none;
  font: 24px/28px "OriginsFB", Verdana; }

a:hover {
  text-decoration: none; }

.clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  width: 0px;
  font-size: 0px; }

.cl:after, .content:after, .footer:after {
  content: "";
  display: block;
  clear: both; }

.hand {
  cursor: pointer; }

.display_none {
  display: none; }

input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  outline: none;
  resize: none;
  oveflow: auto; }

ul {
  list-style: none; }

/* site styles */
.header, .content, .footer {
  max-width: 1260px;
  margin: 0 auto; }

header {
  height: 40px;
  background: #262626;
  border-bottom: 2px solid #464646; }

.header {
  padding: 0 20px;
  position: relative; }

.logo {
  display: block;
  width: 127px;
  height: 36px;
  float: left;
  margin: 0px 0 0 0; }

.burger {
  display: none;
  position: absolute;
  width: 25px;
  height: 38px;
  left: 13px;
  top: 10px; }
  .burger:hover {
    filter: alpha(Opacity=70);
    opacity: 0.7; }
  .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px; }
    .burger span:before {
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0;
      top: -8px; }
    .burger span:after {
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 8px; }

.top_menu li {
  display: block;
  float: left; }
  .top_menu li a {
    display: block;
    float: left;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 39px;
    color: #d1d5d8;
    border-bottom: 2px solid #464646;
    transition: 0.3s; }
    .top_menu li a:hover {
      color: #ea8326;
      border-bottom: 2px solid #ea8326; }

a.sing_in {
  float: right;
  font-size: 23px;
  line-height: 40px;
  color: #d1d5d8;
  transition: 0.3s; }
  a.sing_in:hover {
    color: #ea8326; }

.socials {
  float: right;
  margin: 6px 24px 0 0; }
  .socials a {
    display: block;
    float: left;
    margin-right: 4px;
    width: 26px;
    height: 26px;
    background-image: url(../images/socials.png); }
    .socials a:nth-child(1) {
      background-position: 0 0; }
      .socials a:nth-child(1):hover {
        background-position: 0 -29px; }
    .socials a:nth-child(2) {
      background-position: -30px 0; }
      .socials a:nth-child(2):hover {
        background-position: -30px -29px; }
    .socials a:nth-child(3) {
      background-position: -60px 0; }
      .socials a:nth-child(3):hover {
        background-position: -60px -29px; }
    .socials a:nth-child(4) {
      background-position: -90px 0; }
      .socials a:nth-child(4):hover {
        background-position: -90px -29px; }
    .socials a:nth-child(5) {
      background-position: -120px 0; }
      .socials a:nth-child(5):hover {
        background-position: -120px -29px; }
    .socials a:nth-child(6) {
      background-position: -150px 0; }
      .socials a:nth-child(6):hover {
        background-position: -150px -29px; }

/*wSelect styles*/
.wSelect-el {
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  overflow: hidden; }

.wSelect {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.wSelect-arrow {
  position: absolute;
  width: 30px;
  right: 0px;
  top: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0px center; }

.wSelect-hover .wSelect-arrow,
.wSelect-active .wSelect-arrow {
  background-position: -30px center; }

.wSelect.wSelect-multiple {
  overflow: hidden; }

.wSelect-selected {
  margin: 0px 35px 0px 2px;
  line-height: 21px;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 center; }

.wSelect-options-holder {
  position: absolute;
  display: none;
  left: 0px;
  z-index: 200;
  overflow: hidden; }

.wSelect-multiple .wSelect-options-holder {
  position: relative !important;
  display: block !important;
  top: auto !important;
  z-index: auto !important;
  border: none !important; }

.wSelect-options {
  width: 180px;
  height: auto !important;
  overflow-y: hidden;
  overflow-x: hidden; }

.wSelect-option {
  background-repeat: no-repeat;
  background-position: 5px center;
  margin-bottom: 1px;
  cursor: pointer; }

.wSelect-option-last {
  margin-bottom: 0px; }

.wSelect-option-value {
  margin: 0 5px;
  padding: 5px 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  white-space: nowrap;
  overflow: hidden; }

.wSelect-option-disabled .wSelect-option-value {
  filter: alpha(opacity=20);
  opacity: 0.2; }

.wSelect-option-icon {
  padding-left: 50px; }

/***********************************
 * Theme - classic
 ***********************************/
.wSelect-theme-classic.wSelect {
  color: #e2dfdf;
  font-size: 22px;
  float: right;
  width: 180px !important;
  height: 30px;
  margin: 4px 15px 0 0; }

.wSelect-arrow {
  background-image: url("../images/arrow-down.png"); }

.wSelect-theme-classic.wSelect-hover,
.wSelect-theme-classic.wSelect-active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 131, 38, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 131, 38, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 131, 38, 0.6); }

.wSelect-theme-classic .wSelect-options-holder {
  background-color: #FAFAFA;
  border: solid #CACACA 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-width: 100px;
  max-width: 300px; }

.wSelect-theme-classic .wSelect-options {
  border: solid #FAFAFA 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.wSelect-theme-classic .wSelect-option {
  background-color: #FFF;
  color: #333; }

.wSelect-theme-classic .wSelect-option-disabled {
  background-color: #FFF !important;
  color: #333 !important; }

.wSelect-theme-classic .wSelect-option-selected,
.wSelect-theme-classic .wSelect-option:hover {
  background-color: #ea8326;
  color: #FAFAFA; }

/***********************************
 * Labels
 ***********************************/
.wLabel-top,
.wLabel-left,
.wLabel-left-top {
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #999;
  display: block;
  margin: 5px 0 3px 3px; }

.wLabel-left-top {
  vertical-align: top; }

@media screen and (min-width: 600px) {
  .wLabel-left,
  .wLabel-left-top {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 70px;
    text-align: right;
    margin: 0 0 7px 0; } }
/*end of wSelect styles*/
.wrapper {
  background: url(../images/bg_img.gif) center top no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%; }
.center_div {
	width: 290px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/barrier.png) center bottom no-repeat;
	height: 190px;
	position: relative;
}
.center_div_2 {
	width: 290px;
	margin: 0 auto;
	text-align: center;
	height: 190px;
	position: relative;
}
.content {
  position: relative;
  }
.content_adm {
	position: relative;
	max-width: 1260px;
  margin: 0 auto;
 }
@media screen and (max-width: 1900px) {
.wrapper{min-height: 1900px;}
}
@media screen and (max-width: 1800px) {
.wrapper{min-height: 1800px;}
}
@media screen and (max-width: 1700px) {
.wrapper{min-height: 1700px;}
}
@media screen and (max-width: 1600px) {
.wrapper{min-height: 1600px;}
}
@media screen and (max-width: 1500px) {
.wrapper{min-height: 1500px;}
}
@media screen and (max-width: 1400px) {
.wrapper{min-height: 1400px;}
}
@media screen and (max-width: 1300px) {
.wrapper{min-height: 1300px;}
}
@media screen and (max-width: 1200px) {
.wrapper{min-height: 1200px;}
}
@media screen and (max-width: 1100px) {
.wrapper{min-height: 1100px;}
}
.video {
  max-width: 1260px;
  margin: 0 auto;
  max-height: 600px;
  height: auto;
  position: relative; }

.video_push_16_9 {
  padding-top: 65.25%; }

.video_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.main_text_2 {
	min-height: 800px;
	padding-bottom: 20px;
  background:#262626;
}
.main_text_2 strong{
  color: #FF8000;
  margin-bottom: 20px;
}
.main_text_2 p{
  margin-bottom: 20px;
}
.main_text_3 {
  width: 100%;
  padding: 20px 20px 0 20px; }
  .main_text_3 .mt_head_3 {
    display: block;
    font-size: 40px;
    color: #FF8000;
    line-height: 44px;
    margin-bottom: 28px; }
  .main_text_3 p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px; }
	
.main_text {
  width: 100%;
  padding: 20px 330px 1px 20px; }
  .main_text .mt_head {
    display: block;
    font-size: 40px;
    color: #FF8000;
    line-height: 44px;
    margin-bottom: 28px; }
  .main_text p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px; }

.c_right {
  width: 260px;
  position: absolute;
  top: 20px;
  right: 0px; }
.c_adm_right {
width: 160px;
position: absolute;
top: 10px;
right: 0px; }

.css-cookiewindow{position:fixed;font-size:20px;width:100%;padding:1.65rem 1.5rem;bottom:1.2rem;right:0;left:0;line-height:1.5;text-align:center;color:#d3d3d3;background:#1f1f1f;z-index:50;box-shadow:0 0 50px rgba(0,0,0,1);}

@media (min-width: 30.0625em){ .css-cookiewindow{ font-size:20px; width:17rem;padding:1.05rem 2.025rem;bottom:1.1rem;right:1.1rem;left:unset;box-shadow:0 0 50px rgba(0,0,0,1);}}
@media (min-width: 30.0625em){ .cook_textw{ font-size: 0.9em;}}


.css-cookiebutton{
position:relative;
display:inline-block;
cursor:pointer;
background:none;
border:1px solid #FFF;

text-decoration: none;
text-transform: uppercase;
letter-spacing:1px;
padding: 18px 20px;

color:#FFF;
transition:-webkit-transform 0.25s,transform 0.25s, box-shadow 0.25s;
-webkit-transition:-webkit-transform 0.25s,transform 0.25s, box-shadow 0.25s;
-moz-transition:transform 0.25s, box-shadow 0.25s;
}
.css-cookiebutton:hover:hover{ transform:translateY(2px); -webkit-transform:translateY(2px); color: #ea8326;}

.css-cookiebutton:focus:focus{ outline:none; }
@media (min-width: 30.0625em){.css-cookiebutton{padding-top:0.65em;padding-bottom:0.7em;}}
.css-4zhud: { padding-top: 10px;}
.cook_textw span {

}
.cook_textw span a {
height: 40px;
padding: 0 5px;
text-align: center;
text-transform: uppercase;
font-size: 0.9em;
line-height: 39px;
color: #d1d5d8;
border-bottom: 2px solid #464646;
transition: 0.3s; }
.cook_textw span a:hover {
  color: #ea8326;
  border-bottom: 2px solid #ea8326; }
  
.p1_btn{
  display: block;
}
.po_btn {
  display: block;
  width: 217px;
  height: 51px;
  background: #F96854;  
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top:20px;
  line-height: 51px;
  transition: 0.3s; }
  .po_btn:hover {
    background: #FA7664; }

.price {
  display: block;
  width: 228px;
  height: 62px;
  color: #e2dfdf;
  font-size: 65px;
  line-height: 64px;
  background: url(../images/steam.png) right top no-repeat;
  margin: 14px auto 0; }
  .price sup {
    font-size: 40px; }

.footer_pusher {
  height: 120px; }

footer {
  width: 100%;
  min-height: 120px;
  background: #181818;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 20px; }

.footer .socials {
  width: 200px;
  display: none;
  margin: 15px auto;
  float: none;
  padding-bottom: 5px; }

.f_logos {
  float: left;
  padding-top: 25px; }
  .f_logos a {
    display: block;
    float: left;
    margin-right: 20px; }
    .f_logos a:hover {
      filter: alpha(Opacity=70);
      opacity: 0.7; }
    .f_logos a:nth-child(2) {
      margin-top: 3px; }
    .f_logos a:nth-child(3) {
      margin-top: 8px; }

.copy {
  max-width: 800px;
  float: right;
  text-align: center;
  padding-top: 7px; }
  .copy ul {
    margin-bottom: 3px; }
    .copy ul li {
      display: inline-block; }
      .copy ul li a {
        font-size: 18px;
        line-height: 28px;
        color: #fff; }
        .copy ul li a:hover {
		  color: #ea8326;
          text-decoration: underline; }
  .copy span {
    font-size: 18px;
    line-height: 22px; }

/* flexible media */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  
img {
  max-width: 100%;
  height: auto; }

/* MEDIA QUERIES*/
@media only screen and (max-width: 1150px) {
  .logo {
    margin-right: 10px; }

  .f_logos {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 auto; }
    .f_logos a {
      display: inline-block;
      float: none; }
      .f_logos a:nth-child(1) {
        width: 212px; }
      .f_logos a:nth-child(2) {
        width: 164px; }
      .f_logos a:nth-child(3) {
        width: 88px; }

  .copy {
    float: none;
    margin: 0 auto; }

  .footer_pusher {
    height: 370px; } }
@media only screen and (max-width: 1100px) {
  .wrapper {
    background: none; } }
@media only screen and (max-width: 1020px) {
  .header .socials {
    display: none; }

  .footer .socials {
    display: block; } }
@media only screen and (max-width: 900px) {
  .logo {
    margin-left: 50px; }

  .burger {
    display: block; }

  .top_menu {
    display: none;
    position: absolute;
    z-index: 1;
    width: 280px;
    height: auto;
    left: 0;
    top: 40px;
    background: #363636; }
    .top_menu li {
      float: none; }
      .top_menu li a {
        float: none;
        height: 40px;
        padding: 0 20px;
        text-align: left;
        transition: 0.3s; }
        .top_menu li a:hover {
          color: #ea8326;
          background: #464646; }
	

}
@media only screen and (max-width: 800px) {
	.c_right {
		width: 280px;
		position: static;
		margin: 30px auto; }
	.c_adm_right {
		width: 280px;
		position: static;
		margin: 30px auto; }
  .main_text {
    padding: 20px; }
  .main_text_3 {
    padding: 20px; }	}
@media only screen and (max-width: 440px) {
  .wSelect-theme-classic.wSelect {
    width: 38px !important; }

  .wSelect-arrow {
    display: none; }

  .wSelect-options-holder {
    left: auto;
    right: 0; } }



/*news*/
.news_block{
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.news_item{
  padding: 10px;
  border: 2px solid #464646;
  margin-bottom: 20px;
}
.news_item a:hover{
  color: #ff8000;
}
.news_item p{
  padding: 10px 0 40px;
}
.ni_top{
  min-height: 40px;  
}
.n_name{
  display: block;
  float: left;
  color: #fff;
}
.n_date{
  display: block;
  float: right;
  color: #fff;
}
.ni_img{
  max-width: 300px;
  height: auto;
  float: left;
  padding: 0 10px 2px 0;
}
.twitter-timeline_div  {
		display:block;
	}
@media only screen and (max-width : 640px) {
	.twitter-timeline_div  {
		display:none;
	}
}

.read_more {
	display: block;
	float: right;
}
.tweet_block{
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .ni_img{
    float: none;
  }
}

.listing_block{
  min-height: 66px;
  text-align: center;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.lb_prev, .lb_next{
  display: block;
  width: 90px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border: 2px solid #464646;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.lb_prev:hover, .lb_next:hover{
  color: #ff8000;
}
.lb_next{
  left: auto;
  right: 0;
}
.listing{
  text-align: center;
  padding-top: 20px;
}
.listing li{
  display: inline-block;
  margin: 0 3px;
}
.listing li.l_mobile{
  display: none;
}
.listing li a{
  display: inline-block;
  margin: 0 8px;
}
.listing li a:hover{
  color: #ff8000;
}
@media screen and (max-width: 500px) {
  .listing_block{
    margin-top: 0px;
  }
  .lb_prev, .lb_next{
    display: none;
  }
  .listing li{
  display: inline-block;
  margin: 0 0px;
}
.listing li a{
  font-size: 20px;
}
  .listing li.l_mobile{
    display: inline-block;
  }
}

/*gallery*/
.gallery{
  text-align: center;
}
.gallery a{
  display: inline-block;
  max-width: 420px;
  height: auto;  
  margin: 0 30px 30px 0;  
}
.gallery a:hover{
  opacity: 0.8;
}
.gallery a img{
  padding: 2px;
  border: 2px solid #464646;
}
@media screen and (max-width: 1200px) {
.gallery a{
  margin: 0 0 30px 0;
}

}