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

/*------------------------------------------------------------------------------
 ******************* ВСПОМОГАТЕЛЬНЫЕ СТИЛИ *************************************
-------------------------------------------------------------------------------*/

/*
Для изменения свойств элементов - раскомментировать и поменять со стандартных на нужные:
*/
/*------------------------------------------------------------------------------
		a.blue:link {color: #006699; text-decoration: underline; }
		a.blue:visited {color: #006699; text-decoration: underline; }
		a.blue:active {color: #006699; text-decoration: underline; }
		a.blue:hover {color: #009999; text-decoration: none; }

		body {
			background: #f5f5f5;
		}

		html, body, h1, h2, h3, h4, h5, h6, div, span, input, textarea, table, td {
			font-family: 'Nunito', sans-serif;
		}



		///////////// Checkbox & Radio

		.checkbox:after {
			border-left: 4px solid #535353 !important;
			border-bottom: 4px solid #535353 !important;
		}

		.radio:after {
			background-color: #535353 !important;
		}

		.radio:before, .checkbox:before {
			border: 1px solid #dddddd !important;
			background-color: #dddddd !important;
		}

		<input type="checkbox" id="cb1" checked> <label class="checkbox" for="cb1">Флажок 1</label>
		<input type="radio" name="rb" id="rb1" checked> <label class="radio" for="rb1">Переключатель 1</label>




		///////////// Кнопки

		input[type=submit], button, .btn {
			background: #232323 !important;
		}

		input[type=submit]:hover, button:hover, .btn:hover {
			background: #363636 !important;
		}
		
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


body {
	background: #fefefe;
}

header, section, nav, footer {
	padding: 0;
}

.btn-go,
button {
	height: 60px;
	line-height: 58px;
	border-radius: 30px;
	border:0;
	padding: 0 36px;
	font-weight: 600;
	font-size: 1em;
	text-transform: uppercase;
	background: rgba(216, 27, 96, 1);
	background: rgb(56, 142, 60);
	/*background: #e53935;*/
	background:#43A047;
	/*background: #0277bd;*/
	background: linear-gradient(135deg, #FDD835 0%, #FF8F00 100%);
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, .20);*/
	color:#fff;
	color: #000;
	transition: 0.2s;
	cursor: pointer;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, .2);
}


.btn-go:hover,
button:hover {
	background: rgb(194, 24, 91);
	background: rgb(27, 94, 32);
	/*background: #900;*/
	/*background: #01579B;*/
	background: #2E7D32;
	background: linear-gradient(135deg, #FF8F00 0%, #FDD835 100%);
}


.popup2 input[type='file'] {
	position: absolute;
	left: -9999px;
}

.popup2 label {
	width: 70%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	margin-top: 10px;
}

.popup2  p.inf {
	line-height: 1.5;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0 15%;
}


.btn-go {
	height: 60px;
	line-height: 60px;
	border: 0;
	/*border: 2px solid #fff;*/
	border-radius: 0;
}


h2 {
	position: relative;
	padding-left: 50px;
	font-size: 2.75em;
	color:#000;
	text-transform: uppercase;
	margin-bottom: 50px;
}

h2:before {
	content: "";
	position: absolute;
	left:0;
	bottom: 0;
	top:0;
	width: 25px;
	background: #e53935;
}


header .hamburger {
	display: none;
}

header .close-hamburger {
	display: none;
}


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



header {
	/*height: 100vh;*/
	padding: 0 0 75px 0;
	background: url(/system/images/main/bg-header-1.jpg) center center / cover;
	position: relative;
}

header.tiny {
	padding: 0 0 15px 0;
}

header:before {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, .65);
}

header .con {
	z-index: 10;
}

header .top {
	height: 150px;
	margin-top: 25px;
	position: relative;
}

header .logo {
	height: 150px;
	width: 380px;
	float: left;
}

header .logo .image {
	width: 100%;
	height: 120px;
	background: url(/system/images/main/logo-w1.png) left center / contain no-repeat;
}

header .logo .name {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 0.8em;
	font-weight: 400;
}

