#bitrix-panel+.header {
	top: 147px;
}
#bitrix-panel #bx-panel {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
}
#bitrix-panel~.main>.main__breadcrumbs, #bitrix-panel~.main>div>.main__breadcrumbs {
	padding: 263px 0 36px;
}
#bitrix-panel~.main .main__about {
	padding: 263px 0 95px 0;
}
@media(min-width: 1024px) {
	#bitrix-panel~.main>.main__breadcrumbs, #bitrix-panel~.main>div>.main__breadcrumbs {
		padding: 335px 0 36px;
	}
	#bitrix-panel~.main .main__about {
		padding: 423px 0 95px 0;
	}
}
#bitrix-panel+.header:before {
	content: '';
    background: #2122449c;
    width: 100%;
    height: 147px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, -100%);
}
#bitrix-panel+.header.header-white:before {
	background: #fff;
}
#bitrix-panel+.header.header_drop_active:before {
	background: #212244;
	transition: background 0.3s ease;
}
/*map*/
/*.map {
	position: relative;
	overflow: hidden;
}
.map__container {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.map-block {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 0px;
	overflow: visible;
	width: 100%;
}

.map-block__container {
	position: relative;
	width: 370px;
	max-width: 100%;
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
}

.map-block__content {
	position: relative;
	z-index: 2;
	margin: 30px 0px 0px 0px;
	max-height: 340px;
	background: #FFFFFF;
	padding: 30px 30px 44px 30px;
	overflow-y: auto;
	width: 100%;
}

.map-block__arrow-left {
	display: none;
}
@media(min-width: 470px) {
	.map-block__arrow-left {
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		width: 30px;
		height: 30px;
		background: #FFFFFF;
		-webkit-transform: translate(50%, -50%) matrix(0.71, -0.71, 0.7, 0.71, 0, 0);
		-ms-transform: translate(50%, -50%) matrix(0.71, -0.71, 0.7, 0.71, 0, 0);
		transform: translate(50%, -50%) matrix(0.71, -0.71, 0.7, 0.71, 0, 0);
		-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
	}
}
.map-block__logo {
	width: 100px;
	height: 40px;
	margin: 0px 0px 18px 0px;
}

.map-block__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 18px 0px;
}

.map-block__button {
	position: relative;
	line-height: 17px;
	cursor: pointer;
	color: #B7B7B7;
	margin: 0px 30px 0px 0px;
}

.map-block__button:last-child {
	margin: 0px 0px 0px 0px;
}

.map-block__button::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 3px;
	background: transparent;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.map-block__button_active {
	color: #212244;
	cursor: default;
}

.map-block__button_active::before {
	background: #212244;
}
.map-block__text {
	line-height: 21px;
}

.map-block__name {
	line-height: 16px;
	margin: 0px 0px 6px 0px;
}

.map-block__address {
	line-height: 18px;
	color: #B7B7B7;
}

.map-block__container-arrows {
	margin: 15px 0px 0px 0px;
}
.docs__fancy .licenses__item-content {
	width: auto;
}*/



/*.checkboxes input {
	z-index: 99;
}*/

.directors__item-container .directors__right {
	flex: 1;
}
.slider-beatiful__item-right-slide {
	display: flex;
	flex-direction: column;
}
.slider-beatiful__item-right-logo-down {
	display: grid;
    margin-top: 20px;
    padding-right: 40px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-rows: 2fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
	position: absolute;
    bottom: 0;
    width: 100%;
}
.slider-beatiful__item-right-logo-down .item {
	display: flex;
    background: #fff;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: fit-content;
}
.slider-beatiful__item-right-logo-down .item img {
	display: block;
	width: auto;
}
@media (max-width: 1024px) {
	.slider-beatiful__item-right-logo-down {
		display: none;
	}
}
.slider-beatiful__item-right-container {
	height: 100%;
}
.slider-beatiful__item-right-container .slick-list {
	height: 100%;
}
.slider-beatiful__item-right-container .slick-track {
	height: 100%;
}
.slider-beatiful__item-right-container .slick-slide {
	padding-bottom: 100px;
}
@media (min-width: 1024px) {
	.slider-beatiful__item-right {
		padding: 60px;
	}
}

.modal__content textarea {
	width: 100%;
    height: 100px;
    resize: none;
	border-radius: 10px;
    padding: 25px 20px 20px;
}
.up__img {
	border: none;
	background: #8cadfa;
	right: 70px;
}
.up__img:hover {
	background: #1a5cf5;
}
.up__img svg {
	width: 16px;
    height: 16px;
}

