body {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:14px;
	line-height: 1.5;
	width: 100%;
  color: #151515;
  background: #f4f4f4;
  
}

body{
      padding-top: 168px;
}
a{
  transition: 0.3s;
}
a:focus, 
a:active,
a:visited,
a:focus-visible{
  outline: none;
  outline-offset: 0;
}
.img-responsive {
    margin: auto;
}
.h1, h1, h2, h2, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #133662;
}
.h1, h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.title-h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.title-h2 {
  font-size: 30px;
  text-transform: lowercase;
}
#content {
  margin-bottom: 30px;
}
.fa {
	font-size: 14px;
}
label {
      font-weight: 400;
}
.form-group {
  position: relative;
}
.form-control {
    font-size: 16px;
    border-radius: 0;
    padding: 19px;
    line-height: 16px;
        border: 1px solid #c3c3c3;
    background: transparent;
    color: inherit;
    height: auto;
    margin-bottom: 10px;
    box-shadow: none;
}
.phone-code {
position: absolute;
    left: 18px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
}
#fast_order_form .phone-code {
    top: 23px;
  transform: none;
}
.phone-code + .form-control{
  padding-left: 40px;
}
.btn {
  font-size: 18px;
  padding: 15px;
  border-radius: 0;
  border: 0;
  transition: 0.3s;
  
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
  outline: none;
  outline-offset: 0;
  border-color: inherit;
}
.btn-primary {
  background: #133662;
  border: 1px solid #133662;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #fff;
  color: #133662;
  
}
.btn-default {
  background: #fff;
  border: 1px solid #133662;
  color: #133662;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #133662;
  color: #fff;
}
.btn-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background:#fff;
  color: #133662;
}
.btn-orange {
    font-size: 18px;
    background: #f9a522;
    border: 1px solid #f9a522;
    color: #fff;
}
.btn-orange:hover{
  color: #f9a522;
  background: #fff;
  border-color: #f9a522;
}
.btn-lg {
  font-size: 24px;
    padding: 15px 87px;
}
.dropdown-menu {
      border-radius: 0;
    padding: 15px;
    min-width: 200px;
}
/********** Header ***********/
#header {
  position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
    top: 0;
}
/*.common-home #header.without-slideshow {
  background: #fff;
}
.common-home #header {
  background: transparent;
}
.common-home .topinfo-item,
.common-home .geoip-text {
  color: #fff;
}
.common-home .topinfo-item svg,
.common-home .header-buttons svg {
  fill: #fff;
}
.common-home .without-slideshow .topinfo-item,
.common-home .without-slideshow .geoip-text {
  color: #151515;
}
.common-home .without-slideshow .topinfo-item svg,
.common-home .without-slideshow .header-buttons svg {
  fill: #151515;
}*/
.header-inner{
  height: 100px;
}
.barb-logo {
  float: left;
    height: 100%;
  display: flex;
  align-items: center;
}
.logo{
  float: left;
}
.geoip-title-zone {
  display: none;
} 

.geoip {
  float: left;
}
.geoip i {
    font-size: 22px;
}

.geoip span {
    font-size: 15px;
}

.geoip .zone {
    font-size: 13px;
    border: 0 !important;
    color: #54C1FF;
}
.topcontactinfo {
  float: right;
      height: 100%;
    display: flex;
    align-items: center;
  width: 66%;
}
.topinfo-item {
  display: flex;
    align-items: center;
  font-size: 18px;
margin-right: 20px;
}
.topinfo-item.address{
      max-width: 60%;
}
.topinfo-item .icon{
  margin-right: 5px;
}
.topinfo-item svg{
  fill: #151515;
  position: relative;
  vertical-align: sub;
}
.topinfo-item:nth-child(2) svg{
  top: 1px;
}
.topinfo-item:nth-child(3) svg{
  top: 3px;
}
.header-buttons {
  float: right;
      display: flex;
        align-items: center;
  height: 100%;
}
.header-buttons svg {
  fill: #151515;
}
.header-buttons .btn,
.header-buttons .btn-group{
  display: inline-block;
  background: none;
  position: relative;
}
.header-buttons .btn {
  padding: 15px 10px;
  display: flex;
  align-items: center;
}
.header-buttons .btn:hover {
  border: none;
}
.header-buttons .btn:hover svg{
  fill: #54C1FF;
}
.cart-total {
border-radius: 50%;
    width: 21px;
    height: 21px;
    background: #54C1FF;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    right: 2px;
    top: 27px;
}


.header-menu  {
  background: #133662;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.header-menu .container{
  position: relative;
}
.header-menu .menu{
  margin-bottom: 0;
  margin-left: 11%;
    float: left;
    width: 71%;
}
.header-menu .menu > ul{
  display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}
.header-menu .jul-li {
position: relative;
    float: left;
}
.header-menu .jul-li > a{
    display: block;
    line-height: 72px;
    position: relative;
    float: left;
}
.header-menu a{
  color: #fff;
      font-size: 18px;
}

.header-menu li:hover > a{
  text-decoration: none;
  color: #d1d1d1;
}
.header-menu li:hover > .arrow-over-mobile{
  border-color: #d1d1d1;
}
.header-menu .sub_category_column,
.header-menu .submenu-info > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.header-menu .submenu{
    visibility: hidden;
    position: absolute;
    left: -45px;
    top: 110%;
    opacity: 0;
    background: #133662;
    min-width: 300px;
    padding: 15px 30px 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    z-index: 10;
}

