@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Gilroy-ExtraBold.eot');
    /* IE9 Compat Modes */
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Gilroy-ExtraBold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
}


/* pt-sans-regular - cyrillic_latin */

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/pt-sans-v11-cyrillic_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/pt-sans-v11-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/pt-sans-v11-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/pt-sans-v11-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/pt-sans-v11-cyrillic_latin-regular.ttf') format('truetype');
}


/* pt-sans-700 - cyrillic_latin */

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/pt-sans-v11-cyrillic_latin-700.eot');
    /* IE9 Compat Modes */
    src: local('PT Sans Bold'), local('PTSans-Bold'), url('../fonts/pt-sans-v11-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/pt-sans-v11-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/pt-sans-v11-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/pt-sans-v11-cyrillic_latin-700.ttf') format('truetype');
}


/* scada-regular - cyrillic_latin */

@font-face {
    font-family: 'Scada';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/scada-v8-cyrillic_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Scada Regular'), local('Scada-Regular'), url('../fonts/scada-v8-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/scada-v8-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/scada-v8-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/scada-v8-cyrillic_latin-regular.ttf') format('truetype');
}


/* scada-700 - cyrillic_latin */

@font-face {
    font-family: 'Scada';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/scada-v8-cyrillic_latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Scada Bold'), local('Scada-Bold'), url('../fonts/scada-v8-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/scada-v8-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/scada-v8-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/scada-v8-cyrillic_latin-700.ttf') format('truetype');
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
}

body {
    background: #fafafa;
    font-family: 'PT Sans', 'Scada', 'Arial', 'Verdana', sans-serif;
    font-size: 1.6rem;
    color: #3b4256;
    margin-bottom: 0;
}

p {
    font-family: 'PT Sans', 'Arial', 'Verdana', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    color: #3b4256;
}

h1,
h2,
h3,
h4,
h5 {
    color: #223c5e;
    font-family: 'Gilroy', 'Scada', 'PT Sans', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
    color: #3d43a1;
}

.h2,
h2 {
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 20px;
}

.default-container h1,
.default-container .h1 {
    font-size: 28px;
    margin-bottom: 25px;
}

a {
    color: #3d43a1;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Scada', 'PT Sans', 'Arial', 'Verdana', sans-serif;
}

a:hover,
a:focus {
    color: #464eb9;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.default-container {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* Верхнее Меню */

.navbar {
    margin-bottom: 0px;
}

.navbar .container {
    padding-top: 5px;
}

.navbar-default {
    background-color: white;
}

.navbar-default .navbar-nav>li>a {
    color: #3e3e41;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default .navbar-nav>li>a.active {
    color: #223c5e;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #464eb9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
    background: none;
}

.navbar-toggle .icon-bar {
    width: 27px;
    height: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #053094;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding-bottom: 5px;
    padding-top: 1px;
}

.logoimg-2 {
    float: left;
    width: 80px;
    margin-top: -20px;
    margin-right: 2px;
}

.navbar-brand>img {
    width: 130px;
    height: auto;
}


/* Шапка */

.site-header {
    height: 310px;
    background-color: #151737;
    background: linear-gradient(40deg, rgba(61, 67, 161, 0.1), rgba(35, 39, 92, 0.2)), url('/img/banner3.jpg');
    background-size: cover;
    background-position: top center;
}

.features .container {
    min-height: 200px;
}

.modular-row.about-us {
    background-color: white;
    padding-top: 45px;
    padding-bottom: 45px;
}

.col-about-us-1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.col-about-us-2 {
    height: 500px;
    background-image: url("/img/logobig.jpg");
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.modular-row.our-goals {
    background-color: #f5f5f7;
}

.goals-col-1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.modular-row.our-events {
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 45px;
}

.modular-row.our-results {
    background-color: #f4f7fb;
    padding-top: 45px;
    padding-bottom: 45px;
}

.site-header .header-logo {
    height: 180px;
    border-left: 20px solid white;
    border-right: 20px solid white;
    margin-top: 61px;
}

.site-header .container {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}


/* О нас */

.about-logo {
    height: 300px;
    float: left;
    margin-right: 45px;
}

.about-p-1 {
    padding-top: 25px;
    font-size: 20px;
    color: #223c5e;
    font-family: 'Gilroy', 'Scada', 'PT Sans', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
}

.about_us-guardsmen_website {
    margin-bottom: 0;
}

.about_us-guardsmen_vk {
    margin-top: -4px;
}


/* Наши цели */

.goals-slider-wrap {
    position: relative;
}

.goals-slider-overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 42, 0.1);
}


