:root {
    --blue-color: #007DFF;
    --color-white: #ffffff;
    --color-blue-dark: #003594;
    --color-black: #262A2D;
    --color-lite: #FAFAFA;
    --color-border: rgba(215, 215, 215, 1);
}
body {
    font-family: 'Gellix', sans-serif;
    font-weight: 400;
    font-size: 0.9175rem;
    line-height: 1.5;
    background-color: #fff;
}
*:focus {
    outline: none !important;
}
[onclick] {
    cursor: pointer;
}
body.modal-open {
    width: 100%;
    padding-right: 0 !important;
    overflow-y: hidden;
    position: relative;
}
.br-0 {
    border:0;
}
.form-text {
    display: block;
    margin-top: 0;
}
.normal {
    font-weight: 400;
}
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #003594;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

    a:hover {
        color: #007DFF;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        color: #003594;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: #007DFF;
            text-decoration: none;
        }

.fs12 {
    font-size: 12px;
}

.fs10 {
    font-size: 10px;
}

.relative {
    position: relative;
}
#conect a {
    color: #6890C4 !important;
}
.main-content ::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #F5F5F5;
}
.main-content ::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 3px;
}
.list-style {
    padding-left: 2rem;
}
ol.list-style li {
    list-style: decimal;
}
ul.list-style li {
    list-style: disc;
}
/* header nav */
.navbar {
    font-weight: 300;
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--color-white);
    /*    -webkit-box-shadow: 7px 4px 20px 0 rgba(162, 162, 162, .25);
    box-shadow: 7px 4px 20px 0 rgba(162, 162, 162, .25);*/
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}
.menuBtn {
    margin-right: 20px;
}
.header-contacts-block {
    font-size: 14px;
    font-weight: 500;
}
.header-contacts-block > div {
    margin-bottom:5px;
}
    .header-contacts-block > div:last-child {
        margin-bottom: 0;
    }
.header-contacts-block a{
   color:var(--color-black);
}
    .header-contacts-block i {
        margin-right:8px;
    }
.header .menuBtn span {
    display:block;
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #262A2D;
}
.navbar-brand .logo {
    position: relative;
    margin-left: auto;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.nav-link {
    padding-top: 11px;
}

.navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
}
    .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .8);
    }
.navbar ul.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.first-nav {
    background-color: #fff;
    padding: 1px 15px;
    position: fixed;
    z-index: 1035 !important;
}

    .first-nav .dropdown {
        display: inline-block;
    }

.top_menu_content {
    font-size: 12px;
    padding: 15px;
}

@media (max-width: 400px) {
    .brand-logo {
        display: none;
    }

    .brand-logo-small {
        display: inline-block !important;
    }
}

.navbar-brand {
    margin-right: 0.5rem;
}

/* navbar */
/* color */

.white_bg {
    background-color: #fff !important;
}

.white-text {
    color: #fff !important;
}

@media (max-width: 768px) {
    .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.navbar-toggler span i {
    font-size: 24px;
}

.lang-pic {
    height: 36px;
}

a.dropdown-item {
    cursor: pointer;
    color: #000000!important;
}
.dropdown-header {
   color:black;
}
.btn-floating.lang {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dropdown-menu {
    color: rgb(102, 102, 102);
    font-size: 14px;
}

.language .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: .15rem 1rem;
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}

@media (max-width: 767px) {
    .dropdown-menu {
        position: absolute !important;
    }
}

.navbar-toggler span i {
    color: rgb(98, 169, 204);
}

.nav li {
    list-style: none;
}

.nav-item.language {
    padding-right: .5rem;
    padding-left: .5rem;
}

@media screen and (max-width:300px) {
    .nav-item.language {
        display: none;
    }
}


@media screen and (max-width:991px) {
    .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}


/* nav */
.badge-info {
    color: #fff !important;
    background-color: var(--blue-color) !important;
}

/* isAuth */
.isAuth #nav_login_btn {
    display: none !important;
}

.isAuth .navbar-nav-user {
    display: none !important;
}

.navbar-user {
    display: none;
}

.isAuth .navbar-user {
    display: block !important;
}

.isAuth .join_btn {
    display: none !important;
}

/* isAuth */
/* ----------------------------------------------------------- */
/* main-container */
.wrap {
    padding-top: 70px;
    background-color: #ffffff;
    min-height: calc(100vh - 155px);
}

