.wrapper {
	overflow: visible;
	overflow-x: hidden;
}

.categories-list__holder.categories-no-scroll {
	margin-top: 0 !important;
	padding-top: 20px;
}

.no-touch>noindex+.wrapper_holder,
.no-touch>noindex+script+.wrapper_holder {
	padding-top: 300px !important;
    max-width: 1250px;
    margin: 0 auto;
	max-width: 1250px;
    margin: 0 auto;
    width: 100%;
}

.wrapper_holder {
	display: flex;
    flex-direction: column;
	min-height: 100%;
}

.footer {
    margin-top: auto;
}

.no-touch>noindex+.wrapper_holder+.categories-top-text.after,
.no-touch>noindex+.wrapper_holder+.categories-top-text.after+.categories-top-links.background {
	max-width: 1250px;
    margin: 0 auto;
    width: 100%;
    background: #232428;
    padding-left: 20px;
    padding-right: 20px;
}


.search-text input {
	border-radius: 0;
}

.wrapper_holder {
	position: relative;
}

body>noindex+.wrapper_holder:before {
    content: '';
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
	height: 76px;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    background-color: #000000;
	transition: opacity .3s, visibility .3s;

}

.main-search>noindex+.wrapper_holder:before {
	opacity: 0.8;
    visibility: visible;
}

.no-touch>noindex+.wrapper_holder .main,
.no-touch>noindex+script+.wrapper_holder .main {
	margin-top: 0 !important;
}

.no-touch>noindex+.wrapper_holder .view-video_wrap .container {
	padding: 0 20px;
}

@media screen and (min-width: 992px) {
	.no-touch>noindex+.wrapper_holder .header__column,
	.no-touch>noindex+script+.wrapper_holder .header__column {
		margin: 0 0 0 10px;
	}
	.no-touch>noindex+.wrapper_holder .main-nav,
	.no-touch>noindex+script+.wrapper_holder .main-nav {
		margin: 0 0 0 10px;
	}
	.no-touch>noindex+.wrapper_holder .container,
	.no-touch>noindex+script+.wrapper_holder .container  {
		padding-left: 45px;
		padding-right: 45px;
	}

	.no-touch>noindex+.wrapper_holder .container.header__container {
		padding: 0 20px 0 0;
	}

	.no-touch>noindex+.wrapper_holder .main-nav .list-link,
	.no-touch>noindex+script+.wrapper_holder .main-nav .list-link {
		padding: 30px 10px;
		font-size: 14px;
		line-height: 19.2px;
	}

	.no-touch>noindex+.wrapper_holder .user-action__holder .text,
	.no-touch>noindex+script+.wrapper_holder .user-action__holder .text{
		display: none;	
	}

	.no-touch>noindex+.wrapper_holder .search,
	.no-touch>noindex+script+.wrapper_holder .search {
		min-width: 1px;
		width: 100%;
	}

	.no-touch>noindex+.wrapper_holder .categories-items,
	.no-touch>noindex+script+.wrapper_holder .categories-items {
		min-height: calc(100% - 538px);
		height: calc(100% - 538px);
	}
}

@media screen and (max-width: 992px) {
	body.header-fixed>noindex+.wrapper_holder,
	body.header-fixed>noindex+script+.wrapper_holder {
		position: relative;
	}

	body.header-fixed .wrapper_holder .header ,
	body.header-fixed .wrapper_holder .header {
		position: sticky;
		top: 0;
	}
  
	body>noindex+.wrapper_holder main,
	body>noindex+script+.wrapper_holder main {
	  padding-top: 0 !important;
	}

	.drop-cat-menu>noindex+.wrapper_holder .drop-menu_header,
	.drop-cat-menu>noindex+script+.wrapper_holder .drop-menu_header {
		top: 220px;
		height: calc(100% - 222px);
	}

	.drop-cat-menu.header-fixed>noindex+.wrapper_holder .drop-menu_header,
	.drop-cat-menu.header-fixed>noindex+script+.wrapper_holder .drop-menu_header {
		top: 79px;
	}

	.main-search>noindex+.wrapper_holder:before,
	.main-search>noindex+script+.wrapper_holder:before {
		height: 55px;
	}
}


@media screen and (max-width: 640px) {
	body>noindex+.wrapper_holder .main.main__top-space {
		padding: 20px 0 0 !important;
	}
}	
