@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic-ext');

@font-face {
	font-family: 'Philosopher-Regular';
	src: url("/css/fonts/Philosopher/Philosopher-Regular.ttf");
	font-style: normal;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px)
    }

    to {
        -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)
    }

    to {
        -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)
    }

    to {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

* {
    text-shadow: none!important
}

.appointments #wrapper .communication-admin__content {
		padding: 50px 20px 35px;
}

#main_big_order_button {
    border-radius: 6px;
    box-shadow: 0 0 12px 1px rgba(0,0,0,.2);
}

#main_big_order_button:hover {
    box-shadow: 0 0 12px 1px rgba(0,0,0,.4);
    left: -4px;
}

.u-eip.adaptive #fancybox-wrap {
    box-sizing: initial
}

.u-eip.adaptive #order_form_wrapper #order_submit {
    width: 150px
}

.adaptive body {
    color: #56595c
}

.adaptive .general_wrap p, .adaptive .general_wrap .text, .adaptive .general_wrap div, .adaptive .general_wrap ul li, .adaptive .general_wrap td, .adaptive .general_wrap table {
    font-size: 15px;
		font-family: 'Open Sans';
		line-height: 1.6;
}

.adaptive .main_image .direction_block > .u-eip-edit-box {
		background: #dbdbdb!important
}

.adaptive .umi-second-content table th, .adaptive .umi-second-content table td {
    border-bottom: 1px solid;
    border-top: none;
    border-left: none;
    border-right: none
}

.adaptive .umi-second-content table td {
    text-align: left!important
}

.adaptive .address_string,.adaptive .phone_number {
    color: #000
}

.adaptive .cover-two {
    background: 0 0
}

.adaptive .umi-menu .btn.btn-umi-shop {
    outline: 0;
    box-shadow: inset 0 0 10px rgba(0,0,0,.45)
}

.adaptive .umi-menu .btn.btn-umi-shop.collapsed {
    outline: 0;
    box-shadow: none
}

.adaptive .breadcrumbs ul,.adaptive .items_catalog li.simple_catalog_item,.adaptive .menu-vertical ul,.adaptive body {
    background: #fff
}

.adaptive .ident-top {
    background: url(/img/pattern-stripes.png) 0 0
}

.adaptive .breadcrumbs ul li a,.adaptive .menu-vertical ul li.current a:hover,.adaptive .umi-footer .cp p,.adaptive a:link,.adaptive a:visited {
    color: #000
}

.adaptive .camera_pag_ul li {
    background: url(/img/benefits-arrow.png) 10px 10px no-repeat;
    color: #212c43
}

.adaptive .mainpage_special_offers_title.h2 {
    color: #fff
}

.adaptive .items_catalog li.simple_catalog_item .object_prefix,.adaptive .items_catalog li.simple_catalog_item .object_title a,.adaptive .items_catalog li.simple_catalog_item .object_title a:hover,.adaptive .mainpage_catalog_title.h2,.adaptive .services-catalog .items_catalog li.li_category_item .category_title a,.adaptive .services-catalog .items_catalog li.li_category_item .category_title a:hover {
    color: #2e3135
}

.adaptive ul.photo_list li .photo_img_div:hover {
    background-color: rgba(0,0,0,.2)
}

.adaptive ul.photo_list li .photo_title a {
    color: #666
}

.adaptive .menu-vertical ul li a:hover,.adaptive .menu-vertical ul li.current a,.adaptive .menu-vertical ul li:hover a {
    color: #000;
}

.adaptive .menu-vertical ul li a {
    color: #777
}

.adaptive .footer {
    background: linear-gradient(0deg,#e55142 0,#f3766a 95%)
}

.adaptive .h1,.adaptive .h2,.adaptive .h3,.adaptive .h4,.adaptive .h5,.adaptive .h6,.adaptive h1,.adaptive h2,.adaptive h3,.adaptive h4,.adaptive h5,.adaptive h6 {
    color: #445869
}

.adaptive * {
    box-sizing: border-box
}

.adaptive a,.adaptive a:hover {
    text-decoration: none;
    color: #444
}

.adaptive .pos-rel {
    position: relative
}

.adaptive .general_wrap {
    min-width: 300px;
    position: relative
}

.adaptive .container {
    position: relative
}

.adaptive .footer #social_block {
    top: 0
}

.adaptive .main_sitetitle {
    margin: 10px 0 0;
    text-align: center;
    display: block;
    line-height: 20px;
    height: 20px
}

.adaptive .footer .search {
    width: 244px;
    height: 43px;
    padding: 0;
    border: 1px solid #ede9e9
}

.adaptive .footer .search .form_placeholder {
    color: #507619;
    height: 40px;
    font-family: 'Philosopher-Regular'
}

.adaptive .search fieldset {
    height: 43px;
    border: 0;
    width: 100%;
    padding: 0;
    line-height: 30px;
    position: relative;
    border-radius: 2px
}

.adaptive .row-fluid.adress-block {
    flex-flow: row wrap;
    align-items: center
}

.adaptive .address_string,.adaptive .phone_number {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Philosopher-Regular';
    position: relative
}

.adaptive .row-fluid.adress-block .addr {
    padding: 0 0 0 45px;
    position: relative
}

.adaptive .address_string:before,.adaptive .phone_number:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -45px;
    height: 37px;
    width: 25px
}

.adaptive .address_string:before {
    background: url(/img/map_pin.png) no-repeat
}

.adaptive .row-fluid.adress-block .phone {
    text-align: right;
    padding: 0
}

.adaptive .phone_number:before {
    background: url(/img/phone_icon.png) no-repeat
}

.adaptive .row-fluid.adress-block .company_name {
    padding: 0;
    height: 25px
}

.adaptive .row-fluid.adress-block .company_name p {
    margin: 0;
    font-family: 'Philosopher-Regular';
    font-size: 25px;
    letter-spacing: -.625px;
    line-height: 25px
}

.adaptive .logo {
    text-align: right
}

.adaptive .breadcrumbs ul {
    padding: 8px 15px;
    margin: 20px 0;
    list-style: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
    -moz-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
    -o-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
    box-shadow: 0 0 5px 0 rgba(147,167,183,.6)
}

.adaptive .breadcrumbs ul li {
    padding: 0 5px 0 0
}

.adaptive .breadcrumbs ul li a {
    padding: 0 5px 0 0;
    text-shadow: none
}

.adaptive .breadcrumbs ul li a:hover,.adaptive .services-catalog .items_catalog li.li_category_item .category_title a:hover {
    text-decoration: underline
}

.adaptive .breadcrumbs ul li.breadcrumbs_last a:hover {
    text-decoration: none
}

.adaptive .breadcrumbs ul li.breadcrumbs_last a {
    cursor: default
}

.adaptive .umi-menu .navbar {
    margin: 0
}

.adaptive .umi-menu .navbar-inner {
    border: 0;
    box-shadow: none;
    background: 0 0;
    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;
    padding: 10px 12px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    -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:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.45);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.45);
    box-shadow: inset 0 0 10px rgba(0,0,0,.45)
}

.adaptive .umi-menu ul.level-0 li {
    float: left;
    position: relative
}

.adaptive .umi-menu ul.level-0 li:hover>a {
    box-shadow: none
}

.adaptive .umi-menu .in.collapse ul.level-0>li.current>a {
    box-shadow: none;
    border-top: none;
    padding: 0 20px 0 15px
}

.adaptive .umi-menu .in.collapse ul.level-0 li.baby:after {
    right: 15px
}

.adaptive .umi-menu .in.collapse ul.level-0>li.current>a,.adaptive .umi-menu ul.level-0>li.current>a {
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.adaptive .umi-menu ul.level-0 li a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    font-size: 18px;
    font-family: 'Philosopher-Regular';
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s
}

