@charset "utf-8";
/* --------------------- Company c183 ----------------------- */
.adaptive #fancybox-close {
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
background-color: #599bec;
cursor: pointer;
z-index: 1103;
display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.adaptive .all_system_buttons {
border: 1px solid #346585;
border-bottom: 1px solid #144A79;
padding: 8px 20px 10px 20px;
font-size: 16px;
color: #FFF;
text-shadow: 0 0 1px #000;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
/*box-shadow: 0 0 1px #000, inset 0 1px 0 #000;
-moz-box-shadow: 0 1px 2px #000, inset 0 1px 0 #000;
-webkit-box-shadow: 0 1px 2px #000, inset 0 1px 0 #000;*/
background: #224b7d;
cursor: pointer;
}
.adaptive .all_system_buttons:hover {
border: 1px solid #314860;
border-bottom: 1px solid #000;
padding: 8px 20px 10px 20px;
font-size: 16px;
color: #FFF;
text-shadow: 0 0 1px #000;
border-radius: 3px;
background: #1167b2; /* Old browsers */
cursor: pointer;
}
.adaptive .all_system_buttons:active {
color: #FFF;
text-shadow: 0 -1px 0 #000;
background: #1167b2; /* Old browsers */
background: -moz-linear-gradient(top,  #1167b2 0%, #0f5aaa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1167b2), color-stop(100%,#0f5aaa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1167b2 0%,#0f5aaa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1167b2', endColorstr='#0f5aaa',GradientType=0 ); /* IE6-9 */
}
.adaptive #fancybox-close:hover {
background-color: #c7fffc;
}
.adaptive body {
background:#bacbd8;
}
.adaptive a:link, .adaptive a:visited {
/*color: #2D71AC;*/
}
.adaptive a:hover {
text-decoration: none;
color: #1D496F;
}
.adaptive .pos-rel {
position: relative;
background: #fff;
}
.adaptive .general_wrap {
min-width: 300px;
position: relative;
background: #fff;
}
.adaptive .container {
position: relative;
/*text-shadow: 0 0 1px #000;*/
}
.adaptive .compensator {
height: 100px;
}
.adaptive .for-logo-block .container {
z-index: 1;
}
.adaptive .footer {
background: #1167b2; /* Old browsers */
background: -moz-linear-gradient(top,  #1167b2 0%, #0f5aaa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1167b2), color-stop(100%,#0f5aaa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1167b2 0%,#0f5aaa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1167b2', endColorstr='#0f5aaa',GradientType=0 ); /* IE6-9 */
border-top: none;
padding: 10px 0 0 0;
}
.adaptive .footer-in {
background: none;
height: auto;
min-height: 100px;
}
.adaptive .footer #social_block {
top: 0;
}
.adaptive .umi-footer {
height: auto;
min-height: 100px;
background: url(/img/footer_map.png) 96% 10px no-repeat;
}
.adaptive .umi-footer .cp {
padding: 0 0 0 10px;
margin: 5px 0 0 0;
position: relative;
font-size: 12px;
}
.adaptive .umi-footer .cp p {
color: #c7fffc;
}
.adaptive .umi-footer .cp a {
color: #fff;
}
.adaptive .footer .code_footer {
margin: 5px 0 0 0;
padding: 0;
}
.adaptive .row-fluid.logo-block .span4 {
height: 122px;
line-height: 31px;
}
.adaptive .row-fluid.logo-block .span8 {
min-height: 122px;
line-height: 31px;
position: relative;
}
.adaptive .row-fluid.logo-block .span4.addr-wrap {
line-height: 31px;
}
.adaptive .main_sitetitle {
margin: 10px 0 0 0;
text-align: center;
display: block;
line-height: 20px;
height: 20px;
}
.adaptive .logotype {
position: relative;
display: table !important;
margin: 0 auto;
text-align: center;
}
.adaptive .logo {
vertical-align: middle;
position: relative;
display: table-cell;
height: 100%;
text-align: center;
}
.adaptive .logo img {
margin: 0 auto;
max-height: 102px;
max-width: 298px !important;
}
.adaptive .cover-one {
position: absolute;
top: 0;
background: #eee;
height: 100%;
width: 100%;
}
.adaptive .cover-two {
position: absolute;
top: 0;
height: 100%;
width: 100%;
background: #1167b2; /* Old browsers */
background: -moz-linear-gradient(top,  #1167b2 0%, #0f5aaa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1167b2), color-stop(100%,#0f5aaa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1167b2 0%,#0f5aaa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1167b2', endColorstr='#0f5aaa',GradientType=0 ); /* IE6-9 */
box-shadow: 0 5px 10px #000;
}
.adaptive .search .search_form.search2 {
margin: 0 0 0 0;
display: block;
line-height: 32px;
height: 32px;
}
.adaptive .search fieldset {
float: right;
top: 6px;
margin: 0;
border: none;
width: 233px;
padding: 0;
line-height: 30px;
height: 30px;
position: relative;
-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.adaptive .contact_info, .adaptive .contact_info td{
border: none;
}
.adaptive .search .search_form.search2 .search_form_string {
border: 1px solid #dbdbdb;
box-shadow: none;
width: 203px;
display: block;
margin: 0;
padding: 4px 30px 6px 10px;
background-color: #ddd;
font-size: 14px;
color: #787878;
line-height: 14px;
border-radius: 0;
}
.adaptive #min_lens.search .search_form.search2 .submit_button {
background-image: url('/img/lp_min.png');
}
.adaptive .search .search_form.search2 .submit_button {
opacity: 0.8;
box-shadow: none;
right: 0;
top: 0;
position: absolute;
border: none;
width: 30px;
height: 30px;
margin: 0;
background-color: rgba(0, 0, 0, 0);
background-position: -7px -4px;
background-repeat: no-repeat;
cursor: pointer;
}
.adaptive .row-fluid.adress-block .span4, .adaptive .row-fluid.adress-block .span2, .adaptive .row-fluid.adress-block .span3 {
text-shadow: none;
padding: 12px 0;
}
.adaptive .address_string {
font-size: 14px;
margin: 0 5px 0 0;
}
.adaptive .phone_number {
font-size: 14px;
font-weight: bold;
}
.adaptive .breadcrumbs ul {
padding: 8px 15px;
margin: 20px 0 20px 0;
list-style: none;
background: #ddd;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
-moz-box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
-o-box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
}
.adaptive .breadcrumbs ul li {
padding: 0 5px 0 0;
}
.adaptive .breadcrumbs ul li a {
padding: 0 5px 0 0;
color: #3f4967;
}
.adaptive .breadcrumbs ul li a:hover {
text-decoration: underline;
}
.adaptive .breadcrumbs ul li.breadcrumbs_last a:hover {
text-decoration: none;
}
.adaptive .breadcrumbs ul li.breadcrumbs_last a {
color: #4e6f74;
cursor: default;
}
.adaptive .row-fluid.umi-menu {
position: relative;
margin: 0 0 0 0;
top: 33px;
}
.adaptive .umi-menu .navbar {
margin: 0;
}
.adaptive .umi-menu .navbar-inner {
margin: 0;
border: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: none;
background: none;
}
.adaptive .umi-menu .navbar-inner {
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.adaptive .umi-menu ul.level-0 {
float: right;
display: inline-block;
margin: 0;
}
.adaptive .umi-menu .btn.btn-umi-shop {
float: right;
position: relative;
right: 10px;
margin: 0;
padding: 10px 12px;
font-size: 28px;
font-weight: normal;
color: #FFF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
box-shadow: none;
border: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #87B1F8;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.adaptive .umi-menu .btn.btn-umi-shop:hover {
background: #87a5f1;
}
.adaptive .umi-menu .btn.btn-umi-shop:active {
-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.45);
-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.45);
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.45);
}
.adaptive .umi-menu ul.level-0 li {
float: left;
position: relative;
height: 45px;
line-height: 55px;
}
.adaptive .umi-menu ul.level-0 li:hover>a {
/*border-top: 5px solid transparent;*/
background: transparent;
box-shadow: none;
color: #c7fffc;
}
.adaptive .umi-menu .in.collapse ul.level-0>li.current>a {
box-shadow: none;
border-top: none;
padding: 0 20px 0 15px;
background: rgba(163, 179, 193, 0.2);
/*color: #000;*/
text-shadow: none;
height: 45px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
line-height: 45px;
}
.adaptive .umi-menu .in.collapse ul.level-0>li.current:hover>a {
background: rgba(163, 179, 193, 0.2);
color: #c7fffc;
}
.adaptive .umi-menu .in.collapse ul.level-0 li.baby:after {
right: 15px;
}
.adaptive .umi-menu ul.level-0>li.current>a {
border-top: 5px solid transparent;
height: 50px;
line-height: 45px;
color: #c7fffc;
/*text-shadow: 0 1px 0 #FFF;*/
/*background: rgba(163, 179, 193, 0.2);*/
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.adaptive .umi-menu ul.level-0>li.current>a.u-eip-edit-box {
height: 55px;
line-height: 55px;
}
.adaptive .umi-menu ul.level-0>li:hover>a.u-eip-edit-box-hover {
height: 55px;
line-height: 55px;
}
.adaptive .umi-menu ul.level-0 li a {
text-decoration: none;
display: block;
padding: 0 10px 0 10px;
color: #fff;
text-shadow: 0 0px 0 #FFF;
font-size: 16px;
font-style: normal;
-webkit-transition: background-color 0.25s;
-moz-transition: background-color 0.25s;
-o-transition: background-color 0.25s;
transition: background-color 0.25s;
}
.adaptive .umi-menu ul.level-0 li.baby:after {
top: 57%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.adaptive .umi-menu ul.level-0 li.baby:after {
border-color: rgba(119, 119, 119, 0);
border-top-color: #fff;
border-width: 4px;
right: 0px;
margin-left: -4px;
}
.adaptive .umi-menu ul.level-0 li.baby:hover:after {
border-top-color: #333333;
}
.adaptive .umi-menu .navbar ul.level-0 .clip {
display: none;
height: 45px;
width: 100px;
position: absolute;
top: 0;
right: 0;
cursor: default;
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 {
display: none;
min-width: 160px;
position: absolute;
top: 100%;
left: 0;
z-index: 10000;
float: left;
list-style: none;
background: #DDDDDD;
padding: 15px;
margin: 0;
border: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 5px 0px #93A7B7;
-moz-box-shadow: 0px 1px 5px 0px #93A7B7;
box-shadow: 0px 2px 5px 0px #444;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.adaptive .umi-menu ul.level-0 li.hover>ul.level-1 {
display: block;
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 li {
float: none;
height: auto;
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 li a {
padding: 6px 10px 6px 10px;
color: #3F4967;
font-size: 15px;
font-weight: normal;
height: auto;
line-height: 20px;
border: none;
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 li:hover a {
background: none repeat scroll 0 0 rgba(163, 179, 193, 0.2);
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 li.spec a {
color: #F2532F;
text-decoration: underline;
font-weight: normal;
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 li.spec:hover a {
background: none;
text-decoration: none;
}
.adaptive .menu-vertical ul {
margin: 0;
padding: 0;
position: relative;
background: #FFF;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.adaptive .menu-vertical ul li {
display: block;
position: relative;
background: #ddd;
}
.adaptive .menu-vertical ul li:hover a {
background: #a5b8be;
color: #3c4e5b;
}
.adaptive .menu-vertical ul li a:hover {
background: #a5b8be;
color: #fff;
box-shadow: none;
}
.adaptive .menu-vertical ul li.current a:hover {
color: #fff;
}
.adaptive .menu-vertical ul li:first-child a {
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.adaptive .menu-vertical ul li:last-child a {
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.adaptive .menu-vertical ul li.current a {
color: #385f81;
cursor: default;
background: rgba(163, 179, 193, 0.2);
}
.adaptive .menu-vertical ul li a {
line-height: 20px;
display: block;
padding: 15px 20px;
text-decoration: none;
font-size: 16px;
font-style: normal;
color: #3f4967;
}
.adaptive .custom_wrapper {
width: 320px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
padding: 20px;
}
.adaptive .main_image {
margin: 30px 0;
padding: 0;
position: relative;
}
.adaptive .main_image img {
margin: 0 auto;
display: block;
max-width: 100% !important;
max-height: 100% !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.adaptive .main_image img.ipad_img {
opacity: 1;
}
.adaptive .stc1 {
-webkit-transition-duration: 0.85s;
-moz-transition-duration: 0.85s;
-ms-transition-duration: 0.85s;
-o-transition-duration: 0.85s;
transition-duration: 0.85s;
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-property: all;
-moz-transition-property: all;
-ms-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.adaptive .news_anons p {
height: auto;
}
.adaptive .stc2 {
-webkit-transition-duration: 1.25s;
-moz-transition-duration: 1.25s;
-ms-transition-duration: 1.25s;
-o-transition-duration: 1.25s;
transition-duration: 1.25s;
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-property: all;
-moz-transition-property: all;
-ms-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.adaptive .main_image img.moving {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.adaptive .main_image .direction_block_2 {
opacity: 0;
-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
-ms-transform: scale(0.4);
-o-transform: scale(0.4);
transform: scale(0.4);
-webkit-transition-duration: 0.80s;
-moz-transition-duration: 0.80s;
-ms-transition-duration: 0.80s;
-o-transition-duration: 0.80s;
transition-duration: 0.80s;
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-property: all;
-moz-transition-property: all;
-ms-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.adaptive .main_image .direction_block_2.customing {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.adaptive .main_image .custom_wrapper_1 {
position: relative;
opacity: 0;
top: 0;
-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
-ms-transform: scale(0.4);
-o-transform: scale(0.4);
transform: scale(0.4);
}
.adaptive .main_image .custom_wrapper_ipad_1 {
position: relative;
}
.adaptive .main_image .custom_wrapper_1.customing {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.adaptive .main_image .custom_wrapper_1 p, .adaptive .main_image .custom_wrapper_ipad_1 p {
font-weight: 400;
color:#0F5AAA !important;
font-size: 28px;
margin: 0;
line-height: 32px;
}
.adaptive .main_image .custom_wrapper_2 {
position: relative;
opacity: 0;
top: 300px;
}
.adaptive .main_image .custom_wrapper_ipad_2 {
position: relative;
margin: 20px 0 0 0;
}
.adaptive .main_image .custom_wrapper_2.customing {
opacity: 1;
top: 0;
margin: 20px 0 0 0;
}
.adaptive .main_image .custom_wrapper_2 p, .adaptive .main_image .custom_wrapper_ipad_2 p {
color: #555555;
text-shadow: 0 1px 0 #FFF;
font-size: 14px;
margin: 0;
}
.adaptive .content-wrap {
padding: 20px;
position: relative;
background: #E4EEFF;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.adaptive .camera_pag_ul {
padding: 0 !important;
margin: 0;
list-style: none;
}
.adaptive .camera_pag_ul li {
background: url('/img/benefits-arrow.png') 10px 10px no-repeat;
padding: 7px 0 20px 56px;
font-size: 14px;
line-height: 24px;
color: #212C43;
font-weight: normal;
}
.adaptive .p-head {
font-weight: bold;
font-size: 16px;
color: #445869;
}
.adaptive .ident-top {
background: url("/img/pattern-stripes.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
text-transform: uppercase;
font-weight: 400;
font-size: 21px;
color: #445869;
margin: 10px 0 20px 0;
overflow: hidden;
text-align: center;
}
.adaptive .ident-top span {
background: none repeat scroll 0 0 #FFF;
padding: 0 20px 0 20px;
}
.adaptive .direction_block.direction_block_1 {
text-align: center;
margin: 10px 0 ;
}
.adaptive .direction_block_link {
text-decoration: none !important;
}
.adaptive .direction_block_link:hover {
text-decoration: none !important;
}
.adaptive .direction_block_link img {
max-width: 100% !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 3px #444;
}
.adaptive .direction_title {
display: none;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-left: -70px;
width: 140px;
color: #FFF;
font-weight: 400;
}
.adaptive .umi-services.eip #cato_prev, .adaptive .umi-services.eip #cato_next {
top: 52px;
}
.adaptive .umi-services .next, .adaptive .umi-services .prev {
width: 35px;
height: 35px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: opacity 0.4s ease-in-out 0;
-moz-transition: opacity 0.4s ease-in-out 0;
-ms-transition: opacity 0.4s ease-in-out 0;
-o-transition: opacity 0.4s ease-in-out 0;
transition: opacity 0.4s ease-in-out 0;
}
.adaptive .umi-services .prev {
position: absolute;
top: -7px;
right: 70px;
background-color: #c7fffc;
}
.adaptive .umi-services .next {
position: absolute;
top: -7px;
right: 20px;
background-color: #c7fffc;
}
.adaptive .umi-services .prev.disabled {
opacity: 0.2;
cursor: default;
}
.adaptive .umi-services .next.disabled {
opacity: 0.2;
cursor: default;
}
.adaptive #spec_cato_prev {
z-index: 1;
top: -7px;
right: 70px;
background-color: #b02c1b;
}
.adaptive #spec_cato_next {
z-index: 1;
top: -7px;
right: 20px;
background-color: #b02c1b;
}
.adaptive #spec_cato_prev.disabled {
opacity: 0.2;
}
.adaptive #spec_cato_next.disabled {
opacity: 0.2;
}
.adaptive .row-fluid.umi-services {
position: relative;
}
.adaptive .mainpage_catalog_title.h2, .adaptive .mainpage_special_offers_title.h2 {
position: relative;
color: #445869;
text-shadow: 0 1px 0 #FFF;
font-weight: 400;
font-size: 21px;
border-bottom: 1px solid #CDCDCD;
padding-bottom: 5px;
text-transform: uppercase;
margin: 30px 0 30px 0;
}
.adaptive .mainpage_special_offers_title.h2 {
color: #B02C1B;
}
.adaptive .index_catalog {
margin: 0;
}
.adaptive .items_catalog {
margin: 0;
}
.adaptive .catalog_item_img {
text-align: center;
display: block;
}
.adaptive .catalog_item_img img {
max-height: 120px !important;
max-width: 100% !important;
margin: 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.adaptive .items_catalog li.li_category_item .category_title {
margin: 10px 20px 10px 20px;
padding: 0;
height: 52px;
line-height: 17px;
overflow: hidden;
}
.adaptive .items_catalog li.li_category_item {
width: 215px;
background: #FFF;
margin: 3px 15px 15px 3px;
position: relative;
display: block;
float: left;
text-align: left;
min-height: 30px;
height: 220px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.adaptive .items_catalog li.simple_catalog_item {
opacity: 0;
width: 215px;
background: #FFF;
margin: 3px 15px 15px 3px;
position: relative;
display: block;
float: left;
text-align: left;
min-height: 30px;
height: 300px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0 1px 3px #888;
}
.adaptive .umi-second-content .items_catalog li.simple_catalog_item {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-ms-transform: scale(0.8);
-webkit-transition: all 0.4s ease-in-out 0;
-moz-transition: all 0.4s ease-in-out 0;
-ms-transition: all 0.4s ease-in-out 0;
-o-transition: all 0.4s ease-in-out 0;
transition: all 0.4s ease-in-out 0;
}
.adaptive .mainpage_items_catalog li.simple_catalog_item, .adaptive .special_offers_list li.simple_catalog_item {
opacity: 1;
}
.adaptive .items_catalog li.simple_catalog_item a img {
max-height: 120px;
max-width: 100% !important;
margin: 0;
padding: 0;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.adaptive .mainpage_items_catalog li.simple_catalog_item a img {
/*margin: 3px;*/
padding: 0;
}
.adaptive .items_catalog li.simple_catalog_item .object_title {
margin: 10px 20px 10px 20px;
padding: 0;
height: 36px;
line-height: 17px;
overflow: hidden;
}
.adaptive .items_catalog li.simple_catalog_item .object_title a {
font-size: 16px;
font-style: normal;
}
.adaptive .items_catalog li.simple_catalog_item .object_title a:hover {
color: #333333;
text-decoration: underline;
}
.adaptive .items_catalog li.simple_catalog_item .object_prefix {
height: 100px;
overflow: hidden;
line-height: 20px;
display: block;
padding: 0 20px;
margin: 0 0 20px 0;
}
.adaptive .object_item_img {
text-align: center;
display: block;
}
.adaptive .index_news .top_date {
display: none;
}
.adaptive .index_news .bottom_date {
display: block;
margin-left: -20px;
}
.adaptive .index_news .news .news_item .news_title {
margin-bottom: 3px;
}
.adaptive .news_title {
background: url(/img/cicon.png) no-repeat center left;
padding: 0 0 0 15px;
}
.adaptive .news_headline:hover {
text-decoration: underline;
}
.adaptive .top_date, .adaptive .bottom_date, .adaptive .main_top_date {
font-size: 12px;
color: #999999;
}
.adaptive .module-news.method-rubric, .adaptive .module-webforms.method-page {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
.adaptive fieldset{
border: none;
}
.adaptive .span9.module-news.method-item fieldset, .adaptive .span9.module-webforms.method-page fieldset, .adaptive .span9.module-photoalbum.method-photo fieldset {
padding: 0;
margin: 0;
}
.adaptive .site_form .field {
margin: 0 0 15px 0;
padding: 0;
}
.adaptive .site_form .submit {
padding: 0;
}
.adaptive ul.photo_list {
margin: 0;
overflow: hidden;
}
.adaptive ul.photo_list .pLoader {
padding: 0;
border: none;
}
.adaptive ul.photo_list li {
opacity: 0;
float: left;
width: 220px;
height: 220px;
display: block;
text-align: left;
vertical-align: top;
margin: 5px;
background: #fff;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-ms-transform: scale(0.8);
-webkit-transition: all 0.4s ease-in-out 0;
-moz-transition: all 0.4s ease-in-out 0;
-ms-transition: all 0.4s ease-in-out 0;
-o-transition: all 0.4s ease-in-out 0;
transition: all 0.4s ease-in-out 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.adaptive ul.photo_list li.tech, .adaptive .items_catalog li.simple_catalog_item.tech {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
background: #fff;
}
.adaptive .ie ul.photo_list li {
opacity: 1;
transform: scale(1);
-ms-transform: scale(1);
}
.adaptive .module-catalog.method-object ul.photo_list li.pLoader {
width: 100%;
height: auto;
margin: 0;
}
.adaptive ul.photo_list li:after {
content: ' ';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.35);
box-shadow: 0px 0px 2px #222;
z-index: 1;
pointer-events: none;
opacity: 1;
}
.adaptive ul.photo_list li.act {
opacity: 1;
}
.adaptive ul.photo_list li .photo_img_div {
text-align: center;
position: relative;
-webkit-transition: opacity 0.4s ease-in-out 0;
-moz-transition: opacity 0.4s ease-in-out 0;
-ms-transition: opacity 0.4s ease-in-out 0;
-o-transition: opacity 0.4s ease-in-out 0;
transition: opacity 0.4s ease-in-out 0;
}
.adaptive ul.photo_list li .photo_img_div:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.adaptive ul.photo_list li .photo_img_div:hover a img {
opacity: 0.07;
}
.adaptive ul.photo_list li .photo_img_div a img {
max-height: 155px !important;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
-webkit-transition: all 0.2s ease-in-out 0;
-moz-transition: all 0.2s ease-in-out 0;
-ms-transition: all 0.2s ease-in-out 0;
-o-transition: all 0.2s ease-in-out 0;
transition: all 0.2s ease-in-out 0;
padding: 5px 0 0 0;
margin: 5px 0 0 0;
}
.adaptive ul.photo_list li .photo_title {
margin: 19px 20px 10px 20px;
padding: 0;
height: 36px;
line-height: 17px;
overflow: hidden;
}
.adaptive ul.photo_list li .photo_title a:hover {
text-decoration: underline;
}
.adaptive select, .adaptive textarea, .adaptive input[type="text"], .adaptive input[type="password"], .adaptive input[type="datetime"], .adaptive input[type="datetime-local"], .adaptive input[type="date"], .adaptive input[type="month"], .adaptive input[type="time"], .adaptive input[type="week"], .adaptive input[type="number"], .adaptive input[type="email"], .adaptive input[type="url"], .adaptive input[type="search"], .adaptive input[type="tel"], .adaptive input[type="color"], .adaptive .uneditable-input {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.adaptive .row-fluid.umi-second-content {
margin: 0 0 20px 0;
}
.adaptive fieldset {
border: none;
}
.adaptive .contact_info, .adaptive .contact_info td {
border: none;
}
.adaptive .contact_info {
margin: 0 0 50px 0;
}
.adaptive #order_form_wrapper table, .adaptive #order_form_wrapper table td {
border: 0 !important;
}
.adaptive .label, .adaptive .badge {
display: block;
padding: 0;
font-weight: normal;
line-height: 14px;
color: #000;
text-shadow: none;
white-space: nowrap;
vertical-align: baseline;
background-color: #FFF;
}
.adaptive h1, .adaptive .h1, .adaptive h2, .adaptive .h2, .adaptive h3, .adaptive .h3, .adaptive h4, .adaptive h5, .adaptive h6, .adaptive .h4, .adaptive .h5, .adaptive .h6 {
color: #3c4e5b;
}
.adaptive .like_block {
padding: 5px 12px;
-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
border-radius: 2px;
-moz-border-radius: 2px;
}
.adaptive body .system_errors {
background: #F8F8F8;
color: #555;
text-shadow: 0 1px 0 #FFF;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15) inset;
-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15) inset;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15) inset;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.adaptive body .system_errors h3 {
color: #445869;
text-shadow: 0 1px 0 #FFF;
font-size: 20px;
margin: 0;
}
.adaptive body .system_errors ul {
padding: 0;
}
.adaptive .list_files {
margin: 20px 0 30px 0;
}
.adaptive .code_pre.yandex_map {
margin: 0 0 20px 0;
}
.adaptive .code_pre.yandex_map>ymaps, .adaptive .code_pre.yandex_map>div {
width: auto !important;
}
.adaptive .catalog_numpages {
display: block;
text-align: center;
}
.adaptive .numpages {
display: inline-block;
text-align: center;
margin: 10px 0;
}
.adaptive .numpages ul {
margin: 0;
}
.adaptive .numpages ul li a {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.adaptive .numpages ul li.active a, .adaptive .numpages ul li.active a:link, .adaptive .numpages ul li.active a:visited {
background-color: #CCC;
}
.adaptive .numpages ul li.active a:hover {
background-color: #BBB;
}
.adaptive .umi-second-content .items_catalog {
float: left;
}
.adaptive .social_gray {
opacity: 0.7;
margin: 10px auto 20px auto;
display: block;
width: 235px;
}
.adaptive #fancybox-left-ico, .adaptive #fancybox-right-ico {
width: 35px;
height: 35px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.adaptive #fancybox-right-ico {
background-color: rgba(45, 113, 172, 0.8);
}
.adaptive #fancybox-left-ico {
background-color: rgba(45, 113, 172, 0.8);
}
@-webkit-keyframes bounceInUp {
0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
}
60% {
 opacity: 1;
 -webkit-transform: translateY(-30px);
}
80% {
 -webkit-transform: translateY(10px);
}
100% {
 -webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInUp {
0% {
 opacity: 0;
 -moz-transform: translateY(2000px);
}
60% {
 opacity: 1;
 -moz-transform: translateY(-30px);
}
80% {
 -moz-transform: translateY(10px);
}
100% {
 -moz-transform: translateY(0);
}
}
@-o-keyframes bounceInUp {
0% {
 opacity: 0;
 -o-transform: translateY(2000px);
}
60% {
 opacity: 1;
 -o-transform: translateY(-30px);
}
80% {
 -o-transform: translateY(10px);
}
100% {
 -o-transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
 opacity: 0;
 transform: translateY(2000px);
}
60% {
 opacity: 1;
 transform: translateY(-30px);
}
80% {
 transform: translateY(10px);
}
100% {
 transform: translateY(0);
}
}
.adaptive .bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
}
60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
}
80% {
 -webkit-transform: translateY(-10px);
}
100% {
 -webkit-transform: translateY(0);
}
}
.adaptive .bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}
.adaptive .mainpage_items_catalog.umiru-eip-outline-block {
max-width: 940px;
}
.adaptive .row-fluid.logo-block {
background: #1167b2; /* Old browsers */
background: -moz-linear-gradient(top,  #1167b2 0%, #0f5aaa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1167b2), color-stop(100%,#0f5aaa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1167b2 0%,#0f5aaa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1167b2 0%,#0f5aaa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1167b2', endColorstr='#0f5aaa',GradientType=0 ); /* IE6-9 */
}
.adaptive .object .object_image {
clear: both;
float: none;
}
.adaptive .object .object_image img {
max-width: 100%;
}
.adaptive .object .object_image img {
margin: 0 30px 10px 0;
}
.adaptive .index_special_offers {
position: relative;
}
@media (max-width:979px) and (min-width:768px) {
.adaptive {
}
.adaptive .logo img {
 max-width: 215px !important;
 margin: 0 0 0 10px;
}
.adaptive .umi-menu ul.level-0 li a {
 padding: 0 15px 0 15px;
 font-size: 15px;
}
.adaptive .items_catalog li.simple_catalog_item {
 width: 248px;
}
.adaptive .module-catalog.method-category .items_catalog li.simple_catalog_item a img {
 margin: 15px 0 0 0;
}
.adaptive .b-navbar {
 display: none !important;
}
.adaptive .nav-collapse.collapse {
 height: auto !important;
 overflow: visible !important;
}
.adaptive .cover-one, .adaptive .cover-two {
 display: none;
}
.adaptive .address_string {
 color: #728BA1;
 font-size: 12px;
 margin: 0;
}
.adaptive .phone_number {
 color: #728BA1;
}
.adaptive .row-fluid.logo-block {
 /*background: #FFF;*/
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 -webkit-box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
 -moz-box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
 -o-box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
 box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
}
.adaptive .breadcrumbs ul {
 margin: 20px 0 20px 0;
}
.adaptive .footer {
 box-shadow: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
}
.adaptive .footer-in {
 width: 724px;
 -webkit-border-top-left-radius: 3px;
 -webkit-border-top-right-radius: 3px;
 -moz-border-radius-topleft: 3px;
 -moz-border-radius-topright: 3px;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}
.adaptive ul.photo_list li {
 margin: 10px 20px;
}
}
@media (max-width:767px) {
.adaptive {
}
.adaptive .mainpage_items_catalog li.simple_catalog_item a img, .adaptive .special_offers_list li.simple_catalog_item a img, .adaptive .catalog_item_img img {
 max-width: 160px !important;
}
.adaptive .items_catalog li.simple_catalog_item {
 width: 248px;
}
.adaptive .module-catalog.method-category .items_catalog li.simple_catalog_item a img {
 margin: 15px 0 0 0;
}
.adaptive .umi-menu ul.level-0 {
 float: none;
 display: block;
 height: auto;
 margin: 0;
 padding: 5px 0;
 background: #5a5a5a;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}
.adaptive .umi-menu ul.level-0 li {
 padding: 0 5px;
 float: none;
 height: 45px;
 line-height: 45px;
}
.adaptive .umi-menu ul.level-0 li a {
 padding: 0 20px 0 15px;
 border: none;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}
.adaptive .umi-menu ul.level-0 li:hover a {
 border-top: none;
 height: 45px;
 line-height: 45px;
}
.adaptive .nav-collapse.in.collapse {
 overflow: inherit;
 position: relative;
 top: 10px;
 right: 0;
 padding: 0;
 -webkit-box-shadow: 0px 0 5px 0px #93a7b7;
 -moz-box-shadow: 0px 0 5px 0px #93a7b7;
 -o-box-shadow: 0px 0 5px 0px #93a7b7;
 box-shadow: 0 0 5px 0 #93a7b7;
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 {
 left: 7px;
 padding: 10px;
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 li {
 padding: 0;
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 li a {
 padding: 9px 5px;
}
.adaptive .umi-menu .navbar ul.level-0 .clip {
 display: block;
}
.adaptive .umi-menu .in.collapse ul.level-0 li.baby>a {
 padding: 0 100px 0 15px;
}
.adaptive .cover-one, .adaptive .cover-two {
 display: none;
}
.adaptive .row-fluid.adress-block {
 /*background: url(/img/bg.jpg) repeat;*/
}
.adaptive .phone_number {
 color: #728BA1;
}
.adaptive .row-fluid.logo-block {
 /*background: #FFF;*/
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 -webkit-box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
 -moz-box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
 -o-box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
 box-shadow: 0px 0 5px 0px rgba(147, 167, 183, 0.6);
}
.adaptive .breadcrumbs ul {
 margin: 20px 0 20px 0;
}
.adaptive .row-fluid.adress-block .span4.addr, .adaptive .row-fluid.adress-block .span2.phone {
 text-align: center;
 padding: 5px;
}
.adaptive .footer {
 box-shadow: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 background: linear-gradient(to bottom, #1167B2 0%, #0F5AAA 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.adaptive .footer-in {
 margin: 0 20px;
 background: linear-gradient(to bottom, #1167B2 0%, #0F5AAA 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
 -webkit-border-top-left-radius: 3px;
 -webkit-border-top-right-radius: 3px;
 -moz-border-radius-topleft: 3px;
 -moz-border-radius-topright: 3px;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}
.adaptive .direction_block_link img {
 margin: 0 0 25px 0;
}
.adaptive .row-fluid.adress-block {
 text-align: center;
}
.adaptive .row-fluid.logo-block .span8 {
 position: absolute;
 height: 0;
 min-height: 0;
}
.adaptive .row-fluid.umi-menu {
 top: -81px;
 margin-top: 0;
}
.adaptive .search fieldset {
 float: none;
 margin: 0 auto;
}
.adaptive #left_column {
 display: none;
}
.adaptive ul.photo_list li {
 margin: 10px 30px;
}
.adaptive .main_image img {
 margin: 20px auto 0 auto;
}
.adaptive .main_image {
 margin: 20px 0;
}
}
@media (max-width:600px) {
.adaptive .items_catalog li.simple_catalog_item {
 width: 261px;
}
}
@media (max-width:480px) {
.adaptive .comments_form_div {
 display: none;
}
.adaptive .mainpage_special_offers_title.h2, .adaptive .mainpage_catalog_title.h2 {
 height: 30px;
 line-height: 22px;
 font-size: 14px;
 font-weight: 500;
}
.adaptive .callback {
 display: none !important;
}
.adaptive .umi-footer {
 background: none;
}
.adaptive .module-catalog.method-category .items_catalog li.simple_catalog_item a img {
 margin: 2px 0 0 0;
}
.adaptive .mainpage_items_catalog li.simple_catalog_item a img, .adaptive .special_offers_list li.simple_catalog_item a img, .adaptive .catalog_item_img img {
 max-width: 117px !important;
}
.adaptive ul.photo_list li {
 margin: 5px;
 width: 210px;
}
.adaptive ul.photo_list li .photo_img_div a img {
 max-width: 210px !important;
}
.adaptive .module-catalog.method-category .items_catalog li.simple_catalog_item {
 width: 215px;
 margin: 2px 2px 10px 2px;
}
.adaptive .main_image .custom_wrapper_1 p {
 font-size: 20px;
 line-height: 26px;
}
.adaptive .ident-top {
 font-size: 16px;
}
.adaptive .logo img {
 max-width: 55% !important;
}
}
@media (max-width:320px) {
.adaptive .mainpage_special_offers_title.h2, .adaptive .mainpage_catalog_title.h2 {
 height: 30px;
 line-height: 22px;
 font-size: 14px;
 font-weight: 500;
}
.adaptive .umi-menu ul.level-0 li>ul.level-1 {
 left: 0;
}
.adaptive .module-catalog.method-category .items_catalog li.simple_catalog_item {
 width: 100% !important;
}
.adaptive .mainpage_items_catalog li.simple_catalog_item a img, .adaptive .special_offers_list li.simple_catalog_item a img, .adaptive .catalog_item_img img {
 max-width: 100% !important;
}
.adaptive .ident-top {
 font-size: 16px;
}
.adaptive ul.photo_list li {
 width: 270px;
}
.adaptive .main_sitetitle {
 margin: 10px 10px 0 10px;
}
}
