@font-face {
    font-family: 'Segoe UI';
    src: url("../assets/fonts/SegoeUI/SegoeUI-Bold.eot");
    src: url("../assets/fonts/SegoeUI/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"),url("../assets/fonts/SegoeUI/SegoeUI-Bold.woff") format("woff"),url("../assets/fonts/SegoeUI/SegoeUI-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}
body {
    min-width: 375px;
    padding-top: 150px;
}
.modal#buy,
.modal#order,
.modal#sbors {
    width: 390px;
    max-width: 100%;
    height: auto;
}
.modal#order .modal-title,
.modal#buy .modal-title,
.modal#sbors .modal-title {
    margin-bottom: 15px;
    font-size: 20px;
}
.modal#order .btn,
.modal#buy .btn,
.modal#sbors .btn {
    width: 100%;
}
.tickets__item-heading {
    background: #f9f9f9 !important;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input {
    padding: 12px 16px;
    height: 48px;
    border: 1px solid #DADBDE;
    border-radius: 0;
    outline: none !important;
}
.form-group input:focus {
    border-color: #296B9F;
}
.fancybox-close-small {
    right: 28px !important;
    top: 37px !important;
}
.modal-body {
    padding: 0;
}
.modal#buy input.error {
    border-color: red;
}
.modal#buy button[type="submit"] {
    background-size: 210px;
    background-position: 23px 263px;
}
.loading {
    background: url(/assets/images/loader.gif);
}
.tickets__item-heading {
    height: auto;
}
.school__header-btn a {
    margin-right: 15px;
}
.header__right-part:nth-child(2) {
    border-left: 0 !important;
}
.hero-section {
    margin-top: -180px;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: rgba(255,255,255, .6);
}
.header__alt-logo.filter--white {
    filter: invert(1) brightness(10);
}
.header__alt-logo {
    position: absolute;
    left: 200px;
    bottom: 0;
    top: 0;
    margin: auto;
}
html {
    overflow-x: hidden;
}
.tickets__item-heading {
    height: 160px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tickets__item-heading_image {
    
}
.tickets__item-heading_image img,
.tickets__item-heading_image svg {
    margin: auto;
    max-width: 100%;
    display: block;
}
.tickets__item-content {
    padding: 24px;
    border: 1px solid #ccc;
    min-height: 420px;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}
.tickets__item-content_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.tickets__item-content_list,
.ticket__list{
    margin-top: 24px;
    padding-right: 90px;
}
.tickets__item-content_list ul,
.ticket__list ul{
    list-style: none;
    padding-left: 0;
}
.tickets__item-content_list ul li,
.ticket__list ul li {
    padding-left: 50px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
    color: #7F8490;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.tickets__item-content_list ul li strong,
.ticket__list ul li strong {
    font-weight: bold;
}
.tickets__item-content_list ul li:before,
.ticket__list ul li:before{
    content: "";
    position: absolute;
    display: block;
    background: url(/assets/redesign/build/assets/images/list.svg) no-repeat center #eef4f8;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tickets__item-content_list strong:hover {
    color: #000;
    cursor: pointer;
}

.tickets__item-content_price {
    margin-top: 40px;
    font-size: 24px;
    line-height: 32px;
    color: #B72A2F;
    font-family: 'MachineC', sans-serif;
}
.tickets__item-content_price span {
    text-decoration: line-through;
    color: #7F8490;
    font-size: 16px;
    margin-left: 10px;
}
.tickets__item-content_button {
    margin-top: 24px;
}
.tickets__item-content_button a,
.ticket__button a{
    display: flex;
    border: 2px solid #B72A2F;
    color: #B72A2F;
    height: 52px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    bottom: 20px;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
            transition: all .3s ease;
}
.tickets__item-content_button a:hover,
.ticket__button a:hover{
    background: #B72A2F;
    color: #fff;
}
.tickets__item-heading_badges {
    position: absolute;
    bottom: -10px;
    left: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tickets__item.hovered strong {
    color: #000 !important;
}
.tbadge {
    height: 22px;
    border-radius: 3em;
    color: #fff;
    text-align: center;
    padding: 0px 16px;
    margin-right: 8px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 9;
}
.tbadge * {
    display: inline-block;
    vertical-align: middle;
}
.tbadge:last-child {
    margin-right: 0;
}
.tbadge--green {
    background: #116424
}
.tbadge--yellow {
    background: #FFA500;
}
.tbadge--blue {
    background: #296B9F;
}
.tbadge--red {
    background: #B72A2F;
}
.tbadge--grey {
    background: #7F8490;
}

.ticket {
    margin-top: 40px;
}
.ticket.hovered strong {
    color: #000 !important;
}
.ticket--wrap {
    border: 1px solid #ccc;
    padding: 32px 24px;
}
.ticket__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ticket__heading .tbadge {
    margin-right: 24px;
}
.ticket__title {
    font-family: 'Circe';
    font-weight: 700;
    font-size: 24px;
    margin-top: 16px;
    line-height: 32px;
}
.ticket__price {
    font-family: 'MachineC';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #B72A2F;
}
.ticket__list strong:hover {
    color: #000;
}
.ticket__button {
    position: relative;
}
.ticket__home--wrap {
    padding: 48px 40px
}
.lh-24 {
    line-height: 24px;
}
.fs-24 {
    font-size: 24px;
}
.fw-700 {
    font-weight: 700;
}
.fw-400 {
    font-weight: 400;
}
.lh-32 {
    line-height: 32px;
}
.marked-list-cols {
    column-count: 2;
    column-gap: 20px;
}

.black {
    color: #000;
}

.shoulder__header *, .shoulder * {
    font-family: 'Circe', snas-serif;
}
.shoulder__header {
    padding-top: 0 !important;
    margin-top: 10px !important;
}
.shoulder__header-title {
    font-size: 36px;
    line-height: 54px;
}
.shoulder {
    background: #F9F9F9;
    margin-top: 80px;
    padding-bottom: 80px;
}
.shoulder__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #293443;
}
.shoulder__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
    color: #293443;
}
.shoulder__text a {
    color: #000;
    font-weight: 700;
}
.shoulder__items {
    margin-top: 32px;
}
.shoulder__items .item {
    margin-bottom: 25px;
}
.shoulder__items .item .wrap {
    background: #fff;
    height: 100%;
    padding: 40px;
}
.shoulder__items .item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shoulder__items .item__header-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #296B9F;
}
.shoulder__items .item__header-price {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    color: #7F8490;
}
.shoulder__items .item__time {
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px;
    font-family: 'Circe', snas-serif;
}
.shoulder__items .item__time br {
    display: block !important;
}
.shoulder__footer {
    padding: 16px 0 16px 16px;
    border-left: 8px solid #296B9F;
    color: #7F8490;
    font-size: 16px;
}
.circle-bold {
    font-family: 'Circe Bold';
    font-weight: 800;
}



