@charset "utf-8";

/*SMARTPHONS & PLANSHETS*/
@media screen and (max-width:1200px) and (min-width: 0){
	.holst__title {
		font-family: var(--font-family-1);
		font-size: 2.3rem;
		line-height: 2.5rem;
		text-align: center;
	}
	.form-user-buttons {
		text-align: center;
		width: 100%;
	}
	#button-kalk{
		float:none !important;
	}
	.calculator .total {
		color: var(--site-color);
		font-family: var(--font-family-1);
		font-size: 24px;
	}
   .post-style {
      margin-bottom: 30px;
      background: #f6f6f6;
      /*background-image: url(../images/srez.png);*/
      background-position: 40px center;
      background-repeat: no-repeat;
      padding:30px 15px 30px 15px;
      border-left: 4px solid var(--site-color);
   }
	.konsultaciy-man {
		display:none;
	}
	.bg-konsultaciy-strelka:after {
		display:none;
	}
	.number-list > ul > li:after{
		display: none;
	}
	.footer__copy-col, .footer__menu {
		text-align:center !important;
	}
	.holst__big-text {
		font-family: var(--font-family-1);
		font-size:36px;
		margin-bottom: 15px;
		line-height:38px;
	}
	.holst__simple-text {
		font-family: var(--font-family-2);
		margin-bottom: 30px;
		width: 100%;
	}
	.slide-image {
		margin-top: 40px;
	}
	.slide__simpletext span {
		font-size: 32px !important;
	}
	.slide-image img{
		float:none;
		width: 90%;
		margin: auto;
	}
	.stroka-poisk button {
		width: 25%;
	}
	.stroka-poisk input {
		width: 83%;
	}
	.gor-menu {
		display:none;
	}
	.top__buttons a {
		margin-right: 5px;
	}
	.top__phonetext {
		padding: 0 0 0 25px;
		color: #fff;
		font-size: 13px;
	}
	.top__phone {
		margin-top: 20px;
		padding: 0 0 0 25px;
		color: #fff;
		font-size: var(--font-family-1);
		font-style: normal;
		font-weight: 100;
		font-size: 34px;
		line-height: 25px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.top__col {
		text-align:center;
		border:none !important;
	}
	.top__lozung {
		border:none;
	}
	.header__bg{
		min-height: 600px !important;
		background-position: center center;
		overflow: hidden;
	}
	.mobil-icon, .left-blok {
		display: block;
	}
	
	/*MOBIL ICON*/
	.left-menu {
		text-align:left;
	}
	.left-menu > ul{
		margin:0;
		padding: 0;
		margin-bottom: 30px;
	}
	.left-menu > ul > li{
		display:block;
	}
	.left-menu > ul > li > a{
	display: block;
    color: #000;
    font-size: 16px;
    font-family: var(--font-family-1);
    letter-spacing: 2px;;
	}
	.left-logo {
		text-align:center;
		margin-bottom: 40px;
	}
	.left-logo img{
		width:60%;
	}
	.mobil-icon, .left-blok {
		display: block;
	}
	.left-blok {
		position: fixed;
		z-index: 9;
		top: 0;
		left: 0;
		width: 280px;
		height: 100%;
		margin-left: -300px;
		background: #f9f9f9;
		box-shadow: 20px 3px 27px -26px rgba(0,0,0,0.5);
		padding: 15px 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.left-blok{
		-moz-transform: translateX(0px);
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transform: translateX(0px);
		-webkit-transition: all 0.4s ease-in-out;
		-o-transform: translateX(0px);
		-o-transition: all 0.4s ease-in-out;
	}
	.left-blok-open {
		left: 300px !important;
		-moz-transform: translateX(0px);
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transform: translateX(0px);
		-webkit-transition: all 0.4s ease-in-out;
		-o-transform: translateX(0px);
		-o-transition: all 0.4s ease-in-out;
	}
	.mobil-icon {
		width: 30px;
		height: 30px;
		position: absolute;
		top:45px;
		right: 15px;
		z-index: 4;
	}
	#checkbox1{
		display:none;
	}
	.hamburger {
		margin: 0 auto;
		margin-top: -10px;
		width: 30px;
		height: 30px;
		position: relative;
	}

	.hamburger .bar {
		padding: 0;
		width: 30px;
		height: 4px;
		background-color:#000;
		display: block;
		border-radius: 4px;
		transition: all 0.4s ease-in-out;
		position: absolute;
		z-index: 3;
	}

	.bar1 {
		top: 0;
	}

	.bar2,
	.bar3 {
		top: 13.5px;
	}

	.bar3 {
		right: 0;
	}

	.bar4 {
		bottom: 0;
	}

	/* HAMBURGER 1 */
	.checkbox1:checked + label > .hamburger1 > .bar1{
		transform: rotate(45deg);
		transform-origin: 5%;
		width: 41px
	}

	.checkbox1:checked + label > .hamburger1 > .bar2 {
		transform: translateX(-40px);
		background-color: transparent;
	}

	.checkbox1:checked + label > .hamburger1 > .bar3 {
		transform: translateX(40px);
		background-color: transparent;
	}

	.checkbox1:checked + label > .hamburger1 > .bar4 {
		transform-origin: 5%;
		transform: rotate(-45deg);
		width: 41px;
	}
	/*MOBIL ICON END*/
	.mission__row {
		background: none;
	}
}