.brand-logo {
    height: 60px;
}

.main-cover {
    z-index: 1;
    padding-bottom: 150px;
    padding-top: 30px;
    width: 100%;
    height: 180px;
    position: relative;
    background-image: url(/images/main-icc-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .main-cover .logo {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 20px;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    @media (min-width:800px) {
        .main-cover .logo {
            left: 100px;
        }
    }

.title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
}

.main-cover .title {
    font-size: 72px;
    font-weight: bold;
}

.main-cover .subtitle_promo {
    font-size: 24px;
}

.main-cover .subtitle {
    font-size: 18px;
    font-weight: 400;
}

.main-cover .timer {
    font-size: 44px;
    text-align: center;
    text-shadow: 5px 8.66px 10px rgba(25,70,135,0.5);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-cover .timer_unit {
    font-size: 15px;
    text-shadow: 5px 8.66px 10px rgba(25,70,135,0.5);
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 5px;
}

.timer_title_subtitle {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 1800px) {
    .main-cover .title {
        font-size: 3em;
    }

    .main-cover .subtitle {
        font-size: 0.95em;
    }

    .main-cover .timer {
        font-size: 1.6em;
    }

    .main-cover .timer_unit {
        font-size: 0.3em;
    }

    .timer_title_subtitle {
        font-size: 1em;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .main-cover .subtitle {
        font-size: 0.95em;
    }

    .main-cover .timer {
        font-size: 1.1em;
    }

    .main-cover .timer_unit {
        font-size: 0.3em;
    }

    .timer_title_subtitle {
        font-size: 0.6em;
        text-align: center;
    }
}

.dark_block {
    padding: 40px;
    width: 80%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    border-left: 3px solid #00CA4C;
}

.reg_more {
    color: #00CA4C;
    float: right;
}

.reg_info p {
    font-size: 12px;
    color: #2d508b;
}

.bg_image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* main-container */
/* ----------------------------------------------------------- */
.lang-group {
    padding: .5rem 0;
}

    .lang-group button {
        color: rgba(0, 0, 0, .8);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        margin: 0 5px;
        background: #ffffff;
        border: 0;
        padding: 2px;
    }

        .lang-group button.active {
            color: #fff;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #007DFF;
            padding: 2px 4px;
        }

.tableContainer {
    position: relative;
    z-index: 100;
}


@media (max-width: 537px) {
    .guest {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    .join_btn {
        display: none;
    }
}

span.uk {
    color: #04f93c;
}

span.ru {
    color: #FF6800;
}

span.en {
    color: #007bff;
}

.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-google {
    color: #fff;
    background-color: #d9534f;
}

/* @media */

@media (max-width: 991px) {

    .main-cover .title {
        color: #fff;
        font-size: 55px;
    }

    .main-cover {
        background-size: cover;
        height: auto;
        min-height: 150px;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 0.7em 0px;
        display: flex;
    }

    .dark_block {
        padding: 30px;
        width: 100%;
        text-align: center;
        border-left: 4px solid #00CA4C;
    }

    .brand-logo {
        height: 5vw;
    }
}

@media (max-width: 460px) {
    .brand-logo {
        height: 10vw !important;
    }
}

@media (max-width: 400px) {
    .brand-logo {
        height: 35px !important;
    }
}

@media (max-width: 768px) {
    .dark_block {
        padding: 15px;
        width: 100%;
        text-align: center;
        border-left: 4px solid #00CA4C;
    }

    .main-cover .title {
        font-size: 48px;
    }

    .modalRegister .nav-tabs > li > a {
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    footer .brand-logo {
        height: 12vw;
        display: block !important;
    }
}

@media (max-width: 450px) {
    .main-cover {
        background-size: cover;
        height: auto !important;
        max-height: none;
        padding: 0.5em 0 0.5em 0px;
    }
}

@media (max-width:320px) {
    .main-cover .title {
        font-size: 2rem;
    }

    main-cover .subtitle_promo {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    #Number {
        display: none;
    }

    #carouselNumber {
        display: block !important;
        min-height: 15vh;
    }

    .main-cover .timer.small_d {
        font-size: 0.8em !important;
    }

    .main-cover .timer_number.small_d {
        font-size: 1.8em !important;
    }

    .main-cover .timer_unit.small_d {
        font-size: 1.2em !important;
    }

    .timer_title_subtitle.small_d {
        font-size: 0.8em;
        text-align: center;
    }
}
/* @media */

/* identification_form */

.identification_form {
    color: #fff;
}

.card.identification_form {
    background: transparent;
}

.identification_form a {
    color: #28a745;
}

.identification_form .form-control.form-text, .identification_form .form-control {
    font-size: 15px !important;
}

.alert-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.identification_form image {
    font-weight: normal;
}

.identification_form .form-control {
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: transparent;
    padding: 0 10px 0 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    color: #FFF;
}

.identification_form .card-header {
    padding: 0;
}

.identification_form .form-control.form-text {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: transparent;
    padding: 0 10px 0 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    color: #FFF;
}
.form-control.is-invalid, .was-validated .form-control:invalid, .form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: .5rem;
    background-image: none;
}
.reg-form a{
    color:var(--blue-color);
    text-decoration:underline;
}
.reg-form a:hover {
    color: var(--color-blue-dark);
}
.identification_form h3 {
    text-align: center;
}

.blue-green-bottom {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 3px solid #00CA4C;
}

.identification_form.form-group .form-field {
    position: relative;
}

    .identification_form .form-group .form-field .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
    }

    .identification_form .form-group .form-field .form-control {
        padding-right: 50px;
    }

.identification_form textarea.form-control {
    height: inherit;
    resize: vertical;
}

/* alert */
.alert {
    position: relative;
    text-align: center;
    padding: 0;
    margin-bottom: 0.25rem;
    border:0;
}
.alert-heading {
    color: #f31d1d;
}
.alert-danger {
    color: #ff5869;
    background-color: #ffffff;
}
    .alert-danger span {
        color: #721c24;
        display: block;
        margin: 1em 0 1em 0 0;
    }

    .alert-danger hr {
        border-top-color: #28a745;
    }

.txtcenter {
    margin-top: 4em;
    font-size: .9em;
    text-align: center;
    color: #aaa;
}

/* modal */
.modal .modal-full-height .modal-header {
    border: 0;
}

/* modalRegister */
.modalRegister .modal-content {
    font-weight: 400;
}

.modalRegister .tab-content > .active {
    background: #fff;
}

.modalRegister .tab-content > li.active > a, .modalRegister .tab-content > li > a {
    border: none;
}

.modalRegister .tab-pane {
    min-height: 300px;
    position: relative;
}
.modal-register {
    z-index:1042;
}
.modalRegister .reg_tab {
    width: auto;
}
.modalRegister .nav.nav-tabs {
    border-bottom:0;
}
.modalRegister .nav-tabs > li.active > a, .modalRegister .nav-tabs > li.active > a:focus, .modalRegister .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
}
.modalRegister .nav-tabs .nav-link.active {
    color: var(--blue-color);
    border: 0;
    font-weight: 600;
    text-transform: none;
}
.modal-register .modal-body {
    padding: 2rem;
}
.modalRegister .nav-tabs > li > a {
    margin-right: 0;
    padding: 5px 15px;
    font-size: 28px;
    color: black;
    border: 0;
    font-weight: 500;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
}

.modalRegister .form-check {
    padding-left: 0;
}

.loader {
    text-align: center;
}
/*footer*/
footer.page-footer {
    background-color: var(--blue-color);
    color: #fff;
}

footer {
    min-height: 110px;
    padding: 20px 0;
    position: relative;
    z-index: 100;
}
    footer a {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
        footer a:hover {
            color: #fff;
        }
    footer ul {
        margin-bottom: 0;
    }
    footer ul li{
        margin-bottom: 8px;
    }
    footer .list-unstyled span i {
        color: var(--color-white);
        margin-right:5px;
    }
    footer .social-item {
        display: inline-block;
        margin-bottom:0;
    }
    footer .social-item .link-social {
        color:#ffffff;
        font-size:22px;
        margin-right:8px;
    }
    footer .social-item:last-child .link-social {
        margin-right: 0;
    }
    footer .footer-caption {
        margin-bottom: 15px;
        cursor: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
    }
/*footer end*/
.massage_block {
    font-size: 14px !important;
    color: #000000;
    position: relative;
    margin-bottom: 0.25rem;
}
.massage_block span{
    color: var(--blue-color);
}
.sidebar-header {
    text-align: left !important;
}

.sidebar-header {
    padding: 10px 10px 5px 10px;
}

    .sidebar-header h5 {
        margin-bottom: 0;
    }

/*customer-rating*/
#customer-rating {
    padding-bottom: 30px;
    background-color: #fff;
}
    #customer-rating .title {
        font-weight: bold;
        font-size: 28px;
    }
.customer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customer-card {
    width: 100%;
    padding: 10px;
}

.customer-card-element {
    position: relative;
    width: 100%;
    height: 180px;
}

.customer-card-details-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.customer-card .customer-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-blue-dark);
}

