@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	background: #F2F2EF;
}

a {
    outline-style: none;
}

header, footer, section {
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1270px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
}

header {
	text-align: left;
	min-height: 85px;
	background: url('/images/top-bg.jpg') top center no-repeat;
	padding: 30px 0;
	box-sizing: border-box;
}

.index-head-container {
	margin: 30px auto;
	text-align: center;
}

.header-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logo{
	display: block;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.logo a {
	position: relative;
}

.index-header {
	font-weight: 700;
	font-size: 42px;
	letter-spacing: 0.01em;
	text-align: center;
	color: #fff;
	margin: 20px auto 40px auto;
}

.index-description {
	font-weight: 400;
	font-size: 30px;
	line-height: 113%;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.sf2-callBtn {
	background: #038F07 !important;
    color: #fff;
	font-size: 18px !important;
}

.sf2SendBtn {
	background: #038F07 !important;
    color: #fff;
}

.sf2-callBtn:hover,
.sf2SendBtn:hover {
	background: #038F07 !important;
}

.sf2-form-group a {
	color: #038F07;
}

.cont-ph {
	background: url('/images/phone-ico.png') center left no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

.cont-ph a, .cont-em a {
	font-weight: bold;
	font-size: 18px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

.cont-em {
	background: url('/images/email-ico.png') center left no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

#rmn .cont-ph a, #rmn .cont-em a {
	font-weight: bold;
	font-size: 18px;
	display: block;
	text-decoration: none;
	color: #000000;
	margin-bottom: 20px;
}

.nav {
	
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
}

div.nav ul.topmenu {
  	list-style: none;
  	padding: 0;
  	width: 100%;
	margin: 0 auto;
}

div.nav ul.submenu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.topmenu:after {
 	content: "";
 	display: table;
 	clear: both;
}

.topmenu > li {

 	float: left;
 	position: relative;
}

.topmenu > li > a, .topmenu span {
  	text-transform: uppercase;
 	font-size: 16px;
 	font-weight: 600;
 	color: #FFFFFF;
 	padding: 0 10px;
 	margin: 0 auto;
 	text-decoration: none;
	cursor: pointer;
}

.topmenu > li:first-child > a {
	padding: 0 20px 0 0;
}

.topmenu > li > a:hover, .topmenu > li.active > a {
	text-decoration: underline;
    text-decoration-color: #038F07;
	text-decoration-thickness: 3px;
}

.submenu {
  	background: #32B946;
  	position: absolute;
  	left: 0;
  	top: 100%;
  	z-index: 5;
  	opacity: 0;
  	transform: scaleY(0);
  	transform-origin: 0 0;
  	transition: .5s ease-in-out;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	border: 1px solid #038F07;
	width: 250px;
}

.submenu li {
	list-style: none;
	width: 100%;
	line-height: 32px;
}

.submenu a {
  	color: #000;
	text-transform: uppercase;
  	text-align: left;
  	text-decoration: none;
	padding: 12px 15px;
  	font-size: 14px;
	line-height: 14px;
	width: 100%;
	display: block;
	box-sizing: border-box;
  	border-bottom: 1px solid #038F07;
}

.submenu > li:last-child a {
	border-bottom: none;
}

.submenu a:hover {
	background: #038F07;
}

.topmenu > li:hover .submenu {
  	opacity: 1;
  	transform: scaleY(1);
}

ul.mod-breadcrumbs {
	list-style: none;
	padding-left: 0;
}

ul.mod-breadcrumbs li {
	display: block;
	float: left;
	margin-right: 7px;
	font-size: 14px;
	color: #3E3E3E;
}

ul.mod-breadcrumbs a {
	text-decoration: underline;
	font-size: 14px;
	color: #038F07;
}


footer {
	background: #CFD8E2 url('/images/foot-bg.jpg') top center scroll;
	background-origin: padding-box;
	margin: 20px auto 0;
	position: relative;
	color: #000000;
	font-size: 12px;
	line-height: 175%;
	padding: 30px 10px;
	color: #FFFFFF;
	box-sizing: border-box;
}

footer a {
	color: #FFFFFF;
}

footer .container.module {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

footer #topmenu li {
	float: none;
	margin: 15px 0;
}
footer #topmenu li a {
	padding: 0;
}


footer ul {
	list-style: none;
	padding: 0;
	width: fit-content;
	margin: 0 auto;
}

.footmenu li {
	margin: 10px 0;
}

.footmenu a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

.footmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.block-header-black {
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 0.02em;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}

.block-header-white {
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 0.02em;
	color: #FFF;
	text-align: center;
	margin-bottom: 60px;
}

.services-items-block {
	padding-top: 70px;
	padding-bottom: 70px;
	background: url('/images/lines.png') top right no-repeat;
}

.service-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.service-items a {
	text-decoration: none;
}

.service-item {
	width: 300px;
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	margin-bottom: 20px
}

.service-item img {
	width: 100%;
	margin-bottom: 30px;
}

.service-item a {
	font-weight: 600;
	font-size: 18px;
	color: #038f07;
	text-transform: uppercase;
}

.home-product-items-block {
	padding-top: 70px;
	padding-bottom: 70px;
	background: url('/images/home-bg.jpg') top right no-repeat;
}

.home-product-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}


.home-product-item {
	width: 300px;
	height: 100px;
	padding: 15px 30px;
	box-sizing: border-box;
	text-align: left;
	backdrop-filter: blur(25px);
background: rgba(255, 255, 255, 0.25);
	margin-bottom: 20px;
	display: flex;
    align-items: center;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.production-items-block {
	padding-top: 70px;
	padding-bottom: 70px;
}

.production-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.production-item {
	background: url('/images/rect.jpg') center left no-repeat;
	min-width: 300px;
	max-width: 600px;
	font-size: 30px;
	width: 50%;
	padding: 10px 20px 10px 35px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 20px
}

.advantage-items-block {
	padding-top: 70px;
	padding-bottom: 70px;
	background: url('/images/advant-bg.jpg') top right no-repeat;
}

.advantage-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}


.advantage-item {
	min-width: 300px;
	max-width: 600px;
	width: 50%;
	min-height: 120px;
	padding: 15px 30px 15px 125px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.ain1 {
	background: url('/images/advant-num1.png') center left no-repeat;
}
.ain2 {
	background: url('/images/advant-num2.png') center left no-repeat;
}
.ain3 {
	background: url('/images/advant-num3.png') center left no-repeat;
}
.ain4 {
	background: url('/images/advant-num4.png') center left no-repeat;
}
.ain5 {
	background: url('/images/advant-num5.png') center left no-repeat;
}
.ain6 {
	background: url('/images/advant-num6.png') center left no-repeat;
}

.delivery-block {
	background: url('/images/map-rf.png') top center no-repeat;
	min-height: 380px;
	padding: 140px 0;
	box-sizing: border-box;
}

.container.del-blo {
	max-width: 810px;
}

.delivery-block img {
	width: 80%;
}

.delivery-block-name {
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 0.03em;
	color: #000;
	text-align: right;
}

.delivery-block-info {
	text-align: right;
}

.drawing-block {
	padding-top: 120px;
	padding-bottom: 120px;
	background: url('/images/drawing-bg.jpg') top center no-repeat;
}

.drawing-block .block-header-white {
	margin-bottom: 0;
}

.container .sf2-title {
	font-weight: 700 !important;
	font-size: 50px !important;
	letter-spacing: 0.02em;
	color: #000;
	text-align: center;
}

.container .sf2-description {
	font-weight: 400;
	font-size: 25px;
	color: #000;
	text-align: center;
}

.container .sf2-body {
	max-width: 620px;
	margin: 0 auto;
}

.container .sf2-submit-container button {
	background: #038F07 !important;
	color: #fff;
  	font-size: 18px !important;
}

.container .sf2-submit-container {
	text-align: center;
    width: 100%;
    display: block;
}


.page-header h1 {
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	margin: 70px 0 0;
}
.breadcrumbs {
	position: relative;
	left: 0;
  overflow: hidden;
}

.com-content-article__body {
	padding: 30px 0;
}

.com-content-article__body p {
	margin: 13px 0;
	font-size: 15px;
}

.com-content-article__body ul {
	font-size: 15px;
}

.com-content-article__body img {
	margin: 10px 0;
	width: 100%;
	height: auto;
}

.detail-yur table {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: var(--black);
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.detail-yur table td:first-child {
    width: 40%;
}

.detail-yur table td:last-child span {
    cursor: pointer;
}

.detail-yur table td {
    padding: 30px 20px;
    border: 1px solid #038F07;
}



.owl-carousel-relprod-item a {
	color: #151515;
	text-decoration: none;
}

.owl-carousel-relprod-item {
	text-align: center;
}

.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.owl-carousel button.owl-dot {
	background: rgb(255, 255, 255) !important;
	border: 1px solid rgb(179, 179, 179) !important;
	height: 15px;
	width: 15px;
	border-radius: 15px;
	margin: 0 5px;
}
.owl-carousel button.active {
	background-color: #6db4b4 !important;
	border: 1px solid #6db4b4  !important;
}

.service-item ul {
  padding-left: 20px;
  text-align: left;
}

.service-item ul li {
    margin-bottom: 10px;
}

.service-item ul a {
  color: black;
  font-weight: 400;
  text-transform: inherit;

}
/* Стили только для прайс-листа внутри .styled-pricelist */
.styled-pricelist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.styled-pricelist h2 {
  margin-bottom: 18px;
  color: #1976d2;
  font-weight: 700;
}

.styled-pricelist .pricelist-table {
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 4px 18px rgba(32,74,135,0.10);
  min-width: 420px;
  max-width: 650px;
  margin: 0 auto;
}

.styled-pricelist .pricelist-table td {
  border: 1.4px solid #038f07;
  padding: 13px 18px;
  text-align: center;
  font-size: 1.07em;
  transition: background 0.3s;
}

.styled-pricelist .pricelist-table tr:hover td {
  background-color: #e1f5fe !important;
}

.styled-pricelist .pricelist-table tr:nth-child(even) td {
  background: #f3f7fa;
}

.styled-pricelist .pricelist-table td.price-request {
  color: #d32f2f;
  font-weight: bold;
  background: linear-gradient(90deg, #fff 70%, #ffd6d6 100%);
  border-radius: 6px;
  position: relative;
}

.styled-pricelist .pricelist-table td.price-request::before {
  content: "🛈";
  color: #d32f2f;
  margin-right: 6px;
  font-size: 1em;
  animation: pulse 1.1s infinite;
  position: relative;
  left: -2px;
}

@keyframes pulse {
  0% { transform:scale(1);}
  50% { transform:scale(1.13);}
  100%{transform:scale(1);}
}

.cookie-notification {
    position: fixed;
    font-family: var(--font-family);
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    width: 100%;
    color: white;
    padding: 15px;
    z-index: 10000000;
    box-sizing: border-box;
}
.cookie-notification_hidden_yes {
    display: none;
}
.cookie-notification__header {
    margin-bottom: 10px;
    font-size: 23px;
    text-align: center;
}
.cookie-notification__body {
    margin-bottom: 10px;
    text-align: center;
}

.cookie-notification__body a {
    color: white;
}

.cookie-notification__buttons {
  text-align: center;
}