@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    list-style: none;
    text-decoration: none;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

body::-webkit-scrollbar{
    width: 0px;
}
body{
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;
    position: relative;
}



:root{
    /* Color Themes */

    /*gray*/
    --gray--gray-100: #FBFBFB;
    --gray--gray-200: #E2E5F1;
    --gray--gray-300: #B4B7C9;
    --gray--gray-400: #505050;
    --gray--gray-500: #3D3D3D;
    --gray--gray-600: #333333;
    --gray--gray-900: #1D1D1B;
    
    /*blue*/
    --blue--blue-new:#2277c8;



    /*black / white*/
    --black: #000;
    --white: #fff;
}


/* Display */
h1{
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    font-size: 64px;
    line-height: 86px;
}
h2{
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 72px;
}
h3{
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    font-size:36px;
    line-height: 48px;
}
.h_40-semibold-italic{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: italic;
    font-size:40px;
    line-height: 44px;
}
@media(max-width:768px){
    h1{
        font-family: 'Montserrat';
        font-weight: 700;
        font-style: normal;
        font-size: 62px;
        line-height: 72px;
    }
    h2{
        font-family: 'Montserrat';
        font-weight: 700;
        font-style: normal;
        font-size: 54px;
        line-height: 68px;
    }
}


/* Text */
.bold_24{
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
}
.bold-italic_24{
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 24px;
}
.semibold_24{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
}
.semibold_18{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}
.semibold_16{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
}
.regular_24{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
}
.regular_20{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
}
.regular_18{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}
.regular_16{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}
.regular_14{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}




