@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto:100i,300i,400i,500i,700i,900i&subset=cyrillic');
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.svg#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/robotoregular.eot');
    src: url('../fonts/robotoregular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/robotoregular.woff') format('woff'),
    url('../fonts/robotoregular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'glyphicons';
    src: url('../fonts/glyphicons-regular.eot');
    src: url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphicons-regular.woff2') format('woff2'),
         url('../fonts/glyphicons-regular.woff') format('woff'),
         url('../fonts/glyphicons-regular.svg#glyphicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/robotomedium.eot');
    src: url('../fonts/robotomedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotomedium.woff2') format('woff2'),
         url('../fonts/robotomedium.woff') format('woff'),
         url('../fonts/robotomedium.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    background-color: #fafafa;
}
a {
    text-decoration: none;
}
.outer_wrap_about.second a {
    color: #235049;
}
.outer_wrap_about.second a.download {
    background-image: url(../img/pdf-icon.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 5px 0 0px 35px;
    display: block;
}
#c200 .news-single-item a, #c204 .news-single-item a {
   background-image: url(../img/pdf-icon.png);
   background-position: 15px 0;
   background-repeat: no-repeat;
   padding: 5px 43px 3px 50px;
   display: inline-block;
}
header {
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent; 
}
.main_slider .slick-slide img {
    object-fit: cover;
    width: 100%;
    /*height: 600px;*/
}
.outer_wrap_category .product-thumb .image {
    text-align: center;
    overflow: hidden;
}
.outer_wrap_category .product-thumb .image img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.outer_wrap_category .product-thumb .image img:hover {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}


/* Animation block Services begin */
.revealator-slideleft {
    transform: translate(100px, 0);
    opacity: 0;
}
.revealator-slideleft.revealator-within,
.revealator-slideleft.revealator-partially-above,
.revealator-slideleft.revealator-above {
  transform: translate(0, 0);
  opacity: 1;
}
.revealator-slideleft {
    transition: all 600ms;
}
.revealator-delay2 {
  transition-delay: 200ms !important;
}
.revealator-delay2.revealator-below, .revealator-delay2.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay4 {
  transition-delay: 400ms !important;
}
.revealator-delay4.revealator-below, .revealator-delay4.revealator-partially-below {
  transition-delay: 0ms !important;
}
/* Animation block Services end */

.content h4 {
color: #068a5d;
margin-bottom: 30px;
}

.content .csc-textpic-text h4 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
}

.outer_wrap_about.second .csc-textpic-text h5 {
    color: #919191;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 18px;
}
.outer_wrap_about.second .csc-textpic-text p {
    color: #000000;
    font-size: 16px;
    margin: 0;
    font-family: robotoregular;
    line-height: 21px;
}
/*#c78, #c79, #c80, #c81, #c82, #c83, #c84, #c85, #c86, #c87 {
    display: inline-block;
    width: 50%;
    float: left;
}*/
.content ol {
margin-bottom: 30px;
}

.content ol li {
position: relative;
font-weight: bold;
margin-bottom: 5px;
}

ol { counter-reset: item; }
ol li { display: block; }
ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #068a5d;
  position: absolute;
  left: -35px;
}

@media (min-width: 1200px) {
.container {
    width: 1140px;
}
.main_slider.container {
  height: 480px;
}
}
#top {
    background-color: #4b4b4b;
    border-bottom: 0px solid #e2e2e2;
    padding: 0;
    margin: 0;
    min-height: 40px;
    display: none;
}

#content p {
    font-family: exo2regular;
    font-size: 16px;
    color: #000000;
    margin: 0;  
    padding-bottom: 30px;  
}
#content .banner-img {
    margin: 0 0 30px 0;
}
#content {
    min-height: 48vh;
}
.container.info #content .container.category {
    padding-left: 0;
    padding-right: 30px;
}
.outer_wrap_akcii {
    border: none;
    padding: 50px 0 30px;  
}
.info .outer_wrap_akcii {
  padding: 0 0 30px;
}
.outer_wrap_akcii .product-layout {
  margin-bottom: 30px;
}
.outer_wrap_akcii h3 {
    font-family: exo2semibold;
    font-size: 36px;
    color: #000000;
    margin: 0 0 40px 0;
    line-height: 23px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #ff1c25;
    display: block;
    padding-left: 30px;
}
.outer_wrap_akcii .product-thumb {
    border-radius: 4px;
    margin-bottom: 0;
}
.outer_wrap_akcii .product-thumb h4 {
    font-family: exo2medium;
    font-size: 26px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    margin-left: 130px;
    margin-top: 23px;
    padding-bottom: 15px;
}
.outer_wrap_akcii.second .product-thumb h4 {
    font-family: exo2medium;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 141px;
    padding-bottom: 15px;
}
.outer_wrap_akcii .product-thumb h4 a {
    font-family: exo2medium;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none; 
}
.outer_wrap_akcii .product-thumb h4 a:hover {
    text-decoration: underline; 
}
.outer_wrap_akcii .description {
    position: absolute;
    bottom: auto;
    width: 100%;
    text-align: center;
    padding-right: 30px;
    top: 0;
}
.outer_wrap_akcii .description .description-list {
    height: 200px;
}
.outer_wrap_akcii .description ul {
    font-family: exo2medium;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    margin-left: 5px;
    padding-right: 40px; 
}
.outer_wrap_akcii .description ul li {
    margin-bottom: 7px;
}
.outer_wrap_akcii .description ul li a {
    color: #fff;
}
.outer_wrap_akcii .description .view_all {
    font-family: exo2medium;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    margin-left: 45px;
    width: 100%;
    display: block;
    text-decoration: underline;
}
.outer_wrap_akcii .description .view_all:hover {
    text-decoration: none;
    background-color: #ff1925;
}
.outer_wrap_akcii.second .description {
    bottom: 0;

}
.outer_wrap_akcii .description  .ser-btn {
    font-family: exo2semibold;
    font-size: 14px;
    color: #ffffff;
    background-color: #10c87c;
    padding: 11px 25px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-radius: 3px;
}
.outer_wrap_akcii .description  .ser-btn:hover {
    text-decoration: none;
    background-color: #ff1925 !important;
}
.outer_wrap_akcii .description  .ser-btn.btn2 {
    background-color: #08c59b;
}
.outer_wrap_akcii .description  .ser-btn.btn3 {
    background-color: #02b3b1;
}

.outer_wrap_about {
  padding: 50px 0 50px;
  clear: both;
  background-color: #f5f6f1;
}
.outer_wrap_about.second .outer_wrap_about {
  background: none;
  }
.outer_wrap_about h3 {
    font-family: robotoregular;
    font-size: 36px;
    color: #000000;
    margin: 0 0 30px 20px;
    line-height: 23px;
    display: block;
}

.outer_wrap_uslugi {
  padding: 40px 0 10px;
  clear: both;
}
.outer_wrap_uslugi .item {
    text-align: center;  
  margin-bottom: 30px;
}
.outer_wrap_uslugi .item > div {
    background-color: #eff4f1;
    min-height: 181px;
    padding-top: 30px
}
.outer_wrap_uslugi .item img {
  
}
.outer_wrap_uslugi .item > div.docka {
    padding-top: 0px  ;
    min-height: auto;
}
.outer_wrap_uslugi .item > div.docka img {
  width: 100%;
  min-height: 181px;
}
.outer_wrap_uslugi .item .description {
    font-family: robotoregular;
    font-size: 18px;
    color: #000000;
    padding: 20px 0;
}
.outer_wrap_uslugi .item .description a {
    font-family: robotoregular;
    font-size: 18px;
    color: #000000;
    text-decoration: underline;  
}
.outer_wrap_uslugi .item .description a:hover {
    font-family: robotoregular;
    font-size: 18px;
    color: #000000;
    text-decoration: none;  
}
.outer_wrap_socialki {
    min-height: 400px;
    padding-bottom: 62px;
}
.outer_wrap_socialki .contacts a {
    color: #235049;
}
.outer_wrap_socialki .contacts {
    position: absolute;
    margin-top: 45px;
    max-width: 474px;
    width: 474px;
    background-color: #fff;
    min-height: 268px;
    padding: 22px 31px;
    border-color: #f3c50a;
    border-style: solid;
    border-width: 4px;  
}
.outer_wrap_socialki .contacts h3 {
    position: relative;
    font-family: robotoregular;
    font-size: 25px;
    color: #000000;
    margin: 0;
    padding: 0 0 29px 0;
    line-height: 18px;
}
.outer_wrap_socialki .contacts p {
    position: relative;
    font-family: robotoregular;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 18px;  
}
.outer_wrap_about .text {
  margin-left: 20px;
}
.outer_wrap_about .text p {
    font-family: robotoregular;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 21px;
}
.outer_wrap_about .image {
    margin: -45px 0 0 0;
}
.outer_wrap_about .image img {
  width: 100%;
}
.container.featured  h3 {
    font-family: exo2bold;
    font-size: 36px;
    color: #000000;
    margin: 0;
    padding: 0 0 33px 0;
    line-height: 36px;  
}
.banner_slider  {
  height: auto;
}
.banner_slider .product-thumb {
    border: 0px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
  position: relative;
}
.outer_wrap_banners .container {

}
.outer_wrap_banners.wrap2 {
    padding: 60px 0 0;
}
.outer_wrap_banners .banners2 .description {
  position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #159c6ee0;
    padding: 20px;
    text-align: center;
}
.outer_wrap_banners .banners2 .description a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.outer_wrap_banners .banners2 .description a:hover {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
  text-decoration: underline;
}
.outer_wrap_banners {
    padding: 60px 0;  
}
.outer_wrap_banners h3 {
    font-family: 'Roboto', robotomedium;
  font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    padding: 0;
    margin: 0 0 45px 0;  
}
.outer_wrap_banners .all_news_link {
    font-family: 'Roboto', robotomedium;
  font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    padding: 0;
    margin: 0 0 0 38px;
    text-decoration: underline;
}
.outer_wrap_banners .all_news_link:hover {
  text-decoration: none;
}
.outer_wrap_banners .title {
  min-height: 105px;
}
.outer_wrap_banners .title a {
    font-family: 'Roboto', robotomedium;
    font-weight: 500;
    font-size: 24px;
    line-height: initial;
    color: #235049;
    padding: 0;
    margin: 0;
}
.outer_wrap_banners .description a {
    font-family: robotoregular;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}
