.header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-top: 21px;
	padding-bottom: 22px;
    position: relative;
    z-index: 100;
}

.block_menu_item {
	display: inline-block;
    position: relative;
}
.block_menu_item:hover .section-children {
    display: block;
}
.two-column-list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;	
}
.block_menu {
	display: flex;
	justify-content: space-between;
	width: 510px;
}
.block_references {
	display: flex;
	align-items: center;
}
.block_menu a {
    font-size: 15px;
    line-height: 18px;
    color: #737FA3;
}

.section-children {
    display: none;
}
.section-children {
    position: absolute;
    left: -50px;
    padding-top: 30px;
    z-index: 999;
}
.section-children_wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 11%);
    width: 158px;
    padding: 24px 40px 29px;
    position: relative;
}
.categories_triangle {
    position: absolute;
    left: calc(50% - 5px);
    width: 25px;
    height: 20px;
    overflow: hidden;
    opacity: 1;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    transform: rotate(-67deg);
    transition: opacity 0.4s;
    transition-delay: 0.3s;
    top: -5px;
}
.section-children a {
    display: block;
	font-size: 14px;
	line-height: 30px;
}
.section-children.section-children2 {
	left: -88px;
}
.section-children.section-children2 .section-children_wrap {
	padding-right: 10px;
	width: 230px;
}
.section-children.section-children3 {
	left: -228px;
}
.section-children.section-children3 .section-children_wrap {
	width: 501px;
}
.section-children.section-children3 .children1 {
	width: 50%;
    margin-right: 26px;
}

.login,
.login:hover {
	font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #737FA3;
    padding: 0px 2px;
}
.demo {
	display: block;
	font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #737FA3;
    border: 1px solid #465B95;
    box-sizing: border-box;
    border-radius: 68px;
	width: 146px;
	height: 40px;
	margin-left: 18px;
}
.demo:hover {
	color: #737FA3;
    text-decoration: none;
}

.navbar {
	padding-left: 0;
	padding-right: 0;
}

/* Mobile styles */
.header-mob {
	display: none;
}
.ttk-mobi-login {
	display: none;
	margin-left: auto;
}
.navbar-toggle {
	margin-left: 37px;
}

@media only screen and (max-width : 1269px) {
	.header {
		display: none;
	}
	.header-mob {
		background: #FFFFFF;
		box-shadow: 0px 12px 50px rgb(25 42 89 / 9%);
		display: block;
		padding: 10px 0px;
	}
	.header-mob .demo {
		display: none;
	}
	.header-mob .demo_mobi {
		display: block;
	}
	.navbar-toggle {
		border: 0;
		background: #fff;
		margin-top: -12px;
	}
	.navbar {
		justify-content: flex-start;
	}
	.icon-bar {
		display: block;
		width: 30px;
		height: 2px;
		border-radius: 1px;
		margin-top: 10px;
		background-color: #000;
	}
	.mob-menu {
		list-style: none;
		text-align: center;
		margin: 0;
		padding: 0;
		margin-top: 35px;
	}
	.mob-menu li {
		margin-bottom: 10px;
	}
	.mob-submenu-link,
	.mob-submenu-link:hover,
	.mob-menu-link,
	.mob-menu-link:hover
	{
		color: #737FA3;
	}
	.mob-submenu-link {
		font-size: 15px;
		line-height: 20px;
	}
	.mob-menu-link {
		color: #737FA3;
		font-size: 18px;
		line-height: 42px;
	}
	.accordion {
		padding: 0;
		margin: 0px 10px;
		padding: 35px 0px;
	}
	.accordion li {
		color: #293251;
		font-size: 17px;
		font-style: normal;
		font-weight: normal;
		line-height: 36px;
		list-style-type: none;
		margin: 0;
	}
	.accordion .link {
		cursor: pointer;
		display: inline-block;
		position: relative;
	}
	.accordion li i {
		margin-left: 9px;
		top: 16px;
		left: 0px;
		font-size: 18px;
		color: #737FA3;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.accordion li.open i.fa-sort-desc {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.accordion .submenu {
		padding: 0px;
	}
	.block_references_mobi {
		margin-left: auto;
	}
}
@media (max-width: 767px) {
	.block_references_mobi {
		display: none;
	}
	.ttk-mobi-login {
		display: block;
	}
	.ttk-mobi-login-text {
		display: none;
	}
	.header-mob .demo {
		display: table;
		margin: 0px auto;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.ttk-mobi-brend img {
		height: auto;
		width: 160px;
	}
	.ttk-mobi-login img {
		height: auto;
		width: 25px;
	}
	.icon-bar {
		width: 26px;
	}
	.icon-bar:nth-child(n + 2) {
		margin-top: 7px;
	}
	.navbar-toggle {
		margin-left: 10px;
		margin-top: -6px;
	}
}