/*!
Theme Name: aviatorwp
Text Domain: aviatorwp
*/


.main-wrap__video {
    position: relative;
}

.main-wrap__video .btn {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    top: 30%;
    width: 100%;
    max-width: 300px;
}

.score-wrap__ttl {
    text-align: center;
    margin: 15px 0;
}

.default-wrap .faq {
    margin-top: 50px;
}

.compensate-for-scrollbar {
    margin: 0 !important;
}

.services-wrap__list .item-apply {
    display: block;
    color: #fff;
}

.services-wrap__list .item-apply:hover {
    text-decoration: underline;
}

.table-wrap__content .item p {
    display: block;
    margin-bottom: 30px;
}

.table-wrap__content .item .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.table-wrap__content .item .alignright {
    margin-left: auto;
}

.table-wrap__content .item a {
    text-decoration: underline;
    color: #FF0000;
}

.table-wrap__content .item a:hover {
    text-decoration: none;
}

.table-wrap__content .item ul,
.table-wrap__content .item ol {
    padding-left: 40px;
    margin-bottom: 30px;
}

.table-wrap__content .item p .alignleft {
    margin-right: 18px;
}

.table-wrap__content .item p .alignright {
    margin-left: 18px;
    order: 2;
}

table {
    max-width: 1144px;
    border-radius: 9px;
    background-color: #1B1C1D;
    margin: 60px auto;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
}

table thead {
    display: block;
    max-width: 538px;
    margin: 0 auto;
    padding-top: 16px;
}

table thead tr {
    width: 100%;
    display: inline-table;
    background-color: #0E0E0E;
    border-radius: 9px;
}

table thead tr td {
    padding: 15px;
}

table thead tr td:last-child {
    text-align: right;
}

.table-wrap__content .item table thead tr td {
    display: none;
}

.table-wrap__content .item table thead tr td:first-child {
    display: block;
    width: 100% !important;
    text-align: center;
    padding: 16px 16px 0;
}

.table-wrap__content table thead tr {
    background: none;
}

table {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}

table tbody {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

table tbody tr {
    width: 100%;
    display: inline-table;
    border-bottom: solid 1px rgba(157, 157, 157, .2);
}

table tbody tr:last-child {
    border: none;
}

table tbody tr td {
    padding: 20px 16px;
    width: 220px;
    max-width: 220px;
    min-width: 220px;
    white-space: break-spaces;
}

table tbody tr td:last-of-type {
    text-align: right;
}

table tbody tr td:last-of-type * {
    text-align: right;
}

table p {
    margin: 0 !important;
    display: block !important;
}

table tbody tr td:last-of-type img {
    margin-left: auto;
}

.reviews-wrap__form--thx {
    margin: 20px 0;
    padding: 15px;
    text-align: center;
    border: solid 1px green;
    display: none;
}

.reviews-wrap__form--thx-active {
    display: block;
}

.header-wrap__nav ul li {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.header-wrap__nav ul li a {
    position: relative;
    z-index: 2;
}

.header-wrap__nav ul li .dropdown {
    margin-right: 10px;
    transition: .3s;
    transform: translateY(-2px);
}

.header-wrap__nav ul li .sub-menu .sub-menu {
    display: none;
}

.header-wrap__nav ul li .sub-menu {
    position: absolute;
    left: -15px;
    top: 70px;
    width: 302px;
    box-shadow: 0px 9px 28px 8px #0000000D;
    box-shadow: 0px 3px 6px -4px #0000001F;
    box-shadow: 0px 6px 16px 0px #00000014;
    background-color: #1B1C1D;
    border-radius: 9px;
    padding: 4px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header-wrap__nav ul .open .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-wrap__nav ul .open .dropdown {
    transform: rotate(180deg);
}

.header-wrap__nav ul li .sub-menu li {
    margin: 0;
}

.header-wrap__nav ul li .sub-menu li a {
    padding: 9px 16px;
    border-radius: 9px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    transition: .3s;
}

.header-wrap__nav ul li .sub-menu li a:hover {
    background-color: rgba(0, 0, 0, .06);
}

.header-wrap__nav ul li .sub-menu li a::after {
    display: none;
}


.footer-wrap__list {
    max-width: 373px;
    justify-content: space-between;
}

.footer-wrap__list .item {
    display: block;
    margin-bottom: 30px;
}

.default-wrap {
    padding: 50px 0 50px;
}

.default-wrap h1 {
    margin-bottom: 30px;
}

.scroll {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin-top: -100px;
}

.to-top {
    position: fixed;
    z-index: 100;
    left: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 26.2px 0px #000000CC;
    border-radius: 5px;
    background-color: #008000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.to-top__active {
    opacity: 1;
    visibility: visible;
}

.table-wrap__top {
    width: 100%;
}

.table-wrap__top--sticky {
    position: fixed;
    top: 100px;
    max-width: 1150px;
    z-index: 10;
}

.main-wrap .table-wrap__content {
    color: #fff;
}

.main-wrap .table-wrap__content .btn {
    color: #fff;
    text-decoration: none !important;
}

@media (max-width: 868px) {
    .table-wrap__content .item p {
        flex-direction: column;
    }

    .table-wrap__content .item p img {
        margin: 0 0 16px !important;
        order: -1 !important;
    }

    .table-wrap__content .item p .alignright {
        display: flex;
    }

    table {
        margin: 40px 0;
    }
}

@media (max-width: 820px) {
    .header-wrap__nav ul li {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-wrap__nav ul li .dropdown {
        margin-right: 0;
        margin-left: 10px;
        order: 2;
        transform: translateY(-2px);
    }

    .header-wrap__nav ul .open .dropdown {
        transform: translateY(-2px);
    }

    .header-wrap__nav ul li .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        order: 10;
        background-color: #0E0E0E;
        border-radius: 10px;
        padding: 16px 16px 0;
        margin-top: 15px;
        display: none;
    }

    .header-wrap__nav ul li .sub-menu li {
        border: none;
        border-bottom: solid 1px rgba(157, 157, 157, .2);
        padding: 0 0 16px;
    }

    .header-wrap__nav ul li .sub-menu li:last-child {
        border: none;
    }

    .header-wrap__nav ul li .sub-menu li a {
        padding: 0;
        background: none;
    }

    .header-wrap__nav ul .show .dropdown {
        transform: rotate(180deg);
    }

    .header-wrap__nav ul .show .sub-menu {
        display: block;
    }

}

@media (max-width: 550px) {

    .main-wrap__video .btn {
        display: none;
    }

    .table-wrap__top--sticky {
        left: 0;
        top: 60px;
    }

    .to-top {
        bottom: 90px;
    }

    .footer-wrap__list .item {
        margin: 0 5px 15px 0;
    }

    .main-wrap__top--author-link {
        padding: 0 3px;
    }


    .table-wrap__content .item ol,
    .table-wrap__content .item p,
    .table-wrap__content .item ul {
        margin-bottom: 15px;
    }

    .footer {
        padding-bottom: 100px;
    }
}