* {
	transition-duration: 0.5s;
}
.body {
    padding-top: 4.7rem;
    padding-bottom: 16rem;
    color: #5a5a5a;
}
.bg-dark,.logo-big {
	background-color: #263248!important;
}
.text-dark {
	color: #263248!important;
}
.logo-hide {
	opacity: 0.4;
	height: 100px;
}
.title-opacity {
	opacity: 0.8;
}
.title-opacity:hover {
	opacity: 1;
}
.opacity {
	opacity: 0;
}
.nav-link {
	cursor: pointer;
}
.btn-outline-secondary {
	color: #263248;
	border-color: #263248;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #263248;
	border-color: #263248;
}
/*блеск стали*/
.shine-steel {
	background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%);
	background-repeat: no-repeat;
	background-size: 200% 100%, auto;
	background-position: 200% 0, 0 0;
}
.shine-steel:hover {
	transition: .5s linear;
	background-position: -200% 0, 0 0;
}
.footer-middle-line:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 100px solid #263248;
	border-right: 200px solid transparent;
}
.comp-example {
	font-weight: bold;
	color: green;
	font-style: italic;
}
.comp-my {
	font-weight: bold;
	color: #263248;
	font-style: italic;
	font-size: 110%;
}
@media (min-width: 768px) {
.line-height {line-height: 300%;}
}
@media (min-width: 1300px) {
.line-height-2 {line-height: 200%;}
}
@media (min-width: 1200px) {
.text-big {font-size: 120%!important;}
}
.feedback {
	position: relative;
	margin-top: -10px;
	background-image: url('../img/feedback.jpg');
	background-size: cover;
	background-position: center;
}
.overlay{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(244, 244, 244, 0.79);
}
ul {
	list-style-type: square;
}








/*темно-синия кнопка*/
.btn-darkblue {
	color: #fff;
	background-color: #263248;
	border-color: #263248;
}
.btn-darkblue:hover {
	color: #fff;
	background-color: #5773A6;
	border-color: #5773A6;
}
.btn-darkblue:focus {
	color: #fff;
    background-color: #5773A6;
    border-color: #5773A6;
    box-shadow: 0 0 0 0.25rem rgb(132 152 189 / 50%); #FC9872
}
.btn-outline-darkblue {
	color: #263248;
	border-color: #263248;
}
.btn-outline-darkblue:hover {
	color: #fff;
	background-color: #263248;
	border-color: #263248;
}
.btn-outline-darkblue:focus {
	box-shadow: 0 0 0 0.25rem rgb(132 152 189 / 50%); #FC9872
}

/*темно-синий текст*/
.text-darkblue {
	color: #263248!important;
}

/*темно-синий рамка*/
.border-darkblue {
	border-color: #263248!important;
}

/*темно-синий ссылка*/
.link-darkblue {
	color: #263248!important;
}

/*курсор*/
.cursor-pointer {
	cursor: pointer;
}

/*кнопка закрытия модального окна*/
.btn-close {
	transition: .6s;
}
.btn-close:hover {
	transform: rotate(180deg);
}

/*скрол*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-button {
    background: #ececec;
    width: 12px;
    height: 0;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

/*анимация загрузки*/
.ajax-anim {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.4);
}

/*отладка*/
#id-debug {
	display: none;
	position: fixed;
	box-sizing: border-box;
	padding: 10px;
	width: 800px;
	height: 200px;
	left: 0px;
	bottom: 0px;
	background: black;
	color: white;
	overflow-y: scroll;
	user-select: text;
}