/* Сборос стилей */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html, body {
    min-width: 100%;
    min-height: 100%;
}

body {
    background: #fff;
    color: #666 !important;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif !important;
}

.title {
    color: #666 !important;
    font-size: 22px !important;
    text-shadow: none !important;
    border-bottom: 0 !important;
}

.component-content h2 {
    border-bottom: 0px none !important;
    margin: 0 0 0 0;
    font-size: 22px;
    color: #666;
}

#rt-top-surround, #rt-drawer, #rt-top-surround:after, #rt-showcase, .rt-showcase-pattern, #rt-footer, #rt-copyright {
    background: #fff;
    color: #666;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    background-image: none;
}

h1, h2, h3, h4 {
    color: #666;
}

* {
    outline: none !important;
}

li {
    list-style: none;
}

.js_displayNone {
    display: none !important;
}

p {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
}

.items-leading article {
    border-bottom: 1px solid #28ACB0;
    margin-bottom: 20px;
}

.items-leading article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

p.readmore {
    margin: 10px 0;
}

strong {
    font-weight: bold;
}

.component-content .item-page h2 {
    margin-bottom: 15px;
}

.absolute {
    position: absolute !important;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 0;
    border-bottom: 0;
}


/* Стили в материалах */
.item-page ul {
    margin: 0 0 20px 40px;
}

.item-page li {
    list-style: square;
}

.item-page .set li {
    list-style: none;
}

.item-page h3 {
    font-size: 16px;
    margin: 10px 0;
}



/* top */
#rt-top {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 3px solid #28ACB0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.3);
}

#rt-top .rt-container {
    position: relative;
}

#rt-top .rt-block {
    padding: 0 15px;
    margin: 0 10px;
}

/*#rt-top .custom div {
    display: inline-block;
    vertical-align: middle;
}*/


/* Отступы */
#rt-feature, #rt-mainbody-surround {
    margin-top: 70px;
}




/* Горизонтальное Главное Меню */
.menu-block {
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 99;
    background: #fff;
    padding: 0 !important;
    margin: 0 !important;
}

.gf-menu {
    margin: 0;
}

.gf-menu.l1 > li > .item:after {
    display: none;
} 

.gf-menu li.parent > .item {
    padding-right: 8px;
}

.gf-menu.l1 > li > .item {
    padding-top: 2px;
    padding-bottom: 2px;
    
}

/*.gf-menu .li_active {
    border-color: #28ACB0;
    box-shadow: none;
}
*/
.gf-menu li:hover {
    background: #28ACB0;
    box-shadow: none;
    border-color: transparent;
    -webkit-box-shadow: inset 0px 10px 5px 0px rgba(50, 50, 50, 0.2) !important;
    -moz-box-shadow:    inset 0px 10px 5px 0px rgba(50, 50, 50, 0.2) !important;
    box-shadow:         inset 0px 10px 5px 0px rgba(50, 50, 50, 0.2) !important;
}

.gf-menu .dropdown {
    padding: 5px 0;
}

/*.gf-menu li .active {
    background: #28ACB0;
    color: #fff;   
}*/

.gf-menu.l1 > li.active {
    background: #28ACB0 !important;
    border: 1px solid #28ACB0 !important;
}

.gf-menu li.active:hover {
    border-top: 0 !important;
}

.gf-menu.l1 > li.active .item {
    color: #fff; 
   
}

.gf-menu .item {
    font-family: 'Open Sans', sans-serif !important;
    color: #818285;
}

.gf-menu li {
    margin-right: 5px;
}

.gf-menu li:last-child {
    margin-right: 0;
}

.gf-menu *, .gf-menu *:hover {
    border-radius: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.gf-menu .dropdown {
    border: 1px solid #28ACB0;
    background: #28ACB0;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.3) !important;
    -moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.3) !important;
    box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.3) !important;
}

/*.gf-menu .dropdown .active {
    background: #818285;
}*/

