

/* Start:/local/templates/mosprom/css/contacts.css?17737389362328*/
.contact_block {
    padding: 61px 42px;
    background-image: url('/img/contact_bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    position: relative;;
    z-index: 2;
}

.contacts {
    position:relative;

}

.contact_title {
    font-family: 'Etude';
    font-size: 32px;
    color: #103340;
    font-weight: 400;
    margin-bottom: 45px;
    line-height: 1;
}

.contact_wrap {
    padding-right: 35%;
    position: relative;
}

.contact_block_email {
    padding: 24px;
    background: linear-gradient(111.08deg, #A4C520 13.77%, #C4E63B 105.1%);
    border-radius: 16px;
    max-width: 650px;
}

.contact_block_email p {
    color: #fff;
    margin-bottom: 24px;
    font-size: 32px;
    font-family: 'Etude';
    line-height: 1;
}

.contact_wrap a.btn.btn-white span {
    background: linear-gradient(111.08deg, #A4C520 13.77%, #C4E63B 105.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.contact_wrap a.btn.btn-white {
    font-size: 29px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}


.contact_gear {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.9s;
}
.contact_gear1 {
    background-image: url('/img/contact_right.png');
}
.contact_gear2 {
    background-image: url('/img/contact_left_new.png');
}
.contact_gear1 {
    width: 12%;
    height: 37%;
    top: -17%;
    right: -5%;
    z-index: 10;
}
.contact_gear2 {
    width: 27%;
    height: 80%;
    top: -33%;
    left: -7%;
    z-index: 1;
}

.contact_gear1:hover {
    transform: scale(1.2);

}
.contact_gear2:hover {
    transform: scale(1.2);

}

@media (max-width: 992px) {

    .contact_wrap {
        padding-right: 0;
    }

    .contact_title {
        font-size: 25px;
        line-height: 1.2;
		text-align: center;
    }

    .contact_block_email p {
        font-size: 23px;
        line-height: 1.2;
    }

    .contact_wrap a.btn.btn-white {
        font-size: 15px;
    }

    .contact_gear1 {
        height: 16%;
        width: 23%;
        top: -6%;
    }

    .contact_gear2 {
        height: 40%;
        width: 31%;
        top: -13%;
        left: -6%;
    }
    .contact_block {
        padding: 24px;
    }
}
/* End */
/* /local/templates/mosprom/css/contacts.css?17737389362328 */
