@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
body {
    font-family: "Unbounded", serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 800 !important;
}

h1 {
    font-weight: 400 !important;
}

h2 {
    font-weight: 200 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}

.nav-up {
    top: -200px;
}

header {
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 99;
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 1.5rem 0;
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .col > div:last-child {
    display: flex;
    align-items: center;
    gap: 5.5rem;
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: start;
    gap: 5rem;
    font-size: 14px;
}

header ul a {
    color: #1B1B1B;
}

header ul a:hover,
header .active a,
.offcanvas .active a {
    color: #BC8C5E !important;
}

header button {
    font-size: 12px;
    color: #fff;
    border: 0;
    padding: .65rem 0;
    width: 58px;
    background: #154050;
    border-radius: 0 1rem 0 1rem;
}

header button:hover {
    background: #BC8C5E;
}

header .dropdown-menu {
    min-width: auto;
    width: 58px;
    text-align: center;
    font-size: 12px;
    border-radius: 1rem 0 1rem 0;
}

header .col > div:last-child picture {
    display: none;
}

main {
    margin-top: 92px;
}

.close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

#menu {
    background: url(../img/pattern_1.svg) center no-repeat #fff;
    background-size: 200%;
    border: 0;
}

#menu ul {
    list-style: none;
    font-size: 2rem;
    margin: 0 .5rem;
    padding: 0;
    font-weight: 300;
    display: flex;
    flex-direction: column;
}

#menu ul li {
    margin: .75rem 0;
}

#menu a {
    color: #1B1B1B;
}

#menu a:hover {
    color: #BC8C5E;
}

.owl-theme {
    position: relative;
}

.slider .item > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slider .item > picture img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.slider .container {
    position: relative;
    z-index: 2;
    height: 550px;
    margin-bottom: 3rem;
}

.slider .container::after {
    content: '';
    width: calc(100% - 1.5rem);
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: .75rem;
}

.slider .row {
    height: 100%;
}