.header-menu .jul-li:hover .submenu,
.header-menu .barb-menu.open{
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.header-menu #barb-menu-category {
  left: 12px;
    
    min-width: 424px;
    padding: 40px 50px;
    
}
.header-menu #barb-menu-category a {
  font-size: 18px;
  text-transform: lowercase;
}
.header-menu .barb-image-category {
  display: none;
}
.header-menu .submenu a {
    padding: 12px 15px;
    display: block;
}
.header-menu .menu-toggle {
  padding: 34px 0;
  cursor: pointer;
  float: left;
}
.header-menu .menu-toggle-content {
  display: inline-block;
  position: relative;
  float: left;
}
.menu-icon {
    background: #fff;
    display: block;
    width: 34px;
    height: 2px;
    border-radius: 0;
}
.menu-icon::before, 
.menu-icon::after {
    background: #fff;
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.menu-icon::before {
    top: -10px;
}
.menu-icon::after {
    top: 10px;
    opacity: 1;
}
.active .menu-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.active .menu-icon::before {
    -webkit-transform: rotate(-90deg) translate(-10px,0);
    transform: rotate(-90deg) translate(-10px,0);
}
.active .menu-icon::after {
    -webkit-transform: rotate(90deg) translate(-10px,0);
    transform: rotate(90deg) translate(-10px,0);
    opacity: 0;
}
.caret {
  color: #fff;
  border: 0;
  border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}
.left-menu .arrow-over, 
.header-menu .arrow-over, 
.header-menu .arrow-over-mobile,
.footer-menu .arrow-over-mobile{
right: -13px;
    cursor: pointer;
    z-index: 99;
    
    top: 43%;
    margin-top: 31px;
    float: right;
    margin-left: 5px;
}
.header-menu .barb-callback {
  display: inline-block;
    float: right;
    padding-top: 12px;
    text-align: right;
}
.header-menu .barb-callback .feedcall{
  border: 1px solid #fff;
    padding: 10px 19px;
        display: inline-block;
}
.header-menu .barb-callback .feedcall:focus,
.header-menu .barb-callback .feedcall:hover{
  background: #fff;
  color: #133662;
  text-decoration: none;
}
/************ BreadCrumb ******************/
.breadcrumb {
      padding: 15px 0;
}
.breadcrumb a{
  color: #818181;
}
/************ Information Block ***********/
.information-block {
  padding: 130px 0 110px;
background: #f4f4f4;
}
.information-block .title-h1 {
  margin-bottom: 60px;
}
.information-block-list {
  background: #fff;
  box-shadow: 0px 4px 50px rgba(21, 21, 21, 0.1);
  padding: 80px 15px 50px;

}
.information-block-list-inner {

    margin-bottom: 50px;

}

.information-block-item-wrapper {
  padding: 0 7%;
}
.information-block-item {
  font-size: 18px;
  color: inherit;
  text-transform: lowercase;
  margin-bottom: 15px;
    display: block;
    padding-left: 40px;
    position: relative;
    transition: 0.3s;
}
.information-block-item:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #133662;
  width: 16px;
  height: 16px;
      position: absolute;
    left: 0;
    top: 5px;
}
.information-block-item:hover {
  text-decoration: none;
  color: #54C1FF;
}
.hidden-content {
    max-height: 245px;
        overflow: hidden;

  transition: 0.3s;
}
.hidden-content.full {
  max-height: 3000px;
}
.show-more {
  color: #133662;
  margin: 0 auto;
    background: none;
    font-size: 24px;
    display: block;
    padding: 25px;
}
/********** Home Text ***************/
.home-text {
  background: linear-gradient(to right, #f4f4f4 58%, #fff 58%, #fff 42%);
  position: relative;
  padding: 0 0 50px;
}
.home-text .image{
 margin-top: -120px;
}
.home-text .text-block{
  float: left;
max-width: 715px;
position: absolute;
background: #fff;
padding: 40px 50px;
    box-shadow: 0px 4px 50px rgb(21 21 21 / 10%);
    top: 22%;
    font-size: 20px;
}
.home-text .text-block .title-h2 {
  margin-bottom: 10px;
}

/*********** Barbara Product *************/
.barbara_allprod {
  background: linear-gradient(to right, #f4f4f4 58%, #fff 58%, #fff 42%);
  padding: 50px 0 100px;
}
.barbara_allprod .title-h2{
  margin-bottom: 7px;
}
.barbara_allprod .slick-slider {
  margin: 0 -15px;
}
.barbara_allprod .product-layout {
  padding: 15px;
      background: none;
    border: 0;
}
.barbara_allprod .product-thumb {
  box-shadow: 0px 4px 10px rgba(21, 21, 21, 0.25);
  background: #fff;
}
.barbara_allprod .product-thumb .caption {
  background: #6E6E6E;
  height: 122px;
  display: flex;
  flex-direction: column;
    justify-content: center;
    padding: 15px;
    transition: 0.3s;
  
}
.barbara_allprod .product-thumb .caption a:hover {
  text-decoration: none;
}
/*.barbara_allprod .slick-center .product-thumb .caption,*/
.barbara_allprod .product-thumb:hover .caption {
  height: 143px;
  background: #133662;
  margin-bottom: -21px;
}

.barbara_allprod .btn-link{
  font-size: 40px;
  text-transform: lowercase;
}
.barbara_allprod .btn-link:hover{
      color: #23527c;
      text-decoration: none;
}
.barbara_allprod .btn {
  float: right;
  margin-right: 8px;
}
.common-home #allprod1 {
  margin: 0 -20px;
}
.common-home #barbara_allprod-1 .product-layout {

}
.common-home #barbara_allprod-1 .product-thumb{
  box-shadow: 0px 4px 15px rgba(21, 21, 21, 0.1);
  transition: 0.3s;
}

.common-home #barbara_allprod-1 {
  background: linear-gradient(to right, #f4f4f4 58%,  #fff 58%, #fff 42%);
  padding: 120px 0 50px;
}
.common-home #barbara_allprod-1 .title-h2 {
  margin-bottom: 0;
}
.common-home #barbara_allprod-1 .title-h1 {
  margin-bottom: 8px;
}
.common-home #barbara_allprod-1 .caption{
  text-align: left;
  color: #fff;
  padding: 20px 40px;
  height: 189px;
  display: block;
    overflow: hidden;
        font-weight: 300;
        transition: 0.3s;
}
.common-home #barbara_allprod-1 .product-thumb:hover .caption{
  height: 219px;
}
.common-home #barbara_allprod-1 .product-thumb:hover{
  margin: -15px 0;
}
.common-home #barbara_allprod-1 .caption h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}
.common-home #barbara_allprod-1 .product-thumb:hover .caption h2 {
  font-weight: 600;
}
.common-home #barbara_allprod-1 .product-description {
  font-size: 18px;
}
.common-home #barbara_allprod-1 .more {
  text-decoration: underline;
    color: inherit;
    font-size: 18px;
}
.common-home #barbara_allprod-1 .more:hover {
  text-decoration: none;
}
/*********** SlideShow **************/
.slideshow .slick-track{
  padding: 0;
}
.slideshow .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0;
}
.slideshow .slick-slide {
  position: relative;
}
.slideshow-text{
  position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    left: 0;
    top: 0;
    text-align: left;
        display: flex;
    align-items: center;;
}
.slideshow-text .text{
      max-width: 63%;
}
.slideshow-text .title{

    font-weight: 700;
  font-size: 62px;
      margin-bottom: 25px;
      line-height: 1;
}
.slideshow-text .description{
  font-size: 24px;
}
.slideshow .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slideshow .slick-dots {

}
.slideshow .slick-slider .slick-dots .slick-active {
  background: #fff;
}
.slideshow  .slick-slider .slick-dots li {
  border-color: #fff;
}
/*********** Su Certificate **************/
/************** Slide Grid **************/
.su_certificate.slide-grid .sertificate-layout{
  padding: 8px;
}
.su_certificate.slide-grid .sertificate-thumb{
  background:  rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 10px rgba(21, 21, 21, 0.1);
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
      height: 480px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}

