

/* Start:/local/templates/manifest/components/bitrix/menu/bootstrap_v5/style.css?176587647613773*/
.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
	background: var(--theme-color-primary);
	color: #fff;
}
a.gamburg {
    display: none;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
	background: transparent;
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 14px 14px;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 23px;
color: #FFFFFF;
	transition: 250ms linear all;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: transparent; }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: #fff;
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	/*box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)*/
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { background: transparent; }

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
left:-150px;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
display:flex;
flex-direction: column;
align-items: flex-start;
padding: 45px 80px 55px 45px;
gap: 15px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 100%;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {

	text-decoration: none;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #868686;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
margin: 30px 0px 0px 0px;
    padding: 0 0 14px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 25px;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
		text-decoration: none;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #000000;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
	top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 14px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 11px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 6px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	/*.bx-top-nav-container { display: none; }*/

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }


}

@media screen and (max-width: 1030px) {
    a.gamburg {
        width: 34px;
        height: 31px;
        background: url("/upload/upload-manifest/gamb.svg") no-repeat;
        background-size: contain;
        float: right;
        display: block;
        margin: 7px 20px 0px 0px;
    }

.bx-nav-list-2-lvl {
    margin: 0;
    padding: 5px 0 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 45px 80px 55px 45px;
    gap: 10px;
}


    a.mobile {
        display: block;
        position: relative;
        z-index: 470;
        background: url("/upload/upload-manifest/close.svg") no-repeat;
        background-size: contain;
    }

.bx-top-nav-container {
        display: none;
        position: relative;
        z-index: 460;
        top: 0;
        right: 0;
        width: 100%;
        height: 200%;
        background: #4D53C6;
        border-radius: 0px 0px 0% 50%;
    }

.bx-nav-list-1-lvl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced, .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced, .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container, .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
    position: absolute;
    top: calc(100% - 5px);
    z-index: 999;
    display: flex;
    background: #fff;
    opacity: 1;
    align-items: stretch;
    left: 0px;
}


}


.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }
/* End */


/* Start:/local/templates/manifest/components/bitrix/menu/menu-footer/style.css?1765876552873*/
/* Left menu*/
ul.footer-menu
{

list-style:none;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 0px;
	position: relative; /*IE bug*/
}

ul.footer-menu li
{
	padding: 10px 16px;
	background:transparent;
}

ul.footer-menu li a
{
	
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #000000;
	text-decoration:none;
}

ul.footer-menu li a:visited
{
	color:#000000;
}

ul.footer-menu li a:hover
{
	color:#000000;
}


ul.footer-menu li a.selected:link,
ul.footer-menu li a.selected:visited,
ul.footer-menu li a.selected:active,
ul.footer-menu li a.selected:hover
{
	color:#000000;
}


@media (max-width:768px) {
ul.footer-menu li {
    padding: 4px 0px;
    background: transparent;
}


ul.footer-menu li a {

font-weight: 600;
font-size: 14px;
line-height: 17px;

	}
}

/* End */


/* Start:/local/templates/manifest/styles.css?176587643717934*/
.main-head {
background: #4D53C6;
width:99%;
}


.desr-w {
width:85%;
}

.com-proj {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 40px;
    padding: 0px 70px;
}


.choose-m {
text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    font-weight: 600;
    color: #c556ce;
}

.title-about-m {
font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
}


.descr-hoch {
color: #064291;
    font-family: 'Montserrat';
    font-size: 25px;
    text-align: center;
    line-height: 29px;
    margin: 30px;
    display: flex;
    justify-content: center;
}

.about-man {
    display: flex;
    flex-direction: column;
    padding: 70px;
    gap: 20px;
    width: 90%;
    text-align: justify;
}

.textm-about {
font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #000;
}


.we {
position: relative; 
z-index: 500;
background-image: url("/upload/tog.svg");
background-position:center;
background-size:100%;
background-repeat:no-repeat;
height: 800px;
}

.master-section {
padding:70px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
    width: 90%;
    margin-left: 70px !important;
}

.block2-head {
display:grid;
grid-template-columns: 50% 50%;
}