.slider .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.slider .col > div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.slider .text__1 {
    background: rgba(27,27,27,.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 2rem;
    border-radius: 1rem;
    color: #fff;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 200;
}

.slider .col > div:last-child > div:last-child > div b {
    display: block;
    font-size: 1rem;
    font-weight: 700 !important;
    line-height: 100%;
}

.slider .col > div:last-child > div:last-child > div span {
    font-size: 1.5rem;
}

.slider h1 {
    max-width: 526px;
    color: #fff;
    margin-top: 110px;
}

.slider p {
    font-size: 1rem;
    line-height: 130%;
    color: #fff;
    max-width: 380px;
}

.slider .col > div:last-child > div:first-child picture {
    margin-bottom: 3.5rem;
    display: flex;
}

.about__block {
    padding: 6.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
}

.about__block h2 {
    font-size: 3rem;
    margin: 0;
}

.about__block p {
    max-width: 636px;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}

.about__block a {
    font-weight: 300;
    line-height: 100%;
    font-size: 1rem;
    color: #fff !important;
    padding: 1.5rem 2rem;
    border-radius: 0 1rem 0 1rem;
    background: #BC8C5E;
}

.about__block a:hover {
    background: #154050;
}

.about__block__2 {
    background: url(../img/pattern__1.svg) right center no-repeat #154050;
    background-size: cover;
    position: relative;
    padding-bottom: 3.5rem;
}

.sand__image img {
    position: absolute;
    right: 0;
    width: 40% !important;
    top: 200px;
}

.about__block__2 h5 {
    font-weight: 400 !important;
    color: #F4F4F4;
    font-size: 1rem;
    margin: 5rem 0 3rem 0;
    text-transform: uppercase;
}

.about__block__2 h2 {
    font-weight: 200 !important;
    color: #f4f4f4;
    font-size: 3rem;
    margin: 0 0 3.2rem 0;
    max-width: 416px;
}

.about__block__2__links {
    display: flex;
    gap: 2rem;
    align-items: start;
    justify-content: start;
    margin-bottom: 5rem;
}

.about__block__2__links a {
    border: 1px solid #f4f4f4;
    color: #f4f4f4;
    font-size: 1rem;
    padding: 1.5rem 2rem;
    border-radius: 0 1rem 0 1rem;
    line-height: 100%;
}

.about__block__2__links a:hover {
    color: #BC8C5E;
    background: #fff;
}

.about__block__2__links a:first-child {
    color: #BC8C5E;
    border-color: #BC8C5E;
}

.about__block__2__links a:first-child:hover {
    border-color: #fff;
}

.about__block__2 .ratio {
    background: #f4f4f4;
    border-radius: 1rem;
}

.about__block__2 .ratio > div {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about__block__2 .ratio > div > div:first-child {
    position: relative;
    font-size: 3.5rem;
    line-height: 100%;
    color: #154050;
    font-weight: 500;
}

.about__block__2 .ratio > div > div:first-child > span:last-child {
    font-size: 1rem;
    color: #BC8C5E;
    font-weight: 400;
    position: absolute;
    right: -.5rem;
    transform: rotate(90deg);
    text-transform: uppercase;
}

.about__block__2 .ratio > div p {
    margin: 0;
    font-size: 14px;
    color: #1B1B1B;
    font-weight: 300;
    position: relative;
}

.about__block__2 .ratio > div p::before {
    content: '';
    width: 30%;
    height: 1px;
    background: #BC8C5E;
    position: absolute;
    top: -2rem;
}

.target__block {
    margin-top: 100px;
    margin-bottom: 100px;
}

.target__block h3 {
    font-size: 1rem;
    font-weight: 400 !important;
    color: #1B1B1B;
    text-transform: uppercase;
    margin-bottom: 5rem;
}

.target__block p {
    font-size: 1.5rem;
    line-height: 160%;
    font-weight: 300;
    margin: 0;
}

.target__block span {
    padding: 3rem;
    font-size: 1rem;
    color: #1B1B1B;
    display: inline-block;
    font-weight: 300;
}

.target__block span b {
    color: #BC8C5E;
    display: block;
    font-weight: 500 !important;
}

.target__block img {
    max-width: 100%;
}

.social__block {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
    background: #154050;
    color: #F4F4F4;
}

.social__block h3 {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 1rem;
    margin-bottom: 3rem;
}

.social__block h2 {
    font-size: 3rem;
    font-weight: 200 !important;
    margin-bottom: 3.5rem;
}

.about__block__2__links a {
    border: 1px solid #f4f4f4;
    color: #f4f4f4;
    font-size: 1rem;
    padding: 1.5rem 2rem;
    border-radius: 0 1rem 0 1rem;
    line-height: 100%;
}

.about__block__2__links a:hover {
    color: #BC8C5E;
    background: #fff;
}

.social__block .col-lg-8 a {
    border: 1px solid #f4f4f4;
    color: #f4f4f4;
    font-size: 1rem;
    padding: 1.5rem 2rem;
    border-radius: 0 1rem 0 1rem;
    line-height: 100%;
    display: inline-block;
}

.social__block .col-lg-8 a:hover {
    color: #BC8C5E;
    background: #fff;
}

.social__block p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

.social__block .row:last-child {
    margin-top: 5rem;
}

.social__block .row:last-child > div:first-child .ratio {
    background: #BC8C5E;
    color: #F4F4F4;
}

.social__block .row:last-child > div:first-child .ratio p::before {
    background: #F4F4F4;
}

.social__block .row:last-child > div:first-child .ratio span {
    color: #F4F4F4;
}

.social__block .row:last-child .ratio {
    background: #fff;
    border-radius: 1rem;
    color: #1B1B1B;
}

.social__block .row:last-child .ratio > div {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.social__block .row:last-child .ratio > div > div:first-child {
    font-size: 3.5rem;
    line-height: 100%;
    position: relative;
    color: #154050;
    font-weight: 500;
}

.social__block .row:last-child .ratio > div > div:first-child i {
    font-style: normal;
    color: #BC8C5E;
}

.social__block .row:last-child .ratio > div > div:first-child span:nth-child(2n) {
    position: absolute;
    font-size: 1rem;
    right: 0;
    transform: rotate(90deg);
    text-transform: uppercase;
}

.social__block .ratio > div p {
    position: relative;
    font-size: 14px;
}

.social__block .ratio > div p::before {
    content: '';
    width: 30%;
    height: 1px;
    background: #BC8C5E;
    position: absolute;
    top: -2rem;
}

.banner__block {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    padding: 5rem;
    border-radius: 0 3rem 0 3rem;
    overflow: hidden;
    color: #f4f4f4;
}

.banner__block picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.banner__block picture::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(27,27,27);
    background: linear-gradient(90deg, rgba(27,27,27,1) 24%, rgba(27,27,27,0) 100%);
}

.banner__block picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.banner__block h2 {
    font-weight: 200 !important;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.banner__block p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 0 3rem 0;
    max-width: 636px;
    line-height: 160%;
}

.banner__block > div {
    padding-left: 3rem;
}

.banner__block a {
    padding: 1.5rem 2rem;
    color: #f4f4f4 !important;
    font-size: 1rem;
    background: #BC8C5E;
    border-radius: 0 1rem 0 1rem;
    display: inline-block;
    line-height: 100%;
}

.banner__block a:hover {
    background: #154050;
}

.career__block {
    margin-bottom: 100px;
}

.career__block .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 3rem 0 3rem;
}

.career__block .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.career__block h2 {
    font-size: 3rem;
    font-weight: 200;
    color: #1B1B1B;
    margin-bottom: 3rem;
}

.career__block p {
    color: #1B1B1B;
    font-size: 1rem;
    line-height: 160%;
    margin: 0 0 3rem 0;
    font-weight: 300;
}

.career__block a {
    color: #BC8C5E;
    padding: 1.5rem 2rem;
    border: 1px solid #BC8C5E;
    line-height: 100%;
    border-radius: 0 1rem 0 1rem;
    display: inline-block;
}

.career__block a:hover {
    background: #BC8C5E;
    color: #F4F4F4;
}

.development__block {
    margin-bottom: 100px;
}

.development__block h3 {
    color: #1B1B1B;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 3rem;
    font-weight: 400 !important;
}

.development__block .col-lg-5 > div,
.development__block .col-lg-7 > div {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #154050;
    color: #154050;
    height: 100%;
    gap: 3rem;
    border-radius: 1rem;
}

.development__block .col-lg-7 > div {
    color: #F4F4F4;
    background: #154050;
}

.development__block h2 {
    line-height: 130%;
    margin: 0;
    font-size: 3rem;
}

.development__block p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 160%;
    margin: 0;
}

