@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



img {
    max-width: 100%;
}

* {
    outline: none !important;
}

a, button {
    cursor: pointer;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0;
    font-size: 20px;
}
.row {
    margin: 0 -15px;
}

.row>* {
    padding: 0 15px;
}

header {
    background: url("../images/bg-1.jpg") no-repeat top center;
    height: 800px;
    padding: 50px 0 0 0;
}

.logo {
    display: block;
    margin-bottom: 80px;
}


.header-r p {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-align: right;
    margin-right: auto;
    width: fit-content;
    margin-bottom: 53px;
}

.header-r p span {
    font-size: 16px;
    font-weight: 600;
    color: #1a244a;
}

.header-r p:nth-child(1) {
    margin-left: 110px;
}

.header-r p:nth-child(2) {
    margin-left: 30px;
}

.header-r p:nth-child(3) {
    margin-left: 7px;
}

.header-r p:nth-child(4) {
    margin-left: -20px;
}

.header-r p:nth-child(5) {
    margin-left: 5px;
}

.header-r {
    padding-top: 8px;
}
h1 {
    font-size: 35px;
    font-weight: normal;
    line-height: 140%;
    margin-bottom: 30px;
}

span.blu-span {
    font-weight:800;
    color: #1a244a;
}

span.span-tm {
    font-weight: bold;
    color: #b88194;
    text-decoration: underline;
}

.header-l p {
    font-weight: 500;
}


.header-l p span:nth-child(1) {
    color: #1a244a;
    font-weight: 800;
}

.header-l p span:nth-child(2) {
    color: #1a244a;
    font-weight: bold;
}

.header-l p span:nth-child(3) {
    font-size: 25px;
    color: #1a244a;
    font-weight: 800;
    text-decoration: underline;
}

.price {
    text-align: center;
    color: #1a244a;
}

.oldpr {
    padding-right: 15px;
    font-size: 35px;
    font-weight: 800;
    text-decoration: line-through;
    opacity: .4;
}

.newpr {
    font-weight: bold;
    font-size: 45px;
}

.form-tm-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-tm-top input {
    color: #1a244a;
    padding: 10px 20px;
    border: 1px solid #1a244a;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 12px;
    background: transparent;
}

.form-tm-top input::placeholder {
    color: rgb(26 36 74 / 50%);
}

.blu-button {
    border-radius: 9px;
    padding: 7px 38px;
    background: #1a244a;
    border: 0;
    font-weight: 500;
    color: #fff;
}

.blu-button:hover {
    background: #273360;
}

.form-tm-top input:nth-child(1) {
    width: 130px;
}

.form-tm-top input:nth-child(2) {
    width: 205px;
}

.container {
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
}


.label-slide {
    display: flex;
    font-size: 14px;
    color: #1a244a;
    align-items: center;
    position: relative;
}

.label-slide input {
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}

.label-slide span {
    width: 26px;
    height: 14px;
    display: block;
    margin-right: 6px;
    flex-shrink: 0;
    background: #1a244a80;
    position: relative;
    border-radius: 6px;
}
.label-slide span:before {
width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    content: "";
    top:2px;
    left: 2px;
    transition: 0.6s;
}

.label-slide input:checked~span {
    background: #1a244a;
}

.label-slide input:checked~span:before {
    transition: 0.6s;
    right: 2px;
    left: auto;
}

.down {
    display: flex;
    align-items: center;
    margin-top: 27px;
}


.down-l {
    padding: 18px 25px;
    background: #fff;
    border-radius: 9px 9px 0 0;
    margin-right: 30px;
}



.down-r p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1a244a;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.down-r p:before {
    content: "";
    background: #1a244a;
    width: 60px;
    height: 1px;
    margin-right: 29px;flex-shrink: 0;
}


.header-l {
    padding-top: 45px;
}

.top-section {
    padding: 140px 0;
}

h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 45px;
}

h2 span {
    font-weight: 800;
    color: #1a244a;
}

.top-section p span {
    font-weight: 600;
    color: #1a244a;
}

.recipe-block {
    text-align: center;
    margin-bottom: 50px;
}

.recipe-block img {
    margin-bottom: 15px;
}

.recipe-block h3 {
    font-weight: 500;
    font-size: 20px;
}


.recipe-icons .row {
    justify-content: center;
}


.recipe-section p {
    width: 970px;
    max-width: 100%;
    margin: auto;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
}

.recipe-section {
    padding-bottom: 120px;
}

.recipe-section .container {
    position: relative;
}


.recipe-section .container:before {
    position: absolute;
    content: "";
    background: url(../images/leaves-1.png);
    width: 353px;
    height: 445px;
    top: -110px;
    left: -288px;
}


