/** mobile **/
@media (max-width:1540px){
	.top-menu {
		margin-right: 10px;
	}
	.logo {
		margin-right: 30px;
	}
}
@media (max-width:1460px){
	.sandwich {
		display: block;
		top: 0;
		margin-top: 15px;
		float: right;
		right: 10px;
		margin-left: 20px;
	}
	.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: var(--main);
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: var(--main);
	  content: "";
	}
	.c-hamburger span::before { background-color: var(--main);}
	.c-hamburger span::after {background-color: var(--main);width: 50%;}
	.c-hamburger span::before {
	  top: -10px;
	}
	 
	.c-hamburger span::after {
	  bottom: -10px;
	}

	.c-hamburger--htx {
	  background-color: unset;
		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: var(--main);
	}
	 
	.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;
	}
	.top-menu {
		display: none;
		        position: absolute;
        background: #fff;
        top: 80px;
        left: 40px;
        right: 40px;
        width: auto;
        padding-bottom: 26px;
	}
}
@media (max-width:1360px){
	h1 {
    font-size: 48px;
	}
	.panel_1_3 {
		padding-top: 60px;
    padding-left: 100px;
    padding-right: 40px;
	}
	.panel_1_3 p {
		font-size: 18px;
	}
	.grid-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:1260px){
	.block_1_left {
		width: calc(100% - 70px);
        height: 560px;
		float: unset;
	}
	.main_slider {
		float: unset;
		margin: 0 auto;
	}
	.front_contacts {
		margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
	}
.block_2_left {
	width: 100%;
}
.block_2_right {
	width: 100%;
	    padding-top: 80px;
}
.front_uslugi_opisanie {
	left: auto;
        right: -65px;
}
.about_left {
    width: calc(50% - 30px);
}
.about_right {
    width: calc(50% - 30px);
}
.otzyvy {
	margin-bottom: 25px;
}
h2, .post_title {
    font-size: 36px;
    line-height: 54px;
}
.archive_personal .personal_img {
    width: 270px;
}
.archive_personal .personal_bot {
	padding-top: 280px;
	    width: calc(100% - 35px);
		padding-left: 40px;
        padding-right: 40px;
}

}
@media (max-width:999px){
	.content {
		width: 100%;
		padding-left: 20px;
        padding-right: 20px;
	}
	.head_contacts {
		width: 100%;
		        text-align: center;
        max-width: 360px;
        float: unset;
        display: table;
		        margin: 0 auto;
	}
	#blind, .sandwich {
		float: left;
	}
	.tel {
		width: 100%;
	}
	.logo {
		margin-bottom: 10px;
	}
	.top-menu {
		    top: 79px;
    left: 0;
    right: 0;
    padding: 20px;
	margin: 0;
	}
