html {
    /* overflow-x: hidden;*/
    margin: 0 !important;
}

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

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

input {
    border-radius: 0 !important
}

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

body {
    position: relative;
    background: #0C0F17;
    color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: auto;
    font-family: "Raleway", sans-serif;
    margin: 0 !important;
}

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

html.stop,
body.stop {
    /* overflow: hidden;*/
    position: relative;
    height: 100%;
}

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    margin: 0.5208vw;
    background: none;
    width: 0vw;
}

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

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

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    margin: 0.5208vw;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0.1563vw;
}

.container {
    position: relative;
    width: 100%;
    max-width: 100vw;
    padding: 0 2.0833vw;
    margin: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-1 {
    margin-top: 2.0833vw;
}

.home-1 .cont {
    overflow: hidden;
    border-radius: 1.0417vw;
    height: 46.875vw;
    position: relative;
    display: flex;
    align-items: center;
    padding: 2.0833vw;
}

.home-1 .cont img,
.home-1 .cont video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}
.home-1 .cont:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,20,20, 0.5);
    z-index: 9;
}


.home-1 .cont .inf {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-1 .cont h1 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 6.25vw;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-1 .cont h1 span {
    font-style: italic;
    font-weight: 400;
    font-size: 6.7708vw;
    color: #b7033a;
}

.home-1 .cont .desc {
    margin-top: 1.0938vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: 50vw;
}

.home-1 .cont a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 2.3438vw;
    margin-top: 3.5417vw;
    border-radius: 0.7813vw;
    padding: 1.0417vw 1.3021vw;
    background: #b7033a;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.8333vw;
    line-height: 110%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.home-1 .cont a span {
    height: 2.6042vw;
    width: 2.6042vw;
}

.home-1 .cont a span svg {
    width: 100%;
    height: 100%;
}

.home-1 .circule {
    width: 13.3333vw;
    height: 13.3333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 0.7813vw;
    border-radius: 100%;
    background: rgba(241, 228, 217, 0.6);
    backdrop-filter: blur(0.5208vw);
    padding: 1.0417vw 0.5208vw 0 0.5208vw;
    position: absolute;
    right: 9.6875vw;
    bottom: -2.0833vw;
    z-index: 99;
}

.home-1 .circule .head {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #b7033a;
}

.home-1 .circule .desc {
    font-family: "Gilroy-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #281e23;
}

.home-1.thank .cont{
    height: calc(100vh - 4.1666vw);
    padding-top: 7vw;
}
.home-1.thank .cont h1{
    font-size: 4vw;
    text-align: center;
}
.home-1.thank .cont .inf{
    margin: auto;
    align-items: center;
}

.home-2 {
    margin-top: 6vw;
}

.home-2 h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-2 .up {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-2 h2 span {
    color: #b7033a;
}

.home-2 .filter {
    display: flex;
}

.home-2 .filter .item {
    font-family: "Gilroy-Regular", sans-serif;
    font-weight: 400;
    font-size: 0.8333vw;
    line-height: 110%;
    text-align: center;
    color: #fff;
    padding: 0.8333vw 1.3021vw 0.7292vw;
    cursor: pointer;
    border: 0.0521vw solid rgba(255, 255, 255, 0.5);
    border-radius: 2.6042vw 0 0 2.6042vw;
}

.home-2 .filter .item:last-child {
    border-radius: 0 2.6042vw 2.6042vw 0;
}

.home-2 .filter .item.active {
    background: #b7033a;
    color: #fff;
    border-color: #b7033a;
}

.home-2 .swiper {
    width: 95.8333vw;
    margin-top: 2.0833vw;
}

.home-2 .swiper-slide {
    width: 23.1771vw;
    border-radius: 0.7813vw;
    overflow: hidden;
    cursor: pointer;
}

.home-2 .swiper-slide img {
    border-radius: 0.7813vw;
    width: 100%;
    height: 15.1vw;
    object-fit: cover;
}

.home-2 .swiper-slide .cont {
    border-radius: 0 0 0.7813vw 0.7813vw;
    border-bottom: 0.0521vw solid rgba(255, 255, 255, 0.5);
    border-left: 0.0521vw solid rgba(255, 255, 255, 0.5);
    border-right: 0.0521vw solid rgba(255, 255, 255, 0.5);
    padding: 1.6667vw 1.6667vw 1.0938vw 1.6667vw;
    margin-top: -0.7813vw;
    transition: 0.3s;
}

.home-2 .swiper-slide .cont .loc,
.home-6 .cont .item .u .loc,
.single-1 .loc,
.single-4 .loc {
    display: flex;
    align-items: center;
    grid-gap: 0.7813vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
}

.home-2 .swiper-slide .cont .loc img,
.home-6 .cont .item .u .loc img,
.single-1 .loc img {
    height: 0.7813vw;
    border-radius: 0;
    width: auto;
}

.home-2 .swiper-slide .cont h3 {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 0.6771vw;
    min-height: 2.5vw;
}

.home-2 .swiper-slide .cont .b {
    border-top: 0.0521vw solid rgba(255, 255, 255, 0.6);
    padding-top: 0.9375vw;
    margin-top: 0.9375vw;
}

.home-2 .swiper-slide .cont .price {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-size: 1.25vw;
    color: #b7033a;
}

.home-2 .swiper-slide .cont .price span {
    color: #fff;
    font-size: 0.8333vw;
}

.home-2 .swiper-slide .cont .bb {
    display: flex;
    justify-content: space-between;
    margin-top: 2.7083vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-2 .swiper-slide .cont .bb img {
    width: 0.5208vw;
    height: 0.5208vw;
    border-radius: 0;
}

.home-2 .swiper-slide:hover .cont {
    border-color: #b7033a;
}

.home-2 .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 1.0417vw;
    margin-top: 1.0417vw;
}

.home-2 .bottom .arrow {
    width: 3.5417vw;
    height: 3.5417vw;
    border-radius: 0.7813vw;
    border: 0.0521vw solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: 0.3s;
}

.home-2 .bottom .arrow:hover {
    background: #b7033a;
    border-color: #b7033a;
}

.home-2 .bottom .arrow img {
    width: 3.5417vw;
    height: 3.5417vw;
    object-fit: cover;
}

.home-2 .bottom .arrow:nth-child(2) {
    transform: rotate(-180deg);
}

.home-2 .bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1.5625vw;
    border-radius: 0.7813vw;
    padding: 0.6771vw 1.0417vw;
    border: 0.0521vw solid rgba(255, 255, 255, 0.5);
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.8333vw;
    line-height: 110%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.home-2 .bottom a span,
.home-2 .bottom a svg {
    height: 2.0833vw;
    width: 2.0833vw;
}

.home-2 .bottom a:hover {
    background: #b7033a;
    border-color: #b7033a;
}

.home-3 {
    position: relative;
}

.home-3:before {
    content: '';
    position: absolute;
    top: -3.1771vw;
    left: 0;
    width: 100vw;
    height: 61.6146vw;
    background: url(../img/home-3-before.png) center center no-repeat;
    background-size: cover;
}

.home-3 {
    margin-top: 5.3125vw;
}

.home-3.mob {
    display: none;
}

.home-3.mob:before {
    display: none;
}

.home-3 .l1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
    align-items: flex-start;
}

.home-3 .l1 .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 4.9479vw;
    padding: 1.5625vw;
    border-radius: 0.7813vw;
    backdrop-filter: blur(0.7813vw);
    background: rgba(255, 255, 255, 0.03);
}

.home-3 .l1 .box img {
    width: 2.0833vw;
    height: 2.0833vw;
}