/* SCHOOL */
.school__header {
    padding-top: 0 !important;
    margin-top: 10px !important;
}
.school__header-title {
    font-size: 36px;
    line-height: 54px;
    letter-spacing: .04em;
}
.school__header-text {
    color: #7F8490;
}
.school__header-btn {
    margin-top: 40px;
}
.school__header-btn a {
    color: #B72A2F;
    border: 1px solid #B72A2F;
    text-transform: uppercase;
}
.school__header-btn a:hover {
    background: #B72A2F;
    color: #fff;
}
.school__header-text div {
    font-size: 24px;
}
.school__header .container {
    position: relative;
    padding-right: 150px;
}
.school__header-logo {
    position: absolute;
    top: 50px;
    left: 990px;
}
.school__header-logo img {
    width: 180px;
}
.school__groups-title {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #293443;
    margin-top: 56px;
}
.school__groups-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.school__groups-items .item {
    padding: 30px;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    border: 1px solid #DADBDE;
    position: relative;
}
.school__groups-items .item:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    right: -25px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #DADBDE;
    transform: rotate(45deg);
}
.school__groups-items .item:first-child {
    margin-right: 20px;
}
.school__groups-items .item__ico {
    
}
.school__groups-items .item__title {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #293443;
    margin-top: 30px;
}
.school__groups-items .item__text {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7F8490;
    margin-top: 10px;
}
.school__note {
    margin-top: 25px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7F8490;
}
.school__note .wrap {
    border-left: 8px solid #296B9F;
    padding: 15px;
}
.school__block {
    margin-top: 80px;
}
.school__block-title {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #293443;
}
.school__block-text {
    margin-top: 25px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #293443;
    padding-right: 60px;
}
.school__tickets {
    margin-top: 80px;
}
.school__tickets-title {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #293443;
}
.school__tickets-text {
    margin-top: 25px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7F8490;
    margin-bottom: 30px;
}
.school__slider .owl-nav {
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 40%;
}
.school__slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.school__slider .owl-prev span,
.school__slider .owl-next span {
    line-height: .5;
    font-size: 34px;
}
.school__slider .owl-prev,
.school__slider .owl-next {
    position: relative;
    width: 35px;
    height: 45px;
    background: #296B9F !important;
    color: #fff !important;
    position: absolute;
}
.school__slider .owl-next {
    right: 0;
}
.school__slider .owl-prev:before {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    border: 10px solid transparent;
    border-left: 0px solid #296B9F;
    border-top: 45px solid #296B9F;
    right: -9px;
    top: 0;
}
.school__slider .owl-next:before {
    content: "";
    display: block;
    height: 66px;
    position: absolute;
    border: 10px solid transparent;
    border-right: 0px solid #296B9F;
    border-bottom: 45px solid #296B9F;
    left: -9px;
    top: -21px;
}
.school__slider:before {
    content: "";
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9;
    border: 20px solid transparent; 
    border-top: 20px solid #fff; 
    border-right: 20px solid #fff;
}
.school__slider .owl-dot {
    background: #fff !important;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
.school__slider .owl-dot.active {
    background: #296B9F !important;
}
.school {
    background: #F9F9F9;
    margin-top: 80px;
    padding-bottom: 80px;
}
.school__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #293443;
}
.school__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
    color: #293443;
}
.school__text a {
    color: #000;
    font-weight: 700;
}
.school__items {
    margin-top: 32px;
}
.school__items .item {
    margin-bottom: 25px;
}
.school__items .item .wrap {
    background: #fff;
    height: 100%;
    padding: 40px;
}
.school__items .item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.school__items .item__header-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #296B9F;
}
.school__items .item__header-price {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    color: #7F8490;
}
.school__items .item__time {
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px;
    font-family: 'Circe', snas-serif;
}
.school__items .item__time br {
    display: block !important;
}
.school__footer {
    padding: 16px 0 16px 16px;
    border-left: 8px solid #296B9F;
    color: #7F8490;
    font-size: 16px;
}

