@font-face {
    font-family: 'e-Ukraine';
    src: url("../fonts/e-Ukraine-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body.irc_redizine {
    font-family: 'e-Ukraine';
    min-width: 320px;
    font-size: 16px;
    outline: none;
}

.irc_redizine a {
    display: inline-block;
}

.text-gray {
    color: rgba(255, 255, 255, 0.5);
}

.fs-13 {
    font-size: 13px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.backgroun-cyan {
    background: #E2EEE1;
}


.backgroun-black {
    background: #000;
    color: #fff;
}

.sidebar-ask-questions-title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 25px;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
}

.sidebar-ask-questions div:not(.sidebar-ask-questions-title) a  {
    color: black;
    text-decoration: none;
    margin: 15px 0;
    display: inline-block;
}

.ask-questions-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 28px;
}

.ask-questions-title a {
    color: #fff;
}

.btn-black {
    color: #fff !important;
    background: #000;
    padding: 10px 40px;
    font-size: 13px;
    border-radius: 20px;
}

.btn-black-small {
    color: #fff !important;
    background: #000;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 12px;
}

.btn-black:hover {
    color: #fff !important;
    text-decoration: none;
}

.btn-black-modal {
    color: #fff;
    background: #000;
    padding: 5px 40px;
    font-size: 13px;
    border-radius: 20px;
}

.btn-black-modal:hover {
    color: #fff;
    text-decoration: none;
}

.btn-white-modal {
    color: #000000;
    background: #ffffff;
    padding: 5px 40px;
    font-size: 13px;
    border-radius: 20px;
    border: solid 1px black;
}

.btn-white-modal:hover {
    color: #000000;
    text-decoration: none;
    border: solid 1px black;
    background: #E7EEF3;
}


body.irc_redizine header {
    background: linear-gradient(90deg, #E7EEF3 17.68%, rgba(226, 238, 225, 0.5) 100%);
}

body.irc_redizine header,
body.irc_redizine header a,
body.irc_redizine_inner header a,
body header a {
    color: #000000;
    font-size: 13px !important;
}


.fa-low-vision {
    margin-right: 5px;
}

.login-button a {
    background: #000000;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px !important;
}

.main-header-title {
    padding: 120px 0 100px 0;
}

.main-header-title .icons {
    margin-bottom: 45px;
}

.main-header-title h1 {
    margin-bottom: 30px;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
    z-index: 7;
}

.menu-sub {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    transition: transform 700ms cubic-bezier(0.75, 0, 0, 1),visibility 700ms linear;
    background: #E7EEF3;
    transform: translate3d(0, -100%, 0);
}

header.small-header .menu-sub {
    background: #E7EEF3;
}

.menu-sub.active {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    max-height: 100vh;
}

.sub-menu-inner {
    margin-top: 55px;
    padding: 60px 0;
    border-top: 2px solid #000;
}

header.small-header .sub-menu-inner {
    margin-top: 90px;
    font-family: "e-Ukraine";
    color: #000;
}

.sub-border {
    border-top: 1px solid #000;
}

.list-group-item {
    background: transparent;
    border: none;
    font-size: 13px;
}

.overlay-full-screen:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition-delay: 500ms;
    z-index: 2;
}

.dropdown-menu {
    border: none;
    background-color: transparent;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
}

header.small-header {
    height: 90px;
    font-family: "e-Ukraine";
}

body.irc_redizine header.small-header {
    background: #FFF;
}

header.small-header .sub-menu-inner {
    border-top: none;
}

.news-page-wrapper,
.questions-page-wrapper
{
    font-family: 'e-Ukraine';
    margin-top: 40px;
}

nav ul li a {
    color: #000;
}

.questions-answers-caption {
    font-size: 56px;
    line-height: 60px;
    padding-bottom: 70px;
    border-bottom: 2px solid #000;
    margin-bottom: 50px;
    margin-top: 15px;
    color: #000;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
}