.home-3 .l1 .box .head {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-3 .l1 .box .desc {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 0.7813vw;
}

.home-3 .l1 .box:nth-child(2) {
    margin-top: 9.375vw;
}

.home-3 .l1 .box:nth-child(3) {
    margin-top: 18.75vw;
}

.home-3 h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 0.5208vw;
}

.home-3 h2 span {
    font-style: italic;
    font-weight: 400;
    font-size: 3.6458vw;
    color: #b7033a;
}

.home-3 .l3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
    margin-top: 1.0938vw;
}

.home-3 .l3 .box {
    backdrop-filter: blur(0.7813vw);
    background: rgba(255, 255, 255, 0.03);
    padding: 1.0417vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    ;
    align-items: flex-start;
    grid-gap: 3.125vw;
    border-radius: 0.7813vw;
}

.home-3 .l3 .box .head {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 1.4583vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-3 .l3 .box .desc {
    margin-top: 1.0417vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    opacity: 0.75;
}

.home-4 {
    margin-top: 10.4167vw;
}

.home-4 .up,
.home-6 .up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.0417vw;
}

.home-4 .up h2,
.home-6 .up h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-4 .up h2 span,
.home-6 .up h2 span {
    font-style: italic;
    font-weight: 400;
    font-size: 3.6458vw;
    color: #b7033a;
}

.home-4 .up p,
.home-6 .up p {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: 45vw;
}

.home-4 .cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
    margin-top: 1.8229vw;
}

.home-4 .cont .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    border-radius: 0.7813vw;
    height: 31.25vw;
    padding: 1.5625vw 2.0833vw;
    cursor: pointer;
}

.home-4 .cont .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(12, 15, 23, 0) 0%, rgba(12, 15, 23, 0.7) 100%);
}
.home-4 .cont .item:last-child:before {
    background: linear-gradient(180deg, rgba(12, 15, 23, 0.2) 0%, rgba(12, 15, 23, 0.7) 100%);
}

.home-4 .cont .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-4 .cont .item h3 {
    position: relative;
    z-index: 10;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-4 .cont .item h3 span {
    color: #b7033a;
}

.home-4 .cont .item p {
    position: relative;
    z-index: 10;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 0.8333vw;
}

.home-4 .cont .item svg {
    position: absolute;
    bottom: 1.0417vw;
    right: 1.0417vw;
    z-index: 10;
    height: 2.6042vw;
    width: 2.6042vw;
}

.home-4 .cont .item svg rect,
.home-4 .cont .item svg path {
    transition: 0.3s;
}

.home-4 .cont .item:hover svg path {
    stroke: #fff;
}

.home-4 .cont .item:hover svg rect {
    fill: #b7033a;
}

.home-5 {
    margin-top: 1.0417vw;
}

.home-5 .cont {
    border: 0.0521vw solid rgba(255, 255, 255, 0.5);
    border-radius: 0.7813vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
}

.home-5 .cont .left {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 3.4375vw 1.0417vw 3.4375vw 1.9792vw;
}

.home-5 .cont .left h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-5 .cont .left .desc {
    margin-top: 1.5625vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: 32vw;
}

.home-5 .cont .left .row {
    margin-top: 3.6458vw;
    display: flex;
    grid-gap: 1.0417vw;
}

.home-5 .cont .left .row .btn,
.home-6 .cont .btn,
.home-7 .up a,
.contact-1 .form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1.5625vw;
    border-radius: 0.7813vw;
    padding: 0.7813vw 1.0417vw;
    background: #b7033a;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.8333vw;
    line-height: 110%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.home-5 .cont .left .row .btn span,
.home-5 .cont .left .row .btn svg,
.contact-1 .form .btn span,
.contact-1 .form .btn svg,
.home-6 .cont .btn svg,
.home-6 .cont .btn span,
.home-7 .up a svg,
.home-7 .up a span {
    height: 2.0833vw;
    width: 2.0833vw;
}

.home-5 .cont .left .row .i,
.contact-1 .form .i {
    position: relative;
}

.home-5 .cont .left .row input,
.contact-1 .form input {
    height: 3.6458vw;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
    width: 21.1979vw;
    border-bottom: 0.1042vw solid #ffff;
}

.home-5 .cont .left .row .i div,
.contact-1 .form .i div {
    width: 0;
    height: 0.1042vw;
    background: #b7033a;
    display: block;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
}

.home-5 .cont .left .row input:not(:-moz-placeholder-shown) ~ div,
.contact-1 .form input:not(:-moz-placeholder-shown) ~ div {
    width: 100%;
}

.home-5 .cont .left .row input:not(:-ms-input-placeholder) ~ div,
.contact-1 .form input:not(:-ms-input-placeholder) ~ div {
    width: 100%;
}

.home-5 .cont .left .row input:focus ~ div,
.home-5 .cont .left .row input:not(:placeholder-shown) ~ div,
.contact-1 .form input:focus ~ div,
.contact-1 .form input:not(:placeholder-shown) ~ div {
    width: 100%;
}

.home-5 .cont .left .row input.error ~ div,
.contact-1 .form input.error ~ div {
    width: 100%;
    background: red;
}

.home-5 .cont .left .row input::-webkit-input-placeholder,
.contact-1 .form input::-webkit-input-placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
}

.home-5 .cont .left .row input::-moz-placeholder,
.contact-1 .form input::-moz-placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
}

.home-5 .cont .left .row input:-ms-input-placeholder,
.contact-1 .form input:-ms-input-placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
}

.home-5 .cont .left .row input::-ms-input-placeholder,
.contact-1 .form input::-ms-input-placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
}

.home-5 .cont .left .row input::placeholder,
.contact-1 .form input::placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
}

.home-5 .cont .right {
    background: url(../img/home-5.png) center center no-repeat;
    background-size: cover;
    margin: 1.0417vw 1.0417vw 1.0417vw 0;
    border-radius: 0.7813vw;
    position: relative;
    overflow: hidden;
}

.home-5 .cont .right:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(12, 15, 23, 0) 0%, rgba(12, 15, 23, 0.7) 100%);
    content: '';
}
.home-5 .cont .right video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-5 .cont .right .c {
    bottom: 1.0417vw;
    right: 1.0417vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    grid-gap: 1.7188vw;
    padding: 1.0417vw;
    max-width: 16.3021vw;
    backdrop-filter: blur(2.8646vw);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.7813vw;
}

