*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/*font-family: 'Lato', sans-serif;*/

button {
    background: linear-gradient(360deg, #5C7D05 0%, #B9E740 117.86%);
    border-radius: 70px;
    padding: 12px 40px;
    cursor: pointer;
    color: var(--white-second);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border: 0px;
}

button:hover {
    background: linear-gradient(360deg, #394f02 0%, #9ed414 117.86%);
}

button:active {
    background: linear-gradient(360deg, #223001 0%, #6b9403 117.86%);
}

:root {
  --gray: #4A4A4A;
  --green-one: #093626;
  --white: #FDFDFD;
  --white-second: #ffffff;
  --blue: #2A275E;
  --second-gray: #4A4A4A;
  --three-gray: #979797;
  --second-green: #9CC336;
  --white-three: #F8F8F8;
  --gray-four: #4E4E4E;
  --gray-five: #505D68;
  --gray-six: #A5A5A5;
  --white-opacity: rgba(255, 255, 255, 0.9);
}

/*header styles*/

.header-container {
    display: flex;
    max-width: 1187px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.logo-img {
    max-width: 113px;
    max-height: 97px;
}

.list-header-nav {
    display: flex;
}

.header-nav-item {
    margin-right: 40px;
}

.header-nav-item:last-child {
    margin-right: 0;
}

.link-nav-header {
    color: var(--gray);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
}

.link-nav-header::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1.5px;
    background-color: var(--gray);
}

.link-nav-header::before {
    transition: width 0.35s;
}

.link-nav-header:hover:before {
    width: 100%;
}

.list-lang {
    display: flex;
}

.item-lang {
    margin-right: 8px;
}

.item-lang:last-child {
    margin-right: 0;
}

.link-lang {
    color: var(--gray);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
}

.curent-link {
    font-weight: 700;
}

.where-i-can-buy {
    color: var(--green-one);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
}

/*main*/

.section-container {
    display: flex;
    max-width: 1187px;
    margin: 0 auto;
}

/*section-one*/

.container-for-first-sec {
    flex-direction: column;
    padding-top: 146px;
    padding-bottom: 76px;
}

.section-background {
    background: url(../img/background.jpg), linear-gradient(0deg, rgba(156, 195, 54, 0.2), rgba(156, 195, 54, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #9CC336;
}

.title-first-section {
    margin: 0 auto;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 100px;
}

.list-section-one {
    display: flex;
    margin-bottom: 56px;
}

.description-list-sec-one {
    color: var(--white-second);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    max-width: 186px;
}

.svg-list-first-section {
    width: 65px; 
    height: 70px;
    margin-bottom: 20px;
}

.item-sec-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 65px;
}

.item-sec-one:last-child {
    margin-right: 0;
}

.make-order-btn {
    margin: 0 auto;
}

/* section-two */

.title-for-all-another-section {
    color: var(--blue);
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.title-for-all-another-section::after {
    content: '';
    display: block;
    background-color: var(--second-gray);
    height: 3px;
    width: 77px;
    margin: 20px auto 0 auto;
}

.second-container {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 53px;
}

.title-card {
    color: var(--gray);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 16px 0;
    text-align: center;
}

.item-product {
    max-width: fit-content;
    margin-right: 20px;
}

.item-product:nth-child(4) {
    margin-right: 0;
}

.item-product:nth-child(8) {
    margin-right: 0;
}

.item-product:nth-child(-n+4) {
    margin-bottom: 30px;
}

.description-card {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: var(--three-gray);
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
}

.bold-descr {
    font-weight: 700;
}

.first-span {
    margin-bottom: 10px;
}

.link-card {
    color: var(--second-green);
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    position: relative;
}

.link-card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1.5px;
    background-color: var(--second-green);
}

.link-card::before {
    transition: width 0.35s;
}

.link-card:hover:before {
    width: 100%;
}

.card-cont {
    padding-bottom: 26px;
    border: 1px solid #D0D0D0;
    border-radius: 15px;
}

.cont-bottom {
    padding: 0 42px;
}

.list-products {
    display: flex;
    flex-wrap: wrap;
}

/* section three */

.background-sec-three {
    background-color: var(--white-three);
}

.after-blue-title {
    color: var(--blue);
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.after-blue-title::after {
    content: '';
    display: block;
    background-color: var(--blue);
    height: 3px;
    width: 77px;
    margin: 20px auto 0 auto;
}

.proccess-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right: 100px;
}

.cont-three {
    flex-direction: column;
    padding: 30px 0 14px 0;
}

.svg-proccess {
    max-width: 65px;
    max-height: 70px;
    margin-bottom: 14px;
}

.svg-arrow {
    max-width: 80px;
    max-height: 8px;
    margin-bottom: 14px;
    position: relative;
    top: 0;
    left: 100px;
}

.proccess-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: var(--gray);
    margin-bottom: 18px;
    text-align: center;
}

.proccess-desr {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--gray-four);
    max-width: 1058px;
    text-align: center;
}

.proccess-list {
    display: flex;
    align-items: baseline;
    max-width: 1059;
    margin: 0 auto;
}

.proccess-item:nth-child(1) .proccess-desr {
    max-width: 180px;
}

.proccess-item:nth-child(3) .proccess-desr {
    max-width: 260px;
}

.proccess-item:nth-child(2) .proccess-title {
    white-space: nowrap;
}

.proccess-item:nth-child(2) .svg-arrow {
    left: 150px;
}

.proccess-item:nth-child(4) .svg-proccess {
    margin-bottom: 34px;
}

.proccess-item:nth-child(3) .svg-arrow {
    left: 160px;
}

.proccess-item:nth-child(4) .proccess-desr {
    max-width: 190px;
    margin-bottom: 8px;
}

.proccess-item:nth-child(4) .proccess-title {
    margin-bottom: 4px;
}

.proccess-item:last-child {
    margin-right: 0;
}

/* section four */
.four-sec {
    padding: 70px 0 52px 0;
    flex-direction: column;
}

.descr-four {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--gray-four);
    max-width: 140px;
    text-align: center;
}

.svg-four {
    max-width: 55px;
    max-height: 55px;
    margin-bottom: 24px;
}

.item-four {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 175px;
}

.item-four:last-child {
    margin-right: 0;
}

.list-four {
    display: flex;
    justify-content: center;
}

/* section-swiper */
.swiper-card {
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-card img {
    margin-bottom: 36px;
    max-width: 360px;
}

.slider-swiper-slide {
    max-width: fit-content;
}

.title-swiper-card {
    font-weight: 700;
    font-size: 21px;
    line-height: 31px;
    color: var(--gray-five);
    text-align: center;
    margin-bottom: 12px;
}

.decr-swiper-card {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--gray-five);
    max-width: 310px;
    text-align: center;
}

.slider {
    max-width: 1080px;
}

.slider-swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -50px);
    right: auto;
}

