/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.fss-form-block {
    display: flex;
    gap: 44px;
}

.fss-form-left {
    width: 50%;
}

.fss-form-left img {
    width: 100%;
}

.fss-form-right {
    width: 50%;
}

.fss-form-input {
    margin-top: 8px;
    background: none !important;
}

.fss-form-inputs-flex {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.fss-form-block label {
    display: flex !important;
}
.fss-form-label {
    color: #909090;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Arial';
}

.fss-dorm-label-req {
    color: #F42F40;
}

.fss-form-header {
    font-size: 38px;
    font-weight: 700;
    line-height: 55.15px;
    color: #383838;
    margin: 0 0 16px 0;
}
.fss-form-input-block{
    display: flex;
    flex-direction: column;
}

.fss-form-input{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f7f7f7;
    border: 1px solid #eaebec;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 55px 7px 37px;
    width: 100%;
}

.fss-form-input-block.input-full{
    margin: 20px 0 0 0;
}

.fss-form-block textarea {
    height: 150px;
}
.custom-checkbox {
    display: none;
}
.custom-checkbox:checked + label::before {
    background-color: #00CA00;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    margin: 10px 0.5em 10px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.fss-form-button {
    padding: 18px 50px;
    background-color: #00CA00;
    max-width: 257px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.6px;
    cursor: pointer;
}

.fss-form-block {
    display: flex;
    gap: 44px;
}

.fss-form-left {
    width: 50%;
}

.fss-form-left img {
    width: 100%;
}

.fss-form-right {
    width: 50%;
}