﻿
._text-primary{
    color: var(--blue);
}

.box-icon-ruby:hover ._text-primary{
    color: var(--grey);
}

.box-sportlight:hover .box-sportlight-caption {
    background-color: var(--dark-gey) !important;
    color: #fff;
}

a.no-hover:hover{
    color: #ffffff !important;
}

body {
}
.box-icon-ruby::after {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    background: #303030;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    z-index: -2;
}
:root {
    --blue: #153151;
    --beige: #e2e2e2;
    --grey: #6d6d70;
    --dark-gey: #303030;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: Menlo, Monaco, Consolas,"Liberation Mono", "Courier New", monospace;
}
.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    color: #ffffff;
    background: #153151;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
}
.box-contacts-decor {
    margin: 30px auto;
    height: 2px;
    max-width: 100px;
    background: #153151;
    transition: all .3s ease-in-out;
}
.box-contacts-icon {
    font-size: 60px;
    line-height: 1;
    color: #6D6D70;
}
.rd-navbar-classic.rd-navbar-static .rd-nav-link::before {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #303030;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all .2s ease;
}
@media (min-width: 1200px)
.swiper-slide:before {
     opacity: 1; 
}
.swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    background-color: rgba(226, 226, 226, 0.1);
}
.rd-navbar-modern.rd-navbar-static .rd-nav-link::before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background: #153151;
    transform: translate3d(0, -50%, 0);
    transition: all .3s ease;
    z-index: -1;
}
