@font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    src: local('Philosopher'), url(../fonts/philosopher.woff2) format('woff2'), url(../fonts/philosopher.woff) format('woff');
}

body {
    background: url(../../img/background.jpg) left top no-repeat fixed;
    background-size: cover;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.print-bg {
    background: none !important;
}

a {
    color: #386B8B;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #5F90A7;
    text-decoration: underline;
}

a.tools {
    float: left;
}

a.tools img {
    margin: 0 5px 0 0 !important;
}

.text {
    font-size: 11px;
    color: #666666;
}

.delimiter:before {
    content: " | ";
    padding: 0 3px;
}

.ajax-loader {
    position: fixed;
    display: block;
    left: 12px;
    top: 1px;
    z-index: 10;
}

h1 {
    margin: 20px auto 30px;
    text-align: center;
    font-size: 27px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 25px;
    letter-spacing: 1px;
    color: #386B8B;
}

h2 {
    margin: 10px auto;
    font: small-caps 22px 'Philosopher', sans-serif;
    font-weight: normal;
    color: #386B8B;
}

h3 {
    margin: 0 0 7px 0;
    font: small-caps 18px 'Philosopher', sans-serif;
    color: #2B629F;
}

h4 {
    margin: 0 0 7px 0;
    font-size: 14px;
    color: #2b3a9f;
}

.admin-submenu {
    margin-bottom: 20px !important;
}

/* Header */

.header-image {
    position: fixed;
    top: -9px;
    left: 0;
    z-index: 2;
}

.motto {
    position: fixed;
    z-index: 4;
}

.motto-large {
    top: 18px;
    left: 420px;
}

.motto-small {
    top: 5px;
    left: 10px;
}

.menu {
    position: fixed;
    top: 115px;
    left: 15px;
    min-width: 460px;
    z-index: 2;
}

.menu span {
    float: left;
}

.menu:not(.mobile-menu) span {
    padding-left: 17px;
    background: url(../../img/menu-left.png) left top no-repeat;
}

.menu.mobile-menu span {
    position: relative;
    left: -15px;
}

.menu a {
    display: block;
    float: left;
    padding: 5px 14px 5px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    color: #3769af;
    background: url(../../img/menu-right.png) right top no-repeat;
}

.menu.mobile-menu a {
    padding: 5px 10px;
    font-size: 12px;
}

.menu a:hover {
    color: #01ABEE;
}

.menu a.selected {
    color: #ea6a5b;
}

.social-links {
    position: fixed;
    top: 77px;
    left: 180px;
    z-index: 4;
    opacity: 0.65;
}

.about-project {
    position: fixed;
    top: 79px;
    left: 260px;
    z-index: 4;
    font: small-caps 16px 'Philosopher', sans-serif;
    padding: 2px 7px;
    background-color: #fdfde2;
    opacity: 0.65;
    border-radius: 15px;
}

.about-project:hover {
    background-color: #faf2d0;
}

.about-project a {
    color: #ab7171;
}
.search {
    position: fixed;
    top: 80px;
    left: 15px;
    z-index: 4;
}

.search .search-btn {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    border: none;
    background: url(../../img/search.gif) no-repeat;
    cursor: pointer;
}

.search .query {
    float: left;
    padding: 1px 0 1px 3px;
    width: 120px;
    font-size: 13px;
    border-radius: 4px;
}

.auth {
    position: fixed;
    top: 38px;
    left: 15px;
    z-index: 4;
}

.auth-box {
    margin: auto;
    width: 320px;
    background-color: #ecf0f1;
    box-sizing: border-box;
    padding: 30px;
    border: 5px solid #c5c5c5;
    border-radius: 10px;
    box-shadow: 0 0 5px #4f7eb0;
}

.content .auth-box {
    top: 260px;
    left: 50%;
}

.auth-box .avatar {
    text-align: center;
}

.auth-box .avatar img {
    width: 100px;
    height: 100px;
    border: 5px solid #c5c5c5;
    border-radius: 50%;
    box-shadow: 0 0 5px #252525;
}

.auth-box h1 {
    margin: 0;
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 22px;
}

.auth-box label {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.auth-box input {
    width: 100%;
    margin-bottom: 20px;
}

.auth-box input[type="text"], input[type="password"] {
    border: none;
    border-bottom: 1px solid #2c3e50;
    outline: none;
    background: none;
    color: #333333;
    font-size: 16px;
    margin-top: 15px;
}

.auth-box input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: #ffffff;
    color: #6e578c;
    border-radius: 20px;
    box-shadow: 0 0 5px #000;
    font: small-caps 18px 'Philosopher', sans-serif;
}

.auth-box input[type="submit"]:hover {
    cursor: pointer;
    background: #f3f1ff;
    color: rgba(23, 17, 183, 0.75);
    transition: .5s;
}

.auth-box a {
    text-decoration: none;
    line-height: 20px;
    color: #2c3e50;
}

.auth-box a:hover {
    text-decoration: underline;
}

.auth-box .password-wrapper {
    position: relative;
}

.auth-box .password-wrapper a {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.with-clear-input-icon {
    position: relative;
}

.with-clear-input-icon .clear-input-trigger {
    position: absolute;
    right: 25px;
    top: 7px;
}

.input-captcha,
.refresh-captcha {
    display: inline-block;
}

.refresh-captcha {
    font-size: 12px;
}

.admin-nav {
    position: fixed;
    top: 5px;
    left: 15px;
    z-index: 4;
    font-size: 11px;
    color: #A2A1A1;
}

.admin-nav > div > div {
    display: inline-block;
}

.base-container {
    position: relative;
    width: 100%;
}

.content {
    max-width: 900px;
    padding: 0 10px 10px;
    line-height: 140%;
    background-color: rgba(247, 247, 247, 0.85);
    z-index: 1;
    border-radius: 25px;
    -moz-border-radius: 25px;
}

.content:not(.promo) {
    width: 80%;
    position: relative;
    left: 10px;
    top: 155px;
    float: left;
}

.content.mobile {
    width: 95%;
}

.content.promo {
    margin: 10px auto;
    padding-top: 5px;
}

/* Marathons and courses */

.season-info {
    border-bottom: 2px double #a9b9c9;
    padding-bottom: 10px;
}

.marathon-manage-wrapper {
    padding: 15px 5px;
}

.marathon-wrapper,
.course-wrapper {
    padding: 15px 5px;
}

.marathon-wrapper .marathon-item,
.course-wrapper .course-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 5px dotted #b8c5d1;
}

.marathon-logo,
.course-logo {
    text-align: center;
    margin: 25px auto;
}

.marathon-logo img,
.course-logo img {
    width: 350px;
    border-radius: 50%;
}

.marathon-logo-mini img,
.course-logo-mini img {
    width: 120px;
    border-radius: 50%;
}

.marathon-recipe-description {
    width: calc(100% - 270px);
}

.course-video {
    width: 70%;
    margin: auto;
}

.course-video.mobile-video {
    width: 100%;
}

.course-images {
    text-align: center;
    margin: 0 auto 20px;
}

.course-images img {
    border-radius: 10px !important;
}

.about-author > div {
    display: inline-block;
}

.about-author .author-image {
    width: 200px;
    margin-right: 10px;
}

.about-author .author-image img {
    border-radius: 10px;
}

.about-author .author-text {
    calc(100% - 220px);
}

.congrats {
    font: bold small-caps 16px 'Philosopher', sans-serif;
}

/* Payment */

.payment-wrapper {
    padding: 5px;
}

.payment-summary {
    color: #bf137f;
    border-top: 1px solid #e5bed7;
}

.service-logo {
    margin: 0 auto 20px;
    width: 200px;
}

.service-price {
    font: small-caps 22px 'Philosopher', sans-serif;
    margin: 0 auto 20px;
}

.service-logo img {
    width: 200px;
    border-radius: 100px;
}

.red-pen-wrapper {
    color: #af0000;
    font-weight: bold;
}

.payment-items {
    max-width: 400px;
    padding: 0 20px;
    margin: auto;
    text-align: left;
}

.payment-methods h3 {
    color: #bf8a25;
    font-weight: normal;
}

.payment-methods .payment-name {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
    text-align: left;
}

.payment-methods .payment-description {
    margin: 12px 0 0 0;
    font-size: 10px;
    line-height: 14px;
    color: #6f685a;
}

.payment-robokassa,
.payment-stripe {
    display: inline-block;
    background: url(../../img/sprite/payment-systems.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 80px;
    height: 60px;
}

.payment-robokassa {
    background-position: -0px -0px;
}

.payment-stripe {
    background-position: -0px -60px;
}

/* Calculator */

.nav-prosto {
    text-align: center;
    margin: 10px auto 30px;
    font-size: 12px;
}

.nav-prosto > li:not(.mini) {
    display: inline-block;
    float: none;
    margin: auto;
    width: 170px;
    top: 5px;
}

.nav-prosto > li.mini {
    position: absolute;
    top: 20px;
}

.nav-prosto > li.tg-link {
    display: inline-flex;
    top: 14px;
    width: 50px;
}

.nav-prosto > li.tg-link.mobile {
    display: inline-block;
}

.nav-prosto > li.tg-link > a {
    padding: 8px 10px;
}

.nav-prosto > li > a {
    padding: 5px 10px;
    border: 2px solid #98b2c0;
    border-radius: 15px;
}

.nav-prosto.nav-calculator > li {
    height: 60px;
}

.nav-prosto.nav-account > li {
    height: 40px;
}

.bpm-zone li {
    padding: 10px 0;
}

/* Recipe */

.nutritional-value-list {
    margin-top: 10px;
    padding: 0;
}

.nutritional-value-list li {
    display: inline-block;
    margin: 10px;
    width: 70px;
    text-align: center;
}

.ingredient-list {
    list-style: none;
    padding: 0;
}

.recipe-wrapper {
    margin-bottom: 15px;
    border-bottom: 4px dotted #b7b7b7;
}

.recipe-image-mini {
    width: 100px;
}

.recipe-image {
    margin: 10px auto;
    width: 250px;
}

.recipe-image img,
.recipe-image-mini img {
    border-radius: 10px;
}

.recipe-item .recipe-image {
    margin-left: 0;
    width: 200px;
}

.recipe-nutrient-list {
    font-size: 11px;
    list-style: none;
    margin: 10px auto;
    padding: 5px;
    text-align: left;
    width: 110px;
}

.recipe-nutrition-list {
    font-size: 12px;
    list-style: none;
    padding: 0;
}

.recipe-nutrient-list li {
    line-height: 14px;
}

.recipe-nutrition-value {
    width: 100%;
}

.recipe-nutrition-value,
.recipe-nutrients-value {
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 15px;
}

.recipe-ingredients {
    width: 100%;
    margin: 0 10px 20px 0;
    vertical-align: top;
}

@media (min-width: 700px) {
    .recipe-nutrition-value,
    .recipe-nutrients-value,
    .recipe-description {
        display: inline-block;
        margin-bottom: 0;
    }

    .recipe-nutrition-value {
        width: 190px;
    }

    .recipe-nutrients-value {
        width: 100px;
    }

    .recipe-description {
        padding-left: 10px;
        border-left: 2px solid #d6d5db;
        width: calc(100% - 320px);
    }
}

@media (min-width: 500px) {
    .recipe-ingredients,
    .recipe-preparation {
        display: inline-block;
    }

    .recipe-preparation {
        padding-left: 10px;
        border-left: 2px solid #d6d5db;
    }

    .recipe-ingredients {
        width: 190px;
    }

    .recipe-preparation {
        width: calc(100% - 210px);
    }
}

.total-nutrition-value {
    padding-top: 10px;
    border-top: 1px solid #eabba9;
}

.collection-item {
    margin: 10px auto;
    padding-bottom: 10px;
    border-bottom: 4px dotted #dfdfed;
}

.pfc-bar {
    width: 101px;
}

.pfc-bar > div {
    float: left;
    height: 20px;
}

.pfc-bar .protein-bar {
    background-color: blue;
}

.pfc-bar .fat-bar {
    background-color: red;
}

.pfc-bar .carbs-bar {
    background-color: green;
}

/* Post */

.post-tag-wrapper {
    line-height: 30px;
}

.search-field input {
    width: 200px !important;
}

.chzn-container-multi {
    width: 100% !important;
}

.chzn-container-multi .chzn-choices {
    min-height: 29px;
}

.chzn-container-multi .search-field input {
    vertical-align: sub;
}

.post-result a {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #4983a2;
}

.post-result a:hover {
    text-decoration: none;
    color: #4e9fc9;
    border-bottom: 1px dashed #adc2cd;
}

.post-search {
    margin-top: 15px;
}

.post-search input[type="text"] {
    width: 98%;
}

.post-nav {
    float: left;
    list-style: none;
    margin-bottom: 15px;
    padding: 15px 0 12px 0;
    background-color: rgba(73, 139, 189, 0.1);
    border-radius: 15px;
}

.post-nav li {
    position: relative;
    float: left;
    margin: 0 7px;
}

.post-nav .post-count {
    position: absolute;
    display: block;
    top: -10px;
    right: -10px;
    background-color: rgba(252, 224, 161, 0.5);
    border-radius: 7px;
    color: #969696;
    font-size: 9px;
    padding: 2px;
    width: 18px;
    height: 16px;
    text-align: center;
}

.post-nav li a {
    padding: 10px;
    color: #6E7C9F;
    font: bold 18px 'Philosopher', serif;
}

.post-nav li:hover, li.active {
    color: #3A6CB1;
    text-decoration: none;
    border-radius: 12px;
}

.post-nav li img[class*="post"] {
    float: left;
    margin: 0 !important;
    cursor: pointer;
}

.post-form table th {
    width: 245px;
}

.post-form .useful-emoji span {
    margin-right: 5px;
}

.post-form table td,
.post-form table th {
    text-align: left;
}

.post-form table textarea {
    width: 100%;
}

a.scroll-up {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 35px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.7) url(../../img/upward.png) no-repeat center top;
    z-index: 500;
    border-radius: 7px;
}

a.scroll-up:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.keyword-search {
    width: 200px;
}

.total-count {
    margin-top: 8px;
    color: #1b7d8b;
    font: small-caps 16px 'Philosopher', sans-serif;
    letter-spacing: 1px;
}

.total-count span {
    font-weight: bold;
}

.post-container {
    margin-top: 20px;
}

.post-item {
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #9fc4da;
    width: 98%;
}

.post-item .post-content img {
    width: 16px;
}

.post-item .post-content ul {
    list-style: none;
    margin-bottom: 10px;
}

.post-item .post-content ol {
    padding-left: 15px;
}

.post-item .post-content blockquote {
    font-size: 14px;
    color: #2e7598;
}

.post-item .post-images {
    text-align: center;
    margin: 0 auto 20px;
}

.post-item .post-images img {
    border-radius: 10px !important;
}

.post-item .post-video {
    width: 70%;
    text-align: center;
    margin: 0 auto 20px;
}

.post-item .post-video.mobile-video {
    width: 100%;
}

.post-item .post-video.video-orientation-2 {
    width: 250px;
}

.fotorama__wrap {
    margin: auto;
}

.post-item .post-tags {
    margin: 10px 0;
}

.post-item .post-tags a {
    font-size: 10px;
    color: gray;
    background-color: rgba(252, 229, 189, 0.5);
    padding: 1px 3px;
    border-radius: 2px;
}

.post-item .post-tags a:hover {
    color: #8e6d58;
    text-decoration: none;
}

.post-item ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.post-actions a {
    text-decoration: none;
}

.post-actions a.share-post {
    font: 16px 'Philosopher', serif;
    color: #4F7093;
}

.show-more {
    padding: 7px;
    font: small-caps 16px 'Philosopher', sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: rgba(175, 205, 237, 0.3);
    cursor: pointer;
    border: 1px solid #c1d7ff;
    border-radius: 10px;
    color: #3585b4;
}

.entrypoint-buttons {
    line-height: 45px;
    margin-top: 20px;
}

.actions a:hover,
.actions a:focus {
    text-decoration: none;
}

.stuff-container .stuff-supplier {
    width: 120px;
    text-align: right;
    padding-right: 10px;
}

.stuff-container .stuff-comment {
    font-size: 12px;
    color: #444266;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #9f9f9f;
}

.prosto-form label {
    font-weight: normal;
}

/* Support */

.forum-post .post-text .attachments {
    margin: 0;
}

.forum-post .post-text .attachments li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    font-size: 10px;
}