.head-contact {
    padding: 30px 70px;
}


.row-cont-ind {
display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.row-btn {
display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.btn-sup {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 18px 20px;
background: #FFFFFF;
border-radius: 10px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20px;
color: #3F43A0;
}

.head-email {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;}


.img-email {
margin-right:7px;
}


.else-butn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 18px 50px 18px 50px;
background: #4D53C6;
border: 2px solid #FFFFFF;
box-shadow: inset 0px 0px 10.4px #FFFFFF;
border-radius: 10px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
}

.logo-text {
font-family:  MontserratAlternates;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 35px;
color: #FFFFFF;
}

.logo-grid {
display: grid;
    grid-template-columns: 17% 70%;
    align-items: center; }


.blue-foot {
background: #4D53C6;
padding: 30px 70px;
}


.main-footer {
/*position: fixed;*/
    bottom: 0;
    left: 0;
    right: 0;
}

.title-docs-ind-foot {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 54px;
color: #FFFFFF;
}

.row-btn-foot-docs {
display: flex;
    justify-content: space-between;
}

.btn-footer {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px 0px 0px 22px;
gap: 20px;
border: 2px solid #FFFFFF;
border-radius: 10px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 27px;
color: #FFFFFF;
}

.foot-docs {
display: flex;
    flex-direction: column;
    gap: 25px;
}

.white-footer {
background: #fff;
    display: flex;
    gap: 50px;
    padding: 30px 70px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.descr-adress-footer {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #6C6C6C;
}

.title-adress-footer {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 54px;
color: #000000;
}

.soc-btn-footer {
display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-soc {
display: flex;
    justify-content: space-around;
}

.btn-soc {
    border: 3px solid #BFC3FF;
    border-radius: 20px;
    padding: 15px 15px 15px 10px;
}

.btn-soc1 {
    border: 3px solid #BFC3FF;
    border-radius: 20px;
    padding: 18px 15px 15px 15px;
}

.descr-footer {
display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.body-main {
    background: #fff;
    width: 99%;
}

.foot-rectangle {
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(227, 227, 227, 0.3) 100%);
transform: rotate(180deg);
height: 32px;
width:100%;
}


.title-block {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 61px;
text-transform: uppercase;
color: #4D53C6;
}

.all-news {
font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.real-ind {
background: url(/upload/upload-manifest/bac-real.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 1071px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 990;
}

.real-title {
font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 58.5714px;
    line-height: 71px;
    color: #FFFFFF;
margin:0px;
width: 25%;
    text-align: center;
background: #4c53cde0;
    box-shadow: 1px 1px 16px 16px #4c53cde0;
}

#pagetitle {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 60px;
line-height: 54px;
text-align: center;
color: #4D53C6;
}

.inner-contm {
padding:70px  282px;
}

.inner-mgrid {
    display: grid;
    grid-template-columns: 25% 75%;
    padding: 70px;
    gap: 70px;
}

.chit-iakge-title {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 61px;
padding: 0px 60px;
text-transform: uppercase;
color: #4D53C6;
}


.grid-zap {
    display:flex;
width: 100%;
    justify-content: space-evenly;
}

.link-flex {
display: flex;
    flex-direction: column;
    align-items: center;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 37px;
text-align: center;
color: #000000;
}

.next-flex {
display: flex;
    flex-direction: column;
    align-items: center;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 37px;
text-align: center;
color: #000000;
}

.zap {
display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
    margin: -200px 80px 100px 80px;
}

.col-news-el {
    display: grid;
    grid-template-columns: 45% 55%;
    padding: 120px 70px 80px 70px;
}

.p-all-news-el {
font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    color: #000000;
    align-items: center;
    justify-content: flex-end;
gap:8px;
}

.com-pod {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0px;
}


.title-podp {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 54px;
text-align: center;
text-transform: uppercase;
color: #000000;
    width: 45%;
}

.add-el-pod {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 280px;
    margin-top: 70px;
}

.tg-podp {
    background: #229ED9;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    padding: 10px 40px 10px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.vk-pr {
    background: #0077FF;
    border-radius: 20px;
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
     gap: 50px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 50px 10px 20px;
}

.h-p {
margin-left:10%;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 54px;
color: #313131;
}


.help-block-title {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 54px;
color: #313131;
margin: 1.5% 0% 1% 10%;
}

.fl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 50px 20%;
    gap: 10px;
    background: #5847da;
position:relative;
z-index:500;
}

.block-m-title {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 54px;
text-transform: uppercase;
color: #4D53C6;
    text-align: center;
    margin-bottom: 80px;
}


.ind-car {
padding:0px 0px 0px 70px;
}


.fl-round {
   background: url(/upload/Union.svg), linear-gradient(180.81deg, rgba(77, 83, 198, 0) 4.92%, rgba(77, 83, 198, 0.54) 52.86%, rgb(88 71 218) 91.43%, #5847da 99.3%);
    /* filter: blur(50px); */

    height: 300px;
    margin-top: -340px;
    position: relative;
    z-index: 200;
}


.n5 {
display: flex;
    justify-content: space-between;
    padding-right: 70px;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
padding: 70px 70px 70px 0px;
}

.n5  a {
display: flex;
    justify-content: space-between;
    padding-right: 70px;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
padding: 70px 70px 70px 0px;
text-decoration:none;
}

.doc-com {
display: flex;
flex-direction: column;
align-items: center;
padding: 90px 80px;
gap: 90px;
}


.title-block-docs {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 54px;
text-align: center;
text-transform: uppercase;
color: #4D53C6;
}

.bl17 {
position: relative;
z-index: 500;
background-image: url("/upload/tog2.svg");
background-repeat: no-repeat;
background-position:center;
height:800px;
background-size:100%;
}

.block-ot {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 54px;
color: #4D53C6;
}


.title-rub-menu {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 27px;
color: #4D53C6;
margin: 50px 0px 20px 30px;
}

    .tab-content {
    display: none;
  }
	.tab {
	padding:50px 350px;
}
  .tab-content:target {
    display: block;
  }

	.tab-nav {
display: flex;
    padding: 20px 460px;
    gap: 30px;
    justify-content: center;
    align-items: center;
	}

	.tab-link {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 30px;
color: #000000;

	}

@media (max-width:767px) {
.inner-mgrid {
display:flex;
flex-direction:column;
padding:10px;
gap:20px;
}


.choose-m {
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    font-weight: 600;
    color: #c556ce;
}

.desr-w {
width:100%;
}

.descr-hoch {
color: #064291;
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: center;
    line-height: 29px;
    margin: 30px;
    display: flex;
    justify-content: center;
}

.master-section {
    padding: 20px;
}



.tab-nav {
    display: flex;
    padding: 20px 40px;
    gap: 10px;
    justify-content: center;
    align-items: center;
}


.tab {
    padding: 20px;
}

.tab-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
    width: 90%;
    margin-left: 10px !important;
}

.h-p {
font-weight: 600;
font-size: 18px;
line-height: 54px;
	}

.real-title {
font-weight: 700;
font-size: 30px;
line-height: 37px;
    width: 90%;
	}

.real-ind {
height:548px;
	}

.row-btn {
    display: grid;
    gap: 8px;
     grid-template-columns: 33% 48% 17%;
}


.block-m-title {
font-weight: 700;
font-size: 30px;
line-height: 37px;
text-align: center;

		}

.ind-car {
padding:20px;
margin-top:-400px
	}


.title-block-docs {
font-weight: 700;
font-size: 30px;
line-height: 37px;
	}

.fl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 20px;
    gap: 10px;
    background: #4D53C6;
    position: relative;
    z-index: 500;
}
#pagetitle {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 30px;
text-align: left;
color: #4D53C6;
        padding: 0px 0px 0px 30px;
}

.title-rub-menu {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #4D53C6;
    margin: 20px 0px;
    text-align: center;
}
.chit-iakge-title {
font-weight: 700;
font-size: 25px;
line-height: 30px;
padding: 0px 20px;
}

.logo-grid {
    display: grid;
    grid-template-columns: 28% 72%;
    align-items: center;
}

.logo-text {
    font-family: MontserratAlternates;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
}

.email-head {
display:none;
	}

.head-contact {
    padding: 20px;
}
.block2-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
	}

.inner-contm {padding: 20px;}

iframe {
    border: 0;
    width: 280px;
padding-left:0px!important
}

.btn-sup {
padding: 12px 10px;
gap: 4px;
background: #FFFFFF;
border-radius: 7px;
font-weight: 600;
font-size: 11px;
line-height: 13px;
color: #3F43A0;
	}

.else-butn {
padding: 10px;
gap: 4px;
border-radius: 7px;
font-weight: 600;
font-size: 11px;
line-height: 13px;
	}

.lm {
width:60px;
	}
.we {
    position: relative;
    z-index: 500;
    background-image: url(/upload/tog.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
}

.bl17 {
    position: relative;
    z-index: 500;
    background-image: url(/upload/tog2.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
    background-size: cover;
}
.n5-all {
display:none;
	}
.n5 {
padding:20px 0px;
	}

.title-adress-footer {
font-weight: 600;
font-size: 18px;
line-height: 54px;

	}

.soc-btn-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}


.footer-soc {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.white-footer {
padding:20px;
gap:20px;
	}

.descr-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    flex-direction: column;
}


.descr-adress-footer {
font-weight: 500;
font-size: 14px;
line-height: 17px;
	}

.blue-foot {
    background: #4D53C6;
    padding: 20px;
}

.title-docs-ind-foot {
font-weight: 600;
font-size: 18px;
line-height: 54px;
	}

.btn-footer {
font-weight: 600;
font-size: 16px;
line-height: 20px;
padding: 0px 0px 0px 4px;
    gap: 0px;
	}
.row-btn-foot-docs {
        display: grid;
        grid-template-columns: 57% 43%;
        gap: 10px;
	}
.title-podp {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
}

.com-pod {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
}

.add-el-pod {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
    flex-direction: column;
}

.tg-podp {
    background: #229ED9;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    padding: 10px 40px 10px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.vk-pr {
    background: #0077FF;
    border-radius: 20px;
    display: flex;
    font-size: 20px;
    gap: 20px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 50px 10px 20px;
}

.about-man {
padding: 20px;
    width: 100%;
}

.com-proj {
display: flex;
    flex-direction: column;
    padding: 20px;
}

.img-vet {
display:none;
	}
}

@media (min-width:768px) and (max-width: 1200px) {
.inner-mgrid {
display:flex;
flex-direction:column;
padding:10px;
gap:20px;
}

.descr-adress-footer {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #6C6C6C;
}

#pagetitle {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 30px;
text-align: center;
color: #4D53C6;
}

.title-rub-menu {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #4D53C6;
    margin: 20px 0px;
    text-align: center;
}

.chit-iakge-title {
font-weight: 700;
font-size: 25px;
line-height: 30px;
padding: 0px 20px;
}

.inner-contm {
    padding: 20px;
}

.logo-grid {
    display: grid;
    grid-template-columns: 17% 65%;
    align-items: center;
margin:30px 0px 0px 0px;
}

.block2-head {
    display: flex;
       flex-direction: column;
    align-items: flex-start;
}

.row-cont-ind {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    position: absolute;
    top: 20px;
    padding-bottom: 20px;
    flex-direction: row;
}

.row-btn {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
margin-top:20px;
}


.head-contact {
    padding: 20px;
}

iframe {
    border: 0;
    padding: 0px !important;
    width: 740px;
}

.row-btn-foot-docs {
display:grid;
    grid-template-columns: 30% 30% 30%;
    gap: 10px;
	}

.btn-footer {
width:100%;
	}
}

@media (min-width:1201px) and (max-width:1500px) {
.logo-grid {
    display: grid;
    grid-template-columns: 20% 70%;
    align-items: center;
}
/* End */
/* /local/templates/manifest/components/bitrix/menu/bootstrap_v5/style.css?176587647613773 */
/* /local/templates/manifest/components/bitrix/menu/menu-footer/style.css?1765876552873 */
/* /local/templates/manifest/styles.css?176587643717934 */
