::selection {
 background-color:#E85A4F;
}
*::-webkit-scrollbar {
  width: 10px;             
}

*::-webkit-scrollbar-track {
  background: transparent;      
}

*::-webkit-scrollbar-thumb {
  background-color: #E85A4F;  
  border-radius: 0;     
}

a {
	text-decoration: none;
}
.astroid-component-section {
	padding: 0;
}
.banner {
	 background: 
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('/images/banner-bg.webp') center/cover no-repeat; 
    min-height: 629px;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.banner * {
	font-family: "Mulish"!important;
	color:white;
}
.banner .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%
}
.banner h1 {
	font-size: clamp(48px, 4vw, 85px);
	font-weight: 500;
	max-width: 1100px;
	margin:auto;
	display: flex;
	text-align: center;
}
.banner span {
	font-size: clamp(36px, 4vw, 60px);
	font-weight: 200;
	max-width: 1100px;
	margin:auto;
	display: flex;
	text-align: center;
}
zag {
	color:#E85A4F;
	font-weight: 700;
	text-transform: uppercase;
}
.main-btn {
	background: #E85A4F;
	border: 0;
	width: fit-content;
	font-weight: 500;
	font-size: 15px;
	color:white;
	border-radius: 3.5px;
	padding: 10px 36px;
	transition: 0.3s;
	display: flex;
	text-align: center;
	justify-content: center;
}
.main-btn:hover {
	box-shadow: 0 0 10px #E85A4F;
}
.astroid-header-section .container, .astroid-footer-section .container {
	max-width: 1440px!important;
}
.about b {
	font-size:15px;
	font-weight: 500;
	font-family: 'Mulish';
	text-transform: uppercase;
}
.about .d-flex {
	padding: 50px
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.service-list .icon {
    min-width: 48px;
    min-height: 48px;
    border: 2px solid #E85A4F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-list .icon span {
    font-size: 24px;
    color: #E85A4F;
}

.service-list .text h3 {
    font-size: clamp(18px,5vw,24px);
    font-weight: 200;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 30px;
}

.service-list .text p {
    margin: 0;
    font-weight: 200;
}
.bg-gray {
	background: #00000080;
	padding: 70px 0;
}
.contacts-left p {
	color:white;
}
.contacts-left h2 {
	color:white!important;
}
.contacts-left a {
	font-family: 'Mulish';
	font-weight: 200;
	color:white;
}
.contacts-left a:hover {
	color:#E85A4F;
}
.forma {
	background: #FFFFFFB0;
	border-radius: 10px;	
}
.forma .forma-head {
	padding: 23px 14px;
	border-bottom: 1px solid #525C691C;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.forma .forma-body {
	padding: 14px 31px;
}
.forma form, .form {
	display: flex;
	flex-direction: column;
	gap:15px;
}
form input[type="text"] {
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	border: 1px solid #FFFFFF;
	background: linear-gradient(0deg, #F7F7F7, #F7F7F7),linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border-radius: 1px;
	padding-left: 15px;
}

.footer-menu {
    display: grid !important;     /* отключаем bootstrap flex */
    grid-template-columns: 1fr 1fr;  /* две равные колонки */
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 60px;             /* расстояние между колонками */
    row-gap: 6px;
}

.footer-menu li {
    margin: 0;
}

.footer-menu a {
	font-size:18px;
	font-weight: 700;
}
.zamershik {
	background: url(/images/materials/bg-zamer.webp) center/cover no-repeat;
	margin-top: 45px;
	min-height: 600px;
	color: white;
	display: flex;
    justify-content: center;
    align-items: center;
}
.zamershik h3 {
	font-size: clamp(26px, 5vw, 32px);
	text-transform: uppercase;
	margin: 0;
}
.zamershik span {
	max-width: 685px;
}
.moduletable {
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.about .d-flex {
		padding: 25px;
	}
}
@media (max-width: 567px) {
	.footer-menu {
		grid-template-columns: 1fr;
	}
}