* {
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
}

.title {
    font-family: "Comic Neue", cursive;
    font-weight: 600;
    font-size: 50px;
    margin-top:0;
    margin-bottom: 80px;
}

b {
    font-weight: 600;
}

.link {
    display: flex;
    gap: 140px;
    /* margin-bottom: 80px; */
}

.container {
    width: 1168px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 80px;
}

ul {
    font-size: 26px;
    color: blue;
    margin: 0;
}

.link_php {
    /* font-size: 32px; */
    font-weight: 500;
    text-decoration: none;
    /* text-align: center; */
    text-align: left;
    display: block;
    width: 500px;
}

a:link, a:visited {
    color:blue;
}

a:hover {
    color: red;
}

a:active {
    color: green;
}

.link_qr_code {
    text-decoration: none;
    font-weight: 500;
}

.link_top {
    text-decoration: none;
    font-weight: 500;
}

.image {
    margin-top: 20px;
    margin-bottom: 60px;
}

.text-wrapper {
    display: flex;
    gap: 32px;
    margin-bottom: 80px;
}

.text {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    width: 560px;
}

.gray-block {
    background-color: #F1F1F1;
    border-radius: 20px;
    padding: 37px 50px 30px 50px;
    display: flex;
    justify-content: space-between;
}

.subtitle {
    font-size: 46px;
    font-weight: 600;
    line-height: 54px;
    margin: 0;
    width: 518px;
}

.form {
    width:416px;
}

.form-field {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 11px 24px;
    border-radius: 10px;
    border: none;
    width: 100%;
    margin-bottom: 8px;
}

.form-button {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #3D3BFF;
    padding: 11px 54px;
    border-radius: 10px;
    font-family: "Roboto", sans-serif;
    border: none;
    margin-top: 16px;
}