@font-face {
font-family: 'Akrobat-Regular';
src: url('../fonts/Akrobat-Regular.eot');
src: local('☺'), url('../fonts/Akrobat-Regular.woff') format('woff'), url('../fonts/Akrobat-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Akrobat-SemiBold';
src: url('../fonts/Akrobat-SemiBold.eot');
src: local('☺'), url('../fonts/Akrobat-SemiBold.woff') format('woff'), url('../fonts/Akrobat-SemiBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Akrobat-ExtraBold';
src: url('../fonts/Akrobat-ExtraBold.eot');
src: local('☺'), url('../fonts/Akrobat-ExtraBold.woff') format('woff'), url('../fonts/Akrobat-ExtraBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

* {
margin: 0;
padding: 0;
outline: none;
}

body {
background: #fff;
font-size: 16px;
line-height: 24px;
font-family: Akrobat-Regular, Arial, sans-serif;
font-weight: normal;
letter-spacing: 1px;
color: #424242;
text-align: left;
}

h1 {
font-family: Akrobat-ExtraBold;
font-weight: normal;
letter-spacing: 5px;
font-size: 44px;
line-height: 54px;
text-align: center;
text-transform: uppercase;
color: #4d4d4d;
padding: 0 0 40px 0;
}

h2 {
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 26px;
line-height: 36px;
text-align: center;
color: #e50503;
padding: 10px 0;
}

h3 {
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 22px;
line-height: 30px;
color: #4d4d4d;
padding: 0 0 15px 0;
}

img {
border: 0;
}

p {
padding: 0 0 10px 0;
}

ul {
list-style: none;
padding: 0 0 10px 0;
}

ul li {
background: url('../images/li_tag.png') left 8px no-repeat;
background-size: 7px;
list-style-type: none;
padding: 0 0 6px 15px;
margin: 0;
}

strong, b {
font-family: Akrobat-ExtraBold;
font-weight: normal;
}

.notes {
font-size: 10px;
font-style: italic;
}

.clr {
clear: both;
}

.center {
text-align: center;
}

a {
font-family: Akrobat-SemiBold;
font-weight: normal;
color: #e50503;
text-decoration: none;
}

a:hover {
color: #cccccc;
}

.inputbox {
background: #fff;
display: inline-block;
width: 100%;
max-width: 350px;
font-size: 16px;
line-height: 24px;
font-family: Akrobat-Regular;
font-weight: normal;
letter-spacing: 1px;
color: #000;
text-align: left;
border: solid 1px #0b3178;
box-shadow: #666666 2px 3px 10px;
padding: 8px 15px;
margin: 0 0 40px 30px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

textarea.inputbox {
max-width: 960px;
min-height: 180px;
line-height: 22px;
padding: 10px 15px;
}

select.inputbox {
background: #fff url('../images/bg_select.png') right 10px center no-repeat;
background-size: auto 25px;
max-width: 484px;
padding-right: 30px;
cursor: pointer;
}

.inputbox.error {
border: solid 2px #f00;
}

.checkbox, .radio, .file {
display: none;
}

.radio + label {
cursor: pointer;
}

.checkbox + label .pseudo, .radio + label .pseudo {
background: #fff url('../images/bg_checkbox.png') 2px -26px no-repeat;
background-size: 22px;
display: inline-block;
width: 26px;
height: 26px;
border: solid 2px #d1d1d1;
vertical-align: middle;
cursor: pointer;
margin: 0 0 0 10px;
user-select: none;
}

.radio + label .pseudo {
background: #fff url('../images/bg_radio.png') 4px -26px no-repeat;
background-size: 18px;
border-radius: 50%;
margin: 0 10px 0 0;
}

.checkbox:checked + label .pseudo {
background-position: 2px 2px;
}

.radio:checked + label .pseudo {
background-position: 4px 4px;
}

.asterisk {
display: inline-block;
color: #f00;
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 20px;
}

.asterisk_s {
color: #f00;
font-family: Akrobat-SemiBold;
font-weight: normal;
}

.button {
background: rgba(229, 5, 3, 0.7);
display: inline-block;
color: #fff;
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 20px;
line-height: 20px;
letter-spacing: 1px;
cursor: pointer;
border: 0;
border-radius: 5px;
padding: 17px 40px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.button.small {
font-size: 18px;
line-height: 18px;
letter-spacing: 1px;
border-radius: 3px;
padding: 10px 20px;
}

.button:hover {
color: #fff;
}

hr {
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: solid 1px #cccccc;
margin: 20px 0;
}

.float_left {
float: left;
margin: 0 10px 10px 0;
}

.report {
background: #f3f3f3 url('../images/notice_message.png') 10px center no-repeat;
width: 100%;
max-width: 600px;
border: solid 1px #2fb900;
border-radius: 8px;
color: #6b6c81;
text-align: left;
word-wrap: break-word;
position: relative;
margin: 0 auto 20px auto;
}

.report.info {
background: #f3f3f3 url('../images/notice_note.png') 10px center no-repeat;
border: solid 1px #3073fd;
}

.report.error, .report.warning, .report.notice {
background: #f3f3f3 url('../images/notice_error.png') 10px center no-repeat;
color: #e92f2f;
border: solid 1px #e92f2f;
}

.report.error a, .report.warning a, .report.notice a {
font-weight: bold;
}

.report p {
padding: 20px 50px 15px 50px;
}

.btn_close {
background: url('../images/button_close.png') no-repeat;
width: 30px;
height: 30px;
cursor: pointer;
position: absolute;
top: 5px;
right: 5px;
}

.margintop {
margin: 30px 0 0 0;
}

.breadcrumb {
background: none;
list-style: none;
padding: 0 0 10px 30px;
margin: 0 0 20px 0;
}

.breadcrumb li {
display: inline-block;
background: none;
list-style: none;
font-size: 12px;
line-height: 16px;
padding: 0;
margin: 0;
}

.breadcrumb li a {
display: inline-block;
font-weight: bold;
}

.breadcrumb li .divider {
display: inline-block;
background: url('../images/li_tag.png') left 9px no-repeat;
background-size: 100%;
width: 5px;
height: 16px;
margin: 0 2px;
}

.bg_modal {
background: #000;
opacity: 0.5;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 7000;
display: none;
}

.modal {
background: #fff;
width: 100%;
max-width: 700px;
border-radius: 5px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 0);
box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.35);
padding: 30px 0 20px 0;
z-index: 9000;
display: none;
}

.wf-columns {
text-align: center;
}

.wf-columns .wf-column {
display: inline-block;
width: 100%;
max-width: 100px;
vertical-align: top;
margin: 0 15px 20px 15px;
}

.wf-columns.wf-columns-stack-large .wf-column {

}

.wf-columns.wf-columns-stack-medium .wf-column {	
max-width: 350px;
text-align: center;
margin: 0 20px 30px 20px;
}

.wf-columns.wf-columns-stack-small .wf-column {

}

.wf-columns .wf-column img {
max-width: 100% !important;
height: auto !important;
}

.bg_line {
width: 100%;
}

.win_line {
width: 100%;
max-width: 1220px;
padding: 60px 0;
margin: 0 auto;
}

.line {
padding: 0 10px;
position: relative;
z-index: 500;
}

.bg_line.bg_top {
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
position: fixed;
top: 0;
left: 0;
z-index: 5000;
}

.bg_top .win_line {
padding: 5px 0 0 0;
}

.bg_top .line {
text-align: center;
}

.bg_top .logo_top {
background: url('../images/logo_profisat.png') no-repeat;
background-size: 100%;
display: block;
width: 350px;
height: 75px;
position: absolute;
top: 0;
left: 0;
z-index: 5000;
}

.menu_button_top {
display: none;
}

.module_top {
background: none;
margin: 0 0 0 360px;
}

.menu_top {
float: left;
list-style: none;
padding: 0;
margin: 0;
}

.menu_top li {
background: none;
float: left;
list-style: none;
position: relative;
padding: 0;
margin: 0;
}

.menu_top li a {
display: block;
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 18px;
line-height: 22px;
letter-spacing: 2px;
color: #fff;
text-transform: uppercase;
padding: 17px 15px;
}

.menu_top li.active a {
color: #e50503;
}

.menu_top .submenu {
background: rgba(229, 5, 3, 0.8);
width: 250px;
text-align: left;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
border-radius: 5px;
position: absolute;
top: 56px;
left: 0;
padding: 15px 20px;
margin: 0;
z-index: 1500;
display: none;
}

.menu_top .submenu li {
display: block;
float: none;
padding: 0;
margin: 0;
}

.menu_top .submenu li a {
font-size: 14px;
line-height: 20px;
color: #fff;
padding: 4px 0;
}

.menu_top .submenu li.active a {
color: #cccccc;
}

.bg_eject {
float: right;
position: relative;
}

.bg_eject .mod_cart, .bg_eject .mod_search, .bg_eject .mod_login {
background: url('../images/ico_cart.png') 0 10px no-repeat;
background-size: 40px;
height: 35px;
font-family: Akrobat-ExtraBold;
font-weight: normal;
color: #e50503;
cursor: pointer;
margin: 0 5px 0 0;
padding: 15px 0 0 50px;
}

.bg_eject .mod_search {
background: url('../images/ico_search.png') 0 10px no-repeat;
background-size: 35px;
}

.bg_eject .mod_login {
background: url('../images/ico_login.png') 0 10px no-repeat;
background-size: 35px;
}

.bg_eject .mod_cart:hover {
background-position: 0 -74.5px;
color: #0b3178;
}

.bg_eject .mod_search:hover {
background-position: 0 -58.5px;
color: #0b3178;
}

.bg_eject .mod_login:hover {
background-position: 0 -58.5px;
color: #0b3178;
}

.bg_eject .inputbox {
max-width: 250px;
margin: 0 0 20px 0;
}

.bg_eject .ejection {
background: #fff;
width: 300px;
border: solid 1px #e50503;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
position: absolute;
top: 60px;
right: 0;
padding: 15px;
}

.bg_first .win_line {
max-width: 2500px;
padding: 0;
}

.bg_first .line {
padding: 0;
max-height: 1100px;
overflow: hidden;
}

.top_slider .slide {
height: 1100px;
box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, 0.35);
}

.top_slider .win_text {
max-width: 1020px;
margin: 0 auto;
}

.top_slider .bg_text {
display: inline-block;
background: rgba(11, 49, 120, 0.6);
position: relative;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
border-radius: 10px;
padding: 20px 30px 0 30px;
margin: 150px 0 0 0;
}

.top_slider h1 {
font-size: 40px;
line-height: 50px;
font-family: Akrobat-ExtraBold;
font-weight: normal;
text-align: left;
letter-spacing: 4px;
text-transform: none;
color: #fff;
padding: 0 0 10px 0;
}

.top_slider h2 {
font-size: 30px;
line-height: 40px;
font-family: Akrobat-Regular;
font-weight: normal;
text-align: left;
letter-spacing: 4px;
text-transform: none;
color: #fff;
padding: 0;
}

.top_slider .button {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
position: absolute;
top: 300px;
left: 20px;
}

.bg_line.bg_second {
box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.35);
}

.bg_second .line {
text-align: center;
}

.bg_second h2, .bg_third h2, .bg_fourth h2, .bg_fifth h2 {
display: block;
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 34px;
letter-spacing: 2px;
line-height: 44px;
text-align: center;
color: #4d4d4d;
padding: 0 0 40px 0;
}

.bg_line.bg_third {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.menu_center {
list-style: none;
text-align: center;
padding: 0;
margin: 0 0 40px 0;
}

.menu_center li {
background: none;
display: inline-block;
list-style: none;
vertical-align: top;
padding: 0;
margin: 0;
}

.menu_center li a, .menu_center li span {
display: block;
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 16px;
line-height: 20px;
letter-spacing: 2px;
color: #e50503;
text-transform: none;
border: solid 1px #e50503;
border-radius: 5px;
cursor: pointer;
padding: 6px 15px 5px 13px;
margin: 0 10px 20px 10px;
}

.menu_center li.active a, .menu_center li span.active {
background: #e50503;
color: #fff;
}

.btn_show {
background: url('../images/ico_down.png') no-repeat;
background-size: 45px;
width: 50px;
height: 26px;
cursor: pointer;
margin: 0 auto;
}

.bg_line.bg_fourth {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.reference_slider {
max-height: 250px;
overflow: hidden;
position: relative;
padding: 65px 0 80px 0;
}

.reference_slider .bx-prev {
display: block;
background: url('../images/ico_prev.png') center 140px no-repeat;
background-size: 25px;
width: 35px;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 500;
}

.reference_slider .bx-next {
display: block;
background: url('../images/ico_next.png') center 140px no-repeat;
background-size: 25px;
width: 35px;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 500;
}

.reference_slider .image {
display: block;
width: 300px;
height: 200px;
overflow: hidden;
}

.reference_slider .reference_slider_fade {
background: #fff;
width: 440px;
height: 290px;
overflow: hidden;
position: absolute;
top: 15px;
left: 50%;
margin-left: -220px;
}

.reference_slider .reference_slider_fade .image {
display: block;
width: 440px;
height: 290px;
overflow: hidden;
}

.reference_slider .image img {
max-width: 100%;
min-height: 100%;
height: auto;
}

.bg_line.bg_fifth {
box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.35);
}

.bg_fifth .line {
text-align: center;
}

.bg_fifth .line {
color: #e50503;
}

.bg_fifth h3 {
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 22px;
line-height: 30px;
text-transform: uppercase;
color: #e50503;
padding: 10px 0;
}

#google_map {
width: 100%;
height: 450px;
}

#google_street {
width: 100%;
height: 350px;
box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.35);
}

