*,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#BreadcrumbList,
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal
}

body {
    font-family: Raleway, sans-serif;
    max-width: 100vw;
}

html {
    scroll-behavior: smooth !important;
}

body,
html {
    margin: 0 !important;
    background: #000000;
}

.big-bg.active {
    opacity: 1;
    visibility: visible
}



.big-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(0.11574vw);
    backdrop-filter: blur(2px);
    z-index: 997;
    opacity: 0;
    visibility: hidden
}

.modal.active ~.big-bg{
    z-index: 9999;
}

input {
    border-radius: 0 !important
}

:root {
    --main-color: #2E6B75;
    --dark-color: #2D2D2D;
    --light-color: #fff
}

body {
    position: relative;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

*,
html *,
html :after,
html :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.stop,
html.stop {
    position: relative;
    height: 100%
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    text-decoration: none
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    margin: .5208vw;
    background: 0 0;
    width: 0
}

body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
    display: none
}

body::-webkit-scrollbar-track-piece,
html::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, .15)
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    margin: .5208vw;
    background: rgba(0, 0, 0, .75);
    border-radius: .1563vw
}

.container {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 10;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 92.33333vw;
    margin: auto;
    align-items: flex-start;
}

.swiper {
    width: 100%;
    height: 100%
}

.b1 {
    height: auto;
    position: relative;
}

.b1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.b1 .bg-mob {
    display: none;
}

.b1 .h1 {
    padding-top: 9.91667vw;
    width: 36vw;
}

.b1 .h1 p:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 6.66667vw;
    text-transform: uppercase;
    color: #000;
    line-height: 120%;
}

.b1 .h1 p:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 6.25vw;
    text-transform: uppercase;
    color: #000;
    margin-top: -2.5vw;
    line-height: 120%;
}

.b1 .h1 p:nth-child(3) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.33333vw;
    text-transform: uppercase;
    color: #000;
    margin-top: -1.91667vw;
    line-height: 120%;
}

.b1 .date {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.16667vw;
    text-transform: uppercase;
    color: #000;
    margin-top: 1.91667vw;
    line-height: 120%;
}

.b1 .city {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.58333vw;
    color: #000;
    margin-top: 0.08333vw;
    line-height: 120%;
}

.b1 .btn,
.b3 .btn,
.b4 .btn {
    border-radius: 1.33333vw;
    background: #000;
    cursor: pointer;
    margin-top: 2.91667vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.25vw;
    grid-gap: 0.5vw;
    transition: 0.3s;
}

.b1 .btn p,
.b3 .btn p,
.b4 .btn p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.33333vw;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.b1 .btn svg,
.b3 .btn svg,
.b4 .btn svg {
    width: 2.08333vw;
    height: 1.41667vw;
}

.b1 .btn:hover,
.b3 .btn:hover,
.b4 .btn:hover {
    grid-gap: 1vw;
}

.b1 .bottom {
    display: flex;
    align-items: center;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0.83333vw;
    width: 100%;
}

.b1 .bottom .bottom-img {
    height: 11.66667vw;
}

.b1 .bottom .right {
    display: flex;
    grid-gap: 2.33333vw;
}

.b1 .bottom .right .item {
    border-radius: 1.16667vw;
    width: 11.58333vw;
    height: 18vw;
    background: #fff;
    padding: 0.58333vw;
}

.b1 .bottom .right .item .img {
    background: url(../img/b1-bottom-item-bg.svg) center center no-repeat;
    background-size: cover;
    position: relative;
    height: 11.66667vw;
    width: 100%;
    border-radius: 1.16667vw;
}

.b1 .bottom .right .item .img img {
    position: absolute;
    height: 18.5vw;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

.b1 .bottom .right .item:hover .img img {
    height: 20vw
}

.b1 .bottom .right .item .head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.33333vw;
    line-height: 90%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-top: 0.83333vw
}

.b1 .bottom .right .item .price {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.91667vw;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-top: 0.41667vw;
}

.b1 .bottom .right .item .price span {
    font-size: 1.25vw;
}

.b2 {
    margin-top: 3.33333vw;
    position: relative;
}

.b2 .up {
    width: 51.66667vw;
}

.b2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 47.75vw;
    background: url(../img/b2-bg.webp) center center no-repeat;
    background-size: cover;
}

.b2 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 9.33333vw;
    text-transform: uppercase;
    color: #000;
    line-height: 120%;
}

.b2 h2:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 6vw;
    text-align: center;
    color: #000;
    text-transform: none;
    line-height: 120%;
    margin-top: -2.33333vw;
}

