#topHeader2{
	background-color: #ffffff;
	/*height: 100%;*/
	/*max-height: 100%;*/
	clear: both;
	display: flex;
	width: 100%;
	height: 30px;
	max-height: 30px;
}

#topHeader2.color_black{
	background-color: #2b2b2b;
}

#topHeader2 .leftColumn{
	float: left;
}

#topHeader2 .rightColumn{
	float: right;
}

#topHeader2 .slColumn,
#topHeader2 .srColumn{
	float: left;
}

#topHeader2 #topMenu{
	border: 0;
}

#topHeader2 #topMenu .sub {
    background-color: #eeeeee;
}

#topHeader2.color_black #topMenu .sub,
#topHeader2.color_theme #topMenu .sub{
	background-color: #232323;
}

#topHeader2 #topMenu .sub li {
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

#topHeader2.color_black #topMenu .sub li,
#topHeader2.color_theme #topMenu .sub li {
    border-top: 1px solid rgba(0, 0, 0, 0.149);
    border-bottom: 1px solid #303030;
}

#topHeader2 #topMenu .sub li:hover {
    background: #e0e0e0;
}

#topHeader2.color_black #topMenu .sub li:hover,
#topHeader2.color_theme #topMenu .sub li:hover{
	background-color: #1e1e1e;
}

#topHeader2 #topMenu li a:not(:hover):not(.selected){
	color: #000000;
}

#topHeader2.color_black #topMenu li a:not(:hover):not(.selected),
#topHeader2.color_theme #topMenu li a:not(:hover):not(.selected){
    color: #ffffff;
}

#topHeader2.color_theme #topMenu li a:hover{
	color: rgba(255, 255, 255, 0.58);
}

#topHeader2.color_theme #topMenu li .selected {
    color: rgba(255, 255, 255, 0.58);
}

#topHeader2 #topMenu li a:active{
	position: relative;
	top: 1px;
}

#topHeader2 #topService{
	color: #000000;
	border: 0;
}

#topHeader2.color_black #topService{
	color: #ffffff;
}

#topHeader2 #topService li{
	border: 0;
}

#topHeader2 #topService li a:not(:hover):not(.selected){
	color: #000000;
}

#topHeader2.color_black #topService li a:not(:hover):not(.selected),
#topHeader2.color_theme #topService li a:not(:hover):not(.selected){
	color: #ffffff;
}

#topHeader2.color_theme #topService > li > a:hover{
	color: rgba(255, 255, 255, 0.58);
}

#topHeader2 #topService li > a:active{
	position: relative;
	top: 1px;
}

#topHeader2 #topMenu:not(.transfered) > li:first-child a{
	padding-left: 0px;
}

#topHeader2 #topMenu.transfered > li{
	padding-left: 0px;
}

#topHeader2 #topMenu .bar > a{
	background: url(images/menuMore.png) 0 50% no-repeat transparent;
}

#topHeader2 #topMenu .bar > a:hover,
#topHeader2 #topMenu .bar.active > a{
	background: url(images/menuMore.png) -21px 50% no-repeat transparent;
}

#topHeader2.color_black #topMenu .bar > a,
#topHeader2.color_theme #topMenu .bar > a{
	background: url(images/menuMore2.png) 0 50% no-repeat transparent;
}

#topHeader2.color_black #topMenu .bar > a:hover,
#topHeader2.color_black #topMenu .bar.active > a,
#topHeader2.color_theme #topMenu .bar > a:hover,
#topHeader2.color_theme #topMenu .bar.active > a{
	background: url(images/menuMore2.png) -21px 50% no-repeat transparent;
}

#topHeader2.color_theme .user-geo-position-label,
#topHeader2.color_theme .user-geo-position-value,
#topHeader2.color_theme .user-geo-position-value-link{
	color: #ffffff;
}

#topHeader2.color_theme .user-geo-position-value-link:hover{
	color: rgba(255, 255, 255, 0.58);
}

#subHeader2{
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #eaeaea;
	background-color: #ffffff;
	position: relative;
	clear: both;
	z-index:21;
}

#subHeader2.color_black{
	border-top: 1px solid rgba(243, 243, 243, 0.2);
	background-color: #2b2b2b;
}

#subHeader2.color_theme{
	border-top: 1px solid rgba(243, 243, 243, 0.2);
}

#subHeader2 .subTable{
	display: flex;
	align-items: center;
	width: 100%;
}

#subHeader2 .subTableColumn{
	vertical-align: middle;
	display: table-cell;
}

#subHeader2 .subTableColumn:first-child{
	width: 680px;
	flex-shrink: 0;
}

#subHeader2 .subTableColumn:last-child{
	padding-left: 24px;
	text-align: right;
	width: 385px;
	flex-shrink: 0;
}