.forum-post .post-text .attachments li:not(.image) {
    padding-left: 20px;
}

.forum-post .post-text .attachments li.image {
    border: 10px double #e7e1c7;
    text-align: center;
}

.forum-post .post-text .attachments img {
    max-height: 270px;
}

.dialog-wrapper {
    position: relative;
    min-width: 350px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.dialog-wrapper .message-container {
    height: 400px;
    overflow-y: scroll;
}

.chat-form-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.chat-form {
    position: relative;
}

.chat-form .form-buttons > div {
    line-height: 32px;
    vertical-align: middle;
}

.message-item {
    margin-bottom: 7px;
    padding: 0 5px;
}

.chat-item .avatar {
    width: 80px;
}

.chat-item .unread-msg {
    width: 24px;
    height: 20px;
    padding-top: 1px;
    border-radius: 20px;
    background-color: #47b742;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.message-item .avatar img {
    width: 50px;
    border-radius: 25px;
}

.message-item label a {
    color: #ffffff;
    text-decoration: none !important;
}

.message-item label {
    display: inline-block;
    margin-top: 5px;
}

.chat-item .avatar img {
    width: 80px;
    border-radius: 40px;
}

.chat-item .username a {
    font-weight: bold;
}

.chat-item .message-participant .username {
    overflow: hidden;
}

.chat-item .message-preview > div:first-child {
    max-height: 120px;
    overflow: hidden;
}

.chat-item .message-preview .avatar {
    width: 30px;
}

.chat-item .message-preview .avatar img {
    width: 30px;
    border-radius: 15px;
}

.chat-item .message-preview .last-message-info {
    margin-bottom: 7px;
}

.chat-item .message-preview .last-message-info > div {
    vertical-align: middle;
}

.chat-item {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 10px 10px;
}

.chat-item label {
    display: inline-block;
}

.chat-item label a {
    color: #ffffff;
}

.chat-item .date {
    font-size: 10px;
    color: grey;
}

.chat-item > div:first-child {
    margin-right: 10px;
    width: 80px;
}

.chat-item > div:last-child {
    width: calc(100% - 100px);
    overflow: hidden;
}

.chat-item:nth-of-type(even) {
    background-color: #fffdf6;
}

.message-item .message-content {
    position: relative;
    text-align: left;
    max-width: 62%;
    min-width: 200px;
}

.message-item .message-content .message-text {
    overflow-x: hidden;
}

.message-item .message-content h4 {
    margin-bottom: 12px;
}

.message-item .message-content hr {
    margin: 10px;
    border: 1px dashed #e1d8c6;
}

.message-item .message-content .message-date {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    color: grey;
}

.message-item .side-you .message-content .message-date {
    left: 0;
}

.message-item .side-participant .message-content .message-date {
    right: 0;
}

.message-wrapper {
    padding: 10px 0;
}

/* Footer */

.footer-upper {
    padding: 10px;
    margin: 30px 0 10px;
    font: small-caps 15px 'Philosopher', sans-serif;
    text-align: center;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    color: #a4a4d5;
}

.footer-upper a {
    margin: 0 5px;
}

.footer {
    font-size: 10px;
    text-align: center;
}

.footer a {
    margin: 0 5px;
}

/* Common */

button,
button:focus,
input,
input:focus,
select,
select:focus {
    outline: none !important;
}

input, textarea {
    padding: 6px;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #999999;
    border-radius: 5px;
    outline: none;
}

select {
    height: 35px;
}

textarea {
    resize: vertical;
}

.btn {
    cursor: pointer;
}

img.ajax {
    display: none;
}

form textarea {
    width: 100%;
}

.error-summary {
    text-align: left;
    font-size: 12px;
}

.social-network {
    display: inline-block;
    background: url(../../img/sprite/social-networks.png?v=1) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 25px;
    height: 25px;
}

.social-network-telegram {
    background-position: -0px -50px;
}

.social-network-youtube {
    background-position: -25px -75px;
}

.tip {
    font-size: 10px;
    color: gray;
}

.http-error {
    text-align: center;
}

.form-404 > div {
    margin-bottom: 20px;
}

.form-404 > div > input {
    font-size: 18px;
}

.ui-dialog-titlebar-close {
    background: url(../../img/delete.png) no-repeat;
    border: 1px solid #a7a7a7;
}

.nav-pills.subnav-pills > li.active > a,
.nav-pills.subnav-pills > li.active > a:focus,
.nav-pills.subnav-pills > li.active >a :hover {
    color: #1b248b;
    background-color: #c5deed;
    font: 16px 'Philosopher';
}

.nav-pills.subnav-pills > li {
    float: none;
    display: inline-block;
}

.nav > li > a {
    padding: 10px;
}

.alert {
    margin: 20px 0;
    padding: 15px;
}

.orange {
    color: #ff6a00;
}

.opacity-75 {
    opacity: 0.75;
}

.dotted {
    border-bottom: 2px dotted #9bb8ea;
}

.full-width {
    width: 98% !important;
}

.auto-margin {
    margin-left: auto;
    margin-right: auto;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.small-caps {
    font-variant: all-small-caps;
}

.font-small {
    font-size: 10px;
}

.font-large {
    font-size: 14px;
}

.font-xlarge {
    font-size: 18px;
}

.font-xxlarge {
    font-size: 24px;
}

.valign {
    vertical-align: top;
}

.no-underline {
    text-decoration: none !important;
}

.no-whitespace {
    white-space: nowrap;
}

.unstyled-list {
    list-style-type: none;
}

.unstyled-padded-list {
    list-style-type: none;
    padding: 0 20px;
}

.unstyled-padded-list > li {
    padding: 5px 0;
}

.unstyled-unpadded-list {
    list-style-type: none;
    padding-left: 0 !important;
}

.unpadded-list {
    padding-left: 0 !important;
}

.highlighted-list li {
    font-family: 'Times New Roman', serif;
    line-height: 24px;
    font-style: italic;
}

.prosto-radio label {
    width: 300px;
    padding: 10px;
    border: 1px solid #e2dac9;
    border-radius: 3px;
    cursor: pointer;
    text-align: left;
}

.prosto-radio label.disabled {
    opacity: 0.5;
}

.prosto-radio label.selected {
    border-left-width: 5px;
    width: 295px;
}

.prosto-radio label.selected:not(.alert) {
    background-color: #fbf9ee;
}

.general-search-form > div {
    height: 40px;
}

.subnav-pills {
    border-bottom: 2px solid #c5deed;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.w-20 {
    width: 20px !important;
}

.w-30 {
    width: 30px !important;
}

.w-50 {
    width: 50px !important;
}

.w-80 {
    width: 80px !important;
}

.w-100 {
    width: 100px !important;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.w-350 {
    width: 350px !important;
}

.w-400 {
    width: 400px !important;
}

.w-450 {
    width: 450px !important;
}

.w-500 {
    width: 500px !important;
}

.mw-500 {
    max-width: 500px !important;
}

.st-5 {
    margin-top: 5px !important;
}

.st-10 {
    margin-top: 10px !important;
}

.st-15 {
    margin-top: 15px !important;
}

.st-20 {
    margin-top: 20px !important;
}

.st-30 {
    margin-top: 30px !important;
}

.sb-5 {
    margin-bottom: 5px !important;
}

.sb-10 {
    margin-bottom: 10px !important;
}

.sb-20 {
    margin-bottom: 20px !important;
}

.sr-5 {
    margin-right: 5px !important;
}

.sr-10 {
    margin-right: 10px !important;
}

.sr-20 {
    margin-right: 20px !important;
}

.sl-5 {
    margin-left: 5px !important;
}

.sl-10 {
    margin-left: 10px !important;
}

.sl-20 {
    margin-left: 20px !important;
}

.alleft {
    text-align: left;
}

.alright {
    text-align: right;
}

.alcenter {
    text-align: center;
}

.hidden {
    display: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.strike-through {
    text-decoration: line-through;
}

.clearfix {
    clear: both;
}

.bold {
    font-weight: bold;
}

.red {
    color: #f91d1d;
}

.green {
    color: green;
}

.blue {
    color: #4300b6;
}

.input-group {
    width: 100%;
}

.input-group:not(:first-of-type) {
    margin-top: 5px;
}

.input-group .input-group-addon {
    text-align: right;
}

.bootstrap-datetimepicker-widget.dropdown-menu ul {
    padding: 0;
}

.cookieinfo-close {
    color: white;
}

.chzn-choices {
    border-radius: 5px;
}
