.main__contact__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.main__contact__icon:focus,
.main__contact__icon:hover {
    box-shadow: 0 4px 10px rgb(0, 0, 0, 0.2);
}

.main__contact__item--one {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.main__contact__inner {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}


#cost>div>div>div>div.cost-col.cost-col-content.flex-row-item>div.guarantee {
    max-width: 400px;
}

.customm__main__advantages__row {
    margin: 40px 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.footer__custom__grup__item {
    position: relative;
}

.footer__custom__grup {
    margin-bottom: 20px;
    margin-left: 20px;
}

.main__contact__item--two {
    justify-content: center;
}

.page-form-row.flex-row {
    justify-content: center;
}

.footer-info-copyright {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}


.footer-info {
    padding-left: 0;
}

.thank {
    margin: 80px 0;
}

.thank__container {
    text-align: center;
}

.thank__title {
    font-size: 32px;
    font-weight: 700;
}

.thank__title span {
    display: block;
}

.thank__text {
    margin-top: 20px;
    font-size: 20px;
}

.thank__text span {
    display: block;
}

.main__thank .container {
    padding: 25px 15px;
}













@media (max-width: 991px) {
    .customm__main__advantages__row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {

    .thank {
        margin: 40px 0;
    }

    .thank__title {
        font-size: 28px;
    }
}


@media (max-width: 565px) {
    .main-advantages-row.flex-row {
        flex-wrap: wrap;
    }

    .main-advantages-col {
        width: 48%;
    }

    .customm__main__advantages__row {
        grid-template-columns: 1fr 1fr;
    }

    .footer__custom__grup {
        width: 45%;
    }

    .footer__custom__grup__item:nth-child(1) {
        margin-bottom: 5px;
    }

    .footer-content-col-soctial {
        width: 45%;
    }

    .footer-info-copyright {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .main__contact__inner {
        flex-wrap: wrap;
    }

    .main__contact__inner>div.main__contact__item.main__contact__item--one {
        order: 2;
    }
}


@media (max-width: 380px) {
    .main-advantages-col {
        width: 100%;
    }

    .customm__main__advantages__row {
        grid-template-columns: 1fr;
    }
}