@font-face {
    font-family: 'Exo2';
    src: local('Exo 2'), local('Exo2-Regular'), url('/skin/fonts/exo2.woff2') format('woff2'), url('/skin/fonts/exo2.woff') format('woff'), url('/skin/fonts/exo2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2';
    src: local('Exo 2 Italic'), local('Exo2-Italic'), url('/skin/fonts/exo2italic.woff2') format('woff2'), url('/skin/fonts/exo2italic.woff') format('woff'), url('/skin/fonts/exo2italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Exo2';
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url('/skin/fonts/exo2semibold.woff2') format('woff2'), url('/skin/fonts/exo2semibold.woff') format('woff'), url('/skin/fonts/exo2semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2';
    src: local('Exo 2 Semi Bold Italic'), local('Exo2-SemiBoldItalic'), url('/skin/fonts/exo2semibolditalic.woff2') format('woff2'), url('/skin/fonts/exo2semibolditalic.woff') format('woff'), url('/skin/fonts/exo2semibolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Exo2mob';
    src: local('Exo 2 Extra Light Condensed'), local('Exo2-ExtraLightCondensed'), url('/skin/fonts/exo2extralightcondensed.woff2') format('woff2'), url('/skin/fonts/exo2extralightcondensed.woff') format('woff'), url('/skin/fonts/exo2extralightcondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2mob';
    src: local('Exo 2 Bold Condensed'), local('Exo2-BoldCondensed'), url('/skin/fonts/exo2boldcondensed.woff2') format('woff2'), url('/skin/fonts/exo2boldcondensed.woff') format('woff'), url('/skin/fonts/exo2boldcondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face
{
    font-family:'ruble';
    src:url("/skin/fonts/rur/rouble.eot");
    src:url("/skin/fonts/rur/rouble.eot?iefix") format("eot"), url("/skin/fonts/rur/rouble.eot?#iefix") format("embedded-opentype"), url("/skin/fonts/rur/rouble.woff") format("woff"), url("/skin/fonts/rur/rouble.ttf") format("truetype"), url("/skin/fonts/rur/rouble.svg#webfonto7UJV9oC") format("svg");
}

body
{
  font-family: Exo2, Arial, sans-serif;
  font-size: 16px;
  font-weight:normal;
  color: #474E52;
  line-height: 1.5;
  background: #F5F5F5;
  position:relative;
}

/* ###################################################################################
    Контент
   ################################################################################### */

  h1, h2, h3, h4, h5, h6 { color:#333; padding: 5px 0 7px 0; margin:0; line-height:1.2; text-align:left; font-weight:normal; }
  h1 { font-size:1.8em; }
  h2 { font-size:1.7em; }
  h3 { font-size:1.6em; }
  h4 { font-size:1.5em; }
  h5 { font-size:1.4em; }
  h6 { font-size:1.4em; }

  ol, ul { padding-left:22px; }
  a { color:#11497C; }
  hr { border-top: 1px solid #11497C; }

  #main { margin-bottom:15px; }
  #content { padding-top:20px; }

    .cmlex-insert-text { padding:10px; color:#333; font-size:1em; }
    #cmlex-sort-select { background:#FFF url("/skin/sorting.png") no-repeat scroll 5px 50%; padding-left:28px; width:auto; margin-left: 10px; }
    #header{ background: url(/skin/texture.png) repeat left top; background-color:#F5F5EE; margin-bottom:20px; padding: 10px 0px 7px 0; border-bottom: 1px solid #fff; }
    #content { padding-bottom:100px; }
    #cmlex-title { color:#333; }

    .share42init { float:right; }

/* ###################################################################################
    Кнопки, инфо-плашки
   ################################################################################### */

  .button, .cmlex_insert_button, .btn-warning, .btn-primary, .btn-default { background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); box-shadow:0px 1px 2px -2px rgba(0, 0, 0, 0.9); transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s; line-height:1; font-size:1em; display:inline-block; border-radius:4px; padding:9px 20px; margin:5px; text-decoration:none; opacity:1; border:none !important; cursor:pointer;
    background-color:#11497C; color:#fff !important; }

  .wrap-float .button { margin:5px 0; }

  .button:hover, .button:focus, .button:active,
  .cmlex_insert_button:hover, .cmlex_insert_button:focus, .cmlex_insert_button:active,
  .btn-warning:hover, .btn-primary:hover, .btn-default:hover { background-image:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 100%); text-decoration:none; color:#fff;}

  .info { background-color:#f1f1f1; margin:5px; line-height:1; color:#333; font-size:1em; display:inline-block; border-radius:4px; padding:9px 10px; text-decoration:none; border:none; }

  .red { background-color:#FB3E6E; color:#fff; }
  .blue { background-color:#04829E; color:#fff; }
  .green, .btn-primary { background-color:#5CB85C; color:#fff; }
  .gray, .btn-default { background-color:#A8A8A8; color:#fff; }

  .white { background:#fff !important;; color:#2f2f2f !important; }
  .white:hover { background:#2f2f2f !important; color:#fff !important; }


/* ###################################################################################
    Шапка сайта
   ################################################################################### */

    #top-wraper { background:#11497C url(/skin/bg.jpg) top center no-repeat; background-size:contain; }
    #top-wraper.small { position:relative; height:140px; background-size:cover; }

    #top-container { position:relative; min-height:400px; }
    .small #top-container { position:relative; min-height:auto; }
    .small #logo { top:9px; width:120px; height:65px; background-size:contain; left:84px; }
    .small #workBox { line-height:1.1; top:85px; font-size:1em; margin-bottom: 10px !important; }

    #logo { background:url(/skin/logo.png) no-repeat 0 0; text-indent:-9999px; width:210px; height:91px; cursor:pointer; position:absolute; left:53px; top:20px; }
    .small #logo {  }

    #callBackButton { line-height:25px; text-decoration:none; position:absolute; top:42px; right:315px; color:#fff; font-size:15px; padding:0; padding-left:20px; background:none; border:none; }
    #callBackButton span { border-bottom:1px dotted #eee; }
    #callBackButton:hover span { border-bottom:none; color:rgba(255, 255, 255, 0.9); }
    #callBackButton::before { content:""; position:absolute; top:6px; left:0px; width:16px; height:16px; background:no-repeat 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABMklEQVQ4jY3TPyjvURgG8G/5U7fEIBnuwIASBtlQiqwmpe52R4UUAzEgotuVTVHErgziumW0sJIyKiEs/mRSH4ND375+B0+dOud93ufp7ek9SZIBmjCAIUxgGINozPZ+ANqwiW0c4ASH+IcNtH4mLsIs9uTGPiZRFDOoxl/c5BCv4xxrqIkZlGEVD3jCLXbRFvg5nKI6ZtCPRyyiFD8y/Dj+oDhmMBXGbY/wv9EXyzBBCc6wHuF78CtqkGp8DKGNYiXUKnDwHXFnKvktLKAWF6HW9ZVBK0bQjQ7Uha3sDRvZHBPmBdEUlkOtPmxgQ3gveV3tbuSnxS0hvDQK8DPcy1GY4c/ep8Gxj5hGVbhXYiZHz9GbQQz/MY+dWMObwRXucZc6z7jGmNe/8Zzh73GZJEnyAh9bSFgyuuJyAAAAAElFTkSuQmCC); }

    #phoneButton { background:none; display:inline; position:absolute; top:16px; right:185px; }

    #phoneButton a { color:#fff; font-size:15px; padding-left:18px; line-height:25px; cursor:pointer; border:none; text-decoration:none; white-space:nowrap; display:inline-block; position:relative; }
    #phoneButton a span { border-bottom:1px dotted #eee; }
    #phoneButton a:hover span { border-bottom:none; color:rgba(255, 255, 255, 0.9); }
    #phoneButton a::before { content:""; position:absolute; top:6px; left:5px; width:16px; height:16px; background:no-repeat 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAXklEQVQYle3KQQqCUBhF4X/QQHAQ2Z56rlSFbCSSQsvI9XxOXpiuwQMXzoUTuOOFD57os/e4BRIWfDFgzL4gBWoUcQAF6jPYByUuh5W/INl4Y/77j0CFDhMatNlbXFds9v0tpAKGAAAAAABJRU5ErkJggg==); }

    #langButton { line-height:25px; cursor:pointer; text-decoration:none; position:absolute; top:42px; right:185px; color:#fff; font-size:15px; padding-left:23px; }
    #langButton span { border-bottom:1px dotted #eee; }
    #langButton:hover span { border-bottom:none; color:rgba(255, 255, 255, 0.9); }
    #langButton::before { content:""; position:absolute; top:6px; left:0px; width:16px; height:16px; background:no-repeat 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABTklEQVQ4jZ3Tu0qdURAF4B/BHMVX8Vb4AGkCPkgKwU4Sb5gqhW28HIONnQQSIqZIo4hVQCEkpFHPIyQWghaawvNZ/Ovo5tfKgYFZa8+szcyeXVUNwxg+ooP/8Q42MNrMLwsHsIkubtV2GReuizZaTxUfJnEbS4ln8CbxXM7gAAOlwGYOFoN/4V+EB3GOo5zNJrdd9tzFMSYwmYSvwRPYDfcq+Cg1I1UG9lxbr9QTPsPreO+2twU3He57wf3GaaV+pq1iHstJ7m8M+gorBf6Am6cE3kfgRcH14fp+cA2BTnwqvhOB+YJbDLdXcH9wUqk37Lm2VmFU/SQ/MK5+KvgcPI5v4V4GH6s3c7jXTzsJs8E/8RctDOHCwyL1tnS1nHBLvZ7wCe8Sz2Ah8RK+JN5XDLn8D+20003iVZyHT7b6qLghNIJ1nOImfoK1+54LuwMeIPeBo1YG/gAAAABJRU5ErkJggg==); }

    #workBox { position:absolute; left:60px; top:120px; color:#DEEAF5; font-size:16px; }
    #workBox p { margin:0 0 2px 0; }

    #cartButton { cursor:pointer; background:none; width:150px; line-height:36px; height:45px; text-decoration:none; position:absolute; top:19px; right:10px; color:#fff; font-size:15px; padding-left:45px; border:1px solid #e7f2ff; border-radius:3px; }
    #cartButton:hover { background:#fff; color:#11497C; }
    #cartButton::before { content:""; position:absolute; top:12px; left:15px; width:16px; height:16px; background:no-repeat 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAv0lEQVQ4jZ3RMU6CQRDFcSjsSIjRkoaGQxhPYCyhoaagtLG0sLQydhbewAt4AiMJB7DgBkA+TGgszI9mNxLz7WbXl0z1Zv4zedPxq090O7XCM94C5AHzirqKkB626rU+vuT+H4CbY8AZ9hXDK5z8zeOxAjBpC3SA74Lh99xXXgsAF6nhczTYYNlSC9zmtj+FDdfJppzwgR+8FNRlG2CMr4IMYJa6YoTTzJVpH3eB3mBY68cMoqa1fsxgF97VL/EPbbJa8hyipDYAAAAASUVORK5CYII=); }
    #cartButton:hover::before { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABEklEQVQ4jWMQ9Kz5L+hZ81/Qo+YGAwMDIwOpQNCjaoagR/UOiEHVnfzu1RnEYj6PSi+IKQ5ZPAIeNW/hriESC3jWvIa7RMC9upF0A6oL4AbwOlcKC3pUfyFas0f1HQbjNFaU8BBwr+4n1gB+j+pQjADl9CyTEfCs+UnQAI+aYzhjRcCjZjUhA3jdqq2wauZ1KBYR8Kx5L+BR/UbAs+YMBvaoPsnvUVWKx/bqiYKeNf8F3Sp9cCrCBwQ9a04IeNb8FfConkMIC3pU22AYwO9ZGSLoUfORqFhwr0rBHg7OlWr8NhWCuFyJV17AvaoWmkTf87vVKJIqzyDoWXMC7kz3qihS5aFhUP1BwKP6pKBLOT8x8gD42v2sMGb9QQAAAABJRU5ErkJggg==); }

    #infobox { position:absolute; top:150px; right:0px; }

    #up { display:none; border:none; }
    .is_stuck #up { display:block; opacity:0.8; position:absolute; left:-40px; bottom:5px; width:32px; height:32px; cursor:pointer; background:#333 url(/skin/up.png) no-repeat 50% 50%; border-radius:3px; }
    .is_stuck #up:hover { opacity:0.5; }

    #mob-nav-cart { background:none; border-radius:0; display:none; border:none; position:absolute; right:0; top:0; height:45px; line-height:48px; padding:0 10px 0 37px; }
    #mob-nav-cart::before { content:""; position:absolute; top:17px; left:10px; width:16px; height:16px; background:no-repeat 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABEklEQVQ4jWMQ9Kz5L+hZ81/Qo+YGAwMDIwOpQNCjaoagR/UOiEHVnfzu1RnEYj6PSi+IKQ5ZPAIeNW/hriESC3jWvIa7RMC9upF0A6oL4AbwOlcKC3pUfyFas0f1HQbjNFaU8BBwr+4n1gB+j+pQjADl9CyTEfCs+UnQAI+aYzhjRcCjZjUhA3jdqq2wauZ1KBYR8Kx5L+BR/UbAs+YMBvaoPsnvUVWKx/bqiYKeNf8F3Sp9cCrCBwQ9a04IeNb8FfConkMIC3pU22AYwO9ZGSLoUfORqFhwr0rBHg7OlWr8NhWCuFyJV17AvaoWmkTf87vVKJIqzyDoWXMC7kz3qihS5aFhUP1BwKP6pKBLOT8x8gD42v2sMGb9QQAAAABJRU5ErkJggg==); }
    #mob-nav-cart:hover { background-color:#11497C; color:#fff; }
    #mob-nav-cart:hover::before { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAv0lEQVQ4jZ3RMU6CQRDFcSjsSIjRkoaGQxhPYCyhoaagtLG0sLQydhbewAt4AiMJB7DgBkA+TGgszI9mNxLz7WbXl0z1Zv4zedPxq090O7XCM94C5AHzirqKkB626rU+vuT+H4CbY8AZ9hXDK5z8zeOxAjBpC3SA74Lh99xXXgsAF6nhczTYYNlSC9zmtj+FDdfJppzwgR+8FNRlG2CMr4IMYJa6YoTTzJVpH3eB3mBY68cMoqa1fsxgF97VL/EPbbJa8hyipDYAAAAASUVORK5CYII=); }

    .is_stuck #mob-nav-cart { display:block; }

    #messenger { z-index:1000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; overflow:hidden; position:relative; background:rgb(56, 51, 69) url(/skin/texture.png); width:300px; height:360px; border-radius:8px 0 0 8px; position:fixed; right:-260px; top:20%; box-shadow:-2px 5px 10px rgba(55, 55, 55, 0.4), 0 0 20px #333 inset; border:3px solid rgba(255, 255, 255, 0.2); border-right:none; }
    #messenger p span { color:#fff !important; }
    #messenger.open { right:0; }
    #messenger span#msg-head-but { display:block; font-size: 18px; letter-spacing:0px; color: #e9e9e9; white-space:nowrap;
                       -webkit-transform: rotate(-90deg); transform: rotate(-90deg);
                        position: absolute;
                        cursor:pointer;
                        top: 157px;
                        left: -157px;
                        width: 354px;
                        height: 40px;
                        text-align: center;
                        border-radius: 4px;
                        background: rgba(50, 50, 50, 0.5);
                        border-bottom: 1px solid rgba(255, 255,  255, 0.1);
                        line-height: 34px; }
    #messenger span#msg-head-but:hover { background: rgba(35, 18, 60, 0.5); }

    #formConsult { position:absolute; left:50px; top:20px; width:240px; }

/* ###################################################################################
    Верхнее меню
   ################################################################################### */

    #nav-wraper { height:45px; background:#dcdcdc; z-index:2000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
    #nav-wraper.is_stuck { box-shadow: 0 2px 2px -2px RGBA(51, 51, 51, 0.7); margin-top:0px; background:rgba(238, 238, 238, 0.95); }
    #nav-container { position:relative; height:45px; }

    #mainMenu { height:45px; font-size:16px; }
    #mainMenu > ul { width:100%; height:45px; margin:0px; bottom:0px; list-style:none; text-align:left; padding:0; z-index:100; }
    #mainMenu > ul > li { margin:0; padding:0; display:inline-block; position:relative; float:left; border-left:1px solid rgba(255, 255, 255, 0.3); }
    #mainMenu > ul > li > a { z-index:102; height:45px; font-size:14px; line-height:45px; position:relative; transition-delay: 0.1s; font-size:1em; margin:0; padding:0 20px; display:inline-block; color:#222; text-decoration:none; }
    #mainMenu > ul > li:first-child { border:none; }
    #mainMenu > ul > li > a > span.arr { font-size:0.6em; padding:0 5px; }
    #mainMenu > ul > li:hover > a > span.arr { transform: rotate(180deg); }

    #mainMenu > ul > li:hover > a,
    #mainMenu > ul > li.active > a { transition-delay: 0s; background:#36333E; color:#fff; }

    #mainMenu > ul > li > ul { white-space:nowrap; width:auto; list-style:none; display:none; text-align:left; box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.8); z-index:104; position:absolute; left:0; top:35px; background:#36333E; padding:10px; margin:0; border-radius:0 0px 5px 5px; }
    #mainMenu li.dp-1 { z-index:105; margin:2px 0; padding:0; position:relative;  background:none; }
    #mainMenu li.dp-1 > a { z-index:106; border-radius:2px; font-size:1em; display:block; color:#fff; text-decoration:none; white-space:nowrap; padding:5px 20px 5px 10px; }
    #mainMenu li.dp-1 > a:before { line-height:3; vertical-align: text-top; content:""; padding: 0px 7px 0 5px; color: #fff; font-family: "Glyphicons Halflings"; font-style: normal; font-size:0.4em; }
    #mainMenu li.dp-1:hover > a,
    #mainMenu li.dp-1.active > a { transition-delay: 0s; background:rgba(255, 255, 255, 0.15); color:#fff; }

    .topNav-col-1 { display:inline-block; vertical-align:top; width:auto; padding-right:15px; border-right:1px dotted rgba(255, 255, 255, 0.7); }
    .topNav-col-2 { display:inline-block; vertical-align:top; width:auto; padding-left:10px; }

    #mobileMenuButton { height:41px; font-size:15px; line-height:1; display:block; padding:8px 10px 8px 35px; text-transform:uppercase; text-decoration:none; position:absolute; text-align:center; bottom:3px; left:5px; background:#36333E url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAYAAAC9QufkAAAAGUlEQVQokWP4TwFgoEjzEAWjAUYiGLAAAwDOLGaoz/gL/QAAAABJRU5ErkJggg==") 10px 14px no-repeat; color:#fff; border:none; border-radius:3px;  }
    #mobileMenuButton:hover { background-color:#124A7D; text-decoration:none; }
    .is_stuck #mobileMenuButton { bottom:1px; }

    #mobileFilterButton { height:41px; font-size:15px; line-height:1; display:block; padding:8px 10px; text-transform:uppercase; text-decoration:none; position:absolute; text-align:center; bottom:3px; left:103px; background:#36333E; color:#fff; border:none; border-radius:3px;  }
    #mobileFilterButton:hover { background:#165082; }
    .is_stuck #mobileFilterButton { bottom:1px; }


/* ###################################################################################
    AJAX-анимация
   ################################################################################### */

    #circleG{width: 97px; margin: auto;}
    .circleG{background-color: rgb(255, 255, 255); float: left; height: 21px; margin-left: 11px; width: 21px; animation-name: bounce_circleG; -o-animation-name: bounce_circleG; -ms-animation-name: bounce_circleG; -webkit-animation-name: bounce_circleG; -moz-animation-name: bounce_circleG; animation-duration: 1.4575s; -o-animation-duration: 1.4575s; -ms-animation-duration: 1.4575s; -webkit-animation-duration: 1.4575s; -moz-animation-duration: 1.4575s; animation-iteration-count: infinite; -o-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-direction: normal; -o-animation-direction: normal; -ms-animation-direction: normal; -webkit-animation-direction: normal; -moz-animation-direction: normal; border-radius: 14px; -o-border-radius: 14px; -ms-border-radius: 14px; -webkit-border-radius: 14px; -moz-border-radius: 14px;}
    #circleG_1{animation-delay: 0.2895s; -o-animation-delay: 0.2895s; -ms-animation-delay: 0.2895s; -webkit-animation-delay: 0.2895s; -moz-animation-delay: 0.2895s;}
    #circleG_2{animation-delay: 0.6855s; -o-animation-delay: 0.6855s; -ms-animation-delay: 0.6855s; -webkit-animation-delay: 0.6855s; -moz-animation-delay: 0.6855s;}
    #circleG_3{animation-delay: 0.8785s; -o-animation-delay: 0.8785s; -ms-animation-delay: 0.8785s; -webkit-animation-delay: 0.8785s; -moz-animation-delay: 0.8785s;}
    @keyframes bounce_circleG{ 0%{} 50%{background-color: rgb(0, 0, 0);} 100%{} }
    @-o-keyframes bounce_circleG{ 0%{} 50%{background-color: rgb(0, 0, 0);} 100%{} }
    @-ms-keyframes bounce_circleG{ 0%{} 50%{background-color: rgb(0, 0, 0);} 100%{} }
    @-webkit-keyframes bounce_circleG{ 0%{} 50%{background-color: rgb(0, 0, 0);} 100%{} }
    @-moz-keyframes bounce_circleG{ 0%{} 50%{background-color: rgb(0, 0, 0);} 100%{} }


/* ###################################################################################
    Мобильное меню
   ################################################################################### */

    #fly-right-panel { display:none; padding-top:40px; border-left:2px solid #222; position:fixed; right:-100%; top:0px; height:100%; overflow-y:auto; width:80%; background: #555; z-index:3001; box-shadow: 0px 0px 50px rgb(51, 51, 51); }
    #fly-right-panel-backoff { position:fixed; left:0px; display:none; top:0px; height:100%; overflow:hidden; width:100%; background: rgba(55, 55, 55, 0.7) url(/skin/texture.png); z-index:3000; cursor:pointer; }

    #mobSearchPanel { position:absolute; top:0; left:0; width:100%; height:40px; }
    #mobSearchPanel::after { content:""; opacity:0.8; display:block; position:absolute; left:0; top:0; width:40px; height:39px; background:#606060 url(/skin/texture.png); cursor:pointer; }
    #mobSearchPanel-txt { position:absolute; left:0px; top:0px; width:100%; height:40px; background:#444; border:none; padding:0 70px 0 65px; color:#ddd; }
    #mobSearchPanel-submit { position:absolute; right:15px; top:5px; height:30px; border-radius:4px; background:#555; border:none; padding:0 15px; color:#ddd; }
    #mobSearchPanel-submit:hover { background:#4c4c4c; color:#aaa; }

    @media only screen and (max-width:1199px)
     {
        #fly-right-panel { display:block; }
     }

    #mobMenu { min-height:100%; background:#555; color:#fff; display:block; list-style:none; padding:0 10px 0 45px; margin:0; position:relative; overflow-x:hidden;  }
    #mobMenu  li { border-bottom: 1px solid #5f5f5f; display:block; list-style:none; padding:0; margin:0; float:left; width:100%; }
    #mobMenu > li > a { display:block; padding:10px 20px 12px 20px !important; margin:0; }

    #mobMenu > li ul { min-height:100%; background:#555; z-index:3100; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; overflow-x:hidden;  padding:0 10px 0 45px; position:absolute; width:100%; right:-100%; top:0; display:block; list-style:none; margin:0; }
    #mobMenu > li ul li {  }

    #mobMenu li a { color:#eee; float:left; padding:10px 10px 12px 10px; width:99%; display:block; height:100%; line-height:1.2; text-decoration:none; }
    #mobMenu li a.subMenuSplit { border-right: 1px solid #636363; width:80%; cursor:pointer; }

    #mobMenu li.active, #mobMenu li:hover, #mobMenu li:active { background:#eee; }
    #mobMenu li.active > a, #mobMenu li:hover > a, #mobMenu li:active > a { color:#222; }
    #mobMenu li.active > a.subMenuSplit, #mobMenu li:hover > a.subMenuSplit, #mobMenu li:active > a.subMenuSplit { border-right: 1px solid #b7b7b7; }

    .subMobMenuBut { float:left; width:19%; height:37px; display:block; cursor:pointer; text-align:center; line-height:36px; }
    .subMobMenuBut:hover { color:#555; }

    .subMobMenuBack { display:block; position:absolute; left:0; top:0; width:40px; height:100%; background:#606060 url(/skin/texture.png); cursor:pointer; }
    .subMobMenuBack:hover { background-color:#585858; }
    .subMobMenuBack span { font-size:20px; display:block; position:absolute; left:10px; top:13px; color:#eee }
    .subMobMenuBack:hover span { opacity:0.8; }

    .subMobMenuClose { display:block; position:absolute; left:0; top:0; width:40px; height:100%; background:#606060 url(/skin/texture.png); cursor:pointer; }
    .subMobMenuClose:hover { background-color:#585858; }
    .subMobMenuClose span { display:block; position:absolute; left:10px; top:10px; color:#eee; font-size:20px;}
    .subMobMenuClose:hover span { opacity:0.8; }


/* ###################################################################################
    Каталог товара
   ################################################################################### */

    #catNav { display:block; list-style:none; margin:0 0 20px 0; padding:0; }
    #catNav > li { display:block; padding:0; margin: 0; background: linear-gradient(90deg, #f8f8f8 0%, #f2f2f2 100%); border-radius:4px; }
    #catNav > li:hover { background: linear-gradient(90deg, #fff 0%, #e7eaec 100%); }
    #catNav > li > a { font-size:1.1em; border:1px solid #333; text-indent:-9999px; text-decoration:none; display:block; margin-bottom:10px; border-radius:4px; line-height:1; padding:20px 20px 20px 80px; background:no-repeat 10px 50%; color:#2f2f2f; min-height:38px; text-align:left; vertical-align:middle; }
    #catNav > li.active > a, #catNav > li > a:hover { text-decoration:none; box-shadow: -5px 0 5px -5px RGBA(54, 65, 64, 0.8); }

    #catNav > li > ul { display:block; list-style:none; margin:0px 0 15px 0; padding:5px; }
    #catNav > li > ul > li { display:block; padding:0; margin:4px 0; font-size: 0.9em; }
    #catNav > li > ul > li > a { text-decoration:none; display:block; line-height:1.3; color:#444; border-left:2px solid #4E4E4E; padding:5px 7px; }
    #catNav > li > ul > li.active > a, #catNav > li > ul > li > a:hover { background: rgba(185, 179, 237, 0.5); }


/* ###################################################################################
    Соцзакладки
   ################################################################################### */

    #soc-wrap { min-height:25px; text-align:right; overflow:hidden; margin:0 0 5px 0 }
    .qbut { border:none; height:24px; padding:0 9px; margin:0; background:#A8A8A8; color:#fff; border-radius:2px; font-size:13px; float:right; margin-top:5px;}
    .qbut:hover { background:#949494; }
    .ya-share2 { float:right; margin-left:4px; margin-top:5px; }


/* ###################################################################################
    Крошки
   ################################################################################### */

    #cmlex-path-parts { margin:0; padding:0; list-style:none; overflow:hidden; clear:both; min-height:25px; }
    #cmlex-path-parts li { margin:0; padding:0; float:left; background:none; }
    #cmlex-path-parts li a { display:inline-block; color:#555; text-decoration:none; border-bottom:1px dashed #999; }
    #cmlex-path-parts li a:hover { border-color:#e1e1e1; }
    #cmlex-path-parts li span.glyphicon { margin:0 7px; color:#666; font-size:0.6em; }
    #cmlex-path-parts li:last-child span.glyphicon { display:none; }
    .cmlex-path-nolink { color:#aaa; }

/* ###################################################################################
    Подразделы
   ################################################################################### */
                                                                                              
    #cmlex-subparts { margin-bottom:20px; padding: 0 0 20px 0; background: rgba(255, 255, 255, 0.55); padding:0; overflow:hidden; }
    .cmlex-subparts-item { box-shadow:0px 2px 2px -2px rgba(85, 85, 85, 0.85); background:#fff; cursor:pointer; overflow:hidden; border-radius:10px; border:5px solid #fff; margin:10px 0; box-shadow:0 0 1px #fff inset; }
    .cmlex-subparts-item * { transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
    .cmlex-subparts-image { background:#fff no-repeat 50% 50%; background-size:contain; height:120px; width:100%; }
    .cmlex-subparts-item:hover .cmlex-subparts-image { -webkit-filter: contrast(1.2); filter: contrast(1.2); }
    .cmlex-subparts-title { min-height:58px; line-height:1.1; color:#333; background:#fcfcfc url("/skin/texture.png"); display:block; padding:10px 7px; text-align:center; margin-top:3px; text-decoration:none; }
    .cmlex-subparts-item:hover { border:5px solid #C5D6E4; }
    .cmlex-subparts-item:hover .cmlex-subparts-image { -moz-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); }


/* ###################################################################################
    Боковая панель
   ################################################################################### */

    .aside-box{ background:rgba(255, 255, 255, 0.3); margin-bottom:25px; padding:0 5px; }
    .aside-box img { max-width:100% !important; height:auto !important; }
    .aside-box a img:hover { -webkit-filter: contrast(1.2); filter: contrast(1.2); }


/* ###################################################################################
    Футер
   ################################################################################### */

    #footer { padding:30px 0 10px 0; background:#f2f2f2 url(/skin/bg-foot.png); width:100%; min-height:200px; }
    #footer-wrap { padding:5px 10px 4px 10px; position:relative; }
    #footer-content {text-align:left; color:#2f2f2f; font-size:0.9em; padding:0 0 5px 0;}

    #map { background:#fff; padding-top:5px; border-top:5px solid rgb(242, 242, 242); border-bottom:5px solid #fff; margin-top:20px; }

    #lexmor { text-align:center; color:#555; border-top: 1px dotted #555; padding:0; font-size:12px; }
    #lexmor a {color:#2f2f2f; text-decoration:none; font-size:12px;}
    #lexmor a:hover {text-decoration:underline;}


/* ###################################################################################
    Карусель
   ################################################################################### */

    .slick-slider {position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
    .slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
    .slick-list:focus {outline: none;}
    .slick-list.dragging {cursor: pointer; cursor: hand;}
    .slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
    .slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
    .slick-track:before, .slick-track:after {display: table; content: '';}
    .slick-track:after {clear: both;}
    .slick-loading .slick-track {visibility: hidden;}
    .slick-slide {display: none; float: left; height: 100%; min-height: 1px; margin: 5px 0;}
    [dir='rtl'] .slick-slide {float: right;}
    .slick-slide img {display: block;}
    .slick-slide.slick-loading img {display: none;}
    .slick-slide.dragging img {pointer-events: none;}
    .slick-initialized .slick-slide {display: block;}
    .slick-loading .slick-slide {visibility: hidden;}
    .slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent;}
    .slick-arrow.slick-hidden {display: none;}

    .slick-arrow { cursor:pointer; position:absolute; left:50%; margin-left:-50px; text-indent:-9999px; width:100px; height:20px; border:none; z-index:1000 !important; outline: none; }
    .slick-arrow:hover { opacity:0.7; }
    .slick-prev { bottom:-25px;  background:no-repeat 0 -20px url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAoCAYAAAAIeF9DAAADkUlEQVRoge2bPYxUVRTH3y4EJBBJtoBECraBQgoopIECCmkg8SNxKCAxNGwiFtJAIg23wUSK0Uwck8e83XvP74+FmviRYIMFFNJogQUW0kCBCRQkGAhKgJXmrW6xMwyzd+a9Xe8vOdVM5p3zP3fuve/cc7NsiVIUxYSZvQPkwI3ScqBRFMVE1f4te5xzq4A9ks5I+lnSE0n/LGTA0/I7Z4A9zrlVVfu/LJiZmXnVzD6QdEHS/W4J6MPuS7oAHA8hbKs6riUDsAE4BHjg1iIS0NOAW+UzDgEbqo67NnjvXzKz14GPJV2VNDusJPSwWUlXSx/2NZvNNVXrMkrGJG03sxPARUkPK0jA8+whcNHMTkjanmXZWNWiRWV6evoVSe8C5yXdjjjt3JX0taQp7/2k935S0hTwVflZrATdBs4DR8xsU9V6vjDAWmA/8AlwLaIwj4DLZnbKe7+z0Wis6OaDc27ce7/TzE4BlyU9ijgQrpWx7QfWjlLbvnDOjQOvAR9KugT8HTEJv0n6NIRwoN1urxvUx3a7vS6EcCD2ICljvTQ3SJxz4zG17ZuiKDYDRyV9GXN6AO4AXwx7ejCzTcCR8ll3Ivp/t9TkaFEUm4flf9ZqtV4OIbwBfAb8HjGAv4AfgZPe+x1ZNQvomPd+B3Ay9kaj1KptZm/meb5+YA8bjcYKSbsknZb0k6THkZycBX6VdFY13WI2m801kvZJOlv6Gmsr/rjU8rSkXb3WwCzLssx7v0XSe5K+kXQv1iiR9Adgkg53Op2NI9I1Gp1OZ6Okw0N4Wb0HfGtmx7z3W/594FxxLuLf9AHww3ItU4QQtgHHyxgfRNTtBpBnEX7oKfAL8JH3fm+r1VpdtWijotVqrfbe71VZ8CyLmovSc9CE3ATOhRAOplL3fxRFMRFCOAick3RzmAn5U9L3wPtmtrXqwJcKZrbVzI4B36nPdblbQp4AV8zMhRB2O+dWVh3cUsc5tzKEsNvMHHBFXc5z5ifkOvC5mb29qD1zoi/yPF8v6S1JbUnX5ydkyns/WbWD/3fmiqMpITVhfkLSlFUBvaastKiPgEEW9bTtjUzMbW96MRyAUb4YdrVUOolcOknFxRdj6MXFOVL5fWFGXn5fiHRAVYMDql6kI9yB44tzhPs8UpNDV/9H0+TQi9QGVIM2oF6kRrmak1pJ601qtq4z6TpCzSFd2Kk36UpbjUmXPmvOcr0W/QzYHD4OjQlZuQAAAABJRU5ErkJggg=="); }
    .slick-next { top:-27px; background:no-repeat 0 0px url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAoCAYAAAAIeF9DAAADkUlEQVRoge2bPYxUVRTH3y4EJBBJtoBECraBQgoopIECCmkg8SNxKCAxNGwiFtJAIg23wUSK0Uwck8e83XvP74+FmviRYIMFFNJogQUW0kCBCRQkGAhKgJXmrW6xMwyzd+a9Xe8vOdVM5p3zP3fuve/cc7NsiVIUxYSZvQPkwI3ScqBRFMVE1f4te5xzq4A9ks5I+lnSE0n/LGTA0/I7Z4A9zrlVVfu/LJiZmXnVzD6QdEHS/W4J6MPuS7oAHA8hbKs6riUDsAE4BHjg1iIS0NOAW+UzDgEbqo67NnjvXzKz14GPJV2VNDusJPSwWUlXSx/2NZvNNVXrMkrGJG03sxPARUkPK0jA8+whcNHMTkjanmXZWNWiRWV6evoVSe8C5yXdjjjt3JX0taQp7/2k935S0hTwVflZrATdBs4DR8xsU9V6vjDAWmA/8AlwLaIwj4DLZnbKe7+z0Wis6OaDc27ce7/TzE4BlyU9ijgQrpWx7QfWjlLbvnDOjQOvAR9KugT8HTEJv0n6NIRwoN1urxvUx3a7vS6EcCD2ICljvTQ3SJxz4zG17ZuiKDYDRyV9GXN6AO4AXwx7ejCzTcCR8ll3Ivp/t9TkaFEUm4flf9ZqtV4OIbwBfAb8HjGAv4AfgZPe+x1ZNQvomPd+B3Ay9kaj1KptZm/meb5+YA8bjcYKSbsknZb0k6THkZycBX6VdFY13WI2m801kvZJOlv6Gmsr/rjU8rSkXb3WwCzLssx7v0XSe5K+kXQv1iiR9Adgkg53Op2NI9I1Gp1OZ6Okw0N4Wb0HfGtmx7z3W/594FxxLuLf9AHww3ItU4QQtgHHyxgfRNTtBpBnEX7oKfAL8JH3fm+r1VpdtWijotVqrfbe71VZ8CyLmovSc9CE3ATOhRAOplL3fxRFMRFCOAick3RzmAn5U9L3wPtmtrXqwJcKZrbVzI4B36nPdblbQp4AV8zMhRB2O+dWVh3cUsc5tzKEsNvMHHBFXc5z5ifkOvC5mb29qD1zoi/yPF8v6S1JbUnX5ydkyns/WbWD/3fmiqMpITVhfkLSlFUBvaastKiPgEEW9bTtjUzMbW96MRyAUb4YdrVUOolcOknFxRdj6MXFOVL5fWFGXn5fiHRAVYMDql6kI9yB44tzhPs8UpNDV/9H0+TQi9QGVIM2oF6kRrmak1pJ601qtq4z6TpCzSFd2Kk36UpbjUmXPmvOcr0W/QzYHD4OjQlZuQAAAABJRU5ErkJggg=="); }


/* ###################################################################################
    МОДЕЛЬ полная статья
   ################################################################################### */

    #model-one-page .image-box { width:40%; float:left; margin:0 20px 15px 0;  border:7px solid #FFF;  box-shadow:0px 2px 3px -2px #999; }
    #model-one-page .image-box img { width:100%; height:auto; }
    #model-one-page .textfull { padding:0px 7px 0 17px; }


/* ###################################################################################
    МОДЕЛЬ многостраничный раздел с вертикальными плашками
   ################################################################################### */
     
    .model-mp-vert {padding-left:15px;}
    .model-mp-vert article { height:330px; box-shadow: 0px 3px 1px -3px rgba(0, 0, 0, 0.5); line-height:1.3; background:#fff; border:2px solid #E1E1E1; cursor:pointer; position:relative; transition-property:all; transition-duration:0.2s; padding: 7px 10px 30px 10px; margin-bottom:30px;}
    .model-mp-vert article:hover { box-shadow:0px 6px 1px -3px rgba(0, 0, 0, 0.25); border-color:#aeaeae; background:#fdfdfd; transform:translateY(-3px); }
    .model-mp-vert h2 { font-size:1em; line-height:1.2; font-weight:bold; color:#000; padding:3px 0 5px 0; margin:0; }
    .model-mp-vert article hr { margin:15px 0 15px 0; border-top:1px dotted #4375C2; }
    .model-mp-vert article .textsmall { font-size: 0.8em; height: 117px; overflow: hidden; }  
    .model-mp-vert article span.link { display:block; position:absolute; bottom:5px; right:10px; color:#777; }
    .model-mp-vert article span.link:hover { color:#c00; }
    .model-mp-vert article .image-box { height:140px; border-radius: 0 0 15px 0; width:100%; margin:0 0 5px 0; background:no-repeat center center; background-size:cover; }
    .model-mp-vert .date { color: #D95850; font-size:32px; line-height: 1.1; position:absolute; left:-19px; top:-14px; width:80px; height:80px; border-radius:40px; background:#fff; text-align:center; padding-top:10px; border-top:2px solid #E1E1E1; border-left:2px solid #E1E1E1; }
    .model-mp-vert .date span { color: #555; display:block; font-size:14px; }

/* ###################################################################################
    МОДЕЛЬ многостраничный раздел с горизонтальными плашками
   ################################################################################### */

    .model-mp-horz article { margin-bottom:20px; border-bottom:1px dashed #DEDEDE; padding-bottom:25px; }
    .model-mp-horz h2 { font-size:1.4em; line-height:1.3; font-weight:bold; color:#000; padding:0; margin:0 0 10px 0; }
    .model-mp-horz img { transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s; max-width:100%; box-shadow:0px 2px 2px -2px #333; border:4px solid #fff; }
    .model-mp-horz img:hover { -webkit-filter: contrast(1.3); filter: contrast(1.3); }
    .model-mp-horz .smalltext { margin:0 0 10px 0px; font-size: 0.8em; }


/* ###################################################################################
    Товарные плашки
   ################################################################################### */

    .shop-item, .shop-item * { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
    .shop-item { min-height:390px; position:relative; background:#fff; padding:3px; margin: 20px 0 10px 0; border:1px solid #FFF; border-top: 1px solid #F8F8F8; border-radius: 3px; box-shadow: 0px 2px 2px -1px rgba(47, 47, 47, 0.55);}
    .shop-item:hover { border:1px solid #3E5796; }
    .shop-item .image { overflow:hidden; position:relative; min-height:150px; background:no-repeat 50% 50%; background-size:contain; cursor:pointer; }
    .shop-item .image img { max-width:100%; height:auto; width:100%; }
    .shop-item .image:hover img { -moz-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05); -webkit-transform:scale(1.05, 1.05); }
    .shop-item .title { padding:0 10px; min-height:65px; margin-top:10px; }
    .shop-item .title h2 { font-size:1.3em; margin:0; text-align:center; font-weight:bold; padding:0 10px; }
    .shop-item .title h2 a {display:block; color: #535b60; text-decoration:none; }
    .shop-item .title h2 a:hover { color: #C00; }
    .shop-item .price { position:absolute; left:7px; bottom:5px; font-size:1.3em; text-align: center; background: #c00;color: #fff;padding: 2px 10px;border-radius: 9px 0 9px 0;border: 2px solid #fff; }
    .shop-item .price .price-was {color:#A7A7A7; font-size:0.8em; text-decoration: line-through;}
    .shop-item .description {color:#828282; font-size:0.9em; text-align: justify; margin: 0; padding: 0;}
    .shop-item .description table tr td { padding: 6px 8px; }
    .add { text-transform: uppercase; }
    .actions { text-align:right; position:relative; padding-top:35px; }
    .actions .nds { color:#555; text-align:center; position:absolute; top:0; left:0; width:100%; }
    .actions .nds span { color:#c00; font-weight:bold; }

    #cmlex-table-options td { padding:4px; font-size:0.9em; }


    .m100 {  }


/* ###################################################################################
    Товарная карточка
   ################################################################################### */

   #cmlex-tovar-left { position:relative; }
   #cmlex-tovar-left, #cmlex-tovar-left * { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
    #cmlex-tovar-photos { min-height:250px; width:100%; max-height:100%; position:relative; border:1px solid #FFF; text-align:center; margin-bottom:10px; padding:3px; box-shadow: 0px 2px 2px -1px rgba(47, 47, 47, 0.55); background:#fff no-repeat; }
    .cmlex-tovar-photos { overflow:hidden; width:100%; border:3px solid #FFF; display:inline-block; margin:0 0 0 0; box-shadow: 0px 2px 2px -2px rgba(47, 47, 47, 0.55); background:#fff; }
    .cmlex-tovar-photos:hover,
    #cmlex-tovar-photos:hover { opacity:0.9; }
    #cmlex-tovar-photos img { max-width:100%; height:auto; width:100%; }
    .cmlex-tovar-photos img { max-width:100%; height:auto; width:100%; }
    .article { font-size:1.1em; position:absolute; right:5px; top:12px; border:2px solid #fff; padding:2px 5px; border-radius:4px; background:#ddd; color:#333; }

    #cmlex-tovar-tabs { margin-top:15px; clear:both; }
    #cmlex-tovar-tabs .nav-tabs { padding:0; margin:0; }
    #cmlex-tovar-tabs .nav-tabs > li { padding:0; background:none; }
    #cmlex-tovar-tabs .nav-tabs > li.active { margin-bottom: -1px !important; }
    #cmlex-tovar-tabs .tab-content { overflow: hidden; background: #fff; border-top: 0; border-left: 1px; border-right: 1px; border-bottom: 1px; border-color: #ddd; border-style: solid; padding: 20px 30px; }

    .cmlex-sticker { cursor:pointer; position:absolute; top:10px; left:-3px; box-shadow: 1px 2px 1px -1px rgba(51, 51, 51, 0.3), 11px 0px 12px 0px rgba(51, 51, 51, 0.3) inset; background:no-repeat left top; line-height:1; padding:4px 15px 6px 15px; font-size:16px; font-weight:400; }
    .cmlex-sticker.clicker:hover { opacity:0.7; cursor:pointer; }

    .info-tovar{ display:block; clear:both; padding:4px 0; border-top:1px dotted #ddd; border-bottom:1px dotted #ddd; margin:10px 0; font-size:0.9em;}


    #cmlex-action-one { height:50px; width:100%; position:relative; padding-top:7px; }
    .nds-one { color:#555; text-align:right; padding-right:8px; }
    .nds-one span { color:#c00; font-weight:bold; }

    .cmlex-price-card { float:right; }
    #cmlex-action-one .price { height: 40px; display:block; vertical-align: middle; line-height:1.4em; margin:5px; font-size:1.3em; text-align: center; background: #c00;color: #fff;padding: 2px 10px;border-radius: 9px 0 9px 0;border: 2px solid #fff; }
    #cmlex-action-one .price .price-was { color:#A7A7A7; font-size:0.8em; text-decoration: line-through; margin: 0 10px 0 0;}

    #cmlex-action-one button { float:right; border: 2px solid #fff !important; height: 40px; border-radius: 6px;}

    #actual_date { float:left; padding:4px 9px; border-radius:4px; margin:1px 10px 10px 0; background:rgba(192, 192, 192, 0.15); color:#333; font-size:13px; }
    #actual_date span { color:#888; }

/* ###################################################################################
    МОДЕЛЬ отзывы
   ################################################################################### */

    .model-comment { width:90%; margin-left:5%; }
    .model-comment-title { position:relative; }
    .model-comment-user { font-size:1.2em; color:#45962b; font-weight:bold; }
    .model-comment-date { color:#bbbbbb; margin-left:10px; }

    .model-comment-msg { background:#eaf3f1; float:left; width:100%; color:#072147; font-size:0.9em; font-style:italic; position:relative; box-shadow: 0px 2px 2px -2px rgba(51, 51, 51, 0.5); margin:20px 0px 25px 0px; padding:17px 20px 17px 20px; border-radius:5px; position:relative; }
    .model-comment-ugol { width:23px; height:16px; position:absolute; top:-12px; left:18px; background:url(/skin/ugol.svg) no-repeat top left; }
    .model-comment-nolink { color:#15AA94; }
    .model-comment-link { border-bottom:1px dotted #15AA94; text-decoration:none; }
    .model-comment-link:hover { border:none; text-decoration:none; }
    .model-comment-img { float:left; width:100px; padding:5px 10px 5px 0; }
    .model-comment-img img { width:100%; border-radius:2px; }
    .model-comment-img img:hover { -webkit-filter: contrast(1.2); filter: contrast(1.2);  }

    .model-comment-rating { position:absolute; top:-18px; right:0; height:15px; overflow:hidden; display:block; }
    .model-comment-rating ul { list-style:none; overflow:hidden; display:block; margin:0; padding:0; text-align:right; }
    .model-comment-rating ul li { margin:0; padding:0; width:17px; height:17px; display:inline-block; background:url(/skin/rating.png) no-repeat 0 0; }
    .model-comment-rating ul li.active { background:url(/skin/rating.png) no-repeat 0 -15px; }

    #comment-add-panel { clear:both; width:100%; overflow:hidden; margin-bottom:10px; }
    #comment-add-panel button { float:right; cursor:pointer; }
    #comment-null { font-size:1.5em; text-align:center; }

    #rating_stars_box { width:170px;display:block; overflow:hidden; padding:0; position:relative; margin: 10px auto 20px auto;}
      ul#rating_stars_list { display:block; width:100%; overflow:hidden; list-style:none; margin: 10px 0 0 5px; padding:0; float:left; }
      ul#rating_stars_list li { width:32px; height:32px; cursor:pointer; background: url(/skin/star.png) no-repeat 0 -32px; float:left; margin:0; padding:0 3px 0 0; }
      ul#rating_stars_list li.active, ul#rating_stars_list li.select  { background-position: 0 0; }
      ul#rating_stars_list:hover li.select.active  { background-position: 0 0; }
      ul#rating_stars_list:hover li.select  { background-position: 0 -32px; }

    #formComment .captcha {  float: left; width: 100px;  height: 35px; }


/* ###################################################################################
    Фотогалерея
   ################################################################################### */

    .cmlex-gallery{ display:block; clear:both; width:100%; overflow:hidden; }
    .cmlex-insert-gallery{ display:block; clear:both; width:100%; overflow:hidden; }
    .cmlex-gallery-item { min-height:110px; margin-bottom:15px; padding-top:5px; padding-bottom:5px; text-align:center; }
    .cmlex-gallery-item a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background:no-repeat 50% 50%; background-size:cover; display:block; height:120px; width:100%; border:4px solid #fff; box-shadow:0 2px 2px #777; overflow:hidden; }
    .cmlex-gallery-item a:hover { -webkit-transform: scale(1.1); transform: scale(1.1); }
    .cmlex-gallery-item img { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; height:100%; width:100%; opacity:0; }

    figcaption { display:none; }

/* ###################################################################################
    Постраничная разбивка
   ################################################################################### */

    .pagination { float:right; margin:0 !important; padding:0 !important; }
    .pagination > li.active > a { background-color: rgba(74, 74, 75, 0.75) !important; border-color: rgba(74, 74, 75, 0.75) !important; }
    .pagination > li > a { background-color: rgba(255, 255, 255, 0.7); }
    .pagination li { margin:0; padding:0; background:none; }
    .wraper-pages { margin:10px 0; text-align:center; }


/* ########################################################################################## */
/*     Блок фильтрации                                                                        */
/* ########################################################################################## */

    #subFilterClose { display:none; }

    @media only screen and (max-width:991px)
     {
        #fly-left-panel { position:fixed; left:-350px; top:0px; height:100%; overflow-y:auto; width:270px; background: #fff; z-index:3001; box-shadow: 0px 0px 50px rgb(51, 51, 51); }
        #fly-left-panel-backoff { position:fixed; left:0px; display:none; top:0px; height:100%; overflow:hidden; width:100%; background: rgba(55, 55, 55, 0.7) url(/skin/texture.png); z-index:3000; cursor:pointer; }
        #subFilterClose { display:block; position:absolute; left:280px; top:7px; font-size:20px; color:#eee; }
        #subFilterClose:hover { opacity:0.8; }
     }

    #cmlex-filter-mhead{ display:block; color:#fff; background:#2f2f2f url(/skin/texture.png); padding: 6px 10px 8px 5px; margin: 0 0 10px 0; font-weight:bold; border-radius:3px; }
    #cmlex-filter-mhead a { color:#FFBEBE; font-size:0.9em; text-decoration:none; }
    #cmlex-filter-mhead a:hover { text-decoration:none; color:#FF8F8F; }
    #cmlex-filter-panel { display:block; overflow:hidden; clear:both; margin-bottom:5px; }
    .cmlex-filter-del { margin:0 0 0 3px; cursor:pointer; padding:0; background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAuUlEQVQYlVWQOQrCYBBG5zgWKooogghapfAW4kpQBC0C4kkCSa+VIApqooWdJq1LZzzIs8jyJ1MNw5tvHiMiIuxMWHYgeCFR4Z3B0OB+RLhuoJeHbg4WbQje4LswKoezeStcZG+Fg24Opg0YV8J+WALvnKQLBxv6BQXrNfBdBSQOg6KCZk34fVIpnqMcYr/Y8ftEuG2zDo8THGwFGlokbq1gUgfPUS/YW6BXYWemTt62WUkR4bJGROQP20GwogQAU5gAAAAASUVORK5CYII=") no-repeat 50% bottom; display:inline-block; width:11px; height:11px; }
    .cmlex-filter-del:hover { opacity:0.8; }
    .cmlex-filter-group { margin: 0 0 10px 0; background: rgba(255, 255, 255, 0.4); padding: 0 0 3px; border-radius:2px; }
    .cmlex-filter-head{ font-size:0.95em; display:block; line-height:1.1; color:#36434E; background:rgb(239, 236, 215); padding:5px 10px 5px 5px; margin:0 0 7px 0; }
    .cmlex-filter-body{ font-size:0.8em; padding-left:10px; color:#555;}
    .cmlex-filter-body.cmlex-range{ padding: 10px 17px 20px 17px; }

    .cmlex-filter-body input { float:left; }
    .cmlex-filter-body label { display:block; line-height:1.5em; }
    .cmlex-filter-label { font-weight:normal; margin-left:5px; color:#3D4A56; border-bottom:1px dotted #555; text-decoration:none; cursor:pointer;}
    .cmlex-filter-label:hover { text-decoration:none; border-bottom:none; }
    .cmlex-filter-body label i { font-weight:normal; font-size:0.9em; font-style:normal; color:#A5A5A5; }

    #cmlex-filter-submit {float:right; }

    #cmlex-filter-post{float:right; display:block; overflow:hidden; width:80px; height:19px; background:#fff; color:#333; text-align:center; font-size:12px; border-radius: 2px; cursor:pointer; line-height: 19px;}
    #cmlex-filter-post:hover{ background:#EBEBEC; }

    .cmlex-filter-spoiler { display:none; width:100%; float:left; }
    .cmlex-filter-spoiler-but { outline:none; border:none; text-align:center; width:100%; height:25px; background:#fff; position:relative; cursor:pointer; }
    .cmlex-filter-spoiler-but span { outline:none; font-size:14px; background:#fff; display:block; position:absolute; top:0; left:50%; margin-left:-50px; width:100px; height:25px; line-height:22px; }
    .cmlex-filter-spoiler-but:hover span { color:#c00; }
    .cmlex-filter-spoiler-but:before { content:""; display:block; position:absolute; top:50%; left:0; width:100%; height:1px; border-top:1px dotted #777; }


/* ###################################################################################  
    Диапазон цен для фильтра
   ################################################################################### */

    .noUi-target, .noUi-target * {-webkit-touch-callout: none; -webkit-user-select: none; -ms-touch-action: none; touch-action: none; -ms-user-select: none; -moz-user-select: none; user-select: none; -moz-box-sizing: border-box; box-sizing: border-box;}
    .noUi-target {position: relative; direction: ltr;}
    .noUi-base {width: 100%; height: 100%; position: relative; z-index: 1;}
    .noUi-connect {position: absolute; right: 0; top: 0; left: 0; bottom: 0;}
    .noUi-origin {position: absolute; height: 0; width: 0;}
    .noUi-handle {position: relative; z-index: 1;}
    .noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;}
    .noUi-state-drag * {cursor: inherit !important;}
    .noUi-base, .noUi-handle {-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
    .noUi-horizontal {height: 18px;}
    .noUi-horizontal .noUi-handle {width: 34px; height: 28px; left: -17px; top: -6px;}
    .noUi-vertical {width: 18px;}
    .noUi-vertical .noUi-handle {width: 28px; height: 34px; left: -6px; top: -17px;}
    .noUi-target {background: #FAFAFA; border-radius: 4px; border: 1px solid #D3D3D3; box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;}
    .noUi-connect {background: #3FB8AF; box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45); -webkit-transition: background 450ms; transition: background 450ms;}
    .noUi-draggable {cursor: w-resize;}
    .noUi-vertical .noUi-draggable {cursor: n-resize;}
    .noUi-handle {border: 1px solid #D9D9D9; border-radius: 3px; background: #FFF; cursor: default; box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;}
    .noUi-active {box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;}
    .noUi-handle:before, .noUi-handle:after {content: ""; display: block; position: absolute; height: 14px; width: 1px; background: #E8E7E6; left: 14px; top: 6px;}
    .noUi-handle:after {left: 17px;}
    .noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {width: 14px; height: 1px; left: 6px; top: 14px;}
    .noUi-vertical .noUi-handle:after {top: 17px;}
    [disabled] .noUi-connect {background: #B8B8B8;}
    [disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {cursor: not-allowed;}
    .noUi-pips, .noUi-pips * {-moz-box-sizing: border-box; box-sizing: border-box;}
    .noUi-pips {position: absolute; color: #999;}
    .noUi-value {position: absolute; text-align: center;}
    .noUi-value-sub {color: #ccc; font-size: 10px;}
    .noUi-marker {position: absolute; background: #CCC;}
    .noUi-marker-sub {background: #AAA;}
    .noUi-marker-large {background: #AAA;}
    .noUi-pips-horizontal {padding: 10px 0; height: 80px; top: 100%; left: 0; width: 100%;}
    .noUi-value-horizontal {-webkit-transform: translate3d(-50%, 50%, 0); transform: translate3d(-50%, 50%, 0);}
    .noUi-marker-horizontal.noUi-marker {margin-left: -1px; width: 2px; height: 5px;}
    .noUi-marker-horizontal.noUi-marker-sub {height: 10px;}
    .noUi-marker-horizontal.noUi-marker-large {height: 15px;}
    .noUi-pips-vertical {padding: 0 10px; height: 100%; top: 0; left: 100%;}
    .noUi-value-vertical {-webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); padding-left: 25px;}
    .noUi-marker-vertical.noUi-marker {width: 5px; height: 2px; margin-top: -1px;}
    .noUi-marker-vertical.noUi-marker-sub {width: 10px;}
    .noUi-marker-vertical.noUi-marker-large {width: 15px;}
    .noUi-tooltip {display: block; position: absolute; border:none; color: #000; padding: 0px 5px; font-size:0.8em; text-align: center;}
    .noUi-horizontal .noUi-tooltip {-webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); left: 50%; bottom: -18px;}
    .noUi-vertical .noUi-tooltip {-webkit-transform: translate(0, -50%); transform: translate(0, -50%); top: 50%; right: 120%;}


/* ###################################################################################
    ФОТО галерея
   ################################################################################### */

    .pswp {display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; -ms-touch-action: none; touch-action: none; z-index: 11500; -webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden; outline: none;}
    .pswp * {-webkit-box-sizing: border-box; box-sizing: border-box;}
    .pswp img {max-width: none; }
    .pswp--animate_opacity {opacity: 0.001; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);}
    .pswp--open {display: block;}
    .pswp--zoom-allowed .pswp__img {cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
    .pswp--zoomed-in .pswp__img {cursor: -webkit-grab; cursor: -moz-grab; cursor: grab;}
    .pswp--dragging .pswp__img {cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing;}
    .pswp__bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; -webkit-backface-visibility: hidden; will-change: opacity;}
    .pswp__scroll-wrap {position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
    .pswp__container, .pswp__zoom-wrap {-ms-touch-action: none; touch-action: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
    .pswp__container, .pswp__img {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}
    .pswp__zoom-wrap {position: absolute; width: 100%; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);}
    .pswp__bg {will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);}
    .pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {-webkit-transition: none; transition: none;}
    .pswp__container, .pswp__zoom-wrap {-webkit-backface-visibility: hidden;}
    .pswp__item {position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden;}
    .pswp__img {position: absolute; width: auto; height: auto; top: 0; left: 0;}
    .pswp__img--placeholder {-webkit-backface-visibility: hidden;}
    .pswp__img--placeholder--blank {background: #222;}
    .pswp--ie .pswp__img {width: 100% !important; height: auto !important; left: 0; top: 0;}
    .pswp__error-msg {position: absolute; left: 0; top: 50%; width: 100%; text-align: center; font-size: 14px; line-height: 16px; margin-top: -8px; color: #CCC;}
    .pswp__error-msg a {color: #CCC; text-decoration: underline;}


    .pswp__button {width: 44px; height: 44px; position: relative; background: none; cursor: pointer; overflow: visible; -webkit-appearance: none; display: block; border: 0; padding: 0; margin: 0; float: right; opacity: 0.75; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; -webkit-box-shadow: none; box-shadow: none;}
    .pswp__button:focus, .pswp__button:hover {opacity: 1;}
    .pswp__button:active {outline: none; opacity: 0.9;}
    .pswp__button::-moz-focus-inner {padding: 0; border: 0;}
    .pswp__ui--over-close .pswp__button--close {opacity: 1;}
    .pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {background: url(/skin/photoswipe/default-skin.png) 0 0 no-repeat; background-size: 264px 88px; width: 44px; height: 44px;}
    @media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx)
    {
      .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {background-image: url(/skin/photoswipe/default-skin.svg);}
      .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {background: none;}
    }
    .pswp__button--close {background-position: 0 -44px;}
    .pswp__button--share {background-position: -44px -44px;}
    .pswp__button--fs {display: none;}
    .pswp--supports-fs .pswp__button--fs {display: block;}
    .pswp--fs .pswp__button--fs {background-position: -44px 0;}
    .pswp__button--zoom {display: none; background-position: -88px 0;}
    .pswp--zoom-allowed .pswp__button--zoom {display: block;}
    .pswp--zoomed-in .pswp__button--zoom {background-position: -132px 0;}
    .pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {visibility: hidden;}
    .pswp__button--arrow--left, .pswp__button--arrow--right {background: none; top: 50%; margin-top: -50px; width: 70px; height: 100px; position: absolute;}
    .pswp__button--arrow--left {left: 0;}
    .pswp__button--arrow--right {right: 0;}
    .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {content: ''; top: 35px; background-color: rgba(0, 0, 0, 0.3); height: 30px; width: 32px; position: absolute;}
    .pswp__button--arrow--left:before {left: 6px; background-position: -138px -44px;}
    .pswp__button--arrow--right:before {right: 6px; background-position: -94px -44px;}
    .pswp__counter, .pswp__share-modal {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
    .pswp__share-modal {display: block; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: 0; left: 0; padding: 10px; position: absolute; z-index: 11600; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; -webkit-backface-visibility: hidden; will-change: opacity;}
    .pswp__share-modal--hidden {display: none;}
    .pswp__share-tooltip {z-index: 11620; position: absolute; background: #FFF; top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); -webkit-transition: -webkit-transform 0.25s; transition: transform 0.25s; -webkit-backface-visibility: hidden; will-change: transform;}
    .pswp__share-tooltip a {display: block; padding: 8px 12px; color: #000; text-decoration: none; font-size: 14px; line-height: 18px;}
    .pswp__share-tooltip a:hover {text-decoration: none; color: #000;}
    .pswp__share-tooltip a:first-child {border-radius: 2px 2px 0 0;}
    .pswp__share-tooltip a:last-child {border-radius: 0 0 2px 2px;}
    .pswp__share-modal--fade-in {opacity: 1;}
    .pswp__share-modal--fade-in .pswp__share-tooltip {-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
    .pswp--touch .pswp__share-tooltip a {padding: 16px 12px;}
    a.pswp__share--facebook:before {content: ''; display: block; width: 0; height: 0; position: absolute; top: -12px; right: 15px; border: 6px solid transparent; border-bottom-color: #FFF; -webkit-pointer-events: none; -moz-pointer-events: none; pointer-events: none;}
    a.pswp__share--facebook:hover {background: #3E5C9A; color: #FFF;}
    a.pswp__share--facebook:hover:before {border-bottom-color: #3E5C9A;}
    a.pswp__share--twitter:hover {background: #55ACEE; color: #FFF;}
    a.pswp__share--pinterest:hover {background: #CCC; color: #CE272D;}
    a.pswp__share--download:hover {background: #DDD;}
    .pswp__counter {position: absolute; left: 0; top: 0; height: 44px; font-size: 13px; line-height: 44px; color: #FFF; opacity: 0.75; padding: 0 10px;}
    .pswp__caption {position: absolute; left: 0; bottom: 0; width: 100%; min-height: 44px;}
    .pswp__caption small {font-size: 11px; color: #BBB;}
    .pswp__caption__center {text-align: left; max-width: 420px; margin: 0 auto; font-size: 13px; padding: 10px; line-height: 20px; color: #CCC;}
    .pswp__caption--empty {display: none;}
    .pswp__caption--fake {visibility: hidden;}
    .pswp__preloader {width: 44px; height: 44px; position: absolute; top: 0; left: 50%; margin-left: -22px; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; will-change: opacity; direction: ltr;}
    .pswp__preloader__icn {width: 20px; height: 20px; margin: 12px;}
    .pswp__preloader--active {opacity: 1;}
    .pswp__preloader--active .pswp__preloader__icn {background: url(/skin/photoswipe/preloader.gif) 0 0 no-repeat;}
    .pswp--css_animation .pswp__preloader--active {opacity: 1;}
    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {-webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite;}
    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;}
    .pswp--css_animation .pswp__preloader__icn {background: none; opacity: 0.75; width: 14px; height: 14px; position: absolute; left: 15px; top: 15px; margin: 0;}
    .pswp--css_animation .pswp__preloader__cut {position: relative; width: 7px; height: 14px; overflow: hidden;}
    .pswp--css_animation .pswp__preloader__donut {-webkit-box-sizing: border-box; box-sizing: border-box; width: 14px; height: 14px; border: 2px solid #FFF; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; position: absolute; top: 0; left: 0; background: none; margin: 0;}
      @media screen and (max-width: 1024px) { .pswp__preloader {position: relative; left: auto; top: auto; margin: 0; float: right;} }
      @-webkit-keyframes clockwise { 0% {-webkit-transform: rotate(0deg); transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg); transform: rotate(360deg);} }
      @keyframes clockwise { 0% {-webkit-transform: rotate(0deg); transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg); transform: rotate(360deg);} }
      @-webkit-keyframes donut-rotate { 0% {-webkit-transform: rotate(0); transform: rotate(0);} 50% {-webkit-transform: rotate(-140deg); transform: rotate(-140deg);} 100% {-webkit-transform: rotate(0); transform: rotate(0);} }
      @keyframes donut-rotate { 0% {-webkit-transform: rotate(0); transform: rotate(0);} 50% {-webkit-transform: rotate(-140deg); transform: rotate(-140deg);} 100% {-webkit-transform: rotate(0); transform: rotate(0);} }
    .pswp__ui {-webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 11550;}
    .pswp__top-bar {position: absolute; left: 0; top: 0; height: 44px; width: 100%;}
    .pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {-webkit-backface-visibility: hidden; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);}
    .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {visibility: visible;}
    .pswp__top-bar, .pswp__caption {background-color: rgba(0, 0, 0, 0.5);}
    .pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {background-color: rgba(0, 0, 0, 0.3);}
    .pswp__ui--idle .pswp__top-bar {opacity: 0;}
    .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {opacity: 0;}
    .pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {opacity: 0.001;}
    .pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {display: none;}
    .pswp__element--disabled {display: none !important;}
    .pswp--minimal--dark .pswp__top-bar {background: none;}


/* ########################################################################################## */
/*     Корзина                                                                                */
/* ########################################################################################## */
      #cmlex-cart-page { padding:0 15px; }

      #cmlex-cart-table { white-space:nowrap; width:100%; background:rgba(255, 255, 255, 0.78); border: 9px solid #fff; border-radius:5px; }
      #cmlex-cart-table .heading-td { white-space:normal; }
      #cmlex-cart-table th { background:#11497C url(/skin/texture.png); line-height:0.9em; border:2px solid #fff; font-weight:bold; color:#fff; padding:0 7px; height:50px; text-align:center; vertical-align:middle;}
      #cmlex-cart-table.cmlex-mini-cart-table th { height:45px; }
      #cmlex-cart-table td { color:#333; font-size:1em; line-height:1.2; padding:5px 7px 5px 7px; border:none; border-bottom:1px dashed #d8d9da; height:45px; vertical-align:middle; text-align:center; }
      #cmlex-cart-table td a { color:#333; }
      #cmlex-cart-table td input.cart_count { margin-top:-10px; font-size:1em; padding:2px 0; width:40px; border-radius:3px; border:1px solid #D0D0D0; color:#333; vertical-align:middle; text-align:center; display:inline-block; }
      #cmlex-cart-table .but_val { cursor:pointer; font-size:1.1em; color:#777; top: -2px; }
      #cmlex-cart-table .but_val:hover { color:#c00; }
                        .cart_but_del { font-size:1.3em; cursor:pointer; color:#C00; }
                        .cart_but_del:hover { color:#F00; }
      #cmlex-cart-table.cmlex-mini-cart-table .but_val { font-size:1.1em; }

      #cmlex-cart-table .cart_sum_td { font-weight:bold; color:#900; }
      #cmlex-cart-table .cart_pay_td { font-weight:bold; color:#c00; font-size:1.5em; line-height: 1.5em }

      .modal-body #cmlex-cart-table td { border:none; }
      .modal-body #cmlex-cart-table th { font-weight:normal; white-space:nowrap; font-size:1em;}

      #cart-suma td { border-bottom:2px solid #777; }
      #cart-promo-lable, #cart-delivery-lable, #cart-pay-lable { text-align:right !important; white-space:normal !important; }

      #order-aside { font-size:1.1em; line-height:1.4;}
      #order-aside .label { white-space:nowrap; }
      #order-aside p { margin:10px 0; }
      #order-aside-info { padding:5px; background:rgba(209, 209, 209, 0.3); border-bottom: 2px solid #fff; border-radius: 3px; }

      #cart-button-clear {cursor:pointer; margin:0; }
      #cart-button-clear:hover{ opacity:0.5; }

      #cart-button-panel { margin-top:25px; }
      #cart-button-order { font-size:1.1em; float:right; padding: 10px 20px 12px 20px; }
      #cart-button-back { font-size:1.1em; float:left; padding: 10px 20px 12px 20px; }


      #order-check { background: rgba(255, 255, 255, 0.6); border-radius:5px; padding:15px 0; overflow:hidden; }
      #order-check-table { float: right; }
      #order-check-table tr td { font-size:1em; line-height:1.2; text-align:right; padding:7px 10px; white-space:nowrap; }
      #order-check-table tr td .rur { color:#999; }
      #order-check-table tr td:first-child { font-size:1em; line-height:1; text-align:right; width:70%; white-space:normal; }
      #order-check-total-tr td { font-weight:bold; font-size:1.2em !important; }
      #order-check-total { color:#900; }
      #order-check-region-null-tr td, #order-check-delivery-tr td { font-size:0.9em !important; color:#900; }

      #minicart-color{ display:inline-block; width:15px; height:15px; float:left; }
      #minicart-size{ display:inline-block; float:left; margin-left:5px;}

      #minicart-price, #minicart-total { white-space:nowrap; }

      #cmlex-modal-cart-title { font-size:18px; }

      #minicart-all-count { font-size:1em; color:#fff; font-weight:bold; }
      #minicart-all-price { font-size:1em; color:#900; font-weight:bold; }

      .cart-form-order { border-right:1px dotted #b9b9b9; }

      #cart-td-promo{ background:#6DABBA; padding:4px; float:right; overflow:hidden; border-radius:4px; margin:10px 0; }
      button#cart-td-promo-button { float:left; border:none; line-height:1; background:none; padding:1px 10px 6px 10px; color:#fff; margin:0 7px 0 0; cursor:pointer; border-radius:4px; font-size:14px;}
      button#cart-td-promo-button:hover { background:#3499B2; }
      input#promo-code { box-shadow:inset 1px 1px 1px rgba(51, 51, 51, 0.23); float:right; border:1px solid #eee; letter-spacing:1px; background:#fff; font-size:22px; color:#555; height:35px; line-height:35px; text-align:center; width:120px; padding:0 10px; border-radius:3px; }

      #cart-td-bonus{ background:#45962b; padding:4px; float:right; overflow:hidden; border-radius:4px; margin:10px 0; }
      #cart-td-bonus-info { float:right; margin:20px 15px 20px 0; }
      #cart-td-bonus-info .label { font-size:1.1em; }
      button#cart-td-bonus-button { float:left; border:none; line-height:1; background:none; padding:1px 10px 6px 10px; color:#fff; margin:0 7px 0 0; cursor:pointer; border-radius:4px; font-size:14px;}
      button#cart-td-bonus-button:hover { background:#3F8627; }
      input#bonus-val { box-shadow:inset 1px 1px 1px rgba(51, 51, 51, 0.23); float:right; border:1px solid #eee; letter-spacing:1px; background:#fff; font-size:22px; color:#555; height:35px; line-height:35px; text-align:center; width:120px; padding:0 10px; border-radius:3px; }

      #bonus-pay-tr,  #bonus-pay-tr td { white-space: normal; color:#888; font-weight:normal; font-size:0.9em; }
      #bonus-pay-tr .label { font-size:1em; }
      #bonus-pay { border:1px solid #cbcbcb; color:#56AC56; font-size:1.2em; text-align:center; height:40px; border-radius:4px; width:100%; }

      #address-box { background:rgba(236, 230, 225, 0.6); padding:10px; margin-bottom:20px; border-left:2px solid #900; border-radius: 4px; }
      #address-wrap { display:none; }
      #address-box label { line-height:1em; font-size:0.8em; text-align:right; padding: 5px 0px; padding-left:10px;}
      #address-box .form-control { margin-bottom:5px; }
      #order-info-text { font-size:0.7em; color:#700; }

      #shop-wrap {  }
      #shop-box { background:rgba(236, 230, 225, 0.6); padding:10px; margin-bottom:20px; border-left:2px solid #900; border-radius: 4px; }
      #shop-box label { line-height:1em; font-size:0.8em; text-align:right; padding: 5px 0px; padding-left:10px;}
      #shop-box .form-control { margin-bottom:5px; }

      #limit-order { line-height:1.2em; }


/* ########################################################################################## */
/*     Ф О Р М А   О Б Р А Т Н О Й  С В Я З И                                                 */
/* ########################################################################################## */

    .form-group textarea{ resize: vertical; min-height:120px; }
    .form-group input.error, .form-group textarea.error, .form-group select.error { border:2px solid #f00; }

    .ajax-wrap { text-align:center; padding:50px 10px; }
    .ajaxSubmit { float:right; margin: 7px 0; }

    .model910 .form-group { margin-bottom:7px; display:block; float:left; width: 100%;}
    .attach_info { padding-left:30px; font-size:0.8em; line-height:1.2; color:#777; }
    #attach_name { padding:0 0 0 30px; color:#777; font-size:0.8em; min-height:25px; background: no-repeat 0 0 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEmklEQVRIic2Ty09cZRyGx7hpTNz4Z3Rt3JmwcKWpiTGzcVeqoYuCThoNktLE2EWxaWMv1F6sKQ61yAKHWi4zzAAzwHSAXigt0VosbWHOnNt37vc583tdzGHKdNgYjfFLvuV5nzfP955Y7P92DiTib5y72ts1MHLs8vlk74nOzz9+OxaLvfqvhB/rS7xVWLtcuVn8lv8u2ZsdSH21PPvojH/iwuH+tra2Pf8ovL39/ddnH5x/fubKl1PxeHxvW1vbnn379r12sKv9g/EHx83DRw8kYrHYK7t+PDQ01JnL5ZK5XC6ZzWZ3vePT17P5tUs0PDw8nU6nBzOZTDKdySQnJiYG84s3n43PDPNj4+PX0ul0Mp1OJzs6Ot5sAEqlUorqB7VajaKLsFajMAwpDEM85hcoe/cHMgwDjmvRw3IGi09+pvWtVXIcF67rkut65LouOY6LRCKx/2UAanUAarUawrCGMAwRhiGq1Sp+L+cxdfd7mKaJ+5vjGL39DcYWL+HGw6+x8WwdruvCcV04jgPbdloBjdb1xhQFU7VapSAIsLY1TZN3LpJhGMg/vkLpW9cgM0YjD4/Q8moBjuOQ7Thk2zZZto2urq5mQBjWKGpMUTCCejgFQYAHm1M0ttxPuq4j9+gCZRavQ9N1Grr/BZVWZhAFk2VZZFrWboAQ1UhHtVpFEAQIggC+H8D3faw8n8SNpdPQNA3p385isjQIVdPw493PULyXg2VZMC0LpmnCMM1mQLFYTDVaB/XWfhDA933yfJ88z8Odp2M0UjpJqqrh5topGisOQFFVurx0kObvTME0TTJMkwzDIF03WgFBU2sfvu/D8zx4ngfXdbH05AaGi31QFBW/rB7H6PwVMEVB/612FG6nYRgmdMOApuvQNL0ZsLCwkAqCgCId5Hn11jtnV1wfoWtzx4gpCqZWBilXGgVjjE7NfUSzyxPQdZ00XSdV00hVtVZApAOe523vGY7jkuM4ZNsO5v4YpquzvSQzBk3TSdU0yIzR8dkPaXpxDFEwKapKTFGbAfPz8ynP8+BGOhp7dhzYtg3LsrG0nsa5Qgf+3FiHbhjQdQMrG3M4mnkXpdsLUFQViqKCKQpkprQCdraO9ozG7EwLgiTQxYVP6WzhICZXB2jk3mkczb5H/aNHaKtcBlMUkplCssxIkuVWQKQDtu1Ee7ZhWhaZpknRA9LTzQ36qXASfRP7qe/XT3B98gI92dggmSmQGSNJZiRJMomS1AwoFOZTtv1CR33PFgzThBHp2F4HYwrKHIcyx0GSZciMQZIZJEmGKEkQRAmCIDYD8oVCyrJssurB0Z7rrTVdJ03ToWr1B4w811vXdZAoyRBEiQRBJF4QqcILLwHy+VQUDMMwSY9+lmgtpKoaFEUlpijEXgRDlGQSRYkEUUQUTBWeJ67CtwK2f5RtHaqmQVU1KKoKpqhgdc8tOnhBBM8LqPA8uAqPMldBmeNwaCdgZiaf0nWDIs/be260joIbDxjpAC8IVOEF4io8OK5CZa5CW2WONrfKOHRoB6Czs/Odnp6exN+53T09ie7unkR3d/euNx6P7439F+cvRijHMfhb6QcAAAAASUVORK5CYII="); }
    .attach_err.error { display:block !important; color:#900; }

    .form-info { font-size:0.8em; color:#777; margin:10px 0; }
    .form-error { display:none; font-size:0.8em; color:#700; margin:10px 0 5px 0; }
    .form-error.error { display:block !important; }
    .form-after-post { display:none; text-align:center; padding:40px 20px; }


/* ##########################################################################################
      Д О П О Л Н И Т Е Л Ь Н О
   ########################################################################################## */

    .wrap-float { width:100%; overflow:hidden; clear:both; margin:5px 0; }
    .clear { display:block; clear:both; width:100%; overflow:hidden; margin:0; padding:0; }

    .responsive-map-iframe { width: 100% !important; }

    .cmlex_root_editor span { opacity:0.8; text-decoration:none; color:#555; border: 1px dotted rgba(55, 55, 55, 0.55); padding: 4px; font-size: 70%; border-radius: 4px; }
    .cmlex_root_editor:hover span { opacity:1; text-decoration:none; border-color:#900; color:#c55; }

    .rur:after { content:"p"; vertical-align:baseline; font-family:ruble,Tahoma,Arial,monospace; display:inline; }
    .price .rur:after { color:#a7a7a7; }

    .uah { vertical-align:baseline; margin-left:3px; display:inline; font-size:0.9em; }

    .cmlex_iGallery { display:block; clear:both; width:100%; box-sizing:border-box; padding:5px; border:1px dashed #900; margin:5px 0; text-align:center; height:80px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAG60lEQVR4nO2ba4hVVRTH95SmmGklZflIY2Ku451zzl7rv84cR6c4llFWWFRT2YMiypLoXaZU9DAxIQrzEb1EwoqoEHpQFKUiUUbQQ4oeUGn1obIaKktLxz7MuXLcs+/cc8491zsztGB9mb3u2nv99uPsvdceFQTBOGZ+jJn/BLCnLyozdxHRmwCmq7yFmR+rd4ApQPwQhuGgvAH02Z63qe/7M3IFUO+AMuhZ+wNAZx/Rf+oBoDPXCqoQAKv/B/A/ADsAIvIArCOiZcw8x3GctmnTph2SpZJ+CcB13SlmGTN3MfO3zPyyiMxTSg1JUkmuADo6Og4EMElEWgEMq8ZXWgAWIF86jnNYpUpyARCG4VCt9X0AtscasFtEXvJ9f3wWn9UCALCHiGZVqiQPAAcA2NhLQzqbm5sn1AnATTUHAOD6BI15I08AYRgOFZGQiK6NzjLvMvNOi/3pNQdARO8n6Y2mpqaxeQEoY7/VtK848nIA0MDMfyQBICKnpXGcBkAQBCMstr8rpRoqVVIVAADDmLkrCQCt9WUpfScG4DhOm2nLzO8mqSSPNeCLJACY2U3pNzEArfWVFtvHk1RSNQBmXpMg+D87OjoOTOM3DQAASy221yepJI8RcF2CEbAug9/EAJj5LdPWdd0Tk1RSNYBisTgcwJZeer/LcZwT0vpNCeBH07axsfHIyE87gAutX4Q8AEQNOLUcABFZnsVnUgBEdIQF+k8xP4/E/v49Mz8nItNyBRA15AVLQ34tFovDawkAwHSL3duxctsudRczz8kVAIAHLAC+qsJf0hFwrcXu4ZifTtvIJKI3cwNQKBTGAPjQ5i/t5y8tABF51AJ+jlJK+b4/vtzUBPBJ1QCiwJcC+LtcRcy8G8DzALgWAIjoHdPO9/2pSinV1tZ2OBHdBmCzxdfqzAAKhcIYIlrWW+A2FZHXALTnCcA2xIMgGGHYPGPxdUUmAL7vTwXwS5rALbogDwBBEIyz2Gy1+PrOtHNdt5AaAIBGAH9VGXxpNFxVLYAyn99X4zbNzc0TLDY/lypJC2BhHsFH+km1AADcYtporZfEbbTWF1n8rM0KwNaorJqlLhNADxsiusSwecTi5+YBAYCZPzBtPM8jw89mi58gK4CVyC/1taVKAAeg53q0KwzDoSUDx3EOs9xX/AVgcCYA+1MqAWDm4yzlXxg+TrfYrIsb9FsAAM4yy0XkRcPHYouPhXGDfQqZeQeA+/uIbu4NABHdYZYT0T0GgB4HIc/zTikLoB9oHMCzlvKOWPxDog6Nd/DufXaJfSCgzADKjJBJsfJ2S/mH5jyrd0CZAAAYDOMBBTPviL8hAjDf/D0RLRsQAIhoslnGzB8Zsb1i2nied96AAFAmPb4mFloDM/9q2hQKhTEDFgCA+aW4XNdtsZR/rUxJmtXpK1pKd9sAeJ53RikuIrra8tunegCIXmDWPbCE+ndra+sopewnPK31xFjH9kjWlK7JzCkwnZl/6APBVQxea31XrN0rjeD+ULFEKDN/axkBk3sAUEqpMAwH+b4/A91byz6nRDSr1PPRqJ1sbnAAvFcqL3NL9IuqlCnuDxIF/6klwCdKNiIy2ywXkZdq0iAAxwAIXNedUkuN5vxKS8+XdG8ilJlXWADMqwkApbqvnh3HOQHAXGZeISIbUP2laSp1XfekGICPzfLSNXnVAmCS67rHqgTzCcDRInKyiNxIRE8C2JT0NUlabWlpGR3VOTLKQ+yzgBaLxYNyAUBE6xGtugA2AXhCa32D7/szisXiUQlcNGitJ3qedwaA+cy8hpk/6mVoJ9GfY+2baRn+G3IJHt0HkEpX4tuIaL2ILI82I+1a60Mr+Y49sDxXRO6OEq2fA9iVAMDePKCILLIAWJQLAK21ztpLUVr6dXQnUC9lZiDZS9IhRORFi+BiZn6Zmb+JnsXuBLAxfr6P1h/z+z8zFwBNTU1j85y3zLybmb8CsBbAQmY+3/O8IkoXlr1IsVgcHr/8jP52EIxUXbQejMwFgFJKRfO+1qv6PwA2E9GzInK7iJwJoFGVWXhHjx59sIg8FIE0IX+cW/BK7aW8kJk/q8NBajsRvS8iq7TWt2qtr4lS4z0eSMYArMgVQFxaW1tHEdEsrfUSInqnzFPVuqqIzK4ZAFPCMBzquu7xABYAeJWZf6s3gKwv1fOSBgAOEV0dfe97nNBqrL1mnuoiQRCMI6ILRGR5tAEyd2156tP1jreiBEEwwvO8U9Cddl+HnN4eRDq33vGlFnTvNgMANwNYy8w/ZQXgum5LvePJRVzXLRDR5SKyipm/TAhgmxoIFyA2aWxsPJKZz9ZaPxj9s8a/JgBmvrje7dxvAmAYul+L3gngXiI6J+lv/wO9+xmdWVGmAwAAAABJRU5ErkJggg==") no-repeat center center; }

    img.hover:hover { opacity:0.8; }

/* ##########################################################################################
     Спойлер
   ########################################################################################## */

    .cmlex_insert_spoiler { display:none; }
    .cmlex_insert_spoiler_but { display:block; margin: -9px 0 15px 0; text-align:left; }
    .cmlex_insert_spoiler_but span { cursor:pointer; color:#C93535; border-bottom: 1px dotted #C93535; text-decoration: none; display:inline; padding: 1px 0; }
    .cmlex_insert_spoiler_but span:hover { border-bottom: 1px dotted #FFF; }


/* ##########################################################################################
     Поиск
   ########################################################################################## */

    #cmlex-mod-srh-text{ width:70%; margin-left:10px; color:#555; padding:3px 7px 3px 5px; }
    #cmlex-mod-srh-submit { padding: 3px 10px 3px 10px; }
    #cmlex-search-opt { padding:10px 0 20px 20px;}
    #cmlex-search-opt label { color:#777; }
    .cmlex-search-mod-part { font-weight:bold; font-size:13px; padding: 5px 0 10px 0; display: block; clear: both;}
    #cmlex-search-mod-result ul li { clear:both; list-style:none; background:none;}
    #cmlex-search-mod-result ul li img { padding: 0 0 10px 0; float:left; }
    #cmlex-search-mod-result ul li span, #cmlex-search-mod-result ul li div { color:#999; font-size:11px; }
    #cmlex-search-mod-error { padding: 50px 0 0 20px; font-size:16px; color:#700; }
    #cmlex-search-mod-result ul li a { font-size:14px; }

    #cmlex-mini-srh-wrap { background:#36333E; padding:2px; margin: 0px 0 15px 0;position: relative; border-radius: 4px; }
    #cmlex-mini-srh-text { background:#fff; font-size:16px; width:100%; color:#36333E; padding:9px 31px 9px 5px; border:1px solid #fff; border-radius:3px; }
    #cmlex-mini-srh-submit { background:#36333E; color:#fff; cursor:pointer; position:absolute; border:none; right:2px; top:2px; height:45px; width:40px; }
    #cmlex-mini-srh-submit:hover { opacity:0.8; }


/* ###################################################################################
    Форматирование UI
   ################################################################################### */

    .modal-header { min-height: 16px; padding: 12px 15px; border-bottom: 1px solid #E5E5E5; background: #f7f7f7; border-radius: 6px 6px 0 0; font-weight:bold; color: #6F6F6F; font-size: 1.2em; }
    .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #E5E5E5; background: #f9f9f9; border-radius: 0 0 6px 6px; }
    .dropdown-menu { left:auto; right:0; }

    .modal-open .modal { z-index:8000; }
    .modal { color:#555; }
    .modal-body { padding:0; }
    .modal-footer { padding:7px 3px; }
    .btn { margin:5px !important; }


/* ###################################################################################
    owl-carousel
   ################################################################################### */

    .owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1;}
    .owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden;}
    .owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
    .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);}
    .owl-carousel .owl-item {position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}
    .owl-carousel .owl-item img {display: block; width: 100%;}
    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: none;}
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {background: none; color: inherit; border: none; padding: 0 !important; font: inherit;}
    .owl-carousel.owl-loaded {display: block;}
    .owl-carousel.owl-loading {opacity: 0; display: block;}
    .owl-carousel.owl-hidden {opacity: 0;}
    .owl-carousel.owl-refresh .owl-item {visibility: hidden;}
    .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
    .owl-carousel.owl-grab {cursor: move; cursor: grab;}
    .owl-carousel.owl-rtl {direction: rtl;}
    .owl-carousel.owl-rtl .owl-item {float: right;}
    .no-js .owl-carousel {display: block;}
    .owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
    .owl-carousel .owl-animated-in {z-index: 0;}
    .owl-carousel .owl-animated-out {z-index: 1;}
    .owl-carousel .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut;}
    @-webkit-keyframes fadeOut {
      0% {opacity: 1;}
      100% {opacity: 0;}
    }
    @keyframes fadeOut {
      0% {opacity: 1;}
      100% {opacity: 0;}
    }
    .owl-height {transition: height 500ms ease-in-out;}
    .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
    .owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; transform-style: preserve-3d;}
    .owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000;}
    .owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease;}
    .owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3);}
    .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none;}
    .owl-carousel .owl-video-tn {opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease;}
    .owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%;}

    .owl-nav { position: absolute; top: -28px; right: 0px; }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { background: #ccc; cursor:pointer;
    padding: 0px 10px 3px 10px !important;
    margin-left: 4px;
    line-height: 20px;
    border-radius: 3px; }

    .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover { background: #999; }
    .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled { background: #eee; }

/* ###################################################################################
    Блок адаптации
   ################################################################################### */

    @media only screen and (max-width: 1199px)
    {
         #cmlex-sort-select { margin:0 auto; }
         .pagination { float:none; margin:10px 0 0 0 !important;}
         .is_stuck #up { bottom:10px; height:32px; }
    }

    @media only screen and (max-width:991px)
    {
         .info-tovar {font-size:12px;}
         #cart-header { top:auto; bottom:16px; right:110px; }
         .pluso { float:left; }

         .is_stuck #up { left:150px; bottom:1px; height:41px; }

         .bx-controls-direction { display:none !important; }
          #top-wraper.small { height:auto; }
         #top-container { text-align:center; min-height:150px; padding-bottom:10px; }
         #logo, #workBox, #callBackButton, #phoneButton, #langButton, #cartButton,
         .small #logo, .small #workBox, .small #callBackButton, .small #phoneButton, .small #langButton, .small #cartButton { margin:0 10px; position:relative; left:auto; right:auto; top:auto; bottom:auto; display:inline-block; }
         #logo { margin-top:10px; }
         #cartButton { margin-top:10px;  }
     }

     @media only screen and (max-width: 767px)
    {
         #nav-container, #mob-nav-cart { border-radius:0; }
    }

    @media only screen and (max-width: 700px)
    {
      body {font-size:14px;}

     .modal-body #cmlex-cart-table th {font-size:0.9em;}
      #cmlex-cart-table td {font-size:0.8em;}

      h1 { font-size:1.6em; }
      h2 { font-size:1.5em; }
      h3 { font-size:1.4em; }
      h4 { font-size:1.3em; }
      h5 { font-size:1.2em; }
      h6 { font-size:1.2em; }

    }

    @media only screen and (max-width: 640px)
    {
    }

    @media only screen and (max-width: 540px)
    {
      .visible-xs { display:none !important; }
      .col-xxs-12 { width:50%; }
      .col-xxs-24 { width:100%; }
      .visible-xxs { display:block !important; }
      .hidden-xxs { display:none; }
    }

    @media only screen and (max-width: 400px)
    {
      #cmlex-cart-page { padding:0; }
      #cmlex-cart-table th { font-size:10px; }
      #top-container { margin:0; }
    }

    @media only screen and (max-width: 360px)
    {
      .col-xxxs-24 { width:100%; }
      .col-xxxs-6 { width:25%; float:left; }
      .col-xxxs-18 { width:75%; float:left; }
    }

    @media only screen and (max-width: 319px)
    {

    }

