@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);

@-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)
    }
}

@font-face {
    font-family:'PrataReg';src:url(fonts/prata/PrataReg.ttf);font-style:normal
}

@font-face {
    font-family:'MuseoLight';src:url(fonts/museo/MuseoLight.ttf);font-style:normal
}

@font-face {
    font-family:'MuseoReg';src:url(fonts/museo/MuseoReg.ttf);font-style:normal
}

* {
    text-shadow: none!important
}

.appointments #wrapper .communication-admin__content {
    padding: 50px 20px 35px
}

.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 .text,.adaptive .general_wrap div,.adaptive .general_wrap p,.adaptive .general_wrap table,.adaptive .general_wrap td,.adaptive .general_wrap ul li {
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 1.6
}

.adaptive .umi-second-content table td,.adaptive .umi-second-content table th {
    border-bottom: 1px solid;
    border-top: none;
    border-left: none;
    border-right: none
}

.adaptive .umi-second-content table td {
    text-align: left!important
}

.adaptive .breadcrumbs ul li a,.adaptive .phone_number,.adaptive .umi-footer .cp p,.adaptive a:link,.adaptive a:visited {
    color: #000
}

.adaptive .umi-menu .btn.btn-umi-shop {
    outline: 0;
    box-shadow: inset 0 0 10px rgba(0,0,0,.45)
}

.adaptive .breadcrumbs ul,.adaptive .items_catalog li.simple_catalog_item,.adaptive .menu-vertical ul,.adaptive body {
    background: #fff
}

.adaptive .menu-vertical ul li.current a:hover {
    color: #fff
}

.adaptive .items_catalog li.simple_catalog_item .object_prefix,.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 .menu-vertical ul li a,.adaptive ul.photo_list li .photo_title a {
    color: #444
}

.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 .navbar-inner {
    background: 0 0
}

.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;
    overflow: hidden;
    min-height: auto
}

.adaptive .container {
    position: relative
}

.adaptive .main_sitetitle {
    margin: 10px 0 0;
    text-align: center;
    display: block;
    line-height: 20px;
    height: 20px
}

.adaptive .search fieldset {
    height: 43px;
    width: auto;
    padding: 0;
    line-height: 30px;
    position: relative;
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 2px
}

.adaptive .address_string,.adaptive .phone_number {
    font-weight: 700;
    font-family: 'MuseoLight';
    position: relative
}

.adaptive .address_string {
    font-size: 13px;
    color: #666
}

.adaptive .phone_number {
    font-size: 14px
}

.adaptive .row-fluid.adress-block .addr,.adaptive .row-fluid.adress-block .phone {
    padding: 0 0 0 30px;
    position: relative;
    display: inline-flex;
    align-items: center
}

.adaptive .row-fluid.adress-block .addr:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    height: 37px;
    width: 25px;
    background: url(../img/map_pin.png) no-repeat
}

.adaptive .row-fluid.adress-block .addr .address_string {
    line-height: 1.6em;
    max-height: 3.2em;
    overflow: hidden
}

.adaptive .phone_number:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -30px;
    height: 37px;
    width: 25px;
    background: url(../img/phone.png) no-repeat
}

.adaptive .menu-block .brand {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 20px 0
}

.adaptive .menu-block .brand .company_name {
    width: 60%;
    min-width: 60%;
    flex-grow: 1;
    line-height: 1.6em
}

.adaptive .menu-block .brand .company_name p {
    font-family: 'PrataReg';
    font-size: 26px;
    letter-spacing: -.65px;
    margin: 0;
    max-height: 4.8em;
    overflow: hidden
}

.adaptive .menu-block .brand .logotype {
    width: auto;
    max-width: 40%;
    padding-right: 15px
}

.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,.adaptive .module-news .news_item .news_title .news_headline:hover,.adaptive .umi-menu ul.level-0 li>ul.level-1 li.spec:hover a {
    text-decoration: none
}

.adaptive .breadcrumbs ul li.breadcrumbs_last a {
    cursor: default
}

.adaptive .nav-collapse.collapse {
    width: 100%;
    z-index: 540
}

.adaptive .umi-menu ul.level-0 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 0
}

.adaptive .umi-menu .navbar-inner {
    border: 0;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.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 .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: 'MuseoReg';
    -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-width: 4px;
    right: 3px;
    margin-left: -4px;
    border-color: #f99050 transparent transparent
}

