.contact-top {
    box-sizing: border-box;
    width: var(--width-content);
    margin-left: auto;
    position: relative;
}
.contact-top:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    height:75%;
    background-color: var(--background-color);
    box-shadow: -1px 2px 3px 0px rgb(202 202 202);
}
.contact-top .contact-baner {
    position: relative;
    z-index: 1;
}
.contact-top .contact-baner img {
    width:100%;
}
.contact-top .contact-baner .top-list {
    background-color: #fff;
    position: absolute;
    bottom:0;
    left: 0.5px;
    right:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-top .contact-baner .top-list li {
    background-color: #36363E;
    text-align: center;
    border-right:2px solid #fff;
    flex:auto;
    box-sizing: border-box;
    padding:10px 0;
    text-transform: uppercase;
}
.contact-top .contact-baner .top-list li:last-of-type {
    border-right: 0;
}
.contact-top .contact-baner .top-list li a {
    color: #fff;
    font-size:11px;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.contact-top .contact-baner .top-list li:hover a {
    color: #E89A40;
}
.contact-top .contact-baner .top-list li a.active {
    color: #E89A40;
}
.contact-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left:35px;
    box-sizing: border-box;
    padding-top:60px;
    width: var(--width-content);
}
.contact-content .contact-left{
    flex: 1 0 55%;
    max-width: 55%;
}
.contact-content .contact-right {
    flex: 1 0 28%;
    max-width: 23%;
    border:1px solid #999;
    padding:25px;
    box-sizing: border-box;
    margin-top:45px;
}
.contact-content .contact-right .contact-title img {
    vertical-align: middle;
    width:45px;
    margin-right:8px;
}
.contact-content .contact-right span.contact-title {
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
}
.contact-content .contact-right .contact-details {
    margin-top:25px;
    margin-bottom: 5px;
}
.contact-content .contact-right .contact-details div {
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom: 20px;
}
.contact-content .contact-right .contact-details div img {
    width:20px;
    margin-right:10px;
}
.contact-content .contact-right .contact-details div a {
    font-size:15px;
    color: #000;
    text-decoration: none;
}
.contact-content .contact-right .contact-details div a span {
    margin-right: 15px;
}
.contact-content .contact-right .contact-details p {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.contact-content .contact-left .form-title {
    display: block;
    color:#000;
    padding-bottom: 25px;
    margin-bottom:25px;
    font-size:23px;
    letter-spacing: 1px;
    font-weight: 500;
}
.contact-content .contact-left label {
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
    color:#8a8989;
    font-weight: 500;
}
.req {
    color: rgb(105, 94, 94);
}
.contact-content .contact-left select {
    padding: 12px 0;
    width: 100%;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    background: #fff url(../img/decors/arrow-down.png) no-repeat 97% 50%;
    background-size: 14px;
    border-radius: 0;
    border: 0;
    text-indent: 17px;
    margin-bottom: 25px;
    border: 1px solid rgb(200,200,200);
    border-radius: 5px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.contact-content .contact-left input, .contact-content .contact-left textarea {
    display: block;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 25px;
    border: 0;
    font-size: 14px;
    border: 1px solid rgb(200,200,200);
    border-radius: 5px;
    text-indent: 17px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.fileUpload {
    border: 1px solid rgb(200,200,200);
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #fff;
    margin-bottom: 0;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 35px;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.fileUpload span {
    margin-top: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding: 10px 0 10px 1px;
    display: block;
}
.fileUpload span::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 15.5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #575454;
}
.fileUpload span::after {
    content: "+";
    font-size: 25px;
    position: absolute;
    right: 21px;
    font-weight: 300;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #575454;
}
.fileUpload input.upload {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}
.file-name-text {
    line-height: 0;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 10px;
}
.file-name {
    font-size: 12px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.file-name-text img {
    width: 18px;
}
.remove {
    display: none;
}
.contact-content .contact-left textarea {
    resize: none;
    height: 150px;
    border: 1px solid rgb(200,200,200);
    margin-top: 20px;
    margin-bottom: 5px;
}
.contact-content .contact-left .req-info {
    font-size: 13px;
    margin-bottom: 20px;
}
.contact-content .contact-left .form-check {
    margin-bottom: 20px;
}
.contact-content .contact-left .form-check .checkbox-icon {
    margin-bottom: 0;
}
.contact-content .contact-left .form-check .checkbox-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    transition: background-color ease-in-out 0.15s;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}
.contact-content .contact-left .form-check p {
    display: inline-block;
    vertical-align: middle;
    width: 92%;
    font-size: 12px;
    margin-left: 5px;
    line-height: 15px;
    font-weight: 400;
    color: #000;
}
.contact-content .contact-left .form-check input {
    opacity: 0;
    height: 0;
    --webkit-appearance: initial;
    margin: 0;
    padding: 0;
}
.contact-content .contact-left .form-check input:checked + .checkbox-icon {
    background-color: #000;
    transition: background-color ease-in-out .15s;
}
.contact-content .contact-left input[type=submit]{
    display: block;
    width: 240px;
    margin-top:30px;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #000;
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-indent: 0;
}
.contact-content .contact-left input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}
.remove.visible {
    display: inline-block;
}
.terms-content {
    width: var(--width-content);
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.terms-content .terms-left {
    flex: 1 0 23%;
    max-width: 23%;
}
.terms-content .terms-left .terms-menu-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.terms-content .terms-left .terms-details {
    position: relative;
    margin-bottom: 35px;
    padding-left: 35px;
    margin-top: 60px;
}
.menu-terms a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #777;
    text-decoration: none;
    cursor: pointer;
}
.menu-terms a:hover {
    color: #000;
}
.menu-terms a.active {
    color: #000;
}
.terms-content .terms-right {
    flex: 1 0 59%;
    max-width: 59%;
}
.terms-desc {
    margin-bottom: 50px;
    padding-top: 57px;
    max-width: 90%;
    padding-left: 70px;
    box-sizing: border-box;
}
.hide {
    display: none;
}
.terms-title {
    display: block;
    margin-bottom: 40px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color:#E89A40
}
.terms-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    line-height: 26px;
}
.orange {
    color:#000;
}
.terms-subtitle a {
    color: #000;
}
.terms-desc li {
    margin: 25px 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    list-style: none;
}
#terms-table {
    width: 100%;
    overflow-x: scroll;
}
#terms-table thead tr td {
    width: 30%;
    padding: 10px;
    border: 1px solid #000;
}
#terms-table thead tr td p {
    font-size: 12px;
    font-weight: 700;
}
#terms-table tbody tr td {
    width: 30%;
    padding: 10px;
    border: 1px solid #000;
    font-size: 11px;
    color: #000;
    line-height: 18px;
}
#form_file {
    display: block;
    margin: 40px auto;
    font-size: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}
