@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@200;300;400;500;600;700;800;900&display=swap');

body {
    background: url(../../../pic/about-background-d.svg);
    height: 950px;
    background-size: 60vw;
    background-position: top right;
    background-repeat: no-repeat;
}
body.about {
    overflow-x: hidden;
}
.container.small.title-container {
    max-width: 1570px;
}

.container.small.desktop-with {
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
}

.about-top-block {
    position: relative;
    max-width: 1530px;
    width: 100%;
    height: 740px;
    display: flex;
    z-index: 1;
    overflow: visible;
    margin: 0 auto;
    margin-bottom: 50px;
    left: -20px;
}

.about-content-title {
    max-width: 765px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.title-container h1 {
    color: #000;
    font-family: 'Onest', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.first-paragraph p strong {
    color: #000;
    font-family: Sofia Sans !important;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;

}

.about-main-img {
    width: 82%;
    position: absolute;
    top: -95px;
    right: -14%;
    height: 721px;
    z-index: 10;
 
}

.avbout-content-wrapp {
    max-width: 1530px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Onest', sans-serif;
    margin: 0 auto;
}

.avbout-content-wrapp .about-content-item {
    max-width: 1140px;
    width: 100%;
}

.avbout-content-wrapp>div p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.avbout-content-wrapp>div p span {
    color: #FC5B31;
}

.avbout-content-wrapp>div:nth-child(4) {
    max-width: 964px;
    width: 100%;
    margin-left: 520px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.avbout-content-wrapp>div:nth-child(4) p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: block;
}



















.reviews-block {
    margin: 130px 0px;
}

.reviews-block h2 {
    font-family: Sofia Sans, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.b-feedbacks {
    /* gap: 30px; */
}

.b-feedback {
    max-width: 490px !important;
    width: 100%;
}

.b-feedback__date {
    background: #E0F9DC;
    padding: 15px;
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 103px;
    width: 100%;

    color: #000;
}

.b-feedback__name {
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-bottom: 15px;
    margin-top: 25px;
}

.b-feedback__text {
    border-bottom: 1px solid #DEDEDE;
}

.b-feedback__text p {
    margin-bottom: 25px;
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.reviews-form {
    background: #FC5B31;
    position: relative;
    overflow: hidden;
    padding: 84px 40px;
    margin-bottom: 130px;
    height: 560px;
    border-radius: 20px;
}

.reviews-form img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.reviews-form .wpcf7 {
    max-width: 450px;
    width: 100%;
}

.reviews-form::after {
    content: url('../../../pic/reviews-circle.svg');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -692px;
}

.reviews-form h2 {
    font-family: Sofia Sans, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

form br {
    display: none;
}

.review-form .input__form,
.review-form .textarea__form {
    border: 0 !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
}

.review-form .input__form {
    border-radius: 54px !important;
}

.review-form .textarea__form {
    border-radius: 20px !important;
    margin-bottom: 15px;
}

.wpcf7-list-item-label {
    color: #fff;
}
.wpcf7-list-item-label a {
    color: #fff;
}
.review-form .submit__form {
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FC5B31;
    background-color: #fff;
}

.reviews-form input[type=checkbox] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}
.reviews-form input[type=checkbox]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-form input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../pic/zondicons_checkmark.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
}
@media(max-width:1680px) {
    .container.small.title-container {
        padding-left: 3%;
        margin-left: 0px;
    }

    .about-top-block {
        max-width: 100%;
        padding-left: 4%;
    }
}

@media(max-width:1600px) {
    .container.small.title-container {
        margin-left: auto;
        padding-left: 4%;
    }

    .container.small.desktop-with {
        overflow: visible;
    }

    .about-top-block {
        padding-left: 0%;
        left: 0;
        margin-bottom: 0;
    }

    .container.small.desktop-with {
        padding: 0 60px;
      }

    .about-top-block {
        height: 650px;
    }

    .about-main-img {
        width: 100%;
        position: relative;
        top: -150px;
        right: -3.82vw;
        height: auto;
        z-index: 10;
        /* transform: translateX(0.6vw); */
    }

    .about-content-title {
        width: 25%;
    }

    .first-paragraph p strong {
        font-size: 75px;
    }

    .about-main-img img {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .avbout-content-wrapp>div:nth-child(4) {
        margin-left: 30%;
    }

    .avbout-content-wrapp {
        margin-top: -110px;
    }
 
}
@media(max-width:1360px){
    .reviews-form img {
        left: 443px;
}
}
@media(max-width:1480px) {
    .first-paragraph p strong {
        font-size: 65px;
        line-height: 100%;
        /* 65px */
    }

    .avbout-content-wrapp>div p {
        font-size: 14px;
        line-height: 136%;
        /* 19.04px */
    }

    .avbout-content-wrapp>div:nth-child(4) p {
        font-size: 17px;
    }

    .avbout-content-wrapp .about-content-item {
        max-width: 790px;
    }

    .avbout-content-wrapp>div:nth-child(4) {
        max-width: 700px;
        margin-left: 40%;
    }
    .title-container h1 {
        font-size: 18px;
    } 
    .container.small.desktop-with {
        padding: 0 4% 0;
      }
      .reviews-form{
        max-height: 480px;
        padding: 60px 20px;
      }
      .reviews-form img {
        height: 510px;
        /* left: 443px; */
      }
.reviews-block {
    margin: 100px 0px;
}
}


@media(max-width:1200px) {
    .avbout-content-wrapp>div:nth-child(4) {
        margin-left: auto;
    }
}

@media(max-width:1180px) {
    .about-top-block {
        height: 545px;
    }

    .first-paragraph p strong {
        font-size: 55px;
        line-height: 100%;
    }

}


@media(max-width:1024px) {
    body {
        background-size: 84vw 88vw;
        background-position: 37vw 10vw;
    }

    .avbout-content-wrapp {
        margin-top: 30px;
    }

    .about-top-block {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .about-main-img {
        position: initial;
        transform: translateX(5vw)
    }

    .avbout-content-wrapp>div:nth-child(4) {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .breadcrumbs {
        padding: 20px 3.5% 60px;
      }
      .container.small.title-container {
        padding-left: 5%;
      }
      .container.small.desktop-with {
        padding: 0 5% 0;
      }
}
@media(max-width: 992px){
    .reviews-form img {
        display: none;
    }
    .reviews-form::after {
        display: none;  
    }
    .reviews-form .wpcf7 {
        max-width: 100%;
    }
}
@media (max-width:768px) {
    .b-feedbacks__item {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .b-feedbacks.row{
        flex-wrap: nowrap;
    }
    .b-feedbacks__item {
        width: 100%;
    }
    body {
        background-size: 132vw 125vw;
        background-position: 35vw -16vw;
    }
    .reviews-form {
        padding: 47px 20px;
        height: auto;
    }



    .reviews-form h2 {
        font-size: 28px;
    }

    .reviews-form .textarea__form {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .container.small.title-container {
        padding-left: 5.5%;
      }

    .container.small.desktop-with {
        padding-left: 5.5%;
    }
    .reviews-block {
        position: relative;
        overflow: hidden;
        margin: 70px 0px 45px;
        padding-bottom: 25px;
    }
    .reviews__navigations {
        position: absolute;
        top: 50px;
        right: 0;
        height: 30px;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .reviews__navigations div{
        margin-top: 0px !important;
        position: static;
        width: 30px;
        height: 30px;
        background: #FC5B31;
        border-radius: 100%;
        opacity: 1 !important;
        background-image: url(../../../pic/right-pag-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px;
    }
    .reviews__navigations div:first-child{
        transform: rotate(180deg);
    }
}

@media(max-width:420px) {
    body {
        background-size: 140vw 132vw;
        background-position: 37vw -9vw;
    }
    .title-container h1 {
        font-size: 14px;
    }  
    .first-paragraph p strong {
        font-size: 40px;
        line-height: 100%;
        /* 65px */
    }

    .avbout-content-wrapp>div p {
        font-size: 13px;
        line-height: 136%;
        /* 19.04px */
    }

    .avbout-content-wrapp>div:nth-child(4) p {
        font-size: 15px;
    }
    .breadcrumbs {
        padding: 20px 2% 60px;
      }
}

@media(max-width:350px){
    .breadcrumbs {
        padding: 20px 0% 60px;
      }
}