@media all and (max-width: 1024px) {		
	.prefix {
		display: none;
	}
	.nav-inner {
		height: auto;
		padding-top: 10px;
	}	
	.navbar-fixed-top {
		margin-top: 0;
		top: 0;
	}
	.nav-inner .header_desc {
		display: block;
		margin: 0 5%;
	}
	.toggle {		
		display: flex;
		justify-content: space-between;
		padding: 15px 5%;
	}
	.header__lang {
		margin-top: 6px;
		margin-left: 0;
	}	
	.sitenav {
		position: absolute;
		background: #fff;
		width: 35%;
		top: 165px;
		left: 102%;
		z-index: 9999;
		transform: translateX(0);
		transition: all .5s;		
	}
	.start-anim { 
		transform: translateX(-105%);		
	}
	.sitenav ul {
		width: 100%;
		display: block;
		padding: 0 30px 30px;
		margin: 0;
	}	
	.sitenav ul li { 
		display: block;
		border-bottom: 1px solid #aaa;
	}
	.sitenav ul li:last-child, .sitenav ul li ul li { 
		border-bottom: none;
	}	
	.sitenav ul li a {
		padding: 10px; 
		display: block; 
		text-align: left;
	}
	.sitenav ul li.menu-item-has-children>a:before {
		content: '';
		position: absolute;
		width: 6px;
		height: 6px;
		border-bottom: 1px solid;
		border-left: 1px solid;
		top: 14px;
		right: 10px;
		transform: rotate(-45deg);
	}	
	.sitenav ul li ul li a {
		display: block; 
		padding: 3px 20px;
	}
	.sitenav ul li ul {  
		top: 3px;
		cursor:pointer;
	}
	.sitenav ul li > ul {
		width: 100%; 
		position: relative; 
		text-align: left;
	}
	.sitenav ul li:hover > ul {
		display: none;
	}	
	.sitenav ul li a::after {
		display: none;
	}
	.caption-banner.right-grid,
	.home-slider .slides-wrap .one-slide.right-align .caption {
		right: 20px;
	}
	.caption-banner.left-grid,
	.home-slider .slides-wrap .one-slide.left-align .caption {
		left: 20px;
	}
	.container {
		width: 100%;
		padding: 0 20px;
	}
	.kinds {
		padding: 1px 50px 80px;
	}
	.table_blur {
		padding: 0 50px;
	}
	.characteristics {
		margin-left: -20px;
		margin-right: -20px;
		padding: 1px 20px 90px;
	}
	.characteristics .wp-block-columns {
		grid-template-columns: repeat(2, calc(50% - 25px));
	}	
	.merits {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;	
	}
	.merits>div {
		width: 100%;
		margin-left: 0;
		padding: 1px 20px 80px;
	}
	.merits .wp-block-columns {
		grid-template-columns: repeat(3, calc(33.3% - 20px));
		grid-gap: 50px 30px;
	}
	.merits .wp-block-columns p {
		font-size: 20px;
	}	
	.price-link {
		margin: 0 50px 30px;
	}
	.send-contact {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;	
	}
	.send-contact>div {
		width: 100%;
		margin-left: 0;
		padding: 50px 20px 0;
	}	
    .send-contact .h2-block {
		width: 100%;
		padding: 0 20px;
    }	
	.send-contact .h2-block h2 {
		font-size: 40px;
		line-height: 40px;
	}	
	.send-contact .h2-block span {
		font-size: 20px;
		line-height: 1;
	}	
	.send-contact .h2-block span img {
		height: 20px;
		margin: 0 5px 2px 30px;
	}		
	.send-contact .form {
		width: 100%;
		padding: 28px 0 34px;
	}
	.send-contact .form input {
		width: 32%;
	}	
	.send-contact .form form .submit_form {
		height: 50px;
		font-size: 16px;
	}
	.send-contact .form p span {
		font-size: 1.3em;
	}
	.texnology .press {
		width: 280px;
	}
	#map .places {
		width: 350px;
		height: 200px;
		left: 20px;
	}	
	.footer {
		font-size: 14px;
	}
	.footer-col {
		padding-right: 20px;
	}
	.footer-col:last-child {
		padding-right: 0;
	}	
	.up {
		padding-top: 7px;
		right: 30px;
		bottom: 30px;
		width: 40px;
		height: 40px;
	}	
}
@media all and (max-width: 768px) {	
	h1, h2 {
		font-size: 25px;
		margin: 50px 0 30px;
	}	
	.nav-inner {
		box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
		z-index: 999;
	}
	.toggle {
		padding: 10px 5%;
	}	
	.toggle-tel .logo-big {
		font-size: 40px;
	}
	.toggle-tel .logo-smol {
		font-size: 15px;
	}	
	.toggle-tel a {
		font-size: 1em; 
		font-weight: 700;
	}	
	.toggle-tel span, .grid-text {
		display: none;
	}	
	.sitenav {
		width: 50%;
		top: 172px;
		overflow-y: auto;
	}
	.sitenav ul li ul {
		display: none; 
	}
	.sitenav ul li:hover > ul {
		display: none;
	}	
	.start-anim { 
		transform: translateX(-102%);		
	}
	.characteristics {
		position: relative;
		padding: 1px 0 50px;
		z-index: -1;
	}	
	.characteristics h1 {
		font-size: 25px;
	}	
	.characteristics .wp-block-columns {
		grid-template-columns: repeat(1, 70%);
		justify-content: center;
	}
	.kinds h2, h1 {
		font-size: 25px;
	}
	.kinds {
		padding: 1px 50px 50px;
	}	
	.home .kinds {
		padding-top: 50px;
	}	
	.send-contact .form {
		width: 100%;
		padding: 28px 33px 34px;
		text-align: center;
	}	
	.send-contact .h2-block span {
		display: block; 
	}
	.send-contact .form input {
		width: 100%;
		height: 40px;
		font-size: 1em;
		margin-bottom: 10px;
	}
	.send-contact .form .submit_form {
		height: 40px;
	}
	.merits .wp-block-columns {
		grid-template-columns: repeat(1, 70%);
		justify-content: center;
	}	
	.merits>div {
		padding: 1px 20px 50px;
	}
	.price h1 {
		font-size: 25px;
	}	
	.price-link {
		padding: 0;
	}
	.price-item {
		float: none;
		width: 100%;
	}
	.price-line {
		width: 100%;
	}
	.texnology {
		padding-bottom: 30px;
	}	
	.texnology h2 {	
		font-size: 25px;
	}
	.texnology .wp-block-columns {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}
	.texnology .wp-block-column {
		width: 60%;
		margin-bottom: 30px;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}	
	.kontakty h1 {
		font-size: 25px;
		margin-top: 90px;
		margin-bottom: 20px;
	}	
	.kontakty .h2-block {
		margin-top: 30px;
		width: 600px;
	}	
    #map {
        overflow: hidden
    }
    #map .container {
        max-width: 100%;
        padding: 0
    }
    #map .places {
        position: static;
        width: 100%;
        border: none
    }	
	.footer {
		padding: 50px 0;
		font-size: 16px;
	}	
	.footer .container {
		flex-direction: column;
		align-items: center;
	}
	.footer-col {
		width: 60%;
		margin-top: 20px;
	}	
	.pagenav a, .delivery {
		width: 50%;
	}
	.home-slider, .header-banner, .kinds-table {
		display: none; 
	}
	.page-id-33 .wp-block-columns {
		display: block;
	}
	.page-id-33 .wp-block-column {
		margin-bottom: 30px;
	}	
	.page-id-33 .wp-block-columns h4 {
		font-size: 20px;
	}
	.table_blur {
		padding: 0;
	}
	.table_blur td:not(:first-child) {
		width: 150px;
	}
	.price-link {
		display: block;
	}
	.price-img {
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.tipe {
		display: block;
		margin-top: 20px;
	}
	.send-contact .h2-block h2 {
		font-size: 30px;
		line-height: 1;
	}
	.send-contact .h2-block span img {
		margin: 0 5px 2px 0;
	}
	.radio__text {
		padding-left: 20px;
	}
	.radio__text:before {
		left: 0;
	}
	.radio__text:after {
		left: 3px;
	}
	.wpcf7-response-output {
		width: calc(100% - 40px);
		bottom: 30px;
		left: 20px;
	}	
}
@media all and (max-width: 480px) {	
	.header__lang {
		margin-top: 0;
		margin-left: 0;
		top: -40px;
	}
	.nav-inner .header_desc {
		font-size: 12px;
	}
	.toggle {		
		display: block;
		padding: 20px 5% 0;
		height: 140px;
	}
	.toggle-tel {
		text-align: center;
		width: 100%;
	}
	.toggle-tel .snip {
		right: 0;
		top: -84px;
	}	
	.sitenav {
		width: 100%;
		top: 240px;
	}	
	.kinds {
		padding: 1px 0 50px;
	}
	.kinds ul li {
		padding-left: 30px;
	}
	.kinds ul li:before {
		left: 5px;
	}	
	.characteristics .wp-block-columns {
		grid-template-columns: repeat(1, calc(100% - 40px));
		grid-gap: 30px 0;
	}
	.send-contact .h2-block {
		padding: 0;
	}
	.send-contact .form {
		padding: 28px 0 34px;
	}	
	.send-contact .form input {
		margin: 0 0 10px;
	}
	.send-contact .form p span {
		display: block;
		margin-left: 0;
	}
	.texnology .wp-block-column {
		width: 100%;
	}
	.table_blur td {
		display: block;
	}
	.table_blur td:not(:first-child) {
		width: 100%;
		font-weight: 700;
		border-left: 0;
		text-align: left;
	}
	.price-link {
		margin: 0 0 30px;
	}
	.price-img {
		width: 100%;
	}
	.price-item {
		padding: 0 0 30px;
	}
	.kinds .kinds-img {
		width: 100%;
	}
	.doc-center {
		width: calc(100% + 40px);
		margin: 0 -20px;
		padding: 10px;
	}
	.footer-col {
		padding-right: 0;
	}	
	.footer-col {
		width: 100%;
	}
	.result {
		padding: 10px 50px;
	}
	#map, #map1 {
		height: 320px;
	}	
}