.breadcrumbs {
    max-width: 808px;
    width: 100%;
    margin: 15px 20px 40px calc((100% - 808px) / 2);
}
.about {
    padding-bottom: 120px;
}
.about > .box,
.ads {
    max-width: 808px;
    width: 100%;
    margin: 0 auto;
}
.about h1,
.ads h2,
.franchise h2 {
    font-family: "Appetite";
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 8px;
    text-align: center;
    font-style: normal;
}
.about .sub-title,
.ads p,
.franchise p {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
    margin-bottom: 55px;
    text-align: center;
}
.about .content p {
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 20px;
}
.about .content ul li {
    list-style-type: none;
    margin-left: 30px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    max-width: 370px;
}
.about .content ul li p {
    margin-top: 8px;
}
.about .content div ul li:not(:last-child) {
    margin-bottom: 30px;
}
.about .content ul li::before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 9px;
    background: #F33030;
}
.about .content div:nth-of-type(1),
.about .content div:nth-of-type(2) {
    margin-bottom: 55px;
}
.about .content div:nth-of-type(1),
.about .content div:nth-of-type(2),
.about .content div:nth-of-type(3) {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
}
.about .content div:nth-of-type(2) {
    flex-direction: row-reverse;
}
.about .content div:nth-of-type(1) img,
.about .content div:nth-of-type(2) img,
.about .content div:nth-of-type(3) img {
    width: 100%;
    max-width: 392px;
    object-fit: cover;
    height: 288px;
    border-radius: 10px;
}
.about .content div:nth-of-type(1) img {
    float: left;
}
.about .content div:nth-of-type(2) img {
    float: right;
}
.about .content div:nth-of-type(3) img {
    float: left;
}
.ads {
    padding-bottom: 15px;
}
.ads .videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ads .videos .slide {
    width: 48%;
}
.ads .videos .slide video {
    width: 100%;
    margin-bottom: 40px;
}
.franchise {
    background: #000;
    padding: 64px 0 74px;
}
.franchise h2 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
}
.franchise p {
    color: #fff;
    margin-bottom: 40px;
}
.franchise form {
    display: flex;
    column-gap: 24px;
}
.franchise form input:not([type="submit"]) {
    background: transparent;
    color: #fff;
}
.franchise form input[type="submit"] {
    color: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0px 5px 20px rgba(243, 48, 48, 0.5);
    border-radius: 20px;
    position: relative;
    bottom: -10px;
}
@media screen and (max-width: 1280px) {
    main {
        padding-top: 108px;
    }
}
@media screen and (max-width: 865px) {
    .breadcrumbs {
        margin: 10px 10px 32px 0;
    }
}
@media screen and (max-width: 768px) {
    .breadcrumbs {
        margin-bottom: 30px;
    }
    .about {
        padding-bottom: 65px;
    }
    .about h1,
    .ads h2,
    .franchise h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .about .sub-title,
    .ads p,
    .franchise p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    .about .content > p:nth-child(1) {
        margin-bottom: 25px;
    }
    .about .content ul {
        max-width: unset;
    }
    .about .content div:nth-of-type(1),
    .about .content div:nth-of-type(2),
    .about .content div ul li:not(:last-child) {
        margin-bottom: 24px;
    }
    .about .content div:nth-of-type(1),
    .about .content div:nth-of-type(3) {
        flex-direction: column;
    }
    .about .content div:nth-of-type(2) {
        flex-direction: column-reverse;
    }
    .about .content div:nth-of-type(1) img,
    .about .content div:nth-of-type(3) img {
        margin-bottom: 24px;
    }
    .about .content div:nth-of-type(2) img {
        margin-top: 24px;
    }
    .about .content div:nth-of-type(1) img,
    .about .content div:nth-of-type(2) img,
    .about .content div:nth-of-type(3) img {
        max-width: unset;
    }
    .ads {
        padding-bottom: 5px;
    }
    .ads p {
        margin-bottom: 55px;
    }
    .ads .videos .slide video {
        margin-bottom: 24px;
    }
    .franchise {
        padding-bottom: 64px;
    }
    .franchise h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .franchise p {
        margin-bottom: 50px;
    }
    .franchise form {
        flex-direction: column;
    }
    .franchise form input:not([type="submit"]) {
        margin-bottom: 60px;
    }
    .franchise form input:nth-child(3) {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 578px) {
    main {
        padding-top: 97px;
    }
    .breadcrumbs {
        margin-top: 0;
    }
    .about .content div:nth-of-type(1) img,
    .about .content div:nth-of-type(2) img,
    .about .content div:nth-of-type(3) img {
        height: 211px;
    }
    .ads .videos .slide {
        width: 100%;
    }
}
/* .news{
	margin-top:1.5em
}
.content p{
	margin-bottom:0.5em
}
.content{
	margin-top:1em
}
.whynot {
    position: relative;
    margin-bottom: 120px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    overflow: hidden;
}
.whynot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75%;
    z-index: -1;
    background: url(../images/bg-whynot.png) no-repeat center;
    background-size: cover;
}
.whynot h2 {
    margin: 0 auto;
    margin-bottom: 65px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.whynot .product-slider {
    margin-bottom: 48px;
}
.whynot .product-slider .slider .items {
    padding-bottom: 0;
}
.whynot .product-slider .slider .items .item {
    width: calc(33.33% - 16px);
    min-width: calc(33.33% - 16px);
    border-radius: 10px;
    margin-right: 24px;
    overflow: hidden;
}
.whynot .product-slider .slider .items .item:last-child {
    margin-right: 0;
}
.whynot .product-slider .slider .items .item img {
    width: 100%;
}
.whynot .mobile-bubbles {
    bottom: -26px;
}
.whynot .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px 24px;
}
.whynot .content .item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.whynot .content .item h3::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f33030;
    margin-right: 16px;
}
.whynot .content .item span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    margin-left: 24px;
}



@media (max-width: 1060px) {

    .whynot .mobile-bubbles {
        display: none;
    }
    .whynot::before {
        height: 60%;
    }
}
@media (max-width: 768px) {

    .whynot {
        margin-bottom: 65px;
    }
    .whynot::before {
        height: 40%;
    }
    .whynot .first-title {
        border-bottom: none;
        text-decoration: underline 2px #f33030;
        margin-bottom: 30px;
    }
    .whynot .product-slider {
        margin-bottom: 40px;
    }
    .whynot .product-slider .slider .items .item {
        width: 240px;
        min-width: 240px;
    }
    .whynot .mobile-bubbles {
        display: flex;
    }
    .whynot .content {
        grid-template-columns: repeat(1, 100%);
        grid-gap: 16px;
    }
    .whynot .content .item h3 {
        font-size: 14px;
        line-height: 20px;
    }

}
@media (max-width: 578px) {

    .whynot .first-title {
        margin-bottom: 10px;
    }
}
@media (max-width: 400px) {

    .whynot::before {
        height: 35%;
    }
} */