@font-face {
    font-family: 'HN';
    src: url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
         url('../fonts/HelveticaNeue-CondensedBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'HNB';
    src: url('../fonts/HelveticaNeue-CondensedBlack.woff2') format('woff2'),
         url('../fonts/HelveticaNeue-CondensedBlack.woff') format('woff'),
         url('../fonts/HelveticaNeue-CondensedBlack.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;

}
@font-face { 
	font-family:GilroyRegular; 
	src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face { 
	font-family:GilroyBold; 
	src: url(../fonts/Gilroy-Bold.ttf);
}
:root{
	--main:#009593;	
}
body{
	color: #131313;
	font-size: 18px;
	font-family: 'GilroyRegular', sans-serif;
}

h1 {
	font-size: 2em;
	font-weight: 900;
	/* font-family: 'HN', sans-serif; */
	line-height: 1.5em;
	margin: 10px 0 30px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.h11  {
	font-size: 1em;
	font-weight: 900;
	/* font-family: 'HN', sans-serif; */
	line-height: 1;
	color: #fff;
	margin: 10px 0 30px;
	display: block;
	text-align: right;
	background: rgb(0 0 0 / 55%);
	padding: 1em;
}
.h11 button {
	/* font-size:0.5em; */
	margin: 1em 0;
}
.h11 img {
	width:50%;
	padding: 15px;
}
h1 span {
	font-size: 23px;
	font-weight: 700;
}

h3{font-size: 0.8em;/* letter-spacing: 2px; *//* color:#e1e1e1; */text-transform: uppercase;padding: 0px 0 20px;/* text-shadow: 2px 2px 4px #000; */line-height: 1.5em;}
h2 {
	/* font-size: 1em; */
	font-weight: bolder;
	/* font-family: HN; */
	/* padding: 10px 20px; */
	/* background: var(--main); */
	display: inline-block;
	/* line-height: 2em; */
	color: var(--main);
}
.logo {
    /* max-width: 250px; */
    /* padding-top: 30px; */
    text-align: center;
}
.logo img {
    width: 100%;
    max-width: 200px;
}
.email {
	/* text-align:right; */
	display: inline-block;
}
.tel {
	/* margin-top: 30px; */
}

.tel a, .email a {
    font-size: 0.9em;
    padding-right: 10px;
    /* line-height: 3; */
    /* font-weight: normal; */
    /* text-align: right; */
    /* font-family: 'HN', sans-serif; */
    color: #fff;
}
.time{
	 text-align: right;
	 font-size: 0.6em;
	 }
.no-relative{
	position:inherit;
}
.zakaz {
    /* text-align: right; */
    margin-top: 5px;
    margin-left: 28px;
}
button, .send-btn {
    background: var(--main);
    border: 1px solid var(--main);
    padding: 7px 15px;
    color: white;
    border-radius: 5px;
    font-size: 0.8em;
}
button:hover, .send-btn:hover {
	 background: #fff;
	 color:var(--main);
	 /* transition: 0.2s; */
	 border: 1px solid var(--main);
}
.back {
    /* background: #0000008c; */
    border-radius: 20px;
}
header {
    background: url(../img/scr1.jpg) no-repeat;
    background-size: cover;
    /* height: 100vh; */
    color: #fff;
    padding-top: 5px;
}
#top {
	/* color:#fa8427; */
	margin-bottom: 2em;
}

section {
    padding: 60px 0;
}

.home-header2 {
    font-size: 1.5em;
    padding: 30px;
}

section.s2 {
  background: url(../img/scr2.jpg) no-repeat bottom;
  background-size: cover;
  padding: 30px 0;
}
section.s3 {
  background: url(../img/scr3.jpg) no-repeat bottom;
  background-size: cover;
  padding: 30px 0;
}
.about-img {
    padding: 0 60px;
}
.about-img img {
    width:100%;
}
section.stroi {
    padding: 50px 0;
    /* background: url(../img/stroi.jpg) no-repeat center; */
    background-size: cover;
}
section.stroi-txt {
    /* background: url(../img/about.jpg) no-repeat left; */
    /* background-size: contain; */
    font-size: 16px;
}
section.stroi-txt p{
	margin-top: 1em;
}
section.pilo {
    /* background: #fff3e6; */
    padding: 30px;
    position: relative;
}
section.pilo h2{
	/* margin-top:-30px; */
}
.right {
    text-align: right;
}
.email img, .tel img{
    width: 20px;
    margin-right: 5px;
}

.box {text-align: center;padding: 15px;background: #fffffff7;margin: 50px 30px 0 30px;box-shadow: #00000063 0 0 17px;}
.box-text {font-family: 'HN', sans-serif;font-weight:900;}
.box-text p {
    margin: 0;
}
.box img {
	/* height: 250px; */
	width: 100%;
	/* padding:15px; */
	/* height: 100%; */
}
.s3 .box img {
	/* height: 250px; */
	width: 50%;
}
.box.first {
    /* font-size: 0.8em; */
    text-align: left;
    line-height: 1.3;
    padding: 30px;
    margin: 15px 0 15px 0;
}
.vl {
    width: 20px!important;
    padding-top: 10px;
    float: left;
}
.pr {
    overflow: hidden;
    text-align: center;
}
.pr h2{

}
.pr img{
    height: 90px;
    /* padding: 30px 0; */
}

.pr-text {
    /* font-size: 36px; */
    /* background: #d2691e30; */
}

.icon-block {
    display: flex;
    column-gap: 30px;
    justify-content: center;
    margin: 20px 0;
    position: relative;
}

div.head3 {
    /* position: absolute; */
    color: #a8a7a757;
    font-weight: bold;
    font-size: 4em;
    top: calc(50% - 80px);
    z-index: -1;
    padding: 16px 0;
    margin: 0;
    line-height: 1em;
}


.vol{
	font-size: 1.5em;
	font-weight: 900;
	color: #cc8a47;
	margin: 0;
	line-height: 1;
	padding: 0 10px;
}
.vol span{
    font-size: 0.4em;
}
.sub-text{
	font-size: 1.3em;
	text-transform: uppercase;
}
.s3 .sub-text{
	font-size: 1.1em;
	text-transform: none;
        color: #949494;
}
.s3 .prim-text{
	font-size: 0.6em;
color:#cc8a47;
text-transform:uppercase;
}

.price{font-size: 1em;padding-bottom: 15px;}

.head2 {
    font-size: 1.2em;
    display: block;
    color: #fff;
    padding: 10px 0;
}
.head2 img{
    width:30px;
}

.navbar {
  min-height: 30px;
  margin-bottom: 0px;
  position: inherit;
}
.nav > li > a {font-size: 0.8em;text-transform:uppercase;}
.nav > li > a:focus,.nav > li > a:hover {
  background: #edb47a;
  color: black;
}
.navbar-toggle {
    color: #fff;
    border: 1px solid;
    border-radius: 20px;
    margin: 0 auto;
    float: none;
    /* width: 30px; */
}

span.icon-bar {
    background: #fff;
}

.navbar-header {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}
a {
	color: black;
}
a:hover {
	color: var(--main);
}

 .section .nextbutton span {
    background: url(../img/down-chevron-white.svg) center no-repeat;
    background-size: 100%;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -999999px;
}

 .section .nextbutton {
    bottom: 50px;
    left: 50%;
    /* margin-left: -17px; */
    /* border-width: 0 34px 38.5px 34px; */
    /* border-color: #fff transparent; */
    /* border-style: solid; */
    display: block;
    position: absolute;
}
.scroll-animate {
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    transition: none;
}
@-webkit-keyframes pulse{0%{-webkit-transform:translateY(0)}
20%{-webkit-transform:translateY(-10px)}
100%{-webkit-transform:translateY(0)}
}
@keyframes pulse{0%{transform:translateY(0)}
20%{transform:translateY(-10px)}
100%{transform:translateY(0)}
}

.menu{
	border:2px solid white;
	padding: 15px;
	background: #000000b0;
	border-radius: 20px;
}
.menu h3{
	text-align:center;
}
.menu li{
	padding: 5px;
	font-size: 18px;
	/* line-height: 26px; */
}
#footer{
	padding: 60px 0;
	background: url(../img/footer.webp) no-repeat center bottom;
	background-size: cover;
	/* font-size:28px; */
	overflow: hidden;
}
#footer .box
	{
		margin: 10px;
		border-radius: 5px;
	}
#footer h4{
	font-family:HN;
	font-size:36px;
}

.address {
    /* line-height: 13px; */
    font-weight:bolder;
    font-family:HN;
}

.gallery{
	/* padding:15px; */
}
.item-gallery {
    overflow:hidden;
    padding-bottom: 15px;
    border-radius: 20px;
}
.item-gallery img{
    width:100%;
    height:auto;
    box-shadow: 0px 0px 15px #000;
    border: 2px solid #fff;
    border-radius: 20px;
}
.carusel .item {
    height: 100px;
}
.carusel .item img{
    height: 100%;
}
.predstavte .arrow{
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 5px;
    border-top: 1px solid #fffecc;
    border-bottom: 2px solid #ff9600;
    cursor: pointer;
    z-index: 2;
}
.arrow{
	padding: 20px;
	opacity: 0.2;
}
.arrow img{
	height: 30px;
}

.arrow.owl_left{
	background: url(../img/arrow_left.png) no-repeat center,
linear-gradient(180deg,#c4c4c4 0%,#757575 100%);
	margin-top: 130px;
	left: 0px;
}
.arrow.owl_left:hover{
	background: url(../img/arrow_left.png) no-repeat center,
	linear-gradient(180deg,#17a2b8 0%,#009ab2 100%);
}
.arrow.owl_right{
	background: url(../img/arrow_right.png) no-repeat center,
 linear-gradient(180deg,#c4c4c4 0%,#757575 100%);
	margin-top: 130px;
	right: 0px;
}
.arrow.owl_right:hover{
	background: url(../img/arrow_right.png) no-repeat center,
 linear-gradient(180deg,#17a2b8 0%,#009ab2 100%);
}
	.zay {
    text-align: center;
    margin-top: 15px;
    font-size: 1.5em;
}

@media (max-width: 768px){
body{font-size: 16px;}
h1,.h11 a{font-size:25px;}

h2{/* font-size:18px; */text-align: center;display: block;margin: 15px 0;}
.tel a,.email a {
	/* font-size:0.9em; */
}
.logo {
    max-width: 100%;
}
.zakaz{
	margin:0;
	display:none;
}

button.order-btn{
	padding:10px 20px;
}
.icon-block {
    column-gap: 40px;
    margin: 20px;
	flex-wrap:wrap;
}	
section {
    padding: 30px 0;
}	
.email span, .tel span{
display:none;
}
	#top{
		padding:1em ;
	}
	.vl {
    width: 10px!important;
    /* padding-top: 5px; */
    /* float: left; */
}
.arrow.owl_left{
	margin-top: 10px;
	left: 0px;
}
.arrow.owl_right{
	margin-top: 10px;
	right: 0px;
}	
}
input.error,
textarea.error {border-bottom: 2px solid red;background: #edbc83;}

.modals .overlay {width: 100%;height: 100%;z-index: 1;position: fixed;background: #000000;opacity: 0.8;top: 0;left: 0;display: none;}
.modal {/* display: none; */position: fixed;width: 450px;left: calc(50% - 225px);/* margin-left: -400px; */z-index: 2;/* margin: 0 auto; */top: 10vh;/* border: 4px solid gray; */}
.modal .close-btn {z-index: 10000;position: absolute;right: 10px;top: 10px;width: 15px;height: 15px;background: url('../img/modal-close.png') no-repeat;}
.modal .modal-text { line-height: 24px; }
.modal .modal-close-text { text-decoration: none; border-bottom: 1px dashed; }
.modal .order-form {background: #ffffff;color: #000000;border-radius: 5px;overflow: hidden;}
.modal .order-form header {text-align: center;padding: 25px;color: #fff;font-size: 2em;}
.modal .order-form article { padding: 20px 27px 0; }
.modal .order-form article input,.modal .order-form article textarea {margin: 30px 0;width: 100%;border: 0;/* border-left: solid 1px #b5b5b5; *//* border-right: solid 1px #b5b5b5; */border-bottom: solid 2px #1c1c1c;}
.modal .order-form article input:focus{border-bottom: 2px solid var(--main);box-shadow:none;outline: none;}
.modal .order-form footer {padding: 30px;text-align: center;}

.modal.order-modal,
.modal.phone-request {/* width: 300px; *//* margin-left: -125px; */}

@media (max-width: 768px){
.modal {position: fixed;width: 100%;left: 0;/* margin-left: -400px; */z-index: 2;/* margin: 0 auto; */top: 10vh;/* border: 4px solid gray; */}
}