.bg_bottom .win_line {
max-width: 850px;
}

.bg_bottom .logo_bottom {
background: url('../images/logo_profisat.png') left center no-repeat;
background-size: 250px;
display: block;
float: left;
width: 250px;
height: 150px;
border-right: solid 2px #e3e3e3;
padding: 0 60px 0 0;
margin: 0 60px 0 0;
}

.menu_bottom {
display: inline-block;
list-style: none;
vertical-align: top;
padding: 0;
margin: 0;
}

.menu_bottom li {
background: none;
list-style: none;
padding: 0;
margin: 0;
}

.menu_bottom li a {
display: block;
font-family: Akrobat-Regular;
font-weight: normal;
font-size: 14px;
line-height: 20px;
letter-spacing: 1px;
color: #808080;
text-transform: uppercase;
padding: 2px 80px 2px 10px;
}

.menu_bottom li a:hover {
color: #e50503;
}

.menu_bottom li.active a {
color: #e50503;
}

.bg_line.bg_footer {
background: #9f9f9f;
}

.bg_footer .win_line {
padding: 12px 0 0 0;
}

.bg_footer .line {
text-align: center;
font-size: 14px;
line-height: 20px;
color: #fff;
}

.bg_title .win_line {
max-width: 2500px;
padding: 0;
}

