
h1 {

}

h2 {
    font-family: Oranienbaum, serif;
    margin-bottom: 20px;
    text-align: center;
    color: #2C1100;
    font-size: 40px;
}

.decor_separator {
    text-align: center;
    margin-bottom: 27px;
}


/*Торговый дом «Триумф»*/
.about_me {
    padding-bottom: 25px;
}

.slogan .slogan__span {
    font-weight: 700;
    background-color: #e31e24;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(3px 3px 0px black);
}

.about_me .inner {
    display: flex;
    text-align: center;
    flex-direction: column;
    row-gap: 25px;
}

.background-container {
    background-image: url(/i/bg-2024-12.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    flex: 1 1 70%;
}

.slogan {
    font-family: Oranienbaum, serif;
    text-align: center;
    padding-top: 73px;
    margin-bottom: 38px;
}

.slogan h1 {
    font-weight: normal;
    font-size: 60px;
    margin-bottom: 28px;
}

.about_me .second {
    background: none;
    box-shadow: 0 0 0;
    color: #784530;
    margin-top: 25px;
    font-size: 40px;
}

.triggers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.main-wrapper {
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.triggers_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 10px 25px;
    position: relative;
    box-shadow: 3px 3px 17px #16171730;
    row-gap: 20px;
}

.triggers_item svg {
    width: 80px;
    height: 80px;
}

.triggers_item span {
    color: #2C1100;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

/* Makes the whole div clickable */
.triggers_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

/*ФОТОГАЛЕРЕЯ*/

.images_area {
    position: relative;
    padding: 0 0 80px;
}

.images_area img {
    cursor: pointer;
    object-fit: cover;
}

.image_block {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_image {
    display: flex;
    flex: 0 0 49%;
}

.right_images {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    flex: 0 0 49%;
}

.right_little_img img {
    width: 45%;
    flex: 0 0 49%;
    min-width: 250px;
}

.right_little_img {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}


/*О торговом доме "Триумф"*/
.about_td {
    position: relative;
    padding: 86px 0 10px;
    color: #4B3425;
}


.about_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 35px 0;
}

.about_item_title {
    width: 355px;
    margin-right: 20px;
    font-size: 18px;
}

.text_about {
    line-height: 1.5;
}


.about_item_text {
    width: calc(100% - 380px);
    margin: 0;
}

.title_about {
    font-weight: 300;
    font-size: 18px;
}

/* Верстка 31.01.2025 iz-207  */
.about-advantages {


}

.about-advantages__title {
    font-size: 24px;
    font-weight: 400;
    color: #5a3d2b;
    margin-top: 56px;
    margin-bottom: 30px;
    text-align: center;
}

.about-advantages__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
}

.about-advantages__items-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.about-advantages__items-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.about-advantages__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-advantages__item ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.about-advantages__item li {

}

.about-advantages__item--img {
    width: 40px;
    height: 40px;
}

.about-advantages__item--text {
    font-size: 16px;
    color: #4B3425;
    text-align: left;

}

@media (max-width: 768px) {
    .about-advantages__items {
        grid-template-columns: 1fr;
    }
}

/* Конец 31.01.2025 iz-207  */

#map {
    width: 100%;
    height: 589px;
}

#map .inner {
    position: relative;
}


.map_info {
    position: absolute;
    left: 0;
    top: 77px;
    background-color: #fff;
    padding: 74px 54px 83px;
    font-size: 15px;
    text-align: center;
}

.map_info_item + .map_info_item {
    margin-top: 44px;
}

.map_info_item .title {
    font-family: Oranienbaum, serif;
    font-size: 22px;
    margin-bottom: 12px;
}

.our_address .info {
    color: #634F42;
    font-size: 15px;
}

.map_info_item .title_big {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}