.gf-menu .dropdown ul li .item, .gf-menu .dropdown ul li.parent > .item:after {
    color: #fff;
}

.gf-menu.l1 > li:hover > .item .border-fixer {
    background: #28ACB0;
}


.gf-menu .dropdown .grouped ol {
    background: #28ACB0;
    border: 1px solid #28ACB0;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(50, 50, 50, 0.5) !important;
    -moz-box-shadow:    inset 0px 0px 15px 0px rgba(50, 50, 50, 0.5) !important;
    box-shadow:         inset 0px 0px 15px 0px rgba(50, 50, 50, 0.5) !important;
}

.gf-menu .dropdown ul li:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.gf-menu .dropdown ul li:hover > .item {
    border: 1px solid transparent;
    background: transparent;
    border-top: 0;
    text-decoration: underline;

}

.gf-menu .dropdown ul li.active > .item {
    background: transparent;
    text-decoration: underline;
}

.gf-menu .dropdown ul li:hover > .item .border-fixer {
    background: #28ACB0;
}

/* Главное меню */
.js_menuButton {
    color: #fff;
    width: 78px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: url(../../../images/template/sprite-top.png) no-repeat;
    background-position: 0 -190px; width: 78px; height: 45px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.js_menuButton:hover {
    background-position: 0 -285px; width: 78px; height: 45px;
}

#horizmenu-surround {
    display: none;
    height: 500px;
    position: relative;
    left: 0;
    overflow-y: auto;
    font-size: 15px;
    padding: 10px 20px 10px 10px;
    margin: 78px 0 0 25px;
    width: 355px;
    background: #A8AAAD;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9;
}

.js_positionAbsolute {
    padding: 0px !important;
    margin: 0px !important;
    position: absolute;
}


#ascrail2001 {
    display: none;
    top: 78px !important;
    position: fixed !important;
}

#horizmenu-surround a, #horizmenu-surround .parent {
    color: #fff;
    display: block;
    background: #A8AAAD;
    padding: 5px 10px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    border: 2px solid #A8AAAD;
}

#horizmenu-surround a:hover {
    padding-left: 20px;
    background: #29acaf;
}

#horizmenu-surround .active a.item-active {
    background: #29acaf;
    
}

#horizmenu-surround .parent ul {
    margin-left: 0;
    font-size: 13px;
}

#horizmenu-surround .daddy{
    font-size: 15px;
}

#horizmenu-surround .daddy:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background: url(../../../images/template/arrow_down.png) 0 0 no-repeat;
}

/* Выбор языка */
.js_language {
    position: absolute;
    /*margin: 0px 140px 0px 40px;*/
    top: 0;
    right: 20px;
    font-size: 12px;
}

div.mod-languages li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: inline-block;
}

.lang-inline li a {
    color: #666;
    text-align: left;
}

.lang-inline li a:hover {
    color: #29acaf !important;
}

.lang-active a {
    color: #29acaf !important;
}

.lang-inline li:after {
    content: "|";
    display: inline-block;
    color: #666;
}

.lang-inline li:last-child:after {
    content: "";
}



/* Оставить заявку */
.js_topButton {
    position: absolute;
    top: 1px;
    right: 150px;
    font-size: 12px;
/*    display: inline-block;
    width: 162px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: url(../../../images/template/sprite-top.png) no-repeat;
    background-position: 0 0; width: 162px; height: 45px; 
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    margin-right: -20px;*/
}

.js_topButton:hover {
    color: #666 !important;
}

/*.js_topButton:hover {
    background-position: 0 -95px; width: 162px; height: 45px;
}*/


/* Телефон */
.js_phone {
    position: absolute;
    text-align: center;
    font-size: 14px;
    top: 1px;
    right: 290px;
}


/* Логотип */
.js_logo {
    margin: 5px 0 0 0;
}


/* RockBox*/
.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-content .rokbox-content-element, .rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-content>div {
    border-radius: 0 !important;
}