.f_1 {
    display: flex;
    padding: 3rem 0;
    justify-content: space-between;
    align-items: end;
    border-top: 1px solid #1b1b1b20;
    border-bottom: 1px solid #1b1b1b20;
}

.f_1 > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.f_1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.f_1 ul li {
    display: inline-block;
    margin-right: 60px;
}

.f_1 ul li:last-child {
    margin-right: 0;
}

.f_1 ul li a {
    color: #1B1B1B;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.f_1 ul li a:hover {
    color: #BC8C5E;
}

.footer__social__block {
    display: flex;
    gap: 6px;
}

.footer__social__block picture {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__social__block picture img {
    transition: .3s all;
}

.footer__social__block picture:hover img {
    transform: scale(1.2);
}

.f_2 {
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    color: #1B1B1B;
    font-weight: 300;
}

.f_2 a {
    color: #1B1B1B;
}

.f_2 a:hover {
    color: #BC8C5E;
}

.footer__contacts {
    display: flex;
    gap: 5rem;
}

.footer__contacts a {
    color: #1B1B1B;
}

.footer__contacts a:hover {
    color: #BC8C5E;
}

.footer__contacts > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 14px;
    font-weight: 300 !important;
    gap: .5rem;
}

.footer__contacts > div b {
    font-weight: 500 !important;
    font-size: 12px;
}

.inner__header {
    background: url(../img/header__pattern.svg) center right 14% no-repeat #154050;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
}

