/* contact page section */

.contact-section {
    display: flex;
    justify-content: space-between;
    /*align-items: center !important;*/
    background: white;
    padding: 24px;
    border-radius: 12px;
    max-width: 1170px;
    margin: 0 auto;
}

.contact-section   .wp-block-heading{
    margin: 0 0 12px;
    font-size:20px;
    font-weight:500;
    line-height:22px;
    letter-spacing:0;
}

.contact-section p{
    margin-bottom: 12px;
}

.contact-section *:last-child{
    margin-bottom: 0;
}

.contact-section  .info {
    width: 45%;
}

.contact-section  .info-block {
    padding: 24px;
    margin-bottom: 16px;
}

.contact-section  .info-block:last-child{
    margin-bottom: 0;
}

.contact-section  .info-block h3 {
    font-weight: bold;
    margin-bottom: 6px;
}

.contact-section  .icon {
    width: 18px;
    vertical-align: middle;
    margin-right: 6px;
}

.contact-section  .form {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-section  .form h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-section p{
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.contact-section form {
    display:flex;
    flex-direction:column;
}

.contact-section form  {
    position:relative;
}

.contact-section form p br{
    display:none;
}

.contact-section a{
    color: inherit;
    text-decoration: none;
}

.contact-section .whatsapp-link a,
.contact-section .insta-link a,
.contact-section .telegram-link a{
    display: inline-block;
    position: relative;
    padding-left: 36px;
    margin: 4px 0;
}

.contact-section .whatsapp-link a:after,
.contact-section .insta-link a:after,
.contact-section .telegram-link a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto;
}

.contact-section .whatsapp-link a:after{
    background: center / contain no-repeat url("/wp-content/themes/ft/assets/img/contacts/whatsapp-icon-dark.svg");
}

.contact-section .insta-link a:after{
    background: center / contain no-repeat url("/wp-content/themes/ft/assets/img/contacts/instagram-icon.png");
}

.contact-section .telegram-link a:after{
    background: center / contain no-repeat url("/wp-content/themes/ft/assets/img/contacts/telegram-icon-dark.svg");
}


.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section textarea{
    width: 100%;
    border:  1px solid #BABABB;
    border-radius:8px;
    outline: none;
}

.contact-section input[type="text"],
.contact-section input[type="email"]{
    font-weight: 400;
    font-size: 18px;
    line-height: 244%;
    color: #0d0d0d;
    margin: 0 0 18px;
    height:52px;
    padding:4px 12px;
}

.contact-section input::placeholder,
.contact-section textarea::placeholder{
    font-size:18px;
    font-weight:400;
    line-height:44px;
    letter-spacing:0;
}

.contact-section textarea{
    display: block;
    padding:4px 12px;
    font-size: 18px;
    line-height: 44px;
}

.contact-section-form-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}


.contact-section input:-webkit-autofill,
.contact-section input:-webkit-autofill:hover,
.contact-section input:-webkit-autofill:focus,
.contact-section input:-webkit-autofill:active{
    background: transparent !important;
    -webkit-text-fill-color: #0d0d0d !important;
    color: #0d0d0d !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.contact-section input[type="submit"]{
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 12px 60px;
    border-radius: 62px;
    background: #171717;
    line-height: 100%;
    letter-spacing: 0;
    margin: 18px 0 0;
    transition: all 0.3s ease;
    float: right;
    cursor: pointer;
    border: 1px solid #171717;
}

.contact-section input[type="submit"]:hover{
    color:#171717;
    background:#FFFFFF;
}



.contact-section form p .wpcf7-form-control-wrap span{
    margin:-12px 0 0;
}

.contact-section .wpcf7-response-output{
    display: none;
    border: none !important;
    font-size: 14px;
    /*display: none;*/
}

.contact-section .sent .wpcf7-response-output{
    position: absolute;
    left: 0;
    right: auto;
    font-size: 12px;
    display: flex;
    justify-content: center;
    font-weight: 400;
    padding: 12px 5px 12px 0 !important;
    width: 100%;
    max-width: 300px;
    margin: 10px auto !important;
    color: #3E6240;
    align-items: center;
    border: none !important;
    background: transparent;
    bottom: 0;
}

.contact-section .wpcf7-form-control-wrap{
    display: block;
    position: relative;
}

.contact-section .wpcf7-not-valid-tip{
    position: absolute;
    bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #d00;
}

.contact-section textarea + .wpcf7-not-valid-tip{
    bottom: -20px;
}

.contact-section .form-wrap .screen-reader-response,
.contact-section .wpcf7-spinner{
    display: none !important;
}

/* end contact page section */