.adaptive .umi-menu ul.level-0 li.current>a {
    color: #fff
}

.adaptive .umi-menu ul.level-0 li.baby:hover:after,.adaptive .umi-menu ul.level-0 li.current:after {
    border-top-color: #fff
}

.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 .menu-vertical.menu-company ul li>ul {
    width: 220px
}

.adaptive .umi-menu ul.level-0 li>ul.level-1 {
    display: none;
    min-width: 180px;
    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:not(:last-of-type):after, .adaptive .menu-vertical.menu-company ul li > ul > li:not(:last-of-type):after {
    content: '';
    display: block;
    width: calc( 100% - 12px );
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 6px;
    z-index: 99
}

.adaptive .umi-menu ul.level-0 li>ul.level-1 li:hover:not(:last-of-type):after, .adaptive .menu-vertical.menu-company ul li > ul > li:hover:not(:last-of-type):after {
    display: none;
}

.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;
    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 .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;
    background-color: #fff
}

.adaptive .menu-vertical.menu-company ul li>ul>li>a {
    background: #fff;
    padding: 6px 10px
}

.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: 'MuseoLight'
}

.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 .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 .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 .next.disabled,.adaptive .prev.disabled {
    opacity: .2;
    cursor: default
}

.adaptive #spec_cato_next.disabled,.adaptive #spec_cato_prev.disabled {
    opacity: .2
}

.adaptive .items_catalog {
    margin: 0
}

.adaptive .umi-second-content .items_catalog li.simple_catalog_item,.adaptive ul.photo_list li {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8)
}

.adaptive .umi-second-content .items_catalog li.catalog_item,.adaptive .umi-second-content .items_catalog li.simple_catalog_item,.adaptive ul.photo_list li {
    -o-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 .index_catalog .items_catalog li.simple_catalog_item .object_title a,.adaptive .services-catalog-wrapper li .category_title_bottom a {
    font-size: 24px;
    letter-spacing: .6px;
    font-family: 'MuseoLight';
    line-height: 1.6em;
    max-height: 3.7em;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    color: #fff;
    padding: 5px 8px;
    text-decoration: none
}

.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_link {
    display: none
}

.adaptive .index_news .news .news_item .news_title {
    margin-bottom: 3px
}

.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;
    display: flex;
    flex-flow: row wrap
}

.adaptive ul.photo_list .pLoader {
    padding: 0;
    border: 0
}

.adaptive ul.photo_list li {
    opacity: 0;
    float: left;
    display: block;
    width: calc(25% - 15px);
    min-width: 200px;
    text-align: left;
    background: #fff;
    border-radius: 2px;
    margin-right: 15px;
    box-shadow: 0 0 18px rgba(77,77,77,.1);
    box-sizing: border-box;
    padding: 10px
}

.adaptive .items_catalog li.simple_catalog_item.tech,.adaptive .umi-second-content .items_catalog li.catalog_item,.adaptive ul.photo_list li.tech {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.u-eip.adaptive .items_catalog li.tech.ui-sortable-handle {
    padding-top: 54px
}

.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: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    width: 100%;
    min-height: 100%
}

.adaptive ul.photo_list li .photo_img_div {
    text-align: center;
    height: 112px;
    overflow: hidden;
    position: relative
}

.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: 20px 0;
    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;
    padding-left: 0
}

.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 .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 li {
    margin: 20px 0
}

.adaptive .list_files ul {
    margin: 0
}

.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 .for-adress .container .row-fluid .header_contacts,.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
}

.adaptive .index_special_offers .caroufredsel_wrapper {
    min-height: 560px
}

.comment .text {
    display: inline-block
}

.adaptive .row-fluid.adress-block {
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: center;
    border-bottom: 1px solid #e5e5e5
}

.adaptive .row-fluid.adress-block:after,.adaptive .row-fluid.adress-block:before {
    content: none
}

.adaptive .content-wrap,.adaptive .cover-two,.adaptive .general_wrap,.adaptive .row-fluid.logo-block {
    background: #fff
}

.adaptive .ident-top {
    color: #2e3135
}

.adaptive .p-head {
    color: #445869
}

