@import url('bootstrap/bootstrap.min.css');

/* BOOTSTRAP MODIFICATIONS */

.modal-backdrop.show {
    opacity: 0.8;
}

.modal.fade.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-header {
    border-bottom: none;
}

.accordion-button {
    font-size: 24px;
    color: #063452;
}

.accordion-body {
    background: #e8f0fe;
    font-size: 18px;
    font-weight: 300;
    padding-top: 30px;
}

.accordion-body ul li::marker {
    color: #F9DB41;
    font-size: 30px;
}

.accordion-body ol li::marker {
    color: #063452;
    font-weight: bold;
    background-color: #F9DB41;
    font-size: 30px;
}

.accordion-body ol li {
    position: relative;
    list-style: none;
    line-height: 1.4em;
    margin: 0.75em 0;
}

.accordion-body ol, .accordion-body ul {
    counter-reset: num;
}

.accordion-body ol li::before {
    content: counter(num);
    counter-increment: num;
    color: #063452;
    font-weight: bold;
    background-color: #F9DB41;
    border-radius: 50px;
    padding: 3px 12px;
    position: absolute;
    left: -45px;
    top: -3px;
}

.accordion-body b {
    font-weight: 400;
}

.accordion-body p {
    margin-bottom: 20px;
}

.accordion-body a {
    color: #006eff;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

.tooltip {
    opacity: 1;
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
    z-index: 100000000;
}

.btn {
    font-weight: 300;
    border-radius: 4px;
    font-family: "Roboto", Sans-serif, serif;
}

.btn.btn-outline-dark:hover {
    background: #063452;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #f8fbfd00;
    color: #006eff;
    border-color: #006eff;
}

.modal-body .no-modal-title {
    display: none;
}

.form-control::placeholder {
    font-size: 14px;
    color: #939393;
}

.table td {
    font-weight: 300;
    border: 1px solid #ebebeb;
}

.table th {
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

.table tr:nth-child(2n-1) {
    background: #f7f7f7;
}

.table tr:hover {
    background: #e9e9e9;
}

.tab-pane {
    background: #f8fbfd;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
    font-weight: 300;
    font-size: 18px;
}

.tab-content a[type="button"] {
    margin-top: 10px;
    background: #f8fbfd;
    padding: 20px;
    border: 1px solid #dee2e6;
}

.tab-content a[type="button"].active {
    border-bottom: none;
}

.nav-link.active {
    background-color: #f8fbfd !important;
}

.form-control {
    border-radius: 4px;
    padding: 8px;
    border: 1px solid #afb1af;
    color: #54595f;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
}

.form-control::placeholder {
    font-size: 18px;
    color: #54595f;
}

.form-control:hover {
    border: 1px solid #000;
}

.btn-close {
    opacity: 1;
}

.shadow {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .09) !important;
    transition: 0.4s;
}

.shadow:hover {
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, .15) !important;
}

.tooltip-inner {
    font-size: 14px;
    line-height: 1.2rem;
    text-align: left;
}

.tooltip {
    --bs-tooltip-bg: #063452;
}

.tooltip.show {
    opacity: 1;
}

.modal-content {
    max-height: 95vh;
}

.modal-body {
    overflow-x: auto;
}

.pagination {
    flex-wrap: wrap;
}

.btn.active {
    color: #212529;
}

