/** mobile **/
@media (max-width:1600px){
}
@media (max-width:1360px){
	.content {
    padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}
}
@media (max-width:1360px){
	.main_contacts {
		width: 100%;
		height: auto;
		float: unset;
	}
	.mc_line {
		width: 33.33%;
		float: left;
	}
	.main_slider {
		float: unset;
		margin: 0 auto;
	}
}
@media (max-width:1200px){
	.wp-block-columns {
    gap: 60px;
}
.menu-item {
    margin-left: 30px;
}
.top-menu .menu-item a {
	font-size: 14px;
}
}
@media (max-width:999px){
	.sandwich {
		display: block;
		top: 8px;
		margin: 0;
		float: unset;
		position: absolute;
		right: 10px;
	}
	.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: #305379;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #305379;
	  content: "";
	}
	.c-hamburger span::before { background-color: #305379;}
	.c-hamburger span::after {background-color: #305379;width: 50%;}
	.c-hamburger span::before {
	  top: -10px;
	}
	 
	.c-hamburger span::after {
	  bottom: -10px;
	}

	.c-hamburger--htx {
	  background-color: unset;
		  position: absolute;
		right: 0;
	}
	 
	.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: #305379;
	}
	 
	.c-hamburger--htx.is-active span::after {
	  bottom: 0;
	  transform: rotate(-45deg);
	  width: 100%;
	}
	 
	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.content {
        padding-left: 20px;
        padding-right: 20px;
	}
	.logo {
    width: 180px;
    height: 58px;
	}
	.head_1 {
        height: auto;
    }
	.top-menu {
		display: none;
	}
	.menu-item {
        margin-left: 0;
        width: 100%;
    }
	.top-menu {
		padding-left: 0;
		padding-top: 20px;
	}
	.top-menu .menu-item a {
		line-height: 60px;
	}
	.main_slider {
		width: 100%;
	}
	.content-main {
    padding-top: 81px;
}
.mc_line {
	width: 100%;
}
section:not(.banners_footer) .content {
	    padding: 20px;
}
.wp-block-columns {
        gap: 20px;
    }
	.wp-block-image {
    margin: 15px 0;
}
.banners_footer img {
	width: calc(100% - 30px);
}
.panel, .wp-block-group {
	padding: 20px;
}
.head_spec {
	display: none;
}
.fio, .dolzhnost, .sertifikat {
	width: 100%;
	display: block;
}
.fio {
	border-right: 1px solid #ddd;
	border-bottom: 0px solid #ddd;
}
.sertifikat {
	border-left: 1px solid #ddd;
	border-top: 0px solid #ddd;
}
.wp-block-file {
	position: relative;
}
.wp-block-file:before {
	position: absolute;
    left: 0;
    top: 0;
}
.wp-block-file a {
	margin: 0;
        padding-left: 30px;
        display: inline-block;
        line-height: normal;
}
.wp-block-file__button {
	display: none !important;
}
}