/* Спецификация */
body{
    height: auto;
    background: #1e5893;
    background: url(img/bg.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Тени карточек товаров */
.card:hover{
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
}


/* Галерея */
.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}
.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 992px) {
    .gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }
}
@media (max-width: 576px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}
@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}


/* Параметры стилей колонтитула */
.footer {
    background: #fff3cd;
    border-color: #000000;
    margin: 0px 0px 0px 0px;
}
.footer_teaser{
/*
    margin-top: 5px;
    margin-bottom: 15px;
*/
    color: #4e555b;
    font-size: 12px;
}
.text-footer{
    font-size: 13px;
    color: #4e555b;
}
.img-rounded {
    border: 1px;
}


.p-0{
    padding: 0;
    color: #000000;
}


/* Галерея Footer */
.gal_foot {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

@media (max-width: 992px) {
    .gal_foot {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }
}
@media (max-width: 768px) {
    .gal_foot {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 25%;
        -moz-column-width: 25%;
        column-width: 25%;
    }
}
@media (max-width: 576px) {
    .gal_foot {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33%;
        -moz-column-width: 33%;
        column-width: 33%;
    }
}
@media (max-width: 450px) {
    .gal_foot {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33%;
        -moz-column-width: 33%;
        column-width: 33%;
    }
}


/* Новости*/
.news {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
}
.news .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
@media (max-width: 992px) {
    .news {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

/* Стиль главных иконок */
.icons_main{
    color: #000000;
}



/* Полоса на главном слайдере */
.carousel-banner {
    position: absolute;
    width: 100%;
    height: 15%;
    top: 65%;

    text-transform: uppercase;

    color: #FFFFFF;
    background-color: #1e5893;

    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
.carousel-banner h3 {
    font-weight: 600;
    font-size: 1.5vw;
    padding-top: 1.4%;
    padding-bottom: 0%;
    padding-left: 14%;
    line-height: 0.1%;
}

.carousel-banner p {
    line-height: 0%;
    font-size: 1.0vw;
    padding-top: 1%;
    padding-bottom: 0%;
    padding-left: 18%;
    line-height: 0.1%;
}



/* Основные теги */
ul, li {
    display: block;
    padding: 0;
    margin: 0;
}


/* Ссылки на документацию */
.doc-link {
    color: #606060;
    font-weight: lighter;
}
.doc-link a {
    color: #888888;
}
.doc-link a:hover{
    color: #1e5893;
}


/* Параметры стилей основных иконок */
.ico__item{
    color: #1e5893;
    font-size: 42px;
    margin-top: 0px;
    margin-right: 0px;
}
.ico__item a{
    color: #1e5893;
    transition: all 0.3s ease;
}
.ico__item a:hover{
    text-decoration: none;
    color: #ffc107;
}


/* Параметры иконок уменьшенного размера */
.ico__contact{
    color: #1e5893;
    font-size: 32px;
}


/* Параметры стилей меню */
.navbar-expand-lg .navbar-collapse {
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: #000000;
}

.navbar {
    background: #fac618;
    text-transform: uppercase;
}

.dropdown-item:focus, .dropdown-item:hover {
    font-weight:bold;
    text-transform: uppercase;
    background-color: #55bdee;
}

.dropdown-item {
    font-weight: bold;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;   // Add this, to prevent clicking dropdown default click function
}

.dropdown-menu {
    background: #fac618;
    margin-top: -1px;
    position: absolute;
    top: 10;
    visibility: hidden;
}

/* Параметры стилей нижнего колонтитула "Copy" */
.footer-copy{
    background: #1e5893;
    color: #8facc9;
    height: 50px;
}
.icons__item{
    font-size: 22px;
    margin-top: 8px;
    margin-right: 8px;
}
.icons__item a{
    color: #f1f1f1;
    transition: all 0.3s ease;
}
.icons__item a:hover{
    text-decoration: none;
    color: #ffc107;
}
.copy{
    margin-top: 14px;
    text-align: center;
}

/* Медиа запрос Copy */
@media screen and (max-width: 487px){
    .copy{
        margin-top: 4px;
    }
}
.copy__item{
    font-size: 13px;
    vertical-align: center;
}
.copy_icons{
    font-size: 11px;
}
.icons__item_r{
    font-size: 22px;
    margin-top: 8px;
    margin-right: 0px;
}
.icons__item_r a{
    color: #f1f1f1;
    transition: all 0.3s ease;
}
.icons__item_r a:hover{
    text-decoration: none;
    color: #ffc107;
}


/* Параметры стилей карусели */
.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 22px;
    width: 22px;
}