@media (min-width:700px) and (max-width:991px) {
    .customer-card {
        width: 50%;
        min-height: 200px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .customer-card {
        width: 33.3333%;
        min-height: 220px;
    }
}

@media (min-width:1201px) {
    .customer-card {
        width: 20%;
        height: 220px;
        text-align: center;
        overflow: hidden;
    }
}
span.label {
    display:none;
}
.customer-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: none;
}
.customer-card-details-logo img {
    border-radius: 4px 0 30px 0px;
}
.customer-card-details-bg {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px 30px 4px 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* advantages */
#advantages {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}
    #advantages span.title {
        font-weight: 700;
        font-size: 28px;
        color: #69b236;
    }
    #advantages p {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    #advantages hr, #members-carousel hr {
        width: 92px;
        height: 2px;
        background-color: #194587;
        margin-top: 15px;
    }

.advantages_img img {
    height: 64px;
    display: block;
    margin: 0 auto;
}

.adv_block p {
    margin-top: 25px;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

/* members */
#members-carousel h1 {
    font-weight: bold;
    font-size: 30px;
    color: #69b236;
    background: -webkit-linear-gradient(left, #2c508b 0%,#6dc395 50%,#69b236 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dashboardcode-bsmultiselect {
    width: 100%;
}

/* Carousel */
.as-carousel-container {
    position: relative;
    width: 100%;
}

    .as-carousel-container.loading {
        display: none;
    }

.as-carousel-item {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}

    .as-carousel-item a {
        display: block;
        max-width: 100%;
    }

    .as-carousel-item img {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
        max-height: 80px;
        vertical-align: top;
    }

.slider-btn-hldr {
    position: absolute;
    top: 50%;
    z-index: 800;
}

.slider-btn-hldr-left {
    left: 0;
}

.slider-btn-hldr-right {
    right: 0;
}

.slider-btn {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
}

    .slider-btn svg {
        width: 20px;
        height: 20px;
    }

#members-carousel {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 20px;
}


