	@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,600&display=swap');


	:root{	
		--style: #CA0709;
		--font-style: #1F2C73;
	}

	html{
		font-family: 'DM Sans' !important;
		font-size: 16px;
	}
	* {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	  }






.c0 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9EAAB8;
  font-size: 14px;
  line-height: 19px;
  width: 300px;
  height: 55px;
  color: #FFFFFF;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  border-radius: 6px;
  margin-top: 30px;
}

.c1 > div {
  /*display: flex;*/
  /*justify-content: space-around;*/
  /*flex-wrap: wrap;*/
  /*align-content: center;*/
}

.c1 > div > img {
  width: 160px;
  height: 130px;
}

.c2 {
  margin-top: 100px;
  background: #9EAAB8;
  /*height: 380px;*/
  /*width: 100%;*/
}

.c1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 30px;
}

.c2 > .text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

.c2 > img {
  padding: 10px;
  /*padding-bottom: 30px;*/
  margin-bottom: 30px;
}

.c0 {
}

.crush-stone {
}

.container {
  padding: 0;
  margin: auto;
  text-align: center;
  /*margin-top: 60px;*/
  /*width: 100%;*/
}

button.callme-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--style);
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    font-style: normal;
    border-radius: 50px;
    padding: 12px 20px;
    width: max-content;
    border: 0;
}

.callme {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--style);
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  background-color: var(--style)!important;
  font-style: normal;
  border-radius: 50px;
  padding: 12px 20px;
  width: max-content;
  border: 0;
  position: relative;
  overflow: hidden;
}

.col img {
  width: 110px;
  height: 86px;
}

.imgb5 {
  /*width: 156px;*/
  /*height: 156px;*/
  /*padding: 4px;*/
  width: 50%;
  padding: 4px;
  width: 50%;
  padding: 6px;
  border-radius: 18px;
}

div {
  padding: 0;
  margin: 0;
}

.formb7 {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  width: inherit;
  margin: auto;
  gap: 40px;
  align-items: center;
}
.hero>form>input{
  margin-top: 0!important;
}
.hero>form>button{
  width: 220px;
}
.modal-body>p{
  text-align: left;
  padding: 0!important;
}
h1 {
  text-align: left;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: 700;
}

p {
  font-size: 14px;
  line-height: 19px;
  padding: 10px;
  text-align: left;
  text-align: center;
  font-style: normal;
  font-weight: 400;
}

@media (min-width:576px) {
  .imgb5 {
    width: 33%;
    height: unset;
    border-radius: 15px;
  }
}

@media (min-width:768px) {
  .imgb5 {
    width: 33%;
    border-radius: 20px;
  }
}

@media (min-width:992px) {
  .formb7 {
    flex-direction: row;
  }
}

@media (min-width:768px) {
  .block6 {
    max-height: 440px;
  }
}

@media (min-width:992px) {
  .imgb5 {
  }
}

@media (min-width:1200px) {
  .imgb5 {
  }
}

.imgb4 {
  /*display: flex;*/
  padding: 10px;
}

.row {
  margin: auto;
  padding: 0;
}

.textb5 {
	display: flex;
	gap: 10px;
	flex-direction: column;
	text-align: center;
	color: black;
	max-width: 800px;
	margin: auto;
	margin-top: 30px;
	padding: 10px;
}

.textb5 > .red {
  color: var(--style);
}

.block6 > h1, .block6 > p {
  color: white;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  max-width: 320px;
}

.block6 {
    display: flex;
    width: 100%;
    align-content: space-around;
    margin-top: 30px;
    padding-bottom: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px;
}

.form-input {
  padding: 10px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 40px;
}

