* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.5;
    min-width: 320px;
    position: relative;
    margin: 0;
    padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
}


a {
    color: inherit;
    text-decoration: none;
}


.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}


.d_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}



input,
textarea {
    background-color: #f6f6f6;
    font-family: 'Montserrat';
}

input::placeholder,
textarea::placeholder {
    color: #9f9f9f;
}

/*header-top*/
.header-top {
    background-color: #18353E;
    color: #FFF;
    padding: 18px 0 60px 0;
    font-size: 16px;
}

.header-row {
    display: flex;

}

.header-right {
    display: flex;
    column-gap: 74px;
    margin-left: auto;
    align-items: center;
}

.header-info {
    align-items: center;
    cursor: pointer;
}

.header-info img {
    margin-right: 16px;
    max-width: 21px;
}

.header-social {
    display: flex;
    align-items: center;
    column-gap: 28px;
}


.header-bottom-row {
    display: flex;
    background-color: #D62E4C;
    color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);

}

.header-bottom {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 60px;
    transform: translate(-50%);
    max-width: 1200px;
    width: 100%;
}

.header-logo {
    background-color: #FFF;
    padding: 15px 60px 15px 30px;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0%, 81% 100%, 0 100%);

}

.header-logo img {
    max-width: 160px;
}

.header-nav ul {
    display: flex;
    list-style: none;
    column-gap: 60px;

}

.header-nav {
    padding: 30px 60px;
    margin-left: auto;
}

/*header-end*/




/*Bunner-start*/


.bunner-swiper .swiper-slide {
    padding: 175px 0;
    color: #FFF;
    text-align: center;
    min-height: 640px;
    min-height: 100vh;
    background-image: url("../images/houses-5514892_1920.jpg");
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.bunner-swiper .swiper-slide:nth-child(2) {
    background-image: url("../images/living-room-1515976_1920.jpg");
   
   
}

.bunner-swiper .swiper-slide:nth-child(3) {
    background-image: url("../images/kitchen-1336160_1920.jpg");
   
}

.bunner-swiper .swiper-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 43, 43, 0.8);
    z-index: -1;
}


.bunner-content {
    max-width: 750px;
    margin: 0 auto;
}

.bunner-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bunner-title {
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2;
}

h2 {
    margin-bottom: 38px;
}

.swiper-button-next {
    right: 45px;
}

.swiper-button-prev {
    left: 45px;
}

.def-btn {
    background-color: #D62E4C;
    padding: 18px 48px;
    font-size: 18px;
    display: inline-block;
    transition: baground-color 0.35s ease;
    color: #FFF;
}

.def-btn:hover {
    background-color: #bb2440;
}

.swiper-button-prev,
.swiper-button-next {
    color: #FFF;
    background-color: #5A5454;
    width: 55px;
    height: 55px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 30px;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 0;
    background-color:
        #D62E4C;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color:
        #D9D9D9;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    padding-bottom: 30px;
    
}



/*Bunner-end*/

/*section2About-start*/

.s-about {
    padding: 90px 0;


}

.about-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}

.def-title {
    font-size: 42px;
    font-weight: 700px;
    position: relative;
    margin-bottom: 25PX;
}

.def-title::before {
    content: '';
    height: 1px;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-110%);
    left: calc(-100%-25px);
    background-color: #D62E4C;

}

.def-desc {
    color: #696868;
    ;
    font-size: 18px;
    line-height: 1.9;
}

.s-about .def-desc {
    margin-bottom: 30px;
}

.def-desc strong {
    color: black;
}

.about-left {
    margin-right: 90px;
    max-width: 505px;
}

.about-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-right {
    width: 550px;

}

/*section2About-end*/







/*sectionNumbers-start*/
.s-numbers {
    background-color: #18353E;
    color: #fff;
    padding: 72px 0;
}

.s-numbers .def-title::before {
    background-color: white;

}

.numbers-row {
    display: flex;

}

.numbers-left {
    width: 50%;
    padding-right: 100px;
    border-right: 1px solid #D5D5D5;
}

.numbers-right {
    width: 50%;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 300px);
    row-gap: 60px;
    text-align: center;
}

.numbers-numb {
    font-size: 58px;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 1.3px;
}

.numbers-desc {
    font-weight: 300;
    padding-top: 40px;
}

/*sectionNumbers-end*/






/*sectionService-start*/

.s-services {
    padding: 100px 0;


}

.s-services .container {
    background: #FFF;
}

