@import url(common.css);

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

body.bg {
    background-image: url("../images/sub-bg.png");
    background-repeat: no-repeat;
    background-position: 0 100px;
    background-size: 100% 145px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 1280px;
    height: 100%;
}

main {
    flex: 1;
    width:100%;
}

main > .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 145px;
    background-size: cover;
    color: #fff;
}

main .title h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 160%;
}

main .title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutus {
    padding: 100px;
    width: 100%;
    gap: 100px;
}

.aboutus > div  {
    display: flex;
    gap: 60px;

    width: 100%;
}

.aboutus > div > h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    width: 100px;
}

.aboutus > div > div {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.aboutus .sign {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
}

.aboutus .info-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}

.aboutus .info {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 20px;

    font-size: 16px;
    line-height: 160%;

    border: 1px solid #016ACB;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.08);
}

.aboutus .info .title {
    font-weight: 700;
}






.solutions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 200px;
    padding: 120px 0 200px 0;
}

.solutions > article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.solutions > article > .introduction {
    display: flex;
    gap: 90px;
}

.solutions > article > .introduction > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.solutions > article > .introduction h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
}

.solutions > article > .introduction div {
    text-wrap: wrap;
}


.solutions .info-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}

.solutions .info-box > div {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 20px;

    font-size: 16px;
    line-height: 160%;

    border: 1px solid #016ACB;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.08);
}

.solutions .info-box > div .title {
    font-weight: 700;
}

.solutions .info-box > div .title:before {
    content: "";
    margin-left:35px
}

.solutions .sub-1-1 {
    background: url("../images/sub-1-1.svg") no-repeat;
}

.solutions .sub-1-2 {
    background: url("../images/sub-1-2.svg") no-repeat;
}

.solutions .sub-1-3 {
    background: url("../images/sub-1-3.svg") no-repeat;
}

.solutions .sub-1-4 {
    background: url("../images/sub-1-4.svg") no-repeat;
}

.solutions .sub-1-5 {
    background: url("../images/sub-1-5.svg") no-repeat;
}

.solutions .sub-1-6 {
    background: url("../images/sub-1-6.svg") no-repeat;
}

.solutions .sub-2-1 {
    background: url("../images/sub-2-1.svg") no-repeat;
}

.solutions .sub-2-2 {
    background: url("../images/sub-2-2.svg") no-repeat;
}

.solutions .sub-2-3 {
    background: url("../images/sub-2-3.svg") no-repeat;
}

.solutions .sub-2-4 {
    background: url("../images/sub-2-4.svg") no-repeat;
}

.solutions .sub-2-5 {
    background: url("../images/sub-2-5.svg") no-repeat;
}

.solutions .sub-2-6 {
    background: url("../images/sub-2-6.svg") no-repeat;
}

.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;

    padding: 100px 0;
}

.contact > div {
    width: 100%;
}

.contact .data {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 700px;

    font-size: 16px;
    font-weight: 400;
    line-height: 160%;

}

.contact h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
}

.contact .data .info-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;

    padding: 20px 0;

    border-top: 1px solid #A5B3C9;
    border-bottom: 1px solid #A5B3C9;
}

.contact .data .info-box > div:first-child {
    grid-column: 1 / 3;
}

.contact .data .info-box > div {
    display: flex;
    flex-direction: column;
}

.contact .data .info-box > div .title {
    font-size: 18px;
    font-weight: 700;
}

#map {
    width: 100%;
    height: 355px;
}