/*SMARTPHONS*/
@media screen and (max-width:767px) and (min-width: 0){
	.footer__col-title {
		font-size: 18px;
		text-transform: uppercase;
		color: #FFFFFF;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.vopross__forma {
		width: 100%;
	}
	
	.client-list {
	       height: 270px;
    display: block;
    overflow: auto;
	}
	
	.img-contact {
	    display:none;
	}
	
   .show-clients {
       display:block;
       text-align:center;
   }

	
	.footer__col {
		text-align:center;
	}
	.footer__col-title.text-right, .footer__col-text.text-right {
		text-align: center !important;
	}
	.footer__col img {
		margin-bottom: 30px;
	}
	.slide {
		position: relative;
		z-index: 3;
	}
     .slide__bigtext {
		font-size: 2.8rem;
		color: #FFFFFF;
		line-height: 42px;
		text-shadow: 0px 5px 0px rgba(0,0,0,0.2);
		margin-bottom: 15px;
	}
	.slide__bigtext span {
		font-size: 40px;
		color: #FFFFFF;
		line-height: 32px;
		text-shadow: 0px 5px 0px rgba(0,0,0,0.2);
	}
	.slide__simpletext {
		font-size: 18px;
		color: #FFFFFF;
		line-height: 20px;
		text-shadow: 0px 3px 0px rgba(0,0,0,0.2);
		margin-bottom: 30px;
	}
	.top__lozung {
		border-left: 0;
		margin-top: 6px;
		padding: 0 0 0 0px;
		color: var(--site-color3);
		font-size: var(--font-family-1);
		font-style: normal;
		font-weight: 100;
		font-size: 15px;
		line-height: 17px;
		text-transform: uppercase;
	}
	.top__phone {
		margin-top: 5px;
		padding: 0px 0 0 0;
		color: var(--site-color3);
		font-size: var(--font-family-1);
		font-style: normal;
		font-weight: 100;
		font-size: 35px;
    	line-height: 35px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
}

@media (max-width: 768px) { 
.list-img > div {
    width:49%;
 }
 
 .client-list li {
     width:100%;
 }
 
 .top__buttons {
    margin-top: 20px;
}

.product__col-item-title { 
    font-size:18px;
    line-height:22px;
    margin-bottom:0px;
}
 
 .product__col-item-intro {
     display:none;
 }
 
}

@media (max-width: 1024px) { 
.slider{
    display:none !important;
}
}

/*PLANSHETS*/
@media screen and (min-width: 768px) and (max-width: 1200px){
   
}