.bg_title .line {
padding: 0;
}

.bg_title .image {
height: 340px;
text-align: center;
}

.bg_title .image h1 {
display: inline-block;
background: rgba(11, 49, 120, 0.7);
letter-spacing: 4px;
font-size: 44px;
line-height: 54px;
font-family: Akrobat-ExtraBold;
font-weight: normal;
text-align: center;
text-transform: none;
color: #fff;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
border-radius: 10px;
padding: 20px 50px;
margin: 140px 0 0 0;
}

.bg_line.bg_document {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.bg_document .win_line {
padding: 20px 0 60px 0;
}

.module_news .item {
background: #e9e9e9;
min-height: 250px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
margin: 0 0 40px 0;
}

.module_news .item.type_1 {
background: #f9f9f9;
}

.module_news .item .image {
float: left;
width: 100%;
max-width: 300px;
overflow: hidden;
margin: 30px 40px 20px 40px;
}

.module_news .item.type_1 .image {
float: right;
}

.module_news .item .image img {
max-width: 100% !important;
height: auto !important;
}

.module_news .item .bg_text {
padding: 30px 40px 20px 40px;
}

.bg_modlogin p {
font-size: 14px;
line-height: 22px;
padding: 0;
}

.highlight {
font-family: Akrobat-SemiBold;
font-weight: normal;
color: #0b3178;
text-decoration: underline;
}

.eshop {
text-align: center;
}

.eshop .item {
display: inline-block;
width: 100%;
max-width: 260px;
vertical-align: top;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
margin: 0 17px 40px 17px;
}

.eshop .item .box_item {
display: block;
min-height: 400px;
}

.eshop .item .image {
display: block;
width: 100%;
height: 170px;
overflow: hidden;
}

.eshop .item .image img {
width: auto;
height: 100%;
}

.eshop .item h3 {
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 18px;
line-height: 26px;
color: #4d4d4d;
padding: 10px;
}

.eshop .item .perex {
display: block;
font-family: Akrobat-Regular;
font-weight: normal;
font-size: 14px;
line-height: 20px;
color: #4d4d4d;
padding: 0 10px 10px 10px;
}

.eshop .item .price {
display: block;
font-family: Akrobat-ExtraBold;
font-weight: normal;
font-size: 22px;
line-height: 30px;
color: #e50503;
padding: 0 10px 20px 10px;
}

.eshop .item .price .vat {
display: inline-block;
font-family: Akrobat-Regular;
font-weight: normal;
font-size: 12px;
line-height: 18px;
color: #4d4d4d;
padding: 0 0 0 5px;
}

.tab_quantity {
display: inline-block;
vertical-align: top;
margin: 5px 10px 20px 0;
}

.tab_quantity .quantity_button {
background-color: transparent;
display: inline-block;
width: 25px;
height: 25px;
text-align: center;
font-size: 25px;
line-height: 25px;
font-family: Akrobat-SemiBold;
font-weight: normal;
color: #4d4d4d;
border-radius: 19px;
margin: 0;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
}

.tab_quantity .quantity_button.minus {
line-height: 22px;
}

.tab_quantity input {
display: inline-block;
background: none;
width: 35px;
height: 25px;
text-align: center;
font-size: 18px;
line-height: 25px;
font-family: Akrobat-SemiBold;
font-weight: normal;
color: #4d4d4d;
border: 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.modal.addcart {
text-align: center;
}

.modal.addcart .button {
margin: 0 20px 20px 20px;
}

.cartdata p {
text-align: left;
padding: 0 0 2px 0;
}

.cartdata .text {
display: inline-block;
max-width: 220px;
font-size: 14px;
line-height: 20px;
}

.cartdata .price {
float: right;
font-family: Akrobat-ExtraBold;
font-weight: normal;
font-size: 16px;
line-height: 22px;
color: #e50503;
}

.cartdata .total {
font-family: Akrobat-ExtraBold;
font-weight: normal;
text-align: left;
font-size: 18px;
line-height: 26px;
padding: 0 0 10px 0;
}

.product {
text-align: center;
}

.product .bg_text {
display: inline-block;
width: 100%;
max-width: 600px;
text-align: left;
vertical-align: top;
margin: 0 10px 20px 10px;
}

.product .image {
display: inline-block;
width: 100%;
max-width: 500px;
vertical-align: top;
margin: 0 10px 20px 10px;
}

.product .image img {
max-width: 100%;
height: auto;
}

.product .description {
text-align: left;
border-top: solid 1px #cccccc;
padding: 30px 0 0 0;
margin: 10px 0 0 0;
}

.product .bg_text .perex {
min-height: 200px;
}

.product .bg_text .code {
padding: 0 0 15px 0;
}

.product .bg_text .price {
font-family: Akrobat-ExtraBold;
font-weight: normal;
font-size: 26px;
line-height: 34px;
color: #e50503;
padding: 0 0 10px 0;
}

.product .bg_text .priceoutvat {
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 20px;
line-height: 28px;
padding: 0 0 10px 0;
}

.product .bg_text .vat {
display: inline-block;
font-family: Akrobat-Regular;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #4d4d4d;
padding: 0 0 0 5px;
}

.product .bg_text .recommended {
font-family: Akrobat-Regular;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #4d4d4d;
}

.product .bg_text .tab_quantity {
margin: 12px 20px 20px 0;
}

.cart .item .title {
display: inline-block;
width: 100%;
max-width: 500px;
vertical-align: top;
margin: 12px 10px 20px 0;
}

.cart .item .tab_quantity {
margin: 7px 10px 20px 0;
}

.cart .item .quantity {
display: inline-block;
margin: 12px 10px 20px 0;
}

.cart .item .delete {
background: url('../images/ico_trash.png') center no-repeat;
background-size: 20px;
display: inline-block;
width: 40px;
height: 40px;
vertical-align: top;
cursor: pointer;
margin: 0 0 0 40px;
}

.cart .item .price {
display: inline-block;
font-family: Akrobat-ExtraBold;
font-weight: normal;
color: #e50503;
vertical-align: top;
margin: 10px 0 0 60px;
}

.bg_totalprice h2 {
text-align: right;
}

.bg_totalprice .price {
font-family: Akrobat-ExtraBold;
font-weight: normal;
font-size: 26px;
line-height: 34px;
text-align: right;
color: #e50503;
padding: 0 0 10px 0;
}

.bg_totalprice .priceoutvat {
font-family: Akrobat-SemiBold;
font-weight: normal;
font-size: 20px;
line-height: 28px;
text-align: right;
padding: 0 0 20px 0;
}

.bg_totalprice .vat {
display: inline-block;
font-family: Akrobat-Regular;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #4d4d4d;
padding: 0 0 0 5px;
}

.bg_button_nav {
padding: 40px 0 0 0;
}

.bg_button_nav .bg_button_prev {
float: left;
margin: 20px 0 0 0;
}

.bg_button_nav .bg_button_prev .button {
background: rgba(229, 5, 3, 0.7) url('../images/ico_prev_w.png') 30px center no-repeat;
background-size: 15px;
padding-left: 70px;
}

.bg_button_nav .bg_button_next {
float: right;
margin: 20px 0 0 0;
}

.bg_button_nav .bg_button_next .button {
background: rgba(229, 5, 3, 0.7) url('../images/ico_next_w.png') right 30px center no-repeat;
background-size: 15px;
padding-right: 70px;
}

.bg_payment {
text-align: center;
}

.bg_payment .bg_form {
width: 100%;
max-width: 450px;	
display: inline-block;
vertical-align: top;
}

.bg_payment .bg_form .item {
text-align: left;
padding: 0 0 20px 0;
}

.separator {
height: 8px;
box-shadow: inset 0 10px 8px -10px rgba(0, 0, 0, 0.4);
margin: 0 0 42px 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
-webkit-transform: translate3d(0,0,0);
}

#cboxWrapper {
max-width: none;
}

#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
clear: left;
}