/* about */
.about .main-cover, .faq .main-cover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    min-height: 30vh;
    padding-bottom: 100px;
    padding-top: 50px;
}
.rates-container .main-cover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    min-height: 30vh;
    padding-bottom: 75px;
    padding-top: 20px;
}
.umovi .main-cover, .map .main-cover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    min-height: 50vh;
}
.Regulation_content {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.15);
    border-radius: 0;
    padding: 25px;
    position: relative;
    z-index: 1000;
    margin-top: -40vh;
    margin-bottom: 25px;
}
.privacy-policy-content, .public-offer-content {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.15);
    border-radius: 2px 2px 0 0;
    position: relative;
    z-index: 1000;
    margin-top: -30px;
}
    .about-card .about_title, .privacy-policy-content .about_title {
        font-weight: 700;
        font-size: 25px;
        color: #000000;
    }

.about_title {
    display:inline-block;
    margin-bottom:10px;
}
.sales_icon {
    float: left;
    margin-right: 20px;
}
.sb-scroll-up {
    cursor: pointer;
    position: fixed;
    bottom: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #c3c2c2;
    z-index: 999;
}
    .sb-scroll-up.tender_scroll_wrap {
        bottom: 110px;
        right: 5px;
        background-color: #c3c2c2;
        z-index: 800;
    }

.sb-icon-menu-up {
    position: relative;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 40px;
    top: 9px;
}

.account_title {
    text-align: center;
}

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-toggler.contact_info {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-expand-lg .navbar-toggler.contact_info {
        display: none;
    }
}

