html {
    box-sizing: border-box;
    overflow-x: hidden;
}
*,
*::after,
*::before {
    box-sizing: inherit;
}
ul,
ol {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
ul {
    list-style: none;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
input,
button,
textarea,
select {
    font: inherit;
}
a {
    text-decoration: none;
    color: inherit;
}
button,
input {
    border: none;
    padding: 0;
}
button {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
a,
button,
input,
textarea {
    outline: 0;
}
address {
    font-style: normal;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.start-page {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/dist/start-page_bg.jpg");
    background-size: cover;
}
.start-page__container {
    max-width: 1530px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    height: 100%;
    margin: 0 auto;
}
.start-page__title {
    color: #43458c;
    font-size: 62px;
    font-family: "Playfair Display";
    max-width: 720px;
}
.start-page__list {
    width: 720px;
    height: 720px;
    position: relative;
}
.start-page__item {
    width: 370px;
    height: 360px;
    background-size: cover;
    position: absolute;
    z-index: 1;
}
.start-page__item span {
    background-size: cover;
}
.start-page__item-container {
    position: relative;
    width: 370px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.start-page__item-text {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Playfair Display";
}
.start-page__item1 {
    background-image: url("../images/dist/1_bg.svg");
    top: 120px;
    cursor: pointer;
}
.start-page__item1 span {
    width: 70px;
    height: 62px;
    background-image: url("../images/dist/1_content.svg");
}
.start-page__item1 p {
    color: #43458c;
    max-width: 180px;
}
.start-page__item1:hover {
    background-image: url("../images/dist/1_bg_active.svg");
    transition: 0.5s all ease-in-out;
    z-index: 100;
}
.start-page__item1:hover p {
    color: #fff;
}
.start-page__item1:hover span {
    background-image: url("../images/dist/1_content_active.svg") !important;
}
.start-page__item2 {
    background-image: url("../images/dist/2_bg.svg");
    left: 230px;
    height: 375px;
    cursor: pointer;
}
.start-page__item2 p {
    color: #43458c;
    max-width: 220px;
}
.start-page__item2 span {
    width: 64px;
    height: 64px;
    background-image: url("../images/dist/2_content.svg");
}
.start-page__item2:hover {
    background-image: url("../images/dist/2_bg_active.svg");
    transition: 0.5s all ease-in-out;
    z-index: 100;
}
.start-page__item2:hover p {
    color: #fff;
}
.start-page__item2:hover span {
    background-image: url("../images/dist/2_content_active.svg");
}
.start-page__item3 {
    background-image: url("../images/dist/3_bg.svg");
    top: 260px;
    left: 330px;
}
.start-page__item3 p {
    color: #43458c;
    max-width: 220px;
}
.start-page__item3 span {
    width: 58px;
    height: 59px;
    background-image: url("../images/dist/3_content.svg");
}
.start-page__item3:hover {
    background-image: url("../images/dist/3_bg_active.svg");
    transition: 0.5s all ease-in-out;
    z-index: 100;
}
.start-page__item3:hover p {
    color: #fff;
}
.start-page__item3:hover span {
    background-image: url("../images/dist/3_content_active.svg") !important;
}
.start-page__item4 {
    background-image: url("../images/dist/4_bg.svg");
    top: 355px;
    left: 100px;
    height: 380px;
}
.start-page__item4 p {
    color: #43458c;
    max-width: 280px;
}
.start-page__item4 span {
    width: 80px;
    height: 80px;
    background-image: url("../images/dist/4_content.svg");
}
.start-page__item4:hover {
    background-image: url("../images/dist/4_bg_active.svg");
    transition: 0.5s all ease-in-out;
    z-index: 100;
}
.start-page__item4:hover p {
    color: #fff;
}
.start-page__item4:hover span {
    background-image: url("../images/dist/4_content_active.svg") !important;
}
@media (max-width: 1440px) {
    .start-page {
        height: 100%;
    }
    .start-page__container {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .start-page__title {
        text-align: center;
    }
}
@media (max-width: 740px) {
    .start-page {
        height: 100vh;
        background-image: url("../images/dist/start-page_bg_mobile.jpg");
    }
    .start-page__list {
        height: 350px;
        width: 350px;
    }
    .start-page__title {
        max-width: 326px;
        font-size: 28px;
    }
    .start-page__item {
        width: 185px;
        height: 180px;
    }
    .start-page__item-container {
        width: 185px;
        height: 180px;
    }
    .start-page__item-text {
        font-size: 16px;
    }
    .start-page__item1 {
        left: 0;
        top: 60px;
    }
    .start-page__item1 span {
        width: 35px;
        height: 31px;
    }
    .start-page__item1 p {
        max-width: 90px;
    }
    .start-page__item2 {
        left: 110px;
        top: 0;
        height: 190px;
    }
    .start-page__item2 span {
        width: 32px;
        height: 32px;
    }
    .start-page__item2 p {
        max-width: 105px;
    }
    .start-page__item3 {
        left: 160px;
        top: 120px;
    }
    .start-page__item3 span {
        width: 29px;
        height: 29px;
    }
    .start-page__item3 p {
        max-width: 85px;
    }
    .start-page__item4 {
        left: 50px;
        top: 170px;
        height: 190px;
        width: 187px;
    }
    .start-page__item4 span {
        width: 40px;
        height: 40px;
    }
    .start-page__item4 p {
        max-width: 138px;
    }
}