.su_certificate .slide-popup{
  position: relative;
      color: inherit;
    display: block;
    height: 100%;
}
.su_certificate.slide-grid .slide-popup{
  
    padding: 40px 25px 100px;
    
}
.su_certificate .slide-popup:active,
.su_certificate .slide-popup:focus,
.su_certificate .slide-popup:hover{
  text-decoration: none;
}
.su_certificate .slide-popup::after{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url('../image/lupa.svg');
  position: absolute;
  right: 40px;
    bottom: 40px;
    opacity: 0;
    transition: 0.3s;
}
.su_certificate.slide-list .slide-popup::after {
    bottom: 130px;
    right: 80px;
}
.su_certificate .slide-popup:hover::after{
  opacity: 1;
}
.su_certificate.slide-grid .sertificate-thumb .title{
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
      line-height: 1;
      word-break: break-word;
      transition: 0.3s;
}
.su_certificate.slide-grid .sertificate-thumb .text{
      overflow: hidden;
    max-height: 100%;
}
.su_certificate.slide-grid .sertificate-thumb:hover{
  background: #fff;
  height: 510px;
  margin-top: -20px;
  margin-bottom: -10px;
}
.su_certificate.slide-grid .sertificate-thumb:hover .slide-popup{
   padding: 60px 25px 110px;
}
.su_certificate.slide-grid .sertificate-thumb:hover .title{
  font-weight: 600;
  color: #133662;
}
.popup-sertificate.mfp-bg{
  background: #1a3c66;
}
.popup-sertificate .mfp-figure{

    background: #fff;
    margin: 40px 0;
    padding: 60px;
}
.popup-sertificate.blue .mfp-figure{
  background: #1a3c66;
}
.popup-sertificate img.mfp-img {
  padding: 0;
}
.popup-sertificate .mfp-close {
    top: 48px !important;
    color: #133662 !important;
    right: 11px !important;
    font-size: 46px;
    text-shadow: none;
    opacity: 1;
}
.popup-sertificate.blue .mfp-close {
  color: #fff !important;
}
.common-home .su_certificate.slide-grid {
  background: #133662;
  padding: 60px 0 120px;
}
.common-home .su_certificate.slide-grid .title-h1,
.common-home .su_certificate.slide-grid .title-h2{
  color: #fff;
  
}
.common-home .su_certificate.slide-grid .title-h2 {

}
.common-home .su_certificate.slide-grid .slick-slider .slick-prev-barb:hover, 
.common-home .su_certificate.slide-grid .slick-slider .slick-next-barb:hover{
  border-color: #fff;
  color: #fff;
}
.common-home .su_certificate.slide-grid .slick-slider .slick-prev-barb:hover::after, 
.common-home .su_certificate.slide-grid .slick-slider .slick-next-barb:hover::after{
  border-color: #fff;
}
.common-home .su_certificate.slide-grid .slick-slider .slick-dots {
  bottom: -66px;
}
.common-home .su_certificate.slide-grid .slick-slider .slick-dots li {
  border-color: #fff;
}
.common-home .su_certificate.slide-grid .slick-slider .slick-dots .slick-active {
  background: #fff;
}
.common-home .su_certificate.slide-grid .btn {
  float: right;
  margin-right: 6px;
}
/************** Slide List **************/
.su_certificate.slide-list {
  padding: 35px 0 0;
}
.su_certificate.slide-list .title-h2 {
  position: absolute;
  top: 80px;
    left: 15px;
}
.su_certificate.slide-list .title-h1 {
  position: absolute;
      top: 125px;
    left: 15px;
}
.su_certificate.slide-list .sertificate-layout {
  position: relative;
}
.su_certificate.slide-list .text-block {
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 55%;
  background: #fff;
  padding: 40px 50px;
  font-size: 20px;
  text-align: left;
  box-shadow: 15px 4px 20px rgba(21, 21, 21, 0.1);
  z-index: 1;
}
.su_certificate.slide-list .text-block .title {
  font-size: 30px;
  margin-bottom: 10px;
}
.su_certificate.slide-list .image{
  margin-left: 33%;
      display: inline-block;
}
.common-home .su_certificate.slide-list {
  background-image: linear-gradient(to right, #f4f4f4 58%, #fff 58%, #fff 42%), linear-gradient(to right, #f4f4f4 58%, #f4f4f4 58%, #f4f4f4 42%);
  background-size: 100% 68%, 100% 32%;
  background-position: top, bottom;
  background-repeat: no-repeat;
}
.common-home .su_certificate.slide-list .row{
  position:relative;
}
/************** List **************/
.su_certificate-list .review-item{
  padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.su_certificate-list .image {
  text-align: center;
}
.su_certificate-list .slide-popup{
  border: 1px solid #ddd;
  display: inline-block;
}
.su_certificate-list .image img {
  margin: auto;
}
/**************  Grid **************/
.su_certificate-grid .slide-popup{
  text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
}
.su_certificate-grid .title{
  font-weight: 600;
    color: #133662;
    font-size: 18px;
    margin-bottom: 15px;
}
.su_certificate-grid .desc{
      text-align: justify;
    font-size: 13px;
    line-height: 1.2;
}
.su_certificate-grid img {
  margin: auto;
}
/*********** Slick **************/
.slick-slider .slick-prev-barb, 
.slick-slider .slick-next-barb{
  top: -84px;
  left: auto;
  border: 2px solid #BCBCBC;
  color: #BCBCBC;
  font-size: 24px;
      width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    padding: 15px 12px;
    transition: 0.3s;
}
.slick-slider .slick-next-barb{
  
  right: 8px;
}
.slick-slider .slick-prev-barb {
  right: 54px;
}
.slick-slider .icon-arrow-right::after,
.slick-slider .icon-arrow-left::after {
  content: '';
  border-right: 2px solid #BCBCBC;
  border-bottom: 2px solid #BCBCBC;
  transform: rotate(-45deg);
  display: block;
  width: 14px;
  height: 14px;
}
.slick-slider .icon-arrow-left {
  padding-left: 19px;
}
.slick-slider .icon-arrow-left::after {
  transform: rotate(135deg);
}
.slick-slider .slick-prev-barb:hover, 
.slick-slider .slick-next-barb:hover{
  border: 2px solid #133662;
  color: #133662;
  z-index: 100;
}
.slick-slider .slick-prev-barb:hover::after, 
.slick-slider .slick-next-barb:hover::after{
  border-color: #133662;
}
.slick-slider .slick-dots li {
  border-radius: 50%;
  border: 2px solid #133662;
  width: 14px;
  height: 14px;
}
.slick-slider .slick-dots .slick-active {
  background: #133662;
}
.slick-slider .slick-dots li button:before{
  content: none;
}
.barbara_allprod .slick-dots {
    bottom: -46px;
        width: auto;
    left: 50%;
    transform: translateX(-50%);
}
.barbara_allprod .slick-dotted.slick-slider {
    margin-bottom: 0;
}
/************* Advantages ***********/
.advantages {
  background: linear-gradient(to right, #f4f4f4 58%, #fff 58%, #fff 42%);
}
.advantages-list {
  margin: 0 -8px;
  padding: 125px 0 90px;
}
.slick-track {
  padding: 40px 0;
}
.advantages-list .advantages-item{
  padding: 8px;
  transition: 0.3s;
}
.advantages-list .advantages-thumb{
  text-align: left;
  border: 1px solid #151515;
  padding: 20px;
      min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
}

.advantages-item .icon {
  margin-bottom: 5px;
}
.advantages-item svg {
  fill: #151515;
}
.advantages-item .title{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  
}
.advantages-item .text{
  font-size: 16px;
  
}
.advantages-list .advantages-thumb:hover {
  cursor: pointer;
  min-height: 260px;
  margin: -45px 0 -15px;
  
  background: #133662;
  border-color: #133662;
  color: #fff;
}
.advantages-list .advantages-thumb:hover svg {
  fill: #fff;
  height: 75px;
  width: auto;
}
.advantages-about {
    background: #f4f4f4;
        padding-top: 60px;
}
.advantages-about .advantages-list {
  display: flex;
    justify-content: center;
    padding: 30px 0;
}
.advantages-about .advantages-item {
    width: 33%;
}
.advantages-about .advantages-thumb {
    text-align: center;
}
.advantages-about .advantages-item .icon {
    font-weight: 700;
    font-size: 32px;
    color: #54c1ff;
}
.advantages-about .title-h1,
.advantages-about .title-h2 {
  display: block;
}
.advantages-about .title-h2 {
  text-transform: none;
}
/************* Custom Form ***********/
.custom-form-wrapper {
  padding: 30px 0;
  clear: both;
}
.custom-form {
  background: #fff;
  padding: 20px 60px 20px 30px;
  
}
.custom-form form {
  display: flex;
  align-items: center;
}
.custom-form .custom-form__image {
  width: 25%;
  display: flex;
    align-items: center;
    justify-content: start;
        padding: 0 15px;
}
.custom-form .custom-form__image img {
  max-width: 100%;
}
.custom-form .fields {
  width: 75%;
}
.custom-form .form-control {
    border: 1px solid #c2c0c0;
    padding: 7px;
}
.custom-form .control-label {
  font-size: 12px;
  color: #c2c0c0;
}
.custom-form_type-1 .title {
  font-size: 16px;
  margin-bottom: 15px;
      padding: 0 10px;
}
.custom-form .form-group {
  padding: 0 35px;
      margin: 0;
      position: relative;
}
.custom-form .btn {
  background: #f9a522;
  color: #fff;
  font-size: 14px;
      padding: 6px;
          border: 1px solid #f9a522;
}
.custom-form .btn:hover,
.custom-form .btn:focus {
      color: #f9a522;
    background: #fff;
}
.custom-form .phone-code {
    left: 41px;
    top: 41px;
}
.custom-form .phone-code + .form-control {
  padding-left: 30px;
}
.custom-form .checkbox-text::before {
  content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: -18px;
    margin-right: 11px;
    margin-bottom: -2px;
    border: 1px solid #c2c0c0;
    line-height: 1;
    text-align: center;
}
.custom-form .input-agree {
  visibility: hidden;
  width: 0;
    height: 0;
}
.custom-form .input-agree:checked + .checkbox-text::before {
    border-color: #133662;
    content: '✓';
}
.custom-form .checkbox-text {
  padding-left: 15px;
  font-size: 13px;
}
.custom-form .google-recaptcha {
  margin-bottom: 15px;
    padding: 0;
}
.custom-form .text-danger {
  font-size: 12px;
}
.custom-form__success {
  border: 1px solid #f9a92c;
  padding: 30px 60px;
    position: relative;
}
.custom-form__success .icon{
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
}
.custom-form__success .success-text{
      display: inline-block;
  color: #133662;
  font-size: 16px;
    line-height: 1.1;
}
.custom-form__success .close{
  position: absolute;
    right: 3px;
    top: 5px;
    font-size: 40px;
    color: #000;
    opacity: 1;
    font-weight: 400;
    line-height: 20px;
}
/* Type-2 */
.custom-form_type-2 {
  padding: 40px 60px;
}
.custom-form_type-2 .custom-form__title {
  font-size: 24px;
  color: #133662;
  line-height: 1.2;
  padding-right: 30px;
      width: 65%;
}
.custom-form_type-2 .title {
  margin-bottom: 30px;
}
.custom-form_type-2 .subtitle {
  font-size: 16px;
}
.custom-form_type-2 .fields {
  width: 35%;
  padding-bottom: 20px;
}
.custom-form_type-2 .google-recaptcha {
    padding: 0 35px;
}
.custom-form_type-2 .form-group {
   padding: 0 20px;
}
.custom-form_type-2 .phone-code + .form-control {
    padding-left: 40px;
}
/************* Consultation Form ***********/
.consultation-form-outer {
  background: linear-gradient(0, #143663 0 93%, #f4f4f4 93% 100%);
}
.consultation-form {
    /*background: url(../image/consultation_bg.png) left bottom no-repeat, linear-gradient(to bottom, #f4f4f4 15%, #133662 15%, #133662 85%);*/
    background: url(../image/consultation_bg.jpg) bottom left no-repeat;
    color: #fff;
    padding: 162px 0 100px;
    /*background-size: 70%;*/
}
.consultation-form .title-h2 {
  margin-bottom: 35px;
}
.consultation-form-wrapper {
  width: 62%;
  float: right;
}
.consultation-form .row {
  padding: 0 10px;
}
.consultation-form .col-form{
  padding: 0 10px;
  position: relative;
}
.consultation-form .text-danger{
      position: absolute;
    bottom: 0;
    color: #df7777;
}
.consultation-form .checkbox-text + .text-danger{
  bottom: -47px;
    margin-left: 31px;
}
.consultation-form .checkbox-text a{
  color: #fff;
}
.consultation-form .form-control {
  border-color: #fff;
  margin-bottom: 20px;
      font-size: 20px;
}
.consultation-form .phone-code {
  top: calc(50% - 10px);
    font-size: 20px;
}
.consultation-form .form-control::placeholder{
  color: #fff;
}
.consultation-form .text{
  margin-left: 2px;
  font-size:  22px;
  margin-bottom: 35px;
}
.send-consultation-form {
      min-width: 315px;
  position: relative;
    top: -80px;
}
.consultation-form .google-recaptcha, 
.consultation-form .ya-smart-captcha {
  position: relative;
    top: -96px;
}
.consultation-form .checkbox-text {
    padding-left: 30px;
    display: inline-block;
}
.consultation-form-agree,
.consultation-form-newsletter {
  width: 0px;
  overflow: hidden;
  float: left;
}
.consultation-form .checkbox-text::before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: -30px;
    margin-right: 11px;
  vertical-align: bottom;
}
.consultation-form .consultation-form-agree:checked + .checkbox-text::before {
  background: #fff;
}
.column-left .consultation-form {
      background: #133662;
      padding: 30px 15px;
      margin-bottom: 30px;
}
.column-left .consultation-form .container{
  width: 100%;
}
.column-left .consultation-form-wrapper {
    width: 100%;
}
.column-left .consultation-form .title-h1 {
      font-size: 16px;
    font-weight: 400;
}
.column-left .consultation-form .title-h2 {
margin-bottom: 15px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
}
.column-left .consultation-form .text {
    margin-left: 0;
    font-size: inherit;
    margin-bottom: 15px;
}
.column-left  .consultation-form .col-form {
    padding: 0;
    width: 100%;
}
.column-left .consultation-form .text-danger{
      position: static;
    margin-bottom: 10px;
    text-align: left;
}
.column-left .consultation-form .checkbox-text + .text-danger {
    margin-left: 20px;
}
.column-left .consultation-form .form-control {
    margin-bottom: 10px;
    font-size: inherit;
    padding: 10px 15px;
}
.column-left .consultation-form  .phone-code + .form-control{
  padding-left: 30px;
}
.column-left .consultation-form  .phone-code {
      top: 19px;
    font-size: 14px;
    line-height: 14px;
    left: 12px;
}
.column-left .consultation-form .checkbox-text {
    font-size: inherit;
    padding-left: 20px;
}
.column-left .consultation-form .checkbox-text::before {
    width: 14px;
    height: 14px;
    margin-left: -21px;
}
.column-left .send-consultation-form {
min-width: auto;
    position: relative;
    top: 0;
    width: 100%;
    font-size: 18px;
    background: #f9a522;
    border-color: #f9a522;  
    text-align: center;
    padding: 15px 0;
}
.column-left .consultation-form .google-recaptcha, 
.column-left .consultation-form .ya-smart-captcha {
  top: 0;
}
.column-left .send-consultation-form:hover{
   background: none;
   color: #fff;
   border-color: #fff;
}
.consultation-form .custom-form__success {
    padding: 15px 30px;
    display: flex;
    align-items: center;
}
.consultation-form .custom-form__success .success-text {
    color: #f9a522;
        font-size: 14px;
}
/************* Category *********/
.product-filter .form-control {
  padding: 10px;
}
.product-filter {
  margin-right: -11px;
}
.category-description {
  font-size: 16px !important;
  color: #000 !important;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  line-height: 1.2;
}
.category-description h2 {
  font-size: 24px;
  color: #000;
}
.category-description ul {
   list-style-type: none;
       padding: 15px 0 15px 30px;
}
.category-description ul li {
  position: relative;	
}
.category-description ul li::before {
  content: '';
  	position: absolute;
    top: 5px;
    left: -28px;
    width: 10px;
    height: 10px;
    background: #133662;
    border-radius: 50%;
}
.category-description ol  {
  list-style-type: none;
  counter-reset: num;
      padding: 15px 0 15px 40px;
}
.category-description ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 30px 25px;
}
.category-description ol li::before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    top: 2px;
    left: -38px;
    width: 40px;
    height: 40px;
    background: #133662;
    color: #f9a522;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-description ol li::after {
      content: '';
    position: absolute;
    background: #f9a522;
    width: 2px;
    height: calc(100% - 44px);
    left: -19px;
    top: 44px;
    z-index: -1;
}
.category-description ol li:last-child::after {
  content: none;
}
.category-description .table {
  background: #fff;
}
.category-description .table th {
      font-weight: 400;
    color: #fff;
    background: #133662;
    border: 1px solid #133662;
}
.category-description .table th + th {
      background: #f9a522;
      border: 1px solid #f9a522;
}
.category-description .table th,
.category-description .table td {
  padding: 5px 25px;
}
/************* Product Thumb ****/
.product-layout {
  background: #fff;
    padding: 15px;
    border: 1px solid #e3e3e3;
    transition: 0.3s;
}
.product-layout:hover{
      box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    z-index: 1;
}
.product-layout.product-grid .descr{
  display: none;
}
.product-layout.product-grid {
  margin-right: -1px;
  margin-bottom: -1px;
}
.product-layout.product-grid .caption {
  text-align: center;
}


.product-thumb .price{
  font-size: 24px;
    color: #f9a522;
}
.product-thumb h2,
.product-thumb .h2{
  font-size: 18px;
    font-weight: 600;
    color: #133662;
    margin: 0 0 10px;
    transition: 0.3s;
}
.product-thumb h2:hover,
.product-thumb .h2:hover{
  color: #54c1ff;
}
.product-thumb .product-name {
   text-decoration: none;
   /*height: 40px;*/
       display: block;
    /*overflow: hidden;*/
    margin-bottom: 10px;
}
.barbara_allprod .product-name {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
/*.barbara_allprod .slick-center .product-thumb h2,*/
.barbara_allprod .product-thumb:hover {
  font-weight: 600;
}
.product-thumb .btn-add-to-cart {
  padding: 4px;
    float: left;
    background: #f9a522;
    border: 1px solid #f9a522;
    color: #fff;
        width: 50%;
}
.product-thumb .btn-add-to-cart:hover{
  background: #fff;
  color: #f9a522;
  border-color: #f9a522;
}
.product-thumb .button-group {
  display: flex;
    align-items: center;
}
.product-thumb .outstock{
  padding-left: 15px;
    color: #5aad00;
}
/************* Product Service Thumb ****/
.product-service {
      padding: 10px;
}
.product-service__thumb {
  border: 2px solid #133662;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    height: 50px;
    transition: 0.3s;
}
.product-service__thumb h2 {
      margin: 0;
    text-align: center;
    font-size: 15px;
}
.product-service__thumb:hover {
  background: #133662;
  text-decoration: none;
}
.product-service__thumb:hover h2{
  color: #fff;
}
.column-left .box{
      background: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
}
.column-left .box ul {
  list-style: none;
  padding: 0;
    margin: 0;
}
.column-left .box a {
  color:#133662;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}
.column-left .box a:hover{
  color: #54C1FF;
  text-decoration: none;
}
.column-left .column-title,
.column-left .h3modul,
.column-left .box a{
  padding: 10px 20px;
      font-size: 18px;
      font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.column-left .column-title,
.column-left .h3modul {
  background:#133662; 
  color: #fff;
}
.column-left a:hover {
  cursor: pointer;
}
.column-left .arrow-over{
    position: absolute;
    top: auto;
    right: 15px;
    border-color: #133662;
    margin-top: -29px;
    transition: 0.3s;
}
.column-left li:hover .arrow-over{
  transform: rotate(-45deg);
}
.barb-menu {
  position: relative;
}
.barb-menu .popover {
  line-height: inherit;
    width: 100%;
        max-width: 100%;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 13;
    border: none; 
    border-radius: 0;
    box-shadow: 0 0px 25px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 0px 25px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 14%);
}
.barb-menu .popover-content {
    min-width: 100%;
        padding: 0px;
    position: relative;
}
.popover.active {
    display: block;
}
.nav-tabs {
    border-bottom: 1px solid #e3e3e3;
}
.nav-tabs>li>a {
    border-radius: 0;
    font-size: 14px;
    color: #133662;
    font-weight: 600;
    /*padding: 20px 35px;*/
}
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #133662;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}
.nav-tabs>li {
    margin-bottom: -2px;
}
.tab-content {
  background: #fff;
    border: 1px solid #e3e3e3;
    padding: 30px;
    border-top: 0;
}
.barbara_cus {
  background: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
        display: flex;
    align-items: center;
}
.barbara_cus .icon {
  margin-right: 20px;
}
.product-info{
  background: #fff;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    padding: 15px;
        margin-bottom: 30px;
}
.product-info .cart{
      overflow: hidden;
}
.product-info .quantity-number {
  width: 15%;
}
.product-info .quantity-number input{
  width: 100%;
    height: 57px;
    padding: 15px;
    border: 1px solid #133662;
    font-size: 18px;
}
.plus-minus-barb{
  width: 10%;
    float: left;
        margin-left: -1px;
}
.plus-minus-barb input{
      display: block;
    border: 1px solid #133662;
    height: 29px;
    width: 100%;
    background: #ffffff;
    font-size: 20px;
    line-height: 28px;
    color: #133662;
    font-weight: 600;
    transition: 0.3s;
}
.plus-minus-barb input:hover{
  background: #133662;
  color: #fff;
}
.plus-minus-barb #decrease{
  margin-top: -1px;
  line-height: 23px;
}
#button-cart {
      width: 74%;
    margin-left: 1%;
    float: left;
}
#big-barb-thumb .slick-track {
  padding: 0;
}
#big-barb-thumb.slick-slider .slick-prev-barb, 
#big-barb-thumb.slick-slider .slick-next-barb{
  bottom: 0;
    top: auto;
}
#big-barb-thumb .thumbnail {
  border: 0;
    margin-bottom: 0;
}
.product-info .price {
    font-size: 36px;
    color: #f9a522;
    font-weight: 600;
}
.autocalc-product-special + .autocalc-product-price,
.price-old {
    font-size: 20px;
  color: #b5b5b5;
  text-decoration: line-through;
}
.product-info .prepend {
      font-size: 14px;
    font-weight: normal;
    color: #151515;
    display: block;
}
.product-info .price .append {
  /*font-size: 24px;*/
}
.product-info .outstock {
    color: #5aad00;
}
.product-description {
  margin-bottom: 18px;
}
.rating .fa-stack,
#review .fa-stack{
      width: 18px;
}
.rating .fa-star,
.rating .fa-star-o,
#review .fa-star,
#review .fa-star-o{
      color: #f9d730;
    font-size: 14px;
}
.barbara-carousel .slick-track{
  padding: 0;
}
.box-top-arrow {
  padding-top: 40px;
}
.barbara-carousel.slick-slider .slick-prev-barb, 
.barbara-carousel.slick-slider .slick-next-barb {
    top: -55px;
}
.barbara-carousel.slick-slider .slick-next-barb {
    right: 0;
}
.barbara-carousel.slick-slider .slick-prev-barb {
    right: 46px;
}
.brand-carousel {
  background: #fff;
    padding: 60px 0;
}
.brand-carousel img {
  filter: grayscale(1);
  transition: 0.3s;
}
.brand-carousel img:hover {
  filter: grayscale(0);
}
.contact .storess a{
  color: inherit;
  cursor: pointer;
}
.contact .storess a:hover{
  color: #38B0E3;
  text-decoration: none;
}
.panel-default {
    border-color: #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
}
.panel-default img{
      max-width: 100%;
    height: auto;
}
.calcprice__captcha {
  padding-left: 30px;
}
/************* Footer ***********/
.cookie-natification {
    position: fixed;
  bottom: 30px;
  right: 30px;
  width: 90%;
  max-width: 900px;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px 0 #bfbfbf;
  gap: 15px;
}
.cookie-natification__text {
  
}
.cookie-natification__btn {
  background: #133662;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  border: 1px solid #133662;
  transition: 0.3s;
}
.cookie-natification__btn:hover {
  background: #fff;
  color: #133662;
  border-color: #133662;
}
/* Spoiler *****************************/
.spoiler-wrapper {

}

