@import "font-awesome.css";
@import "dialog.css";
@import "dialog-design.css";

* {
    outline: none !important;
}

.topbar {
    background-color: #4075dc;
    height: 55px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .01);
    position: relative;
}

.top-navbar {
    list-style: none;
    display: inline-block;
    max-height: 40px;
}

.top-navbar > li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
}
#datatab5{
    min-height: calc(100vh - 468px);
}
.top-navbar > li > a {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    padding: 20px 0 15px;
}

#loading {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    display: none;
}

.social-block {
    position: absolute;
    width: 120px;
    right: 16%;
    top: 10%;
}

.social-block ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-block ul li {
    padding: 6px 10px;
    background-color: #3A5898;
    border-radius: 4px;
    margin-right: 3px;
}

.social-block ul li:nth-child(2) {
    background-color: #ff0000;
}

.social-block ul li:nth-child(3) {
    background-color: #55ACEF;
}

.social-block ul li:nth-child(4) {
    background-color: #2A333B;
    padding: 6px 7px;
}

.social-block ul li a {
    text-decoration: none;
    color: #fff;
}


.social {
    padding: 7px 20px 10px 20px;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
}

.social:hover {
    color: #fff;
    text-decoration: none;
}

.fb {
    background-color: #3A5898;
}

.tw {
    background-color: #55ACEF;

}

#loading img {
    width: 100%;
}

.top-navbar.bottom-navbar > li > a {
    color: rgba(255, 255, 255, .8);
}

.table-div-modal {
    overflow-x: scroll !important;
}

.top-navbar > li > a:hover, .top-navbar > li > a:focus, .top-navbar > li > a:active {
    text-decoration: none;
}

.top-navbar.bottom-navbar > li.active > a {
    color: #fff;
    font-weight: 600;
}

.top-navbar.bottom-navbar > li > a:hover, .top-navbar.bottom-navbar > li > a:focus, .top-navbar.bottom-navbar > li > a:active {
    color: #fff;
}

.top-navbar li a span {
    margin-left: 3px;
}