.breadcrumb {
    font-family: "E-Ukraine";
    font-size: 12px;
}

.new-content {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-top: 40px;
    margin-bottom: 100px;
}

.sidebar-news-title {
    border-bottom: 2px solid #000;
}

.card {
    border: none;
}

.accordion .border-bottom {
    border-bottom: 2px solid #000 !important;
}

.card .btn {
    padding-left: 0;
    padding-right: 0;
}

.card-header {
    background: transparent;
    border-bottom: none;
}


.card .card-header .btn-block::after {
    content: "-";
    padding-left: 20px;
    float: right;
}

.card .card-header .collapsed::after {
    content: "+";
    padding-left: 20px;
    float: right;
}

.card {
    outline: none !important;
}

.card .btn.focus, .btn:focus {
    box-shadow: none;
    text-decoration: none;
}

.btn-link,
.btn-link:hover
{
    color: #000;
    text-decoration: none;
    font-size: 28px;
    line-height: 32px;
}

.card .card-body p {
    font-size: 16px;
}

.card-body a,
.card-body li,
.card-body
{
    font-size: 16px;
}

.ask-questions {
    margin-top: 75px;
    margin-bottom: 90px;
}

.news-list-image {
    height: 144px;
    background-size: cover;
}

.redizine-pagination ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
}

.redizine-pagination ul li a {
    color: #000;
}

.redizine-count-number li {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redizine-count-number li.active {
    border: 1px solid #000;
    border-radius: 50%;
}

.news-list-pagination {
    margin-top: 170px;
    margin-bottom: 85px;
}



.sidebar-new {
    border-top: 2px solid #000;
    display: inline-block;
}

.another-news a {
    text-decoration: none;
}

.another-news {
    margin-top: 125px;
}

.breadcrumb {
    padding: 0;
    background: transparent;
}

.breadcrumb li a {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    opacity: 0.5;
    text-decoration: none;
}

.main-page-link a {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    opacity: 0.5;
}

.header-border {
    border-bottom: 2px solid #000;
    z-index: 10;
    position: relative;
    margin-bottom: 50px;
}

.main-header-background {
    background-image: url("../images/redizine/main-header-abstraction.png");
    background-size: cover;
    top: 0;
    right: 0;
    width: 926px;
    height: 570px;
}

.establishments {
    padding-top: 70px;
    padding-bottom: 70px;
}

.establishments-count {
    font-size: 36px;
    line-height: 90.5%;
    color: #000000;
}

.establishments-name {
    font-size: 18px;
    line-height: 120%;
    color: #000000;
}

.establishments-banner-container {
    width: 100%;
    height: 200px;
    border: 2px solid;
    border-image: radial-gradient(92.76% 76.25% at 7.24% 21%, #B5D39D 0%, #F1ACAC 25.66%, #BF98C6 54.47%, #7179EF 86.04%, #2833D0 100%) 1;
    overflow: hidden;
}


.establishments-banner-caption {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #000000;
}

.establishments-banner {
    height: 197px;
    display: flex;
    align-items: end;
}

.parent-main {
    padding-top: 60px;
    padding-bottom: 60px;
}

.parent-info-text {
    border-top: 2px solid #000000;
}

.main-info-block a {
    color: #000;
    text-decoration: none;
}

.main-news-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #000;
    color: #fff;
}

.main-news-section .new-date {
    font-size: 12px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.5);
}

.main-news-section .main-new-caption {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.news-border {
    border-top: 2px solid #fff;
}

.secondary-news a {
    color: #fff;
}

.main-map-section {
    padding-top: 60px;
    /*padding-bottom: 60px;*/
}

.main-map-section span.dijit {
    color: #fff;
    background: #000 !important;
}

.news-page-caption {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
}

.news-page-date {
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.4);
}

.list-page-news-card a {
    height: 310px;
    display: inline-block;
    border-bottom: 2px #000 solid;
    padding-bottom: 10px;
}