.b2 .desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 3.33333vw;
    color: #000;
    margin-top: -0.7vw;
    line-height: 100%;
}

.b2 .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 1.5vw;
    grid-gap: 0.83333vw;
}

.b2 .list p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.41667vw;
    color: #000;
    padding: 0.41667vw 2.91667vw;
    border-radius: 1.66667vw;
    background: #fff;
    line-height: 120%;
}

.b2 .list p:nth-child(2n) {
    margin-left: 9.16667vw;
}

.b2 .list p:last-child {
    padding: 0.41667vw 1vw;
}

.b2 .btn {
    display: none;
}

.b3 {
    margin-top: 6.16667vw;
}

/* Контейнер таблицы для скругления углов */
.table-wrapper {
    width: 37.83333vw;
    /* Обрезает содержимое по скругленным углам */
    background: url(../img/table-bg.png) center center no-repeat;
    /* background: #000 url(../img/table-bg-test.png) center center no-repeat; */
    background-size: cover;
}

table {
    width: 100%;
    border-collapse: collapse;
    /* Убирает двойные границы */
    color: white;
    font-weight: bold;
}

/* --- Стили Заголовка --- */
thead tr {
    height: 5.33333vw;
}

thead tr th {
    line-height: 5.33333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.41667vw;
    color: #fff;
    letter-spacing: -0.075vw;
    text-transform: none;
}

th {
    text-transform: uppercase;
    font-size: 1.16667vw;
    letter-spacing: 0.04167vw;
    position: relative;
}

tbody tr td {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.41667vw;
    color: #fff;
    line-height: 4vw;
    width: 10.5vw;
    letter-spacing: -0.075vw;
}

td {
    width: 10.58333vw;
    height: 4vw;
    line-height: 4vw;
    text-align: center;
}

/* Первая колонка (Имена) выровнена немного левее, но по центру */
td:first-child {
    text-align: left;
    padding-left: 1.5vw;
    width: 16.66667vw;
}

.b3 .table-desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.41667vw;
    letter-spacing: 0.13em;
    color: #fff;
    margin-top: 1vw;
    width: 37.83333vw;
    text-align: center;
}

.b3 .left .btn{
    display: none;
}

.b3 .container {
    flex-direction: row;
    grid-gap: 2.5vw;
}

.b3 .p1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 5.58333vw;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
    margin-top: 21.41667vw;
    position: relative;
}

.b3 .p1:before {
    content: '';
    position: absolute;
    top: -16.91667vw;
    left: 50%;
    width: 35.16667vw;
    height: 22.08333vw;
    background: red;
    transform: translate(-50%, 0);
    background: url(../img/b3-img.webp) center center no-repeat;
    background-size: cover;
}

.b3 .right .r {
    width: 52.08333vw;
}

.b3 .p2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 5.33333vw;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
    margin-top: -0.66667vw;
}

.b3 .bottom {
    margin-top: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.b3 .btn,
.b4 .btn {
    background: #fbc707;
    margin-right: 0.5vw;
    margin-top: 0;
}

.b3 .btn p,
.b4 .btn p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.91667vw;
    text-align: center;
    color: #000;
}

.b3 .btn svg path,
.b4 .btn svg path {
    fill: #000;
}

.b3 .btn:hover,
.b4 .btn:hover {
    margin-right: 0;
}

.b3 .bottom .l {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4vw;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
}

.b4 {
    margin-top: 5.33333vw;
    position: relative;
}

.b4:before {
    content: '';
    position: absolute;
    top: -2.08333vw;
    left: 0;
    width: 27.83333vw;
    height: 49.75vw;
    background: url(../img/b4-1.png) center center no-repeat;
    z-index: 10;
    background-size: cover;
}

.b4:after {
    content: '';
    position: absolute;
    top: -6.83333vw;
    left: 0;
    width: 34.5vw;
    height: 101.08333vw;
    background: url(../img/b4-before.svg) center center no-repeat;
    z-index: 8;
    background-size: cover;
}

.b4 .container {
    margin-right: 0;
    max-width: 95.91667vw;
    align-items: flex-end;
    position: relative;
    z-index: 9;
}

.b4 .head .h {
    width: 42.91667vw;
}

.b4 .head {
    border-radius: 1.25vw;
    background: #fff;
    width: 100%;
    margin-left: 5vw;
    padding-left: 30vw;
    padding-top: 1.16667vw;
    padding-bottom: 1.5vw;
    max-width: 90.83333vw;
    position: relative;
    z-index: 9;
}

