.logo{
    width: 250px;
    /* position: absolute; */
    left: 5px;
    top: 5px;
    display: inline-block;
}

.home {
    width: 30px;
    height: 30px;
}

.underline-top-menu {
    text-decoration: underline;
}

h1, h2, h3 {
    text-align: center;
    text-transform: uppercase;
    color: rgb(71, 88, 109);
    font-weight: 800;
}

h1 {
 font-size: 25px;
}

h2 {
    font-size: 20px;
   }
   
h3 {
    font-size: 15px;
   }
h4 {
    color: rgb(71, 88, 109); 
}

@media (max-width: 768px) {
address{
    font-size: 15px;
    }
h1{
        font-size: 15px !important; 
  }
}

/****Цвет ссылок в верхнем синем меню****/
.top_gren_nav_a {
    color: rgb(0, 32, 66);
}

/*Стиль списков*/
.my-list-item {
    list-style: none;
    padding-left: 10px;
}

.my-list-item li {
    color: rgb(0, 32, 66); 
}

.my-list-item li:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color:rgba(60, 61, 61, 0.5);
    border-radius: 50%;
    margin-right: 10px;
}

.li-docs {
    font-weight: 400;
    cursor: pointer;
    transition: 1s;
    text-decoration: underline;
}

.li-docs:hover {
    font-weight: 800;
    transition: 0.2s;
    }

/*Переопределяем стиль кнопки Bootstrap*/
.btn-info {
    background-color: rgba(0, 32, 66, 0.6);
    border-color: rgba(0, 32, 66, 0.2);

    color: #fff;
    /* background-color: rgb(0, 147, 219);
    border-color: #17a2b8; */
}

.border-left-sep {
    border-left: 2px solid  rgba(63, 63, 63, 0.5); 
}

.border-right-sep {
    border-right: 2px solid rgba(60, 61, 61, 0.5);  
}


.my_shadow {
    box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;
}

@media (max-width: 768px) {
        .border-left-sep, .border-right-sep{ 
            border: none;
        } 
    }
    


/*Синий цвет надписи в футере*/
.color-blue {
    color: rgba(0, 32, 66);
}

.color-blue-strong {
    color: rgba(0, 32, 66);
    font-weight: 600;
}

.green_text {
    font-size: 0.8rem;
    font-weight: 400;
    color: #212529; 
}

/* Для верхнего меню */
.top-menu-bg {
    background-color: rgb(104, 131, 153);
}

/*Цвет верхней плашки бухгалтерия*/
.bg-gray {
    background: rgba(186, 186, 186, 0.60);
}
/*Выделение первой буквы в меню!*/
.white-first:first-letter {
    color: rgb(255, 255, 255);
}

.cursor-pointer {
    cursor: pointer;
}

/*Блок контактов На первой странице*/
.h-adress-block {
    height: 570px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .h-adress-block {
        height: auto;
        overflow: auto;
    }
}


.inlineHeigh-20 {
    line-height: 20px;
}

/*Логотипы партнеров*/
.partner-logo{
    width: 70px;
    height: 70px;
    margin: 7px;
}
/****Логотипы товаров и услуг круглые*/
.img_product {
    width: 200px;
    height: 200px;
}

/*Изображение на документах*/
.doc-img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
}

/*******На первой странице фотки из отзывов***/
/* .feedback_img{
    width: 100%
} */

.feedback_img:hover{
    transform: scale(1.1);
    opacity: 0.7;
    transition: 0.5s;
} 

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}
/********МОДАЛЬНОЕ ОКНО******************/
.min-he-50vh {
    min-height: 50vh;
}
/******Карта***************/
.ya_map {
    min-height: 500px !important;
    background: url('../img/loading.gif') no-repeat center; 
}

/*************************/
/*FOOTER**/
.soc-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    padding: 2px;
    border: 1px solid rgba(68, 68, 68, 0.2);
    border-radius: 5px;;
}

.soc-icon:hover {
    border: 2px solid rgb(35, 8, 107); 
    transition: 0.1s;
} 
/*Маленький текст копирайта в футере*/
.smal-text {
    font-size: 11px;
    color: rgba(0, 32, 66);
}

/*Телефон в футере*/
.footer-tel {
    font-size: 19px;
    font-weight: 800;
}

/*СТИЛИ ОФОРМЛЕНИЯ ТЕКСТА*/
.big_first:first-letter {
    font-style: normal; 
    font-size: 3em; /* Размер буквы */
    color: rgb(255, 255, 255);
    float: left; 
    /* Выравнивание по левому краю */
    margin: -12px 4px -12px 0; /* Отступы вокруг буквы */
    padding: 0;
    font-weight: 600;
}


.big_first-dark:first-letter {
    font-style: normal; 
    font-size: 3em; /* Размер буквы */
    color: rgb(71, 88, 109);
    float: left; 
    /* Выравнивание по левому краю */
    margin: -12px 4px -12px 0; /* Отступы вокруг буквы */
    padding: 0;
    font-weight: 600;
}

/************************/
.top_nav_height {
    height: 56px;
}

.footer_height {
    height: 150px;
}

/*ЦИТАТА*/
blockquote {
    margin: 10px;
    padding: 30px 30px 30px 90px;
    position: relative;
    font-weight: 300;
    font-style: italic;
}
blockquote:before {
content: "\201C";
font-family: serif;
position: absolute;
left: 20px;
top: 20px;
color: white;
background:#688399;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 50px;
line-height: 1.35;
text-align: center;
}