@font-face {
    font-family: Mariupol-Bold;
    src: url(../fonts/Mariupol-Bold.woff);
}
@font-face {
    font-family: Mariupol-Medium;
    src: url(../fonts/Mariupol-Medium.woff);
}
@font-face {
    font-family: Mariupol-Regular;
    src: url(../fonts/Mariupol-Regular.woff);
}
@font-face {
    font-family: MariupolSymbols;
    src: url(../fonts/MariupolSymbols.woff);
}


@font-face {
    font-family: 'ProbaSemiBold';
    src: url(../fonts/ProbaPro-SemiBold.woff);
}
@font-face {
    font-family: 'ProbaBold';
    src: url(../fonts/ProbaPro-Bold.woff);
}

@font-face {
    font-family: 'ProbaRegular';
    src: url(../fonts/ProbaPro-Regular.woff);
}

a:hover{
    text-decoration: none!important;
}

.main-header-right-menu a i {
    color: #fff !important;
    font-size: 22px;
}

.text-normal {
    font-family: ProbaRegular;
}
.text-semibold {
    font-family: ProbaSemiBold;
}
.text-bold {
    font-family: ProbaBold;
}

.main-header {
    background: #0d9e56;
    background: radial-gradient(ellipse at center, #0d9e56 0%,#038846 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9e56', endColorstr='#038846',GradientType=1 );
}


.main-header-left{
    width:calc(300%/12)!important;
}
.main-header-center{
    width:calc(600%/12)!important;
    text-align: center;
}
.main-header-right{
    width:calc(300%/12)!important;
}
.main-header-right-menu i {
    margin-right: 3px;
}
.main-header-right-menu{
    text-align: end;
    color: #8fd6b2;
    list-style: none;
    font-family: ProbaSemiBold;
}
.main-header-right-menu li span{
    color: #8fd6b2;
    transition: color .3s;

}
.main-header-right-menu li:hover span{
    color: #fff;
}
.main-header-right-menu li:hover i{
    color: #fff;
}
.main-header-right-menu a i:hover{
    color: #fff!important;
}

.main-header-left-menu{
    text-align: left;
    color: #8fd6b2;
    list-style: none;
    font-family: ProbaSemiBold;
    margin: 0;
    padding: 0;
}

.main-header-left-menu i{
    margin-right: 3px;
}

.main-header-left-menu li span{
    color: #8fd6b2;
    transition: color .3s;

}
.main-header-left-menu li:hover span{
    color: #fff;
}

.main-header-left-menu a{
    color: #8fd6b2;
    transition: color .3s;

}
.main-header-left-menu a:hover{
    color: #fff;
}

.main-header-navbar {
 /*   background:#098548;*/
    padding: 0rem 0rem;
}
.main-header-navbar .nav-link{
    background: #098548;
    font-size: 0.91em!important;
    font-family: ProbaSemiBold;
    text-transform: uppercase;
}

.main-header-navbar .nav-link:hover{
    background: #0000000d;
}

.header-branding {
    text-align: center;
    color: aliceblue;
}
.header-branding:hover {
    text-align: center;
    color: white;
    text-decoration: unset;
}
.header-branding img{
    /* background: #0d9e56; */
}
.header-branding h1{
    line-height: 1;
    margin-top: 18px;
    font-family: ProbaSemiBold;
    font-size: 2.4em;
    text-shadow: 5px 5px 8px #038846;
}
.header-branding .text-muted{
    color: #0e3120!important;
}

.search-btn{
    color: #ffffff!important;
    display: flex;
    flex-direction: column-reverse;
    padding: 14px 16px;
    background: #0d7944;
    border: 0;
    cursor:pointer;
    transition:color .3s, background .3s;
}
.search-btn:hover{
    color: #0d7944!important;
    display: flex;
    flex-direction: column-reverse;
    padding: 15px 18px;
    background: #ffffff;
    border: 0;
}


*:focus{
    outline:none;
}

body {
    margin: 0;
    font-family: ProbaRegular, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.form-control-sm {
    height: calc(1.6125rem + 2px);
    padding: 0.15rem 0.45rem;
    font-size: 0.82rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.bg-warning {
    background-color: #ffc107 !important;
    color: #343a40!important;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    height: calc(1.6125rem + 2px);
    padding: 0.15rem 0.45rem;
    font-size: 0.82rem;
    line-height: 1;
    border-radius: 0.2rem;
}

label{
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.p-inherit {
    position: inherit!important;
}

.form-center {
    margin: 0 auto;
}

.single-form {
    margin-top: 20%;
}

.btn-primary {
    color: #fff;
    background-color: #0d7944;
    border-color: #0d7944;
}
.vartical-top {
    vertical-align: top;
}

.navbar-brand {
    color:#000;
}
.navbar-brand-mobile{
    display:none;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-top .nav-link {
    font-size: .75em!important;
    font-weight: 500;
}
.nav-link {
    background: #0000000d;
    padding: 11px 16px!important;
    display: block;
    color: #f8f9fa!important;
    font-size: .9em!important;
}
.nav-link:hover {
    background: #0000002e;
}

.navbar-left{
    /*background: #0000002e!important;*/
}

.navbar-dark .navbar-toggler {
    background: rgba(0, 0, 0, 0.11)!important;
    border: 0px!important;
    border-radius: 0px!important;
    padding: 7px 13px!important;
}
.container-fluid{
    margin-top: 46px;
}

.sidebar-main {
    width: 210px;
    float: left;
    background: #343a40;
    height: 100%;
}

.sidebar-fixed {
    display: block;
    position: fixed;
    overflow-y: auto;
}


.sidebar-fixed::-webkit-scrollbar {
    width: .4em;
}

.sidebar-fixed::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.sidebar-fixed::-webkit-scrollbar-thumb {
    background-color: #31373d73;
    outline: 1px solid #565656;
}


.sidebar-secondary {
    background: #ffffff;
    margin-left: 50px;
    border-right: 2px solid #ebeced;
    height: 100%;
    width:210px;
}

.sidebar-secondary .nav-item {
    background: #ffffff00;
}

.sidebar-secondary .nav-link {
    background: #ffffff00;
    color: #343a40!important;
}



.sidebar-details {
    border-left: 0.3px solid #e0e0e0;
    display:none;
    background: #ffffff;
    margin-left: 260px;
    border-right: 2px solid #ebeced;
    height: 100%;
    width:500px;
    z-index:7;
}

.sidebar-details .nav-item {
    background: #ffffff00;
}

.sidebar-details .nav-link {
    background: #ffffff00;
    color: #343a40!important;
}


.content {
  /*  margin-left: 50px;*/
}
.icon-padding-right{
    margin-right:3px;
}

.sidebar-mini {
    width:50px!important;
    max-width:50px!important;
}

.sidebar-mini span{
    display:none;
}

.content-full {
    margin-left:50px!important;
}

.table th, .table td {
    padding: 0.47rem 0.35rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: .8em;
}

.navbar-top form input {
    background: #3a3d42;
    border: 2px solid #44494f;
}
.navbar-top form button {
    border: 2px solid #44494f;
    background: #44494f;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #a0a0a0;
    background: #eaeaea;
    font-weight: 600;
    color: #343a40;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(173, 173, 173, 0.05);
}
td a {
    color: #355b82;
    padding: 7px 7px;
    margin: 18px -25px;
}

.column-date {
    width: 101px;
    max-width: 101px;
    max-width: 101px;
}
.column-clearfix {
    width:30px;
}

.column-icon {
    width:30px;
}

.column-limited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-link{
    background:transparent;
}
.column-link:hover{
    background:#eaeaea;
    cursor:pointer;
}
.column-sortable {
    cursor:pointer;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 21px;
    height: 20px;
    border-radius: 50px;
    cursor: pointer;
}
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 45px;
}
input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 45px;
}

.w-max-100{
    max-width:100px;
}
.w-max-200{
    max-width:200px;
}
.w-max-300{
    max-width:300px;
}
.w-max-400{
    max-width:400px;
}

.text-super-muted {
    color: #b7b7b7 !important;
}

.popover {
    border-radius: 0rem;
}

/*.close-sidebar-details{*/
/*padding: 5px;*/
/*cursor:pointer;*/
/*color:#7d7d7d;*/
/*box-shadow: 2px 2px 2px #ff000000;*/
/*}*/

.sidebar-btn:hover {
    background: #e7e7e7!important;
}

.sidebar-btn {
    text-align: center!important;
    padding: 18px 18px;
    background: #343a400d!important;
    cursor: pointer!important;
    transition: background .2s, color .25s;
    box-shadow: 1px 0px 0px #e2e2e2 inset;
}

.sidebar-btn:last-child {
    padding-right: 21px;
}

.sidebar-btn > i {
    text-align: center!important;
    padding: 0px 0px;
    min-width: 0px!important;
    width: 13px!important;
    max-width: .75em!important;
}

.sidebar-btn-group {
    margin-right: -15px!important;
}

.task-sidebar-details:hover {
    background: #e6a24a!important;
    color: #fff!important;
    text-shadow: 0px 0px 10px #c38648;
}

.calendar-sidebar-details:hover {
    background: #579ae0!important;
    color: #fff!important;
}

.close-sidebar-details:hover {
    background: #ce4848!important;
    color: #fff!important;
}

.save-sidebar-details:hover {
    background: #5aab91!important;
    color: #fff!important;
}

.close-sidebar-details:hover{
    color:#343a40;
}

.sidebar-details-header{
    background: #fafafa!important;
    border: 0.3px solid #e0e0e0!important;
    box-shadow: 2px 2px 2px #ff000000!important;
    position: sticky;
    top: 0;
    z-index: 7;
}

.sidebar-details label {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.sidebar-details input {
    font-weight: 500;
}
.sidebar-details .add-new-item i {
    font-size: .7rem;
    color: #6d6d6d;
}

.sidebar-details .add-new-item {
    font-weight: 400;
    margin-bottom: .8em;
    display: block;
    font-size: .8rem;
    color: #343a40;
}
.sidebar-details .modern input {
    font-weight: 500;
    background: #f7000000;
    border: 0px!important;
    padding: 0px 0px;
    line-height: 1px;
    height: calc(1rem + 3px);
}
.sidebar-details .modern input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff00;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
    border-bottom: 1px dashed #cecece!important;
}

.close-btn-red:hover{
    background: #ce4848!important;
    color: #fff!important;
}

.sidebar-details-left{
    display: none;
    border-left: 0.3px solid rgb(224, 224, 224);
    background: rgb(255, 255, 255);
    border-right: 2px solid rgb(235, 236, 237);
    height: 100%;
    width: 400px;
    z-index: 7;
    right: 0px;
}


.divider {
    font-weight: 600;
    color: #717579;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 0 7px 0;
    text-transform: uppercase;
}

.divider-center::before{
    content: "";
    flex-grow: 1;
    background: rgb(227, 227, 227);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 9px 0px 0px;
}

.divider-center::after {
    content: "";
    flex-grow: 1;
    background: rgb(227, 227, 227);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 9px;
}

.divider-right::before{
    content: "";
    flex-grow: 35;
    background: rgb(227, 227, 227);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 9px 0px 0px;
}

.divider-right::after {
    content: "";
    flex-grow: 1;
    background: rgba(68, 68, 68, 0.15);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 9px;
}

.divider-left::before{
    content: "";
    flex-grow: 1;
    background: rgba(68, 68, 68, 0.15);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px 0px 0px;
}

.divider-left::after {
    content: "";
    flex-grow: 35;
    background: rgba(68, 68, 68, 0.15);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 8px;
}

input::placeholder {
    color: #ababab !important;
    font-weight: 400;
}


.backdrop {

    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: #00000070;
}

.backdrop.show {
    display: block;
    z-index: 5;
    /*opacity: 1;*/
}

.sidebar-details-calendar {
    display: none;
}

.calendar-widget {
    background: white;
    display: table;
    padding: 5px;
    position: sticky;
    top: 0;
    z-index: 7;
    border-left: 0.3px solid #e0e0e0;
}

.sticky-top {
    position: sticky!important;
    top: 0!important;
}

.calendar-widget-menu {
    background: #eff0f0;
    margin: 7px 7px 0px -18px;
    height: 100%;
    border-radius: 3px;
}

.calendar-day:hover {
    background: #eca559;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 4px 5px 7px #00000014;
}

.calendar-day {
    background: #f5f5f557;
    color: #495765;
    font-weight: 500;
    float: left;
    width: calc(100%/7 - 4px);
    padding-top: .65vw;
    padding-bottom: .65vw;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    box-shadow: 0px 0px 0px 1px #ffffff;
    transition: background .2s, color .2s;
    margin: 2px;
    font-size: .8em;
    border-radius: 3px;
}

.calendar-day-title {
    color: #495765;
    font-weight: 500;
    float: left;
    width: calc(100%/7 - 4px);
    padding-top: .65vw;
    padding-bottom: .65vw;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    box-shadow: 0px 0px 0px 1px #ffffff;
    transition: background .2s, color .2s;
    margin: 2px;
    font-size: .8em;
    border-radius: 3px;
}

.calendar-day-item {
    position: initial;
    display: inline-flex;
    right: 0;
}

.calendar-day-item > i{
    font-size: .05em;
    display: contents;
}

.calendar-day:hover i{
    color: #fff!important;
}

.calendar-day-item-warning {
    color: #ffbc1e;
}

.calendar-day-item-danger {
    color: #ff6262;
}

.calendar-day-item-success {
    color: #57bd2e;
}

.calendar-day-today {
    box-shadow: 0px 0px 16px 3px #469c7b inset;
    background: #52b38e;
    color: #f6fffc;
    font-weight: 800;
    color: #f6fffc;
    font-weight: 800;
    z-index: 14;
}

.calendar-day-today:hover {
    box-shadow: 0px 0px 16px 3px #3768a9 inset;
    background: #2178b7;
    color: #f6fffc;
    font-weight: 800;
    color: #f6fffc;
    font-weight: 800;
    z-index: 14;
}

.calendar-tasks{
    background: #f3f3f3;
    padding: 2px;
    margin-top: 20px;
    border-top: 2px solid #c7c7c7;
    padding-top: 4px;
    border-left: 0.3px solid #e0e0e0;
}

.calendar-tasks-item{
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4px;
    /* border-radius: 4px; */
    box-shadow: 0px 0px 0px 1px #cccccc78 inset;
}

.calendar-tasks-item-time{
    background: #343a40;
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    flex: 0 0 16%;
    max-width: 16%;
    text-align: center;
    /* border-radius: 4px 0 0 4px; */
    line-height: 3.5vw;
}

.calendar-tasks-item-body{
    padding: 13px 17px;
    display: block;
    padding: 13px 17px;
    flex: 0 0 76%;
    max-width: 76%;
}


.calendar-tasks-item-body-contact-name{
    font-size:1em;
    color: #515558;
    font-weight: 600;
}

.calendar-tasks-item-body-description{
    font-size: .8em;
    color: #909090;
}





.calendar-tasks-item-status{
    padding-top: 1.13vw;
}


/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

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

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

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

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

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




@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.add-new-task-btn{
    text-align: center;
    font-weight: 600;
    font-size: .8em;
    padding: 9px;
    color: #343a40;
}
.add-new-task-btn > a{
    font-weight: 600;
    padding: 5px 16px 6px 16px;
    color: #343a40;
    background: #e4e4e4;
    display: initial;
    border-radius: 37px;
    cursor: pointer;
    transition: background .2s, color .3s, padding .2s;
}
.add-new-task-btn > a:hover {
    color: #f3f3f3;
    background: #343a40;
    text-decoration: unset;
    padding: 5px 25px 6px 25px;
}

.nav-top-header {
    background: #343a4000;
    border-bottom: 1px solid #ececec;
}

.nav-top-menu {
    background: #343a4000;
    padding: 15px;
}
.nav-top-menu a:hover {
    background: #343a4000;
    text-decoration: none;
    color: #002b72;
}

.nav-top-menu a {
    background: #343a4000;
    margin-right: 1.2vw;
    color: #445673;
    font-size: 1em;
    font-weight: 500;
    font-family: ProbaSemiBold;
    text-transform: uppercase;
}


.carousel-item {
    height: 32rem;
    background-color: #777;
    background: URL(https://russia.travel/upload/resize_cache/journals/452/1920_9999_1/452bccfe43c97af1d9d23aea1b9fb239.jpg);
    background-position: center !important;
    background-size: cover !important;
}

.carousel.slide h1 {
    text-shadow: 0px 0px 5px black;
    font-size: 4em;
    color: white;
    text-shadow: -3px 0px 8px #00000038, 0 5px 8px #00000038, 3px 0 8px #00000038, 0 -3px 8px #00000038;
}

.carousel.slide p {
    text-shadow: 3px 0px 8px black;
}

.btn-slider-white {
    background: #ffffffbd!important;
    border-radius: 0px;
    border: 2px solid #fff;
    color: #002b72!important;
    text-shadow: 5px 0px 10px #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    transition: background .3s;
}

.btn-slider-white:hover {
    background: #fff!important;
}

.carousel-caption {
    margin-bottom:2em;
}
.carousel-caption h1 {
    margin-bottom:2em;
}




*:focus {
    outline: none;
}

body {
    margin: 0;
    font-family: ProbaRegular, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.form-control-sm {
    height: calc(1.6125rem + 2px);
    padding: 0.15rem 0.45rem;
    font-size: 0.82rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.bg-warning {
    background-color: #ffc107 !important;
    color: #343a40 !important;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    height: calc(1.6125rem + 2px);
    padding: 0.15rem 0.45rem;
    font-size: 0.82rem;
    line-height: 1;
    border-radius: 0.2rem;
}

label {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.p-inherit {
    position: inherit !important;
}

.form-center {
    margin: 0 auto;
}

.single-form {
    margin-top: 20%;
}

.btn-primary {
    color: #fff;
    background-color: #0d7944;
    border-color: #0d7944;
}


.btn-primary:hover {
    color: #fff;
    background-color: #0e6f40;
    border-color: #216343;
}


.vartical-top {
    vertical-align: top;
}

.navbar-brand {
    color: #000;
}

.navbar-brand-mobile {
    display: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-top .nav-link {
    font-size: .75em !important;
    font-weight: 500;
}

.nav-link {
	background: #0000000d;
    padding: 11px 10px !important;
    display: block;
    color: #f8f9fa !important;
    font-size: .9em !important;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
    background-color: #0d7944!important;
}


.nav-link:hover {
    background: #0000002e;
}

.navbar-left {
    /*background: #0000002e!important;*/
}

.navbar-dark .navbar-toggler {
    background: rgba(0, 0, 0, 0.11) !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 7px 13px !important;
}

.container-fluid {
    margin-top: 40px;
}

.sidebar-main {
    width: 210px;
    float: left;
    background: #237942;
    height: 100%;
}

.sidebar-fixed {
    display: block;
    position: fixed;
    overflow-y: auto;
}

.sidebar-fixed::-webkit-scrollbar {
    width: .4em;
}

.sidebar-fixed::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sidebar-fixed::-webkit-scrollbar-thumb {
    background-color: #31373d73;
    outline: 1px solid #565656;
}

.sidebar-secondary {
    background: #ffffff;
    margin-left: 50px;
    border-right: 2px solid #ebeced;
    height: 100%;
    width: 210px;
}

.sidebar-secondary .nav-item {
    background: #ffffff00;
}

.sidebar-secondary .nav-link {
    background: #ffffff00;
    color: #343a40 !important;
}

.sidebar-details {
    border-left: 0.3px solid #e0e0e0;
    display: none;
    background: #ffffff;
    margin-left: 260px;
    border-right: 2px solid #ebeced;
    height: 100%;
    width: 500px;
    z-index: 7;
}

.sidebar-details .nav-item {
    background: #ffffff00;
}

.sidebar-details .nav-link {
    background: #ffffff00;
    color: #343a40 !important;
}

.content {
  /*  margin-left: 50px;*/
}

.icon-padding-right {
    margin-right: 3px;
}

.sidebar-mini {
    width: 50px !important;
    max-width: 50px !important;
}

.sidebar-mini span {
    display: none;
}

.content-full {
    margin-left: 50px !important;
}

.table th, .table td {
    padding: 0.47rem 0.35rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: .8em;
}

.navbar-top form input {
    background: #277f47;
    border: 2px solid #257d45;
}

.navbar-top form button {
    border: 2px solid #21733f;
    background: #216d3d;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #a0a0a0;
    background: #eaeaea;
    font-weight: 600;
    color: #343a40;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(173, 173, 173, 0.05);
}

td a {
    color: #355b82;
    padding: 7px 7px;
    margin: 18px -25px;
}

.column-date {
    width: 101px;
    max-width: 101px;
    max-width: 101px;
}

.column-clearfix {
    width: 30px;
}

.column-icon {
    width: 30px;
}

.column-limited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-link {
    background: transparent;
}

.column-link:hover {
    background: #eaeaea;
    cursor: pointer;
}

.column-sortable {
    cursor: pointer;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 21px;
    height: 20px;
    border-radius: 50px;
    cursor: pointer;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 45px;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 45px;
}

.w-max-100 {
    max-width: 100px;
}

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

.w-max-300 {
    max-width: 300px;
}

.w-max-400 {
    max-width: 400px;
}

.text-super-muted {
    color: #b7b7b7 !important;
}

.popover {
    border-radius: 0rem;
}

/*.close-sidebar-details{*/
/*padding: 5px;*/
/*cursor:pointer;*/
/*color:#7d7d7d;*/
/*box-shadow: 2px 2px 2px #ff000000;*/
/*}*/

.sidebar-btn:hover {
    background: #e7e7e7 !important;
}

.sidebar-btn {
    text-align: center !important;
    padding: 18px 18px;
    background: #343a400d !important;
    cursor: pointer !important;
    transition: background .2s, color .25s;
    box-shadow: 1px 0px 0px #e2e2e2 inset;
}

.sidebar-btn:last-child {
    padding-right: 21px;
}

.sidebar-btn > i {
    text-align: center !important;
    padding: 0px 0px;
    min-width: 0px !important;
    width: 13px !important;
    max-width: .75em !important;
}

.sidebar-btn-group {
    margin-right: -15px !important;
}

.task-sidebar-details:hover {
    background: #e6a24a !important;
    color: #fff !important;
    text-shadow: 0px 0px 10px #c38648;
}

.calendar-sidebar-details:hover {
    background: #579ae0 !important;
    color: #fff !important;
}

.close-sidebar-details:hover {
    background: #ce4848 !important;
    color: #fff !important;
}

.save-sidebar-details:hover {
    background: #5aab91 !important;
    color: #fff !important;
}

.close-sidebar-details:hover {
    color: #343a40;
}

.sidebar-details-header {
    background: #fafafa !important;
    border: 0.3px solid #e0e0e0 !important;
    box-shadow: 2px 2px 2px #ff000000 !important;
    position: sticky;
    top: 0;
    z-index: 7;
}

.sidebar-details label {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.sidebar-details input {
    font-weight: 500;
}

.sidebar-details .add-new-item i {
    font-size: .7rem;
    color: #6d6d6d;
}

.sidebar-details .add-new-item {
    font-weight: 400;
    margin-bottom: .8em;
    display: block;
    font-size: .8rem;
    color: #343a40;
}

.sidebar-details .modern input {
    font-weight: 500;
    background: #f7000000;
    border: 0px !important;
    padding: 0px 0px;
    line-height: 1px;
    height: calc(1rem + 3px);
}

.sidebar-details .modern input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff00;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
    border-bottom: 1px dashed #cecece !important;
}

.close-btn-red:hover {
    background: #ce4848 !important;
    color: #fff !important;
}

.sidebar-details-left {
    display: none;
    border-left: 0.3px solid rgb(224, 224, 224);
    background: rgb(255, 255, 255);
    border-right: 2px solid rgb(235, 236, 237);
    height: 100%;
    width: 400px;
    z-index: 7;
    right: 0px;
}

.divider {
    font-weight: 600;
    color: #717579;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 0 7px 0;
    text-transform: uppercase;
}

.divider-center::before {
    content: "";
    flex-grow: 1;
    background: rgb(227, 227, 227);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 9px 0px 0px;
}

.divider-center::after {
    content: "";
    flex-grow: 1;
    background: rgb(227, 227, 227);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 9px;
}

.divider-right::before {
    content: "";
    flex-grow: 35;
    background: rgb(227, 227, 227);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 9px 0px 0px;
}

.divider-right::after {
    content: "";
    flex-grow: 1;
    background: rgba(68, 68, 68, 0.15);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 9px;
}

.divider-left::before {
    content: "";
    flex-grow: 1;
    background: rgba(68, 68, 68, 0.15);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px 0px 0px;
}

.divider-left::after {
    content: "";
    flex-grow: 35;
    background: rgba(68, 68, 68, 0.15);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 8px;
}

input::placeholder {
    color: #ababab !important;
    font-weight: 400;
}

.backdrop {

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000070;
}

.backdrop.show {
    display: block;
    z-index: 5;
    /*opacity: 1;*/
}

.sidebar-details-calendar {
    display: none;
}

.calendar-widget {
    background: white;
    display: table;
    padding: 5px;
    position: sticky;
    top: 0;
    z-index: 7;
    border-left: 0px solid #e0e0e0;
}

.sticky-top {
    position: sticky !important;
    top: 0 !important;
}

.calendar-widget-menu {
    background: #eff0f0;
    margin: 7px 7px 0px -18px;
    height: 100%;
    border-radius: 3px;
}

.calendar-day:hover {
    background: #eca559;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 4px 5px 7px #00000014;
}

.calendar-day {
    background: #ffffff;
    color: #495765;
    font-weight: 500;
    float: left;
    width: calc(100% / 7 - 4px);
    padding-top: .65vw;
    padding-bottom: .65vw;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    box-shadow: 0px 0px 0px 1px #ffffff;
    transition: background .2s, color .2s;
    margin: 2px;
    font-size: .8em;
    border-radius: 0px;
}

.calendar-day-title {
    color: #495765;
    font-weight: 500;
    float: left;
    width: calc(100% / 7 - 4px);
    padding-top: .65vw;
    padding-bottom: .65vw;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    box-shadow: 0px 0px 0px 1px #09854821;
    transition: background .2s, color .2s;
    margin: 2px;
    font-size: .8em;
    border-radius: 0px;
    background: #65b88f24;
}

.calendar-day-item {
    position: initial;
    display: inline-flex;
    right: 0;
}

.calendar-day-item > i {
    font-size: .05em;
    display: contents;
}

.calendar-day:hover i {
    color: #fff !important;
}

.calendar-day-item-warning {
    color: #ffbc1e;
}

.calendar-day-item-danger {
    color: #ff6262;
}

.calendar-day-item-success {
    color: #57bd2e;
}

.calendar-day-today {
    box-shadow: 0px 0px 16px 3px #469c7b inset;
    background: #52b38e;
    color: #f6fffc;
    font-weight: 800;
    color: #f6fffc;
    font-weight: 800;
    z-index: 14;
}

.calendar-day-today:hover {
    box-shadow: 0px 0px 16px 3px #3768a9 inset;
    background: #2178b7;
    color: #f6fffc;
    font-weight: 800;
    color: #f6fffc;
    font-weight: 800;
    z-index: 14;
}

.calendar-tasks {
    background: #f3f3f3;
    padding: 2px;
    margin-top: 20px;
    border-top: 2px solid #c7c7c7;
    padding-top: 4px;
    border-left: 0.3px solid #e0e0e0;
}

.calendar-tasks-item {
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4px;
    /* border-radius: 4px; */
    box-shadow: 0px 0px 0px 1px #cccccc78 inset;
}

.calendar-tasks-item-time {
    background: #343a40;
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    flex: 0 0 16%;
    max-width: 16%;
    text-align: center;
    /* border-radius: 4px 0 0 4px; */
    line-height: 3.5vw;
}

.calendar-tasks-item-body {
    padding: 13px 17px;
    display: block;
    padding: 13px 17px;
    flex: 0 0 76%;
    max-width: 76%;
}

.calendar-tasks-item-body-contact-name {
    font-size: 1em;
    color: #515558;
    font-weight: 600;
}

.calendar-tasks-item-body-description {
    font-size: .8em;
    color: #909090;
}

.calendar-tasks-item-status {
    padding-top: 1.13vw;
}

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

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

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

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

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

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.add-new-task-btn {
    text-align: center;
    font-weight: 600;
    font-size: .8em;
    padding: 9px;
    color: #343a40;
}

.add-new-task-btn > a {
    font-weight: 600;
    padding: 5px 16px 6px 16px;
    color: #343a40;
    background: #e4e4e4;
    display: initial;
    border-radius: 37px;
    cursor: pointer;
    transition: background .2s, color .3s, padding .2s;
}

.add-new-task-btn > a:hover {
    color: #f3f3f3;
    background: #343a40;
    text-decoration: unset;
    padding: 5px 25px 6px 25px;
}

.nav-top-header {
    background: #343a4000;
    border-bottom: 1px solid #ececec;
}

.nav-top-menu {
    background: #343a4000;
    padding: 15px;
}

.nav-top-menu a:hover {
    background: #343a4000;
    text-decoration: none;
    color: #002b72;
}

.nav-top-menu a {
    background: #343a4000;
    margin-right: 1.2vw;
    color: #445673;
    font-size: 1em;
    font-weight: 500;
    font-family: ProbaSemiBold;
    text-transform: uppercase;
}

.carousel-item {
    height: 32rem;
    background-color: #777;
    background: URL(https://russia.travel/upload/resize_cache/journals/452/1920_9999_1/452bccfe43c97af1d9d23aea1b9fb239.jpg);
    background-position: center !important;
    background-size: cover !important;
}

.carousel.slide h1 {
    text-shadow: 0px 0px 5px black;
    font-size: 4em;
    color: white;
    text-shadow: -3px 0px 8px #00000038, 0 5px 8px #00000038, 3px 0 8px #00000038, 0 -3px 8px #00000038;
    line-height: .85;
    font-family: ProbaSemiBold;
}

.carousel.slide p {
    text-shadow: 3px 0px 8px black;
}

.btn-slider-white {
    background: #ffffffbd !important;
    border-radius: 0px;
    border: 2px solid #fff;
    color: #002b72 !important;
    text-shadow: 5px 0px 10px #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    transition: background .3s;
}

.btn-slider-white:hover {
    background: #fff !important;
}

.carousel-caption {
    margin-bottom: 2em;
}

.carousel-caption h1 {
    margin-bottom: 1em;
}

/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/***************************dd*/

@media only screen and (max-width: 767px) {
    .guide {
        margin-bottom: 0;
        border-top: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc
    }
	
	.footer-logo{
	    display: block!important;
	}
	
}

.guide__item {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: calc(100%/3);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1199px) {
    .guide__item {
        width: 33.3333%
    }
}

@media only screen and (max-width: 767px) {
    .guide__item {
        height: 110px;
        border-left: none;
        border-top: none;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }
}

.guide__item:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 60%
}

.guide__item .image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 102%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .guide__item .image {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
	
	
}

@media only screen and (max-width: 767px) {
    .guide__item .image {
        background: #fff !important
    }
}

.guide__item .link {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #fff;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    -moz-text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    -ms-text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    -o-text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    text-shadow: 0 0 10px rgba(0, 0, 0, .75)
}

@media only screen and (min-width:  992px) {
#navbars-dei{
		flex-wrap:nowrap;
		margin-left: 5px;
	}

}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .guide__item .link {
        -webkit-transition: none;
        transition: none;
        background-color: rgba(0, 0, 0, .6)
    }
	.navbar--list {
	
	flex-direction: column!important;
    width: 100%;
	
	}
}

@media only screen and (max-width: 767px) {
.main-header-navbar .navbar-collapse{
		flex-wrap:wrap!important;
		
	}
	
    .guide__item .link {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
}

.guide__item .title {
    display: block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    padding: 0 3px;
    font-size: 22px;
    font-family: robotomedium, Helvetica Neue, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

@media only screen and (min-width: 1199px) and (max-width: 1600px) {
    .guide__item .title {
        font-size: 20px
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .guide__item .title {
        font-size: 16px;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@media only screen and (max-width: 767px) {
    .guide__item .title {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 0 5px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        -ms-text-shadow: none;
        -o-text-shadow: none;
        text-shadow: none;
        text-align: center;
        font-size: 9px;
        letter-spacing: -.5px;
        color: #667787
    }
}

.guide__item .subtitle {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 3px;
    font-size: 14px;
    font-family: robotoregular, Helvetica Neue, sans-serif;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

@media only screen and (min-width: 1199px) and (max-width: 1600px) {
    .guide__item .subtitle {
        font-size: 13px
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .guide__item .subtitle {
        font-size: 12px;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }
}

@media only screen and (max-width: 767px) {
    .guide__item .subtitle {
        display: none
    }
}

.guide__item .count {
    display: block;
    /* position: absolute; */
    text-align: center;
    bottom: 40px;
    opacity: 0;
    font-size: 17px;
    font-family: robotoregular, Helvetica Neue, sans-serif;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    position: absolute;
    left: 0;
    /* top: 33%; */
    width: 100%;
    padding: 0 3px;
    font-size: 14px;
    font-family: robotoregular, Helvetica Neue, sans-serif;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .guide__item .count {
        font-size: 14px;
        bottom: 10px;
        opacity: 1
    }
}

.guide__item .icon {
    display: block;
    position: absolute;
    left: 21%;
    bottom: -20px;
    width: 40px;
    height: 40px;
    margin-left: -45px;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 33px 33px;
    -moz-background-size: 33px 33px;
    -webkit-background-size: 33px 33px;
    -o-background-size: 33px 33px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .guide__item .icon {
        bottom: 7px;
        opacity: 1;
        width: 33px;
        height: 33px;
        margin-left: -37px;
        background-size: 25px 25px;
        -moz-background-size: 25px 25px;
        -webkit-background-size: 25px 25px;
        -o-background-size: 25px 25px
    }
}

@media only screen and (max-width: 767px) {
    .guide__item .icon {
        position: relative;
        left: auto;
        bottom: auto;
        width: 55px;
        height: 55px;
        margin: -10px auto 5px;
        opacity: 1
    }
}

.guide__item .icon .svg-icon {
    max-width: 100%;
    height: 100%;
    color: #fff;
    stroke-width: 3px;
    stroke: #fff
}

@media only screen and (max-width: 767px) {
    .guide__item .icon .svg-icon {
        color: #667787;
        stroke: #dd0808
    }
}

.guide__item:hover .image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.guide__item:hover .link {
    background-color: rgba(0, 0, 0, .6)
}

@media only screen and (max-width: 767px) {
    .guide__item:hover .link {
        background-color: transparent
    }
}

.guide__item:hover .title {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%)
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .guide__item:hover .title {
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

.guide__item:hover .subtitle {
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    opacity: 1
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .guide__item:hover .subtitle {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }
}

.guide__item:hover .count {
    opacity: 1
}

.guide__item:hover .icon {
    opacity: 1;
    bottom: 12px
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .guide__item:hover .icon {
        bottom: 7px
    }
}

@media only screen and (max-width: 767px) {
    .guide__item:hover .icon {
        bottom: auto
    }
}

.guide {
    display: flow-root;
}

.card-route .card-text {
    color: #55595cd6;
    font-size: .9em;
}
.card-route small {
    color: #7d8b96!important;
    margin: 4px 0px 0px 0px;
}


.card-route strong {
    color: #002b72!important;
    margin: 4px 0px 0px 0px;
}
.card-route a {
    color: #4b698c;
    margin: 4px 0px 0px 0px;
}


.navbar-brand img{
    border-radius:50%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;


}
.navbar-brand img:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}


.sticky-navbar{
    background: #f8f9faf0!important;
    z-index:9;
    position: fixed;
    top: 0;
    width: 100%;
    display: -webkit-inline-box;
    left: 0!important;
    box-shadow: 2px 2px 11px #000000a1;
}

#main-navbar img{
    display:none;
    opacity:0;
    margin: 0px 0px 0px 26px;
    padding: 8px;
    transition: opacity .3s 1s ease-in-out;
}

.sticky-navbar img{
    display:block!important;
    margin: 0px 0px 0px 26px;
    padding: 8px;
    opacity:1!important;
}


#main-navbar{
    background: #ff000000;
    transition:position 3s;
    transition: left .3s linear, right .2s linear, background .7s;
    left: 5%;
}

.brand-blue-text{
    color:#002b72;
}

.blog-new-item{
    width:calc(100%/2);
    min-width:calc(100%/2);
    max-width:calc(100%/2);


}

.blog-new-item .link{
    -webkit-transition: none;
    transition: none;
    background-color: rgba(0, 0, 0, .6);
}

.blog-new-item .subtitle{
    opacity:1!important;
}






.dropdown.megamenu.show {
    position:static;
}


.dropdown.megamenu.show .dropdown-item:hover{
    background: #f8f9fa;
    color:  #0d7944;
    box-shadow: 0px 0px 0px;
}

.dropdown-item {
    border-radius: 0rem;
}

.dropdown.megamenu.show .dropdown-item{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: calc((100% - (20px * 2)) / 3);
    background: #0b7e46;
    color: #f8f9fa;
    font-family: ProbaSemiBold;
    font-size: 1em;
    text-transform: uppercase;
    margin: 5px 5px;
    box-shadow: 6px 0px 0px #0d7944 inset;
}

.dropdown.megamenu.show > .dropdown-menu.show {
    background: #098548;
    width: 100%;
    border: .5px solid #0d7944;
    border-radius: 0px;
    margin: 0;
    padding: 20px 15px;
}

background {
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0;
    background: #1d82515c;
    position: absolute;
    transition:opacity .3s;
    opacity:1;
}

background:hover {
    opacity:0;
}
.carousel:hover background {
    opacity:0;
}


.nav-home .nav-item{
    background: none;
    margin-right: 5px;
}
.nav-home .nav-link {
    background: #e6e6e666;
    padding: 4px 11px !important;
    color: #43564e !important;
    font-family: ProbaSemiBold;
    border-radius: 0px;
    border: 1px solid #ececec;
}

.nav-home .nav-link.active {
    background: #43564e;
    color: #f8f9fa !important;
    border: 1px solid #38423e;
}

.blog-post-meta {
    color: #0000007a !important;
}

a {
    color: #0d7944;
}

p img{
	margin-bottom: 5px!important;
    margin-top: 5px!important;
}

.blog-post img{
	max-width:100%;
	margin-bottom: 5px;
    margin-top: 5px;
}

.list-feed-body {
    background: #f1f2f2;
    padding: 13px 20px;
    border-radius: 3px;
    transition:background .3s;
}

.list-feed-body:hover {
    background: #1c5f3f;
    padding: 13px 20px;
    border-radius: 3px;
}


.list-feed-body a{
    color: #1f5f3f;
    font-family: ProbaSemiBold;
}

.list-feed-body a:hover{
    color: #ffffff;
    text-decoration: none;
}


.list-feed-body:hover a{
    color: #ffffff;
    text-decoration: none;
}

.list-feed-item {
    position: relative;
    padding-bottom: 1.25rem;
    padding-left: 2.75rem;
}
.list-feed-item:before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0.31252rem;
    background-color: #fff;
    display: inline-block;
    border: 2px solid #0d7944;
    z-index: 3;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}
.list-feed-item:after {
    content: '';
    position: absolute;
    top: 0.31252rem;
    left: 1.1875rem;
    bottom: -0.43752rem;
    width: 0;
    border-left: 1px solid #0d7944;
    border-right: 1px solid #0d7944;
    z-index: 2;
}
.list-feed-item:first-child:after {
    top: 0.5rem; }
.list-feed-item:last-child {
    padding-bottom: 0; }
.list-feed-item:last-child:after {
    content: none; }
.list-feed-item[class*=border-]:before, .list-feed-item[class*=border-]:after {
    border-color: inherit; }

.list-feed-solid .list-feed-item:before {
    content: '';
    border-width: 0.25rem;
    width: 0;
    height: 0; }

.list-feed-square .list-feed-item:before {
    content: '';
    border-radius: 0; }

.list-feed-rhombus .list-feed-item:before {
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0; }

.list-feed-time .list-feed-item {
    margin-left: 3.25rem;
}
.list-feed-time .list-feed-item .feed-time {
    position: absolute;
    left: -3.25rem;
    top: 0; }







.list-feed-posts-body {
    background: #f1f2f2;
    padding: 13px 20px;
    border-radius: 9px;
    transition: border-radius .3s, background .3s, box-shadow .3s;
}

.list-feed-posts-body:hover {
    background: #ececec;
    padding: 13px 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 3px #5d8e76;
}


.list-feed-posts-body a{
    color: #323e38;
    font-family: ProbaSemiBold;
    text-align: right;
    overflow-wrap: break-word;
}

.list-feed-posts-body a:hover{
    color: #ffffff;
    text-decoration: none;
}


.list-feed-posts-body:hover a{
    color: #000000;
    text-decoration: none;
}

.list-feed-posts-item {
    position: relative;
    padding-bottom: 1.25rem;
    padding-left: 2.75rem;
}
.list-feed-posts-item:before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0.31252rem;
    background-color: #fff;
    display: inline-block;
    border: 2px solid #0d7944;
    z-index: 3;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}
.list-feed-posts-item:after {
    content: '';
    position: absolute;
    top: 0.31252rem;
    left: 1.1875rem;
    bottom: -0.43752rem;
    width: 0;
    border-left: 1px solid #0d7944;
    border-right: 1px solid #0d7944;
    z-index: 2;
}
.list-feed-posts-item:first-child:after {
    top: 0.5rem; }
.list-feed-posts-item:last-child {
    padding-bottom: 0; }
.list-feed-posts-item:last-child:after {
    content: none; }
.list-feed-posts-item[class*=border-]:before, .list-feed-posts-item[class*=border-]:after {
    border-color: inherit; }

.list-feed-posts-solid .list-feed-posts-item:before {
    content: '';
    border-width: 0.25rem;
    width: 0;
    height: 0; }

.list-feed-posts-square .list-feed-posts-item:before {
    content: '';
    border-radius: 0; }

.list-feed-posts-rhombus .list-feed-posts-item:before {
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0; }

.list-feed-posts-time .list-feed-posts-item {
    margin-left: 3.25rem;
}
.list-feed-posts-time .list-feed-posts-item .feed-time {
    position: absolute;
    left: -3.25rem;
    top: 0;
}


.feed-time a {
    color:#e6e6e6;
}
.feed-time a:hover {
    color:#688476;
}






.bg-green {
    background-color: #248c4a !important;
}

.bg-gray {
    background-color: #ececec !important;
}


.post-thumbnail {
    display: block;
    position: relative;
}
.post-thumbnail:hover .post-thumbnail-btn {
    opacity:1;
}


.post-thumbnail-btn {
    opacity: 0;
    transition:opacity .3s;
    background-color: #8c8c8c38 !important;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
    text-align: center;
    font-weight: 600;
    cursor:pointer;
}


.tags-container {
    margin-top: .5em;
    display: block;
    position: relative;
}

.tag-info {
    background: #d4d4d4 !important;
    padding: 2px 8px;
    margin-right: 3px;
    color: #1b1b1b;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 3px!important;
    position: relative;
    display: inline-block;
    transition:background .2s;
}

.tag-info:hover {
    background: #c5c5c5 !important;
}






/*BLACK AND WHITE*/
/*
div, span, background, nav, main, header, ul, li, a , body, footer, button, ol, input, .bg-light {
    background:#fff!important;
    border-color:#cacaca!important;
}

background {background: #ffffff45!important;filter: grayscale(100);}
img { filter: grayscale(100); }

div, span, background, nav, main, header, ul, li, a , body, footer, button, ol, input, span, small, p, h1, h2, h3, h4, a, ul li a, i, nav a, .nav-item, .nav-link, .dropdown-item, .nav-home .nav-link.active {
    color: #000000 !important;
    text-shadow:0px 0px 0px !important;
    border-color:#00000!important;
}
* {
    border-color:#00000!important;
    filter:grayscale(100);
}
*/
/*BLACK AND WHITE*/


.file-upload input[type="file"]{
    display: none;/* ÑÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ input file */
}
/* Ð·Ð°Ð´Ð°ÐµÐ¼ ÑÑ‚Ð¸Ð»Ð¸ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð²Ñ‹Ð±Ð¾Ñ€Ð° Ñ„Ð°Ð¹Ð»Ð°*/
.file-upload {
    position: relative;
    overflow: hidden;
    height: 40px;
    background: #9f9f9f;
    border-radius: 0px;
    color: #fff;
    text-align: center;
}
.file-upload:hover {
    background: #7d7d7d;
}
/* Ð Ð°ÑÑ‚ÑÐ³Ð¸Ð²Ð°ÐµÐ¼ label Ð½Ð° Ð²ÑÑŽ Ð¾Ð±Ð»Ð°ÑÑ‚ÑŒ Ð±Ð»Ð¾ÐºÐ° .file-upload */
.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/* ÑÑ‚Ð¸Ð»ÑŒ Ñ‚ÐµÐºÑÑ‚Ð° Ð½Ð° ÐºÐ½Ð¾Ð¿ÐºÐµ*/
.file-upload span {
    line-height: 40px;
    font-weight:bold;
}

.admin-sidebar {
    position:fixed;
    width:200px;
    background: #424c47;
    top: 0;
    left: 0;
    bottom: 0;
    transition: width .3s;
    z-index: 987;
}
.admin-sidebar-menu {
    position:relative;
    /* background:#880000; */
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.admin-sidebar-menu  a{
    width:100%;
    position:relative;
    background: #00000014;
    list-style: none;
    padding: 11px 5px 11px 11px;
    display: block;
    color: #e8f5f1;
    transition:background .3s;
}
.admin-sidebar-menu  a:hover{
    width:100%;
    text-decoration:none;
    position:relative;
    background: #00000045;
    list-style: none;
    padding: 11px 5px 11px 11px;
    display: block;
    color: #e8f5f1;
}

.admin-sidebar-menu  a > i, .admin-sidebar-menu-switcher > i{
    margin-right:7px;
}

.admin-sidebar-menu-switcher {
    width: 100%;
    position: relative;
    background: #0000006e;
    list-style: none;
    padding: 11px 5px 11px 11px;
    display: block;
    color: #e8f5f1!important;
    transition: background .3s;
    text-decoration: none!important;
    text-transform: uppercase;
    font-family: ProbaSemiBold;
}

.admin-sidebar-menu-switcher:hover {
    background: #000000;
}

.admin-sidebar.sidebar-mini {
    width:0;
    transition: width .3s;
}

.admin-sidebar.sidebar-mini a {
    text-align: center;
}

.dz-message{
    text-align: center;
}
.dz-message span{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 800;
    color: #505050;
    padding: 0em 0em;
}
.dz-preview{
    background: #ffffff73;
    display: inline-block;
    margin: 2px;
    padding: 7px;
    max-width: calc(100%/6);
    vertical-align: top;
}
.dz-preview img{
    width:100%
}
.dz-clickable{
    background: #dedede;
    padding: 50px 20px;
    border: 2px dashed #bfbfbf;
}

.dz-size{
    font-size: .7em;
    color: #b1b1b1;
}
.dz-filename{
    color: #545454;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dz-progress{
    /* display: none; */
    margin-bottom: 7px;
}

.dz-success-mark, .dz-error-mark{
    display:none;
}

.dz-success .dz-success-mark{
    display: inline-block;
}
.dz-error .dz-error-mark{
    display: inline-block;
}

.dz-success-mark svg{
    background: #24ca77;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}
.dz-error-mark svg{
    background: #d03651;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

.dz-error-message{
    display:none;
}

.data-dz-name{
    background: #fffe006e;
}
.dz-remove {
    font-size: .8em;
    padding: 2px 5px;
    border-radius: 3px;
    color: #e64646;
    float: right;
}

#uploaded-files {
    padding: 0;
}

#uploaded-files li{
    list-style: none;
    padding: 8px 16px;
    background: #d9d9d9;
    border-radius: 5px;
    margin-bottom: 5px;
}

#uploaded-files .file-name{
    color: #232323;
}

#uploaded-files .file-remove{
    float: right;
    color: red;
    background: #fff6f3;
    border-radius: 50px;
    padding: 0px 5px 2px 6px;
}

#uploaded-files .icon-file-check{
    margin-right: 5px;
}




.document-files {
    padding: 0;
    margin-top: 10px;
}

.document-files li{
    list-style: none;
    padding: 2px 7px;
    background: #eaeaea;
    border-radius: 5px;
    margin-bottom: 3px;
}

.document-files .file-name{
    color: #1d1d1d;
    font-size: .8em;
    overflow-wrap: break-word;
}

.document-files .file-remove{
    float: right;
    color: red;
    background: #fff6f3;
    border-radius: 50px;
    padding: 0px 5px 2px 6px;
}

.document-files .icon-file-check{
    margin-right: 5px;
}

.card-img-top {
    /*background-size: cover!important;
    background-position: center!important;*/
    background-size:contain!important;
    background-position:center!important;
    background-repeat: no-repeat!important;
}

p img {
    max-width:100%;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.23rem 0.3rem;
    font-size: 0.375rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.card-body:hover {
    text-decoration: none!important;
}

.card-title {
    color: #1f1f1f;
}

.home-calendar-widget-item {
    margin-bottom:20px;
}

.home-calendar-widget-item a:hover {
    color: #317b57!important;
    text-decoration: blink;
}

main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #098548;
}


.post-img-show{
	height: 450px;
	background-size: cover;
	background-position: center;
	}

	.home-calendar-widget-right{
		flex:2;
	}
	.dajzest-container{
		display:flex;flex-direction:column
	}
	.external-container{
		  background:  #f1f1f1;
flex:1;   
  
    padding: 10px;
	display:flex;
	flex-direction:column;
	justify-content: space-around;
	}
	
	.mobile-header {
	display: none;
	background: #099650!important;
}
	
@media(max-width:767px){
	#myCarousel{
		display:none;
	}
	.calendar-top{
		flex-direction:column;
	}
	.calendar-container,.dajzest-container{
		padding-top:10px;	
	}
	.home-calendar-widget-right{
		flex:1;
	}
	.post-img-show{
		height: 250px;
	}

    .partners-list-item span{
        font-size: .9em!important;
    }

    main {
   /*     padding-left: 15px !important;
        padding-right: 15px !important;*/
    }

    main.container{
        margin-top: 15px!important;
    }

    .desktop-header {
        display:none!important;
    }
    .mobile-header {
        display:block!important;
    }
  
/*
  navbar {
        display: block!important;
        position: fixed;
        background: #099650!important;
        max-height: 55px;
        height: 55px;
        top: 0;
        left: 0;
        right: 0;
        transition: transform .3s ease;
        will-change: transform,opacity;
        z-index: 800;
    }

    navbar a {
        background: #099650!important;
    }
*/
.navbar--list {
	
	flex-direction: column!important;
    width: 100%;
	
}
    .nav-item_:hover {
        background: #0d904f!important;
        color: white;
    }

    .nav-item_ {
     /*   background: #099650!important;*/
        position: absolute;
        height: 55px;
        width: 45px;
        text-align: center;
        line-height: 55px;
        font-size: 15px;
        color: #ffffff;
        text-decoration: blink;
    }
	
	 .nav-item_.item-logo{
		  line-height: 20px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
	 }
	

    navbar .item-1{
        left: 0px;
    }

    navbar .item-2{
        left: 45px;
    }

    navbar .item-3{
        right: 45px;
    }

    navbar .item-4{
        right: 0;
    }

    .item-logo{
		margin-left:50px;
        display:block;
        text-align:center;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        max-width: calc(100% - 110px)!important; 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    logo{
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }


}


.dropdown-menu {
    border: 1px solid rgba(35, 95, 65, 0.35);
    border-radius: 0;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #098548;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 8px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}


.calendar-line{
    color:#4b698c;
    border-bottom: #4b698c 1px solid;
    height: 1px;
    margin: 12px 0 6px 0;
   
    text-align: center;
}

.blank-day{
	opacity:0;
}
.calendar_today_month,.calendar_today_year{
	
	color: #5b846f;
	padding: 0px 20px;
	font-family: ProbaRegular;
	font-size: 1.4em;
/*	line-height: 0;*/
}
.calendar_today_sub_month,.calendar_today_add_month{
	
	color: #5b846f;
	
	font-family: ProbaRegular;
	
}
.text-center{
	text-align:center;
}
.dajzest-item{
	    color: #ffffff;
    text-align: center;
    font-family: ProbaSemiBold;
    font-size: 1.5em;
    margin-top: 0px;
    text-shadow: 5px 5px 8px #038846;
    text-transform: uppercase;
}
p.dajzest-item {
	font-size: .8em;
}
.btn-external-link{
	font-size:0.8em;
	background-color: aliceblue;
	color: #0d5633;
	font-family: ProbaSemiBold;
	white-space:normal !important;
	word-wrap: break-word;
	word-break: normal;
	margin: 2px;
}

.btn-external-link-large{
	font-size:1.2em;
	background-color: aliceblue;
	color: #0d5633;
	font-family: ProbaSemiBold;
	white-space:normal !important;
	word-wrap: break-word;
	word-break: normal;
	margin: 2px;
	padding:12px;
}

.btn-external-link:hover,.btn-external-link-large:hover{
	background-color: floralwhite!important;
	color: #0d5633;
}
.btn-external-link:focus{
	box-shadow:none!important;
}

.floatleft {
		float:left;
		display: contents;
	}
	.floatright {
		float:right;
		display: contents;
	}
	
	.navbar--list {
		display: flex !important;
		margin-right: 30px;
		flex-direction: row;
		justify-content: space-between;
	}
	
		/* --------------------------------------- */
/* ############### SIGN IN ############### */
/* --------------------------------------- */
.signin-wrapper {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px; }
@media (min-width: 576px) {
    .signin-wrapper {
      padding: 30px; } 
}
	
.logo-wrapper{
	 text-align:center;
 }
.signin-box {
  background-color: #fff;
  width: 100%;
  /*margin:auto;*/
 }
@media (min-width: 480px) {
    .signin-box {
     } 
}
.signin-box .edriver-logo {
    margin-right: 0;
    margin-bottom: 40px; }
.signin-box.signup {
    width: 500px; }
.signin-box.signup .btn-signin {
      margin-bottom: 20px; }

.signin-title-primary {
  font-weight: 300;
  color: #212529; }

.signin-title-secondary {
  font-weight: 300;
  margin-bottom: 50px;
  margin-top: 10%;
  }

.btn-signin {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  min-height: 40px;
  background-image: linear-gradient(to right, #073b5b 0%, #367296 100%);
  background-repeat: repeat-x; }

.signin-left,
.signin-right {
  position: relative;
  min-height: 100vh;
  width: 100%;
  font-size: 1.2em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  -moz-padding-top: 50px;
  padding-top: 5%;
margin-top:0;
  }
  @media (min-width: 768px) {
    .signin-left,
    .signin-right {
     /* width: 50%; */} 
	}
  .signin-left .signin-box,
  .signin-right .signin-box {
    border: 0;
    padding: 0; }

.signin-left .signin-box {
  background-color: transparent;
  color: black;

   }

.signin-right {
  background-color: #fff;
  color: black;
   }

.signup-separator {
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
      color: #dde2e6;
}
  .signup-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dee2e6; }
  .signup-separator span {
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 5; }

.btn-facebook {
  background-color: #4267B2;
  color: #fff; }

.btn-twitter {
  background-color: #1DA1F2;
  color: #fff; }

/********** RTL SUPPORT **********/
/*********************************/
[dir="rtl"] .signin-box {
  text-align: right; }
  
  .cmxform .select-options{top:50px}
.feedback{background-color:#fff;padding:35px;margin:0}
.feedback .col-md-4{position:relative}
.feedback .col-md-4:before{content:"";position:absolute;left:0;top:0;height:100%;background-image:linear-gradient(180deg,#c6c6c4 50%,hsla(0,0%,100%,0) 0);width:1px;background-size:1px 10px;background-repeat:repeat-y}
.feedback .title{font-size:18px;text-align:left}
.feedback .main-label{display:block;margin-bottom:15px;font-size:14px}
.feedback .select{width:100%;margin-bottom:15px}
.feedback .select-styled.active,
.feedback .select-styled:active{background-color:#fff}
.feedback .input{margin:0;width:100%;margin-bottom:15px}
.feedback ul li{margin-bottom:0}
.feedback .select-options li:hover{color:#000;background:#e9e9e9}
.feedback .checkbox-input{display:none}
.feedback .checkbox-label{font-weight:400;font-size:14px;cursor:pointer;margin-bottom:25px;margin-top:20px}
.feedback .checkbox-input+.checkbox-label:before{content:"";display:inline-block;height:25px;width:25px;margin:-5px 10px 0 0;background-repeat:no-repeat;border:1px solid #bababa;float:left}
.feedback .checkbox-input:checked+.checkbox-label:before{content:"";display:inline-block;background-repeat:no-repeat;border:none;background-image:url(../img/checked.png)}
.feedback .radio-input{display:none}
.feedback .radio-label{font-weight:400;font-size:14px;cursor:pointer;margin-right:60px;margin-bottom:20px}
.feedback .radio-input+.radio-label:before{height:21px;width:21px;margin:0;float:left;margin-right:10px}
.feedback .radio-input+.radio-label:before,
.feedback .radio-input:checked+.radio-label:before{content:"";display:inline-block;background-repeat:no-repeat;border-radius:50%;border:1px solid #248887}
.feedback .radio-input:checked+.radio-label:before{background-image:url(../img/radiochecked.png);background-position:50%}
.feedback .submit{background-color:#095b5c;color:#fff;font-size:14px;width:120px;height:50px;line-height:2.5;margin-bottom:30px;display:block;border:none;margin-top:15px}
.feedback .textarea{width:100%;max-width:100%;height:280px;max-height:600px;border:1px solid #c2c2c2;outline-color:#fff}
@media screen and (max-width:1200px){
.input{width:200px}.input.short{width:185px}.select{width:200px}.form .subtitle{font-size:14px;padding-left:0}}
@media screen and (max-width:992px){.margin-fix{margin:100px 15px 15px}
.feedback{margin-right:-15px}.form{margin-bottom:30px}
.feedback .col-md-4 .trees{background-image:url(../img/separator.png);background-repeat:no-repeat;background-position-x:center;margin-top:0;margin-bottom:0;height:60px;width:100%;position:static}
.feedback .col-md-4:before{display:none}}
@media screen and (max-width:768px){
.feedback{margin-right:0}
.feedback{padding:10px 15px;margin-left:0}.main-contain{padding-top:70px}.input,.select{width:220px}}
@media screen and (max-width:768px){.separator{display:none}.contain{margin-bottom:10px}.contain,.date-item,.input,.input.short,.select{width:100%}.form .subtitle{margin-bottom:10px;margin-top:10px}.daterange-2,.input.submit{margin:0;margin-top:10px}.input.submit{display:block;margin:0 auto;width:300px;margin-top:30px}.form{padding:20px}.form .title{font-size:24px;padding-left:0;margin-bottom:15px}}
@media screen and (max-width:560px){}
@media screen and (max-width:500px){}
@media screen and (max-width:450px){
.feedback .submit{width:100%}}
.feedback input:required:focus {
  border: 1px solid red;
  outline: none;
} 


/************************************************/
/** CARD**/

.news-card{
	box-shadow: 0 0 0 1px #eaeaea inset; 
	background: #fcfdfd;
}
.news-card .card-title{
	   font-size: 1em;
	   font-family: ProbaSemiBold;
}
.card-more{
	box-shadow: 0 0 0 1px #eaeaea inset; 
	background: #fcfdfd;
}

.card-img-top{
	background: #2f2f2f;background-color: #2f2f2f;height: 250px; width: 100%; display: block;
}


.button-subscribe{
white-space: inherit ! important;
color: #0d5633;
font-family: ProbaSemiBold;
text-transform: uppercase;
}

.footer-logo{
	align-items: center;
    display: flex;
}

.footer-bottom{ 	
	text-align: center; 
	padding: 7px 20px;
	background: #1f2831;
	color: #797979;
	font-size: .8em; 
	
}

.footer-menu{
	 margin-bottom: 0.9em;
	 line-height: 1.2em;
	
}
/****************FORM VALIDATION************/
/* Наш стиль для невалидных полей */
input:invalid{
  border-color: #900;
 /* background-color: #FDD;*/
}

input:focus:invalid {
  outline: none;
}

/* Это стиль для сообщений об ошибке */
.error {
  width  : 100%;
  padding: 0;
 
  font-size: 80%;
  color: white;
  background-color: #900;
  border-radius: 0 0 5px 5px;
 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.error.active {
  padding: 0.3em;
}


/*  Rqoon FooterSocial Icons*/
.footer-menu .ml-0 i.icon-facebook2 {
	font-size:24px;
	color:#0056b3;}