html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    box-sizing: border-box;
	font-family: "Helvetica Neue";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    scroll-behavior: smooth;
  	background: url('../images/bg-body.png') #F5F5F5;
    background-size: cover;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.object-fit-cover{
    object-fit: cover;
}
.text-justify {
    text-align: justify;
}
strong {
    font-weight: bold;
}
:root {
    --color-main: #D31145;
    --color-second: rgb(247, 201, 38);
    --color-text: #000000;
    --color-title: #000000;
}
.color-text {
	color: var(--color-text);
}
.color-title {
	color: var(--color-title);
}
.color-main {
    color: var(--color-main);
}
.cursor-pointer {
    cursor: pointer;
}
.text-sm {
    font-size: 14px;
}
.header {
    background: var(--color-main);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
ul#menu-main-menu {
    list-style: none;
}
ul#menu-main-menu li {
    line-height: 3.5;
    padding: 0px 15px;
}
ul#menu-main-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.list-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.field-img {
    aspect-ratio: 1;
    border-radius: 10px 10px 0px 0px;
	width: 30%;
	margin: 0px auto;
}
.field-item {
    border: 1px solid var(--color-main);
    border-radius: 10px;
    box-shadow: 4px 4px 12px 0px #00000040;
}
.social-item img{
    aspect-ratio: 1;
    height: 40px;
    width: auto;
}
.list-clients, .list-demand {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}
.answer {
    display: none;
}
.question {
    background: #F0F0F0;
}
.question .fa-minus {
    display: none;
}
.question.active .fa-minus {
    display: block;
}
.question.active .fa-plus {
    display: none;
}
.demand-img img {
    height: 60px;
    margin: 0px auto;
}
.banner-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.banner-image::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, transparent), color-stop(150%, #000));
    background: linear-gradient(270deg, transparent 25%, #000 150%);
    z-index: 1;
}
.list-insurance {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.insurance-item, .name-card{
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    gap: 13px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    cursor: pointer;
}
.insurance-img {
    width: 60px;
    height: 60px;
}
.insurance-text{
    width: calc(100% - 76px);
}
.name-card {
    width: fit-content;
    margin: 30px auto 0px;
    min-width: calc(50%);
}
.name-card-img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
}
.name-card-text  {
    width: calc(100% - 96px);
}
.estate-item {
    display: flex;
    align-items: center;
    gap: 30px;
}
.estate-logo {
    width: 40%;
}
.estate-logo img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0px auto;
}
.estate-img {
    width: calc(60% - 30px);
    aspect-ratio: 1.5;
}
.shop-section-1, .shop-section-3, .shop-section-5, .city-section-1{
    background-color: #fffbea;
}
.shop-section-1 svg, .shop-section-3 svg {
    display: block;
    bottom: -100px;
    position: relative;
    height: 60px;
    width: 100%;
}
.shop-section-1 svg path, .shop-section-3 svg path{
    fill: rgb(254, 251, 233);
}
.contact-form {
    padding: 30px;
    background-color: #E0E0D74F;
    border-radius: 25px;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #D3D2D1;
    border-radius: 5px;
}
.btn-submit {
    padding: 6px 24px;
    border: 1px solid var(--color-main);
    background: none;
    color: var(--color-main);
    font-weight: bold;
    border-radius: 16px;
}
.inputVal {
    color: var(--color-main);
    font-size: 12px;
    display: none;
}
.loading-gif {
    position: fixed;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99990;
    align-items: center;
    justify-content: center;
    display: none;
}
.loading-gif.active {
    display: flex;
}
.loading-gif img {
    width: 300px;
    display: block;
}

.city-section-1 .section-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    margin: 10px 0px;
}
.section-subtitle {
    padding: 4px;
    background: rgb(246,201,50);
    background: linear-gradient(90deg, rgba(246,201,50,1) 0%, rgba(255,255,255,1) 60%);
    width: fit-content;
    font-weight: bold;
}
.foote-img {
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 500px;
    border: 2px solid var(--color-main);
	max-width: 80%;
}
.foote-img img{
    object-fit: cover;
    object-position:bottom center;
}
.single-post-main-content img, .single-post-main-content figure {
	display: block;
	width: 100%;
}
.list-post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.post-thumb {
    aspect-ratio: 1.4;
    border-radius: 12px;
}