
.section {
    margin-top: 30px; }

.section_footer {
    margin-bottom: -50px; }

.section__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%; }

.section__buttons .button {
    margin: 10px; }

.section__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    width: 100%; }

.section__detailsButton {
    background: url("/images/ico/icon-input-select.svg") no-repeat 50% 50%;
    background-size: 15px;
    cursor: pointer;
    display: none;
    height: 25px;
    opacity: 0.4;
    width: 30px; }

.section__detailsLink:hover ~ .section__detailsButton, .section__detailsButton:hover {
    opacity: 1; }

.section__details_active .section__detailsButton {
    background-image: url("/images/ico/icon-close.svg"); }

.section__detailsLink {
    border-bottom: 1px dashed #369;
    color: #369;
    cursor: pointer;
    display: none;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.section__detailsLink:hover {
    border-color: #000;
    color: #000; }

.section__detailsText {
    margin-top: 10px;
}

.section__details_active .section__detailsText {
    display: block; }

.section__details_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }

.section__geo {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-bottom: 1px dashed #369;
    color: #369;
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 10pt;
    margin-bottom: 5px;
    line-height: 1;}

.section__geo:hover {
    border-bottom: 1px dashed #000;
    color: #000; }

.section__geo:active {
    opacity: 0.5; }

.section__header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px; }

.section__header-box_block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%; }

.section__header {
    display: inline;
    font-size: 16pt;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0; }

.section__header_block {
    display: block;
    width: 100%; }
.section__header_block a {
}
.section__tag-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 4px solid #efeff9;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
}

.section__tag-link:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    border-color: #ffdf0f;
    background: #ffdf0f;
    color: #000; }

.section__tag-link:active {
    background: #efeff9;
    border-color: #efeff9;
    -webkit-box-shadow: none;
    box-shadow: none; }

.section__tag-link_active {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    border-color: #ffdf0f;
    background: #ffdf0f;
    color: #000;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease; }

.section__tag-link_border_bg {
    border: 4px solid #e0e0f0; }

.section__tag-link_border_bg:hover {
    border-color: #ffdf0f;
    background: #ffdf0f; }

.section__tag-link_border_bg:active {
    background: #e0e0f0;
    border-color: #e0e0f0; }

.section__tag {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: -2px; }

.section__tag:hover {
    z-index: 1; }

.section__tagIcon {
    height: 30px;
    margin: -5px 10px;
    width: 30px; }

.section__tag__map {
    margin: 2px 0px 0px 6px;
}

.section__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 50px auto;
    padding: 0; }

.section__tags_margin_10 {
    margin: 10px auto; }

.section__tag_accent {
    z-index: 1; }

.section__tag_accent .section__tag-link {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    border-color: #ffdf0f;
    background: #ffdf0f;
    color: #000;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease; }

.section__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%; }

.section__title_inline {
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.section__full_width {
    width: 100%;
}

.section__bottom_links {
    display: flex;
    flex-direction: row;
}
@media (max-width: 480px) {
    .section__tag-link {
        justify-content: flex-start;
    }
    .section__offerLinks {
        flex-direction: column;
    }
    .section__offerLinks .button {
        margin-bottom: 7px;
        width: 100%;
    }
    .section__offerLinks .button:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 500px) {
    .section {
        margin-top: 20px; }

    .section__detailsButton {
        display: inline-block; }

    .section__detailsLink {
        display: inline-block; }

    .section__detailsText {
        display: none; }

    section__header {
        font-size: 12pt; }

    .section__title {
        margin-bottom: 10px; }

    .section__bottom_links {
        flex-direction: column;
    }
}
.section__card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 30px 25px;
    border-radius: 12px;
}
.section__card-text {
    padding: 0;
}
.section__card p {
    margin: 0;
}
.section__text {
    font-size: var(--fontSizeDefault);
}

.section__defaultText {
    margin-top: 10px;
}