.slider-swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -50px);
    left: auto;
}

/* meet us -section */
.meet-us-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 70px;
    color: var(--blue);
    margin-bottom: 16px;
}

.meet-us-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 122.01%;
    color: var(--second-gray);
    max-width: 480px;
    margin-bottom: 36px;
}

.meet-us-link {
    text-align: start;
}

.section-six {
    justify-content: space-between;
    align-items: center;
    padding: 56px 0 84px 0;
}

/* footer */

.nav-footer-title {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
    margin-bottom: 20px;
}

.title-address-footer {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
    font-style: normal;
}

.cont-lists-footer {
    display: flex;
    justify-content: space-between;
}

.footer-one-item {
    margin-bottom: 12px;
}

.footer-one-item:last-child {
    margin-bottom: 0;
}

.footer-two-item {
    margin-bottom: 12px;
}

.footer-two-item:last-child {
    margin-bottom: 0;
}

.nav-footer-cont {
    max-width: 280px;
    width: 100%;
}

.link-footer {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--gray);
    position: relative;
}

.link-footer::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1.5px;
    background-color: var(--gray);
}

.link-footer::before {
    transition: width 0.35s;
}

.link-footer:hover:before {
    width: 100%;
}

.title-card-address-footer {
    font-weight: 400;
    font-size: 10px;
    line-height: 38px;
    color: var(--gray-six);
    margin: 0;
    height: 22px;
}

.p-footer-adress {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--gray);
    max-width: 236px;
    font-style: normal;
}

