.form-section {
    max-width: 812px;
    width: 100%;
    margin: 56px auto 124px;
    min-height: calc(100vh - 580px);
}
.form-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #000004;
    margin-bottom: 16px;
}
input{
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    padding: 15px 16px;
    background: #F4F4F8;
    border: 1px solid #DEDEE3;
    width: 100%;
}
label {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
}
.error {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FB3640;
    padding-left: 24px;
    display: none;
}
.error:before {
    content: url("../../images/error.svg");
    position: absolute;
    top: 3px;
    left: 0;
}
.form-content {
    background: #fff;
    padding: 20px 20px 6px;
    width: 100%;
    margin-bottom: 20px;
}
.inline-forms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
}
.form-item, .form-item input {
    width: 100%;
}
.registration-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;;
    letter-spacing: 0.01em;
    color: #6876BB;
    display: block;
    width: 100%;
    border: 2px solid #6876BB;
    padding: 14px;
}
.login-btn_ {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000004;
    display: block;
    width: 100%;
    background: #4ECDC4;
    transition: 0.3s;
    padding: 16px;
}
.login-btn_:hover{
    background: #88DDD7;
}
.login-share {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.forgot-password-link {
    padding-top: 17px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
}
.google, .fbg .fb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 188px;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.google img, .fbg .fb img{
    margin-right: 16px;
}
.google{
    background:  #347AF6;
}
.google:hover{
    background: #4F8CF7;
}
.fbg .fb{
     background: #3B5998;
    margin-right: 20px;
    width: 100% !important;
}
.fbg .fb:hover {
    background: #476CB8;
}
.fbg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mob-fp-content {
    display: none;
}
input[type='checkbox']{
    width: 24px;
    height: 23px;
    position: relative;
}
input[type='checkbox']:before {
    content: url("../../images/check.svg");
    position: absolute;
    top: 0;
    left: 0;
    background: #ffff;
    width: 24px;
    height: 23px;
}
input[type='checkbox']:checked:before{
    content: url("../../images/checked.svg");
}
.inline-forms-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    gap: 0 16px;
}
.select .value{
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    padding: 15px 16px;
    background: #F4F4F8;
    border: 1px solid #DEDEE3;
    width: 100%;
}
.select .value {
    position: relative;
}
.select .value::before {
    content: url("../../images/select-arrow.svg");
    border: none;
    top: 31%;
    right: 16px;
    width: unset;
    height: unset;
}
.selects > div:first-child, .order-form-item > div:first-child {
    margin-right: 16px;
}
.select .list ul li:hover, .select .list ul li.hovered {
    color: #000004;
    background: #DEDEE3;
}
.select .list {
    box-shadow: none;
    background: #F4F4F8;
    border: 1px solid #DEDEE3;
    border-top: 0;
    top: 56px;
}
.select:focus .value {
    border-bottom: 1px solid transparent;
}
.select {
    max-width: 100%;
}
.rot .value:before {
    transform: rotate(180deg);
}
.checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.log-reg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.log-reg button {
    border: 2px solid #6876BB;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #6876BB;
    padding: 14px;
    display: block;
    width: 188px;
}
.log-reg button:first-child {
    margin-right: 20px;
}
.checkbox label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    display: block;
    margin-left: 16px;
    font-weight: 400;
    position: relative;
    top: 1px;
}
.flex-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-inline > div:first-child{
    margin-right: 20px;
}
.email-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.email-note-txt {
    max-width: 636px;
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000004;
    margin: 32px 0;
}
 textarea {
     width: 100%;
     height: 112px;
     background: #F4F4F8;
     border: 1px solid #DEDEE3;
     resize: none;
   padding: 12px;
}
.send {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000004;
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    background: #4ECDC4;
}
.send:hover {
    background: #88DDD7;
}


@media (max-width: 852px) {
    .form-section {
        max-width: 95%;
    }
    .form-title {
        font-size: 20px;
    }
    .form-section {
        margin: 24px auto 24px;
    }
    .registration-btn, .form-content {
        margin-bottom: 16px;
    }
    .login-share {
        margin-top: 16px;
    }
    .fp-content {
        display: none;
    }
    .mob-fp-content {
        margin-bottom: 16px;
        display: block;
    }
    .fbg, .fb, .google, .log-reg button, .log-reg {
        width: 100% !important;
    }
    .inline-forms, .flex-inline, .log-reg  {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-inline > div:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .inline-forms-3 {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .log-reg button:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .google, .fbg .fb {
        min-width: unset;
        width: 100% !important;
    }
}