.services-body {
    padding: 15px 20px 30px 20px;
}

.s-services article {
    max-width: 374px;
    max-height: 404px;


}

.s-services .center-title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    margin-top: 27px;
    margin-bottom: 40px;

}

.s-services .center-title::after {
    content: '';
    width: 70px;
    height: 1px;
    display: block;
    background-color: #D62E4C;
    margin: 15px auto 0 auto;
}

.services-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: auto;

}

.services-thumb {
    background: #FFF;
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.15);
    width: 33, 3%;
    margin: auto;
}

.services-thumb img {
    width: 100%;
    width: 374px;
    max-height: 213px;
    object-fit: cover;
    display: block;

}

.services-thumb .services-def-btn {
    background-color: #D62E4C;
    padding: 18px 48px;
    font-size: 18px;
    display: inline-block;
    transition: baground-color 0.35s ease;
    color: #FFF;
    max-width: 311px;
    height: 61px;
    margin-bottom: 30px;

}

.services-item .services-title {
    margin-top: 22px
}

.services-def-btn {
    width: 100%;
    text-align: center;
    padding: 12px 45px;
}

.modal-form {
    background-color: white;
    max-width: 455px;
    margin: 0 auto;

    padding: 20px 50px 40px;

}

.modal-form-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid#d5d2d2;
    margin-bottom: 30px;
    padding-bottom: 18px;
}

.modal-form-logo img {
    max-width: 190px;
}

.modal-form-close {
    cursor: pointer;
}

.modal-form-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
}

.modal-form-title::after {
    content: '';
    display: block;
    height: 1px;
    width: 70px;
    background-color: #D62E4C;
    margin: 20px auto 0 auto;
}

.modal-form input {
    display: block;
    padding: 22px 25px;
    background-color: #F6F6F6;
    font-family: 'Montserrat';
    border: none;
    font-size: 16px;
    width: 100%;
    outline: none;
    margin-bottom: 24px;
}

.modal-form .form-button {
    background-color: #D62E4C;
    color: #FFF;
    font-size: 16px;
    font-family: 'Montserrat';
    text-align: center;
    max-width: 285px;
    width: 100%;
    margin: auto;
    display: block;
    padding: 20px 25px;
    border: 0;
    cursor: pointer;

    transition: background-color 0.35s ease;
}

.modal-form .form-button:hover {
    background-color: #ee4f6d;
}


/*sectionService-end*/






/*gallery-start*/

.s-gallery {
    padding: 100px 0;
    background-color: #F9F9F9;
}

.center-title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 100px;
    margin-bottom: 45px;
}

.s-gallery .center-title::after {
    content: '';
    display: block;
    height: 1px;
    width: 70px;
    background-color: #D62E4C;
    margin: 20px auto 0 auto;
}

.gallery-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.gallery-wrap a {
    display: block;
    position: relative;
    overflow: hidden;
}


body .gallery-wrap {
    line-height: 0;
}


.gallery-wrap a img {
    width: 374px;
    max-height: 360px;

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*можно объеденить все три в одно*/
.gallery-wrap a:hover::before {
    opacity: 1;
}

.gallery-wrap a:hover::after {
    opacity: 1;
}

.gallery-wrap a:hover .gallery-border {
    opacity: 1;
}

/*можно объеденить все три в одно*/





.gallery-wrap a::before {
    content: 'Збільшити';
    background: rgba(68, 62, 62, 0.72);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    padding-top: 100px;
    opacity: 0;
    transition: 0.5s ease;
}

.gallery-wrap a::after {
    content: '';
    background-image: url('../images/magnifyty.svg');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    z-index: 1;
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s ease;
}



.gallery-border {
    border: 1px solid #fff;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s ease;
}

.gallery-btn {
    text-align: center;
    margin-top: 44px;
}

.gallery-item:nth-child(n+7) {
    display: none;
}

button {
    background-color: #D62E4C;
    color: #FFF;
    font-size: 16px;
    font-family: 'Montserrat';
    text-align: center;
    max-width: 285px;
    width: 100%;
    margin: auto;
    display: block;
    padding: 20px 25px;
    border: 0;
    cursor: pointer;
    transition: background-color 0.35s ease;
}


/*gallery-end*/


/*s-Why - start*/
.s-why {
    padding: 100px 0;
}

.why-row {
    display: flex;
}


.s-why .def-desc {
    margin-bottom: 55px;
}

.why-features-item {
    display: flex;
    margin-bottom: 45px;
    max-width: 350px;
}

.why-features-icon {
    margin-right: 15px;
}

.why-features-title {
    color: #090808;
    font-family: Montserrat;
    font-size: 18px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 189.9%;
    text-transform: uppercase;
}

.why-features-desc {
    color: #6D6A6A;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 189.9%;
}

.why-row .why-right-img img {
    max-width: 530px;
    width: 100%;
}

/*s-Why - end*/






/*s-Team start*/
.s-team {
    padding-bottom: 100px;
    background: #F9F9F9;
    flex-wrap: wrap;
    margin: auto;
}



.s-team-article {
    width: 376px;
    height: 475px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(95, 87, 87, 0.12);
    height: 100%;
}


.s-team-title {
    color: #C2C1C1;

    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 33px;
    padding-top: 26px;
}

.s-team .center-title::after {
    content: '';
    display: block;
    height: 1px;
    width: 70px;
    background-color: #D62E4C;
    margin: 20px auto 0 auto;
}

.s-team h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 33px;
    padding-top: 11px;
}