.claro .dijitButton .dijitButtonNode, .claro .dijitDropDownButton .dijitButtonNode, .claro .dijitComboButton .dijitButtonNode, .claro .dijitToggleButton .dijitButtonNode {
    background-image: none;
    background-color: #000;
    box-shadow: none;
    padding: 3px 40px;
    border-radius: 10px;
}

.claro .dijitButton .dijitButtonNode:hover
, .claro .dijitDropDownButton .dijitButtonNode,
.claro .dijitComboButton .dijitButtonNode,
.claro .dijitToggleButton .dijitButtonNode {
    color: #fff;
}

.main-map-section span.dijit {
    border-radius: 15px;
}

.irc_redizine .claro .dijitTextBox,
.irc_redizine .claro .dijitTextBox .dijitButtonNode
{
    background-color: #ffffff;
    border-bottom: 2px solid #000;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.main-map-section h1 {
    margin-bottom: 30px;
}

.main-map-section {
    font-family: e-Ukraine;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.main-map-section table {
    margin-top: 80px;
}

.main-map-section table th,
.main-map-section table td
{
    border: 2px solid #E7EEF3;
    padding: 20px;
}

.blue-button-redesign {
    background: #000;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 13px;
}

a.blue-button-redesign:hover {
    color: #fff;
    text-decoration: none;
}


footer {
    background: #000000;
    color: #ffffff;
    font-family: 'e-Ukraine';
    margin-top: 50px;
}

.irc_redizine_inner header {
    font-family: 'e-Ukraine';
}

.footer-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

footer .footer-bottom {
    margin-top: 55px;
}

footer .footer_support {
    font-size: 16px !important;
}

.footer_support span {
    font-size: 12px;
}

.paginationjs-pages {
    margin-top: 50px;
}

.paginationjs-pages ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.paginationjs-page a {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.paginationjs-page.active a {
    border: 1px #000 solid;
    border-radius: 50%;
}

.paginationjs-prev,
.paginationjs-next {
    display: flex;
    position: absolute;
}

.paginationjs-prev {
    left: 0;
}

.paginationjs-next {
    right: 0;
}


.paginationjs-pages i {
    font-size: 21px;
}

.paginationjs-pages i.fa-arrow-left {
    padding-right: 15px;
}

.paginationjs-pages i.fa-arrow-right {
    padding-left: 15px;
}

.paginationjs-prev a,
.paginationjs-next a {
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.blind {
    filter: grayscale(100%) !important;
    z-index: 100;
}

.ask-questions .modal-header {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
    border-bottom: none;
}

.modal-ask-question input {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    outline: none;
}

.modal-ask-question .form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.irc_redizine_inner header li a
{
    color: #000;
    font-size: 16px;
}

.irc_redizine_inner .menu-sub .sub-menu-inner ul li a {
    color: #000 !important;
}

.register-parent {
    font-family: "e-Ukraine";
    font-size: 16px;
    color: #000;
}

.register-parent dt {
    /*display: none;*/
}

.register-parent .dijit,
.register-parent textarea {
    width: 70%;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 2px solid #000 !important;
}

.register-parent #koatuu_idTreeWrapper ul.dropdownTreeviewList  {
    height: 350px;
    width: 572px;
    overflow: auto;
}

.dropdownTreeviewTreeWrapper {
    overflow-y: auto;
    margin-top: 5px;
    display: none;
}

.register-parent #koatuu_idTreeWrapper {
    display: none;
}

#koatuu_idWrapper {
    /*overflow-y: auto;*/
    /*max-height: 250px;*/
    width: 400px;
}

#filter-koatuu_idWrapper {
    position: relative;
}

#filter-koatuu_idTreeWrapper {
    position: absolute;
}

#filter-koatuu_idFakeInput {
    width: 150px !important;
}

.register-parent h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 60px;

    /* identical to box height, or 107% */
    letter-spacing: -0.02em;

    color: #000000;
    margin-top: 0;
}

