<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
*
* Page Loaders
* --------------------------------------------------
*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  z-index: 9999999;
  background: #fff;
  background: rgba(255,255,255,0.85);
  transition: .3s all ease;
  width:100%;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.preloader.ending {
  display: none;
}

.preloader .preloader-body {
  text-align: center;
}
.description_text{
    margin: 0;   
}
.loader {
  height: 150px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  width: 150px;
}

.loader span {
  background: #e10617;
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  width: 12px;
  animation: load 4.6s ease-in-out infinite;
  -o-animation: load 4.6s ease-in-out infinite;
  -ms-animation: load 4.6s ease-in-out infinite;
  -webkit-animation: load 4.6s ease-in-out infinite;
  -moz-animation: load 4.6s ease-in-out infinite;
}

.loader span.block-1 {
  animation-delay: 1.06s;
  -o-animation-delay: 1.06s;
  -ms-animation-delay: 1.06s;
  -webkit-animation-delay: 1.06s;
  -moz-animation-delay: 1.06s;
  left: 0px;
  top: 0px;
}

.loader span.block-2 {
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
  left: 16px;
  top: 0px;
}

.loader span.block-3 {
  animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  -ms-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  left: 31px;
  top: 0px;
}

.loader span.block-4 {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  left: 47px;
  top: 0px;
}

.loader span.block-5 {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
  left: 0px;
  top: 16px;
}

.loader span.block-6 {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  left: 16px;
  top: 16px;
}

.loader span.block-7 {
  animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -moz-animation-delay: 0.51s;
  left: 31px;
  top: 16px;
}

.loader span.block-8 {
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
  left: 47px;
  top: 16px;
}

.loader span.block-9 {
  animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  left: 0px;
  top: 31px;
}

.loader span.block-10 {
  animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -moz-animation-delay: 0.23s;
  left: 16px;
  top: 31px;
}

.loader span.block-11 {
  animation-delay: 0.14s;
  -o-animation-delay: 0.14s;
  -ms-animation-delay: 0.14s;
  -webkit-animation-delay: 0.14s;
  -moz-animation-delay: 0.14s;
  left: 31px;
  top: 31px;
}

.loader span.block-12 {
  animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  left: 47px;
  top: 31px;
}

.loader span.block-13 {
  animation-delay: -0.05s;
  -o-animation-delay: -0.05s;
  -ms-animation-delay: -0.05s;
  -webkit-animation-delay: -0.05s;
  -moz-animation-delay: -0.05s;
  left: 0px;
  top: 47px;
}

.loader span.block-14 {
  animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  -ms-animation-delay: -0.14s;
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  left: 16px;
  top: 47px;
}

.loader span.block-15 {
  animation-delay: -0.23s;
  -o-animation-delay: -0.23s;
  -ms-animation-delay: -0.23s;
  -webkit-animation-delay: -0.23s;
  -moz-animation-delay: -0.23s;
  left: 31px;
  top: 47px;
}

.loader span.block-16 {
  animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  left: 47px;
  top: 47px;
}

@keyframes load {
  0% {
    opacity: 0;
    transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  85% {
    opacity: 0;
    transform: translateY(97px);
  }
  100% {
    opacity: 0;
    transform: translateY(97px);
  }
}

@-o-keyframes load {
  0% {
    opacity: 0;
    -o-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -o-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -o-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(97px);
  }
}

@-ms-keyframes load {
  0% {
    opacity: 0;
    -ms-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -ms-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -ms-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(97px);
  }
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
}

@-moz-keyframes load {
  0% {
    opacity: 0;
    -moz-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -moz-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -moz-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(97px);
  }
}

/*
*
* ToTop
* --------------------------------------------------
*/

.bx-wrapper img{
  width: 100%;
}
.ui-to-top {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #FFF;
  background: #e00616;
  border-radius: 0;
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transition: .45s all ease-in-out;
  transform: translateY(100px);
  box-shadow: 2px 2px 14px -5px #333333;
}

.ui-to-top:hover {
  color: #fff;
  background: #660000;
  text-decoration: none;
}

.ui-to-top:focus {
  color: #fff;
}

.ui-to-top.active {
  transform: translateY(0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
  display: none !important;
}

@media (min-width: 480px) {
  .ui-to-top {
    right: 20px;
    bottom: 20px;
  }
}
/*
* SEARCH RESULT
*---------------------------------------------------
*/
.arrows&gt;span{
    margin-right: 0!important;
}
.isotope-item{
    border: 1px solid #e5e5e5; 
    margin-top: 0px;
    box-shadow: 3px 3px 17px -8px #8b949c; 
    background: #fafafa;
}
.as_hidden{
    display: none;
}
.block_content{
    margin: 10px auto;
}
.pred-filters a.active{
    display: none;
    border: none;
}
.pred-filters a{
    border: none;
}
.text-left b{
    padding-left: 5px;
}
.text-right .x1{
    line-height: 1.7em;
}
.result .x1, h3&gt;.x1_5{
    font-weight: bold;
}
.result .x2{
    
    cursor: pointer;
}
.result{
    border-top: 1px dashed #ccc;
    font-size: 13px;
    padding: 5px 0;
}
.result:hover{
    background: #ccc;
}
.result:hover .display_other{
    opacity: 1;
    transition: .3s all ease;
}
.display_other{
    opacity: 0;
    max-height: 38px;
    overflow: hidden;
}

/*
*
* Owl Carousel
* --------------------------------------------------
*/
.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 {
  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-item &gt; .owl-item {
  width: 100%;
}

.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;
  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-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-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;
  transition: opacity 400ms ease;
}

 
 * 	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;
  font: 400 40px/80px 'FontAwesome';
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
  content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


 * Owl Navigation
 
.owl-nav {
  display: none;
}

@media (min-width: 992px) {
  .owl-nav {
    display: block;
  }
}

.owl-prev, .owl-next {
  position: absolute;
  color: #939292;
  font: 400 24px/50px 'Nucleo Outline';
  transition: 200ms ease-in-out;
}

.owl-prev:before, .owl-next:before {
  content: '\ea85';
}

.owl-prev {
  left: 0;
  transform: translateY(-50%);
}

.owl-next {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}


 * Owl Pagination
 
.owl-dots {
  text-align: center;
  margin-top: 30px;
  display: block;
}

.owl-dot {
  width: 14px;
  height: 14px;
  margin: 0 15px;
  display: inline-block;
  background: transparent;
  border: 2px solid #72af30;
  transition: .2s;
  transform: rotate(45deg);
  will-change: transform;
}

.owl-dot:hover, .owl-dot:focus {
  background: #72af30;
}

.owl-dot.active {
  background: #72af30;
}

.owl-dot + .owl-dot {
  margin-left: 10px;
}

.data-dots-custom {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  transition: .3s;
  z-index: 10;
}

@media (min-width: 992px) {
  .data-dots-custom {
    display: none;
  }
}

.data-dots-custom &gt; div {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 15px;
  background: transparent;
  transition: .2s;
  transform: rotate(45deg);
  will-change: transform;
}

.dots-classic {
  bottom: 35px;
}

.dots-classic &gt; div {
  border: 2px solid #fff;
}

.dots-classic &gt; div.active, .dots-classic &gt; div:hover {
  background: #fff;
}

.dots-modern {
  bottom: -45px;
}

.dots-modern &gt; div {
  border: 2px solid #7e7e7e;
}

.dots-modern &gt; div.active, .dots-modern &gt; div:hover {
  background: #7e7e7e;
}

.dots-primary {
  bottom: -60px;
}

.dots-primary &gt; div {
  border: 2px solid #72af30;
}

.dots-primary &gt; div.active, .dots-primary &gt; div:hover {
  background: #72af30;
}

.dots-white {
  bottom: -60px;
}

.dots-white &gt; div {
  border: 2px solid #fff;
}

.dots-white &gt; div.active, .dots-white &gt; div:hover {
  background: #fff;
}

.owl-classic .owl-prev, .owl-classic .owl-next {
  top: 37%;
}

.owl-classic .owl-prev {
  right: calc(100% + 8px);
  left: auto;
}

.owl-classic .owl-next {
  left: calc(100% + 8px);
  right: auto;
}

@media (min-width: 992px) {
  .owl-classic .owl-dots {
    display: none !important;
  }
}

.owl-modern .owl-prev, .owl-modern .owl-next {
  top: 44%;
}

.owl-modern .owl-prev:hover, .owl-modern .owl-next:hover {
  color: #72af30;
}

.owl-modern .owl-prev:hover:after, .owl-modern .owl-next:hover:after {
  background: #72af30;
}

.owl-modern .owl-prev {
  right: calc(100% + 8px);
  left: auto;
}

.owl-modern .owl-next {
  left: calc(100% + 8px);
  right: auto;
}

.owl-modern .box-outline {
  margin-bottom: 10px;
  margin-right: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .owl-modern .quote-modern .quote-wrap {
    max-width: 60%;
  }
  .owl-modern .bg-quote-1, .owl-modern .bg-quote-2 {
    background-position-x: 70%;
  }
}

@media (min-width: 992px) {
  .owl-modern .owl-dots {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .owl-modern .quote-modern {
    padding-left: 40px;
  }
  .owl-modern .quote-modern .quote-wrap {
    max-width: 63%;
  }
  .owl-modern .bg-quote-1, .owl-modern .bg-quote-2 {
    background-position-x: 60%;
  }
}

@media (min-width: 1600px) {
  .owl-modern .quote-modern .quote-wrap {
    max-width: 61%;
  }
  .owl-modern .bg-quote-1, .owl-modern .bg-quote-2 {
    background-position-x: 100%;
  }
}

.owl-creative .box-outline {
  margin-bottom: 10px;
  margin-right: 10px;
}

.partners-carousel .owl-stage-outer {
  padding: 10px 0;
}

.partners-carousel .owl-stage {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-carousel .owl-item a {
  will-change: transform;
  transform: translateY(0);
}

.partners-carousel .owl-item a:hover {
  /*transform: translateY(-10px);*/
}

.partners-carousel .owl-prev, .partners-carousel .owl-next {
  top: 50%;
}

.partners-carousel .owl-prev:hover, .partners-carousel .owl-next:hover {
  color: #e00616;
}

.partners-carousel .owl-prev {
  left: -30px;
}

.partners-carousel .owl-next {
  right: -30px;
}

.service-active .owl-prev, .service-active .owl-next {
  top: 40%;
}

.service-active .owl-prev:hover, .service-active .owl-next:hover {
  color: #e00616;
}

.service-active .owl-prev {
  left: -30px;
}

.service-active .owl-next {
  right: -30px;
}

/*@media (min-width: 768px) {
  .partners-carousel .owl-prev {
    left: -40px;
  }
  .partners-carousel .owl-next {
    right: -40px;
  }
}*/

@media (min-width: 992px) {
  .partners-carousel .owl-dots {
    display: none !important;
  }
}

@media (min-width: 1800px) {
  .partners-carousel .owl-nav {
    /*display: none;*/
  }
}

.owl-full-width .owl-dots {
  padding-bottom: 30px;
}

@media (min-width: 1600px) {
  .owl-services .owl-item.active + .owl-item.active .box-services-content:before {
    position: absolute;
    content: '';
    top: 45px;
    left: 0;
    height: 2px;
    width: 72px;
    background: #fff;
    transform: translateX(-50%);
  }
  .owl-services .owl-dots {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .owl-info .owl-dots {
    display: none !important;
  }
}

.owl-team .owl-prev {
  top: 36%;
  right: calc(100% + 16px);
}

.owl-team .owl-next {
  top: 36%;
  left: calc(100% + 16px);
}

.owl-products .owl-prev {
  top: 29%;
  right: calc(100% + 16px);
}

.owl-products .owl-next {
  top: 29%;
  left: calc(100% + 16px);
}

.owl-nav-default .owl-prev,
.owl-nav-default .owl-next {
  white-space: nowrap;
}

.owl-nav-default .owl-prev:after,
.owl-nav-default .owl-next:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: #939292;
  transition: inherit;
  width: 0;
  height: 2px;
}

.owl-nav-default .owl-prev:before,
.owl-nav-default .owl-next:before {
  display: inline-block;
  vertical-align: middle;
}

.owl-nav-default .owl-prev:hover:after,
.owl-nav-default .owl-next:hover:after {
  width: 53px;
}

.owl-nav-creative .owl-controls {
  position: relative;
  margin-top: 15px;
}

.owl-nav-creative .owl-nav &gt; * + * {
  margin-left: 15px;
}

.owl-nav-creative .owl-next {
  transform: scale(-1, 1);
}

.owl-nav-creative .owl-prev {
  transform: none;
}

.owl-nav-creative .owl-prev, .owl-nav-creative .owl-next {
  position: static;
  display: inline-block;
  vertical-align: middle;
}

.owl-nav-creative .owl-prev:hover, .owl-nav-creative .owl-next:hover {
  color: #72af30;
}

.owl-nav-creative .owl-prev:hover:after, .owl-nav-creative .owl-next:hover:after {
  background: #72af30;
}

@media (min-width: 992px) {
  .owl-nav-creative .owl-dots {
    display: none !important;
  }
}

.owl-nav-right {
  text-align: right;
}

.pre_page_menu {
  min-height: 27px;
  background: #d9dde0;
  background: url('../img/style/2colors-top.png') left top repeat;
}
.page_slider{
    margin-bottom: 20px;
    margin-top: 24px;
}
.page_cat_list {
  min-height: 27px;
  background: #d9dde0;
  padding: 0px;
  padding-bottom: 20px;
  background: url('../img/style/cat_bg.jpg') center top no-repeat;
}
.page_home{
    padding: 20px 0;
    min-height: 27px;
    background: #d9dde0;
    background: url('../img/style/blue-pattern.gif') left top repeat;
}
.page_footer{
    min-height: 100px;
    background: #2f3742;
    /*margin-top: 150px;*/
}
.page_footer p{
    color: #fff;
    font-weight: normal;
    
}
.page_footer .list-unstyled &gt; li + li{
    margin: 0.5em 0;
}
.page_footer_copyright {
  min-height: 100px;
  background: #d9dde0;
  background: url('../img/style/bottom_pattern.gif') left top repeat;
}
.page_footer h3{
    color: wheat;
    text-shadow: 1px 1px 2px #000;
}
.page_footer li a{
    color: wheat;
    text-shadow: 1px 1px 2px #000;
    font-weight: normal;
}
.page_footer li a:hover{
    color: #fff;
    font-weight: bold;
}
.container-fluid .row div:nth-child(2){
    border-left: 2px solid #e00616;
    margin-bottom: 20px;
}
.container-fluid .row{
    
}
.partners-carousel .owl-item a{
    display: block;
    width: 100%;
    
}
.partners-carousel .owl-item a img{
    display: block;
    width: 100%;
}
.page_cat_list  .animation-block-gsap{
    display: block;
    margin: 2px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.5);
}

/*.page_cat_list .col-sm-4 a:hover{*/
    /*background-color: #fe141c;*/
    /*box-shadow: 0 16px 48px 0 rgba(255,0,0,.35);*/
/*}*/
/*.page_cat_list .col-sm-4 a:hover h3,.page_cat_list .col-sm-4 a:hover h4,.page_cat_list .col-sm-4 a:hover p{*/
  /*color:#fff;*/
/*}*/

.page_cat_list .animation-block-gsap img{
  display: block;
  position: absolute;
  float: right;
  width: auto;
  max-height: 174px;
  top: 0px;
  right: 0px;
  height: auto;
  transition: .3s ;
  /*transform: scale(1.4);*/
}
.custom_inside{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
    height: 100%;
}
.custom_inside .btn{
    position: absolute;
    left: 15px;bottom: 5px;
}
.custom_inside_h3{
    text-transform: uppercase;
    font-size: 18px;
    margin: 3px 0;
    color: black;
    font-weight: bold;
    /*text-shadow: 1px 1px 2px #fff;*/
}
.landscape  .custom_inside_h4, .landscape .custom_inside p{
    width: 80%;
}
.portrait  .custom_inside_h4, .portrait .custom_inside p{
    width: 100%;
}
.custom_inside_h4{
    
    margin: 3px 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    text-shadow: 1px 1px 2px #fff;
}
.custom_inside p{
    
    color: black;
    font-size: 10px;
    line-height: 1em;
    margin: 10px 0
}
.color_yellow{
    color: #f3bd61;
    text-shadow: 1px 1px 2px #000;
}
.color_brown{
    color: #726465;
}
.color_brown2{
    color: #4b4b4b;
}
.color_blue{
    color:#475d7c;
}
.color_gray{
    color:#434343;
}
.color_violet{
    color:#575d75;
}
.color_gray2{
    color:#5f5a56;
}
.color_brand{
    color:#44495d;
}


.call_back_form{
    background: #e8e7e7;
    display: block;
    position: absolute;
    height: 240px; width: 450px;
    top: 120px; right: -560px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.call_back_form *{
    border-radius: 0!important;
}

#call_back{
    display: none;
    position: fixed;
    z-index: 999;
    background: transparent;
    width: 80px; height: 165px;
    right: 0;bottom: 0;
    
}
.phone_bottom{
    position: absolute;
    display: block;
    bottom: 0; right: 0;
    
    height: 100%;
}
.phone_start {
  display: block;
  width: 33px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../img/style/phone_start.png') right bottom no-repeat;
}
.phone_tile {
  display: block;
  width: 33px;
  height: 0px;
  position: absolute;
  bottom: 60px;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  background: url('../img/style/phone_tile.png') right bottom repeat-y;
}
  .phone_tile:before {
    content: '';
    width: 33px;
    height: 100%;
    position: absolute;
    bottom: 10px;
    right: 8px;
    background: url('../img/style/phone_text.png') right bottom no-repeat;
  }
.phone_top{
    display: block;
    width: 60px; height: 135px;
    position: absolute;
    top: 0; right: 0;
    background: url('../img/style/phone.png') right bottom no-repeat;
}
.text-white{
    color: #fff;
    text-decoration: none;
}
.text-white:hover{
    text-decoration: none;
}
.compact{
    margin: -3px 0;
}
.media-heading i{
    width: 100%;
    float: left;
}
.info-text&gt;.nc-icon-outline{
    color: #e10617;
    font-weight: bold;
}
.info-text&gt;span{
    color: #e10617;
    margin-left: 1em;
    font-weight: bold;
}
a.info-text{
    color: #000;
}
.page_menu&gt;.container{
    position: relative;
}
.stripes {
  background: url('../img/style/stripes.png') no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 2.5em;
  height: 1.5em;
  vertical-align: top;
  margin-right: 0.2em;
}
.landscape .page_menu &gt; .container:before {
  background: url('../img/style/left_bg_menu.png') no-repeat;
  display: block;
  content: "";
  width: 170px;
  height: 82px;
  position: absolute;
  top: 0;
  left: -155px;
}
.portrait .navbar-nav .nc-icon-outline{
    margin: 0 0.3em;
    /* width: 100%; */
    text-align: center;
    /* float: none; 
    display: block;*/
}
.landscape .navbar-nav .nc-icon-outline{
    margin: 0 auto;
    /* width: 100%; */
    text-align: center;
    /* float: none; */
    display: block;
}
.landscape .mobile-element {
    display: none;
}
.portrait .mobile-element {
    display: block;
}
.landscape .desktop-element {
    display: block;
}
.portrait .desktop-element {
    display: none;
}
.nav span{
    text-transform: uppercase;
}
.landscape .ht-left{
    border-left: 1px solid #ccc;
}
.landscape .ht-right{
    border-right: 1px solid #ccc;
}
.portrait .ht-left, .portrait .ht-right{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.landscape .navbar-form{
    margin-top: 11px;
}
.control-label-abs{
    position: absolute;
    top: -18px;
    font-size: 12px;
    color: #bdbdbf;
    font-weight: normal;
}
.shadow_box{
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
}
.shadow_box:active, .shadow_box:focus{
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}
.acc_head_equal{
    width: 100%;
}
.acc_head_equal&gt;span{
    width: 100%;
    display: block;
}
.acc_menu_equal{
    font-size: 80%;
}
.as_account_header{
    background: #303030;
    color: #fff;
    font-weight: bold;
    margin: -10px 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
}
.as_account_header &gt; div{
    background: #e00616;
    padding: 10px 15px;
    display: inline-block;

}
.as_account_header &gt; div &gt; a{
    color: inherit;
    display: block;
    /*text-align: center;*/
    width: 100%;
    padding-left: 7px;
}
.as_account_header &gt; div a i{vertical-align: middle;}
.as_account_header p{
    padding: 10px 15px;
    display: inline-block;
    margin: 0;

}
.triangle:before{
    content: "";
    position: absolute;
    left: 0; top: 0;
    border: 20px solid transparent;	border-left: 20px solid white; border-top: 20px solid white;
}
.contacts_logo{
    max-width: 80%;
    height: 35px;
    display: block;
    float: none;
    clear: both;
    margin-bottom: 2em;
}
.hrdotted {
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px dashed #000;
    clear: both;
}
.status {
		font-size: 30px;
		margin: 0px 2px 0 0;
		display: inline-block;
		vertical-align: middle;
		line-height: 10px;
}
.text-success {
    color: #10c469;
}
.text-info {
    color: #62c9e8;
}
.text-warning {
    color: #FFC107;
}
.text-danger {
    color: #ff5b5b;
}
.text-bold{
    font-weight: bold;
}
.offset_div &gt; div{
    /*padding: 15px 5px;*/
    /*border-bottom: 1px dashed #ddd;*/
    vertical-align: middle;
}
.offset_div{
  padding: 10px 0px;
  margin-top: 10px;
  /*border-bottom: 1px dashed #ddd;*/
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  background: rgba(0,0,0,0.01);
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;*/
  cursor: pointer;
}
.offset_div&gt;div{
  color: #666;
  transition-duration: .3s;
}
.offset_div:hover&gt;div{
  color: #000;
}
.offset_div:hover{
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
  /*.offset_div &gt; div:last-child{
      border-bottom: 1px solid transparent;
      background: rgba(0,0,0,0.0) !important;
  }*/
/*.offset_div:hover&gt;div{*/
    /*background: rgba(0,0,0,0.1);*/
/*}*/
/* ============= 4. Service Area ============= */
 .mb-40 {
    margin-bottom: 40px;
}
.service-active{
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px;
}
.service-single {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  min-height: 210px;
  
}
.service-single .img-responsive{
    max-height: 300px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 40px;
    /*width: 100%;*/
}
.service-titel {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  display: block;

}
.service-titel h6 {
  background: #f6f6f6 none repeat scroll 0 0;
  display: block;
  line-height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  width: 100%;
}
.service-titel h6 span {
  background: #555555 none repeat scroll 0 0;
  color: #fff;
  float: right;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px 10px;
}
.service-hover {
  background: #d42f38 none repeat scroll 0 0;
  background: rgba(255,0,0,0.65);
  height: 100%;
  position: absolute;
  top: -100%;
  width: 100%;
  padding:30px;
  opacity:0;
  visibility:hidden;
  transition:.3s;
}
.service-single:hover .service-hover{opacity:1;visibility:visible;top:0;}
.service-hover h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 18px;
  
}
.service-hover .service-desc {
  color: #fff;
  line-height: 1em;
  margin: 0 0 20px;
  max-height: 2em;
  overflow: hidden;
}
.service-hover a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 5px;
  transition:.4s;
}
.service-hover a:hover {
  background: #fff none repeat scroll 0 0;
  border-color: #fff;
  color: #d42f38;
}
.isotope-filters&gt;.list-group-item{
    cursor: pointer;
}
.nav-filter a{
    color: wheat;
    text-shadow: 1px 1px 2px #000;
}
.nav-filter a:hover{
    color: white;
}
.nav-filter{
    display: inline-block;
    position: relative;
    padding: 2px 4px;
    margin-right:18px;
    background: #484848;   
}
.nav-filter.active{
    background: #e00616;   
}
.nav-filter:before{
    content: " ";
    border: 9px solid transparent;	border-right: 9px solid #484848; border-bottom: 9px solid #484848;
    position: absolute; left: -18px; top:0px;
}
.nav-filter:after{
    content: " ";
    border: 9px solid transparent;	border-left: 9px solid #484848; border-top: 9px solid #484848;
    position: absolute; right: -18px; top:0px;
}
.nav-filter.active:before{
    content: " ";
    border: 9px solid transparent;	border-right: 9px solid #e00616; border-bottom: 9px solid #e00616;
    position: absolute; left: -18px; top:0px;
}
.nav-filter.active:after{
    content: " ";
    border: 9px solid transparent;	border-left: 9px solid #e00616; border-top: 9px solid #e00616;
    position: absolute; right: -18px; top:0px;
}
.as_nav{
    font-size: 10px;
    list-style: none;
    margin: 0; padding: 0;
}
.shadow_box:hover i{
    color: #e00626;
}
.div_border_2{
    border: 2px solid #fff;
}
.bg_color_gray{
    background: #eaeaea;
}
.padding_top_20{
    padding: 20px 15px;
}
.isotope .alert-success, .isotope .alert-info{
    color: #000;
}
.description_text{
    text-indent: 0px;
}
/* Snackbars
* --------------------------------------------------
*/
#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  visibility: hidden;
  transform: translateX(-500px);
  transition: .3s all ease;
  z-index: 9999999;
}

#form-output-global.active {
  transform: translateX(0);
  visibility: visible;
}
.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #222;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .snackbars {
    max-width: 380px;
    padding: 12px 15px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    opacity: 1;
    transform: none;
    /*color: #939292;*/
    font-size: 14px;
  }
  .form-label-outside + .form-input + .form-validation {
    top: 34px;
  }
}