.spoiler-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}

.spoiler-content.expanded {
    grid-template-rows: 1fr;
}

.hidden-text {
    overflow: hidden;
}

.spoiler-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  color: #133662;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 16px;
  transition: all 0.3s;
}

.spoiler-button:hover {
    color: #54C1FF;
}

.spoiler-button.expanded {
    color: #54C1FF;
}

.icon {
    transition: transform 0.3s;
}

.spoiler-button.expanded .icon {
    transform: rotate(180deg);
}

/************* Footer ***********/

/*@media (min-width: 2145px) {*/
/*    .footer {*/
/*        background: linear-gradient(to right, #133662 40%, #fff 40%, #fff 61%);*/
/*    }*/
/*}*/


.footer {
  background: linear-gradient(to right, #133662 40%, #fff 40%, #fff 61%);
  padding: 45px 0 30px;
}
.footer .left{
  width: 36.5%;
  float: left;
}
.footer .right{
  width: 63.5%;
  float: left;
  padding-left: 50px;
}
.footer-menu li {
  position:relative;
  padding-bottom: 20px;
}
.footer-menu a {
  color: #fff;
  font-size: 24px;
  position:relative;
  
}
.footer-menu a:hover {
  color: #d1d1d1;
  text-decoration: none;
  
}
.footer-menu a:hover + .arrow-over-mobile {
  border-color: #d1d1d1;
}
.footer-menu .arrow-over-mobile {
      position: static;
    display: inline-block;
    margin-top: 0;
    float: none;
    margin-bottom: 5px;
}
.footer-menu .submenu {
  position: absolute;
  visibility: hidden;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  left: -50px;
  top: 20px;
  opacity: 0;
    padding: 20px 50px 10px;
    background: #fff;
    transition: 0.3s;
    z-index: 1;
}
.footer-menu li:hover .submenu{
  visibility: visible;
  top: 50px;
  opacity: 1;
}
.footer-menu .submenu li{
  margin-bottom: 20px;
  padding-bottom: 0;
}
.footer-menu .submenu a{
  color: inherit;
  font-size: 18px;
}
.footer-menu .submenu a:hover{
  color: #133662;
}
.footer .vcard {
  font-size: 25px;
  margin-bottom: 27px;
}
.footer .vcard .icon-item {
  margin-bottom: 10px;
}
.footer .vcard .icon-text {
      display: inline-block;
      width: 79%;
}
.footer .vcard .icon {
  width: 16%;
    display: inline-block;
    vertical-align: top;
}
.footer .vcard svg{
  fill: #151515;
}
.footer .vcard .open svg{
  margin-top: -5px;
}
.footer .powered {
  font-size: 24px;
}
@media (min-width: 1600px) {
  .container {
      width: 1580px;
  }
  .header-menu #barb-menu-category {
    overflow: hidden;    
  }
}
@media (max-width: 1599px) {
  .topinfo-item {
    font-size: 14px;
    margin-right: 10px;
  }
  .topinfo-item.address {

  }
  .topcontactinfo {
    width: 50%;
  }
  .geoip .zone {
    font-size: 13px;
  }
  .header-menu .menu {
    margin-left: 3%;
    width: 75%;
  }
  .header-menu a {
    font-size: 16px;
  }
  .advantages-item .title {
    font-size: 16px;
  }
  .home-text .image {
    width: 65%;
  }
  .home-text .text-block {
    max-width: 680px;
    padding: 30px 50px;
    font-size: 20px;
  }
  .slideshow-text {
    align-items: end;
        padding-bottom: 30px;
  }
  .su_certificate.slide-grid .sertificate-thumb .title {
    font-size: 22px;
  }
  .su_certificate.slide-list .image {
    max-width: 50%;
  }
  .su_certificate.slide-list .text-block {
    padding: 30px;
    font-size: 20px;
  }
  .barbara_allprod .product-name h2 {
    font-size: 20px;
  }
  .common-home #barbara_allprod-1 .product-layout {
    padding: 20px 15px;
  }
  .common-home #barbara_allprod-1 .caption {
    padding: 15px;
  }
  .common-home #barbara_allprod-1 .product-description {
    font-size: 16px;
  }
  .information-block-item {
    font-size: 20px;
  }
  .product-thumb .button-group {
    flex-direction: column;
  }
  .product-thumb .btn-add-to-cart {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-thumb .outstock {
    padding-left: 0;
  }
  .column-left .consultation-form {
    padding: 15px 0;
  }
  .column-left .consultation-form .title-h2 {
    font-size: 26px;
  }
  .product-thumb .product-name {
    /*height: 60px;*/
      font-size: 1.7rem;
  }
  .product-thumb h2 {
    font-size: 16px;
  }
  .footer {
    padding-bottom: 100px;
  }
  .footer-menu a {
    color: #fff;
    font-size: 20px;
  }
  .footer .vcard {
    font-size: 20px;
  }
  .footer .vcard svg {
    height: 30px;
  }
  .footer .powered {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .open-phone {
      width: 40%;
  display: flex;
  align-items: center;
  }
}
@media (max-width: 1199px) {
  .title-h1 {
    font-size: 48px;
  }
  .logo {
    max-width: 120px;
  }
      .header-menu a {
      font-size: 12px;
    }

    .language .hidden-xs {
      display: none;
    }

    .header-menu .container, .header .container {
      width: 1060px;
    }

    .language img {
      width: 24px;
    }
  .topcontactinfo {
    max-width: 50%;
  }
  .topinfo-item {
    font-size: 12px;
  }
  .topinfo-item svg {
    width: 12px;
  }
  .header-menu .menu {
    margin-left: 2%;
    width: 76%;
  }
  .header-menu #barb-menu-category a {
    font-size: 16px;
  }
  .header-menu a {
    font-size: 14px;
  }
  .header-menu .arrow-over, 
  .header-menu .arrow-over-mobile, 
  .footer-menu .arrow-over-mobile{
    top: 46%;
  }
  .header-menu .arrow-over .caret, 
  .header-menu .arrow-over-mobile .caret, 
  .footer-menu .arrow-over-mobile .caret{
    width: 5px;
    height: 5px;
  }
  .header-menu .barb-callback {
    padding-top: 14px;
  }
  .slideshow-text .title {
    font-weight: 700;
    font-size: 42px;
  }
  .slideshow-text .description {
    font-size: 16px;
  }
  .home-text .text-block {
    max-width: 470px;
    font-size: 16px;
  }
  .barbara_allprod .product-layout {
    padding: 15px;
  }
  .su_certificate.slide-grid .sertificate-thumb{
    padding: 30px;
  }
  .su_certificate.slide-grid .sertificate-thumb .text {
    font-size: 14px;
  }
  .common-home #barbara_allprod-1 .product-description {
    font-size: 14px;
  }
  .common-home #barbara_allprod-1 .caption {
    font-size: 16px;
  }
  .su_certificate.slide-list .text-block {
    font-size: 16px;
  }
  .consultation-form-outer {
    background: none;
  }
  .consultation-form {
    padding: 200px 0 0;
    background-size: 158%;
    background-color: #143663; 
  }
  .consultation-form .text {
    font-size: 16px;
  }
  .consultation-form .checkbox-text {
    font-size: 18px;
  }
  .send-consultation-form {
    position: relative;
    top: -166px;
    min-width: 276px;
  }
  .footer-menu li {
    margin-bottom: 0;
  }
  .footer-menu a {
    font-size: 16px;
  }
  .footer .vcard {
    font-size: 16px;
  }
  .footer .vcard .icon {
    width: 18%;
  }
  .footer .vcard svg {
    height: 24px;
  }
  .footer .powered {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .su_certificate.slide-list .slick-slider .slick-next-barb,
  .su_certificate.slide-list .slick-slider .slick-prev-barb{
    top: 100px;
  }
}
@media (max-width: 991px) {
    .product-thumb .product-name {
        /*height: 60px;*/
        font-size: 1.4rem;
    }
  body{
    font-size: 12px;
    padding-top: 100px;
  }
  .btn-lg {
    font-size: 18px;
    padding: 12px 56px;
  }
  .column-left {
    display: none;
  }
  .title-h1 {
    font-size: 20px;
  }
  .title-h2 {
    font-size: 14px;
  }
  .header-inner {
    height: 56px;
  }
  .logo {
    max-width: 100px;
  }
  .topinfo-item {
    font-size: 12px;
  }
  .topcontactinfo {
    max-width: 45%;
  }
  .topcontactinfo .topinfo-item {
    margin: 0;
  }
  .topcontactinfo .topinfo-item.address {
    display: block;
    width: 60%;
        max-width: 100%;
  }
  .common-home .topinfo-item svg{
    height: 12px;
    width: auto;
    vertical-align: baseline;
  }
  .header-buttons svg {
    height: 20px;
    width: auto;
  }
  .cart-total {
    width: 15px;
    height: 15px;
    font-size: 8px;
    line-height: 15px;
    right: 5px;
    top: 21px;
  }
  .barb-logo {
    padding: 0;
    width: 35%;
  }

  .barb-logo .geoip-module {
    padding: 0 5px;
    font-size: 12px;
    line-height: 1;
  }
  .barb-logo .geoip .zone {
    font-size: 12px;
    line-height: 1;
  }
  .open-phone {
    width: 40%;
  }
  .header-buttons .btn {

  }
  #header.open-menu,
  #header.open-menu .header,
  #header.open-menu .header-menu,
  #header.open-menu .header-menu .container{
    height: 100%;
  }
  #barb-menu-category + #menu {
    display: none;
  }
  .header-menu .barb-callback {
    padding-top: 7px;
  }
  .header-menu .barb-callback .feedcall {
    padding: 5px 9px;
    font-size: 12px;
  }
  .header-menu .menu-toggle {
    padding: 21px 0;
  }
  .menu-icon {
    width: 23px;
  }
  .menu-icon::before, 
  .menu-icon::after,
  .menu-icon  {
    height: 1px;
  }
  .menu-icon::before{
    top: -6px;
  } 
  .menu-icon::after {
    top: 6px;
  }
  .active .menu-icon::before {
    -webkit-transform: rotate(-90deg) translate(-6px,0);
    transform: rotate(-90deg) translate(-6px,0);
  }
  .header-menu #barb-menu-category {
    left: 0;
    min-width: 100%;
    padding: 15px 38px 38px;
    top: 46px;
    
    height: 0;
    position: absolute;
  }
  .header-menu #barb-menu-category.open {
    height: 100%;
    overflow: auto;
  }
  .header-menu .submenu {
    position: static;
    padding: 15px 15px 25px;
    box-shadow: none;
    min-width: 100%;
  }
  .header-menu .submenu .submenu{
    display: none;
    visibility: visible;
    opacity: 1;
  }
  .header-menu .menu {
    margin-left: 0;
    width: 100%;
  }
  .header-menu .menu > ul {
    display: block;
  }
  .header-menu .jul-li {
    float: none;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .header-menu .submenu a {
    padding: 0;
  }
  .header-menu .jul-li > a,
  .header-menu #barb-menu-category a  {
    line-height: 50px;
    display: block;
    width: 100%;
  }
  .header-menu .arrow-over, 
  .header-menu .arrow-over-mobile, 
  .footer-menu .arrow-over-mobile {
    top: 0;
    position: absolute;
    right: 5px;
    margin: 0;
    padding: 23px;
  }
  .footer-menu .arrow-over-mobile {
    top: 9px;
  }
  .slideshow-text {
    align-items: center;
  }
  .slideshow-text .text {
    max-width: 100%;
  }
  .slideshow-text .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .slideshow-text .description {
    font-size: 12px;
  }
  .slideshow .slick-dots {
    bottom: 40px;
  }
  .slick-slider .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .advantages-list {
    margin: 0 -15px;
    padding: 30px 0 15px;
  }
  .advantages-list .advantages-thumb {
    align-items: center;
    min-height: auto;
    padding: 20px 40px;
  }
  .advantages-item .title {
    font-size: 14px;
  }
  .advantages-item .text {
    font-size: 12px;
  }
  .advantages-about .advantages-item .icon {
    font-size: 18px;
  }
  .advantages-about  .advantages-thumb {
    padding: 20px 0px;
  }
  .home-text {
    background: #f4f4f4;
    padding: 30px 0;
  }
  .home-text .title-h1 {
    margin-bottom: 30px;
  }
  .home-text .image {
    display: none;
  }
  .home-text .text-block .title-h2 {
    font-size: 14px;
  }
  .home-text .text-block {
    font-size: 12px;
    position: static;
    max-width: 100%;
    padding: 20px 15px;
  }
  
  .barbara_allprod {
    background: #f4f4f4 58%;
    padding: 30px 0;
  }
  .barbara_allprod .product-layout {
    padding: 8px;
  }
  .barbara_allprod .product-thumb {
    max-width: 138px;
  }
  .barbara_allprod .product-name h2 {
    font-size: 12px;
  }
  .barbara_allprod .product-thumb .caption {
    /*height: 70px;*/
  }
  .barbara_allprod .slick-center .product-thumb .caption {
    height: 80px;
  }
  .barbara_allprod .btn-link {
    font-size: 18px;
  }
  .barbara_allprod .buttons{
    clear: both;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-top: 80px;
  }
  .barbara_allprod .buttons .btn {
    float: none;
    margin-right: 0;
    
  }
  .slick-track {
    padding: 15px 0;
  }
  .slick-slider .slick-prev-barb, 
  .slick-slider .slick-next-barb {
    top: -47px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 11px 9px;
    border-width: 1px;
  }
  .slick-slider .icon-arrow-left {
    padding-left: 14px;
  }
  .slick-slider .slick-next-barb {
    right: 15px;
  }
  .slick-slider .slick-prev-barb {
    right: 50px;
  }
  .slick-slider .icon-arrow-right::after, 
  .slick-slider .icon-arrow-left::after {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .su_certificate.slide-grid .sertificate-layout {
    padding: 15px;
  }
  .su_certificate.slide-grid .sertificate-thumb{
    height: 392px;
  }
  .slick-slider .slick-prev-barb:hover, 
  .slick-slider .slick-next-barb:hover{
    border-width: 1px;
  }
  .common-home .su_certificate.slide-grid {
    padding: 60px 0 40px;
  }
  .common-home .su_certificate.slide-grid .title-h1, 
  .common-home .su_certificate.slide-grid .title-h2 {
    margin-left: 15px;
  }
  .su_certificate.slide-grid .sertificate-thumb {
    padding: 30px 22px;
  }
  .su_certificate.slide-grid .sertificate-thumb .text {
    font-size: 12px;
    line-height: 1.5;
  }
  .su_certificate.slide-grid .sertificate-thumb .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .common-home #allprod1 {
    margin: 0 -15px;
  }
  .common-home #barbara_allprod-1 {
    background: #f4f4f4;
    padding: 60px 0;
  }
  .common-home #barbara_allprod-1 .product-layout {
    padding: 8px;
  }
  .common-home #barbara_allprod-1 .caption {
    padding: 15px 7px;
    height: 150px;
  }
  .common-home #barbara_allprod-1 .slick-center .caption  {
    height: 160px;
  }
  .common-home #barbara_allprod-1 .product-thumb .product-name {
    height: auto;
  }
  .common-home #barbara_allprod-1 .caption h2 {
    font-size: 12px;
    font-weight: 700;
    height: 68px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .common-home #barbara_allprod-1 .product-description {
    font-size: 12px;
        height: 20px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .common-home #barbara_allprod-1 .more {
    font-size: 14px;
  }
  .common-home .su_certificate.slide-list {
    background: #f4f4f4;
        padding: 15px 0 50px;
  }
  .su_certificate.slide-list .text-block {
    /*display: none;*/
    top: 50%;
    z-index: -1;
    width: 100%;
    height: 68%;
    color: #fff;
    overflow: hidden;
  }
  .su_certificate.slide-list .image {
    margin: auto;
    float: none;
    max-width: 60%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  }
  .su_certificate.slide-list .title-h1,
  .su_certificate.slide-list .title-h2 {
    position: static;
    margin-left: 15px;
  }
  .su_certificate.slide-list .title-h1 {
    margin-bottom: 5px;
  }
  
  
  
  
  
  .consultation-form {
    background: #133662;
        padding: 50px 0 60px;
  }
  .consultation-form .title-h2 {
    margin-bottom: 15px;
  }
  .consultation-form-wrapper {
    width: 100%;
  }
  .consultation-form .row {
    padding: 0 5px;
  }

  .consultation-form .text {
    font-size: 12px;
    margin: 0;
        margin-bottom: 25px;
  }
  .consultation-form .form-control {
    margin-bottom: 10px;
    font-size: 12px;
    border-width: 1px;
    padding: 11px;
  }
  .consultation-form .phone-code{
    top: 20px;
    font-size: 12px;
    line-height: 14px;
    left: 15px;
  }
  .consultation-form .phone-code + .form-control{
    padding-left: 20px;
  }
  .consultation-form input[name="agree"] {
    float: left;
  }
  .consultation-form .checkbox-text {
    font-size: 12px;
  }
  .consultation-form .checkbox-text::before {
    width: 13px;
    height: 13px;
    border-width:1px;
  }
  .consultation-form .google-recaptcha,
  .consultation-form .ya-smart-captcha {
    position: static;
  }
  .send-consultation-form {
        position: static;
    max-width: 100%;
    min-width: auto;
    font-size: 12px;
    padding: 11px 40px;
    margin: auto;
    display: block;
    margin-top: 30px;
  }
  
  
  .information-block {
    padding: 60px 0 60px;
  }
  .information-block .title-h1 {
    margin-bottom: 30px;
  }
  .information-block-list {
    padding: 50px 35px;
  }
  .information-block-list-inner {
    margin-bottom: 30px;
    max-height: 255px;
  }
  .information-block-item {
    font-size: 12px;
    padding-left: 20px;
  }
  .information-block-item:before {
    border-width: 1px;
    width: 10px;
    height: 10px;
    top: 4px;
  }
  .information-block .show-more {
    font-size: 12px;
    padding: 0;
  }
  .information-block .show-more svg {
    height: 10px;
  }
  
  .barbara-carousel .product-thumb .product-name {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .barbara-carousel.slick-slider .slick-prev-barb {
    right: 35px;
  }
  .barbara-carousel.slick-slider .slick-prev-barb, 
  .barbara-carousel.slick-slider .slick-next-barb {
    top: -46px;
  }

  .category-list-wrapper{
        overflow: hidden;
    margin-bottom: 15px;
        padding-bottom: 1px;
  }
  .category-list-wrapper .column-title {
    font-size: 20px;
  }
  .category-list-wrapper .category-list-item {
        display: inline-block;
    padding: 10px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background: #fff;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  .category-list-wrapper .category-list-item a {
    color: inherit;
  }

  .footer {
    background: #133662;
    padding: 30px 0;
  }
  .footer .left,
  .footer .right  {
    width: 100%;
    float: none;
    padding: 0;
  }
  .footer-menu a {
    font-size: 14px;
  }
  .footer .vcard .icon-item {
    margin-bottom: 15px;
  }
  .footer .vcard .icon-text {
    width: 79%;
    font-size: 12px;
    color: #fff;
  }
  .footer .vcard .icon {
    float: left;
    padding-top: 2px;
    width: 27px;
  }
  .footer .vcard .icon svg {
        height: 14px;
        width: auto;
        fill: #fff;
  }
  .footer .powered{
    font-size: 12px;
        color: #fff;
  }
  
}
 