.register-parent h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 46px;

/* identical to box height */

    color: #000000;
}

.register-parent h4 {
    font-family: "e-Ukraine";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    border-bottom: 2px #000 solid;
}

.register-checkbox-links {
    color: #000 !important;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.register-parent .tab {
    display: none;
}

.register-parent .step {
    color: #000;
    opacity: 0.5;
}

.register-parent .step.active {
    opacity: 1;
}

.register-parent #prevBtn {
    color: #000 !important;
    background: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 13px;
    line-height: 20px;
    font-size: 13px;
    border: 1px solid #000;
}

.register-parent #nextBtn {
    color: #fff;
    background: #000;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 13px;
    line-height: 20px;
    font-size: 13px;
}

.register-parent dd,  .register-parent dt{
    margin: 0;
    width: 100%;
}

.register-parent .tab #save-element .dijit {
    border: none !important;
}
#save-element span span {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

#save-element span {
    position: relative;
}

#save-element span input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0;
    width: 153px;
    height: 49px;
}

#save-element span span#save_label {
    background: #000;
    color: #fff;
    padding: 15px 40px;
    border-radius: 25px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 18px;
}


.navbar-nav a,
.navbar-nav a:hover{
    color: #000;
}

.menu-sub a,
.menu-sub a:hover {
  color: #000;
}

.non-ukr-pasp dt {
    display: none;
}

.non-ukr-pasp div {
    width: 15px !important;
}

.non-ukr-pasp p {
    margin: 0;
}

.claro .dijitCheckBox, .claro .dijitCheckBoxIcon {
    width: 15px !important;
    border: none !important;
}

.step-register-form {
    margin-left: 5px;
    color: black;
    opacity: 0.5;
}

.step-register-form span {
    padding-bottom: 5px;
    display: inline-block;
}

.step-register-form .border-gradient {
    width: 85px;
    height: 2px;
    background: linear-gradient(87.99deg, #C3AAB2 0.66%, #99EECC 57.2%, #80C0C8 75.87%, #4B8BFA 98.72%);;
}

.register-parent .input-group-text {
    background-color: transparent;
    border: none;
}

.register-parent .custom-file-label::after {
    content: url("../images/redizine/upload_icon.png");
    color: #000;
    background-color: transparent;
    border-left: none;
}

.custom-file .custom-file-label-err {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 9px;
    background-image: url(https://ajax.googleapis.com/ajax/libs/dojo/1.6/dijit/themes/claro/form/images/error.png);
    display: none;
    z-index: 1;
}

/* радизайн dojo формы регистрации родителей, боже, ну и говно... */

.register-parent .dijitPlaceHolder {
    color: #000;
    opacity: 0.5;
    font-style: normal;
}

.register-parent .input-op input {
    opacity: 0.5;
}

.register-parent .custon-dojo-input #widget_type > div:nth-child(1){
    background-color: transparent;
}

.register-parent .dijitSpinner .dijitSpinnerButtonContainer,.register-parent .dijitComboBox .dijitArrowButtonContainer {
    border-width: 0 0 0 0px !important;
}

/*.register-parent*/
.register-parent .dijitComboBox .dijitArrowButtonInner{
    background-image: url("/images/redizine/dropdown_icon.png") !important;
    background-repeat: no-repeat;
    background-position: 0 55% !important;
    border: none !important;
}

.register-parent .claro .dijitComboBox .dijitHasDropDownOpen {
    background-color: transparent !important;
    background-position: 0 0 !important;
    padding: 0 !important;
}

.register-parent .dijitComboBox .dijitButtonNode {
    padding: 0 !important;
    background-image: none !important;
}

.register-parent .dijitComboBox .dijitHasDropDownOpen {
    padding: 0;
}

.register-parent .custom-file {
    width: 577px;
}

.register-parent .custom-file label {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding-left: 0;
}

.register-parent #koatuu_idSelectButton {
    font-size: 11px;
    padding: 9px 10px 3px 10px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000 !important;
}

