body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 12px;
}

.has-error span {
    color: #D70000;
}

.transition {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

a {
    color: #000;
    text-decoration: underline;
}

    a:visited,
    a:focus,
    a:active {
        color: #000;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    .btn,
    button.btn,
    a.btn {
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        text-transform: uppercase;
        text-decoration: none;
    }

.btn-default {
    border: 2px solid #000;
    border-radius: 3px;
    background: none;
    color: #000;
    font-size: 12px;
    padding: 6px 27px;
}

    .btn-default:active:focus,
    .btn-default:active,
    .btn-default:hover,
    .btn-default:focus {
        outline: none;
        background: #000;
        color: #fff;
        box-shadow: none;
        border-color: #000;
    }

.btn-info {
    background: #ff660a;
    border-color: #ff660a;
    color: #fff;
    font-size: 12px;
}

    .btn-info.disabled:hover,
    .btn-info:hover {
        background: #000;
        border-color: #000;
        color: #fff;
    }

.btn-primary {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: none;
    border-radius: 0;
    border: none;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 11px 35px;
}

    .btn-primary:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        background: #FF660A;
        border-radius: 10px 10px 15px 0;
        -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        transform: skew(-10deg);
    }

@media (min-width: 768px) {
    .btn-primary {
        padding: 18px 45px;
    }
}

.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #FF660A !important;
}

    .btn-primary:active:focus:after,
    .btn-primary:active:after,
    .btn-primary:hover:after,
    .btn-primary:focus:after {
        background: #fff;
    }

.form-group {
    margin: 24px 0;
}

@media (max-width: 992px) {
    .form-group {
        margin: 15px 0;
    }
}

@media (max-width: 992px) {
    .form-group label {
        font-size: 12px;
    }
}

.validation-summary-errors {
    color: #930000;
    font-weight: 700;
    text-align: center;
}

    .validation-summary-errors ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

.has-error .form-control {
    border-color: #D70000;
}

.has-error label {
    color: #D70000;
}

.has-error .text-error {
    visibility: visible;
    opacity: 1;
}

.text-error {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    color: #9B9B9B;
    font-size: 14px;
    font-style: italic;
    line-height: 19px;
    opacity: 0;
}

label,
.label {
    vertical-align: top;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.form-group {
    position: relative;
    margin-bottom: 17px;
}

.form-control {
    background-color: rgba(253, 253, 253, 0.5);
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 35px;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #FF660A;
        box-shadow: none;
    }

.select2-container--bootstrap .select2-selection {
    border-radius: 3px !important;
    border: 1px solid #ddd;
    box-shadow: none !important;
}

@media (min-width: 768px) {
    html {
        min-height: 100%;
    }
}

body {
    background: #fff url(images/bg.jpg) no-repeat 100% 50% / cover;
}

@media (min-width: 768px) {
    body {
        height: 100%;
    }
}

.main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

    .main-wrapper > .container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
    .main-wrapper {
        height: 100vh;
    }
}

.bring-to-front {
    z-index: 1000;
}

.logo {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .logo {
        width: 350px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 400px;
        margin-bottom: 90px;
    }
}

.logo img {
    max-width: 100%;
    height: auto;
}

.main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.slogan {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    max-width: 780px;
    line-height: 1.2;
    margin: 0 auto 30px;
}

@media (min-width: 768px) {
    .slogan {
        margin: 0 auto 50px;
        line-height: 1.2;
        font-size: 43px;
    }
}

@media (min-width: 992px) {
    .slogan {
        line-height: 65px;
        font-size: 48px;
    }
}

.action {
    margin-bottom: 30px;
}

.account span {
    opacity: 0.3;
}

@media (min-width: 768px) {
    .services-login {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .service {
        margin: 0;
        font-size: 14px;
        line-height: 19px;
    }
}

.service .title {
    display: block;
    font-size: 20px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .service .title {
        font-size: 24px;
        line-height: 33px;
    }
}

.service p {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .service p {
        margin-bottom: 14px;
    }
}

.service .icon {
    float: left;
    width: 40px;
    margin: 0 20px 0 0;
}

@media (min-width: 768px) {
    .service .icon {
        width: 50px;
    }
}

.service .icon img {
    width: 100%;
    height: 50px;
}

@media (min-width: 768px) {
    .service .icon img {
        height: 60px;
    }
}

.footer-page {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .footer-page {
        font-size: 14px;
        line-height: 19px;
    }
}

.footer-page .copyright {
    float: left;
    margin: 0 0 10px;
    opacity: .51;
}

@media (min-width: 768px) {
    .footer-page .copyright {
        margin: 0;
    }
}

.footer-page .footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: right;
}

