/*
Theme Name: FONDFILATOVA
Theme URI: https://rosait.ru/
Author: ООО "Сайт"
Author URI: https://rosait.ru/
Description: На базе этого готового решения можно собрать информационный сайт
Version: 5.1 Beta

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
Version: 5.1 Beta - заменён фавикон
*/
/*
Version: 5.1.1 Beta - Решена проблема с параллаксом в яблочных мобилках
*/

/* Кастомный блюр для всех модальных окон */
body.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

.custom-modal-blur .modal-backdrop {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
}

/* Увеличиваем z-index для основного контента */
.modal {
  z-index: 1060 !important;
}

/* Блюр должен быть под всеми модалками */
.modal-backdrop {
  z-index: 1040 !important;
}

/* Для вложенных модалок увеличиваем z-index */
#successModal {
  z-index: 1070 !important;
}

#successModal{
	align-items: center;
	justify-content: center;
}

#successModal .btn.btn-color{
	width: 100%;
}

#successModal .modal-body{
	line-height: 1.35;
}

#modal-product .success {
    color: green;
}

#menu-information a {

}

#menu-information a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}

#menu-information a, button.list-group-item {
    color: #555;
}

#menu-information a {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.success-footer {
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
}
img{
	/* margin-bottom: 10px; */
}
.alignleft{
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*p:after{
	content: "";
	display: table;
	clear: both;
}*/
@media (max-width: 767px) { 
	.alignleft{
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
	.alignright {
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
}