
html, body {
    height: 100%;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    color: #343A40;
}

* {
    margin:0;
    padding:0;
}

.mobile-video-cont {
    display:none;
}

.site-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
}


.page-wrapper {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    color: #FFFBDC;
}

.page-content {
    flex: 1 0 auto;
}

header {
    background-color: rgba(255, 251, 201, 0.3);
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 5;
}

.main-nav {
    width:100%;
}

.main-nav ul {
    display:flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.main-nav li a {
    color:#FFFBDC;
    font-size:18px;
    text-decoration: none;
    padding:20px 0;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    align-items: center;
}

footer {
    background:url(../img/footer-bg.png)repeat;
    background-size:202px 64px;
    font-size:16px;
    background-size: contain;
}

.footer-panel {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:16px 0;
}

.footer-info{
    width:30%;
}

.footer-info:last-child {
    text-align: right;
}

.footer-info:last-child a {
    text-decoration: none;
    color:inherit;
}

.cows-panel{
    width:100%;
    display:Flex;
    flex-direction: column;
    align-items: flex-end;
    height:100%;
    box-sizing: border-box;
    overflow:hidden;
    position: relative;
}

.cows-panel canvas{
    z-index: 3;
    width: 100%;
}

.cows-panel img {
    width:100%;
    z-index: 1;
}

.cloud-img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index: 0;
    animation: infinite clouds 20s ease-in-out;
}

@keyframes clouds {
    0%{
        transform:scale(1)
    }

    50% {
        transform:scale(1.1)
    }

    100% {
        transform:scale(1)
    }
  }


  .letter-img {
      position: absolute;
      width:auto;
      max-width:80%;
      left:0;
      right:0;
      bottom: 218px;
      margin:auto;
  }

  .logo-wrapper {
      position: absolute;
      top:0;
      left:0;
      right:0;
      width:100%;
      z-index: 4;
  }

  .logo-wrapper img {
    position: absolute;
    right:0;
    top: 93px;
    width:298px;
  }
  

.main-video-cont {
    width:100%;
}

.main-page-section {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:1520px) {
    .logo-wrapper img {
        width: 208px;
    }

    .letter-img {
        bottom: 158px;
    }
}




.main-page-content {
    background-color: #534440;
}

.mobile-header {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
    padding: 0 10px;
}

.mobile-header-wrap {
    display:none;
}

.inner-header-logo img {
    width: 173px;
    position: absolute;
    top: 0px;
}

.inner-header-logo {
    width: 274px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.inner-header-logo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    background: url(../img/inner-logo-mask.svg)no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}


.inner-header {
    width:100%;
    background:none;
}

.inner-page-header {
    display:flex;
    position: relative;
}

.inner-pages {
    background: url(../img/new-patt3.png);
    background-size: auto;
    box-shadow: inset 0px 0px 40px 40px rgba(0,0,0,0.4);
}

.inner-page-cont {
    padding-top:170px;
    box-sizing:border-box;
    min-height:96vh;
}

.inner-page-header {
    position: relative;
}

.inner-page-header .main-nav {
    display:flex;
}

.inner-page-header::after {
    content:'';
    position: absolute;
    left:216px;
    top:0;
    bottom:0;
    height:100%;
    width:400%;
    background-color: rgba(255, 251, 201, 0.2);
    pointer-events: none;
}

.inner-page-header::before {
    content:'';
    position: absolute;
    right:100%;
    top:0;
    bottom:0;
    height:100%;
    width:400%;
    box-shadow: 1px 0 0 0px rgba(255, 251, 201, 0.2);
    background-color: rgba(255, 251, 201, 0.2);
}

.slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.inner-page-title {
    text-align:center;
    max-width:1900px;
    margin:auto;
    width:100%;
    font-weight: 400;
    font-family:'Panton';
    margin:0 auto 30px;
    font-size: 40px;
    color: #FFFBDC;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}



.cat-slider-unit {
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    max-width:800px;
    outline:none;
}

.cat-slider-pic-block {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-flow:row nowrap;
}

.cat-icons-block {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 22px;
    color: #FBF8D6;
    font-family: 'Panton';
    font-weight: 600;
}

.cat-icons-block img {
    margin-bottom: 18px;
}

.cat-pic-wrap {
    width:330px;
    display:flex;
    justify-content: center;
    align-items: flex-start;
    margin:0 32px;
    transition:0.8s;
    transform: scale(0.6);
}

.cat-slider-unit.slick-current .cat-pic-wrap {
    transform: scale(1);
}

.cat-pic-wrap img {
    width:100%;
}

.ccs-unit {
    display:block;
    width:100%;
    font-family: 'Panton';
    color:#FBF8D6;
    margin-bottom: 20px;
}

.ccs-unit span {
    font-size:15px;
    margin-bottom: 4px;
}

.ccs-unit p {
    font-weight: 600;
}

.cat-car-spec-block {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.cat-slider-text-block {
    width:100%;
    max-width:490px;
    color:#FFFBDC;
    margin:auto;
}

.cst-title {
    font-size:20px;
    color:#FFFBDC;
    font-family: 'Panton'; 
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: center;
}

.cat-slider-text-block  p {
    font-size:15px;
    line-height: 1.4;
}

.inner-pages footer {
    margin-top:50px;
}

.slick-initialized .cat-pic-wrap {
    filter:blur(5px);
    transition: 0.8s;
}

.slick-initialized .cat-car-spec-block, .slick-initialized .cat-icons-block {
    opacity: 0;
    transition: 0.8s;
    transform:translateY(-50px);
}

.slick-initialized .cat-slider-text-block {
    opacity: 0;
    transition: 0.8s;
    transform:translateY(-30px);
}

.slick-initialized .cat-slider-unit.slick-current .cat-car-spec-block, .cat-slider-unit.slick-current .cat-icons-block {
    opacity: 1;
    transition: 0.8s;
    transform:translateY(0);
}

.slick-initialized .cat-slider-unit.slick-current .cat-slider-text-block {
    opacity: 1;
    transform:translateY(0);
}

.slick-initialized .cat-slider-unit.slick-current .cat-pic-wrap {
    filter:blur(0);
}



.cat-pic-wrap {
    transition: 0.8s;
}

.cat-car-spec-block, .cat-icons-block {

}

.cat-slider-text-block {
    opacity: 0;
    transition: 0.8s;
    transform:translateY(-30px);
}

.cat-slider-unit .cat-car-spec-block, .cat-slider-unit .cat-icons-block {
    opacity: 1;
    transition: 0.8s;
    transform:translateY(0);
}

.cat-slider-unit .cat-slider-text-block {
    opacity: 1;
    transform:translateY(0);
}

.cat-slider-unit .cat-pic-wrap {
    filter:blur(0);
}





.cat-nav-slider-panel {
    justify-content: center;
    display:flex;
    align-items: center;
    width:100%;
    margin:auto;
    margin-top:60px;
}

.cat-nav-slider {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.cat-nav-slider-panel .cim-unit{
    display:flex;
    margin:0 35px;
    cursor:pointer;
    text-decoration: none;
}

.cat-slider .slick-arrow {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    border:none;
    outline:none;
    font-size:0;
    width: 31px;
    height: 48px;
    font-size: 0;
    background: url(../img/slider-arrow.svg)no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 20;
    cursor:pointer;
    transition:0.2s;
}

.cat-slider .slick-arrow.slick-next {
    right:-40%;
    transform:rotate(180deg);
}

.cat-slider .slick-arrow.slick-prev {
    left:-40%;
    
}

.cat-slider .slick-arrow:hover {
    transform: scale(0.9);
}

.cat-slider .slick-arrow.slick-next:hover {
    transform:rotate(180deg) scale(0.9);
}


.cat-list-wrapper {
    max-width:1400px;
    color:#FBF8D6;

}

.cat-list-wrapper {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
}

.cat-unit-wrap {
    width:32%;
    margin-right: 2%;
    margin-bottom: 100px;
}

.cat-unit-wrap:nth-child(3n) {
    margin-right: 0;
}

.btn-row {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.btn-row .btn{
    font-family: 'Panton';
    font-size:18px;
    color: #493F3D;
    padding:14px 50px;
    box-sizing:border-box;
    background-color:#FFFBDC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-weight: 600;
    cursor:pointer;
    text-decoration: none;
    outline: none;
    transition:0.2s;
}

.btn-row .btn:hover {
    background-color:#eae8d0;
    box-shadow: 0px 1px 6px 0px rgb(234, 232, 208);
}

.cat-unit {
    text-decoration:none;
    display:block;
    color:#FFFBDC;
    padding-top: 16px;
    box-sizing: border-box;
}

.cat-unit-pic img {
    max-height:190px;
    width:auto;
    display:block;
    margin:auto;
}

.catalog-item-panel {
    color:#FFFBDC;
}

.cat-item-title {
    text-align:center;
    width:100%;
    font-size:20px;
    padding:0 0;
    box-sizing:border-box;
    color:#FFFBDC;
    text-transform:uppercase;
    line-height:1.6;
    text-transform: uppercase;
    font-family: 'Panton';
    margin-bottom: 12px;
}

.cat-unit .cat-car-spec-block {
    opacity:1;
    transform:none;
    transition:none;
}

.cat-car-spec-block .ccs-unit {
    text-align:center;
    font-size:15px;
    margin-bottom: 10px;
}



.cat-item-how-row {
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 252, 217, 0.38);
}

.cat-item-hov-panel {
    position:absolute;
    bottom:0;
    top:0;
    left:0;
    right:0;
    padding:13px;
    box-sizing: border-box;
    display:none;
    padding-top: 205px;
    background: rgba(73, 63, 61, 0.8);
    border: 1px solid #DECCA0;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 40px rgba(255, 252, 217, 0.5);
}

.cat-unit {
    position: relative;
}

.cat-unit:hover .cat-unit-pic {
    z-index:2;
}

.cat-unit-pic {
    position:relative;
}

.cat-unit:hover {
    z-index:2;
}

.cat-unit:hover .cat-car-spec-block {
    opacity:0;
    transition: none;
}

.cat-unit:hover .cat-item-hov-panel {
    z-index:1;
    display:block;
}




.catalog-item-panel {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow:row nowrap;
}

.catalog-item-pic-col {
    width:50%;
    padding-right: 24px;
    box-sizing:border-box;
}

.catalog-item-info-col {
    width:50%;
}

.catalog-item-info-col .inner-page-title{
    text-align:left;
}

.ci-info {
    font-family: 'Panton';
}

.ci-info p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
}


.cim-unit {
    display:none;
    justify-content: center;
    align-items: center;
}

.cim-unit.active {
    display:flex;
}

.cim-mini-wrap {
    width:100%;
    display:flex;
    flex-flow:row wrap;
}

.cim-mini-unit {
    width:32%;
    margin-right:2%;
    margin-bottom: 24px;
    opacity: 0.6;
    cursor:pointer;
}

.cim-mini-unit.active  {
    opacity:1;
}

.cim-mini-unit img {
    width:100%;
}

.cim-mini-unit:nth-child(3n) {
    margin-right: 0;
}


.contact-panel {
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow:row nowrap;
}

.contact-list-col {
    width:250px;
    min-width:250px;
    display:flex;
    align-items: stretch;
    justify-content: center;
    margin-right: 26px;
}

.contact-map-col {
    width:100%;

}

.contact-list-wrap {
    height:590px;
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border:2px solid #FFFBDC;
    background:url(../img/form-bg.jpg)no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
    overflow:auto;
}

.clw-unit{
    width:100%;
    padding:24px 12px;
    box-sizing: border-box;
    border-bottom:1px solid #FFFBDC;
    color:#FFFBDC;
}

.clw-unit:last-child {
    border:none;
}

.clw-unit.active {
    color:#fff;
    box-shadow: inset 0px 9px 8px 5px rgba(0,0,0,0.4);
}

.clw-unit a {
    color:inherit;
    text-decoration: none;
    font-size:15px;
}


.clw-search-input {
    height:50px;
    background-color:#FFFBDC;
    border-radius: 100px;
    padding:10px 20px;
    box-sizing:border-box;
    display:inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
}

.autoComplete_result.no-result {
    pointer-events: none;
    background: none;
    border: none;
    padding-left: 20px;
}

#autoComplete_results_list {
    top:50px;
    background-color: #FFFBDC;
}

.clw-search-input input {
    font-size: 18px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 250px;
}

.autoComplete_result {
    background-color:transparent;
}

.autoComplete_result:hover {
    cursor: pointer;
    background-color: rgb(232, 229, 193);
}

.clw-search-input .clw-btn-submit{
    background: none;
    border: none;
    outline: none;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form-wrap {
    padding-top:40px;
    padding-bottom: 40px;
}

.inner-form-title {
    font-size:20px;
    text-transform: uppercase;
    font-family: 'Panton';
    color: #FFFBDC;
    text-align: center;
    margin-bottom: 42px;
}


.contact-form-wrap form {
    padding:24px;
    box-sizing:border-box;
    width:100%;
    border:2px solid #FFFBDC;
    background:url(../img/form-bg.jpg)no-repeat;
    background-position: 0 0;
    background-size:cover;
}

.triple-row {
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.input-row {
    width:100%;
    margin-right: 18px;
    margin-bottom: 14px;
}

.triple-row .input-row:last-child {
    margin-right: 0;
}

.input-row input {
    background-color:#FFFBDC;
    padding-left:24px;
    box-sizing: border-box;
    width:100%;
    border:none;
    height:50px;
    line-height:50px;
}

.input-row textarea {
    background-color:#FFFBDC;
    padding:12px 24px;
    box-sizing: border-box;
    width:100%;
    border:none;
    height:120px;
    line-height:1.6;
}

.btn-row{
    width:100%;
    display:flex;
    justify-content: flex-end;
    align-items: center;

}

button.btn {
    border:none;
}

.close-n-unit {
    position: absolute;
    top: 0;
    right: 0;
    width:20px;
    height:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.nih-text {
    position: relative;
}





.about-page  {
    color:#FBF8D6;
}

.about-page .inner-page-title{
    text-transform: uppercase;
}

.about-unit-subtitle {
    font-family: 'Panton';
    text-transform: uppercase;
    color: #FFFBDC;
    font-size:20px;
    margin-bottom: 24px;
    padding-left:32px;
    box-sizing: border-box;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.about-unit-cont {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.auc-text {
    margin-right: 30px;
    width:100%;
}

.auc-text p {
    margin-bottom: 24px;
}

.about-unit {
    margin-bottom: 40px;
}


.about-unit:nth-child(2n) .auc-text{
    order:2;
    margin-right: 0;
    margin-left:30px;
}



.news-item {
    margin-bottom:24px;
    padding-bottom:24px;
    border-bottom:1px solid #E7D293;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow:column;
    
}

.news-item-visib-wrap {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow:row nowrap;
    cursor:pointer;
}

.news-pic {
    width:310px;
    min-width:310px;
    margin-right: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.news-text {
    width:100%;
}

.news-title {
    max-width: 1900px;
    margin: auto;
    width: 100%;
    font-weight: 400;
    font-family: 'Panton';
    margin: 0 auto 30px;
    color: #FFFBDC;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    font-size:20px;
    margin-bottom: 12px;
    padding-right: 30px;
    box-sizing: border-box;
}

.news-date {
    font-size:13px;
}

.news-item-text-wrap{
    margin-top:20px;
    font-size:15px;
    line-height: 1.5;
}

.news-list .news-item:last-child {
    border-bottom: 0;
}

.news-pic img {
    box-shadow: 0px 0px 14px -2px rgb(0, 0, 0);
    width:100%;
}


.nih-pic {
    display:flex;
    flex-direction: column;
    align-items: center;
    min-width: 460px;
    width: 460px;
    margin-right: 30px;
    margin-bottom: 12px;
}



.nih-pic-item-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* background: url(../img/frame.png)no-repeat; */
    background-size: 100%;
    width: 100%;
    right: 0;
    margin: auto;
}

.news-pic::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* background: url(../img/frame.png)no-repeat; */
    background-size: 100%;
    width: 100%;
    right: 0;
    margin: auto;
}

.news-item-hidden-wrap {
    display:flex;
    margin-bottom: 12px;
    justify-content: center;
}

.nih-pic-block img {
    width:100%;
    display:flex;
}

.nih-mini-pic-block {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
}

.nih-pic-block {
    width:100%;
}

.nih-mini-item-wrap {
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#fff;
}

.nih-mini-item-wrap {
    width: 22%;
    margin-right: 4%;
    cursor:pointer;
    position: relative;
}

.nih-mini-item-wrap img {
    width:100%;
}


.nih-mini-item-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* background: url(../img/frame.png)no-repeat; */
    background-size: 100%;
    width: 100%;
    right: 0;
    margin: auto;
}

.news-item-hidden-wrap {
    display:none;
}


.news-item.active .news-item-hidden-wrap {
    display:flex;
}

.news-item.active .news-item-visib-wrap{
    display:none;
}

.nih-mini-pic-block {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    width:100%;
}



.nih-mini-item-wrap:nth-child(4n) {
    margin-right: 0;
}

.nih-mini-item-wrap.active img {
    opacity: 0.5;
}



.nih-pic-item-wrap {
    display:none;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}

.nih-pic-item-wrap.active {
    display:flex;
}


.nih-pic-item-wrap img {
    width:100%;
}


.close-news-item {
    position:absolute;
    top:0;
    right:0;
    z-index: 12;
    cursor:pointer;
}

.news-item-hidden-wrap {
    position: relative;
}





.ingrid-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    width:100%;
}

.ingrid-unit {
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px dashed #C3B17E;
    width:45%;
    margin-right: 10%;
    margin-bottom: 12px;
}

.ingrid-unit:nth-child(2n) {
    margin-right: 0;
}

.recipe-step-list {
    margin:32px 0;
}

.recipe-step-list ul {
    list-style: none;
    counter-reset: section;
}

.recipe-step-list ul li {
    font-size:15px;
    padding-left:38px;
    box-sizing: border-box;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
}

.recipe-step-list ul li::after {
    position: absolute;
    border:2px solid #FFFBDC;
    width:24px;
    height:24px;
    box-sizing:border-box;
    border-radius: 100px;
    background:none;
    top:4px;
    font-family: Panton;
    left:0;
    font-size:15px;
    display:flex;
    justify-content: center;
    align-items: center;
    counter-increment: section;                 /* Ð˜Ð½ÐºÑ€ÐµÐ¼ÐµÐ½Ñ‚Ð¸Ñ€ÑƒÐµÑ‚ ÑÑ‡ÐµÑ‚Ñ‡Ð¸Ðº*/
    content:counter(section);
}

.total-info-row {
    display:flex;
    justify-content: flex-start;
    flex-flow:row wrap;
    align-items: center;
    width:100%;
}

.ti-unit {
    width:48%;
    margin-bottom: 12px;
    margin-right: 4%;
    font-size:15px;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.ti-unit p {
    color:#FF9C00;
}

.ti-unit:nth-child(2n) {
    margin-right: 0;
}

.ti-unit img {
    margin-right: 10px;
}

.ti-unit p {
    font-weight:bold;
    margin-right: 10px;
}

@media screen and (max-width:1600px) {
    .cat-slider .slick-arrow.slick-next {
        right:-60%;
        transform:rotate(180deg);
    }
    
    .cat-slider .slick-arrow.slick-prev {
        left: -60%;
    }
}

@media screen and (max-width:1400px) {
    .cat-slider-unit {
        max-width:500px;
    }
}

@media screen and (max-width:1136px) {
    .page-wrapper {
        padding-left:10px;
        padding-right: 10px;
    }

    .total-info-row  {
        flex-direction: column;
        align-items: flex-start;
    }

    .ti-unit  {
        width:100%;
        margin-right:0;
        margin-bottom: 20px
    }
}

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

    .cat-slider .slick-arrow.slick-next {
        right:-80%;
        transform:rotate(180deg);
    }
    
    .cat-slider .slick-arrow.slick-prev {
        left: -80%;
    }

    .cat-slider-unit {
        max-width:450px;
    }

    .inner-page-cont {
        padding-top: 90px;
    }

    .cat-unit-wrap {
        width:48%;
        margin-right: 4%;
    }

    .cat-unit-wrap:nth-child(3n) {
        margin-right: 4%;
    }

    .cat-unit-wrap:nth-child(2n) {
        margin-right: 0;
    }



    .logo-wrapper {
        display:none;
    }

    .header-top-row-wrap {
        display:none;
    }

    .burger-btn {
        display:flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        width: 30px;
        height: 23px;
        position: relative;
        margin-top: 14px;
    }

    .burger-btn span {
        width:100%;
        height:3px;
        border-radius: 10px;
        background-color:#FFFBDC;
        transition: 0.2s;
    }

    .burger-btn.active {
        z-index:10;
    }


    .burger-btn.active span:nth-child(2){
        display:none;
    }

    .burger-btn.active span:nth-child(1) {
        position: absolute;
        transform: rotate(45deg);
        top:0;
        bottom:0;
        margin: auto;
    }

    .burger-btn.active span:nth-child(3) {
        position: absolute;
        transform: rotate(-45deg);
        top:0;
        bottom:0;
        margin: auto;
    }


    .header {
        background:none;
    }

    .mobile-header-wrap {
        display:flex;
        position: fixed;
        left:0;
        top:0;
        width:100%;
        right:0;
        margin:auto;
        background-size: cover;
        height: 50px;
    }

    .mobile-header-wrap::after {
        content: '';
        position: absolute;
        right: -106px;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        background: url(../img/sh-bg.svg);
        z-index: -1;
    }

    .mobile-header-wrap::before {
        content: '';
        position: absolute;
        left: 0;
        height: 100%;
        width: 10px;
        top: 0;
        bottom: 0;
        background: url(../img/sh-bg.svg);
        z-index: -1;
    }

    .mobile-header-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 96px;
        margin-left: 0;
        position: relative;
    }

    .mobile-header-logo::after {
        content:'';
        position: absolute;
        width: 100%;
        height: 50px;
        background:url(../img/logo-mask.svg)no-repeat;
        background-size:cover;
        top:0;
        left:0;
    }

    .mobile-header-logo img {
        width: 94px;
        transform: translate(-1px, 14px);
    }

    .mobile-menu {
        position: fixed;
        top:0;
        right:0;
        bottom:0;
        width:100%;
        max-width:400px;
        width:100%;
        padding:40px;
        box-sizing: border-box;
        background:url(../img/wood-bg.jpg);
        background-repeat: repeat;
        transform: translateX(100%);
        transition: 0.2s;
    }

    .mobile-menu.active {
        transform: translateX(0);
    }

    .mobile-menu ul {
        list-style: none;
    }

    .mobile-menu ul li {
        margin-bottom: 24px;
    }

    .mobile-menu ul li a {
        color: #FFFBDC;
        font-size: 20px;
        line-height: 20px;
        text-decoration:none;
    }

    .main-page-content {
        display:flex;
        flex-direction: column;
        align-items: center;
        height:100%;
        justify-content: center;
    }
}

.catalog-item-main-pic-wrap .inner-page-title {
    display:none;
}

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

    .news-pic {
        min-width:180px;
        width:180px;
    }

    .auc-pic img {
        max-width:180px;
    }

    .contact-panel {
        flex-direction: column;
        align-items: center;
    }


    .contact-list-col {
        order:2;
        width: 100%;
        margin-right: 0;
    }

    .triple-row {
        flex-direction: column;
    }

    .triple-row .input-row{
        width:100%;
        margin-right:0;
    }

    .clw-search-input input {
        width:100%;
    }

    .clw-search-input {
        width:100%;
    }

    .contact-map-col {
        order:1;
    }
    
    .cat-slider .slick-arrow {
        bottom:auto;
        top:-15px;
    }

    .inner-page-cont {
        padding-top: 110px;
    }


    .cat-slider .slick-arrow.slick-next {
        right:-90%;
        transform:rotate(180deg);
    }
    
    .cat-slider .slick-arrow.slick-prev {
        left: -90%;

    }

    .catalog-item-panel {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .catalog-item-info-col .inner-page-title {
        display:none;
    }

    .catalog-item-main-pic-wrap .inner-page-title {
        display:block;
        font-size:32px;
    }

    .cim-unit img {
        max-width:100%;
    }

    .cat-unit-wrap {
        width:100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .catalog-item-pic-col {
        padding-right: 0;
        width:100%;
        margin-top: 24px;
    }

    .catalog-item-info-col {
        width:100%;
    }

    .cat-unit-wrap:nth-child(3n){
        margin-right:0;
    }

    .cat-unit-wrap:nth-child(2n){
        margin-right:0;
    }

    .cat-nav-ico {
        width:100%;
    }

    .cat-nav-ico img {
        width:100%;
    }


    .footer-panel {
        flex-direction:column;
        align-items: center;
        text-align:center;
    }

    .footer-info{
        width:100%;
    }

    .footer-soc-list{
        margin:10px 0;
    }

    .footer-info:last-child {
        text-align:center;
        width:100%;
    }

    .main-page-section {
        height: 100vh;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .cows-panel img.letter-img{
        max-width:100%;
        bottom: 28%;
    }

    .cows-panel img{
        bottom:20%;
    }

    .main-video-cont{
      display:none;
    }

    .mobile-video-cont {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -300%;
        right: -300%;
        display: block;
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: 100%;
    }

    footer {
        font-size:12px;
    }

    .cat-slider-unit {
        max-width:100%;
        width:auto;
    }

    .cat-pic-wrap {
        margin:0 12px 0 0;
        width:50%;
    }

    .cat-slider-text-block {
        padding:0 24px;
        box-sizing: border-box;
    }

    .cat-icons-block {
        display:none;
    }

    .cat-slider .slick-arrow{
        width: 18px;
        height: 28px;
    }

    .contact-list-wrap {
        height:auto;
    }

    .news-item-hidden-wrap {
        flex-direction: column;
        width:100%;
    }

    .nih-pic {
        margin-right: 0;
    }

}

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

    .news-item-visib-wrap {
        flex-direction: column;
    }



  

    .nih-pic {
        width:100%;
        min-width: 1px;
    }

    .news-item {
        flex-direction: column;
    }

    .news-pic {
        width:100%;
        min-width: 1;
        margin-bottom:12px;
     
    }
}

@media screen and (max-width:480px) {
    .cat-car-spec-block {
        display:none;
    }

    .btn-row {
        justify-content: center;
    }
}








.preloader-wrap {
    z-index:100;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:url(../img/wood-bg.jpg);
    background-repeat:repeat;
    background-size:cover;
    display:flex;
    justify-content: center;
    align-items:center;
}

.preloader {
    width: 320px;
    height: 320px;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.preloader img {
    width: auto;
    max-width: 100%;
}

.preloader-circle {
    width: 370px;
    height: 370px;
    border-top:3px solid #FFFBDC;
    position:absolute;
    box-sizing:border-box;
    border-radius: 200px;
    animation:preloader 3s infinite linear;
}

@keyframes preloader {
    0% {
        transform:rotate(0);
    }

    0% {
        transform:rotate(-360deg);
    }
}

@media screen and (max-width:480px) {
    .preloader {
        width:150px;
        height:150px;
    }

    .preloader-circle  {
        width:200px;
        height:200px;
    }
}


.cat-nav-ico {
    width:191px;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}



.cat-nav-hov-pic {
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    opacity: 0;
    transition:0.2s;
}

.cat-nav-ico:hover .cat-nav-hov-pic {
    opacity: 1;
}

.foractivepic {
    display:none;
}

.cim-unit.active .cat-nav-ico img {
    display:none;
}

.cim-unit.active .cat-nav-ico img.foractivepic  {
    display:block;
}

.cat-nav-slider-panel .cim-unit{
    display:flex;
    margin:0 15px;
    cursor:pointer;
    text-decoration: none;
}

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

    .nih-pic {
        width:100%;
        max-width:100%;
        
    }

    .ingrid-list {
        flex-flow:column;
    }

    .close-news-item {
        position: absolute;
        top: 12px;
        right: 11px;
    }

    .ingrid-unit {
        width:100%;
        margin-right:0;
    }

    .cat-nav-slider-panel .cim-unit {
        margin:0 5px;
    } 
   
    .cat-nav-slider-panel .cat-nav-ico {
        width:130px;
    }
   
    .cat-nav-slider-panel .cat-nav-ico img {
        width:auto;
    }
   
     .cat-nav-slider-panel {
         overflow:auto;
     }
   
   
   }
   
   @media screen and (max-width:480px) {
        .cat-nav-slider-panel .cat-nav-ico {
        width: 105px;
    }

    .about-unit-cont {
        flex-direction: column;
    }

    .auc-text {
        margin-right: 0;
    }

    .about-unit:nth-child(2n) .auc-text {
        margin-left:0;
    }

    .about-unit:nth-child(2n) .auc-text {
        order:1;
    }

    .auc-pic {
        order:2;
    }
   }

   @media screen and (max-width:375px) {
    .inner-page-title {
        font-size:30px;
    }
   }

.main-page-content {
    background:url(../img/new-patt3.png)repeat;
}

.main-page-recipe-section .recipe-step-list{
    height: 280px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:8px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width:0;
}


.main-page-content .cat-nav-slider-panel {
    margin-top:10px;
}

.main-page-content .inner-page-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.main-page-content .cat-pic-wrap {
    width: 270px;
}




.news-main-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.news-main-item {
    width:48%;
    margin-right: 4%;
}

.news-main-item:nth-child(2n) {
    margin-right: 0;
}

.news-main-item .news-pic {
    width:100%;
    margin-right: 0;
}

.news-main-item .news-text {
    position: absolute;
    left:30px;
    bottom: 30px;
    width: calc(100% - 60px);
    background-color: rgba(0,0,0,0.5);
    padding:10px;
    box-sizing: border-box;
}

.news-main-item .news-item-visib-wrap {
    position: relative;
}

.news-main-list{
    margin-top:50px;
}

.news-main-more-btn-row {
    justify-content: center;
    align-items: center;
    margin-top:40px;
}

.main-page-recipe-section .news-list{
    display:block;
    width: 100%;
}

.main-page-recipe-section .news-item.active .news-item-hidden-wrap {
    width:100%;
}

.main-page-recipe-section .slick-list {
    padding:0 !important;
}

.main-page-recipe-section .slick-arrow {
    border:none;
    background:none;
    font-size:0;
    outline:none;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../img/slider-arrow.svg)no-repeat;
    background-size:14px;
    background-position: center;
    z-index:2;
    width:30px;
    height:30px;
    cursor:pointer;
    opacity: 1;
}

.main-page-recipe-section .slick-prev {
    left:-20px;
}

.main-page-recipe-section .slick-next {
    right:-20px;
    transform:rotate(180deg);
}

.main-page-news-section .news-main-item {
    color: #FFFBDC;
}

@media screen and (max-width:768px) {
    .main-page-recipe-section .nih-pic {
        width:80%;
        margin:0 auto;
    }

    .main-page-recipe-section .recipe-step-list {
        height:auto;
    }
} 

.main-page-recipe-section .news-title, .main-page-recipe-section .recipes-need-title {
    color:#FF9C00;
}

.main-page-recipe-section .nih-pic{
    min-width:430px;
    width:430px;
}

.news-list-wrap {
    outline:none;
}

.inner-page-title a {
    border:1px solid #FFFBDC;
    padding:6px 12px;
    font-size:12px;
    text-align: center;
    display:inline-block;
    color:#FFFBDC;
    text-decoration: none;
    position: absolute;
    top: -27px;
    left: 90%;
    border-radius: 6px;
}

.inner-page-title span {
    position: relative;
}

.title-all-link {
    display:flex;
    justify-content: center;
    align-items:center;
    white-space: nowrap;
}

.inner-page-title a::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: -5px;
    width: 17px;
    height: 7px;
    border-left: 1px solid #FFFBDC;
    border-bottom: 1px solid #FFFBDC;
    transform: rotate(-21deg);
    background-color: #473a37;
}

.cim-unit img {
    width:100%;
}


.main-page-recipe-section .news-item {
    margin-bottom: 0;
    padding-bottom:0;
}


.animate-title-row{
    display:flex;
    justify-content: center;
    align-items: center;
    width:250px;
    margin-left:auto;
    margin-right: auto;
    position: relative;
    margin-top:24px;
    margin-bottom:42px;
}

.animate-row {
    width:0;
    height:1px;
    background-color:#FFFBDC;

}

.animate-ico {
    position: absolute;
    right:-40px;
    top:0;
    bottom:0;
    width:32px;
    height:25px;
    opacity: 0;
    transform:scale(0.2);
    margin:auto;


}

.main-page-recipe-section .animate-ico {
    background:url(../img/fork.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.main-page-news-section .animate-ico {
    background:url(../img/cal.png)no-repeat;
    background-position: center;
    background-size: 91%;
}

.main-page-production-section .animate-ico {
    background:url(../img/cheese.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.main-page-recipe-section .animate-ico {
   background:url(../img/sprite.png)no-repeat;
    background-position: -2px -210px; 
}

.active .animate-ico {
    animation: aniico 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

.active .animate-row {
    animation: anirow 2s;
    animation-fill-mode: forwards;
}



@keyframes anirow {
    0% {
        width:0;
    }

    100% {
        width:100%;
    }
}


@keyframes aniico {
    0% {
        opacity: 0;
        transform:scale(0.2);
    }

    100% {
        opacity: 1;
        transform:scale(1);
    }
}



.cat-nav-slider-panel .cim-unit{
    display:flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.cim-unit p {
    margin-top:12px;
    color:#FFFBDC;
    font-size:15px;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 17px;
}

.cim-unit.active img {
    transform: scale(1.1);
}


.cim-unit.active::before {
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    width:1px;
    height:1px;
    box-shadow: 0px 0px 100px 50px #FFFBDC;
}

.yellow {
    color: #FF9C00;
}

.news-main-item .news-item-visib-wrap {
    color: #FF9C00;
}



.partner-carousel {
    margin-bottom:40px;
}

.partner-carousel .slick-arrow {
    border:none;
    background:none;
    font-size:0;
    outline:none;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../img/slider-arrow-g.svg)no-repeat;
    background-size:14px;
    background-position: center;
    z-index:2;
    width:30px;
    height:30px;
    cursor:pointer;
    opacity: 1;
}

.partner-carousel .slick-prev {
    left:-50px;
}

.partner-carousel .slick-next {
    right:-50px;
    transform:rotate(180deg);
}

.partner-carousel .pc-unit img {
    max-width:100%;
    filter: grayscale(100%);
    transition:0.2s;
}

.partner-carousel .pc-unit:hover img {
    filter: grayscale(0);
}

.partner-carousel .pc-unit{
    padding:20px;
    box-sizing:border-box;
    display:flex;
    align-items: center;
    justify-content: center;

}

.partner-carousel .slick-track {
    display:flex !important;
    align-items: stretch;
}


.partner-carousel .slick-slide{
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center; 
}









.cat-slider {
    justify-content: center;
    align-items: center;
    display:flex;
}

.cat-slider-unit {
    max-width:350px;
} 

.cim-unit.active img {
    transform: scale(1.1);
    display: none;
}

.cim-unit img {
    width: auto;
}


.news-page .news-title {
    font-weight:600;
    text-transform: uppercase;
}

.slick-slide {
    outline:none;
}

.main-page-production-section .cat-slider {
    display:flex;
    justify-content: center;
    align-items: center;
}

.main-page-production-section .cat-slider .cat-slider-unit {
    max-width:380px;
}


.become-partner {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 182px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100px;
    margin: auto;
}

.partner-carousel-panel {
    position: relative;
}

.become-partner img {
    width:100%;
}

.cat-slider-unit.js-good-slide {
    max-width: 800px;
}

.slick-initialized .cat-slider-unit.slick-current .cat-slider-text-block{
    transform: translateY(20px);
}