#subHeader2 .subTableColumn:nth-child(2){
	text-align: center;
	flex-grow: 1;
}

#subHeader2 .subTableColumn:nth-child(3) {
	flex-shrink: 0;
}

/*#subHeader2 .subContainer{*/
/*	overflow: hidden;*/
/*}*/

#subHeader2 #logo{
	width: 208px;
}

#subHeader2 #logo,
#subHeader2 #topHeading{
	border: 0;
}

#subHeader2 #logo,
#subHeader2 #topHeading p{
	text-align: left;
}

#subHeader2 #topHeading p{
	max-height: 60px;
	overflow: hidden;
}

#subHeader2.color_black #topHeading p,
#subHeader2.color_theme #topHeading p{
	color: #ffffff;
}

#subHeader2 #topCallback{
    line-height: 102px;
    list-style: none;
    float: left;
    margin: 0;
}

#subHeader2.color_black #topSearch2 input[placeholder],
#subHeader2.color_theme #topSearch2 input[placeholder]{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: rgba(255, 255, 255, 0.7);
}

#subHeader2.color_black #topSearch2 input::-webkit-input-placeholder,
#subHeader2.color_theme #topSearch2 input::-webkit-input-placeholder{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: rgba(255, 255, 255, 0.7);
}

#subHeader2.color_black #topSearch2 input::-moz-placeholder,
#subHeader2.color_theme #topSearch2 input::-moz-placeholder{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: rgba(255, 255, 255, 0.7);
}

#subHeader2.color_black #topSearch2 input:focus[placeholder],
#subHeader2.color_theme #topSearch2 input:focus[placeholder]{
	color: transparent;
}

#subHeader2.color_black #topSearch2 input:focus::-webkit-input-placeholder,
#subHeader2.color_theme #topSearch2 input:focus::-webkit-input-placeholder{
	color: transparent;
}

#subHeader2.color_black #topSearch2 input::-moz-placeholder,
#subHeader2.color_theme #topSearch2 input::-moz-placeholder{
	color: transparent;
}

#subHeader2 .topWishlist,
#subHeader2 .topCompare,
#subHeader2 .cart{
	vertical-align: middle;
	display: inline-block;
}

#subHeader2 .cart{
	margin-top: -6px;
}

#subHeader2 .topWishlist,
#subHeader2 .topCompare{
	width: 50px;
}

#subHeader2 #topCallback{
    padding: 0 18px;
}

#subHeader2 #topCallback .wrap {
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
}

#subHeader2 #topCallback .icon{
	background: url(images/callbackH2.svg) 0 0 no-repeat transparent;
	border: 1px solid #f3f3f3;
	vertical-align: middle;
	display: inline-block;
	height: 50px;
	width: 50px;
	background-size: 100%;
}


#subHeader2.color_black #topCallback .icon,
#subHeader2.color_theme #topCallback .icon{
	background: url(images/callbackH2W.png) 0 0 no-repeat transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

#subHeader2 #topCallback .icon:active{
	position: relative;
	top: 1px;
}

#subHeader2.color_theme #topCallback .link{
    border-bottom: 1px dashed #ffffff;
	color: #ffffff;
}

#subHeader2.color_theme #topCallback .link:hover{
	opacity: 0.8;
}

#subHeader2 #topCallback .nf{
	vertical-align: middle;
	display: inline-block;
    margin-left: 12px;
}

#subHeader2 #topCallback .heading {
    text-decoration: none;
    padding-top: 4px;
    font-size: 18px;
    display: block;
}

#subHeader2 #topCallback .heading {
    color: #000000;
}

#subHeader2.color_black #topCallback .heading,
#subHeader2.color_theme #topCallback .heading{
	color: #ffffff;
}

#subHeader2 #topCallback .link{
	text-decoration: none;
	font-size: 13px;
}

#subHeader2 #topCallback .link:active{
	position: relative;
	top: 1px;
}

#subHeader2 #searchResult{
	text-align: left;
}

#geo-location-window .geo-location-window-list-item a:not(:hover){
	color: #000000 !important;
}

.topSearchButton {
	display: none;
}

.modal {
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 22;
	background-color: rgba(0, 0, 0, 0.2);
}

.modal.is-active {
	display: block;
}

.modal__inner {
	opacity: 0;
	transition: opacity 0.2s ease;
}

.modal.is-active .modal__inner {
	opacity: 1;
}

.modal .search-block {
	padding: 20px 12px;
	background-color: #fff;
}

@media all and (max-width: 1640px) {
	.header__sber-btn {
		padding: 1.05em 1em;
	}

	#subHeader2 #topHeading {
		display: none;
	}
}

