@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*,
::after,
::before {
    box-sizing: border-box;
    scroll-padding-top: 1rem;
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    background: #c1c1c1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: inherit;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}




/* Шапка */

.header {
    background-color: #e9e9e9;
    padding: 10px 0 5px;
    font-size: 16px;
    line-height: 29px;
    position: fixed;
    z-index: 8888;
    width: 100%;
    top: 0;
    height: 70px;
}

.header-box {
    display: flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap: wrap;

}


.header-h1 {
    font-size: 30px;
    font-weight: 700;
    color: #892ec4;
}

.img-logo {
    width: 300px;
}

.one-section {
    position: relative;
    background: url(../img/main-bg-1.jpg)  no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 300px;
    width: 100%;

}

.one-section__h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    padding-left: 400px;
}


.one-section__h2_2 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    padding-left: 0px;
}


.second-section {
    position: relative;
    background: url(../img/bg1.jpg)  no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 0;
}


.box-kitchen {
    text-align: center;
}


.h2-title__violet {
    font-size: 28px;
    font-weight: 700;
    color: #892ec4;
    text-align: center;
    line-height: 44px;
}


.h3-title__violet {
    font-size: 28px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    line-height: 44px;
}

.h3-title__white {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
}




.box__box-kitchen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}
.box{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
    z-index: 1;
    margin-top: 30px;
  
   
}
.box:last-child {
    margin-right: 0px;
}


.box__img {
    width: 250px;
}

.box-bottom {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
    margin-top: -73px;
}



.box__p {
    width: 240px;
    padding: 5px;
    position: absolute;
    z-index: 6;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    
}

.box__p-vilvet {
    width: 240px;
    padding: 5px;
    position: absolute;
    z-index: 6;
    color: #892ec4;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.box-bottom-big {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
    margin-top: -105px;
}




.box__p-vilvet-big {
    width: 240px;
    padding: 5px;
    position: absolute;
    z-index: 6;
    color: #892ec4;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}


.third-section {
    position: relative;
    background: url(../img/bg2.jpg)  no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 0;
}




.second-stage-section {
    position: relative;
    background: url(../img/main-bg-2.jpg)  no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 300px;
    width: 100%;

}



.h3-title__violet_bottum {
    font-size: 28px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    line-height: 44px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.h3-title__violet_bottum-pp {
    font-size: 28px;
    font-weight: 700;
    color: #232323;
    text-align: left;
    line-height: 44px;
    margin-top: 80px;
    margin-bottom: 30px;
}


.mark li:not(:last-child) {
    margin-bottom: 8px;
}

.mark li {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.mark li::before {
    content: url('../img/mark.svg');

    margin-right: 8px;
    flex-shrink: 0;
}


.znak li:not(:last-child) {
    margin-bottom: 8px;
}

.znak li {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.znak li::before {
    content: url('../img/znak.svg');

    margin-right: 8px;
    flex-shrink: 0;
}



.footer {
    position: relative;
    background: #232323;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    color: #ffffff;

}

.span_violet {
    color: #892ec4;
}