/* Page notfound */
#notfound {
    position: relative;
    padding-top: 10%;
    height: calc(100vh - 110px - 56px);
}

    #notfound .notfound-404 span.title, .error_text span.title {
        font-size: 1.3rem;
        margin: 0;
        color: var(--color-blue-dark);
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    #notfound span.subtitle, .error_text span.subtitle {
        font-size: 20px;
        font-weight: 200;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 25px;
        letter-spacing: 3px;
        text-align: center;
    }

/* Page notfound */

.modal_register_extension {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1041;
    width: 100%;
    height: 100vh;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.main-description {
    padding-bottom: 55px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    cursor: pointer;
}

    .main-description:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.75);
        z-index: -1;
    }

.description-item {
    width: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-description .description-title {
    width: 100%;
}

.description-title-coll {
    width: 100%;
}

.main-description .description-title h2 {
    color: #2d508b;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.description-title-coll h3 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.main-description p {
    font-size: 13px;
    margin-bottom: 0;
}

.ArticleBlock {
    background-color: #fff;
    padding-bottom: 35px;
}

    .ArticleBlock h1.title {
        font-size: 18px;
        font-weight: 700;
        color: #2d508b;
    }

    .ArticleBlock .description-title h2 {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: inherit;
        margin-top: 0;
        margin-bottom: 0;
    }

    .ArticleBlock p {
        font-size: 13px;
        margin-bottom: 0.5rem;
    }

    .ArticleBlock ol li, .ArticleBlock ul li {
        font-size: 13px;
    }

    .ArticleBlock .panel-body {
        font-size: 13px;
        margin-top: 10px;
    }

    .ArticleBlock .description-title h3 {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: inherit;
        margin-top: 0;
        margin-bottom: 0;
    }

.description-title-coll h3 .CloseDescription {
    display: inline-block;
}

.description-title-coll h3 .OpenDescription {
    display: none;
}

.description-title-coll h3.collapsed .CloseDescription {
    display: none !important;
}

.description-title-coll h3.collapsed .OpenDescription {
    display: inline-block !important;
}

.description-title-coll h3 {
    cursor: pointer;
}

.description-title-coll-details p {
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    border-top: none;
    padding: 15px 20px 15px 20px;
}

/*small-loader*/

.block-loader {
    position: absolute;
    z-index: 100;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.loader-small {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

    .loader-small:before,
    .loader-small:after {
        border-radius: 50%;
        content: '';
        display: block;
        height: 20px;
        width: 20px;
    }

    .loader-small:before {
        animation: ball1 1s infinite;
        background-color: #79f6a9;
        box-shadow: 30px 0 0 #98f5bb;
        margin-bottom: 10px;
    }

    .loader-small:after {
        animation: ball2 1s infinite;
        background-color: #79f6a9;
        box-shadow: 30px 0 0 #79f6a9;
    }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.5);
        -moz-transform: rotate(360deg) scale(1.5);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #00ca4c;
    }

    50% {
        box-shadow: 0 0 0 #00ca4c;
        margin-bottom: 0;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #00ca4c;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #00ca4c;
    }

    50% {
        box-shadow: 0 0 0 #00ca4c;
        margin-top: -20px;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #00ca4c;
        margin-top: 0;
    }
}

/*small-loader*/

/*media*/
@media (max-width: 992px) {
    .modal_register_extension {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .br-md-1 {
        border-right: 1px solid #eee;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .br-md-1 {
        border-right: 1px solid #eee;
    }
}
/*media*/

/*rates,umovi*/
.umovi-card-container {
    position: relative;
    z-index: 1000;
    margin-top: -30px;
}

.umovi-card-container {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.15);
    border-radius: 2px 2px 0 0;
}

.umovi-card-container .nav.nav-tabs a.nav-link {
    border: 0;
    padding: 15px 20px;
    color: #54667a;
}

.umovi-card-container .nav.nav-tabs li a.nav-link.active {
    border-bottom: 2px solid #69b236;
    color: #69b236;
    background-color: #fff;
    text-transform: uppercase;
}

.umovi-card-container .nav.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.umovi-card-container h2 {
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: rgb(129,200,94);
    background: #2D508B;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.umovi-li, ul.umovi-li-number {
    padding-left: 40px;
}

ul.umovi-li li {
    padding-left: 20px;
    list-style: disc;
}

ul.umovi-li-number li {
    padding-left: 20px;
    list-style: auto;
}

