/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:300,800&subset=latin,cyrillic');

body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Open Sans', sans-serif !important;
}

body { padding-top: 30px; }  

.owl-carousel .owl-item img {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.banner-img {
  width: 100%;
  height: 300px;          /* ����� ������ ������ */
  object-fit: cover;      /* �������� �������� ���� � ��������� */
  object-position: top;   /* ������������ ������ */
}

.footer { padding: 24px 0; }
.footer-content h5, .footer-content h6 { margin-bottom: .5rem; }

.footer .footer-links li { margin-bottom: .25rem; }
.footer .footer-links a { text-decoration: none; }
.footer .footer-links a:hover { text-decoration: underline; }

.footer .footer-social a { font-size: 1.2rem; color: #6c757d; }
.footer .footer-social a:hover { color: #343a40; }