* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}


/* HEADER */
.top {
    background-image: url(../img/main-top/bg.jpg);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    max-width: 1920px;
    /* min-width: 348px; */
    height: 1200px;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
}

.container {
    max-width: 1118px;
    min-width: 348px;
    margin: 0 auto;
    padding: 0;
}

/* @media  screen and (max-width: 500px) {
    .container
     {
        width: 100%;
    }
 }

 @media  screen and (max-width: 748px) {
    .container
     {
        width: 100%;
    }
 } */

.navigation {
    padding: 41px 0 0;
    display: block;
    height: 82px;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu a{
    position: relative;
}
.menu a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s;
}
.menu a:hover::before{
    transform: scaleX(1);
    transition: transform .25s;
    transform-origin: left;
}

img.mapp, img.tel {
    width: 17px;
    height: 17px;
    padding-right: 10px;
    justify-content: center;
    align-items: center;
}

/* @media  screen and (max-width: 500px) {
    .nav, 
    .menu,
    img.mapp,
    img.tel
     {
       display: inline;
       margin-top: 20px;
       margin-left: 20px;
    }
 }


 @media  screen and (max-width: 800px) {
    .nav, 
    .menu,
    img.mapp,
    img.tel
     {
       display: inline;
       margin-top: 20px;
       margin-left: 20px;
    }
 } */
.nav a {
    color: #fff;
}

.map {
    margin-right: 69px;
    font-size: 12px;
}

.phone {
    font-size: 20px;
    font-weight: 700;
}
/* BERRY */
.content {
    position: relative;
}
.berry {
    position: absolute;
    top: 206px;
    right: 1738px;
    bottom: 744px;
    left: -2px;
}
.berry2 {
    position: absolute;
    top: 113px;
    right: 100px;
    bottom: 883px;
    left: 1732px;

}
.berry3 {
    position: absolute;
    top: 853px;
    right: 178px;
    bottom: 81px;
    left: 1474px;
}

.leaf {
    position: absolute;
    top: 946px;
    right: 1446px;
    bottom: 26px;
    left: 156px;
}

/* @media  screen and (max-width:500px) {
    .berry, 
    .berry2,
    .berry3,
    .leaf,
    .berrycat,
    .leafCat,
    .leaf2Cat {
        display: none;
    }
}

@media  screen and (max-width:900px) {
    .berry, 
    .berry2,
    .berry3,
    .leaf,
    .berrycat,
    .leafCat,
    .leaf2Cat {
        display: none;
    }
} */

/* CONTENT TOP */
.content {
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 188px;
    max-width: 647px;
    /* min-width: 360px; */
    height: 368px;
}
.content a {
    display: inline-block;
}
.titleh1,
.titleh3,
.contenttext {
    margin-bottom: 24px;
}

.titleh3 {
    width: 132px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    font-size: 11px;
    padding: 10px 18px;
    background-color: #F2F6FA;
    color: #2E363E;
}

.titleh1 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: -1px;
}

.contenttext {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffffbe;
    padding-bottom: 30px;
}

.btntop {
    color: #2E363E;
    padding: 30px 50px;
    width: 257px;
    text-align: center;
    background-color: #FED84C;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 27px;
    border-radius: 8px;
    transition: all .5s;
}


.btntop:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 20px #ff8800;
    transition: all .5s;
}

.btntext {
    display: inline;
    color: #ffffffbd;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%
}
/* CATALOG */
#catalog {
    /* position: relative; */
    background-color: #fff;
    max-width: 1920px;
    min-width: 348px;
    height: auto;
    margin: 0;
    margin-bottom: 0;
}
#catalog ul{
    list-style: none;
}

.title_catalog {
    color: #2E363E;
    font-size: 48px;
    letter-spacing: -1px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}
.buy {
    color: #2E363E;
}

.buy ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 20px 10px;
}

 /* @media  screen and (max-width: 500px) {
   .buy ul {
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: 1fr;

} 
.catalog-list{
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
 }
} */


.buy img {
    width: 350px;
    height: 240px;
}


.cat1 {
    margin: 50px 44px;
}