/* Табы */
#js_tab {
    min-height: 450px;
}

#js_tab .js_tab div {
    display: inline-block;
    margin: 0px 15px 15px 0px;
/*    max-width: 370px;*/
    position: relative;
    overflow: hidden;
}

#js_tab .js_tab div:nth-child(3n) {
    margin-right: 0;
}

#js_tab .js_tab div span {
    position: absolute;
    width: 280px;
    padding: 5px 0 5px 15px;
    left: 0;
    bottom: 25px;
    background: #808183;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#js_tab .js_tab div:hover span, #js_tab .js_tab div span:hover {
    background: #28ACB0;
}

#js_tab .js_tab div img {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

#js_tab .js_tab div img:hover {
    opacity: .5;
}

.tabs {
    margin-bottom: 10px;
}

.tabs li {
    display: inline-block; 
}

.tabs li a {
    display: block;
    width: 240px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin: 0 20px 15px 0;
    background: #808183;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
}

.tabs li a:hover {
    background: #28ACB0;
    box-shadow: none;
}

.active-tab {
    background: #28ACB0 !important;
    z-index: 99;
}

/* Слайдер на главной */
.wk-slideshow .caption {
    position: absolute;
    width: 340px;
    left: 200px;
    right: 0;
    bottom: 0;
    top: 45px;
    z-index: 5;
    padding: 10px;
    background: transparent;
}

.wk-slideshow .caption .js_title {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.wk-slideshow .caption a {
    color: #fff;
    display: block;
    text-align: right;
    margin-top: 40px;
    text-decoration: none;
}

.wk-slideshow .caption a:hover {
    text-decoration: underline;
}

.wk-slideshow .caption a.js_bannerLink {
    margin-top: 20px;
}

/* Последние новости */
.js_news .title, .js_promo .title {
    color: #fff !important;
    background: #808183;
    padding: 10px 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.5);
}

h4.js_news {
    font-size: 16px;
    margin-bottom: 5px;
}

/*.js_newsBlock {
    max-width: 370px;
    max-height: 430px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #F3F3F3;
    margin: 0 15px 20px 0;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.js_newsBlock:nth-child(3) {
    margin-right: 0;
}

.js_newsBlock .newsflash-title {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}*/

.readmore, .readmore a {
    display: block;
    background: transparent;
    text-align: right;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    color: #29acaf !important;
}

.readmore:hover, .readmore a:hover {
    color: #666 !important;
    background: transparent !important;
}

.js_promo .title {
    background: #28ACB0;
}

.js_blogNews img {
    display: block;
    float: left;
    margin: 5px 20px 10px 0;
}

.js_blogNews ul {
    margin: 0 0 20px 20px;
}

.js_blogNews ul li {
    list-style: square !important;
}

.js_blogLift ul {
    font-weight: 600;
}

.js_blogLift ul li, .js_blogLift ol li ul li {
    list-style: square !important;
    margin: 0 0 10px 40px;
    font-weight: normal;
}

.js_blogLift ol {
    margin-left: 20px;
}

.js_blogLift ol li {
    list-style: decimal !important;
    font-weight: 600;
}

.js_blogLift h3, .js_blogLift h4 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-top: 35px;
}

.js_blogLift h4 {
    margin-top: 0;
}

.js_blogLift p {
    margin-bottom: 10px;
}

/* Низ сайта */
#rt-footer {
    background: #f3f3f3;
    border-bottom: 4px solid #28ACB0;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3);
}


