:root {
	--main: #004077;
}
.btn {
	border: 1px solid #fff;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: var(--main);
    border-color: var(--main);
}
.btn:hover {
	background: var(--hover);
}

body {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 500;
	color: #6b6561;
	min-width: 320px;
	overflow-x: hidden;
}
/* header */
#header{
	position: relative;
	max-width: 1230px;
    margin: 0 auto;
    padding: 0;
	width: 100%;
    height: 189px;
	box-sizing: border-box;
}
.top-header{
	background-image: url(/wp-content/themes/voodootheme/images/fon_shapka.jpg);
	background-repeat: no-repeat;
	padding:0;
}
img{
	max-width: 100%;
    height: auto;
	box-sizing: border-box;
}
.logo-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 500px;
}
.logo {
  display: flex;
  align-items: center;
}
#fbbr-logo{
	position: absolute;
    z-index: 10;
    top: 12px;
    right: 0;
}
#slogan{
	position: absolute;
    z-index: 10;
    top: 15px;
    left: 148px;
}
#logo-medal{
	position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
#samson-logo{
	position: absolute;
    z-index: 10;
    top: 46px;
    left: 144px;
}
#logo-ifbb{
	position: absolute;
    z-index: 10;
    top: 50px;
    right: 195px;
}
.ifbb{
	background-position: 0 -160px;
    height: 37px;
    width: 108px;
	display: block;
}
.icon{
	background-image: url(/wp-content/themes/voodootheme/images/icons-s416e461686.png);
	display: inline-block;
    vertical-align: middle;
}
.head-menu{
	margin: 0;
    padding: 0;
    list-style: none;
	position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
}
ul.head-menu{
	overflow: visible;
}
.head-menu a,.salesdepartment-menu a{
	display: block;
    padding: 9px 8px 8px;
    background-size: 100%;
    background-image: linear-gradient(#ee0200,#9a0100);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
}
.head-menu li, .salesdepartment-menu li{
	position: relative;
    float: none;
    display: inline-block;
}
#item1{
	width: 125px;
	margin-right: 7px;
	text-align: center;
}
#item2{
	width: 106px;
	text-align: center;
}
.submenu{
	top: 100%;
	right: 0;
	display: none;
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 20;
    text-align: left;
    background: #f5e8cf;
    /*border-bottom: 1px solid #ddd6ca;*/
}
.head-menu .first > ul{
	left: 0;
}
.submenu li{
	top: 100%;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 238px;
	border-bottom: 1px solid #ddd6ca;
}
.submenu li a:hover{
	color: #cc9640;
}
.isdesktop .expanded:hover .submenu{
	display: block;
}
.isdesktop #menu1:hover {
	background-image: linear-gradient(#fd570a,#c9210b);
}
.leaf a{
	padding: 5px 15px;
	background: #f5e8cf;
	font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
	display: block;
	text-decoration: none;
    text-transform: none;
	box-sizing: border-box;
}
#menu1{
	border-radius: 5px 5px 0 0;
}
.main_slider{
	max-width: none;
    width: 100%;
    height: auto;
	margin-bottom: 20px;
}
.mainsl_img{
	height: 100%;
	object-fit: cover;
}
.slick-slide{
	height: 480px;
}
.content-main .slider_2_arrows, .content-main .arrows-muzei{  
	position: absolute;
	top: 610px;
	width: 100%;
	margin: 0 auto;
}
.page-news .arrows-news{
	top: 330px;
}
.slider_2_arrows svg, .arrows-muzei svg{
	fill: #c6c4c2;
	cursor: pointer;
	height: 35px;
    width: 36px;
}
.slider_2_arrows svg:hover, .arrows-muzei svg:hover  {
    fill: #ffffff;
}
.arrow-left{
	float: left;
	margin-left: 111px;
}
.arrow-right{
	float: right;
	margin-right: 111px;
}
/* front-page */
.cont-info, .content-main{
	overflow: auto;
	background-image: url(/wp-content/themes/voodootheme/images/background-photo.jpg);
}
.main-info{
	max-width: 1230px;
	margin: 0 auto;
	padding: 10px 0 40px;
}
.main-info::after {
	content: "";
	display: table;
	clear: both;
}
.content_text, .content{
	max-width: 1230px;
	width: 100%;
	padding: 30px 28px;
    background-color: #fff;
	float: right;
	margin-bottom: 10px;
}
.content-main{
	overflow-x: hidden;
	min-height: 1300px;
}
.content_text h2, .content h2{
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
	padding: 0 15px;
	margin-bottom: 30px;
}
.content_text h4, .content h4{
	color:#000;
	font-size: 16px;
	line-height: 1.2;
}
.content_text p, .content p{
	font-size: 14px;
	line-height: 1.71428;
	margin: 0 0 1em;
}
.content_text a{
	color: #cc9640;
    outline: 0;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.sidebar-left {
    width: 320px;
	margin: 0;
    padding: 0;
	float: left;
}
#social_media{
	margin: 0;
    padding: 0;
    overflow: hidden;
	float: left;
}
#log-media{
	list-style-type: none;
	float: left;
    margin-right: 10px;
}
.i-vk {
	border-radius: 5px;
    background-color: #4a74a7;
    background-position: 0 -633px;
    height: 67px;
    width: 67px;
}
.i-vk:hover, .i-yt:hover{
	box-shadow: 3px 8px 15px rgba(0, 0, 0, 0.5);
}
.i-yt {
	border-radius: 5px;
    background-color: #d52929;
    background-position: 0 -700px;
    height: 67px;
    width: 67px;
}
#menu-sidebar #menu-sidebar2{
	margin: 0px;
    padding: 0px;
    list-style: none;
	
}
#menu-sidebar li{
	display: block;
    position: relative;
	width: 100%; 
    background: #fff;
	color: #000;
}
.menu-item a{
	display: block;
	width: 100%; 
    padding: 14px 46px 15px;
    line-height: 1.2;
    font-size: 14px;
    text-decoration: none;
	text-transform: uppercase;
    border-bottom: 1px solid #ddd6ca;
}
.menu-item a:hover{
	color: #cc9640;
}
.sub-menu{
	list-style: none;
    padding: 0;
    margin: 0;
    display: none; 
    position: static;
    background: #f5e8cf;
}
.sub-menu a{
	background: #f5e8cf;
	display: block;
    padding: 14px 46px 15px;
    color: #000;
    text-transform: none;
}
/* sidebar */
#menu-sidebar{
	margin-bottom: 10px;
	margin-top: 0;
}
.sidebar-menu li.menu-item-has-children > a{
    line-height: 1.2;
    font-size: 14px;
    text-decoration: none;
}
.menu ul a:hover{
    color: #cc9640;
}
.sidebar-menu li.menu-item-has-children > a .icon.i-plus {
    display: none;
}