@media (min-width: 1220px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,
    .center-wrapper, .content-page, .content-wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* BOOTSTRAP MODIFICATIONS */

/* GENERAL */

body {
    font: 16px "Roboto", Sans-serif, serif;
    font-weight: 300;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

b, strong {
    font-weight: bolder;
}

.container--border-bottom {
    border-bottom: 1px solid #F8FBFD94;
}

.border-bottom-grey {
    border-bottom: 1px solid #ebebeb;
}

.border-grey {
    border: 1px solid #ebebeb;
}

.border-blue {
    border: 1px solid #bfdbff;
}

.background-main,
.background-palette,
.pallete-bg {
    background: #e8f0fe;
}

.background-green {
    background: #BFEBCF;
}

.background-white {
    background: #fff;
}

.background-yellow {
    background: #f9db42;
}

.background-light-blue {
    background: #f8fbfd;
}

.warning-block p,
.danger-block p,
.notice-block p {
    margin: 0;
}

.warning-block {
    border: 1px solid #edd796;
    background-color: #fffaeb;
    color: #212121;
    padding: 20px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.warning-block::before {
    content: "\f05a";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    margin-right: 20px;
    margin-left: 20px;
}

.notice-block {
    border: 1px solid #bfdbff;
    background-color: #e8f0fe;
    color: #212121;
    padding: 20px;
    display: flex;
    align-items: center;
    margin: 20px 0;
    line-height: 1.5rem;
    font-size: 18px;
}

.info-block {
    border: 1px solid #bfdbff;
    background-color: #e8f0fe;
    color: #212121;
    padding: 20px;
    align-items: center;
    margin: 20px 0;
    line-height: 1.5rem;
    font-size: 18px;
    text-align: center;
}

.notice-block::before {
    content: "\f126";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    margin-right: 20px;
    margin-left: 20px;
}

.danger-block {
    background-color: #f2dede;
    border-color: #e8c4c4;
    padding: 15px;
    align-items: center;
    margin: 20px 0;
    border-left: 5px solid #e8c4c4;
}

.error {
    color: red;
    font-weight: normal;
    font-size: 14px;
}

.input-error {
    border: 1px solid red;
}

.box-20 {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
}

.box-33 {
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 33px;
}

.box-40 {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.box-50 {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.btn--yellow {
    color: #063452;
    background: #F9DB41;
    border: 1px solid #F9DB41;
    padding: 15px 25px;
    font-weight: 400;
}

.btn--yellow:hover {
    color: #063452;
    background-color: #f8fbfd;
    border-color: #063452;
}

.btn--dark-blue {
    color: #F8FBFD;
    background: #063452;
    border: 1px solid #063452;
    padding: 15px 25px;
    font-weight: 300;
}

.btn--dark-blue:hover {
    color: #063452;
    background-color: #F8FBFD;
    border: 1px solid #063452;
}

.btn-close:focus {
    box-shadow: none;
}

.fs-8px {
    font-size: 8px;
}

.fs-14px {
    font-size: 14px;
}

.fs-15px {
    font-size: 15px;
}

.fs-16px {
    font-size: 16px;
}

.fs-18px {
    font-size: 18px;
}

.fs-22px {
    font-size: 22px;
}

.fs-24px {
    font-size: 24px;
}

.fs-28px {
    font-size: 28px;
}

.fs-36px {
    font-size: 36px;
}

.fs-42px {
    font-size: 42px;
}

.fs-56px {
    font-size: 56px;
}

.fs-70px {
    font-size: 70px;
}

.fs-96px {
    font-size: 96px;
}

.fw-900 {
    font-weight: 900;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.left-0 {
    left: 0;
}

.color-dark-blue {
    color: #063452;
}

.color-dark {
    color: #212121;
}

.color-green {
    color: #00b140;
}

.color-red {
    color: #ff3823;
}

.color-blue {
    color: #006eff;
}

.color-grey {
    color: #afb1af;
}

.color-gold {
    color: #f9db41;
}

.color-white {
    color: #fff;
}

.left-50 {
    left: 50%;
}

.title-h1 {
    color: #063452;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.title-h2 {
    color: #063452;
    font-size: 28px;
    font-weight: 500;
}

.title-h3 {
    font-size: 22px;
    font-weight: 500;
}

.w-10 {
    width: 10% !important;
}

.w-lg-45 {
    min-width: 45% !important;
}

.mw-50 {
    max-width: 50% !important;
    width: 100%;
}

.mw-35 {
    max-width: 35% !important;
    width: 100%;
}


.border-radius-50 {
    border-radius: 50%;
}

.border-radius-5px {
    border-radius: 5px;
}

.border-gold-rounded {
    border-radius: 50%;
    border: 1px solid #f9db41;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.left-top--10 {
    top: -10px;
    left: -10px;
}

.img-rounded {
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    display: inline-block;
}

.text-decoration-dashed {
    border-bottom: 1px dashed #063452;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.fancybox-close {
    right: 40px;
    top: 40px;
    scale: 2;
}

.reg-fail > div {
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    background: #fdf9ed;
    color: #666666;
    padding: 10px;
    position: absolute;
    left: 200%;

}

.reg-fail > div::before {
    content: '';
    height: 15px;
    width: 15px;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    left: -7px;
    top: 50%;
    background: #fdf9ed;
}


#reg-phone, #reg-email, #reg-login, #reg-password {
    width: 16px;
    height: 16px;
}

.reg-success {
    background: url("../img/success.png");
    width: 16px;
    height: 16px;
}

.reg-fail {
    background: url("../img/fail.png");
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
}

.border-right-none {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.border-right-none + div > a {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.border-left-yellow {
    border-left: 4px solid #f9db41;
    padding-left: 10px;
}

#main_column {
    padding: 0;
}

.captcha:hover {
    cursor: pointer;
}

form[data-form] {
    position: relative;
}

form[data-form] .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
}

.center-wrapper, .content-page, .content-wrapper {
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px;
}

.content-page ul {
    margin-top: 15px;
}

.content-page ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}

.content-wrapper p::after {
    content: '';
    display: block;
    clear: both;
}

.breadcrumb a {
    text-decoration: none;
    font-size: 14px;
    color: #063452;
}

.breadcrumb {
    font-size: 14px;
    color: #afb1af;
    font-weight: normal;
}

.center-wrapper li::after {
    content: '';
    display: block;
    clear: both;
}

.blur-on-hover {
    transition: all 1s ease;
    position: relative;
}

.blur-on-hover:hover {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(2.8px) hue-rotate(0deg);
}

.blur-on-hover::after {
    display: block;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35), transparent 75%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.blur-on-hover:hover::after {
    opacity: 0;
}

.code-toolbar {
    margin: 30px 0;
}

.table--yellow-header th {
    font-weight: 400;
    background-color: #f9db41;
}

.table--blue-header th {
    font-weight: 700;
    background-color: #00b4ff;
    color: #fff;
}

.table--no-border td, .table--no-border th {
    border: none;
}

.table--small-paddings td, .table--small-paddings th {
    padding: 5px;
}

.cursor-pointer:hover {
    cursor: pointer;
}

#action_icon {
    background-image: url('../img/action.png');
    width: 46px;
    height: 150px;
    position: fixed;
    left: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -75px;
    z-index: 10;
}

#action_icon.ua {
    background-image: url('../img/action_ua.png');
}

.bl-none {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.right-10 {
    right: 10px;
}

.top-15 {
    top: 15px;
}

.mw-200px {
    max-width: 200px;
}

.blog-label {
    position: absolute;
    background-color: #f9db41;
    border-radius: 4px;
    font-size: 14px;
    left: 20px;
    top: 20px;
    padding: 5px 15px;
    color: #063452;
}

.data-table-container {
    overflow-x: auto;
}

h1 {
    font-size: 32px;
}

.lh-08 {
    line-height: 0.8;
}

@media (min-width: 992px) {

    h1 {
        font-size: 52px;
    }

    .border-right-lg-grey {
        border-left: 1px solid #ebebeb;
    }

    .title-h1 {
        font-size: 56px;
    }

    .title-h2 {
        font-size: 40px;
    }

    .title-h3 {
        font-size: 24px;
    }

    .w-lg-45 {
        width: 45% !important;
    }

    .mw-lg-100 {
        max-width: 100% !important;
    }

    .chevron-lg-right,
    .chevron-lg-left {
        position: relative;
    }

    .chevron-lg-right::after {
        content: '';
        position: absolute;
        right: -10px;
        top: 50%;
        background-color: #fff;
        display: inline-block;
        width: 20px;
        height: 20px;
        transform: translateY(-50%) rotate(-45deg);
    }

    .chevron-lg-left::after {
        content: '';
        position: absolute;
        left: -10px;
        top: 50%;
        background-color: #fff;
        display: inline-block;
        width: 20px;
        height: 20px;
        transform: translateY(-50%) rotate(-45deg);
    }

    .list-separated li:not(:last-child) {
        border-right: 1px solid #ddd;
    }
}

.list-separated li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
}

#tooltip-login-exists,
#tooltip-email-exists,
#tooltip-email-invalid {
    display: none;
}

.anchors a {
    transition: 0.3s;
}

.anchors a.color-dark-blue:hover {
    color: #006eff;
}

.shadow-on-hover {
    transition: 0.4s;
}

.shadow-on-hover:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15) !important;
}

