.about__top__block {
    display: flex;
    justify-content: space-between;
    padding: 18px 0px 83px;
}

.about__title h1 {
    font-size: 38px;
    font-family: Tilda;
    color: #0A0D14;
    line-height: 100%;
    font-weight: 600;
}

.about__subtitle p {
    font-size: 24px;
    font-family: Tilda;
    color: #0A0D14;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 100%;
    padding-bottom: 20px;
}

.about__description p {
    font-size: 16px;
    font-family: Tilda;
    color: #9F9F9F;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 108%;
}

.about__title {
    width: 100%;
}

.about__top__info {
    width: 100%;
}

.about__location {
    padding: 23px 80px;
    text-align: center;
    box-shadow: 0px 4px 9px rgba(152, 160, 180, 0.25);
    border-radius: 5px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FCFCFC;
}

.about__location__block__subtitle p {
    font-size: 16px;
    font-family: Tilda;
    color: #333333;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 24px;
    padding-top: 16px;
    transition: 0.2s ease;
}

.about__location__block__subtitle p:hover {
    color: #00A1E4;
}

.about__mail__block__subtitle p {
    font-size: 16px;
    font-family: Tilda;
    color: #333333;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 24px;
    filter: none;
    transition: 0.2s ease;
}

.about__mail__block__img {
    padding-bottom: 16px;
}

.about__mail__block__subtitle p:hover {
    color: #00A1E4;
}

.about__phone__block__subtitle p {
    font-size: 16px;
    font-family: Tilda;
    color: #333333;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 24px;
    filter: none;
    transition: 0.2s ease;
}

.contact-item svg {
    transition: stroke 0.2s ease;
}

.contact-item:hover svg {
    opacity: 0.8;
}

.about__phone__block__img {
    padding-bottom: 16px;
}

.about__phone__block__subtitle p:hover {
    color: #00A1E4;
}

.about__block__padding {
    padding-bottom: 50px;
    max-width: 200px;
}

.about__block__padding a {
    text-decoration: none;
}

.textarea-large {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: Tilda;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    resize: vertical;
    background: #fff;
    height: 120px;
}

.textarea-large::placeholder {
    color: #98A0B4;
    opacity: 1;
}

.about__form__inputs {
    padding: 60px 50px 31px;
    box-shadow: 0px 4px 9px rgba(152, 160, 180, 0.25);
    border-radius: 5px;
    width: 100%;
    background-color: #FCFCFC;
}

.about__form__inputs__title h1 {
    font-size: 24px;
    font-family: Tilda;
    color: #0A0D14;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px;
}

.about__inouts__subtitle p {
    font-size: 20px;
    font-family: Tilda;
    color: #0A0D14;
    font-weight: 500;
    line-height: 108%;
    padding: 0;
    margin: 0;
}

.about__form__inputs span {
    font-size: 16px;
    font-family: Tilda;
    color: #0A0D14;
    font-weight: 500;
    line-height: 24px;
}

.about__form__inputs input {
    padding: 12px 10px;
    border: 1px solid #D0D5DD;
    border-radius: 5px;
    font-size: 14px;
    font-family: Tilda;
    line-height: 14px;
    font-weight: 500;
    width: 100%;
}

.about__form__inputs input::placeholder {
    color: #98A0B4;
    opacity: 1;
}

.about__form__inputs input:focus,
.about__form__inputs textarea:focus {
    border-color: #00A1E4;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 161, 228, 0.4);
}

.about__form__inputs__top {
    padding: 40px 0 21px;
    display: flex;
    gap: 20px;
}

.about__form__inputs label {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about__form__btn button {
    padding: 20px 95px;
    background-color: #00A1E4;
    color: #fff;
    text-decoration: none;
    border: none;
    font-family: Tilda;
    font-weight: 600;
    line-height: 100%;
    font-size: 16px;
    border-radius: 5px;
    filter: none;
    transition: 0.2s ease;
}

.about__form__btn button:hover {
    opacity: 0.8;
}

.about__form__btn {
    padding: 50px 0px 0px;
}

.about__form__blocks {
    display: grid;
    grid-template-columns: 1fr 2.7fr;
    gap: 30px;
    padding-top: 50px;
}

.about__forms {
    padding: 80px 0px;
}
@media (max-width: 768px) {
    .about__forms{
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .about__top__block {
        display: block;
        padding-bottom: 40px;
    }

    .advantages__block__cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .about__form__blocks {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0px;
    }

    .about__form__inputs__top {
        flex-direction: column;
    }

    .about__form__inputs input {
        padding: 12px 10px;
        font-size: 16px;
    }

    .advantages {
        padding-top: 0px;
    }

    .about__location {
        width: 100%;
        margin-bottom: 20px;
    }

    .about__form__inputs {
        padding: 39px 20px;
    }

    .about__form__inputs label {
        padding: 0;
    }

    .about__form__btn button {
        width: 100%;
    }
}

.contacts-map {
    width: 100%;
    height: 100vh;
    margin-top: 80px;
}

@media (max-width: 768px) {
    .contacts-map {
        height: 300px;
    }
}

.contacts-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    border-radius: 10px;
    padding-bottom: 50px;
}