/*
.footer-main {
    position: relative;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 40px;
    background-color: #fff4d7;
    overflow: hidden;
}

.footer-main .ft-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 99;
    }
}

.footer-main .ft-main .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 294px;
    flex: 0 0 294px;
    max-width: 294px;
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-main .left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.footer-main .ft-main .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 718px;
    flex: 0 0 718px;
    max-width: 718px;
}

@media only screen and (max-width: 1024px) {
    .footer-main .ft-main .right {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: unset;
        -ms-flex-negative: inherit;
        flex-shrink: inherit;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        padding-left: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-main .right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

.footer-main .ft-logo {
    display: block;
    margin-bottom: 104px;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-logo {
        margin-bottom: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer-main .ft-logo img {
    max-width: 218px;
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-logo img {
        max-width: 170px;
    }
}

.footer-main .ft-logo span {
    display: inline-block;
    color: #294355;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.15em;
    
    letter-spacing: -0.5px;
    padding-right: 56px;
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-logo span {
        font-size: 16px;
        max-width: 152px;
        padding-right: 0;
        text-decoration: none;
        margin-top: 0;
    }
}

.footer-main .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .footer-main .footer-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -32px;
        margin-right: -32px;
        row-gap: 44px;
    }
}

.footer-main .footer-menu>.menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 136px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .footer-main .footer-menu>.menu-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.footer-main .footer-menu>.menu-item a {
    text-decoration: none;
    display: inline-block;
}

.footer-main .footer-menu>.menu-item>a {
    color: #294355;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.35em;
    margin-bottom: 16px;
}

.footer-main .footer-menu>.menu-item li:not(:last-child) {
    margin-bottom: 16px;
}

.footer-main .footer-menu>.menu-item li a {
    color: inherit;
    font-size: 16px;
    line-height: 1.2em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-main .footer-menu>.menu-item li a:hover {
    color: #1C2B36;
}

.footer-main .brand-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 24px;
}

@media only screen and (max-width: 767px) {
    .footer-main .brand-list {
        display: none;
    }
}

.footer-main .brand-list.--mb {
    display: none;
}

@media only screen and (max-width: 767px) {
    .footer-main .brand-list.--mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 64px;
    }
}

.footer-main .brand-list .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33.33%;
}

@media only screen and (max-width: 767px) {
    .footer-main .brand-list .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 52px;
        flex: 0 1 52px;
        width: 52px;
        height: 52px;
    }
}

.footer-main .brand-list .item:nth-child(2) img {
    mix-blend-mode: difference;
}

.footer-main .brand-list .item img {
    max-width: 62px;
}

@media only screen and (max-width: 767px) {
    .footer-main .brand-list .item img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.footer-main .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 100px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .footer-main .social {
        position: relative;
        top: 130px;
    }
}

.footer-main .social a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #FFC14C;
}

.footer-main .social a.yt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
}

.footer-main .social a img {
    width: 100%;
}

.footer-main .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
}

@media only screen and (max-width: 767px) {
    .footer-main .copyright {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        top: 130px;
    }
}

.footer-main .copyright span {
    display: block;
    color: #294355;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25em;
}

.footer-main .copyright ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.footer-main .copyright ul a {
    display: block;
    color: #294355;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25em;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-main .ft-dog {
    padding-top: 158px;
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-dog {
        margin-top: -180px;
        padding-top: 300px;
    }
}

.footer-main .ft-dog .director {
    position: absolute;
    top: -160px;
    left: 48%;
    -webkit-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media only screen and (max-width: 1024px) {
    .footer-main .ft-dog .director {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-dog .director {
        top: 90px;
        left: 100%;
        width: 300px;
    }
}

.footer-main .ft-dog .director .info b,
.footer-main .ft-dog .director .info strong {
    display: block;
}

.footer-main .ft-dog .dog {
    position: absolute;
    top: -15%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 491px;
    height: 342px;
}

.footer-main .ft-dog .dog:hover~.director {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

@media only screen and (max-width: 1024px) {
    .footer-main .ft-dog .dog {
        max-width: 280px;
        top: 35%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-dog .dog {
        max-width: none;
        width: 89%;
        top: 50%;
        left: 54%;
    }
}

.footer-main .ft-dog .dog-bg {
    position: absolute;
    top: 110%;
    left: 63%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
    .footer-main .ft-dog .dog-bg {
        width: 600px;
        max-width: unset;
        top: 80%;
    }
}

.modal {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding: 6.9444444444% 11.1111111111%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 640px) {
    .modal {
        padding: 80px 17px 102px;
    }
}

.modal .modal-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .modal-content {
    background: #fff;
    width: 100%;
    height: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    overflow: auto;
    padding: 32px 48px;
    border: 3px solid #EDA939;
    border-radius: 28px;
}

@media only screen and (max-width: 640px) {
    .modal .modal-content {
        padding: 24px;
        border-radius: 28px;
    }
}

.modal .modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9;
    cursor: pointer;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    padding: 18px;
    background: #EDA939;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

.modal .modal-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 640px) {
    .modal .modal-close {
        width: 48px;
        height: 48px;
        padding: 12px;
        top: 24px;
        right: 20px;
    }
}

.modal .modal-backdrop {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-consulting .background {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.box-consulting .icon-calendar {
    position: absolute;
    z-index: 2;
    width: 88px;
    height: 88px;
    border-radius: 176px;
    border: 3px solid #FFF4D7;
    background: #1141E0;
    pointer-events: none;
}

.box-consulting .info {
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    color: #1C2B36;
    padding: 10px 16px;
    border-radius: 8px 0 0 8px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
}

.box-consulting .info.--has-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.box-consulting .info.--has-avatar:before {
    content: '';
    width: 33px;
    height: 17px;
    background-image: url(assets/images/footer/info-decor.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-consulting .info.--has-avatar img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.box-consulting .info.--has-avatar .content {
    padding-left: 16px;
}
*/
