html {
    height: 100%;
}

body {
    min-height: 100%;
}

.container main {
    margin-bottom: 10rem;
}

.landing-header {
    height: 70px;
}

#header .landing-curve svg {
    top: -1px;
}

#footer .landing-curve svg {
    top: 1px;
}

#footer nav ul {
    list-style: none;
    padding: 0;
}

#footer nav ul li a {
    color: #fff;
    opacity: .5;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}

#footer nav ul li.active a {
    opacity: 1;
}

#menu {
    color: #a1a5b7;
}

#menu nav {
    font-weight: 500;
    font-size: 1.15rem;
    display: block;
    color: #fff;
}

#menu nav .icon {
    display: none;
}

#menu nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu nav ul li {
    display: inline-block;
    margin-right: 25px;
    padding: 10px 0;
    position: relative;
}

#menu nav ul li a {
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    color: inherit;
    opacity: .5;
}

#menu nav > ul > li > a.submenu {
    background: url('../img/menu-down.png') no-repeat right 15px;
    padding-right: 25px;
}

#menu nav > ul > li > ul > li > a.submenu {
    background: url('../img/menu-right.png') no-repeat right 11px;
    padding-right: 25px;
    margin-right: 10px;
}

#menu nav ul li.active > a,
#menu nav ul li a:hover,
#menu nav ul li a:focus,
#menu nav ul li a:active {
    opacity: 1;
}

#menu nav ul ul {
    list-style: none;
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition: 0.25s linear opacity;
    z-index: 100;
    margin-top: 7px;
}

#menu nav ul ul li {
    padding-top: 0;
    display: block;
    text-align: left !important;
    background-color: #3a5473;
    margin-right: 0;
}

#menu nav ul ul li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#menu nav ul ul li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#menu nav ul ul a {
    white-space: nowrap;
    display: block;
    padding: 5px 20px;
    border-radius: 0;
}

#menu nav ul ul ul {
    top: 0;
    left: 100%;
    position: absolute;
    z-index: 101;
    overflow: unset;
    margin-top: 0;
}

#menu nav ul ul li:last-child {
    padding-bottom: 0;
}

#menu nav > ul > li:hover > ul {
    left: 0;
    top: 40px;
    opacity: 1;
}

#menu nav ul ul li a {

}

#menu nav > ul > li > ul > li:hover > ul {
    left: 100%;
    top: 0;
    opacity: 1;
}

#menu nav > ul > li:hover > a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#menu nav ul li:hover ul a {
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.075s linear;
}

#menu nav ul li:hover ul li a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.block-section-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    border: 1px solid #009ef7;
    background-color: #009ef7;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 1.35rem;
    color: #fff;
    font-weight: bold;
}

.block-section-item i {
    color: inherit;
}

.block-section-item:hover {
    color: rgba(255, 255, 255, 0.9);
}

.block-element-item {
    display: block;
    border: 1px solid rgba(44, 63, 91, 0.07);
    background-color: rgba(44, 63, 91, 0.05);
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 1.35rem;
    color: #333;
    font-weight: bold;
}

.block-properties-table tr th {
    width: 33%;
}

.object-fit-cover {
    background-position: center;
    background-size: cover;
}

.inline-slider-container {
    flex: 1;
    display: flex;
    overflow: auto;
}

.inline-slider-box {
    display: flex;
    min-height: min-content;
}

#media-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    z-index: 100;
    padding: 30px;
}

#media-modal::after {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    top: 8px;
    right: 8px;
    color: rgba(255, 255, 255, .2);
    position: absolute;
}

#media-modal .modal-floating-header {
    position: absolute;
    left: 10px;
    top: 10px;
}

#media-modal .slider-container {
    height: 75%;
}

#media-modal .flexslider,
#media-modal .flex-viewport,
#media-modal .slides {
    height: 100%;
}

#media-modal .slides li {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#media-modal .slides li.video-item {
    display: flex !important;
    align-content: center;
    justify-content: center;
}

#media-modal .slides li .flex-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    z-index: 100;
    background-color: #d6d6d6;
}