.list-separated a {
    color: #212121;
}

.list-separated a:hover {
    color: #006eff;
}

.grecaptcha-badge {
    visibility: hidden;
}

.eye-holder {
    right: 12px;
    top: 12px;
    position: absolute;
    cursor: pointer;
    color: #afb1af;
}

.border-right-05rem {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.border-left-05rem {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

/* GENERAL */

/* COOKIES */
#cookie-notice {
    opacity: 0.9;
    background-color: #000;
    color: #fff;
    display: none;
    font-size: 16px;
    height: auto;
    left: 0;
    line-height: 20px;
    min-width: 100%;
    position: fixed;
    text-align: center;
    z-index: 100000;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-duration: 1.2s;
    animation-name: my-animation;
}

#cookie-notice a {
    color: #fff;
}

@keyframes my-animation {
    0% {
        bottom: -100px;
    }
    100% {
        bottom: 0;
    }
}

.cn-bottom {
    bottom: 0;
}

.cookie-notice-container {
    padding: 10px;
}

#cookie-close-img {
    margin-top: -50px !important;
    cursor: pointer;
}

#cookie-close {
    width: 30px;
    float: right;
    padding-right: 10px;
    background: url('../img/close.png') no-repeat;
}

/* COOKIES */

/* FORMS */

.form-result--success {
    transition: all 0.9s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.form-result--fail {
    color: red;
    transition: all 0.9s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.form-result--fail.show,
.form-result--success.show {
    height: auto;
    opacity: 1;
}

.form-result--fail:not(.show),
.form-result--success:not(.show) {
    margin: 0 !important;
    padding: 0 !important;
}

/* FORMS */

/* HEADER */

.header {
    transition: all 0.3s;
    position: relative;
    z-index: 10;
}

.main-page .header,
.main-page .flash-message {
    background: #BFEBCF;
}

.header.fixed {
    position: fixed;
    top: 0;
    background: #f8fbfd;
}

.fa-telegram {
    color: #26A4E2;
}

.fa-viber {
    color: #7360F2;
}


.header:hover {
    background: #fff;
}

.header__logo {
    max-width: 220px;
    width: 100%;
}

.header__logo a {
    display: block;
    width: 100%;
}

.header__logo img {
    width: 100%;
}

.header__lang-selector {
    width: 60px;
}

.header__lang-selector a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.header__lang-selector a:hover {
    color: #006eff;
}

.header__lang-selector > div {
    display: none;
    padding-top: 10px;
    position: absolute;
    top: 64px;
}

.header__lang-selector--options {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 4px;
    padding: 14px;
    color: #0e3b58;
    margin-left: -20px;
}

.header__lang-selector--options::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 48%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;

    border-bottom: 7px solid #fff;
}

.header__lang-selector--options li {
    list-style: none;
    margin: 0;
    padding: 5px 3px
}

.header__lang-selector--options a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #0e3b58;
}

