@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&amp;subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic&amp;subset=latin,cyrillic);

@font-face {
    font-family: "ALSRublRegular";
	src: url( "https://okon-bis.ru/templates/67uk/fonts/rouble-webfont.html" );
    src: url( "https://okon-bis.ru/templates/67uk/fonts/rouble-webfontd41d.html?" ) format( "embedded-opentype" ),
		 url( "https://okon-bis.ru/templates/67uk/fonts/rouble-webfont-2.html" ) format( "woff" ),
		 url( "https://okon-bis.ru/templates/67uk/fonts/rouble-webfont-3.html" ) format( "truetype" ),
		 url( "../fonts/rouble-webfont.svg" ) format( "svg" );
}

body {
	color: #181818;
	background-color: #fff;
	font-family: 'PT Sans';
	letter-spacing: 0.025em;
}

.w950 {
	width: 950px;
	margin: 0 auto;
}

#wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

h2 {
	color: #e86166;
	font: 36px/40px 'PT Serif';
	padding-top: 60px;
}

.ruble {
	font-family: "ALSRublRegular";
}

/*--Блок акция/звонок с формой--*/
.bgf {
	background: #e6f5f6  url("../img/bg/flowers.jpg") no-repeat center center;
	z-index: 0;
}

.bgp {
	background: #e6f5f6 url("../img/bg/phone.jpg") no-repeat center center;
}

.bg-corner-top1 {
	background: url("../img/bg/corner-form-top.png") no-repeat top center;
}

.bg-corner-top2 {
	background: url("../img/bg/corner-form-top2.png") no-repeat top center;
}

.bgc1:before, .bgc1:after {
	background-color: #F6F5F5;
}

.bgc2:before, .bgc2:after {
	background-color: #FFF;
}

.bgc3:before, .bgc3:after {
	background-color: #f6f1e8;
}

/*--угол низ--*/
.corner-bottom:before, .corner-bottom:after {
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    width: 50%;
}

.corner-bottom:after {
    border-radius: 80px 0 0 0;
    left: auto;
    right: 0;
}

.corner-bottom:before {
    border-radius: 0 80px 0 0;
}
/*--/угол низ/--*/

.sform {
	padding: 100px 0;
}

.sform .left{
	width: 280px;
}

.sform .left h3{
	font: 36px/36px 'PT Serif';
	margin-bottom: 20px;
}

.sform .left p{
	font-size: 18px;
	line-height: 25px;
}

.sform .ml{
	margin-left: -100%;
}

.sform .form {
	margin-left: -295px;
}

/*--таймер--*/
.clocks {
	background-color: #fff;
	padding: 7px 20px;
	position: relative;
	width: 310px;
	margin: 170px auto 0;
}

.clocks p{
	font-size: 18px;
	line-height: 26px;
}

.clocks div, .clocks i{
	display: inline-block;
	font: bold italic 26px 'PT Serif';
}

.clocks i{
	min-width: 30px;
}

.clocks div{
	margin-right: 5px;
}

.clocks:before, .clocks:after { 
	content: ""; 
	position: absolute; 
	z-index: -2; 
	bottom: 20px; 
	left: 20px; 
	width: 50%; 
	height: 20%; 
	max-width: 300px; 
	-webkit-box-shadow:0 15px 15px rgba(0, 0, 0, 0.7); 
	   -moz-box-shadow:0 15px 15px rgba(0, 0, 0, 0.7); 
	        box-shadow:0 15px 15px rgba(0, 0, 0, 0.7); 
	
	-webkit-transform:rotate(-8deg); 
	   -moz-transform:rotate(-8deg); 
	    -ms-transform:rotate(-8deg); 
	     -o-transform:rotate(-8deg); 
	        transform:rotate(-8deg); 
} 

.clocks:after { 
	right: 20px; 
	left: auto; 
	-webkit-transform:rotate(8deg); 
	   -moz-transform:rotate(8deg);
	    -ms-transform:rotate(8deg); 
	     -o-transform:rotate(8deg); 
	        transform:rotate(8deg); 
 }
/*--/таймер/--*/
/*--/Блок акция/звонок с формой/--*/

/*--Форма--*/
form {
	text-align: center;
	width: 295px;
}

form > p {
	color: #2b2b2b;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 20px;
}

form li {
	margin-bottom: 15px;
}

form li input {
	width: 100%;
	border: 1px solid #c9c9c9;
	padding: 5px 10px;
	font: 18px 'PT Sans';
	text-align: center;
	border-radius: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: border, box-shadow ease 0.1s;
}