.adaptive .umi-menu ul.level-0 li.baby:after {
    top: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #777 transparent transparent;
    border-width: 4px;
    right: 5px;
    margin-left: -4px
}

.adaptive .umi-menu ul.level-0 li.baby:hover:after {
    border-top-color: #333
}

.adaptive .umi-menu .navbar ul.level-0 .clip {
    display: none;
    height: 45px;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: default
}

.adaptive .menu-vertical ul,.adaptive .umi-menu .btn.btn-umi-shop,.adaptive .umi-menu .navbar-inner,.adaptive .umi-menu ul.level-0 li>ul.level-1 {
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.adaptive .umi-menu ul.level-0 li>ul.level-1 {
    display: none;
    min-width: 160px;
    top: 100%;
    right: 0;
    z-index: 10000;
    float: left;
    list-style: none;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 1px 5px 0 #93a7b7;
    -moz-box-shadow: 0 1px 5px 0 #93a7b7;
    box-shadow: 0 1px 5px 0 #93a7b7;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    padding: 0
}

.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;
    text-shadow: none;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 20px;
    border: 0;
    color: #222;
		text-align: left;
}

.adaptive .umi-menu ul.level-0 li>ul.level-1 li.spec a {
    color: #f2532f;
    text-decoration: underline;
    font-weight: 400
}

.adaptive .umi-menu ul.level-0 li>ul.level-1 li.spec:hover a {
    background: 0 0;
    text-decoration: none
}

.adaptive .menu-vertical ul {
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
    -moz-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
    -o-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
    box-shadow: 0 0 5px 0 rgba(147,167,183,.6)
}

.adaptive .menu-vertical ul li {
    display: block;
    position: relative
}

.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 {
    cursor: default
}

.adaptive .menu-vertical ul li a {
    line-height: 20px;
    display: block;
    text-shadow: none;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Philosopher-Regular'
}

.adaptive .stc1,.adaptive .stc2 {
    -webkit-transition-duration: .85s;
    -moz-transition-duration: .85s;
    -ms-transition-duration: .85s;
    -o-transition-duration: .85s;
    transition-duration: .85s;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -ms-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -o-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li>ul.level-1 a,.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li>ul.level-1 li,.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
}

.adaptive .main_image .custom_wrapper_1.customing,.adaptive .main_image .direction_block_2.customing,.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 .custom_wrapper_1,.adaptive .main_image .direction_block_2 {
    opacity: 0;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4)
}

.adaptive .main_image .direction_block_2 {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -ms-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -o-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.adaptive .main_image .custom_wrapper_1 {
    position: relative;
    top: 0
}

.adaptive .main_image .custom_wrapper_ipad_1 {
    position: relative
}

.adaptive .main_image .custom_wrapper_1 p,.adaptive .main_image .custom_wrapper_ipad_1 p {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    text-shadow: none;
    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
}

.adaptive .main_image .custom_wrapper_2.customing {
    opacity: 1;
    top: 0;
    margin: 20px 0 0
}

.adaptive .main_image .custom_wrapper_2 p,.adaptive .main_image .custom_wrapper_ipad_2 p {
    text-shadow: none;
    font-size: 14px;
    margin: 0
}

.adaptive .offer_block {
    background: #f6f6f6
}

.adaptive .content-wrap {
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
    -moz-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
    -o-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
    box-shadow: 0 0 5px 0 rgba(147,167,183,.6)
}

.adaptive .umi-services .next,.adaptive .umi-services .prev,.adaptive ul.photo_list li .photo_img_div {
    -webkit-transition: opacity .4s ease-in-out 0;
    -moz-transition: opacity .4s ease-in-out 0;
    -ms-transition: opacity .4s ease-in-out 0;
    -o-transition: opacity .4s ease-in-out 0;
    transition: opacity .4s ease-in-out 0
}

.adaptive .umi-services .next.disabled,.adaptive .umi-services .prev.disabled {
    opacity: .2;
    cursor: default
}

.adaptive #spec_cato_next.disabled,.adaptive #spec_cato_prev.disabled {
    opacity: .2
}

.adaptive .items_catalog {
    margin: 0
}

.adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
    height: 230px;
    position: relative;
    overflow: hidden
}

.adaptive .services-catalog .items_catalog li.li_category_item .category_title {
    padding: 0;
    text-align: left;
    margin: 40px 20px 20px 40px;
    font-size: 18px;
    font-family: 'Philosopher-Regular';
    letter-spacing: -.45px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.4em;
    line-height: 1.8em;
    height: auto;
    position: relative
}

.adaptive .services-catalog .items_catalog li.li_category_item .category_title a {
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: .6px
}

.adaptive .services-catalog .items_catalog li.simple_catalog_item {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    min-height: 30px;
    -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 .services-catalog .items_catalog.mainpage_items_catalog li.simple_catalog_item {
    float: none;
		display: inline-block;
}

.adaptive .umi-second-content .items_catalog li.simple_catalog_item,.adaptive ul.photo_list li {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transition: all .4s ease-in-out 0;
    -moz-transition: all .4s ease-in-out 0;
    -ms-transition: all .4s ease-in-out 0;
    -o-transition: all .4s ease-in-out 0;
    transition: all .4s ease-in-out 0
}

.adaptive .mainpage_items_catalog li.simple_catalog_item,.adaptive .special_offers_list li.simple_catalog_item {
    opacity: 1
}

.adaptive .mainpage_items_catalog li.simple_catalog_item a img {
    margin: 3px
}

.adaptive .items_catalog li.simple_catalog_item .object_title {
    margin: 10px 20px;
    padding: 0;
    height: auto;
    line-height: 1.3;
    overflow: hidden
}

.adaptive .index_catalog .items_catalog li.simple_catalog_item .object_title a {
    font-size: 24px;
    letter-spacing: .6px;
    margin: 40px 20px 20px 0;
    font-family: 'Philosopher-Regular'
}

.adaptive .items_catalog li.simple_catalog_item .object_title a:hover {
    text-decoration: underline
}

.adaptive .items_catalog li.simple_catalog_item .object_prefix {
    overflow: hidden;
    line-height: 20px;
    display: block;
    padding: 0 20px;
    margin: 0 0 20px
}

.adaptive .catalog_item_img,.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 .module-news .news_item {
		margin: 20px 0;
}

.adaptive .module-news .news_item .news_title {
		padding: 0;
    margin-bottom: 10px;
}

.adaptive .module-news .news_item .news_title .news_headline {
		font-size: 18px;
		text-decoration: underline;
}
.adaptive .module-news .news_item .news_title .news_headline:hover {
		text-decoration: none;
}

.adaptive .module-news .news_item .news_link {
	  display: none;
}

.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,.adaptive ul.photo_list li .photo_title a:hover {
    text-decoration: underline
}

.adaptive .bottom_date,.adaptive .main_top_date,.adaptive .top_date {
    font-size: 12px
}

.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 .span9.module-news.method-item fieldset,.adaptive .span9.module-photoalbum.method-photo fieldset,.adaptive .span9.module-webforms.method-page fieldset {
    padding: 0;
    margin: 0
}

.adaptive .site_form .field {
    margin: 0 0 15px;
    padding: 5px;
}

.adaptive .site_form .submit,.adaptive body .system_errors ul {
    padding: 0
}

.adaptive ul.photo_list {
    margin: 0;
    overflow: hidden
}

.adaptive ul.photo_list .pLoader {
    padding: 0;
    border: 0
}

.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-box-shadow: 0 0 2px #205574;
    -moz-box-shadow: 0 0 2px #205574;
    box-shadow: 0 0 2px #205574;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.adaptive .items_catalog li.simple_catalog_item.tech,.adaptive ul.photo_list li.tech {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.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-box-shadow: inset 0 0 1px 1px rgba(255,255,255,.35);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,.35);
    z-index: 1;
    pointer-events: none;
    opacity: 1
}

.adaptive ul.photo_list li.act {
    opacity: 1
}