.form-but {
  background-color: var(--style);
  border: none;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
}
button>span{
	display: block;
	z-index: 5;
	color: #FFFFFF;
	transition: all .2s;
}
span.ico{
	width: 16px;
	height: 16px;
	background: url(../img/arrow-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 9px;
}
.callme::before{
	content: "";
	position: absolute;
	background: #FFFFFF;
	width: 0px;
	height: 0px;
	border-radius: 100%;
	left: 10%;
	bottom: 10%;
	opacity: 0.7;
	transition: width,height,transform .7s ease-in-out;
	z-index: 0;
	transform: scale(0);
	box-shadow: 0 0 0 0 #FFFFFF60;
}
@media (hover: hover) {
	.callme:hover::before{
		width: 1px;
		height: 1px;
		transform: scale(1000);
		box-shadow: 0 0 0px 1px #FFFFFF60;
	}
	.callme:hover>span{
		color: var(--style);
	}
	.callme:hover>div>span{
		color: var(--style);
	}
	.callme:hover>div>span.ico{
		width: 16px;
		height: 16px;
		background: url(../img/arrow-right-hover.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media (max-width: 767px) {
  #sidebar.collapse {
    position: fixed;
    z-index: 2000;
    transition: width .3s ease;
    top: 76px;
    width: 0;
    height: 100% !important;
    display: block;
    background: white;
    color: black;
  }
}

@media (max-width: 767px) {
  #sidebar.collapsing {
    transition: all .18s ease-in;
    position: fixed;
    width: 30%;
    height: 100% !important;
    display: block;
  }
}

@media (min-width: 767px) {
  .logo-end {
    right: auto;
    position: relative;
  }
}


	#topnavbar {
	position: fixed;
    top: 0;
    left: 0;
	padding: 0!important;
    background-color: white;
    z-index: 99999;
    width: 100%;
	box-shadow: 0 0 4px 0 #00000020;
	}
	.cb1>img {
		position: relative;
		width: 100svw;
	}
	
	.navblocksc {
		padding-top: 82px;
		margin-top: -82px;
	}
	#contactFormPage > div{
		width: 0;
		height: 0;
		display: none;
	}


@media (max-width: 767px) {
  .navbar-nav > .nav-item {
    color: black;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
	padding: 0px 20px;
  }
  .callme-header{
	display: none;
  }
  .nav-top-cont{
      flex-direction: row-reverse;
	  max-width: 1160px;
  }
  .nav-bot-cont{
      position:absolute;
	  width:0;
	  height:0;	  
  }
}

@media (max-width: 767px) {
  #sidebar.collapse.show {
    width: 90%;
  }
}

.cb1{
  margin: 76px 0 0 0!important;
  height: 90vh;
}

@media (min-width: 1200px) {
  .cb1 {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
	height: 870px;
	overflow: hidden;
	width: 100%!important;

  }
}

@media (min-width: 1200px) {
	.cb1{
		margin-top: 76px;
    height: 90vh;
	}
	.text-block{
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 0;
		top: 50px;
		width: 612px;
		z-index: 10;
		top: 50%;
		left: 15%;
		transform: translate(0,-50%);
	}
  .cb1 > .text-block > h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 76px;
	letter-spacing: 0.5px;
	line-height: normal;
    text-align: left;
	color: #FFFFFF;
	padding: 0!important;
  }
  .cb1 > .text-block > p {
	color: #FFFFFF;
	padding: 0!important;
	font-size: 20px;
	line-height: normal;
  }
}

@media (min-width: 1200px) {
  .cb1 > .text-block > p {
    text-align: left;
  }
  #sidebar{
	display: flex!important;
  }
  #sidebar>ul{
	gap: 40px;
  }
}

@media (min-width: 1200px) {
  .cb1 > img {
  }
}

@media (min-width: 1200px) {
  .cb1 > .callme {
    position: relative;
    width: 360px;
    height: 58px;

  }
}

.modal-body .w-100 {
  margin: 16px auto;
  background-color: #9EAAB8;
  border: 0;
  border-radius: 10px!important;
}