.register-parent .pasp-date .dijitComboBox .dijitArrowButtonInner {
    background-image: url("/images/redizine/calendar_icon.png") !important;
    width: 22px;
    height: 26px !important;
    padding: 2px 4px !important;
    margin-bottom: 2px;
    margin-right: 5px;
}

.register-parent #koatuu_idFakeInput {
    width: 542px;
    border: none;
    border-bottom: 2px solid #000;
}

.register-parent .form-group,
.register-parent .custom-file {
    margin-bottom: 50px !important;
}

/*.register-parent .form-group input:hover {
    background: #fff !important;
}*/

.register-parent .form-group a {
    color: #000;
    border-bottom: 1px solid #000;
}

.register-parent .dijitTextBoxHover ,
.register-parent .dijitTextBox {
    background-color: #fff !important;
    background-image: none !important;
}
.register-parent .dijitInputInner {
    background-color: #fff !important;
}
.register-parent .dijitComboBox .dijitButtonNode {
    background-color: transparent !important;
}

.static-pages {
    /*margin-top: 40px !important;*/
    /*margin-bottom: 40px;*/
}

.static-pages a {
    color: #000;
}

.user-menu-redizine {
    font-weight: 300;
}

#logout-block strong {
    color: #000;
}

.user-menu-redizine .logout-admin {
    color: #000 !important;
    padding: 0 !important;
    background: transparent;
}

.user-menu-redizine .logout-admin:hover {
    text-decoration: none;
    color: #000;
}

.user-menu-redizine #logout-block p {
    margin: 3px 0;
}

#logout-block .btn-black {
    color: #fff !important;
    background: #000;
    padding: 4px 30px;
    font-size: 13px;
    border-radius: 10px;
}

form#main dd {
    height: auto;
}

#main-bid-koatuu_idTreeWrapper, #main-parent-koatuuTreeWrapper {
    width: 240px !important;
    height: 350px;
    overflow-y: scroll;
}

.dropdownTreeviewList {
    padding-left: 20px;
    padding-top: 10px;
}

#ircEditParentForm-koatuu_idTreeWrapper {
    width: 240px !important;
    overflow-y: scroll;
}

#logout-block {
    font-size: 16px;
}

/* icon shadow fix */

.main-irc-header-container {
    display: flex;
    width: 96px;
    height: 96px;
    background-color: #000;
    border-radius: 25px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.main-irc-header-container img {
    width: 63px;
    width: 66px;
}

.btn-black-send-question:hover {
    background: linear-gradient(68.94deg, #C3AAB2 -4.77%, #99EECC 46.72%, #80C0C8 90.23%, #4B8BFA 134.46%);
    color: #000 !important;
    transition: opacity .5s !important;
}

.list-group-flush li, .list-group-flush li a {
    font-size: 16px;
}

.card-body p.text-indent {
    text-indent: 22.5pt;
}

.card-body p a:hover {
    color: #000;
}

.text-align-justify {
    text-align: justify;
}

.static-pages p, .static-pages ul li {
    text-align: justify;
}

.static-pages ul {
    padding-left: 14px;
}

#forgot-password, a.register-button {
    color: #000 !important;
}

#logout-block #logout-link {
    padding: 5px 25px !important;
    border-radius: 15px;
}

