* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Ubuntu', sans-serif;
    background: #F5E7CF;
    color: #000000;
    overflow-x: hidden;
}
.pararalax__img {
    will-change: initial !important;
}

.language {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    margin-top: -6px;
}
.border {
    border-bottom: 3px solid #F98F00;
}
.language a {
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 7px;
    width: 50px;
    text-align: center;
}
.language a::after {
    display: none;
}
.language__active {
    background: #EEEEEE !important;
    box-shadow: none !important;
    display: block !important;
}
.language__none {
    opacity: 0;
    transition: all .3s ease-in-out;

}
.language__active:hover ~ .language__none {
    opacity: 1;
}
.principles__slider__eng div p {
    max-width: 274px !important;
}
.language:hover .language__active {
    border-bottom: 3px solid #F98F00 !important;
}
.language__active:hover {
    border-bottom: 3px solid #F98F00;
}
.language__none:hover {
    opacity: 1;
}
.container {
    max-width: 1150px;
    margin: 0 auto;
}
header .container {
    display: flex;
    height: 161px;
    display: flex;
    justify-content: space-between;
}
header {
    background: #ffffff;
    height: 63px;
    animation: opacity-anim-t .3s ease-in-out;
}
.logo {
    position: relative;
    z-index: 1;
}
a {
    text-decoration: none;
    color: initial;
    cursor: pointer;
}
.certificates__list img {
    max-width: 150px;
}
nav ul {
    display: flex;
    list-style: none;
    margin-top: 22px;
    justify-content: flex-end;
}

.active__nav {
    color:#F18706;
}
.active__nav:hover::after {
    opacity: 0 ;
}
nav ul li {
    padding-right: 47px;
}
nav ul li:last-child {
    padding-right: 0;
}
.last_nav {
    padding-right: 40px;
}
nav ul li a {
    text-transform: uppercase;
    position: relative;
}
nav ul li a:hover::after {
    opacity: 1;
}
nav ul li a::after {
    background: #505D68;
    width: 100%;
    position: absolute;
    height: 3px;
    top: 22px;
    left: 0;
    content: "";
    opacity: 0;
}

/* mission */
.pararalax__img {
    position: absolute;
    width: 3700px;
    bottom: 0;
    z-index: -1;
}
.pararalax-4 {
    bottom: 0;
    height: 459px;
    left: -50%;
}
.pararalax-3 {
    bottom: 20px;
    height: 459px;
    left: -50%;

}
.pararalax-2 {
    bottom: 60px;
    height: 459px;
    left: -50%;
}
.pararalax-1 {
    bottom: 60px;
    height: 459px;
    left: -50%;
}

.pararalax-b-1 {
    height: 697px;
    top: -120px;
    left: -62%;
}
.pararalax-b-2 {
    height: 697px;
    top: -100px;
    left: -62%;
}
.pararalax-b-3 {
    height: 650px;
    object-fit: cover;
    object-position: top;
    top: -100px;
    left: -76%;
}

#duck__meat .duck-pararalax-1 {
    top: 200px;
    left: -60%;
}
#duck__meat .duck-pararalax-2 {
    top: 227px;
    left: -40%;
}
#duck__meat .duck-pararalax-3 {
    top: 227px;
    left: -45%;
}
#duck__meat .duck-pararalax-4 {
    top: 243px;
    left: -35%;
}


#turkey__meat__heading .turkey-pararalax-1 {
    top: 156px;
    left: -53%;
}
#turkey__meat__heading .turkey-pararalax-2 {
    top: 172px;
    left: -54%;
}
#turkey__meat__heading .turkey-pararalax-3 {
    top: 189px;
    left: -44%;
}
#turkey__meat__heading .turkey-pararalax-4 {
    top: 200px;
    left: -63%;
}

#duck__eggs .pararalax-1 {
    height: 436px;
    left: -68%;
    top: -210px;
}
#duck__eggs .pararalax-2 {
    height: 436px;
    top: -194px;
    left: -92%;
}
#duck__eggs .pararalax-3 {
    height: 436px;
    top: -176px;
    left: -24%;
}
#duck__eggs .pararalax-4 {
    height: 800px;
    left: -30%;
    top: -227px;
}





#contact__form .pararalax-1 {
    top: 145px;
    height: 436px;
}
#contact__form .pararalax-2 {
    top: 162px;
    height: 436px;

}
#contact__form .pararalax-3 {
    top: 180px;
    height: 436px;

}
#contact__form .pararalax-4 {
    top: 124px;
    height: 600px;
}


#contact__form .container {
    position: relative;
}

.mission {
    text-align: center;
}
.mission__heading h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    padding-bottom: 21px;
    animation: opacity-anim-t 1s ease-in-out;
}
.mission__heading h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 31px;
    max-width: 607px;
    padding-bottom: 21px;
    margin: 0 auto;
    animation: opacity-anim-t 1s ease-in-out;
}
.mission__heading p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 31px;
    animation: opacity-anim-t 1s ease-in-out;
}    
.mission__list {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.mission__list label {
    animation: opacity-anim-t 1s ease-in-out;
}
.mission__list .mail__input {
    display: flex;
    justify-content: flex-start;
    text-align-last: left;
    max-width: 440px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;   
    animation: opacity-anim-t 1s ease-in-out;
}

.mission__content {
    padding-top: 66px;
    display: flex;
    justify-content: center;
}
.mission__img {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1;
    margin-bottom: 76px;
    animation: opacity-anim 1s ease-in-out;

}
.mission__left {
    margin: 0 180px 107px 0;
}
#mission {
    /* background: url(../img/mission-bg.png) bottom no-repeat;
    background-size: 100% 250px; */
    position: relative;
}

