* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100vw;
    background-color: #24272A;
}



.slide {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100vw;
    max-width: 100%;
    max-height: 100vh;
    display: none;
}

.slide img.back {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    opacity: 50%;
    margin-top: 0px;
    height: 100vh;
    overflow: hidden;
}

.slide img.circle {
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45%;
    object-fit: cover;
}

.slide img.circle.left {
    height: 100%;
    position: absolute;
    top: 0px;
    right: unset;
    left: -110px;
}

.bg {
    background-color: #24272A;
}

.slide-2,
.slide-1,
.slide-3 {
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100vw;
    max-width: 100%;
    max-height: 100vh;
}


.title {
    width: 801px;
    height: 52px;

    gap: 10px;
    display: flex;
    position: absolute;
    z-index: 10;

    font-family: Montserrat;
    font-weight: 500;

    font-size: 43px;
    letter-spacing: 15%;
    color: #FFFFFF;
}

.title.left {
    top: 131px;
    left: 71px;
}

.title.right {
    top: 131px;
    right: 90px;
}

.list {
    display: flex;

    width: 657px;
    height: 33px;

    bottom: 205px;
    left: 70px;
    gap: 72px;

    position: absolute;

}

.slide-2 {
    justify-content: start;
    padding-right: 90px;
    flex-direction: column;
    align-items:flex-end;
}

.slide-3 {
    justify-content: flex-start;
    padding-right: 90px;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-start;
}

.slide-3 .list {
    margin-top: 116px;
    position: unset;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    gap: 10px;

}

a {
    text-decoration: none;
}

a.btn {
    gap: 10px;
    border-width: 1px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    display: flex;
    justify-content: center;

    font-family: Montserrat;
    font-weight: 500;

    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

    color: #FFFFFF;
    white-space: nowrap;

    border: 1px solid #CFD1DB
}

.dop
{
 padding-right:25px!important;
 padding-left: 25px!important;; 
}
a.btn.big {
    position: relative;
    top: 250px;
    right: 0;
    gap: 26.19px;
    border-width: 1px;
    padding-top: 20.96px;
    padding-right: 31.43px;
    padding-bottom: 20.96px;
    padding-left: 31.43px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 43px;
    line-height: 100%;
    text-align: right;
    width: fit-content;
}

a.btn.red {
    color: #FE5000;
}

.btn:hover {
    color: #24272A !important;
    background-color: #FFFFFF !important;
}

.explore {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(254, 59, 31, 1);
    position: absolute;
    top: 100px;
    left: 29%;
    letter-spacing: 4px;
}
img.logo {
    position: absolute;
    bottom: 55px;
    right: 90px;
    cursor: pointer;;width:270px;height:auto;
}

.title-sm {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;

}

.orange {
    color: #FE5000 !important;
   
}
a.orange:hover {
    color: #fff!important;
	background:rgba(254, 59, 31, 1)!important;
}

a.orange
{
 border: solid 1px #fe5000!important;
}
.white {
    color: #FFFFFF !important;
}

.d-flex {
    display: flex;
}

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

.gap-16 {
    gap: 16px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.gray-2 {
    color: #797C8D;
}

.text-xs {
    font-family: Montserrat;
    font-weight: 500;

    font-size: 14px;
    line-height: 110%;
}

.relative-first {
    display: none;
    position: relative;
    z-index: 50;
}

.show {
    display: flex !important;
}

.absolute-0 {
    position: absolute;
    top: 0;
    left: 0;
}

.relative-first.active {
    display: flex !important;
}

.justify {
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}

.mobile {
    display: none;
}

.no-mobile {
    display: block;
}

.slide img.circle.left {
    height: 100%;
    position: absolute;
    top: 0px;
    right: unset;
    left: -125px;
    width: 95%;
}

@media (max-width: 800px) {
    .title.left {
        top: 40px;
        left: 24px;
        max-width: calc(100vw - 48px);
    }

    .list {
        display: flex;
        height: 33px;
        bottom: calc(41% + 33px);
        left: 24px;
        position: absolute;
        width: calc(100vw - 48px);
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        gap: 36px;
        text-align: center;
    }

    .slide img.back {
        width: 100%;
        object-fit: cover;
        object-position: 9%;
        opacity: 50%;
        margin-top: 0px;
        height: 100vh;
        overflow: hidden;
        margin-left: 0;
    }

.explore {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    text-align: center;
}

    img.logo {
        position: absolute;
        bottom: 125px;
        right: 24px;
        width: 176px;
    }

    .slide img.circle {
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0;
        opacity: 0.75;
        width: 100%;
    }

    .slide-3 {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-end;
        padding: 90px 24px;
    }

    .slide img.circle.left {
        height: calc(100% - 205px);
        position: absolute;
        top: 0px;
        right: unset;
        left: 0px;
        width: 100%;
        object-fit: cover;
    }

    .slide-3 .list {
        margin-top: 100px;
        position: unset;
        display: flex;
        justify-content: flex-end;
        width: fit-content;
        gap: 10px;
    }

    .no-mobile {
        display: none;
    }

    .mobile {
        display: block;
    }

    .title.right {
        top: 180px;
        right: 0;
        width: calc(100% - 48px);
        font-family: Montserrat;
        font-weight: 500;
        font-size: 32px;
        line-height: 120%;
        height: auto;
        /* padding: 10px; */
        left: 24px;
        letter-spacing: 5px;
    }

    a.btn.big {
        position: absolute;
        top: 350px;
        right: unset;
        gap: 26.19px;
        border-width: 1px;
        padding-top: 20.96px;
        padding-right: 31.43px;
        padding-bottom: 20.96px;
        padding-left: 31.43px;
        text-align: right;
        left: 24px;
        font-family: Montserrat;
        font-weight: 500;
        font-size: 24px;
    }
}



.list .d-flex {
  display: grid;
  gap: 30px;
}

/* На мобильных - 2 колонки */
@media (max-width: 768px) {
  .list .d-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* На десктопе - все в одну строку */
@media (min-width: 769px) {
 .list .d-flex {
    grid-template-columns: repeat(4, 1fr); /* 4 колонки для 4 элементов */
  }
}

.list .btn {
  text-align: center;
  padding: 10px 15px;
}