#cboxContent {
position: relative;
}

#cboxLoadedContent {
overflow: auto;
-webkit-overflow-scrolling: touch;
}

#cboxTitle {
margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
cursor: pointer;
}

.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
-ms-interpolation-mode: bicubic;
}

.cboxIframe {
width: 100%;
height: 100%;
display: block;
border: 0;
padding: 0;
margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

#cboxOverlay {
background: #000;
opacity: 0.9;
filter: alpha(opacity = 90);
}

#colorbox {
outline: 0;
}

#cboxContent {
margin-top: 20px;
background: #000;
}

.cboxIframe {
background: #000;
}

#cboxError {
padding: 50px;
border: 1px solid #ccc;
}

#cboxLoadedContent {
border: 5px solid #000;
background: #000;
padding: 0 0 25px 0;
}

#cboxTitle {
text-align: center;
position: absolute;
bottom: 3px;
left: 10px;
right: 10px;
color: #fff;
font-weight: bold;
}

#cboxCurrent {
position: absolute;
top: -20px;
right: 0px;
color: #ccc;
}

#cboxLoadingGraphic {
background: url('../images/loading.gif') no-repeat center center;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
border: 0;
padding: 0;
margin: 0;
overflow: visible;
width: auto;
background: none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
outline: 0;
}

