@font-face{

  font-family: 'Noto Sans';
  
  src: url('/fonts/NotoSans-VariableFont_wdth\,wght.ttf') format('truetype');

  
  font-weight: normal;
  
  font-style: normal;
  
}
body{
  /* background-color: #72abfe !important; */
    background-image: url(/img/svg/svg_bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 50%;
}
.cd__main{
   display: block !important;
}

.fab-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.fab-container:hover {
  height: 100%;
}
.fab-container:hover .sub-button:nth-child(2) {
  transform: translateY(-80px);
}
.fab-container:hover .sub-button:nth-child(3) {
  transform: translateY(-140px);
}
.fab-container:hover .sub-button:nth-child(4) {
  transform: translateY(-200px);
}
.fab-container:hover .sub-button:nth-child(5) {
  transform: translateY(-260px);
}
.fab-container:hover .sub-button:nth-child(6) {
  transform: translateY(-320px);
}
.fab-container .fab {
  position: relative;
  height: 70px;
  width: 70px;
  background-color: #4ba2ff;
  border-radius: 50%;
  z-index: 2;
}
.fab-container .fab::before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35px;
  width: 35px;
  background-color: inherit;
  border-radius: 0 0 10px 0;
  z-index: -1;
}
.fab-container .fab .fab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.fab-container .fab .fab-content .material-icons {
  color: white;
  font-size: 48px;
}
.fab-container .sub-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  background-color: #4ba2ff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.fab-container .sub-button:hover {
  cursor: pointer;
}
.fab-container .sub-button .material-icons {
  color: white;
  padding-top: 6px;
}
#bggrad{
  /* background: linear-gradient(rgba(13,110,253), rgba(80,158,242,0.8)) */
  background: -webkit-linear-gradient(180deg, rgb(13, 33, 252) 20%, rgb(13, 110, 253) 59%, rgb(109, 161, 238) 95%);
  background: -moz-linear-gradient(180deg, rgb(13, 33, 252) 20%, rgb(13, 110, 253) 59%, rgb(109, 161, 238) 95%);
  background: linear-gradient(180deg, rgb(13, 33, 252) 20%, rgb(13, 110, 253) 59%, rgb(109, 161, 238) 95%);
}
.navheader{
  border-radius: 0 0 2rem 2rem;
}
img{
  border-radius: 1rem 1rem 1rem 1rem;
}
.bl-cen{
  border-radius: 2rem;
  border: 3px solid #858585;
  padding: 15px 35px;
  background-color: rgba(114, 171, 254, 0.5);
}
.lplp{
  border: 2px solid #858585;
  background: #f8f4f1 ;
  color: white;
  -webkit-box-shadow: -5px 0px 15px -3px rgba(114, 171, 254, 1);
  -moz-box-shadow: -5px 0px 15px -3px rgba(114, 171, 254, 1);
  box-shadow: -5px 0px 15px -3px rgba(114, 171, 254, 1);
}
.bpbp{
  
}
.name-card{
  color: black;
}
.btn-colored{
  border: 2px solid;
  border-color: #0D21FC !important;
  /* color: black; */
  color: #0D21FC;
}
.btn-colored:hover{
  background-color: #0D21FC !important;
  color: white;
}
.acc-n{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
#our-exp{
  border: 2px solid #0D21FC !important;
}
.cont-p{
  background: rgba(114, 171, 254, 0.5);
  border-radius: 2rem;
}
.lizing_main{
    display: flex;
    justify-content: center;
}
.lizing_main-bg{
  width: 90%;
}
.osago_main{
  display: flex;
  justify-content: center;
}
.osago_main-bg{
  width: 90%;
}
.igr_main{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.igr{
  height: 100px;
  width: 100px;
}
.igr_two{
  height: 50px;
  width: 50px;
}
.igr_text{
  color: red;
  font-weight: 700;
  font-size: 10px;
}
.btnr{
  background-color: transparent;
  border-color: transparent;
}
.legal-entities_name{
  color:  #014c9a !important;
  font-weight: 700 !important;
  font-size: calc(1.625rem + 1.5vw) !important;
}
.legal-entities_phone{
  color:  #014c9a !important;
  font-weight: 700 !important;
}
.warning {
	position: fixed; 
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: yellow;
}

.warning--active {
	display: flex;
}

.warning__text {
	margin-right: 30px;
}

.warning__read {
	display: block;
	margin-left: 15px;
}
.list-group-item.active{
  z-index: 0 !important;
}

.garland-section-left {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 100px;
  text-align: center;
}