.MyLPs {
    color: #2b2d40;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
    background-color: #fff;
}

html {
    scroll-behavior: smooth;
}

.MyLPs a {
    color: #2d2c42;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.MyLPs .wreg {
    font-weight: initial;
}

.MyLPs .w700 {
    font-weight: 700;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .w900 {
    font-weight: 900;
}

.MyLPs .f16 {
    font-size: 16px;
}

.MyLPs .f18 {
    font-size: 18px;
    margin: 20px 0 15px;
}

.MyLPs .f20 {
    font-size: 20px;
}

.MyLPs .f24 {
    font-size: 24px;
}

.MyLPs .f26 {
    font-size: 26px;
}

.MyLPs .f30 {
    font-size: 30px;
}

.MyLPs .f50 {
    font-size: 50px;
}

.margin_0_auto {
    margin: 0 auto;
}

.padding_top_60 {
    padding-top: 60px;
}

.padding_bottom_30 {
    padding-bottom: 30px;
}


.display_flex {
    display: flex;
    justify-content: center;
}

.padding_none {
    padding: 0px !important;
}

.display_none_desktop {
    display: none !important;
}

.header {
    background-image: url(images/header_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f56e4a;
}

.header .margin_header {
    margin: 190px 0px 60px 200px;
}

.header .header_logo {
    margin-bottom: 50px;
}

.header .header_bg_m {
    display: none;
}

.section_btns {
    background-color: #ffc539;
}

.section_btns .btns {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #2C2D31;
    border-radius: 5px;
    border: none;
    margin: 30px;
    padding: 20px 30px;
    transition: background-color 0.3s ease-out;
}

.section_btns .btns:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.MyLPs .section1_1 {
    position: absolute;
    top: -20px;
    left: -80px;
    z-index: -1;
}

.section1 .section1_title,
.section2 .section2_title,
.section3 .section3_title {
    margin-top: 20px;
    z-index: 1;
}

.MyLPs .section1 .section_carousel .item .content {
    padding: 0px 0px 40px;
    position: relative;
}

.MyLPs .section1 .section_carousel .linkStretched {
    position: unset !important;
    font-weight: 700;
    font-size: 0;
}

.section1,
.section2 {
    background-color: #f4f3f3;
}

.MyLPs .section1 .section_carousel .item {
    border-radius: 6px;
}

.section2 .section2_cards_container {
    padding: 20px;
}

.section2 .section2_cards {
    background: rgb(244, 243, 243);
    background: linear-gradient(180deg, rgba(244, 243, 243, 1) 8%, rgba(215, 225, 242, 1) 100%);
    padding: 60px;
    border-radius: 10px;
}

.section2 .section2_card_title {
    margin: 30px 0px;
    min-height: 62px;
}

.section2 .section2_card_text {
    min-height: 250px;
}

.section2 .section2_1 {
    position: absolute;
    top: -20px;
    left: -110px;
    z-index: -1;
}

.MyLPs .section3 {
    background-color: #f9f4f0;
    background-image: url(images/accessories_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

.section3 .section3_1 {
    position: absolute;
    top: -20px;
    left: -110px;
    z-index: -1;
}

.section3 .btnCommon {
    min-width: 147px;
}

.section3 .btn.btnCommon {
    background-color: #475ff0;
    color: #fff;
    font-size: 20px;
    padding: 20px 40px;
    display: flex;
    justify-self: center;
    margin-bottom: 0px;
}

.section3 .btn.btnCommon:hover {
    background-color: #5b71f0;
}

.section_blog {
    background-color: #f4f3f3;
}

.section_blog .section_blog_subtitle {
    margin-bottom: 50px;
}

.section_blog .logo_blog {
    margin-bottom: 40px;
}

.section_blog .section_blog_title {
    margin: 20px 0px 0px 20px;
}

.section_blog .section_blog_cards {
    position: relative;
}

.section_blog .section_blog_cards:hover .section_blog_title {
    color: #475ff0;
}

.MyLPs .section_promo {
    justify-content: space-between;
    padding: 40px 0;
    flex-wrap: nowrap;
    column-gap: 30px;
}

.MyLPs .section_promo .brand_img:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.section_logos {
    background-color: #2b2d40;
}

.section_logos .section_logos_title {
    margin: 40px 0px;
}

.section_logos .circle {
    margin: 0 auto;
    width: 112px;
}

.section_logos_carousel .owl-nav .owl-prev {
    position: absolute;
    top: 44%;
    left: -18px;
}

.section_logos_carousel .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    right: -18px;
}

.section_logos_carousel .owl-nav .owl-prev,
.section_carousel .owl-nav .owl-prev {
    position: absolute;
    top: 44%;
    left: -50px;
}

.section_logos_carousel .owl-nav .owl-next,
.section_carousel .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    right: -50px;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    text-decoration: none;
}

.MyLPs .section_carousel_wrapper {
    position: relative;
}

.MyLPs .carousel_bbq {
    background-color: #f56e4a;
    padding: 40px 0;
}

.MyLPs .section_carousel_wrapper {
    width: 100%;
    margin: 20px auto;
    justify-content: flex-end;
}

.MyLPs .section_carousel .item {
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
}

.MyLPs .section_carousel .item .content {
    padding: 0px 25px 25px 25px;
    position: relative;
}

/* Make carousel items equal height with flex layout */
.MyLPs .section_carousel .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.MyLPs .section_carousel .item .content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

/* Image and title take variable space */
.MyLPs .section_carousel .item .img-wrapper {
    flex: 0 0 auto;
}

.MyLPs .section_carousel .item .title {
    flex: 0 0 auto;
}

/* Push price and button to bottom */
.MyLPs .section_carousel .item .price {
    margin-top: auto;
}

.MyLPs .section_carousel .item .content:hover .btnCommon {
    opacity: 0.8;
}

.MyLPs .section_carousel .item .content:hover img {
    transform: scale(0.96);
}

.MyLPs .section1 .section_carousel .item .content:hover img {
    transform: none;
}

.MyLPs .section_carousel .item .title {
    font-size: 18px;
    color: #2d2c42;
    height: 47px;
    overflow: hidden;
}

.MyLPs .section_carousel .item .img-wrapper {
    margin: auto;
    max-width: 280px;
    width: 100%;
    aspect-ratio: 1/1;
    margin-block: 5px;
}

.MyLPs .section_carousel .item .img-wrapper img {
    width: 100%;
    max-width: 100%;
    transition: all linear 0.1s;
}

.MyLPs .section_carousel .item .price {
    font-size: 40px;
    font-weight: 700;
    color: #475ff0;
}

.MyLPs .section_carousel .item .btnCommon {
    transition: all linear 0.1s;
    font-size: 16px;
    font-weight: 700 !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.MyLPs .section_carousel .owl-item {
    transition: all linear 0.1s;
}

.MyLPs .section_carousel .owl-item:not(.owl-item.active.center) {
    transform: scale(0.95);
}

.MyLPs .section_carousel .owl-stage-outer {
    z-index: 3;
}

.MyLPs .section1 .card_content {
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width:1750px) {
    .header .margin_header {
        margin: 190px 0px 60px 130px;
    }

}

@media(max-width:1580px) {
    .header .margin_header {
        margin: 190px 0px 60px 80px;
    }

    .section_btns .btns {
        margin: 10px;
        min-width: 212px
    }

    .section2 .section2_cards {
        padding: 20px 15px;
    }

    .MyLPs .section_carousel .item .price {
        font-size: 36px;
    }

}

@media(max-width:1310px) {
    .header .margin_header {
        margin: 190px 0px 60px 20px;
    }

    .section2 .section2_cards_container {
        padding: 20px 8px;
    }
}

@media(max-width:1200px) {
    .MyLPs .section_carousel .item .price {
        font-size: 32px;
    }
}

@media(max-width:991px) {
    .MyLPs .section_carousel .item .price {
        font-size: 28px;
    }

    .MyLPs .section1_1,
    .MyLPs .section2_1,
    .MyLPs .section3_1 {
        display: none;
    }

    .section1 .section1_title,
    .section2 .section2_title,
    .section3 .section3_title {
        margin-top: 0;
    }
}

@media(max-width:900px) {
    .header .margin_header {
        margin: 190px 0px 60px 0px;
    }

    .section2 .section2_card_text {
        min-height: 175px;
    }

    .section_blog .section_blog_title {
        text-align: center;
    }

    #section_karvounou {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media(max-width:760px) {

    .header {
        background-image: none;
        background-color: #fff;
    }

    .header .margin_header {
        margin: 0px 20px 40px 20px;
        text-align: center;
    }

    .header .header_logo {
        margin: 40px auto;
    }

    .header .header_bg_m {
        display: block;
        margin-bottom: -250px;
        margin-top: 20px;
    }

    .section_btns .container_btns {
        padding: 250px 0px 40px 0px;
    }

    .section_btns .btns {
        min-width: 150px;
        width: calc(50% - 10px);
        float: left;
        margin: 5px;
        padding: 15px 10px;
        font-size: 14px;
    }

    .section_btns .btn_header_width {
        width: calc(100% - 10px);
    }

    .MyLPs .section1 .section1_title,
    .MyLPs .section2 .section2_title,
    .MyLPs .section3 .section3_title {
        padding: 0 15px;
    }

    .MyLPs .section_promo {
        flex-wrap: wrap;
        row-gap: 20px;
        padding: 20px 20px 0 20px;
    }
}

@media(max-width:600px) {
    .MyLPs .f18 {
        font-size: 16px;
        line-height: 1.2;
    }

    .MyLPs .f20 {
        font-size: 18px;
    }

    .MyLPs .f26 {
        font-size: 20px;
    }

    .MyLPs .f50 {
        font-size: 40px;
    }

    .header .header_logo {
        margin: 20px auto;
    }

    .section_logos .section_logos_carousel .owl-nav .owl-prev {
        top: 40%;
        left: 20px;
    }

    .section_logos .section_logos_carousel .owl-nav .owl-next {
        top: 40%;
        right: 20px;
    }

    .section_logos .section_logos_carousel .owl-nav img {
        height: 20px;
    }

    .section_logos .section_logos_title {
        margin: 30px 30px;
    }

    .section3 .btn.btnCommon {
        color: #fff;
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 20px;
    }
}

@media(max-width:576px) {
    .MyLPs .section_carousel_wrapper {
        max-width: 1220px;
        padding-inline: 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .MyLPs .section_carousel .item .title {
        font-size: 16px;
        height: 40px;
    }

    .MyLPs .section_carousel .item .price {
        font-size: 22px;
    }

    .MyLPs .section_carousel .item .btnCommon {
        font-size: 14px;
        padding: 11px 10px;
    }

    .MyLPs .section3 {
        background-color: #f9f4f0;
        background-image: url(images/accessories_bg.png);
        background-repeat: no-repeat;
        background-position: 107% 100%;
        padding-bottom: 40px;
    }

    .MyLPs .section1 {
        padding-bottom: 40px;
    }

    .MyLPs .carousel_bbq {
        padding: 30px 0;
    }

    .MyLPs .section_logos .w700.mt-5 {
        margin-top: 30px !important;
    }
}

@media(max-width:440px) {

    .display_none_desktop {
        display: block !important;
    }

    .MyLPs .f20 {
        font-size: 16px;
    }

    .MyLPs .f30 {
        font-size: 18px;
    }

    .MyLPs .f50 {
        font-size: 30px;
    }

    .MyLPs .padding_top_60 {
        padding-top: 30px;
    }

    .header .header_bg_m {
        margin-bottom: -120px;
    }

    .section_btns .container_btns {
        padding: 100px 0px 30px 0px;
    }

    .section2 .section2_cards_container {
        padding: 10px 8px;
    }

    .section2 .section2_card_title {
        margin: 20px 0px;
        min-height: 0px;
    }

    .section2 .section2_card_text {
        min-height: 130px;
    }

    .section3 .btnCommon {
        min-width: 120px;
    }

    .section_blog .logo_blog {
        margin-bottom: 30px;
        width: 70%;
    }

    .section_blog .section_blog_subtitle {
        margin-bottom: 20px;
    }

    .section_blog img {
        padding: 0px 20px;
    }

    .section_blog .section_blog_title {
        text-align: left;
        padding: 0px 20px;
        margin: 10px 0px;
    }

}

@media(max-width:400px) {
    .MyLPs .f18 {
        font-size: 14px;
    }

    .MyLPs .section1 .card_content {
        padding-left: 10px;
        padding-right: 10px;
    }
}