.outer_wrap_banners .description a:hover {
    font-family: robotoregular;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.outer_wrap_slider.featured .slick-prev {
    position: absolute;
    top: -304px;
    right: 60px;
    background-image: url(/image/catalog/featured-slick-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0;
    width: 17px;
    height: 17px;
    outline: none;
    z-index: 10;
    left: initial;
}
.outer_wrap_slider.featured .slick-next {
    position: absolute;
    top: -304px;
    right: 15px;
    background-image: url(/image/catalog/featured-slick-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0;
    width: 17px;
    height: 17px;
    outline: none;
    z-index: 10;
    left: initial;
}
.outer_wrap_slider.featured .container-fluid {
  width: 90%;
}
.outer_wrap_banners .slick-prev {
  position: absolute;
    top: 32px;
    right: initial;
    background-image: url(/image/catalog/featured-slick-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,.5);
    border: none;
    font-size: 0;
    width: 55px;
    height: 55px;
    outline: none;
    z-index: 10;
    border-radius: 3px;
    left: -80px;
}
.outer_wrap_banners .slick-next {
    position: absolute;
    top: 32px;
    right: -80px;
    background-image: url(/image/catalog/featured-slick-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,.5);
    border: none;
    font-size: 0;
    width: 55px;
    height: 55px;
    outline: none;
    z-index: 10;
  border-radius: 3px;
    left: initial;
}
.featured_wrap.container {
    position: relative;
}
.katalog_topline {
    width: 100%;
    background: linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%,rgba(255, 255, 255, 1) 10%);
    padding: 36px 0 26px 0;
    border-bottom-color: #d9d9d9;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    margin-bottom: 0px;
}
.container h1 {
    font-size: 48px;
    color: #000000;
    font-family: exo2semibold;
    text-align: left;  
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 4px;
    width: 70%;
}
.main_slider.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.information-information .outer_wrap_category {
    padding: 0;
    min-height: auto;
    background-image: none;
}
.information-information .outer_wrap_category .product-thumb {
    border-radius: 3px;
    box-shadow: 4px 4px 20px rgba(0,0,0,.2);
}
.information-information .outer_wrap_category h3 {
    display: none;
}

/* Top Slider Form begin */
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.input-group h4 {
    font-size: 23px;
    color: #000000;
    font-family: exo2semibold;
}
.input-group .form-control {
    position: relative;
    padding: 10px 20px;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 46px;
    font-size: 15px !important;
    color: #000000;
    font-family: exo2semibold;
    text-transform: none;
    border: none;
    border-radius: 0 3px 3px 0;
}
.input-group  .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,102,0,.6);
    box-shadow: none;
}
.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 15px !important;
    color: #000000;
    font-family: exo2semibold;
    text-transform: none;
    background-color: #fff;
    border: none;
    padding: 14px 14px;
    border-radius: 3px 0 0 3px;
}
.input-group-addon:after {
    content: "";
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #dfdfdf;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 9px;
    margin-left: 13px;
}
.top-form .form form .btn {
    float: right;
    background-color: #ff1925;
    border: none;
    font-size: 14px !important;
    color: #fff;
    font-family: exo2semibold;
    text-transform: uppercase;
    text-decoration: underline;
    border-radius: 3px;
    padding: 11px 25px;
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: 20px;
    outline: none;
}
.top-form .form .btn-more {
    float: left;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.2);
    border-radius: 3px;
    font-size: 16px !important;
    color: #fff;
    font-family: ptsans-regular;
    text-transform: none;
    text-decoration: underline;
    padding: 11px 25px;
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: 15px;
    outline: none;
}
.top-form .form .btn-more:hover {
    text-decoration: none;
}
.top-form .form form .btn-close, .phone .form .btn-close {
    background-image: url(../img/btn-close-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    background-color: transparent;
    border: none;
    font-size: 0 !important;
    color: #fff;
    font-family: exo2semibold;
    text-transform: uppercase;
    text-decoration: underline;
    border-radius: 3px;
    padding: 12px 23px;
    margin-top: -15px;
    margin-bottom: 0;
    margin-left: 0;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    border: none;
    box-shadow: none;
    margin-right: -26px;
    z-index: 100;
}
.phone-call-left {
    font-family: exo2medium;
    font-size: 26px;
    color: #000000;
    line-height: 26px;
    top: 0px;
    position: relative;
}
.phone-call-ext {
    font-family: exo2medium;
    font-size: 26px;
    color: #000000;
    line-height: 26px;
    top: 0px;
    position: relative;
    text-align: left;
}
.phone-call-text {
    font-family: exo2medium;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    top: 0px;
    position: relative;
    text-align: left;
    text-transform: none;
}
.phone .top-form .form form {
    min-height: 175px;
    padding-left: 20px !important;
}
.phone .top-form .form form span {
    padding-bottom: 0px;
}
.phone .top-form .form form span a {
    color: #000;
}
  .modal2 {
      width: 480px;
      display: table;
    }
  .modal2 h2 {
      margin: 0 0 8px;
    }
  .modal2 .added-number {
      float: right;
          text-align: left;
    }
  .modal2 .number {
      float: left;
      display: block;
      clear: left;
      width: 240px;
      text-align: right;
      position: relative;
    }
  .modal2 .number span {
      color: #999999;
    }
  .modal2 .number:before {
      content: '';
      display: block;
      background: url(/image/pointer.png) 0px 0px no-repeat;
      position: absolute;
      right: -50px;
      top: -23px;
      height: 40px;
      width: 34px;
      margin-top: -2px;
    }
.modal2.single .number:before {
      background: none;
    }

  .modal2 .number:nth-child(2):before {
      content: '';
      display: block;
      background: url(/image/arrow.png) 0px 0px no-repeat;
      position: absolute;
      right: -80px;
      top: 10px;
      height: 10px;
      width: 65px;
    }


  .modal2.single .number {
    float: left;
    display: block;
    clear: left;
    width: 100%;
    text-align: center;
    position: relative;
    justify-content: center;
}






.outer_wrap_category .ser-btn {
    font-family: exo2semibold;
    font-size: 14px;
    color: #ffffff;
    background-color: #10c87c;
    padding: 11px 25px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-radius: 3px;
}
.outer_wrap_category .ser-btn:hover {
    text-decoration: none;
    background-color: #ff1925;
    box-shadow: 0 0 4px #fff;
    -moz-box-shadow: 0 0 4px #fff;
    -o-box-shadow: 0 0 4px #fff;
    -ms-box-shadow: 0 0 4px #fff;
    -webkit-box-shadow: 0 0 4px #ffffffa1;
}
.phone .modal-content {
    box-shadow: none;
    border: none;
}
.phone .form.white .first_num {
    padding: 0;
}
.top-form .form form .btn:hover {
    text-decoration: none;
    background-color: #ff1925 !important;
}
.top-form .form form .btn.btn-close:hover {
   background-color: transparent !important;
}
.top_slider {
    padding-right: 0;
    padding-left: 0;
}
.top_slider .item {
  position: relative;
}
.top_slider .top-form {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 600px;
    z-index: 900;
    margin-top: -600px;
}
.top_slider .top-form .container {
  position: relative;
}

.top_slider .description {
  position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0000007a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    color: #fff;
    padding: 30px 0;
    line-height: 36px;
}

.top_slider .description a {
    color: #fff;
}

.top_slider .description span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}
.top_slider .description .container {
    
}
/* Top Banner style begin */
.main_slider.banner.container-fluid {
    margin-top: 30px;
}
.main_slider.banner.banner-first.container-fluid {
    margin-top: 0px;
}
.top_banner {
    padding-right: 0;
    padding-left: 0;
}
.top_banner .top-form {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 502px;
    z-index: 900;
    margin-top: -502px;
}
.top_banner .top-form .container {
  position: relative;
}
.top_banner img {
    object-fit: cover;
    width: 100%;
    height: 502px;
}
.top_banner .top-form .form {
    max-width: 622px;
    min-height: 267px;
    position: absolute;
    display: block;
    z-index: 900;
    width: 622px;
    right: 0;
    top: 0;
}
.top_banner .item.slide2 .top-form .form {
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
}
.top_banner .item.slide2.slide3 .top-form .form {
    left: 43%;
    top: 0;
    max-width: 100%;
    width: 100%;
}
.top_banner .item.slide2 .top-form h3 {
    font-family: exo2semibold;
    font-size: 48px;
    color: #ffffff;
    margin: 170px 0 15px 10px;
    display: block;
    line-height: 48px;
    text-align: left;
}
.top_banner .item.slide2 .top-form p {
    font-family: exo2regular !important;
    font-size: 24px !important;
    color: #ffffff !important;
    margin: 0 0 35px 15px !important;
    display: block;
    line-height: 24px;
    padding: 0 !important;
}
.top_banner .top-form .form .btn-more {
    border: none;
    margin-left: 15px;
    padding-left: 0;
}