.top-navbar li:hover span {
    display: inline-block;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

.top-navbar li ul.submenu {
    top: 40px;
    width: 180px;
    display: none;
    z-index: 9999;
    background: #fff;
    position: absolute;
    list-style-type: none;
    border: 1px solid #ddd;
}


.top-navbar ul.submenu li {
    border-bottom: 1px solid #d1d3d5;
}

.top-navbar ul.submenu li {
    text-align: left;
    position: relative;
}

.top-navbar ul.submenu li a {
    color: #333;
    padding: 10px;
    display: block;
    font-size: 12px;
}

.top-navbar ul.submenu li a:hover {
    background: #e8eaee;
    text-decoration: none;
}

.tabbar-background-0 {
    background: #316f8e;
    border-top: 1px solid #b8dbff;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#399bc5', endColorstr='#316f8e', GradientType=1);
    transition: all 0.3s;
}

.tabbar-background-1 {
    background: #316f8e;
    border-top: 1px solid #b8dbff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#316f8e', endColorstr='#399bc5', GradientType=1);
    transition: all 0.3s;
}

.tabbar-background-2 {
    background: #316f8e;
    border-top: 1px solid #b8dbff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#316f8e', endColorstr='#399bc5', GradientType=1);
    transition: all 0.3s;
}

.tabbar {
    height: 50px;
    line-height: 50px;
}

.tabbar a {
    position: relative;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: 33.3%;
    float: left;
    text-align: center;
    text-decoration: none;
    transition: none !important;
}

.tabbar a.active {
    /*font-weight: 900;*/
}

.tabbar a.active:after {
    content: attr(data-name);
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: #0C9CE8;
}

.header {
    padding: 38px 15px 24px;
}

.heading-text {
    text-align: center;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: -.6px;
}

.counter-back {
    background-color: #ebebeb;
    padding: 10px 0;
}

.counter-block {
    text-align: center;
}

.counter-block .counter-num {
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: left;
}

.counter-block .counter-text {
    text-transform: uppercase;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 100;
    line-height: 14px;
    overflow: hidden;
    text-align: left;
}

.block.mini-block {
    /*padding: 0 30px;*/
    margin-bottom: 18px;
}

.block .heading {
    border-radius: 3px 3px 0 0;
    background-color: #4075dc;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.back-link a{
    color: #0C9CE8;
    float: left;
    line-height: 40px;
}
.padding35 {
    padding: 35px 0;
}

.block.mini-block .block-inner {
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #ffffff;
    padding: 35px 15px;
    text-align: left;
}

.block.block-adt .block-inner {
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 15px 30px;
    text-align: center;
}

.block.mini-block .block-inner > li {
    padding: 10px;
    cursor: pointer;
    position: relative;
    display: block;
    width: fit-content;
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.block.mini-block .block-inner > li:before,
.block.mini-block .block-inner > li:after,
.block.mini-block .block-inner > li > span:before,
.block.mini-block .block-inner > li > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.block.mini-block .block-inner > li:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0883a4;
    transform: scaleX(0);
}

.block.mini-block .block-inner > li:hover:before,
.block.mini-block .block-inner > li.active:before {
    transform: scaleX(1);
}

.image-block {
    position: relative;
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin-bottom: 14px;
    border-radius: 3px;
    transition: all .5s;
}

.image-block p {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    width: 80%;
}

.block.mini-block .block-inner > li.active {
    color: #0883a4;
    font-weight: 400;
}

.block.mini-block .block-inner > li.active .submenu {
    display: block;
}


.indexmenu .submenu {
    margin: 0;
    display: none;
    padding: 10px;
    list-style-type: none;
}

.indexmenu .submenu li a {
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.image-block:hover {
    background-size: 115% 115%;
}

.language-switch {
    position: absolute;
    right: 15px;
    top: 19px;
    border: 0;
    border-radius: 2px;
    background-color: #ffffff;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 10px 5px 9px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.footer-topbar {
    margin-top: 35px;
    background-color: #262626;
    padding: 15px;
}

.top-fText {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.top-fText:hover, .top-fText:active, .top-fText:focus {
    text-decoration: none !important;
    color: #c7c7c7;
}

.footer-bottombar {
    background-color: #464646ad;
    padding: 25px 15px 30px;

}

.footer-link-bar {
    margin-bottom: 10px;
    text-align: center;
}
.top-navbar li:hover ul.submenu {
    display: block;
}
.footer-link-bar a {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 15px;
}

.footer-link-bar a.active {
    text-decoration: underline;
}

.copyright-block {
    text-align: center;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.arrow-news {
    position: absolute;
    top: -40px;
    left: calc(50% - 10px);
    background: url("../img/arrowUp.png") no-repeat;
    background-size: 20px 10px;
    width: 20px;
    height: 10px;
    cursor: pointer;
    backgorund-position: center center;
}

.warranty-block {
    display: inline-block;
    width: 100%;
}

.warranty-block a {
    color: #000000;
    font-family: Roboto, sans-serif;
    vertical-align: middle;
    font-size: 9px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.warranty-block label {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}

.range input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    -webkit-border-radius: 1em;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    background-color: #ebebeb;
}

.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #0C9CE8;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    /*border: 1px solid rgba(255, 255, 255, .3);*/
}

.range-block {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

.range-block .range-header {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
}

.range-block .range-header label {
    color: #373737;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 300;
}

.range-block .range-header span {
    color: #373737;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 300;
}

.range-block .custom-filter {
    border-radius: 3px;
    border: 1px solid #cccccc;
    background-color: #ebebeb;
    opacity: 0.7;
    width: 90px;
    padding: 3px 10px;
    text-align: right;
    color: #373737;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 300;
}

.range-block .custom-select {
    border-radius: 3px;
    border: 1px solid #cccccc;
    background-color: #ebebeb;
    opacity: 0.7;
    padding: 3px 10px;
    /*text-align: right;*/
    color: #373737;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 300;
}

.c-s {
    border-radius: 2px;
    border: 1px solid #707070;
    opacity: 0.7;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 43px;
    -ms-text-align-last: left;
    text-align-last: center;
    display: inline-block;
}

.c-s.half {
    width: 24%;
}

.c-s.full {
    width: 48%;
}

.block-footer {
    background-color: #6b6b6b;
    color: #fff;
    padding: 15px 20px;
}

.block-footer p {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.block-footer strong {
    font-size: 11px;
    text-transform: uppercase;
}

.mobile-bars {
    display: none;
}

.blanked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1;
    display: none;
}

.time-name {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.news-date {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: right;
}

.news-block {
    position: relative;
    margin-bottom: 10px;
}

.news-block .news-inner {
    position: relative;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 20px;
}

.news-block .news-inner div[img] {
    position: relative;
    height: 176px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    box-shadow: 6px 9px 15px 1px rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    background-color: #7accc8;
}

.news-title > a {
    text-align: left;
    display: inline-block;
    color: #000000 !important;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    height: 100px;
    text-transform: uppercase;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin: 20px 0;
}

.news-block .news-inner .more-info {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 27px;
    border-radius: 10px 10px 0 0;
    background-color: #7accc8;
    text-align: center;
    width: 120px;
    left: calc(50% - 60px);
    text-decoration: none !important;
}

#news-block {
    z-index: 2;
}

.topbar-newsModal {
    position: fixed !important;
    width: 100% !important;
    left: 0;
    top: 0;
}

.modal-cs {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 20%;
    left: calc(100% - 75vw);
    width: 50vw;
    background-color: #ebebeb;
    border-radius: 5px;
}

.sub-title {
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vertical-block {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 -15px;
    text-align: center;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.accordion {
    /*padding: 54px 10px !important;*/
}

.cal {
    display: none;
}

.statistics-section {
    /*display: none;*/
}

.statistics {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.statistics-block {
    border: 1px solid #316f8e;
    border-radius: 3px;
    width: 100%;
    height: 118px;
    margin-bottom: 23px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 20px;
}

.statistics-block-1 {
    margin-bottom: 10px;
}

.statistics-block h2 {
    font-size: 22px;
    color: #0c9ce8;
    font-weight: bold;
}

.statistics-block h5 {
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #316f8e;
    font-weight: bold;
}

.statistics-block span {
    font-size: 12px;
    color: #316f92;
    text-transform: uppercase;
    font-weight: bold;
}

.statistics-block span:nth-child(2) {
    margin-bottom: 10px;
}

.big-button {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #379ec9;
    padding: 35px;
    width: 250px;
}

.block-button {
    display: inline-block;
    margin-bottom: 10px;
}

.page-title {
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.line-text {
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.35px;
}

.left-menu-link {
    text-decoration: none !important;
}

.partner-image {
    width: 200px !important;
}

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    vertical-align: middle;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.law-table {
    margin-top: 25px;
}

.law-table .divTableHeading {
    border-radius: 3px 3px 0 0;
}

.law-table .divTableHeading .divTableCell {
    background-color: #0C9CE8;
    color: #fff;
    border: 0;
    padding: 15px 30px;
    border-right: 1px solid #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.law-table .divTableHeading .divTableCell:nth-child(1) {
    border-top-left-radius: 6px;
}

.law-table .divTableHeading .divTableCell:nth-last-child(1) {
    border-top-right-radius: 6px;
    border-right: 0;
}

.law-table .divTableBody .divTableCell {
    border: 0;
    border-bottom: 1px solid rgba(56, 155, 201, .4);
    padding: 15px 30px;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.law-table .divTableBody .divTableCell:nth-child(1) img {
    display: inline-block;
    margin-right: 15px;
}

.law-table .divTableBody .divTableCell > a > i {
    color: #36baaf;
    font-size: 1.3rem;
}

.law-table.colored-table .divTableHeading .divTableCell {
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    line-height: 16px;
    text-transform: uppercase;
}

.law-table.colored-table .divTableHeading .divTableCell:not(:nth-last-child(1)) {
    border-right: 1px solid rgba(255, 255, 255, .15);
}


.law-table.colored-table .divTableBody .divTableCell {
    vertical-align: middle;
}

.law-table.colored-table .divTableBody .divTableCell {
    border-bottom: 0;
}

.law-table.colored-table .divTableBody .divTableCell:not(:nth-last-child(1)) {
    border-right: 1px solid rgba(65, 163, 204, .15);
}


.law-table.colored-table .divTableBody .divTableRow:nth-child(even) .divTableCell {
    background-color: rgba(65, 163, 204, .15);
}

.law-table.colored-table .divTableBody .divTableRow:nth-last-child(1) .divTableCell {
    border-bottom: 1px solid rgba(56, 155, 201, .15);
}

.law-table.colored-table span.code {
    color: #045090;
    text-transform: uppercase;
}

.listed-elem {
    margin-top: 15px;
    -webkit-padding-start: 17px;
}

.listed-elem > li {
    margin-bottom: 10px;
}

.listed-elem > li > p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    width: 50%;
}

.button {
    display: inline-block;
    text-align: center;
    padding: 15px 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    border: 0;
    text-decoration: none !important;
    width: fit-content;
}

.button.lightblue-button {
    font-size: 14px;
    color: #ffffff !important;
    background-color: #2cbbcc;
    text-transform: uppercase;
}

.no-border .divTableCell, .no-border .divTableRow {
    border: 0;
}

.no-border .divTableCell {
    padding: 15px 0;
}

.contact-list {
    list-style: none;
    -webkit-padding-start: 0;
}

.contact-list > li {
    display: block;
    margin: 15px 0;
    color: #1d556c;
    font-size: 14px;
}

.contact-list > li > i {
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

.post-photo {
    display: block;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
}

.faq-item:hover .post-photo {
    visibility: visible;
}

.custom-control {
    border-radius: 3px;
    background-color: #ebebeb;
    border: 0 !important;
}

.custom-control:focus, .custom-control:hover {
    outline: none;
    box-shadow: none;
    border: 0;
}


.custom-control::-webkit-input-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.custom-control:-moz-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.custom-control::-moz-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.custom-control:-ms-input-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

textarea.custom-control {
    resize: none;
    height: 120px;
}

.f-w {
    width: 100%;
}

#map {
    width: 100%;
    height: 337px;
}

/*** ######################### ***/
.m0 {
    margin: 0 !important;
}

.clb {
    clear: both;
}

.bluetable {
    width: 100%;
    font-size: 12px;
}

.bluetable td {
    padding: 10px 60px;
}

.bluetable thead td {
    font-weight: bold;
    background: #acd3e6;
    border-left: 1px solid #fff;
}

.bluetable thead td:first-child {
    border: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bluetable thead td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bluetable tbody td {
    border-bottom: 1px solid #acd3e6;
}

.bluetable tbody td:first-child {
    font-weight: bold;
}

.securities-details {
    padding: 25px;
}

.securities-details p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.securities-details strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.securities-details strong a {
    color: #026ad4;
    font-weight: normal;
}

.faq {
    padding: 0 0 25px 0;
}

.faq .faq-item {
    padding: 20px;
}

.faq .faq-item:nth-child(odd) {
    background-color: #f9f9f9;
}

.faq .faq-item .circle {
    color: #fff;
    width: 50px;
    height: 40px;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    background: #41a3cc;
    display: inline-block;
}

.notFound {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.faq .faq-item .question {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
    line-height: 25px;
}

.faq .faq-item .answer {
    line-height: 18px;
    /*
    font-size: 14px;
    font-weight: 300;*/
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;

}

.faq .faq-item .answer p {
    padding: 5px 0;
    text-align: justify;
    line-height: 23px;
    font-size: 15px;
}

.faq .faq-item .answer li {
    margin-left: 20px;
}
.datetitle {
    margin: 10px 0;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-align: center !important;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif !important;
}

.news .faq-item {
    padding: 5px 0;
}

.news .faq-item .col-md-11 {
    margin-top: 11px;
}

.news .col-md-1 {
    position: relative;
}

.news .col-md-1:hover {
    visibility: visible;
}

.news .faq-item .col-md-1 .date {
    width: 100%;
    color: #666;
    margin: 3px 0;
    font-size: 12px;
    padding: 15px 0;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    background: #efefef;
    top: 0;
    left: 0;
}

::placeholder {
    font-size: 11.8px !important;
}

.news .faq-item .col-md-1 b {
    color: #000;
    display: block;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
}

partner {
    width: 100%;
    height: 66px;
    z-index: 9999;
    position: relative;
    visibility: hidden;
}

.news .faq-item:hover img {
    visibility: visible;
}

.news .faq-item:hover .date {
    visibility: hidden;
}

.news .faq-item h3 {
    margin-bottom: 5px !important;
    font-size: 13px !important;
}

.news .faq-item h3 a {
    color: #000;
}

.news_container {
    padding: 30px;
    border-radius: 4px;
    background: #ebebeb;
    margin-bottom: 30px;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.news_container .date {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
    font-family: inherit;
}

.news_container .fancybox {
    float: left;
}

.news_container img {
    max-width: 300px;
    border-radius: 4px;
    margin-right: 30px;
    margin-bottom: 25px;
    -webkit-box-shadow: 3px 3px 12px #b7b7b7;
    -moz-box-shadow: 3px 3px 12px #b7b7b7;
    box-shadow: 3px 3px 12px #b7b7b7;
}

.news_container .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: inherit;
    text-transform: uppercase;
}

.news_container p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 18px;
    font-family: inherit;
}

.modal {
    padding: 20px;
}

.eservices {
    height: 550px;
    margin: 60px auto;
    border-radius: 5px;
    position: relative;
    background: #ebebeb;
}

.eservices .closebtn {
    width: 32px;
    height: 32px;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: -35px;
    right: -35px;
}

.eservices .closebtn:hover {
    opacity: 1;
}

.eservices .closebtn:before,
.eservices .closebtn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

.eservices .closebtn:before {
    transform: rotate(45deg);
}

.eservices .closebtn:after {
    transform: rotate(-45deg);
}

.eservices .closebtn:hover {
    opacity: 0.8;
}


.eservices .left {
    float: left;
    height: 100%;
    width: 250px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: url("../img/electron-service.png");
    -webkit-box-shadow: 9px 3px 20px -5px rgba(140, 140, 140, 1);
    -moz-box-shadow: 9px 3px 20px -5px rgba(140, 140, 140, 1);
    box-shadow: 9px 3px 20px -5px rgba(140, 140, 140, 1);
}

.eservices .right {
    float: left;
    width: 350px;
    padding: 40px;
}

.eservices .title {
    margin-top: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.eservices .button {
    color: #fff;
    width: 250px;
    padding: 20px;
    margin-top: 20px;
    font-weight: 500;
    min-height: 60px;
    text-align: center;
    border-radius: 4px;
    background: #379ec9;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

@media screen and (max-width: 768px) {
    .page table {
        width: 0 !important;
        max-width: 100% !important;
    }

    .table-div {
        overflow-x: scroll !important;
    }

    .eservices {
        height: auto;
    }

    .eservices .closebtn {
        top: 20px;
        right: 20px;
    }

    .eservices .closebtn:before,
    .eservices .closebtn:after {
        background-color: #333;
    }

    .eservices .left {
        display: none;
    }

    .eservices .right {
        width: 100%;
    }

    .eservices .button {
        width: 100%;
    }
}

.terms {
    /*top: 55px;*/
    background: #4e4e4e;
}

@media screen and (max-width: 1200px) {
    .terms {
        /*top: 45px;*/
    }
}

.terms h1.title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.terms .arrow {
    text-align: center;
}

.terms .arrow span {
    padding: 5px;
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.terms .closebtn {
    width: 25px;
    height: 25px;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
}

.terms .closebtn:hover {
    opacity: 1;
}

.terms .closebtn:before,
.terms .closebtn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 3px;
    border-radius: 2px;
    background-color: #999;
}

.terms .closebtn:before {
    transform: rotate(45deg);
}

.terms .closebtn:after {
    transform: rotate(-45deg);
}

.terms .closebtn:hover {
    opacity: 0.8;
}

.terms .modal-content {
    padding: 40px;
}

.terms .modal-content h3 {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.terms .modal-content h3.title {
    font-weight: 500;
}

.terms .modal-content .description {
    font-size: 13px;
    margin-top: 30px;
    line-height: 16px;
}

.terms .modal-content .description strong {
    display: block;
    font-weight: bold;
    text-align: center;
}

.terms .modal-content .description p {
    margin-top: 20px;
}

.terms .modal-content .description button {
    font-size: 13px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.terms .modal-content .description button i {
    font-size: 15px;
    margin-right: 5px;
}

.directory .departament ul {
    padding: 0;
    list-style-type: none;
}

.directory .departament .toggletitle {
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.directory .departament > .toggletitle span {
    margin-right: 5px;
}

.directory .departament > .toggletitle span:before {
    content: '▼';
}


.directory .departament.active > .toggletitle span:before {
    content: '▲';
}

.directory .departament > .items {
    display: none;
}

.directory .departament.active > .items {
    display: block;
}

.directoy-background-color {
    background: #f9f9f9;
}

.directory .departament .items li {
    margin-top: -5px;
}

.directory .departament .items li img {
    height: 70px;
    vertical-align: middle;
}

.directory .departament .items li .info {
    margin: 8px 0;
    width: calc(100% - 100px);
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.directory .departament .items li .info h1 {
    font-size: 15px;
    font-weight: bold;
    font-family: inherit;
    text-transform: uppercase;
}

.directory .departament .items li .info span {
    font-size: 12px;
    font-family: inherit;
}

.directory .departament .items li .info a {
    font-size: 13px;
    color: #000;
}

.directory .departament .items .has-sub {
    background: #fff;
}

.directory .departament .items .has-sub .departament .arrow {
    margin-left: 80px;
}

.directory .departament .items .has-sub .departament .items li img {
    margin-left: 80px;
}

.directory .departament .items .has-sub .departament .items li .info {
    width: calc(100% - 180px);
}

.directory .departament .items .has-sub .departament .has-sub .departament .arrow {
    margin-left: 160px;
}

.directory .departament .items .has-sub .departament .has-sub .departament .items li img {
    margin-left: 160px;
}

.directory .departament .items .has-sub .departament .has-sub .departament .items li .info {
    width: calc(100% - 260px);
}

@media screen and (max-width: 768px) {
    .directory .departament .items .has-sub .departament .arrow {
        margin-left: 20px;
    }

    .directory .departament .items .has-sub .departament .items li img {
        margin-left: 20px;
    }

    .directory .departament .items .has-sub .departament .items li .info {
        width: calc(100% - 120px);
    }

    .directory .departament .items .has-sub .departament .has-sub .departament .arrow {
        margin-left: 40px;
    }

    .directory .departament .items .has-sub .departament .has-sub .departament .items li img {
        margin-left: 40px;
    }

    .directory .departament .items .has-sub .departament .has-sub .departament .items li .info {
        width: calc(100% - 140px);
    }
}

.top-navbar ul.submenu li.has-sub:after {
    color: #444;
    content: "►";
    font-size: 10px;
    top: 12px;
    right: 5px;
    position: absolute;
}

.top-navbar ul.submenu li.has-sub > ul {
    width: 180px;
    display: none;
    background: #fff;
    position: absolute;
    list-style-type: none;
    left: 180px;
    top: -1px;
    border: 1px solid #d1d3d5;
}

.top-navbar ul.submenu li.has-sub:hover > ul {
    display: block;
}

.infographics .leftmenu h1 {
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.infographics .leftmenu h1 span {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.infographics .leftmenu ul {
    padding: 10px 40px;
    list-style-type: none;
}

.infographics .leftmenu ul.menu li a {
    color: #000;
    cursor: pointer;
    transition: 0.4s time;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.infographics .leftmenu ul.menu > li > a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.infographics .leftmenu ul.menu > li > ul {
    display: none;
    list-style-type: disc;
}

.infographics .leftmenu ul.menu > li.active > ul {
    display: block;
}

.infographics .leftmenu ul.menu > li > ul a {
    font-size: 13px;
    padding: 3px 0;
    display: block;
    font-weight: 300;
}

#slider {
    width: 800px;
    height: 300px;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
}

#slider ul {
    overflow: hidden;
    *zoom: 1;
}

#slider ul li {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    float: left;
    width: 800px;
    height: 300px;
    line-height: 300px;
}

#slider a {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 2em;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -15px;
    text-decoration: none;
    background: #000;
}

#slider a#sliderNext {
    right: 0px;
}

#slider a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

#pager {
    text-align: center;
}

#pager a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

#pager a:hover, #pager a.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}


#imgslider {
    width: 80%;
    margin: auto;
    padding: 15px;
    text-align: center;
}

#imgslider .controls {
    position: relative;
    display: inline-block;
}

#imgslider .controls div {
    display: inline-block;
}


#imgslider .controls .mainimg {
    width: 100%;
    height: auto;
    max-width: 100%;
    -webkit-box-shadow: 4px 4px 10px -1px #b5b5b5;
    -moz-box-shadow: 4px 4px 10px -1px #b5b5b5;
    box-shadow: 4px 4px 10px -1px #b5b5b5;
}

#imgslider .controls .prev,
#imgslider .controls .next {
    padding: 20px;
    cursor: pointer;
    position: absolute;
    margin-top: -30px;
    top: 50%;
}

#imgslider .controls .prev {
    left: -100px;
}

#imgslider .controls .next {
    right: -100px;
}

#imgslider .controls .prev span,
#imgslider .controls .next span {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-left: 5px solid #a0d1e5;
    border-bottom: 5px solid #a0d1e5;
}

#imgslider .controls .prev:hover span,
#imgslider .controls .next:hover span {
    border-color: #71acd1;
}

#imgslider .controls .prev span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#imgslider .controls .next span {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#imgslider ul {
    margin-top: 20px;
    list-style-type: none;
}

#imgslider ul li {
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

#imgslider ul li img {
    width: 100px;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 10px -1px #b5b5b5;
    -moz-box-shadow: 4px 4px 10px -1px #b5b5b5;
    box-shadow: 4px 4px 10px -1px #b5b5b5;
}

@media screen and (max-width: 768px) {
    #imgslider {
        width: 100%;
    }

    #imgslider .controls {
        width: 100%;
    }

    #imgslider .controls div {
        display: block;
    }

    #imgslider .controls .prev span,
    #imgslider .controls .next span {
        border-color: #eee;
    }

    #imgslider .controls .prev:hover span,
    #imgslider .controls .next:hover span {
        border-color: #fff;
    }

    #imgslider .controls .prev {
        left: 10px;
    }

    #imgslider .controls .next {
        right: 10px;
    }

    #imgslider ul {
        display: none;
    }
}

