/*******************************************
 *** Адаптивные стили ADAPTIVE.CSS
 *** Собственность компании WEBBERRIES
 *** https://webberries.ru (C) 2005-2022
 *** Для вопросов: webberries@yandex.ru
 *** Дата обновления: 11.05.2022
 *** Версия файла: V4.00 
 *******************************************/

/*------------------------------------------------------------------------------
 ******************* 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;
	}

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




/*
@media screen and (min-width: 1900px) {
	section, header, footer, nav { 
		min-width: 1880px; 
	}

	div.con { 
		width: 1840px; 
	}
}

@media screen and (min-width: 1600px) and (max-width: 1899px) {
	section, header, footer, nav { 
		min-width: 1560px; 
	}

	div.con { 
		width: 1520px; 
	}
}
*/




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

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

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

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

	div.popup .window input, div.popup .window button {
		width: 90%;
	}

	.mobileclear {
		clear: both !important;
	}





	.hamburger {
		display: inline-block !important;
		margin-left: 10px;
	}

	.mobile-menu {
		position: fixed;
		z-index: 10000;
		inset: 0;
		background: #fefefe;
		padding: 100px 50px 50px 50px;
	}

	.mobile-menu .la-times {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 3em;
		color: #e53935;
	}

	.mobile-menu div {
		display: block;
		text-align: left;
		font-size: 1.75em;
		margin-top: 20px;
	}





	header {
		height: unset;
		padding: 20px;
	}

	header .logo {
		width: 50%;
		height: 80px;
		float: left;
	}

	header .nav {
		display: none;
	}

	header .phone {
		height: 80px;
		width: 45%;
		float: left;
		margin-left: 5%;
		top: unset;
		text-align: right;
	}

	header .phone .number {
		font-size: 2.5em;
		height: 40px;
		line-height: 40px;
	}

	header .phone .number span {
		display: none;
	}

	header .phone .callback {
		font-size: 0.65em;
		display: inline-block;
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
	}




	section.main {
		padding: 50px 20px;
	}

	section.main h1 {
		font-size: 2em;
	}

	section.main h2,
	section.main p {
		font-size: 0.8em;
		text-transform: uppercase;
		color: #fefefe;
		margin-top: 20px;
		font-weight: 400;
	}

	section.main p {
		text-transform: none;
		width: 100%;
		line-height: 1.5;
	}

	section.main .btn-go {
		margin-top: 20px;
		margin-right: unset;
	}

	section.vigoda {
		margin-top: 5px;
		padding: 20px;
		background: linear-gradient(90deg, var(--color-dark-blue) 0%, #111 100%);
	}

	section.vigoda p {
		font-size: 1.0em;
	}

	section.vigoda i.down {
		font-size: 4em;
	}

	section.vigoda-types {
		padding: 20px 10px;
	}
	
	section.vigoda-types .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	section.vigoda-types .con .icon {
		width: calc(33.333333% - 10px);
		margin: 5px;
	}

	section.vigoda-types .con .icon span {
		font-size: 0.65em;
	}



	section.price {
		padding: 20px;
	}

	section.price h2 {
		font-size: 1.5em;
		font-weight: 400;
		margin-bottom: 0px;
	}

	section.price p.attention {
		position: relative;
		top:unset;
		right: unset;
		font-size: 0.8em;
		margin-bottom: 20px;
	}
	section.price .table {
		align-items: center;
	}

	section.price .table .row {
		width: calc(33.3333333% - 3px);
		margin-bottom: 5px;
		height: 50px;
		line-height: 50px;
	}

	section.price .table .row {
		font-size: 0.65em;
	}

	section.price .table .row i {
		display: block;
		line-height: 1.5;
		position: relative;
		padding: 0 10px;
		top:50%;
		transform: translateY(-50%);
	}

	section.price .table .row.head {
		font-size: 0.8em;
	}

	section.price .table .row.right {
		padding-right: unset;
		text-align: center;
	}

	section.price .table .row span:nth-child(1) {
		font-size: 1.25em;
	}



	section.ifque {
		padding: 20px;
	}


	section.ifque p {
		width: 50%;
		font-size: 0.65em;
		color: #fefefe;
		line-height: 1.5;
		font-weight: 400;
		float: left;
		padding-right: 25px;
	}

	section.ifque .contact {
		position: relative;
		top:unset;
		right: unset;
		bottom: unset;
		padding-left: 25px;
		float: left;
		width: 50%;
	}

	section.ifque .contact .def-btn {
		height: unset;
		line-height: 1.5;
		padding: 10px;
		width: 100%;
		font-size: 0.65em;
	}

	section.ifque .contact .phone {
		font-size: 1.0em;
		font-weight: 600;
		color: #fefefe;
		text-align: right;
		margin-bottom: 10px;
	}



	section.cars {
		padding: 20px;
	}

	section.cars h2 {
		font-size: 1.5em;
		font-weight: 400;
		margin-bottom: 20px;
	}

	section.cars .head p {
		width: 100%;
		font-size: 0.8em;
		line-height: 1.5;
		font-weight: 400;
		margin-bottom: 20px;
	}

	section.cars .head .attention {
		font-weight: 600;
		font-size: 1em;
		position: relative;
		right: unset;
		bottom: unset;
		margin-bottom: 20px;
	}

	section.cars .icons div {
		/*width: 14%;*/
		width: 32%;
	}



	section.ifque.ifque-2 {
		padding: 20px;
	}


	section.ifque.ifque-2 p {
		width: 100%;
		font-size: 0.65em;
		color: #fefefe;
		text-align: center;
		line-height: 1.5;
		font-weight: 400;

	}


	section.ifque.ifque-3 {
		padding: 20px;
	}

	section.ifque.ifque-3 p:nth-child(1) {
		width: 50%;
		padding-right: 5%;
		font-size: 1.0em;
		color: #fefefe;
		text-align: left;
		line-height: 1.5;
		font-weight: 400;
		display: block;
		float: left;
	}


	section.ifque.ifque-3 p:nth-child(2) {
		width: 50%;
		padding-left: 5%;
		font-size: 0.65em;
		color: #fefefe;
		text-align: left;
		line-height: 1.5;
		font-weight: 400;
		border-left: 1px solid #fefefe;
		display: block;
		float: left;
		padding-right: 0;
	}



	section.calculator {
		padding: 20px;
	}

	section.calculator h2 {
		font-size: 1.5em;
		font-weight: 400;
		margin-bottom: 20px;
		color: #fefefe;
	}

	section.calculator .field .b-3 {
		padding: 10px;
		width: 100%;
		text-align: center;
	}

	section.calculator h3 {
		font-size: 1.25em;
		font-weight: 400;
		margin-top: 20px;
		color: #fefefe;
		text-align: center;
	}

	section.calculator .field .b-3 p.next {
		margin-top: 10px;
	}

	section.calculator .field .b-3 p {
		font-size: 0.8em;
		font-weight: 600;
		margin-bottom: 0px;
	}




	section.about-us {
		padding: 20px;
	}


	section.about-us h2 {
		font-size: 1.5em;
		font-weight: 400;
		margin-bottom: 20px;
	}

	section.about-us img.slesar {
		float: left;
		margin: 0 0 20px 0;
		width: 100%;
	}

	section.about-us h3 {
		font-size: 1.0em;
		font-weight: 600;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	section.about-us p {
		font-size: 0.8em;
	}

	section.about-us .b-3f p {
		margin: 15px 0;
	}

	section.about-us .b-3f,
	section.about-us .b-3 {
		width: 100%;
	}

	section.about-us .b-3f {
		margin-bottom: 20px;
		padding-right: unset;
	}

	section.about-us .b-3 .def-btn {
		margin-top: 25px;
		font-weight: 600;
		font-size: 1.0em;
	}




	section.gallery {
		padding: 20px;
	}

	section.gallery h2 {
		font-size: 1.5em;
		margin-bottom: 20px;
	}

	section.gallery .gallery-container {
	  column-count: 2;
	}


	section.map {
		height: 350px;
	}


	footer {
		padding: 0 20px;
	}

	footer .con {
		display: flex;
		flex-wrap: wrap;
	}


	footer .con .block {
		width: 100%;
		font-size: 0.8em;
		text-align: center;
		padding: 20px 0;
	}

	footer .con .block img {
		width: 50%;
		display: block;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	footer .con .block:nth-child(3) {
		text-align: center;
	}

	footer .con .block:nth-child(3) p {
		line-height: 1.2;
		font-size: 0.65em;
		margin-top: 20px;
		color: #ccc;
	}



	section.cars-top {
		margin-top: 5px;
		padding: 100px 20px;
	}

	section.cars-top h1 {
		font-size: 2em;
		width: 100%;
	}


	section.cars-middle {
		padding: 20px;
	}

	section.cars-middle p {
		margin: 20px 0;
		font-size: 0.8em;
	}

	section.cars-middle h2 {
		font-size: 1.5em;
		font-weight: 400;
		margin-bottom: 20px;
	}



}