.advantages-section {
    background: url("../images/bg-2.jpg") no-repeat top center;
    padding: 65px 0 75px 0;
}
.advantages-wrapper {
    display: flex;
    align-items: flex-start;
}

.advantages-wrapper-img {
    width: 230px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    margin: 0 20px;
}

.advantages-wrapper-img img {
    max-width: none;
}

.advantages-text {
    width: calc(50% - 125px);
}
.advantages-text p {
    font-weight: 500;
}


.advantages-text-l {
    text-align: right;
    padding-top: 30px;
}


.advantages-text p {
    font-weight: 500;
    margin-bottom: 78px;
}

.advantages-text-l p:nth-child(2) {
    margin-bottom: 101px;
}

.advantages-text-r {
    padding-top: 126px;
}

.advantages-text-r p {
    margin-bottom: 93px;
}

.advantages-section .blu-button {
    padding: 10px 25px;
    font-size: 20px;
    display: block;
    margin: auto;
}

.photos-section {
    padding: 140px 0;
}

.photos-section h2 {
    margin-bottom: 65px;
}

.media-text p {
    font-style: italic;
    margin-bottom: 0;
}

p.author {
    font-weight: 600;
    font-style: normal;
    text-align: right;
}

.media-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-block {
    margin-bottom: 60px;
}

.media-section .blu-button {
    margin: 75px auto 0 auto;
    display: block;
}

.media-section {
    padding-bottom: 135px;
    position: relative;
    overflow: hidden;
}

.media-section .container {
    position: relative;
}

.cooking-section h2 {
    margin-bottom: 70px;
}

.cooking-section {
    overflow: hidden;
    padding-bottom: 115px;
}

.cooking-section .row {
    margin: 0 -50px;
}
.cooking-section .row>* {
    padding: 0 50px;
}

.media-section .container:before {
    position: absolute;
    content: "";
    background: url(../images/leaves-1.png);
    width: 353px;
    height: 445px;
    bottom: -92px;
    right: -125px;
}