.inner__header h1 {
    font-size: 3rem;
    margin: 0 0 30px 0;
}

.inner__header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    align-items: center;
    font-size: .75rem;
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
}

.inner__header ul a {
    color: #fff;
}

.inner__header ul a:hover {
    color: #BC8C5E;
}

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

.new__block .ratio picture {
    width: 100%;
    height: 100%;
    border-radius: 0 16px 0 16px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.new__block .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.new__block .ratio picture:hover img {
    transform: scale(1.1);
}

.new__block .ratio span {
    padding: 10px 16px;
    background-color: #fff;
    color: #1B1B1B;
    font-size: .75rem;
    border-radius: 5rem;
    position: relative;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 2;
}

.new__block__title {
    padding: 1.5rem 2rem;
}

.new__block__title a {
    color: #1B1B1B;
    font-size: 1rem;
}

.new__block__title a:hover {
    color: #BC8C5E;
}

.news__grid {
    margin-bottom: calc(100px - 1.5rem);
}

.news__inner__title {
    text-align: right;
}

.news__inner__title h1 {
    font-size: 1.5rem;
    color: #1B1B1B;
    line-height: 160%;
    margin: 0 0 1.5rem 0;
}

.news__inner__title span {
    color: #fff;
    background-color: #BC8C5E;
    font-size: .75rem;
    padding: 10px 16px;
    border-radius: 5rem;
}

.news__inner__image picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news__inner__image picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 2rem 0 2rem;
}

.news__inner__news .new__block {
    margin-bottom: 1.5rem;
}

.news__inner__news .new__block__title {
    padding: 1rem;
}

.news__inner__news .new__block__title a {
    font-size: 14px;
}

.news__inner__news p {
    font-size: .75rem;
    font-weight: 300;
    color: #1B1B1B;
}

.news__inner__text > div:first-child {
    margin-top: 1rem;
    padding: 2rem;
}

.news__inner__text p {
    font-size: 14px;
    font-weight: 300;
    color: #1B1B1B;
    line-height: 200%;
    margin: 0 0 1rem 0;
}

.news__inner__text p:last-child {
    margin-bottom: 0;
}

.news__inner__info {
    display: flex;
    justify-content: end;
    align-items: center;
    border-top: 1px solid #1b1b1b25;
    font-size: 10px;
    font-weight: 300;
    gap: 1.5rem;
    padding: 2rem 0 0 0;
}

.news__inner__news h3 {
    font-size: 1rem;
    color: #1B1B1B;
    margin: 0 0 3rem 0;
    font-weight: 400 !important;
}

.about__card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 100px;
}

.about__card__size-1 {
    max-width: 416px;
    float: right;
}

.about__card__size-1 > a picture {
    width: 100%;
    height: 508px;
    display: block;
}

.about__card > a picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 2rem 0 2rem;
}

.about__card__title {
    display: flex;
    align-content: center;
    justify-content: space-between;
    font-size: 1.5rem;
    padding: 1.5rem;
    border-bottom: 1px solid #1B1B1B10;
}

.about__card__title a {
    color: #1B1B1B;
    font-weight: 300;
}

.about__card__title a:hover {
    color: #BC8C5E;
}

.about__card__title img {
    width: 1.5rem !important;
    transition: .3s all;
}

.about__card__title img:hover {
    transform: scale(1.2);
}

.about__card__size-2 {
    max-width: 420px;
}

.about__card__size-2 > a picture {
    width: 100%;
    height: 315px;
    display: block;
}

.about__card__size-3 {
    max-width: 630px;
    float: right;
}

.about__card__size-3 > a picture {
    width: 100%;
    height: 315px;
    display: block;
}

.about__card__size-4 {
    float: right;
    max-width: 420px;
    margin-right: 104px;
}

.about__card__size-4 > a picture {
    width: 100%;
    height: 315px;
    display: block;
}

.about__card__size-5 {
    max-width: 520px;
}

.about__card__size-5 > a picture {
    width: 100%;
    height: 315px;
    display: block;
}