.address-footer-item:nth-child(1) {
    height: 56px;
}

.address-footer-item:nth-child(2) {
    margin-bottom: 4px;
}

.address-footer-item:nth-child(3) {
    max-width: 260px;
    max-height: 40px;
}

.tel-footer-adderss {
    font-weight: 400;
    font-size: 14px;
    color: var(--gray);
    font-style: normal;
}

.mail-footer-adderss {
    font-weight: 400;
    font-size: 14px;
    color: var(--gray);
    font-style: normal;
}

.footer-cont {
    justify-content: space-between;
    padding: 30px 0 100px 0;
}

/* new page ABOUT_US */


/* sec-two */

.p-list {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
}

.p-item {
    margin-bottom: 36px;
}

.p-item:last-child {
    margin-bottom: 0;
}

.sec-two-ab-us {
    padding: 40px 0 50px 0;
}

/* img section */ 

.img-list {
    display: flex;
}

.img-item {
    margin-right: 20px;
}

.img-item:last-child {
    margin-right: 0;
}

.img-section {
    padding-bottom: 74px;
}

/* sction process */

.descr-li-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: var(--gray);
    max-width: 160px;
}

.number-li {
    color: var(--second-green);
    font-size: 46px;
    font-weight: 500;
    margin-right: 12px;
}

.info-descr-item:nth-child(1) {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

.incubatorii-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: var(--gray);
    margin-bottom: 10px;
}

.incubatorii-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray);
    max-width: 220px;
}

.info-descr-item:nth-child(2) {
    margin-bottom: 12px;
}

.item-of-process {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: var(--gray);
}

.info-descr-item-second {
    margin-bottom: 36px;
}

.info-list-one {
    display: flex;
}

.info-list-item-one:nth-child(1) {
    margin-right: 64px;
}

.info-list-item-one:nth-child(2) {
    margin-right: 78px;
}

.info-list-item-one:nth-child(3) {
    margin-right: 20px;
}

.info-cont {
    padding-bottom: 74px;
}

.about-us-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: var(--blue);
    margin-bottom: 40px;
}

.about-us-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: var(--gray);
}

.margin-p-ab-us {
    margin-bottom: 30px;
    max-width: 346px;
}

.about-us-item:nth-child(1) {
    display: flex;
    margin-right: 50px;
}

.img-about-us {
    margin-right: 20px;
}

.about-us-info {
    display: flex;
    align-items: flex-end;
}

.width-p-ab-us {
    max-width: 500px;
}

.container-for-ul {
    padding-bottom: 74px;
}

.ul-cont-ab-us {
    flex-direction: column;
    padding-bottom: 146px;
}

.width-second-p {
    max-width: 380px;
    line-height: 1.5;
    margin-bottom: 38px;
}

.width-second-p-two {
    max-width: 420px;
    line-height: 1.5;
}

.about-us-info-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-us-item-two:nth-child(2) {
    display: flex;
}