.cv h1.title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}

.cv .info .field {
    margin-bottom: 10px;
}

.cv .info .field .label-text {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.cv .info .field .label-text abbr {
    border: 0;
    margin-left: 3px;
}

.cv .info .field .input {
    width: 100%;
    padding: 7px;
    display: block;
    font-size: 13px;
    resize: vertical;
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
}

.cv .info .field .input:hover {
    border: 1px solid #b9b9b9;
}

.cv .info .field .input:focus {
    border: 1px solid #969ca3;
}

.cv .info .field textarea.input {
    min-height: 100px;
}

.cv .info .field .hint {
    color: #666;
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
}

.cv .info .field .btn {
    outline: none;
    margin-top: 20px;
    font-weight: bold;
    padding: 8px 16px;
    border-color: #3493bb;
    text-transform: uppercase;
    background-color: #379ec9;
    box-shadow: 1px 1px 1px 1px #ddd;
}

.cv .info .field .btn:hover {
    background-color: #51a7cc;
}

.cv .info .field .btn:active {
    background-color: #3494bd;
}

.cv .info .field .btn-success {
    background: #59c766;
    border-color: #4aa255;
}

.cv .info .field .btn-success:hover {
    background-color: #5bcf6c;
}

.cv .info .field .btn-success:active {
    background-color: #53af5a;
}

.cv .info .field .btn i {
    margin-right: 5px;
}

.cv .rules {
    padding: 20px;
    border-radius: 5px;
    background: #f7f7f8;
    border: 1px solid #eeeef4;
    margin-top: 73px;
}

.cv .rules ol {
    padding-left: 20px;
}

.cv .rules ol li {
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


label.switch {
    text-align: left;
    width: 50px;
    height: calc(34px / 2);
    border-radius: 10px;
    background-color: #0c9ce8;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
}

label.switch > span {
    display: block;
    width: 100%;
    height: 100%;
}

label.switch > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

label.switch > span:before, label.switch > span:after {
    content: "";
    cursor: pointer;
    position: absolute;
}

label.switch > input[type="checkbox"]:checked:focus ~ span {
    box-shadow: 0 0 0 4px #fff;
}

label.switch > span {
    border-radius: 60px;
}

label.switch > span:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #b2bec3;
    border-radius: 10px;
    transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
    transform: scale(1);
    opacity: 1;
}

label.switch > span:after {
    top: 50%;
    left: 2px;
    z-index: 3;
    transition: transform .4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
    width: calc(26px / 2);
    height: calc(26px / 2);
    transform: translate3d(0, -50%, 0);
    background-color: #fff;
    border-radius: 100%;
}

label.switch > input[type="checkbox"]:checked ~ span:before {
    transform: scale(0);
    opacity: .7;
}

label.switch > input[type="checkbox"]:checked ~ span:after {
    transform: translate3d(250%, -50%, 0);
}

.aboimprs .item {
    padding: 30px;
    margin-top: 40px;
    border: 4px solid;
    position: relative;
}

.aboimprs .item h1 {
    color: #fff;
    padding: 6px;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    width: calc(100% - 60px);
    position: absolute;
    top: -17px;
}

.aboimprs .item ul {
    list-style-type: square;
    list-style-position: inside;
}

.aboimprs .item ul li {
    color: #666;
    font-size: 13px;
    line-height: 18px;
}

.aboimprs .item.i1 {
    border-color: #5984aa;
}

.aboimprs .item.i1 h1 {
    background: #5984aa;
}

.aboimprs .item.i2 {
    border-color: #aa2541;
}

.aboimprs .item.i2 h1 {
    background: #aa2541;
}

.aboimprs .item.i3 {
    border-color: #aaa420;
}

.aboimprs .item.i3 h1 {
    background: #aaa420;
}

.aboimprs .item.i4 {
    border-color: #3caa3c;
}

.aboimprs .item.i4 h1 {
    background: #3caa3c;
}

.page table {
    width: 100% !important;
    max-width: 100% !important;
}

.page table thead {
    background-color: #389bc9 !important;
    color: rgba(255, 255, 255, .8) !important;
}

.page > table > tr {
    background: none !important;
    /*color : rgba(255, 255, 255,.8);*/
}

.logo-image {
    display: inline-block;
    margin-top: -20px;
    vertical-align: middle;
    width: 320px;
}

.logo-image a img {
    width: 100% !important;
    vertical-align: middle;
}

.membook {
    text-align: center;
}

.membook a {
    display: inline-block;
}

.membook a img {
    width: 100%;
    max-width: 800px;
    border: 2px solid #eee;
}

.btnaddfield-1, .btnaddfield-2, .btnaddfield-3, .btnaddfield-4, .btnaddfield-5, .btnaddfield-6, .btnaddfield-7, .btnaddfield-8, .btnaddfield-9 {
    color: #fff;
    width: 100%;
    border: none;
    display: block;
    padding: 7px 0;
    border-radius: 4px;
    background: #42c558;
}

.mt0 {
    margin-top: 0;
}


#menu li a {
    color: #000;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    cursor: pointer;
}

