.f-s-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin-right: 5vw;
    padding-top: 76px;
}

@media only screen and (max-width: 1280px) {
    .f-s-content {
        padding-top: 6vw;
    }
}

@media only screen and (max-width: 768px) {
    .f-s-content {
        width: 100%;
        padding-top: 0;
        margin-right: 0;
    }
}

.f-s-form {
    width: 392px;
    /* width: 37%; */
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 38px;
    padding-top: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 570px;
}

@media only screen and (max-width: 1366px) and (max-height: 670px) {
    .f-s-form {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .f-s-form {
        width: 100%;
        margin-top: 30px;
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

.h-form-title {
    font-family: 'OpenSans_Bold';
    font-size: 26px;
    color: #000;
    text-align: center;
    display: inline-block;
    margin-bottom: 33px;
}

.form-inp-lbk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-inp-lbk .inp-item:not(:first-child) {
    margin-top: 20px;
}

.h-btn {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.inp-item {
    position: relative;
}

.inp-item .input {
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.focus .plh-blk {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.2s, z-index 0s ease 0.3s;
    -o-transition: opacity 0.2s, z-index 0s ease 0.3s;
    transition: opacity 0.2s, z-index 0s ease 0.3s;
}

.input {
    width: 100%;
    height: 100%;
    background: #e8e9e6;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: 'OpenSans_Regular';
    padding-left: 20px;
    padding-right: 20px;
}

.plh-blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: text;
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0.2s, z-index 0s ease 0.2s;
    -o-transition: opacity 0.2s, z-index 0s ease 0.2s;
    transition: opacity 0.2s, z-index 0s ease 0.2s;
}

.plh {
    font-size: 16px;
    font-family: 'OpenSans_Regular';
    color: #000;
}

.forms-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .forms-btn {
        margin-top: 20px;
    }
}

.green-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 2px 4px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 4px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 4px 2px 0px rgba(0, 0, 0, 0.75);
}

.green-btn:hover {
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.75);
    position: relative;
    top: 2px;
}

.btn-txt {
    font-family: 'OpenSans_Bold';
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.info-comp {
    background: #eeeeee;
    padding-top: 88px;
    padding-bottom: 88px;
}

.green-btn {
    cursor: pointer;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(28, 51, 8, 0.68);
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#help .popup-blk {
    height: 445px;
    position: relative;
}

#call .popup-blk {
    height: 520px;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .popup-blk {
        height: 460px;
    }
}

.forms-inp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#close {
    width: 200px;
    margin-top: 15px;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close-popup img {
    width: 100%;
}

.error-input {
    border: 1px solid red !important;
}

.success-input {
    border: 1px solid green;
}