a {
    color: #fff;
    transition: all 0.3s ease;
}

a:hover,
a:hover svg path {
    color: #F15921;
    fill: #F15921;
    text-decoration: underline !important;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border: 0;
}

.navbar-toggler-icon {
    filter: brightness(1) invert(1);
}

header {
    height: 125px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transition: all 1s ease;
}

.bg-dark {
    background-color: #000 !important;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 15px;
    right: 15px;
    max-width: 1270px;
    margin: 0 auto;
    z-index: 3;
}

.navbar-contacts {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
}

.navbar-contact-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.navbar-contact-item a {
    display: flex;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.navbar-contact-separate {
    width: 1px;
    height: 12px;
    background-color: #fff;
}

.navbar {
    border-top: 1px solid #fff;
    padding: 14px 0;
}

.btn-lg {
    width: 282px;
    height: 58px;
    display: flex;
    border-radius: 3px;
    justify-content: space-between;
}

.btn-primary {
    background-color: #F15921;
    border-radius: 5px;
    border-color: #F15921;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    box-shadow: unset !important;
}

.form .btn-primary {
    width: 210px;
    height: 35px;
    text-align: center;
    justify-content: center;
    align-items: end;
    margin-left: auto;
    margin-top: 30px;
}

.navbar .btn-primary {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav {
    margin-left: 60px;
    gap: 28px;
}

.nav-link {
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #fff !important;
}

.contact-btn {
    text-align: center;
}

footer {
    background-color: #3A3A3A;
    padding-top: 54px;
    padding-bottom: 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 50px;
}

.footer-addresses {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin-top: 33px;
}

.footer-title {
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    margin-bottom: 24px;
}

.footer-links a {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    display: block;
}

.footer-phone {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
    align-items: center;
}

.hero-bg {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
}

.slide-content {
    margin-bottom: 128px;
    position: relative;
}

.btn:hover,
.btn:hover svg path {
    color: #fff !important;
    fill: #fff !important;
}

.slide-content .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

.slide-content .title {
    font-family: Helvetica;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    max-width: 650px;
}

.slide-content .description {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

.container {
    position: relative;
}

.custom-nav {
    position: absolute;
    bottom: 25px;
    z-index: 2;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.custom-prev,
.custom-next {
    background-color: transparent;
    border: 0;
}

.custom-prev:hover svg path,
.custom-next:hover svg path {
    fill: #F15921;
}

.owl-dots {
    display: flex;
    gap: 5px;
    align-items: center;
}

.owl-dot {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.owl-items .owl-dot span,
.owl-categories .owl-dot span {
    border: 1px solid #000 !important;
    margin: 0 !important;
    background: transparent !important;
}

.owl-dot span {
    display: block !important;
    border-radius: 4px !important;
    border: 2px solid #fff !important;
    height: 12px !important;
    width: 12px !important;
}

.owl-dot.active span {
    background-color: #F15921 !important;
    border-color: #F15921 !important;
    width: 30px !important;
    transition: all 0.3s ease !important;
}

.marker {
    color: #F15921;
    background-color: transparent;
    padding: 0;
}

main,
section,
body,
footer,
header {
    overflow-x: hidden;
}

.section {
    padding: 33px 0;
}

.section-title {
    font-family: Helvetica;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    color: #000;
    position: relative;
    display: flex;
    gap: 20px;
    text-transform: uppercase;
}

.section-title-arrow {
    border-top: 2px solid #000;
    flex: 1;
    margin-top: 5px;
}

.section-subtitle {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.section-description {
    display: flex;
    gap: 12px;
    margin-top: 9px;
}

.section-description .bar {
    width: 4px;
    height: 42px;
    background-color: #F15921;
}

.section-description .description {
    width: calc(100% - 4px);
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.section-description .description p {
    margin-bottom: 0;
}

.square-img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    display: block;
}

.section-content {
    margin-top: 28px;
    position: relative;
}

.owl-categories {
    width: calc(100% - 60px) !important;
    margin: auto;
}

.owl-items,
.owl-categories-less {
    width: 90% !important;
    margin: auto;
}

.owl-items .owl-dots,
.owl-categories .owl-dots {
    margin-top: 30px !important;
    justify-content: center;
}

.owl-categories .item {
    position: relative;
}

.arrow-on-photo {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.3s ease;
}

.dark-arrow svg path {
    fill: #000;
}

.owl-categories .item a:hover {
    text-decoration: none !important;
}

a:hover .arrow-on-photo {
    top: 5px;
    right: 5px;
}

a:hover .arrow-on-photo svg path {
    fill: #F15921;
}

.categories-content {
    margin-top: 12px;
}

.categories-content .title {
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}

.categories-content .description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.category-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.icon-nav {
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.icon-prev,
.icon-next,
.category-prev,
.category-next {
    background-color: transparent;
    border: 0;
}

.icons-grid {
    display: grid;
    gap: 80px 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.icons-item {
    text-align: center;
    border: 1px solid #000;
    border-radius: 3px;
}

.icon-img img {
    background-color: #fff;
    padding: 10px 20px;
    margin-top: -60px;
}

.icon-content {
    padding: 10px;
}

.icon-title {
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}

.icon-description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    color: #000;
}

.icon-padding {
    padding: 68px 0;
}

.bg-grey {
    background-color: #3A3A3A;
}

.realizations {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
    gap: 20px;
}

.realization-item {
    position: relative;
}

.realization-item .square-img {
    width: 100%;
}

.realization-content .title {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin: 15px 0 5px 0;
}

.realization-content .description {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.btn:hover {
    text-decoration: none !important;
}

.btn-secondary {
    background-color: transparent;
    border-radius: 3px;
    border-color: #000;
    color: #000;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    width: 282px;
    height: 58px;
}

.btn-secondary svg path {
    fill: #000;
}

.btn-secondary:hover svg path {
    fill: #fff;
}

.btn {
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.btn-secondary:hover {
    background-color: #000;
    color: #fff !important;
    border-color: #000;
}

.btn-alt {
    border-color: #fff;
    color: #fff;
}

.btn-alt svg path {
    fill: #fff;
}

.btn-bg-grey:hover {
    background-color: #fff;
    color: #000 !important;
    border-color: #fff;
}

.btn-bg-grey svg path {
    fill: #000 !important;
}


.btn-bg-grey:hover svg path {
    fill: #fff !important;
}

.trust-us-flex {
    display: flex;
    align-items: center;
}

.trust-us-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.trust-us-item span {
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-right: 10px;
    white-space: nowrap;
}

.trust-us-separate {
    width: 1px;
    height: 39px;
    background-color: #000;
}

.trust-us-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: calc(100% - 1px);
    flex-wrap: wrap;
}

.trust-us-icon img {
    max-height: 50px;
    height: auto;
    object-fit: contain;
}

.form {
    margin-top: 40px;
    margin-left: 100px;
}

.input-group {
    gap: 20px;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 2px;
    border: 1px solid #000;
}

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

label,
input::placeholder,
textarea::placeholder {
    font-family: Manrope !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

label {
    margin-bottom: 0;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

label a {
    color: #000 !important;
}

.custom-checkbox {
    display: flex;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 2px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-right: 10px;
}

.custom-checkbox input:checked+.checkmark {
    background-color: #F15921;
    border-color: #F15921;
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked+.checkmark::after {
    display: block;
}

.banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #F15921;
    margin-top: 20px;
}

.banner-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 389px;
}

.banner-item {
    padding: 125px 20px;
    position: relative;
}

.banner-title {
    font-family: Helvetica;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    color: #fff;
    margin-bottom: 30px;
}

.banner-logo {
    margin-bottom: 20px;
}

.banner-logo img {
    max-height: 100px;
}

.banner-description {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-bottom: 30px;
    min-height: 150px;
}

.btn-white {
    background-color: #fff;
    color: #000 !important;
    transition: all 0.3s ease;
    border-color: #fff;
}

.btn-white:hover {
    background-color: transparent;
    color: #fff !important;
}

.btn-white:hover svg path {
    fill: #fff !important;
}

.banner-page {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: end;
    padding: 40px 0;
}

.container {
    padding: 0;
}

.banner-content {
    max-width: 650px;
}

.banner-page h2 {
    font-family: Helvetica;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

.banner-page h2 p {
    font-family: Helvetica;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
}

.banner-page h2 span {
    color: #F15921;
}

.banner-page p {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

.date-grid {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.offer-boxes {
    max-width: 715px;
}

.w-100 {
    max-width: 100% !important;
}

.date-title {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 11px 0;
}

.separate-bar {
    width: 8px;
    height: 18px;
    background-color: #F15921;
}

.date-grid .date {
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: calc(100% - 8px);
    display: flex;
    align-self: center;
}

.article-title {
    color: #000;
    font-family: Helvetica;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin: 18px 0;
}

.article-enter-flex {
    display: flex;
    gap: 20px;
}

.article-enter-item {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    min-width: 50%;
}

.article-enter-item a,
.article-enter-item strong {
    color: #F15921;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.owl-informations {
    position: relative;
    background-color: #F15921;
    margin: 30px 0;
}

.owl-informations .container {
    position: unset;
}

.informations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.informations-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
}

.speech {
    background-color: #F15921;
    min-height: 475px;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.speech-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    background-color: #fff;
    z-index: 2;
    width: 50%;
    clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 80px, 100% 100%, 0 100%);
}

.speech-nav-items {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 100px;
    height: 100%;
    gap: 20vw
}

.speech-nav-count {
    color: #000;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
}

.speech-nav-arrows {
    display: flex;
    gap: 44px;
}

.informations-prev,
.informations-next {
    background-color: transparent;
    border: unset;
    white-space: nowrap;
}

.information-content {
    transform: translateY(-80px);
}

.information-title {
    font-family: Helvetica;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.information-description {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

.tabs {
    margin-top: 33px;
}

.tabs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 20px;
}

.tabs-grid-bigger {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tabs-item {
    border-top: 5px solid #F15921;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #000 !important;
    text-transform: uppercase;
}

.tabs-item.active,
.tabs-item:hover {
    border-color: #000;
    text-decoration: none !important;
}

.tabs-content {
    position: relative;
    overflow: hidden;
    transition: height 0.4s ease;
}

.tab-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    pointer-events: none;
    margin-top: 62px;
}

.tab-content.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.section-btn {
    margin-top: 40px;
}

.items-content {
    padding: 37px 20px 20px 20px;
    position: relative;
    border: 1px solid #000;
    border-radius: 2px;
    margin-top: 50px;
    height: 80%;
}

.items-content .icon {
    margin-bottom: 15px;
}

.items-content .icon img {
    background-color: #fff;
    margin-top: -75px;
    padding: 10px;
    max-width: 70px;
}

.items-content .title {
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
}

.items-content .description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.events-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 36px;
    gap: 20px;
}

.event-item {
    min-height: 400px;
}

.event-content {
    margin-top: 30px;
}

.event-title {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

.event-description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 400px;
}

.event-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-orange {
    background-color: #F15921;
    position: relative;
    margin-bottom: 50px;
}

.join-us-bar {
    display: grid;
    grid-template-columns: 5fr 2fr;
}

.join-us {
    display: flex;
    align-items: center;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    justify-content: space-between;
    background-color: #F15921;
    padding: 33px 0;
    z-index: 2;
}

.right-box-join-us {
    position: absolute;
    height: 100%;
    width: 100%;
    right: -75%;
}

.addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.address-and-map {
    display: grid;
    margin-top: 30px;
    grid-template-columns: 2fr 5fr;
    gap: 45px;
}

.address {
    display: flex;
    gap: 20px;
    width: 100%;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.address div {
    width: 100%;
}

.address-title {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

.address-content {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.address-content p {
    margin-bottom: 0;
}

.bigger-icon-padding {
    padding-top: 117px;
}

.offer-person {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 32px 0;
}

.offer-person-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
}

.offer_content_small,
.offer-contact {
    max-width: 715px;
}

.offer-contact {
    margin-bottom: 78px;
}

.offer-description {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    margin: 25px 0 100px;
    padding-top: 15px;
    border-top: 1px solid #000;
}

.offer-person-buttons a {
    display: flex;
    gap: 16px;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    align-items: center;
    padding: 5px 15px;
    border-radius: 2px;
    border: 1px solid #000;
    width: 400px;
}

.offer-person-buttons a:hover {
    text-decoration: none !important;
    background-color: #F15921;
    color: #fff;
    border-color: #F15921;
}

.offer-person-buttons a:hover svg path {
    fill: #fff;
}

.offer-gallery {
    position: absolute;
    right: 0;
    top: 40px;
    width: 400px;
    min-height: 100px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.offer-gallery .photo img,
.case-study-photos .photo img {
    object-fit: cover;
}

.collections-items {
    border-top: 1px solid #000;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.collection-title {
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.collection-description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.collection {
    display: flex;
    gap: 20px;
}

.collections-title {
    font-family: Helvetica;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    color: #000;
}

.collections-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px 20px;
}

hr {
    background-color: #000;
}

.bed-title {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin-top: 28px;
    margin-bottom: 10px;
    min-height: 60px;
}

.bed-description {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.bed-list-title-element {
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.bed-list-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bed-list-title .bar {
    background-color: #F15921;
    width: 4px;
    height: 18px;
}

.bed-list-content {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.beds-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 28px;
    margin-bottom: 30px;
}

.beds-item hr {
    margin: 30px 0;
}

.parts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px 20px;
    margin-top: 28px;
}

.part-title {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin-top: 11px;
}

.part-description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: calc(100% - 4px);
}

.part-description p {
    margin-bottom: 0;
}

.part-content {
    margin-top: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.part-content .bar {
    width: 4px;
    height: 60px;
    background-color: #F15921;
}

.carousel-icon {
    display: flex;
    gap: 34px;
    align-items: center;
    padding: 0 20px 20px 0;
}

.carousel-icon img {
    display: inline !important;
    width: 63px !important;
    height: fit-content;

}

.description-with-bar {
    display: flex;
    gap: 10px;
}

.description-with-bar .bar {
    width: 4px;
    height: 41px;
    background-color: #F15921;
}

.description-with-bar .description {
    width: calc(100% - 4px);
}

.form-person {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 50px 0;
}

.form-grid {
    display: grid;
    grid-template-columns: 3fr 4fr;
}

.form-title {
    font-family: Helvetica;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    color: #000;
}

.form-subtitle {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.progress-photo {
    margin: 87px auto;
}

.tablet,
.mobile {
    display: none;
}

.proceder-description {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    margin: 10px 0 35px;
}

.case-study-grid {
    display: flex;
    margin-top: 40px;
    gap: 126px;
}

.case-study-content {
    width: calc(100% - 526px);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    position: relative;
}

.case-study-gallery {
    width: 400px;
}

.case-study-photos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 31px;
}

.case-study-box {
    background-color: #3A3A3A;
    padding: 33px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.case-study-box-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.case-study-box-item .title {
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

.case-study-box-item .subtitle {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

.icons-alt-without-carousel {
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.icons-alt-without-carousel .items-content {
    padding: 20px;
}

.icons-alt-without-carousel .icon {
    margin-bottom: 0;
}

.realization-enter {
    margin: 34px auto;
}

.realization-title {
    display: flex;
    gap: 30px;
    align-items: center;
    text-align: center;
}

.realization-title .line {
    background-color: #000;
    opacity: .5;
    height: 1px;
    flex: 1;
    min-width: 20px;
}

.realization-title .title {
    font-family: Helvetica;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #000;
}

.realization-subtitle {
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-align: center;
    margin-top: 2px;
}

.showmore {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 20px;
    margin: auto;
    justify-content: space-between;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    width: 400px;
    height: 35px;
    background-color: #000;
    transition: all 0.3s ease;
    cursor: pointer;
}

.showmore:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.showmore:hover svg path {
    fill: #000;
}

.showmore-arrow-icon.rotated {
    transform: rotate(180deg);
}

.realizations.expanded {
    max-height: 100%;
}

.btn-md {
    width: 200px;
    height: 45px;
    display: flex;
    border-radius: 3px;
    justify-content: space-between;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 40px 0;
    white-space: nowrap;
}

.information-subtitle {
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

.navbar-contacts-mobile {
    display: none;
}

.address-content a,
.address a {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000 !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1270px !important;
    }
}

@media (max-width: 1200px) {
    header {
        height: 232px;
    }

    .navbar {
        flex-wrap: wrap;
        gap: 28px;
        justify-content: center;
    }

    .navbar-nav {
        margin-left: 0;
    }

    .navbar-brand img {
        width: 250px !important;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .slide-content .btn {
        position: unset;
        margin-top: 20px;
    }

    .article-enter-flex {
        flex-wrap: wrap;
    }

    .article-enter-item {
        min-width: 100%;
    }

    .article-enter-item:nth-child(2) {
        text-align: center;
    }

    .events-grid {
        grid-template-columns: 1fr;
    }

    .event-description {
        min-height: 0;
    }

    .offer-content {
        max-width: 100%;
    }

    .offer-gallery {
        position: unset;
        width: 100%;
        margin-bottom: 25px;
        justify-content: center;
    }

    .offer-description {
        margin-bottom: 25px;
    }

    .beds-grid {
        grid-template-columns: 1fr;
    }

    .bed-photo {
        text-align: center;
    }

    .bed-photo img {
        width: 100%;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .desktop {
        display: none;
    }

    .tablet {
        display: block;
    }

    .icons-alt-without-carousel {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    header {
        height: 80px;
    }

    .btn-primary {
        display: inline-flex;
    }

    .navbar-nav {
        margin: 20px 0 40px 0;
        gap: 10px;
    }

    .navbar-brand img {
        width: 125px !important;
    }

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

    .nav-link {
        color: #fff !important;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.95);
        padding-bottom: 20px;
    }

    .icons-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .realizations {
        grid-template-columns: 1fr;
        gap: 40px 20px;
    }

    .form .btn-primary {
        width: 100%;
    }

    .banner {
        grid-template-columns: 1fr;
    }

    .banner-item {
        padding: 40px 20px;
    }

    .informations-grid {
        grid-template-columns: 1fr;
        margin-top: 475px;
    }

    .informations-bg {
        width: 100%;
        height: 50%;
        top: 0;
    }

    .speech {
        padding-right: 0;
        min-height: 300px;
    }

    .speech-nav {
        width: 100%;
    }

    .speech-nav-items {
        justify-content: space-between;
    }

    .right-box-join-us {
        display: none;
    }

    .join-us-bar {
        grid-template-columns: 1fr;
    }

    .join-us {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .event-content {
        margin-top: 0;
    }

    .collections-grid {
        grid-template-columns: 1fr;
    }

    .progress-photo {
        margin: 20px auto;
    }

    .case-study-grid {
        flex-wrap: wrap;
        gap: 40px;
    }

    .case-study-content {
        width: 100%;
    }

    .case-study-gallery {
        text-align: center;
        width: 100%;
    }

    .case-study-photos {
        justify-content: center;
    }

    .case-study-box {
        position: unset;
    }

    .navbar-contacts {
        display: none;
    }

    .navbar {
        border: 0;
    }

    .navbar-contacts-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
        gap: 20px;
    }

    .navbar-contacts-mobile div,
    .navbar-contacts-mobile div a {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .navbar-contacts-mobile .navbar-contact-item {
        text-align: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .navbar-contacts-mobile .navbar-contact-separate {
        width: 90%;
        height: 1px;
        margin: auto;
    }
}

@media (max-width: 768px) {

    .btn-primary {
        display: inline-flex;
    }

    .navbar-nav {
        margin: 20px 0 40px 0;
    }

    .navbar-contacts {
        flex-wrap: wrap;
    }

    .navbar-contact-item {
        width: 100%;
        justify-content: end;
    }

    .navbar-contact-separate {
        display: none;
    }

    .footer-contact {
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .custom-nav {
        width: 90%;
    }

    .hero-bg {
        min-height: 700px;
    }

    .slide-content .title {
        font-family: Helvetica;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        color: #fff;
    }

    .slide-content .btn {
        width: 100%;
    }

    .icons-grid {
        grid-template-columns: 1fr 1fr;
    }

    .trust-us-flex {
        flex-wrap: wrap;
        gap: 20px;
    }

    .trust-us-separate {
        display: none;
    }

    .trust-us-icons {
        justify-content: space-between;
    }

    .form {
        margin-left: 0;
    }

    .input-group input {
        width: 100%;
        flex: unset !important;
    }

    .owl-categories {
        width: calc(100% - 70px) !important;
    }

    .tabs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .section-title {
        white-space: wrap;
    }

    .section-title-arrow {
        display: none;
    }

    .address-and-map {
        grid-template-columns: 1fr;
    }

    .owl-items {
        width: calc(100% - 80px) !important;
    }

    .icons-alt-without-carousel {
        width: 100% !important;
    }

    .offer-person {
        flex-wrap: wrap;
    }

    .offer-person-buttons a {
        width: 100%;
    }

    .parts {
        grid-template-columns: 1fr;
    }

    .desktop,
    .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }

    .icons-alt-without-carousel {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-title {
        margin-bottom: 10px;
    }

    .icons-grid {
        grid-template-columns: 1fr;
    }

    .speech-nav-items {
        justify-content: space-between;
        padding-left: 20px;
    }

    .collection {
        flex-wrap: wrap;
        width: 100%;
    }

    .carousel-icon {
        flex-wrap: wrap;
        gap: 10px;
        padding: 40px 0 20px;
    }

    .speech {
        min-height: 500px;
    }

    .btn-secondary {
        width: 100%;
    }

    .offer-gallery .photo img {
        width: 100%;
        height: auto;
    }

    .case-study-box {
        padding: 10px;
    }

    .case-study-box-item {
        flex-wrap: wrap;
    }

    .case-study-box-item div {
        width: 100%;
    }

    .showmore {
        width: 100%;
    }
}


.custom-fullscreen-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1050;
}

.custom-fullscreen-modal.active {
    display: block;
}

.custom-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
}

.custom-content-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.custom-content {
    position: relative;
    background: #fff;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
}

.modal-body {
    padding: 0;
}

.custom-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}


.modal-form .form {
    margin: 0;
    margin-bottom: 24px;
    margin-top: 24px;
}

.modal-custom-header {
    text-align: left;
    padding: 30px 40px;
}

.modal-custom-content {
    display: flex;
    text-align: left;
    position: relative;
    align-items: center;
}

.modal-custom-content h3 {
    color: #000;
    font-family: Helvetica;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    margin-top: 24px;
    line-height: 40px;
}

.modal-form {
    padding: 30px 40px;
}

.modal-form label {
    width: 100%;
    display: block;
}

.modal-form input {
    stroke-width: .5px;
    height: 30px;
}

.modal-form .btn {
    width: 100%;
}

.modal-form .input-group {
    margin-bottom: 12px;
}

.modal-addresses {
    background-color: #3A3A3A;
    color: #fff;
    margin-left: 105px;
    width: 295px;
    height: 332px;
    padding: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

.modal-address {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.modal-address div {
    line-height: 18px;
    font-size: 14px;
}

.modal-address div p {
    margin: 0;
}


.modal-orange-box {
    position: absolute;
    top: -24px;
    left: -24px;
    height: 48px;
    width: 48px;
    background-color: #F15921;
}

.modal-orange-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 111px;
    height: 100%;
    background-color: #F15921;
}


@media (max-width: 900px) {
    .modal-addresses,
    .modal-orange-bar {
        display: none;
    }
}