@import "inst-banner.css";

.contacts-banner-flowers {
    background-image: url(../../../img/contacts-page/banner1.png);
    width: 100%;
    height: auto;
    /*margin-top: -3.4rem;*/
    z-index: -1;
    background-size: 55rem;
    background-repeat: no-repeat;
    background-position-y: -100px;

}

.contact-form-right {
    /*margin-top: 80px;*/
    color: #707374;
}

.get-in-touch {
    margin-top: 11rem;
}

.contact-form-right-opensans {
    font-family: OpenSans;
}
.contact-form-right-raleway-regular {
    font-family: Raleway, Raleway-Regular;
}

.subscriber-form {
    margin-top: 4rem;
}

.icon-contacts img {
    width: 25px;
    margin-right: 5px;
}

.icon-rose-contacts img {
    /*margin-top: 1.5rem;*/
    /*margin-bottom: 3.5rem;*/
    width: 1.1rem;
}
.block-mail {
    font-size: 17px;
}

.block-phone {
    font-size: 17px;
}

.form-area{
    width: 90%;
    margin-left: 5.1%;
    margin-bottom: 3rem;
}
.form-area-message{
    width: 90%;
    margin-left: 5.1%;
    margin-bottom: 3rem;
    margin-top: 10rem;
}
.send button{
    color: #707374;
    margin-left: 1.5rem;
    font-size: 2rem;
}
.send-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(207, 197, 180);
}
.callback-contacts-form{
    background-image: url("../../../img/contacts-page/bg-rose.png");
    background-repeat: no-repeat;
    background-size: 24rem;
    background-position-x: right;
}

.captcha .invalid-feedback{
    display: block;
}

.arrow-right-svg{
    width: 32px;
    height: auto;
}