#mission .container {
    position: relative;
    overflow-x: hidden;
}
.milestones__slider {
    animation: opacity-anim 1s ease-in-out;
}
.mission__left img {
    position: relative;
    z-index: 2;
    animation: opacity-anim-t .7s ease-in-out;
}
/* The label__container */
.label__container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 420px;
  }
  
  /* Hide the browser's default radio button */
  .label__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    border: 2px solid #424B5A;
    width: 25px;
    background-color: transparent;
    border-radius: 50%;
  }

  /* When the radio button is checked, add a blue background */
  .label__container:hover .checkmark {
    background-color: transparent;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .label__container:hover .checkmark:after {
    opacity: 1;
  }
  .label__container {
    transition: all .3s ease-in-out;
}
  .label__container:hover {
    font-weight: 500;
  }


  /* Style the indicator (dot/circle) */
  .label__container .checkmark:after {
       top: 3px;
      left: 3px;
      width: 73%;
      height: 73%;
      border-radius: 50%;
      background: #F98F00;
      transition: all .3s ease-in-out;
  }


  /* principles */

  .principles {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 25px 0 52px 0;
      position: relative;
  }
  .principles__heading h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 49px;
    padding-bottom: 26px;
    line-height: 64px;
    max-width: 400px;
    animation: opacity-anim-t .3s ease-in-out;
  }
  .principles__heading p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    max-width: 330px;
    animation: opacity-anim-t .3s ease-in-out;
}

.principles__img {
    position: relative;
    width: 539.22px;
    height: 587.15px;
    background: url(../img/b-bg.png) no-repeat center;
}
.principles__img__dots li {
    position: absolute;
    top: 0;
    margin: 0 !important;
    cursor: pointer;
    z-index: 2;
    max-width: 131.62px;
    max-height: 131.62px;
    animation: opacity-anim-t .3s ease-in-out;
}

.principles__img__dots li {
    width: 135px !important;
    height: 135px !important;
    position: absolute;
}
.principles__img__dots li img {
    width: 130px !important;
    height: 130px !important;
}
.principles__img__dots li:first-child {

    top: 350px !important;
    left: 30px !important;
}

/* .principles__img__dots li:nth-child(2) {
    top: 356px !important;
    right: -226px !important;
} */
.principles__slider__dots {
    pointer-events: none;
}

.principles__img__dots li:nth-child(3) {
    left: -58px !important;
    top: 15px !important;
}
.principles__img__dots li:nth-child(4) {
    top: 165px;
    right: -6px;
}
.principles__img .principles__prev {
    bottom: -3px;
}
.principles__img .principles__next {
    bottom: -3px;
}
.principles__img__dots li:nth-child(5) {
    top: 215px;
    right: -157px;
}
.principles__img__dots li:nth-child(2) {
    top: 163px;
    left: -132px;
}
 
.principles__img__dots {
    top: 0;
}
.principles__img__dots .slick-active::after {
    /* border: 1px solid black;
    border-radius: 100px; */
    width: 130px;
    height: 130px;
    position: absolute;
    content: "";
    border: 1px solid black;
    top: 0;
    left: 0;
    border-radius: 100px;
}
.principles__right {
    animation: opacity-anim 1s ease-in-out;
}

.principles__slider {
    position: absolute !important;
    top: 255px;
    width: 550px;
    animation: opacity-anim-t 1s ease-in-out;
    height: 300px;
}
.principles__img .slick-track {
    display: none;
}
.principles__slider div {
    outline: none;
    text-align: center;
    transition: opacity .3s ease-in-out;
}
.principles__slider div h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    max-width: 250px;
    margin: 0 auto;
}
.principles__slider div p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    max-width: 311px;
    margin: 0 auto;
    padding-top: 0px;
}
.principles__prev {
    position: absolute;
    left: 120px;
    bottom: -60px;
    z-index: 2;
    cursor: pointer;
}
.principles__next {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: 120px;
    bottom: -60px;
}
.principles__slider__dots li button {
    line-height: 0 !important;
    display: block;
    width: 10px !important;
    height: 10px !important;
    padding: 0px !important;
    cursor: pointer;
    border: 2px solid #868686 !important;
    border-radius: 100px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    margin: 0 auto;
}
.principles__slider__dots .slick-active button {
    /* text-align: center;
    border-color: #FCC00F !important;
    padding: 10px !important; */
    background: url(../img/slider-btn-bg.svg) no-repeat center;
    width: 20px !important;
    border: none !important;
    height: 20px !important;
}

.principles__slider__dots li button:before {
    /* font-family: 'slick';
    font-size: 0px !important;
    line-height: 0px !important;
    position: absolute;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #000; */
    display: none;
}
.principles__slider__dots {
    bottom: -50px !important;
}
/* Our brands */

#brands {
    /* background: url(../img/brands-bg.png) no-repeat center top;
    background-size: 100% 670px;
    margin-top: 52px; */
    position: relative;
}
#brands .container {
    position: relative;
}
.footer__bottom a {
    font-weight: bold;
    color: #fff;
}


.brand__right {
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 1;
}
.brand__left {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 1;
}
#brands .container {
    position: relative;
}
#operations .container::before {
    content: "";
    position: absolute;
    background: url(../img/op-bg-img.svg) no-repeat;
    width: 72px;
    height: 59px;
    left: -70px;
    bottom: -10px;
}
.operations__list_1 .operations__item___desc:first-child .operations__content {
    margin-bottom: -40px;
}

