/*******************************************
 *** Файл стилей 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, th, nav, section, nav, header, select, footer, button {
		  font-family: 'Montserrat', 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@200;300;400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html, body, h1, h2, h3, h4, h5, h6, div, span, input, textarea, table, td, th, nav, section, nav, header, select, footer, button {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  color: #283238;
}

body {
	background: #fefefe;
}

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


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


:root {
	--color-main: #283238;
	--green: #00897b;
	--greenhover: #01554c;
	--yellow: #ffcc33;
	--yellowlight: #fee18b;
}

.root {
	color: var(--color-main);
}

.def-btn {
	display: inline-block;
	background: #e53935;
	color:#fff;
	padding: 0 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1em;
	font-weight: 400;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.1s;
	text-align: center;
	&:hover {
		background: #a00a00;
		transition: 0.2s;
	}
}



.mobile-menu, .hamburger {
	display: none;
}




nav {
	height: 100px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 6px 6px rgba(0,0,0,0.07);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

nav .con {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

nav .con .logo {
	width: 220px;
	height: 62px;
	background: url(/sys/images/main/logo-3.png) left center / contain no-repeat;
}

nav .con .address span,
nav .con .contacts span {
	display: block;
}

nav .con .menu-btn {
	font-size: 1.0em;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	position: relative;
	cursor: pointer;
}

nav .con .menu-btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: var(--yellow);
	transition: 0.1s;
}

nav .con .menu-btn:hover:before {
	width: 100%;
	transition: 0.25s;
}

nav .con .menu-btn.last {
	margin-right: 25px;
}

nav .con .address span:first-child,
nav .con .contacts span:first-child {
	margin-bottom: 2px;
}

nav .con .address span:last-child {
	margin-top: 2px;
}

nav .con .address span {
	text-align: center;
	font-size: 1em;
	color: var(--btn);
}

nav .con .address span i {
	color: var(--yellow);
}

nav .con .contacts span {
	text-align: right;
	font-size: 1.75em;
	font-weight: 800;
	margin-bottom: 2px;
}

nav .con .contacts span:nth-child(2),
nav .con .contacts span:nth-child(3) {
	text-align: right;
	font-size: 1.0em;
	font-weight: 800;
}

nav .con .contacts span:nth-child(3) {
	margin-bottom: 0;
}


header {
	padding: 100px 0 75px 0;
	margin-top: 100px;
}

header .con {
	z-index: 2;
}

header .con > div {
	width: 60%;
}

header .con > div h1 {
	color: #fff;
	font-size: 3.5em;
	line-height: 1;
	margin-bottom: 50px;
}

header .con .imgbanner {
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 20px;
	left: 64%;
	width: unset;
	background: url(/sys/images/banners/banner-beton-2025-1.jpg) top center / contain no-repeat;
	z-index: 1000;
}

.imgbannermobile {
	display: none;
}

header .con > div h1 span {
	color: #fff;
}

header .con > div .p-line {
	padding: 15px 0 15px 25px;
	border-left: 5px solid var(--yellow);
	position: relative;
	left: 2px;
	width: 75%;
	margin-bottom: 100px;
}

header .con > div p {
	line-height: 1.5;
	color: #fff;
	margin-bottom: 15px;
}

header .con > div p:last-child {
	margin-bottom: 0;
}

header .con > div h1 span:nth-child(1) {
	font-size: 3em;
	display: block;
	position: relative;
	left: -5px;
}

header .con > div h1 span:nth-child(2) {
	color: var(--yellow);
}

header .con > div .form-intro {
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 20px;
}

div.form {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

div.form div:nth-child(1),
div.form div:nth-child(2) {
	width: calc(37% - 10px);
	height: 50px;
}

div.form div.go-btn {
	width: 26%;
	background: var(--green);
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	border-radius: 500px;
	height: 50px;
	transition: 0.25s;
	cursor: pointer;
}

div.form div.go-btn:hover {
	background: var(--greenhover);
}

div.form div input {
	border-radius: 500px;
	background: rgba(255, 255, 255, 1);
	border:0;
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
}

header .con > div small {
	display: block;
	margin-top: 20px;
	color: var(--yellow);
}

header .video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

header .video video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}

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


section {
	padding: 50px 0;
}

h2 {
	padding: 15px 0 15px 25px;
	border-left: 5px solid var(--yellow);
	margin-bottom: 50px;
	color: var(--color-main);
	font-size: 2.5em;
	font-weight: 700;
}

h3 {
	font-size: 2em;
	font-weight: 700;
}

p {
	line-height: 1.75;
}

strong {
	font-weight: 700;
}




section .table {
	width: 100%;
	background: var(--color-main);
}

section .table > div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

section .table > div:first-child {
	border-bottom: 3px solid #fff;
	background: var(--greenhover);
}

section .table > div {
	border-bottom: 1px solid #555;
}

section .table > div:last-child {
	border-bottom: 0;
}

section .table > div > span {
	width: 33.333%;
	color: #fff;
	display: block;
	padding: 15px 25px;
	font-size: 1.25em;
}

section .table.table-two > div > span {
	width: 50%;
}

section .table.table-two > div:first-child > span:nth-child(2) {
	border-right: 0;
}

section .table > div:first-child > span {
	font-weight: 600;
}

section .table > div:first-child > span:nth-child(1),
section .table > div:first-child > span:nth-child(2) {
	border-right: 1px solid #fff;
}

section .table > div > span:nth-child(1),
section .table > div > span:nth-child(2) {
	border-right: 1px solid #555;
}

section .table.table-two > div > span:nth-child(2) {
	border-right: 0;
}


section .table.table-two.table-first-field > div:first-child > span:first-child {
	border-right: 0;
}

section .comment {
	margin-top: 25px;
	padding: 15px 25px;
	background: var(--yellowlight);
	margin-bottom: 25px;
}

section .comment p {
	line-height: 1.75;
	margin-bottom: 15px;
}

section .comment p:last-child {
	margin-bottom: 0;
}


section.info {
	padding-top: 0;
	padding-bottom: 0;
}


section.info h3 {
	margin-bottom: 10px;
}

section.info p {
	margin-bottom: 15px;
}

section.info p strong {
	font-size: 1.25em;
	display: inline-block;
	background: var(--green);
	color: #fff;
	padding: 7px 15px;
}

section.info ul {
	line-height: 2;
	margin-bottom: 25px;
}

section .comment p strong {
	font-size: 1.0em;
	display: inline;
	background: unset;
	color: var(--color-main);
	padding: 0;
}



section.makeanorder .con {
	background: url(/sys/images/main/beton-1.jpg) right center / cover;
}

section.makeanorder .left {
	width: 60%;
	padding: 50px;
	background: rgba(0, 0, 0, .65);
	backdrop-filter: blur(5px);
}

section.makeanorder .left h2,
section.makeanorder .left p {
	color: #fff;
	margin-bottom: 25px;
}

section.makeanorder .left h3 {
	margin-top: 25px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 1.25em;
	font-weight: 400;
}

section.makeanorder .left .phones {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.makeanorder .left .phones span {
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 1.75em;
}

section.makeanorder .left h3 i {
	color: var(--yellow);
}

section.makeanorder .left .form {
	flex-wrap: wrap;
	width: 60%;
}

section.makeanorder .left small {
	color: var(--yellow);
}

section.makeanorder .left .form > div {
	width: 100%;
	margin-bottom: 10px;
}

section.makeanorder .left .form > div.go-btn {
	width: 200px;
}



section.question .que-con {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

section.question .left {
	width: calc(50% - 25px);
}

section.question .left .que {
	margin-bottom: 25px;
}

section.question .left .que:last-child {
	margin-bottom: 0;
}

section.question .left .que span {
	display: block;
}

section.question .left .que span:nth-child(1) {
	font-size: 1.5em;
	font-weight: 700;
	color: var(--green);
	margin-bottom: 20px;
}

section.question .left .que span:nth-child(2) {
	line-height: 1.75;
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	position: relative;
	overflow: visible;
	border: 1px solid var(--color-main);
}

section.question .left .que span:nth-child(2):before {
	content: "";
	position: absolute;
	width: 30px;
	height: 15px;
	background: var(--color-main);
	left: 35px;
	z-index: 1;
	top: -15px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

section.question .left .que span:nth-child(2):after {
	content: "";
	position: absolute;
	width: 28px;
	height: 14px;
	background: #fff;
	z-index: 2;
	left: 36px;
	top: -13px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


section.question .right {
	width: calc(50% - 25px);
	margin-left: 50px;
	background: url(/sys/images/main/beton-bg.webp) center center / cover;
	padding: 50px;
}

section.question .right h3 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
	font-size: 2em;
	color: #fff;
	text-shadow: 0 0 5px black;
}

section.question .right .form {
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	justify-content: center;
}

section.question .right .form input {
	width: 100%;
	background: rgba(255, 255, 255, .70);
}

section.question .right .form textarea {
	padding: 15px 35px;
	border:0;
	background: rgba(255, 255, 255, .70);
	border-radius: 25px;
	height: 120px;
	margin-bottom: 10px;
}

section.question .right .form > div {
	width: 100%;
	margin-bottom: 10px;
}

section.question .right .form > div.go-btn {
	width: 200px;
}





section.contacts {
	padding: 0;
	height: 400px;
	background: url(/sys/images/main/car-beton-2.jpg) center center / cover;
	margin-bottom: 50px;
}

section.contacts .left {
	width: calc(50% + 25px);
	height: 400px;
}

section.contacts .right {
	position: absolute;
	background: rgba(0, 0, 0, .70);
	left: calc(50% + 25px);
	top: 0;
	bottom: 0;
	right: calc((100% - 1200px) / 2);
	backdrop-filter: blur(5px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

section.contacts .right > div {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}

section.contacts .right > div h3 {
	color:var(--yellow);
	font-size: 3em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

section.contacts .right > div span {
	height: 2px;
	width: 100px;
	background: var(--yellow);
	margin-bottom: 15px;
	display: inline-block;
}

section.contacts .right > div:nth-child(1) {
	
}

section.contacts .right > div:nth-child(5) {
	margin-top: 25px;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 0;
}

section.contacts .right > div:nth-child(6) {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 0;
}

section.contacts .right > div:nth-child(7) {
	font-size: 1.5em;
	font-weight: 700;
}

section.contacts .right > div i {
	color: var(--yellow);
}



footer {
	padding: 25px 0;
	background: var(--color-main);
	border-top: 1px solid #222;
}

footer .con {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

footer .con > div {
	color: #777;	
	width: 33.333%;
}


footer .con > div:last-child {
	color: #fff;
	text-align: right;
	font-weight: 700;
}

footer .con > div:nth-child(2) {
	text-align: center;
}


footer .con > div img {
	width: 160px;
	opacity: 0.5;
	display: inline-block;
}



h2.next {
	margin-top: 50px;
}

.table.table-margin {
	margin: 25px 0;
}



.breadcrumbs {
	font-size: 0.8em;
	color: #777;
	margin-bottom: 25px;
}

section.static {
	padding: 50px 0;
	margin-top: 100px;
}

section.static h1 {
	font-size: 3em;
	margin-bottom: 50px;
}


section.padding-top {
	padding-top: 50px;
}



header.sheben {
	background: url(/sys/images/main/sheben.jpg) center center / cover;
}

header .con {
	overflow: visible;
}

header.sheben .con > div h1 span:nth-child(1),
header.arenda .con > div h1 span:nth-child(1) {
	margin-bottom: 25px;
	display: block;
}

header.other .video:before {
	background: rgba(0, 0, 0, .70);
}

section.makeanorder.sheben .con {
	background: url(/sys/images/main/sheben-bg.jpg) center center / cover;
}


header.pesok {
	background: url(/sys/images/main/pesok.jpg) bottom center / cover;
}

section.makeanorder.pesok .con {
	background: url(/sys/images/main/pesok-bg-1.jpg) center center / cover;
}

section.makeanorder.arenda .con {
	background: url(/sys/images/main/arenda-bg.jpg) center center / cover;
}

header.pesok video {
	bottom: 0;
}


header.arenda video {
	top: 50%;
	transform: translateY(-50%);
}


.yakor-block {
	position: relative;
}

.yakor {
	position: absolute;
	bottom: 100px;
}

.buttons-block {
	margin-bottom: 25px;
}

.buttons-block span {
	display: inline-block;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	background: var(--green);
	color: #fff;
	font-weight: 600;
	font-size: 1.0em;
	border-radius: 500px;
	margin-right: 5px;
	margin-bottom: 5px;
}



.images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.images > div {
	width: calc(25% - 20px);
	margin-bottom: 25px;
}

.gosts {
	margin-bottom: 50px;
}

.gosts > div {
	margin-bottom: 10px;
}

.gosts > div i {
	font-size: 2em;
	color: #e53935;
}






.button-whatsapp {
	position: fixed;
	bottom: 50px;
	right: calc((100% - 1200px) / 2);
	width: 84px;
	height: 84px;
	border-radius: 1000px;
	background: #2cb742;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .30);
	text-align:  center;
	line-height: 84px;
	color: #fff;
	font-size: 4em;
	z-index: 100000;
	transition: 0.1s;
	cursor: pointer;
}

.button-whatsapp:hover {
	background: #43A047;
	transition: 0.2s;
}

.button-whatsapp:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 1000px;
	background: transparent;
	border: 5px solid #2cb742;
	animation: animation_wa 2s ease infinite;
	z-index: -1;
}

.button-whatsapp:after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 1000px;
	background: transparent;
	border: 2px solid #2cb742;
	animation: animation_wa2 1s ease infinite;
	z-index: -2;
}


@keyframes animation_wa {   
  0% {     
    transform: scale(1.0);
    filter: blur(0px);
		opacity: 1;
  }   
  100% {
		transform: scale(1.6);
		filter: blur(5px);
		opacity: 0;
  }
}


@keyframes animation_wa2 {   
  0% {     
    transform: scale(1.0);
    filter: blur(0px);
		opacity: 1;
  }   
  100% {
		transform: scale(1.5);
		filter: blur(3px);
		opacity: 0;
  }
}