

/* Start:/local/templates/appkk-green--agalarov/css/contacts.css?17650254013213*/
.contacts-form_wrap{
    background-color: #f2f2f2 ;    
    /* background: url(/local/templates/appkk-green--agalarov/css/../images/fon-form-light.jpg) center no-repeat; */
    background-size: cover;
    margin-top: 40px;
    font-family: "Inter-Regular";     
    border-radius: 20px;
    overflow: hidden; 
   
}

.contacts-form_wrap .left-col{
    padding-top: 40px;    
}

.contacts-form_wrap .right-col{
    padding-top: 40px; 
    padding-right: 50px;
    padding-bottom: 30px;
}

.contact-form-content{
    background: url(/local/templates/appkk-green--agalarov/css/../images/contact-fon.png) bottom left no-repeat;
    background-size: contain;
    min-height: 340px;
}

.contact-form-content::after{
    display: table;
    content: " ";
    clear: both;
}

.contacts-form_wrap .form-title{
    font-family: "Inter-Medium";
    font-size: 46px;
    line-height: 62px;    
    color: #121212;
}


.contacts-form_wrap input[type="text"],
.contacts-form_wrap input[type="email"],
.contacts-form_wrap input[type="tel"],
.contacts-form_wrap textarea{
    border: 0;
    outline: none;
    height: 40px;
    padding: 14px 20px 15px 20px;
    width: 100%;
    background: #fff;
    font-family: "Inter-Regular";  
    font-size: 14px;
    line-height: 17px;
    color: #373737;
    margin-bottom: 20px;
}

.contacts-form_wrap textarea{
    height: 100px;
    resize: none;
    border-radius: 10px;
}


.contacts-form_wrap input[type="text"]::placeholder,
.contacts-form_wrap input[type="email"]::placeholder,
.contacts-form_wrap input[type="tel"]::placeholder,
.contacts-form_wrap textarea::placeholder{
    color: #BDBDBD;
}


.contacts-form_wrap input[type="submit"]{
    width: 100%;
}

.contacts-form_wrap .radio-group{
    display: flex;
    justify-content: space-between;
}

.radio-group label{
    font-family: "Inter-Medium"; 
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
}


.contacts-form_wrap .policy-lnk{
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #373737;
    /*display: block;*/
    margin-bottom: 16px;
}

.contacts-form_wrap .agree-group{
    font-size: 14px;
    line-height: 18px;
    color: #373737;
    font-style: normal;
    font-weight: normal;
}


.contacts-form_wrap .agree-group label{
    width: calc(100% - 30px);
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
}

.contacts-form_wrap .agree-group input[type="chekbox"]{
    vertical-align: middle;
    margin: 5px 50px  5px 0;
}

.contacts-form_wrap .note{
    font-family: "Inter-Medium";
    font-size: 46px;
    line-height: 62px;
    color: #2a8c4c;
    display: none;
    text-align: center;
}



@media screen and (max-width:1199px){
    .contacts-form_wrap .form-title{
        font-size: 42px;
        line-height: 58px;
    }

    .radio-group label{
        font-size: 14px;
    }
}

@media screen and (max-width:991px){
    .contacts-form_wrap .form-title{
        text-align: center;
        font-size: 38px;
        line-height: 50px;
    }
    .contact-form-content{
        background: transparent;
    }
    .contacts-form_wrap .left-col{
        padding-top: 20px;
    }

    .contacts-form_wrap .right-col{
        padding-right: 15px;
    }
}
/* End */
/* /local/templates/appkk-green--agalarov/css/contacts.css?17650254013213 */