.center-alignment{
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
}
@media(max-width:1280px){
    .center-alignment{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(max-width:768px) and (min-width:320px){
    .center-alignment{
        padding-left: 16px;
        padding-right: 16px;
    }
}

.headline{
    display: flex;
    flex-direction: column;
}
.headline{
    color: var(--blue--primary-default);
}
.content-2__info .headline span{
    color: var(--white);
}
.headline h1{
    line-height: 70px;
}
.headline h2{
    line-height: 70px;
}



.instruction{
    display: none;
    z-index: 20;
    background: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    overflow-y: auto;
    height: 100%;
}

.instruction__block{
    position: relative;
    background: var(--white);
    width: calc(100% - 80px);
    margin: 4% auto;
    max-width: 1120px;
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.instruction__block p.bold_24{
    text-align: center;
}
.instruction__paragpaph{
    color:var(--gray--gray-400);
}
.modal_active{
    overflow-y: hidden;
}
.instruction_active{
    display: block;
}
.instruction__close{
    position: absolute;
    right: 45px;
}
@media(max-width:1280px){
    .instruction__block{
        width: calc(100% - 240px);
        margin: 4% 0;
    }
    .instruction{
        padding-left: 80px;
        padding-right: 80px;
    }
    .instruction__close{
        position: absolute;
        right: 25px;
        top: 25px;
    }
}
@media(max-width:768px) and (min-width:320px){
    .instruction__block{
        width: calc(100% - 160px);
    }
    .instruction{
        padding-left: 40px;
        padding-right: 40px;
    }
}



.header{
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: fixed;
    background: var(--white);
    z-index: 10;
}
.header__container_logo-menu{
    display: flex;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
}
.header__logo{
    width: 100%;
    min-width: 120px;
}
.header__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20%;
    position: relative;
}
.header__menu_lunge-tablet{
    display: none;
}
.header__menu_lunge-tablet-list{
    position: absolute;
    top: 90px;
    flex-direction: column;
    gap: 8px;
    padding: 8px 6px;
    background: var(--white);
    border-radius: 8px;
    right: 0;
}
.header__menu_lunge-list-2-tablet, .header__menu_lunge-tablet-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.header__menu_lunge_no-active, .header__menu_lunge-tablet-list__no-active{
    display: none;
}
.header__menu_lunge-list-2-trigger{
    display: flex;
    gap: 4px;
    align-items: center;
}
.header__menu-trigger{
    display: none;
    position: relative;
}

.header__container_logo-menu a, .header__container_logo-menu span{
    color:var(--blue--blue-new)
}
.header__menu-tablet{
    display: none;
}
.header__menu-tablet p{
    text-align: center;
}
.header__menu-desktop{
    display: flex;
    align-items: center;
    gap:8px;
}
.header__menu-desktop a{
    padding: 4px 6px;
}
.header__menu_lunge{
    position: relative;
    color:var(--blue--blue-new);
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 8px;
}
.header__menu_lunge-list{
    display: none;
    width: 110%;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    padding: 8px 6px;
    background: var(--white);
    border-radius: 8px;
    left:0px;
    top:44px;
}
.header__menu_lunge:hover{
    background: var(--white);
}
.header__menu_lunge-arrow,  .header__menu_lunge-arrow-2{
    transition: transform .2s ease;
}
.header__menu_lunge_active{
    display: flex;
    background: var(--white);
}
.header__menu_lunge-arrow_active{
    transform: rotate(180deg);
}
.no-active-menu{
    display: none;
}
@media(max-width:1024px){
    .header__menu_lunge-tablet{
        display: block;
    }
    .header__container_logo-menu{
        flex-direction: column;
        align-items: flex-start;
    }
    .header__menu-desktop{
        display: none;
    }
    .header__menu-tablet{
        color: var(--blue--blue-new);
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .header__menu-tablet img{
        width: 50px;
        height: 50px;
    }
    .header__menu-trigger{
        display: block;
        width: 32px;
        height: 32px;
    }
    
    .header__menu-trigger img{
        position: absolute;
    }
    .header__container{
        width: 100%;
    }
}
@media(max-width:768px){
    .header__menu_lunge-tablet-list{
        width: auto;
    }
    .header__menu-tablet img{
        display: none;
    }
}




/*cards*/
.where-to-buy{
    display: flex;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 48px;
}
.where-to-buy a{
    padding: 20px 24px;
    background: var(--blue--blue-new);
    border-radius: 99px;
    color: var(--white);
}
@media(max-width:768px){
    .where-to-buy{
        justify-content: start;
        padding-bottom: 32px;
    }
}


.card-1{
    padding-top: 96px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.card-1__img:nth-child(1){
    width: 50%;
}
.card-1__block{
    display: flex;
    align-items: center;
}
.card-1__list{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50%;
    position: relative;
}
.card-1__item p{
    position: absolute;
    z-index: 2;
    padding: 0 38px 0 24px;
}
.card-1__item img{
    position: relative;
    z-index: 1;
    width: 100%;
}
.card-1__item{
    color: var(--white);
    position: relative;
    display: flex;
    align-items: center;

}
@media(max-width:1024px){
    .card-1__item{
        justify-content: center;
    }
    .card-1__item p{
        padding: 0;
        width: 60%;
    }
    .card-1__item img{
        width: 80%;
    }
    .card-1{
        gap: 24px;
        padding-top: 164px;
    }
    .card-1__block{
        flex-direction: column;
    }
    .card-1__img:nth-child(1){
        width: 80%;
    }
    .card-1__list{
        width: 100%;
    }
}
@media(max-width:768px){
    .card-1{
        flex-direction: column;
    }
    .card-1__item img{
        width: 100%;
    }
    .card-1__item p{
        width: 95%;
    }
    .card-1__img:nth-child(1){
        width: 100%;
    }
}


.card-2{
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap:24px;
}
.card-2__headline{
    text-align: center;
    color:var(--white);
    border-radius: 15px;
    background: var(--blue--blue-new);
}
.card-2__headline h3{
    padding: 19px 0;
}
.card-2__grid{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}
.card-2__row{
    display: flex;
    gap: 24px;
}
.card-2__card{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: var(--white);
    color: var(--blue--blue-new);
}
.card-2__card img{
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.card-2__card span{
    padding: 15px 0;
    text-align: center;
}

@media(max-width:768px){
    .card-2{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .card-2__grid{
        grid-template-columns: repeat(1, 1fr);
    }
}



.spray-1{
    position: absolute;
    top: 152px;
    left: 0;
    z-index: 1;
}
.card-3{
    position: relative;
    padding-top: 48px;
    display: flex;
    gap: 24px;
    color: var(--gray--gray-400);
    overflow: hidden;
}
.card-3__info{
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 50%;
}
.card-3__info:nth-child(3){
    gap: 40px;
}
.card-3__block-1 {
    display: flex;
    gap: 24px;
    align-items: start;
    margin-top: 24px;
}
.card-3__block-2 {
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.card-3__block-3{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.card-3__block-3 a{
    color: var(--blue--blue-new);
}
.card-3__block-3 a:hover{
    text-decoration: underline;
}
.card-3__block-4{
    display: flex;
    align-items: start;
    gap: 24px;
}
.card-3__lists {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.card-3__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.card-3__item {
    gap: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 24px;
    background: var(--blue--blue-new);
}
.card-3__item span{
    color: var(--white);
}
.card-3__block-2_p{
    padding: 16px;
    background: #F68B1F;
    border-radius: 20px;
    color: var(--white);
}


@media(max-width:1024px){
    .card-3{
        flex-direction: column;
        gap: 40px;
        padding-top: 32px;
    }
    .card-3__info{
        width: 90%;
    }
    .card-3__info:nth-child(3){
        margin-left: auto;
    }
}
@media(max-width:768px){
    .card-3__info{
        width: 100%;
    }
}



.card-4{
    position: relative;
    padding-top: 48px;
    display: flex;
    gap: 24px;
    color: var(--gray--gray-400);
}
.card-4__info {
    display: flex;
    flex-direction: column;
}
.card-4__info:nth-child(1){
    gap: 16px;
    width: 40%;
}
.card-4__info:nth-child(2){
    gap: 8px;
    width: 60%;
}
.card-4__block-1 {
    display: flex;
    gap: 16px;
    align-items: start;
}
.card-4__block-p {
    display: flex;
    gap: 4px;
    flex-direction: column;
}
.card-4__block-p a{
    color: var(--blue--blue-new);
}
.card-4__block-p a:hover{
    text-decoration: underline;
}
.card-4__block-2{
    display: flex;
    align-items: end;
    gap: 8px;
}
.card-4__img{
    border-radius: 20px;
}
@media(max-width:1024px){
    .card-4{
        flex-direction: column;
        gap: 40px;
        padding-top: 32px;
    }
    .card-4__info:nth-child(1){
        width: 90%;
    }
    .card-4__info:nth-child(2){
        width: 90%;
        margin-left: auto;
    }
}
@media(max-width:768px){
    .card-4__info:nth-child(1){
        width: 100%;
    }
    .card-4__info:nth-child(2){
        width: 100%;
    }
}



.spray-2{
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 1;
}
.card-5__info {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap:24px;
    z-index: 2;
}
.card-5__info:nth-child(1){
    width: 40%;
}
.card-5__info:nth-child(2){
    width: 60%;
    gap:24px;
}
.card-5__img{
    width: 40%;
    margin-left: auto;
    margin-right: 12%;
}
@media(max-width:1024px){
    .card-5__img{
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        z-index: 1;
        right: 0;
        top:-500px;
    }
}
@media(max-width:768px){
    .card-5__img{
        width: 70%;
        position: relative;
        margin-right: 0;
        top: auto;
        right: auto;
        order: -1;
    }
    .card-5__info:nth-child(1){
        width: 100%;
    }
    .card-5__info:nth-child(2){
        width: 100%;
    }
    .card-4__img-1{
        display: none;
    }
}



.card-6 {
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    gap: 40px;
    color: var(--gray--gray-400);
}
.card-6__info{
    display: flex;
    z-index: 2;
    flex-direction: column;
    width: 50%;
}
.card-6__info:nth-child(1){
    gap: 24px;
}
.card-6__info:nth-child(2){
    gap: 40px;
}
.card-6__info h3{
    color: var(--gray--gray-400);
}
.card-6__block-1 {
    display: flex;
    align-items: start;
    gap: 24px;
}
.card-6__grid{
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
}
.card-6__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    gap: 8px;
    padding: 24px;
    background: var(--blue--blue-new);
}
.card-6__item span{
    color: var(--white);
}
.card-6__img-2 {
    width: 60%;
    margin-left: auto;
}
.card-6__heading {
    display: flex;
    flex-direction:column;
    gap: 24px;
    
}
.card-6__heading_p {
    width: 80%;
    margin-left: auto;
}
.card-6__block-2 {
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.card-6__block-2_h {
    color: var(--blue--blue-new);
}
@media(max-width:1024px){
    .card-6__info:nth-child(1){
        padding-top: 32px;
        padding-bottom: 32px;
        width: 90%;
    }
    .card-6__info:nth-child(2){
        width: 85%;
    }
    .card-6{
        flex-direction: column;
        gap: 40px;
    }
    .card-6__info{
        width: 100%;
    }
    
}
@media(max-width:768px){
    .card-6__grid{
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    .card-6__info:nth-child(1), .card-6__info:nth-child(2){
        width: 100%;
    }
    .card-6__img-2{
        margin-top: 16px;

    }
}



.card-7{
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
}
.card-7 h3{
    text-align: center;
    color: var(--blue--blue-new);
}
.card-7__imgs {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.card-7__imgs img{
    width: 70%;
}
.card-7__links {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.intruction__button {
    padding: calc(20px - 3px) calc(24px - 3px);
    color: var(--blue--blue-new);
    border-radius:99px;
    border: 3px solid var(--blue--blue-new);
    cursor: pointer;
}
.card-7__link-2 {
    color:var(--white);
    background: var(--blue--blue-new);
    border-radius: 99px;
    padding: 20px 24px;
}
@media(max-width:1024px){
    .card-7{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .card-7__imgs{
        flex-direction: column;
    }
    .card-7__imgs img{
        width: 100%;
    }
}



.card-8 {
    padding-top: 48px;
    padding-bottom: 48px;
    color: var(--gray--gray-400);
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.card-8__img-back{
    position: absolute;
    right: 0;
    top: -72px;
}
.card-8__img-back img{
    width: 100%;
    z-index: -1;
    position: relative;
}
.card-8__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.card-8__in{
    width: 48%;
    z-index: 3;
}
.card-8__list{
    width: 20%;
    z-index: 3;
}
.card-8__list-tablet{
    display: none;
}
.card-8__list span.semibold_18, .card-8__list-tablet span.semibold_18{
    color:var(--blue--blue-new);
}

.card-8__img-4{
    margin-top: auto;
}
.card-8__block-1{
    position: relative;
    height: 100%;
    width: 50%;
}
.card-8__block-2{
    display: flex;
    flex-direction: column;
}
.card-8__card-1 {
    position: relative;
    z-index: 2;
}
.card-8__card-2 {
    position: relative;
    height: 336px;
    z-index: -2;
}
.card-8__card-2_img{
    position: absolute;
    top:-80px;
    left: 100px;
}

@media(max-width: 1280px){
    .card-8__card-2_img{
        left: -20px;
    }
}
@media(max-width:1024px){
    .card-8{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .card-8__in{
        width: 100%;
    }
    .card-8__list-tablet{
        display: block;
    }
    .card-8__list{
        display: none;
    }
    .card-8__img-back{
        position: relative;
        order: 2;
        top: 0;
    }
    .card-8__info:nth-child(1){
        flex-direction: column;
    }
}
@media(max-width:768px){
    .card-8__info:nth-child(2){
        flex-direction: column;
    }
    .card-8__card-1_img{
        z-index: 2;
    }
    .card-8__card-2_img{
        left:0;
    }
    .card-8__block-2{
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.tips-1{
    left: 36.9%;
    top: 0;
}
.tips-2{
    left: 75.6%;
    top:38.8%;
}
.tips-3{
    left: 7.5%;
    top: 36.5%;
}
.tips-4{
    left: 89.2%;
    top: 59.9%;
}
.tips-5{
    left: 46.4%;
    top: 82.1%;
}
.tips-6{
    left: 10.6%;
    top:83.4%;
}
.tips{
    position: absolute;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
}
.tips__info, .tips__info-r{
    position: absolute;
    top: 0;
    left: 90px;
    background: rgba(255,255,255,.7);
    width: 200px;
    padding: 8px;
    border-radius: 8px;
    display: none;
}
.tips__info-r{
    left:-230px;
}
.tips__info span.semibold_18{
    color: var(--blue--blue-new);
}
.tips:hover .tips__info{
    display: block;
}
@media(max-width:768px){
    .tips{
        width: 40px;
        height: 40px;
    }
    .tips__info{
        left: 60px;
        width: 150px;
    }
    .tips__info-r{
        left: -180px;
    }
}



.card-9{
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    color:var(--gray--gray-400);
}
.card-9__info-block{
    display: flex;
    gap: 24px;
}
.card-9__info{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.card-9__block{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.card-9__block-1{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.card-9__list{
    display: flex;
    gap: 24px;
}
@media(max-width:1024px){
    .card-9{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .card-9__info-block{
        flex-direction: column;
        gap: 40px;
    }
    .card-9__info{
        width: 90%;
    }
    .card-9__info:nth-child(2){
        margin-left: auto;
    }
}
@media(max-width:768px){
    .card-9__info{
        width: 100%;
    }
}



.card-10{
    display: flex;
    flex-direction: column;
}
.card-10__img{
    width: 70%;
}
.card-10 h3{
    text-align: center;
    color: var(--blue--blue-new);
    padding-top:40px;
    padding-bottom: 40px;
}
.card-10 h3.center-alignment{
    background: var(--white);
}
.card-10__background-block{
    display: flex;
    padding-top:80px;
    padding-bottom: 80px;
    align-items: center;
    background-image: url(img/card-10__background.png);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
}

.card-10__lists{
    display: flex;
    gap:24px;
    flex-direction: row;
}
.card-10__list{
    display: flex;
    flex-direction: column;
    gap:24px;
}
.card-10__item{
    display: flex;
    flex-direction: column;
    gap:8px;
}
.card-10__text{
    color:var(--blue--primary-default);
    display: flex;
    justify-content: center;
}
.card-10__block{
    box-shadow: inset 0 0 0 1px #bbbbbb;
    border-radius: 12px;
    height: 100px;
    width: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
}
.card-10__block img{
    width: 70%;
}
.card-10__info{
    background: var(--blue--blue-new);
    padding-top:72px;
    padding-bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.card-10__info h3{
    color:var(--white);
    padding: 0;
    text-align: center;
}
.card-10__info span{
    color:var(--white);
    text-align: center;
    justify-content: center;
    display: flex;
}
.card-10__contact{
    justify-content: center;
    display: flex;
    gap:40px;
}
.card-10__contact-card{
    display: flex;
    gap: 8px;
    align-self: center;
    color:var(--white)
}
.card-10__pills-img{
    width: 40%;
    min-width: 200px;
    display: flex;
}
@media(max-width:1024px){

    .card-10__background-img_2{
        width: 50%;
    }
    .card-10__background-block{
        flex-direction: column;
    }
    .card-10__lists{
        width: 100%;
    }
    .card-10__list{
        width: 100%;
    }
    .card-10__block{
        width: 100%;
        height: 65px;
    }
    .card-10__block img{
        width: auto;
    }
    .card-10__pills-img{
        width: 80%;
    }
}
@media(max-width:768px){
    
    .card-10__lists{
        flex-direction: column;
    }
    .card-10__info{
        gap: 16px;
    }
    .card-10__contact{
        flex-direction: column;
        gap: 8px;
    }
    .card-10__pills-img{
        width: 100%;
        height: 100%;
    }
}







/* footer */
.footer{
    padding-top: 40px;
    background: var(--white);
    display: flex;
    gap:40px;
    flex-direction: column;
}


.footer__communication{
    display: flex;
    flex-direction: row;
    gap:24px;
    
}
.footer__communication img{
    height: 100%;
    margin-right: 40px;
    width: 180px;
}
.footer__list{
    display: flex;
    gap:4px;
    margin-right: 90px;
    flex-direction: column;
}
.footer__paragraph{
    width: 40%;
    color: var(--gray--gray-300);
}
.footer__list a{
    color:var(--blue--blue-new);
}
.footer__list a:hover{
    text-decoration:underline;
    font-weight: bold;
}
@media(max-width:1024px){
    .footer__paragraph{
        width: 70%;
    }
    .footer__communication{
        flex-direction: column;
        gap: 24px;
    }
    .footer__communication img{
        margin-right: 0px;
        width: 60%;
    }
}
