@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,600&display=swap);@charset "UTF-8";


.welcome {}
.wellcome-left{}
.wellcome-content{}
.wellcome-right{}
.quote{}
.author{}
.ourcontacts li{display: flex;}
.ourcontacts .map{display: block}
.ourcontacts p{margin: 0;}
.ourcontacts .map{margin-top: 1rem;box-shadow: inset 0 0 2px 0;border-radius: 0.2rem;padding: 3px;max-width: 800px;}
.ourcontacts p:after{content: ',';margin-right: 0.2rem;}
.ourcontacts p:last-child:after{content: '';}
@media (max-width: 576px){
    .ourcontacts li {display: block;}
    .ourcontacts .map{margin-left: 0}
}









@media (min-width: 1400px){

}
@media (max-width: 1399px){

}
@media (max-width: 1199px){

}
@media (max-width: 991px){

}
@media (max-width: 768px){

}
@media (max-width: 576px){

}


body {
    font-family: 'Montserrat', sans-serif
}
h1 {
    font-weight: 600;
}
.logo-mobile {display: none;}

@media (max-width: 991px){
    .logo-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5rem!important;
        margin: 2rem auto 0;
    }
    .mobile-none {
        display: none;
    }


}

@media (max-width: 576px){
    .site-logo {
        
    }
}
.category-card-image {
    height: 10rem;
}



body {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* высота веб-страницы больше или равна высоте окна браузера */
    margin: 0;
}
.app {
    flex: 1;
}

.site-logo {
    height: 3rem;
    width: auto;
    mix-blend-mode: multiply;
}

.sldier-image {
    object-fit: cover;
    width: 100%;
}

.sldier-image-partners {
    object-fit: cover;
    width: 100%;
}

.swiper {
    background-color: rgba(170, 170, 170, 0.3);
}

.source {
    color: black;
    display: flex;
    height: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
}

.source:hover {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px 3px rgba(34, 60, 80, 0.2);
    color: inherit;
    text-decoration: none;
}



.btn-submit {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}

.news-row-body {
    padding-bottom: 2rem;
}

.news-row-footer {
    padding-bottom: 1rem;
    padding-right: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.all-news-button {
    text-decoration: underline;
    position: relative;
    margin: 0;
    width: 100%;
    text-align: right;
    left: 2px;
    top: 8px;
}
.gallery-thumbs {
    float: right;
    width: calc(16% - 20px);
    height: 280px;
    margin-left: 20px;
}

.gallery-thumbs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-active {
    border: 1px solid grey;
}

.gallery-thumbs .swiper-slide:hover {
    border: 1px solid grey;
}

.gallery-top {
    float: left;
    width: 84%;
    height: 280px;
}

.gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid grey;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
img::selection {
    background: transparent;
}
.specialist-img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.7s ease;
}
.specialist-img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