form li input:focus {
	outline: none;
	border: 1px solid #2cacb3;
	box-shadow: 0 0 0 2px rgba(44, 172, 179, 0.2) inset;
}

form li .button {
	background: url("../img/bg/btn-request.png") no-repeat 0 0;
	border: 0;
    width: 195px;
	height: 39px;
	margin-top: 10px;
	text-indent: -9999px;
	cursor: pointer;
}

form li .button:hover{
	background: url("../img/bg/btn-request.png") no-repeat 0 -39px;
}

form li .button:active {
	background: url("../img/bg/btn-request.png") no-repeat 0 -78px;
}

form li .orderBtn {
	background: url("../img/bg/btn-order.png") no-repeat 0 0;
	border: 0;
    width: 234px;
	height: 39px;
	margin-top: 10px;
	text-indent: -9999px;
	cursor: pointer;
}

form li .orderBtn:hover {
	background: url("../img/bg/btn-order.png") no-repeat 0 -39px;
}

form li .orderBtn:active {
	background: url("../img/bg/btn-order.png") no-repeat 0 -78px;
}

form li p {
	color: #3f3f3f;
	font-size: 12px;
	margin: 0;
}

input::-webkit-input-placeholder {color: #dfdfdf;}
input:-moz-placeholder {color: red;}

/*--/Форма/--*/

/*--Кнопка звонка--*/
.callBackBtn {
    background: url("../img/bg/btn-callback.png") no-repeat 0 0;
    display: block;
    text-indent: -9999px;
    width: 195px;
	height: 39px;
}

.callBackBtn:hover {
    background: url("../img/bg/btn-callback.png") no-repeat 0 -39px;
}

.callBackBtn:active {
    background: url("../img/bg/btn-callback.png") no-repeat 0 -78px;
}
/*--/Кнопка/--*/
a.mailto {
	color: #2cacb3;
	font-size: 12px;
	text-decoration: underline;
}

a.mailto:hover {
	color: #f06569;
}

/*--Псевдоссылка--*/
a.g-link {
	color: #2cacb3;
	font-size: 12px;
	text-decoration: none;
	background: -moz-linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background: -ms-linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background: -o-linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background: -webkit-gradient(linear,0 0,100% 0,from(#2cacb3),color-stop(0.5,#2cacb3),color-stop(0.5,transparent));
	background: -webkit-linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background: linear-gradient(left,#2cacb3,#2cacb3 50%,transparent 50%);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: 0 1.2em;
	margin-right: 9px;
}

a.g-link:hover {
	color: #f06569;
	background: -moz-linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background: -ms-linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background: -o-linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background: -webkit-gradient(linear,0 0,100% 0,from(#f06569),color-stop(0.5,#f06569),color-stop(0.5,transparent));
	background: -webkit-linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background: linear-gradient(left,#f06569,#f06569 50%,transparent 50%);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: 0 1.2em;
}
/*--/Псевдоссылки/--*/
/*-------------------------------------------------------------------------------------------------------*/

/*----HEAD----*/
#head .w950 {
	padding-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
}

/*--slogon--*/
#head .slogon {
	margin-left: -100%;
	margin-top: 65px;
	text-align: right;
}

#head .slogon h1 {
	color: #292929;
	font-size: 27px;
	font-weight: normal;
}

#head .slogon p {
	color: #e86166;
	margin-top: 20px;
	font: 20px/22px 'PT Serif';
}
/*--/slogon/--*/

/*--logo--*/
#head .logo {
	margin: 45px auto 0;
	width: 305px;
}
/*--/logo/--*/

/*--callback--*/
#head .callback {
	margin-left: -300px;
	margin-top: 35px;
	width: 300px;
}

#head .callback p {
	color: #3c3c3c;
	font-size: 28px;
	margin: 15px 0 20px;
}
/*--/callback/--*/

/*--menu--*/
#menu li {
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
}

#menu li.sep {
	background: url("../img/bg/menu-sep.png") no-repeat center center;
	padding: 20px 40px;
}

#menu li a {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted #2f2f2f;
	transition: all ease 0.1s;
}

#menu li a:hover {
	color: #f06569;
	border-bottom: 1px dotted #f06569;
}

.menu-fixed {
    background-color: rgba(255,255,255, 0.8);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    padding-top: 20px;
    position: fixed;
    top: -20px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 60; 
}
/*--/menu/--*/
/*----/HEAD/----*/

