/** mobile **/
@media (max-width:1600px){
}
@media (max-width:1400px){
}
@media (max-width:1260px) {
	.sidelogos-cont {
		width: 400px;
	}
	.footer .side-logos {
		padding: 0;
	}
	.footer >.foot-cont {
		padding: 25px 20px;
	}
	.main-info {
		padding: 10px 20px 40px;
	}
	.sorevnovaniya-item, .fotogalereya-item, .muzei-item, .news-item, .festivals-item, .treninghalls-item, .salesdepartment-item {
		width: calc(50% - 20px);
		max-width: 305px;
	}
}
@media (max-width:950px){
	.privacy a {
    margin-right: 0;
    width: 100%;
    display: inline-block;
}
	.sidelogos-cont {
		width: 100%;
		margin: 20px 0;
        padding: 0;
	}
	.company {
		float: unset;
		width: 100%;
		display: inline-block;
	}
	.sorevnovaniya-item, .fotogalereya-item, .muzei-item, .news-item, .festivals-item, .treninghalls-item, .salesdepartment-item {
        width: calc(100% - 20px);
        max-width: 305px;
		margin-bottom: 20px;
    }
	.cont-info .main-info {
		padding-left: 0;
		padding-right: 0;
	}
	.logo-container {
    display: inline-block;
	}
	.sandwich{
		display: block;
		float: unset;
		position: absolute;
		right: 10px;
		top: 0;
	}
	.c-hamburger {
			z-index: 10;
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 56px;
	  height: 38px;
	  font-size: 0;
	  text-indent: -9999px;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  border: none;
	  cursor: pointer;
	  transition: background 0.3s;
	  border-radius: 5px;
	}
	 
	.c-hamburger:focus {
	  outline: none;
	}
	.c-hamburger span {
	  display: block;
	  position: absolute;
	  top: 17px;
		left: 8px;
		right: 8px;
	  height: 3px;
	  background: #cc9640;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #fff;
	  content: "";
	}
	.c-hamburger span::before { background-color: #cc9640;}
	.c-hamburger span::after {background-color: #cc9640;width: 50%;}
	.c-hamburger span::before {
	  top: -10px;
	}
	 
	.c-hamburger span::after {
	  bottom: -10px;
	}

	.c-hamburger--htx {
	  background-color: unset;
		right: 0;
		top: 130px;
		
	}
	 
	.c-hamburger--htx span {
	  transition: background 0s 0.3s;
	}
	 
	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after {
	  transition-duration: 0.3s, 0.3s;
	  transition-delay: 0.3s, 0s;
	}
	 
	.c-hamburger--htx span::before {
	  transition-property: top, transform;
	}
	 
	.c-hamburger--htx span::after {
	  transition-property: bottom, transform;
	}

	.c-hamburger--htx.is-active {
	  background-color: unset;
	}
	 
	.c-hamburger--htx.is-active span {
	  background: none;
	}
	 
	.c-hamburger--htx.is-active span::before {
	  top: 0;
	  transform: rotate(45deg);
	  background-color: #000;
	  
	}
	 
	.c-hamburger--htx.is-active span::after {
	  bottom: 0;
	  transform: rotate(-45deg);
	  width: 100%;
	  background-color: #000;
	}
	 
	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
}
@media(max-width: 770px){
	.c-hamburger--htx {
		top: 6.5px; 
	}
}