.sidebar input {
    display: none;
}

.sidebar label {
    background-color: #f9f9f9;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-radius: 0 1rem 0 1rem;
    color: #1B1B1B;
    font-weight: 300;
    font-size: 1rem;
    transition: .3s all;
}

.sidebar ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    flex-direction: column;
    gap: 2rem;
    font-weight: 300;
}

.sidebar ul a {
    color: #1B1B1B;
}

.sidebar .active a,
.sidebar ul a:hover {
    color: #BC8C5E;
}

.text__size__1 {
    font-size: 1rem;
    color: #1B1B1B;
    font-weight: 300;
}

.text__card__1 {
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    width: 100%;
    padding: 5rem;
    background-color: #BC8C5E;
    border-radius: 0 1.5rem 0 1.5rem;
}

.zag__1 {
    font-size: 1.5rem;
    font-weight: 400 !important;
    color: #1B1B1B;
    margin: 3.5rem 0;
}

.card__1 .ratio {
    background-color: #F9F9F9;
    border-radius: 1rem;
}

.card__1 .ratio > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
}

.card__1 .ratio > div > div:first-child {
    font-size: 1.5rem;
    color: #BC8C5E;
}

.card__1 .ratio > div > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.card__1 .ratio > div hr {
    opacity: 1;
    width: 73px;
    height: 1px;
    background-color: #BC8C5E;
    margin: 0;
}

.card__1 .ratio > div p {
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    margin: 0;
    color: #1B1B1B;
}

.carousel__1 .owl-nav {
    top: 0;
    display: flex;
    justify-content: end !important;
}

.carousel__1 .owl-nav button {
    position: relative;
    opacity: .4 !important;
    margin-top: -8.5rem;
}

.carousel__2 .owl-nav button {
    opacity: .4 !important;
}

.carousel__1 .owl-nav button:hover {
    opacity: 1 !important;
}

.carousel__2 .owl-nav button:hover {
    opacity: 1 !important;
}

.carousel__1 .owl-nav .owl-prev,
.carousel__2 .owl-nav .owl-prev {
    background: url(../img/left_dark.svg) center no-repeat !important;
}

.carousel__1 .owl-nav .owl-next,
.carousel__2 .owl-nav .owl-next {
    background: url(../img/right_dark.svg) center no-repeat !important;
}

.project__block {
    background: url(../img/pattern__1.svg) center right no-repeat #154050;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 100px;
    color: #fff;
}

.project__block img {
    max-width: 100%;
    border-radius: 0 2rem 0 2rem;
}

.project__block h4 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.project__block h2 {
    font-size: 3rem;
    font-weight: 300 !important;
    line-height: 120%;
    margin: 3rem 0;
}

.project__block p {
    font-size: 20px;
    font-weight: 300 !important;
    margin: 0 0 3.5rem 0;
}

.project__block .col-lg-5 > a {
    color: #fff;
    display: inline-flex;
    padding: 1.5rem 2rem;
    border: 1px solid #fff;
    border-radius: 0 1rem 0 1rem;
    line-height: 110%;
}

.project__block .col-lg-5 > a:hover {
    background: #fff;
    color: #BC8C5E;
}

.text__card__2 {
    background-color: #154050;
    color: #fff;
    border-radius: 0 1.5rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1.5rem;
    padding: 3rem;
    font-weight: 200;
}

.text__card__2 h2 {
    font-weight: 400 !important;
    font-size: 2rem;
}

.text__block__1 {
    display: flex;
    align-items: center;
    color: #1B1B1B;
    margin: 3.5rem 0;
}

.text__block__1 > div {
    width: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
}

.text__block__1 > div:first-child {
    background-color: #F9F9F9;
}

.text__block__1 p {
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 1rem 0;
    font-weight: 300;
}

.text__block__1 p:last-child {
    margin-bottom: 0;
}

.text__block__1 p strong {
    font-weight: 500 !important;
}

.text__block__2 {
    margin-bottom: 5rem;
}

.text__block__2 img {
    width: 100% !important;
}

