/**
 * 
 * Тема : Основное.
 * 
 *
 * 
 */

.btn-search {
    width: 36px;
    height: 36px;
    
    padding: 6px 0;
    
    border-width: 0;
    border-radius: 0;
}

.btn-search svg {
    width: 24px;
    height: 24px;
}

/*
 * -----------------------------------------------------------------------------
 *
 * Шапка.
 *
 * -----------------------------------------------------------------------------
 */

.site-header {
    min-width: 320px;
    
    text-align: center;
}

.site-header .blackout {
    position: relative;
}

.site-header .btn-menu {
    position: absolute; top: 15px; right: 15px;
}

.site-header .btn-search {
    position: absolute; top: 15px; left: 15px;
}

@media (min-width: 768px) {
    .site-header .btn-search,
    .site-header .btn-menu {
        display: none;
    }
}

.home .site-header {
    background-image: url(/wp-content/themes/gss/img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .site-header .blackout {
    /*background: rgba(16,7,115,1);*/
    background: rgba(16,7,115,.8);
    background: linear-gradient(to bottom, rgba(16,7,115,1) 0%, rgba(16,7,115,.8) 50%, rgba(16,7,115,.8) 100%);
}

.home .site-header .btn-menu .icon-bar, 
.home .site-header .btn-menu::before, 
.home .site-header .btn-menu::after {
    background-color: #fff;
}

.home .site-header .btn-search svg path {
    fill: #ffffff !important;
}

/*
 * -----------------------------------------------------------------------------
 *
 * Шапка : Гербъ!.
 *
 * -----------------------------------------------------------------------------
 */

.main-logo {
    display: block;
    
    padding: 30px 0;
    
    text-transform: uppercase;
    color: #000;
    
    border-bottom: 6px solid #fff;
}

.home .main-logo {
    color: #fff;
}


.main-logo .logo {
    height: 70px;
}

.main-logo .title {
    margin: 15px 0 5px;
    font-size: 16px;
}

.main-logo .subtitle {
    font-size: 10px;
}

@media (min-width: 768px) {
    .main-logo {
        padding: 45px 0;
        border-bottom: none;
    }
    .main-logo .logo {
        height: 80px;
    }
    .main-logo .title {
        font-size: 18px;
    }
    .main-logo .subtitle {
        font-size: 12px;
    }
}


/*
 * -----------------------------------------------------------------------------
 *
 * Шапка : Меню.
 *
 * -----------------------------------------------------------------------------
 */

.main-menu {
    display: none;
    height: 46px;
    
    background-color: #100773;
    color: #fff;
    
    user-select: none;
}

.home .main-menu {
    background-color: #fff;
    color: #100773;
}

.main-menu .sqr {
    display: inline-block;
    
    position: relative;
    top: -3px;
    
    padding: 0 0px;
    
    font-size: 8px;
    line-height: 14px;
    
    color: inherit;
}

.main-menu .menu-item {
    display: inline-block;
    
    padding: 0 10px;
    
    line-height: 46px;
    font-size: 14px;
    
    text-transform: uppercase;
    white-space: nowrap;
    
    color: inherit;
    
    transition: all .3s ease;
}

.main-menu .menu-item.current-menu-item {
    color: #f0473e;
    cursor: default;
}

.main-menu .menu-item:not(.current-menu-item):hover {
    background-color: #f0473e;
    color: #fff;
}

.home .main-menu .menu-item:not(.current-menu-item):hover {
    background-color: #100773;
    color: #fff;
}

@media (min-width: 768px) {
    .main-menu {
        display: block;
    }
}
@media (min-width: 992px) {   
    .main-menu .sqr {
        padding: 0 5px;

        font-size: 8px;
        line-height: 14px;
    }
    .main-menu .menu-item {
        padding: 0 12px;
        font-size: 14px;
    }
}

/*
 * -----------------------------------------------------------------------------
 *
 * Шапка : Поиск (Главная страница).
 *
 * -----------------------------------------------------------------------------
 */

/*

#_tmp {
    height: 1200px;
    background-image: url(/wp-content/themes/gss/img/_000.jpg);
    background-repeat: no-repeat;
    background-position: center -680px;
    background-size: 70% auto;
}

*/

.main-banner {
    position: relative;
    height: 420px;
}


.main-banner .social-box {
    position: absolute; bottom: -15px; 
    z-index: 100;
    
    left: 50%;
    transform: translateX(-50%);
    
    padding: 5px 60px 15px;
    
    background: #fff;
    border-radius: 10px;
}

.main-banner .social-box .links{
    white-space: nowrap;
}

.main-banner .social-box .btn {
    margin: 0 10px;
}





/*

.main-banner .search-box {
    position: relative; top: 50%; 

    
    width: 100%;
    margin-top: -75px;
    
    padding: 0 15px;
}

.main-banner .search-box .form-control {
    margin-bottom: 30px;
    padding: 0 30px;
    
    height: 42px;
    line-height: 42px;
    
    font-size: 1em;
    text-align: center;
}

.main-banner .search-box .btn {
    width: 180px;
    text-transform: uppercase;
}

@media (min-width: 576px) {
.main-banner .search-box {
    position: absolute; top: 50%; 
    
    left: 50%;
    transform: translateX(-50%);
    
    width: 540px;
    margin-top: -75px;
    
    padding: 0;
}
}

*/

#iblock-slider-main {
    
}

    
#iblock-slider-main .swiper-slide {
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


#iblock-slider-main .container {}
#iblock-slider-main .container {
    padding-left: 0;
    padding-right: 0;
}
#iblock-slider-main .blackout {
    height: 100%;
    padding: 0 45px 100px;
}

#iblock-slider-main .slider-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    
    height: 100%;
    
    text-align: left;
}

#iblock-slider-main .slider-title {
    margin-bottom: 30px;
    
    line-height: 1.3;
    font-size: 24px;
    
    color: #fff;
}

@media (min-width: 992px) {
    #iblock-slider-main .slider-title {
        max-width: 540px;
    }
}



#iblock-slider-main .slider-link {

}
#iblock-slider-main .btn {
    
}

#iblock-slider-main .blackout {
    height: 420px;
    
    background: rgba(16,7,115,.8);
    /*
    background: linear-gradient(to top, rgba(16,7,115,1) 0%, rgba(16,7,115,.8) 50%, rgba(16,7,115,.8) 100%);
    */
    background: linear-gradient(to top, rgba(16,7,115,1) 0%, rgba(16,7,115,.6) 50%, rgba(16,7,115,.4) 100%);
}





#iblock-slider-main .swiper-button-prev::before, 
#iblock-slider-main .swiper-button-prev::after,
#iblock-slider-main .swiper-button-next::before, 
#iblock-slider-main .swiper-button-next::after {
    background: #fff;
}

@media (min-width: 576px) {
    #iblock-slider-main .container {}
    #iblock-slider-main .blackout {
        padding: 0 45px 100px;
    }
}


/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

/**
 * ...
 * -----------------------------------------------------------------------------
 */


@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}

