/* ==========================================
   CONTACT FORM
========================================== */

/* .ds-contact-section {
    position: relative;
    padding: 245px 20px 80px;
    background: url('../../images/form-data.png') center center / cover no-repeat;
    overflow: hidden;
    margin: 0 auto;
}

.ds-contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    transform: scale(1.05);
    z-index: 1;
}

.ds-contact-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.82);
    z-index: 2;
} */
.ds-contact-section {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 245px 20px 40px;
    overflow: hidden;
    margin: 0 auto;
}

.ds-contact-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    height: 100%; /* подбери под макет */
    max-height: 715px;

    background: url('../../images/form-data.png') center center / cover no-repeat;

    z-index: 1;
}

.ds-contact-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;


    z-index: 2;
height: 100%;
    backdrop-filter: blur(15px);
background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.05) 0%,rgba(255, 255, 255, 1) 90.986%);
}

.ds-contact-wrapper,
.info-form {
    position: relative;
    z-index: 3;
}
.ds-contact-wrapper {
    position: relative;
    z-index: 3;
    max-width: 1214px;
    margin: 0 auto;
    min-width: 1214px;
}

/* ==========================================
   FORM BOX
========================================== */

.ds-contact-box {
    background: #fff;
    border-radius: 4px;
    padding: 60px 60px 96px 60px ;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
}

.ds-title {
color: rgba(0, 0, 0, 1);

font-family: "Montserrat";
font-style: Bold;
font-size: 72px;
font-weight: 700;
line-height: 84px;
letter-spacing: -3%;
text-align: left;
margin-bottom: 60px;
}

/* ==========================================
   FORM GRID
========================================== */

.ds-contact-form {
    margin: 0;
}

.ds-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.ds-row-full {
    grid-template-columns: 1fr;
}

/* ==========================================
   INPUTS
========================================== */

.ds-contact-form input[type="text"],
.ds-contact-form input[type="email"],
.ds-contact-form input[type="tel"] {
    width: 100%;
    height: 74px;
    padding: 0 12px;
    border: 2px solid rgba(133, 133, 133, 0.5);
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    color: #111;
    color: rgba(116, 116, 116, 1);

    font-family: "Open Sans";
    font-style: Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
    font-weight: 400;
    outline: none;
    transition: .2s;


gap: 10px;
padding: 10px 10px 10px 32px;


}

.ds-contact-form textarea {
    width: 100%;
    height: 210px;
   padding: 24px 10px 10px 32px;
    border: 2px solid rgba(133, 133, 133, 0.5);
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    color: #111;
        font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    resize: none;
    outline: none;
    transition: .2s;
}

.ds-contact-form input:focus,
.ds-contact-form textarea:focus {
    border-color: #1198e8;
}
.ds-contact-form input::placeholder,
.ds-contact-form textarea::placeholder {
    color: rgba(116, 116, 116, 1);
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    text-align: left;
    opacity: 1;
}

/* ==========================================
   CHECKBOX
========================================== */

/* .ds-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.ds-checkbox input[type="checkbox"] {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-right: 10px;
}

.ds-checkbox span {
    color: rgba(0, 19, 28, 1);
    font-family: "Open Sans";
    font-style: Regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
} */
.ds-checkbox {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.ds-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    width: 44px;
    height: 44px;

    border: 2px solid #D6D6D6;
    border-radius: 6px;
    background: #fff;

    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin: 0;
}

.ds-checkbox input[type="checkbox"]:checked {
    border-color: #0091DA;
    background: #fff;
}

.ds-checkbox input[type="checkbox"]:checked::after {
    content: '';

    position: absolute;

    left: 13px;
    top: 5px;

    width: 10px;
    height: 20px;

    border-right: 5px solid #0091DA;
    border-bottom: 5px solid #0091DA;

    transform: rotate(45deg);
}
.ds-form-message{
    display:none;
    margin-top:20px;
    font-size:16px;
    line-height:24px;
    font-weight:600;
}

.ds-form-message.success{
    color:#16a34a;
}

