@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@200;300;400;500;600;700;800;900&display=swap');
/* @import url('https://fonts.cdnfonts.com/css/heading-now-trial'); */


h3 {
    padding: 0 !important;
}

.container.width-full.breadcrumbs {
    max-width: 1530px;
    padding: 0px 0px 0px;
}

.breadcrumbs {
    padding: 0px 0px 60px;
}
.container.small.wrapp-title {
    max-width: 1530px;
}
.container.width-full.container-price {
    max-width: 1530px;
    font-family: 'Onest', sans-serif;
}
.container.small.wrapp-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 50px;
}

.container.small.wrapp-title h1.page-title {
    font-family: Sofia Sans;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 100%;
    width: 80%;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.container.small.wrapp-title h1.page-title span {
    font-family: Sofia Sans;
    margin: 0;
}


/* .priceParts {
    gap: 20px;
}

.priceItem {
    position: relative;
    width: 490px;
    height: 260px;
    margin-right: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    filter: brightness(0.9);
    margin: 0;
}

.priceItem::after {
    content: '';
    position: absolute;
    display: flex;
    max-width: 50px;
    width: 100%;
    height: 50px;
    background: url(../../pic/best-offers/btn-best-offers.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: brightness(1);
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.priceItem a img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    border: none !important;
    padding-right: 0px !important;
    transition: transform 0.3s ease;
}

.priceItem a img:hover {
    transform: scale(1.1);
} */

.wrapp-price-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Onest', sans-serif;
}

.wrapp-price-content-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 80px;
}

.wrapp-price-content-inner>p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
}

.wrapp-price-content-inner>p span {
    color: #FC5B31;
}

.wrapp-price-content-inner>p:nth-child(1) {
    max-width: 1140px;
    width: 100%;

}

.wrapp-price-content-inner>p:nth-child(2) {
    max-width: 900px;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-left: 620px;
    margin-top: 40px;
    margin-bottom: 130px;
}