.adaptive .all_system_buttons,.adaptive .all_system_buttons:hover,.adaptive .all_system_buttons:visited, .adaptive .all_system_buttons:focus {
    background: linear-gradient(to bottom,#6ca7dc 0%,#2c70ab 100%);
    color: #fff;
    text-decoration: none;
}

.adaptive .all_system_buttons:active {
    background: linear-gradient(to bottom,#2c70ab 0%,#508dc5 100%);
    color: #fff;
    text-decoration: none;
}

.adaptive .bottom_date,.adaptive .main_top_date,.adaptive .top_date {
    color: #999
}

.adaptive .index_special_offers .items_catalog li.simple_catalog_item .object_prefix,.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
}

#promo_line.promo_line {
    background: linear-gradient(to bottom,#008bcf 0,#0079b3 100%)
}

.adaptive .container,.adaptive .navbar-fixed-bottom .container,.adaptive .navbar-fixed-top .container,.adaptive .navbar-static-top .container {
    width: 1174px
}

.adaptive .menu-block .navbar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0
}

.adaptive .for-content .main_image:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
    height: 420px;
    width: 100vw;
    background: url(../img/main_img_decor.png) repeat-x
}

.adaptive .content-wrap {
    border: 0;
    box-shadow: none;
    padding: 0
}

.adaptive .services-catalog-wrapper .next#cato_next,.adaptive .services-catalog-wrapper .prev#cato_prev {
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
    top: 300px
}

.adaptive .services-catalog-wrapper .prev#cato_prev {
    left: 0;
    transform: translateX(-150%);
    background: url(../img/carousel_arrow.png) center center no-repeat
}

.adaptive .services-catalog-wrapper .next#cato_next {
    right: 0;
    transform: translatex(150%)rotate(180deg);
    background: url(../img/carousel_arrow.png) center center no-repeat
}

.adaptive .index_special_offers .next#spec_cato_next,.adaptive .index_special_offers .prev#spec_cato_prev {
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
    top: 360px
}

.adaptive .index_special_offers .prev#spec_cato_prev {
    left: 0;
    transform: translateX(-150%);
    background: url(../img/carousel_arrow.png) center center no-repeat
}

.adaptive .index_special_offers .next#spec_cato_next {
    right: 0;
    transform: translatex(150%)rotate(180deg);
    background: url(../img/carousel_arrow.png) center center no-repeat
}

.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: 'MuseoLight'
}

.adaptive .footer-in {
    background: none;
}

.adaptive .footer .footer-in .copyright,.adaptive .footer .footer-in .umi-copyright {
    font-size: 14px;
    font-family: 'Open Sans'
}

.adaptive .footer p {
    font-size: 16px;
    color: #000;
    font-family: 'MuseoLight'
}

.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: 242px;
    position: absolute;
    top: 0;
    right: -6px;
    margin: 0
}

.adaptive .footer .footer-in .social #social_block a {
    background-image: url(../img/social_sprite_lilac.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: 'MuseoLight'
}

.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 .footer .footer-in .cp .copy_wrap {
    margin-right: 40px
}

.adaptive .footer .footer-in .code_wrapper {
    margin: 50px 0 20px
}

.adaptive .index_special_offers {
    padding-top: 30px
}

.adaptive .index_special_offers .h2 {
    border: 0;
    box-shadow: none;
    margin: 20px 0 30px
}

.adaptive .index_special_offers .h2 .h2_content {
    text-transform: none;
    text-shadow: none;
    position: relative
}

.adaptive .index_special_offers .special_offers_list li {
    background: #fff;
    max-width: 556px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    height: auto;
    margin: 10px 40px;
    padding: 40px
}

.adaptive .index_special_offers .special_offers_list li>a {
    height: 233px;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 8px;
    width: 100%
}

.adaptive .index_special_offers .special_offers_list li>a img {
    width: 100%;
    min-width: 100%;
    max-height: none!important
}

.adaptive .index_special_offers .special_offers_list li .category_title,.adaptive .index_special_offers .special_offers_list li .object_title {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: auto;
    padding: 0;
    text-align: left;
    margin-top: 20px
}

.adaptive .index_special_offers .special_offers_list li .category_title a,.adaptive .index_special_offers .special_offers_list li .object_title a {
    font-family: 'MuseoReg';
    font-size: 20px;
    padding: 5px 8px;
    color: #fff;
    max-height: 5.4em;
    line-height: 1.8em
}