#cboxSlideshow {
position: absolute;
top: -20px;
right: 90px;
color: #fff;
}

#cboxPrevious {
position: absolute;
top: 50%;
left: 5px;
margin-top: -32px;
background: url('../images/controls.png') no-repeat top left;
width: 28px;
height: 65px;
text-indent: -9999px;
}

#cboxPrevious:hover {
background-position: bottom left;
}

#cboxNext {
position: absolute;
top: 50%;
right: 5px;
margin-top: -32px;
background: url('../images/controls.png') no-repeat top right;
width: 28px;
height: 65px;
text-indent: -9999px;
}

#cboxNext:hover {
background-position: bottom right;
}

#cboxClose {
position: absolute;
top: 5px;
right: 5px;
display: block;
background: url('../images/controls.png') no-repeat top center;
width: 38px;
height: 19px;
text-indent: -9999px;
}

#cboxClose:hover {
background-position: bottom center;
}

@media screen and (max-width: 1100px) {

.module_top {
background: rgba(229, 5, 3, 0.8);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);	
text-align: left;
position: absolute;
top: 50px;
right: 10px;
padding: 15px 20px;
margin: 0;
display: none;
}

.menu_button_top {
display: block;
background: url('../images/menu_button.png') center no-repeat;
float: right;
width: 65px;
height: 48px;
cursor: pointer;
}

