

/**
 * Advantages section
 * 1.0 Ratings lines
 * 2.0 Reviews items
 */



 @media (min-width: 1024px) {


    .footer-ratings {
        position: relative;
    }

    .footer-section-content {
        padding: 120px 0;
    }


    .footer-section-content-grid {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        
        
    }




    /**
     * 1.0 Ratings lines
     */



    .footer-section-content-ratings {
        position: relative;
        overflow: hidden;
        padding: 20px 0;
        display: flex;
        flex-flow: column nowrap;
    }



    .footer-section-content-ratings-left {
        position: relative;
        display: flex;
        background-color: #f6f6f8;
        padding:  40px 0 20px 0;
    }


    .footer-section-content-ratings-right {
        position: relative;
        display: flex;
        transform: rotate(180deg);
        background-color: #f6f6f8;
        padding: 40px 0 20px 0;
    }

    .footer-section-content-ratings-wraper {
        position:relative;
        padding-left: 30px;
        display: flex;
        gap:30px;
    }


    .footer-section-content-ratings-item {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap:10px;
        padding: 20px;
        min-width: 240px;
        min-height: 240px;
        background-color: #fff;
        border-radius: 10px;
    }

    .footer-section-content-ratings-right .footer-section-content-ratings-item {
        transform: rotate(-180deg);
    }

    .footer-section-content-ratings-item-image img {
        display: block;
        width: 100%;
        max-width: 150px;
        height: auto;
        filter: grayscale(80%);
    }

    .footer-section-content-ratings-item-text {
        text-align: center;
        font-family: 'Gotham Pro';
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        max-width: 280px;
        margin: 0 auto;
        padding: 0;
        color: rgba(75, 75, 75, .5);
    }

    .footer-section-content-ratings-item .footer-section-content-ratings-item-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        cursor: pointer;
    }
    




    /**
    * 2.0 Reviews items
    */

    .footer-section-content-reviews {

    }

    .footer-section-content-reviews-inner {
        position: relative;
        background-color: #f6f6f8;
        border-radius: 10px 0 0 10px;

    }

    .footer-section-content-reviews-inner::before {
        content:"";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px 0 0 10px;
        border-top: 1px solid rgba(215, 215, 215, 1);
        border-left: 1px solid rgba(215, 215, 215, 1);
        border-bottom: 1px solid rgba(215, 215, 215, 1);
    }

    .footer-section-content-reviews-items {
        max-width: 720px;
        padding: 40px 20px 40px 40px;

        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        gap:80px;
    }

    @media (min-width:1024px) and (max-width: 1580px) {

        .footer-section-content-reviews-items {
            max-width: 720px;
            padding: 30px 20px 30px 30px;

            display: flex;
            flex-flow: column nowrap;
            justify-content: space-between;
            gap:80px;
        }

    }


    .footer-section-content-reviews-item {
        position: relative;
        border-radius: 20px;
        padding-bottom: 20px;
        background-color: #fff;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        gap:15px;
    }




    .footer-section-content-reviews-item-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }


    .footer-section-content-reviews-item-header-photo {
        max-width: 60px;
        border-radius: 10px;
        overflow: hidden;
        margin: 20px 0 0 20px;
    }

    .footer-section-content-reviews-item-header-photo img {
        width: 100%;
        height: auto;
        display: block;
        filter: grayscale(80%);
    }



    .footer-section-content-reviews-item-header-link {
        position: relative;
        height: 40px;
        background-color: #f6f6f8;
        border-bottom-left-radius: 20px;
        padding: 0 20px 0 20px;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-section-content-reviews-item-header-link::before {
        position: absolute;
        content: "";
        top: 0;
        left: -22px;
        transform: rotate(-90deg);
        background: transparent;
        width: 20px;
        height: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 5px 5px 0 5px #f6f6f8;
        z-index: 3;
    }

    .footer-section-content-reviews-item-header-link::after {
        position: absolute;
        content: "";
        bottom: -22px;
        right: 0;
        transform: rotate(-90deg);
        background: transparent;
        width: 20px;
        height: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 5px 5px 0 5px #f6f6f8;
        z-index: 3;
    }

    .footer-section-content-reviews-item-header-link span {
        cursor: pointer;
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        color: #00A79D;
        letter-spacing: 1px;

        display: block;
        position: relative;
        padding: 0 0 3px 0;
    }

    .footer-section-content-reviews-item-header-link span:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .footer-section-content-reviews-item-header-link span:hover:before {
        border-bottom: 1px dashed #00A79D;
    }
    
    .screen-reader-text{ 
        position: absolute; 
        margin: -1px; 
        padding: 0; 
        height: 1px; 
        width: 1px; 
        overflow: hidden; 
        clip: rect(0 0 0 0); 
        border: 0; 
        word-wrap: normal!important; 
    }


    .footer-section-content-reviews-item-person {
        padding: 10px 20px 0 20px;
        display: flex;
        flex-flow: column nowrap;

    }


    .footer-section-content-reviews-item-person-name {
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color:rgba(75, 75, 75, .4);
    }

    .footer-section-content-reviews-item-person-position {
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1.5px;
        color:rgba(75, 75, 75, .4);
    }


    .footer-section-content-reviews-item-desc {
        padding: 0 20px;
    }

    .footer-section-content-reviews-item-desc-text {
        font-family: 'Gotham Pro';
        font-weight: 300;
        font-size: 18px;
        line-height: 1.8;
        color: #4B4B4B;
        letter-spacing: 1px;

    }




}







