


/*************************************
3.PAGE CONTACTS CONTENT***************
**************************************/



@media (min-width:768px) {

    .page-contacts-content {
        max-width: 1540px;
        margin: 0 auto;
        padding: 40px 20px 80px 20px;
    }

    .page-contacts-content-text {
        font-family: 'Gotham Pro';
        font-weight: 300;
        font-size: 18px;
        line-height: 1.8;
        color: #4B4B4B;
        letter-spacing: 1px;
    }




    .page-contacts-content-img {
        position: relative;
        margin-top: 80px;
    }


    .page-contacts-content-img-icon {
        position: absolute;
        width: 74px;
        height: 74px;
        top: 3.594vw;
        left: 3.594vw;
        background-color: #f6f6f8;
        border-radius: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .page-contacts-content-img-icon img {
        width: 100%;
        max-width: 32px;
        height: auto;
    }

    .page-contacts-content-img-background img {
        display: block;
        width: 100%;
        height: auto;
    }

    .page-contacts-content-img-adress {
        position: absolute;
        bottom: 3.594vw;
        left: 3.594vw;
        right: 3.594vw;
        width: auto;
        height: auto;
    }

    .page-contacts-content-img-adress-city {
        font-family: 'Gotham Pro';
        font-size: 48px;
        line-height: 1.4;
        letter-spacing: 1px;
        font-weight: 700;
        color: #fff;
    }

    .page-contacts-content-img-adress-desc {
        color: #fff;
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 1px;
    }


}




@media (min-width:580px) and (max-width:767px) {

    .page-contacts-content {
        max-width: 1540px;
        margin: 0 auto;
        padding: 40px 20px 80px 20px;
    }

    .page-contacts-content-text {
        font-family: 'Gotham Pro';
        font-weight: 300;
        font-size: 18px;
        line-height: 1.8;
        color: #4B4B4B;
        letter-spacing: 1px;
    }




    .page-contacts-content-img {
        position: relative;
        margin-top: 80px;
    }


    .page-contacts-content-img-icon {
        position: absolute;
        width: 74px;
        height: 74px;
        top: 0;
        left: 3.594vw;
        transform: translateY(-50%);
        background-color: #f6f6f8;
        border-radius: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .page-contacts-content-img-icon img {
        width: 100%;
        max-width: 32px;
        height: auto;
    }

    .page-contacts-content-img-background img {
        display: block;
        width: 100%;
        height: auto;
    }

    .page-contacts-content-img-adress {
        position: absolute;
        bottom: 3.594vw;
        left: 3.594vw;
        right: 3.594vw;
        width: auto;
        height: auto;
    }

    .page-contacts-content-img-adress-city {
        font-family: 'Gotham Pro';
        font-size: 48px;
        line-height: 1.4;
        letter-spacing: 1px;
        font-weight: 700;
        color: #fff;
    }

    .page-contacts-content-img-adress-desc {
        color: #fff;
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 1px;
    }


}





@media (max-width:579px) {

    .page-contacts-content {
        max-width: 1540px;
        margin: 0 auto;
        padding: 40px 20px 80px 20px;
    }

    .page-contacts-content-text {
        font-family: 'Gotham Pro';
        font-weight: 300;
        font-size: 16px;
        line-height: 1.8;
        color: #4B4B4B;
        letter-spacing: 1px;
    }




    .page-contacts-content-img {
        position: relative;
        margin-top: 80px;
    }


    .page-contacts-content-img-icon {
        position: absolute;
        width: 74px;
        height: 74px;
        top: 0;
        left: 20px;
        transform: translateY(-50%);
        background-color: #f6f6f8;
        border-radius: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .page-contacts-content-img-icon img {
        width: 100%;
        max-width: 32px;
        height: auto;
    }

    .page-contacts-content-img-background img {
        display: block;
        width: 100%;
        height: auto;
    }

    .page-contacts-content-img-adress {
        padding: 20px 0;
    }

    .page-contacts-content-img-adress-city {
        font-family: 'Gotham Pro';
        font-size: 32px;
        line-height: 1.4;
        letter-spacing: 1px;
        font-weight: 700;
        color: rgba(35, 55, 72, .9);

    }

    .page-contacts-content-img-adress-desc {
        color: rgba(35, 55, 72, 1);
        font-family: 'Gotham Pro';
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.4;
    }


}