@font-face {
    font-family: "Caveat-Bold";
    src: url("fonts/Caveat/Caveat-Bold.eot");
    src: url("fonts/Caveat/Caveat-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Caveat/Caveat-Bold.woff") format("woff"),
    url("fonts/Caveat/Caveat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Caveat-Regular";
    src: url("fonts/Caveat/Caveat-Regular.eot");
    src: url("fonts/Caveat/Caveat-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Caveat/Caveat-Regular.woff") format("woff"),
    url("fonts/Caveat/Caveat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("fonts/Montserrat/Montserrat-Bold.eot");
    src: url("fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
    url("fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url("fonts/Montserrat/Montserrat-Regular.eot");
    src: url("fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
    url("fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

/*====================================*/
html,body{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Montserrat-Regular";
    background-color: #171717;
    color: white;
    background-image: url("/assets/images/pngwing.png");
}
div a{
    color: white;
    text-decoration: none;

}
h1,.h1,h2,.h2,h3,.h3,h4,.h4{
    font-family: "Montserrat-Regular";
}
h1,.h1{
    font-size: 80px;
}
h2,.h2{
    font-size: 64px;
}
h3,.h3{
    font-size: 48px;
}
h4,.h4{
    font-size: 32px;
}
.bold{
    font-family: "Montserrat-Bold";
}
p span.bold{
    font-family: "Caveat-Bold";
}
p span{
    font-family: "Caveat-Regular";
}
.text-red{
    color: #D1191C;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-center{
    text-align: center;
}
.order-btn-wrap{
    display: flex;
    margin-top: 120px;
}
.order-btn,.red-curved-round{
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-btn .text{
    font-family: "Caveat-Regular";
    margin-right: 25px;
    font-size: 40px;
}
.arrow{
    position: absolute;
}
.order-link .red-curved-round .arrow svg path{
    transition: all ease-in-out 0.3s;
}
a.order-link:hover .red-curved-round .arrow svg>path{
    transition: all ease-in-out 0.3s;
    fill: #D1191C;
}

.red-curved-round svg>path{
    transition: all ease-in-out 0.3s;
}
a.order-link:hover .red-curved-round svg>path{
    transition: all ease-in-out 0.3s;
    fill: #ffffff;
}
.order-btn .red-curved-round{
    background-image: none;
}
.order-btn .red-curved-round,.review-wrapper .red-curved-round{
    width: 70px;
    height: 70px;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
}
.order-btn .red-curved-round img{
    position: absolute;
}

.advantages-wrapper .red-curved-round{
    width: 100px;
    height: 100px;
    filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.5));
}
.red-curved-round{
    background-image: url("/assets/images/red-curved-round.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/**/
.container{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

header{
    position: absolute;
    top: 0;
    margin-top: 55px;
    width: 100%;
    z-index: 1;
}
header>.container{
    display: flex;
    justify-content: space-between;
    font-size: 24px;
}
header .addres{
    display: flex;
    align-items: center;
}
header .telephone-header{
    display: flex;
    align-items: center;
}
header .telephone-header a{
    color: #fff;
    text-decoration: none;
}
.telephone-header a:hover{
    text-shadow: #fff 0.5px 0 0px, #fff 0 0.5px 0px, #fff -0.5px 0 0px, #fff 0 -0.5px 0px;
}
header .soc-info{
    display: flex;
    justify-content: space-around;
}
header .soc-info a.icons{
    margin-left: 40px;
}
.header-ico{
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tg-ico{
    background-image: url("/assets/images/tg-red-icon.svg");
}
.tg-ico:hover{
    background-image: url("/assets/images/tg-white-icon.svg");
}
.vk-ico{
    background-image: url("/assets/images/vk-red-icon.svg");
}
.vk-ico:hover{
    background-image: url("/assets/images/vk-white-icon.svg");
}
.section{
    /*height: 100vh;*/
}
.section-1{
    padding-top: 180px;
    background-image: url("/assets/images/sec-1.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 700px;
}
.section-1 .left-side{
    width: 55%;
}
.section-1 .left-side .title-text .text{
    font-size: 24px;
    width: 400px;
    margin-top: 40px;
}
.section-1 .left-side .image.mobile{
    display: none;
}
.section-1 .right-side .image{
    position: absolute;
    top: 110px;
    right: 0;
}
/**/
.section-2{
    position: relative;
}
.section-2:before{
    content: " ";
    background-image: url("/assets/images/lsmoke.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-2 .advantages-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 75px;
}
.section-2 .advantage-item{
    display: flex;
    width: 49%;
}
.section-2 .advantage-item .txt-info{
    width: 400px;
    margin-left: 20px;
}
.section-2 .advantage-item .txt-info p:first-child{
    margin: 10px 0px;
    font-size: 40px;
}
.section-2 .advantage-item .txt-info p:last-child{
    font-size: 16px;
}
/**/
.section-3{
    margin-top: 80px;
}
.section-3 .food-items-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.section-3 .food-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 333px;
    margin: 10px;
    border-radius: 20px;
    background-color: rgba(46, 46, 46, 0.5);
}
.section-3 .food-item:first-child{
    margin-left: 0;
}
.section-3 .food-item:last-child{
    margin-right: 0;
}
.section-3 .image{
    position: relative;
    display: flex;
    align-self: start;
}
.section-3 .image img{
    position: absolute;
}
.section-3 .title-item{
    margin: 35px 50px;
    font-size: 24px;
    width: 200px;
}
.section-3 .description{
    margin: 0 auto;
    margin-top: 240px;
    font-size: 24px;
    width: 305px;
    text-align: center;
}
.section-3 .description p:first-child{
    min-height: 150px;
}
.section-3 .description .txt-weight{
    font-family: "Montserrat-Regular";
    font-size: 16px;
}
.section-3 .description .txt-price{
    font-family: "Montserrat-Bold";
    font-size: 24px;
}
.section-3 .order-btn{
    margin: 30px 0;
}
/**/
.section-4{
    background-image: url("/assets/images/sec-4.png");
    background-position: center;
    background-repeat: no-repeat;
}
.section-4 .container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-4 .text{
    margin: 0px 95px;
    font-size: 28px;
}
/**/
.section-5{

    /*background-image: url("/assets/images/sec-5.png");*/
    /*background-size: contain;*/
    /*background-position: bottom;*/
    background: linear-gradient(to top, #FF001378, #FF001378 70%, #3a228e00 10%);
    /*background-repeat: no-repeat;*/
    padding-bottom: 40px;
}
.section-5 .image{
    text-align: center;
}
.section-5 .title .text{
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 24px;
    width: 500px;
}
.section-5 .order-btn-wrap{
    margin-top: 0;
    display: flex;
    justify-content: center;
}
/**/
.section-6{

}
.section-6 .container{
    position: relative;
    z-index: 10;
}
.section-6 .review-title{
    margin-top: 100px;
    margin-bottom: 50px;
}
.section-6 .review-wrapper{
    padding-top: 40px;
}
.section-6 .rew-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /*width: 333px;*/
    min-height: 310px;
    padding: 30px;
    margin: 35px 12px;
    border-radius: 20px;
    background-color: rgba(46, 46, 46, 0.5);
}
.section-6 .rew-item .red-curved-round{
    font-family: "Caveat-Regular";
    font-size: 40px;
    position: absolute;
    top: -30px;
}
.section-6 .rew-item .name{
    font-size: 40px;
}
.section-6 .rew-item .text{
    text-align: center;
    font-size: 16px;
    width: 276px;
}
/**/
.section-7{
    background-image: url("/assets/images/sec-7.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 150px;
}
.section-7 .container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.section-7 .title{
   padding-top: 60px;
}
.section-7 .image-m{
    display: none;
}
.section-7 .image{
    display: flex;
}
.section-7 .image{
    position: relative;
}
.section-7 .image>img{
    position: absolute;
    width: 100%;
    top: -550px;
    left: 0;
}
.section-7 .dummy{
    margin-bottom: 400px;
}
.section-7 .addres{
    font-size: 32px;
    margin-bottom: 50px;
}
.section-7 .soc-info {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
}
.section-7 .footer-info .telephone-footer:hover a{
    color: #FF001378;
}
.section-7 .footer-info .telephone-footer>a{
    text-decoration: none;
    font-size: 39px;
    color: #fff;
}
.section-7 .footer-info .soc-tg,.section-7 .footer-info .soc-vk{
    display: flex;
    align-items: center;
}
.section-7 .footer-info .soc-info .social-icons{
    display: flex;
    /*width: 50%;*/
    /*justify-content: space-between;*/
}
.section-7 .footer-info .soc-info .ico{
    width: 50px;
    height: 50px;
}
.section-7 .footer-info .soc-tg a,.section-7 .footer-info .soc-vk a{
    text-decoration: none;
    font-size: 32px;
    color: #fff;
}
.section-7 .footer-info .soc-info a.bold{
    display: flex;
    align-items: center;
}
.section-7 .footer-info .soc-info a.bold:hover .tg-ico{
    background-image: url("/assets/images/tg-white-icon.svg");
}
.section-7 .footer-info .soc-info a.bold:hover .vk-ico{
    background-image: url("/assets/images/vk-white-icon.svg");
}
.section-7 .footer-info .soc-info a.bold:hover span{
    color: #FF001378;
}
.section-7 .footer-info .soc-info .ico.mobile{
    display: none;
}
/**/

footer{

}
/**/
.slick-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    list-style: none;
}
.slick-dots li button:before {
    background: #d1191c;
    color: #d1191c;
    border: none;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 5px;
    outline: none;
    filter: drop-shadow(5px 5px 1px black);
}
.slick-dots li.slick-active button::before{
    color: #d1191c;
}
.slick-arrow{
    position: absolute;
    top: 40%;
    opacity: 1;
}
.slick-disabled{
    opacity: 0.3;
}
.prev-arrow{
    left: -100px;
    filter: brightness(10);
    transition: filter 0.3s ease-in-out;
}
.next-arrow{
    right: -100px;
    filter: brightness(10);
    transition: filter 0.3s ease-in-out;
}
.prev-arrow:hover,.next-arrow:hover{
    transition: filter 0.3s ease-in-out;
    filter: brightness(1);
}
/***********************/
@media (max-width: 576px) {
    header{
        margin-top: 0px;
    }
    header .container{
        border-bottom: 2px solid #fff;
    }
    header .addres{
        display: none;
    }
    header .soc-info {
        width: 100%;
        padding: 10px 0;
    }
    header .telephone-header {
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    header .soc-info a.icons {
        margin-left: 0;
    }
    header .header-ico{
        width: 55px;
        height: 55px;
    }
    .section{
        height: auto;
        margin-bottom: 40px;
    }
    h1, .h1 {
        font-size: 53px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 32px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    .section-1{
        padding-top: 85px;
        height: 100vh;
    }
    .section-1 .left-side {
        width: auto;
    }
    .section-1 .left-side .image.mobile{
        display: flex;
    }
    .section-1 .left-side .image.mobile img{
        width: 100%;
    }
    .section-1 .left-side .title-text{
        text-align: center;
    }
    .section-1 .left-side .title-text .text{
        font-size: 20px;
        margin-top: 24px;
        width: auto;
        padding: 0 20px;
    }
    .section-1 .right-side {
        display: none;
    }
    .order-btn-wrap {
        display: flex;
        margin-top: 20px;
        justify-content: center;
    }
    /**/
    .section-2 .advantage-item{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .section-2 .advantage-item .txt-info {
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
        text-align: center;
        font-size: 14px;
    }
    /**/
    .section-3 .food-items-wrapper {
        justify-content: center;
    }
    .section-3 .food-item{
        margin: 35px 0px;
    }
    /**/
    .section-4 {
        background-image: url("/assets/images/sec-4-m.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .section-4 .text {
        margin: 0px 36px;
        font-size: 18px;
    }
    /**/
    .section-5{
        background-image: url("/assets/images/sec-5-m.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .section-5 .container{
        padding-bottom: 40px;
    }
    .section-5 .image img{
        width: 100%;
    }
    .section-5 h3,.section-5 .h3 {
        font-size: 24px;
    }
    .section-5 .title .text{
        width: 100%;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section-5 .title .text p {
        padding: 0 50px;
    }
    /**/
    .section-6 {
        margin-bottom: 70px;
    }
    .section-6 .review-title {
        margin: 40px 0;
    }
    /**/
    .section-7 h4,.section-7 .h4 {
        font-size: 16px;
    }
    .section-7 .image-m{
        position: relative;
        display: flex;
    }
    .section-7 .image-m > img{
        position: absolute;
        width: 100%;
        top: -250px;
        left: 0;
        z-index: -1;
    }
    .section-7 .image{
        display: none;
    }
    .section-7 .title {
        padding-top: 20px;
    }
    .section-7 .dummy {
        display: none;
    }
    .section-7 .addres {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .section-7 .soc-info {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .section-7 .footer-info .telephone-footer > a {
        font-size: 24px;
    }
    .section-7 .footer-info .soc-info .social-icons{
        display: flex;
        width: 50%;
        margin: 40px 0px;
        justify-content: space-around;
    }
    .section-7 .footer-info .soc-info .ico,.section-7 .footer-info .soc-info a span {
        display: none;
    }
    .section-7 .footer-info .soc-info .ico.mobile{
        display: flex;
    }

}
@media (min-width: 577px) and (max-width: 1280px) {
    header{
        margin-top: 30px;
    }
    header .container {
        flex-wrap: wrap;
    }
    header .container .addres,header .container .soc-info{
        padding: 15px;
    }
    header .addres,header .telephone-header {
        display: flex;
        align-items: center;
    }
    header .header-ico {
        width: 55px;
        height: 55px;
    }
    .section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-1 .left-side {
        position: relative;
        z-index: 1;
    }
    .section-1 .right-side .image {
        display: flex;
        justify-content: end;
        z-index: 0;
    }
    .section-1 .title-text{
        text-shadow: 1px 1px 10px black;
    }
    /**/
    .section-2 .advantage-item {
        min-width: 500px;
    }
    /**/
    .section-3 .food-items-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    /**/
    .section-5 .container .image img{
        width: 100%;
    }
    /**/
    .section-7 .image > img {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
    }
    .section-7 .footer-info .soc-info  .social-icons{
        flex-wrap: wrap;
        justify-content: flex-end;
    }


}
@media (min-width: 577px) and (max-width: 690px){
    .section-7 .image > img {
        top: 200px;
    }
}
@media (min-width: 768px) and (max-width: 1280px){
    .section-7 .image > img {
        top: -150px;
    }
}