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

body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

input, button {
    outline: 0;
}

header#main-header {
    margin: 45px 196px 0 121px;
}

header#main-header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header#main-header nav ul {
    display: flex;
    list-style: none;
}

header#main-header nav ul li {
    display: flex;
    align-items: center;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #363636;
    margin-right: 59px;
}

header#main-header nav ul li:first-child {
    margin: 0;
}

header#main-header nav ul li img {
    margin-right: 71px;
    width: 192px;
}

header#main-header div.side {
    display: flex;
}

header#main-header div.side img {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin: 0 15px;
}

header#main-header div.side>a button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 131px;
    height: 48px;
    left: 0px;
    top: 0px;
    background: #FF6B7D;
    box-shadow: 0px 4px 10px rgba(255, 107, 125, 0.4);
    border-radius: 50px;
    border: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

header#main-header div.side>a button:hover {
    cursor: pointer;
    background: #FF6B7D;
    box-shadow: 0px 4px 10px rgba(255, 107, 125, 0.7);
}

.form-container button:hover {
    cursor: pointer;
}

footer {
    margin-top: 180px;
    height: 260px;
    right: 0px;
    bottom: 0px;
    background: #2A0C7E;
}

.footer-content {
    display: flex;
    flex-direction: row;
    margin-left: 153px;
    padding-top: 40px;
}

.footer-content-left {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #E5E5E5;
}

.footer-content-right {
    margin-left: 183px;
}

.footer-social-medias>a>img {
    margin: 10px 5px 40px 5px;
}

.footer-email>a>img {
    margin-top: 10px;
}

.footer-content-right>h4 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #E5E5E5;
}

.footer-content-right>h5 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #E5E5E5;
    margin: 18px 0 5px;
}

.footer-content-right>p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #E5E5E5;
}