@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
.custom-page__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.red-btn {
    background-color: #C92726;
}
.red-btn:hover {
    background-color: rgba(201, 39, 38, 0.8);
}
.blue-btn {
    background-color: #235B9A;
}
.blue-btn:hover{
    background-color: rgba(35, 91, 154, 0.8);
}
.green-btn {
    background-color: #31994f;
}
.green-btn:hover {
    background-color: rgba(49, 153, 79, 0.8);
}
.custom-btn {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    height: 66px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    max-width: fit-content;
    width: 100%;
    transition: background-color .3s ease;
}
.custom-btn:hover{
    color: #FFFFFF;
}
p, h1, h2, h3, h4, h5, h6, span {
    font-family: 'Roboto', sans-serif;
}
.custom-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.custom-title span{
    color: #0D2D84;
}

/* Hero Block */
.custom-hero {
    height: 718px;
    background:  linear-gradient(90.01deg, #DADFE7 -3.43%, #DAF4D1 119.67%), linear-gradient(0deg, #EBEBEB, #EBEBEB);
}
.custom-hero__text p {
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 45px;
}
.custom-hero__text h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 65px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 10px 0;
    letter-spacing:-1px;
}
.custom-hero__text h1 span {
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    color: #19508F;
    letter-spacing: 0;
}
.custom-hero__text {
    max-width: 560px;
    width: 100%;
}
.custom-hero__container {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.custom-hero {
    display: flex;
    align-items: center;
}
/* Hero Block End */

/* Rollator Block */
.rollator {
    padding: 100px 0 77px;

}
.rollator .custom-title {
    margin-bottom: 50px;
}
.rollator__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}
.rollator__item--head {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.rollator__item--title {
    width: calc(100% - 130px);
}
.rollator__item--head p {
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    text-transform: capitalize;
    color: #000000;
}
.rollator__item--text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.rollator__item {
    padding: 34px 43px 40px 53px;
    border-radius: 1px;
    display: flex;
    flex-direction: column;
}
.rollator__item:nth-child(odd) {
    background-color: rgba(236, 239, 241, 0.85);
}
.rollator__item:nth-child(even) {
    background-color: rgba(228, 242, 229, 0.85);
}
.rollator__item--img {
    width: 105px;
    height: 100px;
    margin-right: 24px;
}
.rollator__item--img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Rollator Block End */

/* Banner Block */
.custom-banner {
    padding: 76px 0 170px;
    background: linear-gradient(90.07deg, #DADFE7 0.06%, #DAE1E4 49.43%, #DAF4D1 99.94%), linear-gradient(90.07deg, #DADFE7 0.06%, #DAF4D1 99.94%), linear-gradient(0deg, #EBEBEB, #EBEBEB);
}
.custom-banner__list {
    display: flex;
    flex-direction: row;
    position: relative;
}
.custom-banner__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(100%/3);
}
.custom-banner__item h3 {
    font-weight: 700;
    font-size: 64px;
    line-height: 65px;
    text-transform: lowercase;
    color: #0D2D84;
    margin: 0 0 10px 0;
}
.custom-banner__item h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 39px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 10px 0;
}
.custom-banner__item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
/* Banner Block End */

/* Advertisement Block */
.advertisement {
    margin-top: -100px;
}
.advertisement__container h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.advertisement__text {
    max-width: 710px;
    width: 60%;
    padding-left: 87px;
}
.advertisement__text h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 15px 0;
}
.advertisement__text h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 20px 0;
}
.advertisement__text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}
.advertisement__text--btn {
    display: flex;
    flex-direction: row;
}
.advertisement__text--btn a:first-child {
    margin-right: 26px;
}
.advertisement__text--btn a {
    text-transform: inherit;
}
.advertisement__container {
    padding: 41px 0 44px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.advertisement__container h2{
    margin-bottom: 55px;
}
.advertisement__block {
    display: flex;
    align-items: center;
}
.advertisement__image {
    width: 40%;
    padding-right: 20px;
}
.advertisement__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advertisement__text--block {
    padding-right: 85px;
}
.advertisement__text--btn .custom-btn.blue-btn {
    padding: 0 28px;
}
.advertisement__text--btn .custom-btn.green-btn {
    padding: 0 18px;

}
.advertisement__text--btn .custom-btn.blue-btn svg {
    margin-right: 20px;
}
.advertisement__text--btn .custom-btn.green-btn svg {
    margin-right: 15px;
}
.advertisement__text--btn .custom-btn {
    display: flex;
    align-items: center;
}
.advertisement__text--btn .custom-btn span{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}
/* Advertisement Block End */

/* Testimonials Block */
.custom-testimonials {
    margin: 60px 0 120px;
}
.custom-testimonials h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 70px;
}
.testimonials-list__item {
    padding: 40px 20px 22px 34px;
}
.owl-item:nth-child(odd) .testimonials-list__item {
    background-color: #ECEFF1;
}
.owl-item:nth-child(even) .testimonials-list__item {
    background-color: #f3f8f2;
}
.testimonials-item__head {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}
.testimonials-item__head--img {
    margin-right: 35px;
    width: 30px;
    height: 30px;
}
.testimonials-item__head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials-item__head h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-transform: capitalize;
    color: #000000;
}
.testimonials-item__text,
.testimonials-item__text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #414141;
}
.testimonials-list {
    position: relative;
}
.testimonials-list .owl-nav .owl-prev .fa-angle-left:before,
.testimonials-list .owl-nav .owl-next .fa-angle-right:before {
    font-size: 60px;
}
.testimonials-list .owl-nav {
    top: calc(50% - 30px);
    position: absolute;
    z-index: 22;
    width: 100%;
}
.testimonials-list .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
}
.testimonials-list .owl-nav .owl-next {
    position: absolute;
    right: -80px;
}
.custom-testimonials .owl-carousel .owl-stage{
    display: flex;
}
.testimonials-list__item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.testimonials-list__item--container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
/* Testimonials Block End */