header .address {
	float:left;
	margin-left: 25px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-left: 5px solid #e53935;
	padding-left: 50px;
}


header .address .location {
	font-weight: 600;
	color:#fff;
}

header .address .worktime {
	font-weight: 400;
	font-size: 0.8em;
	margin-top: 10px;
	color:#fff;
}

header .contacts {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color:#fff;
	text-align: right;
}

header .contacts .phone {
	font-size: 1.75em;
	font-weight: 800;
}

header .contacts .phone.phone2 {
	font-size: 1.35em;
	margin-top: 5px;
}

header .contacts .phone.phone2 .socials {
	height: 23px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 74px;
	top: 4px;
	background: url(/system/images/main/socials-1.png) center center / contain no-repeat;
	margin-right: 10px;
}

header .contacts .btn-go {
	margin-top: 25px;
	font-size: 0.65em;
	height: 34px;
	line-height: 32px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 22px;
	border-radius: 0;
}


header .menu {
	height: 50px;
	margin-top: 25px;
	/*padding: 0;
	background: rgba(0, 0, 0, .50);
	
	display: block;
	padding:  0 5px;*/

	display: table;
    width: 100%;
    /*table-layout: fixed;*/
    background: #fff;
    overflow: visible;
}

header.tiny .menu {
	margin-bottom: 10px;
}

header .menu .btn-menu {
	/*position: relative;
	top:-1px;
	
	display: inline-block;
	padding: 0;
	text-align: center;*/
	position: relative;
	top:0px;
	height: 50px;
	line-height: 50px;
	display: table-cell;
	text-align: center;
	transition: 0.2s;
	cursor: pointer;
}

header .menu .btn-menu.first {
	width: 50px;
}

header .menu .btn-menu.first span {
	border-left: 0;
	font-size: 1em;
}

header .menu .btn-menu.first span i {
	font-size: 1.5em;
	position: relative;
	top:4px;
}



header .menu .btn-menu span {
	display: block;
	line-height: px;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	color:#000;
	/*padding: 0 25px;*/
	position: relative;
	/*border-left: 1px solid rgba(0, 0, 0, .2);*/
}

header .menu .btn-menu:hover {
	background: rgba(0, 0, 0, .20);
}

header .menu .btn-menu.first:hover {
	background: transparent;
	cursor: default;
}

header .menu .btn-menu:before {
	content: "";
	position: absolute;
	left:0;
	top:0;
	bottom: 0;
	width: 1px;
	background: rgba(0, 0, 0, .2);
}

header .menu .btn-menu.first:before,
header .menu .btn-menu.no-line:before {
	display: none;
}

header .menu .btn-menu.metallolom span {
	font-size: 1.0em;
	position: relative;
	z-index: 10;
	top:1px;
	color:#fff;
	color:#000;
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, .20);*/
}

header .menu .btn-menu.metallolom div {
	position: absolute;
	inset: 0;
	top:-5px;
	bottom: -5px;
	z-index: 5;
}