#media-modal .carousel-container .slides li {
    background-size: cover;
}

#media-modal .carousel-container {
    margin-top: 30px;
    height: calc(25% - 30px);
    overflow: hidden;
}

#media-modal .slider-container .flexslider {
    margin: 0;
    background: none;
    border: none;
}

#media-modal .carousel-container .flexslider {
    margin: 0;
    background: rgba(0, 0, 0, 0.25);
    border-color: transparent;
}

.file-form .value .item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.file-form .value .item .image {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
}

#footer .search-form input {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.search-results {
    font-size: 125%;
}

.search-results li {
    margin-bottom: 10px;
}

.captcha_reload {
    margin-left: 20px;
}

.datepicker {
    width: -moz-min-content;
    width: min-content;
}

.datepicker:not(.active) {
    display: none;
}

.datepicker-dropdown {
    position: absolute;
    z-index: 1000;
    padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px;
}

.datepicker-picker {
    display: flex;
    flex-direction: column;
    border-radius: 0.375rem;
    background-color: #fff;
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.datepicker-main {
    flex: auto;
    padding: 2px;
}

.datepicker-footer {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.datepicker-title {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 700;
}

.datepicker-controls {
    display: flex;
}

.datepicker-header .datepicker-controls {
    padding: 2px 2px 0;
}

.datepicker-controls .btn {
    border-color: #f8f9fa;
    background-color: #fff;
}

.datepicker-controls .btn:hover {
    border-color: #dbe0e5;
    background-color: #e2e6ea;
    color: #000;
}

.datepicker-controls .btn:focus {
    border-color: #dbe0e5;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    background-color: #e2e6ea;
    color: #000;
}

.datepicker-controls .btn:disabled {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #000;
}

.datepicker-controls .btn:not(:disabled):active {
    border-color: #d4dae0;
    background-color: #dbe0e5;
    color: #000;
}

.datepicker-controls .btn:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.datepicker-header .datepicker-controls .btn {
    border-color: transparent;
    font-weight: bold;
}

.datepicker-footer .datepicker-controls .btn {
    flex: auto;
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.datepicker-controls .view-switch {
    flex: auto;
}

.datepicker-controls .prev-button,
.datepicker-controls .next-button {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    flex: 0 0 14.2857142857%;
}

.datepicker-controls .prev-button.disabled,
.datepicker-controls .next-button.disabled {
    visibility: hidden;
}

.datepicker-view,
.datepicker-grid {
    display: flex;
}

.datepicker-view {
    align-items: stretch;
    width: 15.75rem;
}

.datepicker-grid {
    flex-wrap: wrap;
    flex: auto;
}

.datepicker .days {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.datepicker .days-of-week {
    display: flex;
}

.datepicker .week-numbers {
    display: flex;
    flex-direction: column;
    flex: 0 0 9.6774193548%;
}

.datepicker .weeks {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: auto;
}

.datepicker span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.datepicker .dow {
    height: 1.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
}

.datepicker .week {
    flex: auto;
    color: #dee2e6;
    font-size: 0.875rem;
}

.datepicker-cell,
.datepicker .days .dow {
    flex-basis: 14.2857142857%;
}

.datepicker-cell {
    height: 2.25rem;
}

.datepicker-cell:not(.day) {
    flex-basis: 25%;
    height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
    background-color: #e2e6ea;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background-color: #0d6efd;
    color: #fff;
    font-weight: 600;
}

.datepicker-cell.disabled {
    color: rgba(33, 37, 41, 0.5);
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
    color: #6c757d;
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
    color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    border-radius: 0;
    background-color: #f8f9fa;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #f1f3f5;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #e2e6ea;
}

.datepicker-cell.today:not(.selected) {
    background-color: #20c997;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
    background-color: #1fc493;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
    background-color: #6c757d;
    color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
    background-color: #69727a;
}

.datepicker-cell.range-start:not(.range-end) {
    border-radius: 0.375rem 0 0 0.375rem;
}

.datepicker-cell.range-end:not(.range-start) {
    border-radius: 0 0.375rem 0.375rem 0;
}

.datepicker-cell.range {
    border-radius: 0;
    background-color: #e9ecef;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #e2e6ea;
}

.datepicker-cell.range.disabled {
    color: #ced4db;
}

.datepicker-cell.range.focused {
    background-color: #dbe0e5;
}

.datepicker-input.in-edit {
    border-color: #73acfe;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
    box-shadow: 0 0 0.25em 0.25em rgba(115, 172, 254, 0.2);
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.image-gallery .item {
    display: block;
    width: 128px;
    height: 128px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.shop-element-price,
.shop-basket-price {
    font-size: 3rem;
    text-align: center;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

[hidden] {
    display: none !important;
}

.shop-add-to-cart-container,
.shop-basket-container {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.shop-element-button .btn,
.shop-basket-button .btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

table .value-column {
    width: 50px;
    text-align: center;
}

table.table-bordered th,
table.table-bordered td {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table .table td:first-child,
.table .table th:first-child,
.table .table tr:first-child {
    padding-left: .75rem;
}

.table .table td:last-child,
.table .table th:last-child,
.table .table tr:last-child {
    padding-right: .75rem;
}

.c-48px {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

td.action-column {
    width: 48px;
    text-align: center;
    padding: .75rem .75rem !important;
}

.basket-counter i,
.basket-counter span {
    font-size: 150%;
    color: #a1a5b7;
}

.text-left {
    text-align: left !important;
}

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

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

.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #0b2540;
    color: #fff;
    z-index: 102;
    padding: 10px 20px;
}

.video-block {
    display: flex;
    flex-flow: wrap;
}

.video-preview {
    aspect-ratio: 1/1;
    background-size: cover;
    display: block;
    position: relative;
    width: 160px;
}

.video-preview::before {
    content: "\f03d";
    color: #fff;
    font: normal normal normal 24px/1 FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -12px;
    z-index: 1;
}

.video-preview:hover:after {
    align-items:center;
    background-color:grey;
    bottom:0;
    color:#fff;
    content:"\f00e";
    display:flex;
    font-family:Font Awesome\ 6 Free;
    font-size:48px;
    font-weight:900;
    justify-content:center;
    left:0;
    opacity:.8;
    position:absolute;
    right:0;
    top:0;
    z-index:2
}

#video-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

#video-modal video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#video-modal .close::after {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #fff;
    content: "\f00d";
    display: inline-block;
    font-family:Font Awesome\ 6 Free;
    font-size:48px;
    font-weight:900;
    justify-content:center;
    opacity: .8;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index:200
}

#video-modal .close:hover::after {
    opacity: 1;
}

@media (max-width: 576px) {
    .landing-header .menu-item .menu-link {
        font-size: 0;
    }

    #kt_landing_menu {
        flex-direction: row;
    }

    #kt_landing_menu .menu-item {
        margin-top: 3px;
    }

    #kt_landing_menu .phone {
        border: 1px solid #a1a5b7;
        height: 32px;
        width: 32px;
        text-align: center;
        padding: .75rem !important;
        border-radius: 50%;
    }

    #kt_landing_menu .email {
        display: none;
    }

    #footer .landing-dark-border {
        border: none;
        margin-top: 20px;
        margin-bottom: 0 !important;
    }

    #footer .d-flex .me-20 {
        margin-right: auto !important;
    }

    #media-modal {
        background: rgb(51, 51, 51);
        padding: 0;
        justify-content: center;
    }

    #media-modal::after {
        color: #fff;
        z-index: 1000;
        background-color: rgba(255, 255, 255, .2);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        /* justify-items: center; */
        justify-content: center;
        align-items: center;
    }

    #media-modal .carousel-container {
        display: none;
    }
}

@media (max-width: 768px) {
    #kt_landing_menu nav ul {
        list-style: none;
        padding: 0;
    }

    #kt_landing_menu nav ul ul {
        padding-left: 15px;
    }

    #kt_landing_menu nav ul li {
        margin: 10px 0;
    }

    #kt_landing_menu nav ul li.active a {
        color: #13263c;
    }
}