:root {
    --primary: #3a75c4;
    --font-main: "Qanelas", sans-serif;
    --fm: "Qanelas", sans-serif;
    --font-alt: "GraphikLCG", sans-serif;
    --line-height-base: 1.2;
    --border-color: #E7EDF3;
    --black: #0A100D;
    --col-count: 16;
    --bs-border-color: #dceaf4;
}

@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-Regular.eot');
    src: url('../fonts/Qanelas-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Qanelas-Regular.woff') format('woff'),
    url('../fonts/Qanelas-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-Medium.eot');
    src: url('../fonts/Qanelas-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Qanelas-Medium.woff') format('woff'),
    url('../fonts/Qanelas-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-SemiBold.eot');
    src: url('../fonts/Qanelas-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Qanelas-SemiBold.woff') format('woff'),
    url('../fonts/Qanelas-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikLCG';
    src: url('../fonts/GraphikLCG-Regular.eot');
    src: url('../fonts/GraphikLCG-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GraphikLCG-Regular.woff') format('woff'),
    url('../fonts/GraphikLCG-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikLCG';
    src: url('../fonts/GraphikLCG-Medium.eot');
    src: url('../fonts/GraphikLCG-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GraphikLCG-Medium.woff') format('woff'),
    url('../fonts/GraphikLCG-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



body {
    font-family: var(--font-alt);
	background: url('../images/index-bg.gif') right top no-repeat;}


.grid-4 {
    grid-template-columns: 23% 23% 23% 23%;
    gap: 2.7%;
}

strong {
    font-weight: 600;
}
.grid-1-2 {
    grid-template-rows: 1fr 1fr;
}


/*infra */
.tourism-location {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
    color: inherit;
}

.tourism-location__thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: var(--primary);
    height: 120px;
    width: 120px;
    min-width: 120px;
}

.tourism-location__thumb .icon {
    width: 48px;
    height: 48px;
}

.tourism-location__description {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 24px 32px;
    background-color: rgba(233, 234, 237, 0.35);
}

.twin-city__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.twin-city__meta__thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    min-width: 120px;
    min-height: 120px;
    background-color: var(--primary);
    color: #fff;
}

.twin-city__meta__description {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background-color: rgba(233, 234, 237, 0.35);
    color: var(--black);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 120px;}

.tourism__title {
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    line-height: 2rem;
    margin-bottom: 20px;}

.tourism-counters__title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 72px;
    line-height: 72px;
    color: var(--primary);}

.twin-cities__date strong {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: var(--primary);}

.award__title {
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    line-height: 2rem;
    margin: 20px 0;
    padding: 10px 0;
    font-family: var(--font-main);
}

.charter__edition {
    margin-top: 8px;
    color: #999EA9;
    font-size: 0.8rem;
}
.charter__title {
    font-weight: 500;
    transition: all .3s ease;
}




.emblem__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
}

.emblem__main::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    pointer-events: none;
}

.emblem__thumb {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    min-width: 60%;
    padding: 80px 80px 80px 0;
    border-right: 1px solid var(--border-color);
}

.emblem__thumb::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100vw;
}

.emblem__thumb img {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 10;
}

.emblem__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
}

.emblem-info {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.emblem-info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
}

.emblem-info:last-child::after {
    content: none;
}

.emblem-info__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 104px;
    line-height: 104px;
    color: var(--primary);
    width: 259px;
    max-width: 100%;
}

.emblem-info__description {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #2F3431;
    width: 259px;
    max-width: 100%;
}

.emblem-description {

    font-family: var(--font-alt);
    font-size: 16px;
    line-height: 24px;
    color: #2F3431;
}

.emblem-description .lead {
    margin-bottom: 56px;
}

.emblem-description__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px;
}

.emblem-description__item:last-child {
    margin-bottom: 0;
}

.emblem-description__thumb {
    width: 176px;
    min-width: 176px;
    margin-right: 64px;
}

.flag__main {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.flag__thumb {
    width: 60%;
}

.flag__thumb img {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flag__content {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flag-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flag-info__tile {
    width: 240px;
    max-width: 100%;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 104px;
    line-height: 104px;
    color: var(--primary);
}

.flag-info__description {
    width: 240px;
    max-width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #2F3431;
}

.flag__description {
    margin-bottom: 56px;
    font-size: 16px;
    line-height: 24px;
    color: #2F3431;
    font-family: var(--font-alt);
}

.flag__description p {
    margin-bottom: 24px;
}

.flag__description p:last-child {
    margin-bottom: 0;
}

.flag-colors {

    margin-bottom: -56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: var(--font-alt);
    font-size: 16px;
    line-height: 24px;
}

.flag-colors__item {
    width: 33.333%;
    margin-bottom: 56px;
}

.flag-color__thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
}

.flag-colors__content {
    width: 240px;
    max-width: 100%;
}

.history-title {
    margin: 0 0 32px;
    font-size: 24px;
    line-height: 32px;
}