.adaptive ul.photo_list li .photo_img_div .photo_img {
    height: 120px;
		overflow: hidden;
}

.adaptive ul.photo_list li .photo_img_div .photo_img img{
		padding: 0px;
		width: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		height: 100%;
		width: auto;
}

.adaptive ul.photo_list li .photo_img_div {
    text-align: center;
    position: relative;
		height: 112px;
		overflow: hidden;
		position: relative;
		margin: 17px 16px;
}

.adaptive ul.photo_list li .photo_img_div:hover a img {
    opacity: .07
}

.adaptive ul.photo_list li .photo_img_div:after {
    bottom: -3px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent transparent #fff;
    border-width: 10px;
    left: 50%;
    margin-left: -10px
}

.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 .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0
}

.adaptive ul.photo_list li .photo_title {
    margin: 19px 20px 10px;
    padding: 0;
    height: 36px;
    line-height: 17px;
    overflow: hidden
}

.adaptive .numpages ul li a,.adaptive .uneditable-input,.adaptive body .system_errors,.adaptive input[type=color],.adaptive input[type=date],.adaptive input[type=datetime-local],.adaptive input[type=datetime],.adaptive input[type=email],.adaptive input[type=month],.adaptive input[type=number],.adaptive input[type=password],.adaptive input[type=search],.adaptive input[type=tel],.adaptive input[type=text],.adaptive input[type=time],.adaptive input[type=url],.adaptive input[type=week],.adaptive select,.adaptive textarea,.adaptive ul.photo_list li:after {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.like_block .g_like_item{
    width: 42px;
}

.site_form .captcha .captcha_input{
  width: 133px;
}

.fb_iframe_widget span{
  vertical-align: baseline!important;
}

.adaptive .row-fluid.umi-second-content {
    margin: 0 0 20px
}

.adaptive .contact_info,.adaptive .contact_info td,.adaptive fieldset {
    border: 0
}

.adaptive .contact_info {
    margin: 0 0 50px
}

.adaptive .module-search .search_form_string{
		height: 38px;
		margin: 0 5px 0 0;
}

.adaptive .for-content .umi-second-content .contacts_page_h2 {
		margin: 30px 0;
		font-size: 20px;
}

.adaptive .contact_info, .adaptive .contact_info .contact_title {
    padding-left: 0;
}

.adaptive #order_form_wrapper table,.adaptive #order_form_wrapper table td {
    border: 0!important
}

.adaptive .badge,.adaptive .label {
    display: block;
    padding: 0;
    font-weight: 400;
    line-height: 14px;
    color: #000;
    text-shadow: none;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #fff
}

.adaptive .like_block {
    padding: 5px 12px;
    -webkit-box-shadow: inset 0 0 10px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 10px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 10px 1px rgba(0,0,0,.1);
    border-radius: 2px;
    -moz-border-radius: 2px
}

.adaptive .all_system_buttons,.adaptive .all_system_buttons:hover {
    border: 1px solid #476e97;
    border-bottom: 1px solid #144a79;
    padding: 8px 20px 10px;
    font-size: 16px;
    text-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 2px #84929d,inset 0 1px 0 #87d1ff;
    -moz-box-shadow: 0 1px 2px #84929d,inset 0 1px 0 #87d1ff;
    -webkit-box-shadow: 0 1px 2px #84929d,inset 0 1px 0 #87d1ff;
    cursor: pointer
}

.adaptive .all_system_buttons:active {
    text-shadow: none;
    box-shadow: 0 1px 0 #fff,inset 0 1px 2px #255e90;
    -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 2px #255e90;
    -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 2px #255e90
}

.adaptive body .system_errors {
    background: #f8f8f8;
    color: #555;
    text-shadow: none;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.15) inset;
    -moz-box-shadow: 0 0 7px 0 rgba(0,0,0,.15) inset;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.15) inset
}

.adaptive body .system_errors h3 {
    color: #445869;
    text-shadow: none;
    font-size: 20px;
    margin: 0
}

.adaptive .list_files {
    margin: 20px 0 30px
}

.adaptive .code_pre.yandex_map {
    margin: 0 0 20px
}

.adaptive .code_pre.yandex_map>div,.adaptive .code_pre.yandex_map>ymaps {
    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.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: .7;
    margin: 10px auto 20px;
    display: block;
    width: 235px
}

.adaptive #fancybox-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color: rgba(45,113,172,.5);
    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 #fancybox-close:hover {
    background-color: #2d71ac
}

.adaptive #fancybox-left-ico,.adaptive #fancybox-right-ico {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(45,113,172,.8)
}

.adaptive .bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

.adaptive .object .object_image {
    clear: both;
    float: none
}

.adaptive .object .object_image img {
    max-width: 100%;
    margin: 0 30px 10px 0
}

.adaptive .index_special_offers {
    position: relative
}

.comment .text {
    display: inline-block
}

.adaptive .general_wrap {
    background: #fff
}

.adaptive .cover-one {
    background: 0 0
}

.adaptive .row-fluid.adress-block {
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    background: 0 0
}

.adaptive .content-wrap,.adaptive .cover-two,.adaptive .main_image .span7 .main_image-description:before,.adaptive .row-fluid.logo-block {
    background: #fff
}

.adaptive .ident-top {
    background: 0 0;
    color: #2e3135
}

.adaptive .p-head {
    color: #445869
}

.adaptive .all_system_buttons,.adaptive .all_system_buttons:hover, .adaptive .all_system_buttons:visited {
    background: linear-gradient(to bottom,#6ca7dc 0%,#2c70ab 100%);
    color: #fff
}

.adaptive .all_system_buttons:active {
    background: linear-gradient(to bottom,#2c70ab 0%,#508dc5 100%);
    color: #fff
}

.adaptive .bottom_date,.adaptive .main_top_date,.adaptive .top_date {
    color: #999
}

.text,.text p {
    color: #000
}

.site_form .email_verification_error,.site_form .verification_error {
    background-color: #f99
}

.adaptive #spec_cato_next,.adaptive #spec_cato_prev {
    background-color: #b02c1b
}

.adaptive .umi-services .next,.adaptive .umi-services .prev {
    background-color: #2d71ac
}

#promo_line.promo_line {
    background: linear-gradient(to bottom,#008bcf 0,#0079b3 100%)
}

.adaptive .main_image .custom_wrapper_1 p,.adaptive .main_image .custom_wrapper_ipad_1 p {
    color: #1c1d22
}

.adaptive .main_image .custom_wrapper_2 p,.adaptive .main_image .custom_wrapper_ipad_2 p,.adaptive .main_image .span7 .main_image-description {
    color: #fff
}

.adaptive .for-adress .container .row-fluid .header_contacts .addr span {
    color: #8d8d8d
}

.adaptive .for-adress .container .row-fluid .header_contacts .phone span,.adaptive .index_special_offers .items_catalog li.simple_catalog_item .object_title a,.adaptive .special_offers .items_catalog .simple_catalog_item .object_title a,.adaptive .special_offers .items_catalog .simple_catalog_item div {
    color: #000
}

.adaptive .special_offers .items_catalog .simple_catalog_item .read_more a {
    color: #d4b89e
}

.adaptive .container,.adaptive .navbar-fixed-bottom .container,.adaptive .navbar-fixed-top .container,.adaptive .navbar-static-top .container {
    width: 1173px
}

.adaptive .for-adress .container .row-fluid .logotype {
    display: flex!important;
    padding: 10px;
    box-sizing: border-box
}

.adaptive .for-adress .container .row-fluid .logotype .logo {
    height: 100%;
    display: flex;
    flex-wrap: wrap
}

.adaptive .for-adress .container .row-fluid .logotype .logo img {
    margin: auto 0 auto auto;
    max-width: 100%!important
}

.adaptive .for-adress .container .row-fluid .company_name {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'PlayfairDisplay-Bold';
    font-size: 18px;
    letter-spacing: -.45px
}

.adaptive .menu-block .navbar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 20px 0;
    border-top: 1px solid;
}

