
.section__form {
    position: relative;
    z-index: 3;
    margin-top: -165px;
    top: 95px;
}

.section__form .container {
    position: relative;
    min-height: 163px;
    background-color: white;
    border: solid 1px #E6E6E6;
    border-left: none;
    border-right: none;
    border-radius: 3px;
    padding: 38px 10px 20px;
}

.section__form .container::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -53px;
    width: 54px;
    height: 100%;
    background-color: white;
    border: 1px solid #E6E6E6;
    border-left: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
}

.section__form .container::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -53px;
    width: 54px;
    height: 100%;
    background-color: white;
    border: 1px solid #E6E6E6;
    border-right: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
}

.section__form .container .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section__form .container .form .presale__form-label {
    width: calc(100% /4);
    margin-left: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    color: #474D5E;
}

.section__form .container .form .presale__form-label:first-of-type {
    margin-left: 0;
}

.section__form .container .form .presale__form-label:last-of-type {
    margin-right: 21px;
}

.section__form .container .form .presale__form-label .presale__form-input {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 10px;
    padding: 0 17px 0 15px;
    font-size: 16px;
    line-height: 19px;
    color: black;
    border: solid 1px #E6E6E6;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.section__form .container .form .presale__form-label .presale__form-input:focus {
    border: solid 0.5px #474D5E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section__form .container .form .presale__form-btn {
    min-width: 260px;
    height: 46px;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    color: white;
    background-color: #d0021b;
    border-radius: 3px;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section__form .container .form .presale__form-btn:focus, .section__form .container .form .presale__form-btn:hover {
    background-color: #e41d35;
}

.section__form .container .form__agreement {
    margin-top: 17px;
    margin-left: auto;
    font-size: 12px;
    color: #474D5E;
}

.section__form .container .crmresult {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 86px;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    color: #2F3441;
    background: #ffffff url("img/crmresult.svg") no-repeat left center;
}

.insert__title {
    text-align: center;
    font-size: 35px;
    color: #435466;
}

.insert__title span {
    display: block;
}

.insert__desc {
    margin: 0;
    padding-bottom: 11px;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #435466;
}

.insert__desc span {
    display: block;
}

.insert__line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.insert--first {
    background-color: #f6f6f6;
}

.insert--second .insert {
    padding-top: 59px;
}

.insert--third .insert {
    width: 545px;
}
