body {
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    background: #000000;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.section-rating {
    padding: 150px 0 150px 0;
}
.container {
    width: 1240px;
    margin: auto;
}
h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 40px;
}
h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}
h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content p {
    font-size: 20px;
    line-height: 36px;
    max-width: 550px;
    margin-top: 0;
    margin-bottom: 60px;
}
.dataTables_processing {
    display: none !important;
}
.website,
.description,
.foundation,
.rating {
    display: none;
}
.main-table {
    width: 100%;
    position: relative;
}
.main-table td,
.main-table th {
    padding: 10px 20px 10px 0;
}
.main-table th {
    cursor: pointer;
    position: relative;
    text-align: left;
    font-weight: bold;
    outline: 0 !important;
    padding: 10px 20px 20px 0;
}
.main-table th:before {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 10px;
    border-bottom: 2px solid #fff;
}
.main-table th.sorting_desc:after,
.main-table th.sorting:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 6px;
    background: url("../images/sorting-down.svg") center no-repeat;
    background-size: contain;
    margin-left: 5px;
    vertical-align: 1px;
}
.main-table th.sorting_asc:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 5px;
    background: url("../images/sorting-up.svg") center no-repeat;
    background-size: contain;
    margin-left: 5px;
    vertical-align: 2px;
}
.main-table tbody {

}
.main-table tbody tr {
    position: relative;
}
.main-table tbody tr:hover {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    color: #000000;
    background: #E8CEA9;
    background-size: 100%;
}
.main-table tbody tr:hover .number {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.main-table tbody tr:hover .year-2018 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.year-2016,
.year-2017,
.year-2018 {
    white-space: nowrap;
    text-align: right;
}
.main-table .number {
    font-weight: bold;
    min-width: 40px;
    padding-left: 10px;
}
.main-table .number:before {
    left: 10px;
}
.main-table .year-2018 {
    padding-right: 10px;
}
.main-table .year-2018:before {
    right: 10px;
}
.dataTables_filter {
    display: none;
}
.search-region,
.search-industry,
.filter-table {
    display: none;
}
.filters-block {
    display: inline-block;
}
.filters-block select {
    max-width: 240px;
}
.search-name,
.select2 {
    margin-right: 50px;
}
.select2-container--default .select2-selection--single {
    background: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: #E8CEA9;
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 9px;
    height: 7px;
    border: 0;
    background: url("../images/filtering-down.svg") center no-repeat;
    background-size: contain;
    vertical-align: 1px;
}
.select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow b {
    background: url("../images/filtering-up.svg") center no-repeat;
    background-size: contain;
    vertical-align: 0;
}
.search-name,
.select2-container--default .select2-selection--single {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border: 0;
    text-transform: uppercase;
    background: none;
    color: #E8CEA9;
    height: 36px;
    border-bottom: 2px solid #E8CEA9;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.search-name {
    width: 300px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #E8CEA9;
}
.search-name::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #E8CEA9;
}
.search-name::-moz-placeholder { /* Firefox 19+ */
    color: #E8CEA9;
}
.search-name:-ms-input-placeholder { /* IE 10+ */
    color: #E8CEA9;
}
.search-name:-moz-placeholder { /* Firefox 18- */
    color: #E8CEA9;
}
.select2-container .select2-selection--single {
    outline:  0 !important;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above,
.select2-dropdown {
    border: 2px solid #E8CEA9;
    background-color: #000000;
    padding: 12px;
    border-radius: 4px;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 15px;
}
.select2-container--open .select2-dropdown--above {
    margin-top: -15px;
}
.select2-results__option {
    padding: 5px 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.filters-container {
    overflow: hidden;
    margin-bottom: 60px;
}
.table-content {
    position: relative;
    margin: 0 -10px;
}
.paging_simple_numbers {
    position: relative;
    text-align: right;
    margin-top: 40px;
    margin-right: 10px;
    overflow: hidden;
}
.paginate_button.previous,
.paginate_button.next {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: 9999px;
}
.paginate_button.previous {
    background: url("../images/paginate-prev.svg") center no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.paginate_button.next {
    background: url("../images/paginate-next.svg") center no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.paginate_button.previous.disabled,
.paginate_button.next.disabled {
    display: none;
}
.ellipsis,
.paginate_button {
    cursor: pointer;
    padding: 0 5px;
    color: #E8CEA9;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    outline: 0 !important;
}
.table-content:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 300px;
    height: 500px;
    background: url("../images/1000.png") no-repeat;
    background-size: contain;
}
.main-table tr .dataTables_empty {
    padding: 10px;
    background: #000000;
    color: #ffffff;
    cursor: auto;
}
.popup-container {
    width: 100%;
    display: none;
    position: absolute;
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    border-radius: 6px;
    overflow: hidden;
    z-index: 10;
}
.popup-container:before {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 5px;
}
.popup-container .popup-body {
    position: relative;
    padding: 12px 20px;
}
.popup-container .popup-close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 13px;
    height: 13px;
    background: url("../images/icon-close.svg") center no-repeat;
}
.popup-container .popup-close:hover {
    opacity: 0.8;
}
.popup-container .popup-header:after,
.popup-container .popup-header:before,
.popup-container .popup-content:after,
.popup-container .popup-content:before,
.popup-container .popup-footer:after,
.popup-container .popup-footer:before {
    content: "";
    display: block;
    clear: both;
}
.popup-container .popup-position {
    position: absolute;
    width: 82px;
    font-weight: bold;
}
.popup-container .popup-position .popup-number {
    color: #E8CEA9;
    font-size: 24px;
    line-height: 24px;
}
.popup-container .popup-title {
    float: left;
    margin-left: 82px;
}
.popup-container .popup-title .popup-name {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 20px;
}
.popup-container .popup-title .popup-website {
    font-size: 16px;
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    text-decoration: none;
}
.popup-container .popup-content {
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin: 0 -18px;
}
.popup-container .popup-content .popup-description {
    float: left;
    width: 50%;
}
.popup-container .popup-footer {
    position: relative;
    border-top: 1px solid #444444;
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    margin: 0 -18px;
}
.popup-container .popup-footer-prop {
    float: left;
    margin-right: 75px;
    margin-bottom: 5px;
}
.popup-container .popup-footer-prop:last-child {
    float: right;
    margin-right: 0;
}
.popup-container .popup-footer-text {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.popup-container .popup-footer-prop:last-child .popup-footer-text {
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.popup-container .popup-footer-prop .popup-footer-label {
    font-size: 12px;
}

form {
    margin: 60px 0;
}
.input-group {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
input.form-control {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border: 0;
    background: none;
    color: #E8CEA9;
    border-bottom: 2px solid #E8CEA9;
    outline: 0 !important;
    margin-bottom: 20px;
}
textarea.form-control {
    max-width: 800px;
    width: 100%;
    margin-top: 40px;
    display: block;
    background: none;
    color: #E8CEA9;
    border: 2px solid #E8CEA9;
    outline: 0 !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 20px;
    height: 240px;
    border-radius: 6px;
    resize: none;
}
input[name=your-email].form-control {
    width: 290px;
}
input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #E8CEA9;
    text-transform: uppercase;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #E8CEA9;
    text-transform: uppercase;
}
input.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #E8CEA9;
    text-transform: uppercase;
}
input.form-control:-moz-placeholder { /* Firefox 18- */
    color: #E8CEA9;
    text-transform: uppercase;
}

textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #E8CEA9;
    text-transform: uppercase;
}
textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #E8CEA9;
    text-transform: uppercase;
}
textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #E8CEA9;
    text-transform: uppercase;
}
textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color: #E8CEA9;
    text-transform: uppercase;
}
.textarea-group {
    position: relative;
}
.input-group .error-tooltip {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #E7E7E7;
}
.validate-container {
    position: relative;
}
.btn.btn-default {
    display: inline-block;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 4px;
    color: #000000;
    outline: 0 !important;
}

