.fiz-intro-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.fiz-intro-container {
    width: 60%;
    background: linear-gradient(180deg, #1A1F29 0%, #273045 100%),
    linear-gradient(242.24deg, #295183 -19.46%, rgba(41, 81, 131, 0) 57.87%);
    border-radius: 16px;
    padding: 40px;
    position: relative;
}
.fiz-intro-title {
    font-size: 48px;
    font-weight: 600;
    color: white;
}
.fiz-intro-descr {
    font-size: 32px;
    color: white;
    margin: 16px auto 40px;
}
.fiz-intro-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.fiz-intro-text {
    font-size: 18px;
}
.home-calc-form-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.fiz-intro-conditions-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto 120px;
}
.fiz-intro-conditions {
    width: calc(25% - 20px);
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: white;
    border-radius: 12px;
    font-size: 18px;
}
.fiz-intro-conditions-img {
    margin-right: 16px;
}
@media (max-width: 480px) {
    .fiz-intro-wrapper {
        flex-wrap: wrap;
    }
    .fiz-intro-title {
        font-size: 32px;
    }
    .fiz-intro-descr {
        font-size: 24px;
    }
    .fiz-intro-img {
        position: unset;
    }
    .fiz-intro-container {
        width: 100%;
        margin-bottom: 20px;
    }
    .leasing-intro-form {
        width: 100%;
    }
    .fiz-intro-conditions-wrapper {
        flex-wrap: wrap;
    }
    .fiz-intro-conditions {
        width: 100%;
        margin-bottom: 10px;
    }
}
.fiz-reviews {
    margin-bottom: 120px;
}
.fiz-reviews-title {
    font-size: 48px;
    font-weight: 600;
    color: rgba(38, 39, 46, 1);
    margin-bottom: 50px;
}
.fiz-reviews-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fiz-review {
    /*width: calc(25% - 20px);*/
    background-color: white;
    padding: 20px;
    border-radius: 12px;
}
.fiz-review-img {
    margin-bottom: 16px;
    border-radius: 8px;
}
.fiz-review-stars {
    margin: 8px 0;
    width: auto !important;
}
.fiz-review-car {
    font-size: 24px;
    font-weight: 600;
    color: rgba(38, 39, 46, 1);
}
.fiz-review-text {
    color: rgba(76, 78, 91, 1);
}
.fiz-reviews .owl-nav {
    margin-top: 50px;
    position: relative;
}
.fiz-reviews .owl-dots {
    position: absolute;
    top: 120%;
    left: 30%;
    width: 40%;
    display: flex;
    justify-content: center;
    z-index: -10;
}
.fiz-reviews .owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #07A01D;
    border-radius: 50%;
}
.fiz-reviews .owl-dot:not(:last-child) {
    margin-right: 12px;
}
.fiz-reviews .owl-dot.active {
    background: #07A01D;
}
.fiz-reviews .owl-prev, .fiz-reviews .owl-next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #A8A9B1;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.fiz-reviews .owl-prev {
    top: 95%;
    left: 40%;
    background-image: url("../images/home-intro/arrow-prev.png");
}
.fiz-reviews .owl-next {
    top: 92.5%;
    right: 40%;
    background-image: url("../images/home-intro/arrow-next.png");
}
@media (max-width: 1365px) {
    .fiz-reviews .owl-dots {
        top: 113%;
    }
}
@media (max-width: 1280px) {
    .fiz-reviews .owl-dots {
        top: 114%;
    }
    .fiz-reviews .owl-prev {
        left: 30%;
    }
    .fiz-reviews .owl-next {
        right: 30%;
    }
}
@media (max-width: 767px) {
    .fiz-reviews .owl-dots {
        top: 110%;
    }
    .fiz-reviews .owl-prev {
        left: 0;
    }
    .fiz-reviews .owl-next {
        right: 0;
    }
}
@media (max-width: 480px) {
    .fiz-reviews-title {
        font-size: 32px;
    }
    .fiz-reviews .owl-dots {
        position: absolute;
        top: 114%;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
.fiz-advantages {
    margin: 120px 0;
}
.fiz-advantages-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}
.fiz-advantages-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 16px;
    padding: 32px;
    background-color: white;
}
.fiz-advantage {
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
    margin-bottom: 24px;
    font-size: 18px;
}
.fiz-advantage-img {
    margin-right: 16px;
}
@media (max-width: 480px) {
    .fiz-advantage {
        width: 100%;
    }
}
.fiz-credit-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.fiz-credit-container {
    width: 60%;
    background: linear-gradient(241.48deg, #07A01D -24.3%, #D5CB6C 172.89%);
    border-radius: 16px;
    padding: 40px;
    position: relative;
}
.fiz-credit-title {
    font-size: 48px;
    font-weight: 600;
    color: white;
}
.fiz-credit-descr {
    font-size: 18px;
    color: white;
    margin: 16px auto 40px;
}
@media (max-width: 480px) {
    .fiz-credit-wrapper {
        flex-wrap: wrap;
    }
    .fiz-credit-container {
        width: 100%;
        margin-bottom: 20px;
    }
}
.fiz-compare {
    margin: 120px 0;
}
.fiz-compare-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}
.fiz-compare-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.fiz-compare-block {
    width: 50%;
    padding: 32px;
    padding-left: 52px;
    color: black;
    border-radius: 16px;
    background-color: white;
}
.fiz-compare-block.green {
    background-color: rgba(7, 160, 29, 1);
    color: white;
    margin-right: 20px;
}
.fiz-compare-name {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.fiz-compare-list {
    list-style: disc;
}
.fiz-compare-item {
    list-style: disc;
    margin-bottom: 16px;
    font-size: 18px;
}
@media (max-width: 480px) {
    .fiz-compare-title {
        font-size: 32px;
    }
    .fiz-compare-container {
        flex-wrap: wrap;
    }
    .fiz-compare-block {
        width: 100%;
    }
    .fiz-compare-block.green {
        margin: 0 0 20px;
    }
}
.fiz-steps-title {
    font-size: 48px;
    font-weight: 600;
    color: rgba(38, 39, 46, 1);
    margin-bottom: 50px;
}
.fiz-steps-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.fiz-step {
    width: calc(33% - 10px);
    background-color: white;
    box-shadow: 0px 10px 12px 0px rgba(209, 218, 240, 0.4);
    border-radius: 12px;
    padding: 32px;
}
.fiz-step-head {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.fiz-step-img {
    margin-right: 16px;
}
.fiz-step-num {
    font-size: 24px;
    color: rgba(7, 160, 29, 1);
}
.fiz-step-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}
.fiz-step-descr {
    font-size: 18px;
    color: rgba(38, 39, 46, 1);
}
@media (max-width: 480px) {
    .fiz-steps-title {
        font-size: 32px;
    }
    .fiz-steps-list {
        flex-wrap: wrap;
    }
    .fiz-step {
        width: 100%;
        margin-bottom: 20px;
    }
    .fiz-step-title {
        font-size: 24px;
    }
}
.fiz-seo-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
    color: rgba(38, 39, 46, 1);
}
.fiz-seo-text {
    font-size: 18px;
    color: rgba(38, 39, 46, 1);
    margin-bottom: 20px;
}
.fiz-seo-more-text {
    font-size: 18px;
    display: none;
    color: rgba(38, 39, 46, 1);
}
.fiz-seo-btn {
    font-size: 18px;
    color: #07A01D;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}
.home-faq {
    padding-top: 0;
}