.text__block__3 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #1B1B1B;
}

.text__block__3 > div:first-child {
    flex-shrink: 0;
}

.text__block__3 h2 {
    font-size: 2rem;
    line-height: 110%;
    margin: 0 0 2rem 0;
}

.text__block__3 p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}

.text__block__4 {
    color: #1B1B1B;
    margin-top: 5rem;
}

.text__block__4 h2 {
    font-size: 1rem;
    font-weight: 400 !important;
    margin: 0 0 3.5rem 0;
}

.text__block__4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-weight: 300;
}

.text__block__4 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    border: 1px solid #154050;
    border-radius: 0 2rem 0 2rem;
    font-size: 1rem;
}

.text__block__5 {
    margin-top: 5rem;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.accordion-item {
    border: 0 !important;
}

.accordion-item > button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    padding: 2rem;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 110%;
    border: 0;
    background-color: #154050;
}

.accordion-item > button > picture {
    flex-shrink: 0;
    transition: .3s all;
}

.accordion-item > button:not(.collapsed) {
    background-color: #f0f0f0;
    color: #154050;
}

.accordion-item > button:not(.collapsed) > picture {
    transform: rotate(180deg);
}

.accordion-body {
    color: #1B1B1B;
}

.accordion-body p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 160%;
    margin: 0 0 1rem 0;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-body h3 {
    font-size: 1.5rem;
    color: #BC8C5E;
    font-weight: 400 !important;
    display: block;
    margin: 2rem 0 1rem 0;
}

.accordion-body p strong {
    font-weight: 500 !important;
}

.accordion-body ul {
    font-size: .9rem;
    font-weight: 300;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
}

.accordion-body ul li {
    position: relative;
    padding-left: 2rem;
}

.accordion-body ul li::before {
    content: '—';
    width: 30px;
    height: 100%;
    position: absolute;
    margin-right: .5rem;
    opacity: .2;
    left: 0;
}

.founder__1 {
    display: flex;
    gap: 3rem;
    align-items: center;
    color: #1B1B1B;
    margin-bottom: 3.5rem;
}

.founder__1 > div:first-child {
    width: 100%;
    max-width: 375px;
    flex-shrink: 0;
}

.founder__1 > div:first-child img {
    width: 100% !important;
    border-radius: 0 2rem 0 2rem;
}

.founder__1 h2 {
    font-size: 1.3rem;
    font-weight: 400 !important;
    display: block;
    line-height: 160%;
}

.founder__1 p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
    margin: 2rem 0 0 0;
}

.founder__2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
    margin-bottom: 3.5rem;
}

.founder__2 a {
    background-color: #F9F9F9;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
    justify-content: space-between;
    font-weight: 300;
    color: #1B1B1B;
    font-size: 1rem;
}

.founder__2 a:hover {
    background-color: #154050;
    color: #fff;
}

.origin__1__block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.origin__1 img {
    max-width: 100% !important;
    border-radius: 0 1.5rem 0 1.5rem;
}

.origin__1 {
    display: flex;
    gap: 1.5rem;
    min-height: 150px;
}

.origin__1 > div {
    width: 100%;
    color: #1B1B1B;
}

