* {
    box-sizing: border-box;
    font-family: 'Avenir';
}

@font-face {
    src: url('../fonts/AvenirNextCyr-Light.ttf') format('ttf'),
        url('../fonts/AvenirNextCyr-Light.woff') format('woff');
    font-family: 'Avenir';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    src: url('../fonts/AvenirNextCyr-LightItalic.ttf') format('ttf'),
        url('../fonts/AvenirNextCyr-LightItalic.woff') format('woff');
    font-family: 'Avenir';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    src: url('../fonts/AvenirNextCyr-Medium.ttf') format('ttf'),
        url('../fonts/AvenirNextCyr-Medium.woff') format('woff');
    font-family: 'Avenir';
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    src: url('../fonts/AvenirNextCyr-Bold.ttf') format('ttf'),
        url('../fonts/AvenirNextCyr-Bold.woff') format('woff');
    font-family: 'Avenir';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    src: url('../fonts/AvenirNextCyr-Heavy.woff') format('woff'),
        url('../fonts/AvenirNextCyr-HeavyItalic.ttf') format('ttf');
    font-family: 'Avenir';
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

html,
body,
p,
h1,
h2,
h3,
span {
    margin: 0;
    padding: 0;
}

.body {
    background-color: #f5f4ef;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.container {
    margin: 0 auto;
    padding: 0 27px;
    width: 960px;
}
/*/////////////////////////////// NAVIGATON */
.header {
    width: 100%;
    background-color: #feff00;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 960px;
}

.logo-link__header {
    margin-right: 60px;
    padding: 25px 0px;
}

.header__logo {
    min-width: 168px;
    height: 43px;
}

.burger {
    display: none;
}

.nav {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.nav__item {
    display: flex;
    align-items: center;
    font-family: 'Avenir';
    font-weight: 700;
    font-size: 20px;
}

.nav__item:hover {
    color: #42c833;
}

.nav__item:not(:last-child) {
    margin-right: 60px;
}

.nav__link {
    color: inherit;
}

.rb__select {
    width: 80px;
    border: none;
    border-radius: 5px;
    background-color: yellow;
}

.select__list {
    width: 116px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(33, 33, 33, 1);
}

.languages-list {
    display: flex;
}

.languages-list__item:not(:last-of-type) {
    margin-right: 12px;
    width: 30px;
    height: 30px;
}

.languages-item-options {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.languages-item-options--oae {
    display: none;
}

.rs {
    background-image: url('../images/serbia.png');
}

.ar {
    background-image: url('../images/united-arab-emirates.png');
}

.en {
    background-image: url('..//images/united-kingdom.png');
}

.ch {
    background-image: url('../images/china.png');
}
/*/////////////////////////////// NAVIGATON END */

/*/////////////////////////////// ABOUT_US --- HEROU */
.hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 65px;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-image: url('../images/head-logistics.jpg');
    color: white;
}

.hero-block {
    display: flex;
    justify-content: center;
    border: 2px solid white;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 340px) {
    .hero-content {
        min-width: 300px;
    }
}

@media (max-width: 340px) {
    .hero-content {
        min-width: 280px;
    }
}

@media (max-width: 300px) {
    .hero-content {
        min-width: 250px;
    }
} 

.hero-content__text1 {
    padding: 0px 19px;
    font-size: 30px;
    font-weight: 900;
}

.hero-content__text1:first-of-type {
    padding-top: 50px;
}

.hero-content__text1:last-of-type {
    padding-bottom: 30px;
}

.hero-content__text2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-top: 2px solid white;
    font-size: 20px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-content__text3:first-of-type {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 10px;
}

.hero-content__text3:last-of-type {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
}

.about-us {
    margin-bottom: 100px;
    width: 100%;
}

.container-inside {
    margin: auto;
    max-width: 960px;
}

.about-container {
    margin: auto;
    max-width: 960px;
}

.skypeat-280l-heading,
.skypeat-300l-heading {
    margin-bottom: 15px;
}

.heading {
    font-size: 36px;
    font-weight: 900;
    color: #004300;
}

.about-text1 {
    display: flex;
    align-self: center;
    text-align: center;
    margin-right: 40px;
    font-size: 22px;
    color: #004300;
    font-weight: 600;
}

.about-content__block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.about-content {
    font-size: 22px;
    font-weight: 500;
    color: #004300;
}

.about-text {
    color: #004300;
}

.about-text:first-of-type {
    margin-bottom: 55px;
}

.about-text:not(:first-of-type) {
    margin-bottom: 125px;
}

.tree {
    background-image: url(../images/leaf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 65px;
    min-height: 64px;
}

.about-content__tree:first-of-type {
    margin-right: 40px;
}

/*------------------------- SECTION- SKYPEAT 280L */

.skypeat-280l,
.skypeat-300l {
    margin-bottom: 117px;
    width: 100%;
}

.skypeat-280l-block,
.skypeat-300l-block {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
    width: 100%;
}

.skypeat-280l-pic {
    width: 405px;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/280-L-copy.png');
}

.skypeat-300l-pic {
    width: 405px;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/300-L-copy.png');
}

.skypeat-big-pic {
    width: 410px;
    height: 677px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/6000-L-copy.png');
}

.big-text-main-block {
    display: flex;
    justify-content: space-between;
}

.skypeat-280l-elements,
.skypeat-300l-elements {
    display: flex;
    align-self: center;
    flex-direction: column;
}

.element {
    text-align: -webkit-center;
}

.pic {
    width: 100px;
    height: 83px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.pictures-280l,
.pictures-300l {
    display: flex;
}

.truck-pic {
    background-image: url('../images/truck-copy.png');
}

.container-pic {
    background-image: url('../images/container-copy.png');
    margin-bottom: 25px;
}

.pallet-pic {
    background-image: url('../images/pallet-copy.png');
}

.pallet-text2 {
    display: none;
}

.element-text {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    color: #004300;
}

.element-text:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 17px;
    width: max-content;
    height: 35px;
    border-radius: 25px;
    background-color: #acbdaa;
}

.bottom-280l {
    position: relative;
    display: flex;
    justify-content: right;
    height: 236px;
}

.bottom-300l {
    position: relative;
    display: flex;
    justify-content: left;
    height: 236px;
}

.bottom-big {
    position: relative;
    display: flex;
    justify-content: left;
    height: 212px;
}

.bottom-280l-heading {
    margin-bottom: 30px;
}

.bottom-280l-content,
.bottom-300l-content {
    display: flex;
    flex-direction: column;
    padding: 30px 50px;
    border-radius: 30px;
    background-color: #acbdaa;
}

.bottom-280l-text {
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #004300;
}

.app-b3-tree-block {
    position: absolute;
    display: flex;
    align-self: end;
    width: 100%;
}

.app-b3-tree-block2 {
    position: absolute;
    display: flex;
    align-self: end;
    justify-content: end;
    width: 100%;
}

.app-b3-tree-block-4 {
    position: absolute;
    display: flex;
    align-self: end;
    justify-content: center;
    width: 100%;
}

.b3-tree:first-of-type {
    margin-right: 130px;
}

.element-truck {
    margin-bottom: 35px;
}

.terms-of-supply {
    margin-bottom: 117px;
    width: 100%;
}

.term-main-pic {
    position: relative;
}

.pic-block {
    position: relative;
    left: 0;
    top: 0;
}

.terms-pic {
    position: absolute;
    margin-top: 30px;
    width: 210px;
    height: 285px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/skypeat-blocks.jpg');
}

.some-space {
    min-width: 168px;
    min-height: 285px;
}

.terms-content {
    display: flex;
    align-self: center;
}

.terms-cont-block {
    display: flex;
    background-color: #feff00;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 17px;
    border-radius: 30px;
}

.b4-cont1-left {
    align-self: center;
}

.app-b5-block {
    align-self: center;
    padding-left: 60px;
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    color: #004300;
}

.app-b5-block2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    color: #004300;
}

.terms-cont-right > .app-b5-block {
    padding-left: 10px;
    font-weight: 500;
}

.terms-cont-left > .app-b5-block {
    font-size: 16px;
}
.app-b5-block2 {
    font-size: 16px;
}

.terms-cont-left {
    min-width: 277px;
}

.app-b5-tree-foot {
    display: flex;
    justify-content: end;
    width: 95%;
}

.big-foot {
    display: flex;
    justify-content: center;
}

.terms-heading {
    margin-bottom: 32px;
}

.terms-block2 {
    display: none;
}

/*---------------------------- FOOTER */
.footer {
    width: 100%;
    background-color: #feff00;
}

.footer__nav {
    justify-content: center;
}

.footer__nav:not(:first-child) {
    margin-top: 10px;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 960px;
}

.logo-link__footer {
    margin-right: 60px;
    padding: 27px 0px;
}

.footer__logo {
    min-width: 168px;
    height: 43px;
}

/* foooooooter links */

.networks-list {
    display: flex;
}

.networks-list__item:not(:last-of-type) {
    margin-right: 12px;
    width: 30px;
    height: 30px;
}

.networks-item-options {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.we-chat {
    background-image: url('../images/wechat-logo.png');
}

.in {
    background-image: url('../images/linkedin.png');
}

.fb {
    background-image: url('../images/facebook.png');
}

.instagram {
    background-image: url('../images/instagram.png');
}
/* -----------------------stiky div */

.btn-form:hover {
    transform: translate(5px, 5px);
    background-color: #feff00;
}

.request-btn:hover {
    color: #feff00;
}

.request-btn2:hover {
    color: #feff00;
}

.request-btn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 4px;
    margin-left: 15px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    border: 2px solid #004300;
    cursor: pointer;
    color: black;
    background-color: #acbdaa;
    /* border-color: #f1f1f1; */
}

.request-btn2 {
    position: -webkit-sticky;
    position: sticky;
    bottom: 4px;
    margin-left: 15px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    border: 2px solid #004300;
    cursor: pointer;
    color: black;
    background-color: #acbdaa;
}

.sticky-btn1 {
    position: -webkit-sticky;
    position: sticky;
    bottom: 17px;
}

.sticky-btn2 {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 17px;
}

/* ======================================================================ВЫПАДАЮЩЕЕ МЕНЮ */

.wrapper {
    display: none;
    background: url('../img/bg.jpg') no-repeat right center;
    background-size: cover;
}

.wrapper__checkbox {
    display: none;
}

.wrapper__checkbox:checked ~ .wrapper__menu {
    right: 0;
}
.wrapper__checkbox:checked ~ .wrapper__button {
    position: fixed;
    top: 10px;
    right: 20px;
}

.wrapper__checkbox:checked ~ .wrapper__button .wrapper__button-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}

.wrapper__checkbox:checked ~ .wrapper__button .wrapper__button-line:nth-child(2) {
    opacity: 0;
}

.wrapper__checkbox:checked ~ .wrapper__button .wrapper__button-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px;
}

