/*------------------------------------------------------------------------------
 ******************* Файл адаптивных стилей: adaptive.css **********************
 ******************* Собственность компании WEBBERRIES *************************
 ******************* https://webberries.ru (C) 2018-2019 ***********************
 ******************* Для вопросов: webberries@yandex.ru ************************
 ******************* Дата обновления: 30.10.2019 *******************************
-------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
 ******************* TABLETS SETTINGS ******************************************

@media screen and (min-width: 480px) and (max-width: 800px) {
	section, footer, header { width: 100%; min-width: 100%; padding: 0; overflow: hidden; }
	.container { width: 94%; overflow: hidden; margin: 0 auto; }

	section h2, section h3 {
		font-size: 1.8em;
	}

	div.overlay .window {
	  width: 90%;
	  padding: 10px;
	}

}
-------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
 ******************* MOBILE SETTINGS *******************************************
 @media screen and (max-width: 479px) {
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
 	section, footer, header { width: 100%; min-width: 100%; padding: 0; overflow: hidden; }
	div.container { width: 100%; overflow: hidden; margin: 0 auto; }

	h1, h2, h3 {
		font-size: 1.6em;
	}

	h3, h4, h5, h6 {
		font-size: 1.2em;
	}

	div.overlay .window {
	  width: 90%;
	  padding: 10px;
	}


	.btn-whatsapp {
		position: fixed;
		z-index: 100002;
		bottom:  100px;
		left:  20px;
		width: 62px;
		height: 62px;
		border-radius: 50%;
		background: linear-gradient(35deg, #87d06a 0%, #4d8835 100%);
		overflow: visible;
	}

	.btn-whatsapp .btn-whatsapp-overlay {
		position: absolute;
		top: -9px;
		left: -9px;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background: rgba(137, 209, 109, 0.25);
		z-index: 10;
	}

	.btn-whatsapp img {
		position: absolute;
		top:  50%;
		left:  50%;
		transform: translate(-50%, -50%);
		width: 38px;
		z-index: 1000;
	}

	.btn-whatsapp-ask {
		display: none;
	}


	header .top {
		height: unset;
		background: rgba(0, 0, 0, .70);
		line-height: unset;
		padding: 10px 0;
		text-align: center;
	}

	header .top .email {
		margin-left: unset;
	}

	header .top .prorabof-enter {
		display: block;
		position: unset;
		top: unset;
		transform: unset;
		right: unset;
		font-size: 0.8em;
		cursor: pointer;
		margin-top: 10px;
	}

	header .video video {
		display: none;
	}

	header .menu-con {
		display: none;
	}

	header .video {
		background: url(/images/2023/bg-2023.jpg) center center / cover;
	}

	div.prorabof-enter-overlay {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 9999999;
		background: rgba(0,0,0,0.5);
		overflow: visible;
	}

	div.prorabof-enter-overlay .container {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		overflow: visible;
	}

	div.prorabof-enter-overlay .prorabof-enter-form {
		width: 90%;
		padding: 20px;
		z-index: 10000;
		position: absolute;
		top: 50%;
		right: unset;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	header .logo-place {
		height: unset;
		text-align: center;
	}

	header .logo-place .calc, header .logo-place .order {
		display: none;
	}
	
	header .logo-place .phone {
		display: block;
		vertical-align: top;
		height: unset;
		float: unset;
		text-align: center;
		margin-bottom: 20px;
	}

	header .logo-place .logo {
		display: block;
		position: relative;
		top: unset;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	header .logo-place .phone .phone-container {
		position: relative;
		top: unset;
		transform: unset;
		line-height: 1.3;
		text-align: center;
	}

	section.menu {
		display: none;
	}
	
	section.mobile-menu {
		display: block;
		padding: 15px 0;
		background: #111;
		text-align: center;
	}

	section.mobile-menu .menu-hamburger {
		font-size: 1.2em;
		color: #fff;
		display: inline-block;
	}

	div.mobile-menu-links .close-hamburger {
		display: inline-block;
		color: #900;
		position: absolute;
		top: 10px;
		right: 20px;
		font-size: 1.4em;
	}

	div.mobile-menu-links {
		position: fixed;
		z-index: 999999;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255,255,255,0.95);
		padding-top: 50px;
	}

	div.mobile-menu-links .menu--btn {
		color: #111;
		margin: 20px 0;
		display: block;
		font-size: 1.1em;
		text-align: center;
	}

	section.slider div.bxslider {
		height: 240px;
		position: relative;
	}

	section.slider div.bxslider .slide--about {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		bottom: 0;
		width: 90%;
		z-index: 3;
	}
	section.slider div.bxslider .slide--about p {
		font-size: 1em;
		color: #fff;
		font-weight: bold;
		text-transform: none;
		padding: 0;
		margin: 0;
	}

	section.slider .slide--overlay {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 2;
		background: linear-gradient(90deg, rgba(45,56,75,.8) 0%, rgba(45,56,75,0.2) 100%);
	}

	section.main .leftside {
		width: 100%;
		float: unset;
		padding: 0 15px 0 15px;
	}

	section.main .rightside {
		width: 100%;
		float: unset;
		padding: 15px 15px 0 15px;
		margin-left: unset;
	}

	section.main .rightside .ramka .b-3 {
		width: 50%;
	}

	section.main .rightside .remont_works {
		position: relative;
		padding-bottom: 50%;
	}


	section.main .rightside div.quiz_main .left_info {
		width: 100%;
	}

	section.main .rightside div.quiz_main .right_info {
		width: 100%;
	}

	section.main .rightside div.quiz_main .left_info .b-2, 
	section.main .rightside div.quiz_main .left_info .b-3 {
		width: 100%;
	} 

	footer .b-3 {
		width: 100%;
		text-align: center;
	}

	section.s_content {
		padding: 15px;
	}

	section.s_content .leftside {
		width: 100%;
		float: unset;
	}

	section.s_content .rightside {
		clear: left;
		width: 100%;
		float: unset;
		margin-left: unset;
		margin-top: 0px;
	}

	section.s_content .leftside .social_btn {
		width: 100%;
		display: block;
		margin-top: 15px;
		height: 60px;
		line-height: 60px;
	}

	section.s_content .leftside .social_btn_ins {
		margin-left: unset;
	}

	section.s_content .leftside .b-2 {
		width: 100%;
	}

	section.s_content .leftside .td_row .td_header, section.s_content .leftside .td_row .td_header_2 {
		display: none;
	}

	section.s_content .leftside .td_row .td_cell {
		width: calc(100% - 160px);
		padding: 5px 5px;
	}

	section.s_content .leftside .td_row .td_cell_2 {
		width: 80px;
		float: left;
		padding: 5px 5px;
	}

	section.s_content .leftside .td_row .old_sum {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}

	section.s_content .leftside .prjs_container {
		padding: 15px;
	}

	section.s_content .leftside .prjs_container .prjs_over {
		width: 100%;
		padding: 0;
		margin: 0 0 15px 0;
		height: 220px;
		border-radius: 6px;
		position: relative;
		overflow: hidden;
	}

	section.s_content .leftside .prjs_container .b-3,section.s_content .leftside .prjs_container .b-3f {
		width: 100%;
	}

	section.s_content .leftside .prjs_container .sub_img {
		width: calc(33.333333% - 20px);
	}

	section.s_content div.single_container {
		padding: 15px;
	}

	section.s_content div.reviews .b-2 {
		border: 1px solid #ccc;
		border-radius: 6px;
		background: #fff;
		padding: 15px;
		margin: 0 0 15px 0;
		width: 100%;
	}

	section.s_content div.reviews_main .b-3f {
		width: 100%;
		margin: unset;
		margin-bottom: 15px;
	}
	section.s_content div.reviews_main .b-3 {
		display: none;
	}

	div.page_contacts .b-3 {
		width: 100%;
	}

	div.page_partners .b-3, div.page_partners .b-3f {
		width: 100%;
	}


	div.page_job .b-3, div.page_job .b-3f {
		width: 100%;
	}

	section.s_content .etap_work {
		width: 100%;
	}

	.one-art {
		width: calc(100% - 20px);
		margin: 0 10px 20px 10px;
		transition: 0.2s;
		cursor: pointer;
	}




	.btn-ruk-form-overlay {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.75);
		z-index: 99999999;
	}

	.btn-ruk-form {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		right: 5px;
		left: 5px;
		bottom: ;
		background: #fff;
		padding: 10px;
		overflow: hidden;
		text-align: center;
	}

	.btn-ruk-form .close-btn {
		position: absolute;
		top: 5px;
		right: 10px;
		color: #555;
		font-size: 1.4em;
		cursor: pointer;
	}

	.btn-ruk-form h3 {
		margin-top: 25px;
		margin-bottom: 15px;
	}


	.btn-ruk-form button {
		display: inline-block;
	}

	.btn-ruk-form textarea {
		height: 140px;
		padding: 10px;
		text-align: left;
	}

	.btn-ruk-form .left {
		padding-right: unset;
	}

	.btn-ruk-form .right {
		padding-left: unset;
	}

	.btn-ruk-form .b-2 {
		width: 100%;
	}



	section.slider-static {
		padding: 25px 25px;
		position: relative;
		background: url(/images/slider/prorabof-people-1.jpg) left center / cover;
	}

	section.slider-static .container {
		z-index: 20;
		position: relative;
	}
	section.slider-static .container img {
		width: 100%;
	}

	section.slider-static .overlay-1 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255,255,255,.75);
		z-index: 10;
	}


	section.slider-static h2 {
		font-size: 1.5em;
		font-weight: bold;
		text-align: left;
		color: #fff;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	}

	section.slider-static h2 span {
		color:  #ff8f00;
		text-shadow: unset !important;
		font-size: 2em !important;
	}

	section.slider-static p {
		color: #fff;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
		font-size: 1.0em;
	}

	section.slider-static p span {
		color: #ff8f00;
		text-shadow: unset !important;
		font-size: 1em !important;
	} 



	section.s_content.poleznoe h1 {
		text-transform: none;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0;
	}




	.price_v2 {
		padding: 25px 0;
	}

	.price_v2 .b-1.top .image-right {
		display: none;
	}

	.price_v2 .b-3f {
		width: 100%;
		padding-right: unset;
	}

	.price_v2 .b-3f h2 {
		font-size: 1.75em;
	}


	.price_v2 .b-3f h2 span.small {
		font-size: 0.65em;
	}

	.price_v2 .b-3f .icon {
		float: left;
		width: 50px;
		height: 50px;
		font-size: 1.5em;
		line-height: 48px;
	}

	.price_v2 .b-3f .text {
		float: left;
		width: calc(100% - 65px);
		margin-left: 15px;
		margin-top: 0px;
	}


	.price_v2 .b-3f .text h3 {
		font-size: 0.8em;
		font-weight: 700;
		margin: 0;
		padding: 0;
	}

	.price_v2 .b-3f .text p {
		margin: 0;
		padding: 0;
		line-height: 1.2;
		font-size: 0.8em;
		font-weight: 400;
	}

	.price_v2 .b-3f .free {
		font-size: 1.75em;
	}

	.price_v2 .b-3f p.next {
		margin-top: 5px;
		font-size: 1.0em;
	}

	.price_v2 .ob-20  {
		margin-top: 50px;
	}

	.price_v2 .ob-20 .b-3 {
		width: 100%;
	}

	.price_v2 .ob-20 .b-3 .btn-go {
		margin-bottom: 25px;
	}

	.price_v2 .ob-20 .b-3 .ins .price-con .price-vol {
		font-size: 2.0em;
	}

	.price_v2 h2.price-h2 {
		font-size: 2.25em;
	}

	.price_v2 .b-1.bottom .image {
		float: left;
		height: unset;
		overflow: hidden;
		width: 100%;
		border: 1px solid #555;
		margin-bottom: 10px;
	}

	.price_v2 .b-1.bottom .image:before {
		content: "";
		float: left;
		padding-top: 80%;
	}

	.price_v2 .b-1.bottom .name {
		float: left;
		width: 100%;
		margin-left: unset;
		margin-bottom: 10px;
	}

	.price_v2 .b-1.bottom .name span {
		display: block;
		font-size: 1.5em;
		font-weight: 700;
	}

	.price_v2 .b-1.bottom .name .price-price {
		font-size: 1.75em;
		font-weight: 800;
		color: rgb(230, 81, 0);
	}

	.price_v2 .b-1.bottom .btn-go {
		position: relative;
		right: 0;
		top: unset;
		transform: unset;
		width: 100%;
	}



}