.three-cont-p {
    max-width: 380px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.p-we-have {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.about-us-info-three {
    display: flex;
}

.line-height-for-this-title {
    line-height: 3;
}

/* first section */

.item-ab-us-first:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: var(--white-opacity);
    margin-right: 8px;
}

.item-ab-us-first:nth-child(3)  {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: var(--white-second);
    margin-left: 8px;
    margin-right: 8px;
}

.item-ab-us-first:nth-child(3) a {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: var(--white-second);
    margin-left: 8px;
    margin-right: 8px;
}

.svg-section-bckrnd {
    max-width: 16px;
    max-height: 16px;
}

.first-sec-ab-us-list {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    align-items: baseline;
}

.title-backgrnd-section {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: var(--white-second);
    position: relative;
    margin: 0 auto;
}

.title-backgrnd-section::after {
    content: '';
    display: block;
    width: 77px;
    height: 3px;
    background-color: var(--white-second);
    position: absolute;
    top: 45px;
    left: 58px;
}

.container-for-first-sec-bg {
    padding-top: 46px;
    padding-bottom: 55px;
    flex-direction: column;
}

/* product */

.margin-card {
    margin-bottom: 30px;
}

.title-backgrnd-section-for-product {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: var(--white-second);
    position: relative;
    margin: 0 auto;
}

.title-backgrnd-section-for-product::after {
    content: '';
    display: block;
    width: 77px;
    height: 3px;
    background-color: var(--white-second);
    position: absolute;
    top: 45px;
    left: 50px;
}

/* certificate */

.p-certificate {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
}

.item-sertificate {
    margin-bottom: 32px;
}

.item-sertificate:last-child {
    margin-bottom: 0;
}

.certificate-section {
    padding: 90px 0 220px 0;
    flex-direction: column;
}

.img-list-cert {
    display: flex;
}

.list-description-certificate {
    margin: 0 0 80px 0;
}

.img-item-cert {
    margin: 0 36px 0 0;
}

.img-item-cert:last-child {
    margin: 0;
}

.img-item-cert img {
    cursor: pointer;
}

.title-backgrnd-section-for-certificate {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: var(--white-second);
    position: relative;
    margin: 0 auto;
}

.title-backgrnd-section-for-certificate::after {
    content: '';
    display: block;
    width: 77px;
    height: 3px;
    background-color: var(--white-second);
    position: absolute;
    top: 45px;
    left: 70px;
}

/* contact */

.title-backgrnd-section-for-contact {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: var(--white-second);
    position: relative;
    margin: 0 auto;
}

.title-backgrnd-section-for-contact::after {
    content: '';
    display: block;
    width: 77px;
    height: 3px;
    background-color: var(--white-second);
    position: absolute;
    top: 45px;
    left: 40px;
}

.contact-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: var(--gray);
}

.span-contact {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: var(--gray);
    margin-right: 12px;
}

.marketing-contact-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: var(--gray);
}

.buy-email-title-contact {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: var(--gray);
}

.link-contact {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
}

.link-contac-connect {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: var(--second-green);
    font-style: normal;
    position: relative;
}

.link-contac-connect::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: var(--second-green);
}

.link-contac-connect::before {
    transition: width 0.35s;
}

.link-contac-connect:hover:before {
    width: 100%;
}

.address-contact {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: var(--gray);
    max-width: 300px;
}

.address-contact-second {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: var(--gray);
    max-width: 320px;
}

.first-contact-item:nth-child(1) {
    margin-bottom: 10px;
}

.first-contact-item:nth-child(2) {
    margin-bottom: 20px;
}

.first-contact-item:nth-child(3) {
    margin-bottom: 32px;
}

.first-contact-item:nth-child(4) {
    margin-bottom: 30px;
}

.first-contact-item:nth-child(5) {
    margin-bottom: 10px;
}

.first-contact-item:nth-child(6) {
    margin-bottom: 20px;
}

.first-contact-item:nth-child(7) {
    margin-bottom: 10px;
}

.first-contact-item:nth-child(8) {
    margin-bottom: 10px;
}

.contact-container {
    padding: 90px 0 80px 0;
}

.second-contact-item:nth-child(1) {
    margin-bottom: 10px;
}

.second-contact-item:nth-child(2) {
    margin-bottom: 32px;
}

.second-contact-item:nth-child(3) {
    margin-bottom: 18px;
}

.second-contact-item:nth-child(4) {
    margin-bottom: 32px;
}

.second-contact-item:nth-child(5) {
    margin-bottom: 30px;
}

.second-contact-item:nth-child(6) {
    margin-bottom: 10px;
}

.first-contact-list {
    max-width: 305px;
    margin-right: 54px;
}

.second-contact-list {
    margin-right: 22px;
}

.map {
    max-width: 500px;
}

.modal {
    display: none;
}

.modal-open {
    display: none;
}

/* prod page */

.item-ab-us-first:nth-child(5) {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: var(--white-second);
    margin-left: 8px;
}

.title-backgrnd-section-for-product-page {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: var(--white-second);
    position: relative;
    margin: 0 auto;
}

.title-backgrnd-section-for-product-page::after {
    content: '';
    display: block;
    width: 77px;
    height: 3px;
    background-color: var(--white-second);
    position: absolute;
    top: 45px;
    left: 132px;
}

.item-product-page {
    font-weight: 400;
    font-size: 16px;
    line-height: 2.5;
    color: var(--three-gray);
}