.b4 .head h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.91667vw;
    text-transform: uppercase;
    color: #000;
    line-height: 120%;
}

.b4 .head .p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 8.25vw;
    text-transform: uppercase;
    color: #000;
}

.b4 .head .bottom {
    display: flex;
    align-items: flex-start;
    grid-gap: 3vw;
}

.b4 .head .bottom svg {
    width: 33.33333vw;
}

.b4 .cont {
    margin-top: 3.33333vw;
    display: grid;
    grid-template-columns: 39.16667vw 26.66667vw;
    grid-gap: 1.41667vw;
}

.b4 .cont .item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1.16667vw;
    display: flex;
    flex-direction: column;
    position: relative;
}

.b4 .cont .h {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.16667vw;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    ;
    line-height: 2.58333vw;
    border-radius: 1.16667vw;
    position: relative;
}

.b4 .cont .p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.33333vw;
    color: #fff;
    padding: 2.33333vw;
    line-height: 120%;
}

.b4 .cont ul {
    display: flex;
    flex-direction: column;
    padding: 2.33333vw;
    justify-content: center;
    flex-grow: 1;
    grid-gap: 0.41667vw;
}

.b4 .cont ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.33333vw;
    color: #fff;
    position: relative;
    padding-left: 0.83333vw;
}

.b4 .cont ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.33333vw;
    height: 0.33333vw;
    background: #fff;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.b4 .cont .h:before,
.b4 .cont .item:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.08333vw;
    border-radius: inherit;
    background: linear-gradient(155deg, #acacac 0%, #272727 10%, #272727 90%, #acacac 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.b4 .cont-2 {
    display: flex;
    margin-top: 3.5vw;
    margin-bottom: 4.16667vw;
    grid-gap: 1.66667vw;
    width: 100%;
    justify-content: flex-end;
    position: relative;
}
.b4 .cont-2 .mob-head{
    position: absolute;
    top: -16vw;
    left: 16vw;
    width: 10.8vw;
}

.b4 .cont-2 .mob-head span{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 6.6vw;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.b4 .cont-2 .mob-head span:last-child{
    margin-top: -0.5vw;
    display: block;
}

.b4 .cont-2 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.41667vw;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
}

.b5 {
    border-radius: 2.66667vw;
    background: #fff;
    z-index: 10;
}

.b5 img {
    height: 12.91667vw;
}

.b5 .container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.83333vw 0;
    grid-gap: 2.75vw;
}

.b5 .right {
    width: 31.66667vw;
}

.b5 .right h2:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    text-transform: uppercase;
    color: #000;
    line-height: 120%;
}

.b5 .right h2:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 7.08333vw;
    text-transform: uppercase;
    color: #000;
    line-height: 120%;
    margin-top: -0.83333vw;
}

.b5 .right h2:nth-child(3) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.91667vw;
    text-transform: uppercase;
    color: #000;
    line-height: 120%;
    margin-top: -0.58333vw;
}

.b6 {
    margin-top: 5vw;
}

.b6 .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 21.33333vw;
    position: relative;
}

.b6 .left .l {
    width: 27.66667vw;
}

.b6 .left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 27.25vw;
    height: 40.91667vw;
    left: -21.75vw;
    top: -5vw;
    z-index: 99;
    background: url(../img/b6.webp) center center no-repeat;
    background-size: cover;
}

.b6 .left h2:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 6.25vw;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
}

.b6 .left h2:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 6vw;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
    margin-top: -2.08333vw;
}

.b6 .left p:nth-child(3) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
    margin-top: -0.91667vw;
    width: 100%;
    padding-left: 0.83333vw;
}

.b6 .left p:nth-child(4) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.66667vw;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
    margin-top: -0.33333vw;
    width: 100%;
    padding-left: 0.83333vw;
}

.b6 .left .desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.83333vw;
    color: #fff;
    margin-top: 1.66667vw;
    padding: 1.41667vw 1.41667vw 1.41667vw 5vw;
    margin-left: -5.25vw;
    border-radius: 0 1.91667vw 1.91667vw 0;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    letter-spacing: 0;
}

.b6 .left .desc:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.08333vw;
    border-radius: inherit;
    background: linear-gradient(155deg, #acacac 0%, #272727 10%, #272727 90%, #acacac 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.b6 .container {
    flex-direction: row;
    grid-gap: 1.66667vw;
}