.adaptive .for-adress .container .row-fluid .nav-wrap {
    height: 100%;
    width: 45%;
    padding: 45px 0 0 10px;
    margin: 0
}

.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu {
    top: 0
}

.adaptive .content-wrap ul li p,.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul li a {
    font-family: 'Philosopher-Regular';
    font-size: 13px;
    text-shadow: none
}

.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li,.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li>a {
    height: 35px;
    line-height: 35px
}

.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li:hover>a {
    height: 35px;
    line-height: 35px;
    border: 0
}

.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li>ul.level-1 {
    min-width: 200px
}

.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li.baby:after {
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 5px;
    width: 5px;
    border-right: 1px solid;
    border-right-color: #777;
    transform: rotate(45deg);
    border-bottom: 1px solid;
    border-bottom-color: #777;
    z-index: 999
}

.adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li.baby:after:hover {
    border-right-color: #000;
    border-bottom-color: #000
}

.adaptive .for-adress .container .row-fluid .header_contacts {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0
}

.adaptive .for-adress .container .row-fluid .header_contacts .addr {
    margin: 0;
    height: 100%;
    padding: 50px 0 0
}

.adaptive .content-wrap ul li,.adaptive .for-adress .container .row-fluid .header_contacts .addr span,.adaptive .for-adress .container .row-fluid .header_contacts .phone span {
    font-family: 'Philosopher-Regular';
    line-height: 2;
    font-size: 13px
}

.adaptive .for-adress .container .row-fluid .header_contacts .address_string {
    display: block
}

.adaptive .for-adress .container .row-fluid .header_contacts .phone {
    margin: 0 0 0 30px;
    height: 100%;
    padding: 50px 0 0
}

.adaptive .for-adress .container .row-fluid .header_contacts .phone_number {
    display: block
}

.adaptive .main_image {
    display: flex;
    margin: 0 0 30px
}

.adaptive .main_image .direction_block_link img {
    border-radius: 0;
    width: 100%;
    height: auto;
    max-height: 100%
}

.adaptive .main_image .span7,.adaptive .main_image .span7 .direction_block {
    max-height: 497px
}

.adaptive .main_image .span7 .direction_block .direction_title {
    display: none
}

.adaptive .main_image .span7 .direction_block_link .direction_text {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 300px;
    height: 150px;
    overflow: initial
}

.adaptive .main_image .span7 .main_image-description {
    position: absolute;
    left: 24px;
    bottom: 55px;
    text-shadow: none;
    font-size: 24px;
    line-height: 1.4;
    font-family: 'Philosopher-Regular';
    letter-spacing: -.6px
}

.adaptive .main_image .span7 .main_image-description:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -25px;
    width: 61px;
    height: 2px
}

.adaptive .main_image .span5 {
    display: flex;
    flex-flow: column;
    margin: 0
}

.adaptive .main_image .span5 .custom_wrapper_1 {
    padding: 60px 60px 15px
}

.adaptive .content-wrap .ident-top span,.adaptive .main_image .span5 .custom_wrapper_1 p {
    text-shadow: none;
    font-size: 26px;
    line-height: 1.4;
    font-family: 'Philosopher-Regular';
    letter-spacing: -.65px
}

.adaptive .main_image .span5 .custom_wrapper_1 p span {
    text-shadow: none;
    line-height: 1.5
}

.adaptive .main_image .span5 .custom_wrapper_2 {
    padding: 15px 60px 30px;
    margin: 0;
    flex-grow: 1
}

.adaptive .main_image .span5 .custom_wrapper_2 p {
    margin-bottom: 30px;
    font-family: 'Philosopher-Regular';
    font-size: 14px;
    line-height: 1.6
}

.adaptive .main_image .span5 .custom_wrapper_2 p span {
    text-shadow: none;
    line-height: 1.6
}

.adaptive .main_image .span5 .custom_wrapper_2.customing {
    margin: 0
}

.adaptive .content-wrap {
    border: 0;
    box-shadow: none;
    padding: 0
}

.adaptive .content-wrap .ident-top {
    text-align: left;
    overflow: initial
}

.adaptive .content-wrap .ident-top span {
    padding: 0;
    text-transform: none;
    font-size: 30px;
    letter-spacing: -.75px;
    line-height: 1.5;
    background: 0 0
}

.adaptive .content-wrap ul {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    margin: 0
}

.adaptive .content-wrap ul li {
		box-sizing: border-box;
		list-style-type: none;
		text-shadow: none;
		position: relative;
		font-family: 'Open Sans';
		font-size: 14px;
		padding-left: 20px
}

.adaptive .content-wrap ul li p {
    font-size: 18px;
    letter-spacing: -.45px
}

.adaptive .content-wrap ul li:before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 12px;
		left: 0;
		width: 10px;
		height: 2px
}

.adaptive .umi-services_bg>.container {
    position: relative;
    z-index: 2
}

.adaptive .umi-services_bg {
    position: relative
}

.adaptive .umi-services .h2 {
    border: 0;
    box-shadow: none;
    margin: 30px 0 50px;
    font-size: 36px;
    font-family: 'Philosopher-Regular';
    letter-spacing: -.9px;
    text-align: center
}

.adaptive .umi-services .h2 .h2_content {
    text-transform: none;
    padding: 25px 30px;
    text-shadow: none;
    position: relative
}

.adaptive .umi-services .items_catalog .simple_catalog_item a,.adaptive .umi-services .items_catalog .simple_catalog_item div {
    text-shadow: none
}

.adaptive .umi-services .items_catalog .simple_catalog_item img {
    max-height: none;
    margin: 0;
    height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%)
}

.adaptive .umi-services .special_offers_list li a {
    height: 290px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.adaptive .umi-services .items_catalog .simple_catalog_item .object_title {
    margin: 40px 20px 10px 0;
    font-size: 18px;
    font-family: 'Philosopher-Regular';
    letter-spacing: -.45px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.4em;
    line-height: 1.8em;
    height: auto
}

.adaptive .umi-services .mainpage_items_catalog .simple_catalog_item .object_title {
    margin: 20px;
}

.adaptive .umi-services .items_catalog .simple_catalog_item .object_prefix {
		padding: 0 20px;
		line-height: 1.7em;
		font-size: 14px;
		font-family: 'Open Sans';
		max-height: 6.8em;
}

.adaptive .umi-services .next#cato_next,.adaptive .umi-services .prev#cato_prev {
    width: 39px;
    height: 39px;
    position: absolute;
    bottom: -620px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2)
}

.adaptive .umi-services .prev#cato_prev {
    left: 50%;
    transform: translateX(-150%)
}

.adaptive .umi-services .next#cato_next:after,.adaptive .umi-services .prev#cato_prev:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg) translateY(-60%)
}

.adaptive .umi-services .prev#cato_prev:after {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    left: 60%
}

.adaptive .umi-services .next#cato_next {
    right: 50%;
    transform: translatex(150%)
}

.adaptive .umi-services .next#cato_next:after {
    left: 40%;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.adaptive .index_special_offers .next#spec_cato_next,.adaptive .index_special_offers .prev#spec_cato_prev {
    width: 39px;
    height: 39px;
    position: absolute;
    bottom: 30px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2)
}

.adaptive .index_special_offers .prev#spec_cato_prev {
    left: 50%;
    transform: translateX(-150%)
}

.adaptive .index_special_offers .prev#spec_cato_prev:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 60%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg) translateY(-60%)
}

.adaptive .index_special_offers .next#spec_cato_next {
    right: 50%;
    transform: translatex(150%)
}

.adaptive .index_special_offers .next#spec_cato_next:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40%;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg) translateY(-60%)
}

.adaptive .special_offers {
    padding-top: 30px
}