.item-product-page:nth-child(1) {
    margin-right: 18px;
}

.item-product-page:nth-child(3) {
    margin-right: 47px;
}

.green-galochka {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--second-green);
}

.list-product {
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
    max-width: 400px;
}

.news-container {
    flex-direction: column;
    padding: 20px 0 60px 0;
}

.title-news {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: var(--gray);
    margin-bottom: 20px;
}

.decription-aiser-news {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--gray);
    margin-bottom: 28px;
}

.news-title-two {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--gray);
    margin-bottom: 20px;
}

.news-descr-two {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--gray);
    margin-bottom: 20px;
}

.list-news-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--gray);
    margin-bottom: 28px;
}

.item-news {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--gray);
}

.list-news {
    list-style-type: decimal;
    list-style-position: inside;
}

.title-backgrnd-section-news {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: var(--white-second);
    position: relative;
    margin: 0 auto;
}

.title-backgrnd-section-news::after {
    content: '';
    display: block;
    width: 77px;
    height: 3px;
    background-color: var(--white-second);
    position: absolute;
    top: 45px;
    left: 106px;
}

.first {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--gray);
    margin-bottom: 10px;
}

.p-descr-p-page {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--three-gray);
    max-width: 610px;
}

.second {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--gray);
    margin-top: 36px;
    margin-bottom: 20px;
}

.list-characters-of-product {
    display: flex;
    margin-top: 24px;
    margin-bottom: 28px;
}

.chsrecters-of-product-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--three-gray);
}

.chsrecters-of-product-item:first-child {
    margin-right: 20px;
}

.number {
    font-weight: 700;
}

.pishchevaya-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--three-gray);
}

.value-price {
    font-weight: 700;
}

.margin-p-p {
    margin-right: 16px;
}

.description-of-product-cont {
    margin-left: 84px;
}

.pr-page img {
    margin-bottom: 24px;
}

.product-part-container {
    padding: 20px 0 57px 0;
}

.title-recomedations {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: var(--gray);
    margin-bottom: 45px;
}

.cont-recomendations {
    flex-direction: column;
    padding-bottom: 105px;
}

.disable-scroll {
    position: relative;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.item-ab-us-first:nth-child(1) a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: var(--white-opacity);
    margin-right: 8px;
}