/* Слайдер на главной */

.responsive-slick-index {
    padding-top: 10px;
    margin-left: -4px;
    margin-right: -3px;
}

.responsive-slick-index .list-blog-header img {
    border-radius: 4px;
    margin-bottom: 32px;
    width: 370px;
}

.responsive-slick-index .list-blog-header img:hover {
    box-shadow: 0 1.2rem 3.6rem 0 rgba(0, 0, 0, .08), 0 2px 6px 0 rgba(0, 0, 0, .08), 0 8px 24px 0 rgba(0, 0, 0, .08);
}

.responsive-slick-index .list-blog-header .index-event-item-title {
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    transition: max-height 0.7s;
    margin-right: 0;
    margin-bottom: 22px;
    min-height: 30px;
    line-height: 1.6em;
    max-height: 120px;
}

.responsive-slick-index .slick-active .list-blog-header .index-event-item-title {
    max-height: none;
}

.responsive-slick-index .list-blog-header .index-event-item-title a {
    transition: color .3s;
    font-weight: 500;
    color: #3b4256;
    font-size: 18px;
    letter-spacing: 0px;
}

.responsive-slick-index .list-blog-header:hover .index-event-item-title a,
.responsive-slick-index .list-blog-header:focus .index-event-item-title a {
    color: #3d43a1;
}

.responsive-slick-index .list-blog-date span {
    color: #848e99;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
}

.responsive-slick-index .list-item {
    padding-right: 5px;
    padding-left: 5px;
}

.events-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.events-title-col-1,
.events-title-col-2 {
    width: 50%;
}

.events-title-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.slick-arrows-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100px;
}

.slick-arrows-wrap .slick-prev,
.slick-arrows-wrap .slick-next {
    width: 29px;
    height: 29px;
    position: relative;
    left: 0;
    right: 0;
    color: #010b23;
    border: 1px solid #444455;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
}

.slick-arrows-wrap .slick-prev {
    margin-right: 3px;
}

.slick-next::before {
    content: '';
    display: none;
}

.slick-prev::before {
    content: '';
    display: none;
}