/*----SIDE1----*/
#side1  {
	background: #f6f4f5 url("../img/bg/whywebg.jpg") no-repeat center 50%;
	padding-bottom: 50px;
}

#side1 .w950 h2 {
	padding-bottom: 60px;
}

#side1 .w950 div {
	display: inline-block;
	vertical-align: top;
	width: 370px;
	margin-bottom: 50px;
}

#side1 .w950 div h3 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}

#side1 .w950 div p {
	font-size: 18px;
	line-height: 22px;
}

#side1 .w950 div:nth-child(even){
	text-align: right;
	margin-right: 100px;
}

#side1 .w950 div:nth-child(odd){
	text-align: left;
	margin-left: 100px;
}

#side1 .w950 div:nth-child(4){
	margin-right: 170px;
	width: 300px;
}

#side1 .w950 div:nth-child(5){
	margin-left: 170px;
	width: 300px;
}
/*----/SIDE1/----*/

/*----SIDE2----*/
#side2 {
	background: url("../img/bg/side2.jpg") no-repeat 0 0;
	padding: 130px 0 125px;
}

#side2 .w950 div {
	width: 400px;
}

#side2 .w950 div h3 {
	font: 36px 'PT Serif';
	margin-bottom: 10px;
}

#side2 .w950 div p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
/*----/SIDE2/----*/

/*----SIDE3----*/
#side3 {
	background: url("../img/bg/side-top.html") no-repeat center 0;
}

#side3 .w950 h2 {
	padding-bottom: 40px;
}

#side3 .w950 .line1 div {
	display: inline-block;
	vertical-align: middle;
}

#side3 .w950 .line1 {
	padding: 0 0 50px;
	border-bottom: 1px dashed #000;
}

#side3 .w950 .line1 div:first-child, #side3 .w950 .line1 div:last-child {
	font-size: 24px;
	line-height: 30px;
	width: 300px;
}

#side3 .w950 .line1 div:first-child {
	text-align: right;
}

#side3 .w950 .line1 div:last-child {
	text-align: left;
}

#side3 .w950 .line1 .ribbon {
	background: url("../img/bg/ribbon.png") no-repeat center bottom;
	width: 300px;
	margin: 0 20px;
}

#side3 .w950 .line1 .ribbon b {
	font-size: 60px;
	line-height: 75px;
}

#side3 .w950 .line1 .ribbon p {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 15px 0;
}

#side3 .w950 .line2 {
	margin: 50px 0;
}

#side3 .w950 .line2 div {
	display: inline-block;
	vertical-align: top;
	width: 180px;
}

#side3 .w950 .line2 div:nth-child(3){
	margin: 0 15px;
}

#side3 .w950 .line2 div b {
	font-size: 30px;
}

#side3 .w950 .line2 div p {
	font-size: 18px;
	line-height: 22px;
	margin-top: 15px;
}
/*----/SIDE3/----*/

/*----SIDE4---*/

/*----/SIDE4/----*/

/*----SIDE5----*/
#side5 {
	background-color: #f6f5f5;
	padding: 20px 0 50px;
	position: relative;
}

#side5 .w950 h2 {
	padding-bottom: 60px;
}

#side5 .w950 div {
	display: inline-block;
	vertical-align: top;
	width: 295px;
	margin-bottom: 100px;
}

#side5 .w950 div:nth-child(3n+3){
	margin: 0 25px;
}

#side5 .w950 div h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 15px;
}

#side5 .w950 div p {
	font-size: 18px;
	line-height: 22px;
}
/*----/SIDE5/----*/

/*----SIDE6----*/
#side6 {
	background: url("../img/bg/corner10.png") no-repeat top center, url("../img/bg/bag.png") no-repeat center center;
	padding-bottom: 100px;
}

#side6 .w950 h2 {
	padding-bottom: 20px;
}

#side6 .w950 p {
	font-size: 24px;
}

#side6 table {
	width: 560px;
	margin: 30px auto 0;
}

#side6 table td {
	padding: 30px 20px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 18px;
}
/*----/SIDE6/----*/

/*----SIDE7----*/
#side7 {
	background: url("../img/bg/side7.jpg") no-repeat 0 0;
	padding-top: 100px;
	height: 530px;
}

#side7 .w950 div {
	width: 460px;
}

#side7 .w950 div h3 {
	font: 36px/34px 'PT Serif';
	margin-bottom: 20px;
}