.form-validation {
  position: absolute;
  right: 25px;
  top: 1px;
  font-size: 11px;
  line-height: 11px;
  color: #d9534f;
  margin-top: 3px;
  transition: .3s;
  z-index: 11;
  font-weight: bold;
  text-decoration: blink;
}

.form-validation-left .form-validation {
  right: auto;
  top: 2px;
  left: 16px;
}

/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: antialiased;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint &amp; create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.select2 {
  width: 100% !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #2a2b2b;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 2px 10px;
  font-size: 14px;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--bootstrap {
  display: block;
}

.select2-container--bootstrap .select2-selection {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #9f9f9f;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #9f9f9f;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #9f9f9f;
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #dedede;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #1d1e1e;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #e73e36;
  color: #2a2b2b;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 10px 20px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -35px;
  padding-left: 70px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -70px;
  padding-left: 105px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -105px;
  padding-left: 140px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -140px;
  padding-left: 175px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -175px;
  padding-left: 210px;
}

.select2-container--bootstrap .select2-results__group {
  color: #dedede;
  display: block;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  /*border-color: #e73e36;*/
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  /*border-color: transparent transparent #ï¿½ï¿½ï¿½ transparent;*/
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #2a2b2b;
  cursor: pointer;
  float: right;
  font-weight: 400;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #ccc;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #dedede;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #f9f9f9;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #ccc;
  overflow-x: hidden;
}

.select2-container--bootstrap .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  text-align: left;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 35px;
  top: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
  position: absolute;
  top: 50%;
  font-weight: 400;
  margin-top: -10px;
  right: -20px;
  height: 20px;
  line-height: 20px;
  content: '\eaad';
  font-family: 'Nucleo Outline';
  font-size: 24px;
  color: #e73e36;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #000;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #9f9f9f;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 52px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 24;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #9f9f9f;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #9f9f9f;
  background: #000;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin: 0;
  padding: 0 15px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 35px;
  height: 50px;
  line-height: 24;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #2a2b2b;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 7.5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #e73e36;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 15px;
}

.select2-container--bootstrap.input-sm, .input-group-sm &gt; .select2-container--bootstrap.form-control,
.input-group-sm &gt; .select2-container--bootstrap.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .select2-container--bootstrap.btn, .select2-container--bootstrap.input-lg, .input-group-lg &gt; .select2-container--bootstrap.form-control,
.input-group-lg &gt; .select2-container--bootstrap.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.btn {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}

.select2-container--bootstrap.input-sm .select2-selection--single, .input-group-sm &gt; .select2-container--bootstrap.form-control .select2-selection--single,
.input-group-sm &gt; .select2-container--bootstrap.input-group-addon .select2-selection--single,
.input-group-sm &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 44px;
  line-height: 1.5;
  padding: 12px 37px 12px 25px;
}

.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b, .input-group-sm &gt; .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
.input-group-sm &gt; .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-sm &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -12px;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm &gt; .select2-container--bootstrap.form-control .select2-selection--multiple,
.input-group-sm &gt; .select2-container--bootstrap.input-group-addon .select2-selection--multiple,
.input-group-sm &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 44px;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm &gt; .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
.input-group-sm &gt; .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
.input-group-sm &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 11px 0 0 12.5px;
  padding: 0 12px;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm &gt; .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm &gt; .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 25px;
  font-size: 12px;
  height: 42px;
  line-height: 1.5;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear, .input-group-sm &gt; .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
.input-group-sm &gt; .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
.input-group-sm &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 12px;
}

.select2-container--bootstrap.input-lg .select2-selection--single, .input-group-lg &gt; .select2-container--bootstrap.form-control .select2-selection--single,
.input-group-lg &gt; .select2-container--bootstrap.input-group-addon .select2-selection--single,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 64px;
  line-height: 1.4444;
  padding: 18px 55px 18px 40px;
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow, .input-group-lg &gt; .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow,
.input-group-lg &gt; .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b, .input-group-lg &gt; .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
.input-group-lg &gt; .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -18px;
  margin-top: -2.5px;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple, .input-group-lg &gt; .select2-container--bootstrap.form-control .select2-selection--multiple,
.input-group-lg &gt; .select2-container--bootstrap.input-group-addon .select2-selection--multiple,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 64px;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice, .input-group-lg &gt; .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
.input-group-lg &gt; .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.4444;
  border-radius: 4px;
  margin: 17px 0 0 20px;
  padding: 0 18px;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg &gt; .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg &gt; .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 40px;
  font-size: 18px;
  height: 62px;
  line-height: 1.4444;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear, .input-group-lg &gt; .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
.input-group-lg &gt; .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 18px;
}

.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single, .input-group-lg &gt; .select2-container--bootstrap.select2-container--open.form-control .select2-selection--single,
.input-group-lg &gt; .select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.select2-container--open.btn .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .input-group-lg &gt; .select2-container--bootstrap.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b,
.input-group-lg &gt; .select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-lg &gt; .input-group-btn &gt; .select2-container--bootstrap.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #2a2b2b transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #2a2b2b transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 47px;
  padding-right: 35px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 35px;
  right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 17.5px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #c49558;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dfc5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dfc5a3;
  border-color: #ac7c3d;
}

.has-warning.select2-drop-active {
  border-color: #ac7c3d;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #ac7c3d;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #fe4a21;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe9d87;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe9d87;
  border-color: #eb2c01;
}

.has-error.select2-drop-active {
  border-color: #eb2c01;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #eb2c01;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #58c476;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3dfb4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3dfb4;
  border-color: #3dac5c;
}

.has-success.select2-drop-active {
  border-color: #3dac5c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #3dac5c;
}

.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

.form-inline .select2-container--bootstrap {
  display: inline-block;
}

.select2-container--modern {
  display: inline-block;
  width: auto !important;
  font: 700 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;
}

.select2-container--modern .select2-selection__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
}

.select2-container--modern .select2-selection__arrow b {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  color: #000;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.select2-container--modern .select2-selection__arrow b:before {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.select2-container--modern .select2-selection {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
}

.select2-container--modern .select2-selection__rendered {
  color: #000;
}

.select2-container--modern .select2-selection--single {
  height: 34px;
  min-width: 41px;
  line-height: 34px;
  padding: 0 20px 0 5px;
}

.select2-container--modern .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.select2-container--modern .select2-dropdown {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: -1px 0px 10px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 10px 0px rgba(65, 65, 65, 0.12);
}

.select2-container--modern .select2-results__option {
  font-size: 13px;
}

.select2-container--modern .select2-results__option.select2-results__option--highlighted, .select2-container--modern .select2-results__option:hover {
  background: #f2f2f2;
}

