.contacts-page{
    background: url(/wp-content/themes/quattro/images/background-octane.svg) center top repeat;
}
.contacts-banner{
    height: 322px;
    position: relative;
}
.contacts-banner .image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.contacts-banner .image:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #646464 0%, #2D2D2D 88%);
    opacity: .88;
}
.contacts-banner .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.contacts-banner .banner-info{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}
.contacts-banner .h1-and-banner-text{
    text-align: center;
    position: relative;
    z-index: 1;
}
.contacts-banner .h1-and-banner-text h1{
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    color: white;
    text-align: center;
}
.contacts-banner .h1-and-banner-text .banner-text{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: white;
    margin-top: 15px;
}
.contacts-info-wrap{
    padding: 40px;
    border-radius: 20px;
    max-width: 1200px;
    margin: -120px auto 50px;
    background-color: white;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
}
.contacts-info{
    min-width: 640px;
    max-width: 640px;
}
.phone-email-socials{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #EBEBEB;
}
.social-block{
    min-width: 45%;
    max-width: 45%;
    margin-bottom: 40px;
}
.social-block .title{
    display: flex;
    align-items: center;
    line-height: 14px;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 9px;
}
html[lang="ar"] .social-block .title{
    justify-content: flex-end;
}
.social-block .title img{
    margin-right: 8px;
}
html[lang="ar"] .social-block .title img{
    order: 1;
    margin: 0 0 0 8px;
}
.social-block a{
    font-size: 16px;
}
.social-block a[data-id="whatsapp"],
.social-block a[aria-label="telegram"],
.social-block a.view-on-map{
    color: var(--pix-orange);
}
.address-and-map{
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
}
.address-and-map .social-block{
    min-width: 40%;
    max-width: 40%;
}
.address-and-map .social-block .address{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin-bottom: 12px;
}
.address-and-map .pix-map-container{
    min-width: 45%;
    max-width: 45%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}
.address-and-map #pix-map{
    width: 100%;
    height: 100%;
    margin: 0;
}

