

/* Start:/local/templates/template/css/template_styles.css?1741939684218752*/
overflow: hidden

;
display: flex

;
justify-content: center

;
726
px

!important
;
@charset "UTF-8";
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.carousel:not(.slick-initialized) {
    position: absolute;
    visibility: hidden;
    z-index: -100
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@font-face {
    font-family: Roboto;
    src: url(/local/templates/template/css/../fonts/Roboto-LightItalic.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Roboto-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/local/templates/template/css/../fonts/Roboto-Light.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/local/templates/template/css/../fonts/Roboto-Regular.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/local/templates/template/css/../fonts/Roboto-Italic.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Roboto-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/local/templates/template/css/../fonts/Roboto-Medium.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/local/templates/template/css/../fonts/Roboto-MediumItalic.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Roboto-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/local/templates/template/css/../fonts/Roboto-Bold.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/local/templates/template/css/../fonts/Roboto-BoldItalic.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Roboto-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(/local/templates/template/css/../fonts/RobotoCondensed-Bold.woff2) format("woff2"), url(/local/templates/template/css/../fonts/RobotoCondensed-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(/local/templates/template/css/../fonts/RobotoCondensed-Light.woff2) format("woff2"), url(/local/templates/template/css/../fonts/RobotoCondensed-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Ruda;
    src: url(/local/templates/template/css/../fonts/Ruda-Bold.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Ruda-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Ruda;
    src: url(/local/templates/template/css/../fonts/Ruda-Regular.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Ruda-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Ruda;
    src: url(/local/templates/template/css/../fonts/Ruda-Regular.woff2) format("woff2"), url(/local/templates/template/css/../fonts/Ruda-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.icon_angle-down {
    font-size: .7rem;
    width: 1.42857em
}

.icon_cart {
    font-size: 3.2rem;
    width: 1em
}

.icon_checked {
    font-size: .9rem;
    width: 1.11111em
}

.icon_circle {
    font-size: 2.2rem;
    width: 1em
}

.icon_close {
    font-size: 2.4rem;
    width: 1em
}

.icon_fb {
    font-size: 2.8rem;
    width: .57143em
}

.icon_file-text2 {
    font-size: 3.2rem;
    width: 1em
}

.icon_filter {
    font-size: 2.4rem;
    width: 1em
}

.icon_heart {
    font-size: 2.8rem;
    width: 1em
}

.icon_heart-o {
    font-size: 2.8rem;
    width: 1em
}

.icon_like {
    font-size: 3.2rem;
    width: 1em
}

.icon_od {
    font-size: 2.8rem;
    width: .71429em
}

.icon_paperclip {
    font-size: 3.2rem;
    width: 1em
}

.icon_pdf {
    font-size: 3.2rem;
    width: 1em
}

.icon_play {
    font-size: 1rem;
    width: .9em
}

.icon_print {
    font-size: 3.2rem;
    width: 1em
}

.icon_search {
    font-size: 2rem;
    width: 1em
}

.icon_star-full {
    font-size: 3.2rem;
    width: 1em
}

.icon_tw {
    font-size: 2.8rem;
    width: .92857em
}

.icon_user-o {
    font-size: 2.8rem;
    width: .85714em
}

.icon_view-list {
    font-size: 1.7rem;
    width: 1.17647em
}

.icon_view-tile {
    font-size: 2rem;
    width: 1em
}

.icon_vk {
    font-size: 2.8rem;
    width: 1.10714em
}

.icon_yp {
    font-size: 2.8rem;
    width: 1em
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.lnk, a {
    color: #5e81ff;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: all .3s ease 0s
}

.lnk:hover, a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
    color: #5e81ff
}

a > .ttl {
    color: black;
}

a > .ttl:hover {
    color: #5e81ff;
}

a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
    border-bottom-color: transparent
}

.lnk_reverse, .pages-controls .views a, .popular-searches a, footer a {
    border-bottom-color: transparent
}

.lnk_reverse:hover, .pages-controls .views a:hover, .popular-searches a:hover, footer a:hover {
    border-bottom-color: currentColor
}

.lnk-abs {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3.5px;
    margin-left: -3.5px
}

@media (min-width: 576px) {
    .row {
        margin-right: -7px;
        margin-left: -7px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -7px;
        margin-left: -7px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -7px;
        margin-left: -7px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -7px;
        margin-left: -7px
    }
}

@media (min-width: 1400px) {
    .row {
        margin-right: -7px;
        margin-left: -7px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

@media (min-width: 576px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-right: 7px;
        padding-left: 7px
    }
}

@media (min-width: 768px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-right: 7px;
        padding-left: 7px
    }
}

@media (min-width: 992px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-right: 7px;
        padding-left: 7px
    }
}

@media (min-width: 1200px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-right: 7px;
        padding-left: 7px
    }
}

@media (min-width: 1400px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-right: 7px;
        padding-left: 7px
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

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

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

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

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

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

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.33333%
}

.pull-2 {
    right: 16.66667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.33333%
}

.pull-5 {
    right: 41.66667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.33333%
}

.pull-8 {
    right: 66.66667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.33333%
}

.pull-11 {
    right: 91.66667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.33333%
}

.push-2 {
    left: 16.66667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.33333%
}

.push-5 {
    left: 41.66667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.33333%
}

.push-8 {
    left: 66.66667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.33333%
}

.push-11 {
    left: 91.66667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.33333%
    }

    .pull-sm-2 {
        right: 16.66667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.33333%
    }

    .pull-sm-5 {
        right: 41.66667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.33333%
    }

    .pull-sm-8 {
        right: 66.66667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.33333%
    }

    .pull-sm-11 {
        right: 91.66667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

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

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.33333%
    }

    .pull-md-2 {
        right: 16.66667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.33333%
    }

    .pull-md-5 {
        right: 41.66667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.33333%
    }

    .pull-md-8 {
        right: 66.66667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.33333%
    }

    .pull-md-11 {
        right: 91.66667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

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

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.33333%
    }

    .pull-lg-2 {
        right: 16.66667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.33333%
    }

    .pull-lg-5 {
        right: 41.66667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.33333%
    }

    .pull-lg-8 {
        right: 66.66667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.33333%
    }

    .pull-lg-11 {
        right: 91.66667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333%
    }

    .pull-xl-2 {
        right: 16.66667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xl-5 {
        right: 41.66667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333%
    }

    .pull-xl-8 {
        right: 66.66667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333%
    }

    .pull-xl-11 {
        right: 91.66667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .pull-xxl-0 {
        right: auto
    }

    .pull-xxl-1 {
        right: 8.33333%
    }

    .pull-xxl-2 {
        right: 16.66667%
    }

    .pull-xxl-3 {
        right: 25%
    }

    .pull-xxl-4 {
        right: 33.33333%
    }

    .pull-xxl-5 {
        right: 41.66667%
    }

    .pull-xxl-6 {
        right: 50%
    }

    .pull-xxl-7 {
        right: 58.33333%
    }

    .pull-xxl-8 {
        right: 66.66667%
    }

    .pull-xxl-9 {
        right: 75%
    }

    .pull-xxl-10 {
        right: 83.33333%
    }

    .pull-xxl-11 {
        right: 91.66667%
    }

    .pull-xxl-12 {
        right: 100%
    }

    .push-xxl-0 {
        left: auto
    }

    .push-xxl-1 {
        left: 8.33333%
    }

    .push-xxl-2 {
        left: 16.66667%
    }

    .push-xxl-3 {
        left: 25%
    }

    .push-xxl-4 {
        left: 33.33333%
    }

    .push-xxl-5 {
        left: 41.66667%
    }

    .push-xxl-6 {
        left: 50%
    }

    .push-xxl-7 {
        left: 58.33333%
    }

    .push-xxl-8 {
        left: 66.66667%
    }

    .push-xxl-9 {
        left: 75%
    }

    .push-xxl-10 {
        left: 83.33333%
    }

    .push-xxl-11 {
        left: 91.66667%
    }

    .push-xxl-12 {
        left: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.btn {
    border: 1px solid #002094;
    background: #002094;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 23px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer
}

.btn:hover {
    border: 1px solid #002094;
    background: #002094;
    color: #5e81ff
}

.btn.bg-white {
    color: #002094
}

.btn.bg-white:hover {
    background: #fff;
    color: #5e81ff
}

.btn.border-white {
    border-color: #fff
}

.btn.border-blue {
    background: #fff;
    color: #002094;
    border-color: #002094
}

.btn.border-blue:hover {
    background: #002094;
    color: #fff
}

.btn.word-wrap {
    white-space: normal
}

.btn:disabled, .btn:disabled:focus, .btn:disabled:hover, .btn[disabled] {
    background: #fff !important;
    border: 1px solid #e1dddd !important;
    cursor: default !important;
    color: #e1dddd !important
}

.btn.btn-add-cart {
    position: relative;
    padding-left: 56px
}

.btn.btn-add-cart .icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid;
    display: flex;
    width: 33px;
    align-items: center;
    justify-content: center
}

.btn.btn-add-cart .icon-wrap .icon {
    width: 20px;
    height: 20px
}

.btn-fluid {
    width: 100%
}

.btn-lg {
    font-size: 15px;
    line-height: 16px;
    padding: 12px 15px 12px
}

@media (min-width: 768px) {
    .btn-lg {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 15px 10px
    }
}

.btn-sm {
    font-size: 14px;
    line-height: 13px;
    padding: 4px 10px 5px
}

@media (min-width: 768px) {
    .btn-sm {
        font-size: 15px;
        line-height: 15px
    }
}

.btn-square {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #fff;
    color: currentColor
}

.btn-square:hover {
    background: #002094;
    color: #fff
}

.btn-square .icon {
    display: block;
    width: 36px;
    height: 36px
}

.form-group {
    margin: 0 0 15px
}

.form-group.is-error .error-message {
    display: block
}

.inp-lbl {
    cursor: pointer;
    padding-bottom: 13px;
    display: inline-block
}

.error-message {
    color: #ff0101;
    font-size: 13px;
    line-height: 13px;
    padding-left: 11px;
    display: none;
    padding-top: 4px
}

.form-control {
    resize: none;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    padding: 9px 9px 9px 11px;
    font-size: 13px !important;
    line-height: 16px;
    outline: 0;
    box-shadow: none
}

.form-control.border-blue {
    border-color: #002094
}

@media (min-width: 768px) {
    .form-control {
        font-size: 13px
    }
}

.form-control::-webkit-input-placeholder {
    font-weight: 300;
    opacity: 1;
    font-style: italic;
    color: #454545
}

.form-control::-moz-placeholder {
    font-weight: 300;
    opacity: 1;
    font-style: italic;
    color: #454545
}

.form-control:-moz-placeholder {
    font-weight: 300;
    opacity: 1;
    font-style: italic;
    color: #454545
}

.form-control:-ms-input-placeholder {
    font-weight: 300;
    opacity: 1;
    font-style: italic;
    color: #454545
}

.form-control.input-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 15px
}

.form-control.is-error {
    border-color: #ff0101 !important
}

.form-file {
    display: flex
}

@media (max-width: 767px) {
    .form-file {
        flex-flow: row wrap
    }
}

.form-file .text {
    font-size: 13px !important;
    padding: 9px 0 0 15px
}

@media (max-width: 767px) {
    .form-file .text {
        padding: 10px 0 0
    }
}

.form-file .btn {
    position: relative
}

.form-file .btn .icon {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    color: currentColor
}

.form-file .btn input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.inp-checkbox, .inp-radio {
    position: absolute;
    visibility: hidden;
    z-index: -100
}

.inp-checkbox.is-error + .form-checkbox .icon-wrap {
    border-color: #ff0101 !important
}

.inp-checkbox:checked + .form-checkbox .icon {
    opacity: 1
}

.form-checkbox {
    cursor: pointer;
    display: inline-flex
}

.form-checkbox .icon-wrap {
    width: 15px;
    margin-right: 3px;
    height: 15px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    display: flex;
    align-items: flex-end
}

.form-checkbox .icon {
    width: 12px;
    height: 12px;
    opacity: 0;
    transition: opacity .3s ease;
    position: relative;
    top: 4px;
}

.icon_checked {
    stroke-width: 1.5;
    fill: none;
    stroke: #5e81ff
}

.select2-container.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 0;
    height: auto
}

.select2-container.select2-container--default .select2-selection__rendered {
    padding: 9px 27px 9px 11px;
    font-size: 13px;
    line-height: 18px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #000
}

.select2-container.select2-container--default .select2-selection__arrow {
    height: 100%
}

.select2-container.select2-container--default .select2-selection__arrow:after {
    position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    display: block;
    border-left: 1px solid;
    border-top: 1px solid;
    transform: rotate(225deg);
    right: 10px;
    top: 34%
}

.select2-container.select2-container--default .select2-selection__arrow b {
    display: none
}

.select2-container.select2-container--default.select2-container--open .select2-selection__arrow:after {
    transform: rotate(45deg) translate(50%, 50%)
}

.form-select.is-error + .select2-container.select2-container--default .select2-selection--single {
    border-color: #ff0101 !important
}

.form-select.input-sm + .select2-container.select2-container--default .select2-selection__rendered {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 17px
}

.form-select.input-sm + .select2-container.select2-container--default .select2-selection__arrow:after {
    margin: -2px 0 0 -2px
}

.select2-dropdown {
    border-color: #ddd;
    border-radius: 0
}

.select2-dropdown ul li {
    display: block;
    padding: 5px 12px 5px;
    color: #000
}

.select2-dropdown ul li a:hover, .select2-dropdown ul li label:hover {
    background: #f3f3f3;
    color: #5e81ff
}

.select2-dropdown ul li .is-selected a, .select2-dropdown ul li input:checked + label {
    background: #f3f3f3
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f3f3f3;
    color: #5e81ff
}

html {
    height: 100%
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 1.15385;
    font-weight: 400;
    font-style: normal;
    min-height: 100%;
    position: relative;
    background: #eee
}

button, input[type=submit] {
    transition: all .3s ease 0s
}

p {
    margin: 0 0 20px
}

img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.slick-slider *, a:focus, a:hover, button, input {
    outline: 0 !important
}

ul {
    padding-left: 23px
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.grid-layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: -1
}

.grid-layout .row {
    min-height: 100vh
}

.grid-layout .row .in {
    background: rgba(255, 228, 228, .5)
}

.tabs-wrap {
    position: relative;
    overflow: hidden
}

.tabs-wrap .tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1000;
    transition: all .3s ease 0s
}

.tabs-wrap .tab.is-visible {
    opacity: 1;
    visibility: visible;
    position: static
}

.h1 h1, .h1 h2, .h1 h3, .h1 h4, .h1 h5, .h2 h1, .h2 h2, .h2 h3, .h2 h4, .h2 h5, .h3 h1, .h3 h2, .h3 h3, .h3 h4, .h3 h5, .h4 h1, .h4 h2, .h4 h3, .h4 h4, .h4 h5, .h5 h1, .h5 h2, .h5 h3, .h5 h4, .h5 h5 {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit
}

.h1, h1 {
    font-weight: 700;
    margin: 0 0 20px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 120%;
}

@media (min-width: 768px) {
    .h1, h1 {
        font-size: 32px;
        line-height: 1.15625
    }
}

.h2, h2 {
    font-weight: 700;
    margin: 0 0 20px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 28px
}

@media (min-width: 768px) {
    .h2, h2 {
        font-size: 32px;
        line-height: 1.15625
    }
}

.h3, h3 {
    font-size: 20px;
    line-height: 1.16667;
    font-weight: 700;
    margin: 0 0 16px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif
}

.h4, h4 {
    font-size: 18px;
    line-height: 1.16667;
    font-weight: 700;
    margin: 0 0 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.h5, h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    max-width: 1240px
}

@media (min-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.title-section {
    padding-bottom: 7px;
    margin-bottom: 17px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase
}

.section-block {
    padding: 12.5px 0
}

@media (min-width: 768px) {
    .section-block {
        padding: 25px 0
    }
}

.section-block .container:not(.bg-lg-white) {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .section-block .container:not(.bg-lg-white) {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .section-block .container.bg-lg-white {
        padding-top: 18px;
        padding-bottom: 33px
    }
}

@media (max-width: 991px) {
    .section-block .container.no-bg-mobile {
        background: 0 0
    }
}

@media (min-width: 768px) {
    .section-block .title-section {
        padding-left: 17px
    }
}

.fav {
    display: inline-flex;
    align-items: center;
    border: none
}

.fav:hover {
    color: #002094
}

.fav .icon-wrap {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    position: relative
}

.fav.is-active .icon.icon_heart-o {
    opacity: 0
}

.fav.is-active .icon.icon_heart {
    opacity: 1
}

.fav .icon {
    display: block;
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s ease
}

.fav .icon.icon_heart-o {
    opacity: 1
}

.fav span {
    text-decoration: underline;
    margin-left: 7px
}

.list-supplier {
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .list-supplier {
        padding: 0
    }
}

@media (min-width: 1200px) {
    .list-supplier {
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-supplier {
        max-width: 694px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .list-supplier {
        margin-bottom: 21px
    }
}

.list-supplier .col {
    padding: 3.5px
}

@media (min-width: 768px) {
    .list-supplier .col {
        padding: 7px
    }
}

.list-products {
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .list-products {
        padding: 0
    }
}

@media (min-width: 1200px) {
    .list-products {
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-products {
        max-width: 694px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .list-products {
        margin-bottom: 21px
    }
}

.list-products .col {
    padding: 3.5px
}

@media (min-width: 768px) {
    .list-products .col {
        padding: 7px
    }
}

.card-supplier {
    font-weight: 700;
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    line-height: 13px;
    transition: all .3s ease 0s;
    background: 0 0;
    border: 1px solid #ddd;
    padding: 10px;
    background: #ffffff;
    min-height: 124px;
}

@media (min-width: 768px) {
    .card-supplier {
        height: 190px;
        font-size: 15px;
        line-height: 18px
    }
}

@media (min-width: 992px) {
    .card-supplier {
        height: 222px;
        padding: 18px
    }
}

@media screen and (min-width: 1200px) {
    .card-supplier {
        min-height: auto;
    }
}

.card-supplier:hover {
    border-color: #002094
}

@media (min-width: 768px) {
    .card-supplier:hover {
        box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .2)
    }
}

.card-supplier .pict {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    transition: box-shadow .3s ease;
    display: flex
}

@media (max-width: 767px) {
    .card-supplier .pict {
        max-height: 75px;
        min-height: 75px
    }
}

.card-supplier .pict picture {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1
}

@media (min-width: 768px) {
    .card-supplier .pict picture {
        height: 115px
    }
}

.card-supplier .pict img {
    height: 100%;
    max-height: 155px;
    display: block;
}

@media (max-width: 767px) {
    .card-supplier .pict img {
        max-height: 100%
    }
}

.card-supplier .ttl {
    margin: 3px -8px 0
}

@media (min-width: 768px) {
    .card-supplier .ttl {
        margin: 0
    }
}

.dropdown-menu {
    position: relative
}

.dropdown-menu.is-open .head:after {
    transform: rotate(45deg);
    margin-top: 5px
}

.dropdown-menu .head {
    display: flex;
    cursor: pointer
}

.dropdown-menu .head:after {
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    border-left: 2px solid #002094;
    border-top: 2px solid #002094;
    transform: rotate(-135deg);
    margin: 1px 0 0 10px
}

.dropdown-menu .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .2)
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dropdown-menu ul a:hover, .dropdown-menu ul label:hover {
    background: #f3f3f3;
    color: #5e81ff
}

.dropdown-menu ul .is-selected a, .dropdown-menu ul input:checked + label {
    background: #f3f3f3
}

.dropdown-menu ul a, .dropdown-menu ul label {
    display: block;
    padding: 5px 12px 5px;
    color: #000;
    border: none
}

.box-search {
    border: 2px solid #002094;
    display: flex;
    position: relative
}

.box-search input {
    display: block;
    flex: 1;
    padding: 6px 15px;
    color: #000;
    border: none;
    box-shadow: none;
    outline: 0;
    font-size: 13px;
    line-height: 22px
}

.box-search input::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 300;
    font-style: italic;
    color: #454545
}

.box-search input::-moz-placeholder {
    opacity: 1;
    font-weight: 300;
    font-style: italic;
    color: #454545
}

.box-search input:-moz-placeholder {
    opacity: 1;
    font-weight: 300;
    font-style: italic;
    color: #454545
}

.box-search input:-ms-input-placeholder {
    opacity: 1;
    font-weight: 300;
    font-style: italic;
    color: #454545
}

.box-search button {
    max-width: 37px;
    min-width: 37px;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002094;
    background: 0 0
}

.box-search button .icon {
    width: 23px;
    height: 23px
}

.box-search .dropdown-menu {
    width: 151px;
    min-width: 151px;
    padding-top: 1px;
    padding-bottom: 1px
}

.box-search .dropdown-menu .head {
    padding: 9px 9px 7px 14px;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    border-left: 1px solid #c4c4c4
}

.box-search .dropdown-menu .dropdown {
    margin-top: 2px
}

.box-search .dropdown-menu .dropdown input {
    position: absolute;
    visibility: hidden;
    z-index: -111
}

.box-search input:focus + .autocomplete-box {
    display: block
}

.box-search .autocomplete-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    margin-top: 2px
}

.box-search .autocomplete-box .in {
    padding-bottom: 4px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.box-search .autocomplete-box .ttl {
    padding: 11px 14px 7px
}

.box-search .autocomplete-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.box-search .autocomplete-box ul a {
    color: inherit;
    border: none;
    padding: 2px 2px 4px 14px;
    display: block
}

.box-search .autocomplete-box ul a:hover {
    background: #f3f3f3
}

@media (min-width: 768px) {
    header.is-fixed + .main-menu {
        height: calc(100% - 60px);
        top: 60px
    }

    header.is-fixed + .main-menu .overflow {
        top: 60px
    }

    header.is-fixed + .main-menu .in > ul {
        max-height: calc(100vh - 60px)
    }
}

.filter-btn {
    border: 2px solid #fff;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .2);
    width: 31px;
    height: 31px;
    border-radius: 100%;
    color: #fff;
    background: #002094;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center
}

.filter-btn .icon {
    width: 20px;
    height: 20px
}

@media (min-width: 992px) {
    .filter-btn {
        display: none !important
    }
}

html.filter-open, html.menu-open {
    overflow: hidden
}

html.filter-open body, html.menu-open body {
    overflow: hidden
}

html.filter-open .catalog-filter .overflow {
    opacity: 1;
    visibility: visible;
    z-index: 1000
}

html.filter-open .catalog-filter .close {
    opacity: 1;
    z-index: 10000;
    visibility: visible
}

html.filter-open .catalog-filter .catalog-filter-in {
    transform: translateX(0);
    z-index: 1000
}

html.menu-open body .main-menu {
    visibility: visible;
    z-index: 10000
}

html.menu-open body .main-menu .overflow {
    opacity: 1
}

html.menu-open body .main-menu .menu {
    transform: translateX(0)
}

.main-menu {
    position: fixed;
    top: 123px;
    left: 0;
    width: 100%;
    height: calc(100% - 123px);
    z-index: 1000
}

.main-menu .languages {
    background: #fff
}

.main-menu .languages .head {
    padding: 5px 30px 5px 45px
}

.main-menu .languages .dropdown a {
    padding-left: 45px
}

@media (max-width: 767px) {
    .main-menu {
        top: 68px;
        height: calc(100% - 68px)
    }

    .main-menu .menu .in {
        height: 100%
    }
}

.main-menu .overflow {
    top: 123px;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .35)
}

@media (max-width: 767px) {
    .main-menu .overflow {
        top: 68px
    }
}

@media (min-width: 992px) {
    .main-menu {
        visibility: hidden;
        z-index: -1000;
        opacity: 0;
        transition: all .1s ease 0s
    }

    .main-menu.is-open {
        visibility: visible;
        z-index: 1000;
        opacity: 1
    }
}

@media (max-width: 991px) {
    .main-menu {
        visibility: hidden;
        z-index: -100
    }

    .main-menu .overflow {
        opacity: 0;
        transition: all .3s ease 0s
    }

    .main-menu .menu {
        transform: translateX(-100%);
        transition: all .3s ease 0s
    }
}

.main-menu .container {
    position: relative;
    z-index: 5;
    height: 100%
}

.main-menu .menu {
    height: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #000
}

@media (max-width: 1199px) {
    .main-menu .menu {
        font-size: 15px
    }
}

.main-menu .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 100%
}

@media (min-width: 992px) {
    .main-menu .menu ul {
        display: block !important
    }
}

.main-menu .menu .in {
    position: relative;
    width: 275px;
    max-width: 25%
}

.main-menu .menu .in > ul {
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    padding: 5px 0;
    max-height: calc(100vh - 123px)
}

.main-menu .menu .in > ul > li.has-submenu > a:after {
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    border-left: 1px solid;
    border-top: 1px solid;
    transform: rotate(135deg);
    right: 10px;
    top: 34%
}

.main-menu .menu .in > ul > li > a {
    display: block;
    position: relative;
    align-items: center;
    border: none;
    color: inherit;
    padding: 5px 30px 5px 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width: 992px) {
    .main-menu .menu .in > ul > li > a:hover {
        background: #f3f3f3;
        color: #5e81ff
    }
}

.main-menu .menu .in > ul > li > a .icon-wrap {
    max-width: 23px;
    min-width: 23px;
    height: 23px;
    border-radius: 100%;
    margin-right: 8px;
    position: absolute;
    top: 3px;
    left: 30px
}

.main-menu .menu .in > ul > li > a .icon {
    width: 100%;
    height: 100%;
    fill: #002094
}

.main-menu .menu .in > ul > li > a .icon.icon_circle {
    stroke-width: 1;
    stroke: #002094;
    fill: none
}

.main-menu li.has-submenu.is-open > .submenu, .main-menu li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 1000
}

.main-menu .submenu {
    position: absolute;
    top: 0;
    max-height: 100%;
    left: 100%;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: -1000;
    opacity: 0;
    background: #f3f3f3
}

@media (min-width: 992px) {
    .main-menu .submenu {
        transition: all .3s ease 0s
    }
}

.main-menu .submenu > ul {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 0
}

.main-menu .submenu > ul > li.has-submenu .submenu > ul {
    background: #fff
}

.main-menu .submenu > ul > li.has-submenu > a:after {
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    border-left: 1px solid;
    border-top: 1px solid;
    transform: rotate(135deg);
    right: 10px;
    top: 34%
}

.main-menu .submenu > ul > li > a {
    display: block;
    position: relative;
    align-items: center;
    border: none;
    color: inherit;
    padding: 5px 30px 5px 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width: 992px) {
    .main-menu .submenu > ul > li > a:hover {
        background: #f3f3f3;
        color: #5e81ff
    }
}

.main-menu .submenu > ul > li > a .icon-wrap {
    max-width: 23px;
    min-width: 23px;
    height: 23px;
    border-radius: 100%;
    margin-right: 8px;
    position: absolute;
    top: 3px;
    left: 30px
}

.main-menu .submenu > ul > li > a .icon {
    width: 100%;
    height: 100%;
    fill: #002094
}

.main-menu .submenu > ul > li > a .icon.icon_circle {
    stroke-width: 1;
    stroke: #002094;
    fill: none
}

.main-menu .submenu.submenu.tovars {
    background: #fff;
    padding: 15px 25px;
    min-width: 200%;
    max-width: 200%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px
}

@media (max-width: 1199px) {
    .main-menu .submenu.submenu.tovars {
        font-size: 13px
    }
}

.main-menu .submenu.submenu.tovars > ul {
    overflow: auto;
    max-height: none;
    column-count: 2;
    column-gap: 30px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: -25px;
    margin-right: -25px
}

.main-menu .submenu.submenu.tovars > ul > li > a {
    font-weight: 300;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px
}

@media (max-width: 1599px) {
    .main-menu .menu .in > ul > li > .submenu > ul > li > .submenu > ul > li > .submenu.tovars {
        max-width: 100%;
        min-width: 100%
    }

    .main-menu .menu .in > ul > li > .submenu > ul > li > .submenu > ul > li > .submenu.tovars ul {
        column-count: 1;
        column-gap: 0
    }

    .main-menu .menu .in > ul > li > .submenu > ul > li > .submenu > ul > li > .submenu.tovars .menu-carousel {
        visibility: hidden;
        z-index: -1000;
        position: absolute
    }
}

@media (max-width: 991px) {
    .main-menu .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 275px;
        margin: 0
    }

    .main-menu .container .menu .in {
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff
    }

    .main-menu .container .menu .in > ul {
        max-height: none;
        height: auto;
        overflow: none
    }

    .main-menu .container .menu .in > ul + ul {
        border-top: 1px solid;
        border-bottom: 1px solid
    }

    .main-menu .container .menu .submenu > ul > li.has-submenu .submenu > ul {
        background: #ddd
    }

    .main-menu .container .menu .submenu > ul > li.has-submenu .submenu > ul .submenu.tovars {
        background: #ddd
    }

    .main-menu .container .menu .submenu > ul > li.has-submenu .submenu > ul .submenu.tovars > ul {
        background: inherit
    }

    .main-menu .container .menu .in {
        min-width: 275px;
        max-width: 275px
    }

    .main-menu .container .menu .in > ul > li > a {
        padding-left: 45px;
        font-size: 18px;
        position: relative
    }

    .main-menu .container .menu .in > ul > li > a .icon-wrap {
        left: 20px;
        width: 18px;
        height: 18px;
        top: 7px
    }

    .main-menu .container .menu .in a {
        position: relative
    }

    .main-menu .container .menu .in .has-submenu.has-tavar-menu > a:after {
        display: none
    }

    .main-menu .container .menu .in .has-submenu > a:after {
        position: absolute;
        width: 9px;
        height: 9px;
        content: '';
        display: block;
        border-left: 1px solid;
        border-top: 1px solid;
        transform: rotate(225deg);
        right: 10px;
        top: 25%
    }

    .main-menu .container .menu .in .has-submenu.is-open > a:after {
        transform: rotate(45deg);
        top: 45%
    }

    .main-menu .container .menu .in .submenu {
        position: static;
        visibility: visible;
        display: none;
        opacity: 1
    }

    .main-menu .container .menu .in .submenu.tovars {
        display: none !important
    }

    .main-menu .container .menu .in .submenu > ul > li .submenu {
        background: #d7dbec
    }

    .main-menu .container .menu .in .submenu > ul > li > a {
        padding-left: 50px;
        font-size: 16px;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .main-menu .container .menu .in .submenu.tovars {
        padding: 10px 0;
        background: #ddd !important
    }

    .main-menu .container .menu .in .submenu.tovars .ttl {
        padding-left: 50px;
        font-size: 16px
    }

    .main-menu .container .menu .in .submenu.tovars .all {
        padding-left: 50px
    }

    .main-menu .container .menu .in .submenu.tovars > ul {
        background: inherit !important
    }
}

.main-menu.menu-static {
    height: auto;
    background: #fffF;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 1;
    top: auto;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .2)
}

.main-menu.menu-static .in > ul > li.has-submenu > a:after {
    display: none
}

.main-menu.menu-static .more {
    position: absolute;
    bottom: 0;
    background: #f3f3f3;
    z-index: 100;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    border: none;
    font-weight: 400;
    font-weight: 700
}

.main-menu.menu-static .more a {
    display: block;
    padding: 7px 30px;
    position: relative;
    border: none
}

.main-menu.menu-static .more a:after {
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    border-left: 1px solid;
    border-top: 1px solid;
    transform: rotate(135deg);
    right: 10px;
    top: 34%
}

.main-menu.menu-static .in {
    width: 100%;
    max-width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0
}

.main-menu.menu-static .in > ul {
    height: auto;
    max-height: none
}

.menu-carousel {
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

@media (max-width: 991px) {
    .menu-carousel {
        visibility: hidden;
        z-index: -1000;
        position: absolute
    }
}

.menu-carousel .item {
    padding: 0 10px
}

.menu-carousel .item .ttl {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000
}

.menu-carousel .item .pict {
    margin-bottom: 15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-carousel .item .pict img {
    display: block;
    max-height: 100%
}

.main-banners {
    padding-top: 20px;
    padding-bottom: 12.5px;
    overflow: hidden
}

/*.main-banners .container,*/
/*.main-banners .row {*/
/*    height: 100%;*/
/*}*/

@media (min-width: 768px) {
    .main-banners {
        padding-bottom: 25px;
        padding-top: 12px
    }
}

.main-banners .col-auto {
    min-width: 295px;
    max-width: 295px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-banners .banners-right {
    width: 70%;
}

@media only screen and (max-width: 1009px) {
    .main-banners .banners-right {
        width: 100%;
    }
}

.main-banners .banners {
    margin-left: -5px;
    margin-right: -5px
}

.main-banners .banners a {
    display: flex;
    border: none
}

.main-banners .banners a picture {
    display: flex;
    object-fit: cover
}

.main-banners .banners .col-auto {
    max-width: 26.81564%;
    min-width: 26.81564%
}

.main-banners .banners .col {
    padding: 5px
}

.video-banner-block {
    position: relative;
}

.video-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.video-banner-bg::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.video-banner-bg img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.video-banner-link {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 9;
}

.video-banner-block iframe {
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    width: auto;
    height: auto;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.main-banners .slider-fluid.bottom-banner-slider {
    /*height: 92px;*/
    width: 100% !important;
}

.breadcrumbs {
    padding: 15px 0 7px 25px;
    color: #000
}

.breadcrumbs ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.breadcrumbs ul li {
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-bottom: 9px;
}

.breadcrumbs ul li a {
    color: inherit;
    border: none;
    width: 100%;
}

.breadcrumbs ul li a:hover {
    color: #5e81ff
}

.breadcrumbs ul li:after {
    width: 7px;
    height: 6px;
    content: '';
    display: block;
    border-left: 1px solid;
    border-top: 1px solid;
    transform: rotate(135deg);
    margin: 1px 9px 0 5px;
}

.breadcrumbs ul li:last-child {
    color: #7a7a7a
}

.breadcrumbs ul li:last-child:after {
    display: none
}

@media (max-width: 767px) {
    .breadcrumbs ul li {
        font-size: 13px;
        padding-bottom: 6px;
    }

    .breadcrumbs ul li:after {
        width: 6px;
        height: 5px;
    }
}

.page-title {
    padding-left: 35px;
    text-transform: uppercase;
    color: #002094;
    font-weight: 700;
    margin: 0 0 15px
}

.page-title.txt-black {
    color: #000
}

.page-title .h1, .page-title .h2, .page-title .h3, .page-title .h4, .page-title .h5, .page-title .h6, .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    display: inline;
    margin: 0;
    font-family: inherit
}

.banner, .banner-horizontal {
    margin: 15px 0 8px
}

@media (min-width: 768px) {
    .banner, .banner-horizontal {
        margin: 0px 0 24px
    }
}

.banner a, .banner-horizontal a {
    display: block;
    border: none
}

.banner img, .banner-horizontal img {
    display: block;
    margin: 0 auto
}

.nav-section {
    overflow: hidden;
    padding: 5px;
    margin: 0 -14px 12.5px
}

@media (max-width: 767px) {
    .nav-section {
        padding-left: 14px;
        padding-right: 14px
    }
}

@media (min-width: 768px) {
    .nav-section {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 25px
    }
}

.nav-section .row .col-auto {
    max-width: 100%;
    min-width: 100%
}

@media (min-width: 768px) {
    .nav-section .row .col-auto {
        max-width: 341px;
        min-width: 341px;
        padding-right: 25px
    }
}

@media (min-width: 992px) {
    .nav-section .row .col-auto {
        max-width: 292px;
        min-width: 292px
    }
}

.nav-section .row .row {
    margin-top: 15px
}

@media (max-width: 991px) {
    .nav-section .row .row .ttl {
        font-size: 16px;
    }
}

.nav-section .row .row .col {
    padding-bottom: 30px
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-section .row .row .col {
        padding-bottom: 40px
    }
}

.nav-section .section {
    display: block;
    position: relative;
    margin: 0 0 30px
}

@media (min-width: 768px) {
    .nav-section .section {
        margin-bottom: 0
    }
}

.nav-section .section .ttl {
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0 10px
}

@media (min-width: 768px) {
    .nav-section .section .ttl {
        width: 100%;
        padding: 0;
        top: 23px;
        left: 0;
        border: none;
        position: absolute
    }
}

.nav-section .section img {
    width: 100%;
    background-color: #e5e5e5;
}

.nav-section nav {
    margin-top: 5px
}

.nav-section nav ul {
    list-style: none;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    padding: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-section nav ul {
        font-size: 15px
    }
}

.nav-section nav ul li {
    margin-top: 3px
}

.nav-section nav ul a {
    display: block;
    padding: 1px 2px 1px 14px;
    border: none;
    color: inherit;
    margin-left: -14px
}

.nav-section nav ul a:hover {
    background: #f3f3f3;
    color: #5e81ff
}

.nav-section nav .more {
    margin-top: 5px
}

@media (min-width: 992px) {
    .nav-section.nav-section-md .row .col .row .col:last-child {
        display: none
    }
}

.page-columns {
    display: flex;
    margin: 0 -5px
}

@media (max-width: 991px) {
    .page-columns {
        flex-flow: row wrap
    }
}

.page-columns .column {
    padding: 0 5px;
    position: static;
    width: 100%;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .page-columns .column.col-sm {
        min-width: 100%
    }
}

@media (min-width: 992px) {
    .page-columns .column.col-sm {
        max-width: 190px;
        min-width: 190px
    }
}

@media (max-width: 1199px) {
    .page-columns .column.col-md {
        min-width: 100%
    }
}

@media (min-width: 992px) {
    .page-columns .column.col-md {
        max-width: 270px;
        min-width: 270px
    }
}

@media (min-width: 992px) {
    .page-columns .column.col-extending {
        flex-basis: 0;
        flex-grow: 1
    }
}

@media (min-width: 992px) {
    .page-columns .column.col-extending-md {
        max-width: calc(100% - 270px)
    }
}

@media screen and (max-width: 991px) {
    .page-columns .column {
        margin-right: 0;
    }
}

.catalog-filter .catalog-filter-in {
    padding: 0 15px 15px
}

.catalog-filter .catalog-filter-in.pt-15 {
    padding-top: 15px
}

.catalog-filter .item {
    padding: 15px 0
}

.catalog-filter .item:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.catalog-filter .item .form-group {
    margin: 0
}

.catalog-filter .item .inp-lbl {
    font-weight: 700;
    display: block;
    padding-bottom: 10px
}

.catalog-filter .prices {
    display: flex;
    justify-content: space-between
}

.catalog-filter .prices .form-group {
    max-width: 55px;
    min-width: 55px;
    line-height: 23px
}

.catalog-filter .list-checkbox .itm {
    margin-top: 6px
}

.catalog-filter .list-checkbox .itm.hidden {
    display: none
}

.catalog-filter .show-all {
    margin-top: 6px;
    padding-left: 18px
}

.catalog-filter .show-all a {
    color: inherit
}

.catalog-filter .btns-wrap {
    padding-top: 5px
}

.catalog-filter .btns-wrap .btn {
    display: block;
    width: 130px;
    margin: 10px auto 0
}

@media (max-width: 991px) {
    .catalog-filter .close {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #ff0101;
        position: fixed;
        top: 10px;
        right: 10px;
        color: #fff;
        border: none;
        z-index: -10000;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease 0s
    }

    .catalog-filter .close .icon {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        margin: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .catalog-filter .overflow {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        background: rgba(0, 0, 0, .35);
        opacity: 0;
        visibility: hidden;
        z-index: -100;
        transition: opacity .3s ease, visible .3s ease
    }

    .catalog-filter .catalog-filter-in {
        max-width: 275px;
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        transition: transform .3s ease
    }

    .catalog-filter .catalog-filter-in .prices .form-group {
        max-width: 80px;
        min-width: 80px
    }

    .catalog-filter .btns-wrap {
        display: flex;
        justify-content: space-between
    }

    .catalog-filter .btns-wrap .btn {
        width: 110px
    }
}

.popular-searches {
    padding: 15px;
    position: absolute;
    width: 180px;
    display: none;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .2);
    z-index: 100;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .popular-searches {
        display: block !important;
        position: static;
        box-shadow: none
    }
}

.popular-searches.section-list a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.popular-searches.w-100 {
    width: 100%
}

.popular-searches ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.popular-searches li {
    margin-top: 9px
}

@media (max-width: 991px) {
    .popular-searches li:first-child {
        margin-top: 0
    }
}

.popular-searches a {
    color: inherit
}

.sidebar-nav {
    padding: 15px;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .sidebar-nav {
        position: static;
        box-shadow: none
    }
}

@media (max-width: 767px) {
    .sidebar-nav .ttl {
        margin-bottom: 10px
    }
}

.sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar-nav li {
    margin-top: 9px
}

@media (max-width: 991px) {
    .sidebar-nav li:first-child {
        margin-top: 0
    }
}

.sidebar-nav a {
    color: inherit
}

.sidebar-nav .is-active a {
    font-weight: 700;
    color: #002094;
    border: none
}

.icon_view-list {
    fill: none;
    stroke: currentColor;
    stroke-width: 2
}

.sort-block {
    padding: 15px;
    position: relative;
    margin-top: 5px
}

@media (min-width: 992px) {
    .sort-block {
        margin-top: 0
    }
}

.sort-block .btm {
    padding-top: 1px
}

.sort-block .sort {
    white-space: nowrap;
    margin-right: 10px;
    max-width: 100%
}

@media (max-width: 767px) {
    .sort-block .sort {
        margin: 7px 0
    }

    .sort-block .sort .select2 {
        max-width: 200px
    }
}

@media (min-width: 768px) {
    .sort-block .sort .select2 {
        min-width: 200px
    }
}

.sort-block .sort .select2 {
    margin-left: 8px
}

@media (max-width: 767px) {
    .sort-block .sort .select2 {
        width: 100%;
        margin-top: 3px
    }
}

.sort-block .controls a {
    margin-left: 5px
}

@media (max-width: 1199px) {
    .sort-block .controls {
        display: block;
        margin-top: 5px;
        margin-left: -5px
    }
}

.sort-block .views {
    margin-left: auto
}

.sort-block .views a {
    display: inline-flex;
    margin-left: 5px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: none;
    border: 1px solid transparent;
    color: #ddd
}

.sort-block .views a.is-active {
    border-color: #002094;
    color: #002094
}

.sort-block .views a:hover {
    color: #002094
}

.sort-block .views .icon {
    width: 20px;
    height: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
    .sort-block .pop-searches-wrap.d-flex-tablet {
        display: flex
    }

    .sort-block .pop-searches-wrap.d-flex-tablet a + a {
        margin-left: 10px
    }
}

.sort-block .pop-searches {
    display: flex;
    padding-bottom: 4px;
    padding-top: 4px;
    border: none;
    color: inherit
}

.sort-block .pop-searches.is-open:after {
    transform: rotate(45deg);
    margin-top: 5px
}

.sort-block .pop-searches:after {
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    border-left: 2px solid;
    border-top: 2px solid;
    transform: rotate(-135deg);
    margin: 1px 0 0 10px
}

.card {
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 14px;
    line-height: 13px;
    transition: box-shadow .3s ease, border .3s ease;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px 8px 11px;
}

@media (min-width: 768px) {
    .card {
        padding: 8px 7px 20px 8px;
    }
}

@media (max-width: 500px) {
    .card {
        padding: 4px 20px 11px;
    }
}

.card:hover {
    border-color: #002094
}

@media (min-width: 768px) {
    .card:hover {
        box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .2)
    }
}

.card .btn {
    position: relative;
    z-index: 5
}

@media (min-width: 768px) {
    .card .btn.btn-sup {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
        display: block
    }
}

.card .pict {
    position: relative;
    max-height: 200px
}

@media (max-width: 767px) {
    .card .pict {
        max-width: 160px;
        margin-left: auto;
        margin-right: auto
    }
}

.card .pict picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    position: relative
}

@media (min-width: 768px) {
    .card .pict picture {
        height: 177px
    }
}

.card .pict img {
    max-height: 100%;
    display: block;
    backface-visibility: hidden;
    will-change: transform
}

.card .ttl {
    font-size: 15px;
    line-height: 132%; /*112%*/
    margin-bottom: 5px;
    margin-top: 11px
}

@media (min-width: 768px) {
    .card .ttl {
        font-size: 15px;
        line-height: 135%;
        margin-bottom: 20px;
        margin-top: 12px
    }
}

.card .desc {
    width: 200px;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .card .provider {
        text-align: left
    }

    .card .desc {
        width: 100%; /*160px*/
    }
}

.card .articlenumber, .card .prices {
    font-size: 13px;
    line-height: 112%;
    color: #000
}

@media (min-width: 768px) {
    .card .articlenumber, .card .prices {
        /*font-size: 11px;*/
        line-height: 112%;
    }
}

.card .prices span {
    padding-top: 3px;
    font-size: 13px;
}

@media (min-width: 768px) {
    .card .prices span {
        font-size: 13px;
    }
}

.card .articlenumber {
    margin-top: 2px
}

.card .info-block {
    margin: auto auto 0;
    padding-top: 10px;
    width: 160px;
    max-width: 100%
}

@media (max-width: 767px) {
    .card .info-block {
        width: 100%;
    }
}

.card .txt {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card .txt.d-md-block {
    display: -webkit-box !important
}

.card:not(.card-horizontal) .city, .card:not(.card-horizontal) .info-block .recommended, .card:not(.card-horizontal) .txt {
    display: none !important
}

.card:not(.card-horizontal) .info-block {
    margin: 0 auto 0;
    width: 80%; /*160px*/
    max-width: 100%;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column
}

@media (max-width: 1100px) {
    .card:not(.card-horizontal) .info-block {
        width: 100%;
    }
}

.card:not(.card-horizontal) .info-block .btns {
    margin-top: auto;
    display: flex;
    padding-top: 20px
}

.card:not(.card-horizontal) .info-block .btns.has-cart .btn {
    font-size: 13px
}

.card:not(.card-horizontal) .info-block .btns .btn {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    display: inline-flex;
    justify-content: center
}

@media (min-width: 768px) {
    .card:not(.card-horizontal) .info-block .btns .btn.btn-sup {
        padding-left: 5px;
        padding-right: 5px;
        display: block
    }
}

@media (max-width: 425px) {
    .card:not(.card-horizontal) .info-block .btns .btn {
        line-height: 1;
        padding: 5px
    }
}

.card:not(.card-horizontal) .info-block .btns .add-cart {
    margin-left: 5px
}

@media (max-width: 767px) {
    .card .info-block .btns {
        margin-top: auto;
        display: flex;
        padding-top: 20px
    }

    .card .info-block .btns .btn {
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
        align-items: center;
        display: inline-flex;
        justify-content: center
    }
}

@media (max-width: 767px) and (max-width: 425px) {
    .card .info-block .btns .btn {
        line-height: 1;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .card .info-block .btns .add-cart {
        margin-left: 5px
    }
}

.card .txt {
    margin-top: 24px
}

.card .city {
    margin-top: 8px
}

.card .recommended {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    line-height: 0
}

.card .recommended .recommended {
    display: none
}

.card .recommended .icon-wrap {
    min-width: 31px;
    max-width: 31px;
    height: 31px;
    border-radius: 100%;
    background: #ff0101;
    display: flex;
    align-items: center;
    justify-content: center
}

.card .recommended .icon-wrap .icon {
    display: block;
    width: 21px;
    height: 21px
}

.card .fav {
    width: 20px;
    height: 20px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    z-index: 5;
    color: #002094;
    position: absolute;
    top: 13px;
    left: 12px
}

@media (max-width: 767px) {
    .card .fav {
        left: 0
    }
}

.card .fav:hover {
    color: #5e81ff
}

.card .fav.is-active .icon.icon_heart-o {
    opacity: 0
}

.card .fav.is-active .icon.icon_heart {
    opacity: 1
}

.card .fav .icon {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s ease
}

.card .fav .icon.icon_heart-o {
    opacity: 1
}

.card .lnk-video {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 5
}

.card .add-cart {
    display: inline-flex;
    border: none;
    color: #002094;
    position: relative;
    z-index: 5;
    font-size: 0;
    line-height: 0
}

.card .add-cart:hover {
    color: #5e81ff
}

.card .add-cart .icon-wrap {
    max-width: 26px; /*26px*/
    min-width: 26px; /*26px*/
    height: 26px; /*26px*/
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center
}

.card .add-cart .icon {
    width: 18px;
    height: 18px;
    display: block
}

.card .add-cart:hover span {
    color: #5e81ff
}

.card .lnk-abs {
    z-index: 4
}

@media (min-width: 768px) {
    .card.card-horizontal {
        flex-flow: row wrap;
        padding: 15px;
        text-align: left
    }

    .card.card-horizontal .pict {
        flex: 0 0 23.8%;
        max-width: 23.8%
    }

    .card.card-horizontal .recommended {
        display: flex;
        font-size: 13px;
        align-items: center;
        line-height: 15px;
        position: static
    }

    .card.card-horizontal .recommended .icon-wrap {
        margin-right: 5px;
        max-width: 20px;
        min-width: 20px;
        height: 20px
    }

    .card.card-horizontal .recommended .icon {
        width: 14px;
        height: 14px
    }

    .card.card-horizontal .desc {
        flex: 1;
        padding-left: 30px;
        padding-right: 23px;
        margin-top: 0
    }

    .card.card-horizontal .prices {
        margin-top: 30px;
        font-size: 15px;
        line-height: 18px
    }

    .card.card-horizontal .info-block {
        margin: -15px 0;
        padding: 15px 0 18px 15px;
        border-left: 1px solid #ddd;
        flex: 0 0 190px;
        max-width: 190px;
        display: flex;
        flex-direction: column
    }

    .card.card-horizontal .info-block .recommended {
        margin-top: 6px
    }

    .card.card-horizontal .add-cart {
        margin-top: 8px;
        text-align: left
    }

    .card.card-horizontal .add-cart span {
        text-align: left;
        font-size: 13px;
        line-height: 15px;
        margin-left: 7px;
        display: inline;
        text-decoration: underline
    }

    .card.card-horizontal .btns {
        margin-top: auto
    }
}

@media (min-width: 992px) {
    .card.card-horizontal {
        padding: 10px
    }

    .card.card-horizontal .prices {
        font-size: 18px;
        line-height: 21px
    }

    .card.card-horizontal .info-block {
        margin: -10px 0;
        padding-left: 10px
    }

    .card.card-horizontal .btn {
        padding-left: 0;
        padding-right: 0
    }
}

.no-upper {
    text-transform: none
}

.catalog-list {
    margin-top: 20px;
    padding: 8px 15px;
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px
}

.catalog-list.p-0 {
    padding: 0 14px
}

@media (min-width: 768px) {
    .catalog-list.p-0 {
        padding: 0
    }
}

@media (min-width: 768px) {
    .catalog-list {
        margin-left: 0;
        margin-right: 0;
        padding: 8px 15px
    }

    .catalog-list.mt-0 {
        margin-top: 0
    }
}

.catalog-list .btn-more-products {
    padding-top: 15px
}

@media (min-width: 1200px) {
    .catalog-list {
        padding: 13px 20px
    }
}

.catalog-list .col {
    padding: 7px
}

@media (max-width: 767px) {
    .catalog-list .col {
        padding: 3.5px
    }
}

@media (max-width: 767px) {
    .catalog-list .row {
        margin-left: -3.5px;
        margin-right: -3.5px
    }
}

@media (max-width: 500px) {
    .catalog-list .col.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .catalog-list.view-horizontal .col {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.lnk-video {
    width: 24px;
    height: 21px;
    border: 1px solid;
    position: relative;
    display: block;
    color: #002094
}

.lnk-video:hover {
    color: #5e81ff
}

.lnk-video .icon {
    width: 17px;
    height: 17px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.lnk-video:hover {
    border: 1px solid
}

.pages-controls {
    padding-top: 25px
}

@media (max-width: 767px) {
    .pages-controls {
        flex-flow: row wrap;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .pages-controls .views {
        margin-top: 30px
    }
}

.pages-controls .views a {
    color: inherit
}

@media (min-width: 768px) {
    .pages-controls .pagination {
        margin-left: auto
    }
}

.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.pagination ul a, .pagination ul span {
    min-width: 24px;
    padding: 5px;
    display: block;
    text-align: center;
    color: inherit;
    color: inherit;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination ul li span {
    border-color: transparent;
    color: #002094;
    font-weight: 700
}

.pagination ul li.next span, .pagination ul li.prev span {
    border-color: #ddd;
    color: inherit;
    font-weight: 400
}

.pagination ul a {
    background: #fff
}

.pagination ul a:hover {
    color: #5e81ff;
    background: #f3f3f3
}

.product-block {
    padding: 15px;
    margin-left: -14px;
    margin-right: -14px
}

@media (max-width: 767px) {
    .product-block {
        max-width: calc(100% + 28px)
    }
}

@media (min-width: 768px) {
    .product-block {
        margin: 0;
        width: 100%
    }
}

.product-block .top {
    width: 100%;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .product-block .top {
        padding-bottom: 50px;
        display: flex
    }
}

.product-block .top .desc {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .product-block .top .desc {
        padding: 0 0 0 36px
    }
}

@media (min-width: 768px) {
    .product-block .top .desc .share {
        order: 10;
        margin-top: auto
    }
}

.product-block .top .desc .txt {
    margin-top: 20px
}

.product-block .top .price {
    font-size: 18px
}

.product-block .picts {
    width: 100%
}

@media (min-width: 768px) {
    .product-block .picts {
        max-width: 42.2%;
        min-width: 42.2%
    }
}

.product-block .slider-wrap {
    position: relative;
    max-width: 100%
}

.product-block .slider-wrap .recommended-box {
    width: 31px;
    height: 31px;
    border-radius: 100%;
    background: #ff0101;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 11px;
    left: 3px;
    z-index: 50
}

.product-block .slider-wrap .recommended-box .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -2px
}

.product-block .slider-wrap a {
    position: relative;
    display: block;
    border: none;
    color: #002094
}

.product-block .slider-wrap a .lnk-play {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    color: #ff0101
}

.product-block .slider-wrap a .lnk-play .icon {
    width: 30px;
    height: 30px
}

.product-block .carousel {
    position: relative;
    padding: 0 15px;
    margin-top: 14px;
}

.product-block .carousel .slick-track {
    display: flex
}

.product-block .carousel .item {
    height: auto;
    padding: 0 5px;
    position: relative;
    display: flex;
    cursor: pointer;
    color: #002094
}

.product-block .carousel .item .box {
    position: relative;
    width: 100%;
    border: 1px solid transparent
}

.product-block .carousel .item .box:hover {
    border-color: #002094
}

.product-block .carousel .item.slick-current .box {
    border-color: #002094
}

.product-block .carousel .lnk-play {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.product-block .carousel img {
    display: block;
    margin: 0 auto
}

.product-block .provider-info .col {
    padding-top: 7px
}

@media (max-width: 425px) {
    .product-block .fav, .product-block .recom-pr {
        font-size: 13px;
    }
}

.product-block .recom-pr {
    display: inline-flex;
    align-items: center
}

.product-block .recom-pr .icon-wrap {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ff0101;
    color: #fff;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-block .recom-pr .icon-wrap .icon {
    width: 12px;
    height: 12px
}

.product-block .btns {
    width: 278px;
    max-width: 100%;
    margin: 0 auto 10px
}

.product-block .btns .btn {
    margin-top: 16px
}

.product-block .tabs-wrap {
    padding-top: 15px
}

@media (max-width: 767px) {
    .product-block .tabs-head {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto
    }

    .product-block .tabs-head li:nth-child(3) .txt-graylight {
        display: none
    }
}

.tabs-head {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap
}

@media (max-width: 767px) {
    .tabs-head {
        justify-content: center
    }
}

.tabs-head .is-active a {
    color: #002094;
    font-weight: 700
}

.tabs-head a {
    border: none;
    color: inherit
}

.tabs-head a:hover {
    color: #002094
}

.tabs-head span {
    margin: 0 10px
}

.recom-pr {
    display: inline-flex;
    align-items: center
}

.recom-pr .icon-wrap {
    min-width: 31px;
    max-width: 31px;
    height: 31px;
    border-radius: 100%;
    background: #ff0101;
    color: #fff;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}

.recom-pr .icon-wrap .icon {
    width: 17px;
    height: 17px
}

.product-detail .controls {
    justify-content: flex-end
}

.product-detail .controls .btn-square {
    margin-left: 15px
}

@media (min-width: 768px) {
    .product-detail .column.col-md {
        display: flex;
        flex-direction: column
    }

    .product-detail .column.col-md .catalog-filter {
        flex: 1;
        background: #fff
    }
}

.product-detail .column .catalog-filter-in {
    padding-top: 15px
}

@media (min-width: 992px) {
    .product-detail .column .carousel-products, .product-detail .column .catalog-filter {
        margin-top: 10px
    }
}

.slick-arrow {
    width: 20px;
    height: 100%;
    background: #f3f3f3;
    border: none;
    position: absolute;
    z-index: 100;
    top: 0;
    overflow: hidden;
    text-indent: -9999px
}

.slick-arrow:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-4px, -2px)
}

.slick-arrow:hover {
    background: #002094
}

.slick-arrow:hover:after {
    border-color: #fff !important
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:after {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg) translate(-6px, 1px)
}

.table-border {
    border: 1px solid;
    border-collapse: collapse;
    width: 100%;
    font-size: 13px
}

@media (min-width: 768px) {
    .table-border {
        font-size: 13px
    }
}

.table-border td {
    padding: 8px 15px;
    border: 1px solid
}

.carousel-products {
    margin-top: 25px;
    padding: 0
}

@media (min-width: 992px) {
    .carousel-products {
        padding: 15px
    }
}

.carousel-products .carousel {
    margin-left: -2.5px;
    margin-right: -2.5px
}

@media (min-width: 768px) {
    .carousel-products .carousel {
        margin-left: -7px;
        margin-right: -7px
    }
}

.carousel-products .carousel .slick-arrow {
    height: 58px;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-products .carousel .slick-arrow.slick-prev {
    left: 7px
}

@media (max-width: 767px) {
    .carousel-products .carousel .slick-arrow.slick-prev {
        left: 2.5px
    }
}

@media (max-width: 425px) {
    .carousel-products .carousel .slick-arrow.slick-prev {
        top: 60px
    }
}

.carousel-products .carousel .slick-arrow.slick-next {
    right: 7px
}

@media (max-width: 767px) {
    .carousel-products .carousel .slick-arrow.slick-next {
        right: 2.5px
    }
}

@media (max-width: 425px) {
    .carousel-products .carousel .slick-arrow.slick-next {
        top: 60px
    }
}

.carousel-products .carousel .slick-track {
    display: flex
}

.carousel-products .carousel .slick-track .item {
    height: auto
}

.carousel-products .carousel .slick-track .card {
    height: 100%
}

@media (min-width: 992px) {
    .carousel-products .carousel.vertical .slick-arrow {
        width: 58px;
        height: 20px;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .carousel-products .carousel.vertical .slick-arrow.slick-prev {
        left: 50%
    }

    .carousel-products .carousel.vertical .slick-arrow.slick-prev:after {
        border-top: 1px solid;
        border-bottom: none
    }

    .carousel-products .carousel.vertical .slick-arrow.slick-next {
        top: auto;
        bottom: 0;
        right: auto
    }

    .carousel-products .carousel.vertical .slick-arrow.slick-next:after {
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-top: none;
        border-left: none
    }

    .carousel-products .carousel.vertical .slick-track {
        display: block
    }

    .carousel-products .carousel.vertical .slick-track .item {
        height: auto
    }

    .carousel-products .carousel.vertical .slick-track .card {
        height: 100%
    }
}

@media (max-width: 991px) {
    .carousel-products .carousel.vertical .item {
        margin: 0 !important
    }
}

.carousel-products .carousel .item {
    padding: 0 2.5px
}

@media (min-width: 768px) {
    .carousel-products .carousel .item {
        padding: 0 7px
    }
}

.multimenu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.multimenu > ul {
    background: #fff
}

.multimenu > ul > li.has-submenu > a:after {
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    border-left: 1px solid;
    border-top: 1px solid;
    transform: rotate(225deg);
    right: 10px;
    top: 25%
}

.multimenu > ul > li.has-submenu.is-open > ul {
    display: block
}

.multimenu > ul > li.has-submenu.is-open > a {
    font-weight: 700
}

.multimenu > ul > li.has-submenu.is-open > a:after {
    transform: rotate(45deg);
    top: 45%
}

.multimenu > ul > li > a {
    display: block;
    position: relative;
    align-items: center;
    border: none;
    color: inherit;
    padding: 5px 30px 5px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width: 992px) {
    .multimenu > ul > li > a:hover {
        background: #f3f3f3;
        color: #5e81ff
    }
}

.multimenu > ul > li > a .icon-wrap {
    max-width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-right: 8px;
    position: absolute;
    top: 4px;
    left: 5px
}

.multimenu > ul > li > a .icon {
    width: 100%;
    height: 100%;
    fill: #002094
}

.multimenu > ul > li > a .icon.icon_circle {
    stroke-width: 1;
    stroke: #002094;
    fill: none
}

.multimenu > ul > li > ul {
    display: none
}

.multimenu > ul > li > ul > li.has-submenu .submenu > ul {
    background: #fff
}

.multimenu > ul > li > ul > li > a {
    display: block;
    position: relative;
    align-items: center;
    border: none;
    color: inherit;
    padding: 2.5px 30px 3px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width: 992px) {
    .multimenu > ul > li > ul > li > a:hover {
        background: #f3f3f3;
        color: #5e81ff
    }
}

.multimenu > ul > li > ul > li > a .icon-wrap {
    max-width: 23px;
    min-width: 23px;
    height: 23px;
    border-radius: 100%;
    margin-right: 8px;
    position: absolute;
    top: 3px;
    left: 30px
}

.multimenu > ul > li > ul > li > a .icon {
    width: 100%;
    height: 100%;
    fill: #002094
}

.multimenu > ul > li > ul > li > a .icon.icon_circle {
    stroke-width: 1;
    stroke: #002094;
    fill: none
}

.diplomas-carousel {
    margin: 0 -11px
}

@media (min-width: 768px) {
    .diplomas-carousel {
        margin: 0 -15px
    }
}

.diplomas-carousel img {
    display: block;
    margin: 0 auto
}

.diplomas-carousel .ttl {
    margin-top: 11px
}

.diplomas-carousel a {
    border: none;
    display: block;
    color: inherit;
    padding: 11px
}

@media (min-width: 768px) {
    .diplomas-carousel a {
        padding: 15px
    }
}

.slick-slider .slick-dots {
    position: static;
    display: flex;
    margin: 14px 0 0;
    align-items: center;
    justify-content: center;
    list-style: none
}

.slick-slider .slick-dots li {
    margin: 0 3.5px
}

.slick-slider .slick-dots button {
    padding: 0;
    overflow: hidden;
    text-indent: -999px;
    width: 13px;
    height: 13px;
    display: block;
    transition: all .3s ease 0s;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 100%
}

.slick-slider .slick-dots .slick-active button, .slick-slider .slick-dots button:hover {
    background: #002094;
    border-color: #002094
}

.feedback-carousel .pict img {
    display: block
}

@media (max-width: 767px) {
    .feedback-carousel .pict img {
        margin: 0 auto 15px
    }
}

.write-supplier-block {
    background: #e6ebfb;
    padding: 15px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .write-supplier-block {
        padding: 15px 20px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }
}

.write-supplier-block .bg-white {
    padding: 10px;
}

.write-supplier-block .inp-lbl {
    padding-bottom: 13px
}

@media (min-width: 768px) {
    .write-supplier-block .form-group {
        display: flex
    }

    .write-supplier-block .form-group .inp-lbl {
        min-width: 130px;
        max-width: 130px;
        padding: 9px 13px 0 0
    }
}

.write-supplier-block form {
    max-width: 520px
}

.write-supplier-block form h4 {
    margin: 0 0 15px
}

.write-supplier-block input[readonly] {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    border: none;
    background: 0 0;
    padding: 0
}

.write-supplier-block textarea {
    height: 225px
}

@media (min-width: 768px) {
    .write-supplier-block textarea {
        height: 168px
    }
}

@media (min-width: 768px) {
    .write-supplier-block .btn {
        margin-left: 130px
    }
}

@media (max-width: 767px) {
    .write-supplier-block.write-supplier-block-md {
        margin-left: -14px;
        margin-right: -14px
    }
}

.write-supplier-block.write-supplier-block-md .form-group {
    display: block;
    margin: 0 0 9px
}

.write-supplier-block.write-supplier-block-md .form-group .inp-lbl {
    padding: 0 0 4px;
    display: block;
    max-width: 100%;
    min-width: 100%
}

.write-supplier-block.write-supplier-block-md textarea {
    height: 168px
}

.write-supplier-block.write-supplier-block-md .h5 {
    margin: 0
}

.write-supplier-block.write-supplier-block-md .btn {
    margin-left: 0;
    margin-top: 15px
}

.catalog-filter + .write-supplier-block {
    margin-top: 10px
}

.nav-categories {
    padding: 15px
}

.nav-categories .section {
    /*margin-top: 23px;*/
    margin-top: 10px;
    font-size: 16px
}

.nav-categories .section:first-child {
    margin-top: 0
}

.nav-categories .section ul {
    list-style: none;
    margin: 15px -15px 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    max-width: 1000px
}

.nav-categories .section ul li {
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
    padding: 0 15px
}

@media (min-width: 992px) {
    .nav-categories .section ul li {
        max-width: 20%;
        width: 20%
    }
}

.nav-categories .section ul a {
    display: block;
    padding: 1px 2px 1px 14px;
    border: none;
    color: inherit;
    margin-left: -14px
}

.nav-categories .section ul a:hover {
    background: #f3f3f3;
    color: #5e81ff
}

.block-white {
    padding: 15px
}

@media (max-width: 767px) {
    .block-white {
        margin-left: -14px;
        margin-right: -14px
    }
}

.block-white .pict img {
    display: block
}

.block-white .columns {
    margin-top: 15px
}

@media (min-width: 768px) {
    .block-white .columns {
        margin-top: 30px
    }
}

.block-white .page-title {
    color: inherit;
    padding-left: 0
}

.article img, article img {
    display: block
}

.nav-anchorse {
    font-size: 15px;
    line-height: 18px
}

@media (max-width: 767px) {
    .nav-anchorse {
        margin-bottom: 15px
    }
}

.nav-anchorse ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-anchorse ul li {
    margin-top: 10px
}

.nav-anchorse ul li:first-child {
    margin-top: 0
}

.nav-anchorse a {
    border: none;
    color: inherit;
    font-weight: 700
}

.nav-anchorse a:hover {
    color: #5e81ff
}

.suppliers-list {
    padding: 13px 15px
}

@media (max-width: 767px) {
    .suppliers-list {
        padding: 0
    }
}

.suppliers-list .item {
    padding: 7px 0
}

.card-provider {
    position: relative;
    transition: box-shadow .3s ease;
    background: #fff;
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .card-provider {
        display: flex
    }
}

.card-provider:hover {
    z-index: 15
}

@media (min-width: 768px) {
    .card-provider:hover {
        box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .2)
    }
}

.card-provider .btn {
    font-weight: 700
}

.card-provider .recommended {
    display: flex;
    font-size: 13px;
    align-items: center;
    line-height: 15px;
    position: static
}

.card-provider .recommended .icon-wrap {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    background: #ff0101;
    border-radius: 100%
}

.card-provider .recommended .icon {
    width: 14px;
    height: 14px
}

.card-provider .logo {
    padding: 15px 15px 0
}

@media (min-width: 768px) {
    .card-provider .logo {
        max-width: 90px;
        min-width: 90px;
        border-right: 1px solid #ddd;
        padding: 15px 7px
    }
}

.card-provider .desc {
    flex: 1;
    padding: 15px
}

.card-provider .desc .btn {
    position: relative;
    z-index: 10
}

.card-provider .info {
    margin-top: 10px;
    margin-bottom: 20px
}

.card-provider .info .itm {
    display: flex;
    margin-top: 9px
}

.card-provider .info .lbl {
    padding-right: 10px;
    max-width: 150px;
    min-width: 150px
}

.card-provider .products {
    min-width: 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .card-provider .products {
        min-width: 349px;
        max-width: 349px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .card-provider .products {
        max-width: 174px;
        min-width: 174px
    }
}

@media (max-width: 767px) {
    .card-provider .products {
        border-top: 1px solid #ddd
    }
}

@media (max-width: 767px) {
    .card-provider .products .col:first-child .product {
        border-left: none
    }
}

.card-provider .product {
    width: 100%;
    border: 1px solid #fff;
    border-left: 1px solid #ddd;
    padding: 8px;
    display: flex;
    background: #fff;
    flex-direction: column;
    z-index: 5;
    transition: all .3s ease 0s
}

@media (min-width: 768px) {
    .card-provider .product:hover {
        margin-top: -40px;
        margin-bottom: -40px;
        margin-right: -20px;
        border-color: #ddd;
        box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .2)
    }

    .card-provider .product:hover .ttl {
        max-height: 100px;
        font-size: 15px
    }

    .card-provider .product:hover .btns {
        opacity: 1;
        visibility: visible
    }
}

.card-provider .product .recommended {
    position: absolute;
    right: 0;
    top: 0
}

.card-provider .product .ttl {
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    transition: all .3s ease 0s
}

@media (min-width: 768px) {
    .card-provider .product .ttl {
        max-height: 30px
    }
}

.card-provider .product .pict {
    position: relative;
    display: flex;
    align-items: center;
    height: 150px
}

.card-provider .product .pict picture {
    display: flex;
    align-items: center;
    height: 100%
}

.card-provider .product img {
    display: block;
    max-height: 100%
}

.card-provider .product .btns {
    margin-top: auto;
    display: flex;
    padding-top: 10px
}

@media (min-width: 768px) {
    .card-provider .product .btns {
        padding-top: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease 0s
    }
}

.card-provider .product .btns .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 10
}

@media (max-width: 425px) {
    .card-provider .product .btns .btn {
        line-height: 1;
        padding: 1px
    }
}

.card-provider .product .btns .add-cart {
    display: inline-flex;
    border: none;
    color: #002094;
    position: relative;
    z-index: 5;
    font-size: 0;
    line-height: 0
}

.card-provider .product .btns .add-cart:hover {
    color: #5e81ff
}

.card-provider .product .btns .add-cart .icon-wrap {
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-provider .product .btns .add-cart .icon {
    width: 18px;
    height: 18px;
    display: block
}

.card-provider .product .btns .add-cart:hover span {
    color: #5e81ff
}

.card-provider .product .btns .add-cart {
    margin-left: 2px;
    position: relative;
    z-index: 10
}

.diplomas-carousel, .feedback-carousel {
    position: absolute;
    visibility: hidden
}

.diplomas-carousel.slick-initialized, .feedback-carousel.slick-initialized {
    visibility: visible;
    position: relative
}

.provider-block {
    padding: 15px;
    margin-top: 10px;
    margin-left: -14px;
    margin-right: -14px
}

@media (min-width: 768px) {
    .provider-block {
        max-width: 100%;
        width: 100%;
        padding: 18px 35px;
        margin: 30px 0 0
    }

    .provider-block.mt-0 {
        margin-top: 0
    }
}

.provider-block + .write-supplier-block {
    margin-top: 10px
}

@media (min-width: 768px) {
    .provider-block + .write-supplier-block {
        margin-top: 15px
    }
}

.provider-block .contacts .col .col {
    padding-top: 4px;
    padding-bottom: 4px
}

.provider-block .contacts .col .col a {
    color: inherit
}

.provider-block .tabs-wrap {
    margin-top: 15px;
    padding-top: 15px
}

.provider-block .col-md-auto img {
    display: block;
    margin: 0 auto
}

@media (min-width: 768px) {
    .provider-block .col-md-auto {
        min-width: 289px;
        max-width: 289px
    }
}

.provider-block table {
    width: 100%;
    border: none;
    padding: 0;
    margin: 20px 0
}

.provider-block table td {
    border: none;
    padding: 4px 10px 4px 0
}

@media (max-width: 767px) {
    .top-provider-block {
        background: #fff;
        margin: 0 -14px;
        padding: 15px
    }
}

.top-provider-block .page-title {
    padding-left: 0;
    margin-bottom: 10px
}

.top-provider-block nav {
    margin: 20px 0
}

.top-provider-block nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap
}

.top-provider-block nav ul li:first-child:before {
    display: none
}

.top-provider-block nav ul li.is-active a {
    font-weight: 700
}

.top-provider-block nav ul li:before {
    content: '|';
    display: inline-block;
    margin: 0 5px;
    color: #ddd
}

.top-provider-block nav ul a {
    color: inherit;
    border: none
}

.top-provider-block nav ul a:hover {
    color: #5e81ff
}

.top-provider-block p {
    margin: 6px 0 0
}

@media (min-width: 768px) {
    .top-provider-block .col-md-auto {
        max-width: 201px;
        min-width: 201px
    }
}

.top-provider-block .pict {
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .top-provider-block .pict {
        padding: 9px
    }
}

.top-provider-block img {
    display: block;
    margin: 0 auto
}

.text-more .text-content {
    overflow: hidden
}

.text-more .text-trigger {
    margin-top: 10px;
    overflow: hidden;
    text-align: right
}

.text-more .text-trigger span {
    cursor: pointer
}

.text-more .lnk {
    color: inherit;
    text-decoration: underline
}

.text-more .lnk:hover {
    text-decoration: none
}

.slider-fluid {
    margin: 0 -14px 10px;
    position: absolute;
    visibility: hidden
}

.slider-fluid.slick-initialized {
    visibility: visible;
    position: relative
}

@media (min-width: 768px) {
    .slider-fluid {
        margin: 20px 0
    }
}

.tabs-wrap {
    width: 100%
}

@media (min-width: 768px) {
    .feedback-carousel .box.row {
        flex-wrap: nowrap
    }
}

.catalog-list-title {
    margin: 0
}

.catalog-list-title a {
    color: inherit;
    border: none
}

.catalog-list-title a:hover {
    color: #5e81ff
}

.page-title .controls {
    color: #000;
    justify-content: flex-end;
    margin-left: auto;
    gap: 15px;
}

@media (max-width: 767px) {
    .page-title .controls .btn-square {
        width: 46px;
        height: 46px;
    }

    .page-title .controls .btn-square .icon {
        width: 28px;
        height: 28px;
    }
}

.order-block > .bg-white {
    padding: 15px
}

.order-block > .bg-white + .bg-white {
    margin-top: 10px
}

@media (min-width: 768px) {
    .order-block > .bg-white + .bg-white {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .order-block .form-group-file .btn {
        min-width: 193px
    }
}

.order-block .btm {
    margin-top: 10px
}

@media (min-width: 768px) {
    .order-block .btm {
        margin-top: 15px
    }
}

.order-block .form-group {
    max-width: 582px
}

@media (min-width: 768px) {
    .order-block .form-group {
        display: flex
    }

    .order-block .form-group .inp-lbl {
        max-width: 135px;
        min-width: 135px;
        padding-top: 9px
    }
}

.order-block .form-group.mb-0 {
    margin-bottom: 0
}

.order-block .form-group-file {
    max-width: 682px
}

@media (min-width: 768px) {
    .order-block .form-group-file {
        margin-left: 135px
    }
}

@media (min-width: 768px) {
    .order-block .btm {
        margin-left: 150px
    }
}

.counter-box {
    display: flex;
    width: 80px;
    min-width: 80px
}

.counter-box input {
    width: 46px;
    height: 25px;
    background: #fff;
    border: 1px solid #7a7a7a;
    text-align: center;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    outline: 0 !important;
    box-shadow: none
}

.counter-box button {
    width: 16px;
    min-width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: 0;
    line-height: 0
}

.counter-box button:after, .counter-box button:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%)
}

.counter-box button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.counter-box button:hover {
    color: #002094
}

.order-list {
    margin-bottom: 15px
}

.order-list .item {
    background: #f3f3f3
}

.order-list .item:nth-child(even) {
    background: #fff
}

.order-list .item .in {
    display: flex;
    max-width: 680px;
    min-height: 57px;
    padding: 12px 10px 9px 12px
}

@media (max-width: 767px) {
    .order-list .item .in {
        flex-flow: row wrap;
        padding-top: 18px;
        position: relative
    }
}

@media (min-width: 768px) {
    .order-list .item .in {
        align-items: center
    }
}

.order-list .item .in > * {
    padding: 0 5px
}

@media (min-width: 768px) {
    .order-list .item .in > .pict {
        padding-right: 35px
    }
}

@media (max-width: 991px) {
    .order-list .item .in > .count-wrap {
        padding: 0
    }
}

.order-list .pict {
    width: 231px;
    max-width: 231px;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px
}

@media (max-width: 767px) {
    .order-list .pict {
        min-width: 80px;
        max-width: 80px;
        padding-bottom: 10px
    }
}

@media (max-width: 767px) {
    .order-list .ttl {
        min-width: calc(100% - 80px);
        max-width: calc(100% - 80px);
        padding-bottom: 10px
    }
}

@media (min-width: 768px) {
    .order-list .count-wrap {
        max-width: 90px;
        min-width: 90px
    }
}

@media (max-width: 767px) {
    .order-list .remove {
        position: absolute;
        top: 5px;
        right: 0
    }
}

@media (min-width: 768px) {
    .order-list .remove {
        max-width: 50px;
        min-width: 50px
    }
}

.order-list .remove a {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    width: 20px;
    height: 20px;
    color: #000
}

.order-list .remove a:hover {
    color: #ff0101
}

.order-list .remove a .icon {
    width: 15px;
    height: 15px
}

.filter-top {
    padding-left: 35px
}

.filter-top .categories {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px 22px
}

@media (min-width: 768px) {
    .filter-top .categories {
        max-width: 520px
    }
}

.filter-top .categories .itm {
    padding: 0 10px 3px
}

.filter-top .categories input {
    position: absolute;
    visibility: hidden;
    z-index: -100;
    opacity: 0
}

.filter-top .categories label {
    text-decoration: underline;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease 0s
}

.filter-top .categories label:hover {
    text-decoration: none
}

.filter-top .categories .remove {
    width: 19px;
    height: 19px;
    border-radius: 100%;
    margin-left: 6px;
    background: #e1dddd;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 1;
    transition: all .3s ease 0s
}

.filter-top .categories .remove .icon {
    width: 15px;
    height: 15px
}

.filter-top .categories input[type=checkbox]:checked + label {
    font-weight: 700;
    color: #0432d7
}

.filter-top .categories input[type=checkbox]:checked + label .remove {
    visibility: visible;
    opacity: 1
}

.filter-top .form-group {
    max-width: 140px
}

@media (min-width: 768px) {
    .filter-top .form-group {
        max-width: 175px
    }
}

.filter-top .select2-container.select2-container--default .select2-selection--single {
    border: none;
    background: 0 0;
    padding: 0
}

.filter-top .select2-container.select2-container--default .select2-selection__rendered {
    font-weight: 700;
    padding: 0 40px 0 0;
    font-size: 24px;
    color: #002094;
    line-height: 28px
}

@media (min-width: 768px) {
    .filter-top .select2-container.select2-container--default .select2-selection__rendered {
        font-size: 32px;
        line-height: 1.15625
    }
}

.filter-top .select2-container.select2-container--default .select2-selection__arrow:after {
    border-left-width: 3px;
    border-top-width: 3px;
    border-color: #002094;
    width: 13px;
    height: 13px
}

@media (max-width: 767px) {
    .filter-top .select2-container.select2-container--default .select2-selection__arrow:after {
        top: 13%
    }
}

.exhibit {
    border: 1px solid #c4c4c4;
    display: flex;
    position: relative
}

@media (max-width: 767px) {
    .exhibit {
        flex-direction: column
    }
}

.exhibit:hover .btn {
    background: #002094;
    color: #fff
}

.exhibit .pict {
    padding: 10px
}

@media (min-width: 768px) {
    .exhibit .pict {
        max-width: 25.5%;
        min-width: 25.5%;
        padding: 11px 13px
    }
}

.exhibit img {
    display: block;
    width: 100%
}

.exhibit .desc {
    padding: 19px 34px;
    flex: 1
}

@media (max-width: 767px) {
    .exhibit .desc {
        padding: 0 10px 10px
    }
}

.exhibit .txt {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.exhibit .place, .exhibit .time {
    padding: 10px;
    border-top: 1px solid #c4c4c4;
    text-align: center
}

@media (min-width: 768px) {
    .exhibit .place, .exhibit .time {
        border-top: none;
        padding: 11px 13px;
        display: flex;
        align-items: center;
        border-left: 1px solid #c4c4c4
    }
}

.exhibit .btn {
    width: 159px;
    margin-top: 15px
}

@media (min-width: 768px) {
    .exhibit .btn {
        margin-top: 25px
    }
}

.exhibits-list .itm {
    padding: 10px 0
}

.exhibit-detail {
    margin: 0 -14px;
    padding: 15px;
    color: #000
}

@media (min-width: 768px) {
    .exhibit-detail {
        padding: 30px;
        margin: 0
    }
}

.exhibit-detail .slider-wrap {
    width: 100%;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .exhibit-detail .slider-wrap {
        max-width: 42.2%;
        min-width: 42.2%;
        float: left;
        margin: 0 35px 35px 0
    }
}

.exhibit-detail .slider-wrap a {
    position: relative;
    display: block;
    border: none;
    color: #002094
}

.exhibit-detail .slider-wrap a .lnk-play {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    color: #ff0101
}

.exhibit-detail .slider-wrap a .lnk-play .icon {
    width: 30px;
    height: 30px
}

.exhibit-detail .carousel {
    margin-top: 10px;
    position: relative;
    padding: 0 15px
}

.exhibit-detail .carousel .slick-track {
    display: flex
}

.exhibit-detail .carousel .item {
    height: auto;
    padding: 0 5px;
    position: relative;
    display: flex;
    cursor: pointer;
    color: #002094
}

.exhibit-detail .carousel .item .box {
    position: relative;
    width: 100%;
    border: 1px solid transparent
}

.exhibit-detail .carousel .item .box:hover {
    border-color: #002094
}

.exhibit-detail .carousel .item.slick-current .box {
    border-color: #002094
}

.exhibit-detail .carousel .lnk-play {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.exhibit-detail .carousel img {
    display: block;
    margin: 0 auto
}

.exhibit-detail p {
    margin: 15px 0
}

.subscription-detail {
    padding: 15px 0;
    background: rgba(4, 50, 215, .1)
}

@media (min-width: 768px) {
    .subscription-detail {
        padding: 42px 22px
    }
}

.subscription-detail .form-group {
    max-width: 402px
}

.subscription-detail .btn {
    width: 202px
}

.meeting-supplier .container {
    padding: 15px;
    margin: 0 -14px
}

@media (min-width: 768px) {
    .meeting-supplier .container {
        margin: 0;
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.meeting-supplier .steps {
    margin: 20px 0
}

.meeting-supplier .steps img {
    margin: 0 auto 15px;
    display: block
}

@media (min-width: 768px) {
    .meeting-supplier .steps img {
        margin-bottom: 35px
    }
}

.callback-block {
    padding: 15px
}

@media (min-width: 768px) {
    .callback-block {
        padding: 35px
    }
}

.callback-block form {
    max-width: 402px
}

.callback-block textarea {
    height: 247px
}

.contacts-detail {
    padding: 15px
}

.contacts-detail .bx-newsdetail-block {
    padding: 0;
}

@media (min-width: 768px) {
    .contacts-detail {
        padding: 30px 20px;
    }
}

.contacts-detail .row .row .col {
    padding-top: 5px;
    padding-bottom: 5px
}

.site-map {
    padding: 15px
}

@media (min-width: 768px) {
    .site-map {
        padding: 35px
    }
}

.site-map ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-map a {
    border: none;
    color: #002094
}

.site-map > ul > li {
    padding-bottom: 25px
}

.site-map > ul > li > a {
    font-weight: 700
}

@media (min-width: 768px) {
    .site-map > ul {
        display: flex;
        flex-flow: row wrap
    }

    .site-map > ul > li {
        width: 50%;
        padding: 5px
    }
}

.site-map > ul ul {
    padding-left: 15px;
    font-size: 13px;
    margin-top: 5px
}

.site-map > ul li {
    padding: 5px
}

.visit-history {
    padding: 15px
}

.visit-history nav {
    margin: 0 0 20px 0
}

.visit-history nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap
}

.visit-history nav ul li:first-child:before {
    display: none
}

.visit-history nav ul li.is-active a {
    font-weight: 700
}

.visit-history nav ul li:before {
    content: '|';
    display: inline-block;
    margin: 0 5px;
    color: #ddd
}

.visit-history nav ul a {
    color: inherit;
    border: none
}

.visit-history nav ul a:hover {
    color: #5e81ff
}

.visit-history .remove-all {
    margin-bottom: 15px
}

.history-products .item {
    padding-bottom: 18px
}

.card-history {
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 20px 10px;
    align-items: flex-start;
    position: relative
}

@media (min-width: 768px) {
    .card-history {
        display: flex
    }
}

.card-history .pict {
    display: flex;
    justify-content: center
}

@media (min-width: 768px) {
    .card-history .pict {
        min-width: 180px;
        max-width: 180px
    }
}

.card-history .desc {
    flex: 1
}

@media (min-width: 768px) {
    .card-history .desc {
        padding-left: 27px
    }
}

@media (max-width: 991px) {
    .card-history .desc {
        padding-top: 30px
    }
}

.card-history .recommended {
    display: flex;
    font-size: 13px;
    align-items: center;
    line-height: 15px;
    position: static
}

.card-history .recommended .icon-wrap {
    margin-right: 5px;
    background: #ff0101;
    max-width: 20px;
    min-width: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px
}

.card-history .recommended .icon {
    width: 14px;
    height: 14px
}

.card-history .prices {
    margin-top: 15px
}

@media (min-width: 768px) {
    .card-history .prices {
        font-size: 18px;
        margin-top: 27px
    }
}

.card-history .articlenumber {
    padding-top: 6px
}

.card-history .txt {
    margin-top: 24px;
    -webkit-line-clamp: 2;
    max-width: 352px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card-history .txt.d-md-block {
    display: -webkit-box !important
}

.card-history .options {
    width: 266px;
    padding-top: 48px
}

@media (max-width: 991px) {
    .card-history .options {
        position: absolute;
        width: auto;
        padding: 0;
        top: 0;
        right: 0;
        display: flex
    }

    .card-history .options .itm a {
        width: 30px;
        height: 30px
    }

    .card-history .options .itm span {
        display: none
    }
}

.card-history .options .fav {
    position: relative
}

.card-history .options .itm {
    padding: 0 0 10px
}

.card-history .options .itm a {
    position: relative;
    z-index: 10;
    border: none;
    display: flex;
    align-items: center
}

.card-history .options .itm a:hover span {
    border-bottom-color: transparent
}

.card-history .options .itm a span {
    border-bottom: 1px solid;
    transition: all .3s ease 0s
}

.card-history .options .itm a .icon-wrap {
    max-width: 30px;
    min-width: 30px
}

.card-history .options .itm a .fav, .card-history .options .itm a .icon {
    width: 19px;
    height: 19px
}

.card-history .options .itm a .remove {
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #e1dddd;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-history .options .itm a .remove .icon {
    width: 15px;
    height: 15px
}

.card-history .products-viewed {
    margin-top: 10px
}

.card-history .products-viewed > a {
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    border: none;
    background: #f3f3f3
}

.card-history .products-viewed > a.is-active .icon {
    transform: rotate(180deg)
}

.card-history .products-viewed > a .icon {
    margin-left: 10px;
    color: #000;
    width: 12px;
    height: 12px
}

@media (max-width: 767px) {
    .card-history .products-viewed .col {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@media (max-width: 479px) {
    .card-history .products-viewed .col {
        min-width: 100%;
        flex: 0 0 100%
    }
}

.card-history .products-viewed .products {
    background: #f3f3f3;
    padding: 15px;
    display: none
}

@media (min-width: 992px) {
    .card-history .products-viewed .products {
        margin-right: -30px
    }
}

.card-history .products-viewed .product {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 10
}

.card-history .products-viewed .product-pict {
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-history .products-viewed .product-pict picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@media (min-width: 1200px) {
    .card-history .products-viewed .product-pict {
        height: 147px
    }
}

.card-history .products-viewed .product-pict .recommended {
    position: absolute;
    top: 10px;
    left: 10px
}

.card-history .products-viewed .product-pict .recommended .icon-wrap {
    min-width: 31px;
    height: 31px
}

.card-history .products-viewed .product-pict img {
    display: block;
    position: relative;
    max-height: 100%
}

.card-history .products-viewed .ttl {
    margin: 10px 0 auto;
    font-size: 14px
}

.card-history .products-viewed .price {
    margin: 10px 0 0
}

.card-history .products-viewed .price span {
    white-space: nowrap
}

.news-list .card-title, .news-list .card-title a {
    display: block;
}

.icon_angle-down {
    fill: none;
    stroke: currentColor
}

.history-suppliers .item {
    padding-bottom: 20px
}

.history-suppliers .box {
    position: relative;
    border: 1px solid #c4c4c4
}

.history-suppliers .box:hover .remove {
    visibility: visible;
    opacity: 1
}

@media (min-width: 768px) {
    .history-suppliers .box {
        display: flex
    }
}

.history-suppliers .box .logo {
    padding: 10px
}

@media (min-width: 768px) {
    .history-suppliers .box .logo {
        min-width: 90px;
        max-width: 90px;
        padding: 20px
    }
}

.history-suppliers .box .logo img {
    display: block;
    margin: 0 auto
}

.history-suppliers .box .desc {
    flex: 1;
    border-top: 1px solid #c4c4c4;
    padding: 10px
}

@media (min-width: 768px) {
    .history-suppliers .box .desc {
        padding: 20px;
        border-top: none;
        border-left: 1px solid #c4c4c4
    }
}

.history-suppliers .box .ttl {
    margin: 0
}

.history-suppliers .box .recommended {
    display: flex;
    font-size: 13px;
    align-items: center;
    line-height: 15px;
    margin-top: 15px;
    position: static
}

.history-suppliers .box .recommended .icon-wrap {
    background: #ff0101;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    max-width: 20px;
    min-width: 20px;
    height: 20px
}

.history-suppliers .box .recommended .icon {
    width: 14px;
    height: 14px
}

.history-suppliers .box .remove {
    z-index: 10;
    position: absolute;
    right: 20px;
    bottom: 10px;
    top: 3px;
    border: none;
    display: flex
}

.history-suppliers .box .remove:hover {
    color: #ff0101
}

@media (min-width: 992px) {
    .history-suppliers .box .remove {
        visibility: hidden;
        opacity: 0
    }
}

@media (max-width: 767px) {
    .history-suppliers .box .remove {
        right: 5px;
        top: 10px;
        bottom: auto;
        font-size: 0;
        line-height: 0
    }

    .history-suppliers .box .remove .icon-wrap {
        margin-right: 0
    }
}

.history-suppliers .box .remove .icon-wrap {
    width: 19px;
    height: 19px;
    display: flex;
    background: #e1dddd;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 6px
}

.history-suppliers .box .remove .icon {
    width: 15px;
    height: 15px
}

.remove-lnk {
    border: none;
    display: flex
}

.remove-lnk:hover {
    color: #ff0101
}

.remove-lnk .icon-wrap {
    width: 19px;
    height: 19px;
    display: flex;
    background: #e1dddd;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 6px
}

.remove-lnk .icon {
    width: 15px;
    height: 15px
}

.history-search .ttl {
    margin: 10px 0
}

@media (min-width: 768px) {
    .history-search .col:last-child {
        border-left: 1px solid #dadada;
        padding-left: 35px
    }
}

.list-history-search .itm {
    display: flex;
    padding: 4px 0
}

.list-history-search .itm a:first-child {
    border: none;
    text-decoration: underline;
    margin-right: 5px
}

.list-history-search .itm a:first-child:hover {
    text-decoration: none
}

.list-history-search .itm:hover .remove-lnk {
    opacity: 1;
    visibility: visible
}

.list-history-search .itm .remove-lnk {
    margin-left: auto;
    white-space: nowrap
}

@media (min-width: 992px) {
    .list-history-search .itm .remove-lnk {
        visibility: hidden;
        opacity: 0
    }
}

@media (max-width: 991px) {
    .list-history-search .itm .remove-lnk {
        font-size: 0;
        line-height: 0
    }
}

.faq-detail {
    padding: 15px
}

@media (min-width: 768px) {
    .faq-detail {
        padding: 35px
    }
}

.faq-detail .item {
    padding: 0 0 20px
}

.faq-detail .box {
    padding: 10px;
    border: 1px solid #c4c4c4
}

.faq-detail .box .ttl {
    margin: 0 0 10px
}

.faq-detail .box .txt + .ttl {
    margin-top: 10px
}

@media (min-width: 768px) {
    .faq-detail .box {
        padding: 20px 27px
    }
}

.avtorizaciya-detail {
    padding: 15px 0;
    background: rgba(4, 50, 215, .1)
}

@media (min-width: 768px) {
    .avtorizaciya-detail {
        padding: 42px 22px
    }
}

.avtorizaciya-detail .form-group {
    max-width: 402px
}

.avtorizaciya-detail .btn {
    width: 202px
}

header {
    position: relative;
    height: 68px
}

@media (min-width: 768px) {
    header {
        height: 123px
    }
}

header .logo {
    border: none;
    min-width: 58px;
    max-width: 58px;
    display: block;
    margin: 0 0 0 15px
}

@media (min-width: 768px) {
    header .logo {
        min-width: 42px;
        max-width: 42px;
        margin: 0
    }
}

@media (max-width: 510px) {
    header .logo {
        margin-right: auto
    }
}

header .logo img {
    display: block
}

header .slogan {
    font-size: 13px;
    line-height: 14px;
    padding-left: 17px;
    color: #002094
}

@media only screen and (max-width: 1200px) {
    header .slogan {
        width: 30%;
    }
}

@media (max-width: 991px) {
    header .slogan {
        max-width: 150px;
        width: auto;
        margin-right: auto;
        padding-left: 15px
    }
}

@media (max-width: 510px) {
    header .slogan {
        display: none !important
    }
}

header .slogan span {
    font-size: 12px;
    line-height: 13px;
    text-transform: none
}

@media (max-width: 991px) {
    header .slogan span {
        display: block
    }
}

header .top {
    background: #fff;
    color: #002094;
    position: relative;
    z-index: 1000
}

header .top .container {
    display: flex;
    align-items: center;
    height: 45px
}

@media only screen and (max-width: 992px) {
    header .top .container {
        height: 60px;
    }
}

header .top nav {
    margin-left: auto
}

header .top nav a {
    border: none
}

header .top nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

header .top nav li {
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
}

@media (min-width: 992px) {
    header .top nav li {
        font-size: 14px;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    header .top nav li {
        margin-left: 28px;
    }
}

header .top nav a {
    color: inherit
}

header .top nav a:hover {
    color: #5e81ff
}

header .top .languages {
    margin-left: 10px;
    font-weight: 600;
    font-size: 13px;
}

@media (min-width: 992px) {
    header .top .languages {
        font-size: 14px;
        margin-left: 15px
    }
}

@media (min-width: 1200px) {
    header .top .languages {
        margin-left: 50px
    }
}

@media (min-width: 768px) {
    header.is-fixed .btm {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }

    header.is-fixed .btm .container {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

header .btm {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
    z-index: 900;
    border-top: 2px solid #eee;
    font-size: 14px;
    line-height: 15px;
    transition: border .1s ease, padding .1s ease, top .1s ease;
    top: -100%
}

@media (max-width: 767px) {
    header .btm {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }
}

header .btm .container {
    height: 68px;
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    header .btm .container {
        padding-top: 19px;
        padding-bottom: 19px;
        height: auto
    }
}

header .languages .dropdown {
    margin: 17px 0 0;
    right: 0;
    left: auto;
    min-width: 105px
}

header .search-wrap {
    flex: 1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .15)
}

@media (min-width: 768px) {
    header .search-wrap {
        margin-left: 19px;
        box-shadow: none;
        display: block !important
    }
}

@media (max-width: 767px) {
    header .search-wrap {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        padding: 14px;
        display: none
    }

    header .search-wrap .box-search .dropdown-menu {
        min-width: 40px;
        max-width: 40px
    }

    header .search-wrap .box-search .dropdown-menu .head {
        font-size: 0;
        line-height: 0;
        padding: 10px 0 0 5px;
        height: 34px
    }

    header .search-wrap .box-search .dropdown-menu .dropdown {
        min-width: 135px;
        left: auto;
        right: 0
    }
}

header .lk {
    margin-right: 15px
}

header .favourites, header .lk, header .search {
    margin-left: 15px
}

@media (max-width: 1199px) {
    header .favourites, header .lk, header .search {
        font-size: 0;
        line-height: 0
    }
}

@media only screen and (max-width: 374px) {
    header .favourites, header .lk, header .search {
        margin-left: 12px;
    }
}

header .favourites .icon, header .lk .icon, header .search .icon {
    width: 15px;
    height: 15px;
    color: #002094
}

@media (min-width: 1200px) {
    header .favourites .icon, header .lk .icon, header .search .icon {
        margin-right: 4px
    }
}

@media (max-width: 1199px) {
    header .favourites .icon, header .lk .icon, header .search .icon {
        width: 23px;
        height: 23px
    }
}

header .favourites a, header .lk a, header .search a {
    display: inline-flex;
    color: #000;
    border: none
}

header .favourites a:hover, header .lk a:hover, header .search a:hover {
    color: #5e81ff
}

.btn-catalog {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 9px 3px;
    position: relative;
    overflow: visible
}

@media (min-width: 992px) {
    .btn-catalog:hover:after {
        display: block
    }
}

.btn-catalog:after {
    width: 100%;
    height: 20px;
    left: 0;
    top: 100%;
    position: absolute;
    content: '';
    display: none
}

.btn-catalog:before {
    position: absolute;
    content: '';
    width: 1px;
    background: currentColor;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    left: 40px
}

@media (max-width: 1199px) {
    .btn-catalog:before {
        display: none
    }
}

.btn-catalog .burger {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    display: block;
    margin-right: 19px
}

.btn-catalog .burger span {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background: currentColor
}

.btn-catalog .burger span:after, .btn-catalog .burger span:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    background: currentColor;
    width: 100%
}

.btn-catalog .burger span:before {
    top: -6px
}

.btn-catalog .burger span:after {
    bottom: -6px
}

.btn-cart {
    margin-left: auto;
    padding: 6px 9px 7px 9px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px
}

@media (max-width: 767px) {
    .btn-cart {
        margin-left: 0
    }
}

.btn-cart .icon-wrap {
    position: relative;
    width: 23px;
    height: 23px;
    margin-right: 20px
}

.btn-cart .icon {
    width: 100%;
    height: 100%;
    display: block
}

.btn-cart .count {
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 20px;
    border-radius: 100%;
    background: #ff0101;
    color: #fff
}

@media (min-width: 992px) {
    .btn-cart, .btn-catalog {
        min-width: 152px
    }
}

@media (max-width: 991px) {
    .btn-cart, .btn-catalog {
        width: 38px;
        height: 38px;
        font-size: 0;
        line-height: 0;
        padding: 0;
        position: relative;
        overflow: visible
    }

    .btn-cart .burger, .btn-catalog .burger {
        margin: 0
    }

    .btn-cart .icon-wrap, .btn-catalog .icon-wrap {
        margin: 0 auto;
        position: static
    }

    .btn-cart .icon-wrap .count, .btn-catalog .icon-wrap .count {
        left: auto;
        right: -5px;
        top: -5px
    }
}

@media only screen and (max-width: 374px) {
    .btn-cart, .btn-catalog {
        width: 32px;
        height: 32px;
    }

    .btn-cart .icon-wrap {
        width: 20px;
        height: 20px;
    }
}

.footer-empty {
    margin-top: 40px;

    /*display: none;*/
}

footer {
    padding-top: 28px;
    padding-bottom: 20px;
    position: absolute;
    /*position: relative;*/
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 15px !important;
    line-height: 120% !important;

    /*margin-top: 40px;*/
}

footer a {
    color: inherit
}

footer .logo-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 22px
}

@media (min-width: 576px) {
    footer .logo-wrap {
        margin-top: 8px;
        margin-bottom: 0
    }
}

footer .logo-wrap img {
    display: block
}

footer .logo-wrap .logo {
    max-width: 50px;
    min-width: 50px;
    border: none
}

footer .logo-wrap .slogan {
    padding-left: 11px;
    font-size: 15px;
    line-height: 18px;
}

footer .copyright {
    margin-top: 10px
}

footer .nav {
    margin-top: 26px
}

@media (min-width: 768px) {
    footer .nav {
        margin-top: 0
    }
}

footer .nav + .nav {
    margin-top: 26px
}

footer .nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

footer .nav ul li {
    margin-top: 13px
}

footer .socialsbox, footer .subscription-box {
    margin-top: 36px
}

footer .socialsbox .form-control, footer .subscription-box .form-control {
    border-color: #2c5aff
}

footer .socialsbox .error-message, footer .subscription-box .error-message {
    position: absolute
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .col:first-child, footer .col:nth-child(3) {
        padding-left: 135px
    }

    footer .col.col-socialsbox {
        position: absolute;
        left: 135px;
        top: 113px;
        width: auto
    }
}

@media (max-width: 767px) {
    footer .col.col-socialsbox {
        order: 10
    }
}

footer .container {
    padding-left: 47px;
    padding-right: 42px
}

@media (min-width: 768px) {
    footer .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.socialsbox {
    margin: 0 -3px;
    display: flex;
    gap: 10px;
}

.socialsbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    border-radius: 4px;
    background: #fff;
}

.socialsbox a:hover .icon {
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .2)
}

.socialsbox .icon {
    display: block;
    width: 20px;
    height: 20px;
    transition: all .3s ease 0s
}

.socialsbox .icon_vk {
    color: #5a7fa6
}

.socialsbox .icon_fb {
    color: #3e5b98
}

.socialsbox .icon_tw {
    color: #4da7de
}

.socialsbox .icon_od {
    color: #f48420
}

.socialsbox .icon_yp {
    color: #e02a20
}

@media (min-width: 768px) {
    .subscription-box {
        margin-right: 18px;
        padding-top: 4px;
        max-width: 174px;
        display: flex;
        min-width: 100%
    }
}

.subscription-box .ttl {
    margin-bottom: 13px
}

@media (min-width: 768px) {
    .subscription-box .ttl {
        padding-top: 4px;
        max-width: 174px;
        margin: 0 18px 0 0
    }
}

.subscription-box .form-group {
    margin-bottom: 13px
}

@media (min-width: 768px) {
    .subscription-box .form-group {
        width: 373px;
        margin-bottom: 0
    }
}

.subscription-box .btn {
    text-overflow: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .subscription-box .btn {
        margin-left: 18px
    }
}

.popup {
    display: none;
    background: #fff;
    max-width: 100%;
    padding: 15px
}

@media (min-width: 768px) {
    .popup {
        padding: 20px 35px
    }
}

.popup.popup-md {
    width: 620px
}

@media (min-width: 768px) {
    .registration-block .form-group {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start
    }

    .registration-block .form-group .inp-lbl {
        max-width: 140px;
        min-width: 140px
    }

    .registration-block .form-group .error-message {
        max-width: calc(100% - 140px);
        min-width: calc(100% - 140px);
        margin-left: 140px
    }

    .registration-block .form-group input {
        max-width: calc(100% - 140px);
        min-width: calc(100% - 140px)
    }

    .registration-block .form-group .inp-lbl {
        padding-top: 9px
    }

    .registration-block .form-group.has-offstet {
        padding-left: 140px
    }
}

.fontRobotoC {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif
}

.fontRuda {
    font-family: Ruda, Arial, Helvetica, sans-serif
}

.fontRoboto {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.text-center {
    text-align: center
}

.align-items-center {
    align-items: center
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

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

.upper {
    text-transform: uppercase
}

.normal {
    font-weight: 400
}

.bold {
    font-weight: 700
}

.txt-white {
    color: #fff
}

.txt-bluedark {
    color: #002094
}

.txt-bluelight {
    color: #5e81ff
}

.txt-graylight {
    color: #ddd
}

.txt-red {
    color: #ff0101
}

.txt-gray {
    color: #d7dbec
}

.txt-gray {
    color: #d7dbec
}

.txt-blue {
    color: #0432d7
}

.bg-white {
    background: #fff
}

.bg-bluedark {
    background-color: #002094
}

.bg-bluelight {
    background-color: #5e81ff
}

.bg-graylight {
    background-color: #ddd
}

.bg-red {
    background-color: #ff0101
}

.bg-gray {
    background-color: #d7dbec
}

.bg-blue {
    background-color: #0432d7
}

.btn-fluid {
    width: 100%
}

.order--1 {
    order: -1
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .text-center-sm {
        text-align: center
    }

    .align-sm-items-center {
        align-items: center
    }

    .align-sm-items-start {
        align-items: flex-start
    }

    .align-sm-items-end {
        align-items: flex-end
    }

    .justify-sm-content-center {
        justify-content: center
    }

    .upper-sm {
        text-transform: uppercase
    }

    .normal-sm {
        font-weight: 400
    }

    .bold-sm {
        font-weight: 700
    }

    .txt-sm-white {
        color: #fff
    }

    .txt-sm-bluedark {
        color: #002094
    }

    .txt-sm-bluelight {
        color: #5e81ff
    }

    .txt-sm-graylight {
        color: #ddd
    }

    .txt-sm-red {
        color: #ff0101
    }

    .txt-sm-gray {
        color: #d7dbec
    }

    .txt-sm-gray {
        color: #d7dbec
    }

    .txt-sm-blue {
        color: #0432d7
    }

    .bg-sm-white {
        background: #fff
    }

    .bg-sm-bluedark {
        background-color: #002094
    }

    .bg-sm-bluelight {
        background-color: #5e81ff
    }

    .bg-sm-graylight {
        background-color: #ddd
    }

    .bg-sm-red {
        background-color: #ff0101
    }

    .bg-sm-gray {
        background-color: #d7dbec
    }

    .bg-sm-blue {
        background-color: #0432d7
    }

    .btn-sm-fluid {
        width: 100%
    }

    .order-sm--1 {
        order: -1
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .text-center-md {
        text-align: center
    }

    .align-md-items-center {
        align-items: center
    }

    .align-md-items-start {
        align-items: flex-start
    }

    .align-md-items-end {
        align-items: flex-end
    }

    .justify-md-content-center {
        justify-content: center
    }

    .upper-md {
        text-transform: uppercase
    }

    .normal-md {
        font-weight: 400
    }

    .bold-md {
        font-weight: 700
    }

    .txt-md-white {
        color: #fff
    }

    .txt-md-bluedark {
        color: #002094
    }

    .txt-md-bluelight {
        color: #5e81ff
    }

    .txt-md-graylight {
        color: #ddd
    }

    .txt-md-red {
        color: #ff0101
    }

    .txt-md-gray {
        color: #d7dbec
    }

    .txt-md-gray {
        color: #d7dbec
    }

    .txt-md-blue {
        color: #0432d7
    }

    .bg-md-white {
        background: #fff
    }

    .bg-md-bluedark {
        background-color: #002094
    }

    .bg-md-bluelight {
        background-color: #5e81ff
    }

    .bg-md-graylight {
        background-color: #ddd
    }

    .bg-md-red {
        background-color: #ff0101
    }

    .bg-md-gray {
        background-color: #d7dbec
    }

    .bg-md-blue {
        background-color: #0432d7
    }

    .btn-md-fluid {
        width: 100%
    }

    .order-md--1 {
        order: -1
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .text-center-lg {
        text-align: center
    }

    .align-lg-items-center {
        align-items: center
    }

    .align-lg-items-start {
        align-items: flex-start
    }

    .align-lg-items-end {
        align-items: flex-end
    }

    .justify-lg-content-center {
        justify-content: center
    }

    .upper-lg {
        text-transform: uppercase
    }

    .normal-lg {
        font-weight: 400
    }

    .bold-lg {
        font-weight: 700
    }

    .txt-lg-white {
        color: #fff
    }

    .txt-lg-bluedark {
        color: #002094
    }

    .txt-lg-bluelight {
        color: #5e81ff
    }

    .txt-lg-graylight {
        color: #ddd
    }

    .txt-lg-red {
        color: #ff0101
    }

    .txt-lg-gray {
        color: #d7dbec
    }

    .txt-lg-gray {
        color: #d7dbec
    }

    .txt-lg-blue {
        color: #0432d7
    }

    .bg-lg-white {
        background: #fff
    }

    .bg-lg-bluedark {
        background-color: #002094
    }

    .bg-lg-bluelight {
        background-color: #5e81ff
    }

    .bg-lg-graylight {
        background-color: #ddd
    }

    .bg-lg-red {
        background-color: #ff0101
    }

    .bg-lg-gray {
        background-color: #d7dbec
    }

    .bg-lg-blue {
        background-color: #0432d7
    }

    .btn-lg-fluid {
        width: 100%
    }

    .order-lg--1 {
        order: -1
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .text-center-xl {
        text-align: center
    }

    .align-xl-items-center {
        align-items: center
    }

    .align-xl-items-start {
        align-items: flex-start
    }

    .align-xl-items-end {
        align-items: flex-end
    }

    .justify-xl-content-center {
        justify-content: center
    }

    .upper-xl {
        text-transform: uppercase
    }

    .normal-xl {
        font-weight: 400
    }

    .bold-xl {
        font-weight: 700
    }

    .txt-xl-white {
        color: #fff
    }

    .txt-xl-bluedark {
        color: #002094
    }

    .txt-xl-bluelight {
        color: #5e81ff
    }

    .txt-xl-graylight {
        color: #ddd
    }

    .txt-xl-red {
        color: #ff0101
    }

    .txt-xl-gray {
        color: #d7dbec
    }

    .txt-xl-gray {
        color: #d7dbec
    }

    .txt-xl-blue {
        color: #0432d7
    }

    .bg-xl-white {
        background: #fff
    }

    .bg-xl-bluedark {
        background-color: #002094
    }

    .bg-xl-bluelight {
        background-color: #5e81ff
    }

    .bg-xl-graylight {
        background-color: #ddd
    }

    .bg-xl-red {
        background-color: #ff0101
    }

    .bg-xl-gray {
        background-color: #d7dbec
    }

    .bg-xl-blue {
        background-color: #0432d7
    }

    .btn-xl-fluid {
        width: 100%
    }

    .order-xl--1 {
        order: -1
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .text-center-xxl {
        text-align: center
    }

    .align-xxl-items-center {
        align-items: center
    }

    .align-xxl-items-start {
        align-items: flex-start
    }

    .align-xxl-items-end {
        align-items: flex-end
    }

    .justify-xxl-content-center {
        justify-content: center
    }

    .upper-xxl {
        text-transform: uppercase
    }

    .normal-xxl {
        font-weight: 400
    }

    .bold-xxl {
        font-weight: 700
    }

    .txt-xxl-white {
        color: #fff
    }

    .txt-xxl-bluedark {
        color: #002094
    }

    .txt-xxl-bluelight {
        color: #5e81ff
    }

    .txt-xxl-graylight {
        color: #ddd
    }

    .txt-xxl-red {
        color: #ff0101
    }

    .txt-xxl-gray {
        color: #d7dbec
    }

    .txt-xxl-gray {
        color: #d7dbec
    }

    .txt-xxl-blue {
        color: #0432d7
    }

    .bg-xxl-white {
        background: #fff
    }

    .bg-xxl-bluedark {
        background-color: #002094
    }

    .bg-xxl-bluelight {
        background-color: #5e81ff
    }

    .bg-xxl-graylight {
        background-color: #ddd
    }

    .bg-xxl-red {
        background-color: #ff0101
    }

    .bg-xxl-gray {
        background-color: #d7dbec
    }

    .bg-xxl-blue {
        background-color: #0432d7
    }

    .btn-xxl-fluid {
        width: 100%
    }

    .order-xxl--1 {
        order: -1
    }
}

.d-none {
    display: none
}

@media (min-width: 992px) {
    .d-none-lg {
        display: none
    }
}

.box-search .autocomplete-box:not(.active) {
    display: none;
}

.box-search .autocomplete-box.active {
    display: block;
}

.main-banners .container {
    box-sizing: content-box;
    padding-right: 0;
    padding-left: 40px;
}

.main-banners .banners a {
    justify-content: center;
    height: 100%;
}

.main-banners .slick-slide img {
    width: 100%;
}

.main-banners .banners {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.main-banners .slider-fluid {
    margin-left: 0px !important;
    width: calc(100% - 13px) !important;
}

.main-banners .banners .col.col-12 a picture {
    margin-top: 2px;
    height: calc(100% - 2px);
}

/*.main-banners + .section-block {
    padding-top: 0 !important;
}*/

.main-banners {
    padding-bottom: 8px;
}

@media (max-width: 1240px) {
    .main-banners .container {
        box-sizing: border-box;
        padding-right: 20px;
        padding-left: 20px;
    }

    .main-banners .slick-slide .h-100-m-0-auto {
        height: auto;
    }
}

@media (max-width: 767px) {
    .main-banners .container {
        padding-right: 14px;
        padding-left: 14px;
    }
}

/*.card .prices span, .card .prices {*/
/*    white-space: nowrap;*/
/*}*/

.catalog-filter .prices .form-group {
    flex-basis: calc(100% - 20px);
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 3px 0;
}

.catalog-filter .prices {
    flex-wrap: wrap;
}

.pagination p > font:first-of-type {
    display: none;
}

.pagination a, .pagination b {
    min-width: 24px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: -2px;
    color: #000;
    line-height: 1;
    display: inline-block;
    margin-right: -2px;
}

.pagination a:hover {
    color: #5e81ff;
    background: #f3f3f3;
}

.pagination b {
    border: none !important;
}


/*    .main-menu.is-open .overflow {

        top: 60px;
        }
        .main-menu.is-open {

        top: 60px;
        } */


.is-fixed + .breadcrumbs + .main-menu .overflow, .is-fixed + .breadcrumbs + .main-menu {
    top: 60px;
}

@media (min-width: 1366px) {
    header .top .container {
        position: relative;
    }

    header .logo {
        min-width: 100px;
        max-width: 165px;
        margin: 0;
        position: absolute;
        top: 12px;
        left: -145px;
        height: 108px;
        background: white;
        padding: 0 20px;
    }

    header .logo img {
        height: 90px;
        object-fit: contain;
    }

    header .slogan {
        /*font-size: 22px;*/
        padding-left: 0;
    }
}


.catalog-filter .catalog-filter-in {
    margin-bottom: 15px;
}

.main-menu .menu .in > ul > li > a {
    padding: 10px 30px 5px 60px;
}


.main-menu .menu .in > ul > li > a .icon-wrap {
    padding-top: 5px;
}


.main-menu .menu {
    line-height: 1.55;
}

/*header*/
header .top .container {
    max-width: 1200px;
}


@media (min-width: 1366px)  and (max-width: 1460px) {
    header .logo {
        min-width: 57px;
        max-width: 89px;
        margin: 0;
        position: absolute;
        top: 12px;
        left: -70px;
        height: 87px;
        background: white;
        padding: 0px 6px;
    }
}

@media only screen and (max-width: 374px) {
    header .logo {
        min-width: 55px;
        max-width: 55px;
        margin: 0 auto 0 10px;
    }
}

/*btn-filter*/
.btn-filter-wrap {
    display: flex;
}

.btn-open-filter {
    margin-left: auto;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #002094;
    border: 0;
    display: none;
    flex-shrink: 0;
}

.btn-open-filter span {
    display: block;
    width: 22px;
    height: 15px;
    margin: 0 auto;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.btn-open-filter span:before,
.btn-open-filter span:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}


@media (max-width: 991px) {
    .btn-open-filter {
        display: block;
    }

    .btn-open-filter.open span {
        border-top: 0;
        border-bottom: 0;
    }

    .btn-open-filter.open span:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .btn-open-filter.open span:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .page-columns {
        position: relative;
        overflow: hidden;
    }

    .filter-mob-panel .catalog-filter-in {
        position: absolute;
        top: 6px;
        right: 0;
        z-index: 10;
        left: auto;
        transform: translateX(100%);
        background: #fff;
    }

    .filter-mob-panel .catalog-filter-in.open {
        transform: translate(0);
    }

    .btn-filter-wrap {
        padding-left: 14px;
    }
}


@media (max-width: 767px) {
    .btn-filter-wrap {
        padding-left: 21px;
    }
}

/*.breadcrumbs*/
.breadcrumbs {
    padding: 25px 0 7px;
}

.breadcrumbs ul li:first-child {
    padding-left: 0;
}

/*.breadcrumbs .container {*/
/*    padding-left: 40px;*/
/*    padding-right: 40px;*/
/*}*/

@media (max-width: 992px) {
    .breadcrumbs .container {
        margin-top: 16px;
    }
}

/*@media (max-width: 768px) {*/
/*    .breadcrumbs .container {*/
/*        padding-left: 20px;*/
/*        padding-right: 20px;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .breadcrumbs .container {*/
/*        padding-left: 28px;*/
/*        padding-right: 28px;*/
/*    }*/
/*}*/


@media (max-width: 320px) {
    .breadcrumbs {
        padding-left: 0;
    }

    .btn-filter-wrap {
        padding-left: 0;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*fix btn pdf*/
.page-title {
    position: relative;
}

.page-title .controls {
    bottom: -87px;
    /*position: absolute;*/
    right: 0;
}

.product-detail .column.col-md {
    margin-top: 65px;
}

.catalog-filter .close {
    display: none !important;
}


@media (min-width: 992px) {
    .d-lg-none {
        display: flex !important;
    }
}

@media (max-width: 992px) {
    .page-title .controls {
        bottom: 0;
    }
}

@media (max-width: 960px) {
    /*.page-title{
		flex-direction: column;
	}*/
    .page-title .controls {
        position: static;
        display: flex !important;
    }
}


/*tz_na_zakupku*/
.tz_na_zakupku .page-title .controls {
    bottom: 0;
}

.order-list .item .in .ttl {
    width: 100%;
    max-width: 289px;
}


/*fix style card*/
.page-title {
    margin-bottom: 30px;
    padding-left: 0;
    align-items: flex-end;
    flex-wrap: wrap;
}

.page-title.h1 {
    font-size: 32px;
    line-height: 37px;
    width: 100%;
    gap: 15px;
    max-width: 890px; /*726px*/
}

@media (max-width: 1240px) {
    .page-title.h1 {
        max-width: calc(100% - 270px);
    }
}

@media (max-width: 991px) {
    .page-title.h1 {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .page-title {
        margin-bottom: 20px;
    }
}

.page-title.h1 h1 {
    width: 75%;
}

.product-block {
    padding: 23px 19px;
    box-sizing: border-box;
}

.picts .slick-slider:first-child {
    margin-bottom: 21px;
}

.picts .slick-slider:first-child .slick-slide img {
    margin: 0 auto;
    /* height: 400px; */
    transition: transform 300ms ease;
}

.picts .slick-slider:first-child .slick-slide img:hover {
    transform: scale(1.1);
}

.provider-info {
    margin-top: 42px;
}

.product-block .carousel .item {
    height: 54px;
}

.product-block .carousel .item .box {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-columns .col-extending .catalog-list .card.card-horizontal .desc .txt.d-md-block {
    font-size: 13px !important;
}

.provider-info a {
    color: #000;
    border: 0;
}

.recom-pr {
    font-size: 13px;
    line-height: 15px;
    color: #FF0101;
    width: 1005;
    max-width: 151px;
}

.product-block .recom-pr .icon-wrap {
    margin-right: 5px;
}

.provider-info .fav {
    color: #5E81FF;
}

.fav span {
    text-decoration: none;
}

.product-block .provider-info .col:nth-child(2) {
    min-height: 33px;
    font-size: 13px;
    line-height: 13px;
}

.product-block .provider-info .col {
    width: 42%;
    flex: 0 1 auto;
    max-width: inherit;
}

.product-block .provider-info .col:nth-child(even) {
    width: 54%;
    margin-left: 8px;
}

.product-block .btns .btn:first-child {
    margin-top: 21px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: inherit;
}

.product-block .btns {
    margin-bottom: 44px;
    width: 287px;
}

.btn-add-cart {
    padding: 5px 9px 5px 34px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    text-transform: inherit;
}

.product-block .top {
    padding-bottom: 55px;
}

.product-block .top .desc .txt {
    margin-top: 20px;
    max-height: 300px;
    overflow: auto;
}


@media (max-width: 1200px) {

    .product-block .provider-info .col {
        width: 42%;
        flex: 0 0 50%;
    }

    .product-block .provider-info .col:nth-child(even) {
        width: 42%;
    }
}

@media (max-width: 768px) {
    .picts .slick-slider:first-child .slick-slide img {
        height: 260px;
    }

    .page-title h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .provider-info {
        margin-top: 25px;
    }

    .product-block .btns .btn:first-child {
        margin-top: 19px;
    }

    .product-block .btns {
        margin-bottom: 0;
    }

    .product-block .top {
        padding-bottom: 42px;
    }

    .product-block {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .page-title.h1 h1 {
        margin-top: 22px;
    }
}

/*box-search*/
.box-search .dropdown-menu .dropdown {
    z-index: 2;
}


/*share*/
.ar_al_center {
    margin: 0 auto;
    width: 100%;
    max-width: 287px;
}

.ya-share-text-wrap {
    margin-right: 7px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 21px;
    background: url(/local/templates/template/css/../images/share-arr.svg) no-repeat left center;
}

.ya-share2__link {
    border: 0;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 7px 0 0 !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .product-block .top .share {
        margin-bottom: 15px;
    }
}


@media (min-width: 768px) {
    .product-block .picts {
        width: 57.86%;
        max-width: inherit;
        min-width: auto;
    }

    .product-block .top .desc {
        margin-left: 30px;
        padding-left: 0;
        width: 37.67%;
    }

    .product-block .top {
        justify-content: space-between;
    }
}

/*tabs-wrap*/

.product-block .tabs-wrap {
    padding-top: 23px;
}

.product-block .tabs-wrap .h3 {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 21px;
}

.feedback-carousel .pict {
    margin-right: 18px;
}

.feedback-carousel .pict a {
    display: block;
    width: 100%;
    max-width: 156px;
    border: 0;
}

@media (min-width: 768px) {
    .feedback-carousel .box.row {
        align-items: center;
    }

}

/**/
.carousel-products {
    margin-top: 14px;
}

.carousel-products .h4 {
    margin-bottom: 19px;
}

@media (min-width: 992px) {
    .carousel-products {
        padding: 25px 20px 45px;
        box-sizing: border-box;
    }
}


/*btm container*/
.btm .container {
    padding: 0 40px;
}

@media (max-width: 768px) {
    .btm .container {
        padding: 0 28px;
    }
}

@media only screen and (max-width: 390px) {
    .btm .container {
        padding: 0 14px;
    }
}

/*.box-search .dropdown-menu*/
.box-search .dropdown-menu {
    background: #002094;
}

.box-search .dropdown-menu .head {
    color: #fff !important;
}

.dropdown-menu .head:after {
    border-left: 2px solid #fff !important;
    border-top: 2px solid #fff !important;
}


/*print*/
@media print {
    header,
    footer,
    .carousel-products,
    .carousel,
    .breadcrumbs,
    .page-title .controls .btn-square,
    .btns,
    .share,
    .product-block .tabs-head,
    .lnk-play,
    #panel {
        display: none;
    }


    .picts .slick-slider:first-child .item {
        width: auto !important;
    }

    .product-block .top {
        padding-bottom: 42px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .product-block .picts {
        width: 100%;
        max-width: 260px;
    }

    .product-block .top .desc {
        width: 48%;
    }

    .page-title {
        margin: 30px 0;
    }
}


/*.exhibit-detail*/
.exhibit-detail .slider-wrap {
    float: none;
}

.exhibit-detail {
    display: flex;
    box-sizing: border-box;
}

.container.exhibit_detail {
    padding: 0 40px;
}

.exhibit-detail .slick-slider:first-child .slick-track {
    max-height: 310px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .exhibit-detail {
        flex-direction: column;
    }

    .exhibit-detail .slick-slider:first-child a {
        max-width: 260px;
    }

    .container.exhibit_detail {
        padding-left: 28px;
        padding-right: 28px;
    }
}


.box-search .js_search_btn {
    margin-right: 5px;
    margin-top: 6px;
    fill: #002094;
    width: 24px;
    cursor: pointer;
}

/*main-banners*/

@media (max-width: 560px) {
    .main-banners .banners .col-auto {
        display: none;
    }

    .main-banners .slider-fluid {
        margin: 0 auto;
        position: static !important;
        width: 100% !important;
    }

    .main-banners .banners .h-380 {
        /*height: auto !important;*/
        height: 260px !important;
    }
}

/*col-extending*/
.col-extending .select2-container.select2-container--default .select2-selection--single {
    position: relative;
}

/*exhibits-list*/

.exhibits-list .exhibit .time {
    width: 182px !important;
    flex-shrink: 0;
}

.exhibit .desc {
    width: 227px;
    flex-shrink: 0;
}

.exhibit .place {
    width: calc(74.5% - 409px);
}

.filter-top .form-group {
    display: inline-flex;
    justify-content: space-between;
    max-width: 350px;
    width: 100%;
}

.filter-top .form-group .btn {
    position: static !important;
    width: 157px;
}

.filter-top .form-group .select2-container {
    width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
}

.select2-container.select2-container--default .select2-selection__arrow:after {
    right: 4px;
    top: 30%;
}

.filter-top .select2-container.select2-container--default .select2-selection__rendered {
    padding: 0;
}

.filter-top .select2-container.select2-container--default .select2-selection--single {
    padding: 0 40px 0 0;
    position: relative;
    box-sizing: border-box;
}

.filter-top .categories {
    max-width: 645px;
}

@media (max-width: 1070px) {
    .exhibit .desc {
        padding: 19px 13px;
        width: 183px;
    }

    .exhibits-list .exhibit .time {
        width: 100px !important;
    }

    .exhibit .place {
        width: calc(74.5% - 283px);
    }
}

@media (max-width: 768px) {
    .exhibit .desc {
        width: 100%;
    }

    .exhibits-list .exhibit .time {
        width: 100% !important;
    }

    .exhibit .place {
        width: 100%;
        border: 0 !important;
    }
}

.banner_st {
    border-bottom: 0;
}

.suppliers-list .card-provider .row {
    width: 100%;
    margin-left: 8px;
}

.suppliers-list .card-provider .col-xl-6 {
    justify-content: center;
}

table.separate {
    border-collapse: separate;
    border-spacing: 10px !important;
    margin-left: -10px;
    margin-right: -10px;
}

.form-search .search_tag {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
}

.form-search .search_tag:focus-visible,
.form-search .search_tag:focus {
    border: 1px solid #002094;
}

.form-search .js-tags_wrap {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-search .js-tags_wrap label {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #002094;
    padding: 6px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.16s;
}

.form-search .js-tags_wrap label:hover {
    background: #5e81ff;
    transition: 0.16s;
}

table tbody tr td {
    padding: 7px;
    vertical-align: top;
}

/*.bx-newsdetail-content table,*/
/*.table-wrapper table {*/
/*    font-size: 12px;*/
/*}*/

.bx-newsdetail-content table td a {
    word-break: break-word;
}

table tbody tr:first-child td {
    padding: 7px;
    vertical-align: middle;
}

table tbody tr td p {
    margin-bottom: 5px;
}

table tbody tr td p:last-child {
    margin: 0;
}

.news-list .col > .row {
    gap: 12px;
}

.news-list .news-list-item {
    padding: 0;
    flex-basis: unset;
    flex-grow: unset;
    width: 32%;
}

.news-list .news-list-item .card {
    height: 450px;
    text-align: left;
}


.news-list .news-list-item .card .card-img-top {
    height: 160px;
    width: 100%;
}

.news-list .news-list-item .card .card-body {
    margin-top: 4px;
}

.news-list .card-title, .news-list .card-title a {
    line-height: 122%;
}

.news-list .card-title, .news-list .card-title a {
    min-height: 103px;
    display: flex;
    align-items: center;
}

.news-list .news-list-item .card .card-text {
    margin: 0 0 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.news-list .news-list-item .card .news-list-post-params {
    position: absolute;
    bottom: 42px;
}

.news-list .news-list-item .card .news-list-more {
    position: absolute;
    bottom: 16px;
}

@media (max-width: 1240px) {
    .news-list .card-title, .news-list .card-title a {
        min-height: 94px;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .news-list .news-list-item {
        width: 49%;
    }

    .news-list .news-list-item .card {
        height: 410px;
    }

    .news-list .card-title, .news-list .card-title a {
        min-height: 74px;
    }
}

@media (max-width: 991px) {
    .news-list .card-title, .news-list .card-title a {
        font-size: 15px;
    }
}

@media (max-width: 712px) {
    .news-list .col > .row {
        gap: 8px;
    }

    .news-list .news-list-item {
        width: 49%;
    }

    .news-list .news-list-item .card {
        height: 430px;
    }

    .news-list .card-title, .news-list .card-title a {
        min-height: 89px;
        padding: 0 0 10px;
    }
}

@media (max-width: 526px) {
    .news-list .col > .row {
        gap: 20px;
    }

    .news-list .news-list-item {
        width: 100%;
    }

    .news-list .news-list-item .card {
        height: auto;
    }

    .news-list .news-list-item .card .card-img-top {
        height: 207px;
    }

    .news-list .card-title, .news-list .card-title a {
        min-height: unset;
    }

    .news-list .news-list-item .card .news-list-post-params {
        position: unset;
    }

    .news-list .news-list-item .card .news-list-more {
        position: unset;
    }
}

.bx-newslist-block {
    position: relative;
    height: 360px;
    margin-bottom: 30px;
}

.bx-newslist-title, .bx-newslist-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 2px 0 0;
}

.bx-newslist-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.bx-newslist-img {
    margin-bottom: 5px;
}

.bx-newslist-img img {
    width: 100%;
    height: 130px;
}

.bx-newslist-more-wrap {
    position: absolute;
    bottom: 0;
}

.bx-newslist-more {
    margin-left: -8px;
}

.main-articles .news-list .news-list-item {
    width: 23.8%;
}

.main-articles .news-list .news-list-item .card {
    height: 420px;
}

.main-articles .news-list .news-list-item .card .card-body {
    margin-top: 10px;
}

.main-articles .news-list .news-list-item .card .news-list-more .btn-sm {
    padding: 9px 23px;
}

.main-articles .news-list .news-list-item .card .card-body > a {
    font-size: 18px;
    text-decoration: none;
    border-bottom: none;
    line-height: 135%;
    font-weight: 600;
    color: #000;
    transition: all 0.3s;
}

.main-articles .news-list .news-list-item .card .card-body > a:hover {
    color: #5e81ff;
}

.main-articles .news-list .news-list-item .card .card-text {
    margin: 5px 0 5px 0;
    line-height: 105%;
}

@media (max-width: 1199px) {
    .main-articles .news-list .news-list-item {
        width: 23.5%;
    }
}

@media (max-width: 991px) {
    .main-news .bx-newslist-container {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main-news .bx-newslist-block {
        background: #fff;
        padding-top: 10px;
    }

    .main-news .bx-newslist-img img {
        height: 150px;
    }

    .main-news .bx-newslist-content {
        margin-top: 8px;
    }

    .main-news .bx-newslist-more-wrap {
        bottom: 8px;
    }

    .section-block .container::before {
        display: none;
    }

    .main-articles::before {
        display: none;
    }

    .main-articles .news-list::before {
        display: none;
    }

    .main-articles .news-list .row::before {
        display: none;
    }

    .main-articles .news-list .news-list-item {
        width: 49%;
    }
}

@media (max-width: 700px) {
    .main-news .bx-newslist-block {
        height: 375px;
        padding-bottom: 5px;
    }
}

@media (max-width: 525px) {
    .main-news .bx-newslist-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-news .bx-newslist-block {
        height: auto;
        margin-bottom: 20px;
    }

    .main-news .bx-newslist-more-wrap {
        position: unset;
        margin: 10px -5px;
    }

    .main-articles .news-list .news-list-item {
        width: 100%;
    }

    .main-articles .news-list .news-list-item .card {
        height: auto;
    }

    .main-articles .news-list .news-list-item .card .news-list-more {
        margin: 10px 0;
    }
}

.doc-box {
    align-items: center;
}

.doc-title {
    line-height: 150%;
    position: relative;
    top: -3px;
}

.nav-categories.bg-white .section > a > .ttl.bold {
    font-size: 14px;
    font-weight: 400;
}

.banner-row {
    margin: 40px 0 60px;
    justify-content: space-between;
}

.banner-row__right .steps {
    align-items: center;
}

.banner-row__right .btns-wrap {
    margin-top: 20px;
}

@media only screen and (max-width: 1170px) {
    .banner-row__right {
        width: 58%;
    }

    .banner-row__right .steps .icon-img {
        width: 64px;
        height: auto;
        object-fit: contain;
    }
}

@media only screen and (max-width: 1154px) {
    .banner-row__right .steps {
        margin-top: -30px;
    }

    .banner-row__right .steps .col.col-md-auto {
        width: 47%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-row__right {
        width: 100%;
    }

    .banner-row__right .steps {
        margin-top: 0;
    }

    .banner-row__right .steps .col.col-md-auto {
        width: 25%;
        flex-grow: unset;
        flex-basis: unset;
    }
}

@media only screen and (max-width: 670px) {
    .banner-row__right .steps .col.col-md-auto {
        width: 50%;
    }
}

.faq-detail .item .txt a {
    line-height: 86%;
    display: inline-block;
}


/* 16.01.24  красный пункт меню в шапке */
.red-min {
    font-size: 12px;
    color: tomato !important;
}

@media (max-width: 1366px) {
    .red-min {
        display: none;
    }
}

header .btm .join-nsppo {
    display: none;
    margin-left: 15px;
}

header .btm .join-nsppo a {
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

header .btm .join-nsppo a:hover {
    color: #5e81ff;
}

header .btm .join-nsppo img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media only screen and (max-width: 1366px) {
    header .btm .join-nsppo {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    header .btm .join-nsppo span {
        display: none;
    }

    header .btm .join-nsppo a {
        width: 27px;
        height: 27px;
    }

    header .btm .join-nsppo img {
        width: 27px;
        height: 27px;
    }
}

.reg-form-block {
    padding: 35px 0 20px;
}

.reg-form-block .form-control {
    border-radius: 0;
    height: 36px;
}

.reg-form-block .form-control:focus,
.reg-form-block .form-control:focus-visible {
    -webkit-box-shadow: 0 0 6px rgba(102, 175, 233, 0.3);
    box-shadow: 0 0 6px rgba(102, 175, 233, 0.3);
}

.reg-form-block textarea.form-control {
    resize: vertical;
    height: 72px;
}

.reg-form-block .file_download {
    margin-top: 10px;
}

.reg-form-block label.form-checkbox {
    font-weight: 400;
}

.bx-newsdetail .reg-form-block .btn[type="submit"] {
    border-color: #002094;
    background: #002094;
    border-radius: 0;
}

@media only screen and (max-width: 575px) {
    .reg-form-block label.form-checkbox {
        font-size: 13px;
    }
}

@media only screen and (max-width: 359px) {
    .reg-form-block .form-control {
        padding: 9px 6px;
    }

    .reg-form-block .form-control::placeholder {
        font-size: 12px;
    }
}

.bx-newsdetail iframe {
    max-width: 100%;
    margin: 20px 0;
    max-height: 405px;
}

@media screen and (max-width: 576px) {
    .bx-newsdetail iframe {
        height: 55vw;
    }
}

.content-section {
    line-height: 142%;
}

.content-section ul li:not(:last-child),
.content-section ol li:not(:last-child) {
    margin-bottom: 7px;
}

.content-section ol li > ul,
.content-section ul li > ul {
    margin-top: 7px;
}

.expert-council-docs .item:not([id="bx_651765591_4857"]):not([id="bx_651765591_4856"]) {
    display: none;
}

.table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.page-columns .column.col-extending {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .page-columns .column.col-extending {
        max-width: 100%;
        width: calc(100% - 300px);
    }
}

/* анкета для участников вебинаров */
.questionary-form .form-group > label:not(.form-checkbox) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 30px;
}

.questionary-form .form__eval-products .form-group > label {
    align-items: flex-start;
    gap: 10px 30px;
}

.questionary-form .form-group {
    margin: 0 0 30px;
    position: relative;
}

.questionary-form .form-group__ttl {
    width: 18%;
    line-height: 1.4;
}

.questionary-form > .form-group .form-group__ttl {
    font-weight: 500;
}

.questionary-form .form__eval-products .form-group__ttl {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 5px 30px;
    justify-content: space-between;
}

.questionary-form sup {
    color: #ff0101;
}

.questionary-form b {
    font-weight: 500;
}

.questionary-form .form-control {
    width: 100%;
    max-width: 380px;
    font-size: 14px !important;
}

.questionary-form .form-group__subttl {
    display: block;
    font-weight: 500;
}

.questionary-form .form-text {
    margin-bottom: 30px;
    margin-top: 40px;
}

.questionary-form .form-text ul {
    list-style: none;
    padding-left: 0;
    margin: 12px 0 0;
}

.questionary-form .form-text ul li {
    line-height: 1.2;
}

.questionary-form .form-text ul li:not(:last-child) {
    margin-bottom: 8px;
}

.form__eval-products {
    counter-reset: group 0;
}

.form__eval-products .form-group {
    counter-increment: group 1;
    padding-left: 30px;
}

.form__eval-products .form-group::before {
    content: ""counter(group)".";
    position: absolute;
    left: 0;
    top: 2px;
}

.questionary-form .eval-product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px 30px;
}

.eval-product__inputs {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.eval-product__inputs .radio-wrap {
    width: 25%;
}

.radio-label {
    cursor: pointer;
}

.radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.radio-label > span {
    position: relative;
    padding-left: 28px;
}

.radio-label > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    outline: 1px solid #002094;
    border: 4px solid transparent;
    border-radius: 50%;
    background: #ffffff;
}

.radio-label input[type="radio"]:checked ~ span::before {
    background: #002094;
    border-color: #ffffff;
}

@media screen and (max-width: 991px) {
    .questionary-form .form-group {
        margin: 0 0 20px;
    }

    .questionary-form .form-group__ttl {
        width: 100%;
    }

    .questionary-form .form__eval-products .form-group__ttl {
        grid-template-columns: 100%;
    }

    .form__eval-products .form-group {
        padding-left: 25px;
    }
}
/* End */


/* Start:/local/templates/template/css/suggestions.min.css?16711009139546*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{display:inline-block;position:relative;margin:0;padding:0;vertical-align:top;min-height:1px;-webkit-text-size-adjust:100%}.suggestions-addon{display:none;opacity:0;position:absolute}.suggestions-addon[data-addon-type=spinner]{background:rgba(255,255,255,.75) url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=) 50% 50% no-repeat;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.suggestions-addon[data-addon-type=clear]{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;background-size:contain;cursor:pointer;opacity:.8}.suggestions-addon[data-addon-type=clear]:hover{opacity:1}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%}.suggestions-constraints{list-style:none!important;margin:0!important;padding:0!important;position:absolute!important;white-space:nowrap!important}.suggestions-constraints:empty{display:none!important}.suggestions-constraints li{background:#f8f8f8;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;cursor:default;display:inline-block;margin:0 4px 0 0;padding:0 .5em}.suggestions-constraints li .suggestions-remove{height:1em;width:1em;display:inline-block;margin:0 0 0 .25em;background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;background-size:contain;cursor:pointer;opacity:.8}.suggestions-constraints li .suggestions-remove:hover{opacity:1}.suggestions-constraints li span{vertical-align:middle}.suggestions-subtext{color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:''}.suggestions-promo{font-size:85%;color:#777;padding:4px 4px 6px 4px}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}
/* End */


/* Start:/local/templates/template/components/bitrix/sale.basket.basket.line/tz_na_zakupku/style.min.css?1671100912458*/
.catalog-cart-counter-menu{background:#6cb70e;color:#fff;text-align:center;line-height:25px;min-width:25px;height:25px;position:relative;top:-12px;right:10px;border-radius:50%;font-style:normal;font-weight:bold;font-size:14px;-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-delay:500ms;animation-delay:500ms}
/* End */


/* Start:/local/templates/template/styles.css?17225034155417*/
.result { 
    font-size: 16px !important;
}

.shiffers_list .suppliers-list .card-provider .products {
	flex-basis: calc(100% - 470px);
	max-width: calc(100% - 470px);
	padding-top: 15px;
	padding-bottom: 15px;
}
.shiffers_list .suppliers-list .card-provider .desc {
	flex-basis: 380px;
	max-width: 380px;
}
.shiffers_list .suppliers-list .card-provider .products>.row {
	align-content: flex-start;
}
.shiffers_list .suppliers-list .card-provider .products>.row .section_shippers:not(:last-child) {
	margin-bottom: 7px;
	margin-right: 15px;
}
.shiffers_list .suppliers-list .card-provider .products>.row .section_shippers a {
	text-decoration: none;
	border-bottom: 0;
}
.shiffers_list .suppliers-list .card-provider .products>.row .section_shippers a:hover {
	color: #000;
}
.shiffers_list .suppliers-list .card-provider .desc .recommended {
	margin-top: 12px;
}
.col-extending .catalog-list .card.card-horizontal .desc .txt.d-md-block {
	font-family: Roboto;
	font-size: 11px !important;
	display: block !important;
}
.col-extending .catalog-list .card.card-horizontal .desc .txt.d-md-block * {
	font-family: Roboto !important;
	font-size: 11px !important;
}


/*код для пункта лк Мои встречи начало*/
table.mv-table td:not(:last-child),
table.mv-table th:not(:last-child) {
    border-right: 1px solid #c4c4c4;
}
table.mv-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;	
}
table.mv-table td,
table.mv-table th {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
table.mv-table th {
	background-color: #D9D9D9;
	font-size: 16px;
	color: #152084;

}

table.mv-table tbody tr.odd {
	background-color: #ffffff; 
}
table.mv-table tbody tr.even {
	background-color: #D9D9D9; 
}
button.mv-td-company,
button.mv-td-action {
	border-radius: none;
	border: none;
}
table.mv-table tbody tr.odd .mv-td-company,
table.mv-table tbody tr.odd .mv-td-action {
    background-color: #D9D9D9;
	margin-left: 8px;
	padding: 5px 10px;
}
table.mv-table tbody tr.even .mv-td-company,
table.mv-table tbody tr.even .mv-td-action {
    background-color: #ffffff;
	margin-left: 8px;
	padding: 5px 10px;
}
button.mv-td-company:hover,
button.mv-td-action:hover {
	box-shadow: 0 0 0 2px #a5a5a5; /* Псевдографическая граница при наведении */
}
.mv-spoiler-content {
	display: none; /* Скрыть по умолчанию */
	padding: 10px;
	background-color: #f9f9f9;
	border-top: 1px solid #ddd;
	width: 100%;
}
td.td-spoiler-wrapper {
	padding: 0px!important;
}
.spoiler-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.spoiler-content {
	width: 100%;
	display: flex;
}
td.td-spoiler-wrapper {
	text-align: left!important;
}
.spoiler-item-1 {
	width: 25%;
	padding: 10px;
}
.spoiler-item-2 {
	width: 75%;
	padding: 10px;
}
.zapis-na-vstrechy {
	margin-top: 50px;
	padding: 10px;
}
.title-zapisatsya {
	font-size: 18px;
	color: #002094;
}
button.mv-company-btn {
	background-color: #00238f;
	margin-left: 8px;
	padding: 10px 20px;
	margin: 5px;
	border-radius: none;
	border: none;
	color: white;
}

button.mv-company-btn:hover {
	color: #5e81ff;
}

/* Стиль для активной кнопки */
.mv-company-btn.active {
    background-color: #4CAF50;
    color: white;
}

button.mv-company-btn-date {
	background-color: #00238f;
	margin-left: 8px;
	padding: 10px 20px;
	margin: 5px;
	border-radius: none;
	border: none;
	color: white;
}

button.mv-company-btn-date:hover {
	color: #5e81ff;
}

.company-btn-rec-title-date {
	margin: 15px 0px;
}

button.slot-occupied {
	background-color: red;
	color: white;
	cursor: not-allowed;
}

button.slot-occupied:hover {
	color: white;
}

/* Стили для попапа начало */
.popup-overlay {
	display: none; /* Скрываем попап по умолчанию */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

input.mv-form-input {
	resize: none;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #002094;
    color: #000;
    padding: 9px 9px 9px 11px;
    font-size: 13px !important;
    line-height: 16px;
    outline: 0;
    box-shadow: none;
}

.form-wrap {
	margin-bottom: 15px;
}

p.mv-title-form {
	font-size: 18px;
    color: #002094;
}

.mv-form-input-submit {
	background-color: #D9D9D9;
	margin-left: 8px;
	padding: 10px 20px;
	margin: 5px;
	border-radius: none;
	border: none;	
}
.form-btn-wrap {
	display: flex;
    justify-content: center;
}
@media (max-width: 600px) {
	table.mv-table td,
	table.mv-table th {
	font-size: 12px;
	padding: 2px!important;
	}
	.lk-columns > .column {
		margin-right: 0px;
	}

	.spoiler-item-1 {
		width: 35%;
		padding: 5px;
	}
	.spoiler-item-2 {
		width: 65%;
		padding: 5px;
	}
}

@media (max-width: 992px) {
	.lk-columns > .column {
		margin-right: 0px;
	}
}

@media (max-width: 400px) {
	table.mv-table td,
	table.mv-table th {
	font-size: 10px;
	}
}

@media (max-width: 480px) {
	.mv-company-btn-date,
	.mv-company-btn {
	width: 100%;
	}
}

/* Стили для попапа конец mv-company-btn-date*/

/*код для пункта лк Мои встречи конец */
/* End */
/* /local/templates/template/css/template_styles.css?1741939684218752 */
/* /local/templates/template/css/suggestions.min.css?16711009139546 */
/* /local/templates/template/components/bitrix/sale.basket.basket.line/tz_na_zakupku/style.min.css?1671100912458 */
/* /local/templates/template/styles.css?17225034155417 */
