@font-face {
    font-family: pf-regular;
    src: url('/docs/fonts/PFSquareSansPro-Regular.woff');
}
@font-face {
    font-family: pf-medium;
    src: url('/docs/fonts/PFSquareSansPro-Medium.woff');
}
@font-face {
    font-family: Radiotechnika;
    src: url('/docs/fonts/Radiotechnika.ttf');
}

@font-face {
    font-family: Liana;
    src: url('/docs/fonts/Liana.ttf');
}

@font-face {
    font-family: Interphases;
    src: url('/docs/fonts/TT-Interphases-Regular.otf');
}

@font-face {
    font-family: OnlineTwoPro;
    src: url('/docs/fonts/Online_Two_Pro.ttf');
}


body {
    font-family: 'pf-regular', sans-serif;
    color: #000000;
    line-height: 1.1;

    /* letter-spacing: 1px; */
}

h2, .h2 {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-family: 'pf-medium', sans-serif;
    padding-top: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EA3C13;
    font-weight: normal;
    letter-spacing: 0.7px;
}
.navbar-nav .nav-item   {
    font-family: 'Radiotechnika', sans-serif;
}
.dropdown-menu{
    background-color:black;
    border: 1px white solid;
    border-radius: 0;
}

.dropdown-menu .dropdown-item{
    color: white;
    padding: 1rem;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: black;
}
.dropdown-item:active{
    background-color:white;
}
.dark_img{
   /* background-image: url('/docs/img/icon/fon.png');
    background-size: 100% 100%; */
}

.breadcrumb{
    font-size: 16px; 
    color: black;
}

.breadcrumb-item.active{
    color: black;
}


.list-kat-dob img.but-fon{
    width: 100%;
    height: 100%;
}

.list-kat-dob {
    color: white;
    font-family: 'Radiotechnika', sans-serif;
    font-size: calc(5px + 1vw); 
    line-height: 1.5;
}


.main-gray-menu {
    padding: 22px 0 15px;
    background: #ededed;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-family: 'pf-regular', sans-serif;
}

.b-services__list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.b-services__item {
    float: left;
    list-style: none;
    margin: 4px 2px;

    width: 15%;
    text-align: center;
    border-right: 1px solid #d9dadc;
    line-height: 16px;
    text-transform: uppercase;
    color: #999ea5;
    padding: 10px 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

.b-services__item-img {
    height: 83px;
    background: no-repeat center top;
    display: block;
}

.list-dobavki{
    background-color: #333333c2;
    font-family: 'Radiotechnika', sans-serif;
    color: white;
    line-height: 150%;
    /*font-size: 1.3rem;*/
}
.list-dobavki a{
   /* color:#EA3C13;*/
   font-size: 1.5rem;
}

.modal-black{
    background-color: #333333;
    border-radius: 0;
}

.modal-black .modal-title{
    font-family: 'Radiotechnika';
    color: white;
}

.modal-black .modal-header .btn-close
{
    filter: invert(1) grayscale(1) brightness(2);
}

.modal-black .modal-header{
    border-bottom: none;
}

.modal-black .modal-footer{
    border-top: none;
    justify-content: center;
}
.form-control{
border-radius: 0;
}
.b-services__item:hover .b-services__item-img, .b-services__item:hover a{
    color: #717479;
    background-position: center bottom;
}

.news-column .news-text .date-news {
    font-family: 'pf-medium', sans-serif;
    font-size: 11px;
    color: #EA3C13;
}

.news-column .news-text{
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 10px 0 8px;
}


.title-promo{
    text-transform: uppercase;
    border-bottom: 1px solid #EA3C13;
    margin-bottom: 15px;
    display: table;
    font-size: 20px;
    margin-top: 0;
}


.footer {
    font-family: 'Radiotechnika';
    letter-spacing: 1px;
    line-height: 2.5;
    color: white;
    
}
/* меньше md*/
@media (max-width: 767.98px) {
    .footer {
      font-size: 0.8rem;
    }
}

/* меньше sm*/
@media (max-width: 575.98px) {
  .footer {
      font-size: 0.7rem;
    }
}



.banner .promoslog {
    font-family: 'Liana', sans-serif;
    color: #EA3C13;
    font-size: xx-large;
}

.banner .title{
    font-family: 'Radiotechnika';

}

.banner .carousel-caption {
    right: 0;
    left: 0;
}

.btn-orange{
background-color:#FF3906;
color:white;
border-radius:0;
}
.btn:hover{
  color: white;
  background-color: #d72d02;
  border-color: #d72d02;
}

.ceo-block {
  background-color: #000;
  color: #fff;
  padding: 40px;
}
.ceo-block .container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.ceo-photo {
  width: 250px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}
.ceo-text {
  flex: 1;
  max-width: 600px;
}
.ceo-text p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.ceo-text .signature {
  font-weight: bold;
  margin-top: 20px;
}