#menu li ul li a {
    font-size: 14px;
    cursor: pointer;
}


#menu li ul li ul li a {
    font-weight: normal;
    cursor: pointer;
}

.modal-dialog-style {
    width: 100% !important;
    margin: 0 auto !important;
}

.modal-style table {
    margin: 0 auto !important;
}

.payment .button {
    width: 100%;
}

.mr-top {
    margin-top: 20px;
}

.payment-rule {
    text-align: justify;
    font-size: 16px;
}

.payment-accept {
    font-size: 16px;
}

.dis {
    display: none;
}

.payment-button {
    background-color: #379ec9;
    color: #fff;
}

.payment-button:hover {
    background-color: #2c7da0;
    color: #fff;
}

.payment-button:visited {
    background-color: #2c7da0;
    color: #fff;
}

.payment-accept span {
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
}

.payment-accept input {
    margin-bottom: 5px;
}

.mr-top-half {
    margin-top: 10px;
}

#exTab1 {
    width: 100% !important;
}

#message {
    color: #d70206;
    display: none;
}

.nav li {
    width: 33% !important;
}

.nav-pills > li + li {
    margin-left: 2% !important;
}

.mt10 {
    margin-top: 10px;
}

.padtable {
    width: 100%;
    margin: 10px;
}

.padtable td strong {
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
}

