* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f6f6f3;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    display: flex;
    justify-content: space-around;
    background-color: #8cc34b;
    width: 100%;
    margin: 0;
}

.scrubs {
    height: 62px;
    width: 62px;
    border-radius: 50%;
    margin-left: 28px;
    margin-top: 14px;
    margin-bottom: 14px;
    background-image: url(images/scrubs.png);
}

.header__user {
    display: flex;
}

.user__data {
    margin-left: 19px;
    margin-top: 25px;
}

.user__name {
    font-size: 21.26px;
    color: #ffffff;
}

.user__gmail {
    font-size: 14.17px;
    color: #e1eed4;
}

.social__networks {
    display: flex;
    margin-top: 30px;
    margin-right: 26px;
}

.vk {
    background-image: url(images/vk.png);
    height: 22px;
    width: 38px;
    margin-left: 20px;
    margin-top: 4px;
}

.skype {
    margin-left: 20px;
    width: 30px;
    height: 31px;
    background-image: url(images/sk.png);
}

.git_hub {
    background-image: url(images/git.png);
    height: 30px;
    width: 30px;
}

.future__pupil {
    width: 1200px;
    margin: 40px auto 30px;
}

.future__pupil-title {
    width: 1200px;
    height: 115px;
    text-align: center;
}

.future__pupil-title h2 {
    margin: 0;
    font-size: 32px;
}

.future__pupil-title p {
    color: gray;
}

.future__pupil-content {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.about,
.experience {
    width: 500px;
    height: 220px;
    display: flex;
    gap: 15px;
    color: gray;
}

.about img,
.experience img {
    width: 500px;
    height: 125px;
}

.about h3,
.experience h3 {
    margin: 0 0 10px;
    color: black;
}

.about p,
.experience p {
    font-size: 14px;
}

.title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 33px;
    text-align: center;
}

.undertitle {
    font-size: 21px;
    color: #727272;
    text-align: center;
    margin-bottom: 50px;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.row1 {
    display: flex;
    justify-content: space-between;
}

.item {
    width: 300px;
    height: 430px;
    border-radius: 9px;
    list-style: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}

.item__pic {
    width: 300px;
    height: 170px;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
}

.js {
    background-image: url(images/js.png);
}

.jquery {
    background-image: url(images/jquery.png);
}

.basic {
    background-image: url(images/basic.png);
}

.item__title {
    font-size: 21px;
    color: #303030;
    margin-bottom: 23px;
    margin-left: 20px;
}

.item__text {
    font-size: 14px;
    color: #989898;
    margin-bottom: 30px;
    margin-left: 20px;
}

.item__column {
    color: #b6b6b6;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}

.item__column:before {
    content: url(images/time.png);
    position: absolute;
    left: 0;
    top: 3px;
}

.item__radio {
    background-color: #f6f7f2;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.radio__text {
    font-size: 18px;
}

.form-item__input-radio {
    position: absolute;
    left: -9999px;
}

.radio--fake-button {
    width: 20px;
    height: 20px;
    border: 1px solid #dddcdc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border-radius: 5px;
}

.form-item__input-radio:checked + .radio--fake-button:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/gal.png);
    background-color: #acd37e;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.tech1 {
    margin-top: 20px;
    margin-bottom: 60px;
}

footer {
    background-color: #212121;
    height: 72px;
    width: 100%;
    margin-top: auto;
}

.footer {
    display: flex;
    align-items: center;
    height: 100%;
}

.footer__text {
    text-align: center;
    margin: auto;
    color: #909090;
    width: 510px;
    font-size: 14.06px;
}