*{
    margin: 0;
    padding: 0;
}

body{
    font-family: Montserrat;
}
.content{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.header{
    width: 100%;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
}
@media screen and (max-width: 1700px) {
    .cards{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .menu{
        height: 100px;
        display:flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        box-shadow: 5px 5px 25px rgba(122,122,122,0.5);
        margin-bottom: 50px;
    }
    .buttons{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .card{
        width: 100%;/*<---->500px;*/
        margin: 10px 10px;
        background-color: #fff;
        border-radius: 10px 10px 10px 10px;
        display: flex;
        flex-direction: column;
        box-shadow: 5px 5px 25px rgba(122,122,122,0.5);
    }
    .card__content{
        padding: 16px 19px 17px 16px;
        /*<---->height: 250px;*/
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .card__title{
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
        color: #000000;
        text-align: center;
    }
    .card__text{    
        font-style: normal;
        font-weight: 300;
        /*<--->*/
        font-size: 13px;
        color: #000000;
        text-align: justify;
        margin: 10px;  
    }
    .card__btn{
        width: 100%;
        height: 75px;
        background: #2797B2;
        border-radius: 10px;
        border: 0;
        padding: 6px 24px 8px 24px;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 14px;
        color: #FFFFFF;
    }
    .text{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 28px;
}
.phone{
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #F1E67D;
    margin-bottom: 1px;
}
img{
    width: 60%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}
.card__image{
    display: flex;
    justify-content: center;
}
.footer{
    height: 260px;
    background: #05A88D;
    padding: 0 10px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    /*<--->margin-bottom: 16px;*/
}
.logo{
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    /*font-size: 28px;
    line-height: 34px;*/
    color: #F1E67D;
    margin-bottom: 22px;
}
.menu__logo{
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
    color: #05A88D;
}
}
/*-----------------------------------------------*/
@media screen and (min-width: 1701px) {
    .cards{
        width: 1440px;
        /*height: 500px;*/
        /*display: flex;
        justify-content: center;
        border: 1px solid red;*/
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 50px;
    }

    .menu{
        height: 100px;
        width: 1440px;
        display:flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 5px 5px 25px rgba(122,122,122,0.5);
        margin-bottom: 50px;
    }

    .menu__ul{
        list-style-type: none;
        width: 425px;
        display: flex;
        justify-content: space-around;
    }

    .buttons{
        width: 425px;
        display: flex;
        justify-content: space-around;
    }

    .card{
        /*width: 200px;
        height: 322px;*/
        margin: 10px 10px;
        background-color: #fff;
        border-radius: 10px 10px 10px 10px;
        display: flex;
        flex-direction: column;
        box-shadow: 5px 5px 25px rgba(122,122,122,0.5);
    }
    .card__content{
        padding: 16px 19px 17px 16px;
        height: 179px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .card__title{
        /*width: 129px;
        height: 16.6px;*/
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        text-align: center;
    }
    .card__text{
        width: 300px;
        height: 42px;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        color: #000000;  
    }
    .card__btn{
        width: 150px;
        height: 50px;
        background: #2797B2;
        border-radius: 10px;
        border: 0;
        padding: 6px 24px 8px 24px;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 14px;
        color: #FFFFFF;
    }
    .text{
    width: 437px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 28px;
}
.phone{
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #F1E67D;
    margin-bottom: 16px;
}
img{
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}
.footer{
    height: 260px;
    background: #05A88D;
    padding: 0 46px 0 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.logo{
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #F1E67D;
    margin-bottom: 22px;
}
.menu__logo{
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
    color: #05A88D;
}
}
/*-----------------------------------*/
.menu__li{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.015em;
    text-transform: capitalize;
    
}
.menu__link{
    color: #000000;
}
.menu__link:hover{
    color: #05A88D;
}


.menu__link{
    text-decoration: none;
}
.menu__signup{
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #05A88D; 
    width: 105px;
    height: 45px;
 
}
.menu__signup:hover{
    border: 1px solid #05A88D;
    border-radius: 3px;
}
.menu__login{
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #05A88D; 
    width: 105px;
    height: 45px;
}
.menu__login:hover{
    border: 1px solid #05A88D;
    border-radius: 3px;
}


.card__btn:hover{
    background: #2747b2;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.main {
	flex: 1 0 auto;
}

.footer__top{
    border-bottom: 2px #fff solid;
    height: 174px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer__left{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width:50%;
}


.footer__right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width:50%;
}


.address{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.footer__bottom{
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}