@media (min-width: 980px) and (max-width: 1200px) {
    .padtable td {
        display: block;
    }
}

#exampleModal .modal-body {
    overflow-x: scroll !important;
}

.btn i {
    margin-right: 10px !important;
}

#chart1div a {
    display: none !important;
}

.infographics {
    font-size: 20px;
}

.ipotable {
    width: 100%;
    border-collapse: collapse;
}

.ipotable tr:nth-of-type(odd) {
    background-color: #e2eef3;
}

.ipotable tr.blue {
    background-color: #e2eef3 !important;
}

.ipotable tr.white {
    background-color: #fff !important;
}

.ipotable tr td {
    font-size: 12px;
    padding: 15px 30px;
    vertical-align: middle;
    border-left: 1px solid #cde4ef;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.ipotable tr:first-child td {
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background-color: #0C9CE8;
    border-left: 1px solid #87c1ce;
}

.ipotable tr td:first-child {
    border-left: 0;
}

.ipotable tr:first-child td:first-child {
    border-top-left-radius: 6px;
}

.ipotable tr:first-child td:last-child {
    border-top-right-radius: 6px;
}

.ipotable tr:last-child td {
    border-bottom: 1px solid #cde4ef;
}

.ipotable tr td a {
    color: #337ab7;
    text-decoration: none;
}

