/** mobile **/
@media (max-width:1590px){
	
}
@media (max-width:1440px){
	.about_text {
	width: 100%;
}
.block_about .slash{
	visibility: hidden;
}
.about_company_right {
    padding-left: 40px;
}
}
@media (max-width:1350px){
	.logo_text p {
		font-size: 20px;
	}
	.logo {
		width: 156px;
	}
	.tel {
		font-size: 14px;
		line-height: 18px;
	}
	.slash {
		height: 18px;
	}
	.btn {
    padding: 0px 15px;
	line-height: 36px;
	}
	.h_contacts {
    width: 450px;
	}
	.top-menu > .menu-item {
		font-size: 14px;
		margin-right: 44px;
	}
	.logo_text {
    width: 290px;
	}
	.tels {
    margin-top: 10px;
	}
	body {
    padding-top: 188px;
}
h2, h3 {
	font-size: 24px;
}
.carrier-title {
	font-size: 22px;
}
.about_company_left {
    width: 420px;
}
.about_company_right {
	    width: calc(100% - 420px);
}
.news_text span {
    font-size: 16px;
	max-height: 136px;
}
.news_text {
	padding-left: 20px;
}

}
@media (max-width:1200px){
	
}
@media (max-width:999px){
	.sandwich {
		display: block;
        margin-top: 0;
        float: right;
        position: absolute;
        right: 20px;
        top: 0;
	}
	.c-hamburger {
			z-index: 10;
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 38px;
	  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: 0px;
		right: 0px;
	  height: 3px;
	  background: #000;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #000;
	  content: "";
	}

	.c-hamburger span::before {
	  top: -10px;
	}
	 
	.c-hamburger span::after {
	  bottom: -10px;
	}

	.c-hamburger--htx {
	  background-color: unset;
	}
	 
	.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%;
	}
	 
	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.logo_mini {
    width: 166px;
    height: 42px;
}
.logo_text, .logo, .node-9 .logo_text {
    display: none;
}
header {
	padding-top: 20px;
}
.top-menu {
	position: absolute;
        background: #fff;
        left: 0;
        top: 50px;
        padding: 40px 20px;
        z-index: 11;
	display: none;
	height: 100vh;
}
.top-menu > .menu-item {
	margin-right: 0;
	font-size: 16px;
	width: 100%;
	line-height: 30px;
        margin-bottom: 25px;
}
.h_contacts {
        width: 100%;
    }
	.tels .btn {
    position: relative;
    top: 0;
    margin-left: 0;
    margin-top: 10px;
	display: none;
}
body {
        padding-top: 217px;
    }
	#form_2 {
		top: 20px;
	}
	.scrolled {
		height: 80px;
	}
	.block_about {
    margin: 50px 0;
	
}
.block_about .slash {
	display: none;
}
.block_about img {
    float: unset;
	margin: 15px auto;
    display: block;
}
.title_cell {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.carrier-title {
	padding: 20px;
	height: auto;
	padding-right: 60px;
	        font-size: 18px;
}
.carrier-title img {
	display: none;
}
.carrier-title svg {
	right: 20px;
    top: 20px;
	width: 30px;
}
.carrier-body {
	padding: 20px 20px;
}
#form_2 {
	padding-top: 50px;
}
.about_company_left, .about_company_right {
        width: 100%;
		padding: 0;
    }
	.news_unit {
		width: 320px;
        margin: 0 auto 30px;
        height: auto;
        float: unset;
        display: block;
		padding-right: 0;
	}
	.container {
		max-width: 450px;
	}
	.news_img {
		float: unset;
		margin: 0 auto 12px;
		display: block;
		width: 100%;
	}
	.news_text {
        padding-left: 0px;
		width: 100%;
		float: unset;
    }
	.news_text span {
		max-height: unset;
	}
	.soc_block {
		display: none;
	}
	.footer_line .h_contacts {
		width: 100%;
	}
	.company {
		width: 100%;
		margin-bottom: 10px;
	}
	.privacy {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
		display: inline-block;
	}
	#logo-voodoo {
    margin-top: 10px;
}
.post_title {
    width: 100%;
	top: 0px;
	margin-bottom: 20px;
	z-index: 1;
}
.regular-pages {
	padding-top: 30px;
}
.post-title {
	font-size: 20px;
}
#map {
	height: 67vw;
}
#menu-company {
	    top: 0px;
		z-index: 91;
}
#menu-company .menu-item {
	margin-bottom: 20px;
}
.archive .otzyvy_unit .news_text {
    width: 100%;
    padding-left: 0;
}
.archive .otzyvy_unit {
	height: auto;
}
.otzyvy_unit .news_img {
	height: 200px;
}
#magnify {
	left: 20px;
	width: calc(100% - 40px);
}
.wp-block-lazyblock-vakansiya .carrier-title {
    padding-left: 20px;
}
.wp-block-lazyblock-vakansiya .carrier-title svg {
	right: 20px;
	width: 16px;
}
header{
	background-color: #fff;
}
.block_uslugi .btn2 {
	font-size: 20px;
}
footer {
	padding: 30px 0;
    margin-top: 50px;
}
.tel {
    font-size: 15px;
}
#menu-company .menu-item a {
    padding: 0px 6px;
    line-height: 34px;
}
#menu-company .menu-item {
	    margin-right: 4px;
}
.personal_arrows .slick-arrow, .carrier-title svg {
    width: 24px;
}
.about_text {
	margin-bottom: 30px;
}
.info_on_map {
	position: unset;
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
}
#menu-item-206 {
    display: inline-block;
	padding: 0px 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background-color: #000000;
    border: 0;
    width: auto;
}
}