.b6 form {
    padding: 2.83333vw 2.16667vw;
    width: 100%;
    position: relative;
    border-radius: 1.91667vw;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 1.5vw;
    margin-top: 1.25vw;
}

.b6 form:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.08333vw;
    border-radius: inherit;
    background: linear-gradient(155deg, #acacac 0%, #272727 10%, #272727 90%, #acacac 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.b6 form input {
    border-radius: 2.66667vw !important;
    height: 4.58333vw;
    background: #fff;
    border: none;
    outline: none;
    width: 100%;
    padding: 0 0.83333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.91667vw;
    text-align: center;
    color: #000;
    transition: 0.3s;
}

.b6 form input.error {
    background: #FFB2B2;
}

.b6 form button {
    height: 5.33333vw;
    border-radius: 2.66667vw;
    border: none;
    outline: none;
    cursor: pointer;
    background: #fbc707;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.91667vw;
    color: #000;
}

.b6 form .form-desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.41667vw;
    color: #a6a6a6;
}

.b6 form .form-desc a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #ffe100;
}

.b7 .container {
    margin-top: 5vw;
    display: grid;
    grid-template-columns: 56.25vw 1fr;
    grid-gap: 3.16667vw;
    align-items: center;
}

.b7 .map {
    padding: 0.83333vw;
    border-radius: 1.66667vw;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}

.b7 .map:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.08333vw;
    border-radius: inherit;
    background: linear-gradient(155deg, #acacac 0%, #272727 10%, #272727 90%, #acacac 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.b7 .map iframe {
    border-radius: 0.83333vw;
    width: 54.33333vw;
    height: 28.41667vw;
}

.b7 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 3.33333vw;
    text-transform: uppercase;
    color: #fff;
}

.b7 .desc {
    margin-top: 1.5vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.33333vw;
    max-width: 29.16667vw;
    color: #fff;
}

.b7 .adress {
    display: flex;
    margin-top: 1.5vw;
}

.b7 .adress svg:nth-child(1) {
    display: none
}

.b7 .adress .left {
    width: 15.66667vw;
}

.b7 .adress .left .p1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.83333vw;
    text-transform: uppercase;
    color: #fff;
}

.b7 .adress .left .p2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.75vw;
    text-transform: uppercase;
    color: #fff;
}

.b7 .adress svg {
    width: 3vw;
    height: auto;
}

.fit-text {
    white-space: nowrap;
    /* Текст в одну строку */
    display: inline-block;
    /* Чтобы корректно считалась ширина */
    /* transition: font-size 0.1s; Можно добавить плавность, но будет заметен скачок */
}

.fixed-width {
    /* Опционально: скрыть вылезающий текст до момента пересчета JS */
    overflow: hidden;
}


.menu {
    display: none;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FBC707;
    z-index: 999;
}

.header .container {
    flex-direction: row;
    padding: 2.08333vw 0;
}

.header svg, .header .menu-btn{
    display: none;
}
.header .left {
    display: flex;
    grid-gap: 3.33333vw;
}

.header .left a,
.header .left p{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.41667vw;
    text-align: center;
    color: #000;
    transition: 0.3s;
}

.header .left a:hover {
    text-decoration: underline;
}

.header .lang {
    position: relative;
    cursor: pointer;
}

.header .lang .active {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 90%;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 9;
    padding: 0.33333vw;
    background: #FBC707;
    border: 0.16667vw solid #000;
    border-radius: 0.66667vw;
}

.header .lang .dop {
    position: absolute;
    display: flex;
    flex-direction: row;
    grid-gap: 0.66667vw;
    right: 100%;
    background: #fff;
    border-radius: 0.66667vw;
    padding: 0.41667vw;
    top: 50%;
    transform: translate(0.83333vw, -50%);
    transition: 0.3s;
    max-width: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.header .lang .dop a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 90%;
    text-align: center;
    color: #000;
}

.header .lang:hover .dop {
    max-width: 8.33333vw;
    padding: 0.41667vw 1.25vw 0.41667vw 0.41667vw;
}

.footer {
    background: #FBC707;
    padding: 3.33333vw 0;
    border-radius: 2.66667vw 2.66667vw 0 0;
    margin-top: 5vw;
}

.footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.66667vw;
}

.footer .container .left svg {
    width: 10vw;
    height: auto;
}

.footer .container .left p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.16667vw;
    color: #000;
    max-width: 25vw;
    line-height: 120%;
    margin-top: 1.66667vw;
}

.footer .container .right {
    display: flex;
    flex-direction: column;
    grid-gap: 1.66667vw;
}

