/*Эти стили используються для нового календаря*/
.webinars-calendar {
    margin-bottom: 40px;
}
.fc-day-grid-event.disabled .fc-content {
    color: #000!important;
}
.fc-day-grid-event .fc-content {
    white-space: initial!important;
    /*color: #14849f!important;*/
    color: #000!important;
    font-size: 16px!important;
    text-align: center;
    /*font-weight: bold;*/
}
.fc td.fc-today {
    border-style: none!important;
}
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled,
button.fc-month-button.fc-button.fc-state-default.fc-corner-right.fc-state-active,
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    display: none;
}
/*td.fc-day.fc-widget-content:hover {*/
    /*background: rgba(0,0,0,.1);*/
/*}*/

.fc-day-top.fc-today {
    background: #d4ebff!important;
}
td.fc-day.fc-widget-content {
    background-image: url(../../web/image/row-bg.png)!important;
}
a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    margin-bottom: 10px;
    padding-left: 2px;
}
.fc-toolbar .fc-center h2{
    text-transform: capitalize!important;
    color: #2c3e50!important;
}
.fc-toolbar button {
    background: transparent!important;
    color: #000!important;
    border-color: transparent;
    box-shadow: none;
    font-size: 1.3em!important;
}
.fc-toolbar .fc-state-hover {
    background: #6cc3c4!important;
    color: #fff!important;
}
th.fc-day-header {
    padding: 10px 0!important;
    font-size: 20px!important;
    text-transform: capitalize!important;
    color: #2c3e50;
}
.fc-toolbar.fc-header-toolbar {
    padding: 1em 0;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 0!important;
}
.fc-toolbar .fc-center {
    margin-right: 60px;
}
button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    position: absolute;
    right: 0;
}
button.fc-month-button.fc-button.fc-state-default.fc-corner-right.fc-state-active {
    margin-right: 60px;
}
.fc table {
    /*background: #f9f9f9!important;*/
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: #DEDADA!important;
    text-align: center;
}
.fc-basic-view .fc-day-number {
    padding: 5px!important;
    /*background: rgba(10, 109, 16, .7);*/
    color: #2c3e50!important;
    /*border-radius: 50%!important;*/
    /*height: 25px!important;*/
    /*width: 25px!important;*/
    /*text-align: center!important;*/
    /*margin: 5px!important;*/
     float: none!important;
    text-align: center;


}
.fc th, .fc td {
    border-style: none!important;
}
td.fc-day-top {
    text-align: center;
}

.fc .fc-row .fc-content-skeleton td.fc-day-top.fc-today {
    background-color: #6cc3c4!important;
}
.fc-unthemed td.fc-today.fc-widget-content {
    background: url(../../web/image/row-bg.png)!important;
}
.fc-today span.fc-day-number {
    color: #fff!important;
}
.fc-event, .fc-event-dot {
    border: none!important;
}
.fc-event.fc-event-webinar {
    background-color: rgba(168,230,250, .5)!important;
}
.fc-event.fc-event-seminar {
    background-color: rgba(250,249,168, .6)!important;
}
.fc-event.fc-event-group {
    background-color: rgba(141,207,132, .5)!important;
}
.fc-event.disabled {
    background-color: transparent;
    border: 1px solid grey!important;
}
.fc-widget-content thead {
    background: rgba(0,0,0,.1);
}
.fc-event.disabled:hover .fc-content {
    color: #666!important;
    /*cursor: default;*/
}
.fc-event:hover .fc-content {
    color: #14849f!important;
    text-decoration: underline;
}
.fc-week-number {
    display: none;
}
.fc-time {
    display: none;
}
.fc-basic-view .fc-body .fc-row {
    min-height: 2em!important;
}
.fc-row.fc-week.fc-widget-content {
    /*height: auto!important;*/
}
.fc-scroller.fc-day-grid-container {
    /*height: auto!important;*/
}
.fc-agendaDay-button, .fc-agendaWeek-button {
    display: none;
}

@media screen and (max-width: 992px){
    .fc-day-grid-event .fc-content {
        font-size: 15px!important;
    }
    th.fc-day-header {
        font-size: 16px!important;
    }
}
@media screen and (max-width: 667px){
    .fc-day-grid-event .fc-content {
        font-size: 14px!important;
    }
    th.fc-day-header {
        font-size: 14px!important;
    }
}
@media screen and (max-width: 550px){
    .fc-day-grid-event .fc-content {
        font-size: 13px!important;
    }
    th.fc-day-header {
        font-size: 13px!important;
    }
}

.header__video-block button {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #14849f;
    position: absolute;
    border: none;
    left: 120px;
    top: 25%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .5s linear;
}
.header__video-block button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 11px solid #fff;
    border-bottom: 9px solid transparent;
}
.header__video-block:hover button {
    width: 105px;
    height: 105px;
    left: 90px;
}




    /*Скорее всего стили, которые ниже, не нужны*/
