*::-webkit-input-placeholder {
    color: #99a4b0;
    opacity: 1;
}

*:-moz-placeholder {
    color: #99a4b0;
    opacity: 1;
}

*::-moz-placeholder {
    color: #99a4b0;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #99a4b0;
    opacity: 1;
}

body:not(.modal-open) {
    overflow-y: auto !important;
}

body.modal-open {
    overflow-y: hidden !important;
}

.actions {
    display: none;
}

img {
    max-width: 100%;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input, textarea {
    border: 1px solid #BEC4C8;
    border-radius: 0;
    box-sizing: border-box !important;
}

html,
body {
    height: 100%;
}

html {
    /* overflow-y: scroll;*/
}

body {
    background-color: #FFFFFF;
    font-size: 16px;
}

body.dj-offcanvas-open {
    height: auto !important;
}

.dj-offcanvas-wrapper, .dj-offcanvas-pusher {
    height: 100%;
}

body.dj-offcanvas-open {
    height: 100% !important;
}

body .dj-offcanvas-close-btn {
    top: 12px !important;
}

body .dj-offcanvas {
    display: block;
    position: fixed !important;
    z-index: 999;
    overflow-y: auto;
    max-width: 300px;
}

body .dj-offcanvas-top {
    padding: 15px 40px 15px 15px;
    background: #f5f5f5;
    margin: 0;
}

body .dj-offcanvas-content {
    padding: 15px 15px;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 18px;
}

h1.page-title {
    color: #2A3F54;
    font-size: 36px;
    line-height: 1.1;
    margin: 20px 0 40px 0;
}

h1.item-title {
    color: #2A3F54;
    font-size: 26px;
}

.page-title span {
    display: inline-block;
    vertical-align: middle;
}

.section {
    display: block;
    margin: 0 0 25px;
}

.subcategories.section {
    margin: 0 0 15px;
}

a.button {
    text-decoration: none;
}

a[data-toggle="lightbox"] img {
    cursor: zoom-in;
}

a {
    color: #012845;
    outline: none !important;
    transition: all ease-in .2s;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: underline !important;
}

a.forgot_password {
    color: #333;
}

img {
    outline: none !important;
}

.close {
    outline: none;
}

ul.unstyled {
    margin: 0 0 15px 0;
    padding: 0;
}

ul.unstyled li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.input-group-btn,
.buttons {
    display: flex;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

*:focus {
    outline: 0 !important;
}

button {
    border: 1px solid #BEC4C8;
    border-radius: 0;
}
.btn.selectpicker {
    font-size: 14px;
}

.bootstrap-select {
    outline: none !important;
}

span[class$='_editor'] {
    display: block;
}

.control-groups .control {
    align-items: flex-end;
    display: flex;
}

.control-group .controls {
    position: relative;
}

.control-group .controls + .controls {
    padding-top: 10px;
}

.control-group .controls.flex {
    display: flex;
}

.control-group ul {
    margin: 0;
}

.control-group ul li {
    margin: 0 10px 5px 0 !important;
}

.control-group.buttons .button + .button {
    margin: 0 15px;
}

.controls.buttons .btn {
    margin: 0;
}

.controls.buttons .btn + .btn {
    margin-left: 15px;
}

.controls.radiogroup {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

ul.menu,
ul.menu ul,
ul.phones,
ul.social {
    margin: 0;
    padding: 0;
}

ul.phones li,
ul.menu li,
ul.social li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.social li + li {
    margin: 0 0 0 10px;
}
.nav-tabs{
    padding: 0;
    margin: 0;
}
.nav-tabs > li  {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-tabs > li > a {
    border-radius: 0;
    color: #333;
}

.tab-content .tab-pane > ul {
    padding: 15px 15px 15px;
}

.tab-content .tab-pane > ul > li:first-child {
    margin: 0;
}

.dj-offcanvas-nav {
    padding: 15px;
}

.dj-offcanvas-nav ul.menu.blocks > li > a,
.dj-offcanvas-nav ul.menu.categories li.level_1 > span > a {
    margin: 0 10px 0 0;
    min-height: 32px;
    padding: 3px 10px 3px 10px;
}

.dj-offcanvas-nav ul.menu.blocks > li > a {
    min-height: 36px;
}

.breadcrumbs {
    /* height: 46px;
     line-height: 40px;*/
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    display: inline;
    line-height: 1.2;
    list-style: none;
    margin: 0 !important;
    padding: 0;
    vertical-align: middle;
}

.breadcrumbs li a,
.breadcrumbs li span {
    color: #4E5E6A;
    font-size: 14px;
    line-height: 16px;
}

.breadcrumbs li:after {
    border: 1px solid #4E5E6A;
    border-bottom: none;
    border-right: none;
    content: "";
    display: inline-block;
    font-style: normal;
    height: 8px !important;
    margin: 0 10px 4px 5px;
    padding: 0 2px 0 5px;
    transform: rotate(135deg);
    vertical-align: bottom;
    width: 8px;
}

.breadcrumbs li.last:after {
    display: none;
}

.breadcrumbs li > span {
    display: inline;
    max-width: 180px;
    text-overflow: ellipsis;
    transition: none;
    vertical-align: bottom;
}

.breadcrumbs li a {
    text-decoration: underline;
    transition: none;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:hover span {
    color: #5A738E;
}

.breadcrumbs .more {
    display: inline-block;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 10px;
}

div.pagination {
    background: transparent;
    border-radius: 0;
    display: block;
    margin: 10px 0 10px;
    padding: 5px 15px;
    text-align: center;
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.pagination li {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: inline-block;
    height: 35px !important;
    line-height: 35px !important;
    list-style: none;
    margin: 0 3px !important;
    min-width: 35px;
    padding: 0;
    position: relative;
    text-align: center;
    -o-transition: all ease-in .1s;
    -webkit-transition: all ease-in .1s;
    transition: all ease-in .1s;
    vertical-align: middle;
}

.pagination li a,
.pagination li span {
    color: #000000;
    display: block;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    text-decoration: none !important;
    float: none;
    padding: 0;
    box-shadow: none;
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;

}

.pagination li.prev a,
.pagination li.next a,
.pagination li.prev span,
.pagination li.next span {
    height: 35px;
    width: 35px;
    overflow: hidden;
}

.pagination li.prev a:before,
.pagination li.next a:before,
.pagination li.prev span:before,
.pagination li.next span:before {
    border: 1px solid #000;
    border-bottom: none;
    border-right: none;
    color: #333;
    content: "";
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 12px !important;
    line-height: 12px;
    margin: -3px 100px 0 14px;
    padding: 0;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 12px !important;
}

.pagination li a:hover,
.pagination li a:focus {
    background-color: #034ea2;
    border-color: #034ea2 !important;
    color: #fff;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .6) !important;
}

.pagination li a:hover:before,
.pagination li a:focus:before {
    border-color: #fff;
}

.pagination li.active span {
    background-color: #034ea2 !important;
    border-color: #034ea2 !important;
    color: #fff;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .6) !important;
}

.pagination li.next a:before,
.pagination li.next span:before {
    margin: -3px 100px 0 8px;
    transform: rotate(135deg);
}

.pagination li.disabled span {
    border: 1px solid #e5e9f3 !important;
    color: #e5e9f3 !important;
}

.pagination li.disabled span:before {
    border-color: #e5e9f3;
}

.disabled {
    cursor: not-allowed !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}

.toggle {
    background: transparent;
    border: none;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.toggle .icon-bar {
    background-color: #fff;
    display: block;
    height: 3px;
    transition: 0.4s;
    width: 22px;
}

.toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle {
    border-radius: 0;
}

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 26px;
    /*transition: all ease-in .2s;*/
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);*/
}

.hamburger:before,
.hamburger:after {
    background: #BEC4C8;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 26px;
}

.hamburger:before {
    top: 7px;
    transform: rotate(45deg) translate3d(-1px, 6px, 0px);
    width: 36px;
}

.hamburger:after {
    top: 18px;
    transform: rotate(-45deg) translate3d(2px, -9px, 0px);
    width: 36px;
}

.hamburger.collapsed {
    background: transparent;
    border-top: 4px solid #BEC4C8;
}

.hamburger.collapsed,
.hamburger.collapsed:before,
.hamburger.collapsed:after {
    transform: rotate(0) translate3d(0, 0, 0);
    width: 26px;
}

.hamburger:hover {
    /* background: linear-gradient(0deg, rgba(68, 88, 246, 1) 0%, rgba(68, 88, 246, 1) 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 42%, rgba(68, 88, 246, 1) 42%, rgba(68, 88, 246, 1) 58%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 85%, rgba(68, 88, 246, 1) 85%, rgba(68, 88, 246, 1) 100%);*/
}

.form.inline {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.form.inline label {
    margin-bottom: 0;
}


.form .file-caption .btn {
    min-height: 34px;
}

.field-calendar .btn,
.btn.btn-simple,
.form.inline .btn {
    min-height: 34px;
}

.form .btn {
    min-height: 44px;
}

.form label {
    font-weight: 500;
}

.btn.thin {
    min-height: 24px !important;
}

.btn.thin label {
    height: 24px !important;
    line-height: 24px !important;
    margin: 0 !important;
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form textarea, .form input[type="password"], .form input[type="search"], .form textarea {
    background: #fff;
    border: 1px solid #dddddd;
    color: #212121;
    display: block;
    font-size: 16px;
    font-style: normal;
    height: 44px;
    outline: none !important;
    padding: 0 15px;
    -o-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    width: 100%;
    border-radius: 0px !important;
}

.form.inline input {
    width: auto;
}

.form textarea {
    height: auto;
}

.form input[type="text"]:disabled, .form input[type="email"]:disabled, input[type="search"]:disabled, .form input[type="tel"]:disabled, .form textarea:disabled, .form input[type="password"]:disabled {
    background-color: #f3f3f3;
    color: #BEC4C8;
}

.btn.selectpicker:focus,
button.showmore:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
.textarea:focus,
textarea:focus,
.select:focus {
    border-color: #034ea2 !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    outline: none !important;
}

select option:hover {
    border-color: #034ea2 !important;
    background-color: #034ea2 !important;
}

input[type="text"].active, input[type="search"].active, select.active, select.active + .chzn-container {
    border-color: #034ea2 !important;
}

select.invalid + .chzn-container {
    border-color: #ff0000 !important;
}

.search-field input:focus {
    box-shadow: none !important;
}

.form textarea {
    height: auto;
    padding: 8px;
}

input[type="text"].invalid, input[type="email"].invalid, input[type="search"].invalid, input[type="tel"].invalid, textarea.invalid, input[type="password"].invalid, textarea.invalid {
    border-color: red !important;
}

.form label {
    /*font-weight: normal;*/
    line-height: 1.1;
}

.form .control-group {
    margin-bottom: 15px !important;
}

.form.inline .control-group,
.form.inline .control-group .controls {
    align-items: center;
    display: flex;
    margin-bottom: 0 !important;
}

.form.inline .control-group {
    margin-right: 10px !important;

}

.form.inline .control-group .control-label {
    margin-right: 10px !important;
}

.form .control-group.buttons {
    margin-bottom: 0 !important;
}

.form .control-group .buttons {
    padding-top: 15px;
}

.form .required_label {
    color: #AAAAAA;
    font-size: 14px;
}

.form .buttons .controls {
    /*padding: 25px 0 0;*/
    text-align: center;
}

.form .legend {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.1;
}

.form legend {

    line-height: 1.1;
}
.form .buttons{
    display: flex;
    justify-content: flex-end;
}
.form .buttons .controls{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 10px;
}

select {
    border-color: #C4C4C4;
    border-radius: 0;
    font-size: 14px;
    height: 34px;
    max-width: 100%;
    padding: 5px 10px;
}

select.filtered option:disabled {
    display: none;
}

select.invalid {
    border-color: #ff0000;
}

.calendar-container td {
    padding: 5px !important;
}

.chzn-container {
    /* width: auto !important;*/
    max-width: 100%;
    min-width: 50px;
    height: auto;
    border-radius: 5px;
}

.chzn-container input.default {
    width: auto !important;
}

.chzn-container-single .chzn-single {
    border-color: #fff;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-size: 16px;
    padding-right: 0;
    height: auto !important;

}

.chzn-container-single .chzn-single div {
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

.chzn-container-single .chzn-single div b {
    display: none;
}

.chzn-container-single .chzn-single div:before {
    border: 1px solid #000;
    border-bottom: none;
    border-right: none;
    color: #333;
    content: "";
    display: block;
    height: 12px !important;
    line-height: 12px;
    margin: 6px 0 0 8px;
    transform: rotate(-135deg);
    width: 12px !important;
}

.chzn-container-single.chzn-with-drop .chzn-single div:before {
    margin: 14px 0 0 8px;
    transform: rotate(45deg);
}

.chzn-container-single .chzn-single span {
    padding: 0 5px 0 0;
}

.chzn-container-active.chzn-with-drop .chzn-single div {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-left: 1px solid #fff;
}

.chzn-container-single .chzn-drop,
.chzn-container-active.chzn-with-drop .chzn-single {
    border-color: #C4C4C4;
}

.chzn-container-single.chzn-container-active .chzn-single div:before {
    color: #000;
}

.chzn-container-single .chzn-single span {
    margin-right: 26px;
}

.chzn-container .chzn-results li {
    font-size: 14px;
    white-space: nowrap;
}

.chzn-container .chzn-drop {
}

.chzn-container-multi .remove {
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 10px;
}

.chzn-container-multi .chzn-choices li.search-choice {
    background: #034ea2;
    padding: 2px 7px;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    position: relative;
    right: 1px;
    top: 0;
}

.chzn-container .chzn-drop {
    border-color: #ccc;
}

.chzn-container .chzn-results li {
    margin: 0 !important;
}

.chzn-container-single .chzn-single div b {
    display: none !important;
}

.chzn-container-single .chzn-search:after {
    content: "" !important;
    left: auto !important;
    margin: -9px 0 0 0 !important;
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
}

.chzn-container.chzn-with-drop .chzn-drop {
    left: -1px !important;
}

.chzn-container .chzn-results {
    border-radius: 0 !important;
    text-align: left;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.chzn-container .chzn-results li.highlighted {
    background-color: #034ea2 !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #034ea2;
    color: #fff;
}

.chzn-container .chzn-drop {
    /* background: transparent !important;*/
    background: #ffffff !important;
    padding: 0;
}

.chzn-container {
    border: 1px solid #dddddd;
}

.chzn-container-multi .chzn-choices {

    border: none !important;
}

.chzn-container-multi .chzn-choices li.search-choice {
    background-color: #034ea2 !important;
    display: flex;
    border-radius: 0 !important;
}

.chzn-container.chzn-container-multi {
    height: 34px;
    line-height: 34px;
}

.chzn-container.chzn-container-multi .chzn-choices li.search-field input {
    height: 30px !important;
    line-height: 30px !important;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    font-family: inherit !important;
    content: '×' !important;

}

.chzn-container-multi .chzn-choices li.search-choice a {
    text-decoration: none !important;
}


.chzn-container.chzn-container-active {
    border-color: #034ea2 !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
}


.chzn-container.chzn-with-drop {

    border-color: #034ea2 !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
}

.chzn-container.chzn-with-drop .chzn-drop {
    border-color: #034ea2 !important;
    border-radius: 0;
    left: -1px;
    width: calc(100% + 2px);
}

.chzn-container-single .chzn-single,
.chzn-container-single .chzn-single span {
    border: none !important;
    color: #000;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-decoration: none !important;

}

input.thin,
input.thin + button,
select.thin + .chzn-container-single .chzn-single,
select.thin + .chzn-container-single .chzn-single span {
    height: 26px !important;
    line-height: 26px;
    min-height: 26px !important;
}

select.thin + .chzn-container-single .chzn-single div:before {
    margin: 4px 0 0 8px;
}

select.thin + .chzn-container-single.chzn-with-drop .chzn-single div:before {
    margin: 10px 0 0 8px;
}

.chzn-container-single .chzn-search input[type="text"] {
    border-radius: 0;
    height: auto;
}

.chzn-container-multi .chzn-choices li.search-choice span {
    font-size: 14px;
}

.chzn-container-single .chzn-single div:before {
    height: 40px;
    line-height: 40px;
}

.chzn-container-single .chzn-single div:before {
    height: 40px;
    line-height: 40px;
}

.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    padding: 0 15px;
}

.chzn-container-single .chzn-search:after {
    background-color: #034ea2;
    content: "";
    display: inline-block;
    height: 18px;
    left: 100%;
    margin: 0 0 0 -24px;
    -webkit-mask: url(../images/search.svg) no-repeat 100% 100%;
    mask: url(../images/search.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    right: 0;
    top: 8px;
    transition: all ease-in .2s;
    width: 18px;
}

.chzn-container-active.chzn-with-drop .chzn-single {
    color: #000;
    text-decoration: none;
}

select option[value="0"],
.chzn-container li[data-option-array-index="0"] {
    color: #C0C0C0 !important;
}

/*
.ekko-lightbox.modal.loading{
    display: none;
}*/

.ekko-lightbox.modal .modal-dialog {
    min-width: 600px;
}

.ekko-lightbox.modal .modal-body img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ekko-lightbox.modal .modal-body:before {
    content: "";
    display: inline-block;
    height: 200px;
    opacity: 0.6;
    /*background: url('../images/loadimg.gif') 50% 50% no-repeat;*/
    width: 200px;
}

.ekko-lightbox.modal.show .modal-body:before {
    display: none;
}

.ekko-lightbox.modal .ekko-lightbox-nav-overlay {
    display: none;
}

.ekko-lightbox.modal.show .ekko-lightbox-nav-overlay {
    display: flex;
}

.ekko-lightbox .modal-title {
    color: #034ea2;
    font-size: 18px;
    line-height: 1.2;
}

.owl-dots {
    padding: 10px 0;
}

.owl-dots button {
    background: #fff !important;
    border: 1px solid #BEC4C8 !important;
    border-radius: 8px;
    height: 16px;
    margin: 0 5px;
    outline: none;
    transition: all ease-in .2s;
    width: 16px;
}

.owl-dots button.active,
.owl-dots button:hover {
    border: 1px solid #BEC4C8 !important;
}

.owl-dots button.active {
    background: #BEC4C8 !important;
}

span.check,
span.checked {
    display: block;
    height: 18px;
    position: relative;
    width: 18px;
}

label.check:before,
input[type="checkbox"] + label:before,
span.checked:before,
span.check:before {
    border: 1px solid #C4C4C4;
    content: "";
    display: inline-block;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin: 1px 10px 0 0;
    text-align: center;
    vertical-align: top;
    width: 15px;
}

label.check.checked:before,
input[type="checkbox"]:checked + label:before {
    /*position: absolute;
    top: 9px;
    left: 4px;
    margin-top: -5px;
    content: "";
    height: 10px;
    width: 10px;
    border: 1px solid #034ea2;
    background: #034ea2;
    border-radius: 5px;*/
}

input[type="radio"]:focus + label:before,
input[type="checkbox"]:focus + label:before {
    border-color: #034ea2 !important;
}

input[type="checkbox"] + label.alt {
    color: #777;
}

input[type="file"] {
    display: none;
}

input[type="file"] + label {
    background: #034ea2;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    padding: 0 25px;
}

input[type="file"] + label:hover {
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.8);
    outline: none !important;
}

input[type="file"] + label:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 28px;
    margin: 0 10px 6px 0;
    -webkit-mask: url(../images/camera.svg) no-repeat 100% 100%;
    mask: url(../images/camera.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    width: 28px;
}

input[type="file"] + label:before {
}

.file-input + .note {
    padding: 2px 15px;
}

.file-input .buttons {
    display: block;
}

.file-input + .buttons {
    padding-top: 0 !important;
}

.file-input .file-upload-indicator {
    float: none;
    position: absolute;
    right: 5px;
    top: 5px;
}

.file-input .file-footer-buttons {
    align-items: center;
    clear: both;
    display: flex;
    float: left;
    justify-content: center;
    min-width: 100%;
}

.file-input .file-footer-buttons .btn {
    height: 40px;
    min-height: 0;
    padding: 0;
    width: 40px;
}

.file-input .file-footer-buttons .btn i {
    margin: 0;
}

.file-input .file-footer-caption {
    margin-bottom: 10px;
}

input[type="radio"].invalid + label:before,
input[type="checkbox"].invalid + label:before {
    border-color: #ff0000 !important;
}

.file-input {
    background: #fff;
    padding: 15px;
}

.file-input .input-group {
    display: flex;
    width: auto;
}

.file-input .input-group-addon, .file-input .input-group-btn {
    width: auto !important;
}

.file-preview {
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 8px;
    width: 100%;
}

.file-caption-name {
    border-radius: 0;
}

.file-caption .btn {
    height: 34px;
    line-height: 30px;
    padding: 0 15px;
}

.file-caption .btn i {
    vertical-align: middle;
}

.file-input .krajee-default.file-preview-frame .kv-file-content {
    align-items: center;
    display: flex;
}

.file-input .krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto;
}

input.show + label {
    align-items: center;
    display: flex;
    justify-content: center;
    width: auto;
}

input.show + label span {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding-right: 15px;
    vertical-align: middle;
}

label.check,
.controls input[type='radio'] + label,
input[type='checkbox'] + label {
    cursor: pointer;
    height: 18px;
    margin: 0;
    min-width: 18px;
    padding-left: 28px;
    position: relative;
    vertical-align: top;
    display: flex;
    align-items: center;
}

label.check:before,
span.checked:before,
span.check:before,
.controls input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
    background: #fff;
    border: 1px solid #BEC4C8;
    /*top: 50%;*/
    content: "";
    /*margin-top: -9px;*/
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px;
}

span.check:before {
    background: #edf1f3;
}

.controls input[type='radio'].invalid + label:before,
input[type='checkbox'].invalid + label:before {
    border-color: #ff0000;
}

.controls input[type='radio'] + label:before {
    border-radius: 9px;
}

input[type="checkbox"] + label:after,
.controls input[type='radio'] + label:after,
span.checked:after {
    background: #034ea2;
    border: 1px solid #034ea2;
    border-radius: 5px;
    content: "";
    display: none;
    height: 10px;
    left: 4px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
}


span.checked:after,
.controls input[type='checkbox'] + label:after {
    background: transparent;
    border: 2px solid #034ea2;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    content: "";
    display: none;
    height: 10px;
    left: 0;
    margin: -2px 0 0 2px;
    position: absolute;
    top: 0;
    transform: rotate(135deg);
    width: 24px;
}

span.checked:after {
    border-color: #BEC4C8;
}

ul.chekboxes {
    display: flex;
}

input.sort_direction[type="checkbox"] + label {
    height: 34px;
    margin: 0 0 0 5px;
    width: 18px;
}

input.sort_direction[type="checkbox"] + label:before {
    background: transparent;
    border: none !important;
    height: 34px;
    margin: 0;
    width: 18px;
}

input.sort_direction[type="checkbox"] + label:after {
    background: transparent;
    border: none !important;
    content: "\2191";
    display: block;
    font-size: 28px;
    height: 34px;
    line-height: 28px;
    margin: 0;
    text-align: center;
    transform: rotate(0) !important;
    width: 18px;
}

input.sort_direction[type="checkbox"]:checked + label:after {
    content: "\2193";
    transform: rotate(0) !important;
}

span.checked:after,
.controls input[type='checkbox']:checked + label:after,
.controls input[type='radio']:checked + label:after {
    display: block;
}

.controls input[type='checkbox']:focus + label:before,
.controls input[type='radio']:focus + label:before {
    box-shadow: 0 12px 10px -10px rgba(0, 133, 255, .8);
}

.controls input[type='checkbox'],
.controls input[type='radio'] {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input:disabled + label {
    opacity: 0.65;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-nav {
}

.owl-carousel .owl-nav button {
    display: block;
    height: 46px;
    left: 0;
    margin: -23px 0 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 25px;
    z-index: 3;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-nav button span {
    display: none;
}
.owl-carousel .owl-dots button:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
}


.owl-carousel .owl-nav button {
    transition: all ease-in .2s;
}

.owl-nav.disabled{
   display: none;
}
.title-plus-buttons button:before,
.owl-carousel .owl-nav button:before,
.glyphicon.glyphicon-chevron-left:before,
.glyphicon.glyphicon-chevron-right:before {
    border: 2px solid #161310;
    border-bottom: none;
    border-right: none;
    content: "";
    display: block;
    font-size: 36px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto 0 5px;
    padding: 0;
    text-align: center;
    transform: rotate(-45deg);
    width: 20px;
}

.title-plus-buttons button:not(.disabled):hover:before,
.owl-carousel .owl-nav button:not(.disabled):hover:before,
.glyphicon.glyphicon-chevron-left:not(.disabled):hover:before,
.glyphicon.glyphicon-chevron-right:not(.disabled):hover:before {
    border-color: #034ea2 !important;
}

.title-plus-buttons button.disabled:before,
.owl-carousel .owl-nav button.disabled:before,
.glyphicon.glyphicon-chevron-left.disabled:before,
.glyphicon.glyphicon-chevron-right.disabled:before {
    border-color: #aaa !important;
}

.title-plus-buttons button:not(.disabled):hover:before {
    border-color: #fff !important;
}

.glyphicon.glyphicon-chevron-left:before {
    margin: 0 auto 0 0;
}

.glyphicon.glyphicon-chevron-right:before {
    margin: 0 0 0 auto;
    transform: rotate(135deg);
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: 5px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: 5px;
}

.owl-carousel .owl-nav button.owl-next:before {
    margin: 0 5px 0 auto;
    transform: rotate(135deg);
}

.icon-arrow-up-3,
.icon-arrow-down-3 {
    display: inline-block;
    height: 12px;
    margin: 0 2px 0 2px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}

.icon-arrow-up-3:after,
.icon-arrow-down-3:after {
    border: 1px solid #2A3F54;
    border-bottom: none;
    border-right: none;
    height: 10px !important;
    left: 2px;
    position: absolute;
    top: -4px;
    width: 10px !important;
}

.toggler {
    min-height: 18px;
    overflow: hidden;
    text-decoration: none !important;
    min-width: 18px;
    display: block;

}

a.toggler {
    text-decoration: none !important;
}

a.toggler:focus {
    color: #F06680;
}

i.toggler {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

.toggler:hover:after {
    border-color: #F06680;
}

.icon-arrow-up-3:after,
.icon-arrow-down-3:after {
    border-color: #2A3F54;
    border-width: 2px;
    content: "";
    display: block;
    height: 18px;
    line-height: 18px;
    margin: 7px 0 0;
    transform: rotate(45deg);
    width: 18px;
}

.icon-arrow-up-3:after,
.icon-arrow-down-3:after {
    border-width: 1px;
}

.icon-arrow-down-3:after {
    margin: 0;
    transform: rotate(225deg);
}

.owl-carousel .owl-nav button.disabled {
    cursor: not-allowed;
}

.modal-dialog {
    display: inline-block;
    text-align: left !important;
    vertical-align: middle !important;
    margin-bottom: auto !important;
}

.ekko-lightbox {
    text-align: left !important;
    vertical-align: middle !important;
}

.modal.ekko-lightbox .ekko-lightbox-container {
    height: auto !important;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
    position: static;
}


.modal {
    text-align: center !important;
}

.modal .modal-dialog {
    margin-bottom: 30px !important;
}

.modal.hide.in {
    display: block !important;
    /*overflow: hidden;*/
}

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0;
}

.modal-content {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    position: relative;
    overflow: hidden;
}

.modal .modal-header {
    background: #034ea2;
    border: none;
    border-bottom: 5px solid #034ea2;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 15px 40px 15px;
    position: relative;
    border-radius: 0;
}

.pweb-separator-text:first-child {
    margin: -15px -40px 0;
    padding: 15px 40px 15px;
}

.modal .modal-header .h2,
.pweb-separator-text:first-child .h2 {
    margin: 0;
}

.modal.bootstrap-dialog.message .modal-header {
    color: #eb910b;
}

.modal.bootstrap-dialog.error .modal-header {
    color: #ff0000;
}

.modal.bootstrap-dialog.notice .modal-header {
    color: #2d6987;
}

.modal.quickorder .modal-header,
.modal.loginform .modal-header,
.modal .request_call .modal-header {
    text-align: center;
}

.modal.ekko-lightbox .modal-header {
    padding: 10px 40px 10px 10px;
    text-align: left;
}

.modal .modal-body {
    padding: 0 40px 20px;
    text-align: left;
}

.modal.ekko-lightbox .modal-body {
    padding: 0 10px 10px;
    text-align: center;
}

.modal .modal-footer {
    border: none;
    padding: 0 40px 20px;
}

.offlajn-close-button,
.btn.btn-close,
.button-remove,
.modal .close,
.dj-offcanvas-close-btn {
    background: transparent !important;
    box-shadow: none !important;
    font-size: 40px !important;
    font-weight: 300 !important;
    height: 26px;
    line-height: 16px;
    min-height: 26px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-decoration: none !important;
    top: 15px;
    width: 26px;
    z-index: 10;
    padding: 0;
    border-radius: 0;
    text-shadow: none;
    border: none;
}

.modal .close {
    right: 10px;
    top: 10px;
    opacity: .2;
    transition: all 0.3s ease;
}

.modal .close:hover {
    opacity: 0.8;
}

.btn.btn-close span,
.modal .close span {
    display: block;
    height: 26px;
    width: 26px;
    line-height: 20px;
}

.button-remove:hover,
.modal .close:hover {
    text-decoration: none !important;
}

.modal .controls label {
    font-size: 16px;
    font-weight: normal;
}

.offlajn-close-button {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 0.2;
}

.offlajn-close-button:hover {
    opacity: 0.5;
}


.modal .modal-content {
    visibility: visible !important;
}

.modal .popup_text {
    font-size: 18px;
    line-height: 1.1;
    padding: 0 0 15px;
}

.modal .bootstrap-dialog-footer-buttons {
    align-items: center;
    /*flex-direction: row-reverse;*/
    display: flex;
    justify-content: space-between;
}

.modal .bootstrap-dialog-footer-buttons .btn {
    align-items: stretch;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    font-size: 14px;
    height: auto;
    line-height: 1;
    margin: 0 15px 15px 0;
    max-width: 48%;
    padding: 15px 20px;
}

.modal .bootstrap-dialog-footer-buttons .btn:last-child {
    margin-right: 0;
}

.modal.cart_add .bootstrap-dialog-footer-buttons .btn {
    font-size: 18px;
}

.modal.cart_add .table {
    margin-bottom: 0;
}

.modal .bootstrap-dialog-footer-buttons .btn-default {
    order: 1;
}

.modal .bootstrap-dialog-title {
    text-align: center;
}

.modal.quickorder .buttons .controls {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.modal .buttons .button {
    height: 45px;
    line-height: 45px;
    margin: 0 auto !important;
    padding: 0 15px;
}


.modal .buttons .button.formsubmit {
    /* margin-left: 15px !important;*/
}

.modal .bootstrap-dialog-footer .btn {
    font-size: 16px;
}

.modal.dialogMess .bootstrap-dialog-footer .btn-primary {
    text-transform: uppercase;
}

.modal.dialogMess .bootstrap-dialog-footer-buttons {
    justify-content: center;
}


.modal a:not(.btn) {
    text-decoration: underline;
}

.modal.fade .modal-dialog {
    transform: none;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        max-width: none;
    }
}

@media (max-width: 640px) {
    .modal .modal-dialog {
        min-width: calc(100% - 30px);
    }
}


.dialog .h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.g-recaptcha.invalid iframe {
    border: 1px solid red;
}

.tooltip {
    height: auto;
    margin-left: 0;
    max-width: none;
    width: auto;
    z-index: 11;
}

.tooltip-inner {
    /* font-family: "Roboto", sans-serif; */
    background-color: #ffffff;
    border: none;
    border-radius: 3px !important;
    box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.5) !important;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0;
    max-width: 320px;
    padding: 5px 10px;
    position: static;
    text-align: left;
    width: auto;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ffffff !important;
    position: absolute;
}

#system-message .close {
    font-size: 40px;
    font-weight: 300;
    height: 22px;
    line-height: 16px;
}

.alert {
    border-radius: 0;
}

.alert-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #333;
    display: block;
    padding: 2px 15px;
    text-align: center;
}

.alert.alert-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #333;
}

.alert-message .alert-heading {
    color: #468847;
}

.alert-message hr {
    border-top-color: #c9e2b3;
}

.alert-message .alert-link {
    color: #356635;
}

.alert-notice {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #333;
}

.alert-notice hr {
    border-top-color: #a6e1ec;
}

.alert-notice .alert-link {
    color: #2d6987;
}

.alert-notice .alert-heading {
    color: #2d6987;
}

.alert-error {
    background-color: #f2dede;
    border-color: #f2dede;
    color: #333;
    display: block;
    padding: 2px 15px;
    text-align: center;
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #333;
}

.alert-error hr {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link {
    color: #953b39;
}

.alert-error .alert-heading {
    color: #953b39;
}

.loader.loading {
    min-height: 160px;
    position: relative;
}

.file-input.file-thumb-loading {
    background: transparent !important;

}

.file-input.file-thumb-loading .file-preview {
    position: relative;
}

.btn.loading,
button.loading {
    position: relative;
}

.modal-content.loading:before,
.file-input.file-thumb-loading .file-preview:before,
.controls.loading:before,
button.loading:after,
.btn.loading:after,
.fancybox-inner.loading .fancybox-content:before,
.loader.loading:not(.scroll-wrapper):before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 150px;
    left: 50%;
    margin: -75px 0 0 -75px !important;
    position: absolute !important;
    top: 50%;
    width: 150px;
    z-index: 9;
}

.modal-content.loading:before,
.file-input.file-thumb-loading .file-preview:before,
.controls.loading:before,
button.loading:after,
.btn.loading:after,
.fancybox-inner.loading .fancybox-content:before,
.loader.loading:before {
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000;
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    font-size: 10px;
    margin: 60px auto;
    position: relative;
    text-indent: -9999em;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.modal-content.loading:after,
.loader.loading:after {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    display: block;
    height: 100%;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 8;
}


.controls.loading:before {
    border-width: 2px;
    height: 30px;
    margin: -15px 0 0 0 !important;
    top: 50%;
    width: 30px;
}

.btn.loading:after,
button.loading:after {
    border-width: 2px;
    height: 30px;
    margin: -15px 0 0 -15px !important;
    top: 50%;
    width: 30px;
}

input.loading + i {
    display: block !important;
}

input.loading + i:before,
div.search-area-loading:after {
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    border-left: 4px solid #000;
    border-radius: 50%;
    border-right: 4px solid rgba(0, 0, 0, 0.2);
    border-top: 4px solid rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-size: 10px;
    height: 30px;
    left: 50%;
    margin: 1px 0 0 -15px !important;
    position: absolute !important;
    text-indent: -9999em;
    top: 0;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 30px;
    z-index: 3;
}

.loading {
    cursor: wait;
}

.loading.loaded {
    cursor: inherit;
}

div.search-area-loading:after {
    top: -4px;
}

.ekko-lightbox-nav-overlay a {
    text-decoration: none !important;
}

.dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas-pusher {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.dj-offcanvas-effect-3 .dj-offcanvas {
    background: #fff;
    width: 100%;
}

.dj-offcanvas-open .dj-offcanvas-pusher::after {
    z-index: 99 !important;
}

.chzn-container-multi .chzn-choices li.search-choice {
    border-radius: 0;
}

.chzn-container-single .chzn-search input[type="text"] {

    border-radius: 0 !important;
}

.chzn-container .chzn-results li {
    padding: 5px 6px !important;
}

.open > .dropdown-menu {
    border-top: none;
}

form.inline .control-label + .bootstrap-selects {
    margin-left: 10px;
}

.control-label.error {
    color: #ff0000;
}

.dropdown-menu {
    border-radius: 0;
    border-top: none;
    margin-top: 0;
}

.visible-pdf {
    display: none;
}

.autocomplete {
    background: #fff;
    border: 1px solid #034ea2;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 8;

}

.autocomplete ul {
    margin: 0 !important;
    max-height: 120px;
    overflow-y: auto;
    padding: 0 !important;
}

.autocomplete .scrollbar-inner {
    max-height: 120px;
}

.autocomplete ul li {
    cursor: pointer;
    list-style: none;
    margin: 0 !important;
    padding: 2px 10px !important;
}

.autocomplete ul li:hover {
    background: #034ea2;
    color: #fff;
}

svg text {
    pointer-events: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -html-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

svg * {
    touch-action: none;
}

#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    color: #000000;
    display: block;
    height: 30px;
    width: 30px;
    padding: 0;
    background-color: rgba(244, 244, 244, 0.5);
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgb(50, 50, 50, 0.1);
    z-index: 98;
    transition: all 0.3s ease;

}

#back-to-top .back-to-top {
    height: 30px;
    width: 30px;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
}

#back-to-top a:before {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    color: #000;
    transition: opacity 0.3s ease;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