.menu-item {
	width: 100%;
	margin: 10px 0;
	    font-size: 20px;
}
.content-main {
    padding-top: 212px;
}
    .block_1_left {
        width: 100%;
        height: auto;
	}
	.main_slider {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.color_panel {
		position: unset;
		display: none;
	}
	.panel_1_3 {
		position: relative;
		background: var(--main);
		    clip-path: polygon(0% 0%, 100% 20px, 100% 100%, 100% 100%, 0% 100%);
			border-radius: 25px;
		padding: 60px 20px 40px;
		height: auto;
	}
	    h1 {
        font-size: 36px;
    }
	h1 span {
    font-size: 32px;
	    margin-top: 10px;
    display: inline-block;
	}
	.panel_1_3 p {
        font-size: 16px;
    }
	.scrolled .head_contacts {
		display: none;
	}
	.scrolled .logo {
		margin-bottom: 0;
	}
	.block_1 {
    margin-top: 20px;
}
.adres_na_paneli .btn {
	display: table;
    margin: 10px auto 0;
}
.block_2 {
    margin-top: 30px;
}
.panel_2_2 {
	padding: 40px 20px;
    margin-top: 0;
	width: 100%;
}
    .front_uslugi_opisanie {
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        padding: 40px 20px;
        border-radius: 20px;
    }
	.opisanie_close {
		right: 20px;
    top: 20px;
	}
	.preim {
    width: 100%;
    float: unset;
    height: auto;
    padding-left: 0;
    padding-right: 0;
	        display: inline-block;
		border: 0 !important;
}
.preim_title {
	font-size: 24px;
}
.preim_text {
	padding-left: 15px;
}
.preim_plus {
	display: none;
}
#preim3, #preim4 {
    padding-top: 0px;
}
.block_3 {
    margin-top: 40px;
}
.personal_arrows {
	top: 0;
	margin-top: 20px;
}
.arrow_prev {
	margin-left: 0px;
}
.arrow_next {
	margin-right: 0px;
}
.block_4 {
    margin-top: 50px;
}
.about_right {
	margin-top: 20px;
}
.about_left, .about_right {
	width: 100%;
}
.about_slider .slick-dots {
	position: unset;
        margin-top: 10px;
}
.block_5 {
	margin-top: 10px;
}
.block_6 {
    margin-top: 30px;
}
.new_block {
    width: calc(100% - 30px);
	margin-bottom: 20px;
}
.block_6 .btn2, .wp-block-lazyblock-blok-novostej .btn2 {
    text-align: center;
    display: table;
    margin: 30px auto 0;
}
.company {
    width: 100%;
    float: unset;
    margin-bottom: 15px;
}
.all_privacies {
    width: 100%;
    float: unset;
}
.privacy {
    margin-right: 0;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}
.oferta {
    margin-top: 5px;
}
.regular-pages {
    padding-top: 242px;
}
.kama_breadcrumbs {
	padding-left: 0;
}
    h2, .post_title {
        font-size: 32px;
        line-height: 40px;
    }
	h2.post_title svg {
    top: 1px;
}
.sidebar, .right_side {
    width: 100%;
    float: unset;
    margin-right: 0;
}
    .all_docs_btn {
        display: block;
        background-image: url(/wp-content/themes/voodootheme/images/strel_vniz_1.svg);
        background-position: right;
        background-repeat: no-repeat;
        height: 40px;
        background-size: 40px 12px;
        line-height: 40px;
        padding-left: 20px;
        border: 1px solid var(--main);
        border-radius: 10px;
        font-weight: 600;
        font-size: 18px;
        cursor: pointer;
    }
	.predislovie {
    margin-bottom: 20px;
}
.side_dokumenty {
	display: none;
	margin-top: 15px;
}
.right_side {
	margin-top: 20px;
}
.tab_left_col {
        min-width: 100%;
        max-width: 100%;
    }
	.wp-block-lazyblock-tablichnyj-blok {
        display: table;
    }
	.tab_right_col {
        width: 100%;
    }
	    .grid-container {
        grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: auto;
    }
	.grid-item {
    max-width: calc(100vw - 40px);
}
.grid_container_2 {
	grid-template-columns: repeat(1, 1fr);
}
.personal_bot {
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 0% 100%);
}
.uslugi_chet .personal_bot {
    clip-path: polygon(0% calc(100% - 20px), 0px 100%, 0% 0%, 100% 0%, 100% 100%);
}
.archive_personal .personal_bot {
	padding-left: 30px;
        padding-right: 30px;
}
.archive_news .new_block {
	margin: 0 0 20px;
}
.block_on_map {
	top: 0;
    left: 0;
	    clip-path: unset;
		padding: 20px;
		width: 100%;
	position: unset;
	border-radius: 25px 25px 0 0;
}
#map {
    height: auto;
	    margin-top: 30px;
}
#toTop {
	right: 20px;
}
.btn2 {
	    line-height: 1.2;
    padding: 6px 25px;
    height: auto;
}
.uslugi_text h3 {
	font-size: 24px;
	        margin-top: 100px;
}
.uslugi_text {
	    padding: 40px 30px 80px 40px;
		clip-path: polygon(0% calc(100% - 20px), 0px 100%, 0% 0%, 100% 0%, 100% 100%);
}
.uslugi_chet .uslugi_text {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 0% 100%);
}
}