@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #6c7279;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(255, 255, 255);
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}



.title__h {
    color: #4f4f4f;
    font-size: 25px;
    line-height: 1.5;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Jost', sans-serif;
    margin-bottom: 10px;
    margin-top: 30px;
}
.b {
    color: #2d2d2d;
    font-size: 25px;
    line-height: .8;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Jost', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.spisok {
    list-style-image: url(img/galochka.svg);
    line-height: 1.8;
    font-size: 22px;
    color: #4f4f4f;
    font-family: 'Jost', sans-serif;
}

/* Container
=================================================================================================================================*/
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


/* Header
=======================================================================================================================*/

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px #606060;
}

.header.fixed {
    height: auto;
    position: fixed;

}

.header.fixed .header__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header__logo {
    width: 180px;
}

.header__ozon {
    width: 280px;
}


/* Intro
===========================================================================================================================================*/

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 630px;
    padding-top: 0px;
    background: url("img/bg.svg") center no-repeat;

}
.intro__inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


.zagolovok__h1 {
    color: #4f4f4f;
    font-size: 85px;
    line-height: .8;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Jost', sans-serif;
    margin-bottom: 10px;
    margin-top: 30px;
}
.zagolovok__h2 {
    color: #7AC943;
    font-size: 40px;
    line-height: .8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Lobster', cursive;
    width: 400;
    margin-bottom: 10px;
    margin-top: 30px;
}
.zagolovok__h3 {
    color: #ff5b5b;
    font-size: 25px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Jost', sans-serif;
    margin-bottom: 10px;
    margin-top: 30px;
}

.intro__bg {
    margin-top: 30px;
}


/* Первый
===============================================================================================================================================================*/
.first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -40px;
}


.spisok__first {
    list-style-image: url(img/galochka.svg);
    line-height: 2.5;
    font-size: 18px; 
    margin-top: 25px;
}

.first__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.blok {
    width: 200px;
    padding: 10px;
    justify-content: left;
}

.blok__img {
    width: 200px;
    padding: 10px;
}


/* Пятый
===============================================================================================================================================================*/
.fifth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}
.h__fifth {
    color: #2c2c2c;
    font-size: 24px;
    line-height: 1.5;
    display: flex;
    justify-content: left;
    align-items: left;
    font-family: 'Jost', sans-serif;
    width: 700;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;

}


/* Второй
================================================================================================================================================================*/
.second {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.second__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.second__left {
width: 70%;
}
.gal__img {
    z-index: -1;
    position: absolute;
}
.second__right {

}

.second__img {
    transform: rotate(-20deg);
}

.text {
    color: #2c2c2c;
    font-size: 22px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost', sans-serif;
    font-style: italic;
    width: 400;
    margin-bottom: 10px;
    margin-top: 30px;
}




/* Третий
===============================================================================================================================================================*/
.third {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.third__perech {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:center;
}

.perech {
    width: 230px;
    margin: 5px; 
}








/* Четвертый
===============================================================================================================================================================*/
.fourth {
    flex-direction: column;
    display: flex;
    justify-content: center; 
}

.fourth__inner {
margin-bottom: 40px;
margin-top: 0px;
}
.h__fourth {
    color: #2c2c2c;
    font-size: 24px;
    line-height: 1.5;
    display: flex;
    justify-content: left;
    align-items: left;
    font-family: 'Jost', sans-serif;
    width: 700;
    margin-bottom: 10px;
    margin-top: 5px;
}
.text__fourth {
    color: #2c2c2c;
    font-size: 22px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost', sans-serif;
    width: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}











/* Footer
===============================================================================================================================================================*/

.footer {
    flex-direction: column;
    justify-content: center;
    display: flex;
    background-color: #888888;


}



.footer__inner {
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.footer__ztext {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    color: #7AC943;
    font-family: 'Jost', sans-serif;
}

.bad {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    font-family: 'Jost', sans-serif;
}

.footer__text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    color: #ffffff;

 
}


.footer__block {
    padding: 20px 0;
    text-align: center;
}


.foot__bnt {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .bnt__foot {
        width: 300px;
        margin: 10px;
    }



/* Copyright
===================*/

.copyright {
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-left: 0;
    height: 70px;
    background-color: #7AC943;

}

.copyright__text {
    font-weight: 800;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
    line-height: 1;
    color: #ffffff;
}