.origin__1 > div:first-child {
    max-width: 200px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.origin__1 > div:first-child b {
    font-size: 2.7rem;
    color: #BC8C5E;
    margin: 0;
    line-height: 110%;
}

.origin__1 > div:first-child span {
    width: 1px;
    height: 100%;
    background-color: #BC8C5E;
}

.origin__1 > div:last-child {
    padding-top: 1.5rem;
}

.origin__1 p {
    font-size: 1rem;
    line-height: 160%;
    margin: 0 0 1.5rem 0;
    font-weight: 300;
}

.origin__1 p:last-child {
    margin-bottom: 0;
}

.contacts__map {
    margin-bottom: 3.5rem;
}

.contacts__map img {
    max-width: 100%;
    border-radius: 0 2rem 0 2rem;
}

.contacts__info {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.contacts__info > div {
    max-width: 260px;
    display: flex;
    gap: 1.5rem;
}

.contacts__info > div > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: start;
}

.contacts__info > div > div a,
.contacts__info > div > div p {
    color: #1B1B1B;
    font-weight: 400;
    font-size: 15px;
}

.contacts__info > div > div a:hover {
    color: #BC8C5E;
}

.contacts__info > div > div span {
    color: #BC8C5E;
    font-size: .75rem;
    font-weight: 500;
}

.contacts__info > div > div:first-child {
    max-width: 2rem;
    flex-shrink: 0;
}

.social__1 img {
    max-width: 100% !important;
    border-radius: 0 2rem 0 2rem;
}

.social__2 {
    padding: 3rem;
}

.social__2__2 p {
    padding: 3rem;
    font-size: 1.5rem;
    font-weight: 300;
    color: #1B1B1B;
    line-height: 160%;
}

.social__2 p {
    color: #1B1B1B;
    font-size: 1rem;
    line-height: 160%;
    margin-bottom: 1rem;
    font-weight: 300;
}

.social__2 p strong {
    font-weight: 500 !important;
}

.social__2 p:last-child {
    margin: 0;
}

.social__3 {
    margin: 1rem 0 6rem 0;
}

.carousel__2 .owl-nav {
    bottom: 0 !important;
}

.carousel__2 .owl-nav button {
    margin-bottom: -5rem;
}

.carousel__2 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel__2 .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 1rem 1rem 0 2rem;
}

.carousel__2 .item {
    background-color: #F4F4F4;
    border-radius: 1rem;
    min-height: 300px;
}

.carousel__2 p {
    padding: 2rem;
    margin: 0;
    font-size: 20px;
    color: #1B1B1B;
    font-weight: 300;
}

.project__block .text_2 {
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 300;
    background-color: #00000030;
    backdrop-filter: blur(2rem);
    -webkit-backdrop-filter: blur(2rem);
}

.project__block p {
    max-width: 636px;
}

.vacancies__1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 3.5rem;
    border-radius: 0 3rem 0 3rem;
    background-color: #F9F9F9;
    color: #1B1B1B;
    font-weight: 300;
}

.vacancies__1 > div:first-child {
    max-width: 480px;
}

.vacancies__1 > div:first-child p {
    font-size: 20px;
    line-height: 160%;
    margin: 0;
}

.vacancies__1 > div:first-child p:last-child {
    font-size: 1rem;
    line-height: 160%;
    margin-top: 3.5rem;
}

.vacancies__1 > div:first-child p a,
.vacancies__1 > div:first-child p strong {
    font-weight: 500 !important;
    color: #1B1B1B;
}

.vacancies__1 > div:first-child p a:hover {
    color: #BC8C5E;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .footer__contacts {
        flex-direction: column;
        gap: 2rem;
    }
}

