@font-face {
    font-family: 'tildaSansVF';
    src: url('fonts/TildaSans-VF.ttf') format('truetype');
}

div {
    box-sizing: border-box;
}

/*.def {display: flex; flex-wrap: nowrap;}*/

body {
    margin: 0;
    font-family: 'tildaSansVF', sans-serif;
}

h2 {
    margin: 0;
}

.mainSection {
    display: flex;
    justify-content: center;
    background-image: url('svgs/background.svg');
    background-size: cover;
    /* padding-top: 68px; */
    padding-bottom: 85px;
    overflow: hidden;
}

.wrapper {
    position: relative;
    width: 1086px;
    /* width: 1200px; */
}

header {
    font-family: 'tildaSansVF', sans-serif;
    display: flex;
    justify-content: center;
    background-image: url('svgs/background.svg');
    background-size: cover;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}


header a {

    color: #E9E9E9;
    font-size: 18px;

    text-decoration: none;

}

.headerLinks ul {
    display: flex;
    gap: 29px;

    margin: 0;
    padding: 0;
    list-style-type: none;
}

.headerItems {
    display: flex;
    align-items: center;

    justify-content: space-between;
    /* padding-top: 38px; */
    height: 69px;
    text-wrap: nowrap;
}

.headerCall {
    cursor: pointer;
    color: #E9E9E9;
    font-size: 12px;
    font-weight: bold;

    /* padding-left: 45px;
    padding-right: 44px;
    padding-top: 7px;
    padding-bottom: 7px; */

    padding: 7px 44px;



    border: 1px solid #BDBDBD;
    border-radius: 7px;
    margin-left: 86px;
}

.headerLinks {
    padding-left: 170px;
}

.underlined {
    text-decoration: none;
}

.underlined:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.mainTitles {
    font-family: 'tildaSansVF', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #E9E9E9;

}

p {
    margin: 0;
}

/* .mainTitles p,
.mainDescription p {
    margin: 0;
} */

.mainDescription {
    font-family: 'tildaSansVF', sans-serif;
    color: #E9E9E9;
    font-size: 18px;
    max-width: 374px;
    padding-top: 19px;
    margin-right: 10px;
}

.mainDescription span {
    display: block;
}




.mainLogos {
    display: flex;
    align-items: center;
    width: 394px;
    padding-top: 31px;
    /* gap: 42px; */
    justify-content: space-between;
}


.logo img {
    height: 55px;
}

.logo {
    display: flex;
    flex-direction: column;
    height: 78px;
    align-items: start;
    justify-content: space-between;
}

.logo2010 {
    display: flex;
    flex-direction: column;
    height: 78px;
    align-items: start;
    justify-content: space-between;
    /* padding-left: 20px; */
}

.logo2010 img {
    height: 25px;
    padding-top: 16px;
}

.mainName {
    font-family: 'tildaSansVF', sans-serif;
    color: #E9E9E9;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
    /* justify-content: space-between; */
    /* width: 394px; */
}


.mainSectionContent {
    position: relative;
    z-index: 1;
    padding-left: 46px;
    padding-top: 187px;
}








.logoText {
    font-family: 'tildaSansVF', sans-serif;
    font-size: 12px;
    color: #E9E9E9;
}


.woman {
    position: absolute;
    z-index: 1;
    bottom: -89px;
    left: 630px;
}

.woman img {
    width: 395px;
    height: auto;
}

.mainSvgsRight {
    position: absolute;
    bottom: -55px;
    left: 500px;
}

.mainSvgsLeft {
    position: absolute;
    bottom: -448px;
    left: -308px;
}

.personel {
    position: relative;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #F5F1EF;
    z-index: 2;
    overflow: hidden;
}

.personelContent {
    position: relative;
    z-index: 1;
    justify-content: space-between;
    padding-top: 69px;
    display: flex;
}

.personelTitle h2 p {
    font-family: 'tildaSansVF', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #293E3B;
}
.personelTitle h1 p{
    font-family: 'tildaSansVF', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #293E3B;
}
.personelTitle h1{
    font-family: 'tildaSansVF', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #293E3B;
}
.personelTitle h1{
    margin: 0;
}