.adaptive .special_offers .h2 {
    border: 0;
    box-shadow: none;
    margin: 40px 0 30px
}

.adaptive .special_offers .h2 .h2_content {
    text-transform: none;
    text-shadow: none;
    font-size: 30px;
    font-family: 'Philosopher-Regular';
    letter-spacing: -.75px
}

.adaptive .special_offers .items_catalog .simple_catalog_item {
    background: 0 0;
    box-shadow: none;
    box-shadow: 0 0 18px rgba(77,77,77,.1);
    height: auto
}

.adaptive .index_special_offers .items_catalog .simple_catalog_item div,.adaptive .special_offers .items_catalog .simple_catalog_item div {
    text-shadow: none;
    line-height: 2;
    font-size: 13px;
    font-family: 'Philosopher-Regular'
}

.adaptive .special_offers .items_catalog .simple_catalog_item .object_title {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.4em;
    line-height: 1.8em;
    height: auto
}

.adaptive .index_special_offers_list .simple_catalog_item .simple_catalog_item .object_title a,.adaptive .special_offers_list .simple_catalog_item .simple_catalog_item .object_title a {
    font-size: 18px;
    font-family: 'Philosopher-Regular';
    letter-spacing: -.45px;
    color: #000
}

.adaptive .special_offers .items_catalog .simple_catalog_item img {
    width: 100%;
    height: auto;
    max-height: 330px
}

.adaptive .special_offers .items_catalog .simple_catalog_item .object_prefix {
    height: 120px;
    padding: 0 64px;
    margin-bottom: 60px;
    position: relative
}

.adaptive .special_offers .items_catalog .simple_catalog_item .object_prefix:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 5px;
    left: 0;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff)
}

.adaptive .special_offers .items_catalog .simple_catalog_item .object_prefix:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #fff
}

.adaptive .special_offers .items_catalog .simple_catalog_item .object_title_bottom {
    margin: 50px 64px 15px;
    line-height: 1.5;
    height: 60px
}

.adaptive .index_special_offers .items_catalog .simple_catalog_item .read_more {
    position: absolute;
    left: 60px;
    bottom: 40px
}

.adaptive .index_special_offers .items_catalog .simple_catalog_item .read_more:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 43px;
    margin-right: 20px;
    position: relative;
    bottom: 5px
}

.adaptive .footer {
    border: 0;
    height: 130px
}

.adaptive .footer .footer-in {
    width: 100%;
    background: 0 0
}

.adaptive .footer .footer-in .copyright,.adaptive .footer .footer-in .umi-copyright {
    font-size: 14px;
    font-family: 'Open Sans'
}

.adaptive .footer .footer-in .cp {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    justify-content: flex-start
}

.adaptive .footer .footer-in .social #social_block {
    width: auto
}

.adaptive .footer .footer-in .social #social_block a {
    background-image: url(/img/social_sprite.png);
    height: 24px;
    width: 32px
}

.adaptive .footer .footer-in .social #social_block a:not(:first-child) {
    margin: 0 0 0 10px
}

.adaptive .footer .footer-in .social #social_block a:first-child {
    margin: 0
}

.adaptive body,.umi-content .custom_wrapper_1 p {
    font-family: 'Philosopher-Regular'
}

.adaptive .footer .footer-in .social #social_block a.social_vk {
    background-position: 0 0
}

.adaptive .footer .footer-in .social #social_block a.social_odnoklassniki {
    background-position: -30px 0
}

.adaptive .footer .footer-in .social #social_block a.social_mir {
    background-position: -60px 0
}

.adaptive .footer .footer-in .social #social_block a.social_facebook {
    background-position: -90px 0
}

.adaptive .footer .footer-in .social #social_block a.social_twitter {
    background-position: -120px 0
}

.adaptive .footer .footer-in .social #social_block a.social_livejournal {
    background-position: -150px 0
}

.adaptive .footer .footer-in .social #social_block a.social_liveinternet {
    background-position: -180px 0
}

.adaptive .footer .footer-in .social #social_block a.social_instagram {
    background-position: -42px 0
}

.adaptive .footer .footer-in .social #social_block a.social_youtube {
    background-position: -124px 0
}

.adaptive .for-adress .container .row-fluid .header_contacts {
    margin: 0
}

.adaptive .for-adress .container .row-fluid .logotype {
    flex-flow: column wrap
}

.adaptive .footer .footer-in .cp .copy_wrap {
    margin-right: 40px
}

.adaptive .footer .footer-in .code_wrapper {
		margin: 50px 0 20px 0;
}

.adaptive .umi-menu .in.collapse ul.level-0>li.current:hover>a {
    color: #fff
}

.adaptive .catalog_item_img img {
    position: absolute;
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    height: 100%;
    max-width: none
}

.adaptive .index_catalog .caroufredsel_wrapper .items_catalog .catalog_item,.adaptive .umi-services .items_catalog .simple_catalog_item {
    width: 265px;
    margin: 0 15px;
    max-width: 450px;
}

.adaptive .index_catalog .caroufredsel_wrapper .items_catalog li {
    min-height: 450px;
    box-shadow: 0 0 18px rgba(77,77,77,.2)
}

.adaptive .index_special_offers {
    padding-top: 30px
}

.adaptive .index_special_offers .h2 {
    border: 0;
    box-shadow: none;
    margin: 20px 0 30px;
		line-height: 1.6em;
    max-height: 3.2em;
    overflow: hidden;
}

.adaptive .index_special_offers .h2 .h2_content {
    text-transform: none;
    text-shadow: none;
    font-size: 36px;
    font-family: 'Philosopher-Regular';
    letter-spacing: -.9px;
    position: relative
}

.adaptive .index_special_offers .items_catalog .simple_catalog_item {
    background: 0 0;
    box-shadow: none;
    box-shadow: 0 0 18px rgba(77,77,77,.1);
    height: auto
}

.adaptive .index_special_offers .items_catalog .simple_catalog_item .object_title {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.4em;
    line-height: 1.8em;
    height: auto
}

.adaptive .index_special_offers .items_catalog li.simple_catalog_item {
    box-shadow: 0 0 18px rgba(0,0,0,.6);
    background: #fff;
		max-width: 556px;
}

.adaptive .index_special_offers .items_catalog .simple_catalog_item .object_prefix {
    min-height: 100px;
    padding: 0 40px;
    margin-bottom: 40px;
    position: relative
}

.adaptive .index_special_offers .items_catalog .simple_catalog_item .object_prefix:before,.adaptive .umi-second-content .items_catalog li .object_prefix:before {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 30px;
    left: 0;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
}

.adaptive .index_special_offers .items_catalog .simple_catalog_item .object_prefix:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: #fff
}

.adaptive .index_special_offers .items_catalog .simple_catalog_item .object_title_bottom {
    margin: 40px 40px 15px;
    line-height: 1.5;
    height: auto
}

.adaptive .index_special_offers .items_catalog li.simple_catalog_item .object_prefix {
    color: #000
}

.adaptive .index_catalog {
    margin: 0;
    position: relative
}

.adaptive .umi-services .span12>.index_catalog {
    height: 640px
}

.adaptive .index_catalog.index_special_offers {
    height: 800px
}

.adaptive .index_catalog .caroufredsel_wrapper .items_catalog .object_card {
    height: auto!important
}

.adaptive .umi-second-content .items_catalog {
    display: flex;
    flex-flow: row wrap
}

.adaptive .umi-second-content .items_catalog li {
    width: calc(25% - 15px);
    box-sizing: border-box;
    margin-right: 15px;
    box-shadow: 0 0 18px rgba(77,77,77,.1);
    min-width: 200px
}

.adaptive .umi-second-content .items_catalog li a {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: 'Philosopher-Regular';
    text-decoration: none;
    color: #444;
    font-size: 20px
}

.adaptive .umi-second-content .items_catalog li .object_title a:hover,.adaptive .umi-second-content .items_catalog li a:hover {
    text-decoration: none
}

