/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    p {
        orphans: 3;
        widows: 3
    }

    .navbar {
        display: none
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

a,
button {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h4 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h4 {
    font-size: 1.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small {
    font-size: 80%;
    font-weight: 400
}

.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-2,
.col-3,
.col-5,
.col-6,
.col-7,
.col-lg-1,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-lg-9,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-sm-2,
.col-sm-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .middle-logo{
        -ms-flex: 0 0 32%;
        flex: 0 0 32% !important;
        max-width: 32% !important;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .searchbuttonh{
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 33%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .middle-logo{
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 50%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {}

.bg-dark {
    background-color: #343a40 !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-auto {
    margin-left: auto !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none
    }

    .show-m {
        display: none !important;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .hidden-md {
        display: none
    }
}

@media (max-width:991px) and (min-width:768px) {
    .hidden-sm {
        display: none
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none
    }
}

@media (min-width:1200px) {
    .svg-middle {
        width: 35%;
        padding-bottom: 4px
    }
}

@media (min-width:1200px) and (max-width:1329px) {
    .svg-middle {
        width: 35%;
        padding-bottom: 4px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .svg-middle {
        width: 45%;
        padding-bottom: 4px
    }
}

@media (min-width:992px) {
    .menu .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .just-cont-center {
        justify-content: center
    }

    .mobile-sm-icons {
        display: none
    }

    .xs-search-icon {
        display: none
    }
}

@media (max-width:992px) {
    .xs-search-icon {
        padding-right: 15px;
        font-size: 1.7rem;
        display: block
    }

    .sm-icons {
        display: none
    }

    .mobile-sm-icons {
        text-align: center;
        padding-top: 5px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .svg-middle {
        width: 60%;
        padding-bottom: 4px
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none
    }

    .show-dt {
        display: none !important;
    }

    .svg-middle {
        width: 60%;
        padding-bottom: 4px
    }
}

@media (max-width:575px) {
    #city-comtainer {
        text-align: center
    }

    #logo-comtainer {
        text-align: center
    }
}

@media (min-width:576px)and (max-width:766px) {
    #city-comtainer {
        text-align: center
    }

    #logo-comtainer {
        text-align: center
    }
}

@media (min-width:767px) {
    #logo-comtainer {
        text-align: center
    }
}

.navbar-toggler {
    border: none
}

.d-show {
    display: initial !important
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px !important
}

.mb15 {
    margin-bottom: 15px
}

.pb15 {
    padding-bottom: 15px
}

.social-fb,
.social-inst,
.social-tg,
.social-tw {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: grey;
    filter: brightness(1.4);
    text-indent: -999em;
    border: 2px solid;
    border-radius: 50%;
    background: url(/user/img/icons/sprite.png) no-repeat;
    margin-right: -4px
}

.social-fb {
    background-position: -134px -48px
}

.social-tw {
    background-position: -148px -48px
}

.social-inst {
    background-position: -169px -47px
}

.social-tg {
    background-position: -190px -47px
}

header a {
    color: grey
}

.menu-divider {
    margin: 8px 0 0 0;
    border: 0;
    border-top: 1px solid #f8f9fa;
    width: 100%;
    position: relative;
    top: 1px
}

nav {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px
}

#navbarColor01 {
    text-transform: uppercase
}

.navbar {
    padding: 0 15px
}

#topnavbar {
    z-index: 100
}

.container::after {
    content: '';
    display: block;
    overflow: hidden
}

.totop {
    background: #333;
    position: fixed;
    bottom: 15px;
    left: 15px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 2px 15px 5px !important;
    line-height: 1;
    opacity: .3;
    display: none
}

#disclaimer {
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 12px
}

#disclaimer p {
    margin: 0 !important
}

#disclaimer .i_agree {
    float: right
}

#disclaimer a {
    color: #f90000
}

@media (min-width:1330px) {
    .container {
        max-width: 1310px
    }
}

@media (min-width:1030px) {
    .container.container-narrow {
        max-width: 1000px
    }
}

.box-error {
    text-align: center;
    margin-top: 30px
}

.box-error__logo {
    margin-bottom: 30px
}

.art_middle {
    width: 300px;
    margin-right: 45px;
    margin-bottom: 20px
}

.art_photo {
    overflow: hidden
}

.sp_art_rubric {
    background-color: #f7f7f7;
    padding: 10px;
    color: #9d9d9d;
    text-align: left
}

.sp_art_rubric a {
    color: #9d9d9d;
    text-transform: uppercase;
    font-size: 12px
}

section .art_data {
    background-color: #fff;
    padding: 10px
}

section .art_data h2 {
    font-size: 16px;
    color: #000;
    text-align: left
}

.art_middle .art_photo {
    height: 200px
}

.art_middle .art_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

section .art_data h2 a {
    color: #656565;
    font-size: 15px
}

.box-error__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0 20px
}

.box-error__items .art_middle:nth-child(2n) {
    margin-right: 0
}

@media (max-width:767px) {
    .art_middle {
        margin-right: 0
    }
}

.navbar-toggler.d-show.text-right img,
.xs-search-icon img {
    width: 24px;
    height: 24px
}

p {
    margin-top: 10px !important
}

@media (max-width:959px) {
    .d-flex {
        flex-wrap: wrap
    }
}

.center {
    float: none
}

body {
    background-color: #fff
}

.col-12 {
    width: 100%
}