/*.rates-card {
    height: 650px;
}*/
.rates-card-container {
    margin-top:10px;
}
.rates-FAQ-block {
    width: 100%;
    margin: 30px auto 0;
}
.FAQ-block {
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .rates-card {
        height: auto;
    }
}
.card .FAQ-block .card, .rates-FAQ-block .card {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #CECECE;
}
    .card .FAQ-block .card:last-child {
        border-bottom:0;
    }

    .FAQ-block .card ul, .rates-FAQ-block .card ul {
        padding-left: 30px;
        margin-bottom: 0;
    }
        .FAQ-block .card ul li, .rates-FAQ-block .card ul li {
            list-style: disc;
        }

.rates-FAQ-title {
    color: #000000;
    font-weight: bold;
    font-size: 1.5rem;
    text-align:center;
    margin-bottom:30px;
}

.FAQ-title {
    color: #000000;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom:10px;
}
.FAQ-subtitle {
    color: #757575;
    font-size: 1rem;
}
.FAQ-block .rates-FAQ-block .card p, .rates-FAQ-block .card p {
    margin-top: 0;
    margin-bottom: 0;
}
.FAQ-block .card .card-body, .rates-FAQ-block .card .card-body {
    padding-top: 0;
}

.FAQ-block .card .btn, .rates-FAQ-block .card .btn {
    background-color: #ffffff;
    text-align: left;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 14px !important;
    padding: .875rem 2rem .875rem 1rem !Important;
    margin: 0;
}
        .FAQ-block .card .btn:hover, .rates-FAQ-block .card .btn:hover {
            color: #007DFF;
        }
    .rates-FAQ-block .card .btn i, .FAQ-block .card .btn i {
        color: var(--blue-color);
    }

    .rates-FAQ-block .card .btn[aria-expanded="true"], .FAQ-block .card .btn[aria-expanded="true"] {
        background-color: #ffffff;
    }
        .rates-FAQ-block .card .btn[aria-expanded="true"] i, .FAQ-block .card .btn[aria-expanded="true"] i {
            transform: rotate(180deg);
        }
.rates-card .rates-header .rates-tax {
    font-weight: 700;
    font-size: 30px;
    margin-top: 30px;
    line-height: 38px;
    margin-bottom: 0;
    display: inline-block;
}
    .rates-card .rates-header .rates-tax span {
        position:relative;
    }
    .rates-card .rates-header .rates-tax .small sup {
        top: -1.5em;
        right: -95%;
        color: #853ee6;
        font-weight: 400;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        position: absolute;
        line-height: 1;
        min-width: 100px;
    }
    @media screen and (max-width: 450px) {
        .rates-card .rates-header .rates-tax .small sup {
            top: -1.5em;
            right: -50%;
        }
    }

    .rates-card .rates-header .rates-tax sub {
        color: #999998;
        font-weight: 400;
        text-decoration: line-through;
        bottom: -.5em;
        font-size: 18px;
    }
.rates-container .rates-content-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 40px;
}
.rates-card.card, .opportunities-card {
    border-radius: 0;
    width: 100%;
    margin-bottom: 10px;
    margin: .5%;
    border-radius: 4px;
}
.opportunities-card {
    background: #FAFAFA;
}
    .opportunities-card .icon {
        background: #ffffff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: 65px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rates-functionality-block .table-rates-title {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
    }
.rates-functionality-block .rates-tax {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
}
@media (min-width: 849px) and (max-width: 1399px) {
    .rates-card.card, .opportunities-card {
        width: 45%;
    }
} 

@media screen and (min-width: 1400px) {
    .rates-card.card, .opportunities-card {
        width: 31%;
    }
}

.rates-card-container, .opportunities-card-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.rates-header {
    padding: 25px 20px 10px;
    text-align: center;
    font-weight: 700;
    background: #fff;
    border-radius: 4px 4px 0 0;
}
.rates-card ul li {
    text-align: left;
    padding: 5px 0 5px 0;
    font-size: 12px;
    line-height: 15px;
    list-style: disc;
}

    .rates-card ul li:last-child {
        border-bottom: 0;
    }

    .rates-card ul li:first-child {
        padding: 0 0 3px 0;
    }
