/* Брендирование */
#wrapper {
	padding-top: 0 !important;
}
.branding-desktop {
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 1500px;
    background-position: calc(50% + 1px) 0px;
    background-repeat: no-repeat;
}

.branding-mobile {
    display: none;
}

.branding-active #container {
	background-color: #fff;
	position: relative;
	padding: 20px;
}
.branding-active .tm-wrapper .tm .tm-menu {
	border-right: none;
	border-bottom: none;
}

.branding-active .tm-wrapper {
	position: relative;
}

@media screen and (max-width: 1110px) {
    .branding-desktop {
        background-size: 174vw;
    }
}

@media screen and (max-width: 920px) {
    .branding-desktop {
        background-position: calc(50% + 1px) 30px;
    }
}

@media screen and (max-width: 768px) {
	.branding-active #wrapper {
		padding-top: 0;
	}
	.branding-active #container {
		padding: 20px 10px !important;
	}

	.main-navbar .navbar.navbar-default
	{
		border: 0;
		box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
	}
	body.branding-active {
		min-width: 320px;
	}
	.branding-active .tm {
		margin-bottom: 0 !important;
	}

	.branding-desktop {
		display: none;
	}
	.branding-mobile {
		display: block;
		z-index: 5;
		text-align: center;
		width:100%;
	}
}
@media (min-width:1380px)
{

	.branding-active #container {
		max-width:1280px;
	}
}