@media all and (max-width: 1580px) {

	#subHeader2 .subTableColumn:first-child {
	    width: 424px;
	}

	#subHeader2 #logo {
	    width: 164px;
	}

	#subHeader2 .cart .adds {
		display: none;
	}

	#subHeader2 #topCallback {
		padding: 0 10px;
	}

	#subHeader2 #topHeading{
		display: none;
	}

	.header__sber-icon {
		width: 18px;
		height: 18px;
	}

	.header__sber-btn {
		font-size: 12px;
	}

	#subHeader2 .topWishlist {
		margin-right: 8px;
	}

	#subHeader2 .topCompare{
		width: 50px;
		margin-right: 12px;
	}

	#subHeader2 .subTableColumn:last-child {
		padding-left: 12px;
		width: 365px;
	}

	.header__sber-img {
		max-width: 110px;
	}


}

@media all and (max-width: 1270px) {

	#subHeader2 .subTableColumn:last-child {
	    width: auto;
	}

	#subHeader2 .subTableColumn:first-child{
		width: 363px;
	}

	#subHeader2 #topCallback .icon{
		display: none;
	}

	#subHeader2 .cart .heading{
		width: 165px;
	}

	#subHeader2 .cart .adds{
		display: none;
	}

	.cart:not(.active) .icon{
		margin-right: 8px;
	}

	#subHeader2 .cartLabel{
		display: none;
	}

	#subHeader2 #logo{
		width: 182px;
	}

	#subHeader2 #topCallback .nf {
		margin-left: 5px;
	}

	#topCallback .nf__text {
		font-size: 11px;
	}

	#subHeader2 #topCallback .heading {
		font-size: 16px;
	}

	#topSearch2 #goSearch {
		width: 30px;
		height: 30px;
		background-size: 14px;
	}

	#topSearch2 #searchQuery {
		background-size: 16px;
		padding-left: 38px;
	}

	.subTableColumn .topWishlist .icon {
		width: 40px;
		height: 40px;
		-webkit-background-size: 18px;
		background-size: 18px;
		background-repeat: no-repeat;
	}

	.subTableColumn .topCompare .icon {
		width: 40px;
		height: 40px;
		background-size: 40px;
	}

	#subHeader2 .cart .heading {
		display: flex;
		align-items: center;
		height: 40px;
	}

	#subHeader2 .cart .icon {
		height: 40px;
		background-size: 20px;
		margin-right: 0;
	}

	#subHeader2 .topWishlist, #subHeader2 .topCompare {
		width: auto;
	}

	#subHeader2 .topCompare {
		margin-right: 8px;
	}
}

@media all and (max-width: 1150px) {

	#subHeader2{
		height: 176px;
	}

	#subHeader2 .topWishlist,
	#subHeader2 .topCompare{
		margin-right: 8px;
	}

	#subHeader2 .subTableColumn:last-child{
		padding-left: 12px;
	}

	#subHeader2 .subTableColumn:last-child{
		width: auto;
	}

	#subHeader2 .subTableColumn:first-child{
		width: auto;
	}

	#subHeader2 .subTableColumn:nth-child(2){
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	    padding: 0 24px;
	    position: absolute;
	    text-align: center;
	    display: block;
	    width: calc(100% - 277px);
	    top: 100px;
	    left: 0;
	}

	#subHeader2 .subTableColumn:nth-child(3) {
		position: absolute;
		right: 24px;
		top: 100px;
	}

	#subHeader2 #topCallback .icon{
		display: inline-block;
	}

	#subHeader2 .cartLabel{
		display: inline;
	}

	#subHeader2 .cart .heading{
		width: 180px;
	}

	#subHeader2 #logo{
		width: 178px;
	}

	#subHeader2 #searchOverlap{
		top: 207px !important;
	}

	#subHeader2 #searchResult{
		left: -15px !important;
		top: 76px !important;
	}

	#subHeader2 .subTable {
		justify-content: space-between;
		flex-flow: wrap;
	}

	.header__sber {
		height: 52px;
	}

}

@media all and (max-width: 1080px) {

	#subHeader2 #topHeading{
		display: none;
	}

	#subHeader2 .subTableColumn:first-child{
		width: auto;
	}

	.header__sber {
		padding-left: 0;
	}
}

@media all and (max-width: 1000px) {

	#subHeader2 #topCallback .icon{
		display: none;
	}

}

@media all and (max-width: 830px) {

	#subHeader2 .cartLabel{
		display: none;
	}

	#subHeader2 .cart .heading{
		width: 180px;
	}

	#subHeader2 .subTableColumn:last-child {
	    width: 311px;
	}

	#subHeader2 .cart .adds{
		display: none;
	}

}

@media all and (max-width: 780px) {

	.cart .heading ins{
		display: none;
	}

	#subHeader2 .cart .heading{
		width: 42px;
		height: 42px;
	}

	#subHeader2 .cart {
		margin-top: 0;
	}

	#subHeader2 .subTableColumn:last-child {
    	width: 181px;
	}

	.cart .icon{
		margin-right: 0px;
	}

}