.ipotable tr td a:hover {
    text-decoration: underline;
}


.ipotable2 {
    width: 100%;
    border-collapse: collapse;
}


.ipotable2 tr td {
    font-size: 12px;
    padding: 15px 30px;
    vertical-align: middle;
    border: 1px solid #000;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.ipotable2 tr:first-child td {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background-color: #B8CCE4;
}


.ipotable2 tr:first-child td:first-child {
    border-top-left-radius: 6px;
}

.ipotable2 tr:first-child td:last-child {
    border-top-right-radius: 6px;
}


.ipotabl2e tr td a {
    color: #337ab7;
    text-decoration: none;
}

.ipotable2 tr td a:hover {
    text-decoration: underline;
}

.con-list, .table-div ol, .table-div ul{
    margin-left: 25px;
}

.con-list li, .table-div li{
	text-align: justify;
    font-size: 15px;
    font-family: "Segoe UI";
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    
}

.table-div p{
	text-align: justify;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: normal;
    padding-bottom: 10px;
}

.table-div .images{
	text-align: center;
}
.table-div .images img{
	float:left;
	margin-top:20px;
	margin-left:20px;
}



.MsoNormal{
	text-align: justify;
}

.bold {
    font-weight: 900 !important;
}

.italic {
    font-style: italic !important;
}

