.section-points-contacts {
    margin-top: 7%;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-points-contacts > div {
    margin-top: 2%;
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    gap: 0;
}

.section-points-contacts > div > div {
    text-align: center;
}

.section-points-contacts > div > div:first-child {
    border-right: 2px solid #E30613;
}

.section-points-contacts > div > div:nth-child( 2 ) {
    border-right: 2px solid #E30613;
}

.section-points-contacts > div > div {
    display: flex;
    flex-direction: column;
}

.section-points-contacts > div > div > span {
    font-size: 1.2em;
}

.section-points-contacts > div > div > h2 {
    margin-top: 5%;
}

.section-points-contacts > div > div > span:last-child {
    margin-bottom: 5%;
}

form {
    margin-top: 3%;
    height: auto;
    width: 100%;
    background: #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-name-secondname {
    margin-top: 3%;
    height: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-name-secondname > div {
    height: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.container-name-secondname > div:first-child { width: 49%; margin-right: 1%; }

.container-name-secondname > div > input {
    margin-top: 1%;
    height: 3.5em;
    width: 100%;
    border-radius: .2em;
    box-sizing: border-box;
    border: 0;
    padding-left: 2%;
    position: relative;
}

.container-name-secondname > div > input:focus {
    border: 1px solid black;
}

form > div {
    margin-top: 1%;
    height: auto;
    width: 80%;
}

form > div > input, textarea {
    margin-top: 1%;
    height: 3.5em;
    width: 100%;
    border-radius: .2em;
    box-sizing: border-box;
    border: 0;
    padding-left: 2%;
    position: relative;
}

form > div > textarea {
    height: 10em;
}

.container-conditions {
    height: auto;
    width: 80%;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 5%;
}

.container-conditions > button {
    background: #27348b;
    color: #eaeaea;
    padding: .5em 2em .5em 2em;
    border-radius: .2em;
    border: 0;
}

.container-conditions > div {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.container-conditions > div input {
    margin-right: 1%;
    height: 1em;
    width: 1em;
}

.container-conditions > div label {
    margin-right: 15%;
    user-select: none;
}