.home-5 .cont .right .c .head {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 1.3542vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-5 .cont .right .c .desc {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-6 {
    margin-top: 10.4167vw;
}

.home-6 .cont {
    margin-top: 1.875vw;
    display: flex;
    flex-direction: column;
    grid-gap: 1.0417vw;
    align-items: center;
}

.home-6 .cont .item {
    position: relative;
    border-radius: 0.7813vw;
    overflow: hidden;
    height: 29.4271vw;
    padding: 3.6458vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

.home-6 .cont .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(12, 15, 23, 0.7) 0%, rgba(12, 15, 23, 0.3) 52.35%, rgba(12, 15, 23, 0.7) 100%);
}

.home-6 .cont .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.home-6 .cont .item .u {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    grid-gap: 0.9375vw;
}

.home-6 .cont .item .b {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.home-6 .cont .item .b .price {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 2.2917vw;
    color: #b7033a;
}

.home-6 .cont .item .b svg {
    width: 2.6042vw;
    height: 2.6042vw;
}

.home-6 .cont .item .b .price span {
    color: #fff;
    font-size: 1.4583vw;
    font-weight: 400;
}

.home-6 .cont .item .u {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 2.2917vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-6 .cont .item .u .loc {
    color: #fff;
}

.home-6 .cont .item svg rect,
.home-6 .cont .item svg path {
    transition: 0.3s;
}

.home-6 .cont .item:hover svg path {
    stroke: #fff;
}

.home-6 .cont .item:hover svg rect {
    fill: #b7033a;
}

.home-7 {
    margin-top: 9.375vw;
}

.home-7 .up {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.home-7 .up h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: 47.3958vw;
}

.home-7 .cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
    margin-top: 1.9792vw;
    grid-row-gap: 4.1667vw;
}

.home-7.blog-archive,
.home-7.blog-archive .cont {
    margin-top: 0;
}

.home-7.blog-archive {
    margin-bottom: 5.2083vw;
    margin-top: 2.6042vw;
}

.home-7 .cont .item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.home-7 .cont .item img {
    height: 18.75vw;
    width: 100%;
    border-radius: 0.7813vw;
    object-fit: cover;
}

.home-7 .cont .item h3 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 1.4583vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 2.6042vw;
    transition: 0.3s;
}

.home-7 .cont .item:hover h3 {
    color: #b7033a;
}

.home-7 .cont .item p {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 1.0417vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-7 .cont .item .btn {
    font-size: 0.9375vw;
    margin-top: 1.0417vw;
    text-decoration: underline;
    color: #b7033a;
}

.footer {
    margin-top: 7.8125vw;
    padding-bottom: 2.6042vw;
}

.footer .l1 {
    padding-top: 2.0833vw;
    border-top: 0.0521vw solid rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .l1 img {
    width: 10.4167vw;
}

.footer .l1 .soc {
    display: flex;
    grid-gap: 1.0417vw;
}

.footer .l1 .soc a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.7813vw;
    padding: 0.7813vw;
}

.footer .l1 .soc a svg {
    width: 2.0833vw;
    height: 2.0833vw;
}

.footer .l2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
    margin-top: 2.6042vw;
}

.footer .l2 .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 1.0417vw;
}

.footer .l2 .col a,
.footer .l2 .col p {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    transition: 0.3s;
}

.footer .l2 .col a:hover,
.footer .l2 .col p:hover {
    color: #b7033a;
}

.footer .l2 .head {
    font-family: "Libre Baskerville", sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.4583vw !important;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #b7033a !important;
    margin-bottom: 0.2604vw;
}

.single-1 {
    padding-top: 22.8125vw;
    position: relative;
    overflow: hidden;
}

.single-1 h1 {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 4.1667vw;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #fff;
}

.single-1 .bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28.6458vw;
    ;
}

.single-1 .bg-slider img {
    width: 100%;
    height: 28.6458vw;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
}

.single-1 .bg-slider .swiper-slide-active img {
    animation: 6s linear 0s infinite running-bg-slider;
}

@keyframes running-bg-slider {
    0% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.single-1 .bg-slider .swiper-slide {
    height: 28.6458vw;
    overflow: hidden;
    position: relative;
}

.single-1 .gradient,
.about-1 .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.0313vw;
    display: block;
    z-index: 2;
    background-image: linear-gradient(0turn, rgba(12, 15, 23, 1) 0%, rgba(12, 15, 23, 0.497) 50%, rgba(12, 15, 23, 0) 100%);
    border-color: transparent;
    border-style: solid;
}

.single-2 .desc-1 {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 0.5208vw;
    margin-bottom: 1.7188vw;
}

.single-2 .container {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 1.0417vw;
}

.single-2 .gallery {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.0417vw;
    margin: 0;
}

.single-2 .gallery img:nth-child(1) {
    width: 100%;
    height: 31.25vw;
    object-fit: cover;
    border-radius: 10px;
}

.single-2 .gallery img:nth-child(2),
.single-2 .gallery img:nth-child(5) {
    width: 36.3vw;
    height: 23.4375vw;
    object-fit: cover;
    border-radius: 10px;
}

.single-2 .gallery img:nth-child(3),
.single-2 .gallery img:nth-child(4) {
    width: 17.7083vw;
    height: 23.4375vw;
    object-fit: cover;
    border-radius: 10px;
}

.single-2 .gallery img:nth-child(6) {
    width: 30.8vw;
    height: 23.4375vw;
    object-fit: cover;
    border-radius: 10px;
}

.single-2 .gallery img:nth-child(7) {
    width: 23.1771vw;
    height: 23.4375vw;
    object-fit: cover;
    border-radius: 10px;
}

.single-2 .c1 {
    background: #131621;
    border-radius: 10px;
    padding: 2.0833vw 1.5625vw;
}

.single-2 .c1 h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 2.0833vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.single-2 .c1 .desc {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #b7033a;
    max-width: 18.75vw;
    margin-top: 0.4167vw;
}

.single-2 .c1 .btns {
    display: flex;
    flex-direction: row;
    margin-top: 2.6042vw;
    grid-gap: 1.0417vw;
}

.single-2 .c1 .btns .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0.5208vw;
    border: 0.0521vw solid #232834;
    border-radius: 0.5208vw;
    width: 13.5417vw;
    height: 3.125vw;
    cursor: pointer;
    transition: 0.3s;
}

.single-2 .c1 .btns .btn:hover {
    background: #232834;
}

.single-2 .c1 .btns .btn:last-child {
    width: 3.125vw;
}

.single-2 .c2 {
    margin-top: 1.0417vw;
    padding: 2.0833vw 1.5625vw;
    border: 0.0521vw solid #22262d;
    border-radius: 0.5208vw;
    display: flex;
    flex-direction: column;
    grid-gap: 4.6875vw;
}

.single-2 .c2 .h {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #b7033a;
}

.single-2 .c2 .l {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.0417vw;
    grid-row-gap: 0.5208vw;
    margin-top: 1.25vw;
}

.single-2 .c2 .l p {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.single-2 .c2 .l p strong {
    font-weight: 700;
}

.single-2 .c2 .main-inf {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.7813vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.single-2 .c2 .main-inf .head {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.2604vw;
    display: block;
}

.single-2 .c2 .main-inf .accent {
    font-size: 1.1979vw;
    color: #b7033a;
}

.single-2 .c3 {
    margin-top: 1.0417vw;
    display: flex;
    grid-gap: 1.0417vw;
}

.single-2 .c3 .item {
    display: flex;
    flex-direction: column;
    grid-gap: 1.4063vw;
    background: #131621;
    padding: 1.5625vw;
    border-radius: 0.5208vw;
    flex-grow: 1;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.single-2 .c3 .item svg,
.single-2 .c3 .item img{
    width: 2.0833vw;
    height: 2.0833vw;
}

.single-2 .c4 {
    margin-top: 5.2083vw;
}

.single-2 .c4 .text {
    margin-top: 2.0833vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.single-2 .c5 {
    margin-top: 5.2083vw;
}

.single-2 .c4 h2,
.single-2 .c5 h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 2.0833vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.single-2 .c4 h2 span.color {
    color: #b7033a;
    max-width: none;
}

.single-2 .c5 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5208vw;
    margin-top: 2.0833vw;
}

.single-2 .c5 p {
    border-radius: 0.5208vw;
    padding: 0.3125vw 0.7813vw 0.3646vw 0.7813vw;
    background: #131621;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.textflowgradienttext {
    background: linear-gradient(90deg, #ffffff, transparent, #ffffff, #ffffff, #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400% auto;
    animation: textflowgradienttext 20s linear infinite;
}

@keyframes textflowgradienttext {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 400% center;
    }
}

.single-3 {
    margin-top: 7.2917vw;
}

.single-3 .nav {
    display: flex;
    grid-gap: 1.0417vw;
}

.single-3 .nav p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0.5208vw;
    border: 0.0521vw solid #232834;
    border-radius: 0.5208vw;
    width: 13.5417vw;
    height: 3.125vw;
    background-color: #131621;
    transition: 0.3s;
    cursor: pointer;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.single-3 .nav .btn:hover,
.single-3 .nav p:hover {
    background-color: #232834;
}

.single-3 .nav p.active {
    background-color: #b7033a;
}

.single-3 .nav .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0.5208vw;
    border: 0.0521vw solid #232834;
    border-radius: 0.5208vw;
    width: 3.125vw;
    height: 3.125vw;
    /* background-color: #131621; */
    transition: 0.3s;
    cursor: pointer;
    background: url('../img/single-3-btn.svg') center center no-repeat;
    background-size: cover;
}

.single-3 .nav .btn.next {
    transform: scale(-1, 1);
}

.single-3 .cont {
    margin-top: 1.0417vw;
    position: relative;
    margin-top: 2.5641vw;
}

.single-3 .cont .gal {
    display: none;
}

.single-3 .cont .gal.active {
    display: block;
}

.single-3 .cont .gal .list {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
}

.single-3 .cont .gal .list.active {
    display: grid;
}

.single-3 .cont .gal .list img {
    width: 100%;
    height: 20.8333vw;
    object-fit: cover;
    border-radius: 0.5208vw;
}

.single-4 {
    margin-top: 7.2917vw;
}

.single-4 h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 2.0833vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.single-4 .loc {
    color: #b7033a;
    margin-top: 0.5208vw;
}

.single-4 iframe {
    width: 100%;
    height: 26.0417vw;
    border-radius: 0.5208vw;
    margin-top: 2.0833vw;
}

.about-1 {
    position: relative;
    height: 36.4583vw;
    overflow: hidden;
}

.about-1.blog {
    height: 26.0417vw;
}

.about-1.blog .container,
.blog-1 .container {
    max-width: 62.5vw;
}

.about-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.3) 100%);
    z-index: 10;
}