.mtb35 {
    margin: 35px auto;
}

.qaynar_xett {
    width: 66px;
    display: inline-block;
}
.banners-block{
    padding-right: 30px;
    padding-left: 30px;
}
.banners-block .row{
	display:block;
}
.category-block{
    /*padding-right: 0;*/
}
.qaynar_xett img {
    width: 80%;
}

.ml120 {
    margin-left: 120px;
}

.ml0 {
    margin-left: 0px !important;
}

.footer-menu {
    list-style-type: none;
    float: left;
}

.footer-menu li {
    text-align: left;
}

.footer-menu-img {
    height: 69px;
}

.footer-menu-img a img {
    width: 100%;
    border-radius: 5px;
    height: 95%;
}

.new-img {

    width: 210px;
    height: 87px;
    border-radius: 5px;

}

.new-img-1 {
    background: url('http://ipoteka.neuron.az/site/assets/img/1.jpg') center center no-repeat;;
}

.new-img-2 {
    background: url('http://ipoteka.neuron.az/site/assets/img/2.jpg') center center no-repeat;;
}

.new-img-3 {
    background: url('http://ipoteka.neuron.az/site/assets/img/3.jpg') center center no-repeat;;
}

.new-img-4 {
    background: url('http://ipoteka.neuron.az/site/assets/img/4.jpg') center center no-repeat;;
}