.brands__slider {
    width: 835px;
    margin: 0 auto;
    padding: 90px 0 100px 0px;
    animation: opacity-anim-t 1s ease-in-out;
}
.slick-track div {
    outline: none;
}
.brands__heading h2 {
    font-style: normal;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    padding-top: 170px;
    line-height: 64px;
    animation: opacity-anim-t 1s ease-in-out;
}
.brands__next {
    position: absolute;
    top: 32%;
    right: -150px;
    cursor: pointer;
    animation: opacity-anim-t 1s ease-in-out;
}
.brands__prev {
    cursor: pointer;
    position: absolute;
    top: 32%;
    left: -150px;
    animation: opacity-anim-t 1s ease-in-out;
}
.slider__item__main {
    display: flex !important;
    justify-content: center;
}
.slider__item {
    /* margin-right: 61px; */
    text-align: center;
    width: 250px;
    height: 170px;
}
.slider__item p {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
    line-height: 29px;
}
.slider__item:last-child {
    margin-right: 0;
}
.m_r {
    margin-right: 140px;
}
.slider__logo__div {
    position: absolute;
    top: 290px;
    width: 100%;
    z-index: 0;
    text-align: center;
    animation: opacity-anim-t 1s ease-in-out;
}

/* operations */

.operations__heading h2 {
    padding-top: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 64px;
    animation: opacity-anim-t 1s ease-in-out;
}
.operations__heading h3 {
    font-style: normal;
    text-align: center;
    font-weight: normal;
    font-size: 38px;
    line-height: 48px;
    animation: opacity-anim-t 1s ease-in-out;
}
.operations__heading h3 span {
    position: relative;
    cursor: default !important;
}
.operations__heading h3 span::after {
    content: "";
    position: absolute;
    top: 45px;
    height: 1px;
    left: 0;
    background: url(../img/line.svg);
    width: 100%;
}
.operations__span_active::after {
    display: none;
}

.operations__list {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    position: relative;
}

.operations__list_2 {
    margin-top: 120px;
}
.operations__list_2::before {
    background: url(../img/operations__list_2b.svg) no-repeat !important;
    width: 918.5px !important;
    height: 465px !important;
    top: -100px !important;

}
.operations__list::before {
    background: url(../img/op-before.svg) no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 465px;
    left: 220px;
    z-index: -1;
    top: -40px;
}
#operations {
    background: url(../img/op-bg.png) no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    padding-bottom: 40px;
    
}

#operations .container {
    position: relative;
}

.operations__item {
    display: flex;
    width: 380px;
    align-items: flex-end;
    height: 200px;
    position: relative;
    margin-bottom: 48px;
    z-index: 1;
    animation: opacity-anim-t 1s ease-in-out;
}
.operations__heading span {
    transition: all .1s ease-in-out;
}
.products__slider__heading img {
    width: 20px;   
}
.products__slider__heading a {
    margin-right: 10px;
}
.operations__span_active {
    color: #F98F00;
    text-decoration: none !important;
}
.operations__list_2 .operations__item:first-child {
    left: 100px;
    top: -45px;
}
.operations__list_2 .operations__item:nth-child(2) img {
    top: -30px;
    left: 55px;
	opacity: 30%;
}
.operations__list_2 .operations__item:nth-child(3) img {
    left: 15px;
    top: 10px;
	opacity: 30%;
}
.operations__list_2 .operations__item:nth-child(3) .operations__content {
    margin-left: 150px;
}
.operations__list_2 .operations__item:nth-child(4) img {
    top: -60px;
    left: 120px;
}
.operations__list_2 .operations__item:nth-child(5) img {
    top: -50px;
    left: 70px;
}
.operations__list_2 .operations__item:nth-child(6) img {
    top: -30px;
    left: 15px;
}






.operations__list_2 .operations__item:nth-child(5) .operations__content {
    margin-bottom: -20px;
}
.operations__list_2 .operations__item:first-child .operations__content {
    margin-bottom: -25px;
}
.operations__list_1 .operations__item:first-child {
    top: 10px;
    left: 120px;
}
.operations__list_1 .operations__item:nth-child(2) img {
    top: 30px;
    left: 45px;
}
.operations__list_1 .operations__item:nth-child(2) .operations__content {
    margin-bottom: -50px;
}
.operations__list_1 .operations__item:nth-child(3) img {
    left: 15px;
    top: 55px;
}
.operations__list_1 .operations__item:nth-child(3) .operations__content {
    margin-left: 140px;
    margin-bottom: -50px;
}
.operations__list_1 .operations__item:nth-child(4) img {
    top: 0px;
    left: 120px;
}
.operations__list_1 .operations__item:nth-child(5) img {
    top: 0px;
    left: 70px;
}
.operations__list_1 .operations__item:nth-child(5) .operations__content {
    margin-bottom: -30px;
}
.operations__list_1 .operations__item:nth-child(6) img {
    top: 20px;
    left: 20px;
}
.operations__list_1 .operations__item:nth-child(4) .operations__content {
    transform: translateX(90px);
}
.operations__item img:hover {
    cursor: pointer;
}
.operations__content:hover {
    cursor: pointer;
}
.operations__item img:hover ~ .operations__content p {
    color: #F18706;
}
.operations__content:hover p {
    color: #F18706;
}
.operations__item img:hover ~ .operations__content h4 {
    color: #F18706;
}
.operations__content:hover h4 {
    color: #F18706;
}
.operations__item img:hover ~ .operations__content h4 span {
    color: #ffffff;
    background: #F7B570;
    transition: all .2s ease-in-out;
}
.operations__content:hover h4 span {
    color: #ffffff;
    background: #F7B570;
    transition: all .2s ease-in-out;
}
.operations__content h4 span {
    position: relative;
}
.operations__item img:hover ~ .operations__content h4 span::after {
    opacity: 1;
}
.operations__content:hover h4 span::after {
    opacity: 1;
}
.operations__content h4 span::after {
    position: absolute;
    content: "";
    border: 1px solid #F18706;
    width: 47px;
    height: 47px;
    border-radius: 100px;
    left: -6px;
    opacity: 0;
    transition: all .2s ease-in-out;
    top: -6px;
}
.operations__item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.operations__content {
    margin-left: 150px;
    margin-bottom: 0;
    max-width: 230px;
    position: relative;
    z-index: 2;
}
.operations__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding-left: 50px;
    line-height: 21px;
    transition: all .3s ease-in-out;
}
.operations__item h4 {
    font-style: normal;
    display: flex;
    align-items: start;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    transition: all .3s ease-in-out;
}
.operations__item h4 span {
    background: #D8D8D8;
  

    padding: 3px 13px;
    margin-right: 10px;
    text-align: center;
    border-radius: 100px;
}
.operations__item:nth-child(2) {
    animation-duration: 1.2s;
}
.operations__item:nth-child(3) {
    animation-duration: 1.4s;
}
.operations__item:nth-child(4) {
    animation-duration: 2s;
}
.operations__item:nth-child(5) {
    animation-duration: 1.8s;
}
.operations__item:nth-child(6) {
    animation-duration: 1.6s;
}