.adaptive .umi-second-content .items_catalog li .catalog_item_img img,.adaptive .umi-second-content .items_catalog li .object_item_img img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.adaptive .umi-second-content .items_catalog li .category_title {
    margin: 20px;
    font-family: 'Philosopher-Regular';
    text-align: left;
    padding: 0;
    line-height: 1.5
}

.adaptive .umi-second-content .items_catalog li .object_title {
    text-align: left
}

.adaptive .umi-second-content .items_catalog li .object_prefix,.adaptive .umi-second-content .items_catalog li .object_title a {
    font-family: 'Philosopher-Regular';
    text-decoration: none;
    color: #444
}

.adaptive .umi-second-content .items_catalog li .object_prefix {
    text-align: left;
    padding: 5px 15px 0 20px;
    position: relative;
    min-height: 100px;
		font-size: 15px;
		font-family: 'Open Sans';
		line-height: 1.6;
}

.adaptive .umi-second-content .items_catalog li .object_prefix:before {
    top: 30%;
    bottom: 0
}

.adaptive .umi-second-content .items_catalog li .object_prefix:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #fff
}

.adaptive .nav-collapse {
    text-align: center
}

.adaptive .services-catalog .caroufredsel_wrapper {
    position: relative!important
}

.adaptive .main_image .direction_block {
    position: relative
}

.adaptive .main_image .direction_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.5;
    text-align: center;
    display: flex;
    flex-flow: wrap column
}

.adaptive .main_image .main_image-title {
    font-family: 'Philosopher-Regular';
    font-size: 20px;
    color: #fff;
    letter-spacing: -.5px;
    position: relative;
    top: 20px
}

.adaptive .main_image .main_image-subtitle {
    font-family: 'Philosopher-Regular';
    font-size: 91px;
    color: #fff;
    letter-spacing: -2.275px
}

.adaptive .main_image .main_image-decor {
    display: block;
    width: 63px;
    height: 2px;
    background: #fff;
    margin: auto
}

.umi-content {
    margin-bottom: 50px
}

.umi-content img {
    width: 100%
}

.umi-content .custom_wrapper_1 p {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: -.9px;
    margin-bottom: 30px
}

.umi-content .content-wrap .index_text_content {
    display: flex;
    flex-flow: column wrap;
    padding: 80px 40px 80px 80px
}

.umi-content .custom_wrapper_2 p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px
}

.umi-services_bg {
    background-image: url(/img/leaf_bg.png);
    background-position: left center;
    background-size: 100%
}

.adaptive .compensator {
    height: 10px;
    background: 0 0
}

.adaptive .footer {
    box-shadow: none;
    width: 1173px;
    margin: 0 auto;
    background: 0 0
}

.adaptive .row-fluid:after,.adaptive .row-fluid:before {
    display: table;
    content: "";
    line-height: 0;
    clear: both
}

.adaptive .search .search_form.search2 {
    margin: 0;
    display: block;
    line-height: 43px;
    height: 43px
}

.adaptive .search .search_form.search2 .search_form_string {
    border: 0;
    box-shadow: none;
    width: 203px;
    display: block;
    margin: 0;
    padding: 4px 30px 4px 10px;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 14px;
    border-radius: 0
}

.adaptive .search .search_form.search2 .submit_button {
    opacity: .8;
    box-shadow: none;
    right: 0;
    top: 0;
    position: absolute;
    border: 0;
    width: 43px;
    height: 43px;
    margin: 0;
    background-image: url(/img/search_icon.png)!important;
    cursor: pointer
}

.adaptive .umi-second-content .items_catalog li a.deactivateButton {
    height: auto;
}

.adaptive .search .search_form.search2 .submit_button:active,.adaptive .search .search_form.search2 .submit_button:focus,.adaptive .search .search_form.search2 .submit_button:visited {
    outline: 0;
    border: 0
}

.adaptive .mainpage_catalog_title.h2,.adaptive .mainpage_special_offers_title.h2 {
    position: relative
}

html body .copy-del-button {
    position: absolute;
    bottom: 30px
}

@media screen and (max-width:1500px) {
    .adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 180px
    }
}

@media screen and (max-width:1428px) {
    .adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 220px
    }
}

@media screen and (max-width:1373px) {
    .adaptive .special_offers .prev#spec_cato_prev {
        top: 0;
        left: auto;
        right: calc(73%)
    }

    .adaptive .special_offers .next#spec_cato_next {
        top: 0;
        left: auto;
        right: 13%
    }
}

@media screen and (max-width:1209px) {
    .adaptive .container,.adaptive .footer,.adaptive .navbar-fixed-bottom .container,.adaptive .navbar-fixed-top .container,.adaptive .navbar-static-top .container {
        width: 940px
    }

    .adaptive .index_special_offers .h2 {
        margin: 10px 0 30px
    }

    .adaptive .for-adress .container .row-fluid .company_name {
        padding-left: 10px
    }

    .adaptive .for-adress .container .row-fluid .header_contacts .phone,.adaptive .for-adress .container .row-fluid .nav-wrap {
        margin: 0
    }

    .adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul li a {
        padding: 0 10px
    }

    .adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li.baby:after {
        right: -3px;
        height: 3px;
        width: 3px
    }

    .adaptive .for-adress .container .row-fluid .header_contacts .addr span,.adaptive .for-adress .container .row-fluid .header_contacts .phone span {
        font-size: 12px
    }

    .adaptive .main_image .span5 .custom_wrapper_1 {
        padding: 40px 40px 15px
    }

    .adaptive .main_image .span5 .custom_wrapper_2 {
        padding: 15px 40px 20px
    }

    .adaptive .content-wrap ul li {
        padding: 0 60px 50px 20px;
    }

    .adaptive .special_offers .items_catalog .simple_catalog_item .object_title_bottom {
        margin: 30px 34px 15px;
        height: 60px;
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 3.6em;
        line-height: 1.8em
    }

    .adaptive .special_offers .items_catalog .simple_catalog_item .object_prefix {
        height: 120px;
        padding: 0 34px;
        margin-bottom: 40px
    }

    .adaptive .special_offers .items_catalog .simple_catalog_item .read_more {
        position: absolute;
        left: 34px;
        bottom: 20px
    }

    .adaptive .special_offers .next#spec_cato_next,.adaptive .special_offers .prev#spec_cato_prev,.adaptive .umi-services .next#cato_next,.adaptive .umi-services .prev#cato_prev {
        width: 34px;
        height: 34px
    }

    .adaptive .umi-services .next#cato_next,.adaptive .umi-services .prev#cato_prev {
        bottom: -510px
    }

    .adaptive .for-adress .container .row-fluid .nav-wrap {
        padding: 45px 0 0 30px;
        width: 50%
    }

    .adaptive .for-adress .container .row-fluid .header_contacts {
        width: 30%
    }

    .adaptive .footer .footer-in .cp {
        width: 200px
    }

    .umi-content .content-wrap .index_text_content {
        padding: 40px 20px 40px 40px
    }

    .umi-content .custom_wrapper_1 p {
        font-size: 30px;
        letter-spacing: -.75px
    }

    .adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 190px
    }

    .adaptive .umi-services .special_offers_list li a {
        height: 230px
    }

    .adaptive .index_catalog.index_special_offers {
        height: 740px
    }

    .adaptive .umi-services .span12>.index_catalog .items_catalog .li_category_item .category_title a, .adaptive .umi-services .mainpage_items_catalog.items_catalog li.simple_catalog_item .object_title a {
        font-size: 20px
    }

    .adaptive .services-catalog .items_catalog li.li_category_item .category_title {
        margin: 20px
    }

    .adaptive .index_catalog .caroufredsel_wrapper .items_catalog li {
        min-height: 380px
    }

    .adaptive .umi-services .span12>.index_catalog {
        height: 500px
    }
}

