.block-style-1 {
border-radius: 10px; 
background: linear-gradient(to top, #292929, #252525); 
border: 4px solid #232222;
}
.block-style-1: hover {
background: linear-gradient(to top, #353535, #333333); 
}
.block-style-2 {
border-radius: 10px; 
background: linear-gradient(to top, #292929, #252525); 
}

.text-color-0 {
  color: #333333;
}
.bg-color-0 {
  background: #333333;
}
.border-color-0 {
  border: 1px solid #333333;
}
.block-bg-0 {
border-radius: 10px; 
background: linear-gradient(to top, #333333, #222222); 
border: 4px solid #232222;
}


.text-color-1 {
  color: #b0de5a;
}
.bg-color-1 {
  background: #b0de5a;
}
.border-color-1 {
  border: 1px solid #b0de5a;
}
.block-bg-1 {
border-radius: 10px; 
background: linear-gradient(to top, #b0de5a, #222222); 
border: 4px solid #232222;
}

.text-color-2 {
  color: #ff6700;
}
.bg-color-2 {
  background: #ff6700;
}
.border-color-2 {
  border: 1px solid #ff6700;
}
.block-bg-2 {
border-radius: 10px; 
background: linear-gradient(to top, #ff6700, #222222); 
border: 4px solid #232222;
}

.text-color-3 {
  color: #0077af;
}
.bg-color-3 {
  background: #0077af;
}
.border-color-3 {
  border: 1px solid #0077af;
}
.block-bg-3 {
border-radius: 10px; 
background: linear-gradient(to top, #0077af, #222222); 
border: 4px solid #232222;
}

.text-color-4 {
  color: #d24646;
}
.bg-color-4 {
  background: #d24646;
}
.border-color-4 {
  border: 1px solid #d24646;
}
.block-bg-4 {
border-radius: 10px; 
background: linear-gradient(to top, #d24646, #222222); 
border: 4px solid #232222;
}

/* Меню */
.menu li a:hover,
.menu li:hover > a {
    color: #ffffff;
    background: #333333;
}
.menu li a {
    color: #eeeeee;
    background: none;
    padding: 7px;
font-weight: normal;
}
.menu {
position: absolute;
height: auto;
}
.menu ul li a:hover,
.menu ul li:hover > a {
    background: #333333;
    color: #ffffff;
font-weight: normal;
}
.responsive-menu {
background: none;
color: #eeeeee;
}
.responsive-menu:hover {
background: none;
color: #ffffff;
}

@media (max-width: 992px) {
    .menu li a {
        color: #eeeeee;
        background: #444444;
        padding: 7px;
    }
    nav {
        margin: 0;
        background: none;
        overflow: auto;
        width: 100%;
    }
    .menu ul {
        left: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
    .menu ul ul {
        left: 0;
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

  .fixed-m-top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.hover-vt-rgb-block img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */
}
.hover-vt-rgb-block:hover img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.hover-vt-rgb{
background: none;
}
.hover-vt-rgb-fa {
display:none;
}
.owl-carousel {
z-index: 0;
}
.opacity-9{
    opacity: 0.9;
}
.opacity-8{
    opacity: 0.8;
}
.opacity-7{
    opacity: 0.7;
}
.opacity-6{
    opacity: 0.6;
}
.opacity-5{
    opacity: 0.5;
}

a:hover {
    -webkit-text-decoration: linen;
    text-decoration: linen;
}

.text-firm {
    color: #6088a7 !important;
}

a.text-firm:focus,
a.text-firm:hover {
    color: #4c6e88 !important;
}

.bg-firm {
    background-color: #6088a7 !important;
}

a.bg-firm:focus,
a.bg-firm:hover,
button.bg-firm:focus,
button.bg-firm:hover {
    background-color: #81a1b9 !important;
}

.btn-firm {
    color: #fff;
    background-color: #6088a7;
    border: 1px solid #6088a7;
}

.btn-firm:hover {
    color: #fff;
    background-color: #81a1b9;
    border: 1px solid #4c6e88;
    cursor: pointer;
}

.btn-firm.focus,
.btn-firm:focus {
    box-shadow: 0 0 0 0.2rem #6088a7;
}

.btn-firm.disabled,
.btn-firm:disabled {
    color: #fff;
    background-color: #6088a7;
    border: 1px solid #6088a7;
}

.btn-firm:not(:disabled):not(.disabled).active,
.btn-firm:not(:disabled):not(.disabled):active,
.show > .btn-firm.dropdown-toggle {
    color: #fff;
    background-color: #81a1b9;
    border: 1px solid #4c6e88;
}

.btn-firm:not(:disabled):not(.disabled).active:focus,
.btn-firm:not(:disabled):not(.disabled):active:focus,
.show > .btn-firm.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #6088a7;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #6088a7;
}

.text-firm2 {
    color: #ff6700!important;
}

a.text-firm2:focus,
a.text-firm2:hover {
    color: #ff6700 !important;
}

.bg-firm2 {
    background-color: #ff6700 !important;
}

a.bg-firm2:focus,
a.bg-firm2:hover,
button.bg-firm2:focus,
button.bg-firm2:hover {
    background-color: #ff6700 !important;
}

.btn-firm2 {
    color: #fff;
    background-color: #ff6700;
    border: 1px solid #ff6700;
}

.btn-firm2:hover {
    color: #fff;
    background-color: #ff6700;
    border-color: 1px solid #ff6700;
    cursor: pointer;
}

.btn-firm2.focus,
.btn-firm2:focus {
    box-shadow: 0 0 0 0.2rem #ff6700;
}

.btn-firm2.disabled,
.btn-firm2:disabled {
    color: #fff;
    background-color: #ff6700;
    border: 1px solid #ff6700;
}

.btn-firm2:not(:disabled):not(.disabled).active,
.btn-firm2:not(:disabled):not(.disabled):active,
.show > .btn-firm2.dropdown-toggle {
    color: #fff;
    background-color: #ff6700;
    border: 1px solid #ff6700;
}

.btn-firm2:not(:disabled):not(.disabled).active:focus,
.btn-firm2:not(:disabled):not(.disabled):active:focus,
.show > .btn-firm2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ff6700;
}

.btn-link {
    font-weight: 400;
    color: #3490dc;
}

.btn-link:hover {
    color: #1d68a7;
    text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
a {
color: #999999;
text-decoration: underline;
}
a:hover {
color: #ffffff;
text-decoration: none;
}