/*@font-face {
	font-family: Helvetica_Neue;
	src: url(HelveticaNeueCyr-Medium.otf) format("opentype");
}*/

/*removes horizontal scrolling */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .widget-header {
        font-size: 14px !important;
    }

    .m40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    #reformal_tab {
        display: none !important;
    }

    .title {
        font-size: 20px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1250px !important;
    }
}

:focus {
    outline: none !important;
}

a:focus,
a:hover {
    text-decoration: none;
}

/*abbr {border-bottom: 1px dashed #777 !important;}*/
abbr[data-original-title],
abbr[title] {
    border-bottom: 1px dashed !important;
    text-decoration: none;
}

#bg-img {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    z-index: -1;
}

body {
    /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.49;
}

.breadcrumb {
    background-color: transparent;
    border: none;
    padding: 20px 0 30px 0;
    margin-bottom: 0;
}

.breadcrumb-item {
    line-height: 14px;
}

.block {
    border-radius: 3px;
    min-height: 50px;
    padding: 15px;
    margin-bottom: 15px;
}

.block-caption {
    font-size: 85%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.block-green {
    background-color: #1acc8f;
}

.block-red {
    background-color: #e24455;
}

.btn-bt {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    font-weight: 600;
}

.btn-small {
    padding: 0px;
    width: 22px;
    height: 22px;
    text-align: center;
}

button,
button:active,
button:focus,
input,
input:focus,
textarea {
    outline: none !important;
}

.flex-block {
    display: flex;
}

.btn-pay-gift {
    padding-left: 2px;
    padding-right: 2px;
}

.modal-pay {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
}

.gift-btn {
    margin-right: 0;
    margin-left: auto;
    width: 25%;
    border-left: 1px solid var(--custom-main-grey);
}

.btn-switch {
    padding-left: 2rem;
    padding-right: 2rem;
    height: fit-content;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
}

.modal-pay:hover,
.gift-btn:hover {
    color: var(--light);
}

.center {
    margin: auto auto;
    float: none !important;
}

.center-content {
    text-align: center;
}

.circle {
    width: 200px;
    padding: 0px;
    height: 200px;
    background: #424756;
    border: 1px solid #080808;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.old-app-btn-outline-primary {
    color: #ffab00;
    border-color: #ffab00;
}

.old-app-btn-outline-primary:hover {
    color: #212529;
    background-color: #ffab00;
    border-color: #ffab00;
}

.collapse.show .nav-link,
.collapsing .nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
}

body > .container {
    margin-bottom: 20px;
    min-height: 60vh;
}

.navbar {
    border: 0px;
    padding: 0px;
}

.news-tooltip {
    width: 80%;
    max-width: 600px;
    height: auto;
    position: absolute;
    display: none;
    padding: 8px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
    z-index: 1000;
    top: 12px;
    left: 12px;
    pointer-events: none;
    border-radius: 2px;
}

.collapse.show .navbar-nav > .active > a,
.collapsing .navbar-nav > .active > a {
    border-bottom: none;
    padding-bottom: 4px;
}

#comment {
    background-color: #e0e3e8;
    color: black;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: none;
    width: 100%;
}

.navbar-nav .nav-item.active > a,
.nav-item > a.active,
.selector-item.active,
.dropdown-menu > a.dropdown-item.active {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 4px solid var(--primary) !important;
    color: #fff;
}

.column-text {
    padding: 10px;
}

.dateinfo {
    font-weight: normal;
    font-size: smaller;
    margin-top: 2px;
}

.description {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 18px;
}

.dicon {
    position: absolute;
    top: 46px;
    left: 49px;
    color: #9d9d9d;
    opacity: 0.4;
    font-size: 18px;
}

.discl-text {
    line-height: 14px;
}

#disqus_thread {
    padding: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.dropdown-menu {
    border: none;
}

/*.dropdown-menu li a { height:34px; line-height: 30px; min-width:200px;}*/

h4 {
    margin-left: 10px;
}

.feature-line__description {
    text-align: right;
}

.feature-line__name {
    text-align: left;
}

.feature-line {
    overflow-wrap: break-word;
}

.fs16 {
    font-size: 16px;
}

h1,
h2 {
    font-size: inherit;
    margin-block-start: initial;
    margin-block-end: initial;
    font-weight: inherit;
    line-height: inherit;
}

.hint {
    font-size: 12px;
    line-height: 20px;
    margin-top: -20px;
    margin-bottom: 10px;
}

