@import"reset.css";
html * {max-height:1000000px;}
.vertical_center {
vertical-align: middle;
}
.clearfix {
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
}
input::placeholder {
  color: #cecece;
}
HTML {
min-width: 300px;
margin: 0;
padding: 0;
background-color: #fff;
font:15px/22px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #666;
-webkit-text-size-adjust:none !important;
-moz-text-size-adjust:none !important;
-ms-text-size-adjust:none !important;
text-size-adjust:none !important;
}
.wrapper {
position: relative;
margin: 0 auto;
min-width: 300px;
max-width: 1400px;
}
.col_50_left {
position: relative;
display:inline-block;
float: left;
width: 45.8%;
padding-left: 1.4%;
}
.col_50_right {
position: relative;
display:inline-block;
float: right;
width: 45.8%;
padding-right: 1.4%;
}
.col_50 {
position: relative;
display:inline-block;
padding: 0 2.5%;
width: 45%;
}

BODY {
margin: 0;
padding: 0;
min-width: 300px;
font:15px/22px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #666;
-webkit-text-size-adjust:none !important;
-moz-text-size-adjust:none !important;
-ms-text-size-adjust:none !important;
text-size-adjust:none !important;
}
DIV {
font:15px/22px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #666;
}
HR {
border:0;
border-bottom: dotted 1px #ccc;
height: 0;
background-color:#fff;
clear: both;
}
body,td,th {
font:15px/22px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #666;
}
.spacer_10 {
height: 10px;
position: relative;
clear: both;
}
.spacer_20 {
height: 20px;
position: relative;
clear: both;
}
.spacer_30 {
height: 30px;
position: relative;
clear: both;
}
.spacer_40 {
height: 40px;
position: relative;
clear: both;
}
.spacer_50 {
height: 50px;
position: relative;
clear: both;
}
.spacer_60 {
height: 60px;
position: relative;
clear: both;
}
.spacer_70 {
height: 70px;
position: relative;
clear: both;
}
.spacer_80 {
height: 80px;
position: relative;
clear: both;
}
.spacer_90 {
height: 90px;
position: relative;
clear: both;
}
.spacer_100 {
height: 100px;
position: relative;
clear: both;
}
.cur {
cursor: pointer;
}
H1 A {
text-decoration: none !important;
border-bottom: solid 1px #d80212;
}
H1 A:hover {
border-bottom: none;
}
a {
  color: #d80212;
  outline: none;
  text-decoration: underline;
}
a:link {
  color: #d80212;
  text-decoration: underline;
}
a:visited {
  color: #d80212;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #d80212;
  text-decoration: underline;
}
img {
  border: none;
  max-width: 100%;
  height:auto !important;
  max-height: 100%;
}
input, textarea {   max-width:100% }
input {
font:15px/22px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #000;
}


H1 {
font:36px/36px 'PT Sans Narrow', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color: #d90212;
margin-bottom: 15px;
}
H2 {
font:22px/28px 'PT Sans Narrow', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #333;
margin-bottom: 15px;
}
H3 {
font:24px/28px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #000;
margin-bottom: 15px;
}
H4 {
font:15px/22px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color: #000;
margin-bottom: 15px;
}
P {
font:15px/22px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #666;
text-align: justify;
margin-bottom: 15px;
}
UL {
color: #666;
margin: 10px 0 17px 0;
clear: both;
}
LI {
font:15px/22px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
background: url('/images/bullet.png') 7px 5px no-repeat;
padding-left: 20px;
color: #666;
list-style: none;
margin-bottom: 3px;
}

/* -- INPUTS -------------------------------------------------------------------------------------- */