.rates-card table td {
    vertical-align: middle;
}
.select-company-types {
    text-align: center;
}
.select-company-types input {
    position: absolute;
    left: -200%;
}
.select-company-types .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0;
}
.select-company-types .form-check-inline {
    display: inline-block;
    margin-right: 0;
}
    .select-company-types label {
        display: inline-block;
        border: 0;
        color: #000000;
        font-weight: bold;
        padding: 10px 30px;
        font-size: 1.3rem;
        border-bottom: 2px solid transparent;
    }
        .select-company-types label:hover {
            border-bottom: 2px solid var(--blue-color);
        }
    .select-company-types input[type="radio"]:checked + label {
        color: #007DFF;
        background-color: #ffffff;
        border: 0;
        border-bottom: 2px solid var(--blue-color);
    }
.select-currency input {
    position: absolute;
    left: -200%;
}
.select-currency label {
    display: inline-block;
    border: 0;
    color: #000000;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 1.3rem;
    border-bottom: 2px solid transparent;
}
.select-rates {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
.select-rates:first-child {
    margin-right:30px;
}
    .select-rates .form-check:hover .form-check-input[type=radio] {
        border: 1px solid var(--blue-color);
    }
    .select-rates label {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        margin-top: 0;
        border: 2px solid transparent;
    }
    .select-rates label:hover {
        border: 2px solid var(--blue-color);
        background-color: var(--color-white);
        color: var(--color-black);
        border-radius: 4px;
    }
.select-currency input[type="radio"]:checked + label {
    border: 2px solid var(--blue-color);
    background-color: var(--blue-color);
    color: var(--color-black);
    border-radius: 4px;
}
.select-currency .form-check {
    display: inline-block;
    padding-left: 0;
    margin-bottom: .125rem;
}
    .select-rates .form-check-inline {
        margin-right: 10px;
    }
.rates-functionality-block {
    position:relative;
}
.rates-target {
    line-height: 1;
    font-size: 0.9175rem;
}
.rates-functionality-block .rates-functionality-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom:10px;
}

.rates-functionality-block .check-rate {
    font-size: 1.5rem;
    color: #69B236;
}

.rates-functionality-block .not-check-rate {
    color: #FEB71E;
    font-size: 1.5rem;
}

.rates-functionality-block table tbody tr td:not(:first-child) {
    text-align: center;
}

.rates-functionality-block .table {
    margin-bottom: 0;
}

.rates-functionality-block table tr td:first-child {
    font-size: 14px;
    line-height: 16px;
}

.rates-functionality-block .table td, .rates-functionality-block .table th {
    border-top: 0;
    vertical-align: middle;
}

.rates-functionality-block .table thead tr td {
    border-bottom: 2px solid #666666;
    text-align: center;
}

.rates-functionality-block .table thead tr td:first-child {
    text-align: left;
    padding-left:40px;
}
@media (max-width:800px) {
    .rates-functionality-block .table thead tr td:first-child, .rates-functionality-block table tr td:first-child {
        position: sticky !important;
        left: 0;
        z-index: 99;
        background-color: #fff;
        width: 150px;
        max-width: 150px;
        padding-left: 0;
        background: #fff;
        -webkit-transition: background .1s;
        -o-transition: background .1s;
        transition: background .1s;
    }
    .rates-container .rates-content-container {
        padding: 0 10px;
    }

}
.rates-content-container .nav-tabs a.nav-link:hover {
    border-bottom: 2px solid var(--blue-color);
}
.footer-logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    max-width: 200px;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 0;
}
    .footer-logo-row:last-child {
        padding-bottom: 0;
    }

    .footer-logo-row div {
        width: 50%;
        display: flex;
        justify-content: center;
    }

        .footer-logo-row div .logo-pay {
            max-width: 100%;
        }

.rates-container, .umovi-container, .root-container {
    width: 100%;
}

.public-offer table td {
    padding: 0 0 0 .5rem;
    vertical-align: top;
}

.public-offer table tr td:first-child {
    padding: 0 0 0 1rem;
    min-width: 47px;
}

.public-offer-content {
    font-size: 0.9175rem;
}

    .public-offer-content p {
        margin-bottom: 0;
    }

.public-offer table tr.tr-title td:first-child {
    padding: 0;
}

.umovi .tab-pane ul {
    padding-left: 40px;
}

    .umovi .tab-pane ul li {
        list-style: disc;
    }

.umovi .tab-pane p {
    margin-bottom: 10px;
}