.mg-20 {
    margin-top: 20px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.custom-checkbox {
    margin-top: 7px;
}

.custom-control-label {
    margin-right: 10px;
}

.container-2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-right: 10px;
}


/* Hide the browser's default checkbox */
.container-2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container-2:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-2 input:checked ~ .checkmark {
    background-color: #0C9CE8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-2 input:checked ~ .checkmark:after {
    display: block;
}
.show{
    display: block;
}

/* Style the checkmark/indicator */
.container-2 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#comment {
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    text-transform: none;
}

.pg {
    padding: 4.5px !important;
}

.mg-50 {
    margin-top: 50px;
}

.number-div {
    position: absolute;
    top: 30%;
    left: 8%;
    z-index: 2;
    background: url('http://box5434.temp.domains/~neuronaz/ipoteka/public/site/assets/img/bg.png');
}

/*.numbers:nth-child(2){*/
/*    left:8%;*/
/*}*/
/*.numbers:nth-child(3){*/
/*    left:34%;*/
/*}*/
/*.numbers:nth-child(4){*/
/*    left:64%;*/
/*}*/
.numbers .counter-block p {
    color: #fff;
}

.right-slider {
    padding-left: 0;
}

.right-slider-img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}
.swiper-container-2{
    height: 401px !important;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.new-i img{
    height: 69px;
}
.subCategory {
    display: none;
}

.swiper-container {
    height: 125px !important;
}

.swiper-slide-active {
    observer: true;
    observeParents: true;
}

.sitemap-icon i {
    color: #fff;
}

.phone {
    position: absolute;
    right: 15px;
    top: 15px;
}

.sitemap {
    position: absolute;
    left: 15px;
    top: 24px;
}

.message-text {
    display: none;
}

.substable thead td {
    font-weight: bold;
}

.substable td {
    font-size: 13px;
}

@media (min-width: 1200px) {
	#datatab5 .col-lg-4 {
	    padding-right: 0;
	}

	.accordion {
	    padding: 54px 10px !important;
	}
}

@media (min-width: 992px) {
	#datatab5 .col-md-4 {
	    padding-right: 0;
	}
	.accordion {
	    padding: 54px 10px !important;
	}
}

.heading.accordion.active {
    background: cornflowerblue;
    text-decoration: underline;
}

.num-circle {
    color: #fff;
    width: 40px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    background: #41a3cc;
    display: inline-block;
    margin-right: 5px;
}