* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

body {
    font-family: 'Montserrat', sans-serif;

    overflow-x: hidden;
}
.p_circles_mobile{
    display: none;
}
.background_center{
    transform: scale(1.2);
    position: relative;
    left: -50px;
    margin: 40px 0 100px 0;
}
.background_img-top{
    position: absolute;
    width: 223px;
    top: 0;
    right: -60px;
}
.p_container {
    max-width: 1250px;
        width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

/*global classes*/
.p_mt_20 {
    margin-top: 20px;
}

.p_mb_40 {
    margin-bottom: 40px;
}
.p_mb_32 {
    margin-bottom: 32px;
}
.p_mb_20 {
    margin-bottom: 20px;
}

.p_mt_40 {
    margin-top: 40px;
}

.p_flex {
    display: flex;
}

.p_text-bold {
    font-weight: 700 !important;
}

.p_text_center {
    text-align: center;
}

.p_simple_text {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
}

.p_img_block {
    display: inline-block
}

.p_img_block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*end global classes*/

.p_header {
    height: 160px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.p_header_left {
    display: flex;
    align-items: flex-end;
}

.p_header_left .p_img_block {
    display: inline-block;
    height: 109px;
}

.p_header_right {
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.p_header_right .p_img_block {
    display: inline-block;
    height: 126px;
}

.p_buy_section h1 {
    margin-top: 25px;
}

/* second section */
h1 {
    font-size: 26px;
    line-height: 34px;
    color: #000000;
    font-weight: 700;
    max-width: 526px;
}

.p_left_blok {
    width: 50%;
}

.p_card-blocks {
    justify-content: space-between;
}

.p_icon_text {
    max-width: 151px;
}

.p_icon_text .p_img_block {
    display: inline-block;
    width: 60px;
    height: 55px;
}

.p_right_blok {
    width: 50%;
}

.p_buy_btn {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 19px 32px;
    text-align: center;
    color: #ffffff;
    border-radius: 13px;
    border: 0;
    background-color: #5D7439;
    transition: all ease 0.3s;
    cursor: pointer;
}

.p_red_circles {
    max-width: 223px;
    position: absolute;
    right: -60px;
    bottom: -20px;
    max-height: 289px;
}
.p_circles_mobile{
    display: none;
}
.p_buy_btn:hover {
    background-color: #000000;
}

.p_mobile_show {
    display: none;
}

@media (max-width: 992px) {
    .p_container {
        padding: 0 20px;
    }

    .p_buy_section {
        flex-direction: column-reverse;
    }

    .p_buy_section>div {
        width: 100%;
    }

    .p_buy_section h1 {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    .p_buy_section .p_icon_text {
        display: flex;
        align-items: center;
        max-width: none;
        margin: 20px 0;
    }

    .p_buy_section .p_card-blocks {
        flex-direction: column;
    }

    .p_buy_section .p_simple_text {
        margin-left: 30px;
    }

    .p_buy_section .p_simple_text br {
        display: none;
    }
}

@media (max-width: 576px) {
    .p_buy_section button {
        width: 100%;
    }
}


/* About section */
.p_about {
    /* overflow: hidden; */
    position: relative;
}

.p_about::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -210px;
    width: 603px;
    height: 550px;
    background-image: url(../img/image2.png);
    z-index: -2;
    background-repeat: no-repeat;
    background-size: contain;
}

.p_about::before {
    content: "";
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: -50px;
    width: 689px;
    height: 420px;
    right: -343px;
    background-image: url(../img/image3.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
.p_block_item {
    min-height: 147px;
    margin-bottom: 32px;
}

.p_about_section {
    /* padding-top: 115px; */
    display: flex;
    justify-content: space-around;
}

h2 {
    font-size: 30px;
    line-height: 34px;
    color: #5D7439;
    font-weight: 700;
}

.p_about_section .p_about_left {
    max-width: 385px;
}

.p_about_section .p_about_right {
    max-width: 538px;
}

.p_about_section .p_img_block {
    display: inline-block;
    height: 209px;
}

.p_about_yoga {
    height: 579px;
    position: relative;
    left: 125px;
    top: -40px;
    z-index: -1;
}

.p_about_left_mob {
    display: none;
}

.p_about_section .p_img_block.p_about_yoga_mob {
    display: none;
}

@media (max-width: 992px) {
    .p_about_section {
        flex-direction: column;
    }

    .p_about_yoga {
        display: none;
    }

    .p_about::before,
    .p_about::after,
    .p_about .p_about_left {
        display: none;
    }

    .p_about h2 {
        font-size: 26px;
        text-align: center;
    }

    .p_about_left_mob {
        display: block;
        text-align: right;

    }

    .p_about_section .p_about_right {
        max-width: none;
    }

    .p_about_section .p_img_block.p_about_yoga_mob {
        display: block;
        height: auto;
        left: unset;
        top: unset;
        margin-bottom: 26px;
    }

    .p_about .p_simple_text {
        font-size: 12px;
    }

    .p_left_blok {
        text-align: center;
    }

    .p_left_blok .p_icon_text {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .p_about_left_mob .p_img_block {
        height: 104px;
    }

    .p_header {
        flex-direction: row-reverse;
    }

    .p_logo_block {
        position: relative;
        left: -110px;
        display: none;
    }
    .background_img-top {
    position: static;
    width: 0;
    height: unset !important;
}
    .p_circles_mobile{
        display: block;
        position: absolute;
        right: 50%;
        top: -50%;
    }


    .p_mobile_img {
        background-size: cover;
        background-position: 85% 65%;
        background-repeat: no-repeat;
        background-image: url("../img/mobile_header.png");
    }

    .p_mobile_img .p_img_block {
        visibility: hidden;
    }

    .p_mobile_show {
        position: relative;
        display: block;
        display: flex;
        align-items: center;
        overflow: hidden;
        justify-content: space-between;
    }

    .p_img_block_mob_left {
        width: 45%;
        background-size: cover;
        background-position: 85% 65%;
        background-repeat: no-repeat;
        background-image: url("../img/background.png");
    }

    .p_img_block_mob_left img {
        width: 120%;
    }
}

/* adventages */
.no-wrap{
    white-space: nowrap;
}
.p_adventages .p_block_col {
    max-width: 320px;
    width: 33%;
}
.short_text{
    max-width: 220px;
}
.p_adventages_bloks.p_flex {
    justify-content: space-between;
}
.p_adventages .p_img_block {
    margin-right: 10px;
    min-width: 60px;
    flex-basis: 60px;
    height: 53px;
}
.p_simple_text.p_text-bold {
    font-size: 16px;
}

.p_adventages .p_item_icon_text {
    align-items: center;
    max-width: 260px;
}

@media (max-width: 1200px) {
    .p_adventages .p_block_col {
        margin-right: 30px;
        max-width: none;
    }

    .p_adventages h2 {
        text-align: center;
        margin-bottom: 33px;
        margin-top: 26px;
        font-size: 26px;
    }
}

@media (max-width: 756px) {
    .p_adventages {
        margin-bottom: -200px;
        position: relative;
        z-index: 3;
    }

    .p_adventages_bloks {
        flex-direction: column;
    }

    .p_adventages .p_block_col {
        margin-right: 0;
    }

    .p_block_item>.p_simple_text {
        margin: 10px 10px 10px 80px;
    }

    .p_adventages .p_item_icon_text {
        padding-left: 10px;
        max-width: none;
                position: relative;
        top: 10px;
    }

    .p_adventages .p_img_block {
        margin-right: 20px;
    }

    .p_footer_block {
        z-index: -3 !important;
    }
}

/* footer */

.p_footer .p_img_block {
    height: 83px;
    margin-left: 5px;
}

.p_footer_content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: 42px;
    right: 400px;
    position: absolute;
    z-index: 2;
}

@media screen and (max-width: 992px) and (min-width: 557px) {
    .p_mobile_show {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .p_about_right h2 {
        margin-bottom: 0px;
        margin-top: 40px
    }

}

@media screen and (max-width: 756px) and (min-width: 320px) {
    .p_buy_telegram {
        position: relative;
        top: 200px;
    }

    .p_card-blocks .p_img_block img {
        width: 62px;
        height: 56px;
    }

    
}

.p_footer_content .p_simple_text {
    font-size: 12px;
    color: #ffffff;
    margin-right: 10px;
}

.p_header_img_block {
    position: relative;
}

.p_footer_block {
    background-position: right center;
    background-size: auto 103%;
    content: "";
    z-index: 5;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../img/footer.png);
    max-width: 1490px;
    background-repeat: no-repeat;
    margin: 0px auto;
    min-height: 450px;
}

@media screen and (max-width: 1204px) and (min-width: 757px) {
    .p_footer_block {
        min-height: 290px;
    }
}

@media (max-width: 576px) {
    .p_buy_btn {
        width: 100%;
        font-size: 14px;
    }

}

.p_footer_bg_mob {
    display: none;
}

@media (max-width: 756px) {
    .p_footer_block {
        background-image: none;
    }

    .p_footer_block {
        text-align: center;
    }

    .p_footer_bg_mob {
        display: block;
        width: 100%;
    }

    .p_footer_bg_mob img {
        width: 100%;
    }

    .p_footer_bg {
        display: none;
    }

    .p_footer_content .p_simple_text {
        display: inline-block;
        max-width: 113px;
        text-align: end;
        vertical-align: middle;
    }

    .p_footer_content a {
        vertical-align: middle;
    }

    .p_footer_content {
        display: inline-block;
        bottom: 24px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .p_footer_block {
        left: 0px;
    }

    .p_about_right h2 {
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .p_footer_block .p_text_center {
        padding: 0px 20px;
    }

}
.background_img-top{
    position: absolute;
    width: 223px;
    top: 0;
    right: -60px;
}
@media (max-width:576px) {
    .background_img-top{
        position: static;
        width: 0;
        height: unset !important;
    }
    .p_circles_mobile {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
       width: 58px !important;
        height: 115px !important;
    }
    .p_img_block img {
        max-width: 121px;
    }
    .p_header {
        align-items: flex-start;
    }
    .background_center {
               transform: scale(1.2);
        position: relative;
        left: 10px;
        top: -50px;
        margin: 0;
        max-width: 100% !important;
    }
    .p_red_circles {
        max-width: 223px;
        position: absolute;
        right: -40px;
        bottom: -40px;
        max-height: 289px;
    }
    .p_container.p_about {
    padding: 0;
}
.logo-block_second {
        position: absolute;
        min-width: 192px;
        right: 20px;
        top: 30px;
    }
    .p_about_yoga.p_about_yoga_mob.p_img_block {
    position: relative;
    top: -160px;
    z-index: 1000;
}
.p_about_yoga.p_about_yoga_mob.p_img_block img {
    max-width: 100%;
}
.p_about .p_simple_text{
    padding: 0 20px;
    margin-top: -160px;
    font-size: 13px;
}
.p_adventages .p_block_col {
    max-width: 100%;
    width: 100%;
}
.p_adventages .p_item_icon_text{
    padding-left: 0;
}
    .p_block_item>.p_simple_text {
        margin: 10px 0px 10px 100px;
    }
.p_adventages .p_img_block {
    margin-right: 20px;
    min-width: 80px;
    width: 80px;
    flex-basis: 80px;
    height: 67px;
}
}