.adaptive .index_special_offers .special_offers_list li .object_prefix {
    display: block;
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
    font-family: 'MuseoLight';
    line-height: 1.8em;
    height: 9em;
    overflow: hidden
}

.adaptive .index_catalog {
    margin: 0;
    position: relative;
    padding: 0
}

.adaptive .umi-second-content .items_catalog {
    display: flex;
    flex-flow: row wrap
}

.adaptive .umi-second-content .items_catalog li {
    width: calc(25% - 15px);
    margin-right: 15px;
    box-shadow: 0 0 18px rgba(77,77,77,.1);
    min-width: 200px;
    box-sizing: border-box;
    padding: 10px
}

.adaptive .umi-second-content .items_catalog li:hover {
    box-shadow: 0 0 18px rgba(77,77,77,0.5);
}

.adaptive .services-catalog-wrapper li .object_title_bottom {
    padding: 0
}

.adaptive .umi-second-content .items_catalog li .catalog_item_img,.adaptive .umi-second-content .items_catalog li .object_item_img {
    display: block;
    position: relative;
    height: 120px;
    overflow: hidden;
    border-radius: 4px
}

.adaptive .index_special_offers .special_offers_list li>a img,.adaptive .umi-second-content .items_catalog li .catalog_item_img img,.adaptive .umi-second-content .items_catalog li .object_item_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto
}

.adaptive .umi-second-content .items_catalog li .category_title a,.adaptive .umi-second-content .items_catalog li .object_title_bottom a {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: 'MuseoReg';
    text-decoration: none;
    color: #444;
    font-size: 16px
}

.adaptive .umi-second-content .items_catalog li .object_title a:hover,.adaptive .umi-second-content .items_catalog li a:hover {
    text-decoration: none
}

.adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 {
    height: auto;
    margin-bottom: 70px;
    text-align: center
}

.adaptive .umi-second-content .items_catalog li .category_title,.adaptive .umi-second-content .items_catalog li .object_title {
    margin: 20px;
    font-family: 'MuseoLight';
    padding: 0;
    line-height: 1.5;
    text-align: left
}

.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 .main_image .direction_block {
    position: relative
}

.adaptive .main_image .direction_text {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.5;
    display: flex;
    flex-flow: wrap column;
    text-align: left;
    max-width: 80%
}

.adaptive .main_image .main_image-title {
    font-family: 'PrataReg';
    font-size: 89px;
    letter-spacing: -2.225px;
    position: relative;
    line-height: 1em;
    max-height: 2em;
    overflow: hidden
}

.adaptive .main_image .main_image-subtitle {
    font-family: 'MuseoReg';
    font-size: 16px;
    color: #000;
    line-height: 1.8em;
    max-height: 3.6em
}

.adaptive .main_image .main_image-decor {
    display: block;
    width: 54px;
    height: 9px;
    background: url(../img/main_text_decor.png);
    margin: 40px 0
}

.adaptive .services-catalog-wrapper {
    margin: 120px 0 80px
}

.adaptive .services-catalog-wrapper li {
    position: relative;
    margin: 0 35px;
    max-width: 321px
}

.adaptive .services-catalog-wrapper li .category_title_bottom,.adaptive .services-catalog-wrapper li .object_title_bottom {
    position: absolute;
    bottom: 30px;
    left: 30px;
    box-sizing: border-box
}

.adaptive .index_special_offers .h2 .h2_content,.adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 .h2_content {
    font-size: 30px;
    font-family: 'MuseoReg';
    line-height: 1.6em;
    max-height: 4.8em;
    overflow: hidden;
    display: block
}

