body {
    font-family: "Montserrat", serif;
}

.navbar {
    padding: 10px 0;
}

nav {
    font-size: 18px;
}

.nav {
    justify-content: space-between;
}

nav.container {
    justify-content: center;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger-menu span {
    height: 3px;
    width: 25px;
    background: #000;
    margin: 4px 0;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .burger-menu {
        display: flex;
    }

    .nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        padding: 10px 0;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .nav-item {
        margin: 10px 0;
    }

    .nav-item a {
        padding: 10px 20px;
        display: block;
    }

    .nav.active {
        display: flex;
    }
}

.nav-link {
    color: #000000;
}

.pretitle {
    font-size: 20px;
    font-weight: 700;
    color: #13A55C;
}

.pretitle__white {
    color: #ffffff;
}


.title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
}

.title__white {
    color: #ffffff;
    font-size: 40px;
}

.title__white-footer {
    margin-top: 0;
    font-weight: 400;
}

.title__white-footer span {
    font-weight: 700;
}


.subtitle {
    margin-top: 30px;
    font-size: 16px;
    color: #808080;
    line-height: 1.3;
}

.hero {
    background: url(../img/hero.svg) center center/cover no-repeat;
    color: #ffffff;
    padding: 270px 0;
}

.hero_pretitle {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #13A55C
}

.hero_title {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 15px;
}

.hero_descr {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.btn {
    margin-top: 20px;
    background: #13A55C;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 50px;
    line-height: 1.3;
}

.btn:hover {
    color: #ffffff;
    background: #0e7c45;
}

.btn__service {
    font-size: 16px;
}

.service {
    padding: 40px 0;
}

.service-pretitle {
    color: #13A55C;
    font-size: 16px;
    font-weight: 800;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}

.service-descr {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300;
    line-height: 1.3;
    color: #808080;
}

.service-block {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    position: relative;
}

.background {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 140px;
    background: #13A55C;
    z-index: 1;
}

.service-block-item {
    width: 250px;
    padding: 25px 15px;
    border-radius: 30px;
    box-shadow: 0px 5px 7px silver;
    background-color: #ffffff;
    z-index: 10;
}

.service-block-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.service-block-item p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
    color: #808080;
}

.why {
    padding: 80px 0;
}

.image_why {
    width: 100%;
}

.image_why_2 {
    width: 100%;
    display: none;
}

.wtag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 600px;
    margin-top: 20px;
}

.wtag {
    padding: 10px 20px;
    border: 1px solid #13A55C;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #13A55C;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.why-text {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}

.block-tab {
    margin-top: 40px;
}


.tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tab {
    border: 1px solid #000000;
    margin-top: 20px;
    background-color: white;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 50px;
    line-height: 1.3;
}

.tab.active {
    border: none;
    color: #ffffff;
    background: #13A55C;
}

.tab-content {
    display: none;
    border: 1px solid #808080;
    padding: 30px;
    border-radius: 30px;
    color: #808080;
    background: #F8F9FA;
}

.tab-content ul li {
    margin-top: 15px;
}

.tab-content.active {
    display: block;
}

.wyear {
    position: absolute;
    right: -162px;
    bottom: 4px;
    background-color: #13A55C;
    width: 190px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding: 25px 35px;
    text-transform: uppercase;
}

.case {
    text-align: center;
    margin: 60px 0;

}

.case-block {
    justify-content: space-evenly;
    margin-top: 40px;
}

.case-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    width: 280px;
    height: 280px;
    background: url(../img/case1.svg) center center/cover no-repeat;
}

.case-item:nth-child(2) {
    background: url(../img/case2.svg) center center/cover no-repeat;
}

.case-item:nth-child(3) {
    background: url(../img/case3.svg) center center/cover no-repeat;
}

.case-item:nth-child(4) {
    background: url(../img/case4.svg) center center/cover no-repeat;
}

.team {
    margin: 120px 0;
    text-align: center;
}

.team-block {
    margin-top: 40px;
}

.team-block>.col-md-4>img {
    width: 100%;
}

.section-form {
    padding: 90px 0;
    background: url(../img/bg-form.svg) center center/cover no-repeat;
}

.form {
    margin-top: 25px;
}

.form__input {
    width: 100%;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 10px 0;
    padding: 20px 0px;
    padding-left: 30px;
    border-radius: 50px;
}

.form__input-modal {
    border: 2px solid #000000;
    color: #000000;
    font-weight: 600;
}
.form__input-modal-w {
    border: 2px solid #000000;
    color: #fff;
    font-weight: 600;
}
.btn__form {
    width: 100%;
    padding: 25px 0;
    font-size: 30px;
    border-radius: 30px;
}

.review {
    padding: 120px 0;
    text-align: center;

}

.reviews-img {
    margin-top: 20px;
}


.swiper-container {
    overflow: hidden; 
    width: 100%;
    padding: 20px;
    text-align: left;
    position: relative;
}

.swiper-slide {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.review-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 400px !important;
    min-height: 250px;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-around;
}

.review-header h4 {
    font-size: 14px;
}

.review-header span {
    font-size: 12px;
}

.review-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.reviews-count {
    font-size: 14px;
    color: #000000;
}

.stars {
    color: #f4b400;
    font-size: 16px;
}

.review-date {
    font-size: 14px;
    color: #000000;
}

.read-more {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.read-more:hover {
    text-decoration: underline;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #555;
}

.helpful-btn {
    border: 1px solid silver;
    padding: 5px 10px;
    border-radius: 25px;
    background: none;
    cursor: pointer;
    color: #777;
    font-size: 14px;
}

.helpful-btn:hover {
    color: #000;
}

.warning-icon {
    font-size: 18px;
    color: #ff9800;
    cursor: pointer;
}


footer {
    background: #222831;
    color: #ffffff;
    padding: 80px 0 10px 0;
}

.footer-title {
    font-size: 26px;
}

.footer-text {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.copy {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.footer-block-text {
    margin-top: 20px;
}

.footer-block-text p {
    margin-top: 10px;
}



.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
}

.modal__content {
    background-color: #fff;
    margin: 8% auto;
    padding: 30px 45px;
    width: 90%;
    max-width: 600px;
    border-radius: 40px;
    text-align: left;
    position: relative;
}

.title-form {
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
}

.title-form__descr {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.modal__close {
    position: absolute;
    top: 25px;
    right: 35px;
    cursor: pointer;
}