.CompanyProfiles-content .event-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.customer-answer img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.customer-answer p {
    margin-bottom: 0px;
}
.customer-answer ol.numeric li {
    list-style: decimal;
}
.customer-answer ol.numeric {
    padding-left:40px;
}

.customer-answer ol.numeric li {
       list-style: decimal;

}

.customer-answer h2 {
    margin-top: 20px;
}

.customer-answer h4 {
    margin-top: 15px;
}

.customer-answer p.tag-img {
    font-size: 0.7rem;
}
.return-home {
    margin-top: 20px;
}
.root-container h2, .root-container .h2 {
    font-weight: 700;
    font-size: 1.3rem;
}
.root-container h1, .root-container .h1 {
    font-weight: 700;
    font-size: 1.5rem;
}

.public-offer-content table tr td {
    padding: 0 1.5rem .5rem 0;
}
.sticky-footer-btn {
    position: sticky;
    bottom: 0;
    left: 0;
}
.bidding-header-block {
    width: 100%;
}
.bidding-header-block i {
    color:#ffffff;
}
    .bidding-header-block h1 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 0;
    }
table {
    color: #212529;
}
.navbar-user ul.dropdown-user li .dropdown-menu-subitem a {
    padding-left: 15px !important;
}
.dropdown-menu-item > i {
    font-size: 14px;
}
.dropdown-menu-item.open > i {
    transform: rotate(180deg);
}
/*register-card*/
.confirm-register-card .form-group {
    margin-bottom: .5rem;
}
.confirm-register-card .iti.iti--allow-dropdown {
    width: 100%;
}
.confirm-register-card .iti__search {
    padding: 8px;
    margin-bottom: 5px;
    width: calc(100% - 16px);
}
.account_title {
    font-size: 22px !important;
    color: black;
    font-weight: 600 !important;
}
.dropdown-menu-subitem li a {
    padding: 0 0 15px 10px !important;
}

.input-group-text {
    background-color: #ffffff;
    border-radius:0;
    border-left:0;
}
.datetimepicker-input {
    border-right:0;
}
@-moz-document url-prefix() {
    .table-bordered {
        border-collapse: inherit;
        border-spacing: 0;
    }
}
#UserFirstName {
    font-size:18px;
}
.header-contacts-block {
    display:none;
}
@media (min-width:768px) {
    .header-contacts-block {
        display: block;
    }
}
.phone-mask .iti {
    position: relative;
    display: block;
}

.reg-form .form-group label{
    font-size:15px;
    margin-bottom:10px;
}
.confirm-register-card ul {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.pagename {
    font-size: 1rem;
    font-weight: 600;
}
.small, small {
    font-size: 80%;
}
.password-group {
    position: relative;
    display:block;
}
    .password-group input {
        padding-right: 30px;
    }
    .password-group .show-password {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        cursor: pointer;
        color: #e3e9f0;
    }
        .password-group .show-password:hover {
            color: #c5d4e5;
        }
.form-check-input:checked {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
}
.opportunities_content ul li {
    padding: 5px 0;
}
.opportunities_bg2 {
    z-index: 1;
    width: 100%;
    padding-bottom: 30px;
    min-height: 300px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-image: url(/images/main-icc-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
    .opportunities_bg2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 69, 126, 0.3);
        z-index: -1;
    }

    .opportunities_bg2 h5 {
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 40px;
    }
.opportunities_header h2 {
    font-weight: 700;
    font-size: 25px;
    color: var(--blue-color);
    line-height: 33px;
    margin-bottom: 0;
}
.about-section {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #CECECE;
    font-size: 1rem;
}
    .about-section:last-child {
        border-bottom: 0;
    }
.about-container .main-title {
    color: var(--blue-color);
}
.about-container h2 {
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.2rem;
}
.FAQ-container .accordion-button {
    background-color: #ffffff;
    border-bottom: 0;
    padding: 30px;
}
    .FAQ-container .accordion-button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }
.FAQ-container .content-section {
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.services-container .title-section {
    text-align: center;
}
.dashboardcode-bsmultiselect ul{
    max-height:270px;
    overflow:auto;
}
.dashboardcode-bsmultiselect .dropdown-menu {
    border: 1px solid #e3e9f0!important;
    border-radius: 0 0 4px 4px!important;
}
table .tr-title td:first-child {
    width: 60px;
    max-width: 60px;
}
.root-container td , .root-container a {
    word-break: break-all;
}