.validate-block {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    display: inline-block;
    color: #E8CEA9;
    text-transform: uppercase;
    margin-left: 15px;
}
.policy {
    position: relative;
    margin: 30px 0;
    padding-left: 35px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #E8CEA9;
    text-transform: uppercase;
}
.policy a {
    text-decoration: none;
    border-bottom: 1px dashed #E8CEA9;
    color: #E8CEA9;
}

input[type="checkbox"] {
    position: absolute;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border: 2px solid #E8CEA9;
    outline: 0 !important;
    cursor: pointer;
    margin: 0;
}
input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    background: url("../images/icon-check.svg") center no-repeat;
    width: 14px;
    height: 11px;
    top: 4px;
    left: 2px;
}
.mfp-container {
    padding: 50px 15px;
}
.copyright {
    background: #191919;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 40px;
}
.copyright:before,
.copyright:after {
    content: "";
    display: block;
    clear: both;
}
.copyright .copyright-left {
    float: left;
}
.copyright .copyright-left a {
    color: #ffffff;
}
.copyright .copyright-right a {
    color: #ffffff;
    text-decoration: none;
}
.copyright .copyright-right span {
    vertical-align: 59px;
    display: inline-block;
    margin-right: 5px;
}
.copyright .copyright-right {
    float: right;
    vertical-align: top;
}

