.with-gray-ellipse,.with-orange-ellipse {
    position: relative;
}
.with-gray-ellipse::before {
    content: '';
    position: absolute;
    width: 363px;
    height: 363px;
    background: #FFFFFF;
    opacity: 0.5;
    filter: blur(250px);
    left: -220px;
    top: 70px;
}
.with-orange-ellipse::after {
    content: '';
    position: absolute;
    width: 363px;
    height: 363px;
    background: #FF8400;
    opacity: 0.5;
    filter: blur(250px);
    right: -100px;
    bottom: 70px;
    z-index: -1;
}
.thanks-wrapper {
    overflow: hidden;
}
.thanks-wrapper.with-orange-ellipse::after {
    bottom: -90px;
    right: -270px;
}
.contacts-top {
    padding-top: 80px;
}

.contacts-phone-par {
    margin-top: 40px;
    font-size: 24px;
}
.contacts-phone-par a {
    color: #fff;
}
.contacts-phone-par a:hover,.contacts-social-list a:hover {
    color: var(--et-color-3);
}
.contacts .order {
    background-image: none;
}
.contacts-social-list {
    display: flex;
    align-items: center;
    gap:12px;
    margin-top: 20px;
}
.contacts-social-list a {
    font-size: 36px;
    color: #fff;
}

.order-form-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: space-between;
}
.order-form-decoration-img {
    display: inline-flex;
    justify-content: flex-end;
}


/* Thanks */

.thanks-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.thanks-row .item {
    width: 48%;
}
.thanks-row .item.image {
    position: relative;
    text-align: right;
}
.thanks-row .item.image img {
    position: relative;
    top: -20px;
    max-width: 100%;    
}
.thanks-row .thanks-text {
    font-size: 24px;
    margin-top: 40px;
    line-height: 1.2;
    font-weight: 500;
}
.thanks-row .thanks-text strong {
    font-size: 26px;
}

@media (max-width: 1399px){
    .order-form-decoration-img img {
        width: 400px;
        height: fit-content;
    }
    .thanks-wrapper {
        padding: 50px 0;
    }
}

@media (max-width: 991px){
    .order-form-row {
        grid-template-columns: repeat(1,1fr);
    }
    .order-form-decoration-img {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .order-form-decoration-img img {
        max-width: 100%;
    }
    .et-body.contacts h2 {
        font-size: 28px;
    }
    .contacts-phone-par {
        font-size: 17px;
        margin-top: 10px;
    }
    .contacts .order {
        padding-top: 20px;
    }
    .contacts-social-list a {
        font-size: 28px;
    }
    .order .subtitle {
        font-size: 17px;
    }
    .et-body .thanks-wrapper h2 {
        font-size: 28px;
    }
    .thanks-row .thanks-text {
        font-size: 18px;
    }
    .thanks-row .thanks-text strong {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .thanks-row .item {
        width: 100%;
    }
    .thanks-row .item.image {
        display: none;
    }
    .thanks-row .thanks-text {
        margin-top: 20px;
    }
}