.ind {
    background-image: url(/img/body.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eef3f6 !important;
    background-position: center center;
    height: 100vh;
}

.inline-block {
    text-align: -webkit-left;
    display: inline-block;
    min-width: 160px;
}

.inner-addon {
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 10px;
    line-height: 18px;
    top: 1px;
}

li.ui-menu-item {
    cursor: pointer;
    display: inherit;
    /*padding-left: 10px;
    height: 34px;
    line-height: 34px;*/
}

/*.loading {
    margin: 30vh auto;
    background: url(/img/assets/loading.gif) no-repeat;
    height: 64px;
    width: 64px;
}*/

.m20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.market-button {
    margin-bottom: 5px;
}

.media {
    border-radius: 4px;
    margin-bottom: 10px;
}

.media-body {
    padding: 10px;
    word-wrap: break-word;
}

.footer-container {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
}

.menu-footer > li {
    margin: 1rem 0;
}

li.soc-net {
    margin: 0 -10px;
}

.soc-net-img {
    display: inline-flex;
    border-radius: 46px;
    background: #5b6676;
    width: 46px;
    height: 46px;
    margin: 10px;
}

.ml-item {
    height: 60px;
    line-height: 60px;
    border-radius: 4px 4px 4px 4px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.modal-dialog {
    width: auto;
    /*max-width: 960px;*/
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.nav > li {
    width: auto;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

.navbar-brand {
    padding: 0px;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: inline-block !important;
    }

    .navbar > .container {
        display: block;
    }
}

.nav-link {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nav-link {
    font-size: 14px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-date-badge {
    padding: 10px;
}

.news-img {
    margin-left: -10px;
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 4px 0px 0px 0px;
}

.news-img-bg {
    margin-bottom: 10px;
    display: block;
    border-radius: 4px 0px 0px 0px;
    width: 100%;
}

.white-text {
    color: var(--light);
}

.news-text {
    line-height: 14px;
    font-size: 13px;
    max-height: 85px;
    min-height: 70px;
    overflow-y: hidden;
}

.news-text-along {
    line-height: 17px;
    font-size: 16px;
    min-height: 100px;
    max-width: 700px;
    overflow-y: hidden;
}

.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-item.active > .nav-link,
.nav-link.active,
.selector-item.active {
    padding-bottom: 16px;
}

.navbar-toggle {
    margin-left: 8px;
}

.nav-tabs > li > a {
    border-radius: 0px;
}

.news-body {
    height: 130px;
    position: relative;
}

.news-body-along {
    position: relative;
}

.news-body > .source {
    position: absolute;
    bottom: 5px;
}

.news-date-badge {
    padding: 10px;
}

p {
    font-size: 16px;
    letter-spacing: 0.02em;
}

.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar *::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar *::-webkit-scrollbar-thumb {
    border: 1px solid var(--custom-main-gray-dark);
    border-radius: 3px;
}

.p20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-item.active .page-link,
.page-link:hover {
    background-color: transparent;
}

.pagination {
    font-size: 18px;
}

.pagination > li > a {
    background-color: transparent;
    border: none;
    color: inherit;
}

.paywall {
    border: none;
    z-index: 200;
    width: 100%;
    height: 100%;
    padding: 5px;
    position: relative;
    clear: both;
}

.panel {
    border-radius: 4px;
}

.panel.hover:hover {
    border: 2px solid #ffab00;
}

.panel-badge {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.panel-text {
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 18px;
}

.pchange {
    display: inline;
}

.popover {
    max-width: 90vw;
}

.price {
    font-size: 34px;
    display: inline;
}

#reformal_tab {
    border: 1px solid #080808 !important;
    box-shadow: none !important;
}

#results {
    position: absolute;
    z-index: 1000;
}

.right-addon .fa {
    right: 0px;
}

.rcorners {
    border-radius: 4px 4px 4px 4px;
}

.search {
    width: 100%;
    border-radius: 18px;
    height: 40px;
    padding: 10px;
}

.select2-selection__choice {
    float: left;
}

.selector.row {
    padding-left: 15px;
    padding-right: 15px;
}

.selector-item {
    padding-top: 20px;
    padding-bottom: 16px;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: lighter;
    line-height: 20px;
    cursor: pointer;
}

.sug-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.swbtn {
    cursor: pointer;
    background-color: #8e8d8d;
    padding: 3px;
    border-radius: 3px;
}

/* ======== SVG ======== */
.pf-img-container > svg {
    height: 120px;
    display: block;
    margin: auto;
}

svg path.portimg {
    stroke: none !important;
    transition: fill 200ms ease-out;
    -webkit-transition: fill 200ms ease-out;
    -moz-transition: fill 200ms ease-out;
    -o-transition: fill opacity 200ms ease-out;
}

svg path.sectimg {
    stroke: none !important;
    transition: fill 200ms ease-out;
    -webkit-transition: fill 200ms ease-out;
    -moz-transition: fill 200ms ease-out;
    -o-transition: fill opacity 200ms ease-out;
}

/* ======== SVG ======== */

li:hover > a > .sug-icon {
    margin-left: -9px;
}

table {
    width: 100%;
}

/*.table td, .table th {
	padding-left: 20px;
}*/

.tariff_price-summary__tariff_amount {
    font-size: 34px;
    line-height: 34px;
    position: relative;
    margin-top: -6px;
    padding-left: 3px;
    padding-right: 3px;
}

.bordered tbody tr:hover,
.bordered tbody tr:nth-of-type(odd):hover {
    border-left: 4px solid #ffab00;
}

.bordered tbody tr:hover td:first-child,
.bordered tbody tr:nth-of-type(odd):hover td:first-child {
    padding-left: 18px;
}

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

td {
    border: 0px !important;
}

td.num {
    text-align: right;
}

th {
    height: 60px;
    border: 0px !important;
    /*border-radius: 4px 4px 0 0; */
    font-size: 14px;
    vertical-align: middle !important;
}

.title {
    font-size: 30px;
    /*text-transform: uppercase;*/
    width: 100%;
    letter-spacing: 0.1em;
}

#top_btn {
    position: fixed;
    /*left: 20px;*/
    bottom: 10px;
    display: none;
    cursor: pointer;
    opacity: 0.4;
}

.topWindow {
    position: fixed;
    top: 50px;
    z-index: 1000;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu-item {
    border-radius: 4px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0px;
}

ul.menu-footer {
    list-style: none;
    padding-left: 0px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.widget8 {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.widget-header {
    border-radius: 4px 4px 0px 0px;
    padding: 18px 20px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.01em;
    font-size: 18px;
    overflow: overlay;
    /*white-space: nowrap;*/
}

.widget-header.collapsed {
    border-radius: 4px 4px 4px 4px;
}

.widget-text {
    border-top: 0px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px 0px 4px 4px;
}

.widget-text > table {
    width: 100%;
}

/* inner-addon */
.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    line-height: 18px;
}

.news-block {
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
}

.noborder {
    border: none !important;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.question {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 0.9;
    cursor: pointer;
    background-image: url(/img/assets/question.png);
}

.table-responsive {
    border: none;
}

.ui-datepicker-div {
    border: none !important;
}

.ui-menu .ui-menu-item {
    padding: 10px;
}

.mw100 {
    min-width: 100px;
}

.detail-view th {
    height: unset;
}

.alert {
    z-index: 2000 !important;
}

.tariff_card__overview .pay-button {
    width: 100%;
    padding: 0;
    line-height: 32px;
}

.rev-button {
    color: white;
    background: #ee922c;
}

.help-block {
    color: var(--danger);
    text-transform: none;
    font-size: small;
    line-height: normal;
    text-align: start;
}

.small-modal {
    text-transform: none;
}

.small-modal .modal-dialog {
    max-width: 700px;
}

.modal-content {
    line-height: 25px;
    cursor: auto;
    letter-spacing: normal;
}

/** Styling input[type=file] **/
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.grecaptcha-badge {
    visibility: hidden;
}

/** /Styling input[type=file] **/

.auth-clients {
    padding-left: 10px;
}

.auth-clients li {
    float: none;
    display: inline-block;
}

/*Переопределение стилей виджета kartik\select2\Select2 файл slider-bootstrap.css*/

.select2-selection__rendered {
    width: 350px !important;
}

.select2-container--krajee-bs4 .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}

/*Переопределение стилей виджета kartik\slider\Slider файл slider-bootstrap.css*/
.slider.slider-horizontal {
    width: 60%;
}

.tt-highlight {
    color: var(--primary);
}

.tt-suggestion {
    color: yellow;
}

[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.inherit:hover,
.inherit:focus,
.inherit {
    color: inherit;
}

.slider-selection {
    background-color: var(--primary);
    background-image: none;
}

/* стрелка для сворачиваемой панели */

.reference-panel-heading:after {
    content: "\22C1";
    float: right;
    transition: all 0.5s;
    padding: 3px 5px 0px;
}

.panel-heading:after {
    content: "\25BC";
    float: right;
    transition: all 0.5s;
    padding: 3px 5px 0px;
}

.reference-panel-heading.collapsed:after,
.panel-heading.collapsed:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*Переопределение стилей виджета Kartik DateTimePicker */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active.highlighted:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.highlighted.active,
.datetimepicker table tr td span.active:active:hover,
.datetimepicker table tr td span.active:hover:active:hover,
.datetimepicker table tr td span.active.disabled:active:hover,
.datetimepicker table tr td span.active.disabled:hover:active:hover,
.datetimepicker table tr td span.active.active:hover,
.datetimepicker table tr td span.active:hover.active:hover,
.datetimepicker table tr td span.active.disabled.active:hover,
.datetimepicker table tr td span.active.disabled:hover.active:hover,
.datetimepicker table tr td span.active:active:focus,
.datetimepicker table tr td span.active:hover:active:focus,
.datetimepicker table tr td span.active.disabled:active:focus,
.datetimepicker table tr td span.active.disabled:hover:active:focus,
.datetimepicker table tr td span.active.active:focus,
.datetimepicker table tr td span.active:hover.active:focus,
.datetimepicker table tr td span.active.disabled.active:focus,
.datetimepicker table tr td span.active.disabled:hover.active:focus,
.datetimepicker table tr td span.active:active.focus,
.datetimepicker table tr td span.active:hover:active.focus,
.datetimepicker table tr td span.active.disabled:active.focus,
.datetimepicker table tr td span.active.disabled:hover:active.focus,
.datetimepicker table tr td span.active.active.focus,
.datetimepicker table tr td span.active:hover.active.focus,
.datetimepicker table tr td span.active.disabled.active.focus,
.datetimepicker table tr td span.active.disabled:hover.active.focus,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot th:hover,
.datetimepicker table tr td.day:hover,
.datetimepicker table tr td.focused,
.datetimepicker table tr td span:hover,
.datetimepicker table tr td span.focused,
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
    background: var(--custom-main-grey) !important;
}

.datetimepicker thead th,
.datepicker thead th {
    background: var(--custom-main-black) !important;
}

/*Переопределение стилей bootstrap, для отображения ошибок валидации формы*/
.invalid-feedback {
    display: block;
}

.my-30 {
    margin-bottom: 30px !important;
}

.text-underline {
    text-decoration: underline;
}

.translate-y-50 {
    transform: translateY(50%);
}

/* EDUCATION */

.cource_description {
    font-size: 21px;
    line-height: 130%;
    /* or 27px */
    margin-top: 20px;
}

.ed-author-img {
    max-width: 100%;
}

.ed-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/img/education/001/93189.svg");
    resize: both;
    width: 100%;
    left: 0;
}

@media (max-width: 575px) {
    .ed-header {
        margin-bottom: -200px;
    }
}

.cource_title {
    font-size: 1.8rem;
    line-height: 110%;
    text-transform: uppercase;
    word-wrap: break-word;
}

.description-img {
    width: 100%;
    max-width: 600px;
}

.ed-tile {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .ed-tile {
        background: unset !important;
        border: none !important;
    }
}

#education {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 400;
}

.opportunities {
    margin-bottom: 20px;
}

.opportunities-icon {
    margin-right: 20px;
}

.section-title {
    margin: 3rem 0px;
    color: var(--custom-main-orange);
}

.tariff-circle {
    background-image: url("/img/education/001/tariff-circle.svg");
    background-size: contain;
    width: 220px;
    height: 220px;
    margin: 30px;
}

@media (max-width: 575px) {
    .tariff-circle {
        background-image: none;
        background-size: unset;
        width: 100%;
        height: 100%;
    }
}

.tariff-price-text {
    font-size: 36px;
    line-height: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 575px) {
    .tariff-price-text {
        font-size: 21px;
        line-height: 29px;
    }
}

.tariff-block {
    border: 1px solid;
    border-radius: 3px;
}

.tariff-price-text.text-secondary {
    font-size: 21px;
    line-height: 28px;
    position: relative;
    text-decoration: none;
}

.tariff-price-text.text-secondary:before {
    content: "";
    border-bottom: 1px solid rgba(238, 146, 44, 1);
    position: absolute;
    width: 120%;
    height: 50%;
    left: -10%;
    transform: rotate(-12deg);
}

@media (max-width: 575px) {
    .tariff-price-text.text-secondary {
        font-size: 16px;
        line-height: 28px;
    }
}

.swiper-button-prev,
.swiper-button-next {
    text-shadow: 0 0 3px black;
    opacity: 0.6;
    color: var(--custom-main-gray-dark);
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
    border-radius: 0.25rem;
    font-size: 0.8rem;
}

.company-bar {
    background: #e0e3e8;
    border-radius: 0.25rem;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.infotime,
.ticker,
.price,
.change,
.info-data {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.links {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    background-color: #e0e3e8;
    border-radius: 0.25rem;
}

.news-header {
    padding-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.author-description,
.author-name {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.soc-net-img-news {
    display: inline-flex;
    border-radius: 50%;
    background: #e0e3e8;
    color: white;
}

.newsfeed-headers {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 16px;
}

.newsfeed-header {
    color: #ee922c;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    text-align: center;
}

.newsfeed-info {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

.newsfeed-ticker {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    background-color: white;
    color: black;
}

.newsfeed-container {
    background-color: #242832;
    border-radius: 5px;
    overflow: auto;
}

.newsfeed-date {
    color: grey;
}

.comment-user-name {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.comment-date {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
}

.comment-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

.sticky-top {
    z-index: 99 !important;
}

.article-author-col {
    margin-top: 30px;
}

.article-body p {
    font-size: 20px;
}