/*Фон всего сайта */
body {
    /*background: url(../images/bol.jpg)  no-repeat #fff;*/
    /*background: url(../images/dark_fleld.jpg);*/
    background-image: url(../images/back.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px !important;
    font-family: "Brutal Type" !important;
}

/*высота всей таблицы расписания*/
.tui-full-calendar-weekday-grid {
    overflow-y: hidden;
    /*height: 250px !important;*/
    padding-bottom: 10%;
}

/*Цвет дня для месяца*/
.tui-full-calendar-weekday-grid-date {
    color: #FFFFFF !important;
}

/*Цвет расписания для месяца*/
.tui-full-calendar-weekday-schedule-title {

    color: #FFFFFF !important;
}

/*Общий фон таблицы*/
.tui-full-calendar-layout {
    width: auto;
    /*height: 280px !important;*/
    background: linear-gradient(90deg, rgba(19, 110, 115, 0.67) 0%, rgba(35, 126, 108, 0.67) 50%, rgba(52, 142, 100, 0.67) 100%) !important;
    /*background-color: rgba(0, 0, 0, 0.1) !important;*/
}

.btn-success {
    color: #fff;
    background-color: #136f46;
    border-color: #136f46;
}

@font-face {
    font-family: Brutal Type;
    src: url(/fonts/brutaltype.eot);
    src: url(/fonts/brutaltype.eot?#iefix) format("embedded-opentype"), url(/fonts/brutaltype.woff2) format("woff2"), url(/fonts/brutaltype.woff) format("woff"), url(/fonts/brutaltype.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: Brutal Type;
    src: url(/fonts/brutaltype-medium.eot);
    src: url(/fonts/brutaltype-medium.eot?#iefix) format("embedded-opentype"), url(/fonts/brutaltype-medium.woff2) format("woff2"), url(/fonts/brutaltype-medium.woff) format("woff"), url(/fonts/brutaltype-medium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Brutal Type;
    src: url(/fonts/brutaltype-bold.eot);
    src: url(/fonts/brutaltype-bold.eot?#iefix) format("embedded-opentype"), url(/fonts/brutaltype-bold.woff2) format("woff2"), url(/fonts/brutaltype-bold.woff) format("woff"), url(/fonts/brutaltype-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Supermolot;
    src: url(/fonts/supermolot.eot);
    src: url(/fonts/supermolot.eot?#iefix) format("embedded-opentype"), url(/fonts/supermolot.woff2) format("woff2"), url(/fonts/supermolot.woff) format("woff"), url(/fonts/supermolot.ttf) format("truetype")
}

@font-face {
    font-family: Supermolot;
    src: url(/fonts/supermolot_bold.eot);
    src: url(/fonts/supermolot_bold.eot?#iefix) format("embedded-opentype"), url(/fonts/supermolot_bold.woff2) format("woff2"), url(/fonts/supermolot_bold.woff) format("woff"), url(/fonts/supermolot_bold.ttf) format("truetype");
    font-weight: 700
}

@font-face {
    font-family: Supermolot;
    src: url(/fonts/supermolot_light_italic.eot);
    src: url(/fonts/supermolot_light_italic.eot?#iefix) format("embedded-opentype"), url(/fonts/supermolot_light_italic.woff2) format("woff2"), url(/fonts/supermolot_light_italic.woff) format("woff"), url(/fonts/supermolot_light_italic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Supermolot;
    src: url(/fonts/supermolot_bold_italic.eot);
    src: url(/fonts/supermolot_bold_italic.eot?#iefix) format("embedded-opentype"), url(/fonts/supermolot_bold_italic.woff2) format("woff2"), url(/fonts/supermolot_bold_italic.woff) format("woff"), url(/fonts/supermolot_bold_italic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Supermolot;
    src: url(/fonts/supermolot_black_italic.eot);
    src: url(/fonts/supermolot_black_italic.eot?#iefix) format("embedded-opentype"), url(/fonts/supermolot_black_italic.woff2) format("woff2"), url(/fonts/supermolot_black_italic.woff) format("woff"), url(/fonts/supermolot_black_italic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: PT Sans;
    src: url(/fonts/ptsans.eot);
    src: url(/fonts/ptsans.eot?#iefix) format("embedded-opentype"), url(/fonts/ptsans.woff) format("woff"), url(/fonts/ptsans.ttf) format("truetype")
}

@font-face {
    font-family: PT Sans;
    src: url(/fonts/ptsans-bold.eot);
    src: url(/fonts/ptsans-bold.eot?#iefix) format("embedded-opentype"), url(/fonts/ptsans-bold.woff) format("woff"), url(/fonts/ptsans-bold.ttf) format("truetype");
    font-weight: 700
}

@font-face {
    font-family: PT Sans;
    src: url(/fonts/ptsans-italic.eot);
    src: url(/fonts/ptsans-italic.eot?#iefix) format("embedded-opentype"), url(/fonts/ptsans-italic.woff) format("woff"), url(/fonts/ptsans-italic.ttf) format("truetype");
    font-style: italic
}

@font-face {
    font-family: PT Sans;
    src: url(/fonts/ptsans-bold-italic.eot);
    src: url(/fonts/ptsans-bold-italic.eot?#iefix) format("embedded-opentype"), url(/fonts/ptsans-bold-italic.woff) format("woff"), url(/fonts/ptsans-bold-italic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

.supermolot {
    font-family: Supermolot, sans-serif
}

.brutal {
    font-family: Brutal Type, sans-serif
}

.ptsans {
    font-family: PT Sans, sans-serif
}

.white {
    color: white;
}


p.welcome-title1 {
    font-size: 100pt;
}

@media screen and (max-width: 767px) {
    p.welcome-title1 {
        font-size: 50pt;
    }
}

.welcome-title2 {
    font-size: 36pt;
}


.container {
    /*width: 100%;*/
    height: 100%;
    padding-bottom: 10%;
}

.special-container {
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px)
    .special-container {
        width: 1170px;
    }

    @media (min-width: 992px)
        .special-container {
            width: 970px;
        }

        @media (min-width: 768px)
            .special-container {
                width: 750px;
            }

            .containers {
                position: relative;
                display: grid;
            }

            .containers .row {
                position: relative;
                display: table-row;
            }

            .main-container {
                position: relative;
            }

            .green-background {
                height: 100%;
                position: fixed;
                /* display: -webkit-inline-box; */
                width: 100%;
                background: rgb(19, 110, 115);
                background: linear-gradient(90deg, rgba(19, 110, 115, 0.47) 0%, rgba(35, 126, 108, 0.47) 50%, rgba(52, 142, 100, 0.47) 100%);
            }


            /*Цвета даты*/
            .tui-full-calendar-dayname-date-area {
                color: #FFFFFF !important;
                text-align: center;
            }

            .tui-full-calendar-dayname {
                text-align: center !important;
            }

            /*Цвета времени*/
            .tui-full-calendar-timegrid-hour {
                color: #FFFFFF !important;
            }

            /*Цвета ячейки бронирования*/
            .tui-full-calendar-time-schedule {
                /*background-color: rgba(0, 0, 0, 0.2) !important;*/
                background: linear-gradient(90deg, rgba(19, 110, 115, 0.97) 0%, rgba(35, 126, 108, 0.97) 50%, rgba(52, 142, 100, 0.97) 100%) !important;
                color: #FFFFFF !important;
            }

            /*Фон времени*/
            .tui-full-calendar-timegrid-timezone {
                /*background-color: rgba(0, 0, 0, 0.8) !important;*/
                background: linear-gradient(90deg, rgba(19, 110, 115, 0.97) 0%, rgba(35, 126, 108, 0.97) 50%, rgba(52, 142, 100, 0.97) 100%) !important;
                color: #FFFFFF !important;

            }

            .tui-full-calendar-time-date-schedule-block-wrap {
                margin-right: 1px !important;
            }

            /*Бэкграунд спинера выбора активной комнаты бронирования*/
            .room.active {
                background-color: #3bb78f !important;
                background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%) !important;
            }

            /*Бэкграунд спинера выбора комнаты бронирования*/
            .room {
                font-size: 15pt;
                font-family: Supermolot;
                text-align: center;
                width: 1000px;
                color: #FFFFFF;
            }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #1d382d !important;
            }

            .black-back {
                background-color: rgba(0, 0, 0, 0.7)
            }

            /* Стили с сайта */
            .social-links {
                display: flex
            }

            .social-links a {
                border-radius: 50%;
                background: #797c83 no-repeat 50% 50%;
                background-size: contain
            }

            .social-links a:hover {
                background-color: #12d0a7
            }

            .social-links a:active {
                background-color: #005e37
            }

            .social-links a.facebook {
                background-image: url(../images/i/i.social_facebook.svg)
            }

            .social-links a.twitter {
                background-image: url(../images/i/i.social_twitter.svg)
            }

            .social-links a.vk {
                background-image: url(../images//i/i.social_vk.svg)
            }

            .social-links a.ok {
                background-image: url(../images/i/i.social_ok.svg)
            }

            .social-links a.instagram {
                background-image: url(../images/i/i.social_instagram.svg)
            }

            .social-links a.telegram {
                background-image: url(../images/i/i.social_telegram.svg)
            }

            .social-links a.youtube {
                background-image: url(../images/i/i.social_youtube.svg)
            }

            .social-links a.tiktok {
                background-image: url(../images/i/i.social_tiktok.svg)
            }

            /*header .fck-logo {*/
            /*    position: absolute;*/
            /*    z-index: 200;*/
            /*}*/
            header {
                font-family: Brutal Type, sans-serif;
                text-transform: uppercase;
                position: relative;
                z-index: 100;
                /*position: fixed;*/
                top: 0;
                left: 0;
                right: 0;
            }

            @media (min-width: 768px) {
                header .wrap {
                    padding-left: 144px;
                }
            }

            @media (min-width: 768px) {
                .wrap {
                    margin-left: auto;
                    margin-right: auto;
                    width: 1200px;
                }
            }

            .wrap {
                position: relative;
            }

            .first-lvl > li > a {
                text-decoration: none;
            }

            @media (min-width: 768px) {
                .main-nav {
                    background: #0e0e0e;
                }
            }

            .fck-logo > img {
                display: block;
                z-index: 10;
            !important;
            }


            .top-nav {
                line-height: 14px
            }

            @media (max-width: 767px) {
                .top-nav {
                    height: 56px;
                    background: #0e0e0e;
                    padding: 16px 0
                }
            }

            @media (min-width: 768px) {
                .top-nav {
                    background: #212125;
                    font-size: 12px;
                    padding: 8px 0
                }
            }

            .top-nav .wrap {
                display: flex
            }

            @media (max-width: 767px) {
                .top-nav .wrap {
                    align-items: center
                }
            }

            @media (max-width: 767px) {
                .top-nav .sites-nav {
                    display: none;
                    position: fixed;
                    bottom: 73px;
                    left: 0;
                    right: 0;
                    padding: 16px 24px;
                    background: #0e0e0e;
                    line-height: 16px;
                    font-weight: 700;
                    color: #797c83
                }

                .open-nav .top-nav .sites-nav {
                    display: block
                }
            }

            @media (min-width: 768px) {
                .top-nav .sites-nav {
                    padding-top: 2px
                }
            }

            .top-nav .sites-nav ul {
                display: flex
            }

            @media (max-width: 767px) {
                .top-nav .sites-nav ul {
                    justify-content: space-between
                }
            }

            @media (min-width: 768px) {
                .top-nav .sites-nav li {
                    margin-right: 40px
                }
            }

            .top-nav a {
                color: inherit
            }

            .top-nav a:hover {
                color: #12d0a7;
                text-decoration: none
            }

            .top-nav .winline_top-nav {
                margin-left: auto
            }

            @media (min-width: 768px) {
                .top-nav .winline_top-nav {
                    margin-right: 16px;
                    transition-property: margin-right, opacity;
                    transition-timing-function: linear;
                    transition-duration: .1s;
                    transition-delay: 0s
                }

                .fixed .top-nav .winline_top-nav {
                    margin-right: 0;
                    opacity: 1 !important;
                    top: 44px;
                    right: 64px;
                    position: absolute;
                    z-index: 2
                }
            }

            .top-nav .winline_top-nav a {
                display: block;
                width: 65px;
                height: 16px;
                background: url(../i/sponsors/winline/winline_logo.svg) no-repeat 0 0;
                background-size: contain
            }

            @media (max-width: 767px) {
                .top-nav .social-links {
                    display: none;
                    justify-content: space-between;
                    position: fixed;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 16px 24px 24px;
                    border-top: 1px solid #797c83;
                    background: #0e0e0e;
                    height: 73px;
                    align-items: center
                }

                .open-nav .top-nav .social-links {
                    display: flex
                }
            }

            @media (max-width: 767px) {
                .top-nav .social-links a {
                    width: 32px;
                    height: 32px
                }
            }

            @media (max-width: 374px) {
                .top-nav .social-links a {
                    width: 28px;
                    height: 28px
                }
            }

            @media (min-width: 768px) {
                .top-nav .social-links a {
                    margin-left: 16px;
                    width: 16px;
                    height: 16px;
                    background-size: 18px 18px
                }
            }

            .top-nav .lang-link {
                line-height: 24px;
                font-size: 14px
            }

            @media (max-width: 767px) {
                .top-nav .lang-link {
                    margin: 0 24px
                }
            }

            @media (min-width: 768px) {
                .top-nav .lang-link {
                    position: absolute;
                    right: 0;
                    top: 40px;
                    z-index: 2
                }
            }

            @media (min-width: 1441px) {
                .top-nav .lang-link {
                    font-size: 16px
                }
            }

            .top-nav .userhome-link {
                background: url(../i/i.profile.svg) no-repeat 50% 0;
                background-size: contain
            }

            @media (max-width: 767px) {
                .top-nav .userhome-link {
                    width: 24px;
                    height: 24px
                }
            }

            @media (min-width: 768px) {
                .top-nav .userhome-link {
                    width: 16px;
                    height: 16px;
                    margin-left: 48px
                }
            }

            @media (max-width: 767px) {
                .top-nav .burger {
                    width: 56px;
                    height: 56px;
                    background: url(../i/i.burger.svg) no-repeat 50% 50%;
                    margin: -16px -16px -16px 8px;
                    cursor: pointer
                }

                .open-nav .top-nav .burger {
                    background-image: url(../i/i.close.svg)
                }
            }

            header .fck-logo {
                position: absolute;
                z-index: 1040
            }

            @media (max-width: 767px) {
                header .fck-logo {
                    left: 16px;
                    top: -9px
                }
            }

            @media (min-width: 768px) {
                header .fck-logo {
                    left: 0;
                    top: 4px
                }
            }

            header .fck-logo img {
                display: block
            }

            @media (max-width: 767px) {
                header .fck-logo img {
                    height: 42px
                }
            }


            @media (max-width: 767px) {
                .wrap {
                    padding-left: 16px;
                    padding-right: 16px
                }
            }

            @media (min-width: 768px) {
                .wrap {
                    margin-left: auto;
                    margin-right: auto;
                    width: 1200px
                }
            }

            @media (min-width: 768px) {
                .row {
                    display: flex;
                    flex-wrap: wrap
                }
            }

            @media (max-width: 767px) {
                .main-nav {
                    display: none;
                    position: fixed;
                    top: 56px;
                    bottom: 121px;
                    left: 0;
                    right: 0;
                    z-index: 100;
                    overflow: auto;
                    -webkit-overflow-scrolling: touch;
                    background: #212125
                }

                .main-nav::-webkit-scrollbar {
                    display: none
                }

                .open-nav .main-nav {
                    display: block
                }
            }

            @media (min-width: 768px) {
                .main-nav {
                    background: #0e0e0e
                }
            }

            @media (max-width: 767px) {
                .main-nav .first-lvl {
                    font-size: 18px;
                    line-height: 22px
                }
            }

            @media (min-width: 768px) {
                .main-nav .first-lvl {
                    margin-left: -24px;
                    display: flex;
                    line-height: 24px;
                    font-size: 14px
                }
            }

            @media (min-width: 1441px) {
                .main-nav .first-lvl {
                    font-size: 16px
                }
            }

            @media (max-width: 767px) {
                .main-nav .first-lvl > li {
                    border-bottom: 1px solid #3f4147
                }

                .main-nav .first-lvl > li.expanded {
                    border-bottom-width: 0
                }

                .main-nav .first-lvl > li.expanded > a {
                    color: #12d0a7
                }
            }

            @media (min-width: 768px) {
                .main-nav .first-lvl > li {
                    padding: 16px 24px
                }

                .main-nav .first-lvl > li:hover > a {
                    color: #12d0a7;
                    text-decoration: none;
                    border-bottom-color: #15676b
                }

                .main-nav .first-lvl > li:hover ins {
                    height: auto;
                    min-height: 224px;
                    opacity: 1
                }

                .main-nav .first-lvl > li:hover ins .second-lvl > li {
                    opacity: 1;
                    padding-left: 0
                }

                .main-nav .first-lvl > li.active > a {
                    font-weight: 700
                }

                .main-nav .first-lvl > li.link-748 .second-lvl, .main-nav .first-lvl > li.link-1042 .second-lvl {
                    flex-direction: column;
                    min-height: 224px
                }

                .main-nav .first-lvl > li.link-748 .second-lvl > li > a, .main-nav .first-lvl > li.link-1042 .second-lvl > li > a {
                    font-weight: 700;
                    position: relative;
                    display: block;
                    width: 174px
                }

                .main-nav .first-lvl > li.link-748 .second-lvl > li > a:before, .main-nav .first-lvl > li.link-1042 .second-lvl > li > a:before {
                    background: url(../i/i.arrow.svg) no-repeat 0 0, url(../i/i.arrow_hover.svg#icon-arrow_hover) no-repeat 0 -22px;
                    background-size: 20px 20px;
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    right: 0;
                    top: -3px;
                    content: "";
                    transform: rotate(-90deg)
                }

                .main-nav .first-lvl > li.link-748 .second-lvl > li:hover > a, .main-nav .first-lvl > li.link-1042 .second-lvl > li:hover > a {
                    color: #12d0a7
                }

                .main-nav .first-lvl > li.link-748 .second-lvl > li:hover > a:before, .main-nav .first-lvl > li.link-1042 .second-lvl > li:hover > a:before {
                    background-position: 0 22px, 0 0
                }

                .main-nav .first-lvl > li.link-748 .second-lvl > li:hover > a:after, .main-nav .first-lvl > li.link-1042 .second-lvl > li:hover > a:after {
                    display: none
                }

                .main-nav .first-lvl > li.link-748 .second-lvl > li:hover .third-lvl, .main-nav .first-lvl > li.link-1042 .second-lvl > li:hover .third-lvl {
                    opacity: 1;
                    z-index: 2;
                    display: flex
                }

                .main-nav .first-lvl > li.link-748 .second-lvl > li:hover .third-lvl > li, .main-nav .first-lvl > li.link-1042 .second-lvl > li:hover .third-lvl > li {
                    display: block
                }

                .main-nav .first-lvl > li.link-748 .second-lvl > li.active > a:after, .main-nav .first-lvl > li.link-1042 .second-lvl > li.active > a:after {
                    display: none
                }

                .main-nav .first-lvl > li.link-748 .third-lvl, .main-nav .first-lvl > li.link-1042 .third-lvl {
                    position: absolute;
                    left: 224px;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    padding: 48px 0 0 94px;
                    font-weight: 400;
                    display: none;
                    flex-wrap: wrap;
                    align-content: start;
                    opacity: 0;
                    transition: opacity .2s linear
                }

                .main-nav .first-lvl > li.link-748 .third-lvl > li, .main-nav .first-lvl > li.link-1042 .third-lvl > li {
                    padding: 8px 0;
                    margin-right: 24px;
                    width: 270px;
                    display: none
                }

                .main-nav .first-lvl > li.link-748 .third-lvl > li.active > a:after, .main-nav .first-lvl > li.link-748 .third-lvl > li:hover > a:after, .main-nav .first-lvl > li.link-1042 .third-lvl > li.active > a:after, .main-nav .first-lvl > li.link-1042 .third-lvl > li:hover > a:after {
                    width: 100%;
                    opacity: 1
                }

                .main-nav .first-lvl > li.link-748 .third-lvl > li.active, .main-nav .first-lvl > li.link-1042 .third-lvl > li.active {
                    font-weight: 700
                }
            }

            @media (min-width: 768px) {
                .main-nav .first-lvl > li > a {
                    padding-bottom: 17px;
                    border-bottom: 4px solid transparent
                }
            }


            @media (max-width: 767px) {
                .main-nav .second-lvl {
                    font-size: 16px;
                    line-height: 19px;
                    max-height: 0;
                    opacity: 0;
                    overflow: hidden;
                    transition: all .3s linear
                }
            }

            @media (min-width: 768px) {
                .main-nav .second-lvl {
                    font-size: 14px;
                    line-height: 17px;
                    display: flex;
                    flex-wrap: wrap;
                    padding: 48px 0 32px 24px
                }
            }

            @media (min-width: 768px) {
                .main-nav .second-lvl > li {
                    width: calc(100% / 4 - 24px);
                    margin-right: 24px;
                    padding: 8px 0 8px 8px;
                    opacity: 0;
                    transition-property: opacity, padding;
                    transition-duration: .2s;
                    transition-timing-function: linear;
                    transition-delay: .1s
                }

                .main-nav .second-lvl > li.active > a:after, .main-nav .second-lvl > li:hover > a:after {
                    width: 100%;
                    opacity: 1
                }

                .main-nav .second-lvl > li.active {
                    font-weight: 700
                }
            }

            @media (max-width: 767px) {
                .main-nav .second-lvl > li.expanded > a {
                    font-weight: 700
                }
            }

            @media (max-width: 767px) {
                .main-nav .second-lvl > li:not(:first-child) > a {
                    border-top: 1px solid #65b3a0
                }
            }

            .main-nav .third-lvl {
                display: none;
                background: rgba(18, 208, 167, .3)
            }

            @media (max-width: 767px) {
                .main-nav .third-lvl {
                    text-transform: none;
                    font-weight: 400;
                    display: block;
                    max-height: 0;
                    opacity: 0;
                    overflow: hidden;
                    transition: all .3s linear;
                    position: relative
                }

                .main-nav .third-lvl:after, .main-nav .third-lvl:before {
                    background-image: linear-gradient(180deg, rgba(45, 167, 113, .3), rgba(18, 208, 167, 0));
                    width: 315px;
                    height: 465px;
                    transform: rotate(39.25deg);
                    content: "";
                    position: absolute;
                    z-index: -1
                }

                .main-nav .third-lvl:before {
                    right: -16px;
                    top: -230px
                }

                .main-nav .third-lvl:after {
                    right: 48px;
                    top: -330px
                }

                .main-nav .third-lvl a {
                    padding-left: 48px
                }
            }

            .main-nav ul {
                padding: 0;
                margin: 0
            }

            @media (max-width: 767px) {
                .main-nav li.parent a {
                    position: relative
                }

                .main-nav li.expanded > ins > .wrap > ul, .main-nav li.expanded > ul {
                    max-height: 10000px !important;
                    opacity: 1 !important
                }

                .main-nav li.expanded > .third-lvl {
                    padding-top: 12px;
                    padding-bottom: 12px
                }

                .main-nav li.expanded > a i:before {
                    transform: rotate(180deg)
                }
            }

            .main-nav a {
                color: #fff;
                position: relative
            }

            .main-nav a:after {
                position: absolute;
                left: 0;
                bottom: -3px;
                height: 2px;
                background: #12d0a7;
                width: 0;
                opacity: 0;
                transition-property: opacity, width;
                transition-timing-function: linear;
                transition-duration: .2s;
                transition-delay: 0s;
                content: ""
            }

            .main-nav a:hover {
                text-decoration: none
            }

            @media (max-width: 767px) {
                .main-nav a {
                    padding: 12px 24px;
                    display: block
                }
            }

            @media (max-width: 767px) {
                .main-nav a i {
                    position: absolute;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    z-index: 1;
                    width: 64px
                }

                .main-nav a i:before {
                    background: url(../i/i.arrow.svg) no-repeat 0 0;
                    background-size: contain;
                    width: 22px;
                    height: 22px;
                    position: absolute;
                    right: 17px;
                    top: 12px;
                    content: "";
                    transition: transform .2s linear
                }
            }

            .main-nav ins {
                text-decoration: none
            }

            @media (max-width: 767px) {
                .main-nav ins {
                    display: block;
                    background-image: linear-gradient(1turn, #358f64, #126d73)
                }
            }

            @media (min-width: 768px) {
                .main-nav ins {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 56px;
                    height: 0;
                    overflow: hidden;
                    opacity: .5;
                    transition: opacity .2s linear;
                    background-image: linear-gradient(0deg, rgba(53, 143, 100, .95), rgba(18, 109, 115, .95));
                    backdrop-filter: blur(5px)
                }

                .main-nav ins:after, .main-nav ins:before {
                    background-image: linear-gradient(180deg, rgba(45, 167, 113, .3), rgba(18, 208, 167, 0));
                    width: 315px;
                    height: 465px;
                    transform: rotate(39.25deg);
                    content: "";
                    position: absolute;
                    z-index: 0
                }

                .main-nav ins:before {
                    right: 48px;
                    top: -230px
                }

                .main-nav ins:after {
                    right: 110px;
                    top: -330px
                }

                .main-nav ins .wrap {
                    padding-left: 0
                }
            }

            .main-nav .wrap {
                z-index: 1
            }

            @media (max-width: 767px) {
                .main-nav .wrap {
                    padding: 0
                }
            }

            .h2:not(:first-child), h2:not(:first-child) {
                margin-top: 32px
            }

            .h3:not(:first-child), h3:not(:first-child) {
                margin-top: 24px
            }

            @media (min-width: 992px) {
                .d-self{
                    display: none;
                }
            }
            @media (min-width: 768px) {
            }
            .cal-years {
                text-align: right;
                margin-bottom: 32px
            }

            h1 + .cal-years, h1 + .row.reversed .cols_3 .cal-years:first-child {
                margin-top: -76px;
                margin-bottom: 36px
            }
        }
        .main-nav {
            height: 55px !important;
        }
