* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    /* font-family: 'Inter', sans-serif; */
    font-family: "Rubik", sans-serif;
}


a {
    text-decoration: none;
}

ul {
    list-style: none ;
}

.container {
    max-width: 1140px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.nav {
     background:  #3E8989;
     padding: 37px 0;
}

.nav__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    display: flex;
}

.menu__link {
    color: #FFFFFF;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    margin-left: 30px;
    padding-bottom: 5px;
    transition: 0.5s;
}

.menu__link:hover {
    border-bottom: 2px solid #FFFFFF;
}

.header__content {
    background: url(./../img/header-bg.jpg) no-repeat center / cover;
    min-height: 780px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.header__title {
    font-size: 80px;
    margin-bottom: 20px;
    font-weight: 600;
}

.header_desc {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 500;
}

.header__link {
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    background: #B4436C;
    max-width: 200px;
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    transition: 0.5s;
}

.header__link:hover {
    color: #B4436C;
    background: #fff;
}

.title {
    margin-top: 100px;
    margin-bottom: 50px;
    color: #3E8989;
    font-family: 'Inter', sans-serif;
    font-weight: 6 00;
    font-size: 40px;
    text-align: center;
}

.title__left {
    text-align: left;
    
}

.about__content {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.about__img {
    max-width: 545px;
    width: 100%;
}

.about__wrapper {
    max-width: 545px;
    width: 100%;
}

.about__desc {
    margin-top: 9px;
    margin-bottom: 20px;
    font-size: 18px;
}

.card {
    max-width: 263px;
    width: 100%;
    
    
     
}

.card__box {
    height: 300px;
    background: #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
     
}

.card__image {
    max-width: 100%; 
}

.card__title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;

}

.card:hover .card__title {
     color: #B4436C;
}

.catalog__content {
    display: flex;
    justify-content: space-between;
}

.contacts__desc {
     font-size: 20px;
     max-width: 555px;
     width: 100%;
}
 
.contacts__content {
    display: flex;
    justify-content: space-between;
} 

.contact__link {
    color: #000;
    display: block;
    text-align: right;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer {
    background: #3E8989;
    padding-top: 32px;
    padding-bottom: 15px;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__link_bottom {
    margin-left: 0;
    margin-right: 30px;
    padding: 0;
    border: none;
}

.menu__link_bottom:hover {
     border: none;
}

.footer__input {
    outline: none;
    border: none;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 20px 0px 0px 20px;
    max-width: 216px;
    width: 100%;
}

.footer__input::placeholder {
     color: #898989;
}

.footer__btn {
    outline: none;
    border: none;
    background: #295E5E;
    color: #fff;
    padding: 9px 14px;   
    font-family: "Rubik", sans-serif;
    font-size: 14px; 
    border-radius: 0px 20px 20px 0px;
}

.footer__form {
    display: flex;
}

.footer_desc {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 51px;
}
