
.uk-light .top-description{
color: #fff;
}

.top-description {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    padding: 0px 25px;
    letter-spacing: 0;
    font-size: .833em;
    line-height: 1.429em;
    color: #777;
    overflow: hidden;
}

.uk-navbar-nav>li.uk-parent>a:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 7px;
    width: 7px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 1H0L4 6L8 1H6.66667L4 4.33333L1.33333 1Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    
}

.uk-navbar-nav>li.uk-parent>a:hover:after,
.uk-navbar-nav>li.uk-active>a:after,
.uk-navbar-nav>li>a.uk-open:after{
background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 1H0L4 6L8 1H6.66667L4 4.33333L1.33333 1Z' fill='%23393185'/%3E%3C/svg%3E%0A");
    

}


/* Широкая шапка  */

/*
.uk-navbar-transparent .uk-navbar {
    border-radius     : 4px;
    background-color  : #fff;
    -webkit-box-shadow: 1px 5px 8px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow   : 1px 5px 8px 2px rgba(34, 60, 80, 0.2);
    box-shadow        : 1px 5px 8px 2px rgba(34, 60, 80, 0.2);
    padding           : 15px 32px;
}
*/
.uk-navbar-sticky .uk-navbar {
    background-color: none;
    border-radius   : 0px;
    padding         : 0px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background     : rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
}

@media (max-width:960px) {

    .uk-navbar-nav>li>a,
    .uk-navbar-item,
    .uk-navbar-toggle,
    .navbar .brand,
    .navbar-search,
    .navbar .nav>li>a {
        min-height: 50px;
    }
}

#modal-tarif .formError,
#modal-callbac .formError {
    color      : #999999 !important;
    font-weight: bold;
    font-size  : 12px !important;
}

.uk-nav-default>li:not(:first-child) {
    border-top: 1px solid #eee;
}

.uk-nav-default>li {
    padding: 10px 0;
}

em {
    color: #5f7391;
}

.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(255, 255, 255, 0.7);
}

ul:not([class]) li::before {
    position: absolute;
    content : "—";
    left    : 0px;
}

ul:not([class]) li {
    position: relative;


}

ul:not([class]) li {
    position      : relative;
    padding-left  : 20px;
    padding-bottom: 10px;
}

ul:not([class]) {
    list-style  : none;
    padding-left: 20px;
}

.uk-text-lead ul:not([class]) li {
    padding-left: 26px;
}

table {

    border-collapse: collapse;
    border-spacing : 0;
    border         : 2px solid #eaeae6;
}

table tbody tr.hr,
table thead {
    border-bottom: 2px solid #eaeae6;
}

table td:not(:last-child),
table th:not(:last-child) {
    border-right: 1px solid #eaeae6;
}

.uk-checkbox,
.uk-checkbox:checked,
input[type=checkbox],
input[type=checkbox]:not([class*=uk-]),
input[type=checkbox]:not([class*=uk-]):checked {
    margin-right: 10px;
    cursor      : pointer;
}

.old-price {
    font-size                   : 18px;
    line-height                 : 24px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line        : line-through;
    margin-left                 : 20px;
    color                       : #000;
}


#copi:hover .dgi-like svg {
    animation             : heartbeat 1s infinite;
    -webkit-animation-name: 'heartbeat';
}

.dgi-like svg {
    color: #f36b6b;
    fill : #f36b6b;

    width : 17px;
    height: 17px;
}

ul.uk-breadcrumb {
    margin: 0 !important;
}

.dgi-like svg path {

    fill  : #f36b6b;
    stroke: #f36b6b;
}

@keyframes heartbeat {
    0% {
        transform: scale(.75);
    }

    20% {
        transform: scale(1);
    }

    40% {
        transform: scale(.75);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(.75);
    }

    100% {
        transform: scale(.75);
    }
}

.uk-form-danger+.tm-error {
    display: block;
}

.tm-error {
    position : absolute;
    font-size: 12px;
    color    : darkred;
    display  : none;
}

input:invalid,
input:invalid:focus {
    color     : red;
    box-shadow: none;
}

.uk-checkbox,
.uk-checkbox:checked,
input[type=checkbox],
input[type=checkbox]:not([class*=uk-]),
input[type=checkbox]:not([class*=uk-]):checked {
    margin-right: 10px;
    cursor      : pointer;
}