/* CSS Document */

/* Large desktop - BROWSER SIZE 1 */
@media only screen and (min-width: 1200px) and (max-width: 5000px) { /* crank up to 5000px to support high res monitors and TV's */

	.pm-mobile-menu-overlay, .pm-mobile-global-menu {
		display:none;	
	}
	.header-fixed {
		display:none;
	}
}

/* Portrait tablet to landscape and desktop - BROWSER SIZE 2 */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.pm-mobile-menu-overlay, .pm-mobile-global-menu {
		display:none;	
	}
	.header-fixed {
		display:none;
	}
	.header-logo {
		padding-top: 34px;
	}
	.header-title {
		font-size: 17px;
		font-weight: 700;
		line-height: 26px;
		font-style: italic;
		color: #999999;
		padding-top: 28px;
		padding-left: 5px;
	}
	.header-phone1 {
		padding-top: 27px;
		line-height: 20px;
		font-size: 17px;
	}
	.phones-st {
		display: inline-block;
		text-align: left;
		width: 200px;
	}
	.sf-menu a {
		padding: 0px 14px;
		font-size: 12px!important;
	}
	.sf-menu a.calca {
		padding: 0px 14px 0px 23px;
	}
	.topba {
		height: auto;
		background-size: auto 500px;
	}
	.order-top-form {
		/*margin-top: 500px;*/
	}
	.box-modal-bottom {
		margin: 20px 0px 20px 40px;
		width: 842px;
	}
	.margle {
		margin-left: 0px;
	}

}

/* Landscape phone to portrait tablet - BROWSER SIZE 3 */
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.pm-mobile-menu-overlay, .pm-mobile-global-menu {
		display:none;	
	}
	.header-fixed {
		display:none;
	}
	header {
		height: auto;
	}
	header.header1 {
		height: auto;
	}
	.header-title {
		font-size: 22px;
		padding-top: 30px;
	}
	.navbar-collapse {
		padding-top: 0px;
	}
	
	.menu {
		margin-bottom: 0px;
	}
	.sf-menu a {
		padding: 0px 0px;
		font-size: 11px;
	}
	.sf-menu a.calca {
		padding: 0px 0px 0px 23px;
		font-size: 11px;
	}
	.order-top-form-cap span.bold {
		font-size: 32px;
	}
	.order-top-form-cap {
		font-size: 17px;
		margin-bottom: 25px;
	}
	
	.topba {
		height: auto;
		margin-top: 250px;
		background-size: auto 400px;
	}
	.order-top-form {
		margin-top: 400px;
	}
	.th-chistka, .th-moyka, .th-prof {
		padding: 96px 5px 20px 5px;
		font-size: 16px;
	}
	.compare-table tr td, .compare-table tr td.zel {
		font-size: 13px;
		padding: 8px 10px 8px 50px;
	}
	.compare-table tr td:first-child {
		font-size: 13px;
		padding: 8px 10px 8px 10px;
	}
	.box-modal-bottom {
		margin: 20px 0px 20px 80px;
		width: auto;
	}
	.box-modal-bottom .btn-top-form {
		margin: 20px 0px 0px 130px;
	}
	.margle {
		margin-left: 0px;
	}
	.inpage {
		margin-top: 30px;
	}

}

