* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

/*  ||||||||||||||                   HEADER                   ||||||||||||||   */

.header {
    padding-top: 61px;
    margin-bottom: 80px;
}

.top-line {
    display: flex;
    width: 100%;
    max-width: 1217px;
    margin: 0 auto;
    align-items: center;
}

.logo {
    margin-right: auto;
}

.navigation__list {
    display: flex;
}

.navigation__list-item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #1F1534;
    opacity: 0.5;
}

.navigation__list-item:hover {
    font-weight: bold;
    opacity: 1;
}

.navigation__list li + li {
    margin-left: 40px;
}

/*  ||||||||||||||                   BACKGROUND IMAGE                   ||||||||||||||   */

.bg-img {
    position: absolute;
    top: 160px;
}

/*  ||||||||||||||                   INTRO                   ||||||||||||||   */

.intro {
    display: flex;
    width: 100%;
    max-width: 1247px;
    margin: 0 auto;
    padding-bottom: 190px;
}

.intro__content {
    margin-top: 106px;
    margin-right: 109px;
}

.intro__content-title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    mix-blend-mode: normal;
    padding-bottom: 25px;
}

.intro__content-description {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
    color: #7D7987;
    mix-blend-mode: normal;
    padding-bottom: 45px;
}

.intro__content-btn {
    width: 200px;
    text-align: center;
}

.intro__content-btn a{
    display: block;
    border-radius: 55px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    padding: 19px 0;
    color: #FFFFFF;
    background: #458FF6;
}

/*  ||||||||||||||                   SERVICES                   ||||||||||||||   */

.services {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
    padding-bottom: 220px;
}

.services__title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    color: #000000;
    padding-bottom: 26px;
    text-align: center;
}

.services__hr {
    width: 56px;
    height: 2px;
    background: #000000;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 33px;
}

.services__description {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #7D7987;
    mix-blend-mode: normal;
    padding-bottom: 80px;
    text-align: center;
}

.services-bg {
    position: absolute;
    top: 965px;
    left: 0;
    z-index: -1;
}

.services-bg2 {
    position: absolute;
    top: 1511px;
    right: 190.5px;
    z-index: -1;
}

.services__examples {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 1120px;
    grid-column-gap: 35px;
    grid-row-gap: 37px;
    z-index: 0;
}

.services__examples-card {
    width: 350px;
    height: 354px;
    background-color: #ffffff; /*  */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
}



/*  ||||||||||||||                   POSITIONING - IMG (services__examples-card)                   ||||||||||||||   */

.services__examples-card img {
    padding-left: 37px;
}

.detail-info img,
.tracking img {
    padding-left: 40px;
}

.search-doctor img {
    padding-top: 54px;
    padding-bottom: 22.41px;
}

.online-pharmacy img {
    padding-top: 62px;
    padding-bottom: 19.41px;
}

.consultation img{
    padding-top: 47px;
    padding-bottom: 24.41px;
}

.detail-info img {
    padding-left: 39px;
    padding-top: 46px;
    padding-bottom: 25.41px;
}

.emergency-care img {
    padding-left: 40px;
    padding-top: 59px;
    padding-bottom: 36.25px;
}

.tracking img {
    padding-top: 52px;
    padding-bottom: 19.41px;
}

/*  ||||||||||||||                   POSITIONING - TITLE (services__examples-card)                   ||||||||||||||   */

.search-doctor .services__examples-card__title,
.consultation .services__examples-card__title,
.detail-info .services__examples-card__title,
.emergency-care  .services__examples-card__title,
.tracking  .services__examples-card__title{
    padding-left: 39px;
}

.online-pharmacy .services__examples-card__title {
    padding-left: 36.36px;
}


/*  ||||||||||||||                   POSITIONING - DESCRIPTION (services__examples-card)                   ||||||||||||||   */

.search-doctor .services__examples-card__description,
.consultation .services__examples-card__description,
.detail-info .services__examples-card__description,
.emergency-care  .services__examples-card__description,
.tracking  .services__examples-card__description,
.online-pharmacy .services__examples-card__description {
    padding-left: 39px;
}


.services__examples-card__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 56px;
    color: #000000;
}

.services__examples-card__description {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #7D7987;
}

.services__btn {
    width: 200px;
    text-align: center;
    border: 1.4px solid #458FF6;
    box-sizing: border-box;
    border-radius: 55px;
    margin: auto;
    margin-top: 72px;
}

.services__btn a{
    display: block;
    border-radius: 55px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    padding: 19px 0;
    color: #458FF6;
}

/*  ||||||||||||||                   PROVIDER                   ||||||||||||||   */

.provider {
    display: flex;
    width: 100%;
    max-width: 1273px;
    margin: 0 auto;
    padding-bottom: 229px;
}

.provider-content {
    padding-top: 57px;
    width: 486px;
    padding-left: 137px;
}

.provider-content__title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    color: #000000;
    mix-blend-mode: normal;
    padding-bottom: 26px;
}

.provider-content__hr {
    width: 56px;
    height: 2px;
    background: #000000;
    border-radius: 10px;
    margin-bottom: 31px;
}

.provider-content__description {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #7D7987;
    padding-bottom: 37px;
}

.provider-content__btn {
    width: 200px;
    text-align: center;
    border: 1.4px solid #458FF6;
    box-sizing: border-box;
    border-radius: 55px;
}

.provider-content__btn a{
    display: block;
    border-radius: 55px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    padding: 19px 0;
    color: #458FF6;
}

/*  ||||||||||||||                   APP                   ||||||||||||||   */

.app {
    display: flex;
    width: 100%;
    max-width: 1156px;
    margin: 0 auto;
    padding-bottom: 251px;
}