/* production */

.production {
    display: flex;
    color: #ffffff;
    padding: 70px 0 100px 0;
    position: relative;
}
#production {
    background: url(../img/prod-bg.png) no-repeat bottom;
    background-size: cover;
}
.production__heding {
    margin-right: 60px;

}
.slick-arrow {
    z-index: 2;
}
.add {
    position: relative;
    z-index: 2;
    font-style: normal;
    font-weight: bold !important;
    font-size: 21px !important;
    line-height: 31px !important;
    color: #000000;
    padding-top: 38px;
}
.production__heding h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 66px;
    position: relative;
    z-index: 2;
    animation: opacity-anim-t 1s ease-in-out;
    max-width: 250px;
}
.production__heding p {
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 2;
    font-size: 14px;
    animation: opacity-anim-t 1s ease-in-out;
    line-height: 21px;
    max-width: 300px;
}
.production__slider {
    margin-top: 74px;
    height: 570px;
    animation: opacity-anim 1s ease-in-out;
    position: initial !important;
}
.production__slider__dots:nth-child(2) {
    display: none;
}
#production {
    display: flex;
    overflow: hidden;
    position: relative;
}
.production__prev {
    position: absolute;
    left: -20px;
    bottom: 145px;
    width: 43px;
    height: 43px;
    cursor: pointer;
    z-index: 2;
}
.production__slider__dots {
    margin-left: 30px !important;
    bottom: 11px !important;
    animation: opacity-anim 1s ease-in-out;
}
.production__slider__dots li {
    border: 2px solid #fff;
    border-radius: 100px;
    height: 10px !important;
    padding: 0 !important;
    width: 10px !important;
    margin: 0 8px !important;
}
.production__slider__dots li button {
    display: none;
}
.production__slider div p {
    padding-top: 19px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}
.production__slider__dots li button::before {
    display: none;
}
.production__slider__dots li.slick-active {
    border: none;
    background: #424B5A;
    border: 2px solid #424B5A;
}

.production__next {
    position: absolute;
    right: 50px;
    cursor: pointer;
    z-index: 2;
    width: 43px;
    height: 43px;
    bottom: 145px !important;
    bottom: 0;
}
.production__slider .slick-slide {
    margin-right: 50px;
}
.production__slider__dots {
    left: 0px !important;
    text-align: left !important;
}

/* milestones */
.milestones__heading {
    margin-bottom: 50px;
}
.milestones__heading h2 {
    padding-top: 53px;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    animation: opacity-anim-t 1s ease-in-out;
}
#milestones { 
    background: url(../img/mile-bg.png) no-repeat left bottom;
    background-size: 100% 300px;
    padding-bottom: 60px;
    background-position-y: 310px;
}
.milestones__slider div h4, .milestones__mob div h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 31px;
    text-align: center;

    color: #000000;
}
.milestones__slider .milestones__slider__item span {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    background: #F18706;
    border-radius: 100px;
    padding: 5px 12px;
}
.milestones__mob div span {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    background: #F18706;
    border-radius: 100px;
    padding: 5px 12px;
}
.milestones__prev {
    position: absolute;
    bottom: 35%;
    left: -30px;
    cursor: pointer;
}
.milestones__next {
    position: absolute;
    bottom: 35%;
    right: -30px;
    cursor: pointer;
}
.milestones__slider .milestones__slider__item {
    text-align: center;
    margin-right: 30px;
    margin-top: 138px;
}
.milestones__mob div {
    text-align: center;
    width: 170px;
}
.milestones__mob {
    margin: 0 auto;
    display: flex;
    max-width: 350px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.milestones__mob {
    display: none;
}

.milestones__slider div h5, .milestones__mob div h5 {
    font-style: normal;
    font-weight: bold;
    margin-top: 25px;
    font-size: 21px;
    line-height: 31px;

    text-align: center;
    
    color: #000000;
}

.milestones__slider div p, .milestones__mob div p {
    font-style: normal;
    padding-top: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}
.milestones__slider {
    display: flex !important;
    margin: 0 auto;
}

/* clients */

.clients__heding h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    padding-top: 104px;
    animation: opacity-anim 1s ease-in-out;
}