.sidebar-menu li.menu-item-has-children > a::before {
    content: ""; 
    position: absolute;
    top: 14px;
    left: 15px;
    z-index: 20;
    background-position: 0 -297px;
    height: 16px;
    width: 16px;
    background-image: url('/wp-content/themes/voodootheme/images/icons-s416e461686.png'); 
    cursor: pointer;
}
.sidebar-menu li.menu-item-has-children.open > a:before{
    background-position: 0 -281px;
    height: 16px;
    width: 16px;
    background-image: url('/wp-content/themes/voodootheme/images/icons-s416e461686.png'); 
}
.sidebar-menu ul.sub-menu {
    display: none;
}
.sidebar-menu li.menu-item-has-children.open > ul.sub-menu {
    display: block;
}
.sub-menu .current-menu-item > a, #menu-sidebar .current-menu-item, #menu-sidebar .current-menu-parent, #menu-sidebar2 li.current-menu-item, #menu-sidebar2 li.current-menu-parent, .selected-news-item a{ 
	color: #cc9640;
}
#menu-sidebar2{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #241416;
}
#menu-sidebar2 a{
	padding: 14px 46px 15px;
	width: 100%; 
}
#menu-sidebar2 li{
	color: #fff;
	width: 100%; 
}
.sidebar-left .side-logos{
	background-color: #241416;
	padding: 14px 14px 8px;
	margin-right: 14px;
	width: 100%; 
	margin-bottom: 10px;
	display: inline-block;
}
.sidebar-left .side-logos a{
	margin: 0 5px 10px 5px;
}
li#menu-item-843, li#menu-item-844{
	display: none;
}
#log-media a {
	margin: 0;
}
.side-log-cont{
	text-align: center;
	margin-bottom: 0px;
	width: calc(100% - 87px);
	float: left;
}
.i-fbb{
    background-position: 0 -133px;
    height: 27px;
    width: 62px;
}
.fbbp{
	background-position: 0 -91px;
    height: 27px;
    width: 79px
}
.yfo{
	background-position: 0 -606px;
    height: 27px;
    width: 67px;
}
.skfo{
	background-position: 0 -313px;
    height: 27px;
    width: 80px;
}
.side-form{
	padding: 0 20px 40px;
    background: #fff;
}
.form-container{
	padding: 0 20px 40px;
    background: #fff;
}
.form-container h2{
	padding-top: 30px;
    margin: 0 0 15px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
form{
    color: #6b6561;
    font-size: 12px;
    line-height: 1.2;
}
form input{
	margin-bottom: 15px;
}
form textarea{
    width: 100%;
    height: 85px;
	margin-bottom: 15px;
}
form p{
	line-height: 1.2;
	font-size: 12px;
}
form .form-subm{
	border-radius: 3px;
	padding: 10px 18px 11px;
    border: none;
    background: #cc9640;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
}
form .form-subm:hover{
	background: #e1bc65;
    text-decoration: none;
}
form .subm-cont{
	margin-top: 17px;
    text-align: center;
}
form a{
	color: #cc9640;
    line-height: inherit;
    text-decoration: underline;
}
/* НОВОСТИ */
.news-item h3{
	margin: 0;
}
.news-item a:hover .news-title{
	/*color: #6b6561;*/
}
.news-item .news-date, .foto-date{
	margin: 13px 15px 0;
    padding: 0;
    font-size: 12px;
}
/*СОРЕВНОВАНИЯ*/
.wp-block-post-date{
	margin-bottom: 12px;
}
.news-item .news-title, .foto-title, .muzei-title, .festivals-title, .treninghalls-title, .treninghalls-number, .salesdepartment-title{
	margin: 10px 15px;
    padding: 0;
    font-size: 16px;
	color: inherit;
}
.treninghalls-title, .salesdepartment-title, .festivals-title {
	font-size: 19px;
}
.muzei-title {
	font-size: 19px;
}
.all-new-links{
	padding-top: 24px;
    margin-left: 2px;
	clear: both;
}
.all-new-links a:hover{
	background: #b7a38a;
}
.all-new-links a{
	padding: 11px 18px 12px;
    background: rgba(183,163,138,0.58);
    border: 1px solid #ddd6ca;
    text-transform: none;
    color: #000;
    font-size: 14px;
}
/* footer */
.footer{
	font-size: 12px;
    color: #e3cb91;
	background: #241416;
	clear: both;
    position: relative;
}
.foot-cont:after {
	content: '';
	display: table;
	width: 100%;
}
.foot-cont{
    padding-top: 15px;
    padding-bottom: 15px;
	max-width: 1230px;
	margin: 0 auto
}
.foot-cont p{
	font-size: 12px;
	max-width: 180px;
	float: left;
    width: 100%;
	padding-top: 17px;
}
.footer .side-logos{
	padding: 0 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .privacy{
	float: left;
	margin: 0 20px;
	line-height: 27px;
}
.footer .privacy:hover {
    text-decoration: underline;
}
.sidelogos-cont{
	margin: 0 auto;
    height: auto;
    text-align: center;
	float: left;
	width: 600px;
	padding-left: 20px;
	padding-right: 20px;
}
.company {
	float: left;
	line-height: 27px;
}
.footer >.foot-cont{
	height: 100%;
    padding-top: 25px;
	padding-bottom: 25px;
}
.foot-text{
	width: auto;
    float: right;
}
#logo-voodoo {
	margin-top: 0;
}
/* ККФББ САМСОН */
.info{
	
    float: right;
    width: calc(100% - 350px);
}
.post_title{
	margin: 0 0 31px;
    padding: 30px 28px 0;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
	text-transform: uppercase;
}
.wp-block-button__link{
	padding: 12px 18px 12px;
    background: transparent;
    border: 1px solid #ddd6ca;
	border-radius: 3px;
    text-transform: none;
    color: #000;
    font-size: 12px;
}
.wp-block-button__link:hover{
	background: #b7a38a;
}
.wp-block-group {
   display: none;
}
/* Состав федерации */
.persons-block{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.person-photo{
	max-width: 150px;
	min-width: 150px;
}
.person-photo img{
	padding: 5px 12px;
	width: 150px;
	height: auto;
}
.person-photo img{
	padding: 0;
}
.wp-block-lazyblock-persony {
	margin-bottom: 10px;
}
.person-text{
	font-size: 14px;
	
	padding: 5px 5px 5px 25px;
}
.content .person_title{
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	line-height: 20px;
	margin: 0;
}
.content h5{
	font-size: 14px;
	
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: 500;
}
.content h5:first-child{
	margin-top: 0;
}
.content h5{
	font-size: 14px;
	
}
.content .description{
	line-height: 27px;
	margin-top: 40px;
}
.description ul{
	list-style-type: none;
}
/* Устав федерации */
object{
	display: none;
}
.size-large{
	float: left;
    margin: 0 5px 10px;
	width: 131px;
	height: auto;
}

.wp-block-file:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url('/wp-content/themes/voodootheme/images/icons-s416e461686.png');
	background-position: 0 -118px;
    height: 16px;
    width: 12px;	
	margin-right: 5px;
	position: relative;
    top: -1px;
}
/* Юридические адреса и т.д. */
h4.wp-block-heading{
	margin-top: 0;
	margin-bottom: 50px;
	font-weight: 500;
}
.content a{
	color: #cc9640;
    outline: 0;
    text-decoration: underline; 
}
.content a:hover{
	text-decoration: none;
}

/* Соревнования */
.main_sorevnovaniya, .main_fotogalereya, .main_muzei, .main_festivals, .main_treninghalls,.main_salesdepartment{
	display: flex;
	flex-wrap: wrap; 
	/*width: 630px;*/
	width: 100%;
}
.main_salesdepartment {
	margin: 10px -10px 0;
	display: inline-block;
}
.salesdepartment-menu li {
	width: 112px;
	text-align: center;
}
.sorevnovaniya-item, .fotogalereya-item, .muzei-item, .news-item, .festivals-item, .treninghalls-item, .salesdepartment-item{
	float: left;
	/*
    max-width: 100%;
    max-width: 305px;
	min-width: 305px;
	*/
    height: 330px;
    margin: 0 10px 10px 10px;
    background-color: #fff;
	width: calc(33.33% - 20px);
	color: #000;
}
.fotogalereya-item,.sorevnovaniya-item, .muzei-item, .salesdepartment-item,.festivals-item  {
	height: 280px;
}
.sorevnovaniya-item:hover, .fotogalereya-item:hover, .muzei-item:hover, .news-item:hover, .festivals-item:hover, .treninghalls-item:hover, .salesdepartment-item:hover {
	color: #cc9640;
}
.news-cont {
	margin: 10px -10px 0;
}
.news-cont:after, .info:after {
	content: '';
	display: table;
	width: 100%;
}
.news-section {
	display: inline-block;
    width: 100%;
}
.sorevnovaniya_img{
	margin-bottom: 13px;
}
.sorevnovaniya_title{
	    padding-left: 22px;
    padding-right: 60px;
    margin: 0;
    min-height: 66px;
    
    font-size: 19px;
    font-weight: 500;
    line-height: 1.1;
    overflow: hidden;
}
/* Календарные планы соревнований */
.singl-cont h2{
	text-align: center;
    font-size: 22px;
	margin-bottom: 18px;
	color: #000;
	padding-top: 0;
	margin-top: 0;
	font-weight: 500;
    line-height: 1.2;
}
.singl-cont h3{
    font-size: 18px;
	text-align: center;
	color: #000;
    line-height: 2;
	
}
h3.wp-block-heading{
	margin-bottom: 40px;
}
/* Правила соревнований */
.singl-cont h4 {
	margin: 50px 0 16px;
	font-weight: 500;
}
.singl-cont h4:first-child{
	margin-top: 0;
}
/* ФОТОГАЛЕРЕЯ */
.foto-title{
	font-size: 19px;
}
.fotogalereya-item:hover .foto-title{
	
}
.gt3-photo-gallery-pro--isotope_gallery .gallery-isotope-wrapper .img-wrapper img {
	width: auto;
}
.gt3-photo-gallery-pro--isotope_gallery{
	margin-bottom: 10px;
}
/* МУЗЕИ */
h3.wp-block-heading{
	margin-top: 0;
}
.wp-block-list{
	line-height: 1.7;
	margin-left: 15px;
}
.wp-block-list li{
	padding-left: 5px;
}
.wp-block-buttons{
	margin-bottom: 14px;
}
.slider-muzei .slide{
	height: auto;
	margin-bottom: 21px;
}
.regular-page .arrows-muzei{
	top: 570px;
}
.regular-pages .arrows-muzei{
	top: 570px;
}
.arrows-muzei .arrow-left{
	margin-left: 20px;
}
.arrows-muzei .arrow-right{
	margin-right: 75px;
}
.wp-block-button a{
	color:#000;
	text-decoration: none;
}
.content .mb{
	margin-bottom: 20px;
	color:#000;
}
.wp-block-image{
	margin-bottom: 25px;
}
/*НОВОСТИ*/
.pagination{
    padding-bottom: 15px;
    padding-top: 20px;
	padding-left: 10px;
	clear: both;
}
.next:hover, .prev:hover{
	color: #6b6561;
}
.regular-page .arrows-news{
	top: 325px;
}
.wp-block-embed{
	padding: 12px 18px 12px;
    border: 1px solid #ddd6ca;
    text-transform: none;
    color: #000;
    font-size: 12px;
}
h1.wp-block-heading{
	font-size: 24px;
	color:#000;
}
.has-text-align-center{
	
	font-size: 18px;
	line-height: 2.5;
}
h6.wp-block-heading{
	font-size: 14px;
    line-height: 1.71428;
	font-weight: 500;
	margin-bottom: 1em;
}
/*ФЕСТИВАЛИ*/
.festivals-cont .persons-block{
	
	margin-bottom: 0;
	border-bottom: none;
}
.festivals-cont p{
	font-size: 16px;
	color:#000;
	margin-bottom: 30px;
	font-weight: 600;
}
.festivals-info .wp-block-lazyblock-persony:last-child{
	
}
.festivals-cont  .person-photo{
	
}
.festivals-item:hover .festivals-title{
	
}
/*ТРЕНАЖЁРНЫЕ ЗАЛЫ*/
.treninghalls-address{
	margin: 0 15px;
}
.treninghalls-number{
	width: 160px;
    margin-top: 5px;
}
.trenninghalls h4{
	margin-bottom: 16px;
}
/*КОНТАКТЫ*/
.regular-pages-maps .content{
	display:block;
	float: unset;
}
/*ТОРГОВЫЙ ОТДЕЛ*/
.salesdepartment-menu{
	margin: 0;

}
.salesdepartment-menu a{
	padding: 16px 8px 12px;
}
.salesdepartment-menu a:hover{
	background-image: linear-gradient(#fd570a, #c9210b);
}
.salesdepartment-menu .expanded{
	cursor: pointer;
}
.head-menu .submenu li a {
	line-height: 1.5;
}
.wp-block-file a {
	text-decoration: underline;
	    font-size: 14px;
    font-weight: 700;
}
.wp-block-file a:hover {
	text-decoration: none;
}
.gt3-photo-gallery-pro--isotope_gallery .gallery-grid.rectangle-3x2 .img-wrapper {
    padding-top: 100%;
}
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 20px;
	right: 20px;
  width: auto;
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 100;
}

#cookie_notification p{
  margin: 0;
      font-size: 16px;
  text-align: left;
  color: #000;
}
#cookie_notification p a{
color: #486f89;
}
#cookie_notification p:first-child {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.cookie_accept {
    margin-top: 10px;
	border: 0;
	font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
    outline: none;
    text-decoration: none;
    background-color: #d0e2ee;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    border-radius: 4px;
	cursor: pointer;
}
.show {
	display:block !important;
}
.wpcf7-acceptance {
	font-size: 14px;
}
.wpcf7-acceptance input {
	height: auto !important;
	width: auto !important;
	margin: 0 10px 0 0 !important;
	float: left !important;
	position: relative;
    top: 3px;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0 0 15px 0;
	text-align: start;
}
.wpcf7-acceptance a {
	text-decoration: underline;
}
.wpcf7-acceptance a:hover {
	text-decoration: none;
}
.wpcf7-form p.mini {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: start;
	margin-top: 7px;
}
.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0px;
    top: auto;
    bottom: -1px;
    width: 100%;
    text-align: start;
}
.wpcf7-form-control-wrap {
    position: relative;
	    display: block;
}