header .menu .btn-menu.metallolom:before {
	content: "";
	position: absolute;
	left:0;
	top:-5px;
	bottom: -5px;
	right: 0;
	width: unset;
	background: #43A047;
	background: linear-gradient(135deg, #FDD835 0%, #FF8F00 100%);
	border-radius: 0;
	transition: 0.2s;
}

header .menu .btn-menu.metallolom:hover:before  {
	background: #2E7D32;
	background: linear-gradient(135deg, #FF8F00 0%, #FDD835 100%);
}



header .mid {
	margin-top: 75px;
}

header.tiny .mid {
	display: none;
}

header .mid h1 {
	font-size: 3.25em;
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 50px;
}

header .mid .plus {
	width: 33.33333333%;
	float: left;
	margin-bottom: 15px;
}

header .mid .plus .icon {
	float: left;
	width: 35px;
	height: 35px;
	background: #FDD835;
	text-align: center;
	line-height: 35px;
	border-radius: 30px;
	color:#111;
	font-size: 1.2em;
}

header .mid .plus .text {
	float: left;
	width: calc(100% - 50px);
	margin-left: 15px;
	padding-top: 10px;
	line-height: 1;
	font-weight: 600;
	font-size: 0.8em;
	color:#FDD835;
	text-transform: uppercase;
}

header .mid .btn-go {
	margin-top: 35px;
	height: 72px;
	line-height: 72px;
}


header .mid .price {
	padding: 25px;
	background: rgba(0, 0, 0, .65);
	overflow: hidden;
}

header .mid .price h2 {
	font-size: 1.75em;
	font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
	color:#fff;
}

header .mid .price .b-2 {
	padding: 10px 0;
	color:#fff;
	border-bottom: 1px dashed rgba(255, 255, 255, .20);
}

header .mid .price .b-2.r {
	text-align: right;
	font-weight: 600;
}

header .mid .price .b-2.last {
	border-bottom: 0;
}




.price-on-every-page {
	padding: 25px;
	background: rgba(0, 0, 0, 1);
	overflow: hidden;
}

.price-on-every-page h2 {
	font-size: 1.75em;
	font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
	color:#fff;
}

.price-on-every-page .b-2 {
	padding: 10px 0;
	color:#fff;
	border-bottom: 1px dashed rgba(255, 255, 255, .20);
}

.price-on-every-page .b-2.r {
	text-align: right;
	font-weight: 600;
}

.price-on-every-page .b-2.last {
	border-bottom: 0;
}



section.uslugi {
	padding: 75px 0;
	background: #efefef;
}

section.uslugi .ins {
	padding: 25px;
	background: #fff;
	position: relative;
}

section.uslugi .ins .image {
	position: absolute;
	top: 25px;
	right: 25px;
	left: 25px;
	padding-top: 50%;
}
/*
section.uslugi .ins .image:before {
	content: "";
	float: left;
	padding-top: 60%;
}*/

section.uslugi .ins .header {
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	position: absolute;
	left: 25px;
	right: 25px;
	top: calc(35px + 50%);
}

section.uslugi .ins .btn-go {
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom: 25px;
}




section.main-text {
	padding: 75px 0;
}

section.main-text p {
	margin: 20px 0;
	line-height: 2;
}

section.main-text .lic .b-2 {
	padding: 5px 5px;
}

section.main-text .text {
	padding-right: 50px;
}



section.map {
	padding: 50px 0;
	background: #efefef;
	height: 600px;
}



footer {
	padding: 50px 0;
	background: #122323;
	overflow: visible;
	z-index: 100;
}


footer .menu-btn-open {
	border:1px solid #ccc;
	color:#ccc;
	height: 40px;
	line-height: 38px;
	padding: 0 28px;
	display: inline-block;
	border-radius: 0;
	cursor: pointer;
	transition: 0.2s;
}

footer .menu-btn-open:hover {
	border-color: #fff;
	color:#fff;
}

footer .menu {
	width: 270px;
	padding: 25px 28px;
	background: #fff;
	overflow: visible;
	position: absolute;
	line-height: 2;
	left: 0;
	bottom: 62px;
	box-shadow: 0 0 28px rgba(0,0,0,0.25), 0 0 10px rgba(0,0,0,0.22);
	border-radius: 0;
	display: none;
}

footer .menu-btn-open i.la-times {
	display: none;
}

footer .menu .menu-arrow {
	width: 30px;
	height: 16px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background: #fff;
	position: absolute;
	bottom: -15px;
	left: 22px;
}

footer .address {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:200px;
	color:#ccc;
	font-size: 1em;
}


footer .phone {
	text-align: right;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0;
}

footer .phone i {
	display: none;
}

footer .phone .number {
	font-size: 1.6em;
	color:#fff;
	font-weight: 800;
}

footer .phone .email {
	font-size: 1.2em;
	color:#fff;
	font-weight: 400;
}


section.under-footer {
	background: #000;
	padding: 7px 0;
}

section.under-footer .con {
	font-size: 0.8em;
	color:#555;
	text-align: center;
}





section.information-page {
	padding: 25px 0 75px 0;
}

section.information-page .breadcrumbs {
	padding-bottom: 50px;
	font-size: 0.8em;
	color:#777;
}

section.information-page .text-info {
	padding-right: 50px;
}