/*s-Team end*/






/*s-reviews-start*/




.s-reviews .swiper-slide {
    max-width: 380px;
    max-height: 554px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(53, 49, 49, 0.12);
    margin-right: 26px;

}

.s-reviews {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #18353E;
    opacity: 0.9;
    
    height: 958.027px;
    flex-shrink: 0;
    flex-shrink: 0;
    background-size: cover;
    padding: 100 0;



}

.s-reviews  .container{
    max-width: 760px;
}

.s-reviews .center-title {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.s-reviews .center-title::after {
    content: '';
    display: block;
    height: 1px;
    width: 70px;
    background-color: #FFFFFF;
    margin: 20px auto 0 auto;
}




.s-reviews .swiper-pagination {
    bottom: 0;
    color: #aa0d0d;
    position: static;
    margin-top: 40px;

}

/* ????
.reviews-item {
    background-color: #fff;
    max-height: 262px;
    display: flex;
    justify-content: space-between;

}
*/


.reviews-thumb img {
    width: 100%;
    max-height: 100%;
    height: 239px;
    object-fit: cover;
}

.reviews-body {
    padding: 5px 30px 20px 30px;
   
}

.reviews-name {
    margin-bottom: 4px;
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.reviews-profi {
    font-weight: 500px;
    color: #979494;
    margin-bottom: 16px;
}

.reviews-comment {
    color: #8A8787;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 151.9%;
    padding-bottom: 50px;/*--------------------------------------------------*/
}

.reviews-social {
    border-top: 1px solid #828181;
    padding-top: 20px;
    display: flex;
    align-items: center;
     display: inline-block;
    transition: filter 0.5s ease;
    column-gap: 25px;
    max-width: 323px;
    width: 100%;
    height: 1px;
}

.s-reviews a img {
    margin-right: 35px;

}


.reviews-social:hover {
    filter: invert(1);
}


.swiper-slide {
    background-image: url("images/jeriden-villegas-VLPUm5wP5Z0-unsplash1.jpg");
    background-size: cover;
    background-position: center;


}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 0;
    opacity: 1;
}
/*-reviews-end*/


/*s-partners-start*/
.s-partners {
    padding: 40px 0;
}


.partners-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 90px;
    animation: move 20s linear infinite;
}

.partners-item {
    font-size: 30px;
    color:
        #808281;
}

.partners-item img {
    max-width: 250px;
    width: 100%;
    max-height: 50px;
    object-fit: contain;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*s-partners-end*/




/*s-form start*/
.s-form {
    background-color: #F9F9F9;
    padding: 80px 0;
}

.form-row {
    display: flex;
    align-items: center;
}

.form-left {
    max-width: 525px;


}

.s-form .def-title {
    margin-bottom: 30px;
}

.s-form .def-desc {
    margin-bottom: 44px;
}

.form-image {
    max-width: 100%;
}



.form-right form {
    background: #FFF;
    box-shadow: 0px -1px 8px 4px rgba(88, 83, 83, 0.12);
    padding: 50px 45px;
    position: relative;

}

.form-right {
    margin-left: auto;
    max-width: 430px;

}


.form-right form::before {
    content: '';
    width: 100%;
    max-width: 430px;
    background-color: #D62E4C;
    height: 10px;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;

}

.form-right form input,
.form-right form textarea {
    color: #9F9F9F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 27px 28px;
    border: none;
    outline: none;
    margin-bottom: 24px;
}

.s-form button {
    width: 238px;
    height: 65px;
    color: #FFF;


}

.s-form button:hover {
    background-color: #ba243f;
}


/*s-form end*/



/*s-footer start*/
.s-footer {

    background-color: #1C2835;
    color: #E0E0E0;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

}

.footer-logo {
    margin-bottom: 25px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}


.footer-desc {
    align-items: center;
    line-height: 1.7;
    font-size: 16px;
}

.footer-left {
    max-width: 268px;
    padding: 60px 0;
    border-radius: 1px solid rgba(239, 239, 239, 0.24);


}

.footer-row {
    display: flex;

}

.footer-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 60px 60px;
}

