a[name], a[name]:hover { text-decoration: inherit; color: inherit; }

.width-1 { width: 1%; }
.width-100 { width: 100%; }
.width-1px { width: 1px; }
.no-margin { margin: 0 !important; }
.margin-top-0 { margin-bottom: 0 !important; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }`
.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-top-bottom-10 { margin-top: 10px; margin-bottom: 10px; }
.padding-0 { padding: 0 !important; }
.padding-10 { padding: 10px; }
.display-none { display: none !important; }
.overflow-visible { overflow: visible; }

.opacity-05 { opacity: 0.5; }
.opacity-03 { opacity: 0.3; }

.border-1-solid-lightgray { border: 1px solid lightgray; }
.border-radius-4 { border-radius: 4px; }

.float-left { float: left; }
.float-right { float: right; }
.flex-wrap { display: flex; display: -webkit-flex; flex-wrap: wrap; }

.text-color-error { color: #b94a48 !important; }

table.text-center td, table.text-center th, table td.text-center, table th.text-center { text-align: center; }

.gold { color: gold; }
.silver { color: silver; }
.bronze { color: #c45010; }

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a.notUnderline {
    text-decoration: none !important;
}

a.notUnderline .underline {
    text-decoration: underline;
}

a.pointerEventsNone {
    pointer-events: none; color: gray;
}

/* Изображение */
img.polaroid {
    padding: 2px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    box-sizing: border-box !important;
}

img.no-photo {
    padding: 5%;
    background-color: #ffffff;
    border: 1px solid #666666;
    box-sizing: border-box !important;
}

/* Маркеры */
.marker {
    display: inline-block;
    padding: .3em .5em;
    border-radius: 4px;
    font-size: max(.8em, 12px);
    line-height: 1;
    color: #eeeeee;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.marker.marker-default { background-color: #444444; }
.marker.marker-important { background-color: #f37334; }
.marker.marker-specialOffer { background-color: #d9534f; }
.marker .qsf { font-size: 16px; }

/* Возрастное ограничение */
.ageRestriction {
    display: inline-block;
    width: 2em;
    border-radius: 50%;
    border: 2px solid #333333;
    font-size: max(.5em, 12px);
    line-height: 2em;
    font-weight: bold;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    box-sizing: content-box !important;
    user-select: none;
}

.ageRestriction.reverse {
    border-color: #eeeeee;
    color: #eeeeee;
}

/* Стандартные настройки для иконки */
.icon-default {
    font-size: max(1.6em, 12px);
    /*line-height: 1em;*/
    color: #222222;
    vertical-align: middle;
    box-sizing: content-box !important;
    text-decoration: none;
}
.icon-default.reverse { color: #eeeeee; }
.icon-success { color: green; }
.icon-warning { color: orange; }
.icon-error { color: red; }

/*** Загрузки ***/

.loadingQT {
    position: relative;
    width: 100%;
    height: 80vh;
}

.loadingQT .logo {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
}

.loadingQT .text {
    width: 100%;
    margin-top: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
}

.loadingQT .spinner {
    height: 120px;
    width: 120px;
    margin: -60px 0 0 -60px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(243, 115, 52, 1);
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}

.loadingQT .spinner:before, .loadingQT .spinner:after {
    position: absolute;
    content: '';
    border: 3px solid transparent;
    border-radius: 50%;
}

.loadingQT .spinner:before {
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    border-top-color: rgba(243, 115, 52, 1);
    animation: spin 1.4s linear infinite;
}

.loadingQT .spinner:after {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-top-color: rgba(243, 115, 52, 1);
    animation: spin 1.6s linear infinite;
}

.loadingQT2 {
    position: relative;
    min-height: 250px;
}

.loadingQT2 .logo {
    width: 60px; height: 60px;
    margin: -30px 0 0 -30px;
    position: absolute;
    left: 50%; top: 50%;
    text-align: center;
}

.loadingQT2 .text {
    width: 100%;
    margin-top: 80px;
    position: absolute;
    left: 0; top: 50%;
    text-align: center;
}

.loadingQT2 .spinner {
    width: 120px; height: 120px;
    margin: -60px 0 0 -60px;
    position: absolute;
    left: 50%; top: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(243, 115, 52, 1);
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}

.loadingQT2 .spinner:before, .loadingQT2 .spinner:after {
    position: absolute;
    content: '';
    border: 3px solid transparent;
    border-radius: 50%;
}

.loadingQT2 .spinner:before {
    top: -12px; bottom: -12px;
    left: -12px; right: -12px;
    border-top-color: rgba(243, 115, 52, 1);
    animation: spin 1.4s linear infinite;
}

.loadingQT2 .spinner:after {
    top: 6px; bottom: 6px;
    left: 6px; right: 6px;
    border-top-color: rgba(243, 115, 52, 1);
    animation: spin 1.6s linear infinite;
}

.loadingQT2 .pulse {
    width: 120px; height: 120px;
    margin: -60px 0 0 -60px;
    position: absolute;
    left: 50%; top: 50%;
    border: 3px solid transparent;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes pulse {
    0% { -webkit-box-shadow: 0 0 0 0 rgba(243, 115, 52, 0.4); }
    70% { -webkit-box-shadow: 0 0 0 64px rgba(243, 115, 52, 0); }
    100% { -webkit-box-shadow: 0 0 0 0 rgba(243, 115, 52, 0); }
}

@keyframes pulse {
    0% { -moz-box-shadow: 0 0 0 0 rgba(243, 115, 52, 0.4); box-shadow: 0 0 0 0 rgba(243, 115, 52, 0.4); }
    70% { -moz-box-shadow: 0 0 0 64px rgba(243, 115, 52, 0); box-shadow: 0 0 0 64px rgba(243, 115, 52, 0); }
    100% { -moz-box-shadow: 0 0 0 0 rgba(243, 115, 52, 0); box-shadow: 0 0 0 0 rgba(243, 115, 52, 0); }
}

input.pulse {
    animation: inputPulse 3s infinite;
}
@-webkit-keyframes inputPulse {
    0% { -webkit-box-shadow: 0 0 0 0 rgba(243, 115, 52, 0.4); }
    50% { -webkit-box-shadow: 0 0 0 10px rgba(243, 115, 52, 0); }
    100% { -webkit-box-shadow: 0 0 0 0 rgba(243, 115, 52, 0); }
}

@keyframes inputPulse {
    0% { -moz-box-shadow: 0 0 0 0 rgba(243, 115, 52, 0.4); box-shadow: 0 0 0 0 rgba(243, 115, 52, 0.4); }
    50% { -moz-box-shadow: 0 0 0 10px rgba(243, 115, 52, 0); box-shadow: 0 0 0 10px rgba(243, 115, 52, 0); }
    100% { -moz-box-shadow: 0 0 0 0 rgba(243, 115, 52, 0); box-shadow: 0 0 0 0 rgba(243, 115, 52, 0); }
}
