a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}input[type=text], textarea{ outline:none;border-radius:0;}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 22, 2015 */



@font-face {
    font-family: 'als_rublregular';
    src: url('../rub/rouble-webfont.eot');
    src: url('../rub/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('../rub/rouble-webfont.woff2') format('woff2'),
         url('../rub/rouble-webfont.woff') format('woff'),
         url('../rub/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{/*color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px*/}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{/*background:#869791;color:#fff;text-decoration:none*/}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:9px;height:9px;margin:5px 7px;background:#00a8ea;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:none;border: 2px solid #3483c0; height: 13px;width: 13px;-webkit-border-radius: 100px;border-radius: 100%;  margin:2px 5px 2px 5px;}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {

}
.irs {
    position: relative; display: block;
}
.irs {
    height: 24px;
}

.irs-line {
    height: 2px; 
    top: 10px;
    background-color:#00a8ea;
}
    .irs-line-left {
        height: 2px;
        background-color:#aeb6b9;
    }
    .irs-line-mid {
        height: 2px;
        background-color:#aeb6b9;
    }
    .irs-line-right {
        height: 2px;
        background-color:#aeb6b9;
    }
.irs-diapason {
    height: 2px;
    top: 25px;
    background-color:#00a8ea;
}
.irs-bar {
    height: 2px;
    top: 10px;
    background-color:#00a8ea;
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}
    .irs-bar-edge {
        top: 25px;
        height:2px;
}

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index:101;
    width: 11px; 
    height: 11px;
    border-radius: 100%;
    background-color: #00a8ea;
    top:5px;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/*.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}*/

.irs-min, .irs-max {
    font-size: 10px; 
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    bottom: -15px;
    padding: 1px 3px;
    display: none!important;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #3654b0;
}
.irs-from, .irs-to, .irs-single {
    
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #d8dff3;
}
.irs-grid-pol {
    background: #777;
}
.irs-grid-text {
    color: #e0e0e0;
}
.irs-line {
        position: relative; display: block;
        overflow: hidden;
    }

.irs-line-left, .irs-line-mid, .irs-line-right {
     position: absolute; display: block;
    top: 0;
}
.irs-line-left {
    left: 0; width: 10%;
}
.irs-line-mid {
    left: 9%; width: 82%;
}
.irs-line-right {
    right: 0; width: 10%;
 }

.irs-diapason {
     position: absolute; display: block;
}

 .irs-slider.single {
     left: 10px;
}
.irs-slider.single:before {
     position: absolute; display: block; content: "";
    top: -30%;
    left: -30%;
    width: 11px; 
    height: 11px;
   
}
      
.irs-slider.from:before {
    position: absolute; 
    display: block;
    content: "";
    top: 0;
    left: 0%;
}

.irs-slider.from:before, .irs-slider.to:before{
    width:54px;
    height:22px;
    background-color:transparent;
    border-radius:5px;
}
.irs-slider.to:before {
    position: absolute;
    display: block;
    content: "";
    top: -30%;
    right: 0;
 }
.irs-slider.last {
    z-index: 101;
}

.irs-min {
    position: absolute; display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute; display: block;
    right: 0;
    cursor: default;
}
    .irs-from, .irs-to, .irs-single {
        position: absolute;
        display: none;
        bottom:0; 
        left:0;
        cursor: default;
        white-space: nowrap;
        z-index:100;
        min-width: 11px;
    }
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        width: 100px;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: 0;
    width: 100%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}


.irs-disabled {
}

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}
#model_carousel{width: 495px;}
#model_carousel .slides li{
  margin:0 10px;
  border: 1px solid #c8c8c8;
 width: 79px !important;
 height: 79px !important;
}
#model_carousel .slides li:hover,#model_carousel .flex-active-slide{
    border: 1px solid #00a8ea !important;
}
.flexslider .slides{
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
    display: block;
  margin: 14px auto;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  margin-top: -7px;
}
.flex-direction-nav a:before {
  display: inline-block;
  content:"";
 }
