/* 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;
}
body {
    background: #5f83aa none repeat scroll 0 0;
    border-top: 8px solid #fff;
    font: 12px/18px "Exo 2",Arial,sans-serif;
    width: 100%;
}
input{
	outline: none;
}
#wrapper {
	width: 100%;
	height: 100%;
}
.block_inside{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}
::-webkit-input-placeholder {    color: #333;
    font-size: 25px;
    font-weight: bold;
    opacity: 0.3;}
::-moz-placeholder          {    color: #333;
    font-size: 25px;
    font-weight: bold;
    opacity: 0.3;}/* Firefox 19+ */
:-moz-placeholder           {    color: #333;
    font-size: 25px;
    font-weight: bold;
    opacity: 0.3;}/* Firefox 18- */
:-ms-input-placeholder      {    color: #333;
    font-size: 25px;
    font-weight: bold;
    opacity: 0.3;}
/* Header
-----------------------------------------------------------------------------*/
#header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #5f83aa;
    border-top: 1px solid #fff;
    float: left;
    min-height: 91px;
    width: 100%;
}
#header a.logo{
    float: left;
    margin-top: 25px;
}
#header a.logo img{
	width: 100%;
}
#block-block-1{
  border-left: 2px solid #363636;
  color: #363636;
  float: left;
  font: 13px/19px "Exo 2";
  margin: 24px 0 0 30px;
  padding: 3px 0 3px 30px;
}
#block-block-1 span{
	color: #5f83aa;
    font: bold 13px "Exo 2";
}  
#block-block-2 {
    float: right;
    margin-top: 36px;
}
#block-block-2 div{
	float: left;
	font: 18px "Exo 2";
	color: #363636;
    padding-bottom: 5px;
    padding-left: 50px;
}
#block-block-2 div a {
	color: #363636;
	text-decoration: none;
}
#block-block-2 div.skype{
    background: transparent url("../image/bg_skype1.png") no-repeat scroll 0 0;
    margin-right: 80px;
    padding-left: 40px;

}
#block-block-2 div.mail{
    background: transparent url("../image/bg_mail1.png") no-repeat scroll 0 0;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
  float: left;
  width: 100%;
  overflow: hidden;
}
.block_send_mail{
    background: transparent url("../image/bg_send_block4.jpg") no-repeat scroll center 0;
    border-top: 4px solid #5f83aa;
    float: left;
    min-height: 520px;
    width: 100%;
}
.block_send_mail .block_inside{
	height: 100%;
	position: relative;
}
.block_send_mail img.girl{
    position: absolute;
    right: -166px;
    top: -1px;
}
.block_send_mail .form_block{
    float: left;
    margin-top: 52px;
    max-width: 720px;
}
.block_send_mail .top_name{
    color: #fff;
    font: 600 57px/57px "Exo 2";
    text-transform: uppercase;;
}
.block_send_mail .top_name span{
	font-weight: bold;
}
.block_send_mail .bottom_name{
    color: #fff;
    font: 200 44px "Exo 2";
    text-transform: uppercase;
}
.block_send_mail .bottom_name span{
    background: #dc1513 none repeat scroll 0 0;
    font-weight: 300;
    padding: 0 10px 5px;
}
.block_send_mail .desc_form{
  color: #fff;
  float: left;
  font: 500 17px "Exo 2";
  margin: 46px 0 36px;
  text-transform: uppercase;
  width: 100%;
}
.block_send_mail .desc_form span {
	background: #f58220 none repeat scroll 0 0;
    padding: 0 4px;
}
.block_send_mail .name_reklam{
    color: #fff;
    float: left;
    width: 100%;
}
.block_send_mail .name_reklam .title_name{
    font: bold 32px/32px "Exo 2";
    text-transform: uppercase;
}
.block_send_mail .send_mail{
  font: 500 17px/17px "Exo 2";
  margin-top: 7px;
  text-transform: uppercase;
}
.block_send_mail .send_mail span {
    background: #363636 none repeat scroll 0 0;
    padding: 0 6px 3px;
    position: relative;
}
.block_send_mail .send_mail span:after{
    background: transparent url("../image/icon_line.png") no-repeat scroll center 0;
    content: "";
    height: 69px;
    position: absolute;
    right: -78px;
    top: -36px;
    width: 79px;
}
#block-webform-client-block-4{
    float: left;
    margin-top: 35px;
    width: 100%;
}
.block_send_mail .webform-component-email{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 8px;
    float: left;
    height: 50px;
    margin: 0;
    padding: 3px;
    max-width: 440px;
}
.block_send_mail .webform-component-email input{
    border: medium none;
    border-radius: 6px;
    box-shadow: 0 0 6px #f8ad6d inset;
    color: #333;
    font: 25px "Exo 2";
    height: 50px;
    max-width: 428px;
    padding: 0 6px;
    text-align: center;
}
.block_send_mail .form-actions {
    border: 2px solid #fff;
    border-radius: 10px;
    float: left;
    margin: 0 0 0 12px;
}
.block_send_mail .form-actions input{
    cursor: pointer;
    width: 248px !important;
}
.block_send_mail{

}
#block-block-4 {
	background: #f49d2d none repeat scroll 0 0;
	float: left;
	padding: 79px 0 38px;
	position: relative;
	width: 100%;
	text-align: center;
}
#block-block-4:after {
    background: transparent url("../image/bg_special_top1.png") no-repeat scroll 0 0;
    content: "";
    height: 34px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#block-block-4 .block_inside{
    margin: 0 auto;
    max-width: 1245px;
}
#block-block-4 .title_block{
    color: #fff;
    font: bold 51px/51px "Exo 2";
    margin-bottom: 50px;
    text-align: center;
}
#block-block-4 .row{
	background: transparent url("../image/bg_row_s_one.png") no-repeat scroll 0 0;
    display: inline-block;
	min-height: 243px;
	padding: 51px 43px 0;
	max-width: 320px;
	text-align: left;
}
#block-block-4 .row.second{
    background: transparent url("../image/bg_row_s_two.png") no-repeat scroll 0 0;
    margin: 0 10px;
}
#block-block-4 .row.three{
    background: transparent url("../image/bg_row_s_three.png") no-repeat scroll 0 0;
}
#block-block-4 .title_row {
    color: #f49d2d;
    float: left;
    font: bold 31px/31px "Exo 2";
    text-transform: uppercase;
    width: 100%;
}
#block-block-4 .small_desc {
    color: #8f8f8f;
    font: 500 14px "Exo 2";
    margin-bottom: 22px;
    text-transform: uppercase;
}
#block-block-4 .full_desc{
    color: #363636;
    font: 14px/20px "Exo 2";
    margin-bottom: 10px;
}
#block-block-4 .old_price{
    color: #363636;
    float: left;
    font: 22px/22px "Exo 2";
    margin-top: 15px;
    position: relative;
}
#block-block-4 .old_price:after{
	background: #9a9a9a none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 100%;
}
#block-block-4 .new_price{
    color: #363636;
    float: left;
    font: bold 35px "Exo 2";
    margin-left: 15px;
}
#block-system-main {
    float: left;
    padding: 50px 0 90px;
    width: 100%;
}
.view-id-main.view-display-id-page {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}
.view-id-main.view-display-id-page .view-header {
    color: #fff;
    text-align: center;
}
.view-id-main.view-display-id-page .view-header h1{
	font: 47px/47px "Exo 2";
}
.view-id-main.view-display-id-page .view-header h1 span{
	font-weight: bold;
}
.view-id-main.view-display-id-page .desc_views {
    font: 500 18px "Exo 2";
    margin-top: 20px;
}
.view-id-main.view-display-id-page .desc_views span{
	color: #c71112;
	font-weight: bold;
}
.view-id-main.view-display-id-page .view-content{
    margin-top: 55px;
}
.view-id-main.view-display-id-page .views-row{
	border: 1px solid #fff;
    float: left;
    max-width: 1164px;
    padding: 17px;
	display: table;
    width: 100%;
	border-bottom: none;
}
.view-id-main.view-display-id-page .views-row.views-row-last{
    border-bottom: 1px solid #fff;
}
.view-id-main.view-display-id-page .views-field-field-grup-photo{
    float: left;
    margin-right: 30px;
}
.view-id-main.view-display-id-page .views-field-field-grup-photo img{
	float: left;
}
.view-id-main.view-display-id-page .name_grup {
  color: #fff;
  font: bold 24px/24px "Exo 2";
  text-transform: uppercase;
  margin-top: 5px;
}
.view-id-main.view-display-id-page .views-field-title{
    float: left;
    margin-right: 20px;
    width: 390px;
}
.view-id-main.view-display-id-page .procent_block .procent_t{
	float: left;
	width: 100%;
}
.view-id-main.view-display-id-page .procent_block  .procent_t.women_pr {
    margin-bottom: 10px;
}
.view-id-main.view-display-id-page .procent_block div.procent{
    background: transparent url("../image/bg_pol.png") no-repeat scroll 0 1px;
    color: #fff;
    float: left;
    font: 500 16px "Exo 2";
    padding-bottom: 4px;
    padding-left: 31px;
    padding-top: 1px;
    width: 50px;
}
.view-id-main.view-display-id-page .procent_block .line_procent_t{
    float: left;
    margin-top: 11px;
    width: 308px;
}
.view-id-main.view-display-id-page .procent_block div.line_procent{
    background: #f849cc none repeat scroll 0 0;
    float: left;
    height: 4px;
}
.view-id-main.view-display-id-page .procent_block .procent_t.men_pr div.line_procent{
	background: #1dbdf1;
}
.view-id-main.view-display-id-page .procent_block .procent_t.men_pr div.procent{
    background-position: 0 -31px;
}
.view-id-main.view-display-id-page .procent_block {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.view-id-main.view-display-id-page .views-field-field-grup-people {
    color: #fff;
    float: left;
    width: 220px;
}
.view-id-main.view-display-id-page .views-field-field-grup-people,
.view-id-main.view-display-id-page .views-field-field-grup-price{
  color: #fff;
  float: left;
  font: bold 16px "Exo 2";
  width: 220px;
  margin-top: 29px;
  margin-right: 30px;
}
.view-id-main.view-display-id-page .views-field-field-grup-price .views-label{
		text-transform: uppercase;
}
.view-id-main.view-display-id-page .views-field-field-grup-people .field-content,
.view-id-main.view-display-id-page .views-field-field-grup-price .field-content{
	font-size: 26px;
}
.view-id-main.view-display-id-page .views-field-field-grup-price {
    width: 160px;
	margin-right: 0;
}
.view-id-main.view-display-id-page .views-field-field-grup-link{
  float: right;
  margin: 29px 0 0 0;
  width: 192px;
}
.view-id-main.view-display-id-page .views-field-field-grup-link .field-content{
    border: 2px solid #fff;
    border-radius: 10px;
    float: left;
    width: 100%;
}
.view-id-main.view-display-id-page .views-field-field-grup-link a,
.block_send_mail .form-actions input{
background: #dc1513; /* Old browsers */
background: -moz-linear-gradient(top,  #dc1513 0%, #cd1213 50%, #ba0f12 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc1513), color-stop(50%,#cd1213), color-stop(100%,#ba0f12)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dc1513 0%,#cd1213 50%,#ba0f12 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dc1513 0%,#cd1213 50%,#ba0f12 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dc1513 0%,#cd1213 50%,#ba0f12 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dc1513 0%,#cd1213 50%,#ba0f12 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1513', endColorstr='#ba0f12',GradientType=0 ); /* IE6-9 */

    border: 3px solid #602e2d;
    border-radius: 10px;
    color: #fff;
    float: left;
    font: bold 22px/23px "Exo 2";
    padding: 8px 0 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 186px;
}
.view-id-main.view-display-id-page .views-field-field-grup-link a:hover,
.block_send_mail .form-actions input:hover{
	background: #ba0f12; /* Old browsers */
	background: -moz-linear-gradient(top,  #ba0f12 0%, #cd1213 50%, #dc1513 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba0f12), color-stop(50%,#cd1213), color-stop(100%,#dc1513)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ba0f12 0%,#cd1213 50%,#dc1513 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ba0f12 0%,#cd1213 50%,#dc1513 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ba0f12 0%,#cd1213 50%,#dc1513 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ba0f12 0%,#cd1213 50%,#dc1513 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0f12', endColorstr='#dc1513',GradientType=0 ); /* IE6-9 */
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: transparent url("../image/bg_special1.png") no-repeat scroll 0 0;
    color: #fff;
    float: left;
    min-height: 425px;
    overflow: hidden;
    width: 100%;
}
#footer .block_inside{
	max-width: 916px;
}
#block-block-3 {
    float: left;
    margin-top: 95px;
    width: 100%;
}
#block-block-3 .block_b  {
    float: left;
}
#block-block-3 .block_b.webmoney {
   float: right;
}
#block-block-3 .block_b .title_block  {
  border-bottom: 3px solid #fff;
  font: bold 47px/47px "Exo 2";
  margin-bottom: 37px;
  padding-bottom: 16px;
  text-transform: uppercase;
  display: inline-block;
}
#block-block-3 .block_b.webmoney .title_block {
  float: right;
  margin-bottom: 67px;
}
#block-block-3 .block_b .skype,
#block-block-3 .block_b .mail a {
    font: 24px "Exo 2";
	color: #FFF;
	text-decoration: none;
}
#block-block-3 .block_b .skype{
    background: transparent url("../image/bg_skype_big1.png") no-repeat scroll 0 center;
    margin-bottom: 20px;
    padding: 0 0 10px 65px;
}
#block-block-3 .block_b .mail  {
    background: transparent url("../image/bg_mail_big.png") no-repeat scroll 0 center;
    padding: 0 0 4px 65px;
}
#block-block-3 .block_b .wm_namber {
    float: left;
    font: 23px "exo 2";
    text-align: right;
    width: 100%;
}
#block-block-3 .block_b .wm_namber span{
    color: #398cfd;
    background: transparent url("../image/bg_mail.png") no-repeat scroll 0 0;
} 
#block-block-3 .block_b .wm_namber span{
    background: transparent url("../image/bg_mony.png") no-repeat scroll 0 0;
    padding: 6px 0 9px 65px;
}
#block-block-3 .block_b  {
    float: left;
    width: 385px; 
}
#block-block-3 .playmet{
  border: 3px solid #fff;
  float: left;
  font: 23px/35px "Exo 2";
  margin-top: 45px;
  padding: 19px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#purr-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.notice {
  position: relative;
  width: 324px;
  font-size: 12px;
  line-height: 16px;
}