.header__lang-selector--options i {
    margin-right: 5px;
}

.header__lang-selector:hover > div {
    display: block;
}

/* HEADER */

/* MAIN_MENU */

.main-menu__item > a, .main-menu__item > span {
    font-weight: 400;
    color: #063452;
    padding: 20px 22px 20px 22px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.4s;
    box-sizing: border-box;
}

.main-menu__item:hover > a,
.main-menu__item:hover > span {
    background: #e8f0fe;
    color: #006eff;
}

.main-menu__item.active > a,
.main-menu__item.active > span {
    border-bottom: 2px solid #006eff;
    padding-bottom: 18px;
    background: #fff;
}

.main-menu__submenu {
    border-top: 1px solid #ebebeb;
    position: absolute;
    left: 0;
    right: 0;
    background: #f8f9fa;
    top: -2000px;
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.main-menu__submenu .btn-outline-dark {
    background: #F8FBFD9C;
}

.main-menu__item:hover .main-menu__submenu {
    display: block;
    top: auto;
    opacity: 1;
}

.main-menu__title {
    font-size: 32px;
    color: #063452;
    font-weight: 400;
}

.main-menu__title i {
    font-size: 40px;
    margin-right: 15px;
}

.main-menu__small-title {
    color: #063452;
    font-weight: bold;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #f9db41;
    display: inline-block;
}

.main-menu__news-list li {
    margin-bottom: 20px;
}

.main-menu__description {
    color: #212121;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}

.main-menu__description li {
    line-height: 35px;
    font-size: 18px;
}

.main-menu__description a {
    color: #212121;
    font-weight: 300;
    text-decoration: none;
}

.main-menu__description a:hover {
    color: #0a58ca;
}

.main-menu__description strong {
    color: #212121;
    font-weight: 500;
}

.main-menu__description a i,
.main-menu__description span i {
    margin-right: 8px;
    line-height: inherit;
}

.main-menu__description svg,
.svg-icon {
    width: 16px;
    margin-right: 8px;
}

.main-menu__description li span {
    display: flex;
}

.main-menu__social a,
.social a {
    font-size: 40px;
    transition: all 0.3s;
    display: inline-block;
    width: 44px;
    height: 44px;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36);
}

.main-menu__social a:hover,
.social a:hover {
    transform: scale(1.1);
}

.main-menu__list li {
    min-height: 40px;
    display: block;
}

.main-menu__list a {
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    color: #212121;
    transition: all 0.3s;
    line-height: 20px;
}

.main-menu__list a:hover {
    color: #006eff;
}

.main-menu__list i {
    width: 25px;
}

.main-menu iframe {
    height: 310px;
    width: 100%;
}

/* MAIN_MENU */

/* MOBILE_MENU */

.mobile-menu {
    background: #f8f9fa;
    z-index: 11;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-menu .btn {
    padding: 10px 20px;
}

.mobile-menu__item > a {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #063452;
    padding: 5% 6% 5% 12%;
    border-bottom: 1px solid #DFDFDF;
    display: block;
    text-decoration: none;
    position: relative;
}

.mobile-menu__item i {
    font-size: 24px;
    min-width: 30px;
    color: #DFDFDF;
}

.mobile-menu__item span {
    font-size: 16px;
    font-weight: 300;
    padding: 0 6px 0 6px;
    border-radius: 4px 4px 4px 4px;
    color: #063452;
    background-color: #f9db41;
    text-transform: lowercase;
    position: relative;
    top: -10px;
}

.mobile-menu__item ul {
    list-style: none;
    margin-left: 7%;
    display: none;
}

.has-submenu--opened ul {
    display: block;
}

.mobile-menu__item ul li a {
    display: block;
    font-size: 22px;
    font-weight: 300;
    text-transform: none;
    color: #212121;
    text-decoration: none;
    padding: 5% 6%;
    border-bottom: 1px solid #DFDFDF;
}

.mobile-menu__item ul li:last-child a,
.mobile-menu__item.has-submenu--opened > a {
    border-bottom: none;
}

.mobile-menu__item.has-submenu > a::before {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 16px;
}

.mobile-menu__item.has-submenu.has-submenu--opened > a::before {
    content: "\f107";
}

.mobile-menu__contacts svg {
    width: 20px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.mobile-menu__contacts ul li a {
    font-size: 26px;
    line-height: 70px;
    font-weight: 300;
    color: #212121;
    text-decoration: none;
}

.mobile-menu__contacts i {
    font-size: 70px;
}

.mobile-menu__contacts i.fa-telegram {
    color: #26A4E2;
}

.mobile-menu__contacts i.fa-viber {
    color: #7360F2;
}

/* MOBILE_MENU */

/* FOOTER */

.footer-banner {
    margin-top: 50px;
    box-sizing: border-box;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #042236 50%, #042236 50%, #042236 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #042236 50%, #042236 50%, #042236 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #042236 50%, #042236 50%, #042236 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#042236', GradientType=0); /* IE6-9 */
}

.footer-banner .container {
    background-image: linear-gradient(180deg, #BFEBCF 0%, #E8F0FE 100%);
}

.footer-banner--title {
    display: block;
    color: #063452;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.footer-banner--subtitle {
    display: block;
    color: #063452;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}

.footer-banner--button {
    display: inline-block;
    font-weight: 400;
    fill: #f8fbfd;
    color: #f8fbfd;
    background-color: #00b140;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00b140;
    border-radius: 4px 4px 4px 4px;
    padding: 20px 25px 20px 25px;
    transition: all 0.3s;
    text-decoration: none;
    text-align: center;
}

.footer-banner--button:hover {
    color: #00b140;
    background: #3d91f500;
    border-color: #00b140;
}

.footer {
    margin: 0 auto;
    background: #042236;
}

.social-link a {
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    text-decoration: none;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36);
}

.social-link:hover a {
    transform: scale(1.2);
}

.social-link a i {
    color: #fff;
}

.social-link--facebook a {
    background: #3b5998;
}

.social-link--youtube a {
    background: #cd201f;
}

.social-link--linkedin a {
    background: #0077b5;
}

.social-link--telegram a {
    background: #2CA5E0;
}

.social-link--viber a {
    background: #665cac;
}

.copyright {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.footer__menu-column a {
    color: #F8FBFD94;
    line-height: 32px;
    font-weight: 300;
    text-decoration: none;
}

.footer__menu-column a:hover {
    color: #f8fbfd;
}

.footer__menu-title {
    color: #f8fbfd;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 786px) {
    .footer-banner--title {
        font-size: 24px;
    }
}

/* END FOOTER */

/* ANIMATION */

@media (min-width: 1100px) {
    [data-animation] {
        opacity: 0;
        position: relative;
        transition: all 1s ease-out;
    }

    [data-animation='slide-bottom'] {
        bottom: -50px;
    }

    [data-animation='slide-bottom'].visible {
        bottom: 0;
    }

    [data-animation='slide-left'] {
        left: -1000px;
    }

    [data-animation='slide-left'].visible {
        left: 0;
    }

    [data-animation='slide-right'] {
        right: -1000px;
    }

    [data-animation='slide-right'].visible {
        right: 0;
    }

    [data-animation='fade'] {
        transition: all 2s ease-out;
    }

    [data-animation].visible {
        opacity: 1;
    }
}

/* ANIMATION */

/* MESSAGES */

.message {
    background: #fff;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border-width: 3px;
    border-style: solid;
    width: 320px;
}

.message h4, #main_column .message h4, #main_column .statistic-pop-up h4 {
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    font-family: OpenSansBold;
    position: relative;
    padding: 9px 35px 8px 15px;
}

.close-message {
    background: url("../img/sprite.png") -6px -54px no-repeat;
    height: 14px;
    top: 13px;
    position: absolute;
    right: 15px;
    width: 14px;
}

.close-message:hover {
    background: url("../img/sprite.png") -21px -54px no-repeat;
    cursor: pointer;
}

.message-content {
    margin: 30px 0;
    position: relative;
    padding: 0 15px 0 100px;
    font-size: 15px;
    line-height: 20px;
    color: #222;
}

.message-ico {
    background-image: url("../img/sprite.png");
    left: 26px;
    height: 50px;
    position: absolute;
    top: -4px;
    width: 51px;
}

.danger .message-ico {
    background-position: -66px -84px;
}

.notice .message-ico {
    background-position: -124px -84px;
}

.attention .message-ico {
    background-position: -3px -84px;
}

.success .message-ico {
    background-position: -184px -84px;
}

.message.danger {
    border-color: #dc2626;
}

.message.attention {
    border-color: #ffb400;
}

.message.notice {
    border-color: #0099d7;
}

.message.success {
    border-color: #7cba03;
}

/* MESSAGES */

/* SELECT2 */
.select2-container {
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 39px;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.

      More Info : http://www.quirksmode.org/css/box.html
    */
    -webkit-box-sizing: border-box; /* webkit */
    -moz-box-sizing: border-box; /* firefox */
    box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    background: #e8f0fe; /* Old browsers */
    display: block;
    height: 45px;
    padding: 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 45px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #afb1af;
    border-radius: 3px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container.phone_code_select .select2-choice {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-clip: padding-box;
    border-right: none;
    min-width: 101px;
}

.select2-container:hover .select2-choice {
    background: rgb(254, 254, 254); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(251, 251, 251, 1) 50%, rgba(248, 248, 248, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(50%, rgba(251, 251, 251, 1)), color-stop(100%, rgba(248, 248, 248, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(251, 251, 251, 1) 50%, rgba(248, 248, 248, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(251, 251, 251, 1) 50%, rgba(248, 248, 248, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(251, 251, 251, 1) 50%, rgba(248, 248, 248, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(251, 251, 251, 1) 50%, rgba(248, 248, 248, 1) 100%); /* W3C */
}

.select2-container.select2-dropdown-open .select2-choice,
.select2-container.select2-dropdown-open:hover .select2-choice {
    background: #e7e7e7;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .19);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .19);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .19);
}

.language-change .select2-container.select2-dropdown-open .select2-choice,
.language-change .select2-container.select2-dropdown-open:hover .select2-choice {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-container:hover .select2-choice,
.select2-container.select2-dropdown-open .select2-choice .select2-arrow {
    border-left-color: #dbdbdb;
}

.select2-container.select2-drop-above .select2-choice {

}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    color: #464646;
    padding-left: 5px;
}

.select2-container .select2-choice > .select2-chosen img {
    margin-right: 4px;
    margin-top: -4px;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../../img/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: unset !important;
    background: #fff;
    color: #000;

    border-radius: 0 0 4px 4px;

    border: 1px solid #e0e0e0;
    margin-top: -3px;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, .15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {

}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #e0e0e0;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 15px;
    height: 100%;
    position: absolute;
    right: 3px;
    top: 0;
    background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.select2-container .select2-choice .select2-arrow b:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #959595 transparent transparent transparent;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -2px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;

    background: #fff url('../../img/select2/select2.png') no-repeat 100% -22px;
    background: url('../../img/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../img/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../img/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../img/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../../img/select2/select2-spinner.gif') no-repeat 100%;
    background: url('../../img/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../img/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../img/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../img/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {

}

.select2-dropdown-open .select2-choice {

}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {

}

/* results */
.select2-results {
    max-height: 300px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
    padding-left: 7px
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 120px
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    padding-left: 0px;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-size: 14px;
    color: #acacac;
    display: inline-block;
    background: #ffffff;
    z-index: 1;
    position: relative;
}

.select2-results li.select2-result-with-children {
    position: relative;
}

.select2-results li.select2-result-with-children:before {
    content: '';
    background: #ebebeb;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 18px;
}

.select2-results .select2-result-label {
    padding: 9px 7px 9px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: #464646;
    min-height: 1em;
    text-wrap: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: #ebebeb;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../../img/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../../img/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('../../img/select2/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}

/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

.select2-hidden-accessible {
    display: none;
}

/* SELECT2 */

.custom-tooltip {
    cursor: pointer;
    position: relative;
}

.custom-tooltip span {
    display: none;
    position: absolute;
    top: 25px;
    left: -162px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c9caca;
    padding: 15px;
    width: 350px;
    color: #616467;
    font: 14px "Roboto", Sans-serif, serif;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    z-index: 2;
}


.custom-tooltip span::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 47%;
    width: 10px;
    height: 10px;
    transform: rotateZ(45deg);
    border: 1px solid #c9caca;
    border-right: none;
    border-bottom: none;
    background: #fff;
}
.custom-tooltip:hover span {
    display: block;
}

@media (max-width: 756px) {
    .custom-tooltip span {
        left: -110px;
        width: 240px;
    }

    .custom-tooltip {
        margin-top: 10px;
    }
}