.main__slider .slider__container {
	max-height: 477px;
	overflow: hidden;
}
.main__slider .slider__container.slick-initialized {
	height: auto;
	overflow: visible
}
@media (max-width: 1320px) {
	.main__slider .slider__container.slick-initialized {
		max-height: none;
	}
}
.main .slider-points__nav-container {
	min-height: 30px;
}
@media (min-width: 1024px) {
	.slider-points__points .points__item {
		margin-right: auto;
	}
}
.main__news-all {
	padding-bottom: 0;
}

@media (max-width: 1170px) {
	.info-black__container .info-black__text br {
		display: none;
	}
}

.main__points.points .points__container {
	justify-content: space-between;
}
@media (min-width: 1440px) {
	.points__item {
		-ms-flex: 0 0 210px;
		flex: 0 0 210px;
	}
}


.points .points__number {
	line-height: 40px;
	font-size: 30px;
}
.points .points__text {
	line-height: 22px;
	font-size: 18px;
}
/*fixes*/
.select__overflow {
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.select__overflow._active {
	display: block;
}
.form__right {
	width: calc(50% - 15px);
}
.upload__info-text {
	max-width: calc(100% - 50px);
	color: #1a5cf5;
}
.upload__info-delete {
	flex: 0 0 20px;
}
.upload__info-text-name {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form__part+.form__part {
	padding-top: 50px;
}
/*=============*/
.main__detail {
	padding: 0px 0px 80px 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.projects__item {
		position: relative;
	}
	.item-project__bg {
		left: 0;
		top: 0;
	}
	.item-project__bg-hover {
		left: 0;
		top: 0;
	}
	.item-project__container {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		z-index: 9999;
	}
	a.button {
		display: table;
	}
	a.button .button__arrow {
		display: table-cell;
		padding: 0 3px;
	}
	.slider-beatiful__item-container {
		height: 698px;
	}
	.slider-beatiful__item-left-container {
		width: 60%;
		margin: 0;
	}
	.up {
		display: none !important; 
	}
	main {
		overflow: hidden;
	}
	.footer__nav {
		margin-right: 60px;
	}
}
/* .main__breadcrumbs {
    padding: 48px 0 0px;
} */
@media (min-width: 1024px) {
	.main__breadcrumbs {
		padding: 188px 0 55px;
	}
}
@media (max-width: 600px) {
	.slider-beatiful__item-left:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #212244;
		opacity: 0.8;
	}
	.news-small__head {
		position: relative;
		font-size: 26px;
		line-height: 30px;
	}
	.news-small__img {
		filter: brightness(0.6);
	}
	.main__breadcrumbs {
		padding: 100px 0 10px;
	}
	.all-nav__dots.dots .dots__item {
		margin: 0 5px 0 0;
		width: 30px;
		height: 30px;
	}
	.all-nav__arrows {
		width: auto;
		margin: 0 0 15px auto;
	}
	.all-nav__arrows .arrows__numbers {
		margin: 0 10px 0 0;
		font-size: 14px;
    	line-height: 24px;
	}
	.all-nav__arrows .arrows__arrow {
		width: 30px;
    	height: 30px;
	}
	.all-nav__arrows .arrows__arrow svg {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 380px) {
	.slider .slider__subtext {
		line-height: 20px;
		font-size: 14px;
	}
	.up__img {
		right: 25px;
		width: 30px;
		height: 30px;
	}
	.up__img svg {
		width: 12px;
		height: 12px;
	}
	.up_fixed .up__container {
		top: -15px;
	}
	/*.footer__nav-item {
		white-space: nowrap;
	}*/
	.footer__nav-block {
		margin: 0 20px 0 0;
	}
}

.detail iframe {
	width: 100%;
}
.tel__text {
	margin-bottom: 0;
}



@media (max-width: 767px) {
	.news-small .news-small__text {
		max-width: 255px;
	}
}
@media (min-width: 768px) {
	.news-small .news-small__text {
		max-width: 485px;
	}
}
@media (min-width: 1024px) {
	.modal-menu .modal-menu__header {
		margin: 0 0 20px 0;
	}
	.modal-menu {
		padding: 60px 0 0;
	}

}
@media (max-width: 500px) {
	h3.slider__text {
		font-size: 21px;
    	line-height: 30px;
	}
}
@media(max-width: 767px) {
	.about .slider__nav {
		bottom: calc(50% + 30px);
		left: 5px;
		width: auto;
		right: 5px;
	}
	.about .slider__nav	.slider__numbers {
		display: none;
	}
	.about	.slider__item {
		padding: 0 25px;
	}
}
.slider-svg .slider-svg__item {
	background: rgb(33 34 68 / 79%);
}
.work__directors-item-position a {
	font-weight: 600;
	line-height: 18px;
	font-size: 12px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.work__directors-item-position {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.work__item.slick-slide {
	height: 0;
}
.work__item.slick-slide.slick-active {
	height: 100%;
}
.about-partners .slick-slide {
	height: 0;
}
.about-partners .slick-slide.slick-active {
	height: 100%;
}
@media(min-width: 768px) {
	.work__directors-item-position a {
		line-height: 26px;
		font-size: 12px;
	}
}
.card__info {
	margin-top: 5px;
	margin-right: 5px;
	align-self: flex-start;
}
/*scrollbar*/
@media(min-width: 1024px) {
	.modal-menu__drop-container {
		scrollbar-width: thin;
		scrollbar-color: #8cadfa #d2dcf3;
	}
	.modal-menu__drop-container::-webkit-scrollbar {
		width: 8px;
		height: 12px;
	}
	.modal-menu__drop-container::-webkit-scrollbar-track {
		background: #d2dcf3;
		border-radius: 20px;
	}
	.modal-menu__drop-container::-webkit-scrollbar-thumb {
		background-color: #8cadfa;
		border-radius: 20px;
		border: 0;
	}
}
@media(min-width: 1024px) and (max-width: 1919px) {
	.tabs__nav::-webkit-scrollbar {
		width: 8px;
		height: 12px;
	}
	.tabs__nav::-webkit-scrollbar-track {
		background: #d2dcf3;
		border-radius: 20px;
	}
	.tabs__nav::-webkit-scrollbar-thumb {
		background-color: #8cadfa;
		border-radius: 20px;
		border:0;
		padding: 5px 0;
	}
}
@media(min-width: 1024px) {
	.tabs__nav::-webkit-scrollbar-thumb:hover, .modal-menu__drop-container::-webkit-scrollbar-thumb:hover {
		background-color: #1a5cf5;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.direction__items {
		width: 100%;
	}
	.direction__item {
		flex: 0 0 45%;
	}
	.about-partners-item__img img {
		width: auto;
		height: auto;
		max-width: 124px;
		max-height: 50px;
	}
	.technical-convoy__links {
		width: 100%;
	}
	.work__img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		width: auto;
		height: auto;
	}
	.work__right {
		overflow: hidden;
	}
	.tabs__nav {
		overflow: hidden;
	}
	.modal__404 {
		color: #ffffff;
	}
}
.modal-404 .modal-menu__close {
	display: none;
}
.captcha-container {
	margin: 0px 0px 20px 0px;
}
@media(max-width: 490px) {
	.captcha-container {
		transform: scale(0.8);
		transform-origin: 0;
	}
}
/*siter*/
.siter {
    overflow: hidden;
}
.footer .siter__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
	transition: none;
}
.siter__logo {
    display: inline-block;
    width: 40px;
    fill: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.siter__link:visited, .siter__link:focus {
    color: #fff;
}
.siter__link span{
    transition: color 0.3s ease-in-out 0s;
    color: inherit;
}
.siter__link:hover span{
    color: #1a5cf5;
}
.siter__link:hover .siter__logo path {
    fill: #1a5cf5;
	
}
.siter__link .siter__logo path {
	transition: inherit;
}
.siter__text--left {
    margin-right: 5px;
}
.siter__text--right {
    margin-left: 5px;
}
@media (min-width: 1024px) {
    .siter__logo {
        transform: rotate(0deg);
    }
    .siter__link:hover .siter__logo {
        transform: rotate(180deg);
    }
}
.modal__recaptcha {
	margin-top: -10px;
	margin-bottom: 10px;
}
.modal__recaptcha .error__text {
	margin: 0px 0px 0px 0px;
}
@media(max-width: 1023px) {
	.modal-menu .header__search .search__close::after, .modal-menu .header__search .search__close:before {
		background: #fff;
	}
}
.for-mobile {
	background: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media(min-width: 600px) {
	.for-mobile {
		display: none;
	}
}
.font-size-48 {
	font-size: 38px;
}
@media(min-width: 1024px) {
	.font-size-48 {
		font-size: 48px;
	}
}
/*new*/
@media(min-width: 601px) {
	.all-nav__arrows {
		margin: 0px 0px 15px 0px;
	}
}
@media(max-width: 320px) {
	.map .ymaps-2-1-79-balloon-content__header {
		margin-top: 20px;
	}
}