main {
    background: linear-gradient(115deg, #010A14 0%, #000812 100%);
    color: #fff;
    min-height: calc(100vh - 100px);
}

.main-contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1400px;
    min-width: 1200px;
    text-align: center;
}

.contact-h1 {
    font-size: 40px;
}

.contact-h3 {
    font-size: 18px;
    margin: 15px 0;
}

.contact-main {
    /* width: 76%; */
    /* max-width: 1200px; */
    /* min-width: 1000px; */
    margin: 0 auto;
    /* padding-top: 50px; */
    position: relative;
    font-size: 0;
}

.contact-table {
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-table-left {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}

.contact-table-end {
    align-self: flex-end;
}

.contact-table-left-item {
    width: 70%;
    /* height: 5.5vw; */
    /* line-height: 5.5vw; */
    padding: 5% 0;
    text-align: center;
    background: linear-gradient(90deg, rgba(8, 24, 42, 0) 0%, rgba(4, 63, 138, 0.27) 16%, rgba(0, 111, 255, 0.28) 49%, rgba(0, 42, 92, 0.24) 87%, rgba(0, 18, 35, 0) 100%);
    /* opacity: 0.67; */
    margin-bottom: 7%;
    font-size: 0;
}

.contact-table-left .contact-table-left-item:last-child {
    margin-bottom: 0;
}

.contact-table-left-item img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.contact-table-left-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 10px;
}

.contact-table-right {
    width: 50%;
    font-size: 16px;
    /* color: rebeccapurple; */
}

.contact-table-right-list {
    width: 100%;
    /* height: 40px; */
    position: relative;
}

.contact-table-right-list>img {
    width: 5%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-table-right-list input {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    color: #fff;
    border: 0;
    outline: none;
    border-bottom: 1px solid #6D7B9C;
    padding: 0 0 0 7%;
    border-radius: 0;
    height: 40px;
}

.contact-table-right-list select {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    color: #fff;
    border: 0;
    outline: none;
    border-bottom: 1px solid #6D7B9C;
    padding: 0 0 0 7%;
    border-radius: 0;
    height: 40px;
}

.contact-table-right-list option {
    color: #020E30;
}

.contact-table-right-list textarea {
    width: 100%;
    background: transparent;
    padding: 5px 0 0 7%;
    color: #fff;
    border: 1px solid #6D7B9C;
}
.message ~ img {
    top: 5px!important;
    transform: unset;
}
select:invalid {
    color: #A0A8BD;
}

.talktous-blue {
    display: none;
}

.contact-table-right-list input:focus {
    border-bottom: 1px solid #0C73F8;
}

.contact-table-right-list input:focus~.talktous-white {
    display: none;
    width: 50px;
}

.contact-table-right-list input:focus~.talktous-blue {
    display: block;
}

.contact-table-right-list select:focus {
    border-bottom: 1px solid #0C73F8;
}

.contact-table-right-list select:focus~.talktous-white {
    display: none;
    width: 50px;
}

.contact-table-right-list select:focus~.talktous-blue {
    display: block;
}

.contact-table-right-list textarea:focus {
    border: 1px solid #0C73F8;
}

.contact-table-right-list textarea:focus~.talktous-white {
    display: none;
    width: 50px;
}

.contact-table-right-list textarea:focus~.talktous-blue {
    display: block;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #A0A8BD;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A0A8BD;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A0A8BD;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A0A8BD;
}


input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite;
}

* :-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.form-required {
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 0 0 6%;
    color: rgba(255, 87, 87, 1);
    visibility: hidden;
    text-align: left;
}

.form-required-show {
    visibility: unset;
}

.contact-table-check {
    display: flex;
    align-content: center;
    justify-content: left;
}

.contact-table-check span {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.checkbox {
    width: 20px;
    margin: 0 25px 0 0;
    position: relative;
}

.checkbox input {
    visibility: hidden;
}

.checkbox label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: transparent;
    border: 1px solid #535F7B;
}

.checkbox label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 9px;
    height: 4px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}

.checkbox label:hover::after {
    opacity: 0.5;
}

.checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.contact-table-send {
    width: 100%;
    padding: 15px 0;
    background-color: #00BBA8;
    border-radius: 4px;
    font-size: 0;
    cursor: pointer;
    text-align: center;
    /* margin-top: 6%; */
}

.contact-table-send span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.contact-table-send img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.modal {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.btn-close {
    color: #aaa;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 0;
}

.btn-close:hover {
    color: #919191;
}

.modal-dialog {
    border-radius: 10px;
    background: #fefefe;
    border: #333 solid 1px;
    width: 380px;
    height: 255px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.modal-body {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-img {
    position: absolute;
    top: 65px;
    text-align: center;
    color: #000;
    width: 100%;
    margin: 0 auto;
}

.modal-text {
    position: absolute;
    bottom: 50px;
    text-align: center;
    color: #000;
    margin: 0px 10px;
    font-size: 18px;
}

.modal-text a {
    color: #1F98FF;
    text-decoration: underline;
}

footer {
    background: linear-gradient(141deg, #000914 0%, #000812 100%);
    padding: 0 0 21px;
}

.footer-1,
.footer-2,
.footer-3 {
    display: none;
}

.footer-4 {
    margin: 0;
    padding: 56px 0 37px;
}

@media screen and (min-width:1680px) {
    .main-contact {
        padding-top: 20px;
    }
}

/* <1440 */
@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {
    .main-contact {
        min-width: unset;
        width: 100%;
    }

    .contact-table {
        width: 90%;
    }

    .contact-table-left-item {
        padding: 4% 0;
        margin-bottom: 4%;
    }

    .contact-table-right {
        font-size: 14px;
    }

    .contact-table-right-list {
        width: 100%;
    }

    .contact-table-left-item span {
        font-size: 16px;
    }

    .contact-table-right-list input,
    .contact-table-right-list select {
        height: 30px;
    }

    .form-required {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .contact-table-send {
        padding: 8px 0;
        margin-top: 4%;
    }
}

@media screen and (max-width:900px) {
    .main-contact {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }

    .contact-h1 {
        font-size: 24px;
        padding: 40px 0 0;
    }

    .contact-h3 {
        line-height: 1.5;
    }

    .contact-table-left {
        display: none;
    }

    .contact-main {
        width: 90%;
        padding-top: 25px;
    }

    .contact-table {
        display: block;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }

    .contact-table-right {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
    }

    .contact-table-right-list>img {
        width: 20px;
    }

    .contact-table-right-list input, .contact-table-right-list select {
        padding: 0 0 0 25px;
    }
    .contact-table-right-list textarea {
        padding: 5px 0 0 25px;
    }
    .form-required {
        height: 30px;
        line-height: 25px;
        font-size: 14px;
    }

    .checkbox {
        margin: 0 15px 0 0;
    }

    .contact-table-check span {
        font-size: 14px;
    }

    .contact-table-send {
        padding: 12px 0;
        margin-top: 30px;
    }

    .modal-dialog {
        width: 90%;
        height: 200px;
    }

    .modal-img {
        top: 30px;
    }
}