.mfp-content {
    border-radius: 10px;
    min-height: 200px;
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
    background: linear-gradient(90deg, #E8CEA9 0%, #B27F58 100%);
}
.mfp-auto-cursor .mfp-content ol {
    padding-left: 20px;
}
.mfp-auto-cursor .mfp-content ol li {
    margin-bottom: 5px;
}

.policy-content {
    margin: 2px;
    border-radius: 10px;
    padding: 40px 60px;
    background: #000000;
}
.policy-content a {
    color: #ffffff;
}
.mfp-close-btn-in .mfp-close {
    background: url("../images/icon-close.svg") center no-repeat;
    text-indent: -9999px;
    opacity: 1;
}
.relative-position {
    position: relative;
}
.filter-clear {
    top: -5px;
    right: 52px;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
    background: url("../images/icon-close.svg") center no-repeat #000;
}
.mobile-hide {
    display: none;
}
.btn-block {
    position: relative;
    padding: 60px 0 0 0;
    z-index: 1;
}
.btn-block .btn {
    margin-bottom: 5px;
}
#feedback a {
    color: #E8CEA9;
}
@media (max-width: 1280px) {
    .container {
        width: calc(100vw - 40px);
    }
}
@media (max-width: 1100px) {
    .year-2016,
    .year-2017,
    .year-2018 {
        display: none;
    }
    .main-table tbody tr:hover .region {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .filters-block {
        margin-top: 20px;
    }
    textarea.form-control {
        width: 500px;
    }
    .mobile-hide {
        display: block;
    }
    .popup-container .popup-footer.mobile-hide .popup-footer-prop:last-child .popup-footer-text {
        background: none;
        -webkit-text-fill-color: #FFFFFF;
    }
    .popup-container .popup-footer.mobile-hide .popup-footer-prop:last-child {
        float: left;
    }
}

@media (max-width: 680px) {
    .filters-block select {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
    .industry,
    .region {
        display: none;
    }
    .search-name {
        width: calc(100vw - 40px);
        max-width: 310px;
    }
    .select2-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .intro-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .main-table tbody tr:hover .name {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .popup-container .popup-title .popup-name {
        font-size: 20px;
        line-height: 26px;
    }
    .popup-container .popup-content {
        padding-left: 18px;
        width: auto;
    }
    .popup-container .popup-content .popup-description {
        width: auto;
        float: none;
    }
    .popup-container .popup-footer {
        padding-left: 18px;
    }
    .popup-container .popup-footer-prop {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .popup-container .popup-footer-prop:last-child {
        float: none;
    }
    .popup-container .popup-footer-text {
        font-size: 14px;
    }
    input.form-control {
        max-width: calc(100% - 40px);
        width: 290px;
        font-size: 16px;
    }
    textarea.form-control {
        width: calc(100% - 40px);
        padding: 15px;
        font-size: 16px;
    }
    .form-content {
        overflow: hidden;
    }
    .copyright .copyright-left,
    .copyright .copyright-right {
        float: none;
    }
    .copyright .copyright-right {
        margin-top: 80px;
    }
    .copyright br {
        display: none;
    }
    .copyright {
        border-radius: 0;
        margin: 0 -20px;
    }
    .policy-content {
        padding: 30px 20px;
    }
    .policy-content h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .popup-container .popup-footer-prop:last-child .popup-footer-text {
        background: none;
        -webkit-text-fill-color: #FFFFFF;
    }
    .popup-container .popup-footer-prop:last-child {
        float: none;
    }
}