.adaptive .services-catalog-wrapper li .catalog_item_img,.adaptive .services-catalog-wrapper li>a {
    display: block;
    height: 325px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.adaptive .services-catalog-wrapper li .catalog_item_img img,.adaptive .services-catalog-wrapper li>a img {
    position: absolute;
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    max-width: none
}

.adaptive .umi-content {
    margin-bottom: 50px
}

.adaptive .umi-content img {
    width: 100%
}

.adaptive .umi-content .span12 .content-wrap .row-fluid {
    display: flex
}

.adaptive .umi-content .custom_wrapper_1 p {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: 'MuseoReg'
}

.adaptive .umi-content .custom_wrapper_1::after {
    content: url(../img/decor_1.png);
    display: block;
    margin-bottom: 30px
}

.adaptive .umi-content .content-wrap .index_text_content {
    display: flex;
    flex-flow: column wrap;
    padding: 60px 40px 60px 60px
}

.adaptive .umi-content .custom_wrapper_2 p {
    font-family: 'MuseoLight';
    font-size: 16px;
    line-height: 1.7;
    color: #7b7b7b;
    margin-bottom: 20px
}

.adaptive .umi-content .row-fluid>div {
    width: 50%;
    margin: 0
}

.adaptive .compensator {
    height: 10px
}

.adaptive .footer {
    box-shadow: none;
    width: 1174px;
    background: 0 0;
    padding: 80px 0 0;
    height: auto;
    border: 0;
    margin: 60px auto 0
}

.adaptive .footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 0;
    background: url(../img/bottom_decor.png) repeat-x
}

.adaptive .footer .footer-in {
    width: 100%;
    height: auto
}

.adaptive .row-fluid:after,.adaptive .row-fluid:before {
    display: table;
    content: "";
    line-height: 0;
    clear: both
}

.adaptive .row-fluid .span4.search {
    display: flex;
    justify-content: flex-end
}

.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;
    display: block;
    margin: 0 44px 0 auto;
    padding: 4px 30px 4px 10px;
    font-family: 'MuseoReg';
    font-size: 16px;
    border-radius: 0;
    height: 41px;
    color: #adadad
}

.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;
    text-align: center
}

html body .copy-del-button {
    position: absolute;
    bottom: 30px
}

.adaptive .umi-seo-text {
    margin-top: 30px;
}

.adaptive h1 {
    margin: 20px 0
}

.adaptive .services-catalog-wrapper .caroufredsel_wrapper .items_catalog,.adaptive .special-offers-wrapper .caroufredsel_wrapper .items_catalog {
    height: auto!important;
    position: relative!important;
    display: flex
}

.adaptive .services-catalog-wrapper .caroufredsel_wrapper,.adaptive .special-offers-wrapper .caroufredsel_wrapper {
    height: auto!important
}

.u-eip.adaptive .mainpage_items_catalog li.simple_catalog_item.ui-sortable-handle {
    padding-top: 44px
}

@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: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 .header_contacts {
        width: 30%
    }

    .umi-content .content-wrap .index_text_content {
        padding: 40px 20px 40px 40px
    }

    .adaptive .catalog_item_img,.adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 190px
    }

    .adaptive .umi-services .span12>.index_catalog {
        height: 500px
    }

    .adaptive .menu-block .brand .company_name {
        max-width: 60%
    }

    .adaptive .for-content .main_image:before {
        top: 40px
    }

    .adaptive .umi-content .content-wrap .index_text_content {
        padding: 30px
    }

    .adaptive .umi-content .custom_wrapper_1::after {
        margin-bottom: 15px
    }

    .adaptive .umi-content .custom_wrapper_1 p {
        margin-bottom: 15px;
        font-size: 26px
    }

    .adaptive .umi-content .custom_wrapper_2 p {
        margin-bottom: 10px
    }

    .adaptive .services-catalog-wrapper li {
        margin: 0 10px
    }

    .adaptive .services-catalog-wrapper .catalog_item_img {
        height: 280px
    }

    .adaptive .footer {
        padding: 60px 0 0;
        margin-top: 50px
    }

    .adaptive .footer .footer-in .umi-footer {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between
    }

    .adaptive .footer .footer-in .umi-footer:after,.adaptive .footer .footer-in .umi-footer:before {
        content: none
    }

    .adaptive .footer .footer-in .cp {
        width: 45%
    }

    .adaptive .footer .footer-in .social {
        width: 26%
    }

    .adaptive .index_special_offers .special_offers_list li {
        margin: 10px 20px
    }

    .adaptive .index_special_offers .caroufredsel_wrapper {
        min-height: 520px
    }

    .adaptive .index_special_offers .special_offers_list li>a {
        height: 200px
    }
}

