

/* Start:/local/templates/html_dev/js/slick/slick.css?14894198871767*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
.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;
}
[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;
}
/* End */


/* Start:/local/templates/html_dev/js/slick/slick-theme.css?14894198873022*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/html_dev/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/html_dev/js/slick/./fonts/slick.eot');
    src: url('/local/templates/html_dev/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/html_dev/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/html_dev/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/html_dev/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #ccc;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/html_dev/css/app.min.css?167948917092094*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}sub,sup{font-size:55%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.8em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}@media print{*{text-shadow:none!important;color:#000!important;background:0 0!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="jav * ascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:transparent}body{font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:14px;line-height:1.41176471;color:#000;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#0044c2;text-decoration:underline;cursor:pointer}a:focus,a:hover{color:#db2625;text-decoration:underline;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}a:focus{outline:0}.descr a:not(.btn):visited,p a:not(.btn):visited{color:#9801a2}.descr a:not(.btn):focus,.descr a:not(.btn):hover,p a:not(.btn):focus,p a:not(.btn):hover{color:#db2625}._dash,._dot,._lnk,._lnk_pseudo,a{-webkit-transition:color .15s,border-color .15s;transition:color .15s,border-color .15s}figure{margin:0}img{vertical-align:middle}.g-content img,.img-responsive,.modal img,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.41176471;background-color:#fff;border:1px solid #ddd;border-radius:5px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:19px;margin-bottom:19px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}._h1,._h2,._h3,._h4,._h5,._h6,h1,h2,h3,h4,h5,h6{font-family:Tahoma,Verdana,Sans-Serif;font-weight:700;color:#3c3c3c;word-wrap:break-word}._h1,h1{font-size:36px;line-height:1.125;margin:1.15em 0 .72em}._h1.big-title,h1.big-title{font-size:30px;line-height:1.13333333;margin:1.55em 0 .95em}._h2,h2{font-size:26px;line-height:1.125;margin:2em 0 .6em}._h3,h3{font-size:18px;line-height:1.125;margin:1.66em 0 .83em}._h4,h4{font-size:16px;line-height:1.125;margin:1.65em 0 .6em}._h5,h5{font-size:14px;line-height:1.125;margin:1.66em 0 .83em}._h6,h6{font-size:12px;line-height:1.125;margin:1.56em 0 .625em}.descr,p{margin:0 0 1.05em}.lead{font-size:16px;line-height:1.44444444;margin-bottom:.8em}.small,small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:8.5px;margin:38px 0 19px;border-bottom:1px solid #eee}.g-content ol,.g-content ul{position:relative;margin:.6em 0 1.4em;padding:0 5em 0 .8em;font-size:14px;line-height:1.57142857}.g-content ol li,.g-content ul li{display:table;position:relative;padding-left:1.2em;margin-bottom:.8em;list-style-type:none}.g-content ol li:before,.g-content ul li:before{position:absolute;top:0;left:0}.g-content ol ol,.g-content ol ul,.g-content ul ol,.g-content ul ul{margin:.7em 0 .85em;padding:0 0 0 .8em}.g-content ol ol li,.g-content ol ul li,.g-content ul ol li,.g-content ul ul li{margin-bottom:.75em}.g-content ol{counter-reset:list 0;padding-left:.4em}.g-content ol>li:before{counter-increment:list;content:counter(list) ". ";color:#000}.g-content ol ol>li{padding-left:1.5em}.g-content ol ol>li:before{content:counters(list,".") ". ";color:#000}.g-content ul>li:before{content:"\2014";color:#000}.g-content ul ul>li:before{content:"\2013";color:#000}.g-content ol[start="31"]{counter-reset:list 30}.g-content ol[start="26"]{counter-reset:list 25}.g-content ol[start="21"]{counter-reset:list 20}.g-content ol[start="16"]{counter-reset:list 15}.g-content ol[start="11"]{counter-reset:list 10}.g-content ol[start="6"]{counter-reset:list 5}.g-content .counter-reset{counter-reset:none}.g-content .counter-reset li{display:inline}.g-content .counter-reset li:before{counter-increment:none;content:none}ol.list-reset,ul.list-reset{counter-reset:none;list-style:none;padding:0;margin:0}ol.list-reset li,ul.list-reset li{margin:0;padding:0;display:inline}ol.list-reset li:before,ul.list-reset li:before{counter-increment:none;content:none}ol.list-reset ol,ol.list-reset ul,ul.list-reset ol,ul.list-reset ul{counter-reset:none;margin:0;padding:0}ol.list-reset ol li,ol.list-reset ul li,ul.list-reset ol li,ul.list-reset ul li{padding:0}ol.list-reset ol li:before,ol.list-reset ul li:before,ul.list-reset ol li:before,ul.list-reset ul li:before{counter-increment:none;content:none}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:19px}dd,dt{line-height:1.41176471}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{color:#b58a24;margin:20px;padding:0 0 0 5px;font-size:18px;line-height:1.33333333;font-style:italic;background:0 0;font-weight:400;border-radius:0;text-align:left}blockquote .descr{margin:10px 0;font-style:normal;color:grey;font-size:14px}address{margin-bottom:19px;font-style:normal;line-height:1.41176471}.container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;width:990px}.container-fluid{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.row{margin-left:-10px;margin-right:-10px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-13{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-13{float:left}.col-xs-13{width:20%}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:1024px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1400px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent;margin-bottom:30px}.g-content table+.table-caption{margin:-19px 0 50px}thead{border-bottom:1px solid #e5e5e5}th{padding:15px 8px 6px;text-align:left;color:#3c3c3c;font-size:13px;line-height:1.23076923;font-weight:700;font-family:Tahoma,Verdana,Sans-Serif}tbody tr{font-size:13px;line-height:1.38461538;border-bottom:1px solid #e5e5e5;font-family:Tahoma,Verdana,Sans-Serif}tbody tr:last-child{border-bottom:none}td{vertical-align:top;padding:8px}.table-numb .cost{padding-bottom:9px}.table-numb .quant th{padding-top:0;min-width:110px}.table-numb td{padding:14px 11px 11px}.table{width:100%;margin-bottom:19px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.41176471;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#e9eff2}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#e9eff2}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#d9e3e9}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:14.25px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:19px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;margin-left:10px;color:grey}input{outline:0}input[type=search]{-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:0}output{display:block;padding-top:9px;font-size:14px;line-height:1.41176471;color:#555}.form-control{display:block;width:100%;height:43px;padding:8px 14px;font-size:22px;line-height:1.41176471;color:#000;background-color:#fff;background-image:none;border:1px solid #b6b4b4;border-radius:5px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control:-moz-placeholder{color:grey;opacity:1}.form-control::-moz-placeholder{color:grey;opacity:1}.form-control:-ms-input-placeholder{color:grey}.form-control::-webkit-input-placeholder{color:grey}.form-control.placeholder{color:grey}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto;resize:vertical}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:37px}.form-group{margin-bottom:15px}.checkbox,.radio{display:block;min-height:19px;margin-top:10px;margin-bottom:10px;padding-left:20px}.checkbox input[disabled]+span,.radio input[disabled]+span{cursor:not-allowed}.checkbox label,.radio label{display:inline;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{float:left;margin-left:-20px;cursor:pointer}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline[disabled],.checkbox[disabled],.radio-inline[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:46px}.has-feedback .form-control-feedback{position:absolute;top:24px;right:0;display:block;width:37px;height:37px;line-height:37px;text-align:center}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:0;color:#404040}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:28px}.form-horizontal .form-group{margin-left:-10px;margin-right:-10px}.form-horizontal .form-control-static{padding-top:9px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:10px}.f-star{color:#d9534f}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid transparent;text-decoration:none;max-width:100%;padding:8px 14px;font-size:14px;line-height:1.41176471;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn,.btn.active,.btn:active{background-image:none}.btn.active:focus,.btn:active:focus,.btn:focus{outline:0}.btn:focus,.btn:hover{text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.btn-default{color:#333;background-color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default{color:#333;border-color:#e0e0e0;background-color:#e0e0e0;background-image:-webkit-linear-gradient(top,#f7f7f7 0,#d9d9d9 100%);background-image:linear-gradient(to bottom,#f7f7f7 0,#d9d9d9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffd9d9d9', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x}.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default{color:#333;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#232109;text-shadow:0 1px 0 #f8f2ab;font-size:18px;box-shadow:0 1px 5px 0 rgba(0,0,0,.2);border-top-color:#FFF;border-bottom-color:#aa9d12;background:#f6e849;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f6e849),color-stop(100%,#eada27));background:-webkit-linear-gradient(top,#f6e849 0,#eada27 100%);background:linear-gradient(to bottom,#f6e849 0,#eada27 100%)}.btn-primary._m-width{width:100%;padding-top:10px;padding-bottom:10px}.btn-primary:focus,.btn-primary:hover{color:#232109;border-color:#b0a639 #a99d12 #a99d12;background:#ebdb29;background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#ebdb29),color-stop(100%,#f6e849));background:-webkit-linear-gradient(top,#ebdb29 1%,#f6e849 100%);background:linear-gradient(to bottom,#ebdb29 1%,#f6e849 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebdb29', endColorstr='#f6e849', GradientType=0)}.btn-primary.active,.btn-primary:active{border-color:#f6e849 #d2c52f #aa9d12;background:#fff9b2;background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fff9b2),color-stop(100%,#fbec3f));background:-webkit-linear-gradient(top,#fff9b2 2%,#fbec3f 100%);background:linear-gradient(to bottom,#fff9b2 2%,#fbec3f 100%)}.btn-primary.disabled,.btn-primary[disabled]{border-color:#C5C5C5 #AAA #AAA;color:#999;background:#f3f3f3;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f3f3f3),color-stop(100%,#e4e4e4));background:-webkit-linear-gradient(top,#f3f3f3 0,#e4e4e4 100%);background:linear-gradient(to bottom,#f3f3f3 0,#e4e4e4 100%)}.btn-success{color:#fff;font-size:18px;box-shadow:0 1px 5px 0 rgba(0,0,0,.2);border-top-color:#FFF;border-bottom-color:#a01414;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhMjYyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOTE0MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#da2625),color-stop(100%,#c91414));background:-webkit-linear-gradient(top,#da2625 0,#c91414 100%);background:linear-gradient(to bottom,#da2625 0,#c91414 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#da2625', endColorstr='#c91414', GradientType=0)}.btn-success._m-width{width:100%;padding-top:10px;padding-bottom:10px}.btn-success:hover{color:#fff;border-color:#a01414;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MTQxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTI2MjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#c91414),color-stop(100%,#da2625));background:-webkit-linear-gradient(top,#c91414 0,#da2625 100%);background:linear-gradient(to bottom,#c91414 0,#da2625 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91414', endColorstr='#da2625', GradientType=0)}.btn-success.active,.btn-success:active{border-color:#d25f3f #d25f3f #aa3d12;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2ZmYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYzQxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#ffb2b2),color-stop(100%,#fc4141));background:-webkit-linear-gradient(top,#ffb2b2 2%,#fc4141 100%);background:linear-gradient(to bottom,#ffb2b2 2%,#fc4141 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb2b2', endColorstr='#fc4141', GradientType=0)}.btn-success.disabled,.btn-success[disabled]{border-color:#C5C5C5 #AAA #AAA;color:#999;background:#f3f3f3;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f3f3f3),color-stop(100%,#e4e4e4));background:-webkit-linear-gradient(top,#f3f3f3 0,#e4e4e4 100%);background:linear-gradient(to bottom,#f3f3f3 0,#e4e4e4 100%)}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#0044c2}.nav .nav-divider{height:1px;margin:8.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.41176471;border:1px solid transparent;border-radius:5px 5px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:5px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:5px 5px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:5px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:5px 5px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.breadcrumb{padding:8px 0;margin-top:9.5px;margin-bottom:20px;list-style:none;background-color:transparent;border-radius:5px}.breadcrumb>li{font-size:12px;display:inline-block}.breadcrumb>li>a{color:#939393}.breadcrumb>li>a:hover{color:#db2625}.breadcrumb>li+li:before{position:relative;bottom:1px;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAADAQMAAACKz+y4AAAABlBMVEVMaXGTk5NWY7yTAAAAAXRSTlMAQObYZgAAAA5JREFUCB1j4GD4w8ABAAMqAQ14x44gAAAAAElFTkSuQmCC);padding:0 2px}.breadcrumb>.active{color:#000}.breadcrumb>.active span{position:relative;top:1px}.pagination{display:inline-block;padding-left:0;margin:19px 0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 14px;text-decoration:none;color:#0044c2;background-color:transparent;border:1px solid transparent;border-radius:5px;margin-left:-1px;font-size:18px;line-height:1}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:5px;border-top-left-radius:5px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:5px;border-top-right-radius:5px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#db2625;background-color:transparent;border-color:transparent}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#000;background-color:transparent;border-color:#e5e5e5;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#999;background-color:transparent;border-color:transparent;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pag_next:before,.pag_prev:before{display:inline-block;content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSImIzEwNTc7JiMxMDgzOyYjMTA4NjsmIzEwODE7XzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOS40OTRweCIgaGVpZ2h0PSIxNS45ODhweCIgdmlld0JveD0iMCAwIDkuNDk0IDE1Ljk4OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS40OTQgMTUuOTg4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMEI0REEyIiBkPSJNMS41IDBsNy45OTQgNy45OTRMMS41IDE1Ljk4OGwtMS41LTEuNWw2LjQ5NC02LjQ5NEwwIDEuNUwxLjUgMHoiLz4NCjwvc3ZnPg0K)}.pag_next:hover:before,.pag_prev:hover:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSImIzEwNTc7JiMxMDgzOyYjMTA4NjsmIzEwODE7XzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOS40OTRweCIgaGVpZ2h0PSIxNS45ODhweCIgdmlld0JveD0iMCAwIDkuNDk0IDE1Ljk4OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS40OTQgMTUuOTg4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQ0YwQzQxIiBkPSJNMS41IDBsNy45OTQgNy45OTRMMS41IDE1Ljk4OGwtMS41LTEuNWw2LjQ5NC02LjQ5NEwwIDEuNUwxLjUgMHoiLz4NCjwvc3ZnPg0K)}.pag_next:active:before,.pag_prev:active:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSImIzEwNTc7JiMxMDgzOyYjMTA4NjsmIzEwODE7XzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOS40OTRweCIgaGVpZ2h0PSIxNS45ODhweCIgdmlld0JveD0iMCAwIDkuNDk0IDE1Ljk4OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS40OTQgMTUuOTg4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjIiBkPSJNMS41IDBsNy45OTQgNy45OTRMMS41IDE1Ljk4OGwtMS41LTEuNWw2LjQ5NC02LjQ5NEwwIDEuNUwxLjUgMHoiLz4NCjwvc3ZnPg0K)}.disabled .pag_next:before,.disabled .pag_prev:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSImIzEwNTc7JiMxMDgzOyYjMTA4NjsmIzEwODE7XzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOS40OTRweCIgaGVpZ2h0PSIxNS45ODhweCIgdmlld0JveD0iMCAwIDkuNDk0IDE1Ljk4OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS40OTQgMTUuOTg4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjODVBNkQwIiBkPSJNMS41IDBsNy45OTQgNy45OTRMMS41IDE1Ljk4OGwtMS41LTEuNWw2LjQ5NC02LjQ5NEwwIDEuNUwxLjUgMHoiLz4NCjwvc3ZnPg0K)}.pag_prev:before{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.pager{padding-left:0;margin:19px 0;list-style:none;text-align:center}.g-content .pager{font-size:1.1em}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:transparent;border:1px solid transparent;border-radius:5px}.pager li>a:focus,.pager li>a:hover{background-color:transparent}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#999;background-color:transparent;cursor:not-allowed}.pager_next:after,.pager_prev:before{display:inline-block;vertical-align:text-bottom;content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSImIzEwNTc7JiMxMDgzOyYjMTA4NjsmIzEwODE7XzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjQuOTkzcHgiIGhlaWdodD0iNC45NzdweCIgdmlld0JveD0iMCAwIDI0Ljk5MyA0Ljk3NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQuOTkzIDQuOTc3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMEI0REEyIiBkPSJNMjQuOTkzIDIuNDg5bC0zLjk3OSAyLjQ4OVYyLjk4NUgwVjEuOTk2aDIxLjAxNFYwTDI0Ljk5MyAyLjQ4OXoiLz4NCjwvc3ZnPg0K)}.pager_next:hover:after,.pager_prev:hover:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSImIzEwNTc7JiMxMDgzOyYjMTA4NjsmIzEwODE7XzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjQuOTkzcHgiIGhlaWdodD0iNC45NzdweCIgdmlld0JveD0iMCAwIDI0Ljk5MyA0Ljk3NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQuOTkzIDQuOTc3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQ0YwQzQxIiBkPSJNMjQuOTkzIDIuNDg5bC0zLjk3OSAyLjQ4OVYyLjk4NUgwVjEuOTk2aDIxLjAxNFYwTDI0Ljk5MyAyLjQ4OXoiLz4NCjwvc3ZnPg0K)}.pager_next:active:after,.pager_prev:active:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSImIzEwNTc7JiMxMDgzOyYjMTA4NjsmIzEwODE7XzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjQuOTkzcHgiIGhlaWdodD0iNC45NzdweCIgdmlld0JveD0iMCAwIDI0Ljk5MyA0Ljk3NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQuOTkzIDQuOTc3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMEI0REEyIiBkPSJNMjQuOTkzIDIuNDg5bC0zLjk3OSAyLjQ4OVYyLjk4NUgwVjEuOTk2aDIxLjAxNFYwTDI0Ljk5MyAyLjQ4OXoiLz4NCjwvc3ZnPg0K)}.disabled .pager_next:after,.disabled .pager_prev:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSImIzEwNTc7JiMxMDgzOyYjMTA4NjsmIzEwODE7XzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjQuOTkzcHgiIGhlaWdodD0iNC45NzdweCIgdmlld0JveD0iMCAwIDI0Ljk5MyA0Ljk3NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQuOTkzIDQuOTc3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjODVBNkQwIiBkPSJNMjQuOTkzIDIuNDg5bC0zLjk3OSAyLjQ4OVYyLjk4NUgwVjEuOTk2aDIxLjAxNFYwTDI0Ljk5MyAyLjQ4OXoiLz4NCjwvc3ZnPg0K)}.pager_prev:before{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.thumbnail{display:block;padding:4px;margin-bottom:19px;line-height:1.41176471;background-color:#fff;border:1px solid #ddd;border-radius:5px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-left:auto;margin-right:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#0044c2}.c_news .wrap,.caption .text,.thumbnail .caption,table+.table-caption{margin:.65em 0 1.7em;color:#656565;font-style:italic;font-size:13px;line-height:1.38461538;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif}.caption.left{float:left;max-width:50%;margin-right:5%}.caption.right{float:right;max-width:50%;margin-left:5%}.img-thumbnail,.thumbnail{box-shadow:0 1px 2px rgba(0,0,0,.075)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;outline:0}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:35px}.modal-header .close{position:relative;z-index:10;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEVMaXH///+a4ocPAAAAAXRSTlMAQObYZgAAAD5JREFUCB0FwDERwCAMAMDnGNhQECEdIwkJyGJESiQgoSelUla7vr7FYE5G0A/toWiPfhjBnMTg69tqVykpf/oNDVXd1PgLAAAAAElFTkSuQmCC) center center no-repeat #efdf34;width:40px;height:40px;margin-top:18px;margin-right:18px;color:#fff;padding:5px;border-radius:50px}.modal-header .close:hover{background-color:#db2625}.modal-title{margin:0;line-height:1.41176471}.modal-body{position:relative;padding:10px 70px 20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:1024px){.modal-lg{width:900px}}.title-modal{font-size:30px;font-weight:700;font-family:Tahoma,Verdana,Sans-Serif}.mb_3{margin-bottom:30px}.mt_3{margin-top:30px}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.pager:after,.pager:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.pager:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-print,.visible-sm,.visible-xs{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:1023px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:1024px) and (max-width:1399px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:1400px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:1023px){.hidden-sm{display:none!important}}@media (min-width:1024px) and (max-width:1399px){.hidden-md{display:none!important}}@media (min-width:1400px){.hidden-lg{display:none!important}}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}._tahoma{font-family:Tahoma,Verdana,Sans-Serif}._ff_calibri{font-family:Calibri,Arial,Helvetica,sans-serif}div[class*=bxeditor] .adm-btn,div[class*=bxeditor] .adm-input-file,div[class*=bx-core] .adm-btn,div[class*=bx-core] .adm-input-file{-moz-box-sizing:content-box;box-sizing:content-box}.adm-workarea textarea{line-height:17px}.closer,.opener{cursor:pointer}.closer{display:inline-block}.collapsed .closer,.opener{display:none}.collapsed .opener{display:inline-block}.cite{width:38%;color:#656565;font-size:13px;line-height:1.53846154;border:0 solid #0044c2}.cite.left{margin:5px 34px 10px 0;padding:0 19px 0 0;float:left;border-right-width:1px}.cite.right{margin:5px 0 10px 34px;padding:0 0 0 19px;float:right;border-left-width:1px}.cite .title{font-weight:700;font-size:14px;line-height:1.28571429;margin:0 0 .55em;color:#3c3c3c}.cite p{margin:0 0 .5em}.c_logo_head{margin-top:14px!important}.c_logo_head .title{font-size:22px;font-weight:700;line-height:1}.c_search_sm{margin:0 0 20px}.c_search_sm .field{position:relative;width:85%}.c_search_sm .input{height:30px;padding:6px 35px 6px 13px;line-height:16px;font-size:12px;border-radius:4px;color:#000;background:#fff;border:1px solid #b6b6b6;width:100%}.c_search_sm .input:-moz-placeholder{color:grey;opacity:1}.c_search_sm .input::-moz-placeholder{color:grey;opacity:1}.c_search_sm .input:-ms-input-placeholder{color:grey}.c_search_sm .input::-webkit-input-placeholder{color:grey}.c_search_sm .input.placeholder{color:grey}.c_search_sm .input:focus{border-color:#9d9d9d}.c_search_sm .btn-search{border:none;width:16px;height:16px;padding:0;position:absolute;top:7px;right:8px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAAaVBMVEVMaXHMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzxNtKrAAAAInRSTlMAxsLZDv36C58GjBvoFT1otM+8q1Ri4PM5fHY0MG5+Wi8pBZSk1wAAAHtJREFUCB0FwAeSgkAABMAGgV0yeqaLYf7/SAvgWi9vewEwNxnujywboJyHn874uzz+gffcwN9wAKcToPYrjKmAWzbQV8CeJzgvI3AMBeyZwDUVlDY5tvVr6k8rlDa5D0lymaG0SdPN39PHJxjbpOkA8EyaDgDGWjsAeAGRDQcd4v3oxgAAAABJRU5ErkJggg==) no-repeat}.c_search_sm .btn-search:hover{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAAclBMVEVMaXHbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiXbJiVyJB9PAAAAJXRSTlMAnvrGDv1qCwY7whvgFbSh1H28VGLz2nY0MIiN547L7Fqr5S8pfax5cAAAAH1JREFUeNpVjtkSgyAMRSHKVgTUqt335v9/sZWEUe9L5hwumQjOXvYvbUSJrxCaEd+O2bTQ1cI+H+OXRIdDnh+IJNqJq1KFeVglWQxIW1RioVncr5ZEBMMPNzqG/5odYnThdFFTKNwA/tP7wlXt9flwzH2bWSxxK6ZGShv+AZiyB0lLvUmqAAAAAElFTkSuQmCC) no-repeat}.c_news .item{margin:0 0 27px;padding:0 0 19px;border-bottom:1px dashed #e5e5e5}.c_news .item:first-of-type{border-top:1px dashed #e5e5e5;padding-top:19px}.c_news .item:last-of-type{margin-bottom:0}.c_news .pic{max-width:25%;margin:0 3% 0 0}.c_news .img{margin:0 0 7px}.c_news .date{display:inline-block}.c_news .date+.link:before{content:'|';display:inline-block;vertical-align:text-bottom;padding:0 5px}.c_news .link{display:inline-block}.c_news .link a{color:#656565}.c_news .link a:hover{color:#db2625}.c_news .title{font-weight:400;line-height:1.375}.c_files .item{min-height:35px;line-height:1;margin-bottom:21px}.c_files .col-xs-3:nth-child(4n+1),.c_files .col-xs-4:nth-child(3n+1),.c_files .col-xs-6:nth-child(2n+1){clear:both}.c_files .link{text-decoration:none;margin-bottom:6px;color:#0044c2}.c_files .link:hover{color:#db2625}.c_files .link:before{content:'';width:45px;height:36px;display:inline-block;float:left;opacity:.7;background-repeat:no-repeat;background-image:url(data:image/png;base64,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)}.c_files .link:hover:before{opacity:1}.c_files .title{text-decoration:underline;margin:0 0 8px;font-size:14px;line-height:1.42857143;display:inline-block;max-width:70%}.c_files .text{margin:0 0 0 45px;color:#8e8e8e;display:block;font-style:normal;font-size:13px}.c_files .link:before{background-position:0 -612px}.c_files ._7z .link:before{background-position:0 0}.c_files ._ai .link:before{background-position:0 -36px}.c_files ._avi .link:before{background-position:0 -72px}.c_files ._bmp .link:before{background-position:0 -108px}.c_files ._cdr .link:before{background-position:0 -144px}.c_files ._doc .link:before{background-position:0 -180px}.c_files ._eps .link:before{background-position:0 -216px}.c_files ._gif .link:before{background-position:0 -252px}.c_files ._jpg .link:before{background-position:0 -288px}.c_files ._mkv .link:before{background-position:0 -324px}.c_files ._mp3 .link:before{background-position:0 -360px}.c_files ._ogg .link:before{background-position:0 -396px}.c_files ._pdf .link:before{background-position:0 -432px}.c_files ._png .link:before{background-position:0 -468px}.c_files ._ppt .link:before{background-position:0 -504px}.c_files ._rar .link:before{background-position:0 -540px}.c_files ._tif .link:before{background-position:0 -576px}.c_files ._wav .link:before{background-position:0 -648px}.c_files ._wma .link:before{background-position:0 -684px}.c_files ._wmv .link:before{background-position:0 -720px}.c_files ._xls .link:before{background-position:0 -756px}.c_files ._zip .link:before{background-position:0 -792px}.c_forms .control-group .controls .error{color:#db2625;font-style:italic;padding:0;line-height:1.1;min-height:20px;margin-top:5px}.c_forms .control-group .controls .valid{overflow:hidden}.c_forms .control-group .checkbox{padding-left:30px}.c_forms .captcha_img{margin-bottom:10px}.c_forms .captcha{padding-top:10px}.c_forms .form_required{margin-top:7px}.c_forms .btn_submit{margin-right:3.7%;float:left;margin-bottom:18px}.c_search .field{position:relative;width:100%}.c_search .input{height:40px;padding:10px 20px;line-height:18px;font-size:14px;border-radius:4px;color:#000;background:#fff;border:1px solid #cfcfcf;width:100%}.c_search .input:-moz-placeholder{color:grey;opacity:1}.c_search .input::-moz-placeholder{color:grey;opacity:1}.c_search .input:-ms-input-placeholder{color:grey}.c_search .input::-webkit-input-placeholder{color:grey}.c_search .input.placeholder{color:grey}.c_search .input:focus{border-color:#b6b6b6}.c_search .btn-search{border:none;padding:10px 20px;line-height:18px;height:40px;position:absolute;top:0;right:0;border-radius:0 4px 4px 0}.c_studio{font-family:Tahoma,Verdana,Sans-Serif;font-size:13px;margin-top: 18px;margin-left: 65px;position: absolute;min-width: 135px;}.c_studio .pic{width:23px;float:left;margin:-2px 8px 0 0}.c_studio .link{display:table-cell;line-height:1; min-width: 104px;}.c_studio .link>a:hover{color:#db2625}.c_studio .text{margin-bottom:3px}.c_studio .delimeter{display:none}.b-product+.c_gallery_photo:before{position:absolute;top:-20px;left:-40px;display:block;content:"";width:20px;height:70px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABGCAMAAAD7EUTDAAAArlBMVEVMaXH/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AADUDJygAAAAOnRSTlMACgga07EPAQTpLx7b16y/iCk3jwZve+VhFWWiyoB2XVm8mc1LId8l9g7vkz24QMZoRtxqT/yDUwwTOmD/QAAAAUZJREFUeNptkteygzAMRCk2PXQwCR0SUklv/P+P3Zn7RlZ+PCNpdyVL/0+Pden36aqNUB4bCV5tWsAU3moAg6FEmedriyM7tkftexQDDMUVR14pQ75jADTaHEdqosLKk6jRZTOccGRmTujIZzK2u3yJ7WOHlcvRxW61PSKMRUJc0kww0KavsD3sS4Rb5iPcsxSFvixF81oRYeXERwkrux6h4bMYadoHCB/9DeGaZVSklFAqjgZ1pA3CsjhTSiuEdhERSrknI00WIcIz5VR1LwiV1cHG0wdiFSPlVKiH0yC0LjlCuRI24WqXKEhdz0J4Y76O548clQrwJq7SUbuyFvmEu04G6izufSlp+3iuZR185Zn9mijN7Oid5n7lwGN8Uc/zTpVnCqece/h+uHjtuDXvN0J/2Dnr32Raw9tMxs1+apX4Rbb2B6FpFxjMAfWgAAAAAElFTkSuQmCC) no-repeat}.c_gallery_photo{position:relative}.c_gallery_photo .link{display:block;position:relative;min-width:100px;min-height:100px;border:1px solid #e5e5e5}.c_gallery_photo .link:hover{border:1px solid #ed9292}.c_gallery_photo .shadow{position:absolute;width:100%;height:100%;top:0;left:0;z-index:6}.c_gallery_photo .shadow:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgc3R5bGU9ImZpbGw6I2ZmZmZmZiI+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTI1NiA0OEMxNDEuMSA0OCA0OCAxNDEuMSA0OCAyNTZzOTMuMSAyMDggMjA4IDIwOGMxMTQuOSAwIDIwOC05My4xIDIwOC0yMDhTMzcwLjkgNDggMjU2IDQ4eiBNMjU2IDQ0Ni43IGMtMTA1LjEgMC0xOTAuNy04NS41LTE5MC43LTE5MC43UzE1MC45IDY1LjMgMjU2IDY1LjNTNDQ2LjcgMTUwLjkgNDQ2LjcgMjU2UzM2MS4xIDQ0Ni43IDI1NiA0NDYuN3oiLz4NCgkJPC9nPg0KCTwvZz4NCgk8Zz4NCgkJPHBvbHlnb24gcG9pbnRzPSIyNjQuMSwxMjggMjQ3LjMsMTI4IDI0Ny4zLDI0Ny45IDEyOCwyNDcuOSAxMjgsMjY0LjcgMjQ3LjMsMjY0LjcgMjQ3LjMsMzg0IDI2NC4xLDM4NCAyNjQuMSwyNjQuNyAzODQsMjY0LjcgMzg0LDI0Ny45IDI2NC4xLDI0Ny45Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=) center center no-repeat;background-size:70px 70px}.c_gallery_photo .item{display:inline-block;margin:10px -10px 0 0}.c_gallery_photo .item .pic{padding:10px}.c_gallery_photo .item:hover{border-color:#ed9292;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.c_gallery_photo .item:hover .shadow:after{opacity:1}.ie .c_gallery_photo .item:hover .pic{-webkit-transform:none;-ms-transform:none;transform:none}.c_contact_head{margin-top:5px}.c_contact_head .tel{font-size:24px;font-family:Calibri,Arial,Helvetica,sans-serif;line-height:1.2}.c_contact_head .tel .big-numb{font-weight:700;font-size:30px}.c_contact_head .tel a{text-decoration:none;color:#000}.c_contact_head .tel a:hover{color:#db2625}.c_menu_head .item_1{display:inline-block;margin:0 3% 0 0;font-size:17px;padding-top:1px;font-family:Tahoma,Verdana,Sans-Serif}.c_menu_head .item_1:first-child{margin-left:0}.c_menu_head .item_1:last-child{margin-right:0} .c_menu_head .item_1 .active{text-decoration: none;font-weight: bold;cursor: inherit;}.c_menu_head .item_1>a{text-decoration:underline;color:#0044c2}.c_menu_head .item_1>a:hover{color:#db2625}.c_menu_head .item_1.active>a,.c_menu_head .item_1.active>span{text-decoration: none;font-weight: bold;}.c_menu_head .item_1.active>a:hover{color:#db2625}.c_menu_aside{font-size:14px}.c_menu_aside [class*=menu_level_]{list-style:none;padding:0;margin:0;font-family:Tahoma,Verdana,Sans-Serif}.c_menu_aside [class*=item_]{margin-bottom:9px}.c_menu_aside [class*=item_]>a{color:#0044c2}.c_menu_aside [class*=item_]>a:hover{color:#db2625}.c_menu_aside [class*=item_]>span{text-decoration:underline}.c_menu_aside [class*=item_].active>a,.c_menu_aside [class*=item_].active>span{text-decoration: none; font-weight: bold; cursor: inherit;}.c_menu_aside [class*=item_].active>a:hover{color:#db2625}.c_menu_aside .menu_level_1{font-size:17px}.c_menu_aside .item_1{margin-bottom:12px}.c_menu_aside .menu_level_2{font-size:14px;margin:7px 0 12px 6.5%}.c_menu_aside .menu_level_3{font-size:13px;margin:10px 0 12px 7%}.c_logo_foot{color:#000;font-size:13px;font-family:Tahoma,Verdana,Sans-Serif}.c_logo_foot .logo{float:left}.c_logo_foot .title>a{color:#000;text-decoration:none}.c_logo_foot .title>a:hover{color:#db2625}.c_contacts .text{font-weight:700;font-size:18px;line-height:1}.tel{font-weight:700;font-size:32px}.tel a{text-decoration:none;color:#000}.tel a:hover{color:#db2625}._lh{line-height:32px;font-size:29px}.c_slider{overflow:hidden;width:100%}.c_slider .wrap{position:relative}.c_slider .caroufredsel_wrapper{cursor:e-resize!important}.js-off .c_slider .slider{height:435px;overflow:hidden}.c_slider .slide{float:left;height:435px;position:relative;overflow:hidden}.js-off .c_slider .slide{width:100%}.c_slider .pic{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}.c_slider .next,.c_slider .prev{width:10%;height:100%;position:absolute;top:0;z-index:10;cursor:pointer;background-position:center center;background-repeat:no-repeat;background-size:21px 33px;background-image:rgba(255,255,255,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c_slider .prev{left:0}.c_slider .next{right:0}.c_slider .sl_pager{text-align:center;padding-top:33px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c_slider .sl_pager a{display:inline-block;width:9px;height:9px;border-radius:50%;margin:0 5px;background:#B9B6B4}.c_slider .sl_pager a:hover{background:#ACCD92}.c_slider .sl_pager a.selected{background:#000;cursor:default}.c_slider .sl_pager a span{display:none}.c_slider_gal{overflow:hidden;width:100%}.c_slider_gal .logbox{position:relative;font-size:13px;line-height:1.38461538;margin:0 0 11px}.c_slider_gal .logbox .wrp{margin:0 9px;display:inline-block}.c_slider_gal .wrap{margin:0 0 5px}.c_slider_gal .wrap .caroufredsel_wrapper{cursor:e-resize!important}.js-off .c_slider_gal .slider{height:407px;overflow:hidden}.c_slider_gal .slide{float:left;height:407px;position:relative;overflow:hidden}.js-off .c_slider_gal .slide{width:100%}.c_slider_gal .pic{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}.c_slider_gal .next,.c_slider_gal .prev{display:inline-block;vertical-align:top;cursor:pointer}.c_slider_gal .slider-text{width:100%;height:100%;overflow:hidden;z-index:2}.c_slider_gal .slide-text{float:left;margin:.65em 0 1.7em;color:#656565;font-style:italic;font-size:13px;line-height:1.38461538;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif}.b-element{overflow:hidden;font-family:Tahoma,Verdana,Sans-Serif;border:1px solid #d9d9d9;margin-bottom:20px;border-radius:3px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.b-element:hover{box-shadow:0 3px 15px 1px rgba(98,145,216,.3);-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.b-element a{color:#000;text-decoration:none}.b-element .for-pic{max-width:230px;max-height:140px;position:relative;min-height:120px}.b-element .for-pic img{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}.b-element .e_descr{padding:12px 14px 20px}.b-element .e_lnk{color:#0044c2;text-decoration:underline}.b-element .e_lnk:hover{color:#db2625}.b-element .list-spec{min-height:40px;margin-top:2px;margin-bottom:12px}.b-element .list-spec .item{display:block;clear:both}.b-element .list-spec .item .txt{float:left;font-size:12px;max-width:57%;overflow-wrap:break-word;word-wrap:break-word}.b-element .list-spec .item .numb{float:right;font-weight:700;font-size:12px;max-width:43%;overflow-wrap:break-word;word-wrap:break-word}.b-element .price{font-size:15px;font-weight:700;line-height:1}.c_title-ind .title-ind{font-size:42px;color:#000;line-height:48px;font-weight:700}.c_title-ind .title-ind a{text-decoration:none;border-bottom:1px solid #8197d8}.c_title-ind .title-ind a:hover{border-color:#db2625}.c_item-info .title{font-size:20px;color:#000;margin-bottom:10px;font-weight:700;line-height:1}.c_item-info .txt{font-family:Tahoma,Consolas,"Courier New",monospace;font-size:12px;line-height:16px;color:#333}.c_title-model._bottom{border-bottom:1px solid #efebdc;padding-bottom:25px}.c_title-model._bottom:last-child{border-bottom:none}.c_title-model .pic{float:left;margin-right:20px}.c_title-model:first-child .pic{padding-top:17px}.main .c_title-model:first-child .pic{padding-top:20px}.c_title-model .lnk .pic{padding-top:6px}.c_title-model .info{overflow:hidden;zoom:1}.c_title-model .info .title-lnk{font-size:26px}.c_title-model .info .txt{font-size:13px}.c_title-model .info .title{margin-top:15px;margin-bottom:10px}.c_list-model{display:inline-block;vertical-align:top;width:49%;border-right:1px solid #f5f2e8}.c_list-model:last-child{border-right:none}.c_list-model .list-titles .item{color:#aca695;display:inline-block;vertical-align:bottom;padding:0 6px;line-height:1}.c_list-model .list-titles .th-1{width:14%;text-align:right}.c_list-model .list-titles .th-2{width:55%}.c_list-model .list-titles .th-3{width:21%}.c_list-model .list-model>li{display:inline-block;padding:10px 5px;overflow-wrap:break-word;word-wrap:break-word}.c_list-model .list-model .td-1{font-weight:700;text-align:right;width:14%;vertical-align:top}.c_list-model .list-model .td-2{width:55%}.c_list-model .list-model .td-3{width:23%;vertical-align:top}.c_list-model .list-model .items-column li{max-width:160px;display:inline-block;margin-bottom:0;overflow-wrap:break-word;word-wrap:break-word}.main .c_list-model .c_title-model:first-child .pic{padding-top:3px}.c_list-model .list-model-min>li{padding:5px 0}.c_list-model._min{vertical-align:top;border-right:none;margin-right:23px;width:48%}.c_list-model._min:last-child{margin-right:0}.c_list-model._min .list-titles .th-2{width:70%;padding-left:0}.c_list-model._min .list-titles .th-3{text-align:right}.c_list-model._min .b-models .list-model-min>li{display:inline-block}.c_list-model._min .b-models .list-model-min .td-1{width:73%;overflow:hidden}.c_list-model._min .b-models .list-model-min .td-1 a{position:relative;display:inline-block}.c_list-model._min .b-models .list-model-min .td-1 a:after{position:absolute;top:12px;left:110%;content:"";display:block;width:1000px;height:5px;border-bottom:1px dotted #acabab}.c_list-model._min .b-models .list-model-min .td-2{text-align:right;width:15%;font-weight:700;vertical-align:top}.b-product .txt-descr{position:relative;margin:15px 0}.c_price .b_weight{padding:20px 15px;background-color:#ebf0f3;font-size:13px;margin-bottom:10px}.c_price .b_weight .spec{color:#3c3c3c;line-height:1;font-size:30px;font-family:Tahoma,Verdana,Sans-Serif}.c_price .b_price{font-size:13px;background-color:#f7f3e9}.c_price .b_price .b-bottom,.c_price .b_price .b-top{padding:23px 20px}.c_price .b_price .list-price{margin:15px 0;font-family:Tahoma,Verdana,Sans-Serif;font-size:20px}.c_price .b_price .list-price li{display:block;clear:both}.c_price .b_price-line{border-top:1px dashed #9e947a;border-bottom:1px dashed #fff}.c_price .txt{font-size:12px;color:#7b725b}.c_price .tel{font-size:20px}.c_price .tel .big-numb{font-size:24px;font-weight:700}.c_accordion .panel{padding-bottom:10px;padding-left:17px}.c_accordion .panel-heading{font-size:17px;line-height:1.5;font-weight:700;margin:0 0 10px}.c_accordion .panel-heading .link{display:inline-block;color:#3f3f3f;text-decoration:none;position:relative}.c_accordion .panel-heading .link:hover{color:#db2625}.c_accordion .panel-heading .link:before{position:absolute;top:-4px;left:-16px}.c_accordion .panel-heading .collapsed{color:#0044c2}.c_accordion .panel-heading .collapsed:before{top:-2px}.c_accordion .panel-collapse{color:#626262}.c_accordion .panel-body{padding-bottom:20px}.c_accordion .panel-heading .link:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAK0lEQVR42mK0t7f/z4ADMB04cIARmwRInAnGQJcAM/7//w/HICuQ+QABBgD6Sx5wHPYnWQAAAABJRU5ErkJggg==)}.c_accordion .panel-heading .link:hover:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAJUlEQVR42mIM6NP6z4ADMAExIw45RiYYA10CppMBTQFcIUCAAQDohgIVDlzQIQAAAABJRU5ErkJggg==)}.c_accordion .panel-heading .link.collapsed:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEX///83Y7T2Om+aAAAAAXRSTlMAQObYZgAAABVJREFUCNdjaGA4wPCA4QMQH2BoAAAkXgUx2KhS+wAAAABJRU5ErkJggg==)}.c_accordion .panel-heading .link.collapsed:hover:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAALElEQVR42mIM6NP6z8DAwMgABUxQ+j+6AFwQWQAsiC7AiCzAiKwFbgtAgAEAyfgFFgkrc5UAAAAASUVORK5CYII=)}blockquote.style-1{color:#656565;font-style:italic;margin:27px 0 22px;padding:0;font-size:17px;line-height:1.41176471;border:none}blockquote.style-1:before{content:url(/local/templates/html_dev/css/../images/tmp/designer/blockquote-1.png);margin:2px 15px 5px;float:left}blockquote.style-2{color:#000;background:#E9E6D7;margin:20px 0 25px;padding:18px 41px 16px;font-size:15px;font-weight:700;line-height:1.33333333;border-radius:0;border:none}blockquote.style-3{color:#000;margin:24px;padding:0 0 0 14px;font-size:18px;line-height:1.33333333;border-left:1px solid #0044c2}blockquote.style-4{color:#656565;margin:36px 0 27px;padding:17px 31px 20px;font-size:13px;line-height:1.38461538;border-top:1px solid #DDD;border-bottom:1px solid #DDD;border-left:none}blockquote.style-4 .title{text-transform:uppercase;font-size:15px;line-height:1.46666667;margin:0 0 .55em}blockquote.style-5{color:#3c3c3c;margin:34px 0 24px;padding:0 35px;font-size:18px;line-height:1.33333333;text-align:center;border-left:none}blockquote.style-5:before{content:url(/local/templates/html_dev/css/../images/tmp/designer/blockquote-5-top.png);display:block;margin:0 0 10px}blockquote.style-5:after{content:url(/local/templates/html_dev/css/../images/tmp/designer/blockquote-5-bottom.png);display:block;margin:18px 0 0}a.hover{color:#db2625;text-decoration:underline}.breadcrumb>li>a.hover{color:#db2625}.pagination>li.hover>a,.pagination>li.hover>span{color:#db2625;background-color:transparent;border-color:transparent}.b_list-catalog .col-xs-3:nth-child(4n+1),.b_list-catalog .col-xs-4:nth-child(3n+1),.b_list-catalog .col-xs-6:nth-child(2n+1),.row-clear .col-xs-3:nth-child(4n+1),.row-clear .col-xs-4:nth-child(3n+1),.row-clear .col-xs-6:nth-child(2n+1){clear:both}@media (min-width:768px){.b_list-catalog .col-xs-3.col-sm-3,.b_list-catalog .col-xs-3.col-sm-4,.b_list-catalog .col-xs-3.col-sm-6,.b_list-catalog .col-xs-4.col-sm-3,.b_list-catalog .col-xs-4.col-sm-4,.b_list-catalog .col-xs-4.col-sm-6,.b_list-catalog .col-xs-6.col-sm-3,.b_list-catalog .col-xs-6.col-sm-4,.b_list-catalog .col-xs-6.col-sm-6,.row-clear .col-xs-3.col-sm-3,.row-clear .col-xs-3.col-sm-4,.row-clear .col-xs-3.col-sm-6,.row-clear .col-xs-4.col-sm-3,.row-clear .col-xs-4.col-sm-4,.row-clear .col-xs-4.col-sm-6,.row-clear .col-xs-6.col-sm-3,.row-clear .col-xs-6.col-sm-4,.row-clear .col-xs-6.col-sm-6{clear:none}.b_list-catalog .col-sm-3:nth-child(4n+1),.b_list-catalog .col-sm-4:nth-child(3n+1),.b_list-catalog .col-sm-6:nth-child(2n+1),.row-clear .col-sm-3:nth-child(4n+1),.row-clear .col-sm-4:nth-child(3n+1),.row-clear .col-sm-6:nth-child(2n+1){clear:both}}@media (min-width:1024px){.b_list-catalog .col-sm-3.col-md-3,.b_list-catalog .col-sm-3.col-md-4,.b_list-catalog .col-sm-3.col-md-6,.b_list-catalog .col-sm-4.col-md-3,.b_list-catalog .col-sm-4.col-md-4,.b_list-catalog .col-sm-4.col-md-6,.b_list-catalog .col-sm-6.col-md-3,.b_list-catalog .col-sm-6.col-md-4,.b_list-catalog .col-sm-6.col-md-6,.b_list-catalog .col-xs-3.col-md-3,.b_list-catalog .col-xs-3.col-md-4,.b_list-catalog .col-xs-3.col-md-6,.b_list-catalog .col-xs-4.col-md-3,.b_list-catalog .col-xs-4.col-md-4,.b_list-catalog .col-xs-4.col-md-6,.b_list-catalog .col-xs-6.col-md-3,.b_list-catalog .col-xs-6.col-md-4,.b_list-catalog .col-xs-6.col-md-6,.row-clear .col-sm-3.col-md-3,.row-clear .col-sm-3.col-md-4,.row-clear .col-sm-3.col-md-6,.row-clear .col-sm-4.col-md-3,.row-clear .col-sm-4.col-md-4,.row-clear .col-sm-4.col-md-6,.row-clear .col-sm-6.col-md-3,.row-clear .col-sm-6.col-md-4,.row-clear .col-sm-6.col-md-6,.row-clear .col-xs-3.col-md-3,.row-clear .col-xs-3.col-md-4,.row-clear .col-xs-3.col-md-6,.row-clear .col-xs-4.col-md-3,.row-clear .col-xs-4.col-md-4,.row-clear .col-xs-4.col-md-6,.row-clear .col-xs-6.col-md-3,.row-clear .col-xs-6.col-md-4,.row-clear .col-xs-6.col-md-6{clear:none}.b_list-catalog .col-md-3:nth-child(4n+1),.b_list-catalog .col-md-4:nth-child(3n+1),.b_list-catalog .col-md-6:nth-child(2n+1),.row-clear .col-md-3:nth-child(4n+1),.row-clear .col-md-4:nth-child(3n+1),.row-clear .col-md-6:nth-child(2n+1){clear:both}}@media (min-width:1400px){.b_list-catalog .col-md-3.col-lg-2,.b_list-catalog .col-md-3.col-lg-3,.b_list-catalog .col-md-3.col-lg-4,.b_list-catalog .col-md-3.col-lg-6,.b_list-catalog .col-md-4.col-lg-2,.b_list-catalog .col-md-4.col-lg-3,.b_list-catalog .col-md-4.col-lg-4,.b_list-catalog .col-md-4.col-lg-6,.b_list-catalog .col-md-6.col-lg-2,.b_list-catalog .col-md-6.col-lg-3,.b_list-catalog .col-md-6.col-lg-4,.b_list-catalog .col-md-6.col-lg-6,.b_list-catalog .col-sm-3.col-lg-2,.b_list-catalog .col-sm-3.col-lg-3,.b_list-catalog .col-sm-3.col-lg-4,.b_list-catalog .col-sm-3.col-lg-6,.b_list-catalog .col-sm-4.col-lg-2,.b_list-catalog .col-sm-4.col-lg-3,.b_list-catalog .col-sm-4.col-lg-4,.b_list-catalog .col-sm-4.col-lg-6,.b_list-catalog .col-sm-6.col-lg-2,.b_list-catalog .col-sm-6.col-lg-3,.b_list-catalog .col-sm-6.col-lg-4,.b_list-catalog .col-sm-6.col-lg-6,.b_list-catalog .col-xs-3.col-lg-2,.b_list-catalog .col-xs-3.col-lg-3,.b_list-catalog .col-xs-3.col-lg-4,.b_list-catalog .col-xs-3.col-lg-6,.b_list-catalog .col-xs-4.col-lg-2,.b_list-catalog .col-xs-4.col-lg-3,.b_list-catalog .col-xs-4.col-lg-4,.b_list-catalog .col-xs-4.col-lg-6,.b_list-catalog .col-xs-6.col-lg-2,.b_list-catalog .col-xs-6.col-lg-3,.b_list-catalog .col-xs-6.col-lg-4,.b_list-catalog .col-xs-6.col-lg-6,.row-clear .col-md-3.col-lg-2,.row-clear .col-md-3.col-lg-3,.row-clear .col-md-3.col-lg-4,.row-clear .col-md-3.col-lg-6,.row-clear .col-md-4.col-lg-2,.row-clear .col-md-4.col-lg-3,.row-clear .col-md-4.col-lg-4,.row-clear .col-md-4.col-lg-6,.row-clear .col-md-6.col-lg-2,.row-clear .col-md-6.col-lg-3,.row-clear .col-md-6.col-lg-4,.row-clear .col-md-6.col-lg-6,.row-clear .col-sm-3.col-lg-2,.row-clear .col-sm-3.col-lg-3,.row-clear .col-sm-3.col-lg-4,.row-clear .col-sm-3.col-lg-6,.row-clear .col-sm-4.col-lg-2,.row-clear .col-sm-4.col-lg-3,.row-clear .col-sm-4.col-lg-4,.row-clear .col-sm-4.col-lg-6,.row-clear .col-sm-6.col-lg-2,.row-clear .col-sm-6.col-lg-3,.row-clear .col-sm-6.col-lg-4,.row-clear .col-sm-6.col-lg-6,.row-clear .col-xs-3.col-lg-2,.row-clear .col-xs-3.col-lg-3,.row-clear .col-xs-3.col-lg-4,.row-clear .col-xs-3.col-lg-6,.row-clear .col-xs-4.col-lg-2,.row-clear .col-xs-4.col-lg-3,.row-clear .col-xs-4.col-lg-4,.row-clear .col-xs-4.col-lg-6,.row-clear .col-xs-6.col-lg-2,.row-clear .col-xs-6.col-lg-3,.row-clear .col-xs-6.col-lg-4,.row-clear .col-xs-6.col-lg-6{clear:none}.b_list-catalog .col-lg-2:nth-child(6n+1),.b_list-catalog .col-lg-3:nth-child(4n+1),.b_list-catalog .col-lg-4:nth-child(3n+1),.b_list-catalog .col-lg-6:nth-child(2n+1),.row-clear .col-lg-2:nth-child(6n+1),.row-clear .col-lg-3:nth-child(4n+1),.row-clear .col-lg-4:nth-child(3n+1),.row-clear .col-lg-6:nth-child(2n+1){clear:both}}.red{color:#db2625}#db .mt_10{margin-top:100px}#db .mb_10{margin-bottom:100px}#db .pt_10{padding-top:100px}#db .pb_10{padding-bottom:100px}#db .mt_9{margin-top:90px}#db .mb_9{margin-bottom:90px}#db .pt_9{padding-top:90px}#db .pb_9{padding-bottom:90px}#db .mt_8{margin-top:80px}#db .mb_8{margin-bottom:80px}#db .pt_8{padding-top:80px}#db .pb_8{padding-bottom:80px}#db .mt_7{margin-top:70px}#db .mb_7{margin-bottom:70px}#db .pt_7{padding-top:70px}#db .pb_7{padding-bottom:70px}#db .mt_6{margin-top:60px}#db .mb_6{margin-bottom:60px}#db .pt_6{padding-top:60px}#db .pb_6{padding-bottom:60px}#db .mt_5{margin-top:50px}#db .mb_5{margin-bottom:50px}#db .pt_5{padding-top:50px}#db .pb_5{padding-bottom:50px}#db .mt_4{margin-top:40px}#db .mb_4{margin-bottom:40px}#db .pt_4{padding-top:40px}#db .pb_4{padding-bottom:40px}#db .mt_3{margin-top:30px}#db .mb_3{margin-bottom:30px}#db .pt_3{padding-top:30px}#db .pb_3{padding-bottom:30px}#db .mt_2{margin-top:20px}#db .mb_2{margin-bottom:20px}#db .pt_2{padding-top:20px}#db .pb_2{padding-bottom:20px}#db .mt_1{margin-top:10px}
#db .mb_1{margin-bottom:10px;}
#db .mb_1_gr{margin-bottom:10px;}
#db .pt_1{padding-top:10px}#db .pb_1{padding-bottom:10px}#db .mt_0{margin-top:0}#db .mb_0{margin-bottom:0}#db .pt_0{padding-top:0}#db .pb_0{padding-bottom:0}._upper{text-transform:uppercase}._lower{text-transform:lowercase}._capit{text-transform:capitalize}._transf-none{text-transform:none}.font-bold{font-weight:700}.font-italic{font-style:italic}.font-normal{font-weight:400}._line-through{text-decoration:line-through}._underline{text-decoration:underline}._decor-none,._decor-none:hover{text-decoration:none}.break-word{overflow-wrap:break-word;word-wrap:break-word}.mark{color:#db2625}._nowrap,.btn{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.cur-pointer{cursor:pointer}.cur-default{cursor:default}.cur-text{cursor:text}._lnk{border-bottom:1px solid;text-decoration:none;cursor:pointer;color:#0044c2}._lnk:hover{color:#db2625}._lnk_pseudo{border-bottom:1px dashed;text-decoration:none;cursor:pointer;color:#0044c2;display:inline-block}._lnk_pseudo:hover{color:#db2625}._dash{border-bottom:1px dashed;text-decoration:none}._dot{border-bottom:1px dotted;text-decoration:none}.fl-left{float:left}.fl-right{float:right}.fl-none{float:none}.clear{clear:both}.fl-img,img[align=left]{display:block;float:left;margin:0 20px 10px 0}.fr-img,img[align=right]{display:block;float:right;margin:0 0 10px 20px}.disp-block{display:block}.disp-inline{display:inline}.disp-inline-block{display:inline-block}.disp-table{display:table}.disp-inline-table{display:inline-table}.disp-table-cell{display:table-cell}.disp-none{display:none}.pos-rel{position:relative}.pos-abs{position:absolute}.over-hid{overflow:hidden}.over-vis{overflow:visible}.over-auto{overflow:auto}.picshadow{box-shadow:0 4px 29px -10px #000}.show-grid [class*=col-]{background-color:#eee;background-color:rgba(86,61,124,.15);border:1px solid #ddd;border:1px solid rgba(86,61,124,.2)}.wide .g-sidebar{display:none}.wide .wide-inside{width:100%;margin-left:0}body,html{height:100%}.g-wrapper{min-height:100%;padding-bottom:125px;background-color:#fff}.g-wrapper_i{min-width:990px;overflow:hidden}.g-header_i,.g-main_i{background-color:#fff}.g-footer_i{padding-top:35px}.g-footer{background-color:#f2f2f2;position:relative;margin-top:-125px;clear:both;min-height:155px;min-width:990px}.brdr-line{border-bottom:5px solid #ebf0f3;margin:0 -35px}.title-cat{font-size:20px;font-weight:700;line-height:1}.bg-title-ind{background:center bottom no-repeat #fff;background:url(/local/templates/html_dev/css/../images/city-silhouette.png) center bottom no-repeat,linear-gradient(to bottom,#fff 1%,#e8eff7 100%) center bottom no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8eff7);position:relative}.ie9 .bg-title-ind .bg-inner{width:1204px;height:252px;background:url(/local/templates/html_dev/css/../images/city-silhouette.png) no-repeat;position:absolute;left:50%;margin-left:-602px;bottom:0}.style-ind{position:relative;font-style:normal;font-size:24px;margin:10px 90px}.style-ind:before{position:absolute;left:-18px;top:15px;content:"";display:block;height:2px;width:15px;background-color:#b58a24}.lnk_popup{display:inline-block;cursor:pointer;line-height:1;color:#0044c2;border-bottom:1px dashed;font-family:Tahoma,Verdana,Sans-Serif;font-size:14px}.lnk_popup:hover{color:#db2625}.b_title-dop .title{font-size:24px;font-weight:700;font-family:Tahoma,Verdana,Sans-Serif}.b_title-dop .pull-right{padding-top:10px}.b_title-dop .modal .descr .txt{font-size:16px}.b_title-dop .modal .descr-style{font-size:14px;color:#a59494}.b_title-dop .b_list-catalog .col-xs-3:nth-child(4n+1){clear:both}.b_title-dop .has-error .form-control{border-color:#db2625}.b_title-dop .cl_des{color:#3c3c3c;line-height:30px;font-size:12px}.b_title-dop ._black{color:#000}.b_title-dop .fs_13{font-size:13px}.b_title-dop .fs_16{font-size:16px;line-height:20px}.b-return a{position:relative}.b-return a i{position:absolute;top:0;left:0}.b-return a span{padding-left:19px}.title_no_price{font-family:Tahoma,Consolas,"Courier New",monospace;font-size:20px;color:#3c3c3c;line-height:24px}

.has-sub {
	position: relative;
}

.has-sub ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 9;
/*	background-color: #949494; */
	background-color: #fff;
	width: inherit;
}

