/*FONTS*/
@font-face {
    font-family: Calibri;
    src: url(fonts/8277.ttf);
}
/**/
/*global*/
.semi {
	display: none;
}
.owl-item .item {
	margin: auto;
}
.error {
	border: 1px solid red !important;
}
body {
	color: #2e2e2e;
	overflow-x: hidden;
}
.container {
	max-width: 1170px;
	position: relative;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.ui-widget-overlay {
	background: rgba(0,0,0, 0.6);
}
#popup-small form {
	padding: 29px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 39px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(234,229,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e0',GradientType=0 );
}
#popup-thanks form {
	padding: 29px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 39px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(234,229,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e0',GradientType=0 );
}
#popup-small form label {
	display: block;
    position: relative;
    min-height: 20px;
    padding-left: 31px;
    font-family: 'Calibri';
    font-size: 15px;
    color: #8a8a8a;
    font-weight: normal;
}
#popup-small form label:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1000px;
}
#popup-small form label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #ff942b;
    width: 7px;
    height: 7px;
    opacity: 0;
    border-radius: 1000px;
}
#popup-small form input:checked ~ label:after {
    opacity: 1;
}
#popup-small form input[type="checkbox"] {
	display: none;
}
#popup-small .title {
	font-family: 'Calibri';
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
} 
#popup-small input {
	width: 100%;
    font-family: 'Calibri';
    font-size: 18px;
    padding-left: 15px;
    height: 50px;
    background: transparent;
    border: 1px solid #dddbd9;
    border-radius: 6px;
    color: #8a8a8a;
    margin-bottom: 15px;
}
#popup-small input[type="submit"] {
    font-family: 'Calibri';
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10000px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    background: rgb(255,140,25);
    background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 );
}
#popup-small input[type="submit"]:hover, #popup-small input[type="submit"]:focus, #popup-small input[type="submit"]:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
#popup-small form a {
	color: #f27e18;
}