.ds-form-message.error{
    color:#dc2626;
}
.ds-checkbox span {
    color: rgba(0, 19, 28, 1);
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
/* ==========================================
   BUTTON
========================================== */

.ds-submit {
    width: 100%;
}

.ds-submit button {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 100px;
    background: #1296db;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: .25s;
}

.ds-submit button:hover {
    background: #0d88c9;
}

.ds-submit button::after {
    content: "→";
    margin-left: 8px;
}

/* ==========================================
   CONTACT INFO BOX
========================================== */

.ds-contact-info {
  
    background: #fff;
    border: 1px solid #8fd3ff;
    border-radius: 4px;
    padding: 52px 20px;
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.ds-contact-item {
    display: flex;
    align-items: center;
    gap: 24px;
     white-space: nowrap;
}

.ds-contact-item svg {
    width: 16px;
    height: 16px;
    fill: #1296db;
    flex-shrink: 0;
}

.ds-contact-item a {
    font-size: 10px;
    color: #222;
    text-decoration: none;
}

.ds-contact-address {
    display: flex;
    /* flex-direction: column; */
    gap: 42px;
    align-items: center;
}

.ds-contact-address-item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 10px;
}
.ds-contact-address-item a {
    max-width: 374px;

    color: rgba(0, 0, 0, 1);

font-family: "Open Sans";
font-style: Regular;
font-size: 20px;
font-weight: 400;
line-height: 27px;
letter-spacing: -3%;
text-align: left;
}

.ds-contact-address-item img {
    width: 14px;
    margin-top: 2px;
}

.ds-contact-address-item span {
   color: rgba(0, 0, 0, 1);

    font-family: "Open Sans";
    font-style: Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -3%;
    text-align: left;
    }
.ds-btn span {
    display: flex;
    align-items: center;
}

.ds-btn {
        /* submit button */
    width: 100%;
    height: 91px;
    /* Автолейаут */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 17px 36px 17px 36px;
    border: 3px solid rgba(0, 145, 218, 1);
    border-radius: 36px;
    background: rgba(0, 145, 218, 1);
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.ds-btn {
    transition: all .3s ease;
}

/* .ds-btn:hover {
    background: #fff;
    color: #0091DA;
} */

.ds-btn-arrow path {
    transition: stroke .3s ease;
}

/* .ds-btn:hover .ds-btn-arrow path {
    stroke: #0091DA;
} */
.ds-btn-text,
.ds-btn-arrow {
    transition: all .3s ease;
}

.ds-btn:hover .ds-btn-arrow {
    transform: translateX(10px);
}

.ds-btn:hover .ds-btn-text {
    transform: translateX(-5px);
}
.ds-btn-text {
    transition: all .3s ease;
}

.ds-btn:hover .ds-btn-text {
   /*  letter-spacing: 0.04em;
    transform: scale(1.05); */
}
.ds-btn-text,
.ds-btn-arrow {
    transition: all .3s ease;
}

.ds-btn:hover .ds-btn-text {
    /* letter-spacing: 0.04em;
    transform: scale(1.05); */
}

.ds-btn:hover .ds-btn-arrow {
    transform: translateX(10px);
}

.info-form {
 position: relative;
    z-index: 3;
    max-width: 1214px;
    margin: 0 auto;
    min-width: 1214px;
    padding: 40px 0px 140px;
}



.ds-contact-item img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.ds-contact-item a {
color: rgba(0, 0, 0, 1);

font-family: "Open Sans";
font-style: Regular;
font-size: 20px;
font-weight: 400;
line-height: 27px;
letter-spacing: -3%;
text-align: left;
text-decoration-line: underline;
}



.ds-contact-address-item img {
    width: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}


.cont-info {
    max-height: 36px;
}
.cont-info svg {
   width: 36px;
height: 36px;
max-height: 36px;
}
.cont-info svg path{
    min-height: 36px;
}
/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 1240px) {

.ds-contact-wrapper {
  
    min-width: 100%;
}
.info-form {
 
    min-width: 100%;
    padding: 20px 15px 80px;
}
}


@media (max-width: 767px) {

        .ds-title {
        font-size: 40px;
    }
.ds-btn {
    width: 100%;
    height: 70px;
  
    font-size: 22px;
}
    .ds-row {
        grid-template-columns: 1fr;
    }



    .ds-contact-box {
        padding: 25px 15px;
    }

    .ds-contact-info {
               align-items: center;
          grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
          justify-content: left;
        justify-items: left;
    }
.ds-contact-address {
    flex-direction: column;
    align-items: flex-start;
        gap: 20px;
}
    .ds-contact-item {
        white-space: normal;
    }

    .ds-contact-section {
    padding: 60px 20px 40px;
  
}
.ds-checkbox {
    margin-top: 30px;
    margin-bottom: 30px;
}
   .ds-checkbox span {

    font-size: 18px;
   
}
.ds-contact-form input::placeholder,
.ds-contact-form textarea::placeholder {
    font-size: 18px;
}

.ds-contact-form input[type="text"],
.ds-contact-form input[type="email"],
.ds-contact-form input[type="tel"] {

    font-size: 18px;
 


}

.ds-contact-form textarea {
    height: 170px;
        font-size: 18px;
}
}