@charset "UTF-8";

#panel {
position: absolute!important;
top:0;
left:0;
width:100%;
z-index:1031!important;
}

.fw-100 {
font-weight: 100!important;
}
.fw-200 {
font-weight: 200!important;
}
.fw-300 {
font-weight: 300!important;
}
.fw-400 {
font-weight: 400!important;
}
.fw-500 {
font-weight: 500!important;
}
.fw-600 {
font-weight: 600!important;
}
.fw-700 {
font-weight: 700!important;
}
.fw-800 {
font-weight: 800!important;
}
.fw-900 {
font-weight: 900!important;
}

/* CSS Document */
.radius-non {
    border-radius:none!important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
/*Лого партнеров*/
#partners-logo img { 
    display: block;
    border: 1px solid #B31D20;
    padding: 7px;
    margin-right: 14px;
}

.my-10 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important
}
.mt-10 {
  margin-top: 7rem !important;
}
.mb-10 {
  margin-bottom: 7rem !important;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}
.pt-6 {
  padding-top: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}