

/* Start:/bitrix/templates/khanbass/components/bitrix/menu/main-menu/style.css?17488017314544*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin: 15px 0 0 0; padding:0;
	list-style:none;
	font-size:14px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: max-content;
	/*font-size:90%*/
}

#horizontal-multilevel-menu li
{
	transition: all 0.1s ease;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color: #fff;
	padding: 8px 20px;
	font-weight: 600;
	margin-right: 40px;
	border: 1px solid transparent;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background: #D1ED00;
	color: #9747FF;
	padding: 8px 20px;
	border-radius: 15px;
	font-weight: 600;
	margin-right: 40px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background: transparent;
	color: #fff;
	border-radius: 15px;
	font-weight: 600;
	padding: 8px 20px 8px 20px;
	margin-right: 40px;
	border: 1px solid #D1ED00;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/khanbass/components/bitrix/menu/main-menu/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/khanbass/components/bitrix/menu/main-menu/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width: min-content;
	background:#7e59ce;
	border-radius: 10px;
	padding: 10px;
	transition: all 0.1s ease;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width: 115px;
	padding: 5px 15px;
	background: #D1ED00;
	margin: 5px 0;
	border-radius: 10px;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#9747FF;
	font-weight: 600;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/bitrix/templates/khanbass/template_styles.css?175558023719152*/
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;

}
a {
    all: unset;
    cursor: pointer;
}
.container {
    max-width: 1280px;
    width: 100%;
    min-height: 100%;
    padding: 0 20px;
    display: flex;
    margin: 70px auto;
    flex-direction: column;
}
h1 {
    font-size: 74px;
    font-weight: 800;
    margin: 40px 0;
}
h2 {
    font-size: 54px;
    font-weight: 800;
    margin: 0 0 50px;
}
h3 {
    font-size: 44px;
    font-weight: 800;
    margin: 40px 0;
}
h4 {
    font-size: 34px;
    font-weight: 800;
    margin: 20px 0;
}
.logo-cint {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
    
}
.logo-cint-cont {
    border: 1px solid transparent;
    transition: 0.1s all ease;
    border-radius: 10px;
    padding: 5px;
    width: max-content;
    display: flex;
    align-items: center;
}
.logo-cint-cont:hover {
    border: 1px solid #9747FF;
}
.logo-cint img {
    width: 100px;
    margin: 0 15px;
}
.main-org {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.main-org-el {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 75px;
}
.main-org-img {
    width: 50px;
    margin-right: 10px;
}
.main-org-text {
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.text {
    margin-bottom: 15px;
    line-height: 25px;
}
.purple {
    color: #62388A;
}
.purple-href {
    color: #9747FF;
}
.purple-href:hover {
    color: #D1ED00;
}
.container-full {
    max-width: 100%;
    width: 100%;
    display: flex;
    margin: auto;
    position: relative;
}
.main-banner {
    background: linear-gradient(
          rgba(0, 0, 0, 0.4),
          rgba(0, 0, 0, 0.4)
        ),
        url('/bitrix/templates/khanbass/images/fon-banner.png');
    background-size: cover;
    background-position: 0 40%;
    padding-bottom: 20px;
}
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px; /* высота волны */
  background: white;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0,96L48,112C96,128,192,160,288,176C384,192,480,192,576,181.3C672,171,768,149,864,154.7C960,160,1056,192,1152,197.3C1248,203,1344,181,1392,170.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"/></svg>') no-repeat;
  mask-size: cover;
}
.wave-def {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px; /* высота волны */
  background: white;
  mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,160 C240,130 480,190 720,160 C960,130 1200,190 1440,160 L1440,320 L0,320 Z'/></svg>") no-repeat;
  mask-size: cover;
}
.wave-rules {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 260px; /* высота волны */
    background: #F0F0F0;
    mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,160 C240,130 480,190 720,160 C960,130 1200,190 1440,160 L1440,320 L0,320 Z'/></svg>") no-repeat;
    mask-size: cover;
}
.wave-purple {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px; /* высота волны */
    background: #62388A;
    mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'><g transform='scale(-1,1) translate(-1440,0)'><path fill='white' d='M0,160 C240,130 480,190 720,160 C960,130 1200,190 1440,160 L1440,320 L0,320 Z'/></g></svg>") no-repeat;
    mask-size: cover;
}
.logo {
    width: 45%;
    margin: 40px 0 10px -25px;
}
.menu{
    color: white;
    margin: 35px 0 55px;
}
.double-outline {
  position: relative;
  color: white;
  z-index: 1;
  line-height: 1.2;
}
/* Ближняя тень — слабая */
.double-outline::before {
  content: attr(data-text);
  position: absolute;
  top: -5px;
  left: -5px;
  color: transparent;
  -webkit-text-stroke: 0.3px rgba(255, 255, 255, 0.5);
  z-index: -2;
}
/* Дальняя тень — сильнее и толще */
.double-outline::after {
  content: attr(data-text);
  position: absolute;
  top: -10px;
  left: -10px;
  color: transparent;
  -webkit-text-stroke: 0.3px rgba(255, 255, 255, 0.3);
  z-index: -3;
}
.green {
    color: #D1ED00;
}
h2 hr {
    height: 1px;
    background-color: #62388A;
    position: absolute;
    width: 100%;
    margin: 0;
}
h3 hr {
    height: 1px;
    background-color: #62388A;
    position: absolute;
    width: 100%;
    margin: 0;
}
.history-block {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 60px;
}
.history-el {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.history-date {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: -15px;
    color: transparent;
    -webkit-text-stroke: 1.5px #62388A;
    font-family: sans-serif;
}
.history-name {
    font-size: 28px;
    font-weight: 800;
}
.burger {
    display: none;
}
.sidebar {
    display: none;
}
.users {
    display: flex; flex-wrap: wrap; gap: 20px;
}
.users-block {
    border: 1px solid #ccc; padding: 15px; border-radius: 10px; width: 250px; text-align: center;background-color: white;
}
.users-foto {
    width: 100px; height: 100px; border-radius: 50%; object-fit: cover;
}
#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  background-color: #F0F0F0;
  color: #62388A;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  z-index: 1000;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
#scrollToTopBtn:hover {
  opacity: 1;
}
.sponsor-main {
    width: 14%;
    margin: 0 15px 25px;
    height: 150px;
    object-fit: contain;
}
.sponsor-main-inf {
    width: 15%;
    margin: 0 15px;
}
.nomination-modal {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.8);
    transition: bottom 0.4s ease;
    z-index: 9999;
    padding: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.nomination-modal.show {
  bottom: 0;
}

.nomination-modal.hidden {
  display: none;
}

.nomination-modal__content {
  text-align: center;
}

#nomination-modal-close {
  margin-top: 10px;
  padding: 10px 40px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
#nomination-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.8);
}
.news-block img {
	height: 155px;
    object-fit: cover;
    object-position: top;
}