.select2-container--bootstrap .select2-selection {
  background-color: #fff;
  /*border-color: #ï¿½ï¿½ï¿½;*/
  border-radius: 5px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-dropdown {
  /*border-color: #ï¿½ï¿½ï¿½;*/
}
.basket_active, .checked_input {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0px;
    border: 0px solid red;
    margin: 0px auto;
    font-size: 16px;
    border: 2px solid #e8ecf1;
    cursor: pointer;
    clear: both;
    margin-bottom: 0px;
    outline: none;
}
.checked:hover,
.nochecked:hover{
    box-shadow: 0px 2px 6px 0px #626263;
}
.basket_active:focus, .checked_input:focus {
    
    box-shadow: 0px 0px 10px 3px #f5e578;
    border-radius: 2px;
}
.checked {
  background-image: url(../img/style/check.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.nochecked {
    background: #ccc;
}
.amount{
    display: inline-block;
    width: 3em;
    height: 2em;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    font-weight: bold;
}
.minus,.plus{
    vertical-align: middle;
    cursor: pointer;
}
.minus{
    color: #e10617;
}
.plus{
    color: green;
}
.cty{
    display: block;
    text-align: center;
    margin-top: 2em;
}
#org_reg .input-group-addon{
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  cursor: pointer;
}
#org_reg .input-group-addon:hover{
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.img-thumbnail{
  border:none;
}

.page_footer .nc-icon-outline {
  margin: 4px 18px 0 0;
  float: left;
  width: 16px;
}
/*.page_footer .nc-icon-outline.location_pin{*/
   /*transform: translateY(-3px);*/
/*}*/
.page_footer .list-unstyled li {
  color: white;
}
.contact-content{
  display: inline-block;
}
.contacts img, .downloads img{
  max-width: 30px;
}



.lampsCont{
  width: 100%;
}
.lampsContTop {
  background: url("img/lamp_img/50077.jpg") no-repeat top center;
  background-size: auto 100%;
  height: 590px;
  position: relative;
  width: 100%;
  min-width: 974px;
  max-width: 1180px;
  margin: 30px auto 0;
  padding: 15px;
}

.lampsContBottom {
  background: url("img/lamp_img/50076.jpg") no-repeat top center;
  background-size: auto 100%;
  height: 600px;
  position: relative;
  width: 100%;
  min-width: 974px;
  max-width: 1180px;
  margin: 50px auto 0;
  padding: 15px;
}

.lampsBlock{
  display: inline-block;
  position: absolute;
}

.lampsBlock .lampsTitle{
  background: #002942;
  color: #fff;
  padding: 3px 5px;
  font: bold 13px/18px "Arial";
}

.lampsBlock ul{
  display: inline-block;
  list-style: outside none none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.lampsBlock ul li{
  float: left;
  padding: 0;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #a8a8a8;
  border-top: 1px solid #a8a8a8;
  background: #fff;
  font: normal 13px/18px arial;
}

.lampsBlock ul li:first-child{
  border-left: 1px solid #a8a8a8;
}

.lampsBlock ul li img{
  height: 45px;
  margin: 0 auto;
  padding: 2px 0;
  border: 0;
  outline: none;
}

.lampsBlock ul li a{
  font: normal 13px/18px arial;
  color: #0263b0;
  text-decoration: none;
}

.lampsBlock ul li a span {
  background: #F0F0F0;
  display: block;
  min-width: 34px;
  padding: 1px 5px;
  font: 13px/12px arial;
}

.lampsBlock ul li a:hover{
  text-decoration: none;
}

.lampsBlock ul li a:hover span {
  background: #37454F;
  color: #fff;
}

.lampsBlock.lampsBlock1 ul li a span{
  min-width: 38px;
}

.lampsBlock.lampsBlock3 ul li a span{
  min-width: 50px;
}

.lampsBlock.lampsBlock7 ul li a span,
.lampsBlock.lampsBlock8 ul li a span,
.lampsBlock.lampsBlock10 ul li a span,
.lampsBlock.lampsBlock11 ul li a span,
.lampsBlock.lampsBlock15 ul li a span{
  padding: 1px 10px;
}

.lampsBlock.lampsBlock9 ul li a span{
  padding: 1px 15px;
}

.lampsBlock1{
  top: 15px;
  left: 15px;
}

.lampsBlock2{
  top: 505px;
  left: 569px;
}

.lampsBlock3{
  top: 255px;
}

.lampsBlock4{
  left: 853px;
}

.lampsBlock5{
  right: 15px;
  top: 255px;
}

.lampsBlock6{
  top: 505px;
}

.lampsBlock6 ul li a span{
  min-width: 40px;
}

.lampsBlock6 .secondLine1{
  left: 0px;
  position: absolute;
  top: -70px;
  border-left: 1px solid #a8a8a8;
}

.lampsBlock6 .secondLine2{
  left: 51px;
  position: absolute;
  top: -70px;
}

.lampsBlock6 .secondLine3{
  left: 108px;
  position: absolute;
  top: -70px;
}

.lampsBlock6 .secondLine4{
  left: 165px;
  position: absolute;
  top: -70px;
}

.lampsBlock7{
  top: 505px;
  right: 15px;
}

/*Bottom*/
.lampsBlock8{
  top: 20px;
}

.lampsBlock9{
  left: 465px;
  top: 20px;
}

.lampsBlock10{
  right: 15px;
  top: 20px;
}

.lampsBlock11{
  top: 270px;
}

.lampsBlock12{
  top: 520px;
}

.lampsBlock13{
  top: 520px;
  left: 452px;
}

.lampsBlock14{
  top: 520px;
  right: 15px;
}

.lampsBlock15{
  top: 270px;
  right: 15px;
}

.lampsContTop.lampsContTopSmall {
  width: 974px;
  height: 505px;
  padding-top: 20px;
  background: #fff url("img/lamp_img/bgTop_small.png") no-repeat 3px 98px;
}

.lampsContTop.lampsContTopSmall .lampsBlock ul li a span{
  min-width: 25px;
}

.lampsContTop.lampsContTopSmall .lampsBlock1{
  top: 21px;
}

.lampsContTop.lampsContTopSmall .lampsBlock1 ul li a span{
  padding: 1px 3px;
}

.lampsContTop.lampsContTopSmall .lampsBlock2{
  left: 455px;
  top: 421px
}

.lampsContTop.lampsContTopSmall .lampsBlock3{
  top: 221px;
}

.lampsContTop.lampsContTopSmall .lampsBlock3 ul li a span{
  padding: 1px 10px;
}

.lampsContTop.lampsContTopSmall .lampsBlock4{
  left: 687px;
  top: 21px
}

.lampsContTop.lampsContTopSmall .lampsBlock5{
  top: 221px
}

.lampsContTop.lampsContTopSmall .lampsBlock6{
  top: 421px
}

.lampsContTopSmall .lampsBlock6 .secondLine2{
  left: 37px;
}

.lampsContTopSmall .lampsBlock6 .secondLine3{
  left: 87px;
}

.lampsContTopSmall .lampsBlock6 .secondLine4{
  left: 137px;
}

.lampsContTop.lampsContTopSmall .lampsBlock7{
  top: 421px
}

.lampsContTop.lampsContTopSmall .lampsBlock7 ul li a span {
  min-width: 38px;
}

.lampsContTopSmall .lampsBlock ul li a span,
.lampsContBottomSmall .lampsBlock ul li a span{
  min-width: 27px;
  font-size: 11px;
}

.lampsContBottom.lampsContBottomSmall {
  width: 974px;
  height: 470px;
  background: #fff url("img/lamp_img/bgBottom_small.png") no-repeat 190px 103px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock8{
  top: 20px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock8 ul li a span{
  min-width: 52px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock9{
  left: 395px;
  top: 21px;
}

.lampsBlock.lampsBlock9 ul li a span{
  min-width: 35px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock10{
  top: 20px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock11{
  top: 211px;
  left: 35px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock12{
  top: 402px;
  left: 30px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock12 ul li a span{
  min-width: 25px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock13{
  left: 387px;
  top: 402px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock13 ul li a span{
  min-width: 25px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock14{
  top: 402px;
}


.lampsContBottom.lampsContBottomSmall .lampsBlock15{
  top: 211px;
}

.lampsContBottom.lampsContBottomSmall .lampsBlock15 ul li a span{
  min-width: 32px;
}
/*------------------------ÐŸÑ€Ð°Ð²ÐºÐ¸ RK--------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
body{
  font-family: Roboto;
}
.btn .as-icon.as_basket_full,.btn .as-icon.as_basket_empty{
  font-size: 1.1em;
  transform: translateY(1px);
  display: inline-block;
  margin-right: 6px;
}

.btn .nc-icon-outline.x1_5.business_notes{
  display: inline-block;
  transform: translateY(-1px);
  margin-right: 3px;
}

.btn .nc-icon-outline.location_pin{
  display: inline-block;
  transform: translateY(-1px);
  margin-right: 4px;
}

.btn .as-icon.as_garage{
  display: inline-block;
  transform: translateY(-1px);
  margin-right: 8px;
}

.btn .as-icon.as_user{
  font-size: 1.2em;
  margin-right: 2px;
  transform: translateY(1px);
  display: inline-block;
}

.btn .as-icon.as_exit {
  font-size: 1.2em;
  margin-right: 8px;
  display: inline-block;
  transform: translateY(-1px);
}

.btn .as-icon.as_sign{
  font-size: 1.1em;
  margin-right: 8px;
}

.btn .as-icon.as_user_registration{
  margin-right: 8px;
  font-size: 0.9em;
  transform: translateY(1px);
  display: inline-block;
}

.pre_page_menu{
  position: fixed;
  width: 100%;
  z-index: 12;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border: 1px solid #ccc;
}

.page_menu{
  padding-top: 33px;
}

#art_search .visible-lg{
  display: none!important;
}
.input-group-btn:last-child &gt; .btn{
  margin-left: 0px;
  height: 34px;
  outline:none;
}

.input-group-btn:last-child &gt; .btn:focus{
  outline:none;
}

.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page_slider .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #ccc;
  width: 12px;
  height: 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius:7px;
  border-radius: 7px;
}
.as_nav{
  margin-left: 3px;
}

.page_menu .navbar{
  margin-bottom: 0px;
}

.page_slider .bx-wrapper{
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border: 1px solid #ececec;
}

#slider_row .bx-prev{
 left: 6px;
}

#slider_row .bx-next{
  right: -22px;
}

p{
  text-indent:0px;
}

.bx-wrapper .bx-controls-direction a:before {
  content: '\ea85';
  padding-left: 2px;
  float: left;
  font-size: 30px!important;
  color: #fff!important;
  border-radius: 4px;
  background: rgba(0,0,0,0.3);
  transition: 200ms ease-in-out;
  width: 40px;
  height: 40px;
  line-height: 40px!important;
  z-index: 20;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}

.bx-wrapper .bx-controls-direction a:hover:before {
  color: #000!important;
  background: rgba(255,255,255,0.4);
}

.bx-prev, .bx-next{
  background: none!important;
  text-indent: 0px!important;
  color: rgba(0,0,0,0)!important;
  height: 40px!important;
  width: auto!important;
  margin-top: 0px!important;
  transform: translateY(-50%);
  overflow: inherit!important;
  opacity: 1!important;
  font-family: 'Nucleo Outline'!important;
}
.bx-prev:before{
  font-family: 'Nucleo Outline'!important;
}
.bx-next:before{
  transform:rotate(180deg);
  font-family: 'Nucleo Outline'!important;
}

.bx-prev:hover, .bx-next:hover{
  color: rgba(0,0,0,0)!important;
}

.page_cat_list .animation-block-gsap{
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border: 1px solid rgba(0,0,0,0.1);
  margin: 3px;
}

.page_cat_list h4{
  text-shadow: none;
  color: #000;
  width: 100%!important;
  font-weight: 500;
}
.page_cat_list .custom_inside{
  padding: 8px 12px;
}

.page_cat_list .custom_inside .btn{
  left: 12px;
  bottom: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  font-weight: bold;
  color: #000;
  border-color: #ececec;
  transition-duration: .3s;
}
.page_cat_list .custom_inside{
  width: 100%;
  height: 170px;
  background: #fff;
  transition-duration: .5s;
}
.page_cat_list .custom_inside:hover{
  background: #2863ae;
  box-shadow: 0 16px 48px 0 rgba(0,82,201,.35);
}
.page_cat_list .custom_inside:hover p,.page_cat_list .custom_inside:hover h3,.page_cat_list .custom_inside:hover h4{
  color: #fff;
}
.page_cat_list .custom_inside.btn{
  transition-duration: .3s;
}
.page_cat_list .custom_inside:hover .btn{
  color: #000;
}
.page_cat_list .custom_inside p {
  color: #000;
  width: 60%;
  font-size: 14px;
  line-height: 16px;
  transition-duration: .3s;
}
.page_cat_list .custom_inside h3,.page_cat_list .custom_inside h4{
  transition-duration: .3s;
}
.custom_inside{
  position: relative;
}
.shadow_box {
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}

.shadow_box:hover{
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

.shadow_box i{
  transition-duration: .3s;
  color: rgba(100, 100, 100, .7);
}

.shadow_box p{
  color: #666;
  font-size: 13px;
  transition-duration: .3s;
}

.shadow_box:hover p,.shadow_box:hover .acc_head_equal&gt;span,.shadow_box:hover i{
  color: #000;
}

.shadow_box .acc_head_equal&gt;span {
  color: #666;
  transition-duration: .3s;
  margin-top: 4px;
}

.popular-product{
  float: left;
  width: 99.4%;
  margin-left: 0.3%;
  margin-top: 0px;
  margin-bottom: 3px;
  min-height: 120px;
  background: #eef3fa;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border: 1px solid #ececec;
  position: relative;
}
.popular-product .item{
  padding: 6px;
}
.popular-product-block{
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border: 1px solid #ccc;
  max-height: 100px;
  position: relative;
  background: #fff;
}
.owl-popular-product{
  width: 96%;
  margin: 0 auto;
  padding: 10px;
}

.popular-product .owl-prev,.popular-product .owl-next{
  color: rgba(0,0,0,0);
}

.popular-product .owl-prev:before,.popular-product .owl-next:before{
  color: #939292;
}

.popular-product .owl-controls{
  position: absolute;
  top: 67px;
  width: 100%;
}

.popular-product .owl-prev{
  left:-24px;
}

.popular-product .owl-next{
  right: -4px;
}

.popular-product-block-image{
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  float: left;
  padding: 4px;
  /*border-right: 1px solid #ececec;*/
}
.popular-product-block-image img{
  float:left;
  max-width: 100%;
  max-height: 100%;
  margin-left: 50%;
  margin-top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popular-product-block-name{
  float: left;
  width: calc(100% - 100px);
  padding: 10px;
  color: #000;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.4em;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 400;
}
.popular-product-articul{
  position: absolute;
  bottom: 6px;
  left: 110px;
  font-size: 13px;
}
.popular-product .popular-product-buttom{
  right: 9px;
  bottom: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  font-weight: bold;
  color: #414141;
  border: none;
  transition-duration: .3s;
  position: absolute;
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
  border: 1px solid #414141;
  background: rgba(0,0,0,0.02);
}
.popular-product .popular-product-buttom:hover{
  background: #dedede;
  border: 1px solid #ececec;
  color: #000;
}
.popular-product .popular-product-buttom i{
  position: static;
  display: inline-block;
  font-size: 14px!important;
  font-style: normal!important;
  color:  #414141;
  margin-left: 4px;
}
/*.down-logo{*/
  /*background: #ececec;*/
  /*width: 100%;*/
  /*height: 120px;*/
  /*position: relative;*/
/*}*/
.as-down-logo{
  float: left;
  position: absolute;
  top: 10px;
}
.nexus{
  margin-top: 10px;
  display: inline-block;
  margin-left: 190px;
}
.down-logo span{
  height: 40px;
  line-height: 20px;
  width: calc(100% - 384px);
  display: block;
  font-size: 12px;
  line-height: 20px;
  float: right;
  margin-top: 50px;
}
.nc-icon-outline.arrows-1_bold-up{
  border-radius: 4px;
}
.nc-icon-outline.arrows-1_bold-up:before{
  content: "\ea87";
  margin-top: 5px;
  margin-left: 1px;
  display: inline-block;
}
.pre_page_menu{
  top: 0px;
}
.home-news-content,.home-actions-content,.home-about-content,.home-baner-content{
  margin: 3px;
  background: #eef3fa;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.home-baner-content{
  padding: 6px;
}

.home-news-content-block{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  overflow: hidden;
  height: 180px;
  width: 47%;
  float: left;
  margin-left: 2%;
  margin-bottom: 16px;
  position: relative;
  color: #666;
  background: rgba(0,0,0,0.06);
}
.home-news-content-block:hover {
  color: #000;
  border: 1px solid rgba(0,0,0,0.4);
}
.home-news-content-block-image{
  display: block;
  float: left;
  margin-right: 14px;
  width: 110px;
}
.home-news-content-description{
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
}
.home-news-content h4,.home-about-content h4{
  display: inline-block;
  float: left;
  width: calc(100% - 150px);
  margin-top: 2px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.home-news-content h2,.home-actions-content h2,.popular-product h2,.home-about-content h2{
  padding-left: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 20px;
}
.home-about-content-description-header{
  display: inline-block;
  margin-bottom: 10px;
}
.popular-product h2{
  margin-bottom: 0px;
}
.home-news-content-block-date{
  position: absolute;
  bottom: 10px;
  right: 10px;
  /*font-weight: bold;*/
  font-size: 13px;
  color: #777;
}
.home-news-content-block-date i{
  font-style: normal;
  margin-right: 4px;
}
.home-news-content-block img{
  border: 1px solid #ececec;
  border-radius: 4px;
  background: #fff;
  width: 100%;
}
.home-news-content hr,.home-actions-content hr,.home-about-content hr{
  margin-top: 0px;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-left: 15px;
  margin-right: 15px;
}
.button-all-news{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  padding: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 10px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  color: #666;
  background: #fff;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
  float: right;
  margin-right: 15px;
}
.button-all-news:hover{
  /*background: #AB0617;*/
  /*color: #fff;*/
  border: 1px solid #666;
  background: #fff;
  color: #000;
}
.home-actions-content-block{
  width: 100%;
}
.home-actions-content-block-image{
  height: 180px;
  width: 90%;
  margin-left: 5%;
  margin-top: 0px;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}
.home-actions-content-block-image:hover {
  color: #000;
  border: 1px solid rgba(0,0,0,0.4);
}
.home-actions-content-block-image:last-child{
  /*margin-bottom: 10px;*/
}
.home-actions-content-block img{
  width: 100%;
  margin-left: 50%;
  margin-top: 90px;
  transform: translateX(-50%) translateY(-50%);
}
.navbar-default .navbar-nav &gt; li &gt; a{
  font-weight: 500;
}
/*.navbar-default .navbar-nav &gt; li &gt; a span{*/
  /*transition-duration: .3s;*/
/*}*/
.brands-slider{
  background: #fff;
}
.brands-slider .partners-carousel .owl-item a{
  padding-left: 6px;
  padding-right: 6px;
}
.brands-slider .partners-carousel .owl-item a img{
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}
.page_footer h3{
  text-shadow: none;
  /*color: #afafb0;*/
  font-weight: 400;
}
/*.page_footer p{*/
  /*font-weight: 300;*/
/*}*/
.page_footer li a{
  color: #e2e2e2;
  font-weight: 400;
  text-shadow: none;
  transition-duration: .3s;
}
.page_footer li a:hover {
  color: #f50004;
  font-weight:400;
  /*color: wheat;*/
}
.page_footer{
  padding-top: 20px;
  /*padding-bottom: 50px;*/
}
a.info-text{
  font-weight: 500;
  /*border-left:1px solid rgba(0,0,0,0.1);*/
  /*border-right:1px solid rgba(0,0,0,0.1);*/
  border-radius: 0px;
  transition-duration: .3s;
  background: rgba(255,255,255,0.1);
}
.time-footer{
  font-size: 12px;
  color: #afafb0;
}
.copyrigth{
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  /*text-align: center;*/
}
.list-unstyled span{
  width: 8px!important;
  font-size: 18px;
}
.how-customer{

}
.page_footer hr{
  margin-bottom: 0px;
  border-color: #afafb0;
}
.social-network{
  float: right;
  transform: translateY(4px);
}
.social-network a{
  margin-right: 10px;
  transition-duration: .3s;
}
.social-network a:last-child{
  margin-right: 0px;
}
.social-network a:hover{
  color: wheat;
}
.page_cat_list {
  background: url(/rk/templates/default/img/cat_bg1.jpg) center top no-repeat;
  background-size: cover;
}
.down-logo-block{
  height: 120px;
  position: relative;
}
.footer-akcii.list-unstyled &gt; li + li {
  margin: 0.8em 0;
}
.container-fullwidth{
  /*background: #fff!important;*/
}
.page-header{
  margin: 0px;
  border-bottom: 0px;
}
.univeral-catalog-block a{
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  text-align: left;
  font-weight: bold;
}
.univeral-catalog-block a:hover {
  /*background: rgba(0, 0, 0, 0.02);*/
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.univeral-catalog-block a img{
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.univeral-catalog-content{
  padding-top: 20px;
}
.nav-tabs &gt; li &gt; a{
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.as_account_header p{
    font-weight: 500;
}
.as_account_header &gt; span{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.as_account_header{
    background: #2f3742;
    border-radius: 4px;
}

/*----------------new menu-------------------*/
.pre_page_menu{
    background-image: none;
    background: #2f3742;
    min-height: 40px;
    border: none;
}
.pre_page_menu{
    min-height: 40px;
}
.pre_page_menu .container{
    min-height: 40px;
}
.pre_page_menu .ht-left{
    margin-top: 4px;
    border: none;
}
.pre_page_menu .ht-right{
    margin-top: 4px;
    border: none;
}
.pre_page_menu a.info-text {
    color: #fff;
    font-weight: 400;
}
.pre_page_menu .lk-content a.info-text{
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pre_page_menu a.pull-right:first-child{
  margin-right: 0px;
}

.pre_page_menu a.basket-button{
    background: #e00616;
    border-radius: 4px;
    font-weight: 500;
    transition-duration: .3s;
    margin-right: 0px;
    position: relative;
}
.pre_page_menu a.basket-button:hover{
    background: #AB0617;
}
.pre_page_menu .info-text&gt;span{
    font-weight: 500;
    color: #fff;
}
.pre_page_menu .nc-icon-red{
    color: #fff;
}
a.info-text{
    margin-right: 8px;
    border-radius: 4px;
    height: 32px;
    line-height: 18px;
}
a.info-text:hover{
    background: rgba(255,255,255,0.2);
}
.info-text&gt;.nc-icon-outline{
    color: #fff;
}
.page_menu{
    padding-top: 40px;
}
.pre_page_menu .info-text{
    color: #fff;
    height: 32px;
    line-height: 18px;
    transition-duration: .3s;
    background: rgba(255,255,255,0.1);
    padding: 6px 10px;
}
.pre_page_menu .info-text:hover{
    background: rgba(255,255,255,0.2);
}

.top_basket{
    margin-left: 0px!important;
    /*!* padding-left: 6px; *!*/
    /*position: absolute;*/
    /*!* right: -96px; *!*/
    /*left: -1px;*/
    /*top: 39px;*/
    /*color: #000!important;*/
    /*!* border: 1px solid; *!*/
    /*border: 1px solid #ccc;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;*/
    /*padding: 8px;*/
    /*padding-bottom: 4px;*/
    /*padding-top: 4px;*/
    /*background: #fff;*/
    /*border-radius: 4px;*/
    display: none;
}
/*.top_basket.active{*/
    /*display: none;*/
/*}*/
.top_basket.active{
    display: inline-block;
}
/*.cloud:before {*/
    /*border: 7px solid transparent;*/
    /*border-bottom-color: white;*/
    /*position: absolute;*/
    /*bottom: 100%;*/
    /*right: 50%;*/
    /*transform: translateX(50%);*/
    /*content: '';*/
/*}*/
.lk-content{
  height: 40px;
  display: inline-block;
}
.lk-content:hover .lk-block{
  display: block;
}
.lk-block{
  top: 40px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  /*padding: 6px;*/
  display: none;
}
.lk-block ul{
  margin: 0px;
  padding: 2px;
}
.lk-block ul li{
  list-style-type: none;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  transition-duration: .3s;
  cursor: pointer;
}
.lk-block ul li:hover{
  background: rgba(0,0,0,0.1);
}
.lk-block ul li a{
  text-align: left;
  color: #000;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
.header-block-phones{
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #2f3742;
  margin-top: 0px!important;
  margin-right: -10px;
  max-width: 380px;

}
.header-block-phones a{
  color: #2f3742;
}
.header-block-phones ul{
  margin: 0px;
  padding: 0px;
}
.header-block-phones span{
  color: #e00616;
  font-size: 18px;
  font-weight: bold;
}
.header-block-phones ul li{
  list-style-type: none;
  margin-bottom: 6px;
}
.header-block-phones .nc-icon-outline {
  margin: 4px 16px 0 0;
  float: left;
  width: 16px;
}
.header-block-phones .contact-email a,.header-block-phones .contact-phone a{
  transition-duration: .3s;
}
.header-block-phones .contact-email a:hover,.header-block-phones .contact-phone a:hover{
  color: #e00616;
}
.header-search-block{
  width: 310px;
  height: 34px;
  float: right;
  margin-right: 8px;
}
.header-search-block-input{
  width: 260px;
  height: 32px;
  padding-left: 8px;
  font-size: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
  float: left;
  outline:none;
}

.header-search-button{
  float: left;
  height: 32px;
  line-height: 32px;
  background: #e00616;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  width: 50px;
  float: left;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition-duration: .3s;
  cursor: pointer;
  position: relative;
}

.header-search-button i{
  font-style: normal;
}

.header-search-button:hover{
  background: #AB0617;
}

.hint-treatment{
  width: 100%;
  margin-top: 0px;
}
.icon-notebook {
  margin-left: 0px!important;
  font-size: 17px;
  float: left;
  margin-right: 6px;
  transform: translateY(1px);
}
.search-icon-result,.order-search-icon-result{
  position: absolute;
  width: 22px;
  height: 22px;
  top: 5px;
  left: -27px;
  display: none;
}
.search-icon-result.active,.order-search-icon-result.active{
  display: block;
}
.text-bold{
  font-size: 16px;
}
.search-articul-result-block {
  padding-bottom: 20px;
  padding-top: 12px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.mix{
  display: none;
}
.pre_page_menu a.how-customer{
  float: right;
  color: #e2e2e2;
  background: none;
}
.pre_page_menu a.how-customer:hover{
  color: #fff;
}
.footer-about-company a{
  transition-duration: .3s;
}
.footer-about-company a:hover{
    color: #f50004!important;
}
.page_footer .nc-icon-outline.location_pin {
  transform: translateY(-1px);
}
.home-about-content-description{
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  font: 100%/1.5 Roboto;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-contacts .pull-left{
  width: 100%;
}
.home-about-content-description h1,.home-about-content-description h2{
  font-size: 14px;
  font-weight: normal;
  display: inline;
  padding: 0px;
}
.home-about-content-description h1{
  font-weight: 700;
}
.home-about-content-description a{
  color: #000;
  font-weight: 500;
  transition-duration: .3s;
  position: relative;
  z-index: 1;
}
.home-about-content-description a:hover{
  color: #f50004;
}
.line-icon-about img{
  float: left;
  height: 60px;
  margin-left: -6px;
}
.home-about-content-description hr{
  width: 100%;
  margin-left: 0px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.home-about-content-description .line-icon-about p{
  transform: translateX(10px) translateY(18px);
  font-size: 14px;
  font-style: italic;
}
.payments-footer img{
  width:auto;
  max-height:30px;
  margin-right: 6px;
}
.payments-footer{
  display: inline-block;
  margin-left: 20px;
}
.footer-about-company strong{
  font-weight: 500;
}

.partners  .panel-group{
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  overflow: hidden;
}
.partners .panel-group .panel{
  margin: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.partners .panel-body{
  padding: 0px;
}
.partners .panel-body .list-group{
  margin-bottom: 0px;
  border: none;
}
.partners .panel-body a.list-group-item{
  border: none;
  border-top: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
}
.partners .panel-body a.list-group-item.active{
  background: #2f3742;
}
.partners .panel-body a.list-group-item:first-child{
  border-top: none;
}
.partners-content{
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  margin-right: -15px;
  background: #fff;
  z-index: 0;
  position: relative;
}
#sectionOneC .marker-list{
  margin: 0px;
  padding: 10px;
}
#sectionOneC .marker-list li{
  list-style-type: none;
  position: relative;
}
#sectionOneC .marker-list li:after{
  content: "-";
  position: absolute;
  top: 0px;
  left: -8px;
}
.partners{
  font: 100%/1.5 Roboto;
}
.partners-reg,.partners-online-buy{
  color: #000;
  font-weight: 500;
  transition-duration: .3s;
}
.partners-reg:hover,.partners-online-buy:hover{
  color: #f50004;
}
.partners h2{
  margin-top: 0px;
}
.partners h4{
    font-size: 17px;
}
.partners .contacts li{
  width: 49%;
  margin-right: 2%;
  float: left;
  list-style-type: none;
  margin-bottom: 14px;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 10px;
  transition-duration: .3s;
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
  min-height: 136px;
}
.partners .downloads i{
    font-style: normal;
    font-size: 24px;
    margin-right: 6px;
}
.partners .downloads a{
    color: #000;
    transition-duration: .3s;
}
.partners .downloads a span{
    font-size: 16px;
}
.partners .downloads a:hover{
    color: #f50004;
}

.partners .contacts li p{
    margin-bottom: 0px;
}
.partners .contacts li:nth-child(2n){
  margin-right: 0px;
}
.partners .contacts h3{
    margin-top: 7px;
}
.partners .contacts li a{
    color: #666;
    font-weight: 500;
    transition-duration: .3s;
}
.partners .contacts li strong{
    /*color: #777;*/
}
.partners .contacts li a:hover{
    color: #f50004;
}
.home-baner{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  overflow: hidden;
  transition-duration: .3s;
}
.home-baner:hover{
  color: #000;
  border: 1px solid rgba(0,0,0,0.4);
}
.home-baner img{
  width: 100%;
}
.home-baner:last-child{
  margin-top: 5px;
}
.contacts-manager-block{
  float: left;
  margin-top: 2px;
  height: 110px;
  width: 110px;
  text-align: center;
  font-size: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #ccc;
  margin-right: 16px;
}
.contacts-manager-block span{
  font-size: 60px;
  margin-top: 50%;
  transform: translateY(-34px);
  width: auto!important;
}
.partners-advantages h3{
   position: relative;
   padding-left: 50px;
   text-transform: uppercase;
   font-size: 20px;
   font-weight: normal;
}
.partners-advantages h3 i{
  text-transform: lowercase;
  font-style: normal;
}
.partners-advantages h3:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 20px;
  transform: translateY(2px);
  background: url(/rk/templates/default/img/stripes-avtosputnik.png) no-repeat;
  background-size: contain;
}
.partners-advantages h3 span{
  font-weight: 700;
  color: #f50004;
}
.partners-advantages-num{
  width: 52%;
  margin-top: 20px;
  padding: 0px;
  float: left;
}
.partners-advantages-num li{
  list-style-type: none;
  width: 50%;
  float: left;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 16px;
}
.partners-advantages-num li p{
  line-height: 16px;
  margin-top: 4px;
  font-weight: 500;
}
.partners-advantages-num li span{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #f50004;
  position: relative;
  display: inline-block;
}

.partners-advantages-num li :nth-child(2){
  margin-right: 0px;
}
.partners-advantages-num li span:after{
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 30px;
  border-left-width: 21px;
  border-bottom: 30px solid #f50004;
  left: -21px;
  z-index: -1;
}
.partners-advantages-num li span:before{
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 30px;
  border-right-width: 21px;
  border-top: 30px solid #f50004;
  right: -21px;
  z-index: -1;
}
.partners-advantages-sklad-img{
  width: 48%;
  float: right;
}
.partners-advantages-delivery-img{
  width: 48%;
  float: left;
}
.partners-advantages-sklad-img img,.partners-advantages-delivery-img img{
  width: 80%;
  margin-top: 10px;
  margin-left: 50%;
  border-radius: 4px;
  transform: translateX(-50%);
}
.delivery-free{
  color: #f50004;
  background: #f5f5f5;
  position: relative;
  font-size: 17px;
  line-height: 27px;
  height: 27px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 7px;
  margin-bottom: 20px;
}
.delivery-free:after{
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 30px;
  border-left-width: 21px;
  border-bottom: 27px solid #f5f5f5;
  left: -21px;
  z-index: -1;
}
.delivery-free:before{
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 30px;
  border-right-width: 21px;
  border-top: 27px solid #f5f5f5;
  right: -21px;
  z-index: -1;
}
.delivery-table{
  float: right;
  width: 52%;
  text-transform: uppercase;
  text-align: center;
}
.delivery-table&gt;div{
  display: block;
}
.delivery-table&gt;div:nth-child(2n+1){
  border-right: 1px solid #ececec;
}
.delivery-table hr{
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px;
}
.brands .brands-id{
  background-image: none;
  background: #2f3742!important;
  box-shadow: none!important;
}
.brands .autotools-menu {
  min-height: 210px;
}

.brands .autotools-block{
  min-height: 320px;
}
.brands .brends-product-description{
  width: 100%;
  text-align: center;
  color: #000;
  margin-top: 6px;
  font-weight: bold;
  opacity: 1;
}
.brands .brends-product-description span{
  opacity: 0.6;
}
.brands .autotools-block-title{
  margin-top: 6px;
}
.brands .art-stock{
  background: #e3e3e3;
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
  padding-bottom: 1px;
  border: 1px solid #e3e3e3;
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}
.brands .autotools-block-img{
  margin-top: 30px;
}

.brands .tires-menu-categories{
  padding: 0px;
}
.brands .tires-menu-categories input{
  font-weight: normal;
  font-size: 15px;
}
.art-brands{
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  color: #000;
  border: 1px solid #959595;
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
  padding-bottom: 1px;
  z-index: 2;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  transition-duration: .3s;
  font-weight: bold;
}
.art-brands span{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.art-brands:hover{
  background: #000;
  color: #fff;
}
.art-brands:hover &gt; a{
  color: #fff;
}
.warranty-return{
  font-weight: 500;
  width: 60%;
  float: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 34px;
}
.warranty-return .red,.promotions-bonuses .red{
  color:#f50004;
  font-weight: bold;
}
.warranty-return-nexus{
  text-align: center;
  width: calc(40% - 35px);
  float: right;
}
.warranty-return-nexus p{
  font-size: 13px;
  font-style: italic;
  width: 86%;
  margin-left: 7%;
  margin-top: 4px;
}
.warranty-return-nexus img{
  margin-top: -10px;
}
.all-return-conditions{
  margin-top: 20px;
  color: #000;
  font-weight: 500;
  transition-duration: .3s;
  text-transform: none;
}
.all-return-conditions:hover{
  color: #f50004;
}
.promotions-bonuses{
  width: 60%;
  font-weight: 500;
  float: right;
  text-transform: uppercase;
  margin-top: 30px;
  margin-right: 0px;
}
.promotions-bonuses-description{
  margin-top: 24px;
  text-transform: none;
}
.promotions-bonuses-img{
  float: left;
  width: calc(40%);
  text-align: center;
}
.promotions-bonuses-img img{
  width: 100%;
  /*margin-top: -22px;*/
}
.promotions-bonuses h1{
  font-size: 14px;
  color: #f50004;
  font-weight: bold;
  margin: 0px;
  line-height: 1.5;
}
.client-service{
  padding: 30px;
  background: url(/rk/templates/default/img/pattern-as.gif) repeat;
  width: 100%;
  position: relative;
  margin-top: 30px;
  border-radius: 6px;
}
.client-service p{
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  color: #104a8c;
  font-family: Verdana;
}
.client-service img{
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 34%;
}
.triggerOne,.triggerTwo,.triggerTree{
  cursor: pointer;
  padding: 6px;
  padding-left: 10px;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin-bottom: 0px;
  width: 100%;
  background: rgba(0,0,0,0.02);
  transition-duration: .3s;
  /*border: 1px solid rgba(0,0,0,0.3);*/
  /*box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;*/
}
.trigger{
  position: relative;
}
.trigger:before{
  position: absolute;
  top: 52%;
  font-weight: 400;
  margin-top: -11px;
  right: 8px;
  height: 20px;
  line-height: 20px;
  content: '\eaad';
  font-family: 'Nucleo Outline';
  font-size: 24px;
  color: #000;
  transition-duration: .3s;
}
.trigger.active:before{
  transform: rotate(180deg);
}
.triggerOne:hover,.triggerTwo:hover,.triggerTree:hover,.triggerOne.active,.triggerTwo.active,.triggerTree.active{
  border: 1px solid rgba(0,0,0,0.3);
}
.textOne,.textTwo,.textTree{
  height: 0px;
  opacity: 0;
  overflow: hidden;
  /*transition-duration: .3s;*/
}
.textOne ol,.textTwo ol,.textTree ol{
    padding-inline-start: 12px;
}

.textOne.active,.textTwo.active,.textTree.active{
  height: auto;
  opacity: 1;
  border-radius: 6px;
  padding: 20px;
  margin-top: 10px;
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.contacts-for-svaz{
  font-size: 16px;
}
.contacts-for-svaz&gt;div{
  padding-left: 0px;
}
.contacts-for-svaz a{
  color: #666;
  font-weight: 500;
  transition-duration: .3s;
  font-size: 16px;
}
.contacts-for-svaz a{
  color: #f50004;
}
.contacts-for-svaz a:hover{
  color:#AB0617;
}
.actions-left-block{
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  padding-left: 0px;
}
.actions-left-block h2{
  margin-top: 0px;
  margin-bottom: 0px;
}
.new-block-content{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.new-block-content h2{
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 22px;
  width: 100%;
  color: #000;
  margin-bottom: 20px;
}
.new-block-content img.main-image{
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}
.new-block-stocks{
  border: 1px solid #ececec;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  margin-right: -30px;
  padding: 14px;
  padding-bottom: 4px;
  margin-bottom: 14px;
}
.new-block-stocks hr{
  margin-top: 10px;
  margin-bottom: 10px;
}
.new-block-stocks h2{
  margin: 0px;
  display: inline-block;
  /*text-transform: uppercase;*/
  font-size: 20px;
}
.new-block-stocks .button-all-news{
  margin-top: 0px;
  margin-right: 0px;
}
.new-block-stocks a img{
  width: 100%;
  border: 1px solid #ececec;
  margin-bottom: 10px;
  transition-duration: .3s;
  border-radius: 4px;
}
.new-block-stocks-two a img{
  width: 40%;
  height: auto;
  border: 1px solid #ececec;
  /*margin-bottom: 10px;*/
  transition-duration: .3s;
  float: left;
  margin-right: 10px;
}
.new-block-stocks-two hr{
  margin-top: 0px;
}
.new-block-stocks-two hr:last-child{
  display: none;
}
.new-block-stocks-two a:hover&gt;p{
  color: #000;
}
.new-block-stocks-two a:hover&gt;img{
  border-color: #ccc;
}
.new-block-stocks-two .hr-line{
  margin-top: 10px;
}
.new-block-stocks a{
  color: #000;
}
.new-block-stocks a p{
  font-size: 13px;
  line-height: 16px;
  color: #777;
  transition-duration: .3s;
}
.new-block-stocks a img:hover{
  border-color: #ccc;
}
.new-block-content time{
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}
.share{
  float: right;
  font-weight: 500;
  line-height: 24px;
  margin-right: 10px;
  color: #000;
}
.new-block-all-news{
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border-radius: 6px;
  height: 280px;
  margin-bottom: 20px;
  overflow: hidden;
  display: inline-block;
  transition-duration: .3s;
}
.new-block-all-news:hover{
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.new-block-all-news .news_brand{
  margin: 0px;
  max-width: 130px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.new-block-all-news  .post-body {
  color: #000;
  padding: 14px;
  line-height: 16px;
  font-size: 13px;
}
.new-block-content .post-body img{
  border: 1px solid #ececec;
  border-radius: 4px;
  width: 100%;
}
.news .home-news-content-block{
  width: 31%;
  height: 200px;
}
.news .home-news-content-block h4{
  font-size: 15px;
  margin-top: 4px;
}
.basket-text{
  font-weight: 500;
}
.basket-text.active{
  display: none;
}
.sp_corr{
  vertical-align: bottom !important;
  color: #696969;
}
.name-tovar{
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inherit;
  font-weight: 500;
  width: 160%;
}
.autotools-content-sort-order i{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
.brands .autotools-content-dinamic{
  margin-bottom: 10px;
}
.brands .fa-shopping-cart{
  margin-right: 6px;
  transform: translateY(-1px);
}
.brands .autotools-content-sort-order{
  display: none;
}
.brands .autotools-content-sort-order.active{
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 10px;
}

.brands .autotools-content-sort-content{
  position: relative;
}

.brands .description-block-visible{
  display: none;
  position: absolute;
  z-index: 10;
  left: 122px;
}

.description-sort-content{
  background: #fff;
  margin: 0px;
  padding: 1px;
  /*padding-top: 4px;*/
  /*padding-bottom: 4px;*/
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  width: 150px;
  margin-top: 6px;
}

.description-sort-content li{
  padding: 4px;
  padding-left: 10px;
  text-align: left;
  color: #000;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}

.description-sort-content li a{
  color: #000;
}

.description-sort-content li:hover{
  background: rgba(0,0,0,0.1);
}

.description-sort-content i{
  font-style: normal;
  margin-left: 6px;
}

.brands .autotools-content-sort-content:hover .description-block-visible{
  display: block;
}
  /*.result-search-menu{*/
  /*padding: 10px;*/
  /*border: 1px solid #ececec;*/
  /*border-radius: 6px;*/
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;*/
  /*margin-bottom: 4px;*/
  /*background: #fff;*/
/*}*/
/*.result-search-menu .nav-tabs{*/
  /*border: none;*/
  /*display: inline-block;*/
  /*float: left;*/
/*}*/
/*.result-search-menu .nav-tabs li{*/
  /*cursor: pointer;*/
  /*transition-duration: .3s;*/
  /*margin-right: 6px;*/
/*}*/
/*.result-search-menu .nav-tabs li.active{*/
  /*border:none;*/
/*}*/
/*.result-search-menu .nav-tabs li a{*/
  /*font-weight: bold;*/
  /*margin-right: 4px;*/
  /*text-transform: uppercase;*/
  /*font-size: 11px;*/
  /*cursor: pointer;*/
  /*padding: 8px;*/
  /*padding-top: 4px;*/
  /*padding-bottom: 4px;*/
  /*border: 1px solid #ececec;*/
  /*border-radius: 6px;*/
  /*transition-duration: .3s;*/
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;*/
  /*color: #000;*/
/*}*/
/*.result-search-menu .nav-tabs li.active a,.result-search-menu .nav-tabs li a:hover{*/
  /*border: 1px solid #666;*/
  /*background: #2f3742;*/
  /*color: #fff;*/
/*}*/
/*.header-search-result{*/
  /*padding: 8px;*/
  /*padding-left: 0px;*/
  /*padding-right: 0px;*/
  /*border: 1px solid #ececec;*/
  /*border-radius: 4px;*/
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;*/
  /*color: #383e4c;*/
  /*font-weight: 500;*/
  /*margin-right: 15px;*/
  /*margin-left: 15px;*/
  /*margin-top: 10px;*/
/*}*/
/*.search-result-left-block{*/
  /*padding-right: 0px;*/
/*}*/
.round-success{
  width: 10px;
  height: 10px;
  background: #02ac01;
  border-radius: 10px;
}
.round-info{
   width: 10px;
   height: 10px;
   background: #00CCFF;
   border-radius: 10px;
}
.round-warning{
  width: 10px;
  height: 10px;
  background: #FF0000;
  border-radius: 10px;
}
.isotope-item{
  border: none;
  box-shadow: none;
  background: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}
.search-result-line{
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.05) 0px 2px 10px 0px;
  padding: 8px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 2px;
}
.search-result-block-type{
  text-transform: uppercase;
  padding: 4px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #838ca2;
  border-radius: 3px;
  color: #838ca2;
  display: inline-block;
}
.search-result-block-price{
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #383e4c;
}
.search-result-block-price i{
  font-style: normal;
}
.header-search-result span.delivery_time{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  transform: translateY(-2px);
}
.add-to-cart{
  text-align: center;
  color: #e00616;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 2px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.05) 0px 2px 10px 0px;
  font-size: 16px;
  cursor: pointer;
  transition-duration: .3s;
  display: block;
  margin-top: 21px;
}
.add-to-cart:hover{
  background: #e00616;
  color: #fff ;
}
.add-to-cart i{
  /*transition-duration: .3s;*/
  font-style: normal;
}
.search-result-img{
  border: 1px solid #ececec;
  border-radius: 4px;
  background: #fff;
  transition-duration: .3s;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.search-result-img img{
  max-width: 100%;
  max-height: 70px;
  margin-left: 50%;
  margin-top: 35px;
  transform: translateX(-50%) translateY(-50%);
}
.search-result-in-stock{
  white-space:nowrap;
}
.search-result-in-stock span{
  color: #999;
  font-size: 12px;
}
.search-result-articul{
  font-size: 13px;
  font-weight: 500;
  color: #999;
  width: 100%;
  display: inline-block;
  margin-bottom: 4px;
}
.search-result-menu{
  width: 100%;
  min-height: 356px;
  border: 1px solid #ececec;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  padding: 16px;
  background: #fff;
}
.result-search-menu-dinamic{
  padding: 0px;
  margin-top: 10px;
}
.all-select{
  margin-top: 10px;
  margin-left: 8px;
}
.all-select input{
  margin-right: 7px;
  margin-top: 0px;
  transform: translateY(2px);
}
.search-result-menu-categories-content{
  display: block;
  height: 300px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  /*transition-duration: 0.3s;*/
}
.searchform-price-label{
  width: 100%;
}
.search-result-menu-categories-content li {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 12px;
  cursor: pointer;
  padding: 6px;
  margin-left: 10px;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  list-style-type: none;
}
.search-result-menu-categories-content li:hover, .search-result-menu-categories-content li.active {
  border: 1px solid #666;
  background: rgba(0,0,0,0.02);
}
.search-result-menu-categories-content .checkbox {
  margin: 0px;
}
.search-result-menu-categories-content .checkbox  .checkbox-name-tires{
  font-weight: bold;
}
.search-result-menu-categories-content .checkbox label {
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  text-transform: initial;
  padding-right: 0px;
}
.sort-search-res{
  float: right;
  display: inline-block;
}
.sort-search-res i{
  font-style: normal;
  font-weight: bold;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}
.new-block{
  background: #e00616;
  color: #fff;
  padding: 2px;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 1;
  border-bottom-left-radius: 6px;
}
.tabs-parent{
  background: #fff;
}
/*-----------------ÐµÑ‰Ðµ Ð´Ð¾Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð½Ð° Ð³Ð»Ð°Ð²Ð½ÑƒÑŽ-------*/
body{
  background-color: #eef3fa;
}
.page_cat_list{
  background: none;
}
.page_menu{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}
.page_menu .desktop-element.hidden-xs{
  height: 54px;
  margin-left: 0px;
}
.landscape .navbar-nav .as-icon{
  display: none!important;
}
.landscape .page_menu&gt;.container:before{
  display: none!important;
}
.header-block-phones{
  margin-top: 14px;
}
.navbar-brand{
  padding: 8px 0px;
}
.navbar-nav{
  margin: 25px 0 0 10px;
}
.navbar-default .navbar-nav &gt; li{
  margin-right: 5px;
  border: 1px solid #ececec;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  transition-duration: .3s;
  padding: 0px;
}
.navbar-default .navbar-nav &gt; li &gt; a{
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus{
  color: #2f3742;
  transition-duration: .3s;
}
.navbar-default .navbar-nav &gt; li a{
  transition-duration: .2s;
}
.navbar-default .navbar-nav &gt; li.active a,.navbar-default .navbar-nav &gt; li.active:hover &gt; a, .navbar-default .navbar-nav &gt; li.active:focus &gt; a{
  color: #fff;
}
.navbar-default .navbar-nav &gt; li.active,.navbar-default .navbar-nav &gt; li:hover, .navbar-default .navbar-nav &gt; li:focus{
  background: #e00616;
  border-color: #e00616;
}
.navbar-default .navbar-nav &gt; li:hover&gt;a, .navbar-default .navbar-nav &gt; li:focus&gt;a{
  color: #fff;
}
.car-list-catalog ul li, .car-list-catalog ul li:hover{
  background: #fff!important;
}
.shadow_box,.brands-all-content{
  background: #fff;
}
.shadow_box:hover{
  background: #fff;
}
.search-articul-result-block{
  background: #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a{
  color: #2f3742;
}
#qgTree, #qgFilteredGroups{
  background: #fff;
}
.new-block-content,.new-block-stocks,.new-block-stocks,.home-news-content-block,.autotools-menu,.quick-selection-content,.autotools-content-sort,.query-count,.autotools-block,.autotools-content-dinamic-block .autotools-block:hover{
  background: #fff;
}
li.list-pod-menu a{
  padding-right: 24px!important;
}
li.list-pod-menu:hover:after{
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  transform: rotate(180deg);
}
li.list-pod-menu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  right: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2f3742;
  transition-duration: .3s;
}
li.active.list-pod-menu:after{
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.list-pod-menu{
  position: relative;
}
.list-pod-menu:hover .list-pod-menu-view{
  width: 636px;
  height: 360px;
  opacity: 1;
}
.list-pod-menu-view{
  width: 0px;
  height: 0px;
  position: absolute;
  top: 29px;
  left: 0px;
  z-index: 12;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.3s;
}
.list-pod-menu-content{
  width: 612px;
  height: 348px;
  background: #fff;
  margin-top: 4px;
  border-radius: 6px;
  border: 1px solid #ececec;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}
.list-pod-menu-content{
  padding: 20px;
  padding-top: 14px;
}
.list-pod-menu-content ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.title-kategory-list-pod-menu{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #000;
  border-bottom: 2px solid #e00616;
  padding-bottom: 6px;
}
.list-pod-menu .list-pod-menu-content ul li{
  margin-bottom: 8px;
}
#navbarCollapse .list-pod-menu .list-pod-menu-content ul li a{
  padding: 0px!important;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #2f3742;
  transition-duration: .3s;
}
#navbarCollapse .list-pod-menu .list-pod-menu-content ul li.active a{
  color: #e00616;
}
#navbarCollapse .list-pod-menu .list-pod-menu-content ul li a.disabled{
  color: #999;
}
#navbarCollapse .list-pod-menu .list-pod-menu-content ul li a.disabled:hover{
  color: #999;
}
#navbarCollapse .list-pod-menu .list-pod-menu-content ul li a:hover{
  color: #e00616;
}
.page_menu .desktop-element.hidden-xs{
  height: 60px;
  margin-top: 2px;
  margin-left: 0px;
}
.header-block-phones ul li{
  float: right;
  margin-left: 18px;
  margin-top: 2px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header-block-phones ul li i{
  font-style: normal;
  margin-right: 6px;
  font-size: 16px;
}
.header-block-phones .nc-icon-outline{
  margin: 4px 10px 0 0;
}
.contact-phone{
  font-size: 15px;
  margin-top: 12px!important;
}
.contact-phone .ui-3_phone-call{
  font-size: 17px;
  margin: 2px 10px 0 0;
}
.contact-email a{
  line-height: 25px;
  font-size: 15px;
}
.page_footer .contact-phone .nc-icon-outline.ui-3_phone-call{
  margin: 2px 18px 0 0;
}

.newcontacts{
  background: #fff;
  padding: 20px 40px;
  border: 1px solid #ececec;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}
.actions-block{
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  overflow: hidden;
  display: block;

}
.actions-block:hover{
  color: #000;
  border: 1px solid rgba(0,0,0,0.4);
}
.actions-actions .new-block-stocks-two a img{
    margin-bottom: 0px;
}
.actions-actions .new-block-stocks{
  padding-bottom: 15px;
}
/*.actions-actions p{*/
  /*display: none;*/
/*}*/
.actions-actions img{
  width: 100%;
}
.actions-actions-left{
  margin-left: -15px;
  margin-right: -30px;
  padding-right: 0px;
}
.actions-actions-right{
  margin-left: 30px;
}

/*.actions-actions .new-block-stocks-two{*/
  /*margin-right: -15px;*/
/*}*/

.new-block-stocks15{
  margin-right: -15px;
}
.tires-down-block-h2{
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 21px;
  letter-spacing: 1px;
  /* text-align: center; */
  font-weight: 300;
  text-transform: uppercase;
}

.search-string-by-name{
  border-radius: 0px;
  height: 32px;
  width: calc(100% - 50px);
  padding-left: 8px;
  font-size: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  float: left;
  outline:none;
}

.search-by-name-button{
  height: 32px;
  line-height: 32px;
  background: #e00616;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  float: left;
  width: 50px;
  border-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition-duration: .3s;
  cursor: pointer;
  position: relative;
  border-style: none;
}
.header-search-button i {
  font-style: normal;
}

.search-by-name-button:hover {
  background: #AB0617;
}

.autotools-content-dinamic-block{
  padding: 4px;
}

.autotools-block{
  width: 100%;
  min-height: 300px;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  cursor: pointer;
}
.wheels-block {
  width: 100%;
  min-height: 250px;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  cursor: pointer;
}

.autotools-block:hover{
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

.autotools-block-img{
  width: 100%;
  overflow: hidden;
}

.autotools-block-img img{
  /*width: 100%;*/
  border-radius: 4px;
  max-height: 190px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.autotools-block-title{
  width: 100%;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  text-align: center;
  display: block; /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 2.8em;
  line-height: 1.4em;
  opacity: 0.6;
  transition-duration: .3s;
}

.autotools-block-title:hover{
  opacity: 1;
  color: #000;
}

.autotools-block-info {
  position: absolute;
  top: 11px;
  bottom: auto;
  right: 11px;
  z-index: 11;
  border: 2px solid #999;
  color: #ececec;
  border-radius: 6px;
  color: #999;
  transition-duration: .3s;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 21px;
  background: #fff;
}

.search-line-by-name .search-by-name-button i {
  font-style: inherit;
}

.content-search-by-name .service-active{
  margin: 0px;
  padding: 0px;
  margin-top: 16px;
}

.content-search-by-name .autotools-block-img {
  height: 160px;
  line-height: 160px;
  /*border-bottom: 1px solid #ececec;*/
  overflow: hidden;
}

.content-search-by-name .autotools-block {
  min-height: 270px;
}
.brand-articul-by-name {
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 6px;
  color: #000;
}
.content-search-by-name a:hover .autotools-block-title{
  opacity: 1;
  color: #000;
}
.content-search-by-name .autotools-block-img img{
  max-width: 204px;
  display: initial;
}
.content-search-by-name .autotools-content-dinamic-block hr{
  margin-top: 6px;
  margin-bottom: 6px;
}
.content-search-by-name p.autotools-block-title {
  margin-top: 4px!important;
}
.content-search-by-name .alert-danger{
  padding-left: 2px;
  border-radius: 4px;
  padding-right: 2px;
}
.search-line-by-name{
  margin-left: -15px;
  margin-right: -15px;
}
.hint-by-name{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #4c4c4c;
  font-weight: 400;
  display: none;
}
.hint-by-name.active{
  display: block;
}
.hint-by-name p{
  margin: 0px;
}
.exit-hint-by-name{
  font-style: normal;
  float: right;
  opacity: 0.6;
  transition-duration: .3s;
  cursor: pointer;
}
.exit-hint-by-name:hover{
  opacity: 1;
}
.univeral-menu-tab{
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  margin-bottom: 4px;
  background: #fff;
}

.univeral-menu-tab .nav-tabs li a {
  font-weight: bold;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  color: #000;
}

.univeral-menu-tab .nav-tabs li.active a, .univeral-menu-tab .nav-tabs li a:hover {
  border: 1px solid #666;
  background: #2f3742;
  color: #fff;
}

.univeral-menu-tab .nav-tabs{
  border: none;
}

.open-in-account{

}


.detail_form{
  float: left;
  padding-bottom: 60px;
  border: 1px solid red;
  margin: 15px;
  padding-top: 15px;
}
.form-group-add{
  position: absolute;
  right: 45px;
  bottom: 30px;
}
.form-group-submit{
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-validation{
  top: auto;
  bottom: 5px;
}
.hint-delivery-time{
  font-size: 13px;
  font-weight: 400;
  float: right;
  font-style: italic;
  display: none;
}
.hint-delivery-time.active{
  display: block;
}

.show_days {
  white-space:nowrap;
}

.panel-default &gt; .panel-heading {
  background: #fff;
}

.add-auto {
  margin-bottom: 16px;
}

.filter-search-result-block{
  border: 1px solid #ececec;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  margin-bottom: 10px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 16px;
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  position: relative;
}

.button-search-result-filter{
  background: #e10617;
  border: 1px solid #e10617;
  font-size: 15px;
  transition-duration: .3s;
  font-weight: bold;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 24px;
  outline:none;
}

.button-search-result-filter:hover,.button-search-result-filter:active,.button-search-result-filter:focus {
  background: #ac2925!important;
  border: 1px solid #ac2925!important;
  outline:none!important;
}

.filter-search-result-block .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
  margin-top: -9px;
  right: -26px;
  height: 26px;
  line-height: 20px;
  font-size: 18px;
}

.bonus-programm-grapchic-block {
  border: 1px solid #ececec;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  padding: 30px;
  color: rgba(0,0,0,0.5);
  font-size: 15px;
  letter-spacing: 0.7px;
  width: 100%;
  margin-top: 30px;
}

.bonus-programm-grapchic-block h2{
  margin-top: 0px;
}

.line-background,.line-background-price {
  height: 10px;
  border-radius: 10px;
  width: 100%;
  background: #ccc;
  border: 1px solid #ccc;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}

.period-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.period-line {
  height: 10px;
  border-right: 2px solid #fff;
  display: flex;
  justify-content: center;
  position: relative;
}
.line-all-price{
  position: absolute;
  width: 0px;
  height: 10px;
  background: #e00616;
  transition-duration: 1s;
  border-radius: 10px;
}
.summ-buy {
  margin-bottom: 6px;
}
.summ-buy, .procent-buy {
  color: #000;
}
.summ-buy span, .procent-buy span {
  font-size: 18px;
}
.period-line:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.period-line:last-child {
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.period-line.active {
  background: #e00616;
}

.price-do {
  margin-top: 16px;
  position: absolute;
  right: -42px;
}
.period-line:last-child .price-do{
  display: none;
}
.bonus-programm-grapchic-block-sale {
  padding-bottom: 40px;
}

.bonus-programm-grapchic-block-sale .line-background-price {
  margin-top: 30px;
}

.return-procent {
  position: absolute;
  top: -25px;
  /*right: 0px;*/
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.bonus-programm-grapchic-block h2 {
  color: #000;
}
.bonus-programm-grapchic-block h2 span {
  text-transform: lowercase;
}
.bonus-programm-grapchic-block p {
  color: #000;
}
.line-background-text {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0px;
}


.show_product_price{
  font-size: 12px;
  margin: 1px 0px;
}
.tovar_str {
  color: #000;
  min-height: 42px;
  /*border-bottom: 1px solid #ccc;*/
  border-radius: 6px;
}
.tovar_str&gt;div{
  padding: 2px 0;
}
.tovar_str&gt;div&gt;div{
  padding: 0;
}
.tovar_str .text-bold{
  font-size: 14px;

}
.brand{
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.price{
  font-weight: bold;
  white-space: nowrap;
  line-height: 16px;
  padding-top: 1px;
}
.bg-white{
  background: #fff;
}

.color-block-content span{
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
}

.color-block-content{
  display: flex;
  align-items: center;
  margin-right: 16px;
  line-height: 16px;
  font-size: 13px;
}

.color-block-content p {
  margin: 0 3px 3px;
  font-size: 13px;
}

.color-block-content.green span {
  background-color: #dff0d8;
}

.color-block-content.blue span {
  background-color: #c3e2f2;
}

.color-block-content.white span {
  background-color: #fff;
}

.up-block-color {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 1px;
  background: #fff;
}

.color-block {
  width: 50%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.search-hint {
  font-weight: 500;
  width: 42%;
}

.up-block-color{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-hint{
  font-size: 13px;
  font-style: italic;
  text-align: right;
}

.search-result-breadcrumbs{
  margin-top: 12px;
}

.filter-get-brands{
  background: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  height: 23px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  z-index: 11;
  /*width: 184px;*/
}
.filter-get-brands.active{
  background: #e00616!important;
  color: #fff!important;
}
.filter-get-brands i{
  font-style: normal;
  margin-left: 4px;
}
.fliter-blocks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 38px;
}

.filter-date i{
  font-style: normal;
}

.filter-date {
  font-weight: normal;
  height: 38px;
  border-left: 1px solid #1c2025;
  border-right: 1px solid #58687d;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.filter-date .fa-refresh {
  margin-right: 6px;
  font-size: 16px;
}

.filter-date .fa-lock {
  color: #e00616;
  margin-left: 6px;
  font-size: 16px;
}

.filter-date .fa-caret-down {
  margin-left: 8px;
  color: #fff;
  font-size: 16px;
  transition-duration: .3s;
}

.filter-date .fa-caret-down.active {
  transform: rotate(180deg);
}

.filter-price{
  font-weight: normal;
  height: 38px;
  border-left: 1px solid #1c2025;
  border-right: 1px solid #58687d;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-price i {
  font-style: normal;
  font-size: 16px;
  margin-left: 8px;
}

.ios7-switch {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  font-weight: normal;
  display: none;
}

.ios7-switch input {
  opacity: 0;
  position: absolute;
}

.ios7-switch input + span {
  position: relative;
  display: inline-block;
  width: 1.65em;
  height: 1em;
  background: #aaa;
  box-shadow: inset 0 0 0 0.0625em #e9e9e9;
  border-radius: 0.5em;
  vertical-align: -0.15em;
  transition: all 0.40s cubic-bezier(.17,.67,.43,.98);
  margin-right: 2px;
}

.ios7-switch:active input + span,
.ios7-switch input + span:active {
  box-shadow: inset 0 0 0 0.73em #e9e9e9;
}

.ios7-switch input + span:after {
  position: absolute;
  display: block;
  content: '';
  width: 0.9em;
  height: 0.9em;
  border-radius: 0.4375em;
  top: 0.0625em;
  left: 0.0625em;
  background: white;
  box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.1),
  0 0 0.05em rgba(0,0,0,0.05),
  0 0.1em 0.2em rgba(0,0,0,0.2);
  transition: all 0.25s ease-out;
}

.ios7-switch:active input + span:after,
.ios7-switch input + span:active:after {
  width: 1.15em;
}

.ios7-switch input:checked + span {
  box-shadow: inset 0 0 0 0.73em #e00616;
}

.ios7-switch input:checked + span:after {
  left: 0.7125em;
}

.ios7-switch:active input:checked + span:after,
.ios7-switch input:checked + span:active:after {
  left: 0.4375em;
}

.ios7-switch input:focus + span:after {
  box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.15),
  0 0 0.05em rgba(0,0,0,0.08),
  0 0.1em 0.2em rgba(0,0,0,0.3);
  background: #fff;
}

.ios7-switch input:focus + span {
  box-shadow: inset 0 0 0 0.0625em #dadada;
}

.ios7-switch input:focus:checked + span {
  box-shadow: inset 0 0 0 0.73em #e00616;
}

.ios7-switch:hover input:focus + span:after {
  box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.1),
  0 0 0.05em rgba(0,0,0,0.05),
  0 0.1em 0.2em rgba(0,0,0,0.2);
  background: #fff;
}

.ios7-switch:hover input:focus + span {
  box-shadow: inset 0 0 0 0.0625em #e9e9e9;
}

.ios7-switch:hover input:focus:checked + span {
  box-shadow: inset 0 0 0 0.73em #e00616;
}

.ios7-switch {
  margin-bottom: 0px;
}

.filter-sclad {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  /* padding-left: 10px; */
  padding-right: 0px;
  border-left: 1px solid #1c2025;
  min-width: 88px;
  margin-right: -15px;
}

.filter-brands{
  height: 38px;
  display: flex;
  align-items: center;
  border-right: 1px solid #58687d;
}

.d_tog {
  cursor: pointer;
}
.item_block&gt;h3{
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin: 10px auto;
  margin-left: 4px;
  border-radius: 6px;
  background-color: rgb(47, 55, 66);
  box-shadow: 0px 1px 5px 0px rgba(38, 38, 38, 0.38), inset 0px 0px 6px 0px rgba(53, 53, 53, 0.86);
  color: #ddd;
  display: inline;
  padding: 3px 10px;
}
.item_block&gt;h3&gt;b{
  color: #fff;
}

#search_result_content {
  margin-top: -28px;
}

.as_account_header span.new-header {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  height: 39px;
  width: 12.1%;
}
.name-tovar-header{
  width: 29.5%;
}
.prealoder-search-result {
  transition-duration: .5s;
}

.prealoder-search-result.disabled{
  display: none;
}

.pred-filters b {
  font-size: 13px;
}

.pred-filters .btn {
  margin-right: 15px;
  background: none;
}
.show-all-manufacture {
  display: none;
  cursor: pointer;
}
.show-all-manufacture.active{
  display: block;
}

#search_result_content .tovar_str {
  color: #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  /*border: 1px solid #ececec;*/
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

#search_result_content .tovar_str .info-descr {
  text-overflow: ellipsis;
  white-space: nowrap; /* Ð—Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÐ¼ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ ÑÑ‚Ñ€Ð¾Ðº */
  overflow: hidden;
}

#search_result_content .fa-cart-arrow-down{
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #e00626;
  font-style: normal;
  cursor: pointer;
  margin-right: 15px;
}

#search_result_content .fa-calendar-plus-o{
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  color: #337ab7;
  font-style: normal;
  cursor: pointer;
}
.name-sklad{
  text-overflow: ellipsis;
  white-space: nowrap; /* Ð—Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÐ¼ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ ÑÑ‚Ñ€Ð¾Ðº */
  overflow: hidden;
  text-transform: capitalize;
}

#search_result_content .info-icon-container {
  display: flex;
  justify-content: center;
}
#search_result_content .info-icon-container span{
  cursor: pointer;
}
#search_result_content .stock {
  padding: 0px;
  word-wrap: normal;
  white-space: nowrap;
}
.as_account_header.fixed-menu {
  position: fixed;
  z-index: 10;
  max-width: 1140px;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.action-block {
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}

#user_search_result #show_item_1, #user_search_result #show_item_2, #user_search_result #show_item_3 {

    /*display: none;*/

}

.my-sklad .show_days b {
    border: 1px solid #000;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 4px;
    line-height: 16px;
}
.up-scroll-search-result.scroll {
  position: fixed;
  z-index: 10;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
.up-scroll-search-result.scroll .search-result-breadcrumbs {
  margin-top: 10px;
}

#user_search_result.topresult{
  margin-top: 92px;
}

#user_search_result .show_days {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

#user_search_result .show_days .nc-icon-red{
  /*font-weight: normal;*/
}
#user_search_result .show_days .fast_delivery {

  font-size: 16px!important;
  transform: translateY(-1px);
  display: inline-block;
  margin-right: 7px!important;
  margin-left: 6px!important;
  vertical-align: top!important;

}
#user_search_result .hint-delivery-time {
  display: none;
}
.filter-brands{
  position: relative;
}
.filter-brands-content {
  position: absolute;
  top: 0px;
  z-index: 10;
  padding:0px;
  display: none;
  width: 100%;
}
.filter-brands-content ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.filter-brands-content ul li {
  text-transform: uppercase;
  cursor: pointer;
  height: 20px;
  transition-duration: .3s;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.filter-brands-content ul li.active{
  background: #e00616!important;
  color: #fff!important;
}
.filter-brands-content ul li:hover{
  background: #ececec;
}

.filter-brands:hover .filter-brands-content{
  display: block;
}

.filter-brands i {
  transition-duration: .3s;
}

.filter-brands:hover i{
  transform: rotate(180deg);
}

.filter-brands-content-scroll{
  height: 280px;
  display: block;
  margin-top: 34px;
  background: #fff;
  border-radius: 6px;
  width: calc(100% - 10px);
  color: #000;
  padding: 10px;
  padding-right: 0px;
  position: relative;

}

.brand-disable {
  display: none!important;
}

#user_search_result .pred-filters {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#user_search_result .show-all-manufacture.active {
  display: block;
  background: #fff;
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 14px;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  transition-duration: .3s;
  border: 1px solid #ececec;
}
/*#user_search_result .show-all-manufacture.active:hover{*/
  /*!*border-color: #aaa;*!*/
  /*background: #fefefe;*/
/*}*/
.show-all-manufacture span.as-icon{
  font-size: 10px;
  transform: translateY(-1px);
  display: inline-block;
}
#user_search_result .tovar_str{
  min-height: 36px;
}

.filter-brands #mCSB_1_container {
  margin-right: 17px;
}

/*#user_search_result .fa-camera{*/
  /*font-style: normal;*/
  /*font-size: 16px;*/
  /*display: inline-block;*/
  /*cursor: pointer;*/
  /*margin-right: 0.3em;*/
  /*cursor: pointer;*/
  /*transition-duration: .3s;*/
/*}*/

#user_search_result  .info-icon-container .x2{
  color: #000;
  transition-duration: .3s;
}
#user_search_result  .info-icon-container .x2:hover{
  color: #e00616;
}

#user_search_result .name-sklad{
  margin-left: -25px;
}

/*#user_search_result .fa-camera:hover{*/
  /*color: #e00616;*/
/*}*/

.article-search {
  /*font-weight: bold;*/
  font-size: 13px;
  cursor: pointer;
}
.close-all-search {
    cursor: pointer;
    display: none;
    font-weight: normal;
}
.close-all-search.active {
    display:block;
   /*font-size: 13px;*/
}

.filter-price i {
  transition-duration: .3s;
}

.filter-price.active i{
  transform: rotate(180deg);
}
/*#user_search_result .a_prices {*/
  /*display: flex!important;*/
/*}*/
.search-hint.disabled{
  opacity: 0;
}

.red-help {
  color: red!important;
}

#user_search_result .alert.alert-danger {
  margin-bottom: 10px;
}

#user_search_result .alert&gt;b{
  cursor: pointer;
  /*transition-duration: .2s;*/
}

/*#user_search_result .alert&gt;b:hover{*/
  /*color: #e00616;*/
/*}*/

#user_search_result .nc-icon-outline.users-2_a-delete{
  font-size: 20px!important;
  cursor: pointer;
  color: #e00616;
  /*transition-duration: .2s;*/
}

/*#user_search_result .nc-icon-outline.users-2_a-delete:hover{*/
  /*!*font-weight: bold;*!*/
/*}*/
.modal-add-busket-buttons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

.modal-add-busket-buttons .btn-block{
  width: 49%;
  margin-top: 0px;
  background: #e10617;
  border: 1px solid #e10617;
  font-size: 15px;
  transition-duration: .3s;
  font-weight: bold;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-add-busket-buttons .btn-block:last-child{
  background: rgba(0,0,0,0.1);
  color: #000;
  border: 1px solid rgba(0,0,0,0.1);
}
.modal-add-busket-buttons .btn-block:last-child:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
.modal-add-busket-buttons .btn-block:hover {
  background: #ac2925;
  border: 1px solid #ac2925;
}

.buscket-image-block {
  border: 1px solid #ececec;
  width: 130px;
  height: 130px;
  border-radius: 4px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.buscket-image-block&gt;img {
  max-width: 130px;
  max-height: 130px;
}

.buscket-image-block.active {
  width: 100%;
  height: 100%;
  margin-right: 0px;
}
.buscket-image-block.active&gt;img{
  max-width: 100%;
  max-height: 100%;
}
.buscket-content {
  display: flex;
  margin-bottom: 15px;
  border-top: 1px dashed #e5e5e5;
  padding-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.buscket-name.disabled{
  display: none;
}
.buscket-name-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.buscket-name {
  width: calc(100% - 140px);
}
.buscket-name span{
  font-size: 13px;
  color: #888;
}
.buscket-name-text b{
  font-size: 14px;
  color: #000;
}

span.minus {
  width: 30px;
  height: 26px;
  text-align: center;
  padding-top: 5px;
  background: rgba(0,0,0,0.1);
  color: #000;
  border-radius: 5px;
}
span.plus {
  width: 30px;
  height: 26px;
  text-align: center;
  padding-top: 5px;
  background: rgba(0,0,0,0.1);
  color: #000;
  border-radius: 5px;
}
.cty {
  margin-top: 3px;
  text-align: left;
}
.cty span {
  transition-duration: .2s;
}
.cty span:hover {
  background: rgba(0,0,0,0.16);
}
.cty .amount {
  height: 26px;
  line-height: 26px;
  width: 30px;
  border: none;
  background: rgba(0,0,0,0.1);
  font-size: 17px;
  border-radius: 5px;
  font-weight: 400;
}
.cty input {
  outline:none;
}
.modal-add-busket-buttons {
  padding: 0px;
  padding-top: 15px;
  text-align: right;
  border-top: 1px dashed #e5e5e5;
}

.bascet-header {
  border-bottom: none;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
}
.bascet-header .modal-header{
  padding-bottom: 0px;
  border: none;
}
.bascet-header  .modal-header .close {
  margin-top: 0px;
}
.modal-title {
  display: inline-block;
  /*float: left;*/
}

.bascet-yes {
  float: left;
  font-style: normal;
  color: #00CC33;
  font-size: 24px!important;
  display: inline-block!important;
  margin-right: 10px;
  margin-top: -9px;
  transform: translateY(4px);
}
.bascet-header .modal-content {
  width: 440px;
}

.buy-and-delivery {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    background: #2f3742;
    display: inline-block;
    padding: 10px 15px;
    transition-duration: .3s;
    display: flex;
    align-items: center;
}

.buy-and-delivery span.business_money-time {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}

.buy-and-delivery:hover {
    color: #fff;
    opacity: 0.8;
}

.table-line-view .table td {
  white-space: normal!important;
  max-width: 100px;
}

.haruma {
  border-color: #000;
}
.alert-haruma{
  background-color: #ccff99!important;
}
.search-orders{
  height: 32px;
  padding-left: 8px;
  font-size: 15px;
  float: left;
  width: 100%;
}
.content-date{
  display: flex;
  align-items: center;
}

.orders-filters .select2-container--bootstrap .select2-selection--single{
  height: 32px!important;
  line-height: 30px!important;
  font-size: 14px!important;
}

.orders-filters .date .form-control{
  height: 32px;
  outline: none!important;
  box-shadow: none;
  border-color: #ececec;
}
.order-status-name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-date .divider {
  margin: 0 10px 0 10px
}

.order-buttons {
  display: flex;
  margin-top: 21px;
  justify-content: flex-end;
  color: #fff;
  width: 100%;
}

.order-buttons div {
  background: #e10617;
  font-size: 15px;
  transition-duration: .3s;
  font-weight: bold;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 30px;
}

.order-buttons div:hover{
  background: #ac2925;
  /*border: 1px solid #ac2925;*/
}

.status-content {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
}

.status-block{
  background: #fff;
  padding: 4px;
  color: #000;
  font-weight: bold;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .2s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  display: inline-block;
  margin-bottom: 4px;
}

.status-block.active{
  border-color: #999;
}
.status-block:hover{
  border-color: #999;
}
.status-block .order-indicator{
  transform: translateY(1px);
}
.orders-date-ot, .orders-date-do {
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
}
.status-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.status-container .update-filters{
  background: #e10617;
  font-size: 14px;
  color: #fff;
  transition-duration: .3s;
  font-weight: bold;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
   margin-left: 10px;
  border-radius: 6px;
  cursor: pointer;
  line-height: 24px;
  margin-top: 10px;
  white-space: nowrap;
}
.status-container .update-filters:hover{
  background: #ac2925;
}
.status-container .update-filters.disabled{
  background-color: #ececec;
  border-color: #999;
  color: #777;
}
.form-control.select2-hidden-accessible.select-supplier{
  width: 80%!important;
}

.wr_comment_list{
 min-height: 200px;
 max-height: 500px;
 overflow-y: scroll;
 padding-top: 15px;
}

#return_comment_form label{
  width: 100%;
}

#return_comment_form .form-validation{
  text-align: right;
}

.as_returns{
  border-left: 8px solid #ccc;
}

.as-danger{
  border-left: 8px solid red;
}

.as-success{
  border-left: 8px solid #5cb85c;
}

.as_returns-tab-content .btn{
  border-radius: 0px;
}

.as_returns-tab-container{
  z-index: 10;
  border-radius: 0px;
  -moz-border-radius: 0px;
  border:0px solid #ddd;
  margin-top: 20px;
}

.as_returns-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.as_returns-tab-menu span, .as_returns-tab span{
  display: block;
  width: 100%;
  text-align: left;
}

.as_returns-tab-menu div.list-group{
  margin-bottom: 0;
}

.as_returns-tab-menu div.list-group&gt;a{
  margin-bottom: 0;
}

.as_returns-tab-menu div.list-group&gt;a .glyphicon,
.as_returns-tab-menu div.list-group&gt;a .fa {
  color: #5A55A3;
}

.as_returns-tab-menu div.list-group&gt;a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

.as_returns-tab-menu div.list-group&gt;a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

.as_returns-tab-menu div.list-group&gt;a.active,
.as_returns-tab-menu div.list-group&gt;a.active .glyphicon,
.as_returns-tab-menu div.list-group&gt;a.active .fa{
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}

.as_returns-tab-menu div.list-group&gt;a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #337ab7;
}

.as_returns-tab-menu a{
  border-radius: 0px;
}

.as_returns-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee;
  padding-left: 20px;*/
}

.as_returns-tab .as_returns-tab-content:not(.active){
  display: none;
}

.thumbnail_wr {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail_wr &gt; img, .thumbnail_wr a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.has-error{
  position: relative;
}
.tab-pane{
  padding: 15px;
}
.height-fill {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.reg-h4{
  color: #f00;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #ececec;
  display: inline-block;
  padding: 3px 10px 3px 10px;
  border-radius: 4px;
  margin-top: 0px;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;*/
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before{
  font-size: 18px;
}
.dogovor-oferta-button{
  color: #000;
  text-decoration: underline;
  transition-duration: .3s;
}
.dogovor-oferta-button:hover{
  color: #000;
}
.i-dau-sogl{
  font-size: 13px;
  color: #999;
}
#organizations .form-group label, #people .form-group label{
  font-weight: 500;
  margin-left: 11px;
}
.reg-button{
  margin-top: 22px;
}
/*-------------------------------------------*/
@media (max-width: 1024px) {
  /*.down-logo span {*/
    /*margin-top: 40px;*/
  /*}*/
  .how-customer{
    display: none;
  }
  .news .home-news-content-block{
    width: 47%;
  }
}

.down-help-search-result {
  position: relative;
}

.vozvrat-hint{
  margin-left: 6px;
  border: 1px solid #ccc;
  padding: 0px 6px 0px 6px;
  border-radius: 4px;
  color: #e00616;
  line-height: 16px;
  background: #fff;
  cursor: pointer;
}

.vozvrat-hint i,.implementation i{
  font-style: normal;
}

.implementation{
  margin-left: 6px;
  /*border: 1px solid #ccc;*/
  padding: 0px;
  border-radius: 4px;
  /*color: #e00616;*/
  line-height: 16px;
  /*background: #fff;*/
  cursor: pointer;
}
.export-to-xls{
  background: #016e3c;
  font-size: 14px;
  color: #fff;
  transition-duration: .3s;
  font-weight: 500;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  border-radius: 6px;
  cursor: pointer;
  line-height: 24px;
  margin-top: 4px;
  white-space: nowrap;
  text-align: center;
}

.export-to-xls:hover{
  background: #02a902;
}

.searchRegionContentDescription{
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ececec;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}
.searchRegionContentDescription.active{
  display: block;
}
.searchRegionContentDescription ul{
  margin: 0px;
  padding: 0px;
}

.searchRegionContentDescription ul li{
  list-style-type: none;
  padding: 4px 10px 4px 10px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  transition-duration: .3s;
}
.searchRegionContentDescription ul li:last-child{
  border:none;
}
.searchRegionContentDescription ul li:hover{
  background: #ececec;
}

.search-hint{
  width: 100%;
  background: #fff;
  margin-top: 33px;
  padding: 4px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}
.search-hint.active{
  display: block;
}
.search-hint ul {
  padding: 0px;
  margin: 0px;
}

.search-hint ul li {
  list-style-type: none;
  text-align: left;
}
.search-hint ul li a{
  text-align: left;
  color: #000;
  font-style: normal;
  padding: 4px 0px 4px 4px;
  display: block;
  border-bottom: 1px solid #ececec;
  transition-duration: .3s;
  border-radius: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.search-hint ul li a:hover{
  background: #ececec;
}

.search-hint ul li:last-child a{
  border: none;
}
.content-search-by-name{
  background: #fff!important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border-radius: 6px;
  padding: 20px;
}
#ya-site-results{
  /*padding: 0px 20px 20px 20px;*/
  background: #fff!important;
  /*margin-top: 10px;*/
}
#ya-site-form0, #ya-site-form0 .ya-site-form__form, #ya-site-form0 .ya-site-form__input, #ya-site-form0 .ya-site-form__input-text, #ya-site-form0 .ya-site-form__search-precise, #ya-site-form0 .ya-site-form__submit.search-by-name-button{
  color: #fff!important;
  margin-left: 0px;
  padding-left: 14px;
  padding-right: 14px;
}
.search-by-name-button{
  color: #fff!important;
}

.closest-region-to-you.disabled,.pick-up-point-in-region.disabled{
  display: none;
}

.hint-delivery-city.disabled{
  display: none;
}

.hint-delivery-city img{
  float: left;
  width: 50px;
  margin-right: 16px;
  border-radius: 6px;
  border: 1px solid #ececec;
}
.hint-delivery-city-line{
  display: flex;
  margin-bottom: 13px;
  align-items: center;
}
.hint-delivery-city-line p {
  font-style: italic;
}
.popular-product-bascet{
  margin-bottom: 20px;
}
.popular-product-bascet .popular-product{
  background: #fff;
}

.hint-delivery-city-line p{
  margin-bottom: 0px;
}
.hint-delivery-city-line .alert{
  margin-bottom: 0px;
}
#myModal .order-specify-date{
  color: #fff;
  background: #e10617;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 6px;
}
.orders-form-button{
  width: 100%;
  /*margin-top: 78px;*/
  background: #e10617;
  color: #fff!important;
  font-size: 15px;
  transition-duration: .3s;
  font-weight: bold;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  /* margin-left: 20px; */
  border-radius: 4px;
  cursor: pointer;
  line-height: 18px;
  transition-duration: .3s;
}
.orders-form-button:hover{
  background: #ac2925;
}

.list-request-return-block{
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  padding: 10px;
  cursor: pointer;
  transition-duration: .3s;
  width: 100%;
  position: relative;
}

/*.list-request-return-block.active:after{*/
  /*content: '';*/
  /*position: absolute;*/
  /*left: 100%;*/
  /*top: 50%;*/
  /*margin-top: -13px;*/
  /*border-left: 0;*/
  /*border-bottom: 13px solid transparent;*/
  /*border-top: 13px solid transparent;*/
  /*border-left: 10px solid #fff;*/
  /*!*box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;*!*/
/*}*/

.list-request-return-block:hover,.list-request-return-block.active{

  transform: scale(1.08);
  border-color: #bbb;
  /*width: 105%;*/

}

.content-request-return{
  background: #fff;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  /*height: calc(100vh - 80px);*/
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  position: relative;
}

.content-request-return.scroll{
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  top: 60px;
  overflow: hidden;
  /*height: calc(100vh - 80px);*/
  margin-bottom: 0px;
}

.content-request-return-content{
  width: 100%;
  position: relative;
  height: 100%;
}

.content-request-return.scroll-down{
  position: absolute;
  bottom: 20px;
  margin-bottom: 0px;
}

.content-big-chat{
  display: flex;
  min-height: 929px;
}

/*.return-danger{*/
  /*border-left: 5px solid #e00616;*/
/*}*/

/*.return-info{*/
  /*border-left: 5px solid #ccc;*/
/*}*/
/*.return-success{*/
  /*border-left: 5px solid #5cb85c;*/
/*}*/

.list-request-return-block-circle{
  width: 16px;
  height: 16px;
  transform: translateY(2px);
  border-radius: 20px;
  margin-right: 4px;
  display: inline-block;
}

.list-request-return-block-circle.success{
  background: #5cb85c;
}

.list-request-return-block-circle.info{
  background: #ccc;
}

.list-request-return-block-circle.danger{
  background: #e00616;
}

.list-request-return-block h4{
  margin: 0px;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 4px;
}

.list-request-return-block p{
  font-size: 13px;
  margin-bottom: 0px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list-request-return-block p a{
  color: #000;
  /*text-decoration: underline;*/
  transition-duration: .3s;
}

.list-request-return-block p a:hover{
  text-decoration: underline;
}

.list-request-return-block p b{
  color: #000;
}
.list-request-return-block:last-child{
  margin-bottom: 20px;
}
.comment-block-content{
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  /*background: #fff;*/
}

.comment-block-and-image{
  width: 80%;
  position: relative;
}

.comment-block{
  width: 100%;
  min-height: 50px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 14px;
}

.comment-block:focus-visible{

  outline: none;
}

.add-image-comment{
  position: absolute;
  right: 14px;
  top: 14px;
  width: 24px;
  cursor: pointer;
  background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m0%200h24v24h-24z%22%2F%3E%3Cpath%20d%3D%22m20.0291094%2015.0279907-5.384726%205.2303888c-2.5877049%202.513536-6.71408829%202.4838066-9.26530792-.0667538-2.6116233-2.6109485-2.61217034-6.8446794-.00122186-9.4563027.00760974-.0076117.01523784-.015205.02288425-.0227799l8.06657363-7.99110563c1.7601202-1.7436532%204.6004898-1.73030402%206.344143.02981623.0091252.00921136.0182104.01846224.0272554.02775238%201.7500823%201.79751906%201.7306631%204.66777042-.0435807%206.44144506l-8.1308667%208.12825806c-.8479169.8476448-2.20023168.9147308-3.12787932.1551687l-.1337127-.1094846c-.8947528-.7326277-1.02618115-2.0518803-.29355343-2.9466331.03855837-.047091.0791516-.0924786.12166404-.1360332l5.46733261-5.60136864%22%20stroke%3D%22%23828a99%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) 0 0 no-repeat;
  height: 24px;
}

.add-image-comment i{
  font-style: normal;
  font-size: 22px;
  color: #777;
}

.button-send-comment{
  margin-left: 20px;
  border: 1px solid #ccc;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  transition-duration: .3s;
}
.return-image-slider{
  /*min-height: 100px;*/
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
  .return-image-slider img {
    /*max-width: 19%;*/
    margin-right: 1%;
    max-height: 100px;
    margin-bottom: 10px;
    border: 1px solid #ececec;
    border-radius: 4px;
    cursor: pointer;
  }
.circle-return-order{
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e00616;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
}
.url-return-request{
  margin-left: 6px;
  border: 1px solid #ccc;
  padding: 0px 3px 0px 3px;
  border-radius: 4px;
  line-height: 16px;
  font-size: 13px;
  background: #fff;
  display: inline-block;
}
.url-return-request i {
  font-style: normal;
}
.content-request-return .alert-top a.btn-success{
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
}
/*.return-image-slider .owl-stage-outer{*/
    /*width: 100%;*/
    /*}*/

    .add-image-comment.active span{
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #999;
  font-size: 12px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -7px;
  right: -9px;
  z-index: 1;
  font-weight: 900;
  box-shadow: rgba(0,0,0,.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0,.1) 0px 2px 10px 0px;
}
.button-send-comment:hover{
  background: #e10617;
  border-color: #e10617;
  color: #fff;
}
#implementation-modal ul{
  list-style-type: none;
  margin: 10px 0px;
  padding: 0px;
}
#implementation-modal ul li a{
  color: #000;
  transition-duration: .3s;
}
#implementation-modal ul li a:hover{
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .content-big-chat{
    flex-wrap: wrap;
  }
  .content-big-chat .orders-comments{
    max-height: 400px;
  }
  .content-request-return-content{
    margin-bottom: 20px;
  }
  .content-request-return{
    height: auto;
  }
  .comment-block-content{
    bottom: 40px;
  }
  .content-request-return .order-content{
    min-height: 720px;
  }
}
@media (max-width: 768px) {

.pre_page_menu .lk-content a.info-text{
  max-width: 120px;
}

.num-order{
  width: 100%;
}

.description-hint, .count-hint, .price-hint, .state-hint, .date-hint{
  display: none;
}

.basket-text{
  display: none;
}

.color-block-content{
  margin-right: 6px;
}

.filter-get-brands {
  margin-right: 8px;
  font-size: 10px;
}

.name-tovar {
  width: 100%;
}

.button-search-result-filter{
  margin-top: 10px;
  width: 100%;
}

.actions-actions-left{
  margin-right: 0px;
}

.actions-actions-right{
   margin-left: 0px;
}

.navbar-nav {
  margin: 10px 0 0 0px;
}

.navbar-default .navbar-nav &gt; li{
  box-shadow:none;
  border: none;
  margin-bottom: 10px;
}

li.active.list-pod-menu:after{
  display: none;
}

.navbar-default .navbar-nav &gt; li.active, .navbar-default .navbar-nav &gt; li:hover, .navbar-default .navbar-nav &gt; li:focus{
  background: none;
}

.navbar-default .navbar-nav &gt; li.list-pod-menu{
  display: none;
}

.page_cat_list .custom_inside p{
  display: block!important;
}

.page_cat_list .custom_inside{
  margin-top: 0px;
}

.page_cat_list{
  margin-top: 16px;
}

.portrait .mobile-element{
  margin-left: 14px;
  margin-top: 4px;
}

.new-block-content .share{
  display:none;
}

.new-block-stocks {
  margin-left: -15px;
  margin-right: -15px;
}
.partners .contacts li{
  width: 100%;
  margin-right: 0px;
}
.text-bold {
  font-size: 14px;
}
.home-about-content-description .line-icon-about p{
  transform: translateX(10px) translateY(0px);
}

.pay_am{
  display: inline-block;
  /* width: 100%; */
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*.text-bold div{*/
    /*padding-left: 0px!important;*/
  /*}*/
  .header-search-block,.header-block-phones{
    display: none;
  }
  .search-articul-result-block{
    box-shadow: none;
    border: none;
  }
  .search-articul-result-block .col-lg-12{
    padding: 0px;
  }
  #art_search2 .header-search-block {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
    width: 100%;
  }
  #art_search2 .header-search-block input{
    border: 1px solid #ccc;
    height: 40px;
    font-size: 16px;
    width: calc(100% - 50px);
  }
  #art_search2 .header-search-block .header-search-button{
    height: 40px;
    line-height: 40px;
  }

  #art_search2 .search-icon-result {
    width: 28px;
    height: 28px;
    top: 6px;
    left: -32px;
  }

  .page_menu .navbar-default .navbar-left li i{
    margin-right: 20px;
  }
  .page_menu {
    padding-top: 66px;
    padding-bottom: 20px;
    display: block!important;
  }
  .copyrigth{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: inline-block;
  }
  .news .home-news-content-block {
    width: 96%;
  }
  /*.down-logo {*/
    /*background: #ececec;*/
    /*width: 100%;*/
    /*height: 164px;*/
    /*position: relative;*/
  /*}*/
  /*.down-logo span {*/
    /*width: 100%;*/
    /*margin-top: 0px;*/
  /*}*/
  .home-news-content-block{
    width: 96%;
  }
  .home-actions-content-block-image{
    height: auto;
  }
  .home-actions-content-block img{
    margin: 0;
    transform: none;
  }
  .partners-advantages-sklad-img,.partners-advantages-delivery-img,.warranty-return-nexus,.promotions-bonuses-img{
    width: 100%;
  }
  .warranty-return-nexus{
    margin-top: 20px;
  }
  .partners-content{
    margin-left: -15px;
  }
  .client-service img {
    right: 0px;
    width: 33%;
  }
  .client-service p{
    font-size: 14px;
  }
  .partners-advantages-num,.delivery-table,.warranty-return,.promotions-bonuses{
    width: 100%;
  }

  .color-block {
    width: 100%;
  }
  .color-block-content {
    line-height: 10px;
  }
  .as_account_header span.new-header {
    display: none;
  }
  .fliter-blocks {
    justify-content: flex-start;
  }
  .name-tovar-header {
    width: 100%;
    background: #e00616;
    padding: 6px 15px!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  #search_result_content .tovar_str {
    flex-wrap: wrap;
  }

  .up-scroll-search-result.scroll {
    position: static;
    transform: translateX(0);
  }
  .action-block{
    margin-right: 0px;
  }
  #search_result_content .fa-calendar-plus-o {
    margin-right: 15px;
  }
  #user_search_result.topresult {
    margin-top: 0px;
  }
  #search_result_content .info-icon-container {
    margin-left: 16px;
    justify-content: flex-start;
  }
  #search_result_content .tovar_str .info-descr {
    margin-right: 10px;
  }

  .home-news-content-description{
    font-size: 16px;
  }
  .page_cat_list .custom_inside .btn{
    font-size: 14px;
  }
  .page_cat_list .custom_inside p{
    font-size: 16px;
  }
  .popular-product-block-name{
    font-size: 15px;
  }
  .popular-product-articul{
    font-size: 14px;
  }
  .home-about-content-description{
    font-size: 16px;
  }
  .home-about-content-description p{
    font-size: 16px;
  }

  .footer-about-company p{
    font-size: 16px;
  }
  .list-unstyled li a{
    font-size: 16px;
  }

 .orders-filters .status-right{
   display: flex;
   align-items: center;
 }

  .orders-filters .status-right .update-filters,.orders-filters .status-right .export-to-xls{
    margin-top: 4px;
  }

}

.nomenclature-group{
  background: #fff;
  box-shadow: rgba(0,0,0, 0.1) 0px 0.0666667px 0.133333px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border: 1px solid #ececec;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  margin-top: 2px;
}

.nomenclature-group-line{
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 12px;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition-duration: .3s;
  list-style-type: none;
  display: flex;
  align-items: center;
  line-height: 14px;
  padding: 10px 10px;
}

.nomenclature-group-line:hover{
  border: 1px solid #666;
  background: rgba(0,0,0,0.02);
}

.nomenclature-group-line.active{
  color: #fff;
  background: #e10617;
}
.nomenclature-group-line.active:hover{
  border: 1px solid #ececec;
}

.autotools-content-dinamic-block.disabled{
  display: none;
}

/*---------------------------------------------------------------*/

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ie*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-date .date{
    width: 48%;
  }
  .order-buttons div{
    margin-left: -22px;
  }
}