@media (min-width: 768px) {
    .footer-page .footer-nav {
        width: auto;
    }
}

.footer-page .footer-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 0 0;
}

@media (min-width: 768px) {
    .footer-page .footer-nav li {
        margin: 0 0 0 39px;
    }
}

.footer-page .footer-nav li:first-child {
    margin: 0;
}

.footer-page .footer-nav a {
    opacity: .51;
}

    .footer-page .footer-nav a:hover {
        opacity: 1;
    }

.top-header {
    padding-top: 10px;
    padding-bottom: 30px;
}

    .top-header:after {
        content: '';
        display: block;
        clear: both;
    }

@media (min-width: 768px) {
    .top-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-width: 750px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .top-header {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .top-header {
        max-width: 1170px;
    }
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 100%;
}

    .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding-right: 25px;
        z-index: 1;
        border-color: rgba(0, 0, 0, 0.5);
        height: 40px;
        background-color: #FDFDFD;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
            color: #999;
        }

        .bootstrap-select > .dropdown-toggle:hover {
            color: #000;
            border-color: rgba(0, 0, 0, 0.5);
            background-color: #FDFDFD;
        }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: 0.5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2;
        }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

    .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100%;
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto;
    }

        .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
            border-radius: 0;
        }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.btn-group.dropdown-menu-right,
    .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
    .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

    .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
    .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit;
    }

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group.disabled:focus,
    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

    .bootstrap-select.btn-group.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff;
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.language {
    min-width: 100px;
    float: left;
}

    .language a {
        text-decoration: none;
        cursor: pointer;
    }

    .language .dropdown-menu {
        top: -7px;
        left: -12px;
        background-color: #fff;
        border: 0 none;
        min-width: 0;
        padding: 0;
    }

        .language .dropdown-menu > li > a {
            padding: 6px 12px;
            color: #000;
        }

            .language .dropdown-menu > li > a:hover,
            .language .dropdown-menu > li > a:focus {
                background-color: #000;
                color: #fff;
            }

        .language .dropdown-menu li:first-child a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .language .dropdown-menu li:last-child a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

.language-toggle {
    color: #000;
}

    .language-toggle:hover {
        color: #000;
    }

.language-box {
    height: 17px;
    background-image: url(images/flags1.png);
    background-repeat: no-repeat;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 17px;
    padding-left: 30px;
    display: inline-block;
}

.language-en {
    background-position: 0 -527px;
}

.language-uk {
    background-position: 0 -1615px;
}

.language-sw {
    background-position: 0 -1428px;
}

.language-il {
    background-position: 0 -663px;
}

.language-zh-cn {
    background-position: 0 -306px;
}

.language-de {
    background-position: 0 -357px;
}

.language-ru {
    background-position: 0 -1377px;
}

.language-fr {
    background-position: 0 -493px;
}

.language-es {
    background-position: 0 -459px;
}

.language-it {
    background-position: 0 -731px;
}

.language-pl {
    background-position: 0 -1293px;
}

.language-pt {
    background-position: 0 -1309px;
}

.language-et {
    background-position: 0 -425px;
}

.language-ka {
    background-position: 0 -1700px;
}

.language-kk {
    background-position: 0 -884px;
}

.language-lv {
    background-position: 0 -85px;
}

.language-lt {
    background-position: 0 -187px;
}

.language-nl {
    background-position: 0 -1173px;
}

.language-hy {
    background-position: 0 -51px;
}

.language-tr {
    background-position: 0 -1581px;
}

.language-az {
    background-position: 0 -1717px;
}

.language-ar {
    background-position: 0 -782px;
}

.language-uz {
    background-position: 0 -1736px;
}


.top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .top-nav li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 34px;
    }

.modal-dialog {
    margin: 15px auto;
}

.modal-header {
    border-bottom: 0 none;
    padding: 5px;
}

.modal-backdrop.in {
    filter: alpha(opacity=95);
    opacity: 0.95;
}

.modal.in .modal-dialog {
    box-shadow: 0px 0px 900px #ddd !important;
    border-radius: 10px;
}

.modal-backdrop {
    background-color: #fff;
}

