body.lock {
    overflow-y: hidden;
}

.new-header-mobile {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
	left: 0;
    top: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.new-header-mobile.sticky {
    border-bottom: 1px solid #d7d7d7;
    transition: all 0.3s ease;
}

.volsu-main-container {
    padding: 0 15px;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    min-height: 60px;
}

.header__inner__logo {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("volsu-logo.svg");
}

.burger__menu {
    z-index: 500;
    display: inline;
    position: fixed;
    top: -100vh;
    left: 0;
    height: 0;
    transition: all 0.4s ease;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
    font-family: "Trebuchet MS", sans-serif;
    overflow-y: hidden;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

.burger__menu::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.burger__menu.active {
    left: 0;
    top: 60px;
    height: 100%;
    overflow-y: auto;
    transition: all 0.4s ease;
}

.v-icon {
    transform: rotate(0deg);
    transition-duration: .3s;
}

.v-icon-rotate {
    transform: rotate(180deg);
    transition-duration: .3s;
}

.menu-row:last-of-type {
    margin-bottom: 60px;
}

.menu-row__tab__content {
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 0;
    transition: height 350ms ease;
    overflow: hidden;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
}

.menu-row__tab__content-active {
    margin-bottom: 10px;
}

.menu-row__tab__content a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.menu-row__tab__content a:hover {
    color: #002d46;
}

.menu-row__tab__title {
    color: #002d46;
    outline: none;
    text-align: left;
    outline-offset: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    padding: 10px 0;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    font-weight: 700;
}

.menu-row__tab__title a {
    color: #002d46;
    text-decoration: none;
}


.burger__menu_button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    background-color: #002d46;
    text-decoration: none;
    height: 48px;
    width: 100%;
    margin-bottom: 10px;
}

.burger__menu__content__card-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.menu-card-container {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    user-select: none;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu-card-container::-webkit-scrollbar {
    width: 0; /* ширина scrollbar'a */
    height: 0;
    background: transparent;
}


.menu-card-item:first-of-type {
    margin-left: 15px;
}

.menu-card-item:last-of-type {
    margin-right: 15px;
}

.menu-card-container a:hover {
	color: #fff;
}

.burger__menu_button-container a:hover {
	color: #fff;
}

.menu-card-item-another:hover {
	color: #002d46 !important;
}

@media (min-width: 576px) {
	.burger__menu__content__card-container {
		max-width: 540px;
		padding-left: 15px;
   		padding-right: 15px;
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.menu-card-item:first-of-type {
    	margin-left: 0;
	}

	.menu-card-item:last-of-type {
    	margin-right: 0;
	}
}


@media (min-width: 768px) {
	.burger__menu__content__card-container {
		max-width: 720px;
	}
}


@media (min-width: 992px) {
	.burger__menu__content__card-container {
		max-width: 960px;
	}
}

.menu-card-item {
    font-size: 18px;
    color: #fff;
    background-color: #002d46;
    display: flex;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
    padding: 10px 20px;
    white-space: nowrap;
}

.menu-card-item-another {
    font-size: 16px;
    background-color: unset;
    color: #002d46;
    border: 1px solid #002d46;
}

.header__inner__burger {
    position: relative;
    display: block;
    height: 48px;
    width: 48px;
    z-index: 2;
    
    outline: none;
    outline-offset: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.header__inner__burger:hover {
    cursor: pointer;
}

.burger-top {
    left: -7px;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 9px;
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.burger-bottom {
    left: -7px;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 9px;
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.burger-top__line {
    width: 24px;
    height: 2px;
    left: 7px;
    border-radius: 1px;
    position: absolute;
    background: #002d46;
    top: 14px;
    transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s, -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
    transform: translateY(-3px);
}

.burger-bottom__line {
    width: 24px;
    left: 7px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    background: #002d46;
    bottom: 14px;
    transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s, -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
    transform: translateY(3px);
}

.burger-top.active {
    transform: rotate(45deg);
    transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s, -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
}

.burger-bottom.active {
    transform: rotate(-45deg);
    transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s, -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
}

.burger-top__line.active {
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transform: none;
}

.burger-bottom__line.active {
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transform: none;
}