.flex-direction-nav a.flex-next:before {
  content:"";
}
.flex-direction-nav .flex-prev {
  left: -20px;
  background: url(../images/carousel_prev.png) 0 50% no-repeat;
}
.flex-direction-nav .flex-next {
  right: -20px;
  text-align: right;
  background: url(../images/carousel_next.png) 0 50% no-repeat;
}
/*.flexslider:hover */.flex-direction-nav .flex-prev{
  opacity: 0.7;
  left:-10px;
  cursor: pointer;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover{
  opacity: 1;
}
/*.flexslider:hover */.flex-direction-nav .flex-next{
  opacity: 0.7;
  right:-16px;
  cursor: pointer;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  filter: alpha(opacity=0);
  /*cursor: default;*/
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  display: inline-block;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: "";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
 }
.flex-control-paging li a:hover {
 
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background-color: transparent!important;
    color: #a7a7a7;
}

.resp-tabs-container {
    padding: 0px;
   /* background-color: #fff;*/
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    margin-bottom: -1px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
   
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
   
}

h2.resp-tab-title:last-child {
  
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.jq-checkbox {
	top: -1px;
	width: 17px;
	height: 18px;
	background: url(../images/checkbox_img.png) no-repeat 0 10%;
	vertical-align: middle;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 17px;
	height: 18px;
	background: url(../images/checkbox_img.png) no-repeat 0 110%;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	margin-top: 13px;
}
.jq-selectbox__select {
	height: 36px;
	padding-left: 10px;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	background-color: #fff;
}
.jq-selectbox__select:hover {
	
}
.jq-selectbox__select:active {
	background: #F5F5F5;
}
.jq-selectbox.focused .jq-selectbox__select {	
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%!important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 38px;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 10px;
	height: 6px;
	background: url(../images/plat_img1.png) 0 0 no-repeat;
	overflow: hidden;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 35px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color:#00a8ea;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color:#00a8ea;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	/*background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	/*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	/*background-image: url('../images/fancybox_sprite.png');*/
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	/*background: url('../images/fancybox_loading.gif') center center no-repeat;*/
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url('../images/blank.gif'); /* helps IE */*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 10px;
}

.fancybox-next {
	right: 10px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	/*visibility: hidden;*/
}

.fancybox-prev span {
	left: -25px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: -25px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	/*visibility: visible;*/
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	/*background: url('../images/fancybox_overlay.png');*/
	background: url(../images/arcticmodal-overlay.png) 0 0 repeat;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	/*visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;*/
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	/*position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;*/
}

.fancybox-title-float-wrap .child {
	/*display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;*/ /* Fallback for web browsers that doesn't support RGBa */
	/*background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;*/
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#content{
	#background: url(../images/bg_content.jpg) 0 0 no-repeat;
}
.content_search input[type="text"]{
	width: 100%;
	border: 1px solid #C8C8C8;
	padding: 6px 40px 6px 18px;
	font-size: 13px;
	line-height: 23px;
	color: #A3A3A3;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.content_search_main{
	width: 726px;
	padding-top: 46px;
}
.content_search{
	position: relative;
}
.our_clients_carousel .owl-dots{display: none !important;}
.content_search .search_butt{
	position: absolute;
	background: url(../images/icon_search.png) 50% 50% no-repeat;
	width: 40px;
	height: 37px;
	right: 0px;
	top: 0px;
	display: block;
	outline-style: none;
	border: none;
	cursor: pointer;
}
.example_search{
	font-size: 13px;
	line-height: 23px;
	padding-top: 5px;
	padding-bottom: 19px;
}
.filter{
	padding-top: 33px;
	padding-bottom: 36px;
}
.filter_bt{
	display: inline-block;
	background: #262626;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	padding: 0 12.5px;
	border: none;
	outline-style: none;
	color: #FFF;
	margin: 0 3px;
	cursor: pointer;
}
.filter_bt:hover,.button_right_contacts:hover, .filter_bt.active{
	background: #c0c0c0;
}
.filter_bt.itm2{
	padding: 0 18px;
}
.filter_bt.itm3{
	padding: 0 26px;
}
.filter_bt:first-child{
	margin-left: 0;
}
.product{
	height: 447px;
	width: 281px;
	border: 2px solid #e7e7e7;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.product:hover{
-webkit-box-shadow: 0 0 45px #e5f6fd;
	box-shadow: 0 0 45px #e5f6fd;	
}
.product .title2{font-weight: 400 !important;
/*height: 50px;
overflow: hidden;
line-height: 36px;
padding-bottom:40px;*/}
.product_icon{
	position: absolute;
	background: url(../images/icon_obj_new.png) 0 0 no-repeat;
	width: 38px;
	height: 38px;
	top: 11px;
	right: 9px;
	z-index:100;
}
.product_icon.ic2{
	background: #fff url(../images/icon_obj_medal.png) 0 0 no-repeat;
	width: 28px;
	height: 34px;
	top: 15px;
	right: 9px;
}
.shopping_links{
	#background: url(../images/shopping_cart.png) 0 50% no-repeat;
	#padding-left: 24px;
	line-height: 19px;
	color: #FFF;
}
.shopping_links:hover,.name_product .title2 a:hover{
	text-decoration: underline;
	color: #FFF;
}
.catalog-item-not-available{
	#background: url(../images/shopping_cart.png) 0 50% no-repeat;
	#padding-left: 24px;
	line-height: 19px;
	color: #FFF;
	text-align: right;
}
.catalog-item-not-available:hover,.name_product .title2 a:hover{
	text-decoration: underline;
	color: #FFF;
}
.name_product .title2 a{
	text-decoration: none;
	color: #FFF;
}
.name_product{
    padding: 0 15px 0 15px;
    height: 50px;
	z-index: 9;
}

.act .name_product {
    #height: auto;
    height: 193px;
}

.product{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.product .product_short_inf{
	display:none;
}
.product.act .product_short_inf{
	display:block;
}
.product.act .p_abs{
	#display:none;
    bottom: 260px;
}
.price_pro{
	color: #FFF;
	font-size: 19px;
}
.product_short_inf{
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	z-index: 1000;
	position:relative;
}

.product_short_inf .resize{
	height: 100px;
margin-bottom: 20px;
	overflow:hidden;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
}
.short_inf_link{
	padding-top: 8px;
	padding-bottom: 3px;
	display: block;
	text-decoration: underline;
	color: #FFF;
}
.short_inf_link:hover{
	text-decoration: none;
	color: #FFF;
}
.price_and_links{
	font-size: 18px;
	line-height: 18px;
    padding: 13px 15px 10px 23px;
	z-index: 9;
}

.product.act .price_and_links
{
    padding: 14px 15px 10px 23px;
}

.price_and_links .rub{
	font-size: 20px;
	line-height: 20px;
}
.s2{
	position: relative;
	margin: auto;
	height: 328px;
	width: 80%;
	max-height: 100%;
	overflow: hidden;
}
.s2 a{
	position: relative;
	height: 100%!important;
	width: 100%!important;
	overflow:hidden;
	display:block;
}
.s2 a img{
	max-height: 100%;
	position:absolute;
	left:25%;
	top:0;
	right:0;
	margin:-50%;
	bottom:0;
}
.act.product .s2{
	height: 181px;
	width: 121px;
	z-index: 0;
}
.s2 img,.sys2 img{
	margin:39px auto;
	vertical-align: middle;
	text-align: center;
}
.owl-carousel .owl-item .s2 img{
	width: auto;
}
.nav .prev2,.sys2 .prev2{
  text-indent:-9999px;
  background: url(../images/carousel_prev.png) center left no-repeat;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
}
.nav .next2,.sys2 .next2{
  text-indent:-9999px;
  background: url(../images/carousel_next.png) center right 0 no-repeat;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 50%;
  right:10px;
  display: block;
}
.act.product  .nav{
	top:30%;
}
.nav{
	position:absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 1;
	visibility: hidden;
	z-index: 9;
	display: block;
	margin-top: -44px;
}
.product:hover .nav,.active.product .nav{
	visibility: visible;
	opacity: 1;
	-webkit-transition:all ease-in 0.5s;
	   -moz-transition:all ease-in 0.5s;
	    -ms-transition:all ease-in 0.5s;
	     -o-transition:all ease-in 0.5s;
	        transition:all ease-in 0.5s;	
}
.name_product.bg_blue,.price_and_links.bg_blue {
	  background-color: #00a8ea !important;
}
.act.product .name_product.bg_blue,.act.product .price_and_links.bg_blue{
	background-color: #378ccb !important;
}
.what_this{
	font-size: 11px;
	line-height: 18px;
	padding-top: 10px;
}
.owl-carousel.owl_ind{
	margin-bottom: 63px;
}
.owl-carousel .owl-prev{
	background: url(../images/carousel_main_prev.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -58px;
}
.owl-carousel .owl-next{
	background: url(../images/carousel_main_next.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -24px;
}
.owl-carousel.owl_ind .owl-dots{
	display: none!important;
}
.links_on_the_page{padding-bottom: 107px;}
.links_on_the_page_item{
	width: 280px;
	height: 280px;
	float: left;
	vertical-align: middle;
	text-align: center;
	padding: 110px 50px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #FFF;
	font-size: 24px;
	line-height: 29px;
	margin: 0 34px;
	display: inline-block;
}
.links_on_the_page_item:hover{
	color: #FFF;
    -webkit-box-shadow: 10px 10px 20px #cfcfcf;
    box-shadow: 10px 10px 20px #cfcfcf;
	background-color: #1B405D !important;
}
.links_on_the_page_item:first-child{margin-left: 0;}
.links_on_the_page_item:last-child{margin-right: 0;}
.links_on_the_page_item.img1{
	background:#3877a7 url(../images/link_on_the_page.png) right bottom no-repeat;
}
.links_on_the_page_item.img2{
	background:#3877a7 url(../images/link_on_the_page2.png) right bottom no-repeat;
}
.links_on_the_page_item.img3{
	background:#3877a7 url(../images/link_on_the_page3.png) right bottom no-repeat;
}
.links_on_the_page_item.img4{
	background:#3877a7 url(../images/link_on_the_page4.png) right bottom no-repeat;
}
.links_on_the_page_item.img5{
	background:#3877a7 url(../images/link_on_the_page5.png) right bottom no-repeat;
}
.our_clients_carousel .owl-carousel .owl-item img{
	width: auto;
}
.our_clients_carousel .owl-carousel{
	margin:0 auto;
}
.partn_img_lk{
	padding-top: 35px;
	cursor: pointer;
	display: inline-block;
}
.partn_img_item{
    border: 1px solid red;
}

.our_clients_carousel .owl-carousel .owl-controls .owl-nav .owl-prev{
	background: url(../images/owl_car2prev.png) 0 0 no-repeat;
	width: 13px;
	height: 13px;
	left: -30px;
	top: 40%;
}
.our_clients_carousel .owl-carousel .owl-controls .owl-nav .owl-next{
	background: url(../images/owl_car2next.png) 0 0 no-repeat;
	width: 13px;
	height: 13px;
	right: -30px;
	top: 40%;
}
.our_clients_carousel .owl-carousel .owl-stage-outer{
	padding-left: 60px;
}
.map_shop_carusel{
	width: 100%;
}
.lider_box{
	font-size: 11px;
	line-height: 14px;
	color: #000;
	text-transform: uppercase;
	left: 0;
	right: 0;
	bottom: 116px;
	z-index: 9;
	text-align: center;
}
/*======================error.html======================*/
#content_error{
	#background: url(../images/bg_content2.png) 0 0 no-repeat;
	margin-top: 65px;
}
.error_box{
	width: 763px;
	margin: 0 auto;
}
.title_err {
	position: relative;
	float: left;
	font-size: 133px;
	line-height: 103px;
	padding-right: 51px;
}
.title_err:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -44px;
	height: 96px;
	border-right: 2px solid #000;
	-webkit-box-shadow: 0 0 2px #c3c3c3;
	box-shadow: 0 0 2px #c3c3c3;
}
.page_not{
	width: 475px;
	padding-left: 42px;
}
.error_box{
	padding-top: 265px;
	padding-bottom: 352px;	
}
.error_box p{
	font-size: 18px;
	line-height: 23px;
}
.error_input{padding-top: 53px;}
.error_input.content_search .error_input_item{
	font-size: 18px;
	line-height: 22px;
	color: #000;
	border: none;
	border-bottom: 1px solid #00a8ea;
	background: none;
	float: left;
	padding: 9px 18px 9px 0;
	width: 94%;
}
.error_input.content_search .search_butt{
	position: static;
	float: left;
}
.w46{width: 46%;}
.crep{
	border-bottom: 2px dotted;
	  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.crep:hover{border-bottom: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;}
/*=================contacts.html==================*/
.contacts_section{position: relative;}
.contacts_section .contact_map {
  height: 886px;
  width: 100%;
}
.contacts_on_the_map{
	width: 47.1%;
	top: 101px;
	left: 40px;
	z-index: 9;
}
.contacts_on_the_map .title4{
	font-size: 36px;
	line-height: 71px;
	text-transform: uppercase;
	margin-bottom: 42px;
}
.contacts_on_the_map .title4:after{
	left: 0;
	margin-left: 0;
	top: 14px;
}
.right_contacts_on_the_map .title4:after{
	background: #FFF;
}
.hr{
	width: 34px;
	height: 2px;
	background: #3585C3;
}
.left_contacts_on_the_map{
	background: #FFF;
	padding:34px 20px 61px 59px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
	color: #000;
}
.left_contacts_on_the_map strong,
.left_contacts_on_the_map span{
	padding-top: 5px;
}
.left_contacts_on_the_map,
.right_contacts_on_the_map{
	width: 50%;
	height: 690px;
}
.right_contacts_on_the_map{
	background: #04A9EA;
	padding:34px 59px 33px 59px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.right_contacts_on_the_map_form input{
	padding: 18px 29px 18px 29px;
	font-size: 14px;
	line-height: 18px;
	color: #656565;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
  	background: #FFF;
  	outline-style: none;
  	border: none;
  	border-bottom: 1px solid #85d2f0;
  	border-top: 1px solid #85d2f0;
  	margin-bottom: 5px;
  	-webkit-box-sizing: border-box;
  	   -moz-box-sizing: border-box;
  	        box-sizing: border-box;
}
.right_contacts_on_the_map_form textarea{
	height: 146px;
	width: 100%;
	border-bottom: 1px solid #85d2f0;
  	border-top: 1px solid #85d2f0;
  	resize: none;
	padding: 18px 29px 18px 29px;
  	font-size: 14px;
  	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	color: #656565;
	border: none;
	margin-bottom: 11px;
}
.button_right_contacts{
	padding: 15px 0px;
	cursor: pointer;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	color: #FFF;
	background: #000;
	border: none;
}
.contacts_section .map_shop_carusel .owl-carousel .owl-prev{
	left: 50%;
}
/*=================contacts.html end==================*/
/*=================done_project.html ==================*/
.done_jobe_aside{
	width: 18%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 21px 30px 17px;
	margin-right: 10px;
}
.content_search_main.done_bx .example_search{
	margin-bottom: 0;
}
.done_jobe_aside_form label{
	font-size: 12px;
	line-height: 14px;
}
.done_jobe_aside_form label:hover{
	color: #3483C0;
}
.prod_box {margin-left: -22px;}
.prod_box_main{
	#width: 281px;
	width: 208px;
	#height: 446px;
	#height: 464px;
	border:2px solid #E7E7E7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	z-index: 8;
	float: left;
	margin: 22px;
	-webkit-box-shadow: 0 0 25px #d0d0d0;
	        box-shadow: 0 0 25px #d0d0d0;
}
.prod_box_item_img{
	height: 247px;
	width: 204px;
	overflow: hidden;
}
/*.prod_box_main.under_box:before{
	position: absolute;
	content: "";
	left: 1px;
	top: -7px;
	background: url(../images/under_mas_box.jpg) 0 0 no-repeat;
	width: 284px;
	height: 7px;
}
.prod_box_main.under_box:after{
	position: absolute;
	content: "";
	right: -8px;
	top: 0px;
	background: url(../images/under_mas_box2.png) 0 0 no-repeat;
	width: 7px;
	height: 443px;	
}*/

.prod_box_text{
	font-size: 14px;
	line-height: 18px;
	padding: 20px 16px 13px;
	text-align: center;
	color: #FFF;
}
.prod_box_text a{
	color: #FFF;
	text-decoration: underline;
	font-weight: 600;
}
.prod_box_text a:hover{
	color: #FFF;
	text-decoration: none;
}
.page_list{
	margin-top: 25px;
	margin-bottom: 54px;
}
.page_list_item{
	float: left;
	margin: 0 11px;
}
.page_list_item a{
	font-size: 14px;
	color: #00A8EA;
	padding: 5px 9px;
	float: left;
	display: block;
	border: 1px solid  transparent;
}
.page_list_item a:hover,.page_list_item a.active{
	border: 1px solid #00a8ea;
	padding: 5px 9px;
}
.fancybox-close{
	background:  url(../images/arcticmodal-close.png) 0 0 no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	cursor: pointer;
	right: -27px;
	top: -30px;
}
/*.car_catal_img,.box_main_arctick,.carousel_catalog_box_modal{
	height: 678px !important;
	width: 515px !important;
}*/
/*.box_main_arctick .owl-dots{
	display: none !important;
}*/
.fancybox-prev span{
	background: url(../images/car_catal_img_prev.png) 0 0 no-repeat;
	width: 33px;
	height: 33px;
	left: -48px;
}
.fancybox-prev span:hover{
	background: url(../images/car_catal_img_prev_hov.png) 0 0 no-repeat;
}
.fancybox-next span{
	background: url(../images/car_catal_img_next.png) 100% 0 no-repeat;
	width: 33px;
	height: 33px;
	right: -48px;
}
.fancybox-next span:hover{
	background: url(../images/car_catal_img_next_hov.png) 100% 0 no-repeat;
}
.carousel_catalog_box_modal .owl-carousel{
	width: 515px;
}
.prod_box_text.on_the_carousel{
	width: 281px;
	height: 86px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 20px 26px 13px;
	z-index: 1;
}
.prod_box_text.on_the_carousel a:hover{color: #FFF;}
/*=================done_project.html end==================*/
/*=================catalog_text_page.html ==================*/
.rubrics_item p{
	margin-bottom: 12px;
}
.rubrics_item_a{
	font-size: 11px;
	line-height: 21px;
	color: #646464;
	text-transform: uppercase;
}
.rubrics_item_a:hover,.rubrics_item_p.active a{
	color: #010101;
}
.rubrics_link{
	padding-left: 12px;
	font-size: 12px;
	line-height: 21px;
	color: #000;
	display: block;
}
.rubrics_link:hover,.rubrics_link.active{
	background: url(../images/ul_marker.jpg) 0 50% no-repeat;
	color: #00a8ea;
}
.rubrics_sub_item{
	margin-bottom: 10px;
}
.catalog_box_second{
	width: 54%;
	margin-right: 20px;
}
.text-page{
	width:100%;
	padding-bottom:50px;
}
.fuctional{
	display: block;
	padding-bottom: 80px;
}
.system_controll{
	width: 439px;
	padding-bottom: 30px;
}
.system_controll_item{
	padding-left: 41px;
	background: url(../images/system_ok.png) 3px 0 no-repeat;
	padding-bottom: 20px;
}
.owner_company_left_col{
	padding-right: 35px;
	vertical-align: middle;
}
.owner_company_right_col{
	vertical-align: middle;
	padding-right: 70px;
}
.owner_company_box{
	padding-bottom: 45px;
}
.sheme_system_box{
	padding-top: 8px;
	padding-bottom: 45px;
	position: relative;
}
.sys2,.sys2 img {
  position: relative;
  margin: auto;
  height: 361px;
  width: 377px;
  margin-bottom: 44px;
}
.sys2 img{padding-top: 0;}
.social_sprite_box{
	padding-top: 18px;
	padding-bottom: 52px;
}
.sprite_soc {
	display: inline-block;
	margin: -2px 2px 0;
}
.sprite_soc a{
	width: 23px;
	height: 23px;
	display: inline-block;
}
.sprite_f{
	background: url(../images/social_icon_sprites.png) 0 bottom no-repeat;
}
.sprite_f:hover{
	background-position: 0px top;
}
.sprite_t{
	background: url(../images/social_icon_sprites.png) -28px bottom no-repeat;
}
.sprite_t:hover{
	background-position: -28px top;
}
.sprite_v{
	background: url(../images/social_icon_sprites.png) -56px top no-repeat;
}
.sprite_v:hover{
	background-position: -56px bottom;
}
.catalog_box_third{
	width: 23.5%;
}
.material_next_box__link_img{
	width: 300px;
	height: 300px;
	display: block;
	margin-bottom: 20px;
	position:relative;
	overflow: hidden;
}
.material_next_box__link_img img{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	position: absolute;
	min-height: 100%;
	min-width: 100%;
}
.material_next_box__title{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 18px;
	display: block;
}
.material_next_box_item{
	margin-bottom: 38px;
}
.inf_mater{
	font-size: 13px;
	line-height: 17px;
}

.done_jobe_box{width: 1250px;}
.done_jobe_box2{width: 1600px;}
/*=================catalog_text_page.html end==================*/
/*=================list_price.html==================*/
table.table_list_price{
	table-layout: fixed;
	width: 896px;
	margin-top: 45px;
}
.table_list_price th{
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: #BFBFBF;
	padding-bottom: 15px;
}
.table_list_price tr{
	border-bottom: 1px solid #c8c8c8;
}
.table_list_price tr:last-child{
	border: none;
}
.table_list_price tr:last-child td{
	vertical-align: top;
}
.table_list_price.t_l_pr tr:last-child td{
	vertical-align: middle;
}
.table_list_price td{
	padding: 33px 0;
	vertical-align: middle;
}
.table_list_price th:last-child,.table_list_price td:last-child{
	text-align: right;
}
.numb_price{
	font-size: 18px;
	line-height: 20px;
}
.how_much{
	font-size: 21px;
	line-height: 26px;
	padding-right: 30px;
	margin-top: -8px;
}
.how_much1{
	font-size: 21px;
	line-height: 26px;
	padding-right: 0px;
	margin-top: -8px;
}
.table_butn{
	width: 78px;
}
.img_tabl{
	padding-right: 36px;
}
/*=================list_price.html end==================*/
footer .soc_box_icon{
	padding: 2px 0;
	width: 160px;
	margin-left: auto;
	margin-right: 13px;
}
footer [class*="soc_icon_"]{
	/*background-color: #FFF;*/
	width: 32px;
  	height: 32px;
	/*-webkit-border-radius: 100px;*/
	        /*border-radius: 100px;*/
}
footer .soc_icon_f{/*background-position: 1px 2px;*/  background: url(../images/soc_icon22.png) 0px 0px no-repeat;}
footer .soc_icon_t{/*background-position: -38px 1px;*/  background: url(../images/soc_icon22.png) -39px 0px no-repeat;}
footer .soc_icon_w{/*background-position: -78px -35px;*/  background: url(../images/soc_icon22.png) -78px 0px no-repeat;}
footer .soc_icon_y{/*background-position: -117px 1px;*/  background: url(../images/soc_icon22.png) -117px 0px no-repeat;}

footer .soc_icon_f:hover{/*
	background-position: 1px -35px;
	background-color: #FFF;*/
	background: url(../images/soc_icon22.png) 0px -40px no-repeat;
}
footer .soc_icon_t:hover{/*
	background-position: -38px -35px;
	background-color: #FFF;*/
	background: url(../images/soc_icon22.png) -39px -40px no-repeat;
}
footer .soc_icon_w:hover{/*
	background-position: -77px 1px;
	background-color: #FFF;*/
	background: url(../images/soc_icon22.png) -78px -40px no-repeat;
}
footer .soc_icon_y:hover{/*
	background-position: -117px -35px;
	background-color: #FFF;*/
	background: url(../images/soc_icon22.png) -117px -40px no-repeat;
}

.wrapper-box
{
    #background: url(../images/bg_content2.png) center center no-repeat;
    background: url(../images/bg_content.jpg) center top no-repeat;
}

/*generic*/

[class*="_btn"]{
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
}
/*----------------*/
.header_top{
	width: 100%;
	background-color:#00a8ea;
	position: fixed;
	top:0;
	height:50px;
	left: 0;
	z-index: 999;
	overflow: hidden;
}
.admin .header_top{
	position: relative;
}
.header_box_top{
	/*width: 704px;*/
}
.header_scanner{
	padding-left: 20px;
	width: 300px;
}
[class^="header_top_"]{
	display: inline-block;
	cursor: pointer;
	margin: 0 -2px;
}
[class^="header_top_"]:hover,[class^="header_top_"].current{
	background-color: #226fab;
}
.top_out_lk{
	font-size: 14px;
	padding: 15px 18px 18px 49px;
  	background: url(../images/icon/out.png) 22px 47% no-repeat;
}
.top_user_lk{
	font-size: 14px;
	padding:15px 28px 18px 49px;
	background: url(../images/icon/user.png) 18px 42% no-repeat;
}
.top_user_lk:hover, .top_out_lk:hover{
	color: #fff;
}
.header_top_basket{
	background: url(../images/icon/basket.png) 41% 50% no-repeat;
	width: 51px;
	height: 50px;
}
.header_top_basket > a{
	height:100%;
}
.top_basket_num{
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	background-color: #ff4a4a;
	border-radius: 100%;
	top:14px;
	right:8px;
}
.form_search{
	padding-left: 20px;
	height: 50px;
	text-align: right;
}
form.form_search:hover input[type=text].header_search{
	-webkit-transition: all ease 1s;
	   -moz-transition: all ease 1s;
	    -ms-transition: all ease 1s;
	     -o-transition: all ease 1s;
	        transition: all ease 1s;	
	width: 260px;
	padding: 10px 60px 5px 0;
}
input[type=text].header_search{
	display:inline-block;
	margin-top: 5px;
	width: 0px ;
	margin-bottom: 5px;
	padding: 10px 0 5px 0;
	font-size: 14px;
	border-bottom: 1px solid #fff!important;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
}
input[type=text].header_search:focus{
	width: 260px !important;
}
.search_btn{
	width: 52px;
	height: 50px;
	top:0;
	right:0;
	background: url(../images/icon/search.png) 50% 50% no-repeat #00a8ea;
	-webkit-box-shadow: 3px 0 10px #009bd8, -3px 0 10px #009bd8;
	box-shadow: 3px 0 10px #009bd8,-3px 0 10px #009bd8;
}

input[type=text],input[type=password]{
	width: 100%;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header_middle{
	padding-top: 95px;

}
.admin .header_middle{
	padding-top:45px;
}
/*.header_contact_box{
	margin-right: -35px;
}*/
.nav_list{
	padding: 11px 0;
	margin-bottom: 7px;
}
.nav_list_item{
	display: inline-block;
	margin-left: 24px;
}
.nav_list_item:first-child{
	margin-left: 0;
}
.nav_list_lk{
	display: block;
	text-transform: uppercase;
	padding: 2px 5px 2px 6px;
	font-size: 15px;
	line-height:1.23em;
	color: #000;
	border-bottom: 2px solid transparent;
}
.nav_list_lk:first-child{
	padding: 2px 0 3px 0;
}
.nav_list_lk:hover, .nav_list_lk.current, .nav_list_item.selected .nav_list_lk{
	border-bottom: 2px solid #00a8ea;
	color: #00a8ea;
}
.header_telefon{
	font-size: 20px;
}
.site_lk{
	color: #b6b6b6;
	font-size: 20px;
	padding-top: 5px;
}
.soc_box_icon{
	padding: 30px 0 10px;
	text-align: right;
}
[class*="soc_icon_"]{
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 1px;
}
[class*="soc_icon_"]:first-child{
	margin-left: 0;
}
.soc_icon_f{
	background:url(../images/soc_icon.png) 0 0 no-repeat;
}
.soc_icon_f:hover{
	background:url(../images/soc_icon.png) 0 -35px no-repeat;
}
.soc_icon_t{
	background:url(../images/soc_icon.png) -40px 0 no-repeat;
}
.soc_icon_t:hover{
	background:url(../images/soc_icon.png) -40px -35px no-repeat;
}
.soc_icon_w{
	background:url(../images/soc_icon.png) -79px -35px no-repeat;
}
.soc_icon_w:hover{
	background:url(../images/soc_icon.png) -79px 0 no-repeat;
}
.soc_icon_y{
	background:url(../images/soc_icon.png) -117px 0 no-repeat;
}
.soc_icon_y:hover{
	background:url(../images/soc_icon.png) -117px -35px no-repeat;
}
.header_bottom{
	height: 356px;
	background: url(../images/bg_present1.jpg) right 50% no-repeat  #efefef;
}
.header_bottom_present{
	height: 100%;
}
.logo_distributor:after{
	position: absolute;
	left:100%;
	top:0;
	content: "";
	display: inline-block;
	width: 181px;
	height: 356px;
	background: url(../images/present_after.png) 0 0 no-repeat;
}
.logo_distributor{
 	padding: 101px 20.5% 0 0;
 	height: 356px;
}
.logo_distr_span{
	font-size: 18px;
	line-height: 23px;
	color: #000;
}
.logo_distributor_lk{
	width: 246px;
	height: 50px;
	background: url(../images/logo_second.png) 0 0 no-repeat;
	margin-bottom: 14px;
	display: block;
}
.distributor_about_lk{
	font-size: 18px;
	line-height: 24px;
	margin-top: 22px;
	text-decoration: underline;
}
.distributor_about_lk:hover{
	text-decoration: none;
}
/*---carusel_map---*/
.owl-item iframe{
  width: 100%;
  height: 402px;
}
.map_shop_carusel .owl-carousel .owl-next,
 .map_shop_carusel .owl-carousel .owl-prev{
	width: 31px;
	height: 31px;
	border-radius: 100%;
	background-color:#4b92c8;
	opacity: 0.5;
}	
.map_shop_carusel .owl-carousel .owl-next{
	background: url(../images/carousel_map_arrow.png) -34px 50% no-repeat #4b92c8;
	right: 40px;
}

.map_shop_carusel .owl-carousel .owl-prev{
	background: url(../images/carousel_map_arrow.png) 7px 50% no-repeat #4b92c8;
	left: 30px;
}
.map_shop_carusel .owl-carousel .owl-next:hover, .map_shop_carusel .owl-carousel .owl-prev:hover{
	opacity: 0.9;
}
[class*="contact_point"]{
	top:0;
	left:89px;
	width: 296px;
	z-index: 2;
	padding: 0 40px 10px;
}
[class*="contact_point"] h3.title4{
	text-transform: uppercase;
}
.map_shop_carusel .owl-theme .owl-controls{
	margin-top: -20px;
	z-index: 3;
}
.map_shop_carusel .owl-carousel{
	margin-bottom: 0;
}
.owl-dots{
	position: relative;
	bottom: 20px;
}
.contactPoint_adress{
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*---add_model_carusel---*/
.catalog_plus_box .owl-carousel .owl-next, .catalog_plus_box .owl-carousel .owl-prev{
	opacity: 0.5;
	margin-top: -12px;
}
.catalog_plus_box .owl-carousel .owl-next{
	background: url(../images/owl_car2next.png) 50% 50% no-repeat;
	right: 10px;
}

.catalog_plus_box .owl-carousel .owl-prev{
	background: url(../images/owl_car2prev.png) 50% 50% no-repeat;
	left:0;
}
.catalog_plus_box .owl-carousel .owl-next:hover, .map_shop_carusel .owl-carousel .owl-prev:hover{
	opacity: 0.9;
}
/*------catalog----*/

.control_pager{
	text-align: center;
	padding: 5px 0;
	min-height: 27px;
}
.control_pager a{
	display:inline-block;
	width: 8px;
	height: 8px;
	background: #00a8ea;
	border-radius: 30px;
	margin: 3px;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.control_pager a:hover, .control_pager .activeSlide{
	background: none;
  	border-color: #3483c0;
  	-webkit-border-radius: 100px;
  	border-radius: 100%;
}
.catalog_list{
	width: 85%;
}
.catalog_sitebar{
	width:13%; 
}
.breadcrumbs, .breadcrumbs_lk{
	color: #a3a3a3;
	font-size: 11px;
	line-height: 14px;
	text-decoration: underline;
	padding-top: 5px;
	padding-left: 5px;
}
.breadcrumbs_it{
	padding: 0 5px 0px 0px;
}

.breadcrumbs{
	padding-bottom: 20px;
}

.breadcrumbs a{
    color: #a3a3a3;
    padding-left: 5px;
}

.breadcrumbs_main
{
    padding-left:0px;
}

.breadcrumbs_current{
	text-decoration: none;
	padding-left: 5px;
}
.catalog_sitebar_box{
	padding: 9px 15px;
	margin-bottom: 30px;
}
[class*="categories_type"]{
	color:#646464;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	padding:10px 0 10px 30px;
}
.rubrics_list{
	padding-left: 16px;
	padding-bottom: 11px;
}
.rubrics_list .rubrics_link{
	padding-bottom: 4px;
}
.rubrics_list .rubrics_item:last-child .rubrics_link{
	padding-bottom:0;
}
/*.categories_type1{*/
	/*background: url(../images/icon/categories1.png) 0 50% no-repeat;*/
/*}*/
/*.categories_type2{*/
	/*background: url(../images/icon/categories2.png) 0 50% no-repeat;*/
/*}*/
/*.categories_type3{*/
	/*background: url(../images/icon/categories3.png) 0 50% no-repeat;*/
/*}*/
/*.categories_type4{*/
	/*background: url(../images/icon/categories4.png) 0 50% no-repeat;*/
/*}*/
/*.categories_type5{*/
	/*background: url(../images/icon/categories5.png) 0 50% no-repeat;*/
/*}*/
.categories_inner{
	#display: none;
}
.active.categories_lk > .categories_inner{
	display: block;
}
.catalog_filter_btn{
	width:100%;
	padding: 10px;
	border: 1px solid #d5d5d5;
	color: #939191;
	background-color:transparent;
}
.catalog_filter_btn:hover{
	background-color: #00a8ea;
	color: #fff;
}
.catalog_filter_text{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	/*padding-top: 10px;*/
	margin-bottom: 12px;
}
.slider_inp input{
	width:35%;
	border: 1px solid #c8c8c8;
	padding: 5px 0 5px 10px;
}
.slider_inp{
	padding-bottom: 13px;
}
.slider_inp_text{
	line-height: 24px;
	padding-right: 5px;
}

.filter_label {
	display: block;
	position: relative;
	padding:5px 0 5px 30px;
	color: #000;
	margin: 0 0 8px 0;
	cursor: pointer;
	overflow: hidden;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]:checked+.filter_label:before{
	background: url(../images/icon/filter_icon_click.png) 0 0 no-repeat;
}
input[type="checkbox"] + .filter_label:before{
	content: "";
	position: absolute;
	top: 0;
	left:0;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/icon/filter_icon.png) 0 0 no-repeat;
}
.filter_blue_btn{
	width:100%;
	padding: 10px 0;
}
.filter_blue_btn:hover,.belet_btn:hover,.plat1:hover,[class*="basketdel"]:hover,.plat:hover{
	background-color: #16b6f5;
}
.catalog_search_main{
	width: 726px;
	margin-top: 9px;
}
.catalog_list_box .product{
	margin: 30px 7px;
}
.catalog_list_box{ 
	margin-left: -10px;
}
/*.page_number{
	padding: 40px 0;
}*/
.filter_near_title_sort{
	margin-left: 50px;
}
.filter_near_title_link{
	padding-right: 12px;
	padding-left: 12px;
	background: url(../images/filter_near_title_link.png) right 50% no-repeat;
	color: #00a8ea;
}
.filter_near_title_link.desc{
	background: url(../images/filter_near_title_link_desc.png) right 50% no-repeat;
}
/*--catalog_inner--*/
.catalog_model{
	width: 41%;
}
.catalog_model_description{
	width: 37%;
	margin-left: 40px;
}
.model_price{
	font-size: 30px;
	line-height: 46px;
}
.basketPlus_btn{
	background: url(../images/icon/plus.png) 15px 50% no-repeat #00a8ea;
	padding: 13px 18px 13px 41px; 
	font-size: 18px;
	line-height: 24px;
	margin-left: 40px;
}
.catalog_plus_box{
	width: 68.5%;
	background-color: #fff;
	padding: 20px 0 15px;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	-webkit-box-shadow:10px 10px 20px #e6e6e6;
	box-shadow:10px 10px 20px #e6e6e6;
	overflow: hidden;
}
.catalog_plus_box .owl-carousel{
	width: auto;
	margin-right: -1px;
}
.catalog_plus_box .owl-dots{
	display: none!important;
}
.catalog_plus_box img{
	display: inline-block!important;
	width: inherit!important;
	
}
.catalog_plus_item{
	border-right: 1px solid #e6e6e6;
	text-align: center;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.plus_title{
	font-size: 18px;
	color:#000;
	padding-top: 10px;
	font-weight: 500 !important;
}
.plus_price{
	font-size: 15px;
	padding: 8px 0;
}
.plus_more_lk{
	padding: 5px 0 3px 0;
	border-bottom: 1px dashed #000;	
}

.catalog_inner_model{
	margin-bottom: 78px;
}
.catalog_inner_tabs{
	width: 60.5%;
}
.catalog_inner_tabs .resp-tabs-list li{
	font-size: 18px;
	line-height: 20px;
	padding: 8px 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.catalog_inner_tabs .resp-tabs-list li:first-child{
	padding: 8px 10px 8px 0;
}
.catalog_inner_tabs .resp-tabs-list li:hover{
	color: #000;
}
.catalog_inner_tabs .resp-tab-active{
	border-bottom: none;
	color:#000;
}
.catalog_inner_tabs .resp-tabs-container{
	background-color: inherit;
}
.catalog_inner_tabs .resp-tab-content{
	padding: 15px 0;
	min-height: 400px;
    overflow: hidden;
}
.features_tabs_list1{
	width: 43.5%;
}
.features_tabs_list2{
	width: 56%;
}

.features_tabs_item{
	padding: 8px 0;
}
.features_tabs_bg{
	width: 100%;
	background: url(../images/features_item_bg.png) 0 bottom repeat-x;
}
.features_tabs_link{
	padding-right: 5px;
}
.features_tabs_title{
	font-size: 18px;
	line-height: 35px;
}
.features_tabs_banner figcaption{
	margin-left: -4px;
	padding: 35px 40px;
	height: 123px;
	width: 344px;
}
.tabs_banner_lk{
	text-decoration:underline;
}
.tabs_banner_lk:hover{
	text-decoration:none;
	color:#fff;
}
.connection_title{
	font-size: 11px;
	line-height: 13px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
}
#reviews_tabs_form textarea{
	width: 100%;
	height: 66px;
	border: 1px solid #c8c8c8;
	background-color: #fff;
	padding: 10px 15px;
	resize:none;
}
.reviews_blue_btn{
	background-color: #00a8ea;
	color:#fff;
	padding: 10px 20px;
}
.reviews_foto_box{
	width: 95px;
}
.reviews_foto_inner{
	background-color: #e9e9e9;
	display: block;
	text-align: center;
	line-height:95px;
	width: 100%; 
	color: #acacac;
	font-weight: 700;
	font-size: 11px;
}
.reviews_author_inner{

}
.reviews_about_box{
	width: 84.8%;
}
.reviews_write{
	width: 93%;
}
.reviews_about_top time{
	color: #626262;
}
.reviews_foto{
	top:0;
	bottom:0;
	right:0;
	left:0;
}
/*---private_office--*/
#content_office{
	background: url(../images/bg_content2.png) 0 0 no-repeat;
	height: 848px;
}
.second_main_item{
	font-size: 24px;
	display: inline-block;
	padding: 6px 15px 0 15px; 
	margin-left: 34px;
}
.second_main_item:first-child{
	padding-left: 0;
	margin-left: 0;
}
.second_main_lk{
	cursor: pointer;
	color: #b6b6b6;
	padding-bottom: 11px;
}
.second_main_lk:hover, .current.second_main_lk{
	color: #000;
	border-bottom: 4px solid #00a8ea;
	display: inline-block;
}
.contact_info_box{
	width: 861px;
	border: 1px solid #e7e7e7;
	background: url(../images/contact_info_box_bg.png) 0 0 repeat;
	padding: 23px 33px 11px 33px;
}
.payer_info_box{
	width: 46%;
	width: 795px;
}
.contact_info_inner{
	margin-left: -29px;
}
.contact_info_item{
	width: 244px;
	margin-left: 27px;
	margin-bottom: 15px;
}

input[type=text].main_input, input[type=text].main_input_type, input[type=text].payer_input,
input[type=password].main_input, input[type=password].main_input_type, input[type=password].payer_input{
	border: 2px solid #00a8ea;
	padding: 10px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
input[type=text].main_input,
input[type=password].main_input{
	margin-top: 13px;
}
input[type=text].payer_input{
	margin-top: 13px;
	margin-left: 25px;
}
input[type=text].main_input_type{
	margin-top: 30px;
}
textarea.info_area{
	width: 100%;
	height: 98px;
	border: 2px solid #00a8ea;
	resize:vertical;
	display: block;
	padding: 10px 10px;
	margin-top: 13px;
	resize: none;
	font-size: 12px;
  	font-family: 'Ubuntu', sans-serif;
}
	::-webkit-input-placeholder{color:#000; opacity: 1 !important;}
	::-moz-placeholder{color:#000; opacity: 1 !important;}
	:-moz-placeholder {color:#000; opacity: 1 !important;}
	:-ms-input-placeholder{color:#000; opacity: 1 !important;}

.blue_btn{
	padding: 14.4px 51px;
	font-size: 18px;
}
.select_file input[type="file"]{
	display: none;
}
.worksheet_btn{
	background-color: transparent;
	border-bottom: 1px dashed #00a8ea;
	font-size: 14px;
	line-height: 16px;
	margin-top: 14px;
}
.notetext, .errortext{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	padding:30px 28px;
}
.errortext{
	color:red;
}


div.news-list{
	margin: 1.3em 0 2em;
	padding: 0;
}
div.news-date { color: #919191;}
div.news-title { font-size: 1.2em; margin: 0 0 0.5em; }
/* News List */
div.news-item { margin: 0 0 1.3em;zoom:1; }
div.news-date { margin: 0 0 0.5em; }
div.news-detail { zoom:1;}
div.news-title { font-size: 1.2em; margin: 0 0 0.5em; }
a.news-detail-link { display: block; margin: 1em 0 0; outline: none;}


.right_contacts_on_the_map_form ::-webkit-input-placeholder {color:#656565; opacity: 1 !important;}
.right_contacts_on_the_map_form ::-moz-placeholder          {color:#656565; opacity: 1 !important;}
.right_contacts_on_the_map_form :-moz-placeholder           {color:#656565; opacity: 1 !important;}
.right_contacts_on_the_map_form :-ms-input-placeholder      {color:#656565; opacity: 1 !important;}

.header_scanner input::-webkit-input-placeholder {color:#fff; opacity: 1 !important;}
.header_scanner input::-moz-placeholder          {color:#fff; opacity: 1 !important;}
.header_scanner input:-moz-placeholder           {color:#fff; opacity: 1 !important;}
.header_scanner input:-ms-input-placeholder      {color:#fff; opacity: 1 !important;}

.content_search input::-webkit-input-placeholder {color:#a3a3a3; opacity: 1 !important;}
.content_search input::-moz-placeholder          {color:#a3a3a3; opacity: 1 !important;}
.content_search input:-moz-placeholder           {color:#a3a3a3; opacity: 1 !important;}
.content_search input:-ms-input-placeholder      {color:#a3a3a3; opacity: 1 !important;}

#content_error input::-webkit-input-placeholder {color:#000; opacity: 1 !important;}
#content_error input::-moz-placeholder          {color:#000; opacity: 1 !important;}
#content_error input:-moz-placeholder           {color:#000; opacity: 1 !important;}
#content_error input:-ms-input-placeholder      {color:#000; opacity: 1 !important;}

.error input,
.error textarea
{
    background: #ffd4d4;
}

.success-from
{
    margin-top: 50px;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    color: white;
}
/*
#filter-property-none,
#filter-property-19,
#filter-property-20
{
    border: 1px solid #d4d4d4;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
}

#filter-property-20
{
    margin-bottom: 10px;
}

#filter-property-none a,
#filter-property-19 span,
#filter-property-20 span
{
    color: #d4d4d4;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#filter-property-none label,
#filter-property-19 label,
#filter-property-20 label
{
    display: none;
}
*/
.filter-active
{
    border: 1px solid #00a8ea!important;
}

.filter-active span
{
    color: #000!important;
}

.filter-property-item
{
    margin-bottom: 25px;
}

.filter-show-title
{
    margin-top: 10px;
}

.resp-tabs-container div
{
    display: none;
}
.tab_hov{
    border-bottom: 4px solid transparent !important;
    margin: 13px 15px !important;
}
.tab_hov:hover,.tab_hov.resp-tab-active{
	color: #000;
    border-bottom: 4px solid #00a8ea !important;
    padding-bottom: 2px;
}
.turn_shop{
	padding-top: 11px;
	padding-left: 45px;
	display: inline-block;
}  
.form_box .resp-tabs-list li{
   padding: 0 0 5px 0;
   margin: 13px 15px;
   font-size: 14px;
   font-weight: 700;
} 

.form_box .resp-tabs-list li:first-child{
	margin-left: 0 !important;
} 

.form_box .resp-tab-content{
	padding-left: 0;
}

.in_name input{
	width: 243px;
	outline: none;
	background: #fff;
	border-radius: 0;
}

.in_home textarea{
	width: 518px;
	height: 96px;
	border:2px solid#00a8ea;
	padding: 6px 10px 8px;
	outline: none;
	background: #fff;
	border-radius: 0;
	margin-top: 10px;
	resize:none;
}

.dily_styler{
	width: 243px;
	border: 2px solid #00a8ea;
	outline: none;
}

.m_di2{margin: 43px 0 32px 0;}
.mb15{margin: 34px 0 0 0;}
.p50_30{padding: 50px 30px;}
.dilya_wid{padding: 50px 12px;}

.dilya_padding{padding: 10px 20px 10px 0}

.wid3 img{margin-left: 36px;}
.widh_1{width: 120px;}
.widh_3{width: 135px;}
.widh_5{width: 160px;}
.widh_4{width: 180px; text-align: left;padding-left: 20px;}
.widh_2{width: 300px;}
.width6{
	width: 420px;
}
.box1{width: 833px;}
.wid_895{width: 895px;}

[class*="sposob_"]{
	padding-left: 30px;
	background: url(../images/opl_1_hov.png) 3px 0 no-repeat;
	display: inline-block;
	padding-right: 7px;
	color: #a3a3a3;
}

[class*="sposob_"]:hover{
	background: url(../images/opl_1.png) 3px 0 no-repeat;
}

.sposob_oplat2{
	background: url(../images/opl_3.png) 3px 0 no-repeat;
}

.sposob_oplat2:hover{
	background: url(../images/opl_2_hov.png) 3px 0 no-repeat;
}

.sposob_oplat3{
	background: url(../images/opl_2.png) 3px 0 no-repeat;
}

.sposob_oplat3:hover{
	background: url(../images/opl_3_hov.png) 3px 0 no-repeat;
}

.plat{
	background-color: #00a8ea;
	color: #fff;
	outline: none;
	border: none;
	padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
}

.plat1 {
  background-color: #00a8ea;
  color: #fff;
  outline: none;
  border: none;
  padding: 15px 80px;
  font-size: 18px;
  cursor: pointer;
}

.card0{
	width: 438px;
	background-color: #00a8ea;
	color: #fff ;
	text-align: left;
	font-size: 14px;
	padding: 27px 90px 30px 35px;
	line-height: 25px;
	cursor: pointer;
	position: relative;
}


.add_card_value{
	width: 49px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/arrow.png) 50% 50% no-repeat #119ad3;
}
.add_card_value:hover{
	background-color: #1cb7f8;
}

.payment_dd_item{
	display: none;
}
#payment_dd_items .payment_dd_item:first-child{
	display: block;
}
.payment_dd_list{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 10;
	border: 1px solid #b6b6b6;
	border-bottom: none;
	display: none;
}
	.payment_dd_list_item{
		cursor: pointer;
		font-size: 16px;
		padding: 6px 20px;
		color: #00a8ea;
		border-bottom: 1px solid #b6b6b6;
	}
	.payment_dd_list_item:hover,
	.payment_dd_list_item.active{
		background-color: #00a8ea;
		color: #fff;
	}
.delit{
	outline: none;
	border: none;
	color:#00a8ea;
	background-color: transparent;
	border-bottom: dashed 1px;
	font-size: 13px;
	line-height: 18px;
	padding: 0px;
	display: inline-block;
	cursor: pointer;
	margin-left: 9px;
	margin-top: 12px;
}

.delit:hover{color: #16b6f5;border-bottom: 1px dashed transparent;}

[class*="basketdel"]{
	background: url(../images/dale_bascet.png)85% 53% no-repeat #00a8ea;
	color: #fff;
	padding: 13px 30px 14px 22px;
	font-size: 18px;
	line-height: 24px;
	margin-left: 24px;
}

.basketdel1_btn {
	background-position: 92% 53%;
	padding: 7px 32px 9px 18px;
}

.basketdel2_btn {
	height: 41px;
	background-position: 93% 56%;
  	padding: 8px 29px 8px 19px;
	display: inline-block;
	margin-left: -5px;
}

.counter_number {
	border: 2px solid #00a8ea;
	border-radius: 0px;
	width: 54px;
	margin: auto;
}

.counter_number input {
	padding: 6px 0px 6px 0px;
	text-align: center;
	width: 40px;
	border-right: 2px solid #00a8ea;
	background: #fff;
	color: #00a8ea;
	font-size: 18px;
	line-height: 18px;
}

.counter_move button{
	height: 15px;
	width: 10px;
	outline: none;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0px;
}

.counter_move .counter_minus {
	background: url(../images/bascet_2.png) 1px 6px no-repeat;
	border-top: 1px solid #00a8ea;
}

.counter_move .counter_plus {
	background: url(../images/bascet_1.png) 1px 5px no-repeat;
	border-bottom: 1px solid #00a8ea;
}

.belet_btn {
  background: url(../images/deleted.png)12% 50% no-repeat #00a8ea;
  color: #fff;
  padding: 6px 15px 6px 40px;
  font-size: 18px;
  line-height: 24px;
}

.boxend{
	width: 330px;
	padding-right: 15px;
    position: relative;
	/*border-right: 1px solid #bcbcbc;*/
}

.boxend .line{
	width: 1px;
	background: #bcbcbc;
    height: 125px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -63px;
}

.boxend2{
	width: 160px;
	height: 212px;
}

.invid input{
	border: 2px solid #00a8ea;
	color: #000;
	padding: 11px;
	width: 195px;
	height: 41px;
}

.box2{
	width: 185px;
	font-size: 21px;
    line-height: 26px;
    padding-left:30px;
    margin-top: -9px;
}

.chec{
	width: 30px;
	height: 20px;	
}

[class*="ball_"], .bd_left_form{position: relative;}

[class*="ball_"]:before{
	position: absolute;
	background: url(../images/ball_blue.png) 0 0 no-repeat;
	content: "";
	width: 13px;
	height: 13px;
	top: 23%;
	left: -52px;
}

.ball_2:before{
	background: url(../images/ball_blue1.png) 0 0 no-repeat;
}

.bd_left_form:before{
	border-left: 1px solid #bcbcbc;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 6px;
}

.bd_left_form,.confiremation{padding-left: 46px;}
.dl_filt{padding: 0px 0 5px 40px;}

.icon_on_the_select{
	position: absolute;
	background: url(../images/plat_cap.png) 0 0 no-repeat;
	width: 12px;
	height: 18px;
	left: 15px;
	top: 25px;
	z-index: 999;
}

.ico_main_sele .jq-selectbox__select{padding-left: 37px;}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 500px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	/*opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;*/
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor: url(../royalslider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(../royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(../royalslider/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: transparent;
	color: #FFF;
}

.rsOverflow{
	margin-bottom: 48px;
}



/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn,
.rsDefault .rsThumbsArrowIcn{
	text-decoration: none;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	top: 50%;
	opacity: 0;
	cursor: pointer;
	margin-top: -7px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn,
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn{
	background: url(../images/carousel_prev.png) 50% 50% no-repeat;
	opacity: 0.7;
	left: 0px;
	cursor: pointer;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn,
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn{
	opacity: 0.7;
	right: 0px;
	cursor: pointer;
	background: url(../images/carousel_next.png) 0 50% no-repeat;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 77px!important;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 77px!important;
	height: 77px!important;
	vertical-align: middle;
	line-height: 77px!important;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d4d4d4;
}
.rsDefault .rsThumb img {
	/*width: 100%;
	height: 100%;*/
}
.rsDefault .rsThumb.rsNavSelected {
	border-color: #00a8ea;
}
.rsDefault .rsThumb.rsNavSelected img {
	
}
.rsDefault .rsTmb {
	display: inline-block;
	vertical-align: middle;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background-color: #fff;
}
.rsDefault .rsThumbsArrow:hover {
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsThumb.rsNavSelected .thumbIco{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #00a8ea;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: -1px; top:0; }

/*.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');
}*/

/*.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }*/

.rsDefault .rsThumbsArrowDisabled{
	opacity: .5;
	cursor: default;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('../royalslider/skins/default/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(../royalslider/skins/default/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../royalslider/skins/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../royalslider/skins/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {

}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	white-space: nowrap;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 4px 0 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	text-decoration: none;
    color: #a7a7a7;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {

}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
    color: #000;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: none;
	border-width: 0;
	background: none;
    position: relative;
}
#tabs_container .ui-tabs-panel:first-child {
	display: block;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}


/* Component containers
----------------------------------*/
.ui-widget-content {
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35);
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Overlays */
.ui-widget-overlay {
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
/* Global properties ======================================================== */
html {
  width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #010101;
  min-width: 1180px;
  -webkit-text-size-adjust: none;
}
.rub {
  display: inline-block;
  font-family: 'als_rublregular', 'Open Sans', sans-serif;
}
.main {
  width: 1728px;
  margin: 0 auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------> Links And buttons <------------------*/
a {
  color: #00a8ea;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a.active {
  color: #00a8ea;
}
.button {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: px;
  line-height: px;
  color: #;
}
.button:hover {
  background: ;
  color: #000;
}
/*----------------------> Basic Classes <------------------*/
.reg {
  text-transform: uppercase;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
  position: relative;
}
.al_right {
  text-align: right;
}
.al_center {
  text-align: center;
}
.it {
  font-style: italic;
}
.let {
  letter-spacing: -1px;
}
.val_mid {
  vertical-align: middle;
}
.val_bot {
  vertical-align: bottom;
}
/*----------------------> Indents Zero <------------------*/
.m_bot_zero {
  margin-bottom: 0 !important;
}
.m_left_zero {
  margin-left: 0 !important;
}
.m_top_zero {
  margin-top: 0 !important;
}
.p_bot_zero {
  padding-bottom: 0 !important;
}
.p_left_zero {
  padding-left: 0 !important;
}
.p_top_zero {
  padding-top: 0 !important;
}
/*----------------------> Positions <------------------*/
.p_abs {
  position: absolute;
}
.p_rel {
  position: relative;
}
.p_fix {
  position: fixed;
}
.clear {
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrapper {
  overflow: hidden;
}
.f_elem *:first-child {
  margin-top: 0 !important;
}
.f_elem1 *:first-child {
  margin-top: 0 !important;
  border: none !important;
}
.bg_none {
  background: none !important;
}
.vis_hid {
  visibility: hidden;
}
.vis_vis {
  visibility: visible;
}
/*----------------------> Displays <------------------*/
.d_block {
  display: block;
}
.d_ib {
  display: inline-block;
}
.d_none {
  display: none;
}
.d_tc {
  display: table-cell;
}
.d_t {
  display: table;
}
/*----------------------> Basic Colors <------------------*/
.white {
  color: #FFF;
}
.black {
  color: #000;
}
.black1 {
  color: #010101;
}
.black2 {
  color: #090909;
}
.blue {
  color: #1459d0;
}
.blue1 {
  color: #00a8ea !important;
}
.gray {
  color: #747474;
}
.bg_white {
  background-color: #fff;
}
.bg_gray {
  background: #c0c0c0;
}
.bg_gray1 {
  background-color: #efefef;
}
.bg_gray2 {
  background-color: #f6f6f6;
}
.bg_blue {
  background-color: #00a8ea;
}
.bg_blue:hover {
  background-color: #16b6f5;
}
.bg_black {
  background-color: #000;
}
/*======================> Header <======================*/
.logo a {
  display: block;
  width: 453px;
  height: 48px;
  background: url(../images/logo.png) 0 0 no-repeat;
  text-decoration: none;
  text-indent: -9999px;
  margin: 0 0 15px 0;
}
.logo.stick {
  padding-top: 5px;
  opacity: 0;
  visibility: hidden;
  /*  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);*/
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.logo.stick a {
  margin: 0;
  height: 40px;
  width: 150px;
  background: url(../images/logo_item.png) 0 50% no-repeat;
  background-size: contain;
}
.logo.stick.visibl {
  visibility: visible !important;
  opacity: 1 !important;
  /*-webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);*/
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
/*=====================> Content ========================*/
#content {
  padding: 0px 0px 0px 0px;
}
.cont_pad {
  padding: 0 0 0 0 !important;
}
/*=====================> Paragraphs ========================*/
p {
  margin-bottom: 18px;
}
.p2 {
  margin-bottom: 18px;
}
.p3 {
  margin-bottom: 26px;
}
.p4 {
  margin-bottom: 45px;
}
.p5 {
  margin-bottom: 0;
}
.p6 {
  margin-bottom: 0;
}
.mt3 {
  margin-top: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt24 {
  margin-top: 24px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt43 {
  margin-top: 43px;
}
.mt47 {
  margin-top: 47px;
}
.mb62 {
  margin-top: 62px;
}
.mt95 {
  margin-top: 95px;
}
.ml25 {
  margin-left: 25px;
}
.ml20 {
  margin-left: 20px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb7 {
  margin-bottom: 7px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb15_1 {
  margin-bottom: 15px;
}
.mb17 {
  margin-bottom: 17px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb42 {
  margin-bottom: 42px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb53 {
  margin-bottom: 53px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb123 {
  margin-bottom: 123px;
}
.mb140 {
  margin-bottom: 140px;
}
.ml22 {
  margin-left: 22px;
}
.ml24 {
  margin-left: 24px;
}
.mt18 {
  margin-top: 18px !important;
}
.pt10 {
  padding-top: 10px;
}
.pt30 {
  padding-top: 30px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb123 {
  padding-bottom: 123px;
}
.pr34 {
  padding-right: 34px;
}
/*=====================> Lists ========================*/
.list1_item {
  background: url(../images/marker1.png) 0 7px no-repeat;
  padding-left: 20px;
}
.list2_item {
  background: url(../images/marker1.png) 0 7px no-repeat;
  padding-left: 20px;
}
.list3_item {
  background: url(../images/marker1.png) 0 7px no-repeat;
  padding-left: 20px;
}
.download_list_item {
  margin-bottom: 20px;
}
.download_list_link {
  padding: 13px 0 20px 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.23em;
  background: url(../images/LogoPDF.png) 0 0 no-repeat;
}
.download_list_link:hover {
  color: #000;
}
/*=====================> Titles ========================*/
h2,
h3,
h4 {
  font-weight: normal;
}
.fz13 {
  font-size: 13px;
}
.f_s14 {
  font-size: 14px;
}
.lh16 {
  line-height: 16px;
}
.fz18 {
  font-size: 18px;
}
.f_s14 {
  font-size: 14px;
}
.title1 {
  font-size: 24px;
  line-height: 28px;
  color: #010101;
  border-bottom: 4px solid #00a8ea;
  padding-bottom: 4px;
}
.title2 {
  font-size: 22px;
  line-height: 18px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.title3 {
  font-size: 30px;
  line-height: 42px;
  padding-top: 7px;
  padding-bottom: 5px;
  color: #000;
}
.title4 {
  font-size: 24px;
  line-height: 64px;
  margin-bottom: 20px;
}
.title4:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background-color: #3585c3;
  position: relative;
  top: 60%;
  left: 50%;
  margin-left: -17px;
}
.title5 {
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0;
  border-bottom: 2px solid #00a8ea;
  display: inline-block;
  color: #000;
}
.title6 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #000;
}
.title7 {
  font-size: 18px;
  line-height: 23px;
  color: #000;
}
.t_ind {
  margin-bottom: px;
}
.t_ind1 {
  margin-bottom: px;
}
.t_ind2 {
  margin-bottom: px;
}
.td_und {
  text-decoration: underline;
}
.td_und:hover {
  text-decoration: none;
}
.td_und_no {
  text-decoration: none;
}
.td_und_no:hover {
  text-decoration: underline;
}
/*================================>> GOOGLE FONTS  <<========================================*/
.op_sans_light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.op_sans_normal {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.op_sans_semi {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.op_sans_bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.op_sans_extra_bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
.ubuntu_light {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.ubuntu_normal {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
.ubuntu_medium {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.ubuntu_bold {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.fw_700 {
  font-weight: 700;
}
/*================================>> hovers <<========================================*/
a {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
a:hover {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a.trs_no {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
a.trs_no:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/*================================>> Footer <<========================================*/
footer {
  padding: 19px 0 29px;
}
.footer_logo {
  width: 204px;
  height: 50px;
  background: url(../images/footer_logo.png) 0 0 no-repeat;
  margin-right: 23px;
  position: relative;
}
.footer_logo:after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background-color: #fff;
  position: absolute;
  right: -24px;
  top: 14px;
}
.footer_copyring {
  padding-left: 30px;
  padding-top: 5px;
  font-size: 12px;
  line-height: 17px;
}
.footer_anhor {
  padding-top: 20px;
  padding-right: 13px;
  line-height: 17px;
  font-size: 12px;
}
.footer_anhor_lk {
  padding: 0 0px 0 8px;
  display: inline-block;
  /*background: url(../images/footer_anhor_lk.png) right 50% no-repeat;*/
  color: #fff;
}
[id^="map-canvas"] {
  height: 402px;
  width: 100%;
}
.news-list-page {
  width: 80%;
  padding: 10px 0 50px 0;
  float: right;
}
/* Navigation */
div.navigation {
  font-size: 100%;
  line-height: 200%;
}
span.navigation-title {
  padding-right: 0.65em;
  font-weight: bold;
}
div.navigation a {
  text-decoration: underline;
  padding: 0.2em 0.3em;
}
span.nav-current-page {
  padding: 0.2em 0.3em;
}
div.navigation span.arrow {
  font-size: 100%;
  font-family: Times, serif;
}
div.navigation span.ctrl {
  font-size: 85%;
}
.basketPlus_btn:hover {
  color: #fff!important;
}
.checkbox-form label {
  padding-top: 2px;
}
.basketdel1_btn.submit-form {
  margin: 0;
}
.contact_info_box.form {
  width: auto!important;
  display: inline-block;
}
.order-item {
  margin: 10px 0;
}
.order-item .field-name {
  width: 400px;
}
html,
body {
  height: 100%;
}
.wrapper-box {
  min-height: 100%;
}
.content-box {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 121px;
}
.footer-box {
  height: 121px;
  margin-top: -121px;
}
.img_cart_block {
  width: 77px;
  height: 96px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.catalog_sitebar ul {
  margin-left: 20px;
}
.catalog_sitebar_box ul li {
  margin-bottom: 5px;
}
.catalog_sitebar ul li a {
  color: #000;
  padding-left: 10px;
}
.catalog_sitebar ul li a:hover,
.catalog_sitebar ul li a.active-link-menu {
  background: url(../images/bblue.png) center left no-repeat;
  color: #00a8ea;
}
#img-to-cart {
  position: absolute;
  top: 90px;
  left: 135px;
  #width: 250px;
    display:none;
}
#img-to-cart-white {
  position: absolute;
  top: 90px;
  left: 135px;
  width: 250px;
  height: 300px;
  background: #fff;
}
.img-to-cart-list {
  position: absolute;
  top: 120px;
  left: 50px;
  width: 100px;
  display: none;
}
.order-name {
  color: #010101;
}
.mb25 {
  margin-bottom: 25px;
}
.user-props {
  margin-top: 45px;
}
.contact_info_item {
  position: relative;
}
.order_item label {
  position: absolute;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  top: 15px;
  padding: 10px;
  left: 2px;
  cursor: pointer;
  width: 240px;
  background: #fff;
}
.order_item label span {
  color: #00a8ea;
  font-weight: bold;
}
.order_error input,
.order_error textarea,
.order_error label {
  background: #f4dee2;
}
.order_error_checkbox label {
  color: #c65c5d;
}
.user-props input[type="checkbox"] {
  display: inline;
}
.user-props input[type="file"] {
  display: none;
}
#tabs_container {
  margin-top: 25px;
  margin-bottom: 40px;
}
#tabs-cabinet {
  margin-top: 20px;
}
#tabs-cabinet > ul > li {
  font-size: 14px;
  margin-right: 45px;
  border-bottom: 4px solid transparent;
}
#tabs-cabinet > ul > li:first-child {
  padding: 8px 0 !important;
}
#tabs-cabinet > ul > .ui-state-active {
  border-bottom-color: #00a8ea !important;
}
.delivery_block {
  width: 270px;
  float: left;
}
.b_ib {
  width: 750px;
}
.delivery-item {
  overflow: hidden;
}
.delivery-wrapper {
  /*overflow: hidden;*/
}
.catalog-item-in-the-cart {
  color: #a7e4ff;
}
#clients_kind .contact_info_item,
.payer_info_box .contact_info_item {
  margin-bottom: 5px;
}
#user-active-file a {
  display: inline-block;
  border-bottom: 1px dotted #00a8ea;
}
.work-filter {
  margin-bottom: 15px;
}
.payer-info {
  margin-left: 27px;
}
.pay-title {
  margin-bottom: 15px;
}
.filter_label a:hover {
  text-decoration: underline;
}
@media screen and (max-device-width: 640px) {
  .wrapper-box {
    min-height: 1660px;
  }
}
.user-props a {
  border-bottom: 1px dotted #00a8ea;
}
select.dily_styler {
  font-size: 12px;
  color: #000;
  height: 38px;
  border-radius: 0;
  margin-top: 13px;
  padding-left: 10px;
  background: url(../images/plat_img1.png) 94% center no-repeat #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
/*===============================RESPONSIVE LAYOUTS=================================*/
@media only screen and (max-width: 1860px){
	/*============index.html===============*/
	.main,.done_jobe_box2{
		width: 1520px;
	}

    .product.act .price_and_links {
        padding: 14px 15px 10px 23px;
    }

	.header_middle{
		position: relative;
	}
	.header_contact_box{
		clear: both;
		position: absolute;
		right: 0;
		margin-right: 15px;
	}
	.f_left_laptop{
		float: left;
	}
	.soc_box_icon{
		padding: 3px 0 0px 20px;
		float: left;
	}
	.nav_list_item {
		margin-left: 30px;
		margin-top: 15px;
	}
	.our_clients_carousel .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: -40px;
	}
	.our_clients_carousel .owl-carousel .owl-controls .owl-nav .owl-next{
		right: -40px;
	}
	.our_clients_carousel .owl-carousel .owl-item img{
		text-align: center;
		display: inline-block;
	}
	.partn_img,.owl-carousel .owl-item{text-align: center;}
	.owl-carousel .owl-prev{left: -24px;}
	.owl-carousel .owl-next{right: -24px;}
	.product{
		display: inline-block;
		width: 280px;
	}
	.links_on_the_page_item:first-child { margin-left: 6px; }
	.links_on_the_page_item{margin: 0 13.4px;}
	footer .soc_box_icon{
	  float: none !important;
	}
	/*============index.html===============*/
	/*============catalog_inner.html===============*/
	.reviews_about_box {
	  	width: 83%;
	}
	.features_tabs_item{
		min-height: 50px;
	}
	/*============catalog_inner.html===============*/
	/*============contacts.html===============*/
	.contacts_section .map_shop_carusel .owl-carousel .owl-prev {
	  	left: auto;
	  	margin-left: 100px;
	}
	.map_shop_carusel .owl-carousel .owl-next {
	  	right: 10px;
	}
	.contacts_on_the_map{
		width: 53%;
	}
	/*============contacts.html===============*/
}
@media only screen and (max-width: 1620px){
	/*============index.html===============*/
	.main,.our_clients_carousel .owl-carousel,.done_jobe_box,.done_jobe_box2{
		width: 1400px;
	}
	.owl-carousel{width: 1382px;margin: auto;}
	.our_clients_carousel .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: -9px;
	}
	.our_clients_carousel .owl-carousel .owl-controls .owl-nav .owl-next{
		right: -12px;
	}
	.links_on_the_page_item{
		width: 265px;
		height: 265px;
		padding: 105px 50px 0;
	}
	.links_on_the_page_item {
		width: 245px;
		height: 245px;
		padding: 91px 35px 0;
	}
	.links_on_the_page {
	  	padding-bottom: 55px;
	}
	.product {
		width: 245px;
	}
	.s2 .prev2{
		left: -55px;
	}
	.s2 .next2{
		right: -60px;
	}
	.name_product {
  		padding: 0 15px 0 15px;
        height: 50px;
  	}

    .act .name_product {
        #height: auto;
        height: 193px;
    }

  	.title2 {
	  	font-size: 22px;
	  	line-height: 18px;
	  	padding-top: 12px;
	  	padding-bottom: 12px;
	}
	.product_short_inf {
	  	font-size: 13px;
	  	line-height: 16px;
	}
	.active.product .name_product {
	  -webkit-transform: translateY(9px);
	  -moz-transform: translateY(9px);
	  -ms-transform: translateY(9px);
	  -o-transform: translateY(9px);
	  transform: translateY(9px);
	}
	.links_on_the_page_item {
	  	margin: 0 16.8px;
	}
	.product.act .price_and_links{
		padding: 15px 15px 10px 23px;
	}
	.price_and_links{
		padding: 13px 15px 10px 23px;
	}
	.links_on_the_page_item:first-child {
	  	margin-left: 20px;
	}
	/*============index.html===============*/
	/*============catalog.html===============*/
	.catalog_sitebar {
	  	width: 14.5%;
	}
	.catalog_list {
	  	width: 84%;
	}
	.catalog_plus_box{width: 72%;}
	/*============catalog.html===============*/
	/*============contacts.html===============*/
	.contacts_section .map_shop_carusel .owl-carousel .owl-prev {
		margin-left: 180px;
	}
	.contacts_on_the_map {
	  	width: 60%;
	}
	/*============contacts.html===============*/
}
@media only screen and (max-width: 1420px) {
	/*============index.html===============*/
	.main,.our_clients_carousel .owl-carousel,.done_jobe_box,.done_jobe_box2{
		width: 1300px;
	}
	.owl-carousel{width: 1235px;margin: auto;}
	.header_middle{
		position: relative;
	}
	.header_contact_box{
		clear: both;
		position: absolute;
		right: 0;
		margin-right: 0;
	}
	.f_left_laptop{
		float: left;
	}
	.soc_box_icon{
		padding: 3px 0 0px 20px;
		float: left;
	}
	.nav_list_item {
		margin-left: 36px;
		margin-top: 15px;
	}
	.owl-carousel .owl-item{
		text-align: center;
	}
	.product{
		display: inline-block;
	}
	.owl-carousel.owl_ind {
	  	margin-bottom: 45px;
	}
	.links_on_the_page{
		text-align: center;
		padding-bottom: 40px;
	}
	.links_on_the_page_item:first-child {
	  	margin-left: 0px;
	}
	.links_on_the_page_item{
		width: 200px;
		height: 200px;
		margin:0 23px;
		padding: 70px 5px 0;
		float: none;
	}
	.our_clients_carousel .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: -15px;
	}
	.our_clients_carousel .owl-carousel .owl-controls .owl-nav .owl-next{
		right: -15px;
	}
	.our_clients_carousel .owl-carousel .owl-item img{
		text-align: center;
		display: inline-block;
	}
	.our_clients_carousel .owl-carousel .owl-stage-outer {
	  	padding-left: 0;
	}
	.nav_list_lk{font-size: 12px;}
	.product{
		width: 200px;
	}
	.price_and_links{
		font-size: 14px;
	}
	.name_product {
        padding: 0 15px 0 15px;
        height: 50px;
  	}

    .act .name_product {
        #height: auto;
        height: 193px;
    }

  	.product_short_inf {
	  	font-size: 11px;
	  	line-height: 15px;
	}
	.s2 .next2{
		right: -38px;
	}
	.s2 .prev2{
		left: -32px;
	}
	.product.act .price_and_links {
	  padding: 14px 15px 10px 23px;
	}
	.price_and_links .rub {
		font-size: 17px;
	}
	/*============index.html===============*/
	/*============catalog.html===============*/
	.catalog_sitebar {
	  	width: 18%;
	}
	.catalog_list {
	  	width: 79%;
	}
	.catalog_list_box {
	  	margin-top: -30px;
	}
	/*============catalog.html===============*/
	/*============catalog_inner.html===============*/
	.catalog_model {
	  	/*width: 40%;*/
	  	width: 49%;
	}
	.catalog_model_description {
		/*width: 50%;*/
		width: 46%;
	}
	.catalog_plus_box{width: 78%;}
	.catalog_inner_tabs {
	  	width: 80%;
	}
	.resp_img_flex.flexslider .slides img{
	  	width: 100%;
	 }
	/*============catalog_inner.html===============*/
	/*============contacts.html===============*/
	.contacts_on_the_map {
		top: 65px;
  		width: 50%;
  	}
  	.contacts_on_the_map .title4 {
	  	font-size: 23px;
	  	line-height: 25px;
	  	text-transform: uppercase;
	  	margin-bottom: 30px;
	}
	.left_contacts_on_the_map,.right_contacts_on_the_map{
		font-size: 14px;
		height: 631px;
	}
	.left_contacts_on_the_map{
	  	padding: 34px 20px 60px 30px;
	}
	.right_contacts_on_the_map{
	  	padding: 34px 30px 33px 30px;
	}
	.contacts_section .owl-item iframe {
	 	height: 780px;
	}
}
@media only screen and (max-width: 1320px) {
	/*============index.html===============*/
	.main,.owl-carousel,.our_clients_carousel .owl-carousel,.done_jobe_box,.done_jobe_box2{
		width: 1100px;
	}
	.nav_list{text-align: center;}
	.links_on_the_page_item {
		margin: 0 9.5px;
	}

    .product.act .price_and_links {
        padding: 14px 15px 10px 23px;
    }

	.links_on_the_page_item:first-child {
	  	margin-left: 0;
	}
	.logo_distributor{position: relative;}
	.logo_distributor:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin-left: -100%;
		background: #efefef;
		overflow: hidden;
	}
	.logo.stick{
		padding-left: 40px;
		width: 300px;
	}
	.nav_list_item {
		margin-left: 22px;
		margin-top: 15px;
	}
	.price_and_links .rub {
		font-size: 15px;
	}
	.name_product .title2 a{font-weight: 400;}
	/*============index.html===============*/
	/*============catalog_text_page.html===============*/
	.done_jobe_aside{
		width: 20%;
	}
	.catalog_box_second {
		width: 47.1%;
	}
	.catalog_box_third {
	  	width: 25.5%;
	}
	.material_next_box__link_img img{width: 100%;}
	.fuctional{width: 100%;}
	.title6.pb65{
		padding-bottom: 25px;
	}
	.owner_company_box,.fuctional{
	  	padding-bottom: 25px;
	}
	/*============catalog_text_page.html===============*/
	/*============catalog.html===============*/

	.catalog_sitebar {
	  	width: 18%;
	}
	.catalog_list {
	  	width: 80%;
	}
	/*============catalog.html===============*/
	/*============catalog_inner.html===============*/
	.catalog_model {
	  	/*width: 40%;*/
	  	width: 56.5%;
	}
	.catalog_model_description {
		/*width: 53%;*/
		width: 37%;
	}
	.catalog_inner_tabs {
	  	width: 100%;
	}

	/*============catalog_inner.html===============*/
	/*============contacts.html===============*/
	.contacts_on_the_map {
  		width: 60%;
  	}
  	.contacts_section .map_shop_carusel .owl-carousel .owl-prev {
	  	margin-left: 200px;
	}
	/*============contacts.html===============*/
	/*============done_project.html===============*/
	.prod_box {
		margin-left: 0px;
	}
	.prod_box_main{
		margin: 22px 6px;
	}
	.done_jobe_aside{
		margin-right: 0;
	}
	/*============done_project.html===============*/
	/*============private_office.html===============*/
	.second_main_item{
		margin-left: 0;
	}
	.turn_shop {
	  	padding-left: 31px;
	}
	/*============private_office.html===============*/
}

.req-star
{
    color: #00a8ea;
    font-weight: bold;
}

.pay-success
{
    bottom: 20px;
    font-weight: bold;
    left: 380px;
    position: absolute;
    display: none;
}

.sale_order_full_table
{
    width: 600px;
}

.second_main_nav
{
    height: 40px;
}

.subscripe-input
{
    border: 2px solid #00a8ea!important;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    width: 230px!important;
    margin-right: 30px!important;
}