.app-content {
    padding-top: 36px;
    width: 420px;
    padding-right: 71px;
}

.app-content__title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    color: #000000;
    mix-blend-mode: normal;
    padding-bottom: 30px;
}

.app-content__hr {
    width: 56px;
    height: 2px;
    background: #000000;
    border-radius: 10px;
    margin-bottom: 31px;
}

.app-content__description {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #7D7987;
    padding-bottom: 40px;
}

.app-content__btn {
    width: 200px;
    text-align: center;
    border: 1.4px solid #458FF6;
    box-sizing: border-box;
    border-radius: 55px;
}

.app-content__btn a{
    display: block;
    border-radius: 55px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    padding: 19px 0;
    color: #458FF6;
}

.app-bg {
    position: absolute;
    right: 0;
    top: 2783px;
}

/*  ||||||||||||||                   TESTIMONIALS                   ||||||||||||||   */

.testimonials {
    max-width: 1220px;
    height: 502px;
    margin: 0 auto;
    margin-bottom: 216px;
}

.testimonials-item {
    background: linear-gradient(191.49deg, #67C3F3 9.05%, #5A98F2 76.74%);
    border-radius: 24px;
    text-align: center;
    width: 1120px;
    margin: 0 50px;
    z-index: 0;
    outline: none;
    margin-bottom: 42px;
}

.testimonials-item__title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    padding-bottom: 25px;
    padding-top: 64px;
}

.testimonials-item__hr {
    width: 56px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 6px;
    margin: auto;
    margin-bottom: 66px;
}

.testimonials-item__testimonial {
    display: flex;
    justify-content: space-between;
    margin: 0 118px;
    padding-bottom: 79px;
}

.testimonials-item__testimonial-author {
    display: flex;
    align-items: center;
}

.about-author {
    display: flex;
    flex-direction: column;
    padding-left: 29px;
    align-items: start;
}

.about-author__name {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 48px;
    color: #FFFFFF;
    mix-blend-mode: normal;
}

.about-author__role {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.85);
    mix-blend-mode: normal;
}

.testimonials-item__testimonial-quote {
    margin-top: 11px;
    width: 420px;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    mix-blend-mode: normal;
    text-align: start;
}

.testimonials-dots {
    display: flex;
    width: 94px;
    height: 10px;
    margin: auto;
}

.testimonials-dots button {
    width: 10px;
    height: 10px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: #5B9BF3;
    opacity: 0.3;
    border-radius: 50%;
    margin-left: 18px;
}

.testimonials-dots button:hover,
.testimonials-dots .slick-active button {
    opacity: 1;
}




.testimonials-bg1 {
    position: absolute;
    top: 3718px;
    right: 189px;
}

.testimonials-bg2 {
    position: absolute;
    top: 3995px;
    left: 190px;
    z-index: -1;
}

/*  ||||||||||||||                   LATEST ARTICLES                   ||||||||||||||   */

.latest-articles {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    text-align: center;
    margin-bottom: 210px;
}

.latest-articles__title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    color: #000000;
    mix-blend-mode: normal;
    padding-bottom: 26px;
}

.latest-articles__hr {
    width: 56px;
    height: 2px;
    background: #000000;
    border-radius: 5px;
    margin: 0 auto 79px;
}

.latest-articles__examples {
    display: flex;
    margin-bottom: 69px;
}

.latest-articles__example {
    display: flex;
    flex-direction: column;
}

.latest-articles__example:first-child {
    margin-right: 34px;
}

.latest-articles__example:last-child {
    margin-left: 34px;
}

.latest-articles__example-img {
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
}



.latest-articles__example-title {
    padding-top: 21px;
    margin-bottom: 12px;
    margin-left: 33px;
    text-align: left;
    width: 259px;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 32px;
    color: #000000;
}

.latest-articles__example-description {
    margin-bottom: 25px;
    width: 250px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #7D7987;
    margin-left: 33px;
    text-align: left;
}

.latest-articles__example-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #4089ED;
    margin-left: 33px;
    text-align: left;
}

.latest-articles__example-content {
    background: #FFFFFF;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
}

.latest-articles__btn {
    width: 200px;
    text-align: center;
    border: 1.4px solid #458FF6;
    box-sizing: border-box;
    border-radius: 55px;
    margin: auto;
}

.latest-articles__btn a{
    display: block;
    border-radius: 55px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    padding: 19px 0;
    color: #458FF6;
}




.latest-articles__bg1 {
    position: absolute;
    top: 4427px;
    right: 0;
    z-index: -1;
}

.latest-articles__bg2 {
    position: absolute;
    top: 4600px;
    left: 186px;
    z-index: -1;
}

/*  ||||||||||||||                   FOOTER                   ||||||||||||||   */

.footer {
    width: 100%;
    height: 432px;
    background: linear-gradient(180.92deg, #67C3F3 -8.57%, #5A98F2 82.96%);
}

.footer-content__wrapper {
    display: flex;
    padding-top: 118px;
    max-width: 1222px;
    margin: auto;
}

.footer-content__main {
    padding-right: 145px;
}

.footer-content__main p {
    padding-top: 17px;
    padding-bottom: 31px;
    width: 391px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer-content__main span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;   
}

.footer-content__navigation {
    display: flex;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 38px;
    color: #FFFFFF;
}

.footer-content__navigation div + div {
    margin-left: 180px;
}

.footer-content__navigation-company > ul > li:first-child,
.footer-content__navigation-region > ul > li:first-child,
.footer-content__navigation-help > ul > li:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    color: #FFFFFF;
}



.footer-bg1 {
    position: absolute;
    top: 5366px;
    right: 92px;
    z-index: -1;
}

.footer-bg2 {
    position: absolute;
    top: 5790px;
    left: 0;
}