.section-background-chicken {
    background: url(../img/chicken-bck.png),
    linear-gradient(0deg, rgba(156, 195, 54, 0.2), rgba(156, 195, 54, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #9CC336;
}


.title-backgrnd-section-news-404 {
    font-weight: 700;
    font-size: 96px;
    line-height: 100%;
    color: var(--white-second);
    position: relative;
    margin: 0 auto;
}

.title-backgrnd-section-news-404::after {
    content: '';
    display: block;
    width: 77px;
    height: 3px;
    background-color: var(--white-second);
    position: absolute;
    top: 96px;
    left: 47px;
}

.slider-swiper-button-prev::after {
    content: '<';
    font-size: 40px;
    color: #C2D1D9;
}

.slider-swiper-button-next::after {
    content: '>';
    font-size: 40px;
    color: #C2D1D9;
}

.relative-swiper {
    position: relative;
}

@media screen and (max-width: 375px) {
    .title-backgrnd-section-for-product-page::after {
        top: 80px;
        left: 122px;
    }
}

@media screen and (max-width: 520px) {
    .img-item-cert img {
        width: 100vw;
    }
}

@media screen and (max-width: 767px) {
    .modal-open {
        background-color: transparent;
        border-radius: 0;
    }

    .news-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .item-news {
        margin-bottom: 16px;
    }

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

    .modal-open img {
        max-width: 40px;
        max-height: 40px;
    }

    .nav-header {
        display: none;
    }

    .lang-cont {
        display: none;
    }

    .header-container {
        padding: 24px 16px;
    }

    .logo-img {
        max-width: 80px;
        max-height: 80px;
    }

    .second-container {
        padding: 80px 16px;
    }

    .title-first-section {
        font-size: 24px;
        text-align: center;
        margin-bottom: 56px;
    }

    .list-section-one {
        flex-direction: column;
    }

    .item-sec-one {
        margin: 0;
        margin-bottom: 16px;
    }

    .item-sec-one:last-child {
        margin-bottom: 0;
    }

    .list-products {
        justify-content: center;
    }

    .item-product {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .item-product:last-child {
        margin-bottom: 0;
    }

    .title-for-all-another-section {
        margin-bottom: 80px;
        text-align: center;
        font-size: 30px;
    }

    .after-blue-title {
        text-align: center;
        font-size: 24px;
    }

    .proccess-list {
        flex-direction: column;
        align-items: center;
    }

    .svg-arrow {
        display: none;
    }

    .proccess-item {
        margin: 0;
        margin-bottom: 36px;
    }

    .proccess-item:last-child {
        margin-bottom: 0;
    }

    .slider {
        max-width: 280px;
    }

    .list-four {
        flex-direction: column;
    }

    .item-four {
        margin: 0;
        margin-bottom: 32px;
    }

    .item-four:last-child {
        margin-bottom: 0;
    }

    .four-sec {
        padding: 80px 16px;
    }

    .cont-three {
        padding: 80px 16px;
    }

    .meet-us-title {
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
    }

    .section-six {
        flex-direction: column;
        padding: 80px 16px;
    }

    .meet-us-p {
        text-align: center;
        font-size: 16px;
    }

    .meet-us-link {
        text-align: center;
    }

    .section-six img {
        margin-top: 36px;
    }

    .footer-cont {
        padding: 80px 16px;
        flex-direction: column;
        align-items: center;
    }

    .nav-footer-title {
        text-align: center;
    }

    .nav-footer-cont {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .title-address-footer {
        text-align: center;
    }

    .cont-lists-footer {
        justify-content: space-around;
    }

    .link-footer {
        margin-right: 0;
        font-size: 14px;
        font-weight: 600;
    }

    /* 2 */
    .sec-two-ab-us {
        padding: 80px 16px;
    }

    .img-list {
        flex-direction: column;
        margin: 0 auto;
    }

    .img-item {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .img-item:last-child {
        margin-bottom: 0;
    }

    .img-item img {
        max-width: 280px;
    }

    .info-list-item-one:nth-child(1) {
        margin: 0;
        margin-bottom: 20px;
    }

    .info-list-item-one:nth-child(2) {
        margin: 0;
        margin-bottom: 36px;
    }

    .info-list-item-one:nth-child(3) {
        margin: 0;
        margin-bottom: 16px;
    }

    .info-list-one {
        flex-direction: column;
    }

    .info-cont {
        justify-content: center;
    }

    .about-us-item:nth-child(1) {
        display: none;
    }

    .ul-cont-ab-us {
        padding: 0 16px 60px 16px;
    }

    .about-us-item-two:nth-child(2) {
        display: none;
    }

    .certificate-section {
        padding: 80px 16px;
    }

    .modal-container {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(46, 47, 66, 0.4);
        z-index: 2;
    }

    .modal {
        background-color: var(--white-three);
        height: 100vh;
        width: 50%;
        margin-left: auto;
        padding: 32px 16px;
        display: block;
    }

    .modal-open {
        display: block;
    }

    .header-nav-item {
        margin: 0;
        margin-bottom: 16px;
    }

    .close-modal {
        font-size: 28px;
        color: var(--gray);
        font-weight: 700;
        position: absolute;
        left: 120px;
        background: #fff;
    }

    .close-modal:hover {
        background-color: var(--three-gray);
    }

    .close-modal:active {
        background-color: var(--second-green);
        border: 1px solid black;
    }

    .is-hidden {
        display: none;
    }

    .product-part-container {
        flex-direction: column;
        padding-right: 16px;
        padding-left: 16px;
    }

    .description-of-product-cont {
        margin-left: 0;
        margin-top: 36px;
    }

    .title-recomedations {
        text-align: center;
    }

    .item-ab-us-first:nth-child(5) {
        max-width: min-content;
    }

    .title-backgrnd-section-for-product-page {
        text-align: center;
    }

    .contact-container {
        flex-direction: column;
        padding: 60px 16px;
        align-items: center;
    }

    .first-contact-list {
        margin-right: 0;
        max-width: 280px;
        margin-bottom: 20px;
    }

    .second-contact-list {
        margin-right: 0;
        max-width: 280px;
        margin-bottom: 20px;
    }

    .map-iframe {
        max-width: 300px;
    }

    .img-list-cert {
        flex-direction: column;
    }

    .img-item-cert {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .container-for-ul {
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #d-none-img {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
    .modal-container {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(46, 47, 66, 0.4);
        z-index: 2;
    }

    .title-recomedations {
        text-align: center;
    }

    .product-part-container {
        padding-right: 16px;
        padding-left: 16px;
    }
    
    .modal {
        background-color: var(--white-three);
        height: 100vh;
        width: 50%;
        margin-left: auto;
        padding: 32px 16px;
        display: block;
    }

    .modal-open {
        display: block;
    }

    .header-nav-item {
        margin: 0;
        margin-bottom: 16px;
    }

    .close-modal {
        font-size: 28px;
        color: var(--gray);
        font-weight: 700;
        position: absolute;
        left: 322px;
        background: #fff;
    }

    .close-modal:hover {
        background-color: var(--three-gray);
    }

    .close-modal:active {
        background-color: var(--second-green);
        border: 1px solid black;
    }

    .is-hidden {
        display: none;
    }

    .nav-header {
        display: none;
    }

    .lang-cont {
        display: none;
    }

    .list-products {
        justify-content: center;
    }

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

    .item-product:nth-child(6) {
        margin-bottom: 30px;
    }

    .item-product:nth-child(7) {
        margin-bottom: 30px;
    }

    .proccess-list {
        flex-direction: column;
        align-items: center;
    }

    .svg-arrow {
        display: none;
    }

    .proccess-item {
        margin: 0;
        margin-bottom: 36px;
    }

    .proccess-item:last-child {
        margin-bottom: 0;
    }

    .slider {
        max-width: 520px;
    }

    .item-four {
        margin-right: 20px;
    }

    .meet-us-p {
        text-align: center;
        font-size: 16px;
    }

    .meet-us-link {
        text-align: center;
    }

    .section-six img {
        margin-top: 36px;
    }

    .section-six {
        flex-direction: column;
    }

    .meet-us-title {
        text-align: center;
    }

    .title-first-section {
        text-align: center;
    }

    .item-sec-one {
        margin-right: 16px;
    }

    .header-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .sec-two-ab-us {
        padding: 80px 16px;
    }

    .img-list {
        flex-direction: column;
        margin: 0 auto;
    }

    .img-item {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .img-item:last-child {
        margin-bottom: 0;
    }

    .img-item img {
        max-width: 360px;
    }

    .info-list-item-one:nth-child(1) {
        margin: 0;
        margin-bottom: 36px;
    }

    .info-list-item-one:nth-child(2) {
        margin: 0;
        margin-bottom: 36px;
    }

    .info-list-item-one:nth-child(3) {
        margin: 0;
        margin-bottom: 16px;
    }

    .info-list-one {
        flex-wrap: wrap;
        flex-direction: row;
        max-width: 640px;
        justify-content: space-between;
    }

    .info-cont {
        justify-content: center;
    }

    .about-us-item-two img {
        max-width: 220px;
    }

    .about-us-item img {
        max-width: 220px;
    }

    .ul-cont-ab-us {
        padding: 80px 16px;
    }

    .about-us-title {
        margin-bottom: 20px;
    }

    .line-height-for-this-title {
        line-height: 1.1;
    }

    .contact-container {
        flex-wrap: wrap;
        padding: 80px 32px;
    }

    .second-contact-list {
        margin-right: 0;
    }
    
    .first-contact-list {
        margin-bottom: 36px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .item-product:nth-child(3n) {
        margin-right: 0;
    }
    
    .item-product:nth-child(2n) {
        margin-right: 20px;
    }

    .close-modal {
        font-size: 28px;
        color: var(--gray);
        font-weight: 700;
        position: absolute;
        left: 446px;
        background: #fff;
    }

    .img-list {
        flex-direction: row;
    }

    .img-item {
        margin-right: 20px;
    }

    .img-item img {
        max-width: 220px;
    }

    .news-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .item-news {
        margin-bottom: 16px;
    }

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