.wrapp-price-content-inner>p:nth-child(3) {
    max-width: 620px;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.wrapp-price-content-inner>h3 {
    font-family: Sofia Sans;
    display: flex;
    flex-direction: column;
    max-width: 520px;
    width: 100%;
    color: #000 !important;
    font-size: 100px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 105% !important;
    text-transform: uppercase !important;
    border-bottom: 0px !important;
    margin: 0 !important;
    margin-left: 330px !important;
}

.wrapp-price-content-inner>h3 span {
    font-family: Sofia Sans;
    transform: translateX(180px);
    /* font-size: 100px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 105% !important; */
    text-transform: uppercase !important;
}

/* .priceParts .priceItem .menu-image-title-after.menu-image-title {
    width: 95%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    z-index: 12;
}
 */




.calculations_wrapp_title {
    max-width: 520px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
    margin-bottom: 40px;
}

.calculations_wrapp_title p {
    color: #FFF;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.calculations_wrapp {
    padding-bottom: 130px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.calculations_wrapp_row {
    font-family: 'Onest', sans-serif;
    position: relative;
    width: 100%;
    display: flex;
    height: 560px;
    margin-bottom: 40px;
    border-radius: 20px;
    z-index: 20;
    overflow: hidden;
}

.calculations_wrapp_row:nth-child(1) {
    background: #E0F9DC;
    color: #000;
}
.calculations_wrapp_row:nth-child(2){
    color: #FFF;
}
.calculations_wrapp_row:nth-child(2) img {
    /* filter: brightness(0.7); */
    color: #FFF;
}

.calculations_wrapp_row:nth-child(3) {
    background: #FFF;
    color: #000;
}
.calculations_wrapp_row:nth-child(4){
    color: #FFF;
}

.calculations_wrapp_row:nth-child(4) img {
    /* filter: brightness(0.7); */
}


.calculations_wrapp_row:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 240px;
    height: 270px;
    top: -30px;
    left: 0%;
    background: url(../../pic/price-item-two-before.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 20;
}

.calculations_wrapp_row:nth-child(4)::before {
    content: '';
    position: absolute;
    width: 679px;
    height: 679px;
    bottom: -203px;
    right: 7%;
    background: url(../../pic/price-item-before.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 20;
}


.calculations_wrapp_row:nth-child(2) p {
    color: #FFF;
}

.calculations_wrapp_row:nth-child(4) p {
    color: #FFF;
}

div.calculations_wrapp_row:nth-child(2)>span:nth-child(4) {
    top: auto;
    bottom: 19px;
    width: 100%;
    max-width: 62%;
    font-family: 'Onest', sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 18px;

}

.calculations_wrapp_row::after {
    position: absolute;
    /* font-family: Heading Now; */
    font-family: 'Onest', sans-serif;
    font-size: 420px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.calculations_wrapp_row:nth-child(1)::after {
    content: url("data:image/svg+xml;utf8,<svg width='165' height='280' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165 280'><path d='M103.42 27.58C78.22 43.12 41.68 56.14 0.1 61.6V10.36C44.2 3.63998 82.42 -11.48 109.3 -32.06H164.32V280H103.42V27.58Z' fill='%23B8E5B3'/></svg>");
    top: -107px;
    left: 15px;
}

.calculations_wrapp_row:nth-child(2)::after {
    content: url("data:image/svg+xml;utf8,<svg width='287' height='280' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 287 280'><path d='M0.917501 230.02C73.5775 177.94 218.058 119.98 218.058 54.88C217.638 29.68 191.178 11.62 145.398 11.62C79.0375 11.62 66.8575 39.76 66.8575 72.1H3.0175C3.0175 9.51998 39.9775 -38.36 145.818 -38.36C232.338 -38.36 285.678 -4.76001 286.098 51.52C286.098 134.68 156.318 191.8 96.2575 228.34H286.098V280H0.917501V230.02Z' fill='%23FC5B31' fill-opacity='0.8'/></svg>");
    right: 0;
    top: -110px;
}

.calculations_wrapp_row:nth-child(3)::after {
    content: url("data:image/svg+xml;utf8,<svg width='291' height='287' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 291 287'><path d='M145.54 286.72C53.98 286.72 0.22 255.22 0.22 182.56H64.9C64.9 217.84 95.98 236.32 144.7 236.32C192.58 236.32 222.4 220.36 222.4 186.76V186.34C222.4 154 199.3 142.66 151.42 142.66H109.84V95.2H151.42C196.36 95.2 217.78 82.18 217.78 55.3V54.88C217.78 29.68 198.04 12.04 145.96 12.04C98.5 12.04 70.36 32.62 70.36 66.64H6.94C6.94 5.73998 53.14 -38.36 147.22 -38.36C236.68 -38.36 284.98 -4.76001 284.98 45.64V46.48C284.98 85.54 258.1 109.9 220.72 116.2V117.88C262.72 124.6 290.02 147.7 290.02 193.06V193.9C290.02 256.48 237.52 286.72 145.54 286.72Z' fill='%23FC5B31' fill-opacity='0.24'/></svg>");
    top: -100px;
    left: 20px;
}

.calculations_wrapp_row:nth-child(4)::after {
    content: url("data:image/svg+xml;utf8,<svg width='308' height='280' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 308 280'><path d='M187.672 280V227.08H0.772188V188.86L123.832 -32.06H193.552L75.1122 176.68H187.672V90.58H254.032V176.68H307.792V227.08H254.032V280H187.672Z' fill='%23B8E5B3' fill-opacity='0.8'/></svg>");
    right: 40px;
    top: -106px;
}




.calculations_wrapp_row span {
    max-width: 620px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    margin: 0;
    top: 47%;
    left: 40px;
    z-index: 20;
}

.calculations_wrapp_row p {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    position: absolute;
    margin: 0;
    top: 38%;
    left: 40px;
    z-index: 20;
}

.calculations_wrapp_row img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.calculations_wrapp_row:nth-child(1) img {
    width: 60%;
    height: 73%;
    right: 0;
    bottom: 0;
}

.calculations_wrapp_row:nth-child(3) img {
    width: 100%;
    height: 570px;
    right: 0;
    bottom: 0px;
}

@media(max-width:1860px){
    /* .container.small.wrapp-title {
        padding: 0px 40px 0 80px;
    } */
    .container.small.wrapp-title h1.page-title {
        width: 75%;
    }
    .container.width-full.breadcrumbs {
        max-width: 1530px;
        padding: 0px 0px 0px 90px;
    }
    .container.small.wrapp-title h1.page-title {
        font-size: 85px;
        line-height: 85px;
    }
    .allPricesLinkContainer {
        width: 26%;
    }
    .container.small.wrapp-title {
        padding: 0 45px 0 80px;
    }
    .container.width-full.container-price {
        padding: 0 45px 0 80px;
    }
}

@media(max-width:1770px) {
    .wrapp-price-content-inner>p:nth-child(2) {
        margin-left: 44%;
    }

    .wrapp-price-content-inner>p:nth-child(3) {
        max-width: 45%;
    }

    .wrapp-price-content-inner>h3 {
        max-width: 51%;
        align-items: center;
        margin-left: 0px !important;
    }
}

@media(max-width:1750px) {
    li.menu-item.priceItem {
        flex: 0 0 calc(33% - 20px);
    }

    .wrapp-price-content-inner {
        height: 575px;
    }

}


@media(max-width:1600px) {

    .container.small.wrapp-title h1.page-title {
        width: 70%;
    }
    .container.small.wrapp-title {
        padding: 0 90px;
    }
    .container.small.wrapp-title h1.page-title {
        font-size: 75px;
        line-height: 75px;
    }
    .wrapp-price-content-inner {
        height: auto;
    }

    .wrapp-price-content-inner>h3 {
        font-size: 80px !important;
    }

    .wrapp-price-content-inner>h3 span {
        transform: translateX(140px);
    }
    .calculations_wrapp_row:nth-child(3) img {
        width: 100%;
        height: auto;
        right: 0;
        bottom: 0px;
        object-fit: cover;
    }
}

@media(max-width:1580px) {

    .container.small.wrapp-title h1.page-title {
        font-size: 75px;
        line-height: 75px;
    }
}


@media(max-width:1440px) {

    li.menu-item.priceItem {
        height: 200px;
    }

    .wrapp-price-content-inner>p:nth-child(2) {
        margin-left: 30%;
    }

    .wrapp-price-content-inner>p:nth-child(1) {
        max-width: 790px;
    }
    .container.small.wrapp-title h1.page-title {
        width: 75%
    }
}

@media(max-width:1360px) {
    .container.small.wrapp-title h1.page-title {
        width: 85%;
        margin-bottom: 30px;
    }
    .container.width-full.breadcrumbs {
        max-width: 1060px;
        padding: 0px 0px 0px 0px;
    }
    .container.width-full.container-price {
        max-width: 1060px;
        padding: 0;
    }
    .container.small {
    max-width: 1060px;
    padding: 0;
}
    .container.small.wrapp-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
        max-width: 1060px;
        padding: 0;
    }

    /* .priceParts .priceItem .menu-image-title-after.menu-image-title {
        font-size: 16px;
        line-height: 136%;
    }

    .priceParts .priceItem .menu-image-title-after.menu-image-title {
        left: 15px;
    } */

    .wrapp-price-content-inner>p {
        font-size: 14px;
    }

    .wrapp-price-content-inner>p:nth-child(2) {
        font-size: 17px;
    }

    .wrapp-price-content-inner>p:nth-child(3) {
        font-size: 17px;
    }

    .wrapp-price-content-inner>h3 {
        font-size: 75px !important;
    }

    .wrapp-price-content-inner>h3 span {
        transform: translateX(130px);
    }

    .calculations_wrapp_row {
        max-width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }

    .calculations_wrapp_row p {
        font-size: 22px;
        top: 25%;
    }
    .calculations_wrapp_row span{
        width: 38%;
        top: 35%;
        font-size: 16px;
    }
    .calculations_wrapp_row::after {
        font-size: 290px;
    }
    .calculations_wrapp_row:nth-child(1)::after {
        top: 0px;
left: 40px;
}
.calculations_wrapp_row:nth-child(2)::after {
    top: 0px;
    right: 50px;
}
.calculations_wrapp_row:nth-child(3)::after {
    top: 0px;
    left: 40px;
}
.calculations_wrapp_row:nth-child(4)::after {
    top: 0px;
}
.calculations_wrapp_row:nth-child(4)::before {
    width: 500px;
    height: 500px;
    bottom: -180px;
}
.allPricesLinkContainer {
    width: 27%;
}
.container.small.wrapp-title h1.page-title {
    width: 98%;
    margin-bottom: 30px;
}


}


@media(max-width:1240px){
    .allPricesLinkContainer {
        width: 262px;
    }
    .allPricesLink {
        font-size: 14px;
    }

        li.menu-item.priceItem{
            flex:0 0 340px;
            height: 200px;
            margin: 0;
        }
        /* .container.width-full.container-price {
            padding: 0 90px;
        } */

        .calculations_wrapp_row:nth-child(1)::after {
            content: url("data:image/svg+xml;utf8,<svg width='143' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165 280'><path d='M103.42 27.58C78.22 43.12 41.68 56.14 0.1 61.6V10.36C44.2 3.63998 82.42 -11.48 109.3 -32.06H164.32V280H103.42V27.58Z' fill='%23B8E5B3'/></svg>");
            top: -50px;
        }
        
        .calculations_wrapp_row:nth-child(2)::after {
            content: url("data:image/svg+xml;utf8,<svg width='233' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 287 280'><path d='M0.917501 230.02C73.5775 177.94 218.058 119.98 218.058 54.88C217.638 29.68 191.178 11.62 145.398 11.62C79.0375 11.62 66.8575 39.76 66.8575 72.1H3.0175C3.0175 9.51998 39.9775 -38.36 145.818 -38.36C232.338 -38.36 285.678 -4.76001 286.098 51.52C286.098 134.68 156.318 191.8 96.2575 228.34H286.098V280H0.917501V230.02Z' fill='%23FC5B31' fill-opacity='0.8'/></svg>");
            top: -50px;
        }
        
        .calculations_wrapp_row:nth-child(3)::after {
            content: url("data:image/svg+xml;utf8,<svg width='225' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 291 287'><path d='M145.54 286.72C53.98 286.72 0.22 255.22 0.22 182.56H64.9C64.9 217.84 95.98 236.32 144.7 236.32C192.58 236.32 222.4 220.36 222.4 186.76V186.34C222.4 154 199.3 142.66 151.42 142.66H109.84V95.2H151.42C196.36 95.2 217.78 82.18 217.78 55.3V54.88C217.78 29.68 198.04 12.04 145.96 12.04C98.5 12.04 70.36 32.62 70.36 66.64H6.94C6.94 5.73998 53.14 -38.36 147.22 -38.36C236.68 -38.36 284.98 -4.76001 284.98 45.64V46.48C284.98 85.54 258.1 109.9 220.72 116.2V117.88C262.72 124.6 290.02 147.7 290.02 193.06V193.9C290.02 256.48 237.52 286.72 145.54 286.72Z' fill='%23FC5B31' fill-opacity='0.24'/></svg>");
            top: -50px;
        }
        
        .calculations_wrapp_row:nth-child(4)::after {
            content: url("data:image/svg+xml;utf8,<svg width='232' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 308 280'><path d='M187.672 280V227.08H0.772188V188.86L123.832 -32.06H193.552L75.1122 176.68H187.672V90.58H254.032V176.68H307.792V227.08H254.032V280H187.672Z' fill='%23B8E5B3' fill-opacity='0.8'/></svg>");
            top: -50px;
        }
        div.calculations_wrapp_row:nth-child(2)>span:nth-child(4) { 
            max-width: 92%;
        }
}

@media(max-width:1220px) {
    .wrapp-price-content-inner>h3 {
        font-size: 60px !important;
    }

    .wrapp-price-content-inner>h3 span {
        transform: translateX(107px);
    }
    .calculations_wrapp_row {
        max-width: 100%;
    }
    .container.width-full.container-price {
        padding: 0;
        width: 90%;
    }
    .calculations_wrapp_row:nth-child(1)::after {
        content: url("data:image/svg+xml;utf8,<svg width='143' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165 280'><path d='M103.42 27.58C78.22 43.12 41.68 56.14 0.1 61.6V10.36C44.2 3.63998 82.42 -11.48 109.3 -32.06H164.32V280H103.42V27.58Z' fill='%23B8E5B3'/></svg>");
        top: -50px;
    }
    
    .calculations_wrapp_row:nth-child(2)::after {
        content: url("data:image/svg+xml;utf8,<svg width='233' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 287 280'><path d='M0.917501 230.02C73.5775 177.94 218.058 119.98 218.058 54.88C217.638 29.68 191.178 11.62 145.398 11.62C79.0375 11.62 66.8575 39.76 66.8575 72.1H3.0175C3.0175 9.51998 39.9775 -38.36 145.818 -38.36C232.338 -38.36 285.678 -4.76001 286.098 51.52C286.098 134.68 156.318 191.8 96.2575 228.34H286.098V280H0.917501V230.02Z' fill='%23FC5B31' fill-opacity='0.8'/></svg>");
        top: -50px;
    }
    
    .calculations_wrapp_row:nth-child(3)::after {
        content: url("data:image/svg+xml;utf8,<svg width='225' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 291 287'><path d='M145.54 286.72C53.98 286.72 0.22 255.22 0.22 182.56H64.9C64.9 217.84 95.98 236.32 144.7 236.32C192.58 236.32 222.4 220.36 222.4 186.76V186.34C222.4 154 199.3 142.66 151.42 142.66H109.84V95.2H151.42C196.36 95.2 217.78 82.18 217.78 55.3V54.88C217.78 29.68 198.04 12.04 145.96 12.04C98.5 12.04 70.36 32.62 70.36 66.64H6.94C6.94 5.73998 53.14 -38.36 147.22 -38.36C236.68 -38.36 284.98 -4.76001 284.98 45.64V46.48C284.98 85.54 258.1 109.9 220.72 116.2V117.88C262.72 124.6 290.02 147.7 290.02 193.06V193.9C290.02 256.48 237.52 286.72 145.54 286.72Z' fill='%23FC5B31' fill-opacity='0.24'/></svg>");
        top: -50px;
    }
    
    .calculations_wrapp_row:nth-child(4)::after {
        content: url("data:image/svg+xml;utf8,<svg width='232' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 308 280'><path d='M187.672 280V227.08H0.772188V188.86L123.832 -32.06H193.552L75.1122 176.68H187.672V90.58H254.032V176.68H307.792V227.08H254.032V280H187.672Z' fill='%23B8E5B3' fill-opacity='0.8'/></svg>");
        top: -50px;
    }
}

@media(max-width:1191px) {
    .container.small.wrapp-title h1.page-title {
        width: 94%;
    }

    li.menu-item.priceItem {
        flex: 0 0 calc(49% - 20px);
        height: 260px;
    }

    .wrapp-price-content-inner>p:nth-child(2) {
        margin-left: 25%;
    }
    .calculations_wrapp_row p {
        font-size: 20px;
    }
    .calculations_wrapp_row::after {
        font-size: 250px;
    }
    .calculations_wrapp_row:nth-child(2)::before {
        content: '';
        position: absolute;
        width: 155px;
        height: 210px;
        top: -30px;
        left: 0%;
    }

    .calculations_wrapp_row:nth-child(1)::after {
        content: url("data:image/svg+xml;utf8,<svg width='143' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165 280'><path d='M103.42 27.58C78.22 43.12 41.68 56.14 0.1 61.6V10.36C44.2 3.63998 82.42 -11.48 109.3 -32.06H164.32V280H103.42V27.58Z' fill='%23B8E5B3'/></svg>");
        top: -15px;
    }
    
    .calculations_wrapp_row:nth-child(2)::after {
        content: url("data:image/svg+xml;utf8,<svg width='233' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 287 280'><path d='M0.917501 230.02C73.5775 177.94 218.058 119.98 218.058 54.88C217.638 29.68 191.178 11.62 145.398 11.62C79.0375 11.62 66.8575 39.76 66.8575 72.1H3.0175C3.0175 9.51998 39.9775 -38.36 145.818 -38.36C232.338 -38.36 285.678 -4.76001 286.098 51.52C286.098 134.68 156.318 191.8 96.2575 228.34H286.098V280H0.917501V230.02Z' fill='%23FC5B31' fill-opacity='0.8'/></svg>");
        top: -15px;
    }
    
    .calculations_wrapp_row:nth-child(3)::after {
        content: url("data:image/svg+xml;utf8,<svg width='225' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 291 287'><path d='M145.54 286.72C53.98 286.72 0.22 255.22 0.22 182.56H64.9C64.9 217.84 95.98 236.32 144.7 236.32C192.58 236.32 222.4 220.36 222.4 186.76V186.34C222.4 154 199.3 142.66 151.42 142.66H109.84V95.2H151.42C196.36 95.2 217.78 82.18 217.78 55.3V54.88C217.78 29.68 198.04 12.04 145.96 12.04C98.5 12.04 70.36 32.62 70.36 66.64H6.94C6.94 5.73998 53.14 -38.36 147.22 -38.36C236.68 -38.36 284.98 -4.76001 284.98 45.64V46.48C284.98 85.54 258.1 109.9 220.72 116.2V117.88C262.72 124.6 290.02 147.7 290.02 193.06V193.9C290.02 256.48 237.52 286.72 145.54 286.72Z' fill='%23FC5B31' fill-opacity='0.24'/></svg>");
        top: -15px;
    }
    
    .calculations_wrapp_row:nth-child(4)::after {
        content: url("data:image/svg+xml;utf8,<svg width='232' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 308 280'><path d='M187.672 280V227.08H0.772188V188.86L123.832 -32.06H193.552L75.1122 176.68H187.672V90.58H254.032V176.68H307.792V227.08H254.032V280H187.672Z' fill='%23B8E5B3' fill-opacity='0.8'/></svg>");
        top: -15px;
    }
}

@media(max-width:1130px){
    .container.small.wrapp-title {
        width: 90%;
        padding: 0;
        padding-top: 20px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .breadcrumbs {
        padding: 20px 0px 40px;
    }
    .container.small {
        padding:0 40px;
    }
}

@media(max-width:1080px) {
    .wrapp-price-content-inner>p:nth-child(2) {
        margin-left: 18%;
    }
    .calculations_wrapp_row:nth-child(2)::before {
        content: '';
        position: absolute;
        width: 17%;
        height: 45%;
    }
    .container.small.wrapp-title h1.page-title {
        width: 100%;
    }
    
}

@media(max-width:990px){
    .container.small.wrapp-title {
        width: 90%;
        padding: 18px;
        margin: 0;
    }
    .breadcrumbs {
        padding: 0px 0px 30px;
    }
    .container.width-full.container-price {
        width: 96%;
    }
    .container.small {
        padding: 18px;
    }
}


@media(max-width:980px) {
    .container.small.wrapp-title h1.page-title {
        font-size: 60px;
        line-height: 60px;
    }

    .container.small.wrapp-title {
        padding: 0px 0px 0 20px;
    }
    li.menu-item.priceItem {
        flex: 0 0 calc(100% - 0px);
        height: 340px;
    }

    .wrapp-price-content-inner>p:nth-child(1) {
        max-width: 100%;
    }

    .wrapp-price-content-inner>p:nth-child(2) {
        margin-left: 0%;
    }

    .wrapp-price-content-inner>p:nth-child(3) {
        font-size: 17px;
        margin-top: 90px;
        max-width: 100%;
    }

    .wrapp-price-content-inner {
        position: relative;
    }

    .wrapp-price-content-inner>h3 {
        position: absolute;
        margin: 0;
        top: 65%;
        left: 50%;
        margin-right: -50% !important;
        transform: translate(-50%, -50%);
    }

    .calculations_wrapp_row p {
        top: 15%;
        left: 15px;
    }
    .calculations_wrapp_row span {
        width: 60%;
        top: 25%;
        left: 15px;
    }
    .calculations_wrapp_row:nth-child(1) img {
        width: 61%;
        height: 61%;
    }
  
   
    .calculations_wrapp_row:nth-child(4)::before {
        width: 322px;
        height: 322px;
        bottom: -50px;
        right: auto;
        left: -150px;
    }
    .calculations_wrapp_row:nth-child(4) > img {
        object-fit: cover;
    }
    
}

@media(max-width:840px) {
    .container.small.wrapp-title h1.page-title {
        font-size: 60px;
        line-height: 60px;
    }

}

@media (max-width: 780px) {
    .container.small.wrapp-title h1.page-title {
        font-size: 55px;
        line-height: 55px;
    }

    li.menu-item.priceItem {
        height: 300px;
    }
    .calculations_wrapp_row p {
        font-size: 18px;
    }
    .calculations_wrapp_row:nth-child(1) img {
        width: 50%;
        height: 50%;
    }
}

@media(max-width:720px) {
    .container.small.wrapp-title h1.page-title {
        font-size: 50px;
        line-height: 50px;
    }

    .wrapp-price-content-inner {
        margin-bottom: 30px;
    }
    .calculations_wrapp_row span {
        width: 95%;
    }
}


@media(max-width:680px) {
    .container.small.wrapp-title h1.page-title {
        font-size: 45px;
        line-height: 45px;
    }

    li.menu-item.priceItem {
        height: 280px;
    }

    .wrapp-price-content-inner>h3 {
        max-width: 100%;
        top: 70%;
        left: 50%;
    }

    .wrapp-price-content-inner>h3 {
        font-size: 50px !important;
    }
    .calculations_wrapp_row::after {
        font-size: 200px;
    }
    .calculations_wrapp_row:nth-child(1)::after {
        top: 0%;
    }
    .calculations_wrapp_row:nth-child(2)::after {
        top: 0%;
    }
    .calculations_wrapp_row:nth-child(3)::after {
        top: 0px;
    }
    .calculations_wrapp_row:nth-child(4)::after {
        top: 0px;
    }
}

@media(max-width:580px) {
    .container.small.wrapp-title {
        padding: 0px 0% 0 5%;
    }

    .container.width-full.container-price {
        padding: 0px 4% 0 4%;
    }

    .container.small.wrapp-title h1.page-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 40px;
        line-height: 40px;
    }

    /* .container.small.wrapp-title h1.page-title span {
        padding-left: 20px;
    } */

    .allPricesLink {
        font-size: 14px;
    }

    li.menu-item.priceItem {
        height: 260px;
    }
    .calculations_wrapp_row {
        height: 420px;
    }
    .calculations_wrapp_row:nth-child(1) img {
        width: 90%;
        height: 45%;
    }
    .calculations_wrapp_row::after {
        font-size: 180px;
    }
    .calculations_wrapp_row:nth-child(3)::after {
        top: -0px;
    }
    
}

@media(max-width:520px) {
    li.menu-item.priceItem {
        height: 200px;
    }

    .container.small.wrapp-title h1.page-title {
        margin-bottom: 20px;
    }

    .wrapp-price-content-inner>p {
        font: 13px;
    }

    .wrapp-price-content-inner>p:nth-child(2) {
        font-size: 15px;
        line-height: 20px;
    }

    .wrapp-price-content-inner>p:nth-child(3) {
        font-size: 15px;
    }

    .wrapp-price-content-inner>p:nth-child(2) {
        margin-top: 20px;
    }

    .wrapp-price-content-inner>h3 {
        font-size: 40px !important;
        left: 35%;
    }

    .wrapp-price-content-inner>p:nth-child(3) {
        margin-top: 30px;
    }
    .calculations_wrapp_row p {
        font-size: 18px;
    }
    .calculations_wrapp_row span {
        font-size: 14px;
    }
    .calculations_wrapp_row span {
        left: 10px;
    }
    .calculations_wrapp_row:nth-child(4)::before {
        width: 222px;
        height: 222px;
        bottom: -30px;
        right: auto;
        left: -100px;
    }


    .calculations_wrapp_row:nth-child(1)::after {
        content: url("data:image/svg+xml;utf8,<svg width='79' height='119' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165 280'><path d='M103.42 27.58C78.22 43.12 41.68 56.14 0.1 61.6V10.36C44.2 3.63998 82.42 -11.48 109.3 -32.06H164.32V280H103.42V27.58Z' fill='%23B8E5B3'/></svg>");
        top: -11%;
    }
    
    .calculations_wrapp_row:nth-child(2)::after {
        content: url("data:image/svg+xml;utf8,<svg width='123' height='119' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 287 280'><path d='M0.917501 230.02C73.5775 177.94 218.058 119.98 218.058 54.88C217.638 29.68 191.178 11.62 145.398 11.62C79.0375 11.62 66.8575 39.76 66.8575 72.1H3.0175C3.0175 9.51998 39.9775 -38.36 145.818 -38.36C232.338 -38.36 285.678 -4.76001 286.098 51.52C286.098 134.68 156.318 191.8 96.2575 228.34H286.098V280H0.917501V230.02Z' fill='%23FC5B31' fill-opacity='0.8'/></svg>");
        top: -11%;
    }
    
    .calculations_wrapp_row:nth-child(3)::after {
        content: url("data:image/svg+xml;utf8,<svg width='124' height='119' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 291 287'><path d='M145.54 286.72C53.98 286.72 0.22 255.22 0.22 182.56H64.9C64.9 217.84 95.98 236.32 144.7 236.32C192.58 236.32 222.4 220.36 222.4 186.76V186.34C222.4 154 199.3 142.66 151.42 142.66H109.84V95.2H151.42C196.36 95.2 217.78 82.18 217.78 55.3V54.88C217.78 29.68 198.04 12.04 145.96 12.04C98.5 12.04 70.36 32.62 70.36 66.64H6.94C6.94 5.73998 53.14 -38.36 147.22 -38.36C236.68 -38.36 284.98 -4.76001 284.98 45.64V46.48C284.98 85.54 258.1 109.9 220.72 116.2V117.88C262.72 124.6 290.02 147.7 290.02 193.06V193.9C290.02 256.48 237.52 286.72 145.54 286.72Z' fill='%23FC5B31' fill-opacity='0.24'/></svg>");
        top: -11%;
    }
    
    .calculations_wrapp_row:nth-child(4)::after {
        content: url("data:image/svg+xml;utf8,<svg width='128' height='215' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 308 280'><path d='M187.672 280V227.08H0.772188V188.86L123.832 -32.06H193.552L75.1122 176.68H187.672V90.58H254.032V176.68H307.792V227.08H254.032V280H187.672Z' fill='%23B8E5B3' fill-opacity='0.8'/></svg>");
        top: -11%;
    }
    
    
}

@media(max-width:420px) {
    .container.width-full.container-price {
        width: 100%;
    }
    .calculations_wrapp {
        align-items: center;
    }
        li.menu-item.priceItem {
            height: 180px;
        }

    /* .priceParts .priceItem .menu-image-title-after.menu-image-title {
        font-size: 14px;
    } */
    .calculations_wrapp_row {
        width: 100%;
        height: 270px;
    }
    .calculations_wrapp_row:nth-child(2) {
        height: 370px;
    }
    .calculations_wrapp_row p {
        font-size: 16px;
    }
    .calculations_wrapp_row::after {
        font-size: 160px;
    }
    .calculations_wrapp_row:nth-child(1)::after {
        top: -10%;
    }
    .calculations_wrapp_row:nth-child(2)::after {
        top: -10%;
    }
    .calculations_wrapp_row span {
        font-size: 13px;
        line-height: 17px;
    }
    .calculations_wrapp_row:nth-child(4)::after {
        top: 25%;
        right: -8%;
        color: #B8E5B380;
    
    }
    .calculations_wrapp_row:nth-child(2)::before {
        content: '';
        position: absolute;
        width: 25%;
    }
    /* .container.small.wrapp-title h1.page-title span {
        padding-left: 15px;
    } */
    .wrapp-price-content-inner {
        margin-bottom: 0px;
    }
    .wrapp-price-content-inner {
        margin-bottom: 0px;
    }
    .calculations_wrapp_row:nth-child(2)::after {
        right: 10px;
    }
}

@media(max-width:390px) {
    li.menu-item.priceItem {
        height: 160px;
    }
    /* .calculations_wrapp_row:nth-child(1)::after {
        top: -20%;
    }
    .calculations_wrapp_row:nth-child(2)::after {
        top: -14%;
    } */
}

@media(max-width:375px) {
    li.menu-item.priceItem {
        height: 150px;
    }

    .wrapp-price-content-inner>h3 {
        left: 42%;
        top: 75%;
    }
    .wrapp-price-content-inner>h3 span {
        transform: translateX(63px);
    }
}

@media(max-width:360px) {
    .container.small.wrapp-title h1.page-title {
        font-size: 35px;
        line-height: 35px;
    }
    .calculations_wrapp_row p {
        font-size: 14px;
    }

    .wrapp-price-content-inner>h3 {
        font-size: 35px !important;
    }
}