/* Top Slider 3 begin */
.top_slider .item.slide1 .top-form .form {
    max-width: 603px;
    min-height: 349px;
    background-color: rgba(61,47,140,.85);
    position: absolute;
    display: block;
    z-index: 900;
    width: 603px;
    right: 15px;
    top: 40px;
    padding: 30px 15px 30px 40px;
    border-radius: 4px;
}
.top_slider .item.slide1 .top-form .form.form-bottom {
    max-width: 296px;
    min-height: 131px;
    background-color: rgba(61,47,140,.85);
    position: absolute;
    display: block;
    z-index: 900;
    width: 296px;
    right: 15px;
    top: 131px;
    padding: 20px 15px 23px 40px;
    border-radius: 4px;
}
.top_slider .item.slide1 .top-form .form.form-bottom .btn {
    float: left;
    background-color: #ff1925;
    border: none;
    font-size: 14px !important;
    color: #fff;
    font-family: exo2semibold;
    text-transform: uppercase;
    text-decoration: underline;
    border-radius: 3px;
    padding: 11px 25px;
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: 0;
    outline: none;
}
.top_slider .item.slide1 .top-form .form.form-bottom .btn:hover {
  text-decoration: none;
}
.top_slider .item.slide1 .top-form .form.form-bottom.bottom1 {
    top: 399px;
    right: 321px;
}
.top_slider .item.slide1 .top-form .form.form-bottom.bottom2 {
    top: 399px;
    right: 15px;
}
.top_slider .item.slide1 .top-form .form.form-bottom h4 {
  font-size: 18px;
}
.top_slider .item.slide1 .top-form .form.form-bottom.bottom2 h4 {
  margin: 10px 0 20px;
}
.top_slider .item.slide1 .top-form .form h3 {
    font-family: exo2semibold;
    font-size: 36px;
    color: #ffffff;
    display: block;
    line-height: 36px;
    margin: 0 0 14px;
}
.top_slider .item.slide1 .top-form .form h4 {
    font-family: exo2semibold;
    font-size: 15px;
    color: #ffffff;
    display: block;
    line-height: 18px;
    margin: 0 0 14px;
}
.top_slider .item.slide1 .top-form .form form {
    max-width: 100%;
    min-height: auto;
    background-color: transparent;
    position: initial;
    display: block;
    z-index: 900;
    width: auto;
    right: 15px;
    top: 0;
    padding: 0;
    border-radius: 0;
}
.top_slider .item.slide1 .top-form .form .input-group.col-md-6 {
    float: left;
    padding-right: 20px;
    width: 50%;
}
.top_slider .item.slide1 .top-form .form .button-group {
    padding-right: 20px;
}
.top_slider .item.slide3 .top-form .form {
    max-width: 875px;
    min-height: 349px;
    background-color: rgba(46,61,195,.85);
    position: absolute;
    display: block;
    z-index: 900;
    width: 875px;
    right: 15px;
    top: 60px;
    padding: 44px;
    border-radius: 0;
}
.top_slider .item.slide3 .top-form .form .oil-icon {
    width: auto;
    height: auto;
    float: left;
    margin-right: 45px;
}
.top_slider .item.slide3 .top-form .form h3 {
    margin: 29px 0 25px 0;
    color: #ff2c30;
    font-family: museo_sans_cyrl900;
    font-size: 53px;
    line-height: 53px;
}
.top_slider .item.slide3 .top-form .form .visitka-icon {
    width: auto;
    position: absolute;
    height: auto;
    margin-top: -52px;
    right: 135px;
}
.top_slider .item.slide3 .top-form .form p {
    margin: 0 0 0 70px !important;
    color: #fff !important;
    font-family: museo_sans_cyrl500 !important;
    font-size: 33px !important;
    line-height: 33px;
    overflow: hidden;
}
/* Top Slider 3 end */




.top-form .form form {
    max-width: 622px;
    min-height: 267px;
    background-color: rgba(61,47,140,.85);
    position: absolute;
    display: block;
    z-index: 900;
    width: 622px;
    right: 15px;
    top: 190px;
    padding: 40px;
    border-radius: 4px;
}
.top-form .form.white form {
    background-color: #fff;
    border: none;
    font-size: 0 !important;
    color: #fff;
    font-family: 'Roboto', robotomedium;
    text-transform: uppercase;
    text-decoration: underline;
    width: 560px;
    top: 52px;
    border-radius: 3px;
    padding: 30px 35px 40px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    outline: none;
}
.top-form .form.white form h2 {
    color: #000;
    font-size: 21px;
    text-transform: none;
}
.top-form .form.white form label {
    color: #000;
    font-family: 'Roboto', robotomedium;
    font-size: 16px;
    text-transform: none;
}

.top-form .form.white form input[type="checkbox"], input[type="radio"] {
    position: absolute;
    right: 9000px;
}
.top-form .form.white form input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #08c59b;
    animation: effect 250ms ease-in;
}
.top-form .form.white form input[type="checkbox"] + .label-text:before {
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px;
}

.top-form .form.white form input {
    border-color: #bfbfbf;
    border-style: solid;
    border-width: 1px;
}
.top-form .form.white form .input-group-addon {
    border-color: #bfbfbf;
    border-style: solid;
    border-width: 1px;
    border-right: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.top-form .form.white form .input-group-addon:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.top-form .form.white form .input-group-addon.last {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #bfbfbf;
    border-radius: 0 3px 3px 0;
    border-left: none;
}
.top-form .form.white form .input-group-addon.last:after {
    display: none;
}
.top-form .form.white form textarea {
border-color: #bfbfbf;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}
.top-form .form.white form h4 {
    font-family: 'Roboto', robotomedium;
    font-size: 28px;
    color: #000;
    text-transform: none;
    margin-bottom: 0;
}
.top_slider .top-form h3 {
    font-family: 'Roboto', robotomedium;
    font-size: 36px;
    color: #ffffff;
    margin: 83px 0 35px -15px;
    display: block;
    line-height: 36px;
}
.product-thumb .image a:hover {
    opacity: 1;
}
/* Top Slider Form end */



@media (min-width: 1200px) {
#content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: none;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
#content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: none;
}
}
@media (max-width: 991px) and (min-width: 360px) {
#content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: none;
}
}
.outer_wrap_slider {
    background-color: #fbfafa !important;
    padding: 40px 0 0;
}
header {box-shadow: 1px 0 5px 0 #d3d3d3; margin-bottom: 40px;}
.top_slider {
    position: relative !important;
    margin-bottom: 0;
  padding-right: 0;
    padding-left: 0;
}
.top_slider .caption {position:absolute;}

.top_slider .slick-prev, .scroll_slide .slick-prev, .container.prod .slick-prev  {
    position: absolute;
    top: 46%;
    left: 30px;
    background-image: url(/image/catalog/arrow-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0;
    width: 53px;
    height: 53px;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.2);
    border-radius: 3px;
 }
.top_slider .slick-prev:hover, .top_slider .slick-next:hover  {
    border-color: rgba(255,255,255,1);
}
.top_slider .slick-next, .container.prod .slick-next {
    position:absolute;
    top: 46%;
    right: 30px;
    background-image: url(/image/catalog/arrow-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0;
    width: 53px;
    height: 53px;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.2);
    border-radius: 3px;
}
@media (max-width: 991px) {
    .top_slider .slick-prev, .scroll_slide .slick-prev, .container.prod .slick-prev {
        left: 0px;
    }
    .top_slider .slick-next, .scroll_slide .slick-next, .container.prod .slick-next {
        right: 0px;
    }
}
.top_slider .image {
    position: relative;
}
.top_slider .image .caption {
      position: absolute;
      bottom: 126px;
      right: 0;
      padding: 27px 31px;
      background-color: #ff6600;
}
.top_slider .image .caption h3 {
    padding: 0 0 23px 0;
    margin: 0;
    font-family: ubuntu-l;
    font-size: 36px;
    color: #fff;
}
.top_slider .image .caption a {
    padding: 14px 16px;
    margin: 0;
    font-family: ubuntu-l;
    font-size: 18px;
    color: #fff;
    background-color: #4b4b4b;
}
.top_slider .slick-dots {
    display: none !important;
    list-style: outside none none;
    margin: 0 auto 44px;
    padding: 0;
    top: auto;
    position: absolute;
    right: auto;
    text-align: center;
    bottom: 0 !important;
    width: 100%;
    height: 17px;
}
.top_slider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: 0 10px !important;
    padding: 0;
    position: relative;
}
.top_slider .slick-dots button {
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 11px;
    outline: medium none;
    padding: 0;
    width: 11px;
    line-height: 17px;
}
.top_slider .slick-dots li.slick-active {
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0 12px;
    padding: 0;
    position: relative;
}
.top_slider .slick-dots li.slick-active button {
    background-color: #ff1c25;
    border: 3px solid #ff1c25;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 11px;
    line-height: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 11px;
    line-height: 17px;
}
.product-thumb h4 {
    font-weight: normal;
    font-family: exo2regular;
    font-size: 14px;
    margin: 0;
    text-align: center;
    padding: 20px 0 22px 0;
}
.outer_wrap_slider .product-thumb h4 {
    min-height: 0;
  text-align: center;
}
.product-thumb h4 a {
    font-size: 14px;
    font-family: exo2regular;
    color: #000000;
    text-decoration: underline;
}

