/* --- form elements --- */ 
input[type="text"], input[type="password"], input[type="email"], .form-control, select  {
    /* min-height: 40px; */
    height: auto;
    width: 100%;
    border: 1px solid #D8D3C5;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px;
    padding: 0px 20px;
    background-color: transparent;
    -webkit-transition: border 0.4s, color 0.4s;
    -o-transition: border 0.4s, color 0.4s;
    transition: border 0.4s, color 0.4s;
    display: inline-block;
    text-transform: uppercase;
    color: #D8D3C5;
}

input[type="text"]:focus, input[type="password"]:focus,
input[type="email"]:focus, textarea:focus, .form-control:focus, select {
    outline: none;
    border-color:  #D8D3C5;
    border-radius: 0;
}
input[type="text"]:hover, input[type="password"]:hover,
input[type="email"]:hover, textarea:hover, .form-control:hover, select {
    outline: none;
    border-color: #D8D3C5;
    color: #86897E;
}
::-webkit-input-placeholder{
    color: #BFA98C ;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
::-moz-placeholder{
    color: #BFA98C ;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
:-ms-input-placeholder{
    color: #BFA98C ;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
::-ms-input-placeholder{
    color: #BFA98C ;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
::placeholder{
    color: #BFA98C ;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.form-group.has-error input[type="text"],
.form-group.has-error input[type="password"],
.form-group.has-error  input[type="email"],
.form-group.has-error .form-control,
.form-group.has-error select {
    color: #E53935;
    border-color: #E53935;
}
.form-group.has-error ::-webkit-input-placeholder{
    color: #E53935;
}
.form-group.has-error::-moz-placeholder{
    color: #E53935;
}
.form-group.has-error:-ms-input-placeholder{
    color: #E53935;
}
.form-group.has-error::-ms-input-placeholder{
    color: #E53935;
}
.form-group.has-error::placeholder{
    color: #E53935;
}

textarea{
    width: 100%;
    height: 70px;
    /* height: auto; */
    resize: none;
    background-color: transparent;    
    border: 1px solid #D8D3C5;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    padding: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
    color: #D8D3C5;
}
textarea:focus{
    outline: none;
    border-color:  #BFA98C  ;
}
textarea:hover{
    outline: none;
    border-color: #BFA98C  ;
    color: #BFA98C ;
}
select{
    padding: 9px 20px;
    min-height: 42px;
    padding-left: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/select_arrow.svg');
    background-position: calc(100% - 15px) center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    color: #BFA98C!important;
}

.btn{
    display: inline-block;
    padding: 5px 30px;
    background-color: #D8D3C5;
    border: 1px solid #D8D3C5;
    color: #23334A;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.5s;
}
.btn:focus{
    color: #23334A ;
    border-color: #BFA98C  ;
}
.btn:hover{
    background-color: #BFA98C ;
    border-color: #23334A;
}
/* --- mein style --- */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    /* color: #D8D3C5; */
}
main{
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}
.main{
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-color: #23334A;
    display: flex;
    flex-wrap: wrap;
    
}
.inform_section{
    width: 41.667%;
    padding: 50px 20px 20px;
    height: 100%;
}
    .description{
        max-width: 410px;
        width: auto;
        margin: 0 auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .logo_section{            
        margin-bottom: 50px;
        display: block;
        width: 300px;
        height: auto;
        flex-shrink: 0;
    }
        .logo_section.logo_img{
            width: 100%;
            height: auto;
        }
    .title{
        font-weight: 300;
        font-size: 24px;
        line-height: 133%;
        text-align: center;
        color: #D8D3C5;
    }        
        .title sup{
            font-size: 14px;
        }
    .form{
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .form_block{
        width: 100%;
    }
    .half_div{
        width: 50%;
    }
    .half_div:nth-child(odd){
        padding-right: 10px;
    }
    .half_div:nth-child(even){
        padding-left: 10px;
    }
    button.btn{
        margin: auto;
        cursor: pointer;
    }
    .contacts{
        margin-top: 35px;
        text-align: center;
    }
        .contacts a{
            font-style: normal;
            font-weight: 300;
            font-size: 32px;
            line-height: 32px;
            text-align: center;
            color: #D8D3C5;
            text-decoration: none;
            transition: color 0.5s;
        }
        .contacts a:hover{
            color: #BFA98C ;
        }
        .contacts p{
            font-style: normal;
            font-weight: 600;
            font-size: 13px;
            line-height: 32px;
            text-align: center;
            text-transform: uppercase;
            color: #D8D3C5;
        }
    .additional_logo{
        display: block;
        /*margin-top: auto;*/
        align-self: center;
    }
        .additional_logo img{
            margin-top: 25px;
            filter: invert(1);
        }
    .elucidation_info{
        font-size: 10px;
        color: #636d7d;
        font-style: italic;
        display: inline-block;
        margin-top: 10px;
    }
.img_section{
    width: 58.333%;
    background: linear-gradient(0deg, rgba(7, 40, 38, 0.1), rgba(7, 40, 38, 0.1)), url('../img/img_1.jpg');
    background-size: auto, cover;
    background-position: left, right bottom;
    background-repeat: no-repeat, no-repeat;
}
.form-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}
.form-group .help-block{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    display: none;
    margin-top: 8px;
}
.form-group.has-error .help-block{
    color: #E53935;
    display: block;
}
.form-group .input_with_btn{
    padding-right: 70px;
}
.form-group .input_btn{
    position: absolute;
    top: 1px;
    right: 1px;
    height: 40px;
    width: 61px;
    display: flex;
    justify-content: space-around;
}
    .form-group .input_btn .input_btn_img{
        width: 41px;
        height: 41px;
        padding: 10px 0;
        display: inline-block;
    }
    .form-group label{
        color: #D8D3C5;
        margin-bottom: 8px;
        font-size: 18px;
    }
    .form-group select{
        font-size: 14px;
    }
        .form-group option{
            font-size: 12px!important;
            padding: 10px 20px;
            background-color: #D8D3C5;
            color: #23334A;
            font-weight: 700;
        }
        .form-group option:checked {
            background-color: #23334A;
            color: #D8D3C5;
        }
.additional_info{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
}
    .additional_info .wrapper_logo_section{
        margin: auto;
        text-align: center;
    }
    .additional_info .logo_section{
        margin: auto;
    }
    .additional_info .btn{
        color: #D8D3C5;
        background: transparent;
        border: solid 1px #D8D3C5;
        margin-top: 30px;
    }
    .additional_info .btn:hover{
        background: #160404;
    }
.additional_contacts{
    background: linear-gradient(180deg, rgba(7, 40, 38, 0) 0%, rgba(7, 40, 38, 0.8) 100%);
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10vh 0;
}
    .additional_contacts a{
        color: #D8D3C5;
    }
    .additional_contacts a:focus{
        color: #BFA98C ;
    }
    .additional_contacts a:hover{
        color: #BFA98C ;
    }
    .additional_contacts p{
        color: #D8D3C5;
    }
    .additional_contacts .contacts{
        margin-top: 0;
    }
    /* .additional_contacts .btn{
        color: #D8D3C5;
        background: transparent;
        border: solid 1px #D8D3C5;
        margin-bottom: 30px;
    }
    .additional_contacts .btn:hover{
        background: #23334A;
    } */
.social_links{
    margin-top: 5px;
}
    .social_links .link{
        display: inline-block;
        margin: 0 10px;
    }
        .social_links .link svg{
            width: 32px;
            height: 32px;
            fill: #D8D3C5;
            transition: fill 0.8s;
        }
        .social_links .link:hover svg,
        .social_links .link:focus svg{
            outline: none;
            fill: #BFA98C ;
        }
.additional_contacts .social_links .link svg{
    fill: #D8D3C5;
    transition: fill 0.8s;
}
.additional_contacts .social_links .link:hover svg,
.additional_contacts .social_links .link:focus svg{
    outline: none;
    fill: #BFA98C ;
}
/* --- media --- */

@media screen and (max-width: 1199px){
    .inform_section{
        width: 50%;
    }
    .img_section{
        width: 50%;
    }
}
@media screen and (max-width: 991px){
    .inform_section{
        width: 100%;
        order: 2;
    }
    .img_section{
        width: 100%;
        order: 1;
    }
    .additional_info{
        display: flex;
    }
    .img_section{
        background: linear-gradient(0deg, rgba(7, 40, 38, 0.4), rgba(7, 40, 38, 0.4)), url('../img/img_1.jpg');
        background-size: auto, cover;
        background-repeat: no-repeat, no-repeat;        
        background-position: left, left bottom;
    }
}
@media screen and (max-width: 575px){    
    .half_div{
        width: 100%;
    }
    .half_div:nth-child(even){
        padding-left: 0px;
    }
    .half_div:nth-child(odd){
        padding-right: 0px;
    }
    .img_section{
        background: linear-gradient(0deg, rgba(7, 40, 38, 0.4), rgba(7, 40, 38, 0.4)), url('../img/img_1.jpg');
        background-size: auto, cover;
        background-repeat: no-repeat, no-repeat;        
        background-position: left, center center;
    }
    .logo_section{
        width: 250px;
    }
}