@media (max-width: 767px) {
  body{
    padding-top: 90px;
  }
  img {
    max-width: 100%;
  }
  body.common-home{
    padding-top: 146px;
  }
  .header-inner {
    height: auto;
  }
      .language img {
      width: 26px;
    }

    .language .dropdown-menu {
      right: -75px!important;
      position: absolute!important;
      z-index: 9999!important;
      left: unset!important;
      top: 49px!important;
    }
    .language .dropdown-toggle {
          padding: 9px 0;
    margin-right: 10px;
    }
  .common-home .topcontactinfo {
    display: block;
    height: auto;
  }
  .topcontactinfo {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: none;
    margin-right: 0;
   
    
  }
  .topinfo-item svg {
    height: 14px;
    width: auto;
  }
  .topinfo-item.open,
  .topinfo-item.phone{
    width: 48%;
        float: left;
                justify-content: center;
  }
  .header .topcontactinfo {
     display: none;
  }
  .header-inner > .topcontactinfo {
    display: block;
  }
  .topinfo-item .icon {
    vertical-align: sub;
  }
  .topinfo-item {
    font-size: 12px;
  }
  
  .topcontactinfo .topinfo-item.address {
    max-width: 100%;
    width: 100%;
    line-height: 1;
    padding: 5px 0;
  }
  .open-phone {
    width: 100%;
  }
  .topinfo-item.open, .topinfo-item.phone {
    justify-content: center;
  }
  .common-home .without-slideshow .topcontactinfo {
    display: none;
  }
  .barb-logo {
    width: 62%;
    height: 46px;
  }
  .header-buttons {
    padding-top: 0;
  }
  .consultation-form .row-position{
    display: flex;
    flex-direction: column-reverse;
  }
  .su_certificate-grid .title {
    font-size: 16px;
    line-height: 1.2;
  }
  .su_certificate .slide-popup::after{
        opacity: 1;
  }
  .su_certificate-list .image{
    margin-bottom: 30px;
  }
  .advantages-about {
    padding-top: 0;
  }
  .advantages-about .advantages-list {
    display: block;
    padding-top: 0;
  }
  .custom-form {
    padding: 20px;
  }
  .custom-form form {
    flex-direction: column;
  }
  .custom-form .custom-form__image {
    width: 50%;
    padding: 0 0 30px;
  }
  .custom-form .fields {
    width: 100%;
  }
  .custom-form .form-group {
    padding: 0 25px;
  }
  
  .custom-form_type-2 {
    padding: 20px;
  }
  .custom-form_type-2 .custom-form__title {
    padding-right: 0;
    width: 100%;
  }
  .custom-form_type-2 .fields {
    width: 100%;
    padding-bottom: 20px;
  }
  .custom-form_type-2 .form-group {
    padding: 0;
  }
  #big-barb-thumb {
    min-height: 300px
  }
  .image-additional img {
    max-height: 70px;
    width: auto;
  }
  .advantages {
    background: #f4f4f4;
  }
  .cookie-natification { 
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .h1, h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  h3, h4, h5, h6 {
    font-size: 20px;
  }
  .barb-logo {
    width: 55%;
  }
  .logo {
    max-width: 80px;
  }
  .barb-logo .geoip .zone {
    font-size: 10px;
    line-height: 0.8;
    display: inline-block;
  }
  .geoip {
    text-align: left;
  }
  /*.language .dropdown-toggle {
    padding: 9px 0;
  }*/
}
@media (min-width: 768px) {

  .common-home #slideshow1 {
    display: none;
  }
  .slideshow .slick-dots {
    transform: rotate(90deg);
    width: auto;
    display: inline-block !important;
    top: 50%;
    bottom: auto;
    right: 0;
  }
}
@media (max-width: 340px) {
  .topinfo-item {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
    .topinfo-item {
      font-size: 11px;
    }
    .breadcrumb {
        padding: 65px 0 15px 0;
    }
}
 /*.language {
    float: right;
    height: 92%;
    display: flex;
    align-items: center;
  }*/

  @media screen and (min-width: 1600px) {
    .topcontactinfo {
      width: 60%!important;
    }
  }


@media (max-width: 530px) {
    .singleclick {
        width: 100%;
        font-size: 1.2rem;
    }
}
@media (min-width: 531px) and (max-width: 767px) {
    .singleclick {
        width: 100%;
        font-size: 1.6rem;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .singleclick {
        width: 100%;
        font-size: 1.2rem;
    }
}
@media (min-width: 1201px) {
    .singleclick {
        width: 100%;
        font-size: 1.6rem;
    }
}
.language .hidden-xs {
      font-size: 12px;
    }
    
    @media screen and (min-width: 1599px) {

    .header-menu .menu {
      width: 71%;
    }
}

  @media screen and (max-width: 1599px) {
    .header-menu .jul-li > a {
      font-size: 14px;
    }

    .header-menu .menu {
      width: 78%;
    }


  }

  @media screen and (max-width: 1200px) {


  }

  @media screen and (max-width: 1080px) {
    .header-menu .container, .header .container {
      width: 1000px;
    }
  }

  @media screen and (max-width: 1020px) {
    .header-menu .container, .header .container {
      width: auto;
    }
  }

  @media screen and (max-width: 767px) {



  }
  
  /*@media (max-width: 767px){
  .header .topcontactinfo {
    height: auto;
    display: block;
  }
  
  .topinfo-item {
    font-size: 11px;
  }*/
}


@media (max-width: 1599px){
.geoip .zone {
font-size: 13px!important; 
}
}

.product-grid .product-thumb .product-name{
    height: 40px;
    overflow: hidden;
}

.product-info .image-additional{
    display: none !important;
}

#big-barb-thumb.slick-slider .slick-prev-barb, #big-barb-thumb.slick-slider .slick-next-barb{  background: white;}