.about-1 img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-1 .container {
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 2.3958vw;
}

.about-1 h1 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 5.2083vw;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #fff;
}

.about-1 video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-1.blog h1 {
    font-size: 3.9063vw;
}

.about-1 h1 span {
    font-style: italic;
    font-weight: 400;
}

.about-1 p {
    margin-top: 1.3542vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.about-2 {
    margin-top: 4.1667vw;
}

.about-2 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.0417vw;
}

.about-2 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.about-2 h2,
.about-4 h2,
.about-5 h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.about-2 h2 span,
.about-4 h2 span,
.about-5 h2 span {
    font-style: italic;
    font-weight: 400;
    font-size: 3.6458vw;
    color: #b7033a;
}

.about-2 .desc {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 2.0833vw;
}

.about-2 .desc h3{
    font-size: 1.8vw;
    margin-top: 3.5vw;
}
.about-2 .desc ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0.7vw;
    margin-top: 1.4vw;
}
.about-2 .desc ul li{
    padding-left: 1.4vw;
    position: relative;
}
.about-2 .desc ul li:before{
    content: '';
    position: absolute;
    top: 0.555vw;
    left: 0.3472vw;
    width: 0.416vw;
    height: 0.416vw;
    background: #fff;
    border-radius: 50%;
}

.about-3 {
    margin-top: 5.7292vw;
    border-top: 0.0521vw solid #22262d;
    border-bottom: 0.0521vw solid #22262d;
}

.about-3 .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.about-3 .item {
    border-right: 0.0521vw solid #22262d;
    height: 15.3125vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5625vw;
}

.about-3 .item img {
    width: 2.0833vw;
    height: 2.0833vw;
}

.about-3 .item .head {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.about-3 .item .desc {
    margin-top: 0.7813vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.about-4 {
    background: #10121b;
    overflow: hidden;
    position: relative;
    padding-top: 2.0833vw;
    padding-bottom: 3.6458vw;
}

.about-4 .container {
    display: grid;
    grid-template-columns: 1fr 51.0417vw;
}

.about-4 .big-desc {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.6667vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: 21.875vw;
    display: flex;
    align-items: flex-end;
}

.about-4 .light {
    width: 24.2708vw;
    height: 7.0313vw;
    background: #b7033a;
    filter: blur(5.2083vw);
    display: block;
    position: absolute;
    bottom: 3.6458vw;
    left: -6.9271vw;
    border-radius: 100%;
}

.about-4 .team {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.0417vw;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
}

.about-4 .team .item {
    background: #0c0f17;
    border-radius: 0.5208vw;
    padding-bottom: 1.5625vw;
}

.about-4 .team .item img {
    width: 100%;
    height: 30.7292vw;
    object-fit: cover;
    border-radius: 10px;
}

.about-4 .team .item h3 {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 2.0833vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 1.5625vw;
    padding: 0 1.5625vw;
}

.about-4 .team .item .job {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #b7033a;
    margin-top: 0.5208vw;
    padding: 0 1.5625vw;
}

.about-4 .team .item .desc {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 1.5625vw;
    padding: 0 1.5625vw;
}

.about-5 {
    margin-top: 8.8542vw;
    margin-bottom: 8.3333vw;
}

.about-5 h2 {
    margin: auto;
    max-width: 34.8958vw;
}

.about-5 .list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 3.6458vw;
}

.about-5 .list img {
    height: 8.3333vw;
    width: auto;
    filter: grayscale(1);
    transition: 0.3s;
}

.about-5 .list img:hover {
    filter: none;
}

.contact-1 {
    margin-top: 2.8646vw;
}

.contact-1 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.0417vw;
}

.contact-1 h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 2.0833vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 1.5625vw;
}

.contact-1 .form {
    border-radius: 0.5208vw;
    background: #131621;
    padding: 1.5625vw;
}

.contact-1 .form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.0417vw;
    grid-row-gap: 2.0833vw;
}

.contact-1 .form input {
    width: 100%;
}

.contact-1 .form .i:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.contact-1 .form .btn {
    display: flex;
    width: fit-content;
}

.contact-1 iframe {
    width: 100%;
    height: 22.7083vw;
    border-radius: 0.5208vw;
}

.contact-1 .inf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.0417vw;
    margin-top: 2.0833vw;
}

.contact-1 .inf a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 2.0833vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    grid-gap: 1.0417vw;
}

.contact-1 .inf a svg {
    width: 2.3438vw;
    height: 2.3438vw;
}

.blog-1 p {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 1.0417vw;
}

.blog-1 a {
    color: #b7033a;
    font-weight: 700;
}

.blog-1 h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 2.0833vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 4.1667vw;
}

.blog-1 h3 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    font-size: 1.6667vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 2.6042vw;
}

.blog-1 ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 0.5208vw;
    margin-top: 1.0417vw;
}

.blog-1 ul li {
    position: relative;
    padding-left: 1.0417vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.blog-1 ul li:before {
    content: '';
    position: absolute;
    top: 0.5208vw;
    left: 0;
    width: 0.4167vw;
    height: 0.4167vw;
    background: #fff;
    border-radius: 50%;
}

.blog-1 .wp-block-image {
    margin-top: 2.0833vw;
}

.blog-1 img {
    width: 100%;
    height: auto;
    border-radius: 0.5208vw;
}

.blog-1 .inf {
    display: flex;
    align-items: center;
    grid-gap: 1.5625vw;
}

.blog-1 .inf span {
    display: block;
    width: 0.0521vw;
    height: 1.0417vw;
    background: #848484;
}

.blog-1 .inf p {
    margin: 0;
    color: #848484;
    padding-left: 1.8229vw;
    position: relative;
}

.blog-1 .date:before {
    background: url(../img/blog-date.svg) center center no-repeat;
    background-size: cover;
}

.blog-1 .time:before {
    background: url(../img/blog-time.svg) center center no-repeat;
    background-size: cover;
}

.blog-1 .date:before,
.blog-1 .time:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.25vw;
    height: 1.25vw;
    transform: translate(0%, -50%);
}

.blog-1 .share {
    margin-top: 2.0833vw;
    padding-top: 1.0417vw;
    border-top: 0.0521vw solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    grid-gap: 1.0417vw;
}