.wrapper__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: white;
    border: 3px solid black; */
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
}

.wrapper__button-line {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background: #000;
    margin: 2px 0;
    position: relative;
    -webkit-transition: all 0.1s linear 0.2s;
    -o-transition: all 0.1s linear 0.2s;
    transition: all 0.1s linear 0.2s;
}

.wrapper__menu {
    position: fixed;
    z-index: 2;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #ffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 100px 40px 40px;
    -webkit-transition: right 0.4s;
    -o-transition: right 0.4s;
    transition: right 0.4s;
}

.wrapper__menu-link {
    font-size: 26px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    align-self: center;
    margin-bottom: 30px;
    padding: 5px 10px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wrapper__menu-link:hover {
    color: #feff00;
}
/* ======================================================================ВЫПАДАЮЩЕЕ МЕНЮ */

@media (max-width: 960px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 950px) {
    .header-container,
    .footer-container {
        flex-direction: column;
    }
    .logo-link__header,
    .nav,
    .logo-link__footer {
        margin-right: 0px;
    }
    .nav,
    .footer__nav,
    .languages-list,
    .social-networks {
        margin-bottom: 15px;
    }
    .logo-link__header,
    .logo-link__footer {
        padding: 12px 0px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    .header__nav,
    .footer__nav {
        display: none;
    }
    .footer__nav-terms {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .footer__nav-terms > li:not(:last-child) {
        margin-right: 0;
    }
    .wrapper {
        display: block;
        position: absolute;
        right: 0;
    }
    .header__logo,
    .footer__logo {
        min-width: 150px;
        height: 45px;
    }
    .languages {
        display: none;
    }
    .languages-list__item:first-child {
        display: none;
    }
    .wrapper__menu .languages {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .sticky-btn1 {
        display: none;
    }
    .sticky-btn2 {
        display: block;
    }
    .hero-container {
        margin-bottom: 50px;
        background-position: center;
    }
    .about-text {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .about-text:not(:first-of-type) {
        margin-bottom: 40px;
    }
    .about-text1 {
        margin-right: 20px;
        font-size: 18px;
    }
    .about-content__block {
        margin-bottom: 40px;
    }
    .about-content__tree:first-of-type {
        margin-right: 20px;
    }
    .skypeat-280l,
    .skypeat-300l {
        margin-bottom: 60px;
    }
    .skypeat-280l-heading,
    .skypeat-300l-heading,
    .terms-heading {
        font-size: 26px;
        text-align: center;
    }
    .bottom-280l-heading,
    .bottom-280l-heading {
        font-size: 18px;
    }
    .skypeat-280l-block,
    .skypeat-300l-block,
    .skypeat-300l-block {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .skypeat-280l-elements,
    .skypeat-300l-elements,
    .skypeat-300l-elements {
        flex-direction: row;
        align-items: baseline;
    }
    .bottom-280l,
    .bottom-300l,
    .bottom-big {
        justify-content: center;
    }
    .app-b3-tree-block {
        display: none;
    }
    .b3-tree:first-of-type {
        margin-right: 70px;
    }
    .app-b3-tree-block2 {
        justify-content: center;
    }
    .element {
        width: 33%;
    }
    .pic {
        width: 75px;
    }
    .skypeat-280l-pic {
        margin-bottom: 30px;
        width: 300px;
        height: 280px;
        background-size: 90%;
    }
    .skypeat-300l-pic {
        margin-bottom: 30px;
        width: 290px;
        height: 388px;
        background-size: 100%;
    }
    .skypeat-big-pic {
        margin-bottom: 30px;
        width: 290px;
        height: 370px;
        background-size: 100%;
    }
    .terms-block,
    .term-main-pic {
        display: none;
    }
    .terms-block2 {
        display: block;
    }
    .terms-content {
        text-align: center;
    }
    .terms-cont-block {
        padding: 30px;
    }
    .app-b5-block {
        padding-left: 0px;
    }
}