.input_block {
display: inline-block;
background-color: #fff;
-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
font:18px/38px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
color: #666;
text-align: left;
height: 38px;
border: solid 1px #909fa5;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding: 0 2%;
font-style: italic;
}
.textarea_block {
display: inline-block;
background-color: #fff;
-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
font:18px/24px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
color: #666;
text-align: left;
height: 98px;
border: solid 1px #909fa5;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding: 10px 2%;
font-style: italic;
}
.button_block {
display: inline-block;
font:18px/38px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
color: #fff;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.74);
text-align: center;
height: 38px;
border: none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 0 2%;
width: 95%;
cursor: pointer;
background: rgba(51,102,153,1);
background: -moz-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(19,66,113,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,102,153,1)), color-stop(100%, rgba(19,66,113,1)));
background: -webkit-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(19,66,113,1) 100%);
background: -o-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(19,66,113,1) 100%);
background: -ms-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(19,66,113,1) 100%);
background: linear-gradient(to bottom, rgba(51,102,153,1) 0%, rgba(19,66,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#134271', GradientType=0 );}

input[type="radio"] {
display: none;
}
input[type="radio"] + label {
font:15px/18px 'PT Sans', Tahoma, sans-serif;
font-weight: 400;
color: #333;
}

input[type="radio"] + label span {
display: inline-block;
width: 19px;
height: 24px;
background:url('/cms_admin_images/bullet1.png') left top no-repeat;
border: none;
cursor: pointer;
vertical-align:middle;
}
input[type="radio"]:checked + label span {
background:url('/cms_admin_images/bullet1_selected.png') left top no-repeat;
}


input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + label {
font:15px/18px 'PT Sans', Tahoma, sans-serif;
font-weight: 400;
color: #333;
}

input[type="checkbox"] + label span {
display: inline-block;
width: 19px;
height: 24px;
background:url('/cms_admin_images/bullet2.png') left top no-repeat;
border: none;
cursor: pointer;
vertical-align:middle;
}
input[type="checkbox"]:checked + label span {
background:url('/cms_admin_images/bullet2_selected.png') left top no-repeat;
}

/* ------------------------------------------------------------------------------------------- */
/* -------------------- */
/* VIDEO & GAL */


.video_prew {
background-color: #fff;
display: inline-block;
max-width: 200px;
margin: 10px 10px;
padding: 10px;
vertical-align: top;
cursor: pointer;
text-align: center;
}
.video_prew:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.video_prew A {
text-decoration: none;
font:13px/18px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
}
.video_prew IMG {
margin: 0;
padding: 0;
}
.video_viewer {
display: none;
clear: both;
margin: 20px 20px;
text-align: center;
}
.gal_prew {
background-color: #fff;
display: inline-block;
width: 23%;
margin: 10px 0 10px 1%;
/* border: 1px solid #ddd; */
padding: 2px;
text-align: center;
height: 150px;
}
.gal_prew:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.gal_prew:hover {
}
.gal_prew A {
text-decoration: none;
font:13px/18px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
}
.gal_prew IMG {
margin: 0;
padding: 0;
width: auto;
height: auto;
border-radius:8px;
border: solid 2px #eee;
}
/* ------------------------------------------------------------------------------------------- */
/* -------------------- */
/* PAGER */


.pager_active {
display: inline-block;
* display: inline;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #369;
padding: 3px 7px;
margin: 2px;
font:18px/18px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color: #fff;
}
.pager_active A {
text-decoration: none;
color: #fff;
}
.pager_nonactive {
display: inline-block;
* display: inline;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #8b8b8b;
background: linear-gradient(to top, #848484, #d3d3d3);
padding: 3px 7px;
margin: 2px;
font:18px/18px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color: #fff;
}
.pager_nonactive A {
text-decoration: none;
color: #fff;
}
/* -------------------- */
/* MAINPAGE SHAPKA */



/* -------------------- */
/* SECONDPAGE SHAPKA */



/* -------------------- */
.carousel_title_bottom_hr {
border-bottom: solid 1px #bbbbbb;
margin-bottom: 2px;
position:relative;
text-align: center;
}
.carousel_bottom_hr {
position:relative;
height: 1px;
background-color:#bbbbbb;
margin-top: 2px;
}
.carousel_title {
display:inline-block;
font:24px/28px 'PT Sans Narrow', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color: #fff;
text-align:center;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.74);
border-radius: 16px 16px 0 0;
background:url('/images/texture_1.png') center bottom repeat;
padding: 10px 35px;
}
.bg_texture {
background:url('/images/texture_1.png') center bottom repeat;
}
.carousel_item {
position:relative;
height: 260px !important;
border-radius: 16px;
background-color:#fff;
display:inline-block;
width: 19%;
margin: 10px 0.5%;
text-align:center;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
color:#336699;
font:13px/14px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
overflow:hidden;
}
.carousel_item A {
color:#336699;
text-decoration:none;
}
.carousel_item A:hover {
color: #d80212;
text-decoration:none;
}
.carousel_item_photo {
display:inline-block;
width: 100%;
height: 150px;
background-size:contain !important;
margin-top:10px;
margin-bottom:3px;
}
.carousel_item_price_block {
position:absolute;
left:0;
bottom:0;
width:100%;
height:50px;
background-color:#626262;
text-align:center;
border-radius: 0 0 16px 16px;
}
.carousel_old_price {
position:relative;
display:inline-block;
color: #999;
font:24px/28px 'PT Sans Narrow', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
padding: 5px 0;
margin: 5px 10px 0 10px;
}
.carousel_old_price:before {
    border-bottom: 1px solid #999;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
    left:0;
}

.carousel_old_price SPAN {
}
.carousel_price {
position:relative;
display:inline-block;
color:#fff;
background-color:#d90212;
border-radius: 8px;
font:24px/28px 'PT Sans Narrow', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
padding: 5px 10px;
margin-top:5px;
}
.carousel_price SPAN {
}
.slick-list {
padding: 0 100px;
}
.mp-slick-prev {
display:block;
position:absolute;
top:100px;
left:0;
width: 40px;
height:40px;
background:url('/images/carousel-arrow-left.png') center center no-repeat;
z-index:1000;
cursor:pointer;
}
.mp-slick-next {
display:block;
position:absolute;
top:100px;
right:0;
width: 40px;
height:40px;
background:url('/images/carousel-arrow-right.png') center center no-repeat;
z-index:1000;
cursor:pointer;
}

.sirius-expert-title-wrapper {
background:url('/images/2px-hr-vertical.png') center center repeat-x;
text-align: center;
position:relative;
margin-bottom: 40px;
}
.sirius-expert-title {
display:inline-block;
background-color:#fff;
background:url('/images/sirius-expert-logo.png') center center no-repeat #fff;
width: 383px;
height: 95px;
}


.mp_article_item {
margin-bottom: 30px;
}
.mp_article_text {
overflow: hidden;
}
.mp_article_text A {
color:#369;
}
.news_img {
width: 140px;
height: 140px;
border-radius: 70px;
border: solid 2px #fff;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.21);
box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.21);
display: inline-block;
margin-right: 4%;
float: left;
background-position: center center !important;
background-size: cover !important;
}
.news_img_empty {
margin-right: 4%;
display: inline-block;
width: 140px;
height: 140px;
float: left;
background: none;
background-image: none;
}



.footer_wrapper {
min-height:100px;
background:url('/images/texture_1.png') center center repeat;
padding-top:20px;
font-size:none;
}                   
.footer_links_block {
background:url('/images/texture_2.png') center center repeat;
border-radius: 16px 16px 0 0;
padding-top:20px;
padding-bottom: 30px;
}
.footer_links_block P {
margin-bottom: 2px;
text-align: center;
}
.footer_links_block A {
color:#ffcc00;
}
.footer_contacts_block {
padding-bottom: 30px;
}
.footer_contacts_block H2 {
color: #333;
font:30px/38px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
}
.footer_contacts_block H4 {
color:#d90212;
font:15px/18px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
margin-bottom: 30px;
}
.footer_contacts_block P {
color: #333;
font:15px/24px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
}
.footer_contacts_block P A {
color: #333;
}
.footer_contacts_block span {
display:inline-block;
font-weight:700;
color:#d90212;
text-shadow: none;
cursor:pointer;
border-bottom: dotted 1px #d90212;
}
.footer_contacts_block span:hover {
color:#333;
border-bottom: dotted 1px #dadada;
}
.footer_copyright_block {
padding-bottom: 30px;
}
.footer_copyright_block H3 {
color: #d90212;
font:22px/24px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
}
.footer_copyright_block P {
color: #666;
font:14px/17px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
}
.footer_copyright_block P A {
color: #666;
}
.footer_copyright_block SPAN {
display: block;
position: absolute;
width: 48px;
height: 48px;
top:0;
left:-48px;
color: #fff;
font:48px/48px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
}
.breadcrumbs {
font-size:13px;
color:#999;
}
.breadcrumbs A {
color:#369;
margin: 0 5px;
}
.text_page_block {
background-color:#fafafa;
border-top: dashed 1px #d4d4d4;
padding: 30px 0;
}
.catalogue_sorting_links {
font:16px/36px 'PT Sans', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #666;
font-style:italic;
text-align:right;
margin-top:20px;
}
.catalogue_sorting_links a {
color: #369;
}