#side7 .w950 div p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

/*----/SIDE7/----*/

/*----SIDE8----*/
#side8 h2 {
	background: url("../img/bg/pig.png") no-repeat center 10px;
	margin-bottom: 70px;
}
/*----/SIDE8/----*/

/*----SIDE9----*/
#side9 {
	background-color: #f6f5f5;
	padding-bottom: 60px;
}

#side9 .w950 h2 {
	padding-bottom: 30px;
}

#side9 .w950 p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
/*----/SIDE9/----*/

/*----SIDE10----*/
#side10 {
	background: url("../img/bg/corner10.png") no-repeat top center;
	padding: 60px 0;
}

#side10 .w950 {
	background: url("../img/bg/brace.png") no-repeat center 83%;
}

#side10 .w950 h2 {
	background: url("../img/bg/clock.png") no-repeat center 0;
}

#side10 .w950 p {
	font-size: 18px;
	line-height: 32px;
	margin-top: 100px;
}

#side10 .w950 p b {
	font-size: 28px;
}

#side10 .w950 .stages {
	background: url("../img/bg/stages.png") no-repeat center bottom;
	height: 70px;
	margin: 30px 0 20px;
	display: flex;
}

.stages-comment{
	display: flex;
}

#side10 .w950 .stages div {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

#side10 .w950 .stages div p {
	font-size: 18px;
	line-height: 24px;
}

#side10 .w950 .stages .d1 {
	width: 150px;
}

#side10 .w950 .stages .d2 {
	width: 180px;
}

#side10 .w950 .stages .d3, #side10 .w950 .stages .d5 {
	width: 130px;
}

#side10 .w950 .stages .d4{
	width: 160px;
	text-align: left;
	padding-left: 45px;
}

#side10 .w950 .stages .d6 {
	width: 100px;
	padding-left: 50px;
}

#side10 .w950 .stages-comment div {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	padding-left: 17px;
}

#side10 .w950 .stages-comment .c1 {
	width: 150px;
}

#side10 .w950 .stages-comment .c2, #side10 .w950 .stages-comment .c3 {
	width: 124px;
}

#side10 .w950 .stages-comment .c4 {
	width: 185px;
}
#side10 .w950 .stages-comment .c5 {
	width: 150px;
}
#side10 .w950 .stages-comment .c6 {
	width: 100px;
}
/*----/SIDE10/----*/

/*----SIDE11----*/
#side11 {
	background: #f6f1e8 url("../img/bg/corner11.png") no-repeat top center;
	padding: 60px 0 1px;
}

#side11 .corner-bottom{
	margin-bottom: 50px;
}

#side11 .w950 .weds {
	margin: 40px 0 80px;
}

#side11 .w950 .weds h3 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
}

#side11 .w950 .weds h3:after {
	display: block;
	content: "";
	height: 1px;
	border-top: 1px solid #000;
	margin-top: -11px;
}

#side11 .w950 .weds h3 span {
	background-color: #f6f1e8;
	padding: 0 50px;
}

#side11 .w950 .weds a:nth-child(3), #side11 .w950 .weds a:nth-child(4){
	margin-left: 22px;
}

#side11 .w950 .weds .review {
	margin-top: 30px;
}

#side11 .w950 .weds .review img {
	margin-right: 40px;
	margin-bottom: 20px;
}

#side11 .w950 .weds .review p {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	margin-left: 370px
}

#side11 .w950 .weds .review p.pr {
	padding-top: 25px;
	margin-left: 370px
}

#side11 .w950 .weds .review .pr:before {
	color: #e86166;
	content: "«";
	font-size: 80px;
	position: absolute;
	top: 15px;
	left: -60px;
}
/*----/SIDE11/----*/

/*----SIDE12----*/
#side12 {
	background: url("../img/bg/crown.png") no-repeat center center;
	padding: 60px 0 120px;
}
/*----/SIDE12/----*/

/*----FOOTER----*/
#footer {
	padding: 40px 0;
}

/*--slogon--*/
#footer .slogon {
	margin-left: -100%;
	margin-top: 65px;
	text-align: right;
}

#footer .slogon h1 {
	color: #292929;
	font-size: 27px;
	font-weight: normal;
}

#footer .slogon p {
	color: #e86166;
	margin-top: 20px;
	font: 20px/22px 'PT Serif';
}
/*--/slogon/--*/