.blog-1 .share p {
    margin: 0;
    margin-right: 1.0417vw;
}

.blog-1 .share .l {
    display: flex;
    align-items: center;
    grid-gap: 1.3021vw;
}

.blog-1 .share svg path {
    fill: #fff;
    transition: 0.3s;
}

.blog-1 .share span {
    cursor: pointer;
}

.blog-1 .share span:hover svg path {
    fill: #b7033a
}

.buying-1 .container {
    display: grid;
    grid-template-columns: 3fr 9fr;
    grid-gap: 1.0417vw;
}

.buying-1 .left {
    position: relative;
    /* background: red; */
}

.buying-1 .filters {
    position: sticky;
    top: 5.2083vw;
    background: #131621;
    border-radius: 10px;
    padding: 2.0833vw 1.5625vw;
    display: flex;
    flex-direction: column;
    grid-gap: 2.0833vw;
}

.buying-1 .filters .h {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 0.9375vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 0.2083vw;
}

.buying-1 .filters .group {
    display: flex;
    flex-direction: column;
    grid-gap: 0.625vw;
}

.buying-1 .filters .i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 0.5208vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.8333vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    cursor: pointer;
}

.buying-1 .filters .i span {
    display: block;
    position: relative;
    border: 0.1042vw solid #fff;
    width: 1.0417vw;
    height: 1.0417vw;
    border-radius: 0.1563vw;
}

.buying-1 .filters .i span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/tick-archive.svg) center center no-repeat;
    background-size: cover;
    z-index: 999;
}

.buying-1 .filters .i.active span {
    background: #fff;
}

.buying-1 .cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
    grid-row-gap: 2.6042vw;
}

.buying-1 .cont .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.buying-1 .cont .item img {
    border-radius: 0.5208vw;
    width: 100%;
    height: 14.5833vw;
    object-fit: cover;
}

.buying-1 .cont .item h2 {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 1.1979vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 1.0417vw;
}

.buying-1 .cont .item .loc {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.8854vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 0.1563vw;
}

.buying-1 .cont .item .line {
    margin-top: 2.0833vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.buying-1 .cont .item .line .price {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 0.7813vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
}

.buying-1 .cont .item .line .price span {
    font-weight: 500;
    font-size: 1.1979vw;
    color: #b7033a;
}

.buying-1 .cont .item .line .btn {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 0.8333vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #9e9fa2;
}

.menu {
    position: fixed;
    top: 3.125vw;
    left: 50%;
    width: 93.75vw;
    border-radius: 26.0417vw;
    backdrop-filter: blur(10px);
    border: 0.0521vw solid #fff;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, 0);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.menu-mob{
    display: none;
}

.menu.scroll {
    top: 0.5208vw;
    width: 95.8333vw
}

.menu img {
    height: 2.0833vw;
    margin: 0.7813vw 0.7813vw 0.625vw;
}

.menu ul {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 1.0417vw;
}

.menu ul li a {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    transition: 0.3s;
}

.menu ul li a:hover {
    color: #b7033a;
}

.menu .langs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 0.5208vw;
    margin: 0.7813vw;
}

.menu .langs a {
    width: 2.6042vw;
    height: 2.6042vw;
    background: rgba(255, 255, 255, 0.1);
    border: 0.0521vw solid #f5f5f5;
    border-radius: 26.0417vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #f5f5f5;
    padding-top: 0.1042vw;
}

.menu .langs a.active {
    background: #fff;
    color: #0c0f17;
}