@media (max-width: 950px){
	.sorevnovaniya-item, .fotogalereya-item, .muzei-item, .news-item, .festivals-item, .treninghalls-item, .salesdepartment-item {
		width: calc(100% - 20px);
	}
	.menu-sidebar2-container, .go-top-arrow, .logo-menu, .sidebar-menu li.menu-item-has-children > a::before, .mainsl_img_mob{
		display: none;
	}
	.head-menu{
		display: none;
	}
	header{
		z-index: unset;
	}
	#fbbr-logo {
		max-width: 112px;
		top: 50px;
		margin-right: 15px;
	}
	#logo-ifbb {
		top: 130px;
		right: 80px;
	}
	#samson-logo{
		top: 63px;
		left: 155px;
		width: 410px
	}
	.c-hamburger--htx.is-active{
		z-index: 200;
		top: 6.5px;;
	}
	.mainsl_img, .slick-slide{
		height: 384px;
	}
	.content-main .slider_2_arrows{
		top: 520px;
	}
	.arrow-left{
		margin-left: 30px;
	}
	.arrow-right{
		margin-right: 30px;
	}
	.regular-pages .arrows-muzei{
		top: 570px;
	}
	.page-news .arrows-news{
		top: 330px;
	}
	.info{
		margin: 0 auto;
		float: unset;
		width: 100%;
	}
	.cont-info{
		padding-left: 20px;
		padding-right: 20px;
	}
	.menu-sidebar-container{
		position: absolute;
        top: 54px;
        right: -100%;
        width: 100%;
        height: auto;
        transition: right ease 0.5s;
		z-index: 100;
	}
	.menu-sidebar-container.show{
		right: 0;
	}
	li#menu-item-843, li#menu-item-844{
		display: block;
	}
	#item1, #item2{
		width: unset;
		text-align: unset;
		margin-right: 0;
	}
	.sidebar-menu li.menu-item-home::before {
		content: "Меню";
		position: absolute;
		bottom: 40px;
		padding: 15px 20px;
		font-size: 20px;
		background-color: #fff;
		width: 100%;
		border-bottom: 1px solid #ddd6ca;
		z-index: 150;
		box-sizing: border-box;
		color: black;
	}
	.menu-item a, .expanded a{
		text-transform: none;
		padding: 8px 0px 8px 20px;
		line-height: 1.71428;
	}
	.up{
		top: 1409px;
	}
	.current-menu-item >a{
		color: #e8ae52;
	}
	.sidebar-menu ul.sub-menu {
		display: block;
	}
	#menu-sidebar li{
		background-color: #f5e8cf;
	}
	#menu-sidebar .selected-news-item a{
		padding: 8px 0px 8px 20px;
		line-height: 1.2;
	}
	.sub-menu a{
		background-color: #fff;
	}
	.foot-cont{
		max-width: 880px;
		padding: 15px 10px;
	}
	.sidebar-left{
		margin: 20px auto;
		width: 100%;
		max-width: 620px;
		float: unset;
	}
	#social_media{
		padding-left: 0;
		padding-bottom: 10px;
		padding-top: 0px;
	}
	#log-media{
		margin-right: 5px;
	}
	.all-new-links{
		display: inline-block;
		margin-bottom: 30px;
	}
	.footer .side-logos{
		padding: 0 20px;
	}
	.sidelogos-cont{
		padding-top: 10px;
	}
	.footer .yfo, .footer .skfo{
		margin-bottom: 0;
	}
	.news-row{
		width: 305px;
		margin-left: auto;
		margin-right: auto;
	}
	.news-item, .info-news .news-row, .regular-pages .news-row{
		width: unset;
	}
	.salesdepartment-menu .expanded a{
		text-transform: uppercase;
		padding-right: 20px;
	}
}
@media(max-width: 770px){
	#logo-medal, #fbbr-logo, .ifbb, #slogan, .main_slider, .content-main .slider_2_arrows{
		display: none;
	}
	#header{
		padding-top: 10px;
		padding-bottom: 10px;
		height: 50px;
	}
	#samson-logo{
		position: static;
		margin: 0;
		padding-left: 20px;
		width: 142px;
	}
	.content_text{
		float: unset;
		padding: 15px 15px;
	}
	.main_sorevnovaniya, .main_fotogalereya, .main_muzei, .news-section, .main_festivals, .main_treninghalls, .main_salesdepartment{
		width: 305px;
		float:none;
		margin: 0 auto;
		display: block;
	}
	.main-info{
		padding: 0px 15px;
		padding-top: 15px;
		margin-bottom: 50px;
	}
	.regular-pages .arrows-muzei{
		display: block;
		top: 550px;
	}
	.regular-pages .slick-slide img, .page-news .slick-slide img{
		width: 700px;
	}
	.page-news .arrows-news{
		display: block;
		top: 280px;
	}
	.person-text{
		padding-left: 20px;
	}
	.person-photo img{
		padding: 5px 0;
	}
	.footer{
		height: auto;
	}
	.foot-cont p{
		float: unset;
		text-align: center;
		max-width: none;
		margin-bottom: 10px;
		padding-left: 0;
	}
	.foot-cont {
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
	}
	.sidelogos-cont, .foot-text{
		float: unset;
		margin: 0 auto;
		max-width: 470px;
		text-align: center;
		width: unset;
	}
	.sidelogos-cont{
		margin-bottom: 20px;
		width: 100%;
		flex-direction: column;
		display: flex;
	}
	.footer .side-logos{
		padding: 0;
	}
	.footer .privacy, #logo-voodoo{
		float: unset;
	}
	.footer .privacy {
		float: unset;
        margin: 10px 0;
		width: 100%;
		display: inline-block;
	}
	.post_title{
		text-align: center;
	}
	.arrows-muzei .arrow-right{
		margin-right: 45px;
	}
	.salesdepartment-menu .expanded a{
		padding: 15px;
	}
}
@media(max-width: 560px){
	.page-news .arrows-news{
		top: 250px;
	}
	.regular-pages .arrows-muzei{
		top: 540px;
	}
}
@media(max-width: 500px){
	.regular-pages .arrows-muzei{
		top: 555px;
	}
	.page-news .arrows-news{
		top: 200px;
	}
	.persons-block{
		display: block;
		margin-bottom: 30px;
	}
	.person-text{
		text-align: center;
	}
	.content .description{
		margin-top: 15px;
	}
	.person-photo, .content .person_title{
		margin: 0 auto;
	}
}
@media(max-width: 410px){
	.sidelogos-cont{
		display: block;
		
	}
	.footer .side-logos{
		display: block;
		margin-right: 0px;
	}
	.footer .side-logos a{
		margin: 5px 10px;
	}
	.regular-pages .arrows-muzei{
		display: block;
		top: 130px;
	}
	.slider-page{
		position: relative;
	} 
	.page-news .arrows-news{
		top: 130px;
	}
	.clearfix .news-item{
		max-width: 270px;
		min-width: 270px;
	}
	.clearfix .news-section,.clearfix .news-row{
		width: 270px;
		    display: block;
	}
	.arrows-muzei .arrow-right {
        margin-right: 20px;
	}
}
@media(max-width: 377px){
	.regular-pages .arrows-muzei{
		top: 120px;
	}
	.page-news .arrows-news {
		top: 110px;
	}
}
@media(max-width: 355px){
	.regular-pages .arrows-muzei{
		top: 100px;
	}
}