.contacts-hero-top {
    border-bottom: 1px solid rgba(201, 201, 201, 0.53);
    padding-bottom: 17px;
    margin-bottom: 26px;
}

.contacts-h1 {
    color: #656565;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contacts-hero-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 95px;

}

.contact-hero-left {
    width: 407px;
}

.contact-hero-left-title {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact-hero-right {
    width: calc(100% - 483px);
}

.contact-hero-right-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 99px;
    margin-top: 18px;
    width: 594px;
    max-width: 100%;
}

.contact-hero-right-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -55px;
    margin-left: -33px;
    margin-right: -33px;
}

.contact-hero-list-right-item {
    margin-left: 33px;
    margin-right: 33px;
    margin-top: 55px;
    width: 200px;
}

.contact-hero-list-right-item-title {
    color: #646464;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 19px;
}

.contact-hero-list-right-item-value {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact-hero-list-right-item-value p {
    margin-bottom: 7px;
}

.contact-hero-list-right-item-value p:last-child {
    margin-bottom: 0;
}

.contact-hero-list-right-item-value a {
    color: #000;
    text-decoration: none;
}

.contact-hero-list-right-item-value a:hover {
    text-decoration: underline;
}

.contacts-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(201, 201, 201, 0.53);
    padding-top: 26px;
    padding-bottom: 122px;
}

.contacts-form-title {
    width: 407px;
    color: #656565;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contacts-form-wrapper {
    width: calc(100% - 483px);
}

.contacts-form-row {
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.contacts-form-row-double {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contacts-form-col-2 {
    width: calc(50% - 12px);
    position: relative;
}

.contacts-form-col-2--phone input {
    padding-left: 59px !important;
}

.contacts-form-col-2-phone-code {
    color: #A8A8A8;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    position: absolute;
    top: 27px;
    left: 24px;
    z-index: 20;
}

.contacts-form-style input {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    padding: 26px 24px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    outline: none;
}

.contacts-form-style textarea {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    padding: 26px 24px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    outline: none;
    resize: none;
}

.contacts-form-style textarea::placeholder {
    color: #4B4B4B;
    text-transform: uppercase;
}

.contacts-form-style textarea.wpcf7-not-valid {
    border: 1px solid #FF221D;
    background: #FFF8F7;
}

.contacts-form-style .wpcf7-not-valid-tip {
    color: #FF0100;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 9px;
}

.contacts-form-style input.wpcf7-not-valid {
    border: 1px solid #FF221D;
    background: #FFF8F7;
}

.contacts-form-style input::placeholder {
    color: #4B4B4B;
    text-transform: uppercase;
}

.wpcf7-response-output {
    border-radius: 8px;
    background: rgba(219, 30, 56, 0.70) !important;
    border-color: rgba(219, 30, 56, 0.70) !important;
    backdrop-filter: blur(20px);
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(15, 23, 42, 0.05);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 18px !important;
    padding: 9.5px 20px !important;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #46b450 !important;
    background: #46b4501f !important;
    color: #000;
}

.jq-selectbox {
    width: 100%;
}

.jq-selectbox__select {
    border-radius: 8px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    cursor: pointer;
    width: 100%;
    position: relative;
    z-index: 10;
}

.jq-selectbox__select-text {
    color: #4B4B4B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding: 6px 58px 6px 24px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: normal;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 19px;
    right: 24px;
    width: 24px;
    height: 24px;
    transition: 0.25s;
    transform-origin: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjAwMDUgMTUuMDAwNkw3Ljc1NzgxIDEwLjc1OEw5LjE3MjAzIDkuMzQzNzVMMTIuMDAwNSAxMi4xNzIyTDE0LjgyODkgOS4zNDM3NUwxNi4yNDMxIDEwLjc1OEwxMi4wMDA1IDE1LjAwMDZaIiBmaWxsPSIjNjU2NTY1Ii8+Cjwvc3ZnPgo=");
    background-position: center;
    background-repeat: no-repeat;
}

.jq-selectbox.opened .jq-selectbox__trigger {
    transform: rotate(180deg);
}

.jq-selectbox__dropdown {
    width: 100%;
    background: #fff;
    border-radius: 0px 0px 12px 12px;
    padding-top: 12px;
    margin-top: -4px;
    padding-bottom: 12px;
}

.jq-selectbox__dropdown li {
    padding: 10px 12px;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.jq-selectbox__dropdown li.sel {
    color: #4B4B4B;
}

.jq-selectbox__dropdown li:first-child {
    display: none;
}

.contacts-form-btn {
    border-radius: 8px;
    background: #E01C35;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    min-width: 202px;
    min-height: 68px;
    max-width: 100%;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    outline: none;
    border: none;
    transition: 0.25s;
}

.contacts-form-btn:hover {
    background: #ff0021;
}

.contacts-form-btn:focus {
    border: 1px solid #A81728;
    background: #A81728;
}



@media screen and (max-width: 1180px) {
    .contacts-form-row-double {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contacts-form-col-2 {
        width: 100%;
        margin-bottom: 12px;
    }

    .contacts-form-col-2:last-child {
        margin-bottom: 0;
    }

    .contacts-form-row-double {
        margin-bottom: 12px;
    }

    .contacts-form-row {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 992px) {
    .contacts-hero-top {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .contacts-hero-flex {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 40px;
    }

    .contacts-form {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-top: none;
        padding-top: 0;
        padding-bottom: 54px;
    }

    .contact-hero-left {
        width: 100%;
        margin-bottom: 12px;
    }

    .contact-hero-left-title {
        font-size: 40px;
    }

    .contact-hero-right {
        width: 100%;
    }

    .contact-hero-right-text {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 14px;
    }

    .contact-hero-right-list {
        margin-top: -24px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .contact-hero-list-right-item {
        order: 3;
        margin-top: 24px;
        margin-left: 6px;
        margin-right: 6px;
        width: calc(50% - 12px);
    }

    .contact-hero-list-right-item:nth-child(4) {
        order: 1;
        width: 100%;
    }

    .contact-hero-list-right-item-title {
        margin-bottom: 12px;
    }

    .contacts-form-title {
        width: 100%;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(201, 201, 201, 0.53);
        margin-bottom: 12px;
    }

    .contacts-form-wrapper {
        width: 100%;
    }

    .contacts-form-btn {
        margin-left: auto;
        margin-right: auto;
    }
}