@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Thin.woff2') format('woff2');
	src: url('../fonts/Onest-Thin.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Light.woff2') format('woff2');
	src: url('../fonts/Onest-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Regular.woff2') format('woff2');
	src: url('../fonts/Onest-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Medium.woff2') format('woff2');
	src: url('../fonts/Onest-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Bold.woff2') format('woff2');
	src: url('../fonts/Onest-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-ExtraBold.woff2') format('woff2');
	src: url('../fonts/Onest-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Black.woff2') format('woff2');
	src: url('../fonts/Onest-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

body {
    font-family: 'Onest', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Onest', sans-serif;
}
.btn:first-child:active {
    background-color: #214ccf;
    border-color: transparent;
}
.overflow-hidden {
    overflow:hidden;
}
.container-header {
    background-image:none;
    z-index:11;
}
.header-burger {
    display:none;
}
.menu-phones {
    display:none;
}
.menu-notes {
    display:none;
}
.active {
    display: block;
}
.none {
    display:none;
}
.footer {
    background-image:none;
}
.blog-featured .page-header {
    display:none;
}
.header-info {
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
}
.header-info p {
    margin:0;
}
.header-callback a {
    background:#4169e1;
    border-radius:6px;
    color:#fff;
    transition: .3s;
}
.header-callback a:hover {
    cursor: pointer;
    background: #214ccf;
    transition: .3s;
    color:#fff;
}
.navbar-brand {
    margin-inline-end: unset!important;
    -webkit-margin-end: unset!important;
}
.nav-item:last-child {
    display:none;
}
.workhours .hours {
    font-size:18px;
}
.phones a {
    color:#fff;
    text-decoration:none;
    font-size:18px;
}
.phones img {
    margin-right:15px;
}
.mainvideo {
    position:relative;
    min-height:100vh;
    overflow:hidden;
    margin:-128px 0 0 0;
}
.nav-top {
    border-bottom:1px solid #fafbfc26
}
.mainvideo-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding:0px 105px 75px 105px;
    margin-right: auto;
    margin-left: auto;
    color:#fff;
}
.digits-advantages {
    display:flex;
    justify-content:space-between;
}
.digits-advantage {
    display:flex;
    flex-direction:column;
}
.digits-advantage-line {
    width: 100%;
    height: 1px;
    background: #FAFBFC;
    opacity: 0.3;
    margin-bottom: 8px;
}
.mainvideo-container-heading {
    margin-bottom:50px;
}
.mainvideo-container-heading h1 {
    font-size:3rem;
}
.digits-advantage-numbers {
    margin-bottom:5px;
    font-size:36px;
}
.services-main {
    display:flex;
    justify-content:center;
}
.services-main-heading {
    margin-top:30px;
    text-align:center;
}
.services-main-card {
    padding:25px;
    display:flex;
}
.services-main-card-img {
    position:relative;
    flex: 1 0 auto;
}
.services-main-card-info {
    padding:25px 0;
}
.services-main-card-info .services-main-card-info-heading {
    text-align:left;
}
.services-main-card-info-heading, .principles-heading, .feedback-heading, .contacts-block-heading, .services-heading {
    font-size:18px;
    font-weight:500;
    margin-bottom:20px;
    text-align:center;
}
.main-callback, .feedback-form {
    display:flex;
    padding:25px;
    background-color:#f5f5f5;
    border-radius:10px;
    margin-top:30px;
}
.modal-footer .btn {
    background:#4169e1;
    border-radius:6px;
    transition: .3s;
    color:#fff;
    font-size:20px;
}
.modal-footer .btn:hover {
    cursor: pointer;
    background: #214ccf;
    transition: .3s;
    color:#fff;
}
.principles-block {
    display:flex;
    background-color:#f5f5f5;
    border-radius:10px;
}
.principles-list {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    flex:50%;
    padding:35px;
}
.principles-person {
    position:relative;
}
.principles-person img {
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    max-height:500px;
    width:auto;
}
.feedback-heading, .contacts-block-heading{
    margin-top:40px;
}
.principles-list-item-heading {
    color:#1d334a;
    font-size:20px;
    border-bottom:1px solid #1d334a;
    margin-bottom:8px;
    font-weight:500;
}
.principles-person-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding:0px 25px 30px 25px;
    margin-right: auto;
    margin-left: auto;
}
.principles-person-name {
    color:#fff;
    font-size:20px;
    margin-bottom:6px
}
.principles-person-position {
    color:#FAFBFC;
}
.principles-person-filter {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background:#000;
    opacity:.3;
}
.feedback {
    display:flex;
    gap:15px;
}
#wjcallback-modal.show .wjcallbackform {
    opacity: 1;
    border-radius: 25px;
    padding: 25px;
    background:#EFF2F4;
}
.wjcallbackform .modal-header .close {
    position:absolute;
    right:0;
    top:0;
    background-color:#e4eaee;
    border-radius:5px;
    padding:15px;
    transition:0.2s;
}
.wjcallbackform .modal-header .close:hover {
    background-color:#c5d1d9;
    transition:0.2s;
}
.swiper {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    display:flex!important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;

    object-fit: cover;
}
.contacts-block {
    display:flex;
    gap:20px;
}
.contacts-block-info {
    padding:25px;
    background-color:#f5f5f5;
    border-radius:10px;
    flex:5%;
}
.contacts-block-map {
    border-radius:10px;
    flex: 1 0 auto;
}
.contacts-block-info-phone span, .contacts-block-info-email span, .contacts-block-info-adress span, .contacts-block-info-hours span {
    color: #1d334a;
    font-size: 20px;
    font-weight: 500;
}
.contacts-block-info-phone, .contacts-block-info-email, .contacts-block-info-adress, .contacts-block-info-hours {
    margin-bottom: 15px;
}
.footer-info {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer .grid-child {
    display:block;
}
.footer-social {
    display:flex;
    align-items:center;
}
.footer-social img:first-child {
    margin-left:15px;
}
.page-header {
    margin:35px 0;
}
.team {
    display:flex;
    justify-content:center;
}
.team-person {
    width:333px;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.team-person:first-child {
    margin-right:80px;
}
.team-person-img img {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.team-person-name, .team-person-info {
    padding:5px 15px;
}
.team-person-name {
    font-weight:500;
    background:#dbdbdb;
}
.team-person-info {
    background:#f5f5f5;
    min-height:178px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.align-center {
    text-align:center;
    margin-bottom:30px;
}

.services {
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    justify-content:space-between;
    margin:30px 0;
}
.services-item {
    display:flex;
    flex-direction:column;
    flex:17%;
    text-align:center;
    border-radius:20px;
    min-height:370px;
    background:#f5f5f5;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.services-heading {
    margin-top:45px;
}
.services-item-name {
    font-size:16px;
    margin-bottom:8px;
    padding:0 5px;
    min-height:72px;
    font-weight:400;
}
.services-item-cost {
    font-size:22px;
    font-weight:500;
    background:#dbdbdb;
    padding:10px 0 15px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#main-video {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
}
#main-video-mobile {
    display:none;
}
.bankrupt-info {
    background-color: #f5f5f5;
    border-radius: 10px;
}
.bankrupt-circumstances, .bankrupt-steps {
    display:flex;
    gap:15px;
    margin-top:25px;
    margin-bottom:15px
}
.bankrupt-circumstances-item {
    display:flex;
    padding:15px;
    border-radius:10px;
    flex:23%;
    background-color: #f5f5f5;
}
.bankrupt-steps-step {
    padding:15px;
    border-radius:10px;
    background-color: #d2d8d6;
background-image: linear-gradient(315deg, #d2d8d6 0%, #dce8e0 74%);

}
.bankrupt-circumstances-item svg, .bankrupt-steps-step svg {
    margin-right:10px;
}
.bankrupt-steps {
    flex-direction:column;
}
.bankrupt-step-name {
    margin-bottom:15px;
    font-weight:600;
    text-transform:uppercase;
}
.bankrupt-digits {
    display:flex;
    gap:15px;
    margin-top:25px;
    margin-bottom:15px
}
.bankrupt-digits-item {
    padding:15px;
    border-radius:10px;
    flex:23%;
    background-color: #f5f5f5;
    font-size:18px;
}
.bankrupt-cases {
    display:flex;
    list-style:none;
    background-color: #f5f5f5;
    border-radius:10px;
    padding:25px;
}
.bankrupt-cases-column {
    flex:33%;
    padding: 0 50px 0 0;
}
.bankrupt-cases a {
    text-decoration:none;
}
.bankrupt-cases li {
    position:relative;
    padding-left: 50px;
    border-bottom:solid 1px #cecece;
    display:flex;
    align-items:center;
    min-height:50px;
    margin-bottom:15px;
}
.bankrupt-cases li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url('/images/icons/pdf.svg');
}
.bankrupt-cases li a:hover {
    text-decoration:underline;
}
.modal-footer {
    justify-content:flex-start;
}
.notes {
    margin-top:10px;
}
.notes-popup {
    display:flex;
    justify-content:space-between;
    gap:30px;
    max-width:800px;
}
.notes-item {
    display:flex;
    position:relative;
    margin-bottom:10px;
    padding-left:40px;
}
.notes-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url('/images/icons/note.svg');
}
#WJCForm110 .modal-footer {
    padding-top:20px;
    gap:30px;
    border-top:1px solid #dfe3e7;
}
@media only screen and (max-device-width: 767.8px) {
    .header-burger {
    display:block;
    position: relative;
    width:25px;
    height:20px;
    z-index:9999;
    }
    .header-burger span {
    content:'';
    background-color:#fff;
    position: absolute;
    width:75%;
    height:2px;
    left:0;
    top:9px;
    z-index:9999;
    transition: all 0.3s ease 0s;
}
.header-burger:before, .header-burger:after {
    content:'';
    background-color:#fff;
    position: absolute;
    width:100%;
    height:2px;
    left:0;
    transition: all 0.3s ease 0s;
}
.header-burger:before {
    top:0;
}
.header-burger:after {
    bottom:0;
}
.header-burger.active:before {
    transform:rotate(45deg);
    top:9px;
}
.header-burger.active:after {
    transform:rotate(-45deg);
    bottom:9px;
}
.header-burger.active span {
    transform:scale(0);
}
.container-header {
    position:fixed!important;
    top:0;
    left:0;
    right:0;
    z-index: 99999;
}
.container-nav {
    position: fixed;
    left: -100%;
    width: 100%;
    background-color:var(--cassiopeia-color-primary);
    overflow: hidden;
    transition: all 0.5s ease 0s;
    z-index: 999;
    margin-top:75px;
    font-size:20px;
}
.container-nav.active {
    left:0;
    min-height:100vh;
}
    .workhours {
        display:none;
    }
    .header-callback {
        display:none;
    }
    .digits-advantages {
        flex-direction:column;
    }
    .services-main, .services-main-card, .principles-block, .contacts-block, .footer-info {
        flex-direction:column;
    }
    .principles-person {
        order:-1;
        border-bottom-right-radius:0px;
        border-top-left-radius:10px;
    }
    .principles-person img {
        border-bottom-right-radius:0px;
        border-top-left-radius:10px;
    }
    .modal-footer {
        justify-content:center;
    }
    .main-callback-img, main-feedback-img  {
        order:-1;
    }
    .footer-info {
        gap:20px;
    }
    .mainvideo {
        margin:-44px 0 0 0;
    }
    .mainvideo-container {
        padding: 0px 35px 55px 35px;
    }
    .digits-advantage {
        margin-bottom:35px;
    }
    .bankrupt-circumstances, .bankrupt-digits {
        flex-direction:column;
    }
    .bankrupt-cases {
        flex-direction:column;
    }
    .services-item {
        min-height:auto;
    }
    .services-item-name {
        min-height:98px;
    }
    .team {
        flex-direction:column;
        align-items:center;
    }
    .team-person:last-child {
        order:-1;
        margin-bottom:20px;
    }
    .team-person:first-child {
        margin:0;
    }
    .phones img{
        display:none;
    }
    .phones .adress {
        display:none;
    }
    .phones a {
        font-size:15px;
    }
    .brand-logo img {
        width:200px;
        height:auto;
    }
    .feedback-heading, .contacts-block-heading {
        margin-top:15px;
    }
    .services-main-card-info {
        padding:0;
    }
    .footer-social {
        flex-direction:column;
    }
    .footer-social-icons {
        margin-top:10px;
    }
    .footer-info {
        text-align:center;
    }
    .site-grid {
        padding-top: 50px;
    }
    .menu-phones {
        display:block;
        color:#fff;
    }
    .mod-list li {
        margin-bottom:15px;
    }
    .menu-phones a {
        color:#fff;
    }
    .menu-phones .phone img {
        margin-right:15px;
    }
    .menu-phones .adress {
        font-size:18px;
        margin:15px 0;
    }
    .container-header .mod-menu {
        border-bottom:1px solid #fafbfc26;
    }
    .menu-notes {
        display:block;
        color:#fff;
    }
    .menu-notes-item {
        display:flex;
        position:relative;
        margin-bottom:10px;
        padding-left:40px;
}
    .menu-notes-item:first-child {
        margin-top:15px;
}
    .menu-notes-item:before {
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        background-image: url('/images/icons/note.svg');
}
    .menu-phones {
        border-bottom:1px solid #fafbfc26;
}
    #main-video {
    display:none;
}
#main-video-mobile {
    display:block;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height:740px;
}
}