

form.wpcf7-form input, form.wpcf7-form select {outline: none;}
.mobil_navi_cont .footer-social a {
    opacity: 1;
}

@media screen and (max-width: 1280px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 900px) {
.site-header-top{display:none;}
	.about_us .section_title, .learn-more {
		text-align: center;
	}
	a.tobottom ,
	.section_red:before{
		display: none;
	}
	.red_container {
		max-width: 100%;
		margin-top: 0;
	}
	.red_block, .about_cont{
		flex-direction: column;
	}

	.about_left, .about_right {
		width: 100%;
	}
	.about_right {
		padding-left: 0px;
	}


	.service-block {
		flex-direction: column;
	}
	.services .service-block:nth-child(even){
		flex-direction: column-reverse;	
	}
	.service-block .image-column {
		margin-bottom: 30px;
		width: 100%;
	}
	.service-block .text-column {
		margin-bottom: 30px;
		width: 100%;
		padding-left: 0px;
	}
	.services .service-block:nth-child(even) .image-column .inner,
	.service-block .image-column .inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.service-block .text-column,
	.services .service-block:nth-child(even) .text-column {
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.service-block .image-column .image, .service-block .image-column .image img {
		display: block;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.services .service-block:nth-child(even) .image-column .icon-box,
	.service-block .image-column .icon-box {
		position: absolute;
		right: 20px;
		top: auto;
		left: calc( 50% - 60px);
		/* transform: translateX(-50%); */
		bottom: 30px;
	}

	.monitoring_flex .column_left {
		display: none;
	}
	.monitoring_flex .column_right {
		width: 100%;
		padding-right: 0;
		max-width: 600px;
		margin: 0 auto;
	}
	.contacts .section_title{
		text-align: center;
	}


	.red_block .section_title {
		font-size: 36px;
	}


	/*-------------*/
	.future_blocks {
		flex-direction: column;
	}
	.future_block {
		width: 100%;
		padding-right: 0;
		font-size: 20px;
		margin-bottom: 30px;
	}

	.future_text h3 {
		font-size: 26px;
	}





	/*-------------*/
	.price_block .price_img{
		max-width: 400px;
		margin:0 auto;
	}

	.top-page-header .page-top-cont,
	.top-feedback .page-top-cont {
		padding-top: 50px;
		padding-bottom: 50px;
		flex-direction: column;
	}
	
	.top-page-header .page-top-cont .page-description,
	.top-feedback .page-top-cont .page-description {
		width: 100%;
	}
	
	.top-page-header .page-top-cont .page-title,
	.top-feedback .page-top-cont .page-title {
		width: 100%;
		padding-right: 0px;
	}
	.blog-the_excerpt{
		display: none;
	}
	
	.ses_items {
    flex-direction: column;
	justify-content: center;
	}
	.ses_item {
		width: 100%;
	}
	.ses_item .ses_item-text {
		position: relative;
	}

	.ses_item .ses_item-detail {
		height: auto;
		padding: 15px 0 20px 0;
	}
	.ses_item .ses_item-text p {
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: 1.1px;
		color: #222222;
		opacity: 1;
		transform: scale(1);
	}
	.ses_item .ses_item-text h3 {
		color: #f6ab1a;
		font-size: 24px;
		padding: 15px;
		background: rgb(255 255 255);
	}

}

@media screen and (max-width: 640px) {
	.header .logo a img,
	.header.sticky .logo a img {
		max-width: 140px;
	}
	.header.sticky {
		height: 70px;
	}
    .top-page-header .page-top-cont .page-description,
	.top-feedback .page-top-cont .page-description {
		font-size: 16px;
		letter-spacing: normal;
		line-height: 1.5;
	}


	.form-row {
		padding: 0;
		flex-direction: column;
	}
	.form-row .half {
		width: 100%;
	}
	input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="date"], select {
		height: 40px;
		margin-bottom: 10px;
	}
	button, html input[type=button], input[type=reset], input[type=submit]{
		margin: 10px 0;
	}
	.form_pop form input[type="text"], .form_pop form input[type="tel"], .form_pop form input[type="email"], .form_pop form textarea{
		padding: 3px 10px;
		margin: 0 0 5px 0;
		
	}
	.form_pop form textarea {
		height: 100px;
	}
	.innerr {
		padding: 15px;
		width: 85%;
	}
	.form_pop input[type="submit"] {
		width: 100%;
		font-size: 14px;
		margin: 5px auto 0;
		padding: 5px 10px;
	}

	.full {
		padding: 0;
	}
	
}

@media screen and (max-width: 768px) {
	.mobil-btn,
	.mobil_navi_cont {display: block;}
	.mobil_navi_cont a{
		color: #fff;
		font-size: 20px;
		display: block;
	}
	.main-menu {
		z-index: 999;
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		height: 100vh;
		padding: 0;
		padding-top: 110px;
		background: rgba(0, 0, 0, 0.85);
	}
	.main-menu ul.main_menu{
		width: 100%;
	/*     height: 100%; */
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-flex-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.full-slider-container {
	  left: 0;
	  right: 0;
	  padding: 30px;
	}
	
	.feedback-cont{
		width: 100%;
		padding: 0 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center;
	}


	.entry_flex_block {
		width: 100%;
	}
	.flex-cont {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}



	.footer-container {
		flex-direction: column;
	}
	.footer_block {
		width: 100%;
		margin-bottom: 30px;
	}
	.contacts_item {
		text-align: center;
		justify-content: center;
	}
	.f_contacts {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	#home,
.section-full-slider .full-slider .full {
  height: 480px;
  }
.full-slider .slick-dots li:last-child {
    margin-bottom: 14px;
}

.top-feedback .page-top-cont {
    padding-top: 30px;
}
	.head_description {
	font-size: 26px;
	}
	.head_primary {
		font-size: 30px;
	}
	.head_primary .air{
		font-size: 32px;	
	}
	.section_head .section_title{
		padding: 15px 0;
		font-size: 32px;
		line-height: 40px;
	}
	
	
    .top-page-header .page-title .pre_head_title,
	.top-feedback .page-title .pre_head_title,
	.page-title .pre_head_title {
		font-size: 20px;
	}
	
    .top-page-header .page-top-cont .page-title .head_title,
	.top-feedback .page-top-cont .page-title .head_title,
	.page-title .head_title {
		font-size: 30px;
		line-height: inherit;
		letter-spacing: 0;
	}
	
	
.section_red {
    padding: 30px;
    border-radius: 0;
    text-align: center;
}
.red_block .section_title {
    font-size: 30px;
}
.red_box-buttons .learn-more {
    display: block;
}
.red_box-buttons .where_to_bue a {
    margin-top: 0;
    margin-left: 0;
}


	.blogs-item {
		flex-direction: column;
	}
	.blogs-desc,
	.blogs-item .blogs-img {
		width: 100%;
		padding-left: 0px;
	}
	.blogs-item .read_post {
		text-align: right;
	}


	.feedback_left_block {
		text-align: center;
	}
	.feedback_left_block .section_head {
		margin-bottom: 30px;
	}
	.feedback_left_block .section_head h2{
		font-size: 22px;
		font-weight: 600;
	}

	.full-slider .slick-dots {
		padding-bottom: 1px;
		position: relative;
		bottom: 60px;
		left: 0;
	}
	.full-slider .slick-dots li:before{
		display: none;
	}
	.full-slider .slick-dots li{
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		margin: 5px;
		padding: 0;
		cursor: pointer;
		margin-bottom:14px;
		position: relative;
	}
	.full-slider .slick-dots li a {
		font-size: 0 !important;
		color: #888 !important;
		/* padding: 10px; */
		padding: 0;
		display: block;
		font-weight: bold;
		font-size: 14px;
		line-height: 6px;
		letter-spacing: 0.05em;
		border-radius: 5px;
		border: 1px solid #888;
	}

/* 	.full-slider .slick-dots li:hover a,
	.full-slider .slick-dots li.slick-active a {
		color: #3e94e1 !important;
		border: 1px solid #3e94e1;
		background: #3e94e1;
	} */
	a.tobottom{
		display: none;
	}

.ses_item .ses_item-text p {
    font-size: 18px;
}

}

@media screen and (max-width: 480px) {
	button, html input[type=button], input[type=reset], input[type=submit], .learn-more .button, .all-posts .button {
		padding: 0;
		width: 100%;
	}
}