.sticky-tbl-div table {
    white-space: nowrap;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.sticky-tbl-div table td,
.sticky-tbl-div table th {
    border-bottom: 2px solid #E7EEF3;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticky-tbl-div table thead th {
    padding: 3px;
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}

.sticky-tbl-div table thead tr.second th, 
.sticky-tbl-div table thead tr.second td {
    position: sticky;
    top: 24px;
    background: white; 
  }

.sticky-tbl-div table thead th:first-child {
    position: sticky;
    left: 0;
    /*z-index: 2;*/
}

.sticky-tbl-div table > thead > tr:nth-child(1) > th:first-child {
    z-index: 2;
}

.sticky-tbl-div table > thead > tr:nth-child(2) > th:first-child {
    z-index: 2;
    position: sticky;
    top: 24px;
}

.sticky-tbl-div table tbody th {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
}

.sticky-tbl-div table tbody td:first-child {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
}

.sticky-tbl-div table caption {
    caption-side: top;
    text-align: left;
}

.sticky-tbl-div input,
.sticky-tbl-div select,
.sticky-tbl-div textarea {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 2px solid #000 !important;
    height: 23px;
    outline-offset: unset;
}


@media screen and (min-width: 320px) and (max-width: 991px) {
    iframe {
        width: 100%;
    }

    .main-irc-header-container {
        width: 52px;
        height: 52px;
        border-radius: 15px;
    }

    .main-irc-header-container img {
        height: 35px !important;
        width: 35px !important;
        margin-right: 0px !important;
    }

    .sidebar-ask-questions {
        margin-bottom: 50px;
    }

    header.small-header {
        height: auto;
        display: block;
    }

    .navbar {
        padding: 0;
    }

    .navbar-toggler {
        padding: 20px 5px 0 0 !important;
    }

    .main-header-title {
        padding-top: 40px;
    }

    body.irc_redizine .icons {
        display: flex;
        justify-content: center;
        margin-right: 10px;
    }


    body.irc_redizine .icons img {
        width: 52px;
        height: 52px;
        margin-right: 10px;
    }

    .main-header-title h1 {
        font-size: 36px;
        text-align: center;
    }

    .establishments-name {
        font-size: 16px;
    }

    .parent-info-text {
        margin-bottom: 20px;
    }

    .main-news-section {
        background: #fff;
        color: #000;
    }

    .secondary-news a {
        color: #000;
    }

    .main-news-section .main-new-caption {
        color: #000;
    }

    .main-news-section .new-date {
        color: rgba(0, 0, 0, 0.4);
    }

    .news-border {
        border-top: 2px solid #000;
    }

    .news a {
        text-decoration: none;
    }

    .main-map-section {
        background: #E7EEF3;
    }

    .main-map-section h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .claro .dijitTextBox {
        width: 100%;
        margin-bottom: 20px;
    }

    .claro .dijitTextBox,
    .claro .dijitTextBoxError,
    .claro .dijitTextBoxError .dijitInputContainer{
        background: transparent !important;
    }

    .claro .dijitRadio, .claro .dijitRadioIcon {
        width: 16px;
    }

    .main-map-section table th, .main-map-section table td {
        border: 2px solid #E7EEF3;
        padding: 0px;
        font-size: 10px;
    }

    .blue-button-redesign {
        padding: 5px 15px;
    }

    .paginationjs-prev a, .paginationjs-next a {
        color: #000;
        font-size: 10px;
    }

    .paginationjs-pages i {
        font-size: 16px;
    }

    .footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-app-icons a img {
        width: 100px;
    }

    .footer-mon div img {
        width: 167px;
        height: 31px;
    }

    .footer-institute img {
        width: 122px;
    }

    .footer-border {
        border-top: 2px rgba(255, 255, 255, 0.5) solid;
    }

    .claro .dijitCheckBox, .claro .dijitCheckBoxIcon {
        width: 15px !important;
        border: none !important;
    }
    
    .register-parent .dijit, .register-parent textarea {
        width: 100% !important;
    }

    .register-parent h1 {
        font-size: 46px;
    }

    .questions-page-wrapper .questions-answers-caption {
        font-size: 46px;
    }

    .login-button a {
        padding: 8px 40px !important;
    }

    body.irc_redizine .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
    }

    .sticky-tbl-div table td,
    .sticky-tbl-div table th {
        font-size: 10px;
        max-width: 175px;
    }
}