@import url(reset.css);

*{
    margin: 0;
}

.wrapper {
    background: url(../images/wrapper-1.jpg) no-repeat center center;
    height: 100vh;
    background-size: cover;
    
}

.d-flex {
    display: flex;
    height: 100%;
    align-items: center;
}

.form-container {
    padding-left: 10%;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    display: block;
}

.form-container h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.form-container h1 {
    font-size: 2.25rem;
    margin-bottom: 15px;
}

.site-form {
    max-width: 600px;
}

.site-form .d-flex {
    height: auto;
}

.form-control {
    background: rgba(255, 255, 255, .3);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 50px;
    padding-left: 10px;
    font-size: 1.25rem;
}

.form-control::placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#nameSurname {
    width: 100%;
    margin-bottom: 15px;
}

#phone {
    width: 100%;
}

#email {
    width: 100%;
    margin-right: 10px;
}

.radio-group {
    margin: 10px 0;
}

.radio-group span {
    display: block;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    background: rgba(255, 255, 255, .3);
    color: #fff;
    line-height: 1.2;
}

.btn-send {
    cursor: pointer;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 15px 20px;
}

.empty-input {
    border: 2px solid #FF2E2E;
    border-color: #FF2E2E !important;
}

.not-valid {
    color: #FF2E2E;
}

.alert-container {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    margin: 30px 0;
}

.deficient-data-message {
    color: #ff2e2e;
    display: none;
    -webkit-animation: fadein 1s ease-in alternate infinite;
    -moz-animation: fadein 1s ease-in alternate infinite;
    animation: fadein 1s ease-in alternate infinite;
}

.sending-message {
    display: none;
}

.katalog-container {
    display: none;
    flex-direction: column;
    padding-left: 10%;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    font-size: 1.5rem;
}

.katalog-indir {
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 15px 20px;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0;
}

.Title_module_headers__c87a7c0c{
    display: none !important;
}