.index-next-arrow {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.index-prev-arrow {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.index-all-events {
    font-size: 17px;
}

.index-all-events-wrap {
    margin-top: 30px;
}


/* Результаты */

.index-results-slider {
    margin-top: 10px;
    margin-left: -6px;
    margin-right: -5px;
}

.index-results-slider .index-results-fancy-a img {
    max-height: 130px;
    border-radius: 15px;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-filter: grayscale(80%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(80%);
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.index-results-slider img:hover {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
}

.slick-arrows-results-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100px;
}

.slick-arrows-results-wrap .slick-prev,
.slick-arrows-results-wrap .slick-next {
    width: 29px;
    height: 29px;
    position: relative;
    left: 0;
    right: 0;
    color: #010b23;
    border: 1px solid #444455;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
}

.slick-arrows-results-wrap .slick-prev {
    margin-right: 3px;
}


/* Блог */

.list-blog-header img {
    display: none;
}

.blogbd .list-blog-header img {
    display: block;
}

.list-item-index .list-blog-header img {
    display: block;
}

.list-item-basic.list-item img,
.list-item-basic .gallerypage-fancy_wrap img {
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 13px;
    margin-left: 0;
    object-fit: cover;
    object-position: center center;
    width: 170px;
    height: 170px;
    border-radius: 4px;
}

.blog-main {
    padding-top: 45px;
    padding-bottom: 45px;
}

.list-blog-nav-title {
    margin-top: 30px;
}

.blogbd .list-blog-header img {
    width: 370px;
}

.blogbd .list-item {
    margin-bottom: 25px;
}

.container-pagination .pagination {
    margin-left: 15px !important;
    margin-bottom: 45px !important;
}

body.blogbd .blog-main iframe {
    display: none;
}


/* Футер */

.footer {
    position: relative;
    min-height: 300px;
    color: #f4f7fb;
    background-color: #010b23;
    padding-top: 80px;
    padding-bottom: 80px;
    height: auto;
}

.footer p {
    margin-bottom: 0;
}

.footer p,
.footer a {
    color: #f4f7fb;
}

.footer-line {
    color: rgba(244, 247, 251, .2);
    border-top: 1px solid rgba(244, 247, 251, .2);
    max-width: 550px;
    margin-bottom: 20px;
    margin-top: 55px;
}

footer h3,
footer .h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.footer-img {
    margin-right: 6px;
    width: 19px;
    margin-top: 3px;
}

.footer-contacts-phone a {
    letter-spacing: 2.2px;
}

.footer-contacts-mail {
    margin-top: -2px;
}

.footer-line-two {
    color: rgba(244, 247, 251, .2);
    border-top: 1px solid rgba(244, 247, 251, .2);
    margin-bottom: 20px;
}

.footer-phone {
    width: 17px;
    margin-top: 2px;
}

footer label {
    font-weight: 400;
    margin-top: 10px;
}

footer .form-control {
    border-radius: 2px;
}

footer form .buttons {
    margin-top: 15px;
}

footer form .buttons button {
    background-color: #3d43a1;
    border: none;
    width: 120px;
    height: 33px;
    border-radius: 3px;
}

footer form .buttons button:first-child {
    margin-right: 8px;
}

.footer-social-vk {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.footer-social-inst {
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.footer-social-youtube {
    width: 24px;
    height: 24px;
}

footer form {
    max-width: 380px;
}

footer .notices {
    display: none;
}


/* Страница ошибок 404 и др. */

.errorbody .error-container {
    padding-top: 30px;
    padding-bottom: 30px;
}


@media (max-width: 1200px) {
    .responsive-slick-index .list-blog-header img {
        max-width: 600px;
        width: 100%;
    }
    .site-header {
        background: linear-gradient(40deg, rgba(61, 67, 161, 0.1), rgba(35, 39, 92, 0.2)), url('/img/banner3l.jpg');
        background-position: center center;
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .col-about-us-2 {
        background-position: center center;
        padding-bottom: 35px;
    }
    .modular-row.about-us {
        padding-top: 35px;
        padding-bottom: 60px;
    }
    .goals-col-1 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .modular-row.our-events {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .modular-row.our-results {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .h1,
    h1 {
        font-size: 33px;
    }
    .h2,
    h2 {
        font-size: 22px !important;
    }
    .index-results-slider .index-results-fancy-a img {
        max-height: 130px;
        width: 100%;
    }
    .navbar .nav>li>a {
        padding: 15px 12px;
    }
    .about-p-1 {
        padding-top: 15px;
    }
    .site-header {
        background: linear-gradient(40deg, rgba(61, 67, 161, 0.1), rgba(35, 39, 92, 0.2)), url('/img/banner3m.jpg');
        background-position: center center;
        background-size: cover;
    }
    .goals-slider-wrap {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .about-logo {
        float: none;
        margin-right: 0;
    }
    .about-p-1 {
        padding-top: 0;
        width: 90%;
        margin: 0 auto;
        margin-left: auto;
        margin-right: auto;
    }
    .about-p-2 {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 15px;
        width: 85%;
    }
    .modular-row.about-us {
        text-align: center;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .goals-col-1 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .modular-row.our-events {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .modular-row.our-results {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .footer {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .responsive-slick-index .list-blog-header img {
        max-width: 351px;
        width: 100%;
    }
    .footer-line-two {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .footer-line {
        margin-top: 65px;
    }
    .footer-social-links {
        padding-bottom: 15px;
    }
    .goals-slider-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .h1,
    h1 {
        font-size: 28px;
    }
    .h2,
    h2 {
        font-size: 21px !important;
    }
    .navbar-brand>img {
        width: 120px;
    }
    .navbar .nav>li>a {
        padding: 9px 12px;
    }
    iframe {
        width: 515px;
    }
    video {
        width: 515px;
    }
    .site-header {
        background: linear-gradient(40deg, rgba(61, 67, 161, 0.1), rgba(35, 39, 92, 0.2)), url('/img/banner3s.jpg');
        background-position: center center;
        background-size: cover;
    }
    .navbar-nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .site-header .container {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .responsive-slick-index .list-blog-header img {
        max-width: 576px;
    }
    .blogbd .list-blog-header img {
        width: 100%;
    }
    .h1,
    h1 {
        font-size: 26px;
    }
    iframe {
        width: 100%;
    }
    video {
        width: 100%;
    }
    .site-header {
        background: linear-gradient(40deg, rgba(61, 67, 161, 0.1), rgba(35, 39, 92, 0.2)), url('/img/banner3xs.jpg');
        background-position: center center;
        background-size: cover;
    }
}