.btn {
    display: flex;
    background: #FF5F04;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    position: relative;
}

.btn::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFEADE;
    z-index: -1;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #D02A06;
}

.btn:focus {
    background: #FF5F04;
}

.btn:active {
    background: #FF5F04;
}

.btn:disabled {
    cursor: auto;
    background: rgba(255, 95, 4, 0.2);
}

.btn-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 35px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px
}

.btn-primary .arrow {
    width: 7px;
    height: 12px;
    background-image: url(../img/arrow-small.svg);
    background-repeat: no-repeat;
    background-size: 7px 12px;
    margin-left: 13px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-primary .arrow::after {
    position: absolute;
    content: '';
    width: 11px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -6px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-primary:hover .arrow {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.btn-primary:hover .arrow::after {
    width: 21px;
    left: -16px
}

.btn-primary:focus::after {
    width: 105%;
    width: calc(100% + 6px);
    height: 110%;
    height: calc(100% + 6px);
    border-radius: 4px
}



.contact {
    padding: 70px 0;
    color: #fff;
    overflow: hidden
}

.contact .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45.968%;
    position: relative;
    margin-bottom: auto
}

.contact .content::after {
    position: absolute;
    content: '';
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150vw;
    height: 90%;
    height: calc(100% - 40px);
    background: #1d2b37;
    z-index: -1
}

.contact .content .title {
    margin: 120px 0 15px
}

.contact .content .text {
    margin: 0 0 30px
}

.contact .content .custom-list::before {
    background-image: url(../img/white-arrow.svg)
}

.contact .form-wrap {
    width: 46%;
    color: #101010
}

.title-secondary {
    font-size: 36px;
    line-height: 45px;
}

.custom-list {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 20px;
    position: relative;
    padding-left: 17px;
}

.custom-list::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 9px;
    height: 19px;
    background-image: url("../img/blue-arrow.svg");
    background-repeat: no-repeat;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.form .label{
    position: static;
    font-family: Mulish,sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #363636;
    pointer-events: all;
    left: 0;
    top: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.form.loaded .form-loading {
    opacity: 1;
    z-index: 9
}

.form.loaded .btn[type=submit] {
    opacity: 0
}

.form.success .form-success {
    opacity: 1;
    z-index: 9
}

.form.success .btn[type=submit] {
    opacity: 0
}

.form.error .form-error {
    opacity: 1;
    z-index: 9
}

.form.error .btn[type=submit] {
    opacity: 0
}

.form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 4px 35px rgba(163,163,163,.25);
    box-shadow: 0 4px 35px rgba(163,163,163,.25);
    border-radius: 3px
}

.form .title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
    width: 100%;
}
.contact .title{
    color: inherit;
    text-transform: none;
}

.form .title-field {
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.form .field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px
}

.form .field-short {
    width: 48.545%
}

.form .field.disabled label {
    opacity: .3
}

.form .field.disabled input:active,.form .field.disabled input:focus,.form .field.disabled input:hover,.form .field.disabled textarea:active,.form .field.disabled textarea:focus,.form .field.disabled textarea:hover {
    border-color: #cbcbcb
}

.form .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.form input,.form textarea {
    padding: 10px;
    outline: 0;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.form input:active,.form input:focus,.form input:hover,.form textarea:active,.form textarea:focus,.form textarea:hover {
    border-color: #101010
}

.form input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(16,16,16,.7)
}

.form input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(16,16,16,.7)
}

.form input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(16,16,16,.7)
}

.form input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(16,16,16,.7)
}

.form input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(16,16,16,.7)
}

.form textarea {
    min-height: 90px;
    resize: none;
    font-family: Mulish,sans-serif
}

.form .btn {
    margin-top: 10px
}

.form .text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 5px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(16,16,16,.7);
    width: 100%
}

.form .text a {
    font-weight: 700;
    margin-left: 5px
}

.form-error,.form-loading,.form-success {
    position: absolute;
    opacity: 0;
    z-index: -99;
    bottom: 35px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form-error .text-wrap,.form-loading .text-wrap,.form-success .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 45px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(16,16,16,.7)
}

.form-error .text-wrap::before,.form-loading .text-wrap::before,.form-success .text-wrap::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    margin-right: 10px
}

.form-error .text-wrap .uploaded,.form-loading .text-wrap .uploaded,.form-success .text-wrap .uploaded {
    font-weight: 400
}

.form-loading .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ff5f04;
    margin-right: 6px;
    -webkit-animation: 1.5s ease infinite blinking;
    animation: 1.5s ease infinite blinking
}

.form-loading .dot:nth-of-type(3n+2) {
    -webkit-animation-delay: 330ms;
    animation-delay: 330ms
}

.form-loading .dot:nth-of-type(3n+3) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.form-success {
    bottom: 30px
}

.form-success .text-wrap::before {
    background-image: url(../img/success.svg)
}

.form-error {
    bottom: 30px
}

.form-error .text-wrap::before {
    background-image: url(../img/error.svg)
}

@-webkit-keyframes blinking {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    66% {
        opacity: .2
    }
}

@keyframes blinking {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    66% {
        opacity: .2
    }
}

.form{
    flex-direction: row;
    width: initial;
}

@media (max-width: 992px) {
    .form .field-short {
        width: 100%;
    }
    .contact .form-wrap {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .form .field-short {
        width: 48.545%;
    }
    .custom-list {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .contact .form-wrap {
        width: 100%;
    }
    .contact .container {
        flex-direction: column;
    }

    .contact .content::after {
        top: -30px;
        height: 140%;
        height: calc(100% + 90px);
    }

    .contact .content .title {
        margin: 0 0 10px;
    }

    .contact .content .text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .contact .content {
        width: 100%;
    }

    .contact .form-wrap {
        width: 100%;
    }

    .contact {
        padding: 50px 0 60px;
    }

    .contact {
        padding: 20px 0 35px;
    }
    .title-secondary {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 576px) {
    .form-wrap {
        padding: 20px 10px 15px;
    }

    .form .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .form .field-short {
        width: 100%;
    }

    .form .btn {
        margin-top: 0;
    }

    .form .text {
        font-size: 10px;
        line-height: 13px;
        margin-top: 10px;
    }

    .custom-list {
        font-size: 14px;
        line-height: 18px;
    }

    .contact .container {
        padding: 0 5px;
    }

    .contact .content::after {
        top: -15px;
        height: 135%;
        height: calc(100% + 60px);
    }

    .contact .content {
        padding: 0 10px;
    }
    .title-secondary {
        font-size: 20px;
        line-height: 25px;
    }
}