.contacts-form{
    padding: 24px 24px 0;
    border-radius: 16px;
    background: var(--pix-text-gray);
    min-width: 420px;
    max-width: 420px;
    margin-left: auto;
}
.contacts-form-title{
    font-size: 18px;
    line-height: normal;
    font-weight: 800;
    color: white;
}
#wpforms-5577 .wpforms-field-container{
    margin-top: 16px;
}
#wpforms-5577 label.wpforms-label-hide,
#wpforms-5577-field_7-container,
#wpforms-5577-field_10-container,
#wpforms-5577-field_6-container{
    display: none;
}
#wpforms-5577 input[type="text"]:not(.search-input),
#wpforms-5577 input[type="tel"],
#wpforms-5577 textarea{
    border-radius: 8px;
    height: 44px;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.10);
    max-width: 100%;
}
html[lang="ar"] #wpforms-5577 input[type="text"]:not(.search-input),
html[lang="ar"] #wpforms-5577 textarea{
    text-align: right;
}
#wpforms-5577 div.wpforms-container-full{
    max-width: 117px;
}
#wpforms-5577 input[type="tel"]{
    background: transparent;
    max-width: 117px;
}
.iti--separate-dial-code .iti__selected-dial-code{
    color: rgba(255, 255, 255, 0.50);
}
#wpforms-5577 textarea{
    height: 110px;
    min-height: 110px;
    max-height: 310px;
    padding-top: 12px;
}
#wpforms-5577 input[type="tel"]::-webkit-input-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-5577 input[type="tel"]::-moz-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-5577 input[type="tel"]::-ms-input-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-5577 input.wpforms-error{
    border: 1px solid red !important;
}
#wpforms-5577 .iti--allow-dropdown{
    padding: 0 0 0 16px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 8px;
}
#wpforms-5577 .iti__flag-container{
    border: 0 !important;
}
/*html[lang="ar"] #wpforms-5577 .iti__flag-container{*/
/*    margin-right: 15px;*/
/*    !*order: 1;*!*/
/*}*/
/*html[lang="ar"] #wpforms-5577 .iti__flag.iti__ru{*/
/*    order: 2;*/
/*}*/
/*html[lang="ar"] #wpforms-5577 .iti__arrow{*/
/*    order: 1;*/
/*}*/
#wpforms-5577 .wpforms-field{
    padding: 0;
    margin-bottom: 16px;
}
#wpforms-5577-field_13{
    display: flex;
    justify-content: center;
    direction: ltr;
}
#wpforms-5577-field_13 li{
    list-style: none;
    margin: 0 8px 0 0 !important;
    height: 44px;
    border-radius: 8px;
    border: 1px solid var(--pix-grey-border) !important;
    display: flex;
    align-items: center;
    position: relative;
    direction: ltr;
}
#wpforms-5577-field_13 li:last-child{
    margin-right: 0 !important;
}
#wpforms-5577-field_13 li:before{
    content: "";
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    border: 1px solid black;
    border-radius: 50%;
    margin-left: 12px;
}
#wpforms-5577-field_13 li:after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 16px;
}
#wpforms-5577-field_13 li label{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    padding: 0 12px 0 36px;
    margin-left: -27px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
}
#wpforms-5577-field_13 li.wpforms-selected {
    border-radius: 8px;
    border: 1px solid var(--pix-orange) !important;
}
#wpforms-5577-field_13 li.wpforms-selected:before {
    border: 1px solid var(--pix-orange);
}
#wpforms-5577-field_13 li.wpforms-selected:after {
    background: var(--pix-orange);
}
#wpforms-submit-5577{
    width: 100%;
    height: 44px;
    text-align: center;
    background: var(--pix-orange);
    color: white;
    border: 1px solid transparent;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: var(--pix-main-font);
    font-size: 14px;
    font-weight: 800;
    padding: 2px 15px;
    margin: 0 auto;
    display: block;
    transition: all .3s ease;
}
#wpforms-5577 .wpforms-field-limit-text{
    display: none;
}

@media screen and (max-width: 1200px) and (min-width: 1150px) {
    .contacts-info {
        min-width: 580px;
        max-width: 580px;
    }
}
@media screen and (max-width: 1150px) and (min-width: 1050px) {
    .contacts-info {
        min-width: 500px;
        max-width: 500px;
    }
}
@media screen and (max-width: 1050px) and (min-width: 1000px) {
    .contacts-info {
        min-width: 450px;
        max-width: 450px;
    }
}
@media screen and (max-width: 1000px){
    html[lang="ar"] .contacts-banner .h1-and-banner-text h1,
    html[lang="ar"] .contacts-banner .h1-and-banner-text .banner-text{
        text-align: right;
    }
    .contacts-info-wrap{
        display: block;
    }
    .contacts-info{
        min-width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
    .contacts-form{
        margin: 32px auto 0;
        padding: 24px 24px 1px;
    }
}
@media screen and (max-width: 500px){
    .contacts-banner {
        height: 277px;
    }
    .contacts-banner .banner-info{
        height: 158px;
        padding: 0 16px;
    }
    .contacts-banner .h1-and-banner-text h1{
        font-size: 24px;
        text-align: left;
    }
    .contacts-banner .h1-and-banner-text .banner-text{
        text-align: left;
        line-height: 22px;
    }
    .contacts-info-wrap{
        width: 90%;
        padding: 20px;
    }
    .contacts-info{
        min-width: 100%;
        max-width: 100%;
        display: block;
    }
    .phone-email-socials, .address-and-map{
        display: block;
    }
    .social-block {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .address-and-map .social-block, .address-and-map .pix-map-container{
        min-width: 100%;
        max-width: 100%;
    }
    .address-and-map .social-block{
        margin-bottom: 16px;
    }
    .contacts-form{
        min-width: 100%;
        max-width: 100%;
    }
}