@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 .umi-content .row-fluid .span6 {
        width: 100%;
        margin: 0
    }

    .adaptive .umi-content .row-fluid .span6.offer_block {
        margin: 0 0 30px
    }

    .adaptive .content-wrap ul li {
        padding: 0 20px 20px
    }

    .adaptive .catalog_item_img,.adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 150px
    }

    .adaptive .services-catalog .items_catalog li.li_category_item .category_title {
        margin: 20px
    }

    .adaptive .search .search_form.search2 {
        line-height: 35px;
        height: 35px
    }

    .adaptive .search fieldset {
        height: 35px
    }

    .adaptive .search .search_form.search2 .search_form_string {
        height: 33px;
        margin: 0 34px 0 auto;
        padding: 4px;
        width: 120px
    }

    .adaptive .search .search_form.search2 .submit_button {
        width: 34px;
        height: 34px
    }

    .adaptive .menu-block .brand .company_name p,.adaptive .umi-content .custom_wrapper_1 p {
        font-size: 20px
    }

    .adaptive .row-fluid.adress-block .addr {
        width: auto;
        max-width: 310px
    }

    .adaptive .row-fluid.adress-block .search {
        width: auto;
        margin: 0 0 0 auto
    }

    .adaptive .row-fluid.adress-block .phone.span4 {
        width: 31.491712707182323%
    }

    .adaptive .main_image .direction_text {
        left: 50px
    }

    .adaptive .main_image .main_image-decor {
        margin: 20px 0
    }

    .adaptive .main_image .main_image-title {
        font-size: 56px;
        letter-spacing: -1.4px
    }

    .adaptive .for-content .main_image:before {
        height: 320px;
        background-size: contain
    }

    .adaptive .index_special_offers .h2 .h2_content,.adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 .h2_content {
        font-size: 26px
    }

    .adaptive .services-catalog-wrapper {
        margin: 100px 0 60px
    }

    .adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 {
        margin-bottom: 50px
    }

    .adaptive .services-catalog-wrapper li {
        margin: 0 5px
    }

    .adaptive .services-catalog-wrapper .catalog_item_img {
        height: 220px
    }

    .adaptive .services-catalog-wrapper .next#cato_next,.adaptive .services-catalog-wrapper .prev#cato_prev {
        top: 240px
    }

    .adaptive .services-catalog-wrapper .catalog_item_img img {
        position: relative;
        max-width: 100%;
        width: auto
    }

    .adaptive .umi-content {
        margin-bottom: 0
    }

    .adaptive .index_special_offers .special_offers_list li {
        margin: 10px;
        padding: 30px
    }

    .adaptive .index_special_offers .next#spec_cato_next,.adaptive .index_special_offers .prev#spec_cato_prev {
        top: 320px
    }

    .adaptive .footer {
        padding: 40px 0 0;
        margin-top: 20px
    }

    .adaptive .footer .footer-in .cp .copy_wrap {
        margin: 0
    }

    .adaptive .footer .footer-in .cp {
        width: 36%
    }

    .adaptive .footer .footer-in .social {
        width: 34%
    }

    .adaptive .index_special_offers .caroufredsel_wrapper {
        min-height: 460px
    }

    .adaptive .index_special_offers .special_offers_list li>a {
        height: 160px
    }

    .adaptive .services-catalog-wrapper li .catalog_item_img,.adaptive .services-catalog-wrapper li>a {
        height: 231px
    }
}

@media (max-width:979px) and (min-width:768px) {
    .adaptive .umi-menu ul.level-0 li a {
        padding: 0 15px;
        font-size: 15px
    }

    .adaptive .module-catalog.method-category .items_catalog li.simple_catalog_item a img {
        margin: 15px 0 0
    }

    .adaptive .b-navbar {
        display: none!important
    }

    .adaptive .nav-collapse.collapse {
        height: auto!important;
        overflow: visible!important
    }

    .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
    }

    .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: auto
    }
}