.footer-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 18px;
}

.footer-nav ul {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;

}

.footer-info-text {
    font-size: 16px;
    font-family: Montserrat;
}

.footer-nav ul li:nth-last-child(n+2) {
    margin-bottom: 15px;
}

.footer-nav ul li a:hover {
    color: #cf6666;
}

.footer-info-item {
    display: flex;
    align-items: center;

}

.footer-info-item:nth-last-child(n+2) {
    margin-bottom: 22px;
}

.footer-info-icon {
    margin-right: 14px;
}

.footer-social {
    display: flex;
    column-gap: 33px;
}

.footer-social a {
    transition: 0.35s ease;
}

.footer-social a:hover {
    filter: brightness(3);
}

.footer-copyright-text {
    color: #D2D2D2;

    text-align: center;
    font-family: Montserrat;
    font-size: 14px;

}

.footer-copyright-text {
    border-top: 1px solid rgba(239, 239, 239, 0.24);
    padding: 24px 0 31px;
}

/*s-footer end*/












/*responsive start*/


@media screen and (max-width: 1200px) {

    /*header 1200 start*/
    .header-logo {
        padding: 15px 50px 15px 20px;
    }

    .header-nav {
        padding: 10px 20px;
    }

    /*header 1200 end*/


    /*numbers 1200 start*/
    .numbers-left {
        padding-right: 50px;

    }

    .numbers-right {
        grid-template-columns: repeat(2, 200px);
    }

    /*numbers 1200 end*/


    /*s-servises 1200 start*/
    .services-item .d_flex {
        column-gap: 100px;
    }

    .services-item {
        padding-left: 50px;
        padding-right: 50px;
    }

    .services-item .caska {
        margin-top: 60px;
    }


    .services-thumb .caska {

        margin-top: 60px;

    }

    /*s-servises 1200 end*/


    /*s-about 1200 start*/

    .s-about .about-row {
        display: block;
        margin: auto;
    }

    .about-left {
        margin-right: 0 auto 30px auto;
        margin-bottom: 30px;
        margin: 0 auto;
    }

    .about-left .def-btn {
        margin-bottom: 30px;

    }

    .about-right {
        margin: 0 auto;
        width: 100%;
        max-width: 550px;
    }

    /*s-about 1200 end*/



    /*s-why 1200 start*/
    .why-left {
        max-width: 500px;
        margin-right: 30px;
    }

    .why-right-img {
        max-width: 440px;
    }

    /*s-why 1200 end*/

    /*s-teen 1200 start*/

    .container .d_flex {
        display: flex;
        justify-content: center;
    }

    .d_flex .s-team-article img {
        width: 100%;


    }

    .s-team-article {
        padding-left: 40px;
        padding-right: 40px;
        column-gap: 20px;

    }

    .s-team .three {
        margin-top: 60px;
    }

    .container .d_flex {
        column-gap: 80px;
    }

    .s-team-article {
        padding: 0;
    }

    /*s-teen 1200 end*/


    /* Form 1200 start*/
    .form-left {
        margin-right: 60px;
    }

    /* Form 1200 end*/
}