.content-request-return p{
  margin-top: 0px;
}
.content-request-return .alert &gt; p + p{
  margin-top: 0px;
}
.content-request-return .alert-top a{
  color: #000;
  text-decoration: underline;
  transition-duration: .3s;
}
.content-request-return .alert-top a:hover{
  text-decoration: none;
}
.alert-top{
  width: 100%;
}
.orders-comments{
  max-height: 600px;
  min-height: 100px;
  overflow-y: scroll;
  padding: 10px;
  padding-bottom: 0px;
  border: 1px solid #ececec;
  border-radius: 6px;
}
.orders-comments .alert{
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 10px!important;
}
.orders-comments .alert-success{
  max-width: 90%;
  min-width: 45%;
  float: right;
}
.orders-comments .alert-info{
  float: left;
  max-width: 90%;
  min-width: 45%;
}
.comment-date{
  font-size: 12px;
  padding-right: 10px;
  /*color: #333;*/
  /*width: 100%;*/
  /*display: inline-block;*/
  /*text-align: right;*/
}
.comment-line{
  width: 100%;
  display: block;
}
.comment-date i{
  font-style: normal;
}
.comment-name{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2px;
}
.comment-name b{
  padding: 0px!important;
}
.comment-text{
  width: calc(100% - 82px);
}
.list-request-return-block .list-request-return-block-name{
  color: #555;
}

.alert-top{
  display: none;
}

.alert-top.active{
  display: block;
}
/*.return-image-slider{*/
  /*margin-bottom: 10px;*/
  /*position: relative;*/
/*}*/
/*.return-image-slider .item{*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*height: 100px;*/
/*}*/
/*.return-image-slider .item img{*/
  /*width: 100%;*/
  /*!*max-height: 100px;*!*/
/*}*/

#show-image img{
  width: 100%;
  /*margin-bottom: 20px;*/
  border-radius: 6px;
}

.delateFromSearchButton{
  font-size: 22px!important;
  line-height: 22px;
  font-weight: bold;
  margin-left: 4px;
  color: blue;
  font-style: normal;
  cursor: pointer;
}
.big_oils_image {
  max-width: 100%;
  max-height: 100px;
}
.table-oils tr td:first-child{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.table-oils tr td .center-block{
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-oils a{
  color: #fff;
  background: #e00616;
  border-radius: 4px;
  font-weight: 500;
  display:inline-block;
  padding: 2px 10px;
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
  transition-duration: .3s;
}
.table-oils a:hover{
  background: #AB0617;
}


</pre></body></html>