/* Контакты верх сайта */
/*.js_phoneDropdown {
    display: none;
    position: absolute;
    right: 15px;
    top: 70px;
    width: 250px;
    border: 2px solid #A8AAAD;
    background: #fff;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    color: #666;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
}

.js_phoneDropdown:after, .js_phoneDropdown:before {
   bottom: 100%;
   left: 85%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
}
    
.js_phoneDropdown:after {
   border-bottom-color: #fff;
   border-width: 10px;
   margin-left: -10px;
}

.js_phoneDropdown:before {
   border-bottom-color: #A8AAAD;
   border-width: 13px;
   margin-left: -13px;
}


.js_phoneDropdown a:hover {
    color: #666 !important;
}

.js_phoneDropdown ul {
    margin-bottom: 15px;
}

.js_phoneDropdown ul:first-child {
    text-align: center;
}

.js_phoneDropdown ul:first-child li:last-child {
    display: block;
    margin-top: 5px;
}

.js_phoneDropdown ul:first-child li a {
    font-size: 12px;
    border-bottom: 1px dashed;
}

.js_phoneDropdown .js_center {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
}

.js_phoneDropdown ul:nth-child(2), .js_phone .js_phoneDropdown ul:nth-child(3) {
    font-size: 12px;
}

.js_phoneDropdown img {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.js_phoneDropdown img:hover {
    opacity: .6;
}
*/

/* Контакты низ сайта */
.js_contactFooter {
    line-height: 40px;
    font-size: 16px;
}

.js_contactFooter a {
    text-decoration: underline;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.js_contactFooter a:hover {
    text-decoration: none;
    padding-left: 15px;
} 

#js_mapBottom {
    display: block;
    margin: 20px 0;
}



/* Разработчик и копирайт*/
.js_developers {
    color: #666;
    float: right;
}

#rt-copyright .rt-block {
    margin: 0;
}

/* Галерея и Объекты */
.wk-gallery-wall img {
    border: 5px solid #fff;
}

.wk-slideset-default > div:hover .next, .wk-slideset-default > div:hover .prev {
    top: 60% !important;
}


/* Цены */
.table {
  margin-top: 15px;  
}

.table td, table th {
    font-weight: normal !important;
}

table th {
    font-size: 16px;
    text-align: center !important;
}

.table caption {
    padding: 10px 0;
    font-size: 16px;
}

.table-bordered td:first-child {
    text-align: center !important;
}

/* Чертежи */
.js_drawings td {
    text-align: left !important;
    
}

.js_drawings td:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../../images/template/pdf.png) 0 0 no-repeat;
    vertical-align: middle;
}


.js_lifts {
    margin: 10px 0 30px 0;
}

.js_price {
    display: inline-block;
    vertical-align: middle;
    width: 290px;
    line-height: 50px;
    text-align: center;
    background: #28ACB0;
    color: #fff;
    font-size: 18px;
    margin: 20px 50px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
}

.js_exactPrice {
    border-bottom: 1px dashed;
    font-size: 18px;
}

/* Изображения при загрузке в статью*/
.component-content .img-intro-left, .component-content .img-fulltext-left {
    margin-right: 0;  
}

.js_accordionMenu {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(221, 221, 221, 1);
    box-shadow:         0px 0px 10px 0px rgba(221, 221, 221, 1);
    border: 1px solid #ddd ;
}

.js_accordionMenu .last .outer {
    background-image: none !important;
}

.js_accordionMenu dl.level1 dt a, 
.js_accordionMenu dl.level1 dt a span,
.js_accordionMenu dl.level2 dt span,
.js_accordionMenu dl.level3 dt span,
.js_accordionMenu dl.level1 dt.opening span.inner span, .js_accordionMenu dl.level1 dt.opening span.inner span span, .js_accordionMenu dl.level1 dt.opening a, .js_accordionMenu dl.level1 dt.opening a span, .js_accordionMenu dl.level1 dt.opened span.inner span, .js_accordionMenu dl.level1 dt.opened span.inner span span, .js_accordionMenu dl.level1 dt.opened a, .js_accordionMenu dl.level1 dt.opened a span,
.js_accordionMenu dl.level1 dt span {
    font-family: 'Open Sans', sans-serif !important;
}
 

/* Специализация компании */
.js_companySpecialty p {
    margin-bottom: 10px;
}

.js_companySpecialty li {
    list-style: square !important;
}