@media screen and (max-width: 992px) {
    /*header 992 start*/

    .header-logo {
        padding: 10px 30px 10px 20px;
    }

    .header-logo img {
        max-width: 130px;

    }

    .header-top {
        font-size: 12px;
    }

    .header-right {
        column-gap: 30px;

    }

    .header-info img {
        margin-right: 5px;
    }

    .header-social {
        column-gap: 15px;
    }

    .header-social a img {
        max-width: 18px;
    }



    .header-nav ul {
        font-size: 14px;
        column-gap: 20px;
    }

    /*header 992 end*/




    /*bunner 992 start*/
    .swiper-button-next {
        right: 20px;
    }

    .swiper-button-prev {
        left: 20px;

    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;

    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px;
    }

    .bunner-title {
        font-size: 30px;
        
    }

    .bunner-subtitle {
        font-size: 14px;

    }

    .def-btn {
        padding: 12px 40px;
        font-size: 16px;
    }

    .bunner-swiper .swiper-slide {
        padding: 200px 20px 130px 20px;
    }


    /*bunner 992 end*/



    /*section-about 992 start*/



    /*section-about 992 end*/


    /*numbers 992 start*/

    .numbers-row {
        display: block;
    }

    .numbers-left {

        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #D5D5D5;
        width: auto;
        padding-bottom: 22px;
        margin-bottom: 30px;
    }

    .numbers-right {
        width: auto;
        padding-top: 53px;
        row-gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }

    .numbers-numb {
        font-size: 40px;
    }


    /*numbers 992 end*/

    /*s-servises 992 start*/
    .s-services {
        padding: 30px 0;
    }

    .s-services .services-thumb {
        margin-top: 30px;
    }

    .s-services .services-thumb .caska {
        justify-content: center;
    }

    .services-row {
        margin: auto;
    }

    /*s-servises 992 end*/

    /*s-gallery 992 start*/
    .gallery-wrap {
        padding: 60px 0;
        grid-gap: 20px;
    }

    .s-gallery {
        padding: 30px 0;
    }

    /*s-gallery 992 end*/


    /*s-why 992 start*/


    .why-row {
        flex-wrap: wrap;
        justify-content: center;

    }

    .why-row .def-desc {
        max-width: 400px;
        text-align: center;
    }

    .why-features-right {
        justify-content: center;
    }

    .why-left {
        margin: 0 auto;

    }

    .why-right {
        max-width: 500px;
        margin: 0 auto;
    }

    .why-right-img {
        width: 100%;
    }

    .why-features-icon img {
        max-width: 25px;
    }

    .why-features-title {
        font-size: 16px;
    }

    .why-features-desc {
        font-size: 14px;
    }

    /*s-why 992 end*/


    /*s-teens 992 start*/


    .s-team-article {
        padding: 0;
    }

    .s-team {
        padding: 30px 0;
    }

    /*s-teens 992 end*/



    /* Form 992 start*/
    .form-left {
        margin-right: 40px;
        margin: auto;
    }

    .form-row {
        display: block;

    }

    .s-form .def-desc {
        margin: auto;
        padding-bottom: 30px;
    }

    .s-form img {
        width: 100%;

    }

    .form-right {
        padding-top: 60px;
        margin: auto;

    }

    /* Form 992 end*/




    /*Footer 992 start*/
    .footer-row {

        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
    }

    .footer-left {
        max-width: none;
        border-radius: none;
        padding-right: 0;


    }

    .footer-right {
        padding: 0;
        margin-bottom: 35px;
    }

    .footer-desc {
        text-align: center;
    }

    /*Footer 992 end*/
}

@media screen and (min-width: 991px) {
.bunner-title{

font-size: 36px;
}
.swiper-pagination{
    margin-bottom: 80px;
}
}