.menu_top {
float: none;
}

.menu_top li {
float: none;
}

.menu_top li a {
color: #fff;
padding: 7px 0;
}

.menu_top li.active a {
color: #cccccc;
}

.menu_top .submenu {
top: 5px;
left: auto;
right: 80px;
}

.cart .item .title {
width: auto;
max-width: none;
}

.cart .item .delete {
margin-left: 0;
}

.cart .item .price {
margin-left: 30px;
}
}

@media screen and (max-width: 800px) {

.top_slider .bg_text {
padding: 20px 30px 0 30px;
margin-top: 120px;
}

.top_slider h1 {
font-size: 30px;
line-height: 40px;
letter-spacing: 3px;
padding: 0 0 10px 0;
}

.top_slider h2 {
font-size: 20px;
line-height: 30px;
letter-spacing: 3px;
}

.top_slider .button {
top: 320px;
}

.module_news .item .image, .module_news .item.type_1 .image {
float: none;
margin: 30px auto 0 auto;
}
}

@media screen and (max-width: 600px) {

.bg_top .logo_top {
top: 55px;
z-index: 2000;
}

.bg_eject {
position: static;
}

.bg_eject .ejection {
right: 10px;
z-index: 7000;
}

.bg_bottom .logo_bottom {
border: 0;
padding: 0;
margin-right: 30px;
}

.product .bg_text {
margin-right: 0;
margin-left: 0;
}

.product .bg_text .perex {
min-height: initial;
}

.bg_title .image h1 {
margin-top: 120px;
}
}

@media screen and (max-width: 500px) {

.bg_eject .ejection {
width: 270px;
}

.inputbox {
max-width: 230px;
margin-left: 0;
}

textarea.inputbox {
max-width: 230px;
}

select.inputbox {
max-width: 230px;
}

.eshop .item, .product .image, .wf-columns.wf-columns-stack-medium .wf-column {
margin-right: 0;
margin-left: 0;
}
}

.switched, .disable {
display: none;
}

.switched.item_1 {
display: block;
}