.has-sub:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 6px;
	height: 12px;
	width: 12px;
/*	background: url(/local/templates/html_dev/css/../images/redesign/arr-menu.png) no-repeat;*/
}

.has-sub ul>li {
	display: block;
}

.has-sub ul>li>a {
/*	font-size: 14px;*/
/*	color: #fff; */
	font-size: 17px;
	color: #0044c2;
	text-decoration: none;
	padding: 5px 14px 5px 13px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 100%;
	display: block;
}

.has-sub ul>li:last-child {
	border-bottom: 1px solid #ddd;
}

.has-sub ul>li>a:hover {
	color: #D52927;
}

.has-sub ul>li.active>a {
	color: #000;
}

.has-sub:hover ul {
	display: block;
}

.c_list-model._min_2{
	vertical-align: top;
    border-right: none;
    width: 48%;
}

.c_list-model._min_2 .mt_1{margin-top: 0!important;}
/* End */


/* Start:/local/templates/html_dev/css/libs/magnific-popup.min.css?14894198865659*/
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom,.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:default}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);-ms-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
/* End */


/* Start:/local/templates/html_dev/styles.css?1611587797557*/
.g-content ol li, .g-content ul li{margin-bottom:0em !important;}
.banner_tonn{background-image:url('/local/templates/html_dev/images/carrying_crane.png'); height:75px; width:971px; background-repeat:no-repeat; display:table;}
.banner_tonn p{text-align:center; font-weight:600; vertical-align:middle; font-size:25px; display:table-cell;}
.b-element .list-spec .item .numb{max-width: 65%;}
.fwrap{flex-wrap:wrap;}
.fwrap .column_one_price{width: 100%!important;}
.fwrap .column_two_price{width: 100%!important; display: flex; justify-content: space-between;}
/* End */