/* footer  */
.footer__logo {
    position: relative;
    z-index: 1;
}
footer {
    height: 100px;
    animation: opacity-anim 1s ease-in-out;
}
.footer__nav {
    background: #ffffff;
    height: 100px;
}
.footer__nav nav {
    display: flex;
}
.copyright {
    margin-left: 60px;
}
.footer__nav nav ul {
    margin-top: 45px;
}
.footer__nav .container {
    display: flex;
    justify-content: space-between;
}
.copyright p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #6C6C6C;
    margin-top: 45px;
}
.footer__bottom {
    text-align: right;
    background: #F98F00;
    padding-top: 45px;
    height: 100%;
}
.footer__bottom p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #F5E7CF;
}

.clients__prev {
    position: absolute;
    left: -30px;
    bottom: 3px;
    z-index: 2;
    cursor: pointer;
}
.clients__next {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: -30px;
    bottom: 3px;
}
.clients {
    padding-bottom: 120px;
}
.clients__heding {
    padding-bottom: 40px;
}



/* Products Page */

.duck__meat__heading h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 64px;
    animation: opacity-anim-t 1s ease-in-out;

text-transform: uppercase;
}

.duck__meat__heading p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 7px;
    max-width: 413px;
    animation: opacity-anim-t 1s ease-in-out;
}
.duck__meat {
    padding-top: 153px;
    display: flex;
}
#duck__meat {
    /* background: url(../img/duck-meat-bg.png) no-repeat center bottom;
    background-size: 100% 300px;
    padding-bottom: 150px;
    background-position-y: 325px; */
    padding-bottom: 100px;
}
#duck__meat .container {
    position: relative;
}


.products__prev {
    position: absolute;
    left: -60px;
    bottom: 133px;
    z-index: 2;
    cursor: pointer;
}
.products__next {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: -30px;
    bottom: 133px;
}
.duck-meat-img-2 {
    width: 150.56px;
    height: 151.5px;
    margin-right: 210px;
    z-index: 2;
    transform: translateY(161px);
}
.duck-meat-img-1 {
    transform: translateY(110px);
    z-index: 2;
}
#white__duck {
    background: url(../img/white-duck-bg.svg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    color: #FFDCA0;
    padding-bottom: 115px;
}
.white__duck__heading h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 10px;
    color: #fff;
    animation: opacity-anim-t 1s ease-in-out;
}
.white__duck__heading {
    margin-bottom: -50px;
    padding-top: 50px;
}
.white__duck__content {
    display: flex;
    justify-content: space-between;
}
.item__container img {
    width: 46.83px;
    height: 55.83px;
    border-radius: 100px;
    padding: 12px 5px;
    background: #fff;
}
.white__duck__left__item {
    display: flex;
    align-items: center;
    max-width: 363px;
    animation: opacity-anim-t 1s ease-in-out;
    margin-bottom: 20px;
}
.white__duck__left {
    margin-top: 95px;
}
.white__duck__left__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    transition: color .3s ease-in-out;
    line-height: 24px;
    width: 300px;
}
.white__duck__left__item svg {
    margin-right: 25px;
    width: 65px;
    transition: all .3s ease-in-out;
    fill: #FFDCA0;
}
.white__duck__left__item:hover svg {
    fill: #FFFFFF;
}
.white__duck__left__item:hover p {
    color: #FFFFFF;
}
svg path {
    stroke:inherit;
    stroke-width:inherit;
    fill:inherit;
}
.op_vis {
    visibility: visible !important;
    animation-name: opacity-anim !important;
}

.white__duck__right__bottom__item {
    display: flex;
    padding-bottom: 25px;
    position: relative;
    padding: 13px 0 13px 0;
    transition: all .3s ease-in-out;
}
.white__duck__right__bottom__item:hover {
    background: rgb(248, 161, 41);
}

.white__duck__right__bottom__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    top: 0;
}
.white__duck__right__bottom__item h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 21px;
    width: 140px;
    color: #FFFFFF;
    margin-left: 15px;
}
.coop__tab__item .white__duck__right__bottom__item:hover {
    background: transparent !important;
}
.white__duck__right__bottom__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    width: 110px;
    margin-left: 50px;
    padding-top: 3px;
}

.item__container:hover .white__duck__right__bottom__item {
    background: rgb(248, 161, 41);
}
.duck__eggs .white__duck__right__bottom__item {
    padding: 20px 0 20px 0;
}
.white__duck__right__bottom__item {
    animation: opacity-anim 1s ease-in-out;
}













.white__duck__right__bottom__item1 {
    display: flex;
    padding-bottom: 25px;
    position: relative;
    padding: 13px 0 13px 0;
    transition: all .3s ease-in-out;
}
.white__duck__right__bottom__item1:hover {
    background: rgb(248, 161, 41);
}

.white__duck__right__bottom__item1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    top: 0;
}
.white__duck__right__bottom__item1 h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 21px;
    width: 140px;
    color: #FFFFFF;
    margin-left: 15px;
}
.coop__tab__item .white__duck__right__bottom__item1:hover {
    background: transparent !important;
}
.white__duck__right__bottom__item1 p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    width: 100px;
    margin-left: 50px;
}

.item__container:hover .white__duck__right__bottom__item1 {
    background: rgb(248, 161, 41);
}
.duck__eggs .white__duck__right__bottom__item1 {
    padding: 20px 0 20px 0;
}
.white__duck__right__bottom__item1 {
    animation: opacity-anim 1s ease-in-out;
}