.outer_wrap_category hr {
    border-top: 0px solid #eee;
    display: none;
}
.product-thumb {
    border: 0px solid #ddd;
    margin-bottom: 30px;
    overflow: auto;
}
.scroll_slide .product-thumb p {
    display: block;
}
.scroll_slide .product-thumb .caption ~ p {
    display: none;
}
.scroll_slide .product-thumb .button-group {
    display: none;
}
.scroll_slide .product-thumb .caption .price-old {
    display: none;
}
.scroll_slide .product-thumb .caption .price-tax {
    display: none;
}
.product-thumb .caption {
    padding: 0;
    min-height: 0;
    text-align: left;
}
.scroll_slide .product-thumb .caption .price {
    font-size: 22px;
    font-family: ubuntu-regular;
    color: #ff6600;
    font-weight: normal;
    display: none;
}
.product-thumb .price-new {
    font-weight: normal;
}
.scroll_slide .product-thumb .caption h4 a {
    font-size: 16px;
    font-family: exo2medium;
    color: #000000;
    font-weight: normal;
}
.outer_wrap_category {
    padding: 0;
    min-height: 483px;
    background-image: url(/image/catalog/outer-wrap-category-bg.jpg);
    text-align: center;
    background-position: center 0;
}
.outer_wrap_category h3 {
    font-family: exo2semibold;
    font-size: 36px;
    color: #ffffff;
    margin: 100px 0 40px 0;
    display: block;
    line-height: 36px;
    text-align: left;
}
.outer_wrap_category .product-thumb h4 {
    position: absolute;
    bottom: 31px;
    right: 34px;
}
.outer_wrap_category .product-thumb h4 a {
    font-size: 28px;
    font-family: exo2bold;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.outer_wrap_category .product-thumb {
  border-radius:3px;
}
footer {
    background-image: none;
    background-color: #2c4844;
    background-position: center center;
    background-repeat: no-repeat;
    color: #e2e2e2;
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 62px;
    margin: 0;
    padding: 0;
}
.powered {
    font-family: 'Roboto', robotomedium !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #cccccc !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    line-height: 21px !important;
    text-align: right;
}
.powered  a {
    color: #cccccc !important;
    text-decoration: underline;
}
.powered  a:hover {
    color: #cccccc;
    text-decoration: none;
}
.text_copy {
    font-family: 'Roboto', robotomedium !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    margin: 0 10px 0 0 !important;
    padding: 20px 0 !important;
    line-height: 22px !important;
    width: auto;
    float: left;
}
.col-sm-6.copy > div {
    padding: 20px 0;
}
footer .informations ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
footer .informations ul li {
    font-family: 'Roboto', robotomedium;
  font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    padding: 0 0 16px 0;
    line-height: 14px;
    text-align: left;
}
footer .informations ul li a {
    color: #ffffff;
  text-decoration: underline;
}
.top_right_links {
    text-align: right;
}
.fa-heart {
    background-image: url(/image/catalog/heart.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    height: 49px;
}
.fa-heart:before {
    content: "";
}
.top_right_links .fa-shopping-cart:before {
     content: "";
 }
.top_right_links .fa-shopping-cart {
    background-image: url(/image/catalog/cart.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    height: 55px;
    margin: 0 35px 0 0;
    float: left;
}

#search {
    margin-bottom: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    height: 49px;
}
#search .input-lg {
    height: 49px;
    line-height: 0;
    padding: 0 10px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: none;
    text-align: right;
    font-size: 17px;
}
#search .input-lg:focus, #search .input-lg:active {
    border: none;
    box-shadow: none;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 0;
    padding: 0;
    text-shadow: none;
    border: none;
}
.fa-search {
    background-image: url(/image/catalog/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    height: 49px;
}
.fa-search:before {
    content: "";
}
.btn {
    white-space: normal !important;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: none;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    white-space: nowrap !important;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
}
#cart {
    margin-bottom: 0;
}
#top-links {
    padding-top: 0;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin: 0;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: transparent;
    background-image: none;
}
#cart.open > .btn {
    background-image: none;
    background-color: transparent;
    border: 0px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
}
span.kol-vo {
    position: absolute;
    top: 6px;
    left: 30px;
    background-color: #ff6600;
    padding: 0;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-family: ubuntu-l;
    line-height: 20px;
    text-align: center;
}
#cart.open > .btn {
    color: #fff;
}
#cart.open > .btn:hover {
    color: #fff;
}
#cart-total span {
    font-size: 16px;
    font-family: ubuntu-l;
}
#cart-total .nasummu {
    height: 55px;
    display: table-caption;
    line-height: 54px;
    float: right;
}


#cart .dropdown-menu {
    background: #575757;
    z-index: 1001;
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
#cart .dropdown-menu .fa-shopping-cart {
    display: none;
}
.table-bordered {
    border: none;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}
a.open_cart {
    background-color: #1fb855;
    padding: 18px 20px;
    overflow: hidden;
    margin: 0 22px 0 0;
    font-size: 18px;
    font-family: ubuntu-l;
}
a.check_open_cart {
    background-color: #1fb855;
    padding: 18px 20px;
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    font-family: ubuntu-l;
    margin-left: 0px !important;
}
.product-thumb p.price.second {
    display: none;
    font-size: 24px;
    color: #de2129;
    font-family: exo2black;
    text-align: left;
}
.content_table tr th {
    font-family: exo2regular !important;
    background-color: #3b2c8b;
    color: #fff !important;
    padding: 20px 15px !important;
    font-weight: normal;
    font-size: 16px !important;
}
.content_table tr td {
    font-family: exo2regular !important;
    color: #000 !important;
    padding: 20px 15px !important;
    font-weight: normal;
    font-size: 16px !important;
}
.content_table tr {
    background-color: #f4f4f4;
}
.content_table tr:nth-child(2n) {
    background-color: #e1e1e1;
}