/* Start:/local/templates/html_dev/template_styles.css?175283488121671*/
.modal-dialog .b-error {
	color: #f00;
}
.captcha_word {
	display: block !important;
}
.controls-form {
	display: inline-block;
	vertical-align: top;
}

.c_menu_head > ul {
	display: table;
	width: 100%;
}
.c_menu_head .item_1 {
	display: table-cell;
	margin: 0;
	font-size: 17px;
	padding-top: 1px;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-align: center;
}
.c_menu_head .item_1:first-child {
	text-align: left;
}
.c_menu_head .item_1:last-child {
	text-align: right;
}

.before_footer_menu .c_menu_head > ul {
	width: 650px;
	margin: 0 auto;
}

.captcha_img1 {
	display: inline-block;
	margin-left: 10px;
}
.search-result-cnt {
	margin-top: 5px;
}
.search-result ._h4 {
	margin-left: 5px;
}
.txt-descr ._h2,
.txt-descr h2 {
	margin-top: 0.6em;
}
.c_gallery_photo section.review__item.item {
	display: block;
	float: none;
	width: auto;
}
.c_gallery_photo section.review__item.item a.link {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.review__info {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	text-align: left;
}
.review__name {
	text-align: left !important;
	font-size: 18px !important;
}
.review__txt {
	font-size: 14px;
}
article h2 {
	font-size: 20px;
}
.tag-block {
	padding: 3px;
	border-radius: 15px;
	background: #ebf0f3;
	margin-bottom: 10px;
}
.tag-block table {
	margin-bottom: 0;
}
.tag-block table tr {
	border: none;
	line-height: 1;
}
.tag-block table tr td {
	padding: 5px 0;
}
.tag-block .separator:before {
	content: " | ";
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.mfp-bg {
	background: #0b0b0b none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042;
}
.sliccc img {
	margin: auto;
	text-align: center;
}
.c_gallery_photo .sliccc .item {
	margin: 0 !important;
}
#Go_Top {
	position: fixed;
	bottom: 40px;
	right: 15px;
	cursor: pointer;
	z-index: 999;
}
#Go_Top:hover {
	opacity: 0.8;
}
.tag-block {
	padding: 3px;
	border-radius: 15px;
	background: #ebf0f3;
	margin-bottom: 10px;
}
.tag-block table {
	margin-bottom: 0;
}
.tag-block table tr {
	border: none;
	line-height: 1;
}
.tag-block table tr td {
	padding: 5px 0;
}
.b-catalog .tag-block table tr td {
	padding: 5px;
}
.tag-block .separator:before {
	content: " | ";
	display: inline-block;
}
.bold {
	font-weight: bold;
}
aside .tag-block {
	border-radius: 0;
	padding: 0;
	background: none;
}
aside .tag-block .caption {
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
}
aside .tag-block .caption:first-letter {
	color: #dc3325;
	font-weight: bold;
}
aside .tag-block .line-only {
	display: none;
}
aside .tag-block table tr {
	display: inline-block;
	margin-bottom: 10px;
	background: #ebf0f3;
	padding: 14px 7px;
}
aside .tag-block table tr td {
	width: 100%;
	display: inline-block;
}
aside .tag-block .separator:before {
	content: none;
}
aside .tag-block a {
	display: block;
	margin-bottom: 9px;
}
aside .tag-block a:before {
	content: "✓";
	color: #dc3325;
	display: inline-block;
	font-weight: bold;
	margin: 0 3px;
}
.info ._h2 {
	color: #0044c2;
}
.info ._h2:hover {
	color: #db2625;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.item.col-xs-4 {
	height: 120px;
}
.single-slide {
	float: left;
	width: 200px;
}
.lnk_popup:hover {
	color: #000 !important;
	background: #f47575;
}
.block-action {
	padding: 10px;
	text-align: center;
	background: #eee;
	border: 1px solid #000;
	font-size: 16px;
}
.block-action span {
	font-size: 26px;
}
.block-action .btn {
	width: 190px;
	margin: 0 auto;
	display: block;
	box-shadow: unset;
}
.g-wrapper {
	padding-bottom: 0;
}
.g-footer {
	margin-top: 0;
}
a.tel {
	color: #000;
	text-decoration: none;
}
a.tel:hover {
	color: #db2625;
}
.has-sub ul {
	min-width: 200px;
}
.reminder {
	padding: 0 10px;
	margin-bottom: 30px;
	font-weight: 600;
	color: #ce222a;
}
/*menu-fix*/
.c_menu_head {
	padding-left: 10px;
	padding-right: 10px;
}
.brdr-line {
	margin-left: 0;
	margin-right: 0;
}
.price-value {
	display: block;
}
.b-element.relative-section {
	position: relative;
}
.btn.red-btn-buy {
	width: 35%;
	height: 30px;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	position: absolute;
	right: 15px;
	bottom: 20px;
}
.tag-block .separated:not(:last-of-type):after {
	content: " | ";
	display: inline-block;
}
/*new-logo*/
.flex-logo {
	height: 64px;
}
.flex-logo img {
	float: left;
}
.full-logo {
	margin: 0 10px;
	float: left;
	padding: 5px 0 0;
}
.full-logo .short-slogan {
	font-size: 40px;
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	color: #ce222a;
}
.full-logo .long-slogan {
	margin-top: 4px;
	margin-bottom: -2px;
	line-height: normal;
	font-size: 11px;
	font-weight: bold;
	color: rgb(60, 60, 60);
}
.link-logo,
.link-logo:hover {
	text-decoration: none;
}
.c_logo_head {
	margin-top: -3px !important;
}
.lnk_popup {
	margin-top: 2px;
}
.status-message.error {
	color: #ff0000 !important;
}
.policy-check {
	margin: 10px 0;
}
.c_search_sm .field {
	position: relative;
	width: 100%; /* padding-left:20px; */ /* padding-right:0px; */
}
.head {
	margin: 0;
}
.head form {
	height: 30px;
	padding-right: 0;
}
.c_menu_head .item_1 .active {
	text-decoration: none;
	font-weight: bold;
	cursor: inherit;
}
#alltimeicon {
	position: absolute;
	display: block;
	width: 70px;
	height: 58px;
	background: url(/local/templates/html_dev/images/24-7.png);
	left: -35px;
	top: 0;
}
.lnk_popup {
	border-bottom: 0;
	background: #d4201f;
	color: white;
	padding: 0.4em 1em;
	border-radius: 8px;
}
.lnk_popup:hover {
	color: white;
}
.c_title-ind.mt_4.mb_4 {
	margin-top: 5px !important;
}
.col-xs-9.col-xs-offset-1 {
	margin-left: 0;
}
.c_studio {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 13px;
	margin-top: 18px;
	margin-left: 90px;
	position: absolute;
	min-width: 135px;
	float: right;
}
.seti {
	margin-top: 18px;
	text-align: right;
}
.visible-xs {
	display: none;
}
#video12 {
	position: relative;
	margin-bottom: 110px;
	padding-bottom: 75%;
}
#video12 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
#video12 div {
	position: absolute;
	bottom: -110px;
	width: 100%;
	height: 100px;
	padding: 0;
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
	display: inline-flex;
}
#video12 img {
	height: calc(100% - (5px + 1px) * 2 - 10px);
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #555;
	border-radius: 5px;
	opacity: 0.7;
}
#video12 img:hover {
	opacity: 1;
	cursor: pointer;
}
#video12 img:focus {
	opacity: 0.2;
}
.wsepar {
	padding: 0 5px 0 0;
	border-right: 1px solid #000;
}
.wsepar.whide,
.wopclose_hide,
.show_filter .wopclose_show {
	display: none;
}
.show_filter .wsepar.whide,
.show_filter .wopclose_hide {
	display: inline;
}
.slick-vertical {
	padding: 20px 8px;
	border: 2px solid #ddd;
	border-radius: 3px;
	width: 242px;
	box-sizing: border-box;
	height: 940px;
	overflow: hidden;
}
.slick-vertical .slick-prev,
.slick-vertical .slick-next {
	width: 26px;
	height: 18px;
	margin: 0 0 0 -9px;
	left: 50%;
	right: auto;
}
.slick-vertical .slick-prev {
	top: 0;
}
.slick-vertical .slick-next {
	bottom: 0;
	top: auto;
}
.slick-vertical .slick-prev:before,
.slick-vertical .slick-next:before {
	content: "";
	display: block;
	width: 26px;
	height: 18px;
}
.slick-vertical .slick-prev:before {
	background: url(/local/templates/html_dev/images/icons/arrow_top.png) center no-repeat;
}
.slick-vertical .slick-next:before {
	background: url(/local/templates/html_dev/images/icons/arrow_bottom.png) center no-repeat;
}
.slick-vertical .slick-list {
	height: 100% !important;
}
.right_padding {
	padding: 35px 0 0;
}
.banner_right {
	width: 242px;
	margin: 0 0 20px;
	border: 2px solid #e9e9e9;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 0;
}
.banner_right img {
	width: 100%;
}
.b-element .price {
	font-size: 14px;
}
.grayadvan_block {
	width: 100%;
	box-sizing: border-box;
	background: #f1f1f1;
	padding: 40px 0 35px;
	overflow: hidden;
	margin: 0 0 20px;
}
.grayadvan_item {
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 20px;
}
.grayadvan_item_img {
	margin: 0 0 10px;
	text-align: center;
	line-height: 0;
	height: 80px;
}
.grayadvan_item_img img {
	display: inline-block;
}
.grayadvan_item_title {
	font-size: 16px;
	color: #3c3c3c;
	font-weight: bold;
	line-height: 20px;
}
#tagblock_wrapper {
	overflow: hidden;
	width: 100%;
}
#tagblock_wrapper .tag-block {
	background: none;
}
.b_title-dop.section_other .title {
	font-size: 18px;
	text-align: center;
}
.section_other_block {
	margin: 10px 0 0;
}
.section_other_block .col-xs-12 {
	padding: 0 5px;
}
#db .mb_2.section_other {
	margin: 0 0 10px;
}
.b-element span.delivery-btn {
	bottom: 58px !important;
	padding: 5px 3px !important;
}
#blagodar_block {
	overflow: hidden;
	margin: 0 0 50px;
}
#blagodar_block_title {
	text-align: center;
	font-size: 20px;
	margin: 0 0 60px;
	font-size: 26px;
	font-weight: 700;
	font-family: Tahoma, Verdana, Sans-Serif;
}
#blagodar_block_title a {
	color: #0044c2;
}
#blagodar_block_title a:hover {
	color: #db2625;
}
#blagodar_block_slider {
	overflow: hidden;
}
.blagodar_block_item {
	margin: 0 auto;
	width: 248px;
	height: 350px;
	background: #eee;
	text-align: center;
}
.blagodar_block_item a {
	display: block;
	text-align: center;
}
.blagodar_block_item img {
	display: inline-block;
}
#blagodar_block .slick-prev,
#blagodar_block .slick-next {
	width: 31px;
	height: 26px;
	margin: -13px 0 0;
	top: 50%;
	right: auto;
	z-index: 5;
}
#blagodar_block .slick-prev {
	left: 0;
}
#blagodar_block .slick-next {
	right: 0;
}
#blagodar_block .slick-prev:before,
#blagodar_block .slick-next:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
}
#blagodar_block .slick-prev:before {
	border: 13px solid transparent;
	border-right: 18px solid #0044c2;
}
#blagodar_block .slick-next:before {
	border: 13px solid transparent;
	border-left: 18px solid #0044c2;
}
#tagblock_wrapper td:first-child {
	white-space: nowrap;
	padding: 5px 5px 5px 0;
}
.section_other_block .b-element .e_lnk {
	margin: 0 0 20px;
}
.section_other_block .btn {
	width: 35%;
	height: 30px;
	font-size: 12px;
	padding: 5px 3px;
	font-weight: bold;
	position: absolute;
	right: 15px;
	bottom: 44px;
}
.b-element.wdelivblock .e_descr {
	padding: 12px 14px 0;
}
.tbl_wbtns {
	width: 100%;
}
.tbl_wbtns td {
	vertical-align: middle;
}
.tbl_wbtns tr:hover td {
	background: #eee;
}
.tbl_wbtns a.btn {
	font-size: 14px;
	opacity: 1;
	padding: 5px 10px;
}
/*.tbl_wbtns tr:hover a.btn{opacity:1;}*/
.b-element button.delivery-btn,
.b-element span.delivery-btn {
	bottom: 55px !important;
}
/*.fixed_autovishka{top:81%!important;}*/
.list_city {
	padding: 0 !important;
	overflow: hidden;
}
.list_city li {
	list-style: none !important;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 !important;
}
.list_city li:before {
	content: none !important;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.b-element .price {
	font-size: 12px;
	line-height: 2;
}
.aicenter {
	align-items: center;
}
.flex.aicenter .btn.red-btn-buy {
	width: 90px;
	position: static;
	padding: 5px 3px;
}
.header_switch {
	text-align: center;
	padding: 10px 0 0;
	font-size: 30px;
	text-transform: uppercase;
	font-family: Tahoma;
	font-weight: 700;
}
.header_switch a {
	color: #0044c2;
}
.header_switch a.active {
	color: #ce232b;
}
.for_table table {
	width: 100%;
}
.price-value .delivery-prop {
	padding: 0;
	height: auto;
	justify-content: normal;
}
.b-element .price.prod {
	align-items: center;
}
.price.prod .btn-success._m-width {
	height: 30px !important;
	font-size: 14px !important;
}
.btn-success._m-width {
	background: #ce222a !important;
}
.delivery-prop {
	color: #ce222a !important;
}

.g-sidebar .aicenter {
	overflow: hidden;
	display: block;
}
.column_one_price {
	float: left;
	padding: 4px 0 0;
	width: 54%;
}
.column_two_price {
	float: right;
	width: 46%;
}

.warning_min_8 {
	border: 3px solid #d01c1b;
	border-radius: 3px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 0 0px 0;
}
.warning_min_8 span {
	color: #d62221;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 8px;
	font-family: "Segoe UI";
}
.warning_min_8 p {
	color: #000 !important;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold !important;
	padding-top: 2px;
	font-family: "Segoe UI";
}

.e_lnk a {
	color: #0044c2;
}
.e_lnk a:hover {
	color: #db2625;
}

.header_email {
	margin: 7px 0 5px;
	font-size: 16px;
}
.tag-block table tr td {
	font-size: 12px;
}
.b-catalog .tag-block table tr td {
	font-size: 14px;
}

.footer_contacts {
	text-align: center;
}

.video__play {
	position: relative;
	line-height: 0;
	margin: 0 0 20px;
	display: block;
}
.video__play:before,
.video__play:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
}
.video__play:before {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 20px solid #fff;
	z-index: 2;
	margin: -10px 0 0 -8px;
}
.video__play:after {
	background: #444;
	width: 68px;
	height: 48px;
	margin: -24px 0 0 -34px;
	border-radius: 10px;
}
.video__play:hover:after {
	background: #f00;
}

