.b7 .container {
    position: relative;
    z-index: 3;
}

.d1__box {
    margin-bottom: 80px;
}

.d1__box:last-child {
    margin-bottom: 0;
}

.detalingPage .b1__btn p {
    transform: translate(-68%, -50%);
}

.gm-ui-hover-effect > span {
    color: white !important;
}

[role="dialog"] {
    background: #222222 !important;
    border: 1px solid #5F76E2 !important;
}

.giw {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.giw * {
    font-weight: 400;
    line-height: 1.3;
    display: block;
}

.giw a {
    display: block;
    width: max-content;
    font-weight: 400;
    line-height: 1.3;
    color: #5F76E2;
    border-bottom: 1px solid transparent;
    transition: .4s;
}

.giw a:hover {
    border-color: #5F76E2;
}

.gm-style .gm-style-iw-tc {
    display: none !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 5px 0 20px 0 !important;
}

.gm-ui-hover-effect > span {
    background: white !important;
}

.detalingPage [role="dialog"] {
    border: 1px solid #DA9000 !important;
}

.detalingPage .giw a {
    color: #DA9000;
}

.detalingPage .giw a:hover {
    border-color: #DA9000;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
    .detalingPage .b1 .container {
        max-width: 710px;
    }

    .detalingPage .b1__text ul {
        max-width: 470px;
    }

    .detalingPage .b1__text ul li {
        font-size: 14px;
    }

    .detalingPage .b1__btn {
        width: 160px;
        height: 160px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .detalingPage .b1__btn p {
        font-size: 16px;
    }
}


@media screen and (max-width: 768px) {
    .detalingPage .b1__text h1 {
        max-width: 340px;
    }
}

.d2 table {
    border-collapse: collapse;
    margin: 0;
    min-width: calc(435px * 2);
    margin: -1px;
}

.d2 table td,
.d2 table th {
    border: 1px solid #444343;
    background: transparent;
}

.d2 table thead th {
    font-size: 24px;
    width: calc(50% / 3);
    text-align: center;
    padding: 24px;
    background: var(--Brown, #3B2F2C);
    color: white;
}

.d2 table thead th:nth-child(1) {
    width: 50%;
    text-align: left;
}

.d2 table tbody td {
    padding: 16px;
    font-size: 14px;
    color: white;
    text-align: center;
    vertical-align: middle;
}

.d2 table tbody td:nth-child(1) {
    text-align: left;
}

.d2 table tbody td[rowspan="5"],
.d2 table tbody td[rowspan="4"],
.d2 table tbody td[rowspan="3"],
.d2 table tbody td[rowspan="2"],
.d2 table tbody td[rowspan="5"] + td,
.d2 table tbody td[rowspan="4"] + td,
.d2 table tbody td[rowspan="3"] + td,
.d2 table tbody td[rowspan="2"] + td,
.d2 table tbody td.hlf {
    text-align: left;
    width: calc(50% / 2);
}

.d2 table tbody td[colspan="4"] {
    text-align: center;
}

.d2 table caption {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .d2 .tabs-header {
        flex-wrap: wrap;
        gap: 0 20px;
    }

    .d2 .tabs-header [data-tab] {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .d2 .tabs-header [data-tab] {
        width: 100%;
        max-width: 100%;
    }
}


.d1__info video {
    display: block;
    width: calc(100% - 390px);
    height: auto;
    border-radius: 16px;
}

.d1__info video,
.d1__info img {
    height: 420px;
    object-fit: cover;
}

@media screen and (max-width: 1310px) {
    .d1__info video,
    .d1__info img {
        height: calc((90vw - 350px - 44px) / 1.893);
    }
}

@media screen and (max-width: 768px) {
    .d1__info video,
    .d1__info img {
        height: calc(500px / 1.893);
    }

    .d1__info video {
        width: 100%;
        border-radius: 8px;
    }
}

@media screen and (max-width: 550px) {
    .d1__info video,
    .d1__info img {
        height: calc(90vw / 1.893);
    }
}

.d2 .tabs-body .table svg {
    display: none;
}

@media screen and (min-width: 861px) {
    .d2 .tabs-body .table svg {
        display: none;
    }
}

/*
                                                                    16.04.2025
*/

.header__menu {
    margin-right: 30px;
}

.header__inst {
    display: block;
    background: #5F76E2;
    border: 1px solid #5F76E2;
    border-radius: 99px;
    transition: .3s;
}

.header__inst svg {
    display: block;
    width: 40px;
    height: auto;
}

.header__inst svg * {
    transition: .3s;
    fill: white;
}

.detalingPage .header__inst {
    border-color: #DA9000;
    background: #DA9000;
}

.d1__info .btn{
    font-size: 14px;
    padding: 18px;
}

.d2 svg{
    display: block;
    margin: 0 0 -7px auto;
    position: relative;
    z-index: 3;
}

.d2 svg .hand {
    -webkit-animation-name: hand;
    animation-name: hand;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
}

.d2 svg .block {
    -webkit-animation-name: block;
    animation-name: block;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.d2 svg .block2 {
    -webkit-animation-name: block2;
    animation-name: block2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@media screen and (min-width: 769px) {
    .header__btn svg {
        display: none;
    }

    .header__inst:hover {
        background: transparent !important;
    }
    .d2 svg{
        display: none;
    }
}

.header__btn svg * {
    fill: white;
}

@media screen and (max-width: 768px) {
    .d2 .tabs-body{
        padding-top: 6px;
    }
    .header__inst svg{
        width: 26px;
        height: 26px;
    }
    .header__btn {
        font-size: 0;
        min-width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 0;
        border-radius: 99px;
        width: 26px;
        height: 26px;
        background: #5F76E2;
    }

    .detalingPage .header__btn {
        background: #DA9000;
    }
}

.b2 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b2 video,
.b2 iframe{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b2 .splide__pagination{
    bottom: -30px;
}
@media screen and (max-width: 768px){
    .b2 .splide__pagination {
        bottom: -26px;
    }
}

.b2 .splide__list{
    height: calc(1180px / 16 * 9);
}
@media screen and (max-width: 1320px){
    .b2 .splide__list{
        height: calc(90vw / 16 * 9);
    }
}

@media screen and (max-width: 768px){
    .b2 .splide__list{
        height: calc(500px / 16 * 9);
    }
}


@media screen and (max-width: 560px){
    .b2 .splide__list{
        height: calc(90vw / 16 * 9);
    }
}