@media screen and (max-width:981px) {
    .adaptive .container,.adaptive .footer,.adaptive .navbar-fixed-bottom .container,.adaptive .navbar-fixed-top .container,.adaptive .navbar-static-top .container {
        width: 724px
    }

    .adaptive .for-adress .container .row-fluid .header_contacts .addr {
        width: auto;
        height: auto
    }

    .adaptive .for-adress .container .row-fluid .header_contacts .addr span,.adaptive .for-adress .container .row-fluid .header_contacts .phone span {
        font-size: 11px
    }

    .adaptive .for-adress .container .row-fluid .nav-wrap .umi-menu ul.level-0 li.baby:after {
        right: -1px;
        height: 2px;
        width: 2px;
        top: 41%
    }

    .adaptive .for-adress .container .row-fluid .header_contacts .phone {
        width: auto;
        height: auto;
        padding: 10px 0 15px
    }

    .adaptive .for-adress .container .row-fluid .company_name {
        font-size: 15px;
        letter-spacing: -.375px
    }

    .adaptive .main_image .span5,.adaptive .main_image .span7 {
        width: 50%
    }

		.adaptive .umi-content .row-fluid .span6 {
		    width: 100%;
				margin: 0;
		}

		.adaptive .umi-content .row-fluid .span6.offer_block {
				margin: 0 0 30px 0;
		}

    .adaptive .main_image .span5 .custom_wrapper_1 {
        padding: 20px 20px 10px 30px
    }

    .adaptive .main_image .span5 .custom_wrapper_2 {
        padding: 10px 20px 0 30px
    }

    .adaptive .main_image .span5 .custom_wrapper_1 p {
        font-size: 22px
    }

    .adaptive .main_image .span5 .custom_wrapper_2 p {
        font-size: 13px
    }

    .adaptive .content-wrap ul li {
        padding: 0 20px 20px 20px;
    }

    .adaptive .footer .footer-in .cp {
        margin: 40px 0
    }

    .adaptive .footer .footer-in .social #social_block {
        margin: 40px 0 0
    }

    .adaptive .special_offers .h2 {
        margin: 20px 0
    }

    .adaptive .main_image .span7 .main_image-description {
        left: 34px;
        bottom: 55px;
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -.5px
    }

    .adaptive .content-wrap .ident-top span,.adaptive .special_offers .h2 .h2_content,.adaptive .umi-services .h2 {
        font-size: 36px;
        letter-spacing: -.6px
    }

    .adaptive .special_offers .next#spec_cato_next,.adaptive .special_offers .prev#spec_cato_prev,.adaptive .umi-services .next#cato_next,.adaptive .umi-services .prev#cato_prev {
        width: 32px;
        height: 32px
    }

    .adaptive .umi-services .next#cato_next,.adaptive .umi-services .prev#cato_prev {
        bottom: -440px
    }

    .adaptive .for-adress .container .row-fluid .header_contacts .addr .address_string,.adaptive .for-adress .container .row-fluid .header_contacts .phone .phone_number {
        text-align: right
    }

    .adaptive .footer .search {
        margin: 40px 0 0
    }

    .adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 150px
    }

    .adaptive .umi-services .special_offers_list li a {
        height: 170px
    }

    .adaptive .index_catalog.index_special_offers {
        height: 660px
    }

    .adaptive .umi-services .span12>.index_catalog .items_catalog .li_category_item .category_title a, .adaptive .umi-services .mainpage_items_catalog.items_catalog li.simple_catalog_item .object_title a {
        font-size: 18px;
				letter-spacing: -.45px;
    }

    .adaptive .services-catalog .items_catalog li.li_category_item .category_title {
        margin: 20px
    }

    .adaptive .index_catalog .caroufredsel_wrapper .items_catalog li {
        min-height: 320px
    }

    .adaptive .umi-services .span12>.index_catalog {
        height: 420px
    }
}

@media (max-width:979px) and (min-width:768px) {
    .adaptive .logo img {
        max-width: 215px!important;
        margin: 0 0 0 10px
    }

    .adaptive .umi-menu ul.level-0 li a {
        padding: 0 15px;
        font-size: 15px
    }

    .adaptive .items_catalog .simple_catalog_item {
        width: 248px
    }

    .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 {
        font-size: 12px;
        margin: 0
    }

    .adaptive .row-fluid.logo-block {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
        -moz-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
        -o-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
        box-shadow: 0 0 5px 0 rgba(147,167,183,.6)
    }

    .adaptive .breadcrumbs ul {
        margin: 20px 0
    }

    .adaptive .footer {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background: 0 0
    }

    .adaptive ul.photo_list li {
        margin: 10px 20px
    }
}

@media screen and (max-width:900px) {
		.adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
	  	  height: 210px;
		}
}
@media screen and (max-width:767px) {
    .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
    }

    .adaptive .umi-menu .in.collapse ul.level-0 li.baby>a {
        padding: 0 100px 0 10px
    }

    .adaptive .umi-menu ul.level-0 {
        float: none;
        display: block;
        height: auto;
        margin: 0;
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 10px 0
    }

    .adaptive .umi-menu ul.level-0 li {
        padding: 0 5px;
        float: none;
        height: 45px;
        line-height: 45px;
        text-align: left
    }

    .adaptive .umi-menu ul.level-0 li a {
        padding: 0 20px 0 10px;
        border: 0;
        -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;
        top: 0;
        right: 0;
        padding: 0;
        -webkit-box-shadow: 0 0 5px 0 #93a7b7;
        -moz-box-shadow: 0 0 5px 0 #93a7b7;
        -o-box-shadow: 0 0 5px 0 #93a7b7;
        box-shadow: 0 0 5px 0 #93a7b7;
        z-index: 999;
        width: calc(100vw - 40px);
        position: absolute
    }

    .umi-content {
        margin-bottom: 0
    }

    .adaptive .row-fluid .span12,.adaptive .span12 {
        min-height: 0
    }

    .adaptive .menu-block .navbar .container {
        height: 0
    }

    .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 #left_column,.adaptive .cover-one,.adaptive .cover-two {
        display: none
    }

    .adaptive .row-fluid.logo-block {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
        -moz-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
        -o-box-shadow: 0 0 5px 0 rgba(147,167,183,.6);
        box-shadow: 0 0 5px 0 rgba(147,167,183,.6)
    }

    .adaptive .row-fluid.adress-block .span2.phone,.adaptive .row-fluid.adress-block .span4.addr {
        text-align: center;
        padding: 5px
    }

    .adaptive .footer {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background: 0 0
    }

    .adaptive .footer-in {
        height: auto;
        margin: 0;
        background: #fbfbfb;
        -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
    }

    .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 ul.photo_list li {
        margin: 10px 30px
    }

    .adaptive .container,.adaptive .footer {
        margin: 0 20px;
        width: auto
    }

    .adaptive .row-fluid.adress-block {
        height: 100px;
        display: flex;
        flex-flow: row wrap
    }

    .adaptive .umi-menu .btn.btn-umi-shop {
        float: none;
        position: absolute;
        right: 0;
        top: -76px;
        padding: 16px 20px
    }

    .adaptive .umi-menu .collapse ul.level-0 {
        opacity: 0
    }

    .adaptive .umi-menu .in.collapse ul.level-0 {
        opacity: 1
    }

		.adaptive .for-adress .container .row-fluid .logotype .logo img{
			max-height: 90px;
		}

    .adaptive .for-adress .container .row-fluid .header_contacts .addr {
        padding: 30px 0 0
    }

    .adaptive .for-adress {
        height: 100px
    }

    .adaptive .for-adress .container .row-fluid .logotype {
        width: auto;
        padding: 10px 10px 10px 0;
        justify-content: flex-end
    }

    .adaptive .for-adress .container .row-fluid .company_name {
        text-align: left
    }

    .adaptive .for-adress .container .row-fluid .nav-wrap {
        order: -1
    }

    .adaptive .for-adress .container .row-fluid .header_contacts {
        flex-direction: row;
        padding-right: 20px
    }

    .adaptive .main_image {
        flex-flow: column wrap
    }

    .adaptive .main_image .span7 {
        width: 100%;
        max-height: 550px!important
    }

    .adaptive .content-wrap ul li,.adaptive .main_image .span5 {
        width: 100%
    }

    .adaptive .main_image .span7 .main_image-description {
        left: 50px
    }

    .adaptive .main_image .span5 .custom_wrapper_1 {
        padding: 20px 50px 15px
    }

    .adaptive .main_image .span5 .custom_wrapper_2 {
        padding: 15px 50px 0
    }

    .adaptive .umi-content .social_old {
        padding: 0 0 50px 50px
    }

    .adaptive .for-adress .container .row-fluid .header_contacts .phone,.adaptive .umi-services_bg {
        padding: 0
    }

    .adaptive .special_offers .items_catalog .simple_catalog_item img {
        max-width: 100%!important
    }

    .adaptive .mb20 {
        margin-bottom: 0
    }

    .adaptive .umi-footer {
        display: flex;
        flex-flow: column wrap;
        height: auto
    }

    .adaptive .footer .search,.adaptive .main_image .direction_block_link img {
        margin: 0
    }

    .adaptive .breadcrumbs ul,.adaptive .footer .footer-in .social #social_block {
        margin: 20px 0
    }

    .adaptive .footer .footer-in .cp {
        width: 100%;
        flex-direction: column;
        margin: 20px 0
    }

    .adaptive .row-fluid .social {
        width: 50%
    }

    .adaptive .for-adress .container .row-fluid .company_name {
        font-size: 18px
    }

    .adaptive .for-adress .container .row-fluid .nav-wrap {
        width: 10%;
        padding: 30px 0 0
    }

    .adaptive .for-adress .container .row-fluid .header_contacts {
        width: 40%
    }

    .adaptive .for-adress .container .row-fluid .company_name {
        width: 50%;
    }

    .adaptive .index_special_offers .items_catalog .simple_catalog_item .object_title_bottom {
        margin: 20px 20px 15px
    }

    .adaptive .index_special_offers .items_catalog .simple_catalog_item .object_prefix {
        padding: 0 20px;
        margin-bottom: 30px
    }

    .adaptive .index_catalog.index_special_offers {
        height: 620px
    }

    .adaptive .row-fluid.adress-block .addr,.adaptive .row-fluid.adress-block .phone {
        display: none
    }

    .adaptive .menu-block {
        height: none;
        position: relative
    }
}