input#scheduleEvents {
    display: none;
}
.datepicker.datepicker-inline,
.datepicker-days,
.datepicker-months,
.datepicker-years,
.datepicker-decades,
.datepicker-centuries,
.datepicker.datepicker-inline .table-condensed {
    width: 100%!important;
    max-width: 100% !important;
}
.datepicker table tr td, .datepicker table tr th {
    font-size: 20px;
}
.datepicker-days .datepicker-switch {
    color: #14849f;
    font-size: 24px;
}
.datepicker-days .prev,
.datepicker-days .next {
    color: #6cc3c4!important;
    font-size: 26px!important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    color: #fff!important;
    background-color: #6cc3c4!important;
    border-color: #14849f!important;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.month:hover,
.datepicker table tr td.year:hover,
.datepicker table tr td.decade:hover,
.datepicker table tr td.century:hover,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused,
.datepicker table tr td.focused {
    background: rgba(91, 182, 97, .7)!important;
    cursor: pointer!important;
}
.datepicker table tr td.today {
    color: #14849f!important;
    background-color: transparent!important;
    border: 1px solid #14849f!important;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    padding: 15px 0;
    border-bottom: 1px solid transparent;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
    padding: 15px 0;
    border-bottom-color: #14849f;
}
div#scheduleEvents-kvdate {
    margin-bottom: 15px;
}
.events-list {
    display: flex;
    justify-content: space-around;
    /*align-items: center;*/
    flex-wrap: wrap;
}
.events-list-choice {
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 15px;
}
.events-list-choice h6 {
    font-size: 24px;
    margin-bottom: 7px;
    color: #14849f;
}
.events-list-choice button {
    color: #fff;
    background-color: #6cc3c4;
    border-radius: 5px;
    padding: 8px;
}
div#event_detail {
    display: flex;
    flex-direction: column;
    justify-self: normal;
    justify-content: center;
    align-items: center;
    background: #eee;
    margin-bottom: 15px;
}
.extra-event-info {
    font-size: 18px;
    margin: 40px 0;
}
.extra-event-info p {
    text-indent: 15px;
}
.schedule-signs {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 20px 0;
}
.schedule-signs-block {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.schedule-signs-color {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.schedule-signs-text {
    font-size: 18px;
}

#subscribeEventForm input {
    position: relative;
    display: block;
    height: 70px;
    width: 100%;
    font-size: 14px;
    color: #686a6f;
    line-height: 40px;
    font-weight: 400;
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    border-radius: 7px;
    font-family: var(--thm-b-font);
    transition: all 300ms ease;
}
#subscribeEventForm input[type=submit] {
    display: inline-block!important;
    padding: 6px 12px!important;
    margin-bottom: 0!important;
    text-transform: none!important;
    line-height: 1.42857143!important;
    text-align: center!important;
    white-space: nowrap!important;
    -ms-touch-action: manipulation!important;
    touch-action: manipulation!important;
    cursor: pointer!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    width: 100%!important;
    border-radius: 5px!important;
    font-size: 14px!important;
    color: #fff!important;
    background: #14849f!important;
    font-weight: 600!important;
    border: 1px solid #14849f!important;
    transition: all .3s linear!important;
}

#emailErrorFormMenu {
    color: red;
    text-align: center;
}


/* - Counter Section */

.counter-section {
    background-image: url("/web/image/services/index/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}
.counter-section:not(.counter-section2)::before {
    background-color: rgba(5, 8, 4, 0.25);
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.counter-block {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.counter-box {
    margin-bottom: 15px;
}
.counter-detail {
    display: inline-block;
    text-align: center;
    padding: 20px 0 16px;
    width: 100%;
}
.counter-detail > i {
    display: block;
    font-size: 55px;
    margin-bottom: 15px;
}
.counter-detail > span {
    display: block;
    font-weight: bold;
    font-size: 37px;
}
.counter-detail > h4 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 20px;
    position: relative;
    padding-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.counter-detail > h4::before {
    background-color: #888888;
    height: 1px;
    width: 65px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.bg_white {
    background-color: #fff;
}

/* - min-width: 992 */
@media (min-width: 992px) {
    /* - Counte Section */
    .counter-box {
        width: 20% !important;
    }

    .counter-section:not(.counter-section2) .counter-box:nth-child(n + 6) {
        margin-top: 30px;
    }

    .counter-box:nth-child(5n + 1) {
        clear: both;
    }

}
.section-header {
    display: inline-block;
    margin-bottom: 23px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
h3.tc_white {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0.9px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
}
.webinar_green {
    color: #14849f;
}