.checkbox label {
    position: relative;
    min-height: 20px;
    padding-left: 21px;
    margin-bottom: 5px;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input {
    width: 11px;
    height: 11px;
    margin-top: 3px;
    left: 20px;
    overflow: hidden;
}
.checkbox input:after {
    /*position: absolute;*/
    /* left: 9999px; */
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: 0 0 url(/image/catalog/checks2.png) no-repeat;
    position: absolute;
    margin: -1px 0 0 -1px;
}
.checkbox input:checked:after {
    background-position: 0 -24px;
}


/* breadcrumb */
.breadcrumb {
    margin: 0 0 26px 0;
    padding: 0px 0;
    border: 0px solid #ddd;
    background-color: transparent;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: none;
    padding: 0;
    position: relative;
    white-space: normal;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.pagination {
    margin: 10px 0 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.pagination a {
    color: #009e6c;
}
.breadcrumb > li:after {
    content: "";
    display: inline-block;
    font-size: 15px;
    font-family: notosans-regular;
    color: #c7c4c4;
    line-height: 22px;
    width: 7px;
    margin: 0 5px 0 3px;
    height: 12px;
    border-right-style: solid;
    border-right-color: #9b9b9b;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-color: #0e517e;
    border-top-width: 0px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(20deg);
}
.breadcrumb > li a {
    font-size: 14px;
    font-family: exo2regular;
    color: #bababa;
}
.breadcrumb li a {
    text-decoration: underline;  
}
.fa-home:before {
    content: "Р“Р»Р°РІРЅР°СЏ";
    font-size: 14px;
    font-family: exo2regular;
    color: #bababa;
    text-decoration: underline;
}
.breadcrumb > li:last-child:after {
    display: none;
}



.panel-default {
    border-color: transparent;
    background-color: transparent;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding-top: 34px;
    padding-bottom: 34px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 1px 34px;
    margin-bottom: 0;
}
.list-group-item.item {
 
}
.list-group-item.item:last-child {
    border-bottom: none;
}
.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: none;
}
.panel-heading+.list-group .list-group-item {
    border-top-width: 0;
    margin-bottom: 0;
    background-image: none;
    background-color: #f9f9f9;
    background-position: 0 15px;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 0;
    border-radius: 0;
}
.panel .list-group-item.header {
    margin-top: 10px;
    border-bottom: none;
    background-image: none;
    background-color: #f9f9f9;
}
.panel .list-group-item.header:first-child {
    margin-top: 0;
}
.panel .list-group-item.header {
    border-top-width: 0;
    color: #000000;
    font-size: 18px;
    font-family: exo2medium;
    padding: 0 34px 0;
}
.panel label {
    color: #000000;
    font-size: 14px;
    font-family: exo2regular;
}
.panel-footer {
    padding: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: left;
    border-top: none;
    background-position: 0 45px;
    margin: 15px 0 0 0;
    background-color: transparent;
}
.btn-primary {
    color: #000000;
    text-shadow: none;
    background-repeat: repeat-x;
    background-color: #f9f9f9;
    font-size: 15px;
    font-family: exo2regular;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    border: none;
    padding: 12px 25px;
}
.btn-primary:hover {
    color: #000000;
    background-color: #e9eaea;
}
.btn-default {
    color: #ffffff;
    text-shadow: none;
    background-color: #ff6600;
    background-image: linear-gradient(to bottom, #ff6600, #ff6600);
    background-repeat: repeat-x;
    border-color: #ff6600;
    font-size: 16px;
    font-family: ubuntu-l;
    border-radius: 0;
    box-shadow: none;
}
.btn-default:hover {
    color: #ffffff;
    text-shadow: none;
    background-color: #ff6600;
    background-image: linear-gradient(to bottom, #ff6600, #ff6600);
    background-repeat: repeat-x;
    border-color: #ff6600;
    font-size: 16px;
    font-family: ubuntu-l;
    border-radius: 0;
    box-shadow: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #000;
    background-color: #e9eaea;
    border-color: #e9eaea;
    outline: none;
}



#content h1 {
    color: #4b4b4b;
    font-size: 26px;
    font-family: ubuntu-l;
    padding: 0;
    margin: 0 0 45px 0;
}
.btn-group.single {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 17px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid #797777;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: none;
}
.list-unstyled.descrip2 {
    display: none;
}
.control-label.single {
    float: left;
    line-height: 47px;
    padding: 0 16px 0 0;
    color: #636363;
    font-size: 15px;
    font-family: ubuntu-l;
}
.form-control.col-vo {
    max-width: 100px;
}
.btn.single {
    background-image: url(/image/catalog/cart.png);
    background-repeat: no-repeat;
    background-position: 19px center;
    width: auto;
    background-color: #20b854;
    border: none;
    padding: 15px 34px 14px 66px;
    margin: 5px 0 0 0;
    float: left;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #ff6600;
    border-width: 1px;
}
div.descrip {
    color: #000000;
    font-size: 14px;
    font-family: exo2regular;
    line-height: 18px;
}
div.descrip h2 {
    color: #000000;
    font-size: 36px;
    font-family: exo2regular;
    line-height: 36px;
    padding: 0 0 30px 0;
    margin: 0;
}
.product-layout.product-grid {
  min-height: 300px;
}
@media (min-width: 992px) {
    .select_sorting .col-md-4 {
        padding: 0 55px 0 0;
    }
}
@media (min-width: 992px) {
    .col-md-2.text-right {
        width: auto;
        text-align: left;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .col-md-4.text-right.pokaz {
        padding: 0 70px 0 0;
        width: auto;
    }
}
.form-control {
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #b7b7b7;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b7b7b7;
    border-radius: 0;
}
.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,102,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,102,0,.6);
}
.text-right .form-control {
  background-image: url(/image/arrow-select.png) !important;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    width: 78%;
    height: 30px;
    padding: 6px 25px 6px 5px;
    font-size: 16px !important;
    line-height: 1.42857143;
    color: #000000;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: exo2semibold;
    font-size: 14px !important;
  -webkit-appearance: initial !important;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and ( -webkit-min-device-pixel-ratio : 0 ) { 
  .text-right .form-control { border: 1px solid #ffffff; }
}
.text-right .form-control:focus {
    border-color: #ff6600;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,102,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,102,0,.6);*/
  box-shadow: none;
}
.text-right label {
    color: #000000;
    font-family: exo2semibold;
    font-size: 14px !important;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.row.select_sorting {
    margin: 0;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0;
}
.row.select_sorting .col-md-2, .row.select_sorting .col-md-3 {
  padding: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 14px;
    vertical-align: middle;
    border-top: 0px solid #ddd;
    margin: 0;
    font-size: 14px;
    font-family: exo2regular;
    color: #000000;
}
.img-thumbnail {
    display: inline-block;
    max-width: 70px;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#top .btn-link, #top-links li, #top-links a {
    color: #ffffff;
    text-shadow: none;
    text-decoration: none;
}
.text-right strong {
    font-weight: 400;
}

h2.prod_price {
    color: #de2129;
    font-size: 24px;
    font-family: exo2black;
    padding: 20px 0 0 0;
    margin: 0;
    line-height: 18px;
}
/* checkout_cart */
table.table-bordered.checkout_cart {

}
table.table-bordered.checkout_cart td {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 16px;
    font-family: ubuntu-regular;
    color: #636363;
}
table.table-bordered.checkout_cart td a {
    font-size: 16px;
    font-family: ubuntu-regular;
    color: #636363;
}
table.table-bordered.checkout_cart td a img {

}
legend {
    border-bottom: 0px solid #e5e5e5;
    text-transform: none;
}

table.table-bordered.checkout_cart .btn-primary {
    background-color: transparent;
    background-image: url(/image/catalog/refresh.png);
    background-repeat: no-repeat;
    border-color: transparent;
    background-position: center center;
    width: 34px;
    height: 34px;
    margin: 0 5px 0 0;
}
table.table-bordered.checkout_cart .btn-primary .fa-refresh {
    display: none;
}
table.table-bordered.checkout_cart .btn-primary:hover {
    background-image: url(/image/catalog/refresh-hover.png);
}
table.table-bordered.checkout_cart.wishlist .btn-primary {
    background-color: transparent;
    background-image: url(/image/catalog/basket.png);
    background-repeat: no-repeat;
    border-color: transparent;
    background-position: center center;
    width: 34px;
    height: 34px;
    margin: 0 5px 0 0;
}
table.table-bordered.checkout_cart.wishlist .btn-primary:hover {
    background-image: url(/image/catalog/basket-hover.png);
}
table.table-bordered.checkout_cart.wishlist .btn-primary .fa-shopping-cart:before {
    content: "";
}
table.table-bordered.checkout_cart.wishlist .text-right {
    width: 200px;
}
table.table-bordered.checkout_cart.wishlist .text-left.model {
    width: 200px;
}
table.table-bordered.checkout_cart.wishlist .text-left.prod_name {
    width: 600px;
}
table.table-bordered.checkout_cart .btn-danger {
    background-color: transparent;
    background-image: url(/image/catalog/x.png);
    background-repeat: no-repeat;
    border-color: transparent;
    background-position: center center;
    width: 34px;
    height: 34px;
    padding: 0;
}
table.table-bordered.checkout_cart .input-group {
    height: 34px;
}
table.table-bordered.checkout_cart .btn-danger:hover {
    background-image: url(/image/catalog/x-hover.png);
}
table.table-bordered.checkout_cart .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    height: 34px;
    margin: 0;
    padding: 0;
    display: block;
}
table.table-bordered.checkout_cart .form-control {
    width: auto;
    margin: 0 5px 0 0;
}
.container.prod h1 {
    margin: 47px 0 45px;
    font-size: 26px;
    font-family: ubuntu-regular;
    color: #4a4a4a;
}

#cart .text-left.prodname {
     min-width: 245px;
}
#cart .text-right.prodprice {
    min-width: 145px;
}

#logo img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 150px;
}
.header-qr {
  max-width: 100%;
  }
.logo {
  display: block;
  float: left;
  margin: 16px 20px 0 0;
}
.logo-title {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #235049;
    padding: 30px 20px 0 0;
    line-height: 24px; 
}
.logo-title .csc-default-under-text {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
  color: #133e37;
}
.lang.lang-mobile {
  display:none;
}
.lang {
    float: left;
    margin-right: 25px;
    margin-top: 36px; 
}
.lang a {
  display: inline-block;
    background-image: url(../img/ru-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  font-size: 0;
    width: 25px;
    height: 17px;
    vertical-align: middle;  
  margin-right:10px;  
}
.lang a:first-child {
  display: inline-block;
    background-image: url(../img/kz-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 25px;
    height: 17px;
    vertical-align: middle;    
}
.lang a:last-child {
  display: inline-block;
    background-image: url(../img/en-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 25px;
    height: 17px;
    vertical-align: middle;    
}
.font-size-big {
    float: left;
  margin-right: 25px;
  margin-top: 36px;
  position: absolute;
  left: 75px; 
}
.font-size-big > div {
  cursor: pointer;
}
.phone {
    float: left;
    margin-right: 25px;
    margin-top: 30px;
    border-left: 1px solid #d3d3d3;
    padding-left: 25px;
}
.phone a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    color: #235049;
}
.phone span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #235049;
}
.phone-mobile {
  display: none;
}
.zakazat {
    margin-top: 5px;
}
.zakazat .btn-primary {
    color: #000000;
    text-shadow: none;
    background-repeat: repeat-x;
    background-color: #f8d641;
    font-size: 14px;
    font-family: 'Roboto', robotomedium;
  font-weight: 500;
    box-shadow: none;
    background-image: none;
    border: none;
    padding: 15px 25px;
    text-decoration: underline;
    border-radius: 2px;
}
.zakazat .btn-primary:hover {
  text-decoration: none;
}
.addr {
    text-align: right;
    float: right;
    font-family: ubuntucondensed-regular;
    font-size: 16px;
    color: #4c4c4c;
    margin: 20px 0 15px 0;
    white-space: nowrap;
}
.first_addr {

}
.last_addr {
    margin-left: 20px;
    padding-left: 20px;
}
.first_num {
    font-size: 19px;
}
.last_num {
    color: #e96b18;
    font-size: 19px;
}
.last_mail {
    clear: both;
    display: block;
    text-align: right;
}

@media (min-width: 1200px) {
    .last_addr {
        border-left: 1px solid #e2e1e1 !important;
    }
    .container.logo_main .col-sm-2 {
        width: auto;
    }
    .container.logo_main .col-sm-3 {
        width: 30% !important;
    }
    .container.logo_main .col-sm-7 {
        width: 56.333333% !important;
    }
}
@media (min-width: 768px) {
    .container.logo_main .col-sm-7 {
        width: 100%;
    }
    .last_addr {
        border-left: 1px solid #e2e1e1;
    }
    .container.logo_main .col-sm-2 {
        width: auto;
    }
    .container.logo_main .col-sm-3 {
        width: 100%;
    }
}
.container.prod.top {
    padding-bottom: 40px;
}
.prod_bottom {
    width: 100%;
    background-color: #fbfafa !important;
    padding: 40px 0 0;
    margin-bottom: -30px;
  display: none;
}
.prod_bottom h3 {
    font-family: ubuntu-l;
    font-size: 36px;
    color: #4a4a4a;
    margin: 0 0 27px 0;
}
.container.prod #content {
    min-height: auto;
}

.product-thumb .price {
    display: block;
    font-size: 22px;
    font-family: ubuntu-regular;
    color: #ff6600;
    font-weight: normal;
}

@media (max-width: 767px) {
    .container.logo_main .col-sm-7 {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    #menu .nav > li > a {
             min-width: 450px;
             display: block;
             color: #ff6600;
             font-size: 17px;
             font-family: ubuntu-l;
             padding: 18px 24px;
             line-height: 18px;
             text-decoration: underline;
             border-bottom: 1px solid #c3c3c3;
             background-color: transparent;
    }
    #menu .nav > li:first-child > a {
        border-top: 1px solid #c3c3c3;
    }
    #menu div.dropdown-menu {
        margin-top: 0;
        margin-bottom: 0;
    }
    .addr {
       text-align: left;
       float: left;
    }
    .last_addr {
       margin-left: 0;
       padding-left: 0;
       margin-right: 20px;
       padding-right: 20px;
    }
    header {
       border-bottom-width: 0px !important;
    }
    .last_addr {
       margin: 20px 20px 0 0;
    }
}

.title_payment_step5 {
    display: none;
}
.payment_step5 {
    display: none;
}

.navbar-collapse {
    overflow-x: hidden;
}

.panel-body {
    padding: 40px 0 0 0 !important;
}

#collapse-checkout-confirm .table-responsive table td.text-left, #collapse-checkout-confirm .table-responsive table td.text-right {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0px solid #ddd;
    margin: 0;
    font-size: 16px;
    font-family: ubuntu-regular;
    color: #636363;
}