/*--logo--*/
#footer .logo {
	margin: 45px auto 0;
	width: 305px;
}
/*--/logo/--*/

/*--social--*/
#footer .logo .social {
	margin-top: 25px;
}

#footer .logo .social a {
	display: inline-block;
	height: 28px;
	width: 28px;
	margin-right: 5px;
}

#footer .logo .social .vk {
	background: url("../img/bg/social.png") no-repeat 0 0;
}

#footer .logo .social .fb {
	background: url("../img/bg/social.png") no-repeat -28px 0;
}

#footer .logo .social .tw {
	background: url("../img/bg/social.png") no-repeat -56px 0;
}

#footer .logo .social .in {
	background: url("../img/bg/social.png") no-repeat -84px 0;
}
/*--/social/--*/

/*--LP lable--*/
#footer .logo .label {
	font: 14px/30px 'PT Serif';
	margin-top: 50px;
}

#footer .logo .label a.lp-logo {
	display: block;
	background: url("../img/bg/lp-label.png") no-repeat 0 0;
	width: 153px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#footer .logo .label a.lp-logo.selected {
	background-position: 0 -36px;
}

#footer .logo .label a {
	color: #2cacb3;
}

#footer .logo .label a.lp-link.selected {
	color: #F06569;
}
/*--/LP label/--*/

/*--callback--*/
#footer .callback {
	margin-left: -300px;
	margin-top: 35px;
	width: 300px;
}

#footer .callback span {
	color: #2cacb3;
	font-size: 12px;
	text-decoration: underline;
}

#footer .callback p {
	color: #3c3c3c;
	font-size: 28px;
	margin: 15px 0 20px;
}
/*--/callback/--*/
/*----/FOOTER/----*/

/* ------------------------------------------------------------------------------------- */
.wrOverlay {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 111;
	cursor: pointer;
	display: none;
}

/*--we call--*/
.we-call {
	display: none;
	background-color: #fff;
	top: 20%;
	left: 50%;
    margin: 0 0 0 -210px;
	padding: 30px 60px 20px;
    position: fixed;
    z-index: 113;
	border-radius: 10px;
}

input[type=text].error {
	border: 1px solid red;
	box-shadow: 0 0 0 2px #eeb2b2 inset;
}

.close {
	background: url("../img/bg/close.gif") no-repeat center center;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
}

/*--thanks--*/
.thanks {
	display: none;
	background-color: #fff;
	left: 50%;
    margin: 0 0 0 -210px;
	padding: 30px 40px;
    position: absolute;
	z-index: 113;
	border-radius: 10px;
}

.thanks p {
	font-size: 26px;
	line-height: 30px;
}
/*--/thanks/--*/

/*--Slider--*/
.bx-controls {
	position: relative;
	width: 780px;
	margin: 0 auto;
}

.bx-viewport {
	padding-bottom: 80px;
	background-color: #f6f4f5;
}

.bx-wrapper .bx-caption {
    bottom: -55px;
    left: 0;
    position: absolute;
    width: 100%;
}

.bx-wrapper .bx-caption span {
	background-color: #fff;
    display: block;
    padding: 20px 60px;
	width: 660px;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	height: 120px;
	position: relative;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.bx-wrapper .bx-caption span:before, .bx-wrapper .bx-caption span:after {
	content: ""; 
	position: absolute; 
	z-index: -2;
}

.bx-wrapper .bx-caption span:before {
	top: 50%; 
	bottom: 0px; 
	left: 30px; 
	right: 30px; 
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6); 
	   -moz-box-shadow: 0 0 30px rgba(0,0,0,0.6); 
	        box-shadow: 0 0 30px rgba(0,0,0,0.6); 
	-moz-border-radius: 100% / 80px; 
	     border-radius: 100% / 80px;
}

.bx-caption h3 {
	color: #e86166;
	font: italic 36px/33px 'PT Serif';
	margin-bottom: 15px;
}

.bx-wrapper .bx-caption span p  {
	font-size: 18px;
	line-height: 22px;
	padding: 0 20px;
}

.bx-wrapper .bx-controls-direction a {
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: -125px;
    width: 37px;
	height: 37px;
    z-index: 60;
}

.bx-wrapper .bx-prev {
    background: url("../img/bg/prev-next.png") no-repeat 0 center;
    left: 3%;
}

.bx-wrapper .bx-next {
    background: url("../img/bg/prev-next.png") no-repeat -37px center;
    right: 3%;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
	opacity: 0.8;
}