.contacts-into {
    padding: 40px 0;
}
.contacts-wrap{
    padding-top: 70px;
}
.contact-soc-s a{
display: flex;
width: 276px;
height: 50px;
border-radius: 100px;
}
html[dir="ltr"] .into-form-wt input{
text-align: left !important;
}
html[dir="rtl"] .w-im-wt {
    width: 500px;
    position: relative;
    position: relative;
    left: 126px;
}
html[dir="rtl"] .contact-soc-s span {
    margin-right: 0px;
    margin-left: 9px;
}
    

    .into-form-wt h3{
    
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
}
.conact-form-wt {
    border: 10px solid white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 21px;
    margin-bottom: 30px;
    
}
.conact-form-wt{
    background: url(../img/contact/bg_form.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-soc-s a{
    font-weight: 700;
    font-size: 16px;
    color: white;
    display: flex;
    width: 276px;
    height: 50px;
    border-radius: 70px;
    justify-content: center;
    align-items: center;     
}
.contact-soc-s span{
        margin-right: 10px;
}
.contact-soc-s{
    display: flex;
    justify-content: space-between;
}

.contact-soc-s a:nth-child(1){
    background-color: #4E6297;   
}
.contact-soc-s a:nth-child(2){
background: linear-gradient(43.94deg, #EEA054 16.16%, #D64763 50.11%, #B62A99 83.68%);
  
}
.contact-soc-s a:nth-child(3){
    background-color: #000;
}
.contact-soc-s a:nth-child(4){
    background-color: #F40000;
}

.w-im-wt {
    width: 500px;
    position: relative;
}
.w-im-wt img{
     position: absolute;
    width: 477px;
    left: -56px;
    top: -21px;
}
.contacts-into h2 {
text-align: center;
    color: #04001F;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
}
.wrap-grid-2{
    display: grid;
    grid-template-columns: 390px 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 23px;
    position: relative;
}
.container-3{
    max-width: 1170px;
    margin: 0 auto;
}
.contacts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    
    margin: 0 auto;
}

.contact-box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 18px 20px;

}

.contact-label {
 
       font-size: 24px;
    font-weight: 600;
    margin-bottom: 11px;
}

.contact-phone-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-phone-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-flag {
    width: auto;
    height: auto;
    object-fit: none;
   
    position: relative;
    top: 3px;
}
.contact-whatsapp .contact-number{
  font-size: 30px;
}
.contact-number {

    font-family: Roboto;
    font-weight: 700;

    font-size: 20px;

    line-height: 140%;
    
}
.contact-email a{
    display: flex;
    align-items: center;
    gap: 12px;
 
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
   
    line-height: 24px;
    letter-spacing: 0%;
}

.contact-whatsapp {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 42px;
}
.span-wt p{
    margin-top: 20px;
    margin-bottom: 10px;

}
.contact-soc-s a{
    transition: all 0.3s ;
}
.contact-soc-s a:hover{
    opacity: .8;
}
.span-wt{

    font-weight: 400;

    font-size: 20px;

    line-height: 24px;

}
.contact-wa-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.contact-box.span-wt{
    grid-column: span 3;
}

.contact-email {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 44px;
}

.contact-email-icon {
    width: 24px;
    height: 24px;
    color: #e91e63;
    flex-shrink: 0;
}

.contact-email-link {
    color: #2d3748;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-email-link:hover {
    color: #1a365d;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .w-im-wt{
        display: none;
    }
    .contact-soc-s {
    display: flex;
    justify-content: space-between;
    gap: 13px;
}
        .w-im-wt img {
        position: static;
        width: 304px;
        margin: 0 auto;
    }
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    row-gap: 30px;
    column-gap: 30px;
    margin: 0 auto;
}
.w-im-wt img {
  position: static;
        width: auto;
        margin: 0 auto;

}
.contact-box{
        padding-bottom: 13px;
      
}
.contact-box:nth-child(3){
    padding-bottom: 40px;
}
.contact-box:nth-child(4){
    padding-bottom: 40px;
}
.contact-box.span-wt {
    grid-column: auto;
}
.contact-email {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 17px;
}
.contacts-into{
        padding: 0 17px;
}
.span-wt p {
    margin-top: 27px;
    margin-bottom: 10px;
}
.w-im-wt{
    width: 100%;
}
.wrap-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 23px;
    position: relative;
}
}

@media (max-width: 870px) { 
.into-form-wt h3 {
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    margin-bottom: 16px;
}
.w-im-wt{
        width: 300px;
    margin: 0 auto;
}
 }
 @media (max-width: 765px) {  
    .contacts-wrap {
    padding-top: 105px;
}
.contacts-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        row-gap: 10px;
        column-gap: 10px;
        margin: 0 auto;
    }
    .contact-soc-s {
        display: flex;
        justify-content: space-between;
        gap: 27px;
        flex-wrap: wrap;
    }
        .contact-box:nth-child(3) {
        padding-bottom: 18px;
    }
    .contact-box:nth-child(4) {
        padding-bottom: 18px;
    }
 }
 @media (max-width: 595px) { 
.contact-soc-s a {
    font-weight: 700;
    font-size: 16px;
    color: white;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 70px;
    justify-content: center;
    align-items: center;
}
    .contact-soc-s {
        display: flex;
        justify-content: space-between;
        gap: 9px;
        flex-wrap: wrap;
    }
  }

 @media (max-width: 511px) { 
    .contact-box:nth-child(3) {
        padding-bottom: 19px;
    }
        .contact-number a {
        font-size: 16px;
    }
    .contacts-into h2 {
    text-align: center;
    color: #04001F;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}
.contact-number a{
    font-size: 16px;
}
.contact-label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 11px;
}
.contact-phone-item img{
   
}
.contact-number a{
    font-size: 20px;
}
.contact-flag {
    width: 34px;
    height: auto;
    object-fit: contain;
    position: relative;
    top: 3px;
}
.contact-number a{
font-size: 17px;
}
.contact-whatsapp {
    display: flex;
    align-items: center;

    margin-top: 11px;
}
.contact-email svg{
    width: 23px;
}
.contact-email a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;

    font-size: 17px;
    line-height: 24px;

}
.into-form-wt .grid{
    display: flex;
    flex-direction: column;
text-align: left;
}
    .contacts-wrap {
        padding-top: 81px;
    }

        .span-wt p {
        margin-top: 19px;
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 23px;
    }
        .into-form-wt h3 {
        font-weight: 700;
        font-size: 23px;
        text-align: center;
        margin-bottom: 16px;
        line-height: 30px;
    }
  }