@media (max-width:700px) {
    .adaptive .main_image .main_image-subtitle {
        font-size: 71px
    }

    .adaptive .main_image .main_image-title {
        top: 0
    }
}

@media (max-width:610px) {
    .adaptive .umi-services .special_offers_list li a {
        height: 276px
    }

    .adaptive .index_catalog.index_special_offers {
        height: 720px
    }
}

@media (max-width:600px) {
    .adaptive .items_catalog li.simple_catalog_item {
        width: 261px
    }

    .adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 140px
    }

    .adaptive .content-wrap .ident-top span,.adaptive .special_offers .h2 .h2_content,.adaptive .umi-services .h2 {
        font-size: 30px;
        letter-spacing: -.6px
    }

		.adaptive ul.photo_list {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
		}


}

@media screen and (max-width:591px) {
    .adaptive .umi-second-content .items_catalog li {
        width: calc(50% - 40px);
        min-height: 250px;
    }

    .adaptive .umi-second-content .items_catalog {
        display: flex;
        flex-flow: row wrap;
        justify-content: center
    }
}

@media screen and (max-width:580px) {
    .special_offers .index_catalog .caroufredsel_wrapper {
        height: 500px!important
    }

    .adaptive .for-adress .container .row-fluid .company_name {
        font-size: 20px
    }

    .adaptive .for-adress .container .row-fluid .header_contacts {
        display: none
    }
}

@media (max-width:560px) {
    .adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 125px
    }

    .adaptive .umi-services .special_offers_list li a {
        height: 250px
    }

    .adaptive .main_image .main_image-subtitle {
        font-size: 51px
    }

    .adaptive .index_catalog.index_special_offers {
        height: 690px
    }
}

@media screen and (max-width:480px) {
    .adaptive .comments_form_div {
        display: none
    }

    .adaptive .mainpage_catalog_title.h2,.adaptive .mainpage_special_offers_title.h2 {
        height: 30px;
        font-size: 24px;
        letter-spacing: -.6px;
        font-weight: 500
    }

    .adaptive .callback {
        display: none!important
    }

    .adaptive .umi-footer {
        background: 0 0;
        padding: 20px 0 0
    }

    .adaptive .module-catalog.method-category .items_catalog li.simple_catalog_item a img {
        margin: 2px 0 0
    }

    .adaptive ul.photo_list li {
        margin: 15px;
        width: 210px
    }

    .adaptive ul.photo_list li .photo_img_div a img {
        max-width: 210px!important
    }

		.umi-content .content-wrap .index_text_content{
				padding: 20px;
		}

    .adaptive .module-catalog.method-category .items_catalog li.simple_catalog_item {
        margin: 2px 2px 10px
    }

    .adaptive .main_image .custom_wrapper_1 p {
        font-size: 20px;
        line-height: 26px
    }

    .special_offers .index_catalog .caroufredsel_wrapper {
        height: 460px!important
    }

    .adaptive .footer .footer-in .social #social_block {
        left: 0;
        right: auto;
        top: -10px;
        margin: 0
    }

    .adaptive .footer .footer-in .cp {
        margin: 30px 0 20px
    }

    .adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 200px
    }

    .adaptive .umi-services .special_offers_list li a {
        height: 210px
    }

    .adaptive .umi-services .span12>.index_catalog .items_catalog li {
        min-width: calc(100vw - 60px);
        margin: 0 30px
    }

    .adaptive .index_catalog.index_special_offers {
        height: 630px
    }
}

@media screen and (max-width:440px) {
    .special_offers .index_catalog .caroufredsel_wrapper {
        height: 440px!important
    }

    .adaptive .container,.adaptive .footer {
        margin: 0 10px
    }

    .adaptive .main_image .span7 .main_image-description {
        left: 25px
    }

    .adaptive .main_image .span5 .custom_wrapper_1 {
        padding: 20px 25px 15px
    }

    .adaptive .main_image .span5 .custom_wrapper_2 {
        padding: 15px 25px 0
    }

    .adaptive .umi-content .social_old {
        padding: 0 0 25px 25px
    }

    .adaptive .special_offers .h2 {
        margin: 10px 0 10px 10px
    }

    .adaptive .catalog_item_img, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 180px
    }

    .adaptive .umi-services .special_offers_list li a {
        height: 200px
    }

    .adaptive .main_image .main_image-subtitle {
        font-size: 41px;
        margin-bottom: 20px
    }

    .adaptive .index_special_offers .h2 .h2_content {
        font-size: 30px;
        letter-spacing: -.75px
    }

    .adaptive .nav-collapse.in.collapse {
        width: calc(100vw - 20px)
    }
}

@media (max-width:380px) {
    .adaptive .catalog_item_img,.adaptive .umi-services .special_offers_list li a, .adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 160px
    }

    .adaptive .index_catalog.index_special_offers {
        height: 590px
    }

		.adaptive .for-adress .container .row-fluid .logotype .logo img {
		    max-width: 90px!important;
		}
}

@media (max-width:320px) {
    .adaptive .umi-menu ul.level-0 li>ul.level-1 {
        left: 0
    }

    .adaptive ul.photo_list li {
        width: 270px
    }

    .adaptive .main_sitetitle {
        margin: 10px 10px 0
    }
}