/* catalog list */
.bg_on {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
}
.product-thumb:hover .bg_on {
    /*background: #ff6600;
    opacity: .7;*/
}
.product_thumb_wrap {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cbcbcb;
}
.product-thumb:hover .product_thumb_wrap {
    /*box-shadow: 0px 0px 10px 0px rgba(89,89,89,0.51);*/
}
.product-grid .product-thumb .image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.caption_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.add_wish_list {
    position: absolute;
    border: none;
    background: none;
    z-index: 100;
    left: 15px;
    top: 20px;
    outline: none;
}
.add_wish_list .fa-heart {
    background-image: url(/image/catalog/heart.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
  display: none;
}
.add_wish_list:hover .fa-heart {
    background-image: url(/image/catalog/heart_over.png);
}


.add_wish_list.prod {
    background-image: url(/image/catalog/heart2.png);
    background-repeat: no-repeat;
    background-position: 19px center;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 15px 34px 14px 66px;
    margin: 5px 0 0 0;
    position: relative;
    top: 0;
    border-color: #20b854;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    color: #20b854;
    font-family: ubuntu-l;
}

.add_wish_list.prod:hover .fa-heart {
    background-image: url(/image/catalog/heart_over.png);
}

.counter i {
    display: inline-table;
    vertical-align: middle;
    font-style: normal;
}
i.arrow.up span {
    display: block;
    height: 47px;
    width: 47px;
    background-color: #b7b7b7;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
}
i.arrow.down span {
    display: block;
    height: 47px;
    width: 47px;
    background-color: #b7b7b7;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
}
i.arrow.up span:before {
    content: "+";
    color: #ffffff;
    font-size: 17px;
    font-family: ubuntu-bold;
}
i.arrow.down span:before {
    content: "-";
    color: #ffffff;
    font-size: 17px;
    font-family: ubuntu-bold;
}
.digit .form-control {
    border-left: none;
    border-right: none;
    text-align: center;
    width: 90px;
    height: 47px;
    color: #636363;
}
div.artikul {
    position: absolute;
    right: 11px;
    top: 15px;
    font-family: ubuntu-l;
    font-size: 34px;
    color: #eeeeee;
}
.thumbnails > li {
    margin-left: 20px !important;
    position: relative;
}
.product-thumb .product_thumb_wrap .image a:hover {
    opacity: 1;
}
.mfp-figure:after {
    background: #ffffff !important;
}

@media (min-width: 992px) {
.outer_wrap_category .col-md-2 {
    width: 32.666667%;
}
}
@media (min-width: 1200px) {
.outer_wrap_category .col-lg-2 {
    width: 16.66666667%;
}
}

header {
    box-shadow: none !important;
    margin-bottom: 0 !important;
    border-bottom-color: #dcdada;
    border-bottom-style: solid;
    border-bottom-width: 0px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navigation_line {
    box-shadow: 1px 3px 6px -1px #d3d3d3;
    position: relative;
    display: none;
}
.navigation_line .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}



.outer_wrap_spec {
  
}
.outer_wrap_spec .container_outer {
    margin: 70px auto 0;
    background-color: #e1f6ee;
    max-width: 1430px;
    padding-bottom: 90px;
}
.outer_wrap_spec h3 {
    font-family: exo2semibold;
    font-size: 36px;
    color: #000000;
    margin: 90px 0 40px 0;
    line-height: 23px;
    display: block;
}
.outer_wrap_spec .description {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    right: 15px;
    max-width: 350px;
    padding-bottom: 15px;
    background-color: #402f9c;
    border-radius: 0 0 3px 3px;  
}
.outer_wrap_spec .description h4 {
    font-size: 30px;
    font-family: exo2bold;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.outer_wrap_spec .slick-dots {
    display: block;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    top: auto;
    position: relative;
    right: auto;
    text-align: center;
    bottom: 0 !important;
    width: 100%;
    height: 17px;
}
.outer_wrap_spec .slick-dots button {
    background-color: #402f9c;
    border: 3px solid #402f9c;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 11px;
    outline: medium none;
    padding: 0;
    width: 11px;
    line-height: 17px;
}
.outer_wrap_spec .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: 0 10px !important;
    padding: 0;
    position: relative;
}
.outer_wrap_spec .slick-dots li.slick-active {
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0 12px;
    padding: 0;
    position: relative;
}
.outer_wrap_spec .slick-dots li.slick-active button {
    background-color: #ff1c25;
    border: 3px solid #ff1c25;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 11px;
    line-height: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 11px;
    line-height: 17px;
}
.outer_wrap_spec .product-thumb {
  border-radius: 3px;
}





.outer_wrap_about .news-latest h3 {
  font-family: exo2semibold;
    font-size: 36px;
    color: #000000;
    margin: 0 0 40px 0;
    line-height: 23px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #ff1c25;
    display: block;
    padding-left: 30px;
    float: left;
}
.outer_wrap_about .news-latest .all_news_link {
    font-family: exo2regular;
    font-size: 14px;
    color: #000000;
    margin: 7px 0 0 0;
    padding: 0;
    text-decoration: underline;
    position: relative;
    display: block;
    left: 26px;
}
.outer_wrap_about .news-latest .all_news_link:hover {
    text-decoration: none;
}
.outer_wrap_about .news-latest .product-thumb h4 {
    font-weight: normal;
    text-align: left;
    font-family: exo2regular;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.outer_wrap_about .news-latest  .product-layout {
  padding: 0;
}
.outer_wrap_about .news-latest .product-thumb {
    border: 0px solid #ddd;
    overflow: hidden;
}
.outer_wrap_about .news-latest .image {
    margin: 0;
}
.outer_wrap_about .news-latest .image img {
    width: 100%;
    height: 69px;
    padding: 0;
    margin: 0;
    max-width: fit-content;
}
.outer_wrap_about .news-latest  .product-thumb h4 a {
    font-size: 14px;
    font-family: exo2regular;
    color: #000000;
    text-decoration: underline;
    line-height: 18px;
}
.outer_wrap_about .news-latest  .product-thumb h4 a:hover {
    font-size: 14px;
    font-family: exo2regular;
    color: #000000;
    text-decoration: none;
    line-height: 18px;
}



/* Service Center Top Line begin */
.service_center_topline {
    background-image: url(/image/service-center-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 220px;
    max-height: 220px;    
}
.service_center_topline .topline_icon_title {
    background-image: url(/image/serv-icon1.png);
    background-repeat: no-repeat;
    background-position: 0 53px;
    max-height: 220px;
    height: 220px;
    vertical-align: middle;    
}
.service_center_topline.technical .topline_icon_title {
    background-image: url(/image/serv-icon2.png);
}
.service_center_topline.carwash .topline_icon_title {
    background-image: url(/image/serv-icon3.png);
}
.service_center_topline .topline_icon_title > div {
    float: none;
    display: inline-block;
    top: 45%;
    position: relative;
    margin-left: 107px;
    border-bottom: 1px solid #fff;
}
.service_center_topline .topline_icon_title > div:hover {
    float: none;
    display: inline-block;
    top: 45%;
    position: relative;
    margin-left: 107px;
    border-bottom: none;
}
.service_center_topline .topline_icon_title > div a {
    font-size: 28px;
    font-family: exo2semibold;
    color: #ffffff;
    line-height: 28px;
    text-decoration: none;
    outline: none;
}
.information-servicecenter .ser-btn, .information-technicalservice .ser-btn, .information-carwash .ser-btn, .info.container .ser-btn {
    float: none;
    background-color: #10c87c;
    border: none;
    font-size: 18px !important;
    color: #fff;
    font-family: exo2semibold;
    text-transform: uppercase;
    text-decoration: underline;
    border-radius: 3px;
    padding: 12px 23px;
    margin-top: 40px;
    margin-bottom: 70px;
    outline: none;
    display: inline-block;
}
.information-servicecenter .ser-btn:hover, .info.container .ser-btn:hover {
    text-decoration: none;
    background-color: #ff1925;
}
.align-center {
    text-align: center;
}
.right_menu {
    padding: 32px 23px;
    background-color: #f4f4f4;
    margin-top: -50px;
}
.right_menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.right_menu ul li {
    padding-bottom: 20px !important;
    line-height: normal !important;
}
.right_menu ul li a {
    font-size: 16px !important;
    color: #000000;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    text-decoration: underline;
    line-height: 18px;
}
.right_menu ul li a:hover {
    font-size: 16px !important;
    color: #503bbb;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.right_menu ul li a.active {
    font-size: 16px !important;
    color: #503bbb;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.right_menu ul li ul {
    list-style: disc !important;
    padding: 0 !important;
    margin: 9px 0 0 20px !important;
}
.right_menu ul li ul li {
    padding-bottom: 5px !important;
    padding-left: 0 !important;
}
.right_menu ul li ul li a {
    font-size: 14px !important;
    font-weight: 400;
}
.right_menu ul li ul li a:hover {
    font-size: 14px !important;
    font-weight: 400;
}
.right_menu ul li ul li a.active {
    font-size: 14px !important;
    font-weight: 400;
    color: #503bbb;
}
/* Service Center Top Line end */

/* News List page begin */
.control-news {
    display: none;
}
.information-news .product-thumb h4 {
    font-weight: normal;
    font-family: exo2regular;
    font-size: 16px;
    margin: 0;
    text-align: left;
    padding: 20px 0 22px 0;
}
.information-news .product-thumb h4 a {
    font-size: 16px;
    font-family: exo2regular;
    color: #000000;
    text-decoration: underline;
    line-height: 21px;
}
.information-news .product-thumb h4 a:hover {
    text-decoration: none;
}
.news-date {
    font-size: 14px;
    font-family: exo2regular;
    color: #999999;
    line-height: 18px;
    margin-bottom: 39px;
    margin-top: -20px;
}
.link-news-list {
    font-size: 14px;
    font-family: exo2regular;
    color: #503bbb;
    text-decoration: underline;
    line-height: 18px;
    margin-bottom: 50px;
    display: block;
}
.link-news-list:hover,.link-news-list:focus  {
    font-size: 14px;
    font-family: exo2regular;
    color: #000000;
}
.information-news-info h1 {
    width: 80%;
}
.cat_main {
    margin-top: -54px;
    padding-bottom: 54px;
}
/* News List page end */


.information-servicecenterpages .info.container img {
    max-width: 600px;
}


.servicescenterpage .description {
    min-height: 60px;
}
.servicescenterpage .description a {
    text-decoration: underline;
    color: #000;
}
.servicescenterpage .description a:hover {
     text-decoration: none;
}
.servicescenterpage .description a h4 {
     font-size: 16px;
     padding: 10px 0 0 0;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    background-color: #ffffff;
    margin: 2px 0;
    padding: 4px;
    width: 19em;
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
    color: #000;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.day.active {
    color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
    color: #000;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    cursor: pointer;
    border-radius: 4px;
}
.top-form .form form .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .btn {
    float: right;
    background-color: #337ab7;
    border: none;
    font-size: 14px !important;
    color: #fff;
    font-family: exo2semibold;
    text-transform: uppercase;
    text-decoration: underline;
    border-radius: 3px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    outline: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span:hover {
    background: #eeeeee;
}
.bootstrap-datetimepicker-widget.dropdown-menu .glyphicon {
    top: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu .glyphicon:hover {
    top: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span:hover {
    background: #337ab7b0;
    padding: 0;
    margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    color: #000;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 0;
    cursor: pointer;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span:hover {
    background: #337ab7b0;
    padding: 0;
    margin: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span.glyphicon-calendar, .bootstrap-datetimepicker-widget.dropdown-menu table td span.glyphicon-time {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span.glyphicon-calendar:hover, .bootstrap-datetimepicker-widget.dropdown-menu table td span.glyphicon-time:hover {
    color: #fff;
}


/* Second Page style begin */
.left-sidebar {
  float: left;
}
.outer_wrap_about.second {
    padding: 50px 0 120px;
    clear: both;
    background-color: #fafafa;
}
.outer_wrap_about.second .text {
    margin-left: 0;
}
.outer_wrap_about.second h1 {
    font-family: 'Roboto', robotobold;
    font-weight: 500;
    font-size: 27px;
    color: #000000;
    margin: 0 0 37px 0;
    line-height: 37px;
    display: block;
    width: 100%;
}
.outer_wrap_about.second h3 {
    font-family: 'Roboto', robotomedium;
    font-weight: 500;
    font-size: 24px;
    color: #068a5d;
    margin: 0 0 25px 0;
    line-height: 30px;
    display: block;
    width: 100%;
}
.outer_wrap_about.second p {
    font-family: 'Roboto', robotomedium;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 22px;
}
.outer_wrap_about.second h2 {
    font-family: 'Roboto', robotomedium;
    font-weight: 700;
    font-size: 24px;
    color: #068a5d;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 30px;
}
.outer_wrap_about.second .text ul {
    padding: 0;
    margin: 0px 0 20px 20px;
    list-style: none;
}
.outer_wrap_about.second .text ol {
    padding: 0;
    margin: 0px 0 20px 20px;
    list-style: none;
}
.outer_wrap_about.second .text ul li::before {
    content: "•";
    color: #159c6e;
    display: inline-block;
    width: 18px;
    font-size: 28px;
    margin-left: -21px;
    position: absolute;
    margin-top: -9px;
}
.outer_wrap_about.second .text ol ul {
    margin-left: 20px;
}
.outer_wrap_about.second .text ol ul li::before {
    margin-left: 0;
}
.outer_wrap_about.second .text ol li::before {
    color: #068a5d;
    position: absolute;
    left: -21px;
}
.outer_wrap_about.second .text ul li {
    font-family: 'Roboto', robotomedium;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    padding-bottom: 5px;
}
.outer_wrap_about.second .text ol li {
    font-family: 'Roboto', robotomedium;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    padding-bottom: 5px;
    margin: 0;
}
.outer_wrap_about.second ul li a {
    cursor: pointer;
}

.outer_wrap_about.second .contacts .text p {
    font-family: 'Roboto', robotomedium;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0 0 8px 0;
    line-height: 22px;
}
.outer_wrap_about.second .contacts .text h3 {
    font-family: 'Roboto', robotomedium;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 25px 0 10px 0;
    line-height: 30px;
    display: block;
    width: 100%;
}
.content.cont {
    margin: 30px 0 0 0;
}





.lang {
  display: none;
}
.lang.lang-mobile {
  display: block;
}

.lang.lang-mobile  {
    float: left;
  margin-left: 50px;
  margin-top: 50px;
  margin-right: 15px;
  display: block !important;
  color: #000;
}
.lang.lang-mobile  a {
    display: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 5px 10px;
    color: #000;
    font-family: robotoregular;
  display: flex !important;
}
.lang.lang-mobile a.active {
    display: block;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
  
    color: #000;
    font-family: robotoregular;
}
.lang.lang-mobile a:first-child {
    background-image: none;
    display: block;
    color: #000;
    margin-bottom: 12px;
}
.lang.lang-mobile a.active:first-child {
    display: block;
    color: #000;
    cursor: pointer;
}
.lang.lang-mobile a:last-child {
    background-image: none;
    display: block;
    color: #000;
}
.lang.lang-mobile a.active:last-child {
    display: block;
    color: #000;
    cursor: pointer;
}
.lang .languages-in a.active:after {
    font-family: glyphicons;
    content: "\e252";
    color: #000;
    display: inline-block;
    width: 7px;
    height: 4px;
    margin-left: 8px;
    vertical-align: top;
    font-size: 9px;
    margin-top: 5px;
}
.open>.dropdown-menu {
    display: block;
    background-color: #fff;
    min-height: 62px;
        margin-top: -74px;
    left: 116px;
    min-width: auto;
    padding-top: 12px;
    border-radius: 8px;
    border: 1px solid black;
    position: absolute;
    z-index: 100;
    width: 135px;
    overflow: hidden;
    height: auto;
}

.modal-content {
    box-shadow: none;
    border: none;
}

/* Powermail form */
.tx-powermail h3 {
    display: none;
}
.powermail_field.powermail_input {
    position: relative;
    padding: 10px 20px;
    z-index: 2;
    float: left;
    width: 60%;
    margin-bottom: 15px;
    height: 46px;
    font-size: 16px !important;
    color: #424242;
    font-family: 'Roboto', robotomedium;
    text-transform: none;
    border-radius: 0;
    border: 1px solid #009e6c;
    background: transparent;
}
.powermail_field.powermail_textarea {
    position: relative;
    padding: 10px 20px;
    z-index: 2;
    float: left;
    width: 60%;
    margin-bottom: 15px;
    height: 161px;
    font-size: 16px !important;
    color: #424242;
    font-family: 'Roboto', robotomedium;
    text-transform: none;
    border: 1px solid #009e6c;
    border-radius: 0px;
    background: transparent;
}
.powermail_label {
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px !important;
    font-family: 'Roboto', robotomedium !important;
    background-color: #fff;
    border: none;
    padding: 0;
    font-weight: 500;
}

.powermail_field.powermail_submit {
    float: right;
    background-color: #ff1925;
    border: none;
    font-size: 16px !important;
    color: #fff;
    font-family: 'Roboto', robotomedium !important;
    text-transform: none;
    text-decoration: underline;
    border-radius: 3px;
    padding: 11px 25px;
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: 20px;
    outline: none;
}


.outer_wrap_banner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.outer_wrap_banner .slick-prev {
    position: absolute;
    top: 10px;
    right: initial;
/*    background-image: url(img/featured-slick-prev.png);
    background-position: center center;
    background-repeat: no-repeat; */
    background-color: rgba(255,255,255,.5);
    border: none;
    font-size: 0;
    width: 55px;
    height: 55px;
    outline: none;
    z-index: 10;
    border-radius: 3px;
    left: -80px;
}
.outer_wrap_banner .slick-next {
    position: absolute;
    top: 10px;
    right: -80px;
    /*background-image: url(img/featured-slick-next.png);
    background-position: center center;
    background-repeat: no-repeat;*/
    background-color: rgba(255,255,255,.5);
    border: none;
    font-size: 0;
    width: 55px;
    height: 55px;
    outline: none;
    z-index: 10;
    border-radius: 3px;
    left: initial;
}

.outer_wrap_banner .slick-prev:before {
    font-family: "fontawesome";
    content: "\f053";
    font-size: 20px;
    color: #2c4844;
}
.outer_wrap_banner .slick-next:before {
    font-family: "fontawesome";
    content: "\f054";
    font-size: 20px;
    color: #2c4844;
}
.outer_wrap_banner .slick-prev:hover, .outer_wrap_banner .slick-next:hover  {
    border-color: #2c4844;
    border-style: solid;
    border-width: 1px;
}
.outer_wrap_gossymbol {
    background-color: #f5f6f1;
    padding: 56px 0;
}
.outer_wrap_gossymbol .row > div {
    text-align: center;
}
.outer_wrap_gossymbol .row > div .img-gos-text {
    font-family: robotoregular;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 0;
    margin: 0 0 0 20px;
    text-decoration: underline;
}
.outer_wrap_gossymbol .row > div .img-gos-text:hover {
    text-decoration: none;
}

.top_slider .slick-prev:before {
    font-family: "fontawesome";
    content: "\f053";
    font-size: 20px;
    color: #fff;
}
.top_slider .slick-next:before {
    font-family: "fontawesome";
    content: "\f054";
    font-size: 20px;
    color: #fff;
}

.project_slide_container .title {
    font-family: robotoregular;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    padding: 0;
    margin: 0 0 22px;
}
.project_slide_container .title a {
    color: #000;
}
.project_slide_container .description a {
    color: #000;
    text-decoration: none;
}
.project_slide_container .description a:hover {
    text-decoration: underline;
    color: #000;
}
.project_slide_content {
    margin-bottom: 30px;
}
.news-list-date {
    font-family: 'Roboto', robotomedium;
    font-weight: 500;
    font-size: 12px;
    color: #929292;
    margin-bottom: 22px;
    margin-top: 20px;
    padding: 0 23px 0 0;
    line-height: 0;
}
.outer_wrap_about.second .outer_wrap_banners.wrap2 {
    padding: 0px 0 0;
}
.outer_wrap_about.second .outer_wrap_banners .container {
    padding: 0;
}
.outer_wrap_about.second .outer_wrap_banners h3 {
    display: none;
}
.outer_wrap_about.second .outer_wrap_banners .col-md-6 {
   /* width: 36%; */
}

/* font big */
.outer_wrap_about.second.font-big h1 {
    font-size: 46px;
    line-height: 48px;
}
.outer_wrap_about.second.font-big p {
    font-size: 26px;
    line-height: 30px;
}
.outer_wrap_about.second.font-big .item_breadcrumb, .outer_wrap_about.second.font-big .item_breadcrumb a {
    font-size: 24px;
}
.outer_wrap_about.second.font-big .side-menu ul li a {
    font-size: 26px;
    line-height: 30px;
}
.font-plus-default.off {
     display: none;
}
.font-plus-active.on {
     display: block !important;
}
.navbar.navbar-default.font-big .navbar-nav li a {
    font-size: 22px;
}
.outer_wrap_uslugi.font-big .item .description a {
    font-size: 28px;
}
.outer_wrap_about.font-big .text p {
    font-size: 26px;
    line-height: 30px;
}
.outer_wrap_banners.font-big .all_news_link {
    font-size: 26px;
}
.outer_wrap_banners.font-big .banners2 .description a {
    font-size: 34px;
}
.outer_wrap_banners.font-big .title a {
    font-size: 34px;
}
.outer_wrap_banners.font-big .description a {
    font-size: 26px;
    line-height: 30px;
}
.outer_wrap_gossymbol.font-big .row > div .img-gos-text {
    font-size: 26px;
}
.outer_wrap_socialki.font-big .contacts h3 {
    font-size: 35px;
}
.outer_wrap_socialki.font-big .contacts p {
    font-size: 21px;
    line-height: 23px;
}
.project_slide_container.row .description-wrap {
    background-color: #fff;
    padding-top: 22px;
    min-height: 267px;
    border-radius: 0 0 5px 5px;
    padding: 18px 23px;
}
.project_slide_container.row .project_slide_content:hover .description-wrap {
    box-shadow: 0px 2px 14px -1px #00000021;
}
.project_slide_container.row {
    display: flex;
    flex-flow: row wrap;
}
.project_slide_content .news_img {
    overflow: hidden;
    height: 180px;
    background-image: url(../img/placeholder.jpg);
    background-position: center;
    border-radius: 5px 5px 0 0;
}
.project_slide_content .news_img img {
    height: auto;
}
.news-single-item .news-single-img {
    overflow: hidden;
    margin-top: 20px;
  display: flex;
    flex-wrap: wrap;
}
.news-single-item .news-single-img .item {
    overflow: hidden;
    height: auto;
    margin: 0 0 30px 0;
}
.news-single-item .news-single-img .item img {
    width: 100%;
    height: auto;
    margin-top: 0;
}
.news-single-item .news-single-img .item .news_img a:before {
    content: "\f00e";
    position: absolute;
    right: 30px;
    top: 5px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    background-color: #159c6e;
    border-radius: 50%;
    padding: 1px 6px;
    font-weight: normal;
}
.news_img a:before {
    content: "\f00e";
    position: absolute;
    right: 30px;
    top: 5px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    background-color: #159c6e;
    border-radius: 50%;
    padding: 3px 6px;
    font-weight: normal;
}

.project_slide_content .description p {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 19px;
}
.showResultsWrap {
    display: none;
}
blockquote {
    padding: 17px 18px;
    font-size: 16px;
    border-left: none;
    background-color: #d3ead5;
    color: #6e6e6e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: block;
    font-style: italic;
    margin-bottom: 34px !important;
}
.outer_wrap_about.second blockquote p {
    padding: 0;
    font-size: 16px;
    color:#6e6e6e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}
.outer_wrap_about.second h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0 23px;
    line-height: 22px;
}
.outer_wrap_about.second .contenttable {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.outer_wrap_about.second .contenttable p {

}
.outer_wrap_about.second .contenttable th {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #818181;
    padding: 15px 14px;
    color: #fff;
    border-color: #818181;
    border-style: solid;
    border-width: 1px;
}
.outer_wrap_about.second .contenttable td {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 14px;
    color: #000;
    border-color: #818181;
    border-style: solid;
    border-width: 1px;
}
.pagination .activeLinkWrap {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px 3px;
    margin: 0 7px;
    color: #fff;
    background-color: #009e6c;
}
.pagination a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px 3px;
    margin: 0 7px;
    background-color: #e4e4e4;    
}
.outer_wrap_about.second .accordion h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 22px;
    background-color: #149c6e;
    padding: 6px;
}
.outer_wrap_about.second .accordion h5 button {
    color: #fff;
    font-size: 22px;
    font-family: 'Roboto Light';
    outline: none;
}
.outer_wrap_about.second .accordion .card-body {
    background-color: #e0e4e3;
    padding: 25px;
}
.outer_wrap_about.second .accordion .card {
    margin-bottom: 25px;
}
/* Blog main */
#c100, #c102, #c104 {
    margin-bottom: 30px;
}
#c100 .csc-textpic-imagewrap, #c102 .csc-textpic-imagewrap, #c104 .csc-textpic-imagewrap {
    margin-right: 30px;
}
#c100 .csc-textpic-text h3, #c102 .csc-textpic-text h3, #c104 .csc-textpic-text h3 {
    margin: 0 0 15px 0;
    color: #424242;
    font-size: 18px;
}
#c100 .csc-textpic-text p, #c102 .csc-textpic-text p, #c104 .csc-textpic-text p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    color: #424242;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 22px;
}
.outer_wrap_about.second #c101 .tx-powermail h3, .outer_wrap_about.second #c103 .tx-powermail h3,.outer_wrap_about.second #c105 .tx-powermail h3 {
   display: none;
}
#c101 .tx-powermail legend, #c103 .tx-powermail legend, #c105 .tx-powermail legend {
   display: none;
}
#c101 .tx-powermail .powermail_label, #c103 .tx-powermail .powermail_label, #c105 .tx-powermail .powermail_label {
   display: none;
}
#c101 .g-recaptcha, #c103 .g-recaptcha, #c105 .g-recaptcha {
   clear: both;
   float: left;
}
#c101 .powermail_field.powermail_submit, #c103 .powermail_field.powermail_submit, #c105 .powermail_field.powermail_submit {
    float: left;
    background-color: #009e6c;
    padding: 15px 25px;
}
#c101 .powermail_field.powermail_submit:hover, #c103 .powermail_field.powermail_submit:hover, #c105 .powermail_field.powermail_submit:hover {
    float: left;
    background-color: #009e6c;
    text-decoration: none;
}