#popup-medium2 form {
	padding: 29px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 39px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(234,229,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e0',GradientType=0 );
}
#popup-medium2 form label {
	display: block;
    position: relative;
    min-height: 20px;
    padding-left: 31px;
    font-family: 'Calibri';
    font-size: 15px;
    color: #8a8a8a;
    font-weight: normal;
}
#popup-medium2 form label:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1000px;
}
#popup-medium2 form label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #ff942b;
    width: 7px;
    height: 7px;
    opacity: 0;
    border-radius: 1000px;
}
#popup-medium2 form input:checked ~ label:after {
    opacity: 1;
}
#popup-medium2 form input[type="checkbox"] {
	display: none;
}
#popup-medium2 .title {
	font-family: 'Calibri';
	font-size: 29px;
	margin-bottom: 20px;
	margin-top: 10px;
} 
#popup-medium2 input {
	width: 100%;
    font-family: 'Calibri';
    font-size: 18px;
    padding-left: 15px;
    height: 50px;
    background: transparent;
    border: 1px solid #dddbd9;
    border-radius: 6px;
    color: #8a8a8a;
    margin-bottom: 15px;
}
#popup-medium2 input[type="submit"] {
    font-family: 'Calibri';
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10000px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    background: rgb(255,140,25);
    background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 );
}
#popup-medium2 input[type="submit"]:hover, #popup-medium input[type="submit"]:focus, #popup-medium input[type="submit"]:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
#popup-medium2 form a {
	color: #f27e18;
}
#popup-medium form {
	padding: 29px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 39px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(234,229,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e0',GradientType=0 );
}
#popup-medium form label {
	display: block;
    position: relative;
    min-height: 20px;
    padding-left: 31px;
    font-family: 'Calibri';
    font-size: 15px;
    color: #8a8a8a;
    font-weight: normal;
}
#popup-medium form label:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1000px;
}
#popup-medium form label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #ff942b;
    width: 7px;
    height: 7px;
    opacity: 0;
    border-radius: 1000px;
}
#popup-medium form input:checked ~ label:after {
    opacity: 1;
}
#popup-medium form input[type="checkbox"] {
	display: none;
}
#popup-medium .title {
	font-family: 'Calibri';
	font-size: 29px;
	margin-bottom: 20px;
	margin-top: 10px;
} 
#popup-medium input {
	width: 100%;
    font-family: 'Calibri';
    font-size: 18px;
    padding-left: 15px;
    height: 50px;
    background: transparent;
    border: 1px solid #dddbd9;
    border-radius: 6px;
    color: #8a8a8a;
    margin-bottom: 15px;
}
#popup-medium input[type="submit"] {
    font-family: 'Calibri';
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10000px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    background: rgb(255,140,25);
    background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 );
}
#popup-medium input[type="submit"]:hover, #popup-medium input[type="submit"]:focus, #popup-medium input[type="submit"]:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
#popup-medium form a {
	color: #f27e18;
}
#popup-big form {
	padding: 29px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 39px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(234,229,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e0',GradientType=0 );
}
#popup-big form a {
	color: #f27e18;
}
#popup-big form .sizes {
	font-family: 'Calibri';
	font-size: 18px;
	margin-bottom: 20px;
}
#popup-big form .sizes span {
	font-size: 24px;
	margin-right: 7px;
}
#popup-big form label {
	display: block;
    position: relative;
    min-height: 20px;
    padding-left: 31px;
    font-family: 'Calibri';
    font-size: 15px;
    color: #8a8a8a;
    font-weight: normal;
    margin-top: 15px;
}
#popup-big form label:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1000px;
}
#popup-big form label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #ff942b;
    width: 7px;
    height: 7px;
    opacity: 0;
    border-radius: 1000px;
}
#popup-big form input:checked ~ label:after {
    opacity: 1;
}
#popup-big form input[type="checkbox"] {
	display: none;
}
#popup-big .title {
	font-family: 'Calibri';
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
} 
#popup-big input {
	width: 100%;
    font-family: 'Calibri';
    font-size: 18px;
    padding-left: 15px;
    height: 50px;
    background: transparent;
    border: 1px solid #dddbd9;
    border-radius: 6px;
    color: #8a8a8a;
    margin-bottom: 15px;
}
#popup-big textarea {
	width: 100%;
    font-family: 'Calibri';
    font-size: 18px;
    padding-left: 15px;
    height: 100px;
    background: transparent;
    border: 1px solid #dddbd9;
    border-radius: 6px;
    color: #8a8a8a;
    margin-bottom: 15px;
}
#popup-big input[type="submit"] {
    font-family: 'Calibri';
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10000px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    background: rgb(255,140,25);
    background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 );
}
#popup-big input[type="submit"]:hover, #popup-big input[type="submit"]:focus, #popup-big input[type="submit"]:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
.ui-dialog .ui-dialog-titlebar-close {
	right: -5px !important;
    top: 100% !important;
    background-color: transparent;
    width: 15px !important;
    height: 15px !important;
    border: 0;
    background: url(img/close.png);
    background-size: cover;
	background-repeat: no-repeat;
}
.menu-hamburger {
	float: right;
	position: relative;
}
.menu-hamburger span.hamburger {
	width: 50px;
	height: 7px;
	display: block;
	margin-bottom: 7px;
	background: #ff942b;
}
.menu-hamburger-menu {
	text-align: center;
	padding: 15px;
	padding-bottom: 20px;
	display: none;
	position: absolute;
	z-index: 99;
	width: 219px;
    left: -167px;
    background: rgb(255,140,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 ); /* IE6-9 */
}
.menu-hamburger-menu ul {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
	margin-bottom: 15px;
}
.menu-hamburger-menu ul li a {
	color: #fff;
	font-family: 'Calibri';
	font-size: 16px;
}
.clear {
	clear: both;
}
.menu-hamburger-menu a.reg-button {
	font-family: 'Calibri';
	font-size: 16px;
	color: #f27d16;
	font-weight: bold;
	background: #fff;
	text-transform: uppercase;
	padding-right: 35px;
	padding-left: 35px;
	border-radius: 10000px;
	padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.menu-hamburger-menu a.reg-button:hover, .menu-hamburger-menu a.reg-button:focus, .menu-hamburger-menu a.reg-button:active {
	text-decoration: none;
}

.hidden-form {
	position: fixed;
	right: 0;
	top: 10%;
	right: -350px;
	z-index: 999;
}
.hidden-form-label {
	cursor: pointer;
	top: 125px;
    position: absolute;
    left: -131px;
    width: 220px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
	font-family: 'Calibri';
	transform: rotate(-90deg);
	font-size: 16px;
	color: #fff;
	background: rgb(255,140,25);
    background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 );
}
.hidden-form-label:hover, .hidden-form-label:focus, .hidden-form-label:active {
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
.hidden-form form {
	width: 350px;
	padding: 29px;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    padding-bottom: 39px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(234,229,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e0',GradientType=0 );
}
.hidden-form form a {
	color: #f27e18;
}
.hidden-form form .sizes {
	font-family: 'Calibri';
	font-size: 18px;
	margin-bottom: 20px;
}
.hidden-form form .sizes span {
	font-size: 24px;
	margin-right: 7px;
}
.hidden-form form label {
	display: block;
    position: relative;
    min-height: 20px;
    padding-left: 31px;
    font-family: 'Calibri';
    font-size: 15px;
    color: #8a8a8a;
    font-weight: normal;
    margin-top: 15px;
}
.hidden-form form label:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1000px;
}
.hidden-form form label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #ff942b;
    width: 7px;
    height: 7px;
    opacity: 0;
    border-radius: 1000px;
}
.hidden-form form input:checked ~ label:after {
    opacity: 1;
}
.hidden-form form input[type="checkbox"] {
	display: none;
}
.hidden-form .title {
	font-family: 'Calibri';
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
} 
.hidden-form input {
	width: 100%;
    font-family: 'Calibri';
    font-size: 18px;
    padding-left: 15px;
    height: 50px;
    background: transparent;
    border: 1px solid #dddbd9;
    border-radius: 6px;
    color: #8a8a8a;
    margin-bottom: 15px;
}
.hidden-form input[type="submit"] {
    font-family: 'Calibri';
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10000px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    background: rgb(255,140,25);
    background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 );
}
.hidden-form input[type="submit"]:hover, .hidden-form input[type="submit"]:focus, .hidden-form input[type="submit"]:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
/**/
/*Top*/
section.top {
	background: #fef9f3;
	padding-top: 20px;
	padding-bottom: 20px;
}
section.top .social {
	font-family: 'Calibri';
	font-size: 18px;
	color: #2e2e2e;
	text-align: center;
	margin-top: 10px;
}
section.top .social div {
	margin-bottom: 15px;
}
section.top .social a {
	margin-left: 7px;
	margin-right: 7px;
}
section.top .phone {
	font-family: 'Calibri';
	font-size: 30px;
	font-weight: bold;
	color: #2e2e2e;
	margin-top: 10px;
	margin-bottom: 10px;
}
section.top .callback {
	font-family: 'Calibri';
	font-size: 18px;
	color: #f27e18;
	padding-left: 25px;
	background: url(img/callback-phone.png);
	background-position: center left;
	background-repeat: no-repeat;
}
/**/
/*Header*/
section.header {
	background: rgb(255,140,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 ); /* IE6-9 */
}
section.header ul.menu {
	padding-left: 0;
	margin-bottom: 0;
	float: left;
}
section.header ul.menu li {
	display: inline-block;
}
section.header ul.menu li a {
	font-family: 'Calibri';
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
section.header ul.menu li a:hover, section.header ul.menu li a:focus, section.header ul.menu li a:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
section.header a.reg-button {
	float: right;
	font-family: 'Calibri';
	font-size: 16px;
	color: #f27d16;
	font-weight: bold;
	background: #fff;
	text-transform: uppercase;
	padding-right: 35px;
	padding-left: 35px;
	border-radius: 10000px;
	padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
section.header a.reg-button:hover, section.header a.reg-button:focus, section.header a.reg-button:active {
	text-decoration: none;
}
section.main #owl-carousel-main .item .wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
}
section.main #owl-carousel-main .item .title {
	font-family: 'Calibri';
	font-size: 48px;
	color: #2e2e2e;
	line-height: 50px;
	margin-bottom: 30px;
}
section.main #owl-carousel-main .item .title span {
	color: #f27e19;
}
section.main #owl-carousel-main .item .subtitle {
	font-family: 'Calibri';
	font-size: 18px;
	color: #2e2e2e;
	height: 120px;
}
section.main #owl-carousel-main .item .slider-button {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'Calibri';
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #fff;
	text-transform: uppercase;
	padding-right: 45px;
	padding-left: 45px;
	border-radius: 10000px;
	padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    background: rgb(255,140,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 ); /* IE6-9 */
}
section.main #owl-carousel-main .item .slider-button:hover, section.main #owl-carousel-main .item .slider-button:focus, section.main #owl-carousel-main .item .slider-button:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
section.main #owl-carousel-main .item .container {
	height: 100%;
	min-height: 372px;
}
section.main #owl-carousel-main .owl-prev {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	background: url(img/arr-left-main.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}
section.main #owl-carousel-main .owl-next {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	background: url(img/arr-right-main.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
}
/**/
/*Receipts*/
section.receipts {
	background: #ff942b;
	padding-bottom: 60px;
	padding-top: 80px;
}
section.receipts .title {
	font-family: 'Calibri';
	font-size: 48px;
	text-align: center;
	color: #fff;
    margin-bottom: 50px;
}
section.receipts #owl-carousel-catalog .item {
	background: #fff;
	width: 263px;
	overflow: hidden;
}
section.receipts #owl-carousel-catalog .item .img {
	height: 350px;
	overflow: hidden;
}
section.receipts #owl-carousel-catalog .desc {
	padding: 20px
}
section.receipts #owl-carousel-catalog .desc-title {
	font-family: 'Calibri';
	font-size: 18px;
	margin-bottom: 15px;
}
section.receipts #owl-carousel-catalog .desc-price {
	display: inline-block;
	font-family: 'Calibri';
	font-size: 24px;
}
section.receipts #owl-carousel-catalog .desc-button {
	display: inline-block;
	float: right;
	margin-top: 5px;
}
section.receipts #owl-carousel-catalog .desc-button a {
	font-family: 'Calibri';
	font-size: 18px;
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 10000px;
	padding-top: 5px;
    padding-bottom: 7px;
    margin-top: 10px;
    background: rgb(255,140,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 ); /* IE6-9 */
}
section.receipts #owl-carousel-catalog .desc-button a:hover, section.receipts #owl-carousel-catalog .desc-button a:focus, section.receipts #owl-carousel-catalog .desc-button a:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
section.receipts #owl-carousel-catalog .owl-prev {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	background: url(img/arr-left-catalog.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -9%;
}
section.receipts #owl-carousel-catalog .owl-next {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	background: url(img/arr-right-catalog.png);
	background-repeat: no-repeat;
	background-position: center;
	right: -9%;
}
/**/
/*Catalog*/
section.catalog {
	background: #fef9f3;
	padding-bottom: 90px;
	padding-top: 80px;
}
section.catalog .col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
}
section.catalog .title {
	font-family: 'Calibri';
	font-size: 48px;
	text-align: center;
    margin-bottom: 50px;
}
section.catalog .catalog-img {
	position: relative;
	margin-bottom: 11px;
}
section.catalog .catalog-img .title-catalog {
	position: absolute;
	top: 30px;
    left: 40px;
	font-family: 'Calibri';
	font-size: 36px;
}
section.catalog .catalog-img img {
	width: 100%;
}
section.catalog .basic-row {
	margin-bottom: 30px;
}
section.catalog .description {
	font-weight: bold;
	font-family: 'Calibri';
	font-size: 20px;
	text-align: center;
}
section.catalog .button {
	text-align: center;
	margin-top: 60px;
}
section.catalog .button a {
	font-family: 'Calibri';
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #fff;
	text-transform: uppercase;
	padding-right: 45px;
	padding-left: 45px;
	border-radius: 10000px;
	padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    background: rgb(255,140,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 ); /* IE6-9 */
}
section.catalog .button a:hover, section.catalog .button a:focus, section.catalog .button a:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
/**/
/*Bonuses*/
section.bonuses {
	background-color: #ff942b;
	background-image: url(img/bonus.jpg);
	background-repeat: no-repeat;
	    background-position: 26% 100%;
    background-size: 1000px;
	padding-bottom: 60px;
	padding-top: 80px;
}
section.bonuses .title {
	font-family: 'Calibri';
	font-size: 48px;
	text-align: center;
	color: #fff;
    margin-bottom: 50px;
}
section.bonuses .subtitle {
	font-family: 'Calibri';
	font-size: 20px;
	text-align: center;
	color: #fff;
}
section.bonuses ul {
	max-width: 460px;
	float: left;
	margin-top: 60px;
}
section.bonuses ul li {
	font-family: 'Calibri';
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
section.bonuses form {
	width: 100%;
	max-width: 320px;
	float: right;
	background: #fff;
	padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
    background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(234,229,224,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e0',GradientType=0 ); /* IE6-9 */
}
section.bonuses form label a {
	color: #f27e18;
}
section.bonuses form label {
	display: block;
    position: relative;
    min-height: 20px;
    padding-left: 31px;
    font-family: 'Calibri';
    font-size: 15px;
    color: #8a8a8a;
    font-weight: normal;
}
section.bonuses form label:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1000px;
}
section.bonuses form label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #ff942b;
    width: 7px;
    height: 7px;
    opacity: 0;
    border-radius: 1000px;
}
section.bonuses form input:checked ~ label:after {
    opacity: 1;
}
section.bonuses form input[type="checkbox"] {
	display: none;
}
section.bonuses form input {
	width: 100%;
	font-family: 'Calibri';
	font-size: 18px;
	padding-left: 15px;
	height: 50px;
	background: transparent;
	border: 1px solid #dddbd9;
	border-radius: 6px;
	color: #8a8a8a;
	margin-bottom: 15px;
}
section.bonuses form input[type="submit"] {
	font-family: 'Calibri';
	border: 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 10000px;
	padding-top: 10px;
    padding-bottom: 12px;
    margin-top: 10px;
    background: rgb(255,140,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,140,25,1) 1%, rgba(243,120,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,140,25,1) 1%,rgba(243,120,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#f3780c',GradientType=0 ); /* IE6-9 */
}
section.bonuses form input[type="submit"]:hover, section.bonuses form input[type="submit"]:focus, section.bonuses form input[type="submit"]:active {
	text-decoration: none;
	background: rgb(255,169,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,50,1) 0%, rgba(255,126,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,169,50,1) 0%,rgba(255,126,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa932', endColorstr='#ff7e0d',GradientType=0 ); /* IE6-9 */
}
section.bonuses form .form-title {
	font-family: 'Calibri';
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
/**/
/*How works*/
section.how-work {
	background: #fef9f3;
	padding-top: 60px;
	padding-bottom: 40px;
}
section.how-work .row {
	margin-bottom: 40px;
}
section.how-work .title {
	font-family: 'Calibri';
	font-size: 48px;
	text-align: center;
    margin-bottom: 30px;
}
section.how-work .how-work-item .number {
	float: left;
}
section.how-work .how-work-item .desc {
	margin-left: 132px;
}
section.how-work .how-work-item .desc .desc-title {
	font-family: 'Calibri';
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
}
section.how-work .how-work-item .desc .desc-desc {
	font-family: 'Calibri';
	font-size: 18px;
}
section.how-work .how-work-item .desc .desc-desc a {
	color: #f27e18;
}
/**/
/*Reviews*/
section.reviews .title {
	font-family: 'Calibri';
	font-size: 48px;
	text-align: center;
    margin-bottom: 50px;
}
section.reviews {
	padding-bottom: 30px;
	padding-top: 80px;
}
section.reviews .review-item .review-name {
	font-family: 'Calibri';
	font-size: 24px;
	margin-bottom: 10px;
}
section.reviews .review-item {
	margin-bottom: 60px;
}
section.reviews .review-desc {
	margin-left: 132px;
}
section.reviews .review-photo {
	float: left;

}
section.reviews .review-item .review-text {
	font-family: 'Calibri';
	font-size: 18px;
	margin-bottom: 10px;
}
section.reviews .review-item .review-date {
	font-family: 'Calibri';
	font-size: 18px;
	color: #8a8a8a;
}
section.reviews .review-item .review-date a {
	color: #f27e18;
	margin-left: 15px;
}
/**/
/*Map*/
section.map #map {
	height: 500px;
}
section.map .contacts {
	position: absolute;
	top: -420px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(234,229,224,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(234,229,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e0',GradientType=0 ); /* IE6-9 */
}
section.map .contacts .title {
	font-family: 'Calibri';
	font-size: 48px;
	margin-bottom: 20px;
}
section.map .contacts .phone {
	font-family: 'Calibri';
	font-size: 30px;
	margin-bottom: 10px;
}
section.map .contacts .address {
	font-family: 'Calibri';
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
}
section.map .contacts a {
	font-family: 'Calibri';
	font-size: 18px;
	color: #f27e18;
	text-decoration: underline;
}
section.map .contacts a:hover, section.map .contacts a:focus, section.map .contacts a:active {
	text-decoration: none;
}
section.map .contacts .callback {
	font-family: 'Calibri';
	font-size: 18px;
	color: #f27e18;
	padding-left: 25px;
	background: url(img/callback-phone.png);
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: none;
}
section.map .contacts .callback:hover, section.map .contacts .callback:focus, section.map .contacts .callback:active {
	text-decoration: underline;
}
/**/
/*Adv*/
section.adv {
	background: #fef9f3;
	padding-top: 60px;
	padding-bottom: 60px;
}
section.adv .adv-img {
	float: left;
	margin-top: 15px;
	margin-right: 25px;
}
section.adv .adv-desc {
	font-family: 'Calibri';
	font-size: 24px;
	line-height: 30px;
}
/**/
/*Footer*/
section.footer {
	background: #f0e8df;
	font-size: 18px;
	font-family: 'Calibri';
	padding-top: 40px;
	padding-bottom: 40px;
}
section.footer .social a {
	margin-left: 5px;
	margin-right: 5px;
}
section.footer a.avtor {
	color: #f27e18;
	text-decoration: underline;
}
section.footer a.avtor:hover, section.footer a.avtor:focus, section.footer a.avtor:active {
	text-decoration: none;
}
/**/
/*Adaptive*/
@media screen and (max-width: 1200px) {
	section.top .logo {
		width: 230px;
    	float: left;
	}
	section.top .logo img {
		width: 100%;
	}
	.center-semi {
		text-align: center;
	}
	.adv-img {
		float: none !important;
	}
}
@media screen and (max-width: 1023px) {
	section.bonuses form {
		float: none;
		margin: auto;
		clear: both;
	}
	.hidden-form-label {
		display: none;
	}
	section.receipts #owl-carousel-catalog .owl-next {
		right: -3%;
	}
	section.receipts #owl-carousel-catalog .owl-prev {
		left: -3%;
	}
	section.footer br {
		display: block !important;
	}
	.semi {
		display: block;
	}
	section.header {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.center-mobile {
		text-align: center;
	}
	section.catalog .catalog-img .title-catalog {
		left: 25px;
	}
	section.how-work .how-work-item .number {
		max-width: 80px;
	}
	section.how-work .how-work-item .number img {
		width: 100%;
	}
	section.how-work .how-work-item .desc {
		margin-left: 100px;
	}
	section.how-work .row {
		margin-bottom: 0;
	}
	section.how-work .how-work-item {
		margin-bottom: 25px;
	}
	section.reviews .review-photo {
		max-width: 80px;
	}
	section.reviews .review-photo img {
		width: 100%;
	}
	section.reviews .review-desc {
		margin-left: 100px;
	}
	section.adv .adv-desc {
		font-size: 18px;
	}
	section.adv .adv-item {
		margin-bottom: 15px;
	}
	section.footer .social {
		text-align: center;
		margin-bottom: 20px;
	}
	section.footer .social a {
		margin-left: 20px;
		margin-right: 20px;
	}
	section.map .contacts {
		position: relative;
		top: 0;
		padding-left: 20px;
    	padding-right: 20px;
	}
	section.receipts #owl-carousel-catalog .owl-next {
		right: -2%;
	}
	section.receipts #owl-carousel-catalog .owl-prev {
		left: -2%;
	}
	section.top .logo {
		width: 230px;
    	float: left;
	}
	section.top .logo img {
		width: 100%;
	}
	.mobile {
		display: block;
	}
	section.header ul.menu li {
		display: block;
	}
	section.header ul.menu li:first-child a {
		padding-left: 33px;
	}
	section.header ul.menu li:last-child a {
		padding-left: 33px;
	}
	section.header {
		padding-bottom: 30px;
		display: none;
	}
	section.header a.reg-button {
		float: none;
		width: 100%;
	    display: inline-block;
	    text-align: center;
	}
	section.main #owl-carousel-main .item {
		background-size: cover !important;
	}
	section.main #owl-carousel-main .item .title {
		font-size: 26px;
		line-height: 35px;
	}
	section.main #owl-carousel-main .item .slider-button {
		text-align: center;
    	width: 100%;
	}
	section.main #owl-carousel-main .item .wrapper {
		background: rgba(255,255,255,0.5);
	}
	.ui-dialog {
		max-width: 320px;
	}
	section.catalog .col-md-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#popup-big .title {
		font-size: 26px;
	}
	#popup-big form .sizes span {
		font-size: 21px;
	}
	.hidden-form-label {
		display: none;
	}
	section.bonuses .subtitle {
		font-size: 17px;
		text-align: left;
		margin-bottom: 10px;
	}
	section.bonuses form .form-title {
		font-size: 25px;
	}
	section.how-work .title {
		font-size: 31px;
		margin-bottom: 27px;
	}
    section.bonuses .title {
        font-size: 31px;
        margin-bottom: 27px;
    }
    section.catalog .title {
        font-size: 31px;
        margin-bottom: 27px;
    }
    section.receipts .title {
        font-size: 31px;
        margin-bottom: 27px;
    }
    section.reviews .title {
        font-size: 31px;
        margin-bottom: 27px;
    }
	section.footer br {
		display: block;
	}
	section.bonuses form {
		float: none;
		margin: auto;
		clear: both;
	}
	.semi {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	section.top .logo-mobile {
		display: none;
	}
	.mobile {
		display: none;
	}
	section.footer br {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	section.top .social {
		float: left;
	}
	.menu-hamburger.semi {
		margin-top: 15px;
	}
}
/**/