#form_file img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
#form_file span {
    font-size: 16px;
    margin-left: 15px;
}
@media all and (max-width:1200px) {
    .terms-content .terms-right {
        max-width:69%;
    }
}
@media all and (max-width:1000px) {
    .contact-top {
        display: none;
    }
    .contact-content .contact-right .contact-details p{
        width:100%;
        padding-left: 0;
        text-align: center;
    }
    .menu-terms a {
        font-size: 15px;
        margin-bottom: 15px;
        color:#000
    }
    .terms-desc a {
        overflow: scroll;
        display: inline-block;
        max-width: 100%;
    }
    .menu-terms a.active {
        font-weight: 500;
    }
    .contact-content {
        flex-direction: column;
        padding:0 20px;
        box-sizing: border-box;
    }
    .terms-desc a::-webkit-scrollbar {
        display: none;
    }
    .contact-content .contact-left {
        max-width: 100%;
        width:100%;
        padding-top:20px;
    }
    #form_file {
        font-size:12px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    #form_file img {
        width:40px
    }
    #form_file span {
        font-size: 12px;
    }
    .contact-content .contact-right {
        width:auto;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .contact-content .contact-left .form-check p {
        width:88%
    }
    .terms-content {
        padding:0 20px;
        flex-direction: column;
        box-sizing: border-box;
        padding-top:20px;
    }
    .terms-content .terms-left {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        border-radius: 15px;
    }
    .terms-content .terms-left .terms-details {
        padding-left: 0px;
        margin-top:25px;
    }
    .terms-content .terms-right {
        width: 100%;
        max-width: 100%;
    }
    .terms-desc {
        padding-top:20px;
        padding-left:0px;
    }
}