@media screen and (max-width: 768px) {

    /*about 768 start*/
    .def-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .def-title::before {
        left: calc(100%-10px);
        top: 20px;
    }

    .s-about {
        padding: 45px 0;
    }

    /*about 768 end*/


    .header-top {
        padding: 0;
        border-bottom: 1px solid #9F9F9f;
    }

    .header-right,
    .header-bottom,
    .header-desс {
        display: none;
    }

    .header-mobile-logo {
        background-color: #FFF;
        padding: 8px 40px 8px 20px;
        display: flex;
        align-items: center;
        clip-path: polygon(0 0, 100% 0%, 81% 100%, 0 100%);
        margin-left: -20px;
    }

    .header-mobile-logo img {
        max-width: 110px;
    }

    .hamburger {
        margin-left: auto;
        cursor: pointer;
        padding-top: 18px;
        width: 25px;
        height: 11px;
        position: relative;
        top: 15px;
    }


    .hamburger span {
        height: 1px;
        width: 26px;
        background-color: #fff;
        display: block;
        transition: 0.5s ease;
        position: absolute;

    }

    .hamburger span:last-child {
        bottom: 0;
    }

    .hamburger span:first-child {
        top: 0;
    }

    .hamburger.is-active span:first-child {
        top: 50%;
        transform: translateY(-50%) rotate(45deg)
    }




    .hamburger.is-active span:last-child {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

    .header-mobile-wrap {
        background-color: #1C2835;
        color: #fff;
        font-size: 18px;
        padding: 40px 20px;
        text-align: center;
        position: absolute;
        z-index: 12;
        top: 49px;
        left: 0;
        width: 100%;
        display: none;

    }

    .header-mobile-nav ul {
        list-style-type: none;
        padding: 0;
    }

    .header-mobile-nav ul li {
        margin-bottom: 35px;
    }

    .header-mobile-info {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }

    .header-mobile-info img {
        margin-right: 14px;
    }

    .header-mobile-social {
        display: flex;
        column-gap: 15px;
        justify-content: center;
        margin-top: 30px;
    }


    /*bunner 768 start*/
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    /*bunner 768 end*/


    /*s-gallery 768 start*/
    .gallery-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /*s-gallery 768 end*/


    /* s-reviews 768 start*/
    .reviews-body {
        padding: 5px 20px 20px 20px;
    }

    .reviews-name {
        font-size: 20px;
    }

    .reviews-profi {
        font-size: 16px;
    }

    .center-title {
        line-height: 1.3;
    }


    /* s-reviews 768 end*/

    /*Form 768 start */

    /*Form 768 end */

    /*Footer 768 start*/
    .s-footer {
        text-align: center;
    }

    .footer-desc {
        align-items: center;
    }

    .footer-right {
        display: block;
    }

    .footer-info-item {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
        margin-top: 60px;
    }

    .footer-nav {
        margin-bottom: 35px;
    }


    /*Footer 768 end*/
}




@media screen and (min-width: 768px) {

    .header-mobile-logo,
    .hamburger,
    .header-mobile-wrap {
        display: none;
    }

}


/*bunner 575 start*/
@media screen and (max-width: 575px) {

    /*All style start*/
    .def-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .def-title::before {
        display: none;
    }

    .def-title::after {
        content: '';
        width: 50px;
        height: 1px;
        display: block;
        background-color: #D62E4C;
        margin: 20px auto 0 auto;
    }

    /*ниже поменяла цвет у афтэ*/

    .def-title.color-white::after {
        background-color: #D5D5D5;
        ;
    }

    /*All style end*/


    .bunner-title {
        line-height: 1.6;
    }

    .bunner-swiper .swiper-slide {
        padding: 170px 20px 70px 20px;
    }

    .bunner-btn {
        padding: 10px 30px;
        font-size: 16px;
    }

    

    /*bunner 575 end*/


    /*about 575 start*/
    .s-about .def-title {
        text-align: center;
    }

    .def-title::before {
        display: none;
    }

    .def-title::after {
        content: '';
        width: 50px;
        height: 1px;
        display: block;
        background-color: #D62E4C;
        margin: 20px auto 0 auto;
    }

    .s-about .def-btn {
        display: block;
        text-align: center;
        max-width: 230px;

        margin: 0 auto;
        padding: 12px 40px;
        margin-bottom: 30px;
    }

    /*about 575 end*/

    /*s-servises 575 start*/

    .services-thumb .services-def-btn {
        font-size: 16px;
        padding: 15px 20px;
    }

    .services-item article img {
        width: 100%;
        margin: auto;

    }

    .services-row {
        margin: auto;
    }

    .s-services .center-title {
        font-size: 30px;
    }

    /*s-servises 575 end*/



    /*s-gallery 575 start*/
    .s-gallery {
        padding: 40px 0px;
    }

    .gallery-wrap {
        grid-gap: 8px;
    }

    .gallery-btn {
        margin-top: 20px;
    }




    /*s-gallery 575 end*/

    /*s-team 575 start*/
    .s-team .center-title {
        margin-bottom: 20px;
    }

    .s-team {
        width: 100%;
    }

    /*s-team 575 start*/

    /*partners 575 start*/
    .partners-item img {
        max-width: 200px;
    }

    .partners-row {
        column-gap: 40px;
        animation: move 10s linear infinite;
    }

    /*partners 575 end*/

    /*Form 575 start*/
    .form-right form {
        padding: 50px 30px;

    }

    .form-right form input {
        margin-bottom: 20px;
    }

    /*Form 575 start*/
}



@media screen and (max-width: 575px) {
    .swiper-pagination{
        margin-bottom: -25px;
    }
}










