/*Footer*/

.footer
{
    background-color: #fff;
}

.footer__flex
{
    display: flex;

    padding-top: 75px;
    padding-bottom: 75px;

    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer__menu
{
    margin-right: 4.5em;
    padding-top: 7px;
}

.footer__menu-list
{
    flex-direction: column;

    color: #8993ad;

    justify-content: flex-start;
    align-self: flex-start;
    flex-shrink: 0;
}

.footer__menu-item
{
    margin: 7px 0 0;
}

.footer__menu-item:first-child
{
    margin-top: 0;
}

.footer__menu-link
{
    font-size: 17px;
}

/*ADDRESS*/

.footer__address
{
    font-size: 25px;

    padding-top: 7px;
}

.footer__address-link
{
    font-style: normal;

    display: block;

    transition: color .5s ease 0s;
}

.footer__address-link:hover,
.footer__address-link:focus
{
    color: #fc557c;
}

.footer__address-link:focus
{
    outline: none;
}

.footer__emal
{
    margin-top: 30px;
}

.fa-address
{
    margin-right: 17px;

    color: #fa098f;
    background: linear-gradient(0deg, rgba(255,143,90,1) 0%, rgba(250,9,143,1) 70%);
    background-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}

/*FOOTER CONTACTS*/

.footer__contacts
{
    padding-right: 25px;
}

.footer__social-network-list
{
    display: flex;

    margin: 33px 0 0;
    padding-left: 0;

    list-style-type: none;

    justify-content: flex-start;
}

.footer__social-item
{
    margin-right: 20px;
}

.sprite
{
    display: block;

    transition: transform .5s ease-in-out 0s;

    background-image: url(../img/icons/sprite.png);
}

.sprite:hover,
.sprite:focus
{
    transform: scale(1.3);
}

.sprite:focus
{
    outline: none;
}


.icon-vk
{
    width: 35px;
    height: 21px;
    margin: 3.5px 0;

    background-position: 0 0;
}

.icon-fc
{
    width: 15px;
    height: 28px;
    margin: 0 9.5px;

    background-position: -61px 0;
}

.icon-tw
{
    width: 29px;
    height: 25px;
    margin: 2px 3px;

    background-position: 0 -21px;
}

.icon-inst
{
    width: 25px;
    height: 25px;
    margin: 5px 2px;

    background-position: -35px 0;
}

.footer__copyright
{
    display: flex;

    background-color: #31293c;

    justify-content: center;
}

.footer__copyright-text
{
    font-size: 16px;

    margin: 30px 0;

    color: #fff;
}

@media (max-width: 1240px)
{
    .footer__flex
    {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .footer__menu
    {
        margin-right: 2.5em;
        padding-top: 3px;
        padding-left: 20px;
    }

    .footer__menu-item
    {
        margin: 10px 0 0;
    }

    .footer__menu-link
    {
        font-size: 18px;
    }

    /*ADDRESS*/

    .footer__address
    {
        padding-top: 3px;
    }
}

@media (max-width: 992px)
{
    .footer__menu
    {
        margin-right: 0;
    }

    .footer__menu-link
    {
        font-size: 18px;
    }

    .footer__address
    {
        font-size: 20px;
    }
}

@media (max-width: 767px)
{
    .footer__flex
    {
        flex-direction: row;

        padding-top: 55px;
        padding-bottom: 55px;

        flex-wrap: wrap;
    }

    .footer__menu
    {
        margin-right: 0;
        margin-bottom: 50px;
        padding-top: 0;
        padding-left: 0;
    }

    .footer__menu-item
    {
        margin: 9px 0 0;
    }

    /*ADDRESS*/

    .footer__address
    {
        font-size: 23px;

        margin-bottom: 50px;
        padding-top: 0;
    }

    .footer__emal
    {
        margin-top: 23px;
    }

    .fa-envelope
    {
        font-size: 15px;
    }

    /*FOOTER CONTACTS*/

    .btn_long
    {
        width: 17.8em;
        height: 3.8em;

        color: #fff;
        border: none;
        background-color: #ff4e2e;
    }

    .btn_long:hover,
    .btn_long:focus
    {
        color: #fff;
        background-color: #fa098f;
    }

    .footer__social-network-list
    {
        margin: 50px 0 0;
    }

    .footer__copyright-text
    {
        font-size: 12px;

        margin: 17px 0;
    }
}

@media (max-width: 375px)
{
    .footer__flex
    {
        flex-direction: column;

        padding-top: 42px;
        padding-bottom: 43px;
    }
    .footer__menu
    {
        margin-bottom: 0;
    }

    .footer__menu-link
    {
        font-size: 15px;
    }

    /*ADDRESS*/

    .footer__address
    {
        font-size: 20px;

        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .footer__contacts {
    padding: 0;
}

    .btn_long
    {
        width: 280px;
        height: 55px;
    }
}
