@font-face {
    font-family: 'Suisse';
    src: url('../static/fonts/SuisseIntl-Regular.otf');
}
@font-face {
    font-family: 'Suisse M';
    src: url('../static/fonts/SuisseIntl-Medium.otf');
}
@font-face {
    font-family: 'Suisse T';
    src: url('../static/fonts/SuisseIntl-Thin.otf');
}
@font-face {
    font-family: 'Suisse L';
    src: url('../static/fonts/SuisseIntl-Light.otf');
}
@font-face {
    font-family: 'Suisse SB';
    src: url('../static/fonts/SuisseIntl-SemiBold.otf');
}
html, body {
    color: #080808;
}
a {
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
    font-size: 17px;
    box-sizing: border-box;
    font-family: 'Suisse';
}
.main-header {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 66px;
    background: #fff;
}
.wrapper-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1720px;
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
}
.main-header > .wrapper-container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.header-navbar {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 48px;
}
.header-navbar a {
    text-decoration: none;
    color: #080808;
    font-weight: 400;
    transition: .3s;
}
.header-navbar > li:hover a {
    color: #1467BB;
}


.main-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 170px;
    overflow: hidden;
    padding: 170px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 36.54%, rgba(98, 97, 97, 0.9) 41.11%, rgba(0, 0, 0, 0.9) 48.08%);
}

/* region titles */
h1.section-title {
    font-size: 64px;
    font-family: 'Suisse SB';
    font-weight: normal;
    line-height: 120%;
    margin: 0;
}
h2.section-title {
    font-size: 28px;
    font-family: 'Suisse M';
    font-weight: normal;
    line-height: 130%;
    margin: 0;
}
/* endregion */


.index-banner {
    display: flex;
    width: 100%;
    height: 100vh;
    background-image: url('../static/banner.jpg');
    background-size: cover;
    align-items: center;
    background-position: center;
}
.index-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.index-banner > .wrapper-container {
    z-index: 2;
}
.index-banner__content {
    max-width: 750px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-bottom: 120px;
}
.index-banner__content > h1.section-title {
    margin-bottom: 24px;
}


.accent {
    color: #1467BB;
}
.white {
    color: #fff
}
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 17px;
    background: #1467BB;
    border-radius: 10px;
    height: 48px;
    font-weight: lighter;
    cursor: pointer;
    transition: .3s;
}
.button:hover {
    background: #8797A7;
}

.index-banner__content > .button {
    max-width: 315px;
    margin-top: 120px;
}



.work-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
}
.work-header > .section-title {
    max-width: 580px;
}
.work-banners {
    display: flex;
    width: 100%;
}
.work-banners > .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 24px;
}
.work-banner {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    height: 450px;
    width: calc(25% - 18px);
    padding: 20px;
}
.work-banner > img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.work-banner__info {
    display: flex;
    position: relative;
    width: 100%;
    background: #fff;
    height: fit-content;
    margin-top: auto;
    padding: 16px;
    align-items: center;
    border-radius: 20px;
    height: 100px;
    gap: 24px;
}
.work-banner__info > p {
    line-height: 140%;
}
.work-banner__info > img {
    width: 45px;
    min-width: 45px;
}
.management-swiper {
    display: flex;
    width: 100%;
    margin-top: 80px;
}
.management-swiper > .swiper-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
.management-swiper .swiper-slide {
    display: flex;
    overflow: hidden;
    height: 250px;
    justify-content: center;
    width: calc(33.3% - 16px);
    border-radius: 20px;
}
.management-swiper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(70%);
}
.management-swiper .swiper-slide > p {
    position: absolute;
    width: 300px;
    margin: 0 auto;
    top: 24px;
    color: #fff;
    line-height: 140%;
    text-align: center;   
}

.fos {
    display: flex;
    align-items: center;
    padding: 60px;
    justify-content: space-between;
    background: url('../static/fos-bg.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}
.fos-header {
    max-width: 753px;
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.fos-form {
    display: flex;
    width: 49%;
}
.dropdown {
    display: flex;
    flex-direction: column;
    height: 48px;
    width: 100%;
    position: relative;
}
.dropdown__index {
    display: flex;
    background: #F7F7F7;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}
.dropdown__index img {
    transition: .3s;
}
.dropdown-list {
    display: none;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 4px);
    background: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
}
.dropdown__element {
    display: flex;
    background: #F7F7F7;
    height: 48px;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
    transition: .3s;
}
.dropdown__element:hover {
    color: #1467BB;
}
.dropdown.active .dropdown-list {
    display: flex;
}
.dropdown.active .dropdown__index img {
    transform: rotate(180deg);
}
button {
    cursor: pointer;
    outline: none;
    border: none;
}
input {
    width: 100%;
    height: 48px;
    background: #F7F7F7;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 0 24px;
}
input::placeholder {
    color: #8797A7;
}

.fos-form {
    display: flex;
    width: 49%;
    max-width: 646px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}
.fos-form > * {
    width: calc(50% - 8px);
}
.fos-text {
    font-size: 10px;
    line-height: 120%;
    color: #fff;
    font-family: 'Suisse T';
}

.footer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    padding: 60px;
    justify-content: space-between;
    border-radius: 30px;
    align-items: flex-end;
}
.footer-contacts {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}
.footer-contact {
    display: flex;
    background: #F7F7F7;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    gap: 8px;
    border-radius: 20px;
}
.footer-contact > span {
    font-size: 14px;
    color: #8797A7;
}
.footer-contact:last-child {
    width: 300%;
}
.footer-logo {
    display: flex;
    width: 362px;
}
.copyright {
    max-width: 226px;
    line-height: 140%;
    font-size: 17px;
    color: #999BA1;
    text-align: right;
}
.copyright > a {
    color: #080808;
    transition: .3s;
}
.copyright > a:hover {
    color: #1467BB;
}



.modal-container {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    z-index: -1;
    transition: .3s;
}
.modal-container.visible {
    opacity: 1;
    z-index: 100;
}
.modal-fos {
    display: flex;
    flex-direction: column;
    padding: 80px 60px;
    position: relative;
    border-radius: 30px;
    background: #fff;
    width: 100%;
    max-width: 473px;
}
.modal-fos > * {
    text-align: center;
}
.modal-fos > p {
    color: #8797A7;
    line-height: 140%;
    margin-top: 16px;
    margin-bottom: 24px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.btn__close {
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}
.btn__close path {
    transition: .3s;
}
.btn__close:hover path {
    fill: #1467BB;
}


.advanced-fos-modal {
    display: flex;
    position: relative;
    gap: 60px;
    background: #F7F7F7;
    padding: 60px;
    border-radius: 30px;
}
.modal-info {
    display: flex;
    flex-direction: column;
}
.modal-info > h2.section-title {
    margin-top: 20px;
}
.modal-info .price {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    background: #fff;
    border-radius: 10px;
}
.burger {
    display: none;
}

.iframe-container {
    border-radius: 30px;
    overflow: hidden;
}

.result-amount{
    font-size: 320%;
}