body a.asc:after,
body a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
body a.asc:after {
    content: "\e151";
}
body a.desc:after {
    content: "\e152";
}
body .sort-numerical a.asc:after {
    content: "\e153";
}
body .sort-numerical a.desc:after {
    content: "\e154";
}
body .sort-ordinal a.asc:after {
    content: "\e155";
}
body .sort-ordinal a.desc:after {
    content: "\e156";
}
body .grid-view th {
    white-space: nowrap;
}
@media (max-width: 767px) {
    .main-header .navbar {
        display: none;
    }
}
.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.field-btn-wrap {
    margin-bottom: 20px;
}
.pace .pace-progress {
    background: #d73925 !important;
}

.pace .pace-activity {
    border-top-color: #d73925 !important;
    border-left-color: #d73925 !important;
}
@media (min-width: 767px) {
    .address-table {
        margin-top: 25px;
    }
    .fields-line {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .fields-line > .form-group {
        width: 33.33%;
        min-width: 33.33%;
        padding: 0 10px;
    }
    .fields-line > .field-btn-wrap {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        text-align: center;
    }
    .fields-line > .field-btn-wrap .btn {
        margin: 0 5px;
    }
}
.blur {
    filter: blur(3px);
    user-select: none !important;
}
.blur * {
    cursor: default !important;
    pointer-events: none !important;
}





/* 19.11.21 */
.wrapper {
    background-color: transparent !important;
}
.main-header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.head-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.main-header .logo {
    height: auto;
    width: auto;
    max-width: 400px;
    background-color: transparent !important;
}
.main-header .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.skin-blue .main-header .navbar {
    background-color: transparent;
}

.content-wrapper  {
    background-color: transparent;
}
.box {
    box-shadow: none;
    border: none;
}



.box-body,
.head-line,
.foot-line {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 85vw;
}



.img-top {
    max-width: 600px;
    margin: 0 auto 30px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.075);
}
.img-top img {
    display: block;
    width: 100%;
    height: auto;
}



@media only screen and (max-width: 992px) {
    .main-header {
        margin-bottom: 15px;
    }

    .box-body,
    .head-line,
    .foot-line {
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.prebanner,
.glowCookies__banner__2 {
    bottom: 90px !important;
}

.glowCookies__banner .btn__section .btn__accept:hover {
    background-color: #008d4c !important;
}

.foot-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-line * {
    list-style-type: none;
}
.foot-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.foot-nav li {
    margin-left: 20px;
}

textarea {
    resize: none;
}

/* 19.11.21 END*/

.main-header {
    margin-bottom: 0;
}
.content-wrapper {
    padding-top: 50px;
}
@media only screen and (max-width: 992px) {
    .content-wrapper {
        padding-top: 15px;
    }
}

.txt-box p,
.txt-box ul,
.txt-box ol,
.txt-box img,
.txt-box table {
    margin-bottom: 20px;
    margin-bottom: 1.5em;
}

.txt-box img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.txt-box ol {
    padding-left: 20px;
}

.txt-box ol li {
    list-style-type: decimal;
}

.txt-box ul li {
    position: relative;
    padding-left: 20px;
}

.txt-box ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 2px;
    background-color: #000;
}

.txt-box h1, .txt-box .h1-title,
.txt-box h2,
.txt-box .h2-title,
.txt-box h3,
.txt-box .h3-title,
.txt-box h4,
.txt-box .h4-title,
.txt-box h5,
.txt-box h6 {
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}

.txt-box h1, .txt-box .h1-title {
    font-size: 40px;
}

.txt-box h2, .txt-box .h2-title {
    font-size: 35px;
}

.txt-box h3, .txt-box .h3-title {
    font-size: 25px;
}

.txt-box h4, .txt-box .h4-title {
    font-size: 22px;
}

.txt-box h5 {
    font-size: 20px;
}

.txt-box h6 {
    font-size: 20px;
}

.content {
    padding-left: 0;
    padding-right: 0;
}
.box-body {
    padding-left: 15px;
    padding-right: 15px;
}
.main-header .logo img {
    padding: 0;
}
.foot-line {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 992px) {
    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .foot-line {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* 23.12.21 END*/