@media (max-width: 768px) {
    .modal-dialog.modal-dialog-widget {
        height: 100% !important;
    }

    .modal-content.modal-content-widget {
        height: 100% !important;
    }
    .modal.in{
        padding-left: 0px !important;
    }

    .modal-header.modal-header-widget {
        padding: 10px !important;
    }

    .modal-body.modal-body-widget {
        height: 100%;
        padding: 0px !important;
    }

    .row.row-widget {
        height: 100% !important;
    }

    body .modal {
        padding-top: 0px !important;
    }

    .modal-dialog {
        height: 100vh !important;
        margin: 0;
    }

    .modal-header .close {
        right: 15px !important;
        top: 15px !important;
        z-index: 10000;
    }

    .modal-content {
        height: 100vh;
    }

    .modal-body {
        padding: 30px !important;
    }
}

.modal-header .logo {
    width: 150px;
    margin: 0 auto 10px;
}

@media (min-width: 768px) {
    .modal-header .logo {
        width: 100px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .modal-header .logo {
        width: 150px;
    }
}

.modal-header .close {
    margin: 0;
    width: 32px;
    opacity: 1;
    height: 32px;
    background: #ff660a;
    text-align: center;
    color: white;
    font-size: 17px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
}

    .modal-header .close:hover {
        background: #000;
    }

.modal-header a.close {
    padding-top: 7px;
}

.modal-content {
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    width: 100%;
}

#legal .modal-content {
    background: #fff;
}

#legal .modal-footer {
    padding: 0;
}

@media (max-width: 767px) {
    .legal-text {
        margin-top: 0 !important;
    }
}

.legal-text {
    margin-top: 50px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .legal-text h4 {
        margin: 0 0 20px;
    }

    .legal-text p,
    .legal-text ul {
        margin-bottom: 20px;
    }

    .legal-text ul {
        padding-left: 20px;
        list-style: circle;
    }

        .legal-text ul li {
            margin-bottom: 10px;
        }

    .legal-text .image-container {
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    .legal-text .image-container {
        width: 37%;
    }
}

.legal-text .image-container.pull-left {
    margin-right: 20px;
}

.legal-text .image-container img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 100%;
    }
}

@media (min-height: 768px) {
}

@media (min-height: 900px) {
}

@media (min-height: 1000px) {
}

.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    margin-bottom: 30px;
}

    .nav-tabs li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 33.3333%;
        margin: 0 -2px -1px 0;
        border: 2px solid transparent;
        border-bottom-color: black;
    }

        .nav-tabs li.active {
            border: 2px solid black;
            border-bottom-color: white;
        }

        .nav-tabs li > a {
            padding: 10px;
            font-size: 16px;
            text-align: center;
            line-height: 27px;
            display: block;
            text-decoration: none;
            border-radius: 3px 3px 0 0;
            border: none;
            margin: 0;
            color: #000;
        }

@media (min-width: 768px) {
    .nav-tabs li > a {
        font-size: 20px;
    }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none;
}

.nav-tabs > li > a:hover {
    background: none;
    border-color: transparent;
}

.buttons-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 30px;
}

@media (min-width: 768px) {
    .buttons-holder {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .buttons-holder {
        padding: 0;
    }
}

a.modal-bottom-link,
a.forgot-pass {
    color: #4A90E2;
}

.modal-body {
    padding: 15px;
}

@media (min-width: 768px) {
    .modal-body {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    #cookies-policy .logo {
        margin-bottom: 50px;
    }
}

#cookies-policy .modal-body {
    padding: 15px;
    height: 432px;
    overflow: hidden;
}

@media (min-width: 768px) {
    #cookies-policy .modal-body {
        overflow: auto;
        height: auto;
        padding: 15px 95px 56px;
    }
}

.modal-body #highpass-web-widget-id body {
    overflow: auto;
    height: 100%;
}

#highPass .legal-text {
    height: 400px;
}

.messenger-contacts table {
    border: 0;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

    .messenger-contacts table img {
        width: 36px;
        height: 36px
    }

.payment-logos {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .payment-logos img {
        margin-left: 5px;
        height: 70px;
        float: left;
    }

.terms-of-service-usage .slogan {
    margin-top: 50px;
}

.select-country-documents {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .select-country-documents {
        margin-top: 70px;
    }
}

.select-country-documents .select2 {
    width: 100% !important;
}

.mail-list {
    list-style: none;
}
