@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {font-family: 'Manrope', sans-serif;font-size: 16px;line-height: 24px;font-weight: 400;}

body {
    margin: 0;
    padding: 0;
}

img {
    height: intrinsic;
    width: 100%;
}


.max1200 {
    max-width: 1200px;
    margin: 0 auto;
}

hr {
    height: 20px;
    outline: 0;
    border: 0;
    background: url(../templateimages/bg-hr.svg) no-repeat center;
    background-size: cover;
}


.preheader {
    height: 10px;
    background: linear-gradient(90deg, rgba(30, 67, 128, 1) 0%, rgba(231, 48, 53, 1) 100%);
}

.logo img {
    max-width: 400px;
    width: 100%;
    margin: 3vw auto;
    text-align: center;
    display: block;
}

a {
	text-decoration: none;
	color: #1E4380;
}
.intro.max1200 {
    display: flex;
    gap: 40px;
}

.intro-left {
    background: url(../templateimages/elastika-bg.jpg) no-repeat center bottom;
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    flex-basis: calc(50% - 20px);
    box-sizing: border-box;
    padding: 40px;
    font-weight: bold;
    border-top-right-radius: 50px;
    width: 100%;
    max-width: 400px;
    height: 400px;
    background-size: cover;
    background-color: #000;
}

a.btn-corner {background-color: #1E4380;color: #fff;font-weight: 800;padding: 6px 12px 6px 8px;position: relative;display: flex;width: fit-content;margin-top: 20px;min-width: 140px;box-sizing: border-box;transition: all .5s ease-in-out;border: none;font-size: 16px;margin-bottom: 20px;line-height: 20px;}

a.btn-corner:before {
    content: "";
	    border-left: 16px solid #1E4380;
    position: absolute;
    right: -16px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

a.btn-corner:hover {
    padding-right: 48px;
    color: #E6E6EB;
}

.intro-right {
    flex-basis: calc(50% - 20px);
    padding-right: 10px;
    box-sizing: border-box;
}

.max840 {
    max-width: 840px;
    margin: 0 auto;
}

.intro {
    display: flex;
    gap: 40px;
    align-items: center;
}

.hero {
    background-color: #e6e6eb;
    padding-bottom: 120px;
}

.footer-top-address-tel-mail a img {
    max-width: 20px;
    max-height: 15px;
    margin-right: 5px;
}

.footer-top-address-tel-mail a {
    font-size: 22px;
    white-space: nowrap;
}


.footer-top-address-tel-mail {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 40px;
}

.footer-top-address {max-width: 460px;margin: 1vw auto;text-align: center;}

.list-head {
    background: linear-gradient(90deg, rgba(30, 67, 128, 1) 0%, rgba(231, 48, 53, 1) 100%);
    border-radius: 90px;
    padding: 20px 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

.list-head-title {
    font-size: 26px;
}

.list-results-report {
    font-size: 14px;
    margin: 1vw auto;
}

.list-eponimia {
    font-weight: bold;
    width: 30%;
}

.list-tel {
    font-weight: bold;
    width: 120px;
}

table.list-results td {
    padding: 15px;
    border-bottom: 1px solid #e6e6eb;
    display: flex;
    justify-content: space-between;
}

table.list-results {
    width: 100%;
    border-top: 1px solid #e6e6eb;
    margin-bottom: 4vw;
    border-spacing: 0;
}

.list-address {flex-basis:35%;}
.list-city {flex-grow: 1}

.list-body {
    padding: 0 80px;
}

table.list-results tr:nth-child(even) {
    background-color: rgba(230,230,235,0.5);
}

.list {
    margin-top: -45px;
}

select {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px;
    width: 35%;
    outline: none;
    background-color: #fff;
    border: 1px solid #1E4380;
    border-radius: 50px;
}
.loading {
	text-align: center;
	padding: 60px 20px;
	color: #666;
}

.loading-spinner {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #c8102e;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}