.notice .close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 18px;
  height: 17px;
  text-indent: -9999px;
  background: url(../image/purrClose.png) no-repeat 0 10px;
}

.notice-body {
  min-height: 50px;
  padding: 22px 22px 0 22px;
  background: url(../image/purrTop.png) no-repeat left top;
  color: #f9f9f9;
}

.notice-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-body img {
  width: 50px;
  margin: 0 10px 0 0;
  float: left;
}

.notice-body h3	{
  margin: 0;
  font-size: 1.1em;
}

.notice-body p {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 1.4em;
}

.notice-bottom {
  height: 22px;
  background: url(../image/purrBottom.png) no-repeat left top;
}

.notice.error,
.notice.status,
.notice.warning {
  background: none;
  border: 0;
}

.notice.error .notice-body {
  background: url(purrTop-error.png) no-repeat left top;
  border: 0;
}

.notice.error .notice-bottom {
  background: url(purrBottom-error.png) no-repeat left top;
}

.notice.warning {
  background: none;
  border: 0;
}

.notice.warning .notice-body {
  background: url(purrTop-error.png) no-repeat left top;
  border: 0;
}

.notice.warning .notice-bottom {
  background: url(purrBottom-error.png) no-repeat left top;
}

.notice li {
  margin: 0;
}

.notice a:link {
  color: #aaf;
}

.notice pre {
  margin: 0;
}