@media screen and (max-width:767px) {
    .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: 94px;
        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;
        width: calc(100vw - 60px);
        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 .footer {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }

    .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.umi-menu {
        display: flex
    }

    .adaptive .menu-block .brand {
        width: 92%
    }

    .adaptive .menu-block .umi-menu>.nav-wrap.span8 {
        width: 8%
    }

    .adaptive .search fieldset {
        float: none;
        margin: 0 auto
    }

    .adaptive ul.photo_list li {
        margin: 10px 30px
    }

    .adaptive .container {
        margin: 0 20px;
        width: auto
    }

    .adaptive .footer {
        margin: 50px 20px 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: 20px;
        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 {
        height: 100px
    }

    .adaptive .main_image {
        flex-flow: column wrap
    }

    .adaptive .footer .footer-in .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 {
        margin: 20px 0
    }

    .adaptive .footer .footer-in .cp {
        width: 100%;
        flex-direction: column;
        margin: 10px 0 20px;
        order: 2
    }

    .adaptive .row-fluid .social {
        width: 50%;
        order: 3
    }

    .adaptive .menu-block {
        height: none;
        position: relative
    }

    .adaptive .row-fluid.adress-block .phone {
        width: 27%
    }

    .adaptive .menu-block .brand .logotype {
        max-width: 30%
    }

    .adaptive .menu-block .brand .company_name p {
        font-size: 30px
    }

    .adaptive .services-catalog-wrapper li .object_title_bottom {
        bottom: 10px;
        left: 10px
    }

    .adaptive .index_special_offers .special_offers_list li {
        padding: 20px;
        margin: 5px;
        min-height: 435px
    }

    .adaptive .services-catalog-wrapper .next#cato_next,.adaptive .services-catalog-wrapper .prev#cato_prev {
        top: 7px
    }

    .adaptive .services-catalog-wrapper .prev#cato_prev {
        left: 54px
    }

    .adaptive .services-catalog-wrapper .next#cato_next {
        right: 54px
    }

    .adaptive .index_special_offers .h2 .h2_content,.adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 .h2_content {
        max-width: calc(100% - 100px);
        margin: 0 auto
    }

    .adaptive .index_special_offers .next#spec_cato_next,.adaptive .index_special_offers .prev#spec_cato_prev {
        top: 7px
    }

    .adaptive .index_special_offers .prev#spec_cato_prev {
        left: 54px
    }

    .adaptive .index_special_offers .next#spec_cato_next {
        right: 54px
    }

    .adaptive .services-catalog-wrapper .catalog_item_img {
        height: auto
    }

    .adaptive .footer .footer-in .social {
        width: 100%;
        min-height: 0
    }

    .adaptive .footer .footer-in .code_wrapper {
        order: 5;
        margin: 15px 0 0
    }

    .adaptive .menu-block .brand .company_name {
        max-width: 66%
    }

    .adaptive .services-catalog-wrapper li .catalog_item_img,.adaptive .services-catalog-wrapper li>a {
        height: 210px
    }

    .adaptive .umi-menu ul.level-0 li.baby:after {
        right: 20px
    }

    .adaptive .umi-menu ul.level-0 li>ul.level-1 {
        right: 6px
    }
}

@media (max-width:700px) {
    .adaptive .umi-content .span12 .content-wrap .row-fluid {
        display: flex;
        flex-flow: column wrap
    }

    .adaptive .row-fluid.adress-block {
        align-items: center;
        padding: 20px 0
    }

    .adaptive .row-fluid.adress-block .phone.span4 {
        flex-grow: 1;
        width: 60%
    }

    .adaptive .row-fluid.adress-block .addr {
        order: 3;
        width: 100%
    }

    .adaptive .for-content .main_image:before {
        height: 260px
    }

    .adaptive .index_special_offers .h2 .h2_content,.adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 .h2_content,.adaptive .umi-content .custom_wrapper_1 p {
        font-size: 22px
    }

    .adaptive .for-adress,.adaptive .row-fluid.adress-block {
        height: 120px
    }

    .adaptive .index_special_offers .special_offers_list li>a {
        height: 150px
    }

    .adaptive .services-catalog-wrapper li .catalog_item_img img,.adaptive .services-catalog-wrapper li>a img {
        width: auto;
        height: auto;
        max-width: 100%
    }
}

@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 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) {
    .adaptive .for-content .main_image:before {
        height: 220px;
        top: 20px
    }

    .adaptive .menu-block .brand .company_name p {
        font-size: 24px
    }

    .adaptive .main_image .main_image-title {
        font-size: 36px;
        letter-spacing: -.9px
    }

    .adaptive .services-catalog-wrapper {
        margin: 70px 0 60px
    }

    .adaptive .index_special_offers .h2 .h2_content,.adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 .h2_content {
        font-size: 19px
    }
}

