body
{
    font-family: "Montserrat";
    font-style: normal;
    color: #1C1C1C;
    padding-top: 20px;
}

h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
}

h2
{
    font-weight: 800;
    font-size: 24px;
    line-height: 1.16;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}


p
{
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
}

a
{
    color: #63A4DF;
    font-weight: 700;
    text-decoration: none;
}

.navbar-brand
{
    padding-top: 0;
}

.nav-link
{
    font-weight: 500;
    font-size: 18px;
    color: #1C1C1C !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.nav-link.active
{
    font-weight: 700;
    color: #0B6169 !important;
}

.dropdown-toggle
{
    white-space: nowrap;
    border: 1px solid #C3C7CA;
    border-radius: 25px;
    padding: 1px 5px 0;
}

.dropdown-toggle img
{
    margin-top: -5px;
    padding-right: 5px;
    border-right: 1px solid #C3C7CA;
}

.dropdown-toggle::after
{
    margin: 0 3px -2px;
}

.text-first-block
{
    padding-right: 50px;
    margin-top: 134px;
    margin-bottom: 50px;
}

.text-first-block .text1
{
    padding-top: 40px;
}

.text-first-block .btn-default
{
    margin-top: 74px;
}

.btn-default {
   /* height: 60px;*/
    background: linear-gradient(123.69deg, #CEE4D0 0.44%, #ADD3C8 49%, #9BD0D6 94.66%);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(102, 102, 102, 0.25);
    border-radius: 100px;
    align-items: center;
    padding: 16px 56px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #FFFBFB;
}
    .btn-default[disabled] {
        background: grey;
    }

    .btn:active,
    .btn:focus {
        box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.25);
    }

.btn:hover
{
    box-shadow: 0px 0px 5px rgba(102, 102, 102, 0.25);
    color: #FFFBFB;
}

.btn-action {
    height: 30px;
    background: linear-gradient(123.69deg, #CEE4D0 0.44%, #ADD3C8 49%, #9BD0D6 94.66%);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(102, 102, 102, 0.25);
    border-radius: 100px;
    align-items: center;
    padding: 16px 16px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 0px;
    color: #FFFBFB;
}

.first-point
{
    margin-top: 287px;
}

.first-point img
{
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.second-point
{
    margin-top: 150px;
}

.second-point img
{
    width: 80%;
    max-width: 320px;
    display: block;
    margin: 0 auto;
}

.third-point
{
    margin-top: 150px;
}

.third-point img
{
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.text-point h2
{
    margin-bottom: 32px;
}

.index-image1
{
    position: relative;
    margin-top: 90px;
}

.index-image1 img
{
    width: 139%;
}

.st
{
    position: relative;
}

.statistika
{
    background: linear-gradient(123.69deg, #CEE4D0 0.44%, #ADD3C8 49%, #9BD0D6 94.66%);
    width: 100%;
    padding: 58px 0 12px;
    margin-top: 58px;
}

.row.padding0 > *
{
    padding: 0;
}

.dashboard
{
    background: #FFFFFF;
    border-radius: 25px;
    margin: 10px;
    padding: 42px 30px 22px 42px;
    display: flex;
}

.dashboard .text-dashboard
{
    margin-left: 30px;
}

.dashboard .header-dashboard
{
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
}

.dashboard .header-dashboard.small
{
    font-size: 10px;
}

.dashboard .big-dashboard
{
    color: #0B6169;
    font-weight: 800;
    font-size: 48px;
    line-height: 12px;
}

.dashboard .big-dashboard.small
{
    font-size: 24px;
    line-height: 0px;
    padding: 2px;
}

.dashboard .footer-dashboard
{
    font-weight: 500;
    font-size: 11px;
    color: #999999;
}

.dashboard.dashboard-small
{
    padding: 18px 20px 12px 50px;
}

.dashboard.dashboard-small .header-dashboard
{
    line-height: 12px;
}

.dashboard.dashboard-small:nth-child(2)
{
    margin-top: 20px;
}



box-shadow: 0px 0px 15px rgba(102, 102, 102, 0.25);


@media (max-width: 1400px) {
    h1
    {
        font-size: 40px;
    }

    .text-first-block
    {
        margin-top: 100px;
        padding-right: 10px;
    }

    .text-first-block .btn-default
    {
        width: 60%;
        margin-top: 40px;
    }

    .first-point
    {
        margin-top: 150px;
    }
}

@media (max-width: 1200px)
{
    h1
    {
        font-size: 32px;
    }

    .text-first-block
    {
        margin-top: 40px;
        padding-right: 10px;
    }

    .text-first-block .text1
    {
        padding-top: 20px;
    }

    .text-first-block .btn-default
    {
        width: 80%;
        margin-top: 40px;
    }
}

@media (max-width: 992px)
{
    h1
    {
        font-size: 24px;
    }

    h2
    {
        font-size: 18px;
    }

    .text-first-block
    {
        padding-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 5px;
    }

    .text-first-block .text1
    {
        padding-top: 20px;
    }

    .text-first-block .btn-default
    {
        width: 100%;
        margin-top: 40px;
        font-size: 14px;
    }

    .index-image1
    {
        position: relative;
        margin-top: 10px;
    }

    .index-image1 img
    {
        width: 100%;
    }

    .first-point
    {
        margin-top: 90px;
    }

    .second-point,
    .third-point
    {
        margin-top: 60px;
    }

    .text-point
    {
        margin-top: 40px;
    }
}

/*# sourceMappingURL=style.css.map */

.admin .roster .addButton {
    display: none;
    min-width: 100px;
}

.admin .roster .placeholder {
    display: block;
}

.admin .roster td {
    min-width: 80px;
    height: 60px;
}

.admin .roster td:hover .addButton {
    display: block;
}

.admin .roster td:hover .placeholder {
    display: none;
}

.admin .roster td > div + div {
    margin-top: 8px;
}

.account .qrCode {
    float: right;
    margin-bottom: 49px;
}

.account .qrCode img {
    max-height: 360px;
    width: auto
}


.form-group {
    margin-bottom: 15px;
}

.panel {
    margin-bottom: 23px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    /* width: 80%;*/
    text-align: left;
    margin: 0 auto;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }


.form-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 8px 18px 18px;
    gap: 12px;
    max-width: 350px;
    height: 60px;
    background-color: #F7F7F8;
    border-radius: 30px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.form-date-controls {
    display: flex;
    gap: 1rem;
    max-width: 400px;
    min-width: 200px;
    flex-flow: row wrap;
}

    .form-date-controls .form-day,
    .form-date-controls .form-year {
        width: 70px;
    }

    .form-date-controls .form-month {
        width: auto;
        min-width: auto !important;
        margin-top: 2px;
    }

.flow {
    display: flex;
    flex-flow: row wrap;
}

.appBox {
    /*    background-color: #fff;*/
    width: 400px;
    /*box-shadow: #00000045 0px 0px 30px -9px;*/
    display: flex;
    align-content: center;
    justify-content: left;
    align-items: flex-start;
    padding: 0px;
    text-align: left;
    flex-direction: column;
    transition: transform .2s;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /*  margin: 31px;*/
}


.appBox:hover,
.appBox:focus,
.appBox:active {
    transform: scale(1.1);
    text-decoration: none;
}

.appBox .hint {
    margin-top: 20px;
    color: #808080;
    margin: 20px;
}

.betony {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */
    /* основной цвет */
    color: #0B6169;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    overflow-x: auto;
}

th, td {
    text-align: left;
    padding: 16px;
    font-size: 14px;
}

tr:nth-child(odd) {
    background-color: #f2f2f2;
   /* opacity: 0.8;*/
}

tr:nth-child(even) {
    background-color: #ffffff;
  /*  opacity: 0.8;*/
}

.field-validation-error {
    color: orangered;
    margin-top: -15px;
    display: block;
}


.validation-summary-errors {
    font-weight: bold;
    color: orangered;
}

.round + .round {
    margin-left: 8px;
    padding: 8px;
}

.round + .iconed {
    padding: 8px 16px 8px 8px;
}

@media(max-width: 500px) {
    .round.iconed {
        padding: 10px;
    }

    .round.iconed,
    .round img {
        height: inherit;
    }

    .round + .round {
        margin-left: 3px;
    }
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #F7F7F8;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: inherit;
}

.ui-autocomplete > li {
    padding: 3px 20px;
}

.ui-autocomplete > li.ui-state-focus {
        background-color: #DDD;
 }

.ui-menu .ui-menu-item:hover {
    background-color: #DDD;
}

.ui-helper-hidden-accessible {
    display: none;
}

body {
    background-image: url(/images/vesna-28.jpg);
    background-size: contain;
}

.show5 {
    transform: scale(5);
}

 .vk:hover:after {
    content: url(images/rules/vk.png); /* no need for qoutes */
    display: block;
}
.telegram:hover:after {
    content: url(images/rules/telegram.png); 
    display: block;
}

.tableevent tr:nth-child(odd) {
    background-color: #f2f2f2;
    opacity: 0.8;
}
.tableevent tr:nth-child(even) {
    background-color: #ffffff;
    opacity: 0.8;
}

.opaque{
    opacity: 1.0;
}

.more_info {
    border-bottom: 1px dotted;
    position: relative;
}

    .more_info .title {
        position: absolute;
        top: 30px;
        font-size: 12px;
        font-style:normal;
        background: white;
        padding: 4px;
        left: 0;
        white-space: nowrap;
        border: 1px dotted;
    }

    .circle{
        width: 128px;
        height: 128px;
        border: 1px solid black;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content:center;
    }

.circle_small {
    width: 64px;
    height: 64px;
    border: 0px solid black;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}