.white__duck__right__bottom {
    margin-top: 20px;
}
.white__duck__right {
    margin-left: 100px;
    max-width: 688px;
}


.modal__wrapper {
    position: absolute;
    z-index: 5;
    margin-top: -125px;
    width: 100%;
    left: 0;
}
form button {
    outline: none;
}
.white__duck__slider__bottom {
    display: none;
}
.modal {
    margin: 0 auto;
    display: flex;
    max-width: 480px;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 40px 30px;
    background: #F98F00;
    border-radius: 5px;
    border: 1px solid #fff;
}
.modal img {
    position: absolute;
    top: 5px;
    right: 9px;
    cursor: pointer;
}
.modal p {
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 30px;
    /* or 113% */
    
    text-align: center;
    
    color: #FFFFFF;
}
.tab__coop__active {
    display: block !important;
    animation: tab__coop__active .3s ease-in-out;
}
@keyframes tab__coop__active {
    0%{ opacity: 0;}
    100%{ opacity: 1;};
    }
.item__container {
    position: relative;
}
.coop__tab__item .item__container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #FFFFFF;
}

.coop__tab__item .item__container:first-child::before {
    display: none;
}
.coop__tab__item h5 {
    width: 110px !important;
    margin-right: 20px;
}
.coop__tab__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    /* or 107% */
    
    
    color: #FFFFFF;
}
.coop__tab__item {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}
.coop__tab__list p {
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 16px;
    /* or 107% */
    
    
    color: #FFFFFF;
    
    margin-right: 40px;
}
.coop__tab__list p:last-child {
    margin-right: 0;
}
.coop__tab__list {
    display: flex;
    justify-content: center;
}
.coop__tab__item {
    display: none;
}
.first::before {
    display: none !important;
}

.last__item p {
    margin-right: 15px;
    width: 300px !important;
    margin-left: 25px !important;
}
.last__item p {
    width: 100%;
    margin-left: 70px;
}
.white__duck__right__mob .principles__prev {
    top: 0;
}

.white__duck__right__mob .principles__next {
    top: 0;
}
.white__duck__mob__bottom__item {
    display: flex;
    padding-bottom: 20px;
    position: relative;
}
.white__duck__mob__bottom__item::before {
    content: "";
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
}
#turkey__meat .principles__slider__dots {
    top: 480px;
}

.white__duck__mob__eng .principles__slider__dots {
    top: 416px !important;
}
#white__duck .principles__slider__dots {
    top: 505px;
}
.white__duck__mob__bottom__item h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    width: 210px;
    margin-right: 30px;
    
    
    color: #FFFFFF;
}
.white__duck__mob__bottom__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    
    
    color: #FFFFFF;
    
    width: 434px;
}
.white__duck__right__mob .principles__slider__dots {
    top: 400px;
}
.white__duck__right__top__item {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 80px;
    height: 105px;
    outline: none;
    animation: opacity-anim-t 1s ease-in-out;
    width: 61px;
}
.white__duck__right__top {
    margin-right: 18px;
    margin-right: 18px;
    display: flex;
    justify-content: flex-end;
}
.white__duck__right__top1 {
    display: flex;
    justify-content: flex-end;
}
.white__duck__right__top2 {
    display: flex;
    justify-content: flex-end;
}
.footer__logo img {
    width: 200px;
    margin-top: -1px;
}
.stars {
    display: flex;
}
.white__duck__right__top__item p {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    padding-top: 20px;
    line-height: 21px;
    color: #FFFFFF;
    text-transform: uppercase;    
}
#turkey__meat {
    background: url(../img/turkey-bg.svg) no-repeat center bottom;
    background-size: cover;
    color: #FFDCA0;  
    padding-bottom:80px;
    background-position-y: -10px;
    position: relative;
}
#turkey__meat__heading {
    /* background: url(../img/duck-meat-bg.png) no-repeat center bottom;
    background-size: 100% 250px;
    padding: 100px 0 100px 0;
    background-position-y: 297px; */
    padding-bottom: 100px;
}

#turkey__meat__heading {
    position: relative;
    padding-top: 100px;
}

.turkey__meat-img-2, .turkey__meat-img-1 {
    position: relative;
    z-index: 2;
}
#turkey__meat__heading .container {
    position: relative;
}
.turkey__meat__heading h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    animation: opacity-anim-t 1s ease-in-out;
    line-height: 64px;
    /* identical to box height, or 152% */
    
    text-transform: uppercase;
    
    color: #000000;
}
.turkey__meat-img-2 {
    width: 166.64px;
    height: 150.47px;
    margin-right: 185px;
    transform: translateY(190px);
}
.turkey__meat__heading p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    animation: opacity-anim-t 1s ease-in-out;
    
    
    color: #000000;
    max-width: 400px;    
}
.turkey__meat-img-1 {
    transform: translateY(65px);
}
#turkey__meat__heading .container {
    display: flex;
}
.products__slider_sec {
    animation: opacity-anim 1s ease-in-out;
}