.cooking-block-top {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.cooking-block-top img {
    width: 100%;
}

.cooking-block-top span {
    position: absolute;
    top:0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #1a244a;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooking-block-bottom p {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.guarantee-section h2 {
    margin-bottom: 65px;
}

.guarantee-section p {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
}

.guarantee-section p span:nth-child(1) {
    font-weight: 600;
    color: #1a244a;
}

.guarantee-section p span:nth-child(2) {
    font-weight: 600;
    text-decoration: underline;
}


.guarantee-l {
    height: 100%;
    display: flex;
    align-items: center;
}


.guarantee-section {
    padding-bottom: 130px;
}

.bottom-section h2 {
    margin-bottom: 90px;
}

.bottom-slider-wrapper {
    padding: 0 30px;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span, .owl-carousel button.owl-dot span {
display: none!important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: url("../images/arrow-slider.png")!important;
    width: 11px;
    height: 17px;
    position: absolute;
    top:calc(50% - 12px);
}

.owl-carousel .owl-nav button.owl-prev {
 left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
    transform: rotate(180deg);
}

.owl-carousel button.owl-dot {
    width: 24px;
    height: 24px;
    border:2px solid #000;
    border-radius: 50%;
    position: relative;
    margin: 0 4px;
}

.owl-carousel button.owl-dot.active:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #2a2245;
    border-radius: 50%;
    top: 6px;
    left: 6px;
    content: "";
}

.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.bottom-section {
    padding-bottom: 140px;
}


footer {
    background: url("../images/bg-3.jpg") no-repeat top center/cover;
    padding: 85px 0 90px 0;
}
.footer-l h2 {
    text-align: left;
    margin-bottom: 15px;
}

.footer-l p:last-child {
    margin-bottom: 0;
}

.footer-l p span {
font-weight: 600;
    color: #1a244a;
}

.footer-r h3 {
    color: #1a244a;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    margin-bottom: 45px;
}

.timer-block> span:last-child {
    font-size: 14px;
    color: #1a244a;
    text-align: center;
    display: block;
}


span.position {
    font-size: 35px;
    color: #1a244a;
    font-weight: 600;
}

.position-wrapper {
    display: flex;
    justify-content: center;
    width: 60px;
    height: 56px;
    border: 2px solid #2a2245;
    border-radius: 10px;
    margin-bottom: 7px;
}

span.position>span:nth-child(2) {
    display: none!important;
}

.timer-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.colon {
    display: block;
    margin: 0 7px;
    padding-top: 11px;
}

@media screen and (max-width: 1199px){
    .form-tm-top {
        flex-flow: column;
    }
    
    .form-tm-top>* {
        width: 100%!important;
        margin: 0 0 10px 0!important;
    }
    .logo {
        margin-bottom: 40px;
    }
    .header-l {
        padding-top: 0;
    }
    h1 {
        font-size: 31px;
    }
    .header-r {
        padding-top: 45px;
    }
    
    
    
    
    
    
    
    
}
@media screen and (max-width: 991px){
    h1 {
        font-size: 30px;
    }
    
    .advantages-text p {
        margin-bottom: 42px;
    }
    .advantages-text-l p:nth-child(2) {
        margin-bottom: 73px;
    }
    .advantages-text-r {
        padding-top: 92px;
    }
    .cooking-section .row {
        margin: 0 -15px;
    }
    
    .cooking-section .row>* {
         padding: 0 15px;
     }
    .cooking-block-bottom p {
        font-size: 20px;
    }
    
}


@media screen and (max-width: 767px){
    body {
        font-size: 14px;
    }
    
    
    header {
        background: url(../images/bg-mobil-1.jpg) no-repeat top center/cover;
        height: auto;
        padding: 35px 0 40px 0;
    }
    
    .logo {
         width: 155px;
         margin: 0 auto 35px auto;
     }
    h1 {
        font-size: 20px;
        text-align: center;
    }
    .header-r {
        padding-top: 0;
        margin-top: -30px;
        margin-bottom: 10px;
    }
    
    .header-r img {
        display: block;
        margin: 0 auto 20px auto;
    }
    
    .header-r p {
        font-size: 14px;
        font-weight: 500;
        text-align: left!important;
        margin: 0 0 15px 0!important;
    }
    
    .header-r p span {
        font-weight: 600!important;
        font-size: 14px;
    }
    
    .header-l p span:nth-child(3) {
        font-size: 20px;
    }
    .header-l p {
        text-align: center;
    }
    .form-tm-top {
        width: 210px;
        margin: auto;
    }
    .form-tm-top input {
        text-align: center;
    }
    
    
    .label-slide {
        font-size: 12px;
        align-items: flex-start;
    }
    .down {
        display: none;
    }
    
    .top-section {
        padding: 50px 0;
    }
    h2 {
        font-size: 20px;
        margin-bottom: 20px!important;
    }
    
    .recipe-block h3 {
        font-size: 16px;
    }
    .recipe-block {
        margin-bottom: 18px;
    }
    
    .recipe-section p {
        font-size: 18px;
    }
    .recipe-section {
        padding-bottom: 50px;
    }
    
    .advantages-wrapper p {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }
    
    .advantages-wrapper p span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #1a244a;
        border:7px solid #827e94;
        color: #fff;
        margin: 0 auto 5px auto;
    }
   
    .advantages-wrapper img {
        display: block;
        margin: 30px 0 20px 0;
    }
    
    .advantages-section {
        background-size: cover;
        padding: 25px 0 50px 0;
    }
    
    
    .photos-section {
        padding: 50px 0 40px 0;
    }
    
    
    .photos-section img {
        margin-bottom: 18px;
    }
    .row-rewers {
        flex-flow: column-reverse;
    }
    .media-img {
        margin-bottom: 20px;
    }
    
    .media-section h2 {
        margin-bottom: 35px!important;
    }
    .media-text p {
        font-size: 16px!important;
    }
    .media-block {
        margin-bottom: 40px;
    }
    
    .media-section .blu-button {
        margin: 45px auto 0 auto;
        z-index: 10;
        position: relative;
    }
    .media-section .container:before {
        bottom: -55px;
    }
    .media-section {
        padding-bottom: 65px;
    }
    .cooking-block-bottom p {
        font-size: 18px;
    }
    
    .cooking-block-top {
        margin-bottom: 20px;
    }
    
    
    .cooking-block {
        margin-bottom: 40px;
    }
    
    .cooking-section {
        padding-bottom: 20px;
    }
    
    .guarantee-section p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .guarantee-section {
        padding-bottom: 50px;
    }
    .bottom-section h2 {
        margin-bottom:20px!important;
    }
    
    
    
    .owl-theme .owl-dots {
        margin-top: 15px;
    }
    .bottom-section {
        padding-bottom: 45px;
    }
    
    footer {
        padding: 40px 0 50px 0;
        background: #eddee5;
    }
    
    .footer-l h2 {
        text-align: center;
    }
    
    .footer-l p {
        font-size: 16px;
    }
    
    .footer-l {
        margin-bottom: 25px;
    }
    
    .footer-r h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .timer-wrapper {
        margin-bottom: 35px;
    }













































}




