.banners_bottom {
	overflow: hidden;
}
.banners_bottom_item {
	float: left;
	margin: 0 16px 0 0;
	width: 230px;
	line-height: 0;
}
.banners_bottom_item:last-child {
	margin: 0;
}

.autofilter_block {
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	overflow: hidden;
	margin: 30px 0;
}
.autofilter_header {
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 20px;
	font-family: Tahoma, Verdana, Sans-Serif;
	background: #f8f9fa;
	background: -moz-linear-gradient(top, #f8f9fa 0%, #f2f2f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f9fa), color-stop(100%, #f2f2f3));
	background: -webkit-linear-gradient(top, #f8f9fa 0%, #f2f2f3 100%);
	background: -o-linear-gradient(top, #f8f9fa 0%, #f2f2f3 100%);
	background: -ms-linear-gradient(top, #f8f9fa 0%, #f2f2f3 100%);
	background: linear-gradient(to bottom, #f8f9fa 0%, #f2f2f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f9fa', endColorstr='#f2f2f3',GradientType=0);
}
.autofilter_title {
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: 700;
}
.autofilter_body {
	padding: 30px 0;
	background: #f8f9fa;
	background: #f8f9fa;
	background: -moz-linear-gradient(top, #f8f9fa 0%, #f2f2f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f9fa), color-stop(100%, #f2f2f3));
	background: -webkit-linear-gradient(top, #f8f9fa 0%, #f2f2f3 100%);
	background: -o-linear-gradient(top, #f8f9fa 0%, #f2f2f3 100%);
	background: -ms-linear-gradient(top, #f8f9fa 0%, #f2f2f3 100%);
	background: linear-gradient(to bottom, #f8f9fa 0%, #f2f2f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f9fa', endColorstr='#f2f2f3',GradientType=0);
}
.autofilter_footer {
	padding: 20px;
	background: #f8f9fa;
	text-align: center;
}
.autofilter_footer a {
	width: 115px;
	line-height: 40px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	background: #ce222a;
	border: 1px solid #ce222a;
}
.autofilter_footer a:hover {
	background: none;
	color: #ce222a;
}

.autofilter_items {
	overflow: hidden;
}
.autofilter_item {
	float: left;
	margin: 0 20px 0 0;
}
.autofilter_item_title {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 600;
}
.autofilter_item_input .inp_text,
.autofilter_item_input select {
	border: 1px solid #939393;
	border-radius: 3px;
	padding: 0 10px;
	height: 24px;
	text-align: center;
	width: 145px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e6e6));
	background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
	background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6',GradientType=0);
}
.autofilter_item_input select {
	width: 100px;
}

.set_info_props {
	color: #929292;
	font-weight: 600;
	padding: 0 10px;
}

.selauto_items {
	padding: 0 10px;
}
.selauto_items .error {
	margin: 0 10px;
	font-weight: 600;
	color: #d00;
}
.selauto_item_out label {
	margin: 0;
}
.selauto_item {
	height: 235px;
	padding: 15px;
	border-radius: 10px;
	background: #eff3f5;
	box-sizing: border-box;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
}
.selauto_item_picture {
	height: 125px;
	overflow: hidden;
	margin: 0 0 15px;
}
.selauto_item_picture img {
	width: 100%;
	height: auto;
}
.selauto_item_title {
	min-height: 30px;
	margin: 0 0 10px;
	text-align: center;
}
.selauto_item_price {
	font-size: 13px;
	text-align: center;
	color: #000;
	margin: 20px 0 0;
}
.selauto_item_price span {
	font-size: 16px;
}
.hidden_inp_check {
	display: none;
}
.hidden_inp_check:checked ~ .selauto_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ebf0f3;
	background: rgba(235, 240, 243, 0.7);
}
.hidden_inp_check:checked ~ .selauto_item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/tech_checked.png) center 25px no-repeat;
	z-index: 2;
}
.autofilter_item_input .inp_sub {
	border: 1px solid #d00;
	border-radius: 3px;
	width: 155px;
	height: 35px;
}
.selauto_items .b-element {
	background: #fff;
}

.for_sub {
	margin: 10px 0 0 20px;
}
.svg-logo img {
	width: 240px;
}
.square-ico-svg img {
	width: 47px;
}

.min_gallery_list {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.min_gallery_item {
	text-align: center;
	line-height: 0;
}
.min_gallery_item a {
	position: relative;
	width: 225px;
	height: 155px;
	overflow: hidden;
	margin: 0 auto;
}
.min_gallery_item span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 6;
	display: block;
}
.min_gallery_item span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgc3R5bGU9ImZpbGw6I2ZmZmZmZiI+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTI1NiA0OEMxNDEuMSA0OCA0OCAxNDEuMSA0OCAyNTZzOTMuMSAyMDggMjA4IDIwOGMxMTQuOSAwIDIwOC05My4xIDIwOC0yMDhTMzcwLjkgNDggMjU2IDQ4eiBNMjU2IDQ0Ni43IGMtMTA1LjEgMC0xOTAuNy04NS41LTE5MC43LTE5MC43UzE1MC45IDY1LjMgMjU2IDY1LjNTNDQ2LjcgMTUwLjkgNDQ2LjcgMjU2UzM2MS4xIDQ0Ni43IDI1NiA0NDYuN3oiLz4NCgkJPC9nPg0KCTwvZz4NCgk8Zz4NCgkJPHBvbHlnb24gcG9pbnRzPSIyNjQuMSwxMjggMjQ3LjMsMTI4IDI0Ny4zLDI0Ny45IDEyOCwyNDcuOSAxMjgsMjY0LjcgMjQ3LjMsMjY0LjcgMjQ3LjMsMzg0IDI2NC4xLDM4NCAyNjQuMSwyNjQuNyAzODQsMjY0LjcgMzg0LDI0Ny45IDI2NC4xLDI0Ny45Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=)
		center center no-repeat;
	background-size: 70px 70px;
}
.min_gallery_item a:hover span:after {
	opacity: 1;
}
.min_gallery_list .slick-prev,
.min_gallery_list .slick-next {
	width: 31px;
	height: 26px;
	margin: -13px 0 0;
	top: 50%;
	right: auto;
	z-index: 5;
}
.min_gallery_list .slick-prev {
	left: -40px;
}
.min_gallery_list .slick-next {
	right: -40px;
}
.min_gallery_list .slick-prev:before,
.min_gallery_list .slick-next:before {
	content: "" !important;
	display: block;
	width: 0;
	height: 0;
}
.min_gallery_list .slick-prev:before {
	border: 13px solid transparent;
	border-right: 18px solid #0044c2;
}
.min_gallery_list .slick-next:before {
	border: 13px solid transparent;
	border-left: 18px solid #0044c2;
}

/* -------cookie---------- */

.agree-cookie {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	flex-wrap: wrap;
	gap: clamp(1.875rem, 0.341rem + 6.55vw, 5.25rem);
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
	padding: clamp(0.625rem, 0.199rem + 1.82vw, 1.563rem) clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
}
.agree-cookie.hidden {
	display: none;
}
.agree-cookie.show {
	display: flex !important;
}
@media (width < 768px) {
	.agree-cookie {
		flex-direction: column;
	}
}

.agree-cookie__text-box {
	flex: 0 1 70%;
	max-width: 887px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
	color: rgb(255, 255, 255);
}
.agree-cookie__text-box > a {
	max-width: 887px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
@media (width < 768px) {
	.agree-cookie__text-box {
		flex: 0 1 100%;
	}
}

.agree-cookie__btn-box {
	flex: 0 1 9%;
}
@media (width < 768px) {
	.agree-cookie__btn-box {
		flex: 0 1 100%;
	}
}

.agree-cookie__btn {
	width: 157px;
	padding: 10px 15px;
	border: 2px solid #d4201f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-size: 15px;
	font-weight: 300;
	line-height: 130%;
	color: rgb(255, 255, 255);
	background: transparent;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.agree-cookie__btn:hover {
	transition: 0.3s;
	background: #d4201f;
	color: rgba(0, 0, 0, 0.7);
} /*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/html_dev/js/slick/slick.css?14894198871767 */
/* /local/templates/html_dev/js/slick/slick-theme.css?14894198873022 */
/* /local/templates/html_dev/css/app.min.css?167948917092094 */
/* /local/templates/html_dev/css/libs/magnific-popup.min.css?14894198865659 */
/* /local/templates/html_dev/styles.css?1611587797557 */
/* /local/templates/html_dev/template_styles.css?175283488121671 */