/* All Mobile Sizes (devices and browser) - BROWSER SIZE 4 */
@media only screen and (max-width: 767px) {
	header {
		height: auto;
		padding-top: 20px;
		position: relative;
	}
	header.header1 {
		height: auto;
		position: relative;
		top: autp;
		width: 100%;
		background: #ffffff;
		border-bottom: 1px solid #099752;
		z-index: 1000;
		transition: all 0.3s ease 0s;
	}
	.header-logo1 {
		padding-right: 15px;
	}
	.phones-st {
		display: block;
		text-align: center;
		width: 100%;
		padding-bottom: 5px;
	}
	.header-phone1 {
		padding-top: 15px;
		text-align: center;
		float: none;
		transition: all 0.3s ease 0s;
	}
	.header-phone2 {
		width: 180px;
		margin: 0px auto;
		float: none;
	}
	.pm-header-logo {
		margin: 0 auto;
	}
	.pm-header-cap {
		font-size: 19px;
		margin-top: 40px;
	}
	.header-logo {
		padding-top: 37px;
		text-align: center;
	}
	.header-logo img {
		width: 60%;
	}
	.header-title {
		padding-top: 0px;
		text-align: center;
		padding-left: 0px;
	}
	.header-phone {
		padding-top: 12px;
		float: left;
		padding-left: 15px;
		margin-bottom: 14px;
		
		background: url(../img/icontop.png) no-repeat 0px -156px;
	} 
	.header-phone a {
		display: inline-block;
		margin-left: 15px;
	}
	.header-phone1-top {
		border-bottom: 1px solid #e9e9e9;
		border-top: 1px solid #e9e9e9;
		padding-top: 12px;		
		padding-bottom: 12px;
		margin-bottom: 12px;
		text-align: center;
	}
	.header-phone1-bot {
		border-bottom: 1px solid #e9e9e9;
		padding-bottom: 12px;
		margin-bottom: 0px;
		text-align: center;
	}
	.header-inst-email {
		padding-left: 0px;
		padding-top: 15px;
		float: none;
		text-align: right;
		margin-bottom: 15px;
		clear: both;
		text-align: center;
	}
	.header-inst-email::after {
		content: ' ';
		display: block;
		width: 100%;
		clear: both;
	}
	.myvinst {
		font-size: 14px;
		font-weight: normal;
		display: block;
		line-height: 16px;
		text-align: center;
		margin-bottom: 3px;
		transition: all 0.3s ease 0s;
	}
	.header-inst {
		padding: 0px 0px 3px 21px;
		font-size: 14px;
		float: none;
		display: inline-block;
		background-size: 17px 155px;
	}
	.header-email {
		padding: 1px 0px 2px 21px;
		font-size: 13px;
		margin-left: 10px;
		float: none;
		display: inline-block;
		background-size: 17px 155px;
		background-position: 0px -67px;
	}
	#slidebox {
		top:80px;
	}
	.pm-main-menu {
		clear: both;
	}
	
	/* Collapse navigation to mobile format */
	.pm-main-menu {
		padding:20px 0 0 !important;
		display:none;
	}
	
	.pm-nav {
		float:left;
		width:100%;
		overflow:hidden;	
	}
	
	.pm-nav li {
		float:left;
		clear:left;
		width:100%;	
	}
	
	.sf-menu ul {
		position:relative !important;
		overflow:hidden !important;	
	}
	
	.pm-main-menu {
		clear: both;
		padding: 0 !important;
	}
	.sf-menu li {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #8bd226;
		background-image: none;
	}
	.sf-menu li:first-child {
		border-left: none;
		border-top: 1px solid #8bd226;
		background-image: none;
	}

	.sf-menu li:hover,
	.sf-menu li.sfHover,
	.sf-menu li:first-child:hover	{
		background: #569200;
	}
	.sf-menu a:hover {
		background-color: #569200;
	}
	.sf-menu li:hover a,
	.sf-menu li.sfHover a {
		color: #ffffff;
		background: #569200;
	}
	
	.sf-menu ul {
		padding: 0 0px;
	}
	.sf-menu a {
		color: #ffffff;
		padding: 10px 20px;
		height: auto;
		line-height: 30px;
	}
		
	
	.sf-menu ul {
		border-bottom: none;
		left: 0px; 

	}
	.sf-menu ul li:before {
		top: 13px;
	}
	.inpage {
		margin-top: 30px;
	}
	.mob-cap {
		color: #FFFFFF;
		margin-top: 12px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	
	.topba {
		height: auto;
		background: none;
		padding: 20px 0px 0px 0px;
		margin-top: 0;
	}
	.main-banner {
		padding: 10px 0px;
		margin-top: 0px;
	}
	.order-top-form {
		margin-top: 20px;
		background-size: contain;
		border-bottom: 4px solid #44b02c;
		padding-bottom: 25px;
	}
	.order-top-form-cap span.bold {
		font-size: 38px;
	}
	.order-top-form-cap {
		font-size: 18px;
	}
	.cap-one {
		font-size: 30px;
		margin-top: 30px;
	}
	.cap-one span {
		font-size: 30px;
	}
	.chp-text {
		text-align: center;
	}
	.otz-pic-wrap {
		margin-top: 20px;
	}
	.compare {
		width: 100%;
		overflow: auto;
	}
	.check-label {
		width: 90%;
	}
	.th-chistka, .th-moyka, .th-prof {
		padding: 96px 5px 20px 5px;
		font-size: 16px;
	}
	.compare-table tr td, .compare-table tr td.zel {
		font-size: 13px;
		padding: 8px 10px 8px 50px;
	}
	.compare-table tr td:first-child {
		font-size: 13px;
		padding: 8px 10px 8px 10px;
	}
	.box-modal-bottom {
		margin: 20px 0px 20px 80px;
		width: auto;
	}
	.box-modal-bottom .btn-top-form {
		margin: 20px 0px 0px 130px;
	}
	.box-modal-bottom {
		margin: 20px 0px 20px 20px;
		width: auto;
		text-align: center;
	}
	.box-modal-bottom .input-medium1 {
		margin: 10px 0px 10px 0px;
	}
	.box-modal-bottom .select-medium1 {
		margin: 10px 0px 10px 0px;
		min-width: 265px;
	}
	.box-modal-bottom .btn-top-form {
		margin: 10px 0px 10px 0px;
	}
	.mapcont {
		height: 450px;
	}
	.contact-block {
		margin-top: 0px;
		margin-bottom: 30px;
		height: auto;
		border-bottom: 1px solid #77ca00;
	}
	.map {
		height: 450px;
		min-height: 450px;
		width: 100%;
		position: relative;
	}
.map #ymaps1658755933695555284 {
		height: 450px!important;
	}

	.margle {
		margin-left: 0px;
	}
	.slide {
		padding: 0px 0px;
	}
	.carousel-control.right {
		right: 0px;
		left: auto;
		width: 30px;
	}
	.carousel-control.left {
		left: 0px;
		width: 30px;
		right: auto;
	}
	.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
		left: 0;
		margin-left: -8px;
	}
	}
	.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
		right: 0;
		margin-right: 20px;
	}
	.otz-pic-wrap1 {
		margin-bottom: 20px;
	}
	.cap-skid {
		font-size: 46px;
	
	}
	.mob-center {
		text-align: center;
	}
	.footer-email {
		text-align: center;
	}
	.footer-email.header-email {
		margin-left: 0px;
	}
	.columnContainer .row.calc-result [class*="col-"], #sc_cost {
		padding-bottom: 0px;
	}
	#cc_crm [class*="col-"] {
		padding-bottom: 0px;
	}
	
}

/* Landscape phones and down - BROWSER SIZE 5 */
@media (max-width: 480px) {
	
	header {
		height: auto;
		padding-top: 40px;
	}
	
	.pm-header-logo {
		margin: 0 auto;
	}
	
}

/* iphone portrait mode - BROWSER SIZE 6 */
@media (max-width: 320px) {
	header {
		height: auto;
		padding-top: 40px;
	}

	.pm-header-logo {
		margin: 0 auto;
	}
	
}

@media screen and (min-width: 768px)
{
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 20px;
}
}