.contact__info {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.contact__info_item {
    display: flex;
    flex-direction: column;
    padding-left: 35px
}

.contact__info_item .text, .contact__info_item .title {
    align-items: center;
    color: #323c47;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.0507936px;
    font-family: 'Nunito Sans';
    display: flex
}

.contact__info_item .title {
    font-weight: 600
}

.contact__info_item .title img, .getInTouch h4 img {
    margin-right: 10px
}

.contact__info_item a {
    font-family: 'Nunito Sans';
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: -.0507936px;
    text-decoration-line: underline;
    color: #42337e
}

.contact__info_item:first-child {
    padding: 0
}

.contact__form {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 20px
}

.contact__form-wrap {
    display: flex;
    justify-content: space-between
}

.contact__form .form-label input, .contact__form .form-label textarea {
    height: 48px;
    width: 240px;
    background-color: transparent;
    border: 3px solid #e6e6e6;
    border-radius: 6px;
    padding-left: 15px;
    font-family: 'Nunito Sans';
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -.0507936px;
    color: #626262;
    outline: 0
}

.contact__form .form-label textarea {
    padding-top: 10px;
    width: 100%;
    height: 160px;
    resize: none
}

.contact__comment-counter {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: -.0507936px;
    color: rgba(98,98,98,.5)
}

.contact__form .file-return .file, .contact__form .input-file-trigger {
    justify-content: center;
    font-family: 'Nunito Sans';
    letter-spacing: -.0507936px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #42337e
}

.contact__form_submit {
    font-weight: 900;
    color: #fff;
    background-color: #35d073;
    transition: .4s;
    text-transform: uppercase
}

.contact__form_submit {
    height: 48px;
    width: 230px;
    border: 0;
    border-radius: 4px;
    font-family: 'Nunito Sans ExtraBold';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.0507936px;
    cursor: pointer;
    margin: auto
}

.contact__form_submit:hover {
    box-shadow: 0 0 20px 0 rgba(53,208,115,.4)
}

.contact__form .files-field {
    position: absolute;
    left: 0;
    top: 135px;
    margin-bottom: 30px
}

.contact__form .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer
}

.contact__form .input-file-trigger {
    display: flex;
    align-items: center;
    background-color: #d5cbf1;
    border-radius: 6px;
    width: 118px;
    height: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: center
}

.contact-body .select2-search__field, .contact__form .file-return, .contact__form .file-upload input[type=file], .contact__form .input-file-trigger.hide, .contact__form .input-file.hide, .hide {
    display: none
}

.contact__form .file-return .file {
    display: flex;
    align-items: center;
    width: 96px;
    height: 24px;
    border: 2px solid #e6e6e6;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    align-items: center
}

.contact__form .file-return .delete {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 6px 6px 0;
    border: 2px solid #e6e6e6;
    background: #f2f5f7;
    color: #ff8181;
    font-size: 20px;
    cursor: pointer
}

.contact__form .file-upload span {
    align-items: center;
    display: flex;
    font-family: 'Nunito Sans';
    letter-spacing: -.0507936px;
    font-style: normal
}

.contact__form .file-return .delete span {
    transform: rotate(45deg)
}

.contact__form .file-return.show{
    display: flex
}

.contact__form .file-upload .placeholder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: text
}

.contact__form .file-upload span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #42337e
}

.contact__form .select2-container .select2-selection--single {
    min-height: 48px;
    outline: 0;
    border: 3px solid #e6e6e6
}

.contact__form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-family: 'Nunito Sans';
    color: #626262;
    padding-left: 15px
}

.contact__form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px
}

.contact__form .select2-container--open .select2-selection--single {
    border: 3px solid #7c71bf;
    box-shadow: 0 0 16px rgba(0,0,0,.15)
}


.contact__form input:focus ~ .placeholder, .contact__form input:valid ~ .placeholder, .contact__form label.valid, .contact__form textarea:focus ~ .placeholder {
    font-size: 14px;
    top: -10px;
    background-color: #fff
}

.contact__form input:focus {
    border: 3px solid #7c71bf
}

.contact__form .form-label {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.contact__form_col + .contact__form_col {
    margin-left: 20px
}

.contact__form .placeholder {
    position: absolute;
    background-color: transparent;
    color: rgba(98,98,98,.5);
    font-family: 'Nunito Sans';
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    top: 14px;
    left: 15px;
    padding: 0 5px;
    user-select: none;
    transition: .4s;
    cursor: pointer
}

.getInTouch h4 {
    font-family: 'Nunito Sans';
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.0507936px;
    color: #42337e;
    text-transform: uppercase
}

.getInTouch .getInTouch__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 450px;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px
}

.getInTouch .getInTouch__item {
    width: 45%;
    margin-bottom: 27px
}

.getInTouch p {
    margin-top: 0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.0507936px;
    color: #323c47
}

.getInTouch a {
    color: #42337e
}

@media screen and (max-width:1024px) {
    .getInTouch .getInTouch__content {
        max-height: 500px
    }
}

@media screen and (max-width:768px) {
    .contact__form .form-label input, .getInTouch .getInTouch__item {
        width: 100%
    }

    .contact__info_item {
        padding-left: 0;
        margin-bottom: 20px
    }

    .contact__form-wrap {
        flex-direction: column;
        width: 100%
    }

    .contact__form_col + .contact__form_col {
        margin: 0
    }

    .contact__form .select2-container {
        max-width: 100%
    }

    .contact__form .files-field {
        position: relative;
        left: auto;
        top: auto
    }

    .getInTouch .getInTouch__item {
        width: 100%
    }

    .getInTouch .getInTouch__content {
        max-height: none
    }
}