.cooking__ideas__heading h2 {
    font-style: normal;
font-weight: bold;
font-size: 50px;
line-height: 64px;
animation: opacity-anim-t 1s ease-in-out;
/* identical to box height, or 128% */
margin-top: 50px;

color: #000000;
}
.cooking__ideas__heading-p {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    animation: opacity-anim-t 1s ease-in-out;
    line-height: 38px;
    /* identical to box height, or 136% */
    
    color: #000000;
    padding-top: 11px;
}
.cooking__ideas__content {
    margin-top: 67px;
    display: flex;
}
.cooking__ideas__left h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    /* identical to box height, or 136% */
    margin-bottom: 46px;
    margin-top: 35px;
    position: relative;
    animation: opacity-anim 1s ease-in-out;
    
    color: #000000;
}
.cooking__ideas__left {
    position: relative;
    width: 550px;
}
.cooking__ideas__left p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    margin-left: 27px;
    position: relative;
    animation: opacity-anim 1s ease-in-out;
    color: #5C5C5C;
    margin-bottom: 26px;
}
.cooking__ideas__left h3::after {
    position: absolute;
    content: "";
    background: #4B4B4B;
    width: 100%;
    height: 1px !important;
    top: 60px;
    left: 0;
}
.cooking__ideas__left p::before {
    content: "";
    border: 1px solid #4B4B4B;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    top: 5px;
    left: -26px;
    position: absolute;
}
.cooking__ideas__right {
    margin-left: 30px;
}
.cooking__ideas__right__item h3 {
    font-style: normal;
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 28px;
    animation: opacity-anim 1s ease-in-out;
    line-height: 38px;
    /* identical to box height, or 136% */
    
    
    color: #000000;
    
}
.cooking__ideas__right__item h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    animation: opacity-anim 1s ease-in-out;
    line-height: 38px;
    /* identical to box height, or 237% */
    
    
    color: #000000;
    margin-bottom: 25px;
    margin-top: 55px;    
}
.cooking__ideas__right__item p {
    font-style: normal;
    font-weight: normal;
    animation: opacity-anim 1s ease-in-out;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 21px;
    /* or 150% */
    
    
    color: #595959;
        
}
.products__slider__heading {
    text-align: left;
    margin-top: 40px;
}

.products__slider__heading h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    margin: 21px 0 7px 0;
    line-height: 38px;
    /* identical to box height, or 136% */
    color: #000000;  
}
.products__slider {
    margin-top: 90px;
    margin-bottom: 157px;
}
.products__slider__item p {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 31px;
    padding-top: 26px;
    /* or 148% */
    
    
    color: #000000;   
}
.products__slider__item {
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-right: 20px !important;
    display: flex;
    justify-content: center;
}
.products__slider__item__img {
    height: 140px;
    display: flex;
    align-items: center;
}

.products__slider {
    width: 1210px;
}
.cooking__ideas__item { display: none; }
.cooking__ideas__item:first-child { display: block; }
.products__slider img {
    transition: all .1s ease-in-out;
}
.products__slider .products__active img {
    border: 2px solid #F18706;
    padding: 10px;
}
.products__slider .slick-current p {
    padding-top: 27px;
}
.products__slider__link {
    outline: none;
}

#certificates {
    background: #F98F00;
    padding: 74px 0 53px 0;
    text-align: center;
}
.certificates h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    animation: opacity-anim-t 1s ease-in-out;
    line-height: 64px;
    /* identical to box height, or 128% */
    
    text-align: center;
    
    color: #000000;
    margin-bottom: 13px;
}
.certificates p {
    font-style: normal;
    font-weight: normal;
    animation: opacity-anim-t 1s ease-in-out;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    
    text-align: center;
    
    color: #000000;
    max-width: 595px;
    margin: 0 auto;     
}
.certificates__list {
    display: flex;
    animation: opacity-anim-t 1s ease-in-out;
    align-items: center;
    justify-content: center;
    margin-top: 58px;
}
.certificates__list img {
    margin-right: 11px;
}
.certificates__list img:last-child {
    margin-right: 0;
}

.cooperation__heading h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    /* identical to box height, or 128% */
    animation: opacity-anim-t 1s ease-in-out;
    
    color: #000000;
}
.cooperation__heading p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    animation: opacity-anim-t 1s ease-in-out;
    max-width: 454px;
    padding-top: 33px;
    padding-bottom: 53px;
    
    color: #6C6C6C;
    
}
.cooperation__table__item {
    display: flex;
    padding: 12px 0 12px 0;
    position: relative;
    transition: all .3s ease-in-out;
}
.cooperation__table__item:hover {
    background: rgb(246, 213, 166);

}
.cooperation__table__item::before {
    background: #F18706;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}
#cooperation {
    position: relative;
}
.cooperation__img {
    position: absolute;
    top: 260px;
    animation: opacity-anim 1s ease-in-out;
    right: 0;
}
.cooperation__table {
    max-width: 444px;
    animation: opacity-anim 1s ease-in-out;
}
.cooperation__table h5 {
    font-style: normal;
    margin-left: 15px;
    margin-right: 53px;
    font-weight: bold;
    font-size: 13px;
    line-height: 21px;
    /* identical to box height, or 162% */
    width: 100px;
    
    color: #000000;    
}

.cooperation__table p {
    font-style: normal;
    font-weight: normal;
    max-width: 267px;
    font-size: 12px;
    margin-right: 15px;
    line-height: 16px;
    /* identical to box height, or 133% */
	padding-top: 3px;
    
    
    color: #000000;
}
.cooperation {
    padding-top: 158px;
}
#duck__eggs {
    /* padding: 150px 0 73px 0;
    background: url(../img/eggs-bg.svg) no-repeat center top;
    background-size: cover; */
    position: relative;
    margin-top: 140px;
    padding-bottom: 85px;
    background-position-y: 27px !important;
}
#duck__eggs .container {
    position: relative;
}


