
h1,h2 {font-weight: normal;margin:0;}

/* #Helper classes
================================================== */
ul {margin:0;padding:0;list-style: none;}
a {text-decoration: none;}
table{
    width:100%;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:inline-block !important;}
.w100 {width:100% !important;}
.center {text-align:center;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.for-mobile {display: none;}
.max-width100 {max-width:100%;}
.blue-color {color:#0067b4;}
.green-color {color:#00a03c;}
body .blue{
    background: #0067b4;
}
body .green{
    background: #00a13c;
}
body .red{
    background: #f36468;
}
.upper {text-transform: uppercase;}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
input, button, textarea, select{
outline: none;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
.w50{
    width:50% !important;
}
.DTable{
  display: table;
}
body{
    font-family: 'PT Sans Narrow', sans-serif;
}
div, span, a , p, ul, li, h1, h2, h3, h4, h5, h6{
    box-sizing: border-box;
}
a, a::before, a span, a::after, a span::before{
    -webkit-transition:0.5s;
    transition:0.5s;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrapper{
	width:100%;
	margin:0 auto;
    overflow: hidden;
}
.w1040{
    width:80%;
    margin:0 auto;
}
header{
    width:100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(1,1,1,.2);
}
nav{
    float:right;
    height: 80px;
    line-height: 80px;
    margin-right: -20px;
}
header .logo img{
    height: 70px;
    float:left;
    margin-top:5px;

}
nav ul{
    float:left;
}
nav ul li{
    float:left;
    box-sizing:border-box;
    -webkit-transition:0.5s;
    transition:0.5s;
}
nav ul li:hover a{
    color:#fff;
}
nav ul li a {
    float:left;
    font-size:18px;
    color:#545453;
    text-transform:uppercase;
    text-decoration: none;
    padding: 0 15px;
    font-family: 'PT Sans', sans-serif;
}

.menu-icon {
    display: none;
    width: 30px;
    margin-right: 30px;
    margin-top: 30px;
}
.one, .two, .three {
    float: left;
    width: 31px;
    height: 4px;
    background: #3d95d6;
    position: relative;
    margin: 2px 0;
    transition: 0.4s;
}
main{
    position:relative;

}
.content-inner {
    padding: 0 152px;
}
.nav-left .active-link {
   /* height: 50% !important; */
   flex-grow: 2;
}
.nav-left .active-link span {
    font-size: 25px;
}
.slide1 {
    background: url("../img/content-img-new2.png") no-repeat center;
    background-size:cover;
    border-bottom: 6px solid #3d95d6;
}
.slide2 {
    background: url("../img/premix_back.jpg") no-repeat center;
    background-size:cover;
}
.content-img{
    position:relative;
    height: calc(100vh - 80px);
    box-sizing: border-box;
}
.content-img img{
    width:100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide1{
    margin-top:80px;
}
.nav-left{
    border-right: 2px solid #fff;
}
.nav-left, .nav-right{
    position:fixed;
    height: calc(100vh - 80px);
    z-index: 99;
    top:80px;
    width: 152px;
}
.nav-left {
    display: flex;
    flex-direction: column ;
}
.nav-right .links-hld{
    width: 300px;
    height: calc(100% - -6px);
    position: absolute;
    overflow: hidden;
    top: -3px;
    right: -310px;
    border-top: 2px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 2px solid #fff;
    text-align: center;
    line-height: 22px;
    background: #61a6d9;
    -webkit-transition: all 0.5s;
       -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-right .links{
    background: #61a6d9;
    font-size:18px;
}
.blue-box:hover .links-hld{
    right: 0;

}
.nav-right .links-hld .title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    margin-top: 5px;
}
.nav-left a {
    position:relative;
    flex-grow: 1;
    border-bottom:2px solid #fff;
}
.nav-left a span {
     -webkit-transition:0.5s;
    transition: 0.5s;
}
.nav-left a:hover {
    opacity: 0.8;
}
.nav-right a {
    position:relative;
    height: 20%;
    background: #61a6d9;
    float:left;
    width:100%;
    border-bottom:2px solid #fff;
    -webkit-transition: all 0.5s;
       -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-right a:last-of-type {
    border-bottom: 0;
}
.nav-right span.box-head {
  color:#fff;
  font-weight: bold;
  float:left;
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
span.fz16 img{
    margin-top:20px;
}
span.txt-small{
  text-align: left;
  font-size: 16px;
  color:#fff;
    height: 100%;
    margin-top: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
}
.nav-right span.fz16{
    font-size:16px;
    color:#fff;
    height: 100%;
}

.nav-left span{

    -ms-transform: rotate(-90deg) translate(-50%, -50%);
    -moz-transform:  rotate(-90deg) translate(-50%, -50%);
     -webkit-transform:  rotate(-90deg) translate(-50%, -50%);
    transform: rotate(-90deg) translate(-50%, -50%);
    color: #fff;
    position: absolute;
    left: 10%;
    top: 2%;
    font-weight: bold;
    font-size: 22px;
    box-sizing: border-box;
    width:100%;
    padding-left:20px;
    box-sizing:border-box;
    font-family: 'PT Sans', sans-serif;
}
.nav-left .active-link span{
    top:25%;
}
.nav-left .nut{
    width: 100%;
    text-align: center;
     background: #3d95d6;
   /*  height: 25%; */
}
.nav-left .pro{
    width: 100%;
    text-align: center;
     background: #fcb044;


}
.nut1{
    background: url(../img/nutrition-icon.svg) no-repeat 3px;
    background-size:29px;
}
.nav-left .pro1{
    background: url(../img/production-icon.svg) no-repeat 12px -3px;
    background-size:22px;
    padding-left: 46px;
    top: 16%;
}
.nav-left .blog1{
    background: url(../img/blog-icon.svg) no-repeat 13px;
    background-size:15px;
    padding-left: 38px;
    text-align: left;
}
.nav-left .blog{
    width: 100%;
    text-align: center;
     background: #f36468;
    border-bottom: 0;
}

.info-hld{
    width:100%;
    position:absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 20px;
    box-sizing: border-box;
}
.txt-content span{
    font-family: 'Ubuntu', sans-serif;
    color:#fff;
    font-size:50px;
    text-shadow: 2px 3px 9px rgba(0,0,0,0.3);
    float: right;
    margin-right:150px;
    margin-bottom:125px;
    text-transform:uppercase;
    font-weight: bold;
    text-align:center;
}
.buttons{
    margin-top: 150px;
}
.buttons a:first-child{
    margin-right: 20px;
}
.food-btn{
    float:left;
    height: 92px;
    line-height: 92px;
    box-sizing:border-box;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size:31px;
    width:340px;
    text-align: center;
    box-shadow: 4px 4px 8px 0 rgba(1,1,1,.4);
    padding:0 20px;
    /*DJAMAL*/


}

.hov{
    transition: all 0.5s;
    position: relative;
}
.nav-right{
    width: 152px;
    right:0;
    border-left: 2px solid #fff;
}
.bottom-btns{
     left: 0;
    bottom:0;
    z-index: 99;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 100%;
}
.bottom-btns a{
    background: #f9af47;
    color:#fff;
    text-transform:uppercase;
    float: left;
    padding:0 35px;
    box-sizing:border-box;
    position:relative;
    font-size: 30px;
    -webkit-transition:0.5s;
    transition:0.5s;
    border-right: 1px solid #fff !important;
    margin-top: 6px;
}
.bottom-btns a:last-of-type {
    border-right: 0 !important;
}
.bottom-btns a:hover {
    color: #333;
}
.bottom-btns a:before {
   position:absolute;
   content:"";
   width:1px;
   height: 48px;
   background: #fff;
   right:0px;
   top: 21px;
}
.bottom-btns a:last-of-type:before {
    display: none;
}
.slide3{
    border-top: 6px solid #f9af47;
}
.all-news{
    width:100%;
    padding: 0 60px;
    box-sizing: border-box;
    margin-top:50px;
}
.all-news-new .news-hld .img-wrap {
    min-height: auto;
    max-height: auto;
}
.news-hld {
    width:31.3%;
    margin:0 1%;
    overflow: hidden;
    -webkit-transition:0.1s;
    transition:0.1s;
}
.inner-page .more-news .img-wrap {
    min-height: auto;
    max-height: auto;
}
.news-hld .img-wrap {
    float: left;
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.video{
    position:relative;
    float:left;
    width:100%;
}
.video img{
    width:100%;
}
.video:before{
    position:absolute;
    content:"";
    width:90px;
    height: 90px;
    background:url("../img/video.svg") no-repeat center;
    background-size:60px;
    left:38%;
    top:30%;
    z-index:9;
}
.video.big-video:before{
    left:43%;
    top:40%;
}
.news-hld span{
    width:100%;
    float:left;
    font-size:14px;
    color:#b0b0b0;
    margin-top:10px;
    margin-bottom:10px;

}
.news-hld p{
    font-size:16px;
    font-family: 'Ubuntu', sans-serif;
    color:#7f7f7f;
    width:100%;
    float:left;
    line-height: 20px;
    margin-bottom:20px;
    margin-top: 0;
}
.news-hld img{
    width:100%;
    -webkit-transition:0.5s;
    transition:0.5s;
    overflow: hidden;
    float: left;
}
.news-hld img:hover{
    transform: scale(1.1);
}
.head-news {
    color:#d12d44;
    font-size:25px;
    margin-top: 16px;
    float:left;
    width:100%;
    height: 48px;
    overflow:hidden;
    line-height: 25px;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.head-news:hover {
    color:#0067b4 !important;
}
.page-events .head-news{
    color:#0067b4;
}
.page-events .head-news:hover{
    color:#d12d44!important;
}
.product-txt .head-news {
    font-size:32px;
    font-weight: bold;
    line-height: 36px;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
}
.product-txt .description {
    font-family: 'Ubuntu', sans-serif;
    color: #7f7f7f;
    font-size: 18px;
    line-height: 30px;
}
.head-news:hover{
    color:#d12d44;
}
.product-box{
    background: #eae9e8;
    height: 100%;
}
.product-img{
    width: 440px;
    float:left;
    overflow: hidden;

}
.product-img img{
    width:100%;
    height: 100%;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.product-img img:hover{
   transform: scale(1.1);
}
.product-hld{
    width:100%;
    float:left;
    padding: 45px 60px;
    box-sizing:border-box;

}
.product-txt{
    width: calc(100% - 461px);
    box-sizing:border-box;
    float:right;
}
.read-more{
    color:#fff;
    text-transform: uppercase;
    height: 37px;
    line-height: 37px;
    text-align: center;
    box-sizing:border-box;
    background: #f36468;
    margin-top:20px;
    -webkit-transition:0.5s;
    transition:0.5s;
    width: 160px;
}
.read-more.button--wayra::before{
    background: #d12d44;
}
.read-more.button--wayra:hover::before{
    background: #d12d44;
}
.footer-hld{
    background: url(../img/footer.png) no-repeat center;
    height: auto;
    padding:30px 0px;
    box-sizing:border-box;
    background-size:cover;
}
footer .colum {
    /*width:33.33%;*/
    width:20%;
    float:left;
}
footer .colum a {
    font-size:16px;
    color:#fff;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 7px;
    clear: both;
}
.smooth-hover {
    position: relative;
}
.smooth-hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #9CF5A6;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
.smooth-hover:hover:before,
.smooth-hover:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
.smooth-hover:before {
  background: #fff;
}

.smooth-hover-grey {
    position: relative;
}
.smooth-hover-grey:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #9CF5A6;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
.smooth-hover-grey:hover:before,
.smooth-hover-grey:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
.smooth-hover-grey:before {
  background: #b5b5b4;
}

footer .colum:nth-child(5) {
    margin-top: 20px;
}
footer .colum .tel {
    margin-bottom: 15px;
}
.footer-head{
    font-size:24px;
    color:#fff;
    text-transform:uppercase;
    font-weight: bold;
    margin-bottom:20px;
    margin-bottom:20px;

}
.tel{
    background: url(../img/tel.png) no-repeat left;
    padding-left:43px;
    box-sizing:border-box;
}
.email{
    background: url(../img/email.png) no-repeat left;
    padding-left:43px;
    box-sizing:border-box;
    min-height: 33px;
    padding-top: 13px;
}
.colum3-footer{
    margin-top:40px;
}
.partner-slider {
    text-align: center;
    margin: 45px 0;
    padding: 0 20px;
}
.partner-slider .owl-item img {
    display: inline-block !important;
}
.partner-slider img{
    max-width:100%;
    height: 50px;
}

.partner-slider .owl-dots{
    display:none;
}

.partner-slider .owl-prev{
    background: url(../img/prev.png) no-repeat left;
    width: 18px;
    height: 30px;
    position:absolute;
    top: 10px;
    left:0;
}
.partner-slider .owl-next{
    background: url(../img/next.png) no-repeat right;
    width: 18px;
    height: 30px;
    position: absolute;
    top: 10px;
    right:0;
}
.policy{
    margin-top:20px;
}
.policy a{
    margin: 0 15px;
    color:#fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}
.nav-left.stop-fix{
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
}
.nav-right.stop-fix{
    position: absolute;
    bottom: 0;
    top: auto;
    right:0;
    left: auto;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: 9999px;
    overflow: hidden;
}
.slide2 .pro {
    width: 98% !important;
    margin: 0 1% 20px 1%;
    background: #fcb044;
    text-align: center;
    height: 50px;
}
.slide2 .pro11 {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 23px;
    box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
}
.slide2 .icon {
    width: 40px;
    height: 50px;
    margin-right: 15px;
    background: url(../img/pro1.png) no-repeat center;
    background-size: 37px;
}
.slide2 .bottom-btns a:before {
    display: none;
}
.hamburger {
  display: none;
  position: absolute;
  left: 10px;
  top: 16px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 25px;
    height: 4px;
    background-color: #333333;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block; }
.hamburger-inner:before {
    top: -10px; }
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner:before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner:after {
    top: 18px; }

.hamburger--slider.is-active .hamburger-inner {
    background: #000;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .hamburger--slider.is-active .hamburger-inner:after {
          top: 20px;
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
            background: #000;
}
.dim {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    background: rgba(0,0,0,0.7);
    z-index: 600;
    display: none;
}

body .green.button--wayra::before {
    background: #008e35;
}
body .green.button--wayra:hover::before {
    background: #008e35;
}

body .blog-hov.button--wayra::before {
    background: #d12d44;
}
body .blog-hov.button--wayra:hover::before {
    background: #d12d44;
}

.button--wayra {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #0f4996 ;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
body .button--wayra-man::before {
    background: #0067b4;
}
body .button--wayra-man:hover::before {
    background: #0067b4;
}
body .button--wayra-animal::before {
    background: #009b3a;
}
body .button--wayra-animal:hover::before {
    background: #009b3a;
}
.button--wayra:hover {
    color: #fff;
    border-color: #3f51b5;
}
.button--wayra:hover::before {
    opacity: 1;
    background: #0f4996 ;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.red::before{
    background: #d12d44;
}
.button--ujarak {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
    position: relative;
    z-index: 1;
}
.button--ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d95d6;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
    border-radius: 2px;
}
.button--ujarak.button--inverted::before {
    background: #3d95d6;
}
.button--ujarak,
.button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
    color: #fff;
    border-color: #3d95d6;
}
.button--ujarak.button--inverted:hover {
    color: #3d95d6;
    border-color: #fff;
}
.button--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.inner-page {
    margin-top: 80px;
    margin-bottom: 50px;
}

.path {
    margin-top: 30px;
    margin-bottom: 25px;
}
.path a {
    color: #b5b5b4;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    float: left;
}
.path .devider {
    color: #b5b5b4;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    margin: 0 10px;
}
.path .last-path {
    color: #b5b5b4;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    float: left;
}
.big-left-col {
    width: 75%;
    padding-right: 40px;
}
.right-col {
    width: 25%;
}
.big-title {
    color: #0067b4;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.inner-page-solutions .big-title {
    width: calc(100% - 230px) !important;
}
.inner-page-solutions .back-btn {
    float: right !important;
}
.free-text {
    color: #545453;
    line-height: 24px;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
}
.free-text img {
    height: auto !important;
    max-width: 100% !important;
}
.img-holder-blog {
    border: 1px solid #e0e0e0;
}
.free-text p {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.free-text ul {
    float: left;
    width: 100%;
    list-style: none;
}
.free-text ul li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.free-text ul li::after {
    top: -13px;
    left: 0;
    position: absolute;
    content: ".";
    font-size: 43px;
    color: #24599f;
}
.human .free-text ul li::after {
    color: #27ae60;
}
.free-text blockquote{
    margin-left: 0;
}
.block-txt {
    margin-bottom: 20px;
}
.block-txt .small-title {
    color: #545453;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
}
.dottet-text {
    color: #545453;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    line-height: 20px;
    background: url(../img/ball.png) no-repeat 0 3px;
    background-size: 12px;
    padding-left: 22px;
    margin-bottom: 20px;
    margin-top: 0;
}
.dottet-text:first-of-type {
    margin-top: 12px;
}
.right-texts {
    width: calc(100% - 520px);
    margin-top: 10px;
}
.block-txt img {
    margin-top: 22px;
}
.production-btn {
    width: 155px;
    background: #fcb044;
    text-align: center;
    height: 34px;
}
.production-btn .pro11 {
    color: #fff;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 18px;
    box-sizing: border-box;
    font-family: 'PT Sans Narrow', sans-serif;
}
.production-btn .icon {
    width: 22px;
    height: 34px;
    margin-right: 5px;
    background: url(../img/pro1.png) no-repeat center;
    background-size: 18px;
}
.commitment-box {
    width: 790px;
    height: 165px;
    background: #f6f6f6;
    margin-top: 25px;
}
.commitment-box .logo-wrap {
    height: 165px;
}
.commitment-box .logo-wrap img {
    margin-top: 0;
}
.commitment-box .right-text {
    color: #0067b4;
    width: auto;
    font-size: 22px;
    line-height: 28px;
    padding-left: 24px;
    margin-left: 24px;
    padding-top: 14px;
    height: 165px;
    position: relative;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
}
.commitment-box .right-text::after {
    position: absolute;
    top: 49px;
    left: 0;
    width: 1px;
    height: 78px;
    background: #bfbfbf;
    content: "";
}
.contact-box {
    padding: 30px 22px 35px 22px;
    background: #eeeeee;
    margin-top: 67px;
}
.contact-box .title {
    color: #f36468;
    font-size: 40px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.contact-box .text {
    color: #545453;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}
.contact-box .text2 {
    color: #545453;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    margin-top: 20px;
}
.contact-box .click-here {
    width: 144px;
    height: 43px;
    background: #f36468;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 43px;
    margin-top: 12px;
}
.contact-box .click-here::before{
    background: #d12d44;
}
.right-col .contact-box-blue .title {
    color: #0f4996;
    margin-bottom: 10px;
    height: 43px;
    background: #d4d4d4;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
    line-height: 43px;
    text-align: right;
    padding: 0 15px;
}
.right-col .contact-box-blue .title::before{
    background: #bcbcbc;
}
.right-col .contact-box-blue .title.active{
    background: #0067b4;
    color: #fff
}

.right-col .contact-box-blue .title:last-of-type {
    margin-bottom: 0;
}
.filters {
    background: #c5c8cb;
    padding: 20px 0;
}
.filters .title {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.active-btn-blog {
    border-bottom: 5px solid #fff;
    line-height: 36px !important;
}
.active-btn-blog.button--wayra:hover{
    border-color:#fff;
}
.filters .btns {
    padding: 0 45px;
    height: 50px;
    line-height: 50px;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
}
.filters .btns, .filters .btns.green{
    background: #f36468;
}
.filters .btns::before, .filters .btns.green::before{
    background: #d12d44;
}
.filters .btns:first-of-type{
    background: #0067b4;
}
.filters .btns:first-of-type::before{
    background: #0f4996;
}
.filters .btns:nth-of-type(2){
    background: #00a13c;
}
.filters .btns:nth-of-type(2)::before{
    background: #008e35;
}
.filters .btns:last-of-type {
    margin-right: 0;
}
.blog-slider {
    margin-top: 2px;
}
.blog-slider .logo-wrap {
    width: 430px;
    margin-top: 70px;
}
.blog-slider .logo-wrap img {
    float: left;
    width: 100%;
}
.blog-slider .slide {
    height: 460px;
}
.blog-slider .right-info {
    width: 983px;
    background: rgba(255,255,255,0.7);
    margin-top: 70px;
    padding: 25px 10px 25px 34px;
}
.blog-slider .right-info .title {
    color: #d12d44;
    font-weight: bold;
    font-size: 68px;
    line-height: 66px;
}
.blog-slider .right-info .free-text {
    color: #545453;
    font-size: 24px;
    line-height: 30px;
    font-family: 'PT Sans', sans-serif;
    margin-top: 15px;
}
.blog-slider .owl-prev {
    position: absolute;
    top: 0;
    left: 30px;
    width: 40px;
    height: 100%;
    background: url(../img/grey_arrow_left.png) no-repeat center;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.blog-slider .owl-next {
    position: absolute;
    top: 0;
    right: 30px;
    width: 40px;
    height: 100%;
    background: url(../img/grey_arrow_right.png) no-repeat center;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.blog-slider .disabled {
    opacity: 0;
}
.blog-slider .owl-dots {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    text-align: center;
}
.blog-slider .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 500px;
    border: 1px solid #fff;
    background: #b0b0b0;
    margin-left: 10px;
}
.blog-slider .owl-dots .active {
    background: #fff;
}
.all-news-inner .head-news {
    color:#d12d44;
}
.all-news-inner .head-news:hover {
    color:#0067b4;
}
.all-news-inner .news-hld {
    margin-bottom: 10px;
}
.pagination-inner {
    margin-top: 10px;
    margin-bottom: 50px;
}
.pagination-inner .pagination {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.pagination-inner li {
    list-style: none;
    float: left;
    margin-left: 8px;
}
.pagination-inner .disabled {
    display: none;
}
.pagination-inner .page-link[rel~="prev"] {
    height: 32px;
    width: 29px;
    background: url(../img/blue_left_arr.png) no-repeat center;
    background-size: 13px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-indent: -9999px;
}
.pagination-inner .page-link[rel~="prev"]:hover {
    background: url(../img/blue_left_arr.png) no-repeat center;
    background-size: 13px;
}
.pagination-inner .page-link[rel~="next"] {
    height: 32px;
    width: 29px;
    background: url(../img/blue_right_arr.png) no-repeat center;
    background-size: 13px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-indent: -9999px;
}
.pagination-inner .page-link[rel~="next"]:hover {
    background: url(../img/blue_right_arr.png) no-repeat center;
    background-size: 13px;
}
.pagination-inner .page-link {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #7f7f7f;
    font-size: 18px;
    float: left;
    font-family: 'PT Sans', sans-serif;
}
.pagination-inner .active {
    background: #0067b4;
}
.pagination-inner .active:hover {
    background: #0067b4;
}
.pagination-inner .active:hover .page-link {
    color: #fff;
    background: #0067b4;
}
.pagination-inner .active .page-link {
    color: #fff;
    font-weight: bold;
}
.pagination-inner .page-link:hover {
    background: #ededed;
}
.inner-page .all-news {
    padding: 0;
}
.big-title-red {
    color: #d12d44;
    font-size: 40px;
    line-height: 42px;
}
.tags-wrap {
    margin-top: 20px;
}
.tags {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #f36468;
    margin-right: 7px;
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.big-left-col .tag-animal {
    background: #0067b4;
}

.date {
    color: #b5b5b4;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 20px;
}
.file-row .txt {
    color: #545453;
    line-height: 20px;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    margin-right: 15px;
    height: 41px;
}
.doc-file {
    color: #545453;
    font-size: 16px;
    height: 41px;
    padding-left: 40px;
    background: url(../img/pdf.png) no-repeat left;
    background-size: 31px;
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}
.gallery-wrap {
    width: 542px;
}
.right-text {
    width: calc(100% - 580px);
    margin-top: -8px;
    text-align: left;
}
.gallery-wrap .main-img {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.gallery-wrap .main-img img {
    max-width: 100%;
    -webkit-transition:0.5s;
    transition:0.5s;
    float: left;
}
.gallery-wrap .main-img:hover img {
    transform: scale(1.1);
}
.gallery-wrap .thumbs a {
    margin-bottom: 20px;
    margin-left: 20px;
    overflow: hidden;
    width: 167px;
    text-align: center;
    border: 1px solid #e0e0e0;
    height: 101px;
}
.gallery-wrap .thumbs a img {
    -webkit-transition:0.5s;
    transition:0.5s;
    float: left;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.gallery-wrap .thumbs a:hover img {

}
.gallery-wrap .thumbs a:nth-child(3n+1) {
    margin-left: 0;
}
.more-holder {
    margin-top: 70px;
}
.more-holder .more-news {
    margin-left: -1%;
}
.more-holder .more-text {
    color: #545453;
    font-size: 26px;
    margin-bottom: 30px;
}
.more-holder .news-hld {
    width: 43%;
    margin-bottom: 10px;
}
.partners-holder {
    margin-top: 15px;
}
.partners-holder .top-box {
    height: 90px;
    background: #24599e;
}
.partners-holder .top-box a {
    overflow: hidden;
}
.partners-holder .top-box .icon-wrap {
    height: 90px;
    margin-right: 30px;
}
.partners-holder .top-box .heading-top {
    height: 90px;
    color: #fff;
    font-size: 34px;
    width: calc(100% - 135px);
    margin-left: 30px;
    line-height: 32px;
}
.partners-holder .main-partner {
    overflow: hidden;
}
.partners-holder .main-partner img {
    max-width: 100%;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.partners-holder .main-partner:hover img {
    transform: scale(1.1);
}
.partners-holder .other-partners {
    background: #d8e9f3;
    padding: 1%;
}
.partners-holder .other-partners a {
    background: #fff;
    overflow: hidden;
    float: left;
    width: 23%;
    margin: 1%;
    height: 170px;
}
.partners-holder .other-partners a img {
    max-width: 100%;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.partners-holder .other-partners a:hover img {
    transform: scale(1.1);
}
.partners-holder .partners-link-wrap:nth-child(1) {
    width: 50%;
}
.partners-holder-second .partners-link-wrap:nth-child(1) {
    padding-right: 25px;
}
.partners-holder .partners-link-wrap:nth-child(2) {
    width: 50%;
    padding-left: 25px;
}
.partners-holder .img-wrap-partner {
    overflow: hidden;
}
.partners-holder .img-wrap-partner img {
    -webkit-transition:0.5s;
    transition:0.5s;
}
.partners-holder .partners-link:hover .img-wrap-partner img {
    transform: scale(1.1);
}
.back-btn {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #0067b4;
    padding-right: 14px;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
}
.back-btn.button-green{
    background:#26a850;
}
.back-btn.button-green::before{
    background:#009b3a;
}

.back-btn .icon {
    margin-left: 10px;
    margin-right: 8px;
    height: 100%;
    width: 9px;
    background: url("../img/w_arr_right.png") no-repeat center;
    background-size: 9px;
}

.contact-btn {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #0067b4;
    padding-right: 14px;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
}
.contact-btn .icon {
    margin-left: 10px;
    margin-right: 8px;
    height: 100%;
    width: 17px;
    background: url("../img/contact_w.png") no-repeat center;
    background-size: 17px;
}
.blue-box-gradient {
    height: 220px;
    background: #d8e9f3;
    overflow: hidden;
}
.blue-box-gradient img {
    -webkit-transition:0.5s;
    transition:0.5s;
}
.blue-box-gradient:hover img {
    transform: scale(1.1);
}
.blue-box-gradient .shade {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.blue-box-gradient .right-img, .blue-box-links-wrap .long-box .right-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
     -webkit-transition:0.5s;
    transition:0.5s;

}
.blue-box-gradient .right-img, .blue-box-links-wrap .long-box .right-img{

}

.blue-box-links-wrap .long-box:hover .right-img {
    transform: scale(1.1);
}
.blue-box-links-wrap .long-box {
    overflow: hidden;
    height: 345px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e2dd+0,efedee+34 */
background: url("../img/portfolio.jpg") no-repeat center;
background-size:cover;

}
.flavourings .protfolio-text {
    display:none;
}
.blue-box-links-wrap .long-box .heading {
    margin-top: 50px;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.blue-box-links-wrap .long-box .free-text {
    position: relative;
    z-index: 2;
    width: 54% !important;
    text-align: left;
}
.blue-box-links-wrap .long-box .protfolio-text {
    position: relative;
    z-index: 2;
    color: #0067b4;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
.blue-box-links-wrap .blue-box-gradient .heading {
    width: 48% !important;
    position: relative;
    z-index: 2;
    height: 150px;
    margin-top: 0;
    margin-bottom: 0;
    color:#fff;
}
.blue-box-links-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap:  wrap ;
}
.blue-box-links {
    width: 29.3%;
    margin: 2%;
    background: #d8e9f3;
    padding: 25px;
    text-align: left;
}
.blue-box-links .links-holder {
    padding-bottom: 63%;
    position: relative;
    z-index: 2;
}
.blue-box-links .bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.blue-arrow {
    position: absolute;
    bottom: 200px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.blue-arrow:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(216, 233, 243, 0);
    border-top-color: #d8e9f3;
    border-width: 15px;
    margin-left: -15px;
}
.blue-box-links .heading {
    font-weight: bold;
    color: #545453;
    font-size: 30px;
    margin-bottom: 15px;
}
.blue-box-links a {
    float: left;
    color: #24599e;
    font-size: 22px;
    padding-left: 14px;
    background: url("../img/blue_arr.png") no-repeat left 8px;
    background-size: 9px;
    clear: both;
    margin-bottom: 10px;
}
body .animal .blue-box-links .main-cat {
    color: #545453 !important;
    font-size: 30px;
    padding-left: 0;
    background: none !important;
    margin-bottom: 0;
}
body .human  .main-cat {
    font-size: 40px;
    color: #545453 !important;
    padding-left: 0;
    background: none !important;
    margin-bottom: 0;
}
body .human  .main-cat:hover {
    color: #333 !important;
}
.blue-box-links a:hover {
    color: #333;
}
.blue-box-links .subcats {
    padding-left: 30px;
}
body .blue-box-links .subcats a {
    font-size: 18px;
    background: url(../img/blue_arr.png) no-repeat left 5px !important;
    background-size: 6px !important;
}
.blue-box-links-wrap {
    margin-left: -2%;
}
.inner-page .dottet-text-green {
    background: url(../img/ball_green.png) no-repeat 0 3px;
    background-size: 12px;
}
.flavourings .blue-box-links {
    background: #d8f3e2;
}
.flavourings .blue-box-links a {
    background: url(../img/green_arr.png) no-repeat left center;
    background-size: 9px;
    color: #26a850;
}
.flavourings .blue-box-links a:hover {
    color: #333;
}
.blog-btn {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #f36468;
    padding-right: 14px;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
}
.blog-btn.button--wayra::before{
    background: #d12d44;
}

.blog-btn .icon {
    margin-left: 10px;
    margin-right: 8px;
    height: 100%;
    width: 19px;
    background: url("../img/blog-icon.svg") no-repeat center;
    background-size: 19px;
}
.flavours-box-small {
    width: 31.3%;
    margin: 1%;
}
.flavours-box-small img {
    float: left;
    width: 100%;
}
.flavours-box-small .title {
    height: 44px;
    background: #00a13c;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.flavours-box-big {
    width: 48%;
    margin: 1%;
}
.flavours-box-big img {
    float: left;
    width: 100%;
}
.flavours-box-big .title {
    height: 44px;
    background: #00a13c;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.download-row {
    padding: 14px 25px;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
}
.download-row .txt {
    color: #525252;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    width: calc(100% - 25px);
    -webkit-transition:0.5s;
    transition:0.5s;
}
.animal-hover .download-row .txt:hover {
    color: #24599e;
}
.human-hover .download-row .txt:hover {
    color: #00a03c;
}
.download-row .arr-down {
    margin-top: 9px;
}
.download-row .dropdown {
    padding-left: 20px;
    margin-top: 20px;
    display: none;
}
.pdf-file {
    color: #545453;
    font-size: 16px;
    height: 35px;
    padding-left: 34px;
    background: url(../img/pdf2.png) no-repeat left;
    background-size: 24px;
    margin-bottom: 15px;
}
.pdf-file:last-of-type {
    margin-bottom: 0;
}
.is-rotated {
    transform: rotate(-180deg);
}
.boxes-column .column .description .see-prods .is-rotated2 {
    transform: rotate(-90deg);
}
.big-cats-box {
    width: 46%;
    margin: 2%;
    height: 380px;
}
.big-cats-box .right-img{
    display:none;
}
.big-cats-box .right-img.right-img-premix{
    display:block;
}
.big-cats-box .heading {
    font-size: 40px;
    color: #545453;
    font-weight: bold;
    margin-top: 165px;
    padding-left: 35px;
    padding-right: 10px;
}
.big-cats-box a {
    background: url(../img/green_arr.png) no-repeat left center;
    background-size: 9px;
    color: #00a13c;
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding-left: 14px;
    background-size: 9px;
    clear: both;
    margin-bottom: 5px;
}
.big-cats-box a:hover {
    color: #333;
}
.big-cats-box .links-holder {
    padding-left: 35px;
    padding-right: 10px;
    margin-top: 5px;
}
.contacts-page .address {
    color: #0067b4;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}
.contacts-page .text-wrap {
    height: 100px;
}
.contacts-page .text {
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 4px;
    text-align: left;
}
.contacts-page .call-us {
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    padding-left: 21px;
    background: url(../img/phone_grey.png) no-repeat left center;
    background-size: 14px;
    margin-bottom: 4px;
    text-align: left;
}
.contacts-page .mail-us {
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    padding-left: 21px;
    background: url(../img/mail_grey.png) no-repeat left center;
    background-size: 14px;
    margin-bottom: 4px;
    text-align: left;
}
.contacts-page .call-us:hover, .contacts-page .mail-us:hover {
    color: #0067b4;
}
.contacts-page .box-info {
    height: 960px;
    border-top: 1px solid #fff;
    padding: 35px;
    text-align: left;
}
.box-info-animal {
    background: url(../img/animal_opacity.png) no-repeat center #24599e;
    background-size: cover;
}
.box-info-human {
    background: url(../img/human_opacity.jpg) no-repeat center #00a03c;
    background-size: cover;
}
.box-info-marketing {
    background: url(../img/marketing_opacity.png) no-repeat center #f36468;
    background-size: cover;
}
.contacts-box {
    margin-top: 40px;
}
body .partners-holder-new .partners-link-wrap:nth-child(1) {
    width: 70%;
    padding-right: 25px;
}
body .partners-holder-new .partners-link-wrap:nth-child(2) {
    width: 30%;
}
body .partners-holder-new .partners-link-wrap a {
    color: #fff !important;
}
.contacts-box .partners-link-wrap:nth-child(1) {
    width: 60%;
    margin-top: 15px;
}
.contacts-box .partners-link-wrap:nth-child(2) {
    width: 40%;
    margin-top: 15px;
}
.contacts-box .partners-link-wrap:nth-child(3) {
   display:none;
}
.contacts-box .partners-link-wrap .info-row:nth-child(1) {
    width:50% !important;
    height: 80px;
}
.contacts-box .text {
    color: #fff;
}
.contacts-box .mail-us {
    color: #fff;
    background: url(../img/email.png) no-repeat left center;
    background-size: 14px;
}
.contacts-box .call-us {
    color: #fff;
    background: url(../img/tel.png) no-repeat left center;
    background-size: 14px;
}
.contacts-box .hover-blue .mail-us:hover, .contacts-box .hover-blue .call-us:hover {
    color: #97b3d8;
}
.contacts-box .hover-green .mail-us:hover, .contacts-box .hover-green .call-us:hover {
    color: #98ddb2;
}
.contacts-box .hover-red .mail-us:hover, .contacts-box .hover-red .call-us:hover {
    color: #ffbdbf;
}
.contacts-box .contact-btn2 {
    width: 125px;
    height: 42px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    position: absolute;
    bottom: 35px;
    right: 35px;
}
.contacts-box .box-info-animal .contact-btn2 {
    background: #5081c0;
}
.contacts-box .box-info-human .contact-btn2 {
    background: #44c072;
}
.contacts-box .box-info-marketing .contact-btn2 {
    background: #fb8d90;
}
.map-wrap {
    height: 400px;
    border: 1px solid #e0e0e0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 999;
  display: none;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.popup p {
  text-align: left;
  margin-top: 0;
  color: #ff0000;
  font-family: 'Roboto Slab', serif;
}

.popup h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  font-family: 'Roboto Slab', serif;
}
.popup .close {
  position: absolute;
  top: 1px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.close {
  cursor: pointer;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content-popup {
  color:black;
  max-height: 80%;
  overflow: auto;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 87%;
    max-width: 1000px;
    padding: 20px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fff;

    z-index: 10000;
    display: none;
}
.popSuccsess{
    display: block;

}
.popSuccsess.popup{
    max-width: 600px;
}
.boxes-column {
    width: 49%;
}
.boxes-column:nth-child(1) {
    margin-right: 1%;
}
.boxes-column:nth-child(2) {
    margin-left: 1%;
}
.boxes-column .title {
    color: #0067b4;
    font-size: 26px;
    margin: 30px 0;
}
.boxes-column .column {
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 35px;
}
.boxes-column .column .img-wrap {
    width: 240px;
    overflow: hidden;
}
.boxes-column .column .img-wrap img {
    -webkit-transition:0.5s;
    transition:0.5s;
}
.boxes-column .column .img-wrap:hover img {
    transform: scale(1.1);
}
.boxes-column .column .description {
    width: calc(100% - 260px);
   /* height: 180px; */
    position: relative;
}
.boxes-column .column .description .heading {
    color: #545453;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
.boxes-column .column .description .text {
    color: #545453;
    font-size: 18px;
    line-height: 24px;
    font-family: 'PT Sans', sans-serif;
    /*height: 102px; */
    overflow: hidden;
    padding-bottom: 50px;
}
.boxes-column .column .description .see-prods {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}
.boxes-column .column .description .see-prods .txt {
    color: #2674ba;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    position: relative;
}
.boxes-column .column .description .see-prods .txt:before {
    background: #2674ba;
}
.boxes-column .column .description .see-prods img {
    -webkit-transition:0.5s;
    transition:0.5s;
    -ms-transform: rotate(90deg);
    -moz-transform:  rotate(90deg);
     -webkit-transform:  rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
    margin-top: 4px;
}
.boxes-column .column .prods-dropdown {
    width: calc(100% - 260px);
    border-top: 1px solid #d4d4d4;
    padding-top: 20px;
    margin-top: 18px;
    display: none;
    clear: both;
}
.boxes-column .column .prods-dropdown a {
    clear: both;
    color: #545453;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}
.boxes-column .column .prods-dropdown a::after {
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #2674ba;
    border-radius: 500px;
    content: "";
}
.boxes-column .column .prods-dropdown a:hover {
    color: #2674ba !important;
}
.boxes-column .column .prods-dropdown a:last-of-type {
    margin-bottom: 0;
}
.animal .big-title {
    color: #0067b4 !important;
}
.animal .blue-box-links {
    background: #d8e9f3 !important;
}
.animal .blue-box-links a {
    color: #24599e !important;
    background: url(../img/blue_arr.png) no-repeat left 6px !important;
    background-size: 8px !important;
}
.animal .blue-box-links a:hover {
    text-decoration: underline;
}
.animal .back-btn {
    background: #0067b4 !important;
}
.animal .back-btn::before{
    background: #0f4996 !important;
}
.boss {
    width: 400px;
}
.boss-name {
    color: #545453;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    margin-top: 10px;
}
.descriptor-right {
    width: calc(100% - 440px);
}
.top-quote {
    width: 100%;
    height: 38px;
    background: url(../img/left_quote.png) no-repeat center;
    background-size: 36px;
}
.bottom-quote {
    width: 100%;
    height: 38px;
    background: url(../img/right_quote.png) no-repeat center;
    background-size: 36px;
}
.quoted-text {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    color: #545453;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.description-text {
    color: #545453;
    font-size: 18px;
    line-height: 24px;
}
.quote-text-big, .free-text blockquote p {
    color: #545453;
    font-size: 20px;
    line-height: 26px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    padding-left: 20px;
    border-left: 5px solid #0067b4;
}
.grey-shape {
    position: relative;
}
.grey-shape::after {
    position: absolute;
    top: -65px;
    right: 0;
    width: 337px;
    height: 406px;
    background: url(../img/grey_shape.png) no-repeat;
    content: "";
}
.premixes-top {
    height: 342px;
    border-bottom: 1px solid #8f8f8f;
    position: relative;
    margin-bottom: 45px;
}
.premixes-top .premix-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 65%;
    z-index: 4;
}
.left-column {
    width: 39%;
    margin-right: 2%;
}
.right-column {
    width: 57%;
    margin-left: 2%;
}
.portfolio-box {

}
.portfolio-box .top-heading {
    background: #e2deda;
    height: 60px;
    color: #545453;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}
.protfolio-boxes {
    width: 24.6%;
    height: 210px;
    margin-top: 0.5%;
    position: relative;
}
.portfolio-box .chicken {
    background: url(../img/chicken.jpg) no-repeat center;
    background-size: cover;
}
.portfolio-box .swine {
    background: url(../img/pig.jpg) no-repeat center;
    background-size: cover;
}
.portfolio-box .cow {
    background: url(../img/cow.jpg) no-repeat center;
    background-size: cover;
}
.portfolio-box .other {
    background: url(../img/other.jpg) no-repeat center;
    background-size: cover;
}
.protfolio-boxes:nth-child(1) {
    margin-right: 0.5%;
}
.protfolio-boxes:nth-child(2) {
    margin-right: 0.5%;
}
.protfolio-boxes:nth-child(3) {
    margin-right: 0.5%;
}
.portfolio-box .main-cat-big {
    color: #545453;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    clear: both;
    margin-bottom: 10px;
}
.portfolio-box .cat {
    color: #545453;
    font-size: 20px;
    clear: both;
    margin-left: 10px;
    margin-bottom: 4px;
}
.portfolio-box .cat:hover, .portfolio-box .main-cat-big:hover {
    color: #24599f;
}
.quality-box {
    margin-right:70px;
}
.boss-new {
    width: 250px;
    margin-right: 30px;
}
.quotes-wrap {
    width: calc(100% - 280px);
}
.see-contacts {
    position: absolute;
    bottom: 8px;
    left: 10px;
    cursor: pointer;
}
.see-contacts .txt {
    color: #2674ba;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}
.see-contacts img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
    margin-top: 4px;
}
.see-contacts .txt:before {
    background: #2674ba;
}
.portfolio-box-dropdown {
    width: 24.6%;
    background: #0067b4;
    color: #fff;
    padding: 5px 5px 5px 10px;
    opacity: 0;
     -webkit-transition:0.5s;
    transition:0.5s;
}
body .shown-contacts {
    opacity: 1;
}
.portfolio-box-dropdown:nth-child(1) {
    margin-right: 0.5%;
}
.portfolio-box-dropdown:nth-child(2) {
    margin-right: 0.5%;
}
.portfolio-box-dropdown:nth-child(3) {
    margin-right: 0.5%;
}
.cc-revoke, .cc-window {
    font-family: 'PT Sans Narrow', sans-serif !important;
}
.cc-window.cc-banner {
    padding: 30px 200px !important;
    font-size: 17px;
}
.cc-btn {
    text-transform: uppercase;
}
.cc-link {
    color: #9bd8ff !important;
    text-decoration: none !important;
}
.cc-banner .cc-message {
    padding-right: 20px;
}
.news-hld {
    width:31.3%;
    margin:0 1%;
    overflow: hidden;
    -webkit-transition:0.1s;
    transition:0.1s;
}
.text-ts {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}
.text-ts span {
    margin-top:2px;
}
.tara {
    width: 70px;
    height: 20px;
    background: url(../img/tarasoft_white_logo2.svg) no-repeat left;
    background-size: 78px;
    margin-left: 5px !important;
    clear: none !important;
}
.blue-box-links-wrap .long-box .protfolio-text{

}



