@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}

@font-face {
    font-family: "Marker Felt";
    src: url('../fonts/MarkerFelt.ttc') format('truetype');
}

.cherta_1 {
    background-color: #CDEF93;
    width: 100%;
    height: 50px;
    margin: 25px 0;
}

.ops_0 {
    opacity: 0;
}

.img-wrap {
    width: 60%;
}

.img-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 600px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    padding: 10px 20px;
    background-color: #557084;
    height: 112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

header .sr_home {
    opacity: 0.8;
}

header .sr_home:hover {
    opacity: 1;
}

header nav {
    width: 62%;
}

header nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

header nav ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 300;
}

header nav ul li a:hover {
    color: #F8FC39;
}

header nav ul li a:active {
    color: #F8FC39;
}


header .conact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

header .conact a {
    color: #ffffff;
    font-size: 24px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 130%;
    font-weight: 700;
}

header .conact a:hover {
    color: #F8FC39;
}

header .conact .social_media {
    align-self: flex-end;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.burg_menu {
    display: none;
    width: 20px;
    height: 20px;
    position: relative;
}

.item {
    position: absolute;
    width: 100%;
    height: 1px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.top {
    top: 0;
}

.top_active {
    top: 50%;
    transform: rotate(45deg);
}

.mid {
    top: 50%;
}

.mid_active {
    display: none;
}

.bot {
    top: 100%;
}

.bot_active {
    top: 50%;
    transform: rotate(-45deg);
}

.sec2 .about_us .content_img img {
    width: 500px;
}

@media screen and (max-width: 1250px) {
    .sec2 .about_us .content_img img {
        max-width: 500px;
        width: 100%;
    }
}


footer {
    padding: 40px 40px 24px;
    background-color: #557084;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 40px;
}

footer .left_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    min-width: 240px;
}

footer .left_content a {
    opacity: 0.6000000238;
    font-size: 16px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 500;
    transition: 300ms ease-in-out all;
}

footer .left_content a:hover {
    opacity: 1;
    color: #F8FC39;
}

footer .left_content .link_footet {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

/* retail_note: блок «мелкая фасовка» — простой текст, как остальные ссылки футера */
footer .left_content .retail_note {
    max-width: 320px;
}

footer .left_content .retail_note .retail_note_text {
    margin: 0 0 4px;
    opacity: 0.6;
    font-size: 16px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 500;
}

footer .left_content .retail_note .retail_note_phone {
    opacity: 0.6;
    font-size: 16px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 500;
    white-space: nowrap;
    transition: 300ms ease-in-out all;
}

footer .left_content .retail_note .retail_note_phone:hover {
    opacity: 1;
    color: #F8FC39;
}

footer .right_content {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

footer .right_content .footer_link {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

footer .right_content .footer_link .foter_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

footer .right_content .footer_link .foter_content h3 {
    font-size: 24px;
    color: #ffffff;
    font-family: "Marker Felt", sans-serif;
    line-height: 150%;
    font-weight: 700;
}

footer .right_content .footer_link .foter_content p a {
    font-size: 24px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 400;
    opacity: 1;
}

footer .right_content .footer_link .foter_content p a:hover {
    opacity: 1;
    color: #F8FC39;
}

footer .right_content .footer_link .foter_content a {
    opacity: 0.6000000238;
    font-size: 16px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 200;
}

footer .right_content .footer_link .foter_content a:nth-child(1) img {
    width: 33px;
    border-radius: 30px;
    opacity: 0.8;
}

footer .right_content .footer_link .foter_content a:hover {
    opacity: 1;
    color: #F8FC39;
}

footer .right_content .footer_link .foter_content label {
    font-size: 12px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 400;
    opacity: 0.6000000238;
}

footer .right_content .footer_link_bottom {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}

footer .right_content .footer_link_bottom .footer_link_bottom_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

footer .right_content .footer_link_bottom .footer_link_bottom_content p {
    cursor: pointer;
    font-size: 12px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 500;
    opacity: 0.6000000238;
}

footer .right_content .footer_link_bottom .footer_link_bottom_content p:hover {
    opacity: 1;
    color: #F8FC39;
}

footer .right_content .footer_link_bottom .footer_link_bottom_content p a {
    font-size: 12px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 400;
}

footer .right_content .footer_link_bottom .creater {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

footer .right_content .footer_link_bottom .creater p {
    font-size: 12px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 500;
    opacity: 0.6000000238;
}

footer .right_content .footer_link_bottom .creater .cr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

footer .right_content .footer_link_bottom .creater .cr span {
    font-size: 12px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    font-weight: 500;
    opacity: 0.6000000238;
}

.modal {
    background-color: #557084;
    position: fixed;
    padding: 30px;
    top: -100vh;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9;
    display: none;
    margin: 0 auto;
}

.modal ul {
    margin-top: 30px;
}

.modal ul li a {
    font-size: 16px;
    color: white;
    font-family: "Roboto", sans-serif;
    line-height: 130%;
    font-weight: 400;
    opacity: 0.7;
}

.modal ul li a:hover {
    color: #F8FC39;
}

.modal ul li a:active {
    color: #F8FC39;
}

.modal_pos {
    transition: all 300ms ease-in-out;
    top: 0 !important;
}


@media screen and (max-width: 920px) {
    footer .right_content .footer_link_bottom .footer_link_bottom_content {
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 950px) {
    header nav {
        display: none;
    }

    header .conact {
        display: none;
    }

    .burg_menu {
        display: block;
    }

    footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 auto;
    }

    footer .left_content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: #ffffff 1px solid;
    }

    footer .left_content .retail_note {
        margin-top: 16px;
        margin-bottom: 16px;
        max-width: 100%;
        width: 100%;
    }

    footer .left_content .link_footet {
        font-size: 16px;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        line-height: 20px;
        font-weight: 500;
    }

    footer .right_content {
        width: 100%;
    }

    footer .right_content .footer_link {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
    }

    footer .right_content .footer_link_bottom .creater {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .modal {
        transition: all 300ms ease-in-out;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .modal ul {
        height: 60%;
        padding: 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .modal .conact2 {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .modal .conact2 .about_contact {
        font-size: 32px;
        color: white;
        font-family: "Roboto", sans-serif;
        line-height: 130%;
        font-weight: 400;
    }

    .modal .conact2 a {
        font-size: 24px;
        color: white;
        font-family: "Roboto", sans-serif;
        line-height: 130%;
        font-weight: 400;
        opacity: 0.6;
    }

    .modal .conact2 .social_media {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .modal .conact2 .social_media a {
        opacity: 1;
    }
}

@media screen and (max-width: 390px) {
    .modal ul {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ===== footer: адаптив для телефонов (вплоть до 320px) ===== */
@media screen and (max-width: 600px) {
    footer {
        padding: 28px 16px 20px;
        gap: 22px;
    }

    footer .left_content {
        flex-direction: column;
        gap: 14px;
        min-width: auto;
        padding-bottom: 18px;
    }

    footer .left_content .retail_note {
        margin-top: 0;
        margin-bottom: 0;
    }

    footer .right_content .footer_link {
        gap: 22px 16px;
    }

    footer .right_content .footer_link .foter_content {
        flex: 1 1 130px;
        min-width: 130px;
    }

    footer .right_content .footer_link_bottom .footer_link_bottom_content {
        height: auto;
    }
}

@media screen and (max-width: 360px) {
    footer .right_content .footer_link .foter_content {
        flex-basis: 100%;
    }
}

body {
    overflow-x: hidden;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.index {
    z-index: 10;
}


/*.sec1 .paralax {*/
/*    position: absolute;*/
/*    left: -10%;*/
/*    overflow: hidden;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    width: 110%;*/
/*    height: 800px;*/
/*}*/

/*.sec1 .p_bag {*/
/*    background-color: #d2e5f5;*/
/*    background-image: url(../img/parelax1.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    z-index: 3;*/
/*    padding: 20px;*/
/*}*/

/*.sec1 .p1 {*/
/*    background-image: url(../img/parelax2.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    z-index: 5;*/
/*    padding: 20px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: flex-end;*/
/*    flex-direction: row;*/
/*}*/

/*.sec1 .p1 .content_fix {*/
/*    width: 90%;*/
/*    padding-left: 40px;*/
/*}*/

/*.sec1 .p1 .content_fix .title {*/
/*    width: 500px;*/
/*}*/

/*.sec1 .p1 .content_fix .title h1 {*/
/*    font-size: 40px;*/
/*    color: #ffffff;*/
/*    font-family: "Marker Felt", sans-serif;*/
/*    line-height: 100%;*/
/*    font-weight: 700;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.sec1 .p1 .content_fix .title p {*/
/*    font-size: 24px;*/
/*    color: #ffffff;*/
/*    font-family: "Marker Felt", sans-serif;*/
/*    line-height: 100%;*/
/*    font-weight: 400;*/
/*}*/

/*.sec1 .p1 .title {*/
/*    padding: 20px;*/
/*    width: 60%;*/
/*}*/

/*.sec1 .p2 {*/
/*    z-index: 4;*/
/*    background-image: url(../img/logo.svg);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

.sec2 {
    width: 100%;
    padding: 25px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.sec2 .subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.sec2 .subtitle h2 {
    position: relative;
    font-size: 120px;
    color: #0D4404;
    font-family: "Marker Felt", sans-serif;
    line-height: normal;
    font-weight: 400;
}


.sec2 .about_us {
    width: 100%;
    gap: 40px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.sec2 .about_us_rot {
    flex-flow: row-reverse;
    text-align: end;
}

@media screen and (max-width: 1500px) {
    .sec2 .about_us .content {
        width: 550px;
    }

    .sec2 .about_us .content_img img {
        width: 450px;
    }

}

@media screen and (max-width: 1050px) {
    .sec2 .about_us .content {
        width: 450px;
    }

    .sec2 .about_us .content_img img {
        width: 395px;
    }

}

@media screen and (max-width: 900px) {
    .sec2 .about_us {
        display: flex;
        flex-direction: column;
        padding: 0 35px;
    }

    .sec2 .about_us .content {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    .sec2 .about_us .content_img img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    .sec2 .about_us .content_img {
        width: 100%;
        height: 100%;
    }

    .sec2 .about_us .content h5, .sec2 .about_us .content p {
        text-align: initial;
    }
}

.sec2 .about_us .content {
    margin-bottom: 40px;
    max-width: 800px;
}

.sec2 .about_us .content-0 {
    margin-bottom: 40px;
    width: 100%;
    padding: 0 20px;
}

.sec2 .about_us .content-0 h5 {
    font-size: 42px;
    color: black;
    font-family: "Marker Felt", sans-serif;
    line-height: 90%;
    font-weight: 400;
    margin-bottom: 20px;
}

.sec2 .about_us .content-0 p {
    font-size: 21px;
    color: black;
    font-family: "Roboto", sans-serif;
    line-height: 130%;
    font-weight: 300;
}

.sec2 .about_us .content h5 {
    font-size: 42px;
    color: #0D4404;
    font-family: "Marker Felt", sans-serif;
    line-height: 90%;
    font-weight: 400;
    margin-bottom: 20px;
}

.sec2 .about_us .content p {
    font-size: 32px;
    color: black;
    font-family: "Roboto", sans-serif;
    line-height: 130%;
    font-weight: 400;
    text-align: left;
}

.sec2 .about_us_rot .content p {
    font-size: 25px;
}

.sec2 .about_us .content_img img {
    border-radius: 10px;
}

.sec3 {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.sec3 h3 {
    margin: 0 auto;
    font-size: 90px;
    color: rgba(13, 68, 4, 0.90);
    font-family: "Marker Felt", sans-serif;
    line-height: 90px;
    font-weight: 400;
}

.sec3 .product {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.sec3 .product .card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 10px;
    width: 453px;
    height: 453px;
    background-color: #91af5f;
}

.sec3 .product .card .product_card {
    background-image: url(../img/sun.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    border-radius: 10px;
    background-color: #cdef93;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.sec3 .product .card .product_card p {
    font-size: 40px;
    padding: 20px;
    color: black;
    font-family: "Roboto", sans-serif;
    line-height: normal;
    font-weight: 400;
}

.sec3 .product .card .discription_card {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    height: 175px;
    background-color: #5c9200;
}

.sec3 .product .card .discription_card h4 {
    font-size: 40px;
    color: white;
    font-family: "Marker Felt", sans-serif;
    line-height: 130%;
    font-weight: 700;
}

.sec3 .product .card .discription_card p {
    font-size: 21px;
    color: white;
    font-family: "Roboto", sans-serif;
    line-height: 130%;
    font-weight: 300;
}

.sec4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec4 h3 {
    font-size: 120px;
    color: #0D4404;
    font-family: "Marker Felt", sans-serif;
    line-height: normal;
    font-weight: 400;
}

.swiper {
    width: 90%;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #5c9200;
}

.swiper-slide {
    height: 450px;
}

.swiper-slide .person {
    background-color: #5c9200;
    border-radius: 10px;
    border: 1px solid #cdef93;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}

.swiper-slide .person .photo {
    height: 400px;
    overflow: hidden;
    max-width: 230px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.swiper-slide .person .photo img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 402px;
    border-radius: 0px 34px 34px 0px;
}

.swiper-slide .person .person_name {
    width: 200px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 400px;
}

.swiper-slide .person .person_name .bottom_person {
    padding: 0 0 0 16px;
}

.swiper-slide .person .person_name .top_person h3 {
    font-size: 28px;
    color: white;
    font-family: "Marker Felt", sans-serif;
    line-height: 130%;
    font-weight: 700;
}

.swiper-slide .person .person_name .top_person h4 {
    font-size: 16px;
    color: white;
    font-family: "Roboto", sans-serif;
    line-height: 115%;
    font-weight: 300;
}

.swiper-slide .person .person_name .bottom_person h3 {
    font-size: 20px;
    color: white;
    font-family: "Marker Felt", sans-serif;
    line-height: 130%;
    font-weight: 700;
}

.swiper-slide .person .person_name .bottom_person ol li {
    font-size: 16px;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 165%;
    text-align: left;
}

.sec3 .products {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 25px;
}

.sec3 .products iframe {
    min-height: 560px;
    width: 80%;
}

.mai {
    background: rgba(223, 255, 131, 0.80);
}

.sec1 {
    padding-top: 110px;
    width: 100%;
    height: 100%;
    position: static;
    overflow: hidden;
    -ms-overflow-style: none;
    /* хром, сафари */

}

.sec1 .cartina {
    background-image: url(../img/phons1s1.jpg);
    background-color: #d2e5f5;
    height: 790px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sec1 .cartina .cart_main {
    position: relative;
    width: 100%;
    height: 100%;
}

.sec1 .cartina .cart_main .solnche {
    width: 300px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1 .cartina .cart_main .ruki {
    position: absolute;
    width: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1 .cartina .cart_main .solnche .kru {
    transform: rotate(0deg);
    animation: kru 10s linear infinite;
}

.sec1 .cartina .cart_main .solnche img, .sec1 .cartina .cart_main .ruki img {
    width: 100%;
    height: 100%;
}


@keyframes kru {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sec1 .cartina .text_op {
    color: #FFFFFF;
    font-family: "Marker Felt", sans-serif;
    max-width: 500px;
    position: absolute;
    bottom: 0;
    margin: 25px;
}

.sec1 .cartina .text_op h2 {
    font-size: 44px;
    font-weight: 700;
    padding: 0 0 10px;
}

.sec1 .cartina .text_op p {
    font-size: 24px;
    font-weight: 700;
}


/*.wraper {*/
/*  max-width: 600px;*/
/*  margin: auto;*/
/*  padding: 20px;*/
/*}*/
/*.items-wrap {*/
/*  position: relative;*/
/*  display: flex;*/
/*  overflow: hidden;*/
/*  user-select: none;*/
/*  gap: 20px;*/
/*}*/
/*.items {*/
/*  flex-shrink: 0;*/
/*  display: flex;*/
/*  gap: 20px;*/
/*  counter-reset: item;*/
/*  justify-content: space-around;*/
/*  min-width: 100%;*/
/*}*/
/*.item {*/
/*  background: #ccc;*/
/*  flex: 0 0 auto;*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  counter-increment: item;*/
/*  border-radius: 6px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-size: 25px;*/
/*  font-weight: bold;*/
/*  color: #fff;*/
/*  margin: 10px 0;*/
/*  transition: all 0.1s ease-in-out;*/
/*}*/


/*.marquee {*/
/*  animation: scroll 20s linear infinite;*/
/*}*/

/*@keyframes scroll {*/
/*  from {*/
/*    transform: translateX(0);*/
/*  }*/
/*  to {*/
/*    transform: translateX(calc(-100% - 20px));*/
/*  }*/
/*}*/
.sec5 h3 {
    font-size: 90px;
    color: rgba(13, 68, 4, 0.90);
    text-align: center;
    padding: 10px 0 50px;
    font-family: "Marker Felt", sans-serif;
}

.sec5 .wraper {
    max-width: 90%;
    overflow: hidden;
    display: flex;
    gap: 25px;
    margin: 0 auto 40px;
    padding: 10px 0;
    background: #13310a;
}

.sec5 .wraper .items {
    display: flex;
    gap: 25px;
    animation: scroll 20s linear infinite;
}

.sec5 .wraper .items .itemz {
    transform: translateX(0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: all 0.1s ease-in-out;
    /*animation: scroll 20s linear infinite;*/
    border: 1px solid #5c9200;
    padding: 10px;
}

.sec5 .wraper .items .itemz img {
    height: 100px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 25px));
    }
}


@media screen and (max-width: 65.9375em) {
    .sec3 .products iframe {
        min-height: 460px;
        width: 90%;
    }
}

@media screen and (max-width: 39.9375em) {
    .sec3 .products iframe {
        min-height: 240px;
        width: 100%;
    }
}


@media screen and (min-width: 1920px) {
    header {
        width: 1920px;
        left: 50%;
        transform: translate(-50%);

    }

    main {
        margin: 0 auto;
        max-width: 1920px;
    }

    .sec1 {
        margin: 0 auto;
        position: relative;
    }

    .sec1 .paralax {
        margin: 0 auto;
        max-width: 1920px;


    }

    .sec1 .p1 .content_fix {
        width: 80%;
    }

    .sec2 .about_us .img2 {
        order: -1;
    }

    footer {
        max-width: 1920px;
        margin: 0 auto;
    }
}


@media screen and (min-width: 1580px) {
    .sec2 .about_us_rot .content_img img {
        transform: scale(1.2);
        width: 470px;
    }

    .sec2 .about_us_rot .content p {
        font-size: 25px;
    }
}

@media screen and (min-width: 1750px) {
    .sec2 .about_us_rot .content_img img {
        transform: scale(1.3);
    }

    .sec2 .about_us_rot .content p {
        font-size: 26px;
    }
}

@media screen and (max-width: 1580px) {
    .sec2 .about_us_rot .content_img img {
        width: 470px;
        height: 700px;
    }

    .sec2 .about_us_rot {
        align-items: center;
    }

}

@media screen and (max-width: 1500px) {
    .sec2 .about_us .content .aega16 {
        font-size: 22px;
    }

    .sec2 .about_us .content {
        margin: 0;
    }

    .sec2 .about_us_rot {
        align-items: end;
    }
}


@media screen and (max-width: 1280px) {
    .sec1 .p_bag {
        background-size: auto;
    }

    .sec1 .p1 {
        background-size: auto;
    }

    .sec1 .p2 {
        background-size: 600px;
    }

    .sec2 .subtitle h2 {
        font-size: 130px;
        height: 190px;
    }

    .sec4 h3 {
        font-size: 140px;
    }
    .sec1 .cartina {
        height: 90vh;
    }
}

@media screen and (max-width: 1100px) {
    .sec2 .about_us .content p {
        font-size: 24px;
    }

    .sec2 .about_us_rot .content p {
        font-size: 16px;
    }

    .sec2 .about_us .content .aega16 {
        font-size: 20px;
    }

    .sec2 .about_us_rot .content_img img {
        width: 380px;
        height: 580px;
    }

}

@media screen and (max-width: 1100px) {
    .sec1 .p2 {
        background-size: 400px;
    }

    .sec2 .subtitle h2 {
        font-size: 100px;
    }


    .sec3 .product {
        flex-wrap: wrap;
    }

    /*.sec3 .product .card {*/
    /*  width: 45%;*/
    /*}*/
    .sec4 h3 {
        font-size: 124px;
    }

    .sec1 .cartina .text_op h2 {
        font-size: 40px;
    }

    .sec1 .cartina .text_op p {
        font-size: 22px;
    }

    .sec5 .wraper .items .itemz img {
        height: 50px;
    }
}
@media screen and (max-width: 1050px) {
    .sec2 .about_us_rot .content_img img {
        height: 700px;
    }
}

@media screen and (max-width: 900px) {
    .sec2 .about_us_rot .content_img img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 880px) {
    .sec3 .product {
        flex-wrap: wrap;
        gap: 30px;
    }

    .sec3 .product .card {
        width: 453px;
    }

    .sec4 h3 {
        font-size: 100px;
    }
}

@media screen and (max-width: 768px) {
    header .burger {
        order: 1;
    }

    .sec1 .p2 {
        background-size: 420px;
    }

    .sec2 .subtitle h2 {
        font-size: 64px;
        height: 100px;
    }

    .sec2 .about_us .content {
        width: 100%;
    }

    .sec2 .content_img {
        width: 100%;
    }

    .sec2 .content_img img {
        width: 100%;
    }

    .sec3 h3 {
        font-size: 90px;
    }

    .sec1 .cartina .cart_main .ruki {
        width: 80%;
    }

    .sec1 .cartina .cart_main .solnche {
        width: 45%;
    }
}

@media screen and (max-width: 540px) {
    .sec1 .p1 .content_fix {
        padding-left: 0;
        height: 320px;
    }

    .sec1 .p1 .content_fix .title h1 {
        font-size: 36px;
    }

    .sec1 .p2 {
        background-position: 152px 260px;
        background-size: 300px;
    }

    .sec2 .subtitle h2 {
        font-size: 52px;
    }

    .sec3 h3 {
        font-size: 64px;
    }

    .sec3 .product .card {
        width: 100%;
    }

    .sec4 h3 {
        font-size: 64px;
    }

    .sec1 .cartina .text_op h2 {
        font-size: 30px;
    }

    .sec1 .cartina .text_op p {
        font-size: 18px;
    }

    .sec1 .cartina .text_op {
        margin: 15px;
    }

    .sec1 .cartina {
           height: 80vh;
    }

    .sec5 h3 {
        font-size: 64px;
    }

    .cherta_1 {
        height: 30px;
        margin: 20px 0;
    }

}

@media screen and (max-width: 425px) {
    .sec1 .p1 .content_fix .title {
        width: 330px;
        height: 310px;
    }

    .sec3 .product {
        width: 100%;
    }

    .sec3 .product .card .product_card p {
        font-size: 48px;
    }

    .sec3 .product .product_card p {
        font-size: 36px;
    }

    .sec1 .cartina .text_op h2 {
        font-size: 22px;
    }

    .sec1 .cartina .text_op p {
        font-size: 12px;
    }
    .sec1 .cartina {
           height: 70vh;
    }

}

@media screen and (max-width: 490px) {
    .sec1 .p1 .content_fix {
        padding-left: 0;
        height: 200px;
    }

    .sec1 .p1 .content_fix .title h1 {
        font-size: 24px;
    }

    .sec1 .p1 .content_fix .title p {
        font-size: 16px;
    }

    .sec1 .p2 {
        background-position: 90px 260px;
        background-size: 300px;
    }

    .sec2 .subtitle h2 {
        height: 60px;
        font-size: 36px;
    }

    .sec3 .product {
        width: 100%;
        margin-top: 0;
    }

    .sec3 .product .card .product_card {
        flex-direction: column;
        align-items: center;
    }

    .sec3 .product .card .product_card img {
        width: 190px;
    }

    .sec4 h3 {
        font-size: 44px;
    }

    .sec3 .product .card .discription_card h4 {
        font-size: 33px;
    }
}

@media screen and (max-width: 350px) {
    .sec1 .p2 {
        background-position: 75px 300px;
        background-size: 250px;
    }

    .swiper-slide .person {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: row;
    }

    .swiper-slide .person .person_name .top_person h3 {
        font-size: 20px;
    }

    .swiper-slide .person .person_name .top_person h4 {
        font-size: 16px;
    }

    .swiper-slide .person .person_name .bottom_person h3 {
        font-size: 16px;
    }

    .swiper-slide .person .person_name .bottom_person ol li {
        font-size: 12px;
    }

    .sec3 .product .card .discription_card h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 320px) {
    .sec1 .p2 {
        background-position: 60px 300px;
        background-size: 250px;
    }
}

/*# sourceMappingURL=style.css.map */


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}