@media (max-width: 600px) {
  .formb7 {
    width: 300px;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: var(--style);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

footer{
	background: #393939;
  padding: 60px 0;
}
.darker-line{
	background: #eef3f7;
	width: 100%;
	padding: 60px 0;
}
.lighter-line{
	background: #FFFFFF;
	width: 100%;
	padding: 60px 0;
}

section>div.container>h1{
	color: var(--font-style);
}
section>div.container>h1,section>div.container>p{
	padding: 0!important;
	margin-bottom: 0!important;
}
.company-filler{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.5px;
}
.company-title{
	color: #1F2C73;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.5px;
}
.vector{
	display: block;
	position: relative;
	width: 30px;
	height: 3px;
	background: var(--style);
	border-radius: 6px;
	margin: 40px auto;
}
.partners-group{
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 90px;
	
}
.card-group{
	display: flex;
	position: relative;
	flex-direction: row;
	gap: 40px;
	margin: 0 auto;
	justify-content: space-around;
}
.card-item{
	display: flex;
	padding: 30px;
	width: calc(100% / 2 - 60px);
	flex-direction: column;
	gap: 30px;

}
.card-item>img{
	display: block;
	margin-right: auto;
}
.card-item>h1{
	text-align: left;
	margin: 0!important;
	padding: 0!important;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.5px;
}
.card-item>p{
	text-align: start;
	margin: 0!important;
	padding: 0!important;
	color: #3D3D3D;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.5px;
}
.grid-products{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
.grid-products>div{
	display: block;
	width: max-content;
	height: max-content;
	margin: auto;
}
.image-label{
	background: var(--style);
	border-radius: 30px;
	color: #FFFFFF;
	padding: 12px 20px;
	width: max-content;
	margin: 0 auto;
	transform: translateY(-50%);
}
.product-img{
	overflow: hidden;
	border-radius: 100%;
	width: 180px;
	height: 180px;
}
.bold-text{
	color: #3D3D3D;
	text-align: center;
	margin: 0!important;
	padding: 0!important;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.5px;

}
.common-text{
	text-align: center;
	margin: 0!important;
	padding: 0!important;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.5px;
}
.common-text.danger{
	color: var(--style);
}
.common-text.poor{
	color: #3D3D3D;
}
.text-wrapper{
	display: flex;
	flex-direction: row;
	gap: 10px;
	z-index: 3;
	align-items: center;
}
section.image-line{
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/hero.jpg) 50%;
  background-size: cover;
  background-position: 0 0px;
}
section.image-line::before{
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.hero{
  display: flex;
  position: relative;
  padding: 30px 30px 120px 30px;
  z-index: 5;
  align-items: center;
  gap: 40px;
}
.t5{
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  margin: 0 auto;
}
.company-subtitle{
  font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.5px;
}
.company-filler-left{
  text-align: left;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.5px;
}
.company-list::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #CA0709;
  padding: 6px ;
  transform: scale(0.5);
  margin-right: 5px;

}
.cb6{
  width: 760px;
}
.flex-text{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flex-text>p{
  margin: 0!important;
  padding: 0!important;
}
.flex-text-maxcontent{
  width: max-content;
}
.text-blocks{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width:1200px) {
  .text-blocks{
    max-width: 1160px;
  }
}
@media screen and (min-width:320px) and (max-width:1200px) {
  .cb1>img {
    transform: translate(0,0,0)!important;
  }
  .modal-body{
    overflow-y: auto!important;
  }
  .text-block{
    position: relative;
    flex-direction: column;
    background: #FFFFFF;
    z-index: 5;
    bottom: 180px;
  }
  .partners-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .partners-group>img{
    margin: 0 auto;
  }
  .text-blocks{
    display: flex;
    flex-direction: column;
  }
  .cb1{
    overflow: hidden;
  }
  .text-block>button{
    margin: 6px auto 20px auto;
  }
  .grid-products{
    grid-template-columns: repeat(2, 1fr);
  }
  .image-line{
    background-position: 0 0!important;
  }
}
@media screen and (max-width: 768px) {
  .card-group{
    flex-direction: column;
  }
  .card-item{
    width: 100%;
  }
  .cb6{
    width: 100%;
  }
  .block6>img{
    transform: scale(1)!important;
  }
  .modal-open .modal {
    scale: 1;
  }
}
@media screen and (max-width: 550px) {
  .product-img{
    width: 140px;
    height: 140px;
  }
  .cb1{
    height: max-content;
    padding-bottom: 20px;
    background: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
  }
  .cb1>img{
    display: none;
  }
  .text-block{
    position: relative;
    flex-direction: column;
    background: #00000000;

    z-index: 5;
    bottom: 0;
  }
  .text-block>h1,.text-block>p{
    color: white;
  }
  .hero{
    padding: 30px 0 120px 0;
  }
  .text-blocks.my-3{
    gap: 20px;
  }
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../img/burger.svg)!important;
}
.close-btn{
  display: block;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background: url(../img/multiply.svg);
  margin-left: auto;
}
.button-div{
  display: flex;
}

.h1modal{
  text-align: left;
  color: #1F2C73;
  padding: 0!important;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;

}
.modal {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 28px;
  scale: 0.8;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}