.cat1 h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.cat1 p {
    font-weight: 400;
}


.btn-catalog {

    padding: 20px 40px;
    background-color: #FED84C;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    transition: .3s;
}

.btn-catalog:hover {
    transform: scale(1.1);

    box-shadow: 0 0 30px #ff8800;
    transition: .4s;
}
.buy .cell {
    font-weight: 500;
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 14px;
}

.berrycat {
    position: relative;
    z-index: 1;
    top: 400px;
    left: 214px;
    bottom: 1468px;
    right: 0px;
}

.leafCat {
    position:relative;
    top: 1423px;
    right: 100px;
    bottom: 431px;
    left: 1px;
}

.leaf2Cat {
    position: relative;
    top: 1025px;
    right: 236px;
    bottom: 734px;
    left: 1030px;
}

/* CENTER */
.center {
    max-width: 1920px;
    height: 1400px;
    background-image: url(../img/center/Контент.jpg);
    background-repeat: no-repeat;
}

.content-cent {
    display: block;
    float: right;
    margin-top: 400px;
    color: #fff;
    max-width: 500px;
    max-height: 400px;
}

.titlecentr {
    padding: 10px 18px;
    width: 236px;
    border-radius: 8px;
    background-color: #fff;
    color: #2E363E;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 11px;
    line-height: 150%;
    margin-bottom: 24px;
}

.textcent {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.contentcenter {
    font-size: 21px;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: -0.2px;
    margin-bottom: 38px;
    color: #ffffffad;
}

.btn-cent {
    padding: 30px 50px;
    background-color: #FED84C;
    color: #2E363E;
    font-size: 18px;
    font-weight: 500;
    line-height: 152%;
    border-radius: 8px;
    transition:  all .5s;
}

.btn-cent:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #e68f2d;
    transition: all .5s;
}


/* CONTENT POVAR */
.content-pow {
    background-image: url('../img/contentpow/Контент.jpg');
    background-repeat: no-repeat;
    width: 1920px;
    height: 830px;
    position: relative;
}
.contentpowar {
    width: 580px;
    height: 647px;
}

.textpow {
    padding: 10px 18px;
    width: 146px;
    font-size: 11px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
    text-transform: uppercase;
    background-color: #F2F6FA;
    color: #2E363E;
    text-align: center;
}

.titlepow {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 36px;
}

.list {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #2E363E;
    list-style-image: url(../img/contentpow/•.svg);
    margin-bottom: 50px;
}

.list p {
    margin-bottom: 30px;
}

.btnpow {
    padding: 30px 50px;
    border-radius: 8px;
    background-color: #FED84C;
    color: #2E363E;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    transition: all .5s;
}

.btnpow:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #ff8800;
    transition: all .5s;
}


.elips {
    position: absolute;
    z-index: 20;
    top: 238px;
    right: 0px;
    bottom: 46px;
    left: 962px;
    width: 500px;
    height: 500px;
    margin-left: 13px;
    margin-bottom: 46px;
    background-color: #FED84C;
    border-radius: 50%;
}

.photopow {
    display: flex;
    margin: 25px auto;
    width: 450px;
    height: 450px;
    border-radius: 50%;
}

.contentname {
    position: absolute;
    display: block;
    top: 544px;
    right: 758px;
    bottom: 174px;
    left: 868px;
    z-index: 20;
}

.title-name {
    background-color: #2E363E;
    text-align: center;
    width: 264px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.3px;
    padding: 15px 18px;
    border-radius: 5px;
    transform: skew(-15deg, 0deg);
}

.title-name2 {
    width: 218px;
    padding: 15px 15px;
    border-radius: 5px;
    text-align: center;
    background-color: #cac9c9;
    transform: skew(-15deg, 0deg);
}

/* REVIEWS */
.reviews {
    display: flex;
    background-image: url(../img/reviews/reviews.jpg);
    background-repeat: no-repeat;
    width: 1920px;
    height: 1500px;
   
}
.title-reviews {
    text-align: center;
    margin-top: 300px;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1px;
    color: #fff;
}
.covichki {
    margin-bottom: 24px;
}
.box {
    margin-top: 100px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}