.col-6 {
    width: 50%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

@media (max-width:768px) {
    body {
        background: transparent none !important
    }

    .col-xs-12 {
        width: 100%
    }
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@media (min-width:1000px) {
    .branding #branding {
        max-width: 980px;
        background-color: #fff;
        margin: 0 auto
    }

    .branding #top-ad {
        display: none
    }

    .branding #calendar .hov-darker {
        height: 133px
    }
}

.b-branding__link {
    display: block;
    top: 0
}

.b-branding__link_top {
    position: absolute;
    left: 50%;
    width: 980px;
    height: 90px;
    margin-left: -490px
}

.b-branding__link_left,
.b-branding__link_right {
    position: fixed;
    top: 30px;
    width: 50%;
    height: 100%
}

.b-branding__link_right {
    left: 50%;
    margin-left: 490px
}

.vc_list li {
    padding: 10px 0 5px;
    list-style: none
}

.verticalCarousel a {
    color: #29201c
}

.vc_list li a:hover {
    text-decoration: none;
    color: #721c24
}

.vc_list li span {
    font-size: 10px;
    color: #777;
    font-weight: 400;
    margin-right: 3px
}

.vc_list li span {
    font-size: 10px;
    color: #777;
    font-weight: 400;
    margin-right: 3px
}

.fa-eye {
    background-image: url(/user/img/icons/eye-open.svg);
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: -2px;
    background-repeat: no-repeat;
    background-size: cover
}

.news,
.news a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    padding: 3px 7px;
    text-transform: uppercase;
    background-color: #23538a;
    color: #fff !important
}

.news.centre {
    width: auto;
    display: block;
    text-align: center;
    background: #fff;
    padding: 0 7px
}

h2.news {
    font-weight: 500
}

.news {
    display: inline-block
}

.news.centre h1 {
    display: inline;
    padding: 3px 5px;
    background-color: #23538a;
    font-weight: 500
}

.actual-tegs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -2px
}

.actual-tegs h2 {
    display: inline-block;
    font-weight: 500;
    margin: 0 10px 0 0
}

.actual-tegs+.row {
    margin-top: 0 !important
}

.actual-tegs h2 a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    padding: 3px 7px;
    text-transform: uppercase;
    background-color: #343a40;
    color: #fff !important
}

.actual-tegs h2 a:hover {
    text-decoration: none
}

.news.centre {
    width: auto;
    display: block;
    text-align: center;
    background: #fff;
    padding: 0 7px
}

h2.news {
    font-weight: 500
}

.news {
    display: inline-block
}

.news.centre h1 {
    display: inline;
    padding: 4px 5px;
    background-color: #23538a;
    font-weight: 500;
    font-size: 18px !important
}

.mark.calendars h3 {
    display: inline;
    font-size: 1rem;
    font-weight: 500
}

.splide__slide a h3 {
    font-size: 16px;
    line-height: 18px;
    display: inline;
    font-weight: 500
}

.text.xs-resp .mark+a {
    display: block
}

.text.xs-resp .mark+a:hover {
    text-decoration: none
}

.text.xs-resp .mark+a .card-title,
.text.xs-resp .mark+a .card-title+p {
    background: rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    display: inherit
}

.text.xs-resp .mark+a .card-title {
    font-size: 25px
}

.text.xs-resp .mark+a .card-title+p:hover,
.text.xs-resp .mark+a .card-title:hover {
    color: #ddd !important;
    text-decoration: none
}

.text.xs-resp .mark.other {
    display: inline-block
}

.pagination .page-link h4 {
    margin-bottom: 0;
    padding-top: 0
}

.svg-middle {
    width: 100% !important;
}

.mplette-c {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.mplette-c .mark {
    display: inline-block;
    margin-bottom: 10px;
}

.mplette-c .card-title {
    margin-bottom: 0;
    padding: 7px;
    padding-bottom: .75rem;
}

.mplette-c .card-title,
.mplette-c .card-title+p {
    background: rgba(0, 0, 0, .3);
    color: white;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}

@media (max-width: 991px) {
    .mplette-c {
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
        box-shadow: inset 0 0 0 1px #8b4513;
        padding: 15px;
    }

    .mplette-c .text.sp-f {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .card.mplette-c {
        height: 455px;
    }
}

@media (max-width: 500px) {
    .card.mplette-c {
        height: 420px;
    }
}

@media (max-width: 400px) {
    .card.mplette-c {
        height: 400px;
    }
}

@media (max-width: 360px) {
    .card.mplette-c {
        height: 380px;
    }
}
.lans_switch_style{
    right: 120px !important;
}
@media (max-width: 1199px) {
.lans_switch_style{
    right: 85px !important;
}
}
@media screen and (max-width: 1150px) and (min-width: 992px){
.lans_switch_style {
    right: 85px !important;
}}
@media screen and (max-width: 1150px) and (min-width: 992px){
.lans_switch_style {
    right: 85px !important;
}}
@media (max-width: 991px){
.lans_switch_style {
    display: block !important;
    top: 10px !important;
}}
@media (max-width: 767px){
.lans_switch_style {
        width: 71px;
}}
@media (max-width: 470px){
.middle-logo{
        -ms-flex: 0 0 32%;
        flex: 0 0 26% !important;
        max-width: 26% !important;
    }
    .lans_switch_style {
    right: 70px !important;
}
}

@media (max-width: 400px){

    .lans_switch_style {
    right: 62px !important;
    font-size: 14px;
    width: 62px !important;
}
}
.lans_switch_style .lang_active {
    font-weight: 800 !important;
}