@media (min-width: 640px) and (max-width: 1023px) {


    .footer-ratings {
        position: relative;
    }

    .footer-section-content {
        padding: 60px 0 120px 0;
    }


    .footer-section-content-grid {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 120px;        
    }




    /**
     * 1.0 Ratings lines
     */



    .footer-section-content-ratings {
        position: relative;
        overflow: hidden;
        padding: 20px 0;

        display: flex;
        flex-flow: column nowrap;
    }



    .footer-section-content-ratings-left {
        position: relative;
        display: flex;
        background-color: #f6f6f8;
        padding: 40px 0 20px 0;
    }


    .footer-section-content-ratings-right {
        position: relative;
        display: flex;
        transform: rotate(180deg);
        background-color: #f6f6f8;
        padding: 40px 0 20px 0;
    }

    .footer-section-content-ratings-wraper {
        display: flex;
        gap:30px;
        padding-left: 30px;
    }


    .footer-section-content-ratings-item {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap:10px;
        padding: 20px;
        min-width: 240px;
        min-height: 240px;
        background-color: #fff;
        border-radius: 10px;
    }

    .footer-section-content-ratings-right .footer-section-content-ratings-item {
        transform: rotate(-180deg);
    }

    .footer-section-content-ratings-item-image img {
        display: block;
        width: 100%;
        max-width: 150px;
        height: auto;
        filter: grayscale(80%);
    }

    .footer-section-content-ratings-item-text {
        text-align: center;
        font-family: 'Gotham Pro';
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        max-width: 280px;
        margin: 0 auto;
        padding: 0;
        color: rgba(75, 75, 75, .5);
    }

    .footer-section-content-ratings-item .footer-section-content-ratings-item-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        cursor: pointer;
    }
    




    /**
    * 2.0 Reviews items
    */

    .footer-section-content-reviews {

    }

    .footer-section-content-reviews-inner {
        position: relative;
        background-color: #f6f6f8;
        border-radius: 10px 0 0 10px;
        margin-left: 20px;
    }

    .footer-section-content-reviews-inner::before {
        content:"";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px 0 0 10px;
        border-top: 1px solid rgba(215, 215, 215, 1);
        border-left: 1px solid rgba(215, 215, 215, 1);
        border-bottom: 1px solid rgba(215, 215, 215, 1);
    }

    .footer-section-content-reviews-items {
        padding: 20px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        gap:80px;
    }

    .footer-section-content-reviews-item {
        max-width: 720px;
        position: relative;
        border-radius: 20px;
        padding-bottom: 20px;
        background-color: #fff;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        gap:20px;
    }


    .footer-section-content-reviews-item-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }


    .footer-section-content-reviews-item-header-photo {
        max-width: 60px;
        border-radius: 10px;
        overflow: hidden;
        margin: 20px 0 0 20px;
    }

    .footer-section-content-reviews-item-header-photo img {
        width: 100%;
        height: auto;
        display: block;
        filter: grayscale(80%);
    }



    .footer-section-content-reviews-item-header-link {
        position: relative;
        height: 40px;
        background-color: #f6f6f8;
        border-bottom-left-radius: 20px;
        padding: 0 20px 0 20px;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-section-content-reviews-item-header-link::before {
        position: absolute;
        content: "";
        top: 0;
        left: -22px;
        transform: rotate(-90deg);
        background: transparent;
        width: 20px;
        height: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 5px 5px 0 5px #f6f6f8;
        z-index: 3;
    }

    .footer-section-content-reviews-item-header-link::after {
        position: absolute;
        content: "";
        bottom: -22px;
        right: 0;
        transform: rotate(-90deg);
        background: transparent;
        width: 20px;
        height: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 5px 5px 0 5px #f6f6f8;
        z-index: 3;
    }

    .footer-section-content-reviews-item-header-link span {
        cursor: pointer;
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        color: #00A79D;
        letter-spacing: 1px;

        display: block;
        position: relative;
        padding: 0 0 3px 0;
    }

    .footer-section-content-reviews-item-header-link span:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .footer-section-content-reviews-item-header-link span:hover:before {
        border-bottom: 1px dashed #00A79D;
    }
    

    .screen-reader-text{ 
        position: absolute; 
        margin: -1px; 
        padding: 0; 
        height: 1px; 
        width: 1px; 
        overflow: hidden; 
        clip: rect(0 0 0 0); 
        border: 0; 
        word-wrap: normal!important; 
    }


    .footer-section-content-reviews-item-person {
        padding: 10px 20px 0 20px;
        display: flex;
        flex-flow: column nowrap;

    }


    .footer-section-content-reviews-item-person-name {
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color:rgba(75, 75, 75, .4);
    }

    .footer-section-content-reviews-item-person-position {
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1.5px;
        color:rgba(75, 75, 75, .4);
    }


    .footer-section-content-reviews-item-desc {
        padding: 0 20px;
    }

    .footer-section-content-reviews-item-desc-text {
        font-family: 'Gotham Pro';
        font-weight: 300;
        font-size: 18px;
        line-height: 1.8;
        color: #4B4B4B;
        letter-spacing: 1px;

    }

}