@media(max-width: 700px){
    .container {
        padding: 0 5.1282vw;
    }
    
    .single-1{
        height: 102.5641vw;
        padding: 0;
    }

    .single-1 .bg-slider .swiper-slide,
    .single-1 .bg-slider,
    .single-1 .bg-slider img{
        height: 102.5641vw;
    }
    
    .single-1 .container {
        height: 100%;
    }
    
    .single-1 h1 {
        font-size: 8.7179vw;
    }
    
    .single-2 .container {
        grid-template-columns: 1fr;
        grid-gap: 2.5641vw;
    }
    
    .single-2 .desc-1 {
        font-size: 4.6154vw;
    }
    
    .single-2 .gallery img:nth-child(1) {
        height: 56.4103vw;
    }
    
    .single-2 .gallery img:nth-child(2),
    .single-2 .gallery img:nth-child(5) {
        width: 100%;
        height: 57.6923vw;
    }
    
    .single-2 .gallery img:nth-child(3),
    .single-2 .gallery img:nth-child(4) {
        width: calc(50% - 1.2821vw);
        height: 58.9744vw;
    }
    
    .single-2 .gallery img:nth-child(6) {
        width: calc(60% - 1.2821vw);
        height: 51.2821vw;
    }
    
    .single-2 .gallery img:nth-child(7) {
        width: calc(40% - 1.2821vw);
        height: 51.2821vw;
    }
    
    .single-2 .gallery {
        grid-gap: 2.5641vw;
        margin: 0;
    }
    
    .single-2 .c2 .l {
        grid-template-columns: 1fr;
        margin-top: 3.0769vw;
    }
    
    .single-2 .c1 .btns {
        flex-wrap: wrap;
        grid-gap: 2.5641vw;
    }
    
    .single-2 .c1 {
        padding: 6.4103vw 3.8462vw
    }
    
    .single-2 .c1 .btns {
        margin-top: 10.2564vw;
    }
    
    .single-2 .c1 h2 {
        font-size: 7.1795vw;
    }
    
    .single-2 .c1 .desc {
        font-size: 4.6154vw;
        max-width: none;
        margin-top: 5px;
    }
    
    .single-2 .c1 .btns .btn:first-child {
        width: 100%;
    }
    
    .single-2 .c1 .btns .btn {
        height: 12.8205vw;
        width: calc(100% - 15.3846vw);
        border-radius: 2.5641vw;
    }
    
    .single-2 .c1 .btns .btn:last-child {
        width: 12.8205vw;
    }
    
    .single-2 .c2 .l p {
        font-size: 4.1026vw;
    }
    
    .single-2 .c2 .main-inf .head,
    .single-2 .c2 .h {
        font-size: 4.6154vw;
    }
    
    .single-2 .c2 .l p {
        font-size: 4.1026vw;
    }
    
    .single-2 .c2 .main-inf .accent {
        font-size: 5.1282vw;
    }
    
    .single-2 .c2 {
        margin-top: 2.5641vw;
        border-radius: 2.5641vw;
        grid-gap: 6.4103vw;
        padding: 6.4103vw 3.8462vw;
    }
    
    .single-2 .c2 .b:last-child .l {
        grid-gap: 7.6923vw;
    }
    
    .single-2 .c3 {
        margin-top: 2.5641vw;
        grid-gap: 2.5641vw;
    }
    
    .single-2 .c3 .item {
        padding: 3.8462vw;
        border-radius: 2.5641vw;
        font-size: 4.6154vw;
        grid-gap: 5.1282vw;
    }
    
    .single-2 .c3 .item svg,
    .single-2 .c3 .item img{
        width: 7.6923vw;
        height: 7.6923vw;
    }
    
    .single-2 .c4 h2,
    .single-2 .c5 h2 {
        font-size: 7.1795vw;
    }

    .single-2 .c4,
    .single-2 .c5{
        margin-top: 15vw;
    }
    
    .single-2 .c4 .text {
        margin-top: 5.1282vw;
        font-size: 4.1026vw;
    }
    
    .single-2 .c5 .list {
        margin-top: 5.1282vw;
        grid-gap: 1.2821vw;
    }
    
    .single-2 .c5 p {
        font-size: 4.1026vw;
        padding: 3px 10px 4px;
        border-radius: 10px;
    }
    
    .single-3 {
        margin-top: 15vw;
    }
    
    .single-3 .cont .gal .list {
        grid-template-columns: 1fr;
        grid-gap: 2.5641vw;
    }
    
    .single-3 .cont .gal .list img {
        height: 61.5385vw;
        border-radius: 10px;
    }
    
    .single-3 .nav {
        grid-gap: 2.5641vw;
        flex-wrap: wrap;
    }
    
    .single-3 .nav .btn {
        width: calc(50% - 1.2821vw);
        background-size: 15.3846vw;
        height: 12.8205vw;
        border-radius: 10px;
    }
    
    .single-3 .nav p {
        width: 100%;
        height: 12.8205vw;
        border-radius: 10px;
        font-size: 4vw;
    }
    
    .single-4 .loc {
        font-size: 4.1026vw;
    }
    
    .single-4 h2 {
        font-size: 7.1795vw;
    }
    
    .single-4 iframe,
    .contact-1 iframe {
        height: 76.9231vw;
        border-radius: 10px;
    }
    .single-4{
        margin-top: 15vw;
    }
    
    .home-5 {
        margin-top: 2.5641vw;
    }
    
    .home-5 .cont {
        grid-template-columns: 1fr;
        border-radius: 2.5641vw;
    }
    
    .home-5 .cont .left {
        grid-column-end: 2;
        padding: 6.4103vw 3.8462vw;
    }
    
    .home-5 .cont .left h2 {
        font-size: 6vw;
    }
    
    .home-5 .cont .left .row {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2.5641vw;
    }
    
    .home-5 .cont .left .desc {
        font-size: 3.3vw;
        max-width: none;
        margin-top: 3.8462vw;
    }
    
    .home-5 .cont .left .row .btn,
    .home-6 .cont .btn,
    .home-7 .up a,
    .contact-1 .form .btn {
        height: 12.8205vw;
        border-radius: 2.5641vw;
        font-size: 4.1026vw;
        grid-gap: 2.5641vw;
        width: 100%;
    }
    
    .home-5 .cont .left .row .btn span,
    .home-5 .cont .left .row .btn svg,
    .contact-1 .form .btn span,
    .contact-1 .form .btn svg,
    .home-6 .cont .btn svg,
    .home-6 .cont .btn span,
    .home-7 .up a svg,
    .home-7 .up a span {
        width: 7.6923vw;
        height: 7.6923vw;
    }
    
    .home-5 .cont .left .row input,
    .contact-1 .form input {
        height: 12.8205vw;
        width: 100%;
        font-size: 4.1026vw;
    }
    
    .home-5 .cont .left .row input::-webkit-input-placeholder,
    .contact-1 .form input::-webkit-input-placeholder {
        font-size: 4.1026vw;
    }
    
    .home-5 .cont .left .row input::-moz-placeholder,
    .contact-1 .form input::-moz-placeholder {
        font-size: 4.1026vw;
    }
    
    .home-5 .cont .left .row input:-ms-input-placeholder,
    .contact-1 .form input:-ms-input-placeholder {
        font-size: 4.1026vw;
    }
    
    .home-5 .cont .left .row input::-ms-input-placeholder,
    .contact-1 .form input::-ms-input-placeholder {
        font-size: 4.1026vw;
    }
    
    .home-5 .cont .left .row input::placeholder,
    .contact-1 .form input::placeholder {
        font-size: 4.1026vw;
    }
    
    .about-1 {
        height: 128.2051vw;
    }

    .blog-1 .date:before, .blog-1 .time:before{
        width: 4vw;
        height: 4vw;
    }

    .blog-1 .inf{
        grid-gap: 2vw;
    }

    .blog-1 .inf span{
        height: 10px;
    }

    .blog-1 .inf p{
        padding-left: 5vw;
    }

    .about-1.blog{
        height: 100vw;
    }
    .about-1.blog .container, .blog-1 .container{
        max-width: none;
    }
    
    .about-1 h1 {
        font-size: 8.7179vw;
    }
    
    .about-1 p {
        margin-top: 2.5641vw;
        font-size: 4.6154vw;
        max-width: 90%;
    }
    
    .contact-1 .container {
        grid-template-columns: 1fr;
        grid-gap: 20.5128vw;
    }
    
    .contact-1 h2 {
        font-size: 6.1538vw;
        margin-bottom: 2.5641vw;
    }
    
    .contact-1 .form,
    .contact-1 .inf {
        grid-template-columns: 1fr;
        grid-gap: 2.5641vw;
        padding: 6.4103vw 3.8462vw;
        margin-top: 0;
        border-radius: 10px;
    }
    
    .contact-1 .form .i:nth-child(3) {
        grid-column-end: 2;
    }
    
    .contact-1 .inf a {
        font-size: 6.1538vw;
    }
    
    .contact-1 .inf a svg {
        width: 7.6923vw;
        height: 7.6923vw;
    }
    
    .contact-1 {
        margin-top: 10.2564vw;
    }
    
    .about-1 .container {
        padding-bottom: 5.1282vw;
    }
    
    .home-7 .cont {
        grid-template-columns: 1fr;
        grid-row-gap: 15.3846vw;
    }
    
    .home-7 .cont .item img {
        height: 51.2821vw;
    }
    
    .home-7 .cont .item h3 {
        font-size: 6.1538vw;
        margin-top: 3.8462vw;
    }
    
    .home-7 .cont .item p {
        font-size: 4.1026vw;
        margin-top: 2.5641vw;
    }
    
    .home-7 .cont .item .btn {
        font-size: 3.5897vw;
    }
    
    .about-1.blog h1 {
        font-size: 7.1795vw;
    }
    
    .blog-1 p {
        font-size: 4.1026vw;
        margin-top: 3.8462vw;
    }
    
    .blog-1 ul li {
        font-size: 4.1026vw;
    }
    
    .blog-1 ul {
        grid-gap: 2.5641vw;
    }
    
    .blog-1 h2 {
        font-size: 6.1538vw;
        margin-top: 12.8205vw;
    }
    
    .blog-1 ul li {
        padding-left: 3.8462vw;
    }
    
    .blog-1 ul li:before {
        width: 1.5385vw;
        height: 1.5385vw;
        top: 1.5385vw;
    }
    
    .blog-1 .wp-block-image {
        margin-top: 7.6923vw;
    }
    
    .blog-1 .share {
        margin-top: 7.6923vw;
        padding-top: 3.8462vw;
        grid-gap: 3.8462vw;
    }
    
    .blog-1 .share p {
        margin-right: 5.1282vw;
    }
    
    .blog-1 .share .l {
        grid-gap: 6.4103vw;
    }
    
    .blog-1 .share span svg {
        width: 7.6923vw;
        height: 7.6923vw;
    }
    
    .home-7 {
        margin-top: 20.5128vw;
    }
    
    .home-7 .up a {
        display: none;
    }
    
    .home-7 .up h2 {
        font-size: 7.1795vw;
        max-width: none;
    }
    
    .home-7 .cont {
        margin-top: 3.8462vw;
    }
    
    .about-2 .container {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    
    .about-2 h2,
    .about-4 h2,
    .about-5 h2 {
        font-size: 7.1795vw;
        max-width: 80%;
    }
    
    .about-2 h2 span,
    .about-4 h2 span,
    .about-5 h2 span {
        font-size: 8.2051vw;
    }
    
    .about-2 .desc {
        font-size: 4.1026vw;
        margin-top: 2.5641vw;
    }

    .about-2 .desc h3{
        font-size: 5.3vw;
        margin-top: 5.3vw;
    }

    .about-2 .desc ul{
        margin-top: 10px;
        grid-gap: 1.2vw;
    }
    .about-2 .desc ul li{
        padding-left: 3.6vw;
    }
    .about-2 .desc ul li:before{
        width: 1.2vw;
        height: 1.2vw;
        top: 1.7vw;
    }
    
    .about-2 {
        margin-top: 10.2564vw;
    }
    
    .about-3 .container {
        grid-template-columns: 1fr;
    }
    
    .about-3 .item {
        border-left: 0.2564vw solid #22262d;
        border-bottom: 0.2564vw solid #22262d;
        height: 46.1538vw;
        padding: 5.1282vw;
    }
    
    .about-3 .item:last-child {
        border-bottom: none;
    }
    
    .about-3 .item img {
        width: 7.6923vw;
        height: 7.6923vw;
    }
    
    .about-3 .item .head {
        font-size: 10.2564vw;
    }
    
    .about-3 .item .desc {
        margin-top: 2.5641vw;
        font-size: 4.1026vw;
    }
    
    .about-4 .container {
        grid-template-columns: 1fr;
    }
    
    .about-4 .team {
        grid-column-start: inherit;
        grid-row-start: inherit;
        grid-template-columns: 1fr;
        margin-top: 5.1282vw;
        grid-gap: 2.5641vw;
    }
    
    .about-4 .team .item img {
        height: 102.5641vw;
    }
    
    .about-4 .team .item h3 {
        margin-top: 3.8462vw;
        padding: 0 3.8462vw;
        font-size: 5.641vw;
    }
    
    .about-4 .team .item .job {
        margin-top: 1.2821vw;
        padding: 0 3.8462vw;
        font-size: 4.1026vw;
    }
    
    .about-4 .team .item .desc {
        margin-top: 1.2821vw;
        padding: 0 3.8462vw;
        font-size: 4.1026vw;
    }
    
    .about-4 .team .item .desc br {
        display: none;
    }
    
    .about-4 .team .item {
        border-radius: 2.5641vw;
        padding-bottom: 3.8462vw;
    }
    
    .about-4 .big-desc {
        font-size: 4.6154vw;
        margin-top: 10.2564vw;
        max-width: none;
    }
    
    .about-4 .big-desc br {
        display: none;
    }
    
    .about-4 {
        padding: 10.2564vw 0;
    }
    
    .about-5 {
        margin-top: 15.3846vw;
        margin-bottom: 15.3846vw;
    }
    
    .about-5 .list {
        flex-wrap: wrap;
        grid-gap: 2.5641vw;
        margin-top: 5.1282vw;
    }
    
    .about-5 .list img {
        height: 17.9487vw;
    }
    
    .home-4 .cont,
    .home-6 .cont {
        grid-template-columns: 1fr;
        margin-top: 7.6923vw;
        grid-gap: 2.5641vw;
    }
    
    .home-4 .up h2,
    .home-6 .up h2,
    .home-3 h2,
    .home-2 h2 {
        font-size: 7.1795vw;
    }
    
    .home-3 h2 span,
    .home-4 .up h2 span,
    .home-6 .up h2 span {
        font-size: 8.2051vw;
    }
    
    .home-4 .up,
    .home-6 .up {
        grid-template-columns: 1fr;
    }
    
    .home-4 .up p,
    .home-6 .up p {
        font-size: 3.5897vw;
        max-width: none;
        margin-top: 1.2821vw;
    }
    
    .home-4 .cont .item {
        height: 87.1795vw;
        border-radius: 2.5641vw;
        padding: 3.8462vw 3.8462vw;
    }
    
    .home-4 .cont .item h3 {
        font-size: 7.1795vw;
    }
    
    .home-4 .cont .item p {
        font-size: 3.5897vw;
        margin-top: 2.5641vw;
    }
    
    .home-4 .cont .item svg {
        right: 3.8462vw;
        bottom: 3.8462vw;
        height: 10.2564vw;
        width: 10.2564vw;
    }
    
    .home-3 .l1 {
        grid-template-columns: 1fr;
        grid-gap: 2.5641vw;
    }
    
    .home-3 .l1 .box {
        width: 56.4103vw;
        padding: 3.0769vw;
        border-radius: 2.5641vw;
        grid-gap: 7.6923vw;
    }
    
    .home-3 .l1 .box:nth-child(2) {
        margin-top: 0;
        margin-left: 15.3846vw;
    }
    
    .home-3 .l1 .box:nth-child(3) {
        margin-top: 0;
        margin-left: 32.0513vw;
    }
    
    .home-3 .l1 .box .head {
        font-size: 7.1795vw;
    }
    
    .home-3 .l1 .box .desc {
        margin-top: 1.2821vw;
        font-size: 4.1026vw;
    }
    
    .home-3 .l1 .box img {
        width: 7.6923vw;
        height: 7.6923vw;
    }
    
    .home-3 h2 {
        margin-top: 10.2564vw;
        margin-bottom: 2.5641vw;
        font-size: 7.1795vw;
    }

    .home-3 h2 span{
        font-size: 8vw;
    }
    
    .home-3 {
        margin-top: 20.5128vw;
    }
    
    .home-3:before {
        height: 102.5641vw;
    }
    
    .home-1 {
        margin-top: 24vw;
    }
    
    .home-1 .cont {
        border-radius: 2.5641vw;
        padding: 5.1282vw;
        height: 86vw;
        position: relative;
    }
    
    .home-1 .cont h1 {
        font-size: 8.2051vw;
    }
    
    .home-1 .cont h1 span {
        font-size: 9.2308vw;
    }
    
    .home-1 .cont .desc {
        margin-top: 4vw;
        font-size: 3.5vw;
    }
    
    .home-1 .cont a {
        height: 12.8205vw;
        font-size: 4.1026vw;
        padding: 0 3.8462vw;
        border-radius: 2.5641vw;
        margin-top: 10vw;
    }
    
    .home-1 .cont a span {
        width: 7.6923vw;
        height: 7.6923vw;
    }
    
    .home-1 .cont:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(10,10,10, 0.5);
        z-index: 9;
        /* background: red; */
    }
    
    .home-1 .circule {
        width: 20.5128vw;
        height: 20.5128vw;
        bottom: -5.1282vw;
        right: 10.2564vw;
    }
    
    .home-1 .circule .head {
        font-size: 5.1282vw;
    }
    
    .home-1 .circule .desc {
        font-size: 2.5641vw;
    }
    
    .home-6 .cont .item {
        height: 76.9231vw;
        border-radius: 2.5641vw;
        padding: 3.8462vw;
    }
    
    .home-6 .cont .item .b svg {
        width: 10.2564vw;
        height: 10.2564vw;
    }
    
    .home-6 .cont .item .u {
        font-size: 7.1795vw;
    }
    
    .home-2 .swiper-slide .cont .loc,
    .home-6 .cont .item .u .loc,
    .single-1 .loc,
    .single-4 .loc {
        font-size: 3.5897vw;
        margin-top: 1.2821vw;
        grid-gap: 2.5641vw;
    }
    
    .home-2 .swiper-slide .cont .loc p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .home-2 .swiper-slide .cont .loc img,
    .home-6 .cont .item .u .loc img,
    .single-1 .loc img {
        height: 3.0769vw;
    }
    
    .home-6 .cont .item .b .price span {
        font-size: 3.5897vw;
    }
    
    .home-6 .cont .item .b .price {
        font-size: 4.1026vw;
    }
    
    .home-2 .bottom a {
        height: 12.8205vw;
        font-size: 4.1026vw;
        border-radius: 2.5641vw;
        padding: 0 3.8462vw;
        flex-grow: 1;
    }
    
    .home-2 .bottom a span,
    .home-2 .bottom a svg {
        width: 7.6923vw;
        height: 7.6923vw;
    }
    
    .home-2 .bottom .arrow {
        height: 12.8205vw;
        width: 12.8205vw;
        border-radius: 2.5641vw;
    }
    
    .home-2 .bottom .arrow img {
        width: 12.8205vw;
        height: 12.3077vw;
    }
    
    .home-2 .bottom {
        grid-gap: 2.5641vw;
        margin-top: 2.5641vw;
    }
    
    .home-2 .swiper-slide {
        width: 64.1026vw;
        height: 100%;
    }
    
    .home-2 .swiper-slide .cont {
        border-radius: 0 0 2.5641vw 2.5641vw;
        padding: 3.8462vw;
    }
    
    .home-2 .swiper-slide img {
        height: 38.4615vw;
        border-radius: 2.5641vw 2.5641vw 0 0;
    }
    
    .home-2 .swiper-slide .cont h3 {
        font-size: 6.1538vw;
        margin-top: 2.5641vw;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 12.3077vw;
    }
    
    .home-2 .swiper-slide .cont .bb {
        margin-top: 5.1282vw;
        font-size: 3.5897vw;
    }
    
    .home-2 .swiper-slide .cont .bb img {
        height: 2.5641vw;
        width: 2.5641vw;
    }
    
    .home-2 .swiper-slide .cont .b {
        margin-top: 5.1282vw;
        padding-top: 3.8462vw;
    }
    
    .home-2 .swiper-slide .cont .price {
        font-size: 4.1026vw;
    }
    
    .home-2 .swiper-slide .cont .price span {
        font-size: 3.5897vw;
    }
    
    .home-2 {
        margin-top: 12.8205vw;
    }
    
    .home-2 .up {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 2.5641vw;
    }
    
    .home-2 .filter .item {
        font-size: 3.5897vw;
        width: 50%;
        padding: 2.5641vw 0 2.0513vw;
    }
    
    .home-2 .filter {
        width: 100%;
    }
    
    .home-2 .swiper {
        margin-top: 2.5641vw;
        width: calc(100vw - 5.2vw);
    }
    
    .home-3.mob {
        display: block;
        margin: 0;
    }
    
    .home-3 .l3 {
        display: none;
    }
    
    .home-3.mob .l3 {
        display: block;
    }
    
    .home-3 .l3,
    .home-3 .l3 .box {
        width: calc(100vw - 5.1282vw * 2);
    }
    
    .home-3 .l3 .box .head {
        font-size: 6.1538vw;
    }
    
    .home-3 .l3 .box .desc {
        font-size: 3.5897vw;
        margin-top: 2.5641vw;
    }
    
    .home-3 .l3 .box {
        padding: 3.8462vw;
        border-radius: 2.5641vw;
        grid-gap: 10.2564vw;
    }
    
    .home-3 .l3 .box img {
        width: 12.8205vw;
        height: 12.8205vw;
    }
    
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.5641vw;
        height: 2.5641vw;
    }
    
    .swiper-pagination-bullet {
        background: #fff !important;
        opacity: 1 !important;
        width: 1.0256vw !important;
        height: 1.0256vw !important;
        transition: 0.3s;
    }
    
    .swiper-pagination-bullet-active {
        background: #b7033a !important;
        width: 2.0513vw !important;
        height: 2.0513vw !important;
    }
    
    .buying-1 .container {
        grid-template-columns: 1fr;
        grid-gap: 5.1282vw;
    }
    
    .buying-1 .cont {
        grid-template-columns: 1fr;
        grid-gap: 12.8205vw;
        margin-bottom: 12.8205vw;
    }
    
    .buying-1 .cont .item h2 {
        font-size: 5.1282vw;
        margin-top: 5.1282vw;
    }
    
    .buying-1 .cont .item .loc {
        margin-top: 0.2564vw;
        font-size: 4.1026vw;
    }
    
    .buying-1 .cont .item .line .price {
        font-size: 3.5897vw;
    }
    
    .buying-1 .cont .item .line .price span {
        font-size: 5.1282vw;
    }
    
    .buying-1 .cont .item .line .btn {
        font-size: 3.5897vw;
    }
    
    .buying-1 .cont .item .line {
        margin-top: 5.1282vw;
    }
    
    .buying-1 .filters {
        padding: 6.4103vw 3.8462vw;
        grid-gap: 7.6923vw;
    }
    
    .buying-1 .filters .h {
        font-size: 4.6154vw;
    }
    
    .buying-1 .filters .group {
        grid-gap: 3.0769vw;
    }
    
    .buying-1 .filters .i {
        grid-gap: 2.5641vw;
        font-size: 4.1026vw;
    }
    
    .buying-1 .filters .i span {
        width: 5.1282vw;
        height: 5.1282vw;
        border-radius: 3px;
    }
    
    .footer .l2 {
        grid-template-columns: 1fr;
        grid-gap: 7.6923vw;
        margin-top: 7.6923vw;
    }
    
    .footer .l1 img {
        width: 38.4615vw;
    }
    
    .footer .l2 .col a,
    .footer .l2 .col p {
        font-size: 4.1026vw;
    }
    
    .footer .l2 .col {
        grid-gap: 2.5641vw;
    }
    
    .footer .l2 .head {
        font-size: 4.6154vw !important;
    }
    
    .footer .l1 .soc a {
        width: 7.6923vw;
        height: 7.6923vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 1.2821vw;
    }
    
    .footer .l1 .soc a svg {
        width: 5.1282vw;
        height: 5.1282vw;
    }
    
    .footer .l1 {
        padding-top: 3.8462vw;
    }

    .buying-1 .cont .item img{
        height: 56vw;
        border-radius: 10px;
    }

    .single-1 .gradient, .about-1 .gradient{
        height: 30vw;
    }
    .menu ul {
        display: none;
    }
    
    .menu img {
        height: 7.6923vw;
        margin: 2.5641vw;
    }
    
    .menu {
        width: calc(100vw - 10.2564vw);
        top: 5.1282vw;
    }

    .menu.scroll {
        width: calc(100vw - 10.2564vw);
        top: 5.1282vw;
    }
    
    .menu .langs {
        display: none;
    }
    
    .menu .btn {
        display: flex;
        width: 10.2564vw;
        height: 10.2564vw;
        background: rgba(255, 255, 255, 0.1);
        border: 0.2564vw solid #f5f5f5;
        border-radius: 128.2051vw;
        margin: 2.5641vw;
        position: relative;
        cursor: pointer;
    }
    
    .menu .btn span {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 5.1282vw;
        height: 0.2564vw;
        background: #fff;
        transition: 0.3s;
    }
    
    .menu .btn span:last-child {
        top: 60%;
    }
    
    .menu-mob {
        display: block;
        position: fixed;
        top: 15.3846vw;
        left: 50%;
        width: calc(100vw - 10.2564vw);
        transform: translate(-50%, 0);
        z-index: 99;
        background: #fff;
        border-radius: 7.6923vw;
        top: 23.0769vw;
        padding: 5.1282vw;
        overflow: hidden;
        transition: 0.3s;
        max-height: 0vw;
        padding-top: 0;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }
    
    .menu-mob.active {
        max-height: 76.9231vw;
        padding-top: 5.1282vw;
        padding-bottom: 5.1282vw;
        border: 0.0521vw solid #fff;
    }
    
    .menu-mob ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        grid-gap: 3.8462vw;
    }
    
    .menu-mob ul li a {
        font-family: "Gilroy", sans-serif;
        font-weight: 400;
        font-size: 4.6154vw;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #fff;
    }
    
    .menu.active .btn span {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    
    .menu.active .btn span:last-child {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .home-1.thank .cont{
        height: 40vh;
        padding-top: 0;
    }
    .home-1.thank .cont h1{
        font-size: 7vw;
    }
    .home-1.thank .cont .desc{
        font-size: 4vw;
        max-width: none;
    }
}