div {
    box-sizing: border-box;
}

.header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.body {
    position: relative;
    height: calc(100% - 266px);
    width: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 30% 0;
    margin: 40px 40px 0;
}
.background-image-1 {
    background-image: url(images/main-1/bitmap@2x.png);
}
.background-image-2 {
    background-image: url(images/main-2/bitmap@2x.png);
}
.background-image-3 {
    background-image: url(images/main-3/bitmap@2x.png);
}
.background-image-4 {
    background-image: url(images/main-4/bitmap@2x.png);
}
.background-image-5 {
    background-image: url(images/main-5/bitmap@2x.png);
}
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
footer {
    font-family: "Pt Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(155, 155, 155);
    width: 100%;
    text-align: center;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
.icon-and-lang {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url(images/logo@2x.png);
    margin: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 72px;
}
.links {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(10, 89, 78);
    padding: 15px 100px;
}
.lang {
    padding: 3px 8px;
    font-family: "Pt Sans";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(11, 93, 81);
    cursor: pointer;
}
.lang:hover{
    color: rgb(56, 204, 173);
}
.link {
    margin-right: 30px;
    font-family: "Pt Sans";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(255, 255, 255);
    display: flex;
    cursor: pointer;
    text-decoration: none;
	text-transform: uppercase;
}
.link:hover {
    color: rgb(34, 169, 149);
    cursor: pointer;
    text-decoration: none;
}
.link:last-child {
    margin: 0;
}
.link > img {
    margin-right: 10px;
}
.lang.active {
    border-radius: 2px;
    background-color: rgb(11, 93, 81);
    color: rgb(255, 255, 255);
}
.link.active {
    color: rgb(56, 204, 173);
}
.lang-container {
    display: flex;
    flex-direction: row;
    margin-left: 40px;
    border-radius: 2px;
    background-color: rgba(236, 241, 242, 0.5);
    position: absolute;
    right: 100px;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.background-image {

}

.body-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5%;
    right: 60px;
}

.body-link {
    display: flex;
    font-family: "Pt Sans";
    font-weight: bold;
    flex-direction: row;
    width: 470px;
    border-radius: 4px;
    box-shadow: 0 6px 12px 0 rgba(36, 39, 41, 0.1);
    background-color: rgb(255, 255, 255);
    align-items: center;
    padding: 30px 20px;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    BOX-SIZING: border-box;
    font-size: 16px;
}
.body-link:last-child {
    margin-bottom: 0;
}
.body-link:visited {
    color: rgb(0, 0, 0);
}

.body-link:hover {
    opacity: 1;
    cursor: pointer;
}

.body-link > img {
    margin-right: 24px;
    flex-shrink: 0;
}
.body-link > svg {
    margin-right: 24px;
    flex-shrink: 0;
}

.about-gis-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding: 0 18.75%;
    overflow-x: hidden;
    overflow-y: visible;
}

.about-title {
    font-family: "Pt Sans";;
    line-height: 1.25;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    font-size: 24px;
    margin-bottom: 40px;
}

.about-green-subtitle {
    font-family: "Pt Sans";;
    font-size: 20px;
    font-weight: bold;
    color: rgb(56, 204, 173);
    margin-bottom: 24px;
}

.gray-box-container {
    background-color: rgba(236, 241, 242, 0.5);
    padding: 20px;
    width: 100%;
    font-family: "Pt Sans";;
    margin-bottom: 40px;
}

.about-article {
    font-family: "Pt Sans";;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    padding-bottom: 40px;
}

.about-article-list-container {
    padding-left: 33px;
}

.element {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
}

.rectangle{
    width: 7.9px;
    height: 7.9px;
    transform: rotate(-45deg);
    border-radius: 2px;
    background-color: rgb(56, 204, 173);
    margin-right: 5px;
    flex-shrink: 0;
}