.footer .container .right .up {
    display: flex;
    flex-direction: column;
    grid-gap: 1.66667vw;
    align-items: flex-start;
}

.footer .container .right .up a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.41667vw;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000;
    display: flex;
    align-items: center;
    grid-gap: 1.16667vw;
}

.footer .container .right .up svg {
    width: 1.75vw;
    height: auto;
}

.footer .container .right .line {
    display: flex;
    grid-gap: 1.33333vw;
}

.footer .container .right .line a {
    display: block;
    width: 2.16667vw;
    height: 2.16667vw;
    background: red;
}

.footer .container .right .line a.it {
    background: url(../img/it.png) center center no-repeat;
    background-size: cover;
}

.footer .container .right .line a.tt {
    background: url(../img/tt.png) center center no-repeat;
    background-size: cover;
}

.footer .container .right .line a.in {
    background: url(../img/in.png) center center no-repeat;
    background-size: cover;
}

.footer .container .right .line a.tg {
    background: url(../img/tg.png) center center no-repeat;
    background-size: cover;
}

.footer .container .right .line a.wa {
    background: url(../img/wa.png) center center no-repeat;
    background-size: cover;
}

.footer .container .right .line a.yt {
    background: url(../img/yt.png) top center no-repeat;
    background-size: cover;
}