@media all and (max-width: 700px) {

	#subHeader2 #logo{
		margin-left: 12px;
	}

	#topHeader2 .rightColumn{
		padding-right: 20px;
	}

	#subHeader2 .subTableColumn:last-child{
		padding-right: 12px;
		padding-left: 8px;
		order: -1;
	}

	#subHeader2 .subTableColumn:first-child{
		order: -2;
	}

	#subHeader2 .subTableColumn:nth-child(2){
		padding: 0 12px;
	}

	#subHeader2 .topCompare{
		display: none;
	}

	#subHeader2 .subTableColumn:last-child{
		width: auto;
	}

	#subHeader2 #searchResult{
		left: -10px !important;
	}

	#subHeader2 .subTableColumn:nth-child(3) {
		order: 6;
	}
}

@media all and (max-width: 560px) {

	#subHeader2 .subTableColumn:first-child{
		/*width: 100%;*/
		width: 100%;
	}

	#subHeader2 .subTableColumn:last-child{
		order: 1;
	}

	#subHeader2 .subTableColumn:nth-child(2){
		width: calc(100% -  140px);
	}

	#subHeader2 #topCallback {
	    text-align: right;
	    float: right;
	}

	#topHeader2 #topMenu{
		margin-left: 12px;
	}

	#subHeader2 #logo{
		line-height: 102px;
		height: 102px;
	}

	#topHeader2 .user-geo-position-label{
		display: none;
	}

	#subHeader2 #topCallback{
		margin-right: 12px;
		padding: 0;
	}

	#topHeader2 .top-auth-personal,
	#topHeader2 .top-auth-exit,
	#topHeader2 .top-auth-login,
	#topHeader2 .top-auth-register{
		position: static;
		left: auto;
		top: auto;
	}

	#topHeader2 #topService li{
		display: inline-block;
		/*padding: 0 12px;*/
		float: none;
	}

	#topHeader2 .user-geo-position{
		padding-right: 0px;
	}

	#topHeader2 #topService{
		display: flex;
		text-align: right;
	}

	#topHeader2 #topService .null{
		/*display: none;*/
		padding: 0;
	}

	#subHeader2 #logo{
		padding: 0;
	}

	#topHeader2 .user-geo-position-value-link{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		max-width: 102px;
	}

	#subHeader2 .subTable {
		justify-content: flex-start;
	}

	#topSearchLine {
		display: none;
	}

	.topSearchButton {
		display: block;
		width: 42px;
	}

	#subHeader2 .subTableColumn:nth-child(2) {
		position: initial;
		width: auto;
		flex-grow: 0;
		order: 3;
		padding: 0;
	}

	#subHeader2 .subTableColumn:last-child {
		order: 4;
	}

	#subHeader2 .subTableColumn:nth-child(3) {
		position: initial;
		padding-left: 12px;
		order: 2;
		margin-right: auto;
	}

	.topSearchButton .icon {
		background: url(/bitrix/components/dresscode/search.line/templates/version2/images/searchH2.svg) 0 0 no-repeat transparent;
		background-size: 16px;
		background-position: center center;
		border: 1px solid #f3f3f3;
		display: block;
		height: 42px;
		width: 42px;
		border-radius: 50%;
		margin-right: 0;
	}

	.header__sber-img {
		max-width: 90px;
	}
}

@media all and (max-width: 410px) {

	#topHeader2 #topService li{
		padding: 0 6px;
	}

	#topHeader2 .rightColumn{
		padding-right: 10px;
	}

	#subHeader2 .topWishlist{
		display: none;
	}

	#subHeader2 .subTableColumn:last-child{
		width: 50px;
	}

	#subHeader2 #logo{
		width: calc(100% - 220px);
	}

	#subHeader2 #topCallback .heading{
		font-size: 16px;
	}

	#subHeader2 .cart{
		margin-top: 0px;
	}

	#subHeader2 .topWishlist {
		display: none;
	}

	#subHeader2 .subTableColumn:last-child {
		padding: 0 12px 0 8px;
	}

	#subHeader2 .subTableColumn:nth-child(3) {
		padding: 0 0 0 12px;
	}

}


@media (max-width: 767px) {
	#subHeader2 #topCallback .nf{
		margin-left: 0px;
	}
}

@media all and (max-width: 350px) {
	#topHeader2 #topService li{
		padding: 0 4px;
	}

	#topHeader2 .rightColumn{
		padding-right: 8px;
	}

	#topHeader2 .user-geo-position-value-link{
		max-width: 95px;
	}

	#subHeader2 #topCallback .nf{
		margin-left: 0px;
	}

	#topMenu .bar{
		padding: 0px;
	}

}
