/* Base */
/* Carousel */
/* Containers */
/* Buttons */
.hr-darker {
  border-color: #DAE3E5; }

/* source-serif-4-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-serif-4-v13-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* source-serif-4-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-serif-4-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* source-serif-4-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-serif-4-v13-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* source-serif-4-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-serif-4-v13-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* source-serif-4-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-serif-4-v13-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v19-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* inter-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v19-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* inter-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v19-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v19-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v19-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  color: #000;
  font: 1.125rem/1.6875rem "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

p {
  margin-bottom: 1.6875rem; }

b {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 1.6875rem;
  font-family: "Source Serif 4", serif;
  color: #231C1C;
  font-weight: 600; }

ul,
ol {
  margin-bottom: 1.6875rem; }

h1 {
  font-size: 3.5rem; }

h2 {
  font-size: 2.625rem; }

h3 {
  font-size: 2.25rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  font-size: 1.375rem; }

h6 {
  font-size: 1.125rem; }

@media (max-width: 767px) {
  h1 {
    font-size: 2.8rem; }

  h2 {
    font-size: 2.1rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.4rem; }

  h5 {
    font-size: 1.1rem; }

  h6, body, p {
    font-size: 1rem; } }
a {
  color: #B13B40;
  text-decoration: none; }
  a:hover {
    color: #B13B40; }
  a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
    text-decoration: underline; }

blockquote {
  font-style: italic; }
  blockquote cite {
    display: block; }

hr {
  margin: 1.6875rem 0;
  border-color: #ccc; }

img {
  margin-top: 0px;
  margin-bottom: 1.6875rem; }

code {
  white-space: normal; }

form button,
form input,
form select,
form textarea {
  max-width: 100%;
  margin-bottom: 0.84375rem; }
form input[type="submit"],
form input[type="button"] {
  -webkit-font-smoothing: antialiased; }

.entry-thumbnail {
  margin-bottom: 1.6875rem; }

.entry-content :last-child {
  margin-bottom: 0; }

.meta-edit {
  margin-bottom: 0; }

.img-oldimg {
  width: 100%; }

a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
  text-decoration: none; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231E1E; }

.navbar {
  padding: 60px 0;
  margin: 0 30px; }
  .navbar .navbar-brand {
    width: 230px; }
  .navbar .navbar-brand-img {
    width: 100%; }
  .navbar .navbar-nav .nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #231E1E;
    margin-left: 30px; }
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .dropdown-toggle::after {
    color: #B13B40; }
  .navbar .dropdown-menu {
    border: none;
    box-shadow: 0 0 10px #00000024; }
  .navbar .dropdown-item:active {
    background: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-color); }
  .navbar .btn-close {
    margin-top: 8px; }

#navbarSupportedContent .offcanvas-header img {
  top: 30px;
  max-width: 215px;
  left: 90px; }

.header-bbsn-links {
  padding-top: 15px;
  margin: 30px 0; }
  .header-bbsn-links .bbsn-link svg {
    fill: #B13B40; }

.dropdown-contacts, .header-contact, .offcanvas-body .footer-sidebar {
  height: 100%; }

.offcanvas-body .footer-sidebar {
  display: flex;
  flex-direction: column; }

.widget-footer .textwidget {
  margin-top: auto;
  font-size: 0.9375rem;
  line-height: 1.4rem; }

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H25C38.8071 0 50 11.1929 50 25C50 38.8071 38.8071 50 25 50H0V0Z" fill="%23B13B40"/><path d="M28.257 30.928L24.421 25.468L28.257 19.98H24.337L20.389 25.468L24.337 30.928H28.257ZM21.929 30.928L18.093 25.468L21.929 19.98H18.009L14.061 25.468L18.009 30.928H21.929Z" fill="%23F6F7FC"/></svg>'); }

@media (min-width: 991px) {
  .header-bbsn-links {
    display: none; } }
@media (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36px' height='28px' viewBox='0 0 36 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMenu 2%3c/title%3e%3cg id='D2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Homepage-v1' transform='translate(-1365.000000, -41.000000)' fill='RGB(238, 50, 53)'%3e%3cg id='Menu-2' transform='translate(1365.000000, 41.000000)'%3e%3crect id='Rectangle' x='0' y='0' width='28' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-2' x='0' y='12' width='36' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-3' x='8' y='24' width='28' height='4' rx='2'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

  .navbar-light .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36px' height='28px' viewBox='0 0 36 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMenu 2%3c/title%3e%3cg id='D2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Homepage-v1' transform='translate(-1365.000000, -41.000000)' fill='black'%3e%3cg id='Menu-2' transform='translate(1365.000000, 41.000000)'%3e%3crect id='Rectangle' x='0' y='0' width='28' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-2' x='0' y='12' width='36' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-3' x='8' y='24' width='28' height='4' rx='2'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

  .dropdown-item {
    text-align: right; } }
@media (max-width: 400px) {
  .navbar .navbar-brand {
    width: 150px; } }
@media (max-width: 350px) {
  #navbarSupportedContent .offcanvas-header img {
    left: 30px; } }
.footer {
  background-position: bottom;
  background-size: cover;
  position: relative;
  padding: 90px 0;
  font-size: 0.875rem;
  line-height: 1.25rem; }
  .footer h6, .footer a, .footer p {
    color: white; }
  .footer .footer-links a {
    transition: 0.3s ease all;
    border-bottom: 1px solid transparent; }
    .footer .footer-links a:hover {
      border-color: white; }
  .footer hr {
    margin: 45px auto;
    width: 70%; }
  .footer img {
    width: 150px;
    height: auto;
    margin: 0 45px;
    object-fit: contain; }
  .footer .overlay {
    opacity: 0.9; }
  .footer .container {
    position: relative; }
  .footer .bbsn-links {
    display: flex;
    justify-content: flex-end; }
  .footer .bbsn-link {
    margin-left: 30px; }
  .footer .bbsn-link svg {
    fill: white; }
  .footer .bbsn-link svg:hover {
    fill: #B13B40; }
  .footer .reg {
    font-size: 0.8125rem;
    opacity: 0.75;
    text-align: center;
    margin-top: 60px; }
  .footer .footer-logos {
    display: flex;
    justify-content: center; }
  .footer .footer-hide {
    display: none; }

@media (max-width: 767px) {
  .textwidget {
    margin-bottom: 30px; }

  .footer-logos {
    flex-direction: column; }

  .footer {
    text-align: center; }
    .footer img {
      margin: 0 auto 45px auto; }
    .footer .bbsn-link {
      margin-left: 0; }
    .footer .bbsn-links {
      justify-content: space-evenly;
      margin-top: 30px; } }
.btn {
  border-radius: 30px;
  padding: 10px 20px;
  color: #B13B40;
  border: 2px solid #B13B40;
  border-radius: 30px;
  font-family: "Source Serif 4", serif;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600; }
  .btn:hover {
    background: #B13B40;
    border-color: #B13B40;
    color: white; }

.btn-fill {
  background: #B13B40;
  border-color: #B13B40;
  color: white; }
  .btn-fill:hover {
    background: white;
    color: #B13B40;
    border-color: #B13B40; }

.btn-narrow {
  padding: 5px 20px; }

/*# sourceMappingURL=application.css.map */