@media(max-width: 700px) {
        .container {
        max-width: 84.44444vw
    }

    .b1 {
        padding-top: 30px;
        /* background: red; */
        height: auto;
        margin-top: 14vw;
    }

    .b1 .date {
        order: -1;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 4.44444vw;
        text-transform: uppercase;
        color: #000;
    }

    .b1 .h1 {
        margin-top: -2.22222vw;
        padding: 0;
        width: 84.44444vw;
    }

    .b1 .h1 p:nth-child(2) {
        margin-top: -5.27778vw;
    }

    .b1 .h1 p:nth-child(3) {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 5.83333vw;
        text-transform: uppercase;
        color: #000;
        margin-top: -2.77778vw;
        text-align: right;
    }

    .b1 .city {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 3.05556vw;
        color: #000;
        width: 100%;
        text-align: right;
    }

    .b1 .bg {
        display: none;
    }

    .b1 .btn {
        display: none;
    }

    .b1 .bottom {
        margin-top: 83.33333vw;
        flex-direction: column;
        grid-gap: 16.66667vw;
        align-items: center;
    }

    .b1 .bottom .bottom-img {
        width: 100%;
        height: auto;
    }

    .b1 .bottom .right {
        grid-gap: 6.94444vw;
    }

    .b1 .bottom .right .item {
        border-radius: 3.88889vw;
        width: 34.16667vw;
        height: 53.05556vw;
        background: #fff;
        padding: 1.66667vw;
        height: auto;
    }

    .b1 .bottom .right .item .img img {
        position: absolute;
        height: 50.83333vw;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.3s;
    }

    .b1 .bottom .right .item:hover .img img {
        height: 58.33333vw;
    }

    .b1 .bottom .right .item .head {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 3.88889vw;
        line-height: 90%;
        text-transform: uppercase;
        text-align: center;
        color: #000;
        margin-top: 2.22222vw;
    }

    .b1 .bottom .right .item .price {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 2.5vw;
        text-transform: uppercase;
        text-align: center;
        color: #000;
    }

    .b1 .bottom .right .item .price span {
        font-size: 3.61111vw;
    }

    .b2 {
        margin-top: 13.33333vw;
        padding-bottom: 135.27778vw;
        overflow: hidden;
        padding-top: 4.16667vw;
    }

    .b2:before {
        width: 131.38889vw;
        height: 211.11111vw;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background: url(../img/b2-bg-mob.webp) center center no-repeat;
        background-size: cover;
    }

    .b2 .up {
        width: 84.44444vw;
    }

    .b2 .desc {
        margin-top: 0;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 5.83333vw;
        color: #000;
    }

    .b2 h2:nth-child(2) {
        margin-top: -1.11111vw;
        text-transform: uppercase;
    }

    .b2 .list {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 3.33333vw;
    }

    .b2 .list p:nth-child(2n) {
        margin: 0;
    }

    .b2 .list p,
    .b2 .list p:last-child {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 3.33333vw;
        color: #000;
        padding: 0.55556vw 1.11111vw;
        flex-grow: 1;
        text-align: center;
    }

    .b2 .btn {
        border-radius: 4.44444vw;
        background: #000;
        cursor: pointer;
        margin: auto;
        margin-top: 5vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 4.16667vw;
        grid-gap: 1.66667vw;
        transition: 0.3s;
    }

    .b2 .btn p {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 3.61111vw;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

    .b2 .btn svg {
        width: 5vw;
        height: auto;
    }

    .b2 .btn:hover {
        grid-gap: 3.33333vw;
    }

    .table-wrapper {
        width: 84.44444vw;
        /* background: url(../img/table-mob-tech.png) center center no-repeat; */
        background: url(../img/b3-mob.png) center center no-repeat;
        background-size: cover;
        margin-top: 4.72222vw;
    }

    td:first-child {
        width: 36.11111vw;
    }

    tbody tr td {
        width: 22.77778vw;
        font-size: 2.5vw;
        line-height: 8.88889vw;
        height: 8.88889vw;
        letter-spacing: 0vw;
    }

    thead tr th {
        font-size: 2.5vw;
        letter-spacing: 0.06em;
        color: #fff;
        line-height: 11.66667vw;
        /* background: rgba(255,0,0,0.3); */
    }

    thead tr {
        height: 8.61111vw;
    }

    td:first-child {
        padding-left: 2.77778vw;
    }

    .b3 .table-desc {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 3.05556vw;
        letter-spacing: 0.13em;
        color: #fff;
        width: 84.44444vw;
        margin-top: 3.33333vw;
    }

    .b3 {
        margin-top: 0;
    }

    .b3 .container {
        flex-direction: column-reverse;
        grid-gap: revert-layer;
    }

    .b3 .right {
        display: flex;
        flex-direction: column;
    }

    .b3 .bottom {
        order: -1;
    }

    .b3 .right .r {
        width: 83.33333vw;
    }

    .b3 .p1:before {
        width: 53.05556vw;
        height: 33.33333vw;
        /* background: red; */
        top: -7.77778vw;
        left: 45%;
        transform: none;
        z-index: 9;
    }

    .b3 .right .r {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        margin-top: 6.94444vw;
        position: relative;
        overflow: inherit !important;
    }

    .b3 .p1,
    .b3 .p2 {
        font-size: 6.11111vw !important;
        margin-top: 0;
        max-width: 33.33333vw;
        white-space: inherit;
        position: inherit;
    }

    .b3 .p2 {
        text-align: right;
    }

    .b3 .p1 span,
    .b3 .p2 span {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 8.61111vw;
        text-transform: uppercase;
        color: #fff;
    }

    .b3 .btn {
        display: none;
    }

    .b3 .bottom .l {
        margin: auto;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 3.33333vw;
        text-transform: uppercase;
        color: #fff;
    }

    .b4 .head {
        background: none;
        padding: 0 8.33333vw 0 0;
        order: -2;
        margin-left: 0;
    }

    .b4 .head .h {
        width: 50vw;
    }

    .b4 .head h2,
    .b4 .head .p {
        color: #fff;
    }

    .b4 .head h2 {
        display: flex;
        flex-direction: column;
        font-size: inherit !important;
    }

    .b4 .head h2 span:nth-child(1) {
        font-size: 5vw !important;
    }

    .b4 .head h2 span:nth-child(2) {
        font-size: 10vw !important;
        margin-top: 2.77778vw;
    }

    .b4:before {
        width: 62.22222vw;
        height: 108.61111vw;
        left: inherit;
        right: 0;
        transform: scale(-1, 1);
    }

    .b4 .head .p {
        font-size: 10vw;
    }

    .b4 .head .bottom svg {
        width: 37.5vw;
    }

    .b4 .head .bottom svg path:nth-child(1),
    .b4 .head .bottom svg path:nth-child(2),
    .b4 .head .bottom svg path:nth-child(3),
    .b4 .head .bottom svg path:nth-child(4),
    .b4 .head .bottom svg path:nth-child(5),
    .b4 .head .bottom svg path:nth-child(6) {
        fill: #fff;
    }

    .b4 .head .bottom {
        grid-gap: 0;
        justify-content: space-between;
        margin-top: 2.77778vw;
    }

    .b4:after {
        display: none;
    }

    .b4 .cont-2 h2 {
        display: none;
    }

    .b4 .cont-2 {
        order: -1;
        margin-top: 55.55556vw;
        z-index: 99;
        margin-right: auto;
        margin-left: 0;
        justify-content: flex-start;
    }

    .b4 .cont-2 .mob-head{
        width: 36vw;
        top: -35vw;
        left: 0;
    }
    .b4 .cont-2 .mob-head span{
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 21vw;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }
    
    .b4 .btn ,
    .b3 .btn {
        max-width: 69.44444vw;
        grid-gap: 1.66667vw;
        padding: 3.33333vw;
        border-radius: 3.88889vw;
    }

    .b4 .btn:hover ,
    .b3 .btn:hover {
        grid-gap: 3vw;
    }

    .b4 .btn svg ,
    .b3 .btn svg {
        width: 5vw;
        height: auto;
    }

    .b4 .btn p ,
    .b3 .btn p {
        font-size: 4.44444vw;
    }

    .b4 .container {
        z-index: 99;
        margin: 0 9vw;
        max-width: 82vw;
    }

    .b4 .btn:hover ,
    .b3 .btn:hover {
        margin-right: 0;
    }

    .b4 .cont {
        display: flex;
        grid-gap: 2.77778vw;
        padding: 0;
        width: 100%;
        margin: auto;
        margin-top: 7.5vw;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .b4 .cont .item {
        width: 81.66667vw;
        border-radius: 4.16667vw;
    }

    .b4 .cont ul,
    .b4 .cont .p {
        font-size: 4.44444vw;
        padding: 4.16667vw 4.16667vw 4.16667vw 2.77778vw;
    }

    .b4 .cont .h {
        font-size: 4.44444vw;
        line-height: 11.66667vw;
        border-radius: 4.16667vw;
    }

    .b4 .cont .h:before,
    .b4 .cont .item:before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 0.27778vw;
        border-radius: inherit;
        background: linear-gradient(155deg, #acacac 0%, #272727 10%, #272727 90%, #acacac 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

    .b4 .cont ul li {
        font-size: 4.44444vw;
        padding-left: 2.77778vw;
    }

    .b4 .cont ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 1.11111vw;
        height: 1.11111vw;
        background: #fff;
        border-radius: 50%;
        transform: translate(0, -50%);
    }

    .b5 .container {
        gap: 5vw;
        padding: 0;
        max-width: none;
        flex-direction: column-reverse;
        background: none;
        margin-top: 3.61111vw;
    }

    .b5 img {
        width: 100%;
        height: auto;
    }

    .b5 .right {
        width: 84.44444vw;
    }

    .b5 {
        background: none;
    }

    .b5 .right h2:nth-child(1),
    .b5 .right h2:nth-child(2),
    .b5 .right h2:nth-child(3) {
        color: #fff;
    }

    .b6 .container {
        flex-direction: column;
    }

    .b6 form {
        padding: 0;
        margin-top: 9.16667vw;
        background: none;
        gap: 3.61111vw;
    }

    .b6 form:before {
        display: none;
    }

    .b6 form .form-desc {
        font-size: 3.88889vw;
    }

    .b6 form input {
        border-radius: 8.88889vw !important;
        height: 11.38889vw;
        padding: 0 2.77778vw;
        font-size: 4.72222vw;
    }

    .b6 form button {
        font-size: 4.72222vw;
        border-radius: 6.66667vw;
        height: 13.05556vw;
    }

    .b6 .left:before {
        width: 58.88889vw;
        height: 88.33333vw;
        top: -13.88889vw;
        left: -50vw;
    }

    .b6 .left {
        margin-left: 24.44444vw;
        ;
    }

    .b6 .left .l {
        width: 56.94444vw;
    }

    .b6 .left h2:nth-child(2) {
        margin-top: -3.88889vw;
    }

    .b6 .left p:nth-child(3) {
        margin-top: -3.05556vw;
    }

    .b6 .left p:nth-child(4) {
        margin-top: -1.38889vw;
    }

    .b6 .left .desc {
        font-size: 3.88889vw;
        margin-top: 3.33333vw;
        padding: 3.05556vw 3.05556vw 3.05556vw 16.66667vw;
        margin-left: -15vw;
        border-radius: 0 6.38889vw 6.38889vw 0;
        letter-spacing: -0.13889vw;
    }
    
    .b6 .left .desc br{
        display: none;
    }

    .b6 .left .desc:before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 0.27778vw;
        border-radius: inherit;
        background: linear-gradient(155deg, #acacac 0%, #272727 10%, #272727 90%, #acacac 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

    .b7 .container {
        grid-template-columns: 1fr;
        gap: 3.05556vw;
    }

    .b7 .map {
        padding: 1.38889vw;
        border-radius: 2.77778vw;
    }

    .b7 .map iframe {
        border-radius: 1.38889vw;
        width: 83.33333vw;
        height: 41.66667vw;
    }

    .b7 h2 {
        font-size: 9.72222vw;
        text-align: center;
    }

    .b7 .desc {
        font-size: 3.61111vw;
        text-align: center;
        max-width: 77.77778vw;
    }

    .b7 .adress {
        grid-gap: 4.16667vw;
        margin: auto;
        margin-top: 4.16667vw;
        align-items: center;
        justify-content: center;
    }

    .b7 .adress svg:nth-child(1) {
        display: block;
    }

    .b7 .adress .left {
        width: 41.66667vw;
    }

    .b1 .bg-mob {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .b1 .bottom .right .item .img {
        height: 34.44444vw;
        border-radius: 2.77778vw;
    }

    .b4 {
        margin-top: 13.88889vw;
    }

    .b7 .adress svg {
        width: 8.33333vw;
        height: auto;
    }

    .header .container {
        padding: 6.94444vw 0;
        justify-content: space-between;
        align-items: center;
    }
    
    .header .left {
        display: none;
    }
    
    .header .lang .active {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 4.16667vw;
        line-height: 90%;
        text-align: center;
        color: #000;
        position: relative;
        z-index: 9;
        padding: 1.11111vw;
        background: #FBC707;
        border: 0.55556vw solid #000;
        border-radius: 2.22222vw;
    }
    
    .header .lang .dop {
        flex-direction: column;
        grid-gap: 2.22222vw;
        right: 50%;
        background: #fff;
        border-radius: 2.22222vw;
        padding: 1.38889vw;
        top: 100%;
        transform: translate(50%, -2.77778vw);
        transition: 0.3s;
        max-height: 0;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }
    
    .header .lang .dop a {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 4.16667vw;
        line-height: 90%;
        text-align: center;
        color: #000;
    }
    
    .header .lang:hover .dop {
        max-height: 27.77778vw;
        padding: 4.16667vw 1.38889vw 1.38889vw 1.38889vw;
        max-width: none;
    }
    .footer {
        border-radius: 8.88889vw 8.88889vw 0 0;
        margin-top: 16.66667vw;
        padding: 11.11111vw 0;
    }
    
    .footer .container {
        grid-template-columns: 1fr;
        gap: 8.33333vw;
    }
    
    .footer .container .left p {
        font-size: 3.88889vw;
        width: 100%;
        max-width: none;
        margin-top: 8.33333vw;
    }
    
    .footer .container .right .up {
        grid-gap: 2.77778vw;
    }
    
    .footer .container .right .line {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8.33333vw;
        gap: 5.55556vw;
    }
    
    .footer .container .right .line a {
        width: 6.66667vw;
        height: 6.66667vw;
    }
    
    .footer .container .left svg {
        width: 33.33333vw;
        height: auto;
    }
    
    .footer .container .right .up a {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 4.72222vw;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        color: #000;
        display: flex;
        align-items: center;
        grid-gap: 3.88889vw;
    }
    
    .footer .container .right .up svg {
        width: 5.83333vw;
        height: auto;
    }
    .header svg {
        display: block;
        width: 33.33333vw;
    }
    
    .header .menu-btn {
        display: flex;
        width: 5.55556vw;
        height: 4.72222vw;
        flex-direction: column;
        grid-gap: 0.83333vw;
        position: relative;
    }
    
    .header .menu-btn span {
        display: block;
        width: 100%;
        height: 0.83333vw;
        border-radius: 0.55556vw;
        background: #000;
    }
    
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 998;
        padding: 27.77778vw 0 5.55556vw;
        background: #FBC707;
        display: block;
        transform: translate(0, -100%);
        transition: 0.3s;
    }

    .menu.active{
        transform: translate(0, 0);
    }
    
    .menu a ,
    .menu p{
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 3.88889vw;
        color: #000;
        line-height: 120%;
    }
    
    .menu .list {
        display: flex;
        flex-direction: column;
        grid-gap: 2.77778vw;
        align-items: center;
        width: 100%;
    }
    
    .header .menu-btn.close span:nth-child(1) {
        width: 5.55556vw;
        height: 0.83333vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    
    .header .menu-btn.close span:nth-child(2) {
        width: 5.55556vw;
        height: 0.83333vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    
    .header .menu-btn.close span:nth-child(3) {
        opacity: 0;
    }

    
    .b3 .left .btn{
        display: flex;
        width: fit-content;
        margin: 0 auto;
        margin-top: 4vw;
    }


}
