body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    min-width: 1024px;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.content {
    border: 0;
    color: #202020;
    background-color: #fff;
    padding: 0;
}
.content-container {
    width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
	position: relative;
}
.top_line, .top_line_fixed {
    margin: 0px;
    width: 100%;
    display: block;
    padding: 0px;
    box-sizing: border-box;
    height: 134px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 2000;
    right: 0;
	position: fixed;
}
a.callback {
	font-size: 14px;
    float: right;
    margin-top: 36px;
    margin-left: 37px;
    z-index: 100;
    position: relative;
	background: -webkit-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -moz-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -o-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -ms-linear-gradient(top, #ce3b37, #9f2e2c);
    background: linear-gradient(top, #ce3b37, #9f2e2c);
    border-radius: 5px;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    line-height: 32px;
}
#logo {
    float: left;
    width: 170px;
    height: 70px;
    margin-top: 13px;
}
.phone {
    float: right;
    line-height: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    margin-top: 40px;
    color: #575757;
	width: 165px;
}
.phone a {
    color: #7abf18 !important;
    text-decoration: none;
	font-weight: 700;
}
ul.menu{
	position: absolute;
    width: 1000px;
    background-color: #7abf18;
    height: 65px;
    top: 100px;
	padding: 0px;
	border-radius: 0 0 10px 10px;
    overflow: hidden;
	z-index: 10;
}
ul.menu li{
	display: inline-block;
}
ul.menu li:hover{
	background-color: #575757;
}
ul.menu li a{
	padding: 0 22px;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 66px;
	display: block;
}
ul.menu li:first-child a{
	padding: 0 35px;
}
ul.menu li.action_menu:hover{
	background-color: transparent;
}
ul.menu li.action_menu a{
    color: #ce3b37;
    font-weight: bold;
    font-size: 25px;
    text-shadow: 0px 0px 10px rgba(254,230,0,1), 0px 0px 10px rgba(254,230,0,1), 0px 0px 10px rgba(254,230,0,1);
}
.header {
    background: url("../images/header_bg.jpg") no-repeat center;
	background-color:#f1f1f1;
	background-position: 50% 1px;
	height: 650px;
	margin-top: 134px;
}
.aikon_paralax {
	width: 100%;
	height: 600px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 960px){
	.aikon_paralax,
	{
	background-attachment: scroll;
	background-position: top center;
	}
}
.header .left{
	float: left;
	width: 34%
}
.header .right{
	float: right;
	width: 66%
}
.header h2{
	font-size: 27px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    border-left: 4px solid #7abf18;
    padding-left: 11px;
    font-weight: 900;
    top: 157px;
    position: absolute;
	margin: 0px;
}
.header .action_block{
	float: right;
	margin-top: 75px;
	border-radius: 5px;
	padding: 10px 5px;
	width: 100%;
	box-sizing: border-box;
	font-size: 17px;
	background-color: rgba(255, 255, 255, 0.84);
}
.header .action_block h4{
	color: #ce3b37;
    font-size: 28px;
    text-align: center;
    margin: 2px;
}
.header .action_block table{
	border-spacing: 5px;
    vertical-align: middle;
	font-weight: bold;
}
.header .action_block table img{
	vertical-align: middle;
    margin: 4px;
}
.header .top_form_block {

	border-width: 0px;
	width: 100%;
	float: right;
	border-radius: 5px;
	margin-top: 45px;
	background-color: rgba(255, 255, 255, 0.84);
	text-align: center;
	padding: 10px;
}
.header .top_form_block  .feedback{
	padding: 10px 0;
}
.header .top_form_block  .feedback input{
	width: 30%;
}
.header .top_form_block h3{
	font-size: 21px;
	color: #000;
    text-transform: none;
	font-weight: bold;
	line-height: 21.3px;
	text-align: center;
	margin: 7px 0 5px;
}
.top_form_block .form_text{
	font-size: 14px;
	color: rgb(87, 87, 87);
}

::-webkit-input-placeholder {color:#575757;}
::-moz-placeholder          {color:#575757;}/* Firefox 19+ */
:-moz-placeholder           {color:#575757;}/* Firefox 18- */
:-ms-input-placeholder      {color:#575757;}
input:focus::-webkit-input-placeholder{color: #fff;}
input:focus::-moz-placeholder{color: #fff;}
input:focus:-moz-placeholder{color: #fff;}
input:focus:-ms-input-placeholder{color: #fff;}

.feedback {margin-top: 19px; margin-bottom: 28px; text-align: center;}
.feedback dl dt{float:left;text-align:right;width:100%;margin-right:5px;line-height:31px;}
.feedback dl dd{margin:10px auto;}
.feedback dl dd input{border:1px solid #575757; color: #575757; background-color: #fff; box-sizing: border-box; text-align: center; padding:5px 14px; width:100%; font-size: 13.5px; height: 33px;}
.feedback dl dd input:focus{box-shadow: none;}
.feedback dl dd input[type=submit]{     
	font-size: 14px;
    margin-top: 23px;
    z-index: 100;
    position: relative;
    background: -webkit-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -moz-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -o-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -ms-linear-gradient(top, #ce3b37, #9f2e2c);
    background: linear-gradient(top, #ce3b37, #9f2e2c);
    border-radius: 5px;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    line-height: 32px;
	width: 100%;
	border: none;
	cursor: pointer;
}
.feedback dl dd input[type=submit]:hover{}
.feedback dl dd textarea{width:400px!important;border:1px solid #ccc; border-radius:5px; padding:5px; }
.form_result{display: none; color: #010101; font-size: 20px; font-weight: bold; padding: 5px 0px}

h3.spec_header {
    font-size: 32px;
    color: #568c00;
    font-weight: 700;
    text-align: center;
	text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 22px;
	letter-spacing: 1px;
    background: url(../images/hr.png) no-repeat center bottom;
}

.actions{
	padding-bottom: 76px;
	padding-top: 1px;
}
.action{
	width: 660px;
    background-color: #f1f1f1;
    margin: 0 auto;
    height: 174px;
    border-radius: 10px;
	color: #575757;
	
}
.action img{
	float: left;
	margin-right: 17px;
}

.action p{
	font-size: 18px;
	margin-top: 0px;
}

ul.bonuses{
	display: table;
    padding: 0px;
    width: 100%;
	margin-top: 40px;
    margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
ul.bonuses li{
	width: 20%;
	display: inline-block;
	float: left;
	vertical-align: top;
	text-align: center;
}
ul.bonuses li img{
	display: block;
    margin: 20px auto;
}
.pqgift {
    border: 2px solid #148d00;
    border-radius: 10px;
    min-height: 234px;
}
.pqgift p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 10px 0;
}
.catalog_block{
    background-color: #f1f1f1;
    background-image: url(../images/catalog_bg.png);
    min-height: 620px;
    padding-bottom: 10px;
    padding-top: 1px;
    background-repeat: no-repeat;
}

ul.catalog_menu {
    width: 100%;
    padding: 0px;
    overflow: hidden;
    z-index: 10;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 20px;
}
ul.catalog_menu li {
    display: inline-block;
	background-color: #575757;
    color: #ffffff;
	width: 120px;
	height: 33px;
    font-size: 16px;
	text-align: center;
    line-height: 33px;
	border-radius: 30px;
	cursor: pointer;
	margin: 0 8px;
}
ul.catalog_menu li a{
	color: #ffffff;
	text-decoration: none;
	display: block;
}
ul.catalog_menu li.active{
	background-color: #7abf18;
}
.catalog_block .catalog{
	display: inline-block;
	width: 1060px;
}
.catalog_block .content-container{
	width: 1260px;
}
.catalog .catalog_content{ 
	overflow: hidden;
}
.catalog .show_description,
.catalog .hide_description {
    display: inline-block;
    background-color: #575757;
    color: #ffffff;
    width: 125px;
    height: 33px;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    border-radius: 30px;
    cursor: pointer;
   margin: 20px auto;
    text-decoration: none;
    display: block;
}
.catalog .show_description:hover ,
.catalog .hide_description:hover
{
    background-color: #7abf18;
}
@media all and (max-width:1400px) {
	.catalog_block .catalog{
		width: 800px;
	}
	.catalog_block .content-container{
		width: 1000px;
	}
	.catalog .catalog_item:nth-child(3n+1){
		clear: both;
	}
	.catalog .catalog_item:nth-child(4n+1){
		clear: none;
	}
}
.catalog .catalog_item{
	width: 245px;
	margin-right: 17px;
	float: left;
	background-color: #ffffff;
	padding-top: 5px;
	margin-bottom: 12px;
	border-radius: 5px;
	border: 1px solid #7abf18;
}

@media all and (min-width:1400px) {
	.catalog .catalog_item:nth-child(4n+1){
		clear: both;
	}
	.catalog .catalog_item:nth-child(3n+1){
		clear: none;
	}
}
.catalog .catalog_item .catalog_image{
    width: 100%;
    box-sizing: border-box;
	padding: 10px;
	text-align: center;
	float: left;
	padding-top: 15px;
	height: 190px;
}
.catalog .catalog_item .catalog_image img{
	max-height: 160px;
	max-width: 100%;
}
.catalog .catalog_item .catalog_text{
	padding-left: 5%;
	padding-bottom: 10px;
	padding-right: 5%;
	color: #575757;
	font-size: 14px;
}
.catalog .catalog_item  h4{
	color: #7abf18;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.catalog .catalog_item .catalog_text p{
	margin: 0px;
}
.catalog .catalog_item .catalog_text table{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
}
.catalog .catalog_item .catalog_text .green {
	color: #7abf18;
	font-style: italic;
	font-size: 12px;
	display: block;
}
.catalog .catalog_item .catalog_text .red {
	color: #ff0000;
	font-style: italic;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}
.catalog .catalog_item .catalog_price, 
.catalog .catalog_item .catalog_button {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
	border-radius: 5px;
    color: #fff;
    float: left;
    text-align: center;
    height: 42px;
    line-height: 42px;
	background: -webkit-linear-gradient(top, #ce3b37, #9f2e2c);
	background: -moz-linear-gradient(top, #ce3b37, #9f2e2c);
	background: -o-linear-gradient(top, #ce3b37, #9f2e2c);
	background: -ms-linear-gradient(top, #ce3b37, #9f2e2c);
	background: linear-gradient(top, #ce3b37, #9f2e2c); }
}
.catalog .catalog_item .catalog_price{
	background-color: #575757;
}
.catalog .catalog_item .catalog_button {
	background-color: #7abf18;
	text-decoration: none;
}
.catalog_form_block {
    border: 0px;
    #border-style: solid;
    #border-width: 6px;
    #border-color: rgba(122, 191, 24, 0.54);
    width: 200px;
    #box-sizing: border-box;
    float: right;
    #background-color: rgba(255, 255, 255, 0.84);
    text-align: center;
   #padding: 0 10px;
}
.catalog_form_block h3 {
    font-size: 16px;
    color: rgb(122, 191, 24);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 21.3px;
    text-align: center;
    margin: 14px 0 13px;
}
.catalog_form_block .feedback dl dd input[type=submit]{margin-top: 5px;}

.scheme{
	background-color: #f1f1f1;
	padding-bottom: 15px;
}
.scheme h3{
	color: #575757;
	font-size: 30px;
	margin-top: 0px;
	padding-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.scheme_slider{
	width: 100%;
	height: 300px;
	display: inline-block;
}
.scheme ul{
	display: inline-block;
}
.scheme ul li{
	width: 162px;
    display: inline-block;
    padding-right: 69px;
	padding-top: 17px;
	padding-bottom: 20px;
	background: url("../images/green_arrow.png") no-repeat 187px center;
}
.scheme ul li img{
	max-width: 100%;
}
.scheme ul li:last-child{
	background-image: none;
	padding-right: 10px;
}
.scheme ul li span{
	display: block;
    background-color: #7abf18;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-size: 18px;
    font-weight: 700;
}
.montazh_block{
	text-align: center;
	font-size: 14px;
	color: #575757;
	padding-bottom: 65px;
}
.montazh{
	width: 1000px;
    height: 500px;
    margin: 0 auto;
	margin-top: 30px;
}

.scheme_form_block {
	border-style: solid;
    border-width: 6px;
    border-color: rgba(122, 191, 24, 0.54);
    width: 245px;
    box-sizing: border-box;
    float: right;
    background-color: #fbfbfb;
    text-align: center;
    padding: 0 10px;
    margin-right: 40px;
}
.scheme_form_block h3 {
    font-size: 20px;
    color: rgb(122, 191, 24);
    font-weight: 700;
	padding-top: 0px;
    text-transform: uppercase;
    line-height: 27px;
    text-align: center;
    margin: 14px 0 13px;
}
.scheme_form_block .feedback dl dd input[type=submit]{margin-top: 20px;}
.scheme_form_block .feedback{margin-bottom: 23px; margin-top: 27px;}

.green{color: #7abf18;}

.masters_block{
    background: url(../images/tree.png) no-repeat center 50px #f1f1f1;
    padding-top: 5px;
	padding-bottom: 25px;
    text-align: center;
    font-size: 14px;
    color: #575757;
}
.masters_block .green{
	 font-size: 19px; 
	 font-weight: bold;.
}
ul.master_do{
	display: table;
    padding: 0px;
    width: 100%;
	margin-top: 30px;
    margin-bottom: 20px;
}
ul.master_do li{
	width: 20%;
	display: inline-block;
	float: left;
	vertical-align: top;
}
ul.master_do li img{
	display: block;
    margin: 15px auto;
}
.masters_list{
	padding-top: 50px;
    display: table;
    width: 100%;
}
.masters_block .masters_list .master {
    width: 265px;
    #float: left;
    text-align: center;
    font-size: 12px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.masters_block .masters_list .master .text{
	min-height: 56px;
    display: block;
}
.masters_block .masters_list .master img{
	display: block;
    margin: 0 auto 13px;
	width: 210px;
}
.masters_block .masters_list .master:nth-child(3n+1) {
	#clear: both;
	#padding-right: 50px;
}
.masters_block .masters_list .master:nth-child(3n+2) {
	#padding: 0 52px;
}
.masters_block .masters_list .master:nth-child(3n) {
	#padding-left: 50px;
	#float: right;
}
.masters_block .masters_list .master .master_full {
    font-size: 14px;
    z-index: 100;
    position: relative;
    background: #7abf18;
    border-radius: 5px;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    line-height: 33px;
    width: 212px;
    display: inline-block;
	margin-top: 15px;
}
.master_page table img{
	border: 1px solid #7abf18;
}
.spec_form_block, .fancyform {
	border-style: solid;
    border-width: 6px;
    border-color: rgba(122, 191, 24, 0.54);
    width: 732px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.84);
    text-align: center;
	margin: 10px auto;
}
.spec_form_block .feedback, .fancyform .feedback{
    padding: 24px;
    margin: 0px auto 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.fancyform {margin: 0px;}
.spec_form_block .feedback input,
.online-test__form .feedback input,
.fancyform .feedback input {
	border: 1px solid #575757;
    color: #575757;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 14px;
    width: 212px;
    font-size: 13.5px;
    height: 33px;
}
.spec_form_block .feedback input[type="text"],
.online-test__form .feedback input[type="text"],
.fancyform .feedback input[type="text"]  {
    padding-left: 15px;
    background-color: #fff;
    color: #6f7580;
	margin-right: 14px;
}
.spec_form_block  input[type=submit], 
.online-test__form  input[type=submit], 
.fancyform  input[type=submit] {
    font-size: 14px;
    z-index: 100;
    position: relative;
    background: -webkit-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -moz-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -o-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -ms-linear-gradient(top, #ce3b37, #9f2e2c);
    background: linear-gradient(top, #ce3b37, #9f2e2c);
    border-radius: 5px;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    line-height: 32px;
    width: 212px;
    border: none;
    cursor: pointer;
}
.spec_form_block h3,
.fancyform h3 {
    font-size: 20px;
    color: rgb(122, 191, 24);
    font-weight: 700;
    padding-top: 0px;
    text-transform: uppercase;
    line-height: 27px;
    text-align: center;
    margin: 10px 0 0px;
}
.fancyform h3 {
	margin-bottom: 15px;
    font-size: 18px;
	margin-top: 0px;
}
a.butt{
    font-size: 14px;
    margin-top: 20px;
    z-index: 100;
    position: relative;
    background: -webkit-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -moz-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -o-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -ms-linear-gradient(top, #ce3b37, #9f2e2c);
    background: linear-gradient(top, #ce3b37, #9f2e2c);
    border-radius: 5px;
    padding: 0 26px;
    text-decoration: none;
    color: #fff;
    line-height: 32px;
    display: inline-block;
}
.vip_block{
	padding-bottom: 40px;
}
.vip_list .vip{
	width: 470px;
	float: left;
	background-color: #f1f1f1;
	border-radius: 10px;
	margin-bottom: 20px;
	height: 214px;
	overflow: hidden;
	position: relative;
}
.vip_list .vip:nth-child(2n){
	float: right;
}
.vip_list .vip .vip_image{
	width: 165px;
	padding: 0px;
	text-align: center;
	float: left;
}
.vip_list .vip .vip_text{
	padding-left: 180px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: #575757;
	font-size: 14px;
}
.vip_list .vip .vip_text h4{
    color: #7abf18;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 1px;
    text-transform: uppercase;
    line-height: normal;
}
.vip_list .vip .vip_text .comment {
    margin-bottom: 20px;
    display: block;
}
.vip_list .vip .vip_text p{
	margin: 0px;
	font-style: italic;
	font-size: 18px;
}

.vip_list .vip .vip_text .grey {
	font-style: italic;
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 33px;
    color: #575757;
}
.vip_list .vip .vip_text .green {
	font-size: 14px;
	z-index: 100;
    position: relative;
    background: #7abf18;
    border-radius: 5px;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    line-height: 33px;
    width: 170px;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
}
.vip_block .vip_list {
    display: table;
    width: 100%;
}

.about_block{
	/** background: url(../images/about.png) no-repeat center 118px #f1f1f1; **/
	padding-top: 10px;
	padding-bottom: 30px;
	/** height: 506px; **/
}
.map{
    width: 49%;
    display: inline-block;
	position: relative;
	height: 220px;
	margin-top: 10px;
    margin-bottom: 30px;
}
.map.right{ float: right; }
.map .map_text{
	width: 180px;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(122, 191, 24, 0.68);
    color: #fff;
	padding-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 16px;
	font-weight: 700;
}
.contacts_block{
	padding-bottom: 25px;
}

.scheme .djslider-default .navigation-container-custom, .scheme .djslider-default .navigation-numbers {
    bottom: -25px;
    position: absolute;
    top: auto;
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
	top: auto;
}
.scheme .djslider-loader-default{
	padding-bottom: 25px;
}
.frame_body{
	min-width: 100%;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    padding: 15px;
    box-sizing: border-box;
	display: inline-block;
}
.frame_body .catalog_item {
	display: table;
    width: 100%;
}
.frame_body .catalog_text{
	padding-left: 30%;
}
.frame_body .catalog_text .price{
	font-weight: bold; 
	color: #ce3b37; 
	font-size: 30px;
	background-image: url('../images/kruzhok.png');
	background-size: contain;
    background-repeat: no-repeat;
    padding: 10px 25px;
    background-position: center;
}
.frame_body .catalog_image{
    width: 30%;
    float: left;
    text-align: center;
}
.frame_body .catalog_image img{
	max-width: 100%;
}
.frame_body h2{
	text-align: center;
    padding-top: 10px;
    font-size: 30px;
}
.frame_body h3{
	text-align: center;
    font-size: 25px;
}
.frame_body .spec_form_block  input[type=submit]{
	background: -webkit-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -moz-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -o-linear-gradient(top, #ce3b37, #9f2e2c);
    background: -ms-linear-gradient(top, #ce3b37, #9f2e2c);
    background: linear-gradient(top, #ce3b37, #9f2e2c);
	font-size: 16px;
    font-weight: 700;
}
.modifications{
	width: 100%;
}
.modifications .modification{
    font-size: 16px;
	font-weight: 700;
    z-index: 100;
    position: relative;
    background-color: #7abf18;
    border-radius: 5px;
    padding: 0 6px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    line-height: 32px;
    width: 23%;
    border: none;
    cursor: pointer;
    margin: 0 1%;
    text-align: center;
    box-sizing: border-box;
}
.modifications .modification.active{
	background: #5d950c;
}
.frame_body .spec_form_block{
	margin-top: 20px;
	width: 755px
}

table.modal_model {border-collapse: collapse; font-size: 14px; margin: 0px;}
.modal_model td {border-bottom: 1px solid #f0f0f0; padding: 5px 0;}


.owl-theme .owl-nav{
	position: absolute;
    top: calc(50% - 8px);
    margin: 0;
    width: 100%;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-next:hover{
	background: url(../images/right_arrow.png) no-repeat !important;
	width: 9px;
	height: 15px;
	right: 0px;
    position: absolute;
	margin: 0!important;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev:hover{
	background: url(../images/left_arrow.png) no-repeat !important;
	width: 9px;
	height: 15px;
	left: 0px;
    position: absolute;
	margin: 0!important;
}
div.grwf2-wrapper.wf2-embedded{
	z-index: 10 !important;
}
.bron_ceny {
 	position: absolute;
    right: 50px;
    top: 27px;
    width: 170px;
    color: #ce3b37;
    font-size: 15px;
    text-align: center;
}
.fancybox-opened, .fancybox-inner {
    min-width: 800px !important;
}
.promo{
	float: left;
    width: 250px;
    margin-top: 30px;
    margin-left: 50px;
    color: #ce3b37;
}
.promo a{
	color: #ce3b37;
	text-decoration: none;
}