@media (max-width: 639px) {


    .footer-ratings {
        position: relative;
    }

    .footer-section-content {
        padding: 60px 0 120px 0;
    }


    .footer-section-content-grid {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 120px;        
    }




    /**
     * 1.0 Ratings lines
     */



    .footer-section-content-ratings {
        position: relative;
        overflow: hidden;
        padding: 20px 0;

        display: flex;
        flex-flow: column nowrap;
    }



    .footer-section-content-ratings-left {
        position: relative;
        display: flex;
        background-color: #f6f6f8;
        padding: 40px 0 20px 0;
    }


    .footer-section-content-ratings-right {
        position: relative;
        display: flex;
        transform: rotate(180deg);
        background-color: #f6f6f8;
        padding: 40px 0 20px 0;
    }

    .footer-section-content-ratings-wraper {
        display: flex;
        gap:30px;
        padding-left: 30px;
    }


    .footer-section-content-ratings-item {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap:10px;
        padding: 20px;
        min-width: 240px;
        min-height: 240px;
        background-color: #fff;
        border-radius: 10px;
    }

    .footer-section-content-ratings-right .footer-section-content-ratings-item {
        transform: rotate(-180deg);
    }

    .footer-section-content-ratings-item-image img {
        display: block;
        width: 100%;
        max-width: 150px;
        height: auto;
        filter: grayscale(80%);
    }

    .footer-section-content-ratings-item-text {
        text-align: center;
        font-family: 'Gotham Pro';
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        max-width: 280px;
        margin: 0 auto;
        padding: 0;
        color: rgba(75, 75, 75, .5);
    }

    .footer-section-content-ratings-item .footer-section-content-ratings-item-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        cursor: pointer;
    }
    




    /**
    * 2.0 Reviews items
    */

    .footer-section-content-reviews {

    }

    .footer-section-content-reviews-inner {
        position: relative;
        background-color: #f6f6f8;
        border-radius: 10px 0 0 10px;
        margin-left: 10px;
    }

    .footer-section-content-reviews-inner::before {
        content:"";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px 0 0 10px;
        border-top: 1px solid rgba(215, 215, 215, 1);
        border-left: 1px solid rgba(215, 215, 215, 1);
        border-bottom: 1px solid rgba(215, 215, 215, 1);
    }

    .footer-section-content-reviews-items {
        padding: 20px 20px 20px 10px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        gap:80px;
    }

    .footer-section-content-reviews-item {
        max-width: 720px;
        position: relative;
        border-radius: 10px;
        padding-bottom: 20px;
        background-color: #fff;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        gap:10px;
    }


    .footer-section-content-reviews-item-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }


    .footer-section-content-reviews-item-header-photo {
        max-width: 60px;
        border-radius: 10px;
        overflow: hidden;
        margin: 20px 0 0 10px;
    }

    .footer-section-content-reviews-item-header-photo img {
        width: 100%;
        height: auto;
        display: block;
        filter: grayscale(80%);
    }



    .footer-section-content-reviews-item-header-link {
        position: relative;
        height: 30px;
        background-color: #f6f6f8;
        border-bottom-left-radius: 10px;
        padding: 0 10px 0 10px;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-section-content-reviews-item-header-link::before {
        position: absolute;
        content: "";
        top: 0;
        left: -11px;
        transform: rotate(-90deg);
        background: transparent;
        width: 10px;
        height: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 2.5px 2.5px 0 2.5px #f6f6f8;
        z-index: 3;
    }

    .footer-section-content-reviews-item-header-link::after {
        position: absolute;
        content: "";
        bottom: -11px;
        right: 0;
        transform: rotate(-90deg);
        background: transparent;
        width: 10px;
        height: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 2.5px 2.5px 0 2.5px #f6f6f8;
        z-index: 3;
    }

    .footer-section-content-reviews-item-header-link span {
        cursor: pointer;
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        color: #00A79D;
        letter-spacing: 1px;

        display: block;
        position: relative;
        padding: 0 0 3px 0;
    }

    .footer-section-content-reviews-item-header-link span:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .footer-section-content-reviews-item-header-link span:hover:before {
        border-bottom: 1px dashed #00A79D;
    }
    

    
    .screen-reader-text { 
        position: absolute; 
        margin: -1px; 
        padding: 0; 
        height: 1px; 
        width: 1px; 
        overflow: hidden; 
        clip: rect(0 0 0 0); 
        border: 0; 
        word-wrap: normal!important; 
    }


    .footer-section-content-reviews-item-person {
        padding: 10px 10px 0 10px;
        display: flex;
        flex-flow: column nowrap;

    }


    .footer-section-content-reviews-item-person-name {
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color:rgba(75, 75, 75, .4);
    }

    .footer-section-content-reviews-item-person-position {
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 1.5px;
        color:rgba(75, 75, 75, .4);
    }


    .footer-section-content-reviews-item-desc {
        padding: 0 10px;
    }

    .footer-section-content-reviews-item-desc-text {
        font-family: 'Gotham Pro';
        font-weight: 300;
        font-size: 16px;
        line-height: 1.8;
        color: #4B4B4B;
        letter-spacing: 1px;

    }


}