/* FAQ Block*/
.faq {
    padding: 40px 0 65px;
    position: relative;
}
.faq:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90.07deg, #DADFE7 0.06%, #DAE1E4 49.43%, #DAF4D1 99.94%), linear-gradient(90.07deg, #DADFE7 0.06%, #DAF4D1 99.94%), linear-gradient(0deg, #EBEBEB, #EBEBEB);
    content: '';
}
.faq .section__header {
    margin-bottom: 13px;
}
.faq .section__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 60px;
}
.faq__item {
    position: relative;
    margin-bottom: 5px;
}

.faq__item:hover .faq__title:after {
    opacity: 0.2;
}
/*.faq__item:hover .faq__title::before {*/
/*    background-color: #6d6e71;*/
/*}*/
.faq__item .faq__title:after{
    z-index: 1;
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    content: '';
    transition: opacity .3s ease;
    background: linear-gradient(90.07deg, #DADFE7 0.06%, #DAE1E4 49.43%, #DAF4D1 99.94%), linear-gradient(90.07deg, #DADFE7 0.06%, #DAF4D1 99.94%), linear-gradient(0deg, #EBEBEB, #EBEBEB);
}
.faq__item.active .faq__title {
    z-index: 2;
    color: #000;
    border-bottom: unset;
}
.faq__item.active .faq__title::before {
    -webkit-mask: url(../images/minus.svg);
    mask: url(../images/minus.svg);
    top: calc(50% - 2px);
    width: 31px;
    height: 4px;
}
.faq__title {
    position: relative;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    text-transform: capitalize;
    color: #000000;
    padding: 20px 60px 20px 27px;
    cursor: pointer;
    border-bottom: 2px solid #BAC6BD;
}
.faq__title strong {
    font-weight: inherit;
    color: #000000;
}
.faq__title::before {
    position: absolute;
    content: '';
    right: 28px;
    top: calc(50% - 15.5px);
    width: 31px;
    height: 31px;
    display: block;
    -webkit-mask: url(../images/plus.svg);
    mask: url(../images/plus.svg);
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    background-color: #194A82;
}
.faq__content {
    display: none;
}
.faq__content.html-content {
    margin-bottom: 0;
}
.faq .faq__content.article {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding: 0 150px 15px 32px;
}

/* Product Item */
.products {
    margin-bottom: 70px;
}
.product-item {
    display: flex;
    align-items: stretch;
    flex-direction: row;
}
.products .custom-title {
    margin-bottom: 40px;
}
.product-item:nth-child(even){
    flex-direction: row-reverse;
}
.product-item__image {
    width: 50%;
    background-color: rgba(236, 239, 241, 0.61);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item__image img{
    max-width: 320px;
    margin: 0;
    display: block;
}
.product-item__description {
    width: 50%;
    display: flex;
    align-items: center;
}
.product-item__description--title {
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 16px 0;
}
.product-item__description--text {
    margin-bottom: 20px;
}
.product-item__description--price {
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-transform: capitalize;
    color: #48A563;
    margin: 0 0 35px;
    display: flex;
    flex-direction: row;
}
.custom-hero__text p.product-item__description--price {
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-transform: capitalize;
    color: #48A563;
    margin: 0 0 35px;
    display: flex;
    flex-direction: row;
}
.product-item__description--price del {
    color: #C92726;
}
.product-item__description--price ins {
    margin-right: 30px;
}
.product-item__description--block {
    max-width: 488px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Roboto', sans-serif!important;
    padding: 40px 0 48px;
}
.product-item__description--btns {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.product-item__description--btns .custom-btn:first-child {
    margin-right: 30px;
}
.product-item__description--btns .custom-btn {
    padding: 0 40px;
}
/* End Product Item */

.custom-hero__text--btn {
    display: flex;
    flex-direction: row;
}
.custom-hero__text .woocommerce-product-rating {
    margin-bottom: 30px;
}
.custom-hero__text--btn .red-btn{
    margin-right: 15px;
}
.custom-hero__text .rating .fa,
.product-item__description--block .rating .fa{
    font-size: 26px;
}
.custom-hero__text .rating,
.product-item__description--block .rating {
    justify-content: flex-start;
}
.custom-page__container .woocommerce-product-rating {
    display: flex;
    align-items: baseline;
}
.custom-page__container .woocommerce-product-rating p.count_review {
    font-weight: 900;
    font-size: 22px;
    line-height: 39px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #818181;
}

.rollator .faq__title {
    display: flex;
    align-items: center;
}
.rollator .faq__item:nth-child(odd) {
    background: rgba(236, 239, 241, 0.85)
}
.rollator .faq__item:nth-child(even) {
    background: rgba(228, 242, 229, 0.85);
}
.rollator .faq__title strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}
.rollator .faq__title--image {
    width: 100%;
    height: 100px;
    max-width: 105px;
    margin-right: 24px;
}
.rollator .faq__title--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rollator .faq__title::before {
    position: absolute;
    content: '';
    right: 40px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    display: block;
    -webkit-mask: url(../images/black-arrow-down.svg);
    mask: url(../images/black-arrow-down.svg);
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    background-color: #000000;
}
.rollator .faq__title {
    border-bottom: none;
    padding: 34px 60px 34px 60px;
}
.rollator .faq__content {
    padding: 0 68px 56px 53px;
}
.rollator .faq__content {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}
.rollator .faq__item.active .faq__title::before {
    -webkit-mask: url(../images/black-arrow-up.svg);
    mask: url(../images/black-arrow-up.svg);
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
}
.rollator .faq__item .faq__title:after{
      display: none;
}
@media screen and (max-width: 1199px) {
    .faq {
        padding: 60px 0 120px;
    }
    .faq__item.active .faq__title::before {
        width: 20px;
    }
    .faq__title::before {
        width: 20px;
        height: 20px;
        right: 0;
    }
    .product-item__description--block {
        max-width: unset;
        width: 100%;
        padding: 40px 20px 48px;
    }
    .product-item__image {
        width: 100%;
        padding: 40px 0;
    }
    .product-item__description {
        width: 100%;
    }
    .custom-testimonials .owl-nav {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .custom-hero {
        height: auto;
    }
    .custom-hero__text {
        max-width: unset;
        padding: 30px 0;
    }
    .custom-hero__container {
        flex-direction: column-reverse;
    }

    .custom-banner__list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .custom-banner__item {
        width: 50%;
    }
    .advertisement__block {
        flex-direction: column-reverse;
    }
    .advertisement__image {
        width: 60%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .advertisement__container {
        padding: 40px 20px;
    }
    .advertisement__text {
        max-width: unset;
        width: 100%;
        padding: 0;
    }
    .advertisement__text--block {
        padding-right: 0;
    }

    .custom-testimonials {
        margin: 50px 0;
    }

    .product-item {
        flex-direction: column;
    }
    .product-item:nth-child(even){
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .faq .section__header {
        margin-bottom: 10px;
    }
    .faq .section__title {
        font-size: 32px;
        line-height: 42px;
    }
    .faq__item.active .faq__title::before {
        top: 50%;
        transform: translateY(-50%);
    }
    .faq__title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .faq__title::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .rollator__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .faq__title::before {
        right: 20px;
        top: 30px;
    }
    .advertisement__text--btn {
        flex-direction: column;
    }
    .advertisement__text--btn a:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .faq .faq__content.article {
        padding: 0 30px 15px 32px;
    }
    .custom-hero__text--btn {
        flex-direction: column;
    }
    .custom-hero__text--btn  .custom-btn:first-child {
        margin-bottom: 20px;
    }
    .faq__title {
        padding: 34px 70px 34px 15px;
    }
    .admin-bar .seese-fixed-header .seese-header {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .product-item__description--btns {
        flex-direction: column;
    }

    .product-item__description--btns .custom-btn:first-child {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .custom-testimonials h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .custom-title {
        font-size: 32px;
        line-height: 40px;
    }
    .rollator__item--head p{
        font-size: 18px;
        line-height: 24px;
    }
    .rollator__item {
        padding: 34px 23px 40px 33px;
    }
    .advertisement__container h2{
        font-size: 32px;
        line-height: 24px;
    }
    .advertisement__text--btn .custom-btn span {
        font-size: 20px;
    }
    .custom-btn {
        font-size: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .custom-page__container {
        max-width: 970px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .custom-page__container {
        padding: 0 7.8%;
        max-width: unset;
    }
}