/* main form template */
.form.white .tx-powermail .powermail_field.powermail_textarea {
    float: none;
    width: 100%;
}
.form.white .tx-powermail .powermail_field.powermail_input {
    width: 100%;
}
.form.white .tx-powermail .powermail_field.powermail_submit {
    float: left;
    margin-left: 0;
}
.form.white .tx-powermail .powermail_field.powermail_submit:hover {
    text-decoration: none;
}

/* obj page style */
.obj .project_slide_content .news_img img {
    height: auto;
    width: 100%;
}
.obj .project_slide_content .news_img {
    overflow: hidden;
    height: 245px;
    background-position: center;
    border-radius: 5px;
}
.link_readmore {
    color: #159c6e;
    font-size: 16px;
    font-family: robotoregular;
    text-decoration: underline;
}
.link_readmore:hover {
    color: #159c6e;
    font-size: 16px;
    font-family: robotoregular;
    text-decoration: none;
}

.news-single-item iframe {
    clear: both;
    overflow: hidden;
    display: block;
    margin: 30px 0;
}
.news-single-item {
    font-family: robotoregular;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 21px;
}
.vypuskniku h1 {
    display: none !important;
}
.outer_wrap_about h3 {
    line-height: 36px;
}


ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}.fa-facebook:before
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 0;
    display: flex;
    height: 20px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    margin: 0 0 0 20px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.social-icons i {
    padding:0px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.social-icons i:before  {
    font-size: 22px;
    color: #e2e2e2;
}
.social-icons i:hover:before  {
    color: #fff;
}

.fa-youtube {
    padding:0px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-youtube:before {
    content: "\f16a" !important;
    font-size: 22px;
    color: #e2e2e2;
}
.fa-youtube:hover:before {
    color: #fff;
}
.social-top {
    position: absolute;
    display: flex;
    right: auto;
}
.social-top li {
    margin-right: 20px;
    margin-top: 12px;
}
.social-top li a {
    outline: none;
}
.social-top li a img {
    width: 35px;
}
.priem-c p {
  margin-bottom: 5px;
  }
.priem-c a {
  color: #000;
  font-size: 20px;
  }
.priem-c a img {
width: 26px;
    margin-right: 15px;
  }
.outer_wrap_about .news-latest img { max-width: 100%; }
.yandex-metrika{
    display: flex;
    align-items: center;
}
.open-metrika{
    margin-left: 20px;
}
.description {
  margin-top: 10px;
  }
.reglament-block {
      padding: 30px 0;
  }
.reglament-block-item {
      background: #6f996e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border-radius: 20px;
    margin-top: 30px;
  }
.reglament-block-item:hover {
  background: #3f8d3d;
  }
.reglament-block-item img {
  max-width: 90px;
  height: auto;
  }

/* QR */
[lang="en"] .col-md-2 {
  margin-bottom: -160px;
  }

[lang="ru"] .only-kz {
  display: none !important;
  }
[lang="kz"] .only-ru {
  display: none !important;
  }

/* QR END */

.text-color-blue {
  color: #007cba;
  }
  
  
.mainlinks-block h2 {
    margin-bottom: 40px;
}
.mainlinks-block .row {
    align-items: stretch;
    display: flex;
}
.mainlinks-block .col-12 {
    height: auto;
}
.mainlinks-block a {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #35a554;
    font-weight: 400;
    font-size: 18px;
    padding: 24px 20px;
    border: 1px solid;
    border-radius: 20px;
}