@media screen and (max-width:567px) {
    .adaptive .index_special_offers .special_offers_list li>a {
        height: 212px
    }

    .adaptive .umi-footer {
        padding: 40px 0 0
    }

    .adaptive .footer .footer-in .social #social_block {
        left: 0;
        right: auto;
        top: -10px;
        margin: 0
    }
}

@media screen and (max-width:480px) {
    .adaptive .comments_form_div {
        display: none
    }

    .adaptive .mainpage_catalog_title.h2,.adaptive .mainpage_special_offers_title.h2 {
        font-size: 24px;
        letter-spacing: -.6px;
        font-weight: 500
    }

    .adaptive .callback {
        display: none!important
    }

    .adaptive .umi-footer {
        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 .catalog_item_img,.adaptive .umi-services .mainpage_items_catalog .object_item_img {
        height: 200px
    }

    .adaptive .menu-block .brand .company_name p {
        font-size: 20px
    }

    .adaptive .main_image .main_image-title {
        font-size: 26px;
        letter-spacing: -.65px
    }

    .adaptive .main_image .main_image-decor {
        margin: 15px 0 10px
    }

    .adaptive .main_image {
        margin-top: 40px
    }

    .adaptive .index_special_offers .h2 .h2_content,.adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 .h2_content {
        max-width: calc(100% - 60px)
    }

    .adaptive .index_special_offers .next#spec_cato_next,.adaptive .index_special_offers .prev#spec_cato_prev,.adaptive .services-catalog-wrapper .next#cato_next,.adaptive .services-catalog-wrapper .prev#cato_prev {
        width: 24px;
        height: 24px;
        top: 4px
    }

    .adaptive .index_special_offers .prev#spec_cato_prev,.adaptive .services-catalog-wrapper .prev#cato_prev {
        background-size: 16px;
        left: 36px
    }

    .adaptive .index_special_offers .next#spec_cato_next,.adaptive .services-catalog-wrapper .next#cato_next {
        background-size: 16px;
        right: 36px
    }

    .adaptive .row-fluid.adress-block .search {
        display: none
    }

    .adaptive .main_image .direction_text {
        left: 30px
    }

    .adaptive .index_special_offers .caroufredsel_wrapper {
        min-height: 480px
    }

    .adaptive .index_catalog .items_catalog li.simple_catalog_item .object_title a,.adaptive .services-catalog-wrapper li .object_title_bottom a {
        font-size: 18px
    }

    .adaptive .umi-content .content-wrap .index_text_content {
        padding: 20px
    }

    .adaptive .index_special_offers .special_offers_list li>a {
        height: 180px
    }

    .adaptive .services-catalog-wrapper li .catalog_item_img img,.adaptive .services-catalog-wrapper li>a img {
        max-height: 100%;
        max-width: none
    }
}

@media screen and (max-width:440px) {
    .adaptive .container {
        margin: 0 10px
    }

    .adaptive .nav-collapse.in.collapse {
        width: calc(100vw - 40px)
    }
}

@media (max-width:380px) {
    .adaptive .services-catalog-wrapper {
        margin: 90px 0 60px
    }

    .adaptive .index_special_offers .h2 .h2_content,.adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 .h2_content {
        font-size: 17px
    }

    .adaptive .services-catalog-wrapper li .catalog_item_img img,.adaptive .services-catalog-wrapper li>a img {
        max-height: none;
        max-width: 100%
    }
}

@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
    }

    .adaptive .nav-collapse.in.collapse {
        width: calc(100vw - 30px)
    }
}

.adaptive .mainpage_special_offers_title.h2,.adaptive .services-catalog-wrapper .mainpage_catalog_title.h2 .h2_content {
    color: #000
}

.adaptive .menu-vertical ul li a:hover,.adaptive .menu-vertical ul li.current a,.adaptive .menu-vertical ul li:hover a,.adaptive .menu-vertical.menu-company ul li>ul>li:hover>a,.adaptive .umi-menu ul li:hover>a, .adaptive .menu-vertical.menu-company ul li.current > ul > li.current > a:hover {
    color: #fff
}

.adaptive .menu-vertical.menu-company ul li.current.baby:after,.adaptive .menu-vertical.menu-company ul li:hover:after,.adaptive .umi-second-content .menu-vertical ul li.baby:hover:after {
    border-left-color: #fff
}