@media (min-width: 1900px) {
    .wave {
        height: 295px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 250px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 250px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 250px;
        margin-bottom: -1px;
    }
}

@media (min-width: 1800px) and (max-width: 1899.98px) {
    .wave {
        height: 260px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 220px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 220px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 220px;
        margin-bottom: -1px;
    }
}

@media (min-width: 1700px) and (max-width: 1799.98px) {
    .wave {
        height: 250px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 210px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 210px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 210px;
        margin-bottom: -1px;
    }
}

@media (min-width: 1600px) and (max-width: 1699.98px) {
    .wave {
        height: 230px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 200px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 200px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 200px;
        margin-bottom: -1px;
    }
}

@media (min-width: 1500px) and (max-width: 1599.98px){
    .wave {
        height: 220px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 190px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 190px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 190px;
        margin-bottom: -1px;
    }
}

@media (min-width: 1400px) and (max-width: 1499.98px) {
    html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
    }
    h2 hr {
        width: calc(50vw + 700px);
    }
    .wave {
        height: 210px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 180px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 180px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 180px;
        margin-bottom: -1px;
    }
    h1 {
        margin: 40px 0 25px
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
    }
    .container {
        width: 1140px;
    }
    .wave {
        height: 190px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 180px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 160px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 180px;
        margin-bottom: -1px;
    }
    h2 hr {
        width: calc(50vw + 570px);
    }
    .partners img {
        width: 29%;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
    }
    .container {
        width: 960px;
    }
    .wave {
        height: 150px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 150px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 130px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 150px;
        margin-bottom: -1px;
    }
    h2 hr {
        width: calc(50vw + 480px);
    }
    .nominations {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .nomination-href {
        width: 25%;
    }
    .nomin-banner {
        width: 450px;
        height: 450px;
        margin-top: -30px;
    }
    .partners img {
        width: 100%;
        margin: auto;
    }
    .partners-logo-nom {
        height: auto;
        width: 100%;
        margin-right: 25px;
        margin-bottom: 0;
        justify-content: center;
        align-items: center;
    }
    .comment {
        align-items: flex-start;
    }
    .sponsor-main {
        width: 25%;
    }
    .sponsor-main-inf {
        width: 30%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .col-min {
        width: 33.3%;
    }
    .col-mid {
        width: 50%;
    }
    .col-max {
        width: 100%;
    }
    .html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
    }
    .container {
        width: 720px;
    }
    .wave {
        height: 140px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 120px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 120px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 120px;
        margin-bottom: -1px;
    }
    h2 hr {
        width: calc(50vw + 360px);
    }
    .nominations {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .nomination-href {
        width: 32%;
    }
    .history-block {
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .nomin-banner {
        width: 300px;
        height: 300px;
        margin-top: 0;
    }
    h1 {
        font-size: 54px;
    }
    .lainers-btn {
        padding: 10px 90px;
    }
    .nomin-form-drag {
        width: 100%;
    }
    .captcha-block {
        width: 100%;
    }
    .partners {
        flex-wrap: wrap;
    }
    .partners img {
        width: 60%;
    }
    .partners-logo-nom {
        height: auto;
        width: 60%;
        margin-right: 0;
        margin-bottom: 25px;
        justify-content: center;
    }
    .comment {
        align-items: flex-start;
    }
    .sponsor-main {
        width: 20%;
        margin: 25px 15px;
    }
    .sponsor-main-inf {
        width: 25%;
        margin: 25px 15px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .col-min {
        width: 100%;
    }
    .col-mid {
        width: 100%;
    }
    .html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
    }
    .container {
        width: 540px;
    }
    .wave {
        height: 110px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 100px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 100px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 100px;
        margin-bottom: -1px;
    }
    h2 hr {
        width: calc(50vw + 270px);
    }
    .nominations {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .nomination-href {
        width: 45%;
    }
    .history-block {
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .main-banner {
        background-position: 70% 75%;
    }
    #horizontal-multilevel-menu {
        width: 100%;
        justify-content: space-between;
    }
    #horizontal-multilevel-menu li a.root-item-selected {
        margin-right: 0;
    }
    #horizontal-multilevel-menu li a.root-item {
        margin-right: 0;
    }
    #horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item {
        margin-right: 0;
    }
    .main-org {
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-org-el {
        margin-right: 0;
        width: 50%;
        margin-bottom: 15px;
        justify-content: center;
    }
    .logo {
        width: 80%;
        margin: 10px 0 10px 0;
    }
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 40px;
    }
    h4 {
        font-size: 30px;
    }
    .nomin-about {
        width: 100%;
    }
    .nomin-banner {
        display: none;
    }
    .nomin-form-drag {
        width: 100%;
    }
    .captcha-block {
        width: 100%;
    }
    .partners {
        flex-wrap: wrap;
    }
    .partners img {
        width: 80%;
    }
    .partners-logo-nom {
        height: auto;
        width: 80%;
        margin-right: 0;
        margin-bottom: 25px;
        justify-content: center;
    }
    .comment {
        flex-wrap: wrap;
        justify-content: center;
    }
    .comment-text {
        width: 100%;
    }
    .sponsor-main {
        width: 35%;
        margin: 25px 0;
    }
    .sponsor-main-inf {
        width: 40%;
        margin: 25px 0;
    }
}
@media (max-width: 575.98px) {
    .html {
        overflow-x: hidden;
    }
	.filtr-btn {
	padding: 10px 0;
	width: 100%;
	margin-bottom: 15px;
	}
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        align-items: center;
        margin: 40px auto;
    }
    .wave {
        height: 60px;
        margin-bottom: -1px;
    }
    .wave-rules {
        height: 50px;
        margin-bottom: -1px;
    }
    .wave-purple {
        height: 50px;
        margin-bottom: -1px;
    }
    .wave-def {
        height: 50px;
        margin-bottom: -1px;
    }
    h2 hr {
        width: calc(50vw + 270px);
    }
    .nominations {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .nomination-href {
        width: 100%;
    }
    .nomination-download {
        margin-bottom: 30px;
    }
    .lainers-btn {
        padding: 10px 50px;
    }
    .history-block {
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .main-banner {
        background-position: 10% 75%;
    }
    #horizontal-multilevel-menu {
        display: none;
    }
    .main-org {
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-org-el {
        margin-right: 0;
        width: 50%;
        margin-bottom: 15px;
        justify-content: center;
    }
    .main-org-img {
        width: 35px;
    }
    .main-org-text {
        font-size: 9px;
    }
    .history-el {
        align-items: center;
    }
    .history-date {
        font-size: 40px;
        font-family: Helvetica, sans-serif;
    }
    .history-name {
        font-size: 25px;
    }
    .logo {
        width: 80%;
        margin: 10px 0 10px 0;
    }
    h1 {
        font-size: 44px;
        text-align: center;
    }
    h2 {
        font-size: 25px;
    }
    h4 {
        font-size: 24px;
    }
    .nomin-form-input {
        width: 100%;
    }
    .nomin-about {
        width: 100%;
    }
    .nomin-banner {
        display: none;
    }
    .nomin-form-drag {
        width: 100%;
    }
    .captcha-block {
        width: 100%;
    }
    .captcha-img {
        margin-bottom: 15px;
    }
    .burger {
        display: block;
        font-size: 30px;
        cursor: pointer;
        padding: 2px 10px;
        position: fixed;
        top: 50px;
        left: 10px;
        z-index: 1000;
        background-color: #D1ED00;
        color: #9747FF;
        border-radius: 100px;
    }


    .sidebar {
        position: fixed;
        top: 0;
        left: -100%; 
        width: 100%;
        height: 100%;
        background-color: #9747FF;
        transition: left 0.3s ease;
        padding-top: 60px;
        z-index: 1000;
        display: block;
    }

    .sidebar.active {
        left: 0; 
    }


    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 60px;
        cursor: pointer;
        color: #D1ED00;
    }

    .sidebar a {
        display: block;
        color: #D1ED00;
        text-decoration: none;
        padding: 15px 20px;
        transition: background 0.2s;
    }

    .sidebar a:hover {
        background-color: #D1ED00;
        color: #9747FF;
    }

    .menu-mobile {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 100px;
    }
    .partners {
        flex-wrap: wrap;
    }
    .partners img {
        width: 100%;
    }
    .partners-about {
        text-align: center;
    }
    .partners-about h3 {
        font-size: 35px;
    }
    .partners-logo-nom {
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .comment {
        flex-wrap: wrap;
        justify-content: center;
    }
    .comment-text {
        width: 100%;
    }
    .users {
        justify-content: center;
    }
    .sponsor-main {
        width: 35%;
        margin: 25px 0;
    }
    .sponsor-main-inf {
        width: 40%;
        margin: 25px 0;
    }
}


/* End */
/* /bitrix/templates/khanbass/components/bitrix/menu/main-menu/style.css?17488017314544 */
/* /bitrix/templates/khanbass/template_styles.css?175558023719152 */
