    .t360__bar {
        height: 5px;
        background-image: linear-gradient(90deg,#f14e1e 0,#fec762 25%,#0ccf83 50%,#1bbbff 75%,#a159ff);
    }

body::-webkit-scrollbar {
	/* display: none; /* отключаем скроллбар */
	width: 30px; 	/* ширина скроллбара */
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 25px #0b0c1; 	/* цвет внутренней тени */
	background: #0b0c10; 	/* цвет фона */
}
body::-webkit-scrollbar-thumb {
	background-color: #ff0000; 	/* цвет ползунка */
	border-radius: 40px; 	/* скругление бордюра */
	background-image: -webkit-linear-gradient(90deg, #ff0000, #ff0000);
}

    .bnbookTabs__buttons {
        font-family: 'Unbounded';
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
    }
    .bnbookTabs__button {
        font-family: 'Unbounded';
        width: calc(100% - 4px);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        background: #333;
        border: 2px solid #fff;
        transition: all .3s ease;
        cursor: pointer;
        padding: 15px 0;
    }
    .bnbookTabs__button:first-child {border-radius: 20px 0 0 20px;}
    .bnbookTabs__button:last-child {border-radius: 0 20px 20px 0;}
    .bnbookTabs__button.active {
        color: #0b0c10;
        background: #fff;
    }
    .bnbookTabs__content {padding-top: 30px;}
    .bnbook-loading {
        position: relative;
        overflow: hidden;
    }
    .bnbook-loading::after {
        background: rgba(11, 12, 16, .4);
        transition: opacity .3s ease;
        backdrop-filter: blur(3px);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: auto;
        content: "";
        z-index: 1010;
    }
    .bnbookTabs__content-block {display: none;}
    .bnbookTabs__content-block.active {display: block;}
    .bnbookTabs__content-block.active[data-id="another"] {display: flex; justify-content: center; align-items: center;}
    .uc-bnovo .t-container {position: relative;}
    @media screen and (min-width: 980px) {
        #div_for__bn_widget_adaptive {width: 100%; max-width: 100%; margin: auto;}
        #absolute_div_for__bn_widget_adaptive {position: absolute; width: calc(100% - 40px); max-width: 100%; z-index: 10;}
        .div_for__bn_widget_adaptive {height: 50px;}
        .bnbookTabs__reviews {margin-top: -50px;}
    }
    @media screen and (max-width: 980px) {
        .bnbookTabs__button {font-size: 16px;}
        #div_for__bn_widget_adaptive {width: 100%; max-width: 100%; margin: auto;}
        #absolute_div_for__bn_widget_adaptive {position: relative; width: 100%; max-width: 100%; z-index: 10;}
    }

[href="#flow"] .t142__submit {
  background: linear-gradient(
    100deg,
    rgba(182, 217, 255, 1) 0%,
    rgba(226, 182, 255, 1) 24%,
    rgba(255, 165, 165, 1) 50%,
    rgba(255, 213, 155, 1) 77%,
    rgba(255, 155, 155, 1) 100%
  );
  background-size: 500%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}

body::-webkit-scrollbar {
	/* display: none; /* отключаем скроллбар */
	width: 30px; 	/* ширина скроллбара */
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 25px #0b0c1; 	/* цвет внутренней тени */
	background: #0b0c10; 	/* цвет фона */
}
body::-webkit-scrollbar-thumb {
	background-color: #ff0000; 	/* цвет ползунка */
	border-radius: 40px; 	/* скругление бордюра */
	background-image: -webkit-linear-gradient(90deg, #ff0000, #ff0000);
}

