body {overflow: hidden;}

.navbar {position: sticky;z-index: 9; border: 1px solid; width: 100%; left: 0;top: 0;display: none;}
.container {max-width: inherit;}
.ib-main-wrapper{
    width: 100%;
    overflow: hidden;
    outline: none;
    /*height dynamic*/
}
.ib-main{
    position: relative;
    width: 2400px;
    padding: 50px 14px 150px 0;
    overflow: hidden;
}
a.cat_item {
    border: 0.5px solid #58585A;
}
.mobile .ib-main-wrapper {overflow: auto;}
.ib-main a{
    float: left;
    width: 224px;
    height: 224px;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 14px 14px;
    cursor: move;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.4s;
    transform: translateY(0);
}
.ib-main a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    content: '';
    background: rgba(0,0,0,0.3);
    transition: ease 0.4s;
}
.ib-main a.cat_item:before ,.ib-main a.brand:before {display: none;}
.ib-main a:nth-child(even) {transform: translateY(105px);}

.ib-main a:hover {
    transition: ease 0.4s;
    transform: translateY(-12px);
}
.ib-main a:hover:before {
transition: ease 0.4s;
background: rgba(0,0,0,0.10);
}
.ib-main a:nth-child(even):hover {transform: translateY(97px);}

.ib-main a.cat_item:before {
  background: url('Category_icon_place_holder.svg') center no-repeat;
  width: 150px;
  height: 150px;
  transition: ease 0.2s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
}
.ib-main a.cat_item:hover:before {
    width: 180px;
    height: 180px;
    transition: ease 0.2s;
}






.brand img {opacity: 0!important;}
.brand {overflow: visible!important;} 
#ma_logo {
    width: 284px;
    height: 169px;
    display: block;
    position: absolute;
    right: -160px;
}
.ib-main a.cat_item h3 {
    color: #0d293b;
    text-shadow: none;
}
.ib-main a h3 {
    position: absolute;
    font-family: 'Oswald', sans-serif;
    z-index: 3;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.44px;
    text-shadow: 0 0 30px rgba(0,0,0,0.3);
    max-width: 150px;
    display: block;
    text-align: center;
}
.ib-main a.ib-loading,
.ib-main a.ib-loading:hover{
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    background-size: 31px 31px;
}
.ib-main a.ib-loading img,
.ib-main a.ib-loading:hover img{
    opacity: 0.5;
}
.ib-main > a.ib-loading > span,
.ib-main a.ib-loading > span{
    display: none;
}
.ib-main a img{
    
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ib-teaser h2{
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    padding-top: 40%;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.ib-teaser h2 span{
    text-transform: none;
    font-size: 16px;
    font-family: Georgia, serif;
    font-style: italic;
    display: block;
}
.ib-content .ib-teaser:hover{
    background: #000;
}
.ib-content-preview{
    position: absolute;
    top: 44px;
    left: 0px;
    background: #000;
    width: 100%;
    height: 630px; /*dynamic*/
    display: none;
}
.ib-content-preview .ib-teaser h2{
    font-size: 50px;
    padding: 85px 40px 20px 40px;
}
.ib-content-preview .ib-teaser span{
    padding: 20px 0px 0px 5px;
    font-size: 22px;
}
.ib-content-full{
    font-family: 'Oswald';
    text-transform: none;
    line-height: 26px;
    margin: 0px 40px;
    border-top: 1px solid #333;
    padding: 20px 0px;
	font-size: 16px;
}
.ib-content-full p{
	padding: 5px 0px;
}
.ib-preview{
    overflow: hidden;
    position: absolute;
    top: 40px;
    display: none;
}
.ib-preview-descr{
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 999;
    font-size: 50px;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.ib-preview img{
	position: absolute;
}
.ib-nav span{
	width: 53px;
	height: 87px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	cursor: pointer;
    text-indent: -9000px;
	opacity: 0.6;
	z-index: 999;
    background: transparent url(../images/nav.png) no-repeat top right;
	right: 10px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ib-nav span.ib-nav-prev{
	background-position: top left;
	left: 10px;
    right: auto;
}
.ib-close{
	top: 7px;
	right: 7px;
	background: transparent url(../images/close.png) no-repeat center center;
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.2;
	z-index: 999;
    text-indent: -9000px;
}
.ib-nav span:hover, .ib-close:hover{
	opacity: 1;
}
.ib-loading-large{
    text-indent: -9000px;
    width: 60px;
    height: 60px;
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.9;
}
.g_nav {
    background: #fff;
    margin: 0px auto;
    width: 260px;
    position: fixed;
    top: 188px;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 2px 5px 8px #00000080;
    display: none;
}
.inn_asdf {
    display: flex;
    padding: 14px 18px; 
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.inn_asdf span {font-weight: 700; font-size: 19px; line-height: 28px;}
.drop_asdf {
    display: none;
    padding: 20px;
    border-top: 1px solid #58585A;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 2px 5px 8px #00000080;
    max-height: 280px;
    overflow: auto;
}
.drop_asdf a {font-weight: 700; font-size: 17px; line-height: 36px;color: #0D293B;display: block;text-align: center;}
.cl_res {display: none;width: 12px;}
.phuoij .cl_res {display: block;}
.phuoij .arr_s {display: none;width: 12px;}
@media (max-width: 1680px) {
    .rag_fads {top: 10%; transform: none;}
    .m_brand svg {height: 180px;}
    
    h1 {margin-bottom: 20px;}
    .drop_asdf {max-height: 80vh; overflow: auto;padding: 10px;}
    .inn_asdf {padding: 10px 15px;}

}
@media (max-width: 680px) {
    .m_brand svg {max-height: inherit;height: inherit;width: 80%;}
    .g_nav {top: 70px;}
}
@media (max-width: 680px) and (min-height: 670px) {
    .drop_asdf {max-height: inherit;}
}

body.stoped .g_nav {display: block;}


/*re chganges 13.06.22*/
.ib-main a, .ib-main-wrapper {
    cursor: url('test4.svg') 32 32, auto!important;
}