.box a {
   color: #4A94FF;
}

.swiper-container {
    width: 1180px;
    height: 615px;
}

.swiper-slide {
    display: flex;
    justify-content: space-between;
}

.content-reviews {
    width: 460px;
    height: 370px;
    padding: 70px 100px 54px;
}

.content-reviews p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 170%;
}
     
.content-reviews a{
    position: relative;
}
.content-reviews a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #4A94FF;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s;
}
.content-reviews a:hover::before{
    transform: scaleX(1);
    transition: transform .25s;
    transform-origin: left;
}

.title-name_reviews {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 143%;
    margin-bottom: 24px;
}

.link-reviews {
    font-size: 14px;
    line-height: 150%;
}

.images {
    border-radius: 50%;
    margin-bottom: 30px;
}

.content3 {
    width: 380px;
    /* margin-right: 250px; */
    text-align: center;
    padding: 70px 140px 70px 0px;
}

.name-reviews {
    font-size: 21px;
    font-weight: 500;
    line-height: 143%;
}

.name-special {
    font-size: 16px;
    line-height: 170%;
}

/* GALLARY */
.gallery {
    width: 1920px;
    height: 912px;
    margin-bottom: 610px;
}
.content-gallery {
    
    text-align: center;
    color: #2E363E;
}

.title-gallery {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1px;
}

.txt-gallery {
    font-size: 24px;
    line-height: 143%;
    margin-bottom: 80px;
}

.img-gallery {
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

/* FOOTER */
.form {
    background-image: url(../img/footer/Горизонтальная\ форма.jpg);
    background-repeat: no-repeat;
    width: 1920px;
    height: 912px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footer-content {
    background-color: #fff;
    border-radius: 8px;
    width: 1050px;
    height: 300px;
    padding: 70px 99px;
    margin-top: 200px;
    text-align: center;
}

.title-footer {
    font-size: 36px;
    line-height: 133%;
    font-weight: 700;
    margin-bottom: 12px;
}

.txt-foot {
    font-size: 21px;
    line-height: 143%;
    letter-spacing: -0.2px;
    margin-bottom: 37px;
}

.tel-inp {
    margin-right: 20px;
    padding: 30px 26px;
    border-radius: 8px;
    border: none;
    background-color: #F2F6FA;
    width: 380px;
    transition: all .5s ;
}
.tel-inp:focus {
    box-shadow: 0 0 20px #ff8800;
    background-color: #FED84C;
}
.tel-inp::placeholder {
    background-image: url(../img/footer/Phone.svg);
    background-repeat: no-repeat;
    background-position: center left 1px ;
    background-size: 25px 25px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 160%;
}

.btn-foot {
    padding: 29px 41px;
    font-size: 18px;
    font-weight: 500;
    line-height: 152%; 
    background-color: #FED84C;
    border: none;
    border-radius: 8px;
    margin-bottom: 24px;
    transition: all .5s;
}
.btn-foot:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #ff8800;
    transition: all .5s;
}

.list-cofind {
    display: flex;
    list-style: none;
    justify-content: center;
}
.check {
    margin-right: 7px;
}

.berryfoot {
    position: absolute;
    top: 234px;
    right: 216px;
    bottom: 506px;
    left: 1500px;
}

.berrtfoot1 {
    position: absolute;
    top: 625px;
    right: 1596px;
    bottom: 80px;
    left: 167px;
}

.leaf-foot {
    position: absolute;
    top: 632px;
    right: 221px;
    bottom: 101px;
    left: 1535px;
}

.leaf1-foot {
    position: absolute;
    top: 246px;
    right: 1626px;
    bottom: 570px;
    left: 225px;
}

footer  {
    width: 1920px;
    height: 200px;
    background-color: #081130;
    color: #cac9c9;
   text-align: center;
   display: flexbox;
}
footer a {
    margin-right: 30px;
    color: #cac9c9;
}

.nazv {
    flex-wrap: wrap;
    margin-top: 20px;
}

footer a{
    position: relative;
}
footer a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s;
}
footer a:hover::before{
    transform: scaleX(1);
    transition: transform .25s;
    transform-origin: left;
}