@font-face {
	font-family: 'BeausansPro-bold';
	src: url('fonts/PFBeauSansPro-Bold.ttf');
}

@font-face {
	font-family: 'BeausansPro-semibold';
	src: url('fonts/PFBeauSansPro-SemiBold.ttf');
}

@font-face {
	font-family: 'BeauSansPro-Bbook';
	src: url('fonts/PFBeauSansPro-Bbook.ttf');
}

@font-face {
	font-family: 'BeausansPro-light';
	src: url('fonts/PFBeauSansPro-Light.ttf');
}
@font-face {
	font-family: 'BeausansPro-thin';
	src: url('fonts/PFBeauSansPro-Thin.ttf');
}
@font-face {
	font-family: 'Calibri';
	src: url('fonts/calibri.ttf');
}

/*По новой(правильно):*/
@font-face {
	font-family: 'Firasans';
	src: url('fonts/FiraSans-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'Firasans';
	src: url('fonts/FiraSans-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'Firasans-medium';
	src: url('fonts/FiraSans-Medium.otf');
}
@font-face {
    font-family: 'PFBeauSansProThin';
    src: url('fonts/PFBeauSansPro-Thin.ttf') format('truetype');

}
@font-face {
    font-family: 'PFBeauSansPro';
    src: url('fonts/PFBeauSansPro-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'PFBeauSansPro';
    src: url('fonts/PFBeauSansPro-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PFBeauSansPro';
    src: url('fonts/PFBeauSansPro-Bbook.ttf') format('truetype');
    font-weight: 400; /* или 500 в зависимости от начертания */
    font-style: normal;
}

@font-face {
    font-family: 'PFBeauSansPro';
    src: url('fonts/PFBeauSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600; /* или 500 в зависимости от начертания */
    font-style: normal;
}

@font-face {
    font-family: 'PFBeauSansPro';
    src: url('fonts/PFBeauSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
:root {
      --mored: #C1272D;
      --nblue: #2C3E50;
    }
.content-container{
    min-height: 100px;
    font-family: 'PFBeauSansPro';
}
body {
    transform: none !important;
}
body{
    /*padding-top: 48px;
    padding-left: 100px;
    padding-right: 100px;*/
    background: #f6f6f6;
    margin: 0;
    user-select: none;

}
input[type="number"] {
    -webkit-appearance: inner-spin-button;
    -moz-appearance: inner-spin-button;
    appearance: inner-spin-button;
}
button[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button{
    white-space: nowrap;
}
.container-fluid{
    width: 100%;
}
.navbar{
    max-width: 1393px;
    margin: auto;
}
  @keyframes slidein {
  from {

    left: -80%;
  }

  to {

    left: 0%;
  }
}
    @keyframes shadow {
  from {

    background: rgba(0,0,0,0);
  }

  to {

    background: rgba(0,0,0,0.2);
  }
}
@keyframes slidetop {
  from {

    max-height: 0;
  }

  to {

    max-height: 1000px;
  }
}
/* Жесткая фиксация размеров */
    @media (max-width: 279px) {
      html {
        display: inline-block;
        width: 280px !important;
        min-width: 280px !important;
        overflow-x: scroll !important;
      }
      body {
        display: inline-block;
        width: 280px !important;
        min-width: 280px !important;
        overflow-x: scroll !important;
      }
    
    }
.mp-capts-container{
    margin-bottom: 0px;
}
.cards-row-container-fluid{
    outline: 0px solid red; 
    margin-top: 0;
}
.ww-bw{
    word-wrap: break-word;
}
#burger{
    all: unset;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    display: inline;
    text-align: inherit;
    line-height: inherit;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.mobile-menu-button{
    all: unset;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    display: block;
    text-align: inherit;
    line-height: inherit;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sticky-feedback-bar {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Beau Sans', sans-serif;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    
}

.sfb-ios::after {
    content: '';
    position: absolute;
    bottom: -10vh; /* Простирается на всю высоту viewport */
    left: 0;
    right: 0;
    height: 10vh; /* Высота равна высоте viewport */
    background: #2C3E50; /* Черный цвет */
    z-index: -1; /* Помещаем под основной контент */
    pointer-events: none; /* Чтобы не блокировал клики */
}
.sticky-feedback-bar p {
    margin: 0;
    font-size: 14px;
  font-weight: 400;
}

.sticky-feedback-bar .feedback-btn {

    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    
  font-weight: 600;
}
.sticky-feedback-bar {
    display: none;
    background: #2C3E50; /* тёмно-синий */
    color: white;
}

.sticky-feedback-bar .feedback-btn {
    background: #8B0000; /* бордовый */
    color: white;
}

@media (max-width: 768px) {
    .section-header__container{
        text-align: center;
    }
    .sticky-feedback-bar{
        display: flex;
    }
    .footer-container{
        /*margin-bottom: 51px;*/
    }
    .mobile-modal{
        display: block;
    }
  .mobile-call-btn {
    display: block;
  }
  #main-form-web {
    display: none;
  }
  
  /* Адаптация мобильной формы */
  .mobile-feedback-form .form-group input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
  }
  .mobile-feedback-form .submit-btn {
    width: 70%;
  }
}