.js_companySpecialty ul {
    margin: 0 0 25px 50px;
}



/* Телефон (вертикальный) */
@media (max-width: 480px) {    
    #rt-top {
      position: relative;
        border-bottom: 0;
        box-shadow: none;
        z-index: 9;
        margin-top: 15px;
    }
    #rt-top div {
        text-align: center;
        margin: 0 auto;
    }
    
    .gf-menu-toggle {
        display: block !important;
        z-index: 99999;
    }
    

    
    .js_language, .js_phone, .js_topButton {
        display: block;
        position: absolute;
        left: 0;
    }
    
    .js_language {
        top: 85px;
    }
    
    .js_phone {
        width: 100%;
        top: 60px;
        left: 80px;
    }
    
    .js_topButton {
        top: 60px;
    }
    
    .gf-menu li:hover,
    .gf-menu .active {
        background: transparent !important;
    }
    
    
/*    .gf-menu-toggle {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
    }*/
    
    #jivo_top_wrap {
        display: none !important;
    }
    
    
    #rt-footer {
        min-width: 100%;
    }
    
    #rt-feature, #rt-mainbody-surround {
        margin-top: 30px;
    }
    
    
    .js_newsBlock {
        max-width: 100%;
        max-height: 100%;
        overflow: visible;
        position: relative;
        display: block;
    }
    
    .item-page p {
        margin: 10px 0;
    }
    
    .js_price {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    
    .js_exactPrice {
        text-align: center;
        display: block;
        border-bottom: 0;
        text-decoration: underline;
    }
    
    #rt-copyright div {
        text-align: center;
    }
 
    .js_newsBlock {
        margin-right: 0 !important;
    }
    
    #js_tab .js_tab div {
    margin: 5px 0 !important;
    }
    
    .tabs li {
        display: block !important; 
    }

    .tabs li a {
        width: 100%;
    } 
    
    .table td, table th {
        font-size: 11px;
        vertical-align: middle;
        text-align: center;
    }
    
}


@media (min-width: 481px) and (max-width: 767px) { 
        #rt-top {
        position: relative;
        border-bottom: 0;
        box-shadow: none;
        z-index: 9;
        margin-top: 15px;
    }
    
    .gf-menu-toggle {
        display: block !important;
        z-index:99999;
}
    
    #rt-feature, #rt-mainbody-surround {
        margin-top: 0;
    }
    
    #horizmenu-surround {
        width: 100%;
        position: fixed;
        height: 200px;
        margin: 45px 0 0 0 !important;
        padding: 10px 20px 10px 10px;
    }
    
    #ascrail2001 {
        top: 60px !important;
    }  

    #rt-top .custom div, .js_topButton {
        display: block;
        margin: 0 auto 15px auto!important;
        text-align: center !important;
    }
    
    .js_topButton {
        margin-top: 20px
    }
    
    .js_phone .js_phoneDropdown {
       width: 240px;
       left: 90px; 
    }
    
    .js_phone .js_phoneDropdown:after, .js_phone .js_phoneDropdown:before {
        left: 50%;
    }
    
    .js_newsBlock {
        max-width: 100%;
        max-height: 100%;
        overflow: visible;
        position: relative;
        display: block;
    }
    
    .item-page p {
        margin: 10px 0;
    }
    
    .js_price {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    
    .js_exactPrice {
        text-align: center;
        display: block;
        border-bottom: 0;
        text-decoration: underline;
    }
    
    #rt-copyright div {
        text-align: center;
    }
 
    .js_newsBlock {
        margin-right: 0 !important;
    }
    
    #js_tab .js_tab div {
    margin: 5px 0 !important;
    }
    
    .tabs li {
        display: block !important; 
    }

    .tabs li a {
        width: 100%;
    } 
    
    .table td, table th {
        font-size: 11px;
        vertical-align: middle;
        text-align: center;
    }
    
    
}

