@charset "UTF-8";

#navbar .dropdown-menu {
    top: 52px;
    box-shadow: 0 2px 5px #ddd;
    -moz-box-shadow: 0 2px 5px #ddd;
    -webkit-box-shadow: 0 2px 5px #ddd;
}

.header + .section {
    margin-top: 90px;
}

#search-box {
    width: 100%;
    display: none;
}

.navbar-search {
    width: 100%;
    height: 56px;
    float: left;
    border: 2px solid #666;
    margin-top: 25px;
}

.navbar-search input[type=text] {
    width: 90%;
    height: 56px;
    float: left;
    border: 0;
    background: none;
    outline: 0;
    padding: 0 15px;
    font-size: 17px;
}

.navbar-search button {
    width: 10%;
    height: 56px;
    float: right;
    border: 0;
    padding: 0 15px;
    background: none;
    outline: 0;
    font-size: 30px;
    text-align: right;
}

.navbar-default .navbar-nav > li > a:before {
    content: "";
    width: 0;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar-default .navbar-nav > li > a:not(#btn-search):hover:before,
.navbar-default .navbar-nav > li > a:not(#btn-search):focus:before {
    width: 100%;
    top: 0;
    left: 0;
    border: 2px solid #999;
    -webkit-transform: rotateX(180deg);
}

.navbar-default .navbar-nav > .active > a:not(#btn-search):before,
.navbar-default .navbar-nav > .active > a:not(#btn-search):hover:before,
.navbar-default .navbar-nav > .active > a:not(#btn-search):focus:before {
    width: 100%;
    top: 0;
    left: 0;
    border: 2px solid #00a2df;
}

.navbar-default .navbar-nav > .open > a:not(#btn-search):before,
.navbar-default .navbar-nav > .open > a:not(#btn-search):hover:before,
.navbar-default .navbar-nav > .open > a:not(#btn-search):focus:before {
    opacity: 0;
}

.telegram-icon {
position: fixed;
bottom: 20px;
right: 20px;
width: 48px;
height: 48px;
z-index: 1000;
}

.telegram-icon img {
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: transform 0.3s;
}

.telegram-icon img:hover {
transform: scale(1.1);
}

@media screen and (max-width: 992px) {

    #search-box {
        display: block !important;
    }

    #search-box .row,
    #search-box .navbar-search {
        margin: 0;
    }

    .navbar-search input[type=text] {
        width: 80%;
    }

    .navbar-search button {
        width: 20%;
    }

    .breadcrumb > li {
        width: 100%;
        text-align: center;
    }

    .breadcrumb > li + li:before {
        display: block;
        content: "\e901";
    }

    #navbar .dropdown-menu {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
}

@media screen and (max-width: 992px) {

    .navbar-default .navbar-nav > li > a:before {
        height: 35px;
    }
}

@media screen and (max-width: 1080px) {

    .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    .dropdown-menu > li > a {
        font-size: 14px;
    }

    #navbar .dropdown-menu {
        top: 45px;
    }

    .header + .section {
        margin-top: 72px;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1325px) {

    .navbar-default .navbar-nav > li > a {
        padding: 5px 20px;
        font-size: 14px;
    }
}