.personelDescription {
    font-family: 'tildaSansVF', sans-serif;
    font-size: 18px;
    color: #000000;
    padding-top: 9px;
}

.personelCall {
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-top: 14px;
}

.personelCall p {
    font-family: 'tildaSansVF', sans-serif;
    color: #E67E27;
    font-size: 18px;
    max-width: 194px;
}

.callButton {
    font-family: 'tildaSansVF', sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 162px;
    height: 31px;
    background: linear-gradient(90deg, #E67E27 0%, #689B00 100%);
    border-radius: 7px;

    margin-top: 16px;
    cursor: pointer;
}

.cards {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 11px;
    padding-bottom: 67px;
    padding-top: 69px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 250px;
    background-size: cover;
    border-radius: 30px;
}

.card:nth-child(1) {
    height: 327px;
    background-image: url('imgs/cardComplect.png');
}

.card:nth-child(2) {
    height: 268px;
    background-image: url('imgs/cardSort.png');
}

.card:nth-child(3) {
    height: 157px;
    background-image: url('imgs/cardSticker.png');
}

.card:nth-child(4) {
    height: 241px;
    background-image: url('imgs/cardDrivers.png');
}

.cardText {
    font-family: 'tildaSansVF', sans-serif;
    color: #E9E9E9;
    font-size: 18px;
    padding: 24px 29px;
}


.vector {
    position: absolute;
    top: 31px;
    right: 11px;
}

.vector2 {
    position: absolute;
    top: 20px;
    right: 14px;
}

.personelEclps {
    position: absolute;
    top: -100px;
    left: 650px;
}


.copackingDescription {
    max-width: 393px;
    color: #E9E9E9;
    font-family: 'tildaSansVF', sans-serif;
    font-size: 18px;
    padding-top: 35px;
    overflow: hidden;
}

.copackingTitle {
    max-width: 393px;
    font-family: 'tildaSansVF', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
}
input{
    font-family: 'tildaSansVF', sans-serif;
}

.copacking {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('imgs/copackingBackground.png');
    background-size: cover;
    /* overflow:hidden */
}

.copackingText {
    position: relative;
    padding-left: 50px;
    padding-top: 61px;
    z-index: 2;
}



.copackingText ul {
    max-width: 393px;
    color: #E9E9E9;
    font-family: 'tildaSansVF', sans-serif;
    font-size: 18px;
    padding-top: 5px;

    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 61px;
}

.copackingText ul {
    padding-top: 35px;
}

.copackingImgs {
    position: absolute;
    left: -130px;
    top: 93px;
    z-index: 1;
}




.copackingSvgs {
    position: absolute;
    left: -140px;
    top: -100px;
}


.noctoring {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F5F1EF;
    background-image: url('svgs/noctoringBackground.svg');
    background-size: cover;
    overflow: hidden;
}

.noctoringTitle {
    font-family: 'tildaSansVF', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #293E3B;
    margin: 0;
}

.noctoringDescription p {
    font-family: 'tildaSansVF', sans-serif;
    color: #000000;
    font-size: 18px;
    max-width: 637px;
    padding-top: 9px;
}

.noctoringContent {
    padding-top: 85px;
    padding-bottom: 180px;
}

.noctoringItems {
    padding-top: 59px;
    font-family: 'tildaSansVF', sans-serif;
    color: #102525;
    font-size: 18px;
}

.znak {
    max-width: 200px;
}

.eagis {
    max-width: 212px;
    margin-left: 113px;
}

.sandissLogo {
    cursor: pointer;
}

.stickers {
    max-width: 212px;
    margin-left: 61px;
}

.repair {
    max-width: 194px;
}

.service {
    max-width: 234px;
    margin-left: 115px;
}

.itemImg {
    margin-top: 30px;
}

.itemImg img {
    border-radius: 10px;
}

.itemService {
    margin-top: 30px;
}

.itemService img {
    border-radius: 10px;
}

.lineZnak {
    margin-left: 96px;
}

.lineEagis {
    margin-left: 98px;
}


.upper {
    display: flex;
}

.lower {
    display: flex;
    padding-top: 72px;
}

.lineRepair {
    margin-left: 270px;
}

.quality {
    padding-top: 145px;
}

/* 69 */

.qualityTitle {
    position: relative;
    z-index: 1;
    font-family: 'tildaSansVF', sans-serif;
    font-size: 45px;
    color: #102525;
}

.qualityLogo {
    padding-top: 32px;
    /* margin-left: -240px; */
}

.noctoringRightSvgs {
    position: absolute;
    top: 836px;
    left: 572px;
}

.noctoringLeftSvgs {
    position: absolute;
    top: 776px;
    left: -60px;
}

.noctoringButton {
    position: absolute;
    top: 850px;
    left: 300px;
}

.copackingButton {
    position: absolute;
    top: 947px;
    left: 388px;
}

.outsourcingButton {
    position: absolute;
    top: 973px;
    left: 305px;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: #143334;
    overflow: hidden;
}

.footerContent {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 37px;
    font-family: 'tildaSansVF', sans-serif;
}

.adressText {
    padding-top: 28px;
    color: #E9E9E9;
}

.adressBold {
    font-size: 14px;
    font-weight: bold;
}

.adressThin {
    font-size: 12px;
}

.footerLinks ul {
    display: flex;
    gap: 29px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.footerLinks ul li a {

    color: #E9E9E9;
    text-decoration: none;
}

.multsavodLogo {
    padding-top: 40px;
}

.contacts {
    padding-left: 91px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.contactsText {
    display: flex;
    flex-direction: column;
    gap: 11px;
    color: #E9E9E9;

}

.contactsText p {
    cursor: pointer;
    text-decoration: none;
}

.contactsText p:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contactsText a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.contactsText a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 457px;
    background-color: #F5F1EF;
    /* background-color: red; */
}

.burger {
    display: none;
    cursor: pointer;
    z-index: 9999;
}

.dropdownContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
}

.dropdownContent.visible {
    max-height: 600px;
}

.dropdownContent{
    background-color: #0A2D31;
    z-index: -1;
}

.dropDownWrapper{
    margin-top: 109px;
}

.dropdownContent ul {
    
    color: #E9E9E9;
    font-family: 'tildaSansVF', sans-serif;
    font-size: 18px;
    /* padding-top: 50px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 61px;
    text-wrap: nowrap;
}

.dropdownContent ul li{
    margin-top: 20px;
}

.dropdownContent ul li a{
    font-family: 'tildaSansVF', sans-serif;
    cursor: pointer;
    color: #E9E9E9;
    font-size: 36px;
    font-weight: bold;
}
.personelText{
    padding-bottom: 50px;
}
header.sticky{
    top: 0;
    left: 0;
    position: sticky;
    background: #F5F1EF;
}
body{
    background: #F5F1EF; 
}
header.sticky a{
    color: #102525;
}
header.sticky .headerCall{
    color: #102525;
}
header.sticky.active .headerCall{
    color: #fff;
}
breadcrumbs{
    display: flex;
    justify-content: center;
    padding: 23px 0;
}
breadcrumbs ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
breadcrumbs ul li{
    display: inline-block;
    color: rgb(16, 37, 37);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.06rem;
}
breadcrumbs ul li a{
    color: inherit;
    text-decoration: none;
}
breadcrumbs ul li::before{
    content: '+';
    padding-right: 7px;
    padding-left: 7px;
}
breadcrumbs ul li:first-child::before{
    display: none;
}
breadcrumbs ul li:last-child{
    color: rgb(230, 126, 39);
}

.main_txt_section{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  .modal_title{
    text-align: center;
    font-size: 1.3em;
  }
  .modal_subtitle{
    text-align: center;
  }
  
  .modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
  }
  .modal_close{
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    top: 10px;
    right: 10px;
  }
  
  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
  }
  
  .modal__close {
    background: transparent;
    border: 0;
  }
  
  .modal__header .modal__close:before { content: "\2715"; }
  
  .modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
  }
  
  .modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  }
  
  .modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .modal__btn-primary {
    background-color: #00449e;
    color: #fff;
  }
  
  
  
  /**************************\
    Demo Animation Style
  \**************************/
  @keyframes mmfadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  
  @keyframes mmfadeOut {
      from { opacity: 1; }
        to { opacity: 0; }
  }
  
  @keyframes mmslideIn {
    from { transform: translateY(15%); }
      to { transform: translateY(0); }
  }
  
  @keyframes mmslideOut {
      from { transform: translateY(0); }
      to { transform: translateY(-10%); }
  }
  
  .micromodal-slide {
    display: none;
  }
  
  .micromodal-slide.is-open {
    display: block;
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform;
  }

.main_txt_img{
    width: 300px;
    height: auto;
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
}
.main_txt p{
    margin-bottom: 15px;
}
.section_title{
    font-family: 'tildaSansVF', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #293E3B;
    margin: 0;
    margin-bottom: 20px;
}

.submitForm textarea{
    width: 438px;
    height: 150px;
    background-color: transparent;
    border: 1px solid #BDBDBD;
    border-radius: 7px;
    text-align: center;
    line-height: 31px;
    margin-top: 16px;
    resize: none;
}
textarea::placeholder{
    font-family: 'tildaSansVF', sans-serif;
    color: #102525;
    font-weight: bold;
    text-transform: uppercase;
}
.contactsList{
    max-width: 430px;
}
@media only screen and (max-width: 768px) {
    .submitForm textarea{
        width: 238px;
        height: 150px;
        background-color: transparent;
        border: 1px solid #BDBDBD;
        border-radius: 7px;
        text-align: center;
        line-height: 31px;
        margin-top: 16px;
    }
    .contactsList{
        padding: 20px;
        max-width: 100%;
    }
}
@media screen and (max-width: 1220px) {

    /* pc narrow */
    .headerLinks {
        padding-left: 20px;
    }

    .headerCall {
        margin-left: 20px;
    }

}


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

    /* pc narrower */
    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        grid-column-gap: 11px;
    }

    .copackingImgs {
        left: -200px;
    }

    .copackingText {
        padding-left: 150px;
    }

    .copacking {
        overflow: hidden;
    }



    .lineZnak,
    .lineEagis,
    .lineRepair {
        display: none;
    }

    .noctoringItems {

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .noctoringTitle {
        padding-left: 100px;
    }

    .noctoringDescription {
        padding-left: 100px;
    }



    .woman {
        left: 430px;
    }

    .mainSvgsRight {
        left: 300px;
    }

    .quality {
        padding-left: 100px;
    }

    .contacts {
        padding-left: 5px;
    }

    .adress {
        padding-left: 90px;
    }

}


@media only screen and (max-width: 768px) { /* mobile */

    .mainSectionContent {
        padding-top: 100px;
    }

    .def {display: flex; flex-wrap: wrap;}

    .headerLinks {
        display: none;
    }

    .headerItems {
        margin: 0px 20px;
    }


    .headerCall {
        padding: 3px 22px;
        margin: 10px;
        font-size: 14px;
    }

    .burger {
        display: flex;
        height: 100%;
        width: 40px;
    }

    .burger img {
        height: auto;
        width: 100%;
    }

    header {
        background-color: #0A2D31;
        background-image: none;
    }

    .mainLogos {
        display: flex;
        align-items: start;
        
        width: 400px;
        padding-top: 31px;

        /* gap: 22px; */
        flex-direction: column;
        /* height: 700px; */
        justify-content: center;

    }

    .logo img {
        height: 105px;
    }

    .logo {
        display: flex;
        flex-direction: column;
        height: 128px;
        align-items: start;
        justify-content: start;
    }





    .mainLogos {
        display: flex;
        align-items: start;
        width: 100%;
        padding-top: 31px;
        gap: 20px;

    }


    .logo img {
        height: 100px;
        padding-bottom: 10px;
    }

    .logo {
        display: flex;
        flex-direction: column;
        height: 100px;
        align-items: start;
        justify-content: space-between;
    }

    .logo2010 {
        display: flex;
        flex-direction: column;
        height: 100px;
        align-items: start;
        justify-content: space-between;
        padding-left: 0px;
    }

    .logo2010 img {
        height: 50px;
        padding-top: 16px;
    }

    .mainSvgsLeft {
        position: absolute;
        bottom: -700px;
        left: -308px;
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        gap: 20px;
    }

    .personelContent {
        position: relative;
        z-index: 1;
        justify-content: space-between;
        padding-top: 69px;
        display: flex;
        

        flex-direction: column;
        padding: 46px;
    }


    

    
    .copackingText {
        display: flex;
        flex-direction: column;
        align-items: start;
        position: relative;
        margin-left: 50px;
        /* padding-top: 61px; */
        z-index: 1;

        /* padding: 50px 370px; */
    }
    
    
    .copackingText ul {
    
        color: #E9E9E9;
        font-family: 'tildaSansVF', sans-serif;
        font-size: 18px;
        padding-top: 5px;
    
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-bottom: 61px;
        text-wrap: nowrap;
    }
    
    .copackingText ul {
        padding-top: 35px;
    }

    .copackingImgs {
        position: absolute;
        left: -350px;
        top: 220px;
        z-index: 1;
    }

    .copacking {
        overflow: hidden;
    }


    

    .upper {
        flex-direction: column;
        align-items: center;
    }
    
    .lower {
        display: flex;
        padding-top: 200px;

        flex-direction: column;
        align-items: center;
    }

    .eagis {
        max-width: 212px;
        margin: 20px;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;   
    }

    .znak{
        margin: 20px;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .itemImg {
        margin-top: 10px;
    }

    .stickers {
        margin-left: 0px;
        margin: 20px;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    
    .noctoringLeftSvgs {
        position: absolute;
        top: 1200px;
        left: -300px;
    }

    .noctoringButton {
        position: absolute;
        top: 760px;
        left: 350px;
    }
    
    .copackingButton {
        position: absolute;
        top: 857px;
        left: 438px;
    }
    
    .outsourcingButton {
        position: absolute;
        top: 883px;
        left: 355px;
    }

    .repair {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 300px;
    }

    .service {
        padding-top: 30px;
        max-width: 300px;
        max-width: 234px;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .itemService {
        margin-top: 10px;
    }

    .quality {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: -100px;
    }

    .qualityTitle {
        font-size: 36px;
    }

    .noctoringRightSvgs {
        position: absolute;
        top: 1850px;
        left: 200px;
    }

    .noctoring {
        padding-bottom: 400px;
    }




    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    
        background-color: #143334;
        overflow: hidden;
        
    }

    .adressText{

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footerContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* justify-content: space-between; */
        padding-top: 45px;
        padding-bottom: 37px;
        font-family: 'tildaSansVF', sans-serif;
        gap: 40px;
    }

    .wrapper{
        width: 740px;
    }

    .footerLinks{
        display: none;
    }

    .adress{
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-self: center;
        align-items: center;
    }


    .personelCall {
        padding-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .copackingDescription{
        max-width: 330px;
        color: #E9E9E9;
        font-family: 'tildaSansVF', sans-serif;
        font-size: 18px;
        padding-top: 35px;
        overflow: hidden;
    }


    .noctoringTitle{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -200px;
    }

    .noctoringDescription{
        max-width: 330px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .noctoringContent {
        display: flex;
        flex-direction: column;
        justify-self: center;
        align-items: center;
    }

    .qualityLogo {
        margin-left: -240px;
    }
    .main_txt_img{
        width: 100%;
        margin-right: 0;
    }
    .main_txt_section .wrapper, breadcrumbs .wrapper{
        margin:  0 20px;
    }

}
.null{
    clear: both;
}
.news_section{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
}
.news_grid{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    margin-top: 43px;
    flex-wrap: wrap;
    row-gap: 50px;
}
.news{
    width: calc(100% / 3 - 16px * 2 / 3);
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; 
    font-family: 'tildaSansVF', sans-serif;
    box-sizing: border-box;
}
.news_time{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #E67E27;
    margin-bottom: 7px;
}
.news_title{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    display: block;
    padding-bottom: 9px;
    position: relative;
    text-decoration: none;
    height: 61px;
    margin-bottom: 34px;
}
.news_txt{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.news_title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #E67E27 0%, #689B00 100%);
}
.news_btn{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(90deg, #E67E27 0%, #689B00 100%);
    border-radius: 7px;
    width: 162px;
    height: 31px;
}
.footerLinks ul {
    gap: 23px;
}
@media only screen and (max-width: 768px) {
    .news{
        width: 100%;
    }
    .news_section .wrapper{
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .news_section .noctoringTitle{
        padding: 0;
        margin-left: 0;
    }
}