@media (max-width: 992px) {
    header .col > div:last-child,
    header ul {
        gap: 3rem;
    }

    .sand__image {
        display: none;
    }

    .inner__header {
        background: #154050;
    }

    .news__inner__title {
        text-align: start;
    }

    .about__card {
        margin: 0 0 50px 0;
    }

    .about__card > a picture {
        height: 200px;
    }

    .sidebar ul {
        display: none;
    }

    .sidebar input:checked ~ label {
        background-color: #f0f0f0;
    }

    .sidebar input:checked ~ ul {
        display: flex !important;
        padding: 1.5rem;
        gap: 1rem;
    }

    .card__1 .ratio > div {
        padding: 2rem;
    }

    .card__1 .ratio > div > div:first-child {
        font-size: 1.1rem;
    }

    .card__1 .ratio > div > div:last-child {
        gap: 1.5rem;
    }

    .card__1 .ratio > div p {
        font-size: .75rem;
    }

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

    .text__block__3 > div:first-child {
        display: none;
    }

    .founder__1 {
        flex-direction: column;
    }

    .origin__1 {
        flex-direction: column;
    }

    .origin__1 > div:first-child {
        flex-direction: row;
        max-width: 100%;
    }

    .origin__1 > div:first-child span {
        width: 100%;
        height: 1px;
    }

    .origin__1 > div:last-child {
        padding: 0 2rem;
    }

    .origin__1 > div:last-child p {
        font-size: .9rem;
    }

    .contacts__info {
        flex-direction: column;
        padding: 0 2rem;
        margin-bottom: 3.5rem;
    }
    
    .vacancies__1 {
        flex-direction: column-reverse;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    header ul {
        display: none;
    }

    header .col > div:last-child picture {
        display: block;
    }

    .f_1 {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 2rem;
    }

    .f_1 ul li {
        display: block;
        margin: 1rem 0;
    }

    .f_1 ul li a {
        font-size: 1.1rem;
    }

    .f_2 {
        flex-direction: column;
        gap: 1.2rem;
        font-size: .8rem;
    }
}

@media (max-width: 576px) {
    header .col > div:last-child {
        gap: 1.5rem;
    }
    
    .slider .container {
        height: auto;
    }

    .slider p {
        margin-top: 1.5rem;
    }

    .slider h1 {
        margin-top: 3rem;
    }

    .slider .col {
        gap: 3.5rem;
    }

    .slider .col > div:last-child {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 1.5rem;
    }

    .about__block {
        padding: 3.5rem 1.5rem;
    }
    
    .about__block h2 {
        font-size: 2rem;
    }
    
    .about__block p {
        font-size: .8rem;
    }
    
    .about__block a {
        font-size: .8rem;
    }

    .about__block__2 {
        background: url(../img/pattern__1.svg) left center no-repeat #154050;
        background-size: cover;
    }

    .about__block__2 .ratio > div > div:first-child,
    .social__block .ratio > div > div:first-child {
        font-size: 5rem !important;
    }
    
    .about__block__2 .ratio > div > div:first-child > span:last-child,
    .social__block .ratio > div > div:first-child > span:nth-child(2n) {
        font-size: 1.5rem !important;
    }
    
    .about__block__2 .ratio > div p,
    .social__block .ratio > div p {
        font-size: 1.2rem;
    }

    .about__block__2 h2,
    .social__block h2 {
        font-size: 2rem;
    }

    .target__block {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .target__block h3 {
        margin-bottom: 3rem;
    }

    .target__block span {
        padding: 2rem;
    }

    .banner__block {
        margin-top: 5rem;
        margin-bottom: 5rem;
        padding: 2rem;
    }

    .banner__block h2,
    .career__block h2,
    .development__block h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .banner__block > div {
        padding: 0;
    }

    .banner__block p,
    .career__block p {
        margin-bottom: 2rem;
    }

    .development__block .col-lg-5 > div,
    .development__block .col-lg-7 > div {
        padding: 2rem;
        gap: 0rem;
    }

    .inner__header {
        margin-bottom: 50px;
    }

    .inner__header h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .news__grid {
        margin-bottom: calc(50px - 1.5rem);
    }

    .news__inner__text > div:first-child {
        padding: 0;
    }

    .news__inner__info {
        margin: 1.5rem 0 0 0;
        padding-top: 1.5rem;
    }

    .text__card__1 {
        font-size: 1.1rem;
        padding: 2rem;
    }

    .card__1 .ratio > div {
        padding: 3rem;
    }

    .card__1 .ratio > div > div:first-child {
        font-size: 1.5rem;
    }

    .card__1 .ratio > div > div:last-child {
        gap: 2rem;
    }

    .card__1 .ratio > div p {
        font-size: 1rem;
    }

    .text__card__2 {
        gap: 1rem;
        font-size: 1.1rem;
        padding: 2rem;
    }

    .text__card__2 h2 {
        font-size: 1.5rem;
    }

    .accordion-item > button {
        gap: 1rem;
        padding: 1.5rem;
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 110%;
    }

    .accordion-body ul {
        font-size: .75rem;
        margin: 0;
        padding: 0;
    }

    .accordion-body ul li {
        padding-left: 1.5rem;
    }

    .social__2 {
        padding: 1.5rem;
    }

    .social__2__2 p {
        font-size: 1rem;
    }
}