.duck__eggs_table {
    margin-left: 130px;
    margin-top: 70px;
    color: #FFDCA3;
    animation: opacity-anim 1s ease-in-out;
}
.duck__eggss__heading img {
    animation: opacity-anim 1s ease-in-out;
}
.duck__eggss__heading h2 {
    font-style: normal;
    font-weight: bold;
    margin-bottom: 66px;
    font-size: 50px;
    animation: opacity-anim-t 1s ease-in-out;
    line-height: 64px;
    /* identical to box height, or 128% */
    
    
    color: #000000;
}
.duck__eggss__heading p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 24px;
    animation: opacity-anim-t 1s ease-in-out;

    color: #FFFFFF;
}
.duck__eggs {
    display: flex;
}
.item__container {
    display: flex;
    align-items: center;
}
.item__container img {
    margin-right: 13px;
    /* margin-top: 15px; */
    max-height: 45px;
}

.contact__content__top {
    display: flex;
}
.contact__content__top h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 31px;
    /* identical to box height, or 148% */
    
    
    color: #000000;
}
.contact {
    display: flex;
}
.contact__heading h2 {
    font-style: normal;
    font-weight: bold;
    animation: opacity-anim-t 1s ease-in-out;
    font-size: 50px;
    line-height: 64px;
    /* identical to box height, or 128% */
    
    text-align: center;
    
    color: #000000;
    width: 300px;    
}
.contact__content {
    margin-left: 116px;
}
.headquarters {
    margin-right: 110px;
}
.headquarters:last-child {
    margin-right: 0;
}
.headquarters h3 {
    animation: opacity-anim-t 1s ease-in-out;
}

.headquarters__item {
    display: flex;
    align-items: flex-start;
    max-width: 390px;
    margin-top: 20px;
    animation: opacity-anim 1s ease-in-out;
}
.headquarters__item img {
    margin-right: 33px;
}
.headquarters__item p, .headquarters__item a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    min-width: 230px;
    /* or 150% */
    color: #6C6C6C;
}
.contact__bottom__item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    animation: opacity-anim-t 1s ease-in-out;
}
.contact__bottom__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 31px;
    /* identical to box height, or 163% */
    width: 209px;
    color: #6C6C6C;
    margin-right: 100px;
}
.contact__bottom__item a {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.contact__bottom__item a img {
    margin-right: 12px;
}
.contact__bottom__item a:last-child {
    margin-right: 0;
}
.contact__bottom {
    margin-top: 88px;
}
.contact__form {
    display: flex;
    margin-top: 127px;
}
.contact__form form {
    display: flex;
    animation: opacity-anim 1s ease-in-out;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-left: 90px;
}
.contact__form__heading {
    padding-left: 10px;
}
.contact__form__heading h2 {
    font-style: normal;
    animation: opacity-anim-t 1s ease-in-out;
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    color: #000000;
    max-width: 274px;
    margin-bottom: 15px;
    margin-right: 81px;
    position: relative;
    z-index: 1;
}
.contact__form__heading p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    animation: opacity-anim-t 1s ease-in-out;
    line-height: 24px;
    color: #505D68;
    max-width: 277px;
    position: relative;z-index: 1;
}
#contact__form {
    /* background: url(../img/contact-form-bg.png) no-repeat;
    background-size: 100% 700px;
    background-position-y: 25px;
    padding-bottom: 150px; */
    position: relative;
    padding-bottom: 150px;
}


.mail__input {
    position: relative;
}
label input {
    width: 100%;
    padding-left: 40px !important;
}
.mail__input::before {
    position: absolute;
    background: url(../img/calendar.svg) no-repeat;
    width: 24px;
    height: 24px;
    content: "";
    left: 8px;
    top: 8px;
}
form {
    width: 423px;
    margin-right: 55px;
}
form p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    margin-top: 24px;
    color: #505D68;    
}
.container1__ukr {
    left: 2.3px;
}
form input, form textarea {
    font-style: normal;
    border: 1px solid #6C6C6C;
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    color: #6C6C6C;
    padding: 11px 8px;
    outline: none;
}
form button {
    margin-top: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    
    text-align: center;
    text-transform: uppercase;
    
    color: #FFFFFF;
    background: #F98F00;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 14px 16px;
    cursor: pointer;    
}
form input:focus, form textarea:focus {
    border-color: #F18706;
}

.slider__item img {
    margin: 0 auto;
}
.container1 {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    margin-top: 26px;
    /* or 150% */
    
    
    color: #FFFFFF;
    
  }
  
  /* Hide the browser's default checkbox */
  .container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #F98F00;
    border: 4px solid #FFEEB8;
    border-radius: 5px;
  }
  
  
  
  /* When the checkbox is checked, add a blue background */
  .container1 input:checked ~ .checkmark1 {
    background-color: #FFEEB8;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark1:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container1 input:checked ~ .checkmark1:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container1 .checkmark1:after {
    left: 1.3px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid #F98F00;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/* RESPONSIVE */










.menu__close {
    display: none;
}
.menu__open {
    display: none;
}
.principles__img__slider {
    display: none !important;
}

.brands__slider__mob {
    display: none !important;
}


.principles__img__slider .slick-current img {
    border: 1px solid black;
    border-radius: 100px;
}
.clients__slider {
    animation: opacity-anim 1s ease-in-out;
}
.clients__slider .slick-list {
    margin-left: 110px;
}
.clients__slider__item img {
    width: 120px;
}

.contact__content a {
    transition: color .2s ease-in-out;
}
.contact__content a:hover {
    color: #F98F00;
}
#production .container {
    display: flex;
}
.production__slider__dots {
    top: 500px
}



/* ANIMATION */


@keyframes opacity-anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opacity-anim-t {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}