.services-list__item.--abs > a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 280px;
}

.header__alt-logo2 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 430px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.header__alt-logo3 {
    width: 200px;
    position: absolute;
    left: 530px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin-bottom: 24px;
}

.footer ul li:last-child {
    margin-bottom: 0;
}

.footer ul li a {
    color: #293443;
    text-transform: inherit;
}

.footer__bottom {
    color: #7F8490;
    border-top: 1px solid #DADBDE;
    margin-top: 24px;
    padding-top: 24px;
    line-height: 40px;
}

.sidemenu__close {
    top: 10px;
    right: 10px;
}

.header__right-part.d-none.d-lg-flex {
    display: none !important;
}
[class^="header__alt-logo"] {
    display: flex;
    align-items: center;
}
[class^="header__alt-logo"] img{
    max-width: 100%;
    max-height: 58px;
}

.header__alt-logo img:first-child {
    display: block;
}

.header__alt-logo img:last-child {
    display: none;
}

@media (max-width: 1399px) {
    .tickets__item-content_list, 
    .ticket__list {
        padding-right: 0;    
    }
    .tickets__item-content_title {
        font-size: 20px;
    }
    .tickets__item-content_list ul li, .ticket__list ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .tickets__item-content_button a, .ticket__button a {
        padding: 0;
    }
    .school__items .item__header-title,
    .shoulder__items .item__header-title {
        font-size: 24px;
    }
    .school__header-text div {
        font-size: 24px;
        line-height: 32px;
    }
    .school__header-logo {
        left: auto;
        right: 0;
    }
}
@media (max-width: 992px) {
    .school__items .item__header-title,
    .shoulder__items .item__header-title {
        font-size: 32px;
    }
    .header__alt-logo {
        display: block;
        left: 140px;
    }
}
@media (max-width: 991px) {
    .header__alt-logo {
        left: 135px !important;
    }
    .header__alt-logo2 {
        left: 232px !important;
    }
    .header__alt-logo3 {
        left: 300px !important;
    }
}
@media (max-width: 939px) {
    .header__right-part {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .not-home {
        padding-top: 60px;
    }
    .sidemenu {
        padding-top: 40px;
    }
    .sidemenu__close {
        top: 20px;
        right: 20px;
    }
    .school__slider .owl-prev, 
    .school__slider .owl-next {
        width: 40px;
    }
    .school__tickets {
        margin-top: 20px;
    }
    .school__header-btn a {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
    .header__right-part.d-none.d-lg-flex {
        display: flex !important;
    }
    .header__right-part a.btn-primary {
        display: none !important;
    }
    .header__alt-logo2 {
        width: 40px;
        height: 40px;
        left: 180px;
    }
    .header__alt-logo3 {
        left: 230px;
        width: 100px;
    }
    .services-list__item.--abs > a img {
        max-width: 100%;
        width: 310px;
        margin: auto;
        height: auto;
        position: static;
        display: block;
        padding: 20px 0;
    }
    .tickets__item {
        margin-bottom: 31px;
    }
    .school,
    .shoulder {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .school__tickets-title,
    .school__tickets-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 576px) {
    .school__header .container {
        padding-right: 15px;
    }
    .school__header-logo {
        position: static;
    }
    .school__groups-items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .school__groups-items .item:first-child {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .marked-list-cols {
        column-count: 1;
    }
    section br {
        display: none;
    }
    .tickets__item-content {
        border: none;
    }
    .ticket__heading img {
        width: 170px;
    }
    .ticket__button {
        margin-top: 24px;
    }
    .ticket__price {
        margin-top: 40px;
    }
    .ticket__home--wrap {
        padding: 16px;
    }
    .ticket__title {
        font-size: 22px;
        line-height: 28px;
    }
    
    .no-gutter {
      margin-right: 0;
      margin-left: 0;
    }
    .no-gutter > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }
    
    .tickets .container {
        padding-left: 0;
        padding-right: 0;
    }
    .header__alt-logo,
    .header__alt-logo3 {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 490px) {
    .header__right-part {
        padding: 0;
    }
}
@media (max-width: 460px) {
    .header__alt-logo {
        left: 110px;
        max-width: 60px;
    }
}

.tabs {
    border-bottom: 1px solid #DADBDE;
    display: flex;
    gap: 0 20px;
}
.tabs .tab {
    text-decoration: none;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 4px solid #fff;
    color: #7F8490;
}
.tabs .tab:hover,
.tabs .tab.active {
    border-color: #296B9F;
    color: #000;
}

.couches.single {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.couches .tabs {
    margin-bottom: 60px;
}
.couches .item {
    margin-bottom: 40px;
}
.couches .item__img img {
    width: 100%;
}
.couches .item__caption-title {
    font-family: Circe;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 32px;
    padding-top: 24px;
}
.couches .item__caption-text {
    color: #7F8490;
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.couches .item__caption-btn {
    padding-top: 24px;
}
.couches .item__caption-btn a {
    display: block;
    color: #B72A2F;
    text-align: center;
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border: 2px solid #B72A2F;
    width: 100%;
    transition: all .3s ease;
    padding: 16px;
}
.couches .item__caption-btn a:hover {
    background: #B72A2F;
    color: #fff;
}

.couch {
    display: none;
    width: 1100px;
    max-width: 100%;
}
.couch .fancybox-close-small {
    top: 10px;
    right: 10px;
    color: #7F8490;
}
.couch__img img {
    max-width: 100%;
    width: 100%;
}
.couch__caption-title {
    font-family: Circe;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.couch__caption-intro {
    color: #7F8490;
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 24px;
}
.couch__caption-block {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
}
.couch__caption-block h3 {
    font-family: Circe;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
}
.couch__caption-block ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}
.couch__caption-block ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.couch__caption-block ul li:last-child {
    margin-bottom: 0;
}
.couch__caption-block {
    color: #7F8490;
}
.couch__caption-block ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 4px;
    top: 5px;
    background: url(/assets/redesign/build/assets/stack/sprite.svg#list-mark) no-repeat;
    background-size: cover;
}
.couch__caption-btn {
    padding-bottom: 30px;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.slick-prev,
.slick-next {
    position: absolute;
    width: 49px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 9;
}
.slick-prev {
    background: url(/assets/images/prev.svg) no-repeat;
    left: 0;
}
.slick-next {
    background: url(/assets/images/next.svg) no-repeat;
    right: 0;
}
.footer.mobile {
    display: none;
}
body {
    padding-top: 0;
}
.header {
    position: relative;
    top: 0;
}
.navi {
    padding: 0 40px;
    border-bottom: 1px solid rgba(218,219,222,0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navi .btn-primary {
    height: 54px;
}
.navi > ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;   
}
.navi > ul > li {
    padding: 26px 0;
}
.navi > ul > li.parent {
    z-index: 99;
    background: #fff;
    position: relative;
}
.navi > ul > li.parent:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #296B9F;
    width: calc(100% - 40px);
    margin: auto;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
}
.navi > ul > li.parent > ul {
    top: 76px;
    display: none;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 24px;
    min-width: 240px;
    border: 1px solid #DADBDE4D;
    position: absolute;
}
.navi > ul > li.parent:hover > ul {
    display: block;
}
.navi > ul > li.parent:hover > ul li {
    padding: 0;
    margin-bottom: 30px;
}
.navi > ul > li.parent:hover > ul li:last-child {
    margin-bottom: 0;
}
.navi ul li a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.navi > ul > li > a {
    display: block;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    position: relative;
}
.navi-wrap.fixed + .navi {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
}
.sidemenu.active {
    overflow-y: auto;
    padding-bottom: 40px;
    padding-top: 70px;
}
.sidemenu__list-item {
    width: 100%;
    padding: 0 15px;
}
.sidemenu__list-item a {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}
.sidemenu__list-item a img {
    filter: brightness(10);
    transform: rotate(-90deg);
}
.sidemenu__list-item a + .sub {
    position: fixed;
    z-index: 9;
    top: 55px;
    max-width: 100%;
    height: calc(100% - 240px);
    padding: 15px;
    background: #293443;
    transition: all .3s ease;
    right: -100%;
    width: 476px;
}
.sidemenu__list-item a + .sub.active {
    right: 0;
}
.sidemenu__list-item a + .sub ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidemenu__list-item a + .sub ul li {
    margin-bottom: 32px;
}
.sidemenu__list-item a + .sub ul li:last-child {
    margin-bottom: 0;
}
.sidemenu__list-item .back {
    justify-content: flex-start;
    margin-bottom: 32px;
}
.sidemenu__list-item .back img {
    transform: rotate(90deg);
    margin-right: 5px;
}
.header__link {
    justify-content: center !important;
}
@media (max-width: 1166px) {
    .navi, .navi .btn-primary {
        display: none;
    }
    .header__right-part:nth-child(2),
    .header__right-part:nth-child(3) {
        display: inherit !important;
    }
    .header__alt-logo {
        display: flex;
        left: 180px;
    }
    .header__alt-logo2 {
        left: 282px;
    }
    .header__alt-logo3 {
        width: 150px;
        left: 350px;
    }
    .header__alt-logo img:first-child {
        display: none;
    }
    .header__alt-logo img:last-child {
        display: block;
    }
}
@media (max-width: 1110px) {
    body {
        padding-top: 150px;
    }
    .header {
        position: fixed;
    }
    .navi-wrap {
        display: none;
    }
    .header__right-part:nth-child(2) {
        display: none !important;
    }
}
@media (min-width: 991px) {
    .footer__top { gap: 30px }
}
@media (max-width: 768px) {
    .footer__top {
        padding-bottom: 40px;
    }
    .footer__top:last-child {
        padding-bottom: 0;
    }
    .footer__link + ul {
        padding: 0;
        margin: 0;
        margin-top: 35px;
        column-count: 2;
    }
    .footer__link + ul li a {
        font-size: 16px;
    }
    .footer.desktop {
        display: none;
    }
    .footer.mobile {
        display: block;
    }
    .services-list__item--single .services-list__item-title {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 9;
        background: none;
        color: #fff;
        padding: 15px;
        line-height: 1;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    }
    .couch {
        padding: 40px 15px 0 !important;
        top: 60px;
        position: relative;
        border-radius: 16px 16px 0 0;
    }
    .couch__close {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        margin: auto;
    }
    .couch__close:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        border-radius: 3rem;
        margin: auto;
        width: 64px;
        height: 4px;
        background: #DADBDE;
    }
    .couch__caption {
        padding-top: 15px;
    }
    .couch [data-fancybox-close] {
        display: none;
    }
    .header__alt-logo {
        left: 136px !important;   
    }
    .header__alt-logo2 {
        left: 222px !important;
    }
    .header__alt-logo3 {
        left: 275px !important;
    }
    [class^="header__alt-logo"] img {
        max-width: 100%;
        max-height: 48px;
    }
}
@media (max-width: 767px) {
    .header__alt-logo {
        left: 110px !important;   
    }
    .header__alt-logo2 {
        left: 192px !important;
    }
    .header__alt-logo3 {
        left: 235px !important;
    }
}
@media (max-width: 576px) {
    body {
        padding-top: 50px;
    }
}
@media (max-width: 380px) {
    .header__alt-logo {
        left: 104px !important;
    }
    .header__alt-logo2 {
        left: 168px !important;
    }
    .header__alt-logo3 {
        width: 110px;
        left: 212px !important;
    }
}