/* Планшет (вертикальный) */
@media (min-width: 768px) and (max-width: 1024px) {
    #rt-top {
        position: relative;
        border-bottom: 0;
        box-shadow: none;
        z-index: 9;
        margin-top: 15px;
    }
    
    .gf-menu-toggle {
    display: block !important;
    z-index: 99999;
}
    
    #rt-feature, #rt-mainbody-surround {
        margin-top: 0;
    }
    
    #horizmenu-surround {
        width: 100%;
        position: fixed;
        height: 400px;
        margin: 45px 0 0 0 !important;
        padding: 10px 20px 10px 10px;
    }
    
    #ascrail2001 {
        top: 60px !important;
    }  

    #rt-top .custom div, .js_topButton {
        display: block;
        margin: 0 auto 15px auto!important;
        text-align: center !important;
    }
    
    .js_topButton {
        margin-top: 20px
    }
    
    .js_phone .js_phoneDropdown {
       width: 240px; 
       left: 33%; 
    }
    
    .js_phone .js_phoneDropdown:after, .js_phone .js_phoneDropdown:before {
        left: 50%;
    }
    
    .js_newsBlock {
        max-width: 100%;
        max-height: 100%;
        overflow: visible;
        position: relative;
        display: block;
    }
    
    .item-page p {
        margin: 10px 0;
    }
    
    .js_price {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    
    .js_exactPrice {
        text-align: center;
        display: block;
        border-bottom: 0;
        text-decoration: underline;
    }
    
    #rt-copyright div {
        text-align: center;
    }
 
    .js_newsBlock {
        margin-right: 0 !important;
    }
    
    #js_tab .js_tab div {
        max-width: 345px;
        margin-right: 15px;
    }
    
    .wk-gallery-wall>a {
        width: 90px;
    }
    
    #js_tab .js_tab div:nth-child(3n) {
        margin-right: 15px;
    }
        
    #js_tab .js_tab div:nth-child(2n) {
        margin-right: 0;
    }

    .table td, table th {
        font-size: 13px;
        vertical-align: middle;
        text-align: center;
    }
    
    .title, .component-content h2 {
        font-size: 18px !important;
    }
    
    .wk-slideshow .caption {
        position: absolute;
        width: 280px;
        font-size: 12px;
        left: 150px;
        right: 0;
        bottom: 0;
        top: 10px;
        z-index: 5;
        padding: 10px;
        background: transparent;
    }
    
    .wk-slideshow .caption a {
        margin-top: 15px;
    }
    
    .wk-slideset .wk-content a {
        width: 270px;
    }
    
}


/* jivosite */
#jivo_frame {
    position: absolute !important;
    height: 0 !important;
}

#jivo_top_wrap .jivo-triangle-wraper .jivo-triangle-clip .jivo-bottom-left-square {
    background: #20BEBF !important;
}

#jivo-label.jivo-fixed-left #jivo-label-wrapper #jivo-label-text {
    padding: 30px 3px 15px 0 !important;
}

#jivo-label.jivo-fixed-left.jivo-offline #jivo-label-wrapper #jivo-label-copyright.jivo-dark,
#jivo-label.jivo-fixed-left #jivo-label-wrapper #jivo-label-status.jivo-dark {
    display: none !important;
}

#jivo-text-container div {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important; 
}

#jivo-text-container div:before {
    display: inline-block !important;
    margin: 0 10px 0 5px !important;
    color: #20BEBF !important;
    content: "\f0e6" !important;
    font-size: 16px !important;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

#jivo-label.jivo-fixed-left #jivo-label-wrapper #jivo-label-copyright.jivo-dark {
    display: none !important;
}

.js_seo {
    border-top: 1px solid #bdbdbd;
    padding-top: 15px;
}

.js_seo, .js_seo .title {
    color: #bdbdbd !important;
}

.js_seo strong {
    font-weight: 600;
}

.table-striped tbody tr th {
    text-align: left !important;
    padding-left: 15px;
}


.js_clients img {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}