@charset "UTF-8";

body .rroskcrm {
    width: 100%;
}

body .rroskcrmApp {
    width: 100%;
    min-height: 100vh;
}

body, body * {
    font-family: 'Poppins', sans-serif;
}

.form-field-error {
    color: #04a0b3;
    margin-top: 3px;
    font-size: 90%;
}

.status_paid {
    background-color: #d6e9d6;
}

.text-danger {
    color: #e84a0c;
}

.schedule_instruktor_on {
    background: #48a148 !important;
}

.schedule_instruktor_blocked {
    background: #fcbd49 !important;
}

.schedule_kursant_blocked {
    background: #4b4bfe !important;
}

.schedule_col .name {
    min-height: 23px;
    cursor: pointer;
}

.ico_user {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/ico_user.png");
}

.rroskcrmAppSaveLink {
    padding-top: 0.625vw !important;
}

.nav {
    display: grid;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    margin-top: 0;
    grid-template-columns: 17vw 8.7vw 11.6vw 11vw 12vw 12vw 10vw 12vw;
}

.nav2 {
    display: flex;
    grid-template-columns: none;
}

.nav-kursant {
    width: 100%;
    float: none;
    margin-top: 24px;
    margin-bottom: 50px;
    gap: 0.052vw;
    justify-content: center;
}

.nav-link {
    display: block;
    padding: 0.521vw 1.667vw;
    color: #04a0b3;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    background: #d6d6d6;
    margin-right: 1px;
    font-size: 0.938vw;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.nav-kursant .nav-link {
    font-size: 0.729vw;
    padding: 0.573vw;
    padding-left: 1.4vw;
    padding-right: 1.4vw;
    border-right: 0;
    margin-right: 0;
    text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #04a0b3;
    font-weight: bold;
}

.textarea-big {
    height: 400px !important;
}

table.table_new {
    width: 100%;
}

table.table_new th, table.table_new td {
    padding: 5px;
}

table.table_new .rroskcrmApp-inputText {
    font-size: 15.6px;
}

.text-success {
    color: green;
}

.kursant-see-card {
    display: block;
    width: 9.444vw;
    text-align: center;
}

.kursant-see-card img {
    margin-bottom: 1.042vw;
    cursor: pointer;
    width: 5.417vw;
}

.kursant-see-comments {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.kursant-see-comments {
    font-weight: bold;
    font-size: 20px;
}

.rroskcrmApp-form__row .kafelki {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2%;
    row-gap: 0%;
}

.rroskcrmApp-form__row .kafelki .kafelki-blok {
    margin-bottom: 0.521vw;
    font-size: 0.833vw;
}

.rroskcrmApp {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 100%;
}

.rroskcrmApp-container {
    width: 68.75vw;
    margin: 0 auto;
    font-size: 0.833vw;
}

.rroskcrmApp.-is_waiting, .rroskcrmApp.-is_waiting * {
    cursor: wait !important;
}

.rroskcrmApp, .rroskcrmApp * {
    box-sizing: border-box;
    outline: none;
}

.rroskcrmApp a {
    text-decoration: none;
}

.rroskcrmApp hr {
    display: block;
    width: 100%;
    margin: 15px 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ccc;
}

.rroskcrmApp hr.-light {
    border-color: rgba(204, 204, 204, .5);
}

.rroskcrmApp-loadingScreen {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    animation-duration: 0.3s;
    animation-play-state: running;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: rroskcrmApp_opacityShow;
}

.rroskcrmApp-loadingScreen__loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.rroskcrmApp-loadingScreen__car__body {
    animation: rroskcrmApp_shake 0.2s ease-in-out infinite alternate;
}

.rroskcrmApp-loadingScreen__car__line {
    transform-origin: center right;
    stroke-dasharray: 22;
    animation: rroskcrmApp_opacityShow 0.8s ease-in-out infinite;
    animation-fill-mode: both;
}

.rroskcrmApp-loadingScreen__car__line.-top {
    animation-delay: 0s;
}

.rroskcrmApp-loadingScreen__car__line.-middle {
    animation-delay: 0.2s;
}

.rroskcrmApp-loadingScreen__car__line.-bottom {
    animation-delay: 0.4s;
}

.rroskcrmApp-appContent {
    display: flex;
    padding: 0;
    width: 100%;
    flex-grow: 1;
    padding: 0 15px 0 0;
}

@media all and (max-width: 1200px) {
    .rroskcrmApp-appContent {
        padding: 0 15px 15px 15px;
    }
}

@media all and (max-width: 1200px) {
    .rroskcrmApp-appContent {
        padding: 0 10px 15px 10px;
    }
}

.rroskcrmApp-mainMenu {
    display: block;
    width: 290px;
    min-width: 290px;
    margin: 0 25px 0 0;
    padding: 0;
    background: #00101d;
    min-height: 100%;
}

.rroskcrmApp-mainMenu ul {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rroskcrmApp-mainMenu ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.rroskcrmApp-mainMenu ul li a {
    display: block;
    margin: 0;
    padding: 12px 25px 12px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: right;
    text-transform: uppercase;
    background: #00101d;
    color: rgba(255, 255, 255, .4);
    cursor: pointer;
    transition-duration: 0.25s;
}

.rroskcrmApp-mainMenu ul li a:hover {
    color: #fff;
    background: #00294b;
}

.rroskcrmApp-mainMenu ul li a.-active {
    color: #fff;
    background: #04a0b3;
}

.rroskcrmApp-mainMenu ul li.-highlighted a {
    background: #225f91;
    color: #fff;
}

@media all and (max-width: 1200px) {
    .rroskcrmApp-mainMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 240px;
        min-width: unset;
        z-index: 1000;
        height: 100%;
        margin-left: -240px;
        transition-duration: 0.65s;
        background: #00101d;
    }

    .rroskcrmApp-mainMenu ul {
        position: relative;
        top: unset;
        overflow: auto;
        height: 100%;
    }

    .rroskcrmApp-mainMenu ul li a {
        padding: 7px 25px 7px 0;
    }

    .rroskcrmApp-mainMenu__mobileButton {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .rroskcrmApp-mainMenu.-opened {
        margin-left: 0;
    }
}

.rroskcrmApp-mainContent {
    margin: 0;
    padding: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-bottom: 80px;
    padding-top: 0;
}

.rroskcrmApp-mainContent-mbn {
    padding-bottom: 0;
}

.rroskcrmApp-mainContent .rdt_TableCell:not(:last-child) {
    border-right: solid 1px #ccc;
}

@media all and (max-width: 1200px) {
    .rroskcrmApp-mainContent {
        max-width: 100%;
    }
}

.rroskcrmApp-dashboardGrid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rroskcrmApp-dashboardGrid:after {
    content: '';
    width: 24%;
}

.rroskcrmApp-dashboardGrid__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 24%;
    height: 150px;
    margin: 0 0 15px 0;
    background: #04a0b3;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2em;
    cursor: pointer;
    transition-duration: 0.25s;
}

.rroskcrmApp-dashboardGrid__box strong {
    font-size: 30px;
}

.rroskcrmApp-dashboardGrid__box:hover {
    background: #00294b;
}

.rroskcrmApp-buttonsBar {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.rroskcrmApp-buttonsBar>* {
    margin-right: 4px;
    margin-bottom: 4px;
}

.rroskcrmApp-buttonPrimary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition-duration: 0.25s;
    background: #04a0b3;
    color: #fff;
    padding: 0;
    margin: 2px;
    font-size: 0.938vw;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4em;
    height: 2.083vw;
}

.rroskcrmApp-buttonDefault {
    background: black;
}

.rroskcrmAppSaveLink {
    display: none;
}

.rroskcrmApp-buttonPrimary.-text {
    padding: 0.365vw 1.042vw;
}

.rroskcrmApp-buttonPrimary.-icon svg {
    display: block;
    fill: #fff;
    stroke: #fff;
    transition-duration: 0.25s;
}

.rroskcrmApp-buttonPrimary.-icon:not(.-text) {
    width: 46px;
    height: 46px;
}

.rroskcrmApp-buttonPrimary.-icon:not(.-text) svg {
    max-width: 50%;
    max-height: 50%;
}

.rroskcrmApp-buttonPrimary.-icon.-text svg {
    height: 15px;
    width: auto;
    margin-left: 12px;
}

.rroskcrmApp-buttonPrimary.-smaller {
    font-size: 0.938vw;
}

.rroskcrmApp-buttonPrimary.-smaller.-text {
    padding: 0.781vw 0.885vw;
}

.rroskcrmApp-buttonPrimary.-smaller2.-text {
    padding: 0.2vw 0.4vw 0.2vw 0.4vw;
    height: 1.5vw;
    font-size: 0.8vw;
}

.rroskcrmApp-buttonPrimary.-smaller.-icon:not(.-text) {
    width: 28px;
    min-width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    min-height: 28px;
}

.rroskcrmApp-buttonPrimary.-smaller.-icon:not(.-text) svg {
    max-width: 60%;
    max-height: 60%;
}

.rroskcrmApp-buttonPrimary.-smaller.-icon.-text svg {
    height: 13px;
    width: auto;
    margin-left: 8px;
}

.rroskcrmApp-buttonPrimary.-tiny {
    font-size: 12px;
    height: auto;
}

.rroskcrmApp-buttonPrimary.-tiny.-text {
    padding: 5px 10px;
}

.rroskcrmApp-buttonPrimary.-medium {
    font-size: 14px;
}

.rroskcrmApp-buttonPrimary.-medium.-text {
    padding: 5px 17px;
}

.rroskcrmApp-buttonPrimary.-medium.-icon:not(.-text) {
    width: 40px;
    height: 40px;
}

.rroskcrmApp-buttonPrimary.-medium.-icon:not(.-text) svg {
    max-width: 50%;
    max-height: 50%;
}

.rroskcrmApp-buttonPrimary.-medium.-icon.-text svg {
    height: 15px;
    width: auto;
    margin-left: 8px;
}

.rroskcrmApp-buttonPrimary.active, .rroskcrmApp-buttonPrimary:hover {
    background: #00101d;
    color: #fff;
}

.rroskcrmApp-kursant-new-pin, .rroskcrmAppKursantKartaPodpiszKurs {
    background: #34a608;
}

.rroskcrmApp-buttonPrimary.active svg, .rroskcrmApp-buttonPrimary:hover svg {
    fill: #fff;
    stroke: #fff;
}

.rroskcrmApp-buttonPrimary:disabled {
    background-color: #696969;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-buttonPrimary {
        font-size: 12px;
        height: 30px;
    }

    .rroskcrmApp-buttonPrimary.-text {
        padding: 4px 10px;
    }

    .rroskcrmApp-buttonPrimary.-icon:not(.-text) {
        width: 35px;
        height: 35px;
    }

    .rroskcrmApp-buttonPrimary.-icon.-text svg {
        height: 12px;
        margin-left: 8px;
    }

    .rroskcrmApp-buttonPrimary.-smaller {
        font-size: 12px;
    }

    .rroskcrmApp-buttonPrimary.-smaller.-text {
        padding: 3px 10px;
    }

    .rroskcrmApp-buttonPrimary.-smaller.-icon:not(.-text) {
        width: 24px;
        min-width: 24px;
        min-width: 24px;
        height: 24px;
        min-height: 24px;
        min-height: 24px;
    }

    .rroskcrmApp-buttonPrimary.-smaller.-icon:not(.-text) svg {
        max-width: 72%;
        max-height: 72%;
    }

    .rroskcrmApp-buttonPrimary.-smaller.-icon.-text svg {
        height: 12px;
        margin-left: 5px;
    }

    .rroskcrmApp-buttonPrimary.-medium {
        font-size: 12px;
    }

    .rroskcrmApp-buttonPrimary.-medium.-text {
        padding: 5px 12px;
    }

    .rroskcrmApp-buttonPrimary.-medium.-icon:not(.-text) {
        width: 34px;
        height: 34px;
    }

    .rroskcrmApp-buttonPrimary.-medium.-icon:not(.-text) svg {
        max-width: 60%;
        max-height: 60%;
    }

    .rroskcrmApp-buttonPrimary.-medium.-icon.-text svg {
        height: 13px;
        margin-left: 5px;
    }
}

.rroskcrmApp-buttonClose {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition-duration: 0.25s;
    background: #00101d;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 2.396vw;
    height: 2.396vw;
}

.rroskcrmApp-buttonClose:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: '+';
    transform: rotateZ(45deg);
    font-weight: 500;
    font-size: 28px;
    line-height: 0em;
}

.rroskcrmApp-buttonClose.-smaller {
    width: 32px;
    height: 32px;
}

.rroskcrmApp-buttonClose.-smaller:before {
    font-size: 24px;
}

.rroskcrmApp-buttonClose:hover {
    background: #00294b;
}

.rroskcrmApp-menuMobileButton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition-duration: 0.25s;
    background: #00101d;
    color: #fff;
    padding: 0;
    margin: 0;
}

.rroskcrmApp-menuMobileButton__bar {
    display: block;
    position: relative;
    width: 28px;
    height: 3px;
    background: #fff;
    transition-duration: 0.35s;
}

.rroskcrmApp-menuMobileButton__bar.-bar2 {
    margin: 5px 0;
}

.rroskcrmApp-menuMobileButton__bar.-bar2:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    transform: rotateZ(0deg);
    opacity: 0;
    transition-duration: 0.45s;
}

.rroskcrmApp-menuMobileButton.-close .rroskcrmApp-menuMobileButton__bar.-bar1, .rroskcrmApp-menuMobileButton.-close .rroskcrmApp-menuMobileButton__bar.-bar3 {
    opacity: 0;
}

.rroskcrmApp-menuMobileButton.-close .rroskcrmApp-menuMobileButton__bar.-bar2 {
    transform: rotateZ(-45deg);
}

.rroskcrmApp-menuMobileButton.-close .rroskcrmApp-menuMobileButton__bar.-bar2:before {
    transform: rotateZ(-90deg);
    opacity: 1;
}

@media all and (min-width: 1201px) {
    .rroskcrmApp-menuMobileButton {
        display: none;
    }
}

.rroskcrmApp-titlePrimary {
    display: block;
    margin: 1.042vw 0 2.083vw 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.458vw;
    text-transform: uppercase;
    border-left: 0.521vw solid #04a0b3;
    padding-left: 0.521vw;
    line-height: 1.458vw;
}

.rroskcrmApp-titlePrimary.-smaller {
    font-size: 1.146vw;
    border-left-width: 0.313vw;
}

.rroskcrmApp-titlePrimary small {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-transform: initial;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-titlePrimary {
        margin: 15px 0 30px 0;
        font-size: 22px;
    }

    .rroskcrmApp-titlePrimary.-smaller {
        font-size: 17px;
        border-left-width: 6px;
    }
}

.rroskcrmApp-titleSecondary {
    display: block;
    margin: 20px 0 40px 0;
    padding: 0;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1em;
}

.rroskcrmApp-titleSecondary .small-info {
    display: block;
    margin-top: 3px;
    font-weight: 300;
    font-size: 14px;
}

.rroskcrmApp-titleSecondary.-small_margin {
    margin: 10px 0;
}

.rroskcrmApp-titleSecondary.-smaller {
    font-size: 18px;
}

.rroskcrmApp-titleSecondary.-smaller .small-info {
    font-weight: 300;
    font-size: 13px;
}

.rroskcrmApp-listWrapper {
    width: 100%;
}

.rroskcrmApp-listWrapper__buttonCol {
    display: flex;
}

.rroskcrmApp-listWrapper__infoBar {
    font-size: 13px;
    color: rgba(0, 0, 0, .5);
    display: block;
    padding: 0;
}

.rroskcrmApp-listWrapper__infoBar__box {
    display: inline-block;
    margin: 10px;
}

.rroskcrmApp-listWrapper__filtersForm {
    margin-bottom: 20px;
}

.rroskcrmApp-listWrapper__filtersForm .rroskcrmApp-form {
    justify-content: flex-start;
}

.rroskcrmApp-listWrapper__filtersForm .rroskcrmApp-form__row:not(.-full) {
    width: 24.5%;
}

@media all and (min-width: 961px) {
    .rroskcrmApp-listWrapper__filtersForm .rroskcrmApp-form__row:not(:nth-child(4n)) {
        margin-right: 0.666%;
    }
}

@media all and (max-width: 960px) {
    .rroskcrmApp-listWrapper__filtersForm .rroskcrmApp-form__row:not(.-full) {
        width: 100%;
    }
}

.rroskcrmApp-listWrapper__tableWrapper {
    display: block;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.rroskcrmApp-listWrapper__tableWrapper__mt {
    margin-top: 40px;
}

.rroskcrmApp-listTable, .rroskcrmApp-dataTable {
    width: 100%;
    border-spacing: 0;
}

.rroskcrmApp-listTable tr td, .rroskcrmApp-dataTable tr td, .rroskcrmApp-listTable tr th, .rroskcrmApp-dataTable tr th {
    text-align: left;
    font-size: 15px;
    border-bottom: solid 1px #ccc;
    padding: 12px 10px;
}

.rroskcrmApp-listTable tr th, .rroskcrmApp-dataTable tr th {
    font-weight: 600;
}

.rroskcrmApp-listTable tr th:not(:first-of-type), .rroskcrmApp-dataTable tr th:not(:first-of-type) {
    border-left: solid 1px #ccc;
}

.rroskcrmApp-listTable tr td, .rroskcrmApp-dataTable tr td {
    font-weight: 400;
    text-align: right;
}

.rroskcrmApp-listTable.-cols4 tr td, .rroskcrmApp-dataTable.-cols4 tr td, .rroskcrmApp-listTable.-cols4 tr th, .rroskcrmApp-dataTable.-cols4 tr th {
    max-width: 25%;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-listTable, .rroskcrmApp-dataTable {
        overflow-x: auto;
        display: block;
    }

    .rroskcrmApp-listTable tbody, .rroskcrmApp-dataTable tbody, .rroskcrmApp-listTable thead, .rroskcrmApp-dataTable thead, .rroskcrmApp-listTable tfoot, .rroskcrmApp-dataTable tfoot {
        display: table;
        min-width: 100%;
    }

    .rroskcrmApp-listTable tr td, .rroskcrmApp-dataTable tr td, .rroskcrmApp-listTable tr th, .rroskcrmApp-dataTable tr th {
        font-size: 12px;
        padding: 6px 4px;
    }
}

.rroskcrmApp-listTable {
    border-top: solid 1px #ccc;
}

.rroskcrmApp-listTable tr td:not(:first-of-type) {
    border-left: solid 1px #ccc;
}

.rroskcrmApp-listTable.-aroundBorder {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.rroskcrmApp-listTable.-noBorder {
    border: none;
}

.rroskcrmApp-listTable.-list tr td, .rroskcrmApp-listTable.-list tr th {
    text-align: left;
    border-left: none;
}

.rroskcrmApp-tableDataList {
    min-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.rroskcrmApp-tableDataList tr.disabled {
    background: #fc8484;
}

.rroskcrmApp-tableDataList td, .rroskcrmApp-tableDataList th {
    border: solid 1px rgba(204, 204, 204, .8);
    padding: 0.313vw 0.521vw;
    font-size: 0.938vw;
    white-space: nowrap;
    width: 100%;
}

.rroskcrmApp-tableDataList td.names {
    position: sticky;
    left: 0;
    background: #ffffff;
}

.rroskcrmApp-tableDataList td:first-child, .rroskcrmApp-tableDataList th:first-child {
    border-left: none;
}

.rroskcrmApp-tableDataList td:last-child, .rroskcrmApp-tableDataList th:last-child {
    border-right: none;
}

.rroskcrmApp-tableDataList td .-coloredCol, .rroskcrmApp-tableDataList th .-coloredCol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.rroskcrmApp-tableDataList td.col-actions, .rroskcrmApp-tableDataList th.col-actions {
    width: 1%;
}

.rroskcrmApp-tableDataList td.col-id_elem, .rroskcrmApp-tableDataList th.col-id_elem, .rroskcrmApp-tableDataList td.col-id, .rroskcrmApp-tableDataList th.col-id {
    width: 1%;
    max-width: 70px;
    padding-left: 3px;
    padding-right: 3px;
}

.rroskcrmApp-tableDataList td.col-phone, .rroskcrmApp-tableDataList th.col-phone, .rroskcrmApp-tableDataList td.col-actions, .rroskcrmApp-tableDataList th.col-actions {
    white-space: nowrap;
}

.rroskcrmApp-tableDataList thead td, .rroskcrmApp-tableDataList tfoot td, .rroskcrmApp-tableDataList thead th, .rroskcrmApp-tableDataList tfoot th {
    font-weight: 500;
    border-bottom-color: rgba(204, 204, 204, .8);
}

.rroskcrmApp-tableDataList thead td, .rroskcrmApp-tableDataList thead th {
    border-top: 0;
    position: relative;
    padding: 10px;
}

.rroskcrmApp-tableDataList-small thead td, .rroskcrmApp-tableDataList-small thead th {
    padding: 4px;
    font-size: 15px;
}

.rroskcrmApp-tableDataList-small tfoot th {
    padding: 4px;
    font-size: 15px;
}

.rroskcrmApp-tableDataList-small td {
    padding: 4px;
    font-size: 15px;
}

.rroskcrmApp-tableDataList thead td.-sortable, .rroskcrmApp-tableDataList thead th.-sortable {
    cursor: pointer;
    padding-right: 25px;
}

.rroskcrmApp-tableDataList thead td.-sortable:after, .rroskcrmApp-tableDataList thead th.-sortable:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    content: '';
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #000;
    height: 6px;
    width: 6px;
    transform: rotateZ(135deg);
    margin-top: -3px;
    opacity: 0.4;
    transition-duration: 0.25s;
}

.rroskcrmApp-tableDataList thead td.-sortable.-asc:after, .rroskcrmApp-tableDataList thead th.-sortable.-asc:after {
    margin-top: 0;
    transform: rotateZ(-45deg);
}

.rroskcrmApp-tableDataList thead td.-sortable:hover:after, .rroskcrmApp-tableDataList thead th.-sortable:hover:after, .rroskcrmApp-tableDataList thead td.-sortable.-active_sort:after, .rroskcrmApp-tableDataList thead th.-sortable.-active_sort:after, .rroskcrmApp-tableDataList thead td.-sortable.-active:after, .rroskcrmApp-tableDataList thead th.-sortable.-active:after {
    opacity: 1;
}

.rroskcrmApp-tableDataList tbody td, .rroskcrmApp-tableDataList tbody th {
    transition-duration: 0.25s;
}

.rroskcrmApp-tableDataList tbody tr:hover td, .rroskcrmApp-tableDataList tbody tr:hover th {
    background: rgba(0, 0, 0, .03);
}

.rroskcrmApp-tableDataList tfoot td, .rroskcrmApp-tableDataList tfoot th {
    border-bottom: 0;
}

.rroskcrmApp-tableDataList tbody td.success {
    background: #68e168 !important;
    text-align: center !important;
}

.rroskcrmApp-tableDataList tbody td.error {
    background: #fc8484 !important;
    text-align: center !important;
}

.rroskcrmApp-tableDataList.-autowidth {
    min-width: 220px;
}

.rroskcrmApp-tableDataList.-autowidth td, .rroskcrmApp-tableDataList.-autowidth th {
    width: auto;
}

.rroskcrmApp-tableDataList td.by_kursant_100 .name {
    color: #ff6600;
}

.rroskcrmApp-tableDataList td.by_kursant_13 .name {
    color: #b1ae30;
}

.rroskcrmApp-tableDataList td.by_kursant_8 .name {
    color: #0090ff;
}

.rroskcrmApp-tableDataList td.by_kursant_9 .name {
    color: #0090ff;
}

.rroskcrmApp-links input {
    display: none;
}

#kursant_instruktorzy_form .hours_to_use_edit {
    display: none;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-tableDataList td, .rroskcrmApp-tableDataList th {
        padding: 4px 5px;
        font-size: 11px;
        white-space: initial;
    }

    .rroskcrmApp-tableDataList thead td, .rroskcrmApp-tableDataList thead th {
        padding: 5px;
    }

    .rroskcrmApp-tableDataList thead td.-sortable, .rroskcrmApp-tableDataList thead th.-sortable {
        padding-right: 15px;
    }

    .rroskcrmApp-tableDataList thead td.-sortable:after, .rroskcrmApp-tableDataList thead th.-sortable:after {
        right: 5px;
        height: 4px;
        width: 4px;
        transform: rotateZ(135deg);
        margin-top: -2px;
    }
}

.rroskcrmApp-pagination {
    display: flex;
    margin: 20px 0;
    justify-content: flex-end;
}

.rroskcrmApp-pagination__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    min-width: 35px;
    height: 35px;
    padding: 0 4px;
    margin: 0;
    border: solid 1px rgba(0, 0, 0, .2);
    outline: none;
    font-size: 13px;
    background: #fff;
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    transition-duration: 0.25s;
}

.rroskcrmApp-pagination__button:not(:last-child) {
    border-right: 0;
}

.rroskcrmApp-pagination__button.-arrow:after {
    display: block;
    height: 6px;
    width: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .3);
    border-width: 1px 1px 0 0;
    content: '';
}

.rroskcrmApp-pagination__button.-arrow.-prev:after {
    transform: rotateZ(-135deg);
}

.rroskcrmApp-pagination__button.-arrow.-next:after {
    transform: rotateZ(45deg);
}

.rroskcrmApp-pagination__button:hover, .rroskcrmApp-pagination__button.-current {
    background: #00294b;
    color: #fff;
}

.rroskcrmApp-pagination__button:hover:after, .rroskcrmApp-pagination__button.-current:after {
    border-color: #fff;
}

.rroskcrmApp-pagination__button.-first, .rroskcrmApp-pagination__button.-last {
    color: rgba(0, 0, 0, .3);
}

.rroskcrmApp-pagination__button.-first:hover, .rroskcrmApp-pagination__button.-last:hover {
    color: #fff;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-pagination__button {
        min-width: 30px;
        height: 30px;
        padding: 0 2px;
        font-size: 12px;
    }

    .rroskcrmApp-pagination__button.-arrow:after {
        height: 4px;
        width: 4px;
    }
}

.rroskcrmApp-modalWindow {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, .85);
}

.rroskcrmApp-modalWindow__wrapper {
    display: flex;
    width: 96%;
    max-width: 900px;
    min-width: 600px;
    max-height: 96%;
    position: relative;
    background: #fff;
    box-shadow: 0 0 84px rgba(0, 0, 0, 0.23);
    padding: 10px 0 0 0;
    font-size: 0.833vw;
}

.rroskcrmApp-modalWindow__bg {
    background-image: url("../img/admin_bg_modal.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.rroskcrmApp-modalWindow__bg2 {
    max-width: 1500px;
}

.rroskcrmApp-modalWindow__closeButton {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
}

.rroskcrmApp-modalWindow__content {
    padding: 0 25px 25px 25px;
    margin-bottom: 15px;
    max-height: 100%;
    width: 100%;
    overflow: auto;
}

.rroskcrmApp-modalWindow.-withoutTitle .rroskcrmApp-modalWindow__wrapper {
    padding-top: 46px;
}

.rroskcrmApp-modalWindow .rroskcrmApp-titlePrimary {
    margin-right: 2.083vw;
}

@media all and (max-width: 640px) {
    .rroskcrmApp-modalWindow__wrapper {
        min-width: unset;
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
    }

    .rroskcrmApp-modalWindow__content {
        padding: 0 10px 10px 10px;
    }
}

.rroskcrmApp-noticesBox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 5000;
}

.rroskcrmApp-noticeMessage {
    display: inline-flex;
    box-shadow: 0 0 7px rgba(0, 0, 0, .35);
    color: #fff;
    border-radius: 4px;
    margin: 0 0 8px 0;
    animation-duration: 3s;
    animation-name: rroskcrmApp_loadNoticeAnimation;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: running;
    cursor: pointer;
}

.rroskcrmApp-noticeMessage__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    border-right: solid 1px rgba(255, 255, 255, .4);
}

.rroskcrmApp-noticeMessage__icon svg {
    display: block;
    max-width: 55%;
    max-height: 40px;
    fill: #fff;
    stroke: #fff;
}

.rroskcrmApp-noticeMessage__text {
    padding: 8px 15px;
}

.rroskcrmApp-noticeMessage.-red {
    background: #ee0707;
}

.rroskcrmApp-noticeMessage.-orange {
    background: #ff5100;
}

.rroskcrmApp-noticeMessage.-green {
    background: #0ea80e;
}

.rroskcrmApp-noticeMessage.-blue {
    background: #0b5ad1;
}

.rroskcrmApp-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rroskcrmApp-form__row {
    width: 49%;
    margin: 0 0 0.781vw 0;
}

.rroskcrmApp-form__row.-full {
    width: 100%;
}

.rroskcrmApp-form__row.-nmb {
    margin-bottom: 0;
}

.rroskcrmApp-form__label {
    display: block;
    margin: 0 0 0.26vw 0;
    padding: 0;
    font-size: 0.990vw;
}

.rroskcrmApp-form__buttonWrapper {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
}

.rroskcrmApp-form__buttonWrapperPtn {
    padding-top: 0;
}

.rroskcrmApp-form__buttonWrapper.-no_margin {
    padding-top: 0;
}

.rroskcrmApp-form__buttonWrapper.-to_right {
    text-align: right;
}

.rroskcrmApp-form.-inline_button .button {
    margin: 0;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-form__label {
        font-size: 13px;
        margin: 0 0 5px 0;
    }
}

@media all and (max-width: 460px) {
    .rroskcrmApp-form__row {
        width: 100%;
        margin: 0 0 8px 0;
    }
}

.rroskcrmApp-inputDate, .rroskcrmApp-inputTextarea, .rroskcrmApp-inputText {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background: none;
    font-size: 0.938vw;
    padding: 0.28vw 0.521vw;
    margin: 0;
    outline: none;
}

.rroskcrmApp-inputDate[readonly], .rroskcrmApp-inputTextarea[readonly], .rroskcrmApp-inputText[readonly] {
    background: #f1f1f1;
    font-weight: 500;
}

.rroskcrmApp-inputDate.-colorInput, .rroskcrmApp-inputTextarea.-colorInput, .rroskcrmApp-inputText.-colorInput {
    padding: 0;
}

.rroskcrmApp-inputTextarea {
    height: 120px;
    max-width: 100%;
}

.schedule_input, .schedule_comment {
    font-size: 15px;
}

.schedule_col .prompt ul {
    list-style: none;
    padding: 0;
}

.schedule_col {
    position: relative;
}

.schedule_col .prompt {
    position: absolute;
    background: #ffffff;
    padding: 4px;
    z-index: 20;
}

.schedule_col .prompt ul {
    margin: 0;
}

.schedule_col .prompt ul li {
    border-bottom: 1px solid #aaaaaa;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}

.schedule_col .prompt ul li:last-child {
    padding-bottom: 2px;
    border: 0;
}

.schedule_color_0 {
    background: #00ff4214;
}

.schedule_color_1 {
    background: #ff00f617;
}

.schedule_color_2 {
    background: #fff60014;
}

.schedule_color_3 {
    background: #ff000017;
}

.schedule_color_4 {
    background: #0c00ff17;
}

.schedule_color_5 {
    background: #d095371a;
}

.schedule_color_6 {
    background: #8d377e1f;
}

.schedule_color_7 {
    background: #3d752a1a;
}

.schedule_color_8 {
    background: #686a8b17;
}

.schedule_color_9 {
    background: #ff00c01a;
}

.schedule_color_10 {
    background: #00a32a14;;
}

.schedule_color_11 {
    background: #89840014;
}

.schedule_color_12 {
    background: #af00a917;
}

.schedule_color_13 {
    background: #cb000017;
}

.schedule_color_14 {
    background: #d3caca17;
}


.schedule_comment_area, .schedule_comment_admin_area {
    font-size: 14px;
}

.show_attention_admin {
    background: #7c5369;
}

.show_attention, .show_attention_admin {
    display: inline-block;
    text-align: center;
}

.show_attention svg, .show_attention_admin svg {
    display: inline-block !important;
}

.attention_admin {
    color: blue;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-inputTextarea {
        height: 80px;
    }
}

.rroskcrmApp-inputSwitch {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 30px;
    width: 55px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
}

.rroskcrmApp-inputSwitch input {
    display: none;
}

.rroskcrmApp-inputSwitch__bg {
    display: block;
    background: #f00;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    transition-duration: 0.3s;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .3);
}

.rroskcrmApp-inputSwitch__marker {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0;
    left: 5%;
    background: #f00;
    transition-duration: 0.3s;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
}

.rroskcrmApp-inputSwitch__markerText {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    transition-duration: 0.3s;
}

.rroskcrmApp-inputSwitch__markerText.-yes {
    opacity: 0;
}

.rroskcrmApp-inputSwitch__markerText.-no {
    opacity: 1;
}

.rroskcrmApp-inputSwitch:hover .rroskcrmApp-inputSwitch__marker {
    left: 20%;
}

input:checked~.rroskcrmApp-inputSwitch__bg, input:checked~.rroskcrmApp-inputSwitch__marker {
    background: #35a508;
}

input:checked~.rroskcrmApp-inputSwitch__bg {
    width: 100%;
}

input:checked~.rroskcrmApp-inputSwitch__marker {
    left: 45%;
}

input:checked~.rroskcrmApp-inputSwitch__marker .rroskcrmApp-inputSwitch__markerText.-yes {
    opacity: 1;
}

input:checked~.rroskcrmApp-inputSwitch__marker .rroskcrmApp-inputSwitch__markerText.-no {
    opacity: 0;
}

.rroskcrmApp-inputSwitch:hover input:checked~.rroskcrmApp-inputSwitch__bg {
    width: 60%;
}

.rroskcrmApp-inputSwitch:hover input:checked~.rroskcrmApp-inputSwitch__marker {
    left: 40%;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-inputSwitch {
        height: 25px;
        width: 45px;
        border-radius: 15px;
    }

    .rroskcrmApp-inputSwitch__marker {
        width: 25px;
        height: 25px;
    }

    .rroskcrmApp-inputSwitch__markerText {
        font-size: 8px;
    }
}

.rroskcrmApp-inputSelect {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.rroskcrmApp-inputSelect select {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 35px 8px 10px;
    margin: 0;
    appearance: none;
    background: transparent;
    position: relative;
    z-index: 5;
    font-size: 14px;
    cursor: pointer;
}

.rroskcrmApp-inputSelect:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 2;
    height: 6px;
    width: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .6);
    border-width: 0 1px 1px 0;
    margin: -4px 0 0 0;
    transform: rotateZ(45deg);
    content: '';
    transition-duration: 0.35s;
}

.rroskcrmApp-inputSelect:hover:after {
    border-color: rgba(0, 0, 0, 1);
}

.rroskcrmApp-inputSelectWrapper {
    display: block;
}

.rroskcrmApp-inputSelectWrapper__search {
    border-bottom-color: rgba(204, 204, 204, .3);
}

.rroskcrmApp-inputSelectWrapper.-with_search .rroskcrmApp-inputSelect {
    border-top: none;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-inputSelect select {
        font-size: 11px;
        padding: 5px 16px 5px 5px;
    }

    .rroskcrmApp-inputSelect:after {
        right: 7px;
        height: 4px;
        width: 4px;
        margin: -3px 0 0 0;
    }
}

.rroskcrmApp-inputDate input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 0;
}

.rroskcrmApp-inputDate .react-datetime-picker__wrapper {
    border: none;
    outline: none;
}

.rroskcrmApp-inputDate .react-datepicker-wrapper {
    width: 100%;
}

.rroskcrmApp-inputDate .react-datepicker-popper {
    z-index: 100;
}

.rroskcrmApp-inputDate.-datetime {
    display: flex;
}

.rroskcrmApp-inputDate.-datetime input[type=date] {
    flex-grow: 1;
}

.rroskcrmApp-inputDate.-datetime input[type=time] {
    width: 80px;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-inputDate input {
        font-size: 11px;
        padding: 0;
    }
}

.rroskcrmApp-inputRating .stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rroskcrmApp-inputRating .stars .star polygon, .rroskcrmApp-inputRating .stars:hover .star:not(:hover) polygon {
    fill: #aaa;
}

.rroskcrmApp-inputRating .stars .star {
    cursor: pointer;
}

.rroskcrmApp-inputRating .stars .star polygon {
    transition-duration: 0.25s;
}

.rroskcrmApp-inputRating .stars .star.-selected polygon, .rroskcrmApp-inputRating .stars .star:hover polygon, .rroskcrmApp-inputRating .stars .star:hover~.star polygon {
    fill: #ffc400;
}

.rroskcrmApp-infoBox {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 10px 0;
    background: rgba(204, 204, 204, .15);
}

.rroskcrmApp-infoBox__buttons {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.rroskcrmApp-infoBox__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0 0;
    padding: 0 10px;
    opacity: 0.5;
    font-size: 0.833vw;
    border-top: solid 1px rgba(204, 204, 204, .5);
    font-weight: 300;
}

.rroskcrmApp-infoBox__bottom>* {
    padding: 5px;
}

.rroskcrmApp-infoBox__content {
    display: block;
    margin: 0;
    padding: 0 0.521vw;
    font-size: 0.938vw;
    font-weight: 400;
    text-align: justify;
}

.rroskcrmApp-infoBox__content.-withButtons {
    padding-right: 40px;
}

.rroskcrmApp-chartBox {
    width: 100%;
    margin-bottom: 40px;
    overflow-x: auto;
}

.rroskcrmApp-chartBox__chart {
    height: 600px;
    max-height: 80vh;
    width: 100%;
    min-width: 480px;
}

.rroskcrmApp-layoutColumns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.rroskcrmApp-layoutColumns__col {
    margin: 0 0 15px 0;
    background: rgba(0, 0, 0, .03);
    padding: 0 20px 20px 20px;
}

.rroskcrmApp-layoutColumns__col.-without_bg {
    background: transparent;
}

.rroskcrmApp-layoutColumns.-cols3 .rroskcrmApp-layoutColumns__col {
    width: 33%;
}

.rroskcrmApp-layoutColumns.-cols3:after {
    content: '';
    width: 33%;
}

.rroskcrmApp-layoutColumns.-cols2 .rroskcrmApp-layoutColumns__col {
    width: 49.5%;
}

.rroskcrmApp-layoutColumns.-cols2:after {
    content: '';
    width: 49.5%;
}

@media all and (max-width: 960px) {
    .rroskcrmApp-layoutColumns.-cols2 {
        flex-direction: column;
    }

    .rroskcrmApp-layoutColumns.-cols2 .rroskcrmApp-layoutColumns__col {
        width: 100%;
    }

    .rroskcrmApp-layoutColumns.-cols2:after {
        display: none;
    }
}

.rroskcrmApp-timetableWrapper__topSelector {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 5px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
}

.rroskcrmApp-timetableWrapper__topSelector .label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    padding: 0 20px;
}

.rroskcrmApp-timetableWrapper__topSelector .label i {
    font-style: normal;
    padding: 0 15px;
    font-weight: 400;
}

@media all and (max-width: 480px) {
    .rroskcrmApp-timetableWrapper__topSelector .label {
        font-weight: 500;
        font-size: 15px;
        padding: 0 10px;
    }

    .rroskcrmApp-timetableWrapper__topSelector .label i {
        padding: 0 7px;
    }
}

@media all and (max-width: 360px) {
    .rroskcrmApp-timetableWrapper__topSelector .label {
        font-size: 13px;
    }
}

.rroskcrmApp-timetableWrapper__weekWrapper {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
}

.rroskcrmApp-timetableWrapper__cell {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 1.15em;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 1px 1px;
    position: relative;
    z-index: 1;
}

.rroskcrmApp-timetableWrapper__cell .info {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 0 15px rgba(0, 0, 0, .45);
    color: #000;
    text-shadow: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.rroskcrmApp-timetableWrapper__cell .info.-minFullSize {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 7px 3px;
}

.rroskcrmApp-timetableWrapper__cell .info .line {
    display: block;
    margin: 0;
    padding: 2px 7px;
}

.rroskcrmApp-timetableWrapper__cell .info .line strong {
    margin-right: 5px;
}

.rroskcrmApp-timetableWrapper__cell .info .line.-colored {
    padding: 6px 8px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 4px rgba(0, 0, 0, .6);
}

.rroskcrmApp-timetableWrapper__cell .info .line.-colored b, .rroskcrmApp-timetableWrapper__cell .info .line.-colored strong {
    font-weight: 500;
}

.rroskcrmApp-timetableWrapper__cell .info .buttons {
    display: flex;
    margin: 0;
    padding: 0;
}

.rroskcrmApp-timetableWrapper__cell .info .buttons>* {
    margin: 0 0 0 1px;
}

.rroskcrmApp-timetableWrapper__cell .info.-top {
    bottom: unset;
    top: 0;
}

.rroskcrmApp-timetableWrapper__cell .info.-bottom {
    bottom: 0;
    top: unset;
}

.rroskcrmApp-timetableWrapper__cell.-hoverable {
    background-color: rgba(0, 0, 0, 0);
    transition-duration: 0.25s;
    cursor: pointer;
}

.rroskcrmApp-timetableWrapper__cell.-available {
    background-color: rgba(0, 255, 34, 0.26);
    z-index: 10;
}

.rroskcrmApp-timetableWrapper__cell.-available .line {
    transition-duration: 0.25s;
    cursor: pointer;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}

.rroskcrmApp-timetableWrapper__cell.-available .line:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
    filter: brightness(110%);
}

.rroskcrmApp-timetableWrapper__cell.-colored {
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 4px rgba(0, 0, 0, .6);
}

.rroskcrmApp-timetableWrapper__cell:not(:hover) .info {
    display: none;
}

.rroskcrmApp-timetableWrapper__cell:hover {
    z-index: 1000;
}

.rroskcrmApp-timetableWrapper__cell:hover.-hoverable {
    background-color: rgba(0, 0, 0, .15);
}

.rroskcrmApp-timetableWrapper__cell:hover.-available {
    background-color: rgba(0, 255, 34, 0.5);
}

.rroskcrmApp-timetableWrapper__day__contentCol .rows .rroskcrmApp-timetableWrapper__cell {
    min-height: 5px;
}

.rroskcrmApp-timetableWrapper__day {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0 0 40px 0;
    border: solid 1px #ccc;
}

.rroskcrmApp-timetableWrapper__day * {
    box-sizing: border-box;
}

.rroskcrmApp-timetableWrapper__day .-grey_bg {
    background: #f2f2f2;
}

.rroskcrmApp-timetableWrapper__day .-head_col {
    font-weight: 500;
    height: 60px;
}

.rroskcrmApp-timetableWrapper__day__date {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 3px 5px;
    white-space: nowrap;
    width: 1.8em;
    min-width: 1.8em;
    line-height: 1.2em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotateZ(180deg);
    font-weight: 600;
    font-size: 16px;
}

.rroskcrmApp-timetableWrapper__day__hours {
    display: flex;
    flex-direction: column;
    width: 60px;
    min-width: 60px;
}

.rroskcrmApp-timetableWrapper__day__hours span {
    flex-grow: 1;
}

.rroskcrmApp-timetableWrapper__day__content {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-grow: 1;
}

.rroskcrmApp-timetableWrapper__day__contentCol {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 150px;
    background-image: linear-gradient(to bottom, #fff 29px, #ccc 1px);
    background-repeat: repeat;
    background-size: 100% 30px;
}

.rroskcrmApp-timetableWrapper__day__contentCol .rows {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rroskcrmApp-instructorsTable {
    border-spacing: 0;
}

.rroskcrmApp-instructorsTable td, .rroskcrmApp-instructorsTable th {
    padding: 4px 8px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 4px rgba(0, 0, 0, .6);
    border: none;
    outline: none;
}

.rroskcrmApp-instructorsTable th {
    font-weight: 500;
}

.rroskcrmApp-userPanel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rroskcrmApp-rankInfoBox {
    display: flex;
    align-items: center;
}

.rroskcrmApp-rankInfoBox__num {
    font-weight: 700;
    font-size: 40px;
    line-height: 0.6em;
    color: #068edd;
}

.rroskcrmApp-rankInfoBox__star {
    display: block;
    height: 30px;
    width: 30px;
}

.rroskcrmApp-rankInfoBox__star polygon {
    fill: #ffc400;
}

.rroskcrmApp-boxes-grid {
    display: flex;
    flex-wrap: wrap;
}

.rroskcrmApp-boxes-grid__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #04a0b3;
    color: #fff;
    text-align: center;
    width: 200px;
    margin: 10px;
    padding: 15px 10px;
    transition-duration: 0.25s;
}

.rroskcrmApp-boxes-grid__box__big-text {
    font-size: 34px;
    font-weight: 700;
}

.rroskcrmApp-boxes-grid__box__small-text {
    font-size: 15px;
}

.rroskcrmApp-boxes-grid__box:hover {
    background-color: #00101d;
}

@keyframes rroskcrmApp_loadNoticeAnimation {
    0% {
        opacity: 0;
        transform: translateY(-100px) rotateZ(15deg);
    }

    20% {
        opacity: 1;
        transform: translateY(0) rotateZ(0deg);
    }

    40% {
        opacity: 1;
        transform: translateY(0) rotateZ(0deg);
    }

    60% {
        opacity: 1;
        transform: translateY(0) rotateZ(0deg);
    }

    80% {
        opacity: 1;
        transform: translateY(0) rotateZ(0deg);
    }

    100% {
        opacity: 0;
        transform: translateY(0) rotateZ(0deg);
    }
}

@keyframes rroskcrmApp_shake {
    0% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(3%);
    }
}

@keyframes rroskcrmApp_line {
    0% {
        stroke-dashoffset: 22;
    }

    25% {
        stroke-dashoffset: 22;
    }

    50% {
        stroke-dashoffset: 0;
    }

    51% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: -22;
    }

    100% {
        stroke-dashoffset: -22;
    }
}

@keyframes rroskcrmApp_opacityShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.rroskcrm__loginForm {
    display: block;
    text-align: center;
}

.rroskcrm__loginForm input[type=text], .rroskcrm__loginForm input[type=tel], .rroskcrm__loginForm input[type=email], .rroskcrm__loginForm input[type=number], .rroskcrm__loginForm input[type=search], .rroskcrm__loginForm input[type=date], .rroskcrm__loginForm input[type=password], .rroskcrm__loginForm input[type=url] {
    display: block;
    margin: 0.26vw;
    padding: 0.417vw 0.521vw;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.833vw;
}

.rroskcrm__loginForm>input {
    margin-left: auto !important;
    margin-right: auto !important;
}

.rroskcrm__loginForm .link_button {
    color: #000;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    cursor: pointer;
}

.rroskcrm__loginForm .link_button:hover {
    color: #5c5c5c;
}

.rroskcrm__loginForm .button {
    margin: 15px auto 0 auto;
}

.rroskcrm__loginForm__notice {
    display: block;
    position: relative;
    border: solid 1px #e84a0c;
    margin: 0 auto;
    padding: 0.417vw 0.417vw 0.417vw 2.5vw;
    border-radius: 3px;
    font-size: 0.729vw;
    text-align: left;
    padding-left: 50px;
}

.rroskcrm__loginForm__notice a {
    color: #e84a0c;
    text-decoration: underline;
}

.rroskcrm__loginForm__notice a:hover {
    text-decoration: none;
}

.rroskcrm__loginForm__notice:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: FontAwesome;
    width: 35px;
    height: 100%;
    color: #fff;
    font-size: 18px;
}

.rroskcrm__loginForm__notice.-warning:before, .rroskcrm__loginForm__notice.-error:before {
    content: '\f12a';
    background: #e84a0c;
}

.rroskcrm__loginForm__notice.-success {
    border-color: #3e8b19;
}

.rroskcrm__loginForm__notice.-success:before {
    content: '\f00c';
    background: #3e8b19;
}

.rroskcrm__loginForm__smallInfoText {
    display: block;
    margin: 15px auto;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

.rroskcrm__loginForm__inputsBox {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rroskcrm__loginForm__admin {
    padding-top: 20px;
    display: block;
}

.rroskcrm_login_admin {
    display: flex;
    height: 100%;
}

.rroskcrm_login_admin .rroskcrm_login_admin_logo {
    text-align: center;
    padding-top: 2.708vw;
}

.rroskcrm_login_admin .rroskcrm_login_admin_logo img {
    width: 9.531vw;
}

.rroskcrm_login_admin .rroskcrm_login_admin_col {
    width: 33.33%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rroskcrm_login_admin .rroskcrm_login_admin_col_left {
    background-image: url("../img/admin_login_bg_left.jpg");
}

.rroskcrm_login_admin .rroskcrm_login_admin_col_center {
    background-image: url("../img/admin_login_bg_center.jpg");
}

.rroskcrm_login_admin .rroskcrm_login_admin_col_right {
    background-image: url("../img/admin_login_bg_right.jpg");
}

.rroskcrm_login_kursant .rroskcrm_login_admin_col_left {
    background-image: url("../img/kursant_login_bg_left.jpg");
}

.rroskcrm_login_kursant .rroskcrm_login_admin_col_center {
    background-image: url("../img/kursant_login_bg_center.jpg");
}

.rroskcrm_login_kursant .rroskcrm_login_admin_col_right {
    background-image: url("../img/kursant_login_bg_right.jpg");
}

.rroskcrm_login_admin .rroskcrm_login_admin_box {
    width: 24.375vw;
    height: 26.563vw;
    margin: 0 auto;
    border: 1px solid #ffffff;
    color: #15232c;
    background-image: url("../img/admin_login_bg_box.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 3px 4px 54px 0px rgba(0, 0, 0, 0.19);
    text-shadow: 3px 4px 54px rgba(0, 0, 0, 0.19);
    margin-top: 2.188vw;
    padding-top: 5vw;
}

.rroskcrm_login_kursant .rroskcrm_login_admin_box {
    background-image: url("../img/kursant_login_bg_box.jpg");
    color: #ffffff;
}

.rroskcrm_login_admin .rroskcrm_login_admin_box h2 {
    font-size: 1.667vw;
    text-transform: uppercase;
    margin-bottom: 1.979vw;
}

.rroskcrm_login_admin .rroskcrm_login_admin_box .rroskcrm__loginForm__inputsBox {
    padding: 0;
}

.rroskcrm_login_admin .rroskcrm_login_admin_box input {
    margin: 0 !important;
    margin-bottom: 0.885vw !important;
    width: 16.042vw;
}

.rroskcrm_login_admin .rroskcrm_login_admin_box p {
    font-size: 0.833vw;
    margin-bottom: 2.083vw;
}

.rroskcrm_login_admin .rroskcrm_login_admin_box .rroskcrm__loginForm__inputsBox {
    margin-bottom: 26px;
}

.rroskcrm_login_admin .rroskcrm_login_admin_box .rroskcrm__loginForm__notice {
    width: 16.042vw;
    margin-top: -1.146vw;
    margin-bottom: 1.25vw;
}

.rroskcrm_login_admin .copyright {
    position: absolute;
    bottom: 0.521vw;
    width: 100%;
    text-align: center;
    font-size: 0.833vw;
}

.rroskcrm_login_admin .copyright .infolinia {
    padding-bottom: 2.3vw;
    font-size: 1.146vw;
}

.rroskcrm_login_admin .copyright .infolinia a {
    font-weight: bold;
}

.rroskcrm_login_kursant .copyright {
    color: #ffffff;
}

.rroskcrm_login_kursant .button__primary {
    background: #00555e;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

.text-center {
    text-align: center;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
    display: none;
}

.mt-30 {
    margin-top: 30px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
    -webkit-transition-duration: 650ms;
    transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
    -webkit-transition-duration: 850ms;
    transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    -webkit-transition-delay: 850ms;
    transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
    -webkit-transition-duration: 900ms;
    transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
    -webkit-transition-duration: 950ms;
    transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    -webkit-transition-delay: 950ms;
    transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
    -webkit-transition-duration: 1050ms;
    transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    -webkit-transition-delay: 1050ms;
    transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
    -webkit-transition-duration: 1100ms;
    transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    -webkit-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
    -webkit-transition-duration: 1150ms;
    transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    -webkit-transition-delay: 1150ms;
    transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
    -webkit-transition-duration: 1200ms;
    transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
    -webkit-transition-duration: 1250ms;
    transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    -webkit-transition-delay: 1250ms;
    transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
    -webkit-transition-duration: 1300ms;
    transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
    -webkit-transition-duration: 1350ms;
    transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    -webkit-transition-delay: 1350ms;
    transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
    -webkit-transition-duration: 1400ms;
    transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
    -webkit-transition-duration: 1450ms;
    transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    -webkit-transition-delay: 1450ms;
    transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
    -webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
    -webkit-transition-duration: 1550ms;
    transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    -webkit-transition-delay: 1550ms;
    transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
    -webkit-transition-duration: 1600ms;
    transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
    -webkit-transition-duration: 1650ms;
    transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    -webkit-transition-delay: 1650ms;
    transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
    -webkit-transition-duration: 1700ms;
    transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
    -webkit-transition-duration: 1750ms;
    transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    -webkit-transition-delay: 1750ms;
    transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
    -webkit-transition-duration: 1800ms;
    transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
    -webkit-transition-duration: 1850ms;
    transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    -webkit-transition-delay: 1850ms;
    transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
    -webkit-transition-duration: 1900ms;
    transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    -webkit-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
    -webkit-transition-duration: 1950ms;
    transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    -webkit-transition-delay: 1950ms;
    transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
    -webkit-transition-duration: 2000ms;
    transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
    -webkit-transition-duration: 2050ms;
    transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    -webkit-transition-delay: 2050ms;
    transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
    -webkit-transition-duration: 2100ms;
    transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
    -webkit-transition-duration: 2150ms;
    transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    -webkit-transition-delay: 2150ms;
    transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
    -webkit-transition-duration: 2200ms;
    transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    -webkit-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
    -webkit-transition-duration: 2250ms;
    transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    -webkit-transition-delay: 2250ms;
    transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
    -webkit-transition-duration: 2300ms;
    transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    -webkit-transition-delay: 2300ms;
    transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
    -webkit-transition-duration: 2350ms;
    transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    -webkit-transition-delay: 2350ms;
    transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
    -webkit-transition-duration: 2400ms;
    transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    -webkit-transition-delay: 2400ms;
    transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
    -webkit-transition-duration: 2450ms;
    transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    -webkit-transition-delay: 2450ms;
    transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
    -webkit-transition-duration: 2500ms;
    transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
    -webkit-transition-duration: 2550ms;
    transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    -webkit-transition-delay: 2550ms;
    transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
    -webkit-transition-duration: 2600ms;
    transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    -webkit-transition-delay: 2600ms;
    transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
    -webkit-transition-duration: 2650ms;
    transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    -webkit-transition-delay: 2650ms;
    transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
    -webkit-transition-duration: 2700ms;
    transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    -webkit-transition-delay: 2700ms;
    transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
    -webkit-transition-duration: 2750ms;
    transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    -webkit-transition-delay: 2750ms;
    transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
    -webkit-transition-duration: 2800ms;
    transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    -webkit-transition-delay: 2800ms;
    transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
    -webkit-transition-duration: 2850ms;
    transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    -webkit-transition-delay: 2850ms;
    transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
    -webkit-transition-duration: 2900ms;
    transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    -webkit-transition-delay: 2900ms;
    transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
    -webkit-transition-duration: 2950ms;
    transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    -webkit-transition-delay: 2950ms;
    transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
    -webkit-transition-duration: 3000ms;
    transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    -webkit-transition-delay: 3000ms;
    transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
    -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/** Fade animations: fade fade-up, fade-down, fade-left, fade-right fade-up-right, fade-up-left, fade-down-right, fade-down-left */
[data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
}

/** Zoom animations: zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right */
[data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
}

/** Slide animations */
[data-aos^='slide'][data-aos^='slide'] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

/** Flip animations: flip-left, flip-right, flip-up, flip-down */
[data-aos^='flip'][data-aos^='flip'] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

body {
    color: #152129;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    position: relative;
}

a {
    text-decoration: inherit;
    color: inherit;
}

a:hover {
    color: inherit;
}

strong {
    font-weight: 700;
}

a {
    text-decoration: none !important;
}

.aligncenter {
    margin: 0 auto;
}

::-moz-selection {
    color: #fff;
    background: #b3c1cc;
}

::selection {
    color: #fff;
    background: #b3c1cc;
}

body, html {
    width: 100%;
    height: 100%;
}

#main-wrapper {
    background-image: url("../img/admin_bg_pages.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    #main-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

#main-wrapper {
    height: 100%;
}

@media (min-width: 992px) {
    body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

#header {
    position: relative;
}

section#main-sidebar {
    position: relative;
    display: none;
    overflow: hidden;
    height: 100%;
    background-color: #001b31;
}

@media (min-width: 1200px) {
    section#main-sidebar {
        display: block;
        width: 16.66667vw;
    }
}

section#main-sidebar .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 1.82292vw;
}

section#main-sidebar .heading a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#main-sidebar .heading a img {
    width: 12.60417vw;
    max-width: 100%;
    height: auto;
}

section#main-sidebar .heading .text {
    padding-top: 2.70833vw;
    padding-bottom: 3.22917vw;
    text-transform: uppercase;
    color: #d6b469;
}

section#main-sidebar .heading .text h5 {
    margin: 0;
    text-align: center;
    font-size: 0.83333vw;
}

section#main-sidebar #sidebar-menu {
    position: relative;
    z-index: 1;
}

section#main-sidebar #sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#main-sidebar #sidebar-menu ul li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.67708vw 3.07292vw;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #8996a0;
    font-size: 0.88542vw;
}

section#main-sidebar #sidebar-menu ul li a span {
    display: block;
}

section#main-sidebar #sidebar-menu ul li a:hover {
    color: #fff;
    background: #e22718;
}

section#main-sidebar #sidebar-menu ul li a:hover::after {
    position: absolute;
    right: 1.19792vw;
    content: "\f105";
    font-family: "FontAwesome";
}

section#main-sidebar #sidebar-menu ul li.current-menu-item a, section#main-sidebar #sidebar-menu ul li.current-page-ancestor a {
    color: #fff;
    background: #e22718;
}

section#main-sidebar #sidebar-menu ul li.current-menu-item a::after, section#main-sidebar #sidebar-menu ul li.current-page-ancestor a::after {
    position: absolute;
    right: 1.19792vw;
    content: "\f105";
    font-family: "FontAwesome";
}

section#main-sidebar .social-bar {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 160px;
    left: 0;
}

section#main-sidebar .social-bar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

section#main-sidebar .social-bar ul li {
    padding-right: 0.98958vw;
}

section#main-sidebar .social-bar ul li:last-child {
    padding-right: 0;
}

section#main-sidebar .social-bar ul a {
    color: #e22718;
    font-size: 0.9375vw;
}

section#main-sidebar .contact-bar {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
    background: #00101d;
}

section#main-sidebar .contact-bar .title {
    display: block;
    margin-bottom: 0.15625vw;
    text-align: center;
    color: #e22718;
    font-size: 0.78125vw;
}

section#main-sidebar .contact-bar .title span {
    font-weight: 500;
}

section#main-sidebar .contact-bar .phone-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1.35417vw;
    font-weight: 300;
}

section#main-sidebar .contact-bar .phone-number .icon {
    position: relative;
    top: -0.10417vw;
    width: 1.25vw;
    margin-right: 0.72917vw;
}

section#main-sidebar .contact-bar .phone-number .icon img {
    width: 100%;
    height: auto;
}

section#main-sidebar .sidebar-bg {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: -15.625vw;
    left: -1.66667vw;
    overflow: hidden;
}

section#main-sidebar .sidebar-bg img {
    width: 32.5vw;
    height: auto;
}

#page-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.page-login .rroskcrmApp-mainContent {
    padding: 0;
}

@media (min-width: 1200px) {
    #page-content {
        width: 100%;
        height: 100%;
    }
}

#head-bar {
    z-index: 1;
    margin-top: 25px;
}

#head-bar li.left {
    padding-left: 2.60417vw;
}

#head-bar li.left a {
    display: flex;
    align-items: center;
    gap: 14px
}

#head-bar li.right {
    justify-content: right;
    padding-right: 2.60417vw;
}

#head-bar li.right a {
    background: #04a1b3;
    font-size: 0.833vw;
    text-transform: uppercase;
    color: #ffffff;
    width: 11.042vw;
    height: 2.552vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#head-bar li.right a:first-child {
    margin-right: 1.042vw;
}

#head-bar li.right a:hover {
    background: #00101d;
}

#head-bar li.center {
    justify-content: center;
}

#head-bar li.center img {
    width: 9.531vw;
}

#head-bar {
    height: auto;
}

#head-bar ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

@media (min-width: 1200px) {
    #head-bar ul {
        height: auto;
    }
}

#head-bar ul li {
    display: flex;
    font-size: 0.99vw;
    font-weight: 700;
    color: #15232c;
    align-items: center;
}

#head-bar ul li {
    width: 33.333%;
}

@media (max-width: 1200px) {
    #head-bar li.right {
        padding-right: 20px;
    }

    #head-bar li.left {
        padding-left: 20px;
    }
}

@media (max-width: 830px) {
    #head-bar ul {
        flex-wrap: wrap;
    }

    #head-bar ul li {
        width: 100%;
        justify-content: center;
    }

    #head-bar li.left {
        order: 2;
        margin-bottom: 20px;
    }

    #head-bar li.center {
        order: 1;
        margin-bottom: 20px;
    }

    #head-bar li.right {
        order: 3;
        justify-content: center;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .nav {
        width: 100%;
        float: none;
    }

    .nav .nav-item {
        width: 25%;
        text-align: center;
        margin-bottom: 2px;
    }

    .nav .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
        font-size: 2vw;
    }
}

.hamburger-area {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 0%;
    top: 0;
    background-color: #04a0b3;
    padding: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    z-index: 10000;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

.change {
    padding-top: 5px;
    padding-bottom: 3px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

@media (max-width: 500px) {

    .nav {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 276px;
        z-index: 99999;
        margin: 0;
        padding: 0;
        background-color: #fff;
        text-align: left;
        overflow: auto;
        -webkit-transition-duration: .6s;
        transition-duration: .6s;
        box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 40%);
        opacity: 1;
        transition: .3s;
    }

    .nav .nav-item {
        width: 100%;
    }

    #head-bar li.center {
        text-align: center;
    }

    .nav .nav-item .nav-link {
        font-size: 16px;
    }

    #head-bar li.left a {
        font-size: 15px;
    }

    #head-bar li.right a {
        height: 34px;
    }

    #head-bar li.center img {
        width: 70%;
    }

    .hamburger-area {
        display: block;
    }
}

#front-page-hero {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    #front-page-hero {
        height: 100%;
    }
}

#front-page-hero .movie-btn {
    position: absolute;
    top: 30px;
    right: 50px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    #front-page-hero .movie-btn {
        top: 4.30208vw;
        right: 2.60417vw;
        left: auto;
    }
}

@media (min-width: 1301px) {
    #front-page-hero .movie-btn {
        position: absolute;
        top: 82%;
        left: 54px;
    }
}

#front-page-hero .movie-btn .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    cursor: pointer;
    background: #e22718;
}

@media (min-width: 1200px) {
    #front-page-hero .movie-btn .icon {
        width: 5.20833vw;
        height: 5.20833vw;
        padding: 0;
    }

    #front-page-hero .movie-btn .icon img {
        width: 2.60417vw;
        height: 2.60417vw;
    }
}

#front-page-hero .movie-btn .text {
    margin-top: 10px;
    text-transform: uppercase;
    color: #e22718;
    font-weight: bold;
}

@media (min-width: 1200px) {
    #front-page-hero .movie-btn .text {
        margin-top: 0.52083vw;
        font-size: 0.78125vw;
    }
}

#offer-category-blocks {
    position: relative;
}

#offer-category-blocks .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    #offer-category-blocks .items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#offer-category-blocks .items .item {
    position: relative;
    width: 100%;
    background-color: #152129;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    #offer-category-blocks .items .item {
        width: calc(100% / 5);
        height: 50.625vw;
    }

    #offer-category-blocks .items .item::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        content: "";
        background: rgba(137, 150, 160, 0.2);
    }
}

#offer-category-blocks .items .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 15px;
}

@media (min-width: 1200px) {
    #offer-category-blocks .items .item a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
    }
}

#offer-category-blocks .items .item a span {
    display: block;
}

#offer-category-blocks .items .item:last-child::after {
    display: none;
}

#offer-category-blocks .items .item .title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #e22718;
    font-size: 24px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    #offer-category-blocks .items .item .title {
        min-height: 3.64583vw;
        margin-bottom: 5.20833vw;
        font-size: 1.45833vw;
    }

    #offer-category-blocks .items .item .title::before {
        position: absolute;
        top: -4.6875vw;
        right: 0;
        left: 0;
        display: block;
        width: 1px;
        height: 3.38542vw;
        margin: 0 auto;
        content: "";
        background-color: #e22718;
    }

    #offer-category-blocks .items .item .title::after {
        position: absolute;
        right: 0;
        bottom: -4.6875vw;
        left: 0;
        display: block;
        width: 1px;
        height: 3.38542vw;
        margin: 0 auto;
        content: "";
        background-color: #e22718;
    }
}

#offer-category-blocks .items .item .desc {
    position: relative;
    margin: 20px 0 35px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

@media (min-width: 1200px) {
    #offer-category-blocks .items .item .desc {
        position: absolute;
        right: 0;
        bottom: 10.41667vw;
        left: 0;
        margin: 0;
        font-size: 0.83333vw;
    }
}

#offer-category-blocks .items .item .link-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-top: 20px;
    color: #e22718;
    border: 1px solid #e22718;
    font-size: 21px;
}

@media (min-width: 1200px) {
    #offer-category-blocks .items .item .link-btn {
        position: absolute;
        right: 0;
        bottom: 3.125vw;
        left: 0;
        width: 2.34375vw;
        height: 2.34375vw;
        margin-top: 0;
        font-size: 1.04167vw;
    }
}

#front-page-about-us {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    #front-page-about-us {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#front-page-about-us .column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-1 {
        width: 50%;
    }
}

#front-page-about-us .column-1 .image {
    width: 100%;
    min-height: 300px;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-1 .image {
        min-height: 39.01042vw;
    }
}

#front-page-about-us .column-1 .assign, .assign_banner_box_wrapper .assign {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 15px;
    color: #fff;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-1 .assign, .assign_banner_box_wrapper .assign {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 11.5625vw;
        padding: 0;
        padding-right: 0;
        padding-left: 2.86458vw;
    }
}

#front-page-about-us .column-1 .assign h5, .assign_banner_box_wrapper .assign h5 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-1 .assign h5, .assign_banner_box_wrapper .assign h5 {
        margin-bottom: 0.52083vw;
        text-align: left;
        font-size: 1.35417vw;
        line-height: auto;
    }
}

#front-page-about-us .column-1 .assign p, .assign_banner_box_wrapper .assign p {
    text-align: center;
    font-size: 18px;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-1 .assign p, .assign_banner_box_wrapper .assign p {
        text-align: left;
        font-size: 0.9375vw;
    }
}

#front-page-about-us .column-1 .assign p br, .assign_banner_box_wrapper .assign p br {
    display: none;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-1 .assign p br, .assign_banner_box_wrapper .assign p br {
        display: block;
    }
}

#front-page-about-us .column-1 .assign a, .assign_banner_box_wrapper .assign a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 42px;
    text-transform: uppercase;
    color: #fff;
    background-color: #001b31;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-1 .assign a, .assign_banner_box_wrapper .assign a {
        position: absolute;
        right: 2.34375vw;
        padding: 0.52083vw 2.1875vw;
        font-size: 0.83333vw;
    }
}

#front-page-about-us .column-2 {
    width: 100%;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 {
        width: 50%;
    }
}

#front-page-about-us .column-2 .main-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

#front-page-about-us .column-2 .text-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 30px 15px;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .text-box {
        padding: 3.125vw 2.60417vw;
    }
}

#front-page-about-us .column-2 .text-box .title {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .text-box .title {
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin-bottom: 1.5625vw;
        font-size: 1.35417vw;
    }
}

#front-page-about-us .column-2 .text-box .title span {
    display: none;
    width: 2.60417vw;
    height: 1px;
    margin-left: 0.78125vw;
    background: #e22718;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .text-box .title span {
        display: block;
    }
}

#front-page-about-us .column-2 .text-box .text {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .text-box .text {
        font-size: 0.83333vw;
    }
}

#front-page-about-us .column-2 .text-box .text p {
    margin-bottom: 0.78125vw;
}

#front-page-about-us .column-2 .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .actions {
        position: absolute;
        right: 2.60417vw;
        bottom: 2.60417vw;
        left: 2.60417vw;
        width: auto;
        margin-top: 0;
    }
}

#front-page-about-us .column-2 .actions a.read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 25px;
    text-transform: uppercase;
    color: #fff;
    background: #e22718;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .actions a.read-more {
        padding: 0.46875vw 1.30208vw;
        font-size: 0.83333vw;
    }
}

#front-page-about-us .column-2 .actions ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#front-page-about-us .column-2 .actions ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 10px;
    border: 1px solid #e22718;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .actions ul li {
        margin-right: 0.52083vw;
    }
}

#front-page-about-us .column-2 .actions ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 13px;
    color: #e22718;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .actions ul li a {
        padding: 0 0.625vw;
    }
}

#front-page-about-us .column-2 .actions ul li a i {
    font-size: 18px;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .actions ul li a i {
        font-size: 0.9375vw;
    }
}

#front-page-about-us .column-2 .actions ul li:last-child {
    margin-right: 0;
}

#front-page-about-us .column-2 .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .icons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#front-page-about-us .column-2 .icons .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 15px;
    color: #fff;
    background-color: #001b31;
    font-size: 21px;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .icons .item {
        width: 25%;
        height: 10.41667vw;
        padding: 0;
        font-size: 0.83333vw;
    }
}

#front-page-about-us .column-2 .icons .item .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .icons .item .image {
        width: 3.64583vw;
        height: 3.64583vw;
        margin: 2.08333vw auto 0 auto;
    }
}

#front-page-about-us .column-2 .icons .item .image img {
    width: 70px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .icons .item .image img {
        width: 3.64583vw;
    }
}

#front-page-about-us .column-2 .icons .item .title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .icons .item .title {
        margin-top: 1.30208vw;
        margin-bottom: 0;
    }
}

#front-page-about-us .column-2 .icons .item:nth-child(2) {
    background-color: #052844;
}

#front-page-about-us .column-2 .icons .item:nth-child(3) {
    background-color: #093354;
}

#front-page-about-us .column-2 .icons .item:nth-child(4) {
    background-color: #124369;
}

#front-page-about-us .column-2 .btm-img {
    width: 100%;
    min-height: 150px;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-2 .btm-img {
        min-height: 11.5625vw;
    }
}

#subpage-footer {
    position: relative;
    padding: 20px 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

@media (min-width: 1200px) {
    #subpage-footer {
        padding: 0.52083vw 0.78125vw;
        color: #152129;
        font-size: 0.78125vw;
    }
}

#subpage-footer br {
    display: block;
}

@media (min-width: 1200px) {
    #subpage-footer br {
        display: none;
    }
}

.page-title {
    position: relative;
    padding: 20px;
}

@media (min-width: 1200px) {
    .page-title {
        padding: 2.34375vw 2.60417vw;
    }
}

.page-title h1, .page-title h2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
}

@media (min-width: 1200px) {
    .page-title h1, .page-title h2 {
        text-align: left;
        font-size: 1.35417vw;
    }
}

.page-title h1, .page-title h2 span {
    display: none;
    width: 3.125vw;
    height: 1px;
    margin-left: 0.78125vw;
    background: #e22718;
}

@media (min-width: 1200px) {
    .page-title h1, .page-title h2 span {
        display: block;
    }
}

.page-title h1, .page-title h2 .back-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    background: #001b31;
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .page-title h1, .page-title h2 .back-btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 2.34375vw;
        margin-top: 0;
        padding: 0;
        font-size: 0.83333vw;
    }
}

.page-title h1, .page-title h2 .back-btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.page-title h1, .page-title h2 .back-btn .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-right: 15px;
    padding: 15px;
    background: #e22718;
}

@media (min-width: 1200px) {
    .page-title h1, .page-title h2 .back-btn .icon {
        margin-right: 0;
        padding: 0 1.04167vw;
    }
}

.page-title h1, .page-title h2 .back-btn .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media (min-width: 1200px) {
    .page-title h1, .page-title h2 .back-btn .text {
        padding: 0 1.5625vw;
    }
}

.next-course-box {
    position: relative;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 2.60417vw);
    background-color: #001b31;
}

@media (min-width: 1200px) {
    .next-course-box {
        position: absolute;
        right: 0;
        display: none;
        width: calc(100% / 3);
    }
}

@media all and (max-width: 1199px) {
    .next-course-box {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .next-course-box.subpages {
        display: block !important;
        height: auto !important;
    }

    .next-course-box.subpages .main-box {
        height: auto !important;
    }

    .next-course-box.subpages .box-1, .next-course-box.subpages .box-2 {
        display: none !important;
    }
}

.next-course-box .main-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    color: #fff;
}

.next-course-box .main-box.opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.next-course-box .main-box .box-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #002f56;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .next-course-box .main-box .box-1 {
        padding: 1.5625vw 1.04167vw;
    }
}

.next-course-box .main-box .box-1>div {
    width: 100%;
}

.next-course-box .main-box .box-1 p {
    text-align: center;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .next-course-box .main-box .box-1 p {
        text-align: right;
    }
}

.next-course-box .main-box .box-1 p.top-text {
    margin: 0;
    color: #e22718;
}

@media (min-width: 1200px) {
    .next-course-box .main-box .box-1 p.top-text {
        margin-bottom: 0.52083vw;
        font-size: 1.04167vw;
    }
}

.next-course-box .main-box .box-1 p.bottom-text {
    color: #b3c1cc;
    font-size: 18px;
}

@media (min-width: 1200px) {
    .next-course-box .main-box .box-1 p.bottom-text {
        margin: 0;
        font-size: 0.83333vw;
    }
}

.next-course-box .next-course-box-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 6.25vw;
}

.next-course-box .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    height: 100%;
    text-transform: uppercase;
    color: #fff;
    background: #e22718;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .next-course-box .text {
        padding: 0 1.30208vw;
        font-size: 0.9375vw;
    }
}

.next-course-box .dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #e22718;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .next-course-box .dates {
        width: calc(100% - 30%);
        padding: 0 1.04167vw;
    }
}

.next-course-box .dates .date-hour {
    font-size: 18px;
}

@media (min-width: 1200px) {
    .next-course-box .dates .date-hour {
        font-size: 1.5625vw;
    }
}

.next-course-box .dates .date-day {
    font-size: 21px;
}

@media (min-width: 1200px) {
    .next-course-box .dates .date-day {
        font-size: 1.875vw;
        font-weight: 900;
    }
}

.next-course-box .box-2 {
    overflow: hidden;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .next-course-box .box-2 {
        height: 100%;
        padding: 3.125vw 1.04167vw 0 1.04167vw;
    }
}

.next-course-box form .ajax-loader {
    display: none !important;
}

.next-course-box form p {
    margin: 0;
}

.next-course-box form p.title {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #e22718;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .next-course-box form p.title {
        padding: 0.26042vw 0.52083vw;
        font-size: 0.72917vw;
    }
}

.next-course-box form .field-box {
    position: relative;
}

.next-course-box form .field-box input {
    width: 100%;
    text-align: right;
    color: #b3c1cc;
    border: none;
    border-bottom: 1px solid rgba(179, 193, 204, 0.3);
    background: transparent;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .next-course-box form .field-box input {
        margin: 1.04167vw 0;
        padding: 0.26042vw 0;
        font-size: 0.83333vw;
    }
}

.next-course-box form .field-box input:focus {
    border-bottom: 1px solid #b3c1cc;
    outline: none;
}

.next-course-box form .field-box input::-webkit-input-placeholder {
    opacity: 1;
    color: #b3c1cc;
}

.next-course-box form .field-box input::-moz-placeholder {
    opacity: 1;
    color: #b3c1cc;
}

.next-course-box form .field-box input:-ms-input-placeholder {
    opacity: 1;
    color: #b3c1cc;
}

.next-course-box form .field-box input::-ms-input-placeholder {
    opacity: 1;
    color: #b3c1cc;
}

.next-course-box form .field-box input::placeholder {
    opacity: 1;
    color: #b3c1cc;
}

.next-course-box form .field-box input:-ms-input-placeholder {
    color: #b3c1cc;
}

.next-course-box form .field-box input::-ms-input-placeholder {
    color: #b3c1cc;
}

.next-course-box form .field-box .location, .next-course-box form .field-box .category {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (min-width: 1200px) {
    .next-course-box form .field-box .location, .next-course-box form .field-box .category {
        margin: 1.04167vw 0;
    }
}

.next-course-box form .field-box .location::after, .next-course-box form .field-box .category::after {
    position: absolute;
    right: 0;
    display: block;
    content: "\f107";
    color: #b3c1cc;
    font-family: "FontAwesome";
    font-size: 16px;
}

@media (min-width: 1200px) {
    .next-course-box form .field-box .location::after, .next-course-box form .field-box .category::after {
        font-size: 0.83333vw;
    }
}

.next-course-box form .field-box select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    text-align: right;
    text-indent: 1px;
    text-overflow: "";
    direction: rtl;
    color: #b3c1cc;
    border: none;
    border-bottom: 1px solid rgba(179, 193, 204, 0.3);
    background: transparent;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (min-width: 1200px) {
    .next-course-box form .field-box select {
        padding: 0.26042vw 1.04167vw 0.26042vw 0;
        font-size: 0.83333vw;
    }
}

.next-course-box form .field-box select option {
    direction: rtl;
    color: #152129;
}

.next-course-box form .field-box select:focus {
    border-bottom: 1px solid #b3c1cc;
    outline: none;
}

.next-course-box form .field-box .wpcf7-not-valid {
    border-bottom: 1px solid #e22718 !important;
    background: rgba(226, 39, 24, 0.1);
}

.next-course-box form .field-box .wpcf7-not-valid-tip {
    display: none !important;
}

.next-course-box form .response-row .wpcf7-response-output {
    display: none !important;
}

.next-course-box form .submit-btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 1200px) {
    .next-course-box form .submit-btn-row {
        margin-top: 4.16667vw;
        margin-bottom: 2.08333vw;
    }
}

.next-course-box form .submit-btn-row input {
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #e22718;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .next-course-box form .submit-btn-row input {
        padding: 0.52083vw 2.34375vw;
        font-size: 0.83333vw;
    }
}

.page-template-szkolenia-zawodowe-template #offer-category-blocks .items .item {
    width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-template #offer-category-blocks .items .item {
        width: 50%;
        height: auto;
        min-height: 39.58333vw;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .column-top {
        margin-bottom: 3.64583vw;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top .gallery-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .column-top .gallery-box {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top .gallery-box .gallery-box-item {
    width: 100%;
}

@media (min-width: 576px) {
    .page-template-szkolenia-zawodowe-wpis-template .column-top .gallery-box .gallery-box-item {
        width: calc(100% / 3);
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top .gallery-box .gallery-box-item a {
    display: block;
}

.page-template-szkolenia-zawodowe-wpis-template .column-top .gallery-box .gallery-box-item a img {
    width: 100%;
    height: auto;
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box {
        width: 50%;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .image-box {
    width: 100%;
    min-height: 41.09375vw;
    background-size: cover !important;
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 15px;
    color: #fff;
    background-color: #001b31;
    font-size: 21px;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item {
        width: 25%;
        height: 10.41667vw;
        padding: 0;
        font-size: 0.83333vw;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item .image {
        width: 3.64583vw;
        height: 3.64583vw;
        margin: 2.08333vw auto 0 auto;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item .image img {
    width: 70px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item .image img {
        width: 3.64583vw;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item .title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item .title {
        margin-top: 1.30208vw;
        margin-bottom: 0;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item:nth-child(2) {
    background-color: #052844;
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item:nth-child(3) {
    background-color: #093354;
}

.page-template-szkolenia-zawodowe-wpis-template .column-top.additional .additional-box .icons .item:nth-child(4) {
    background-color: #124369;
}

.page-template-szkolenia-zawodowe-wpis-template .content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0 20px;
    text-align: justify;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        padding: 0 2.86458vw;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .content h1 {
    margin-bottom: 20px;
    padding: 10px 0;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 10px solid #e22718;
    font-size: 21px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .content h1 {
        margin-bottom: 1.5625vw;
        padding: 0 0.52083vw;
        font-size: 1.35417vw;
    }
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .content p {
        margin-bottom: 1.04167vw;
        font-size: 0.83333vw;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .content ul {
    padding: 0;
    list-style: none;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .content ul {
        margin: 1.04167vw 0;
        font-size: 0.83333vw;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .content ul li {
        padding-left: 0;
    }
}

.page-template-szkolenia-zawodowe-wpis-template .content ul li::before {
    display: inline-block;
    width: 10px;
    margin-right: 5px;
    content: "\f105";
    color: #e22718;
    font-family: FontAwesome;
}

@media (min-width: 1200px) {
    .page-template-szkolenia-zawodowe-wpis-template .content ul li::before {
        width: 0.52083vw;
        margin-right: 0.26042vw;
    }
}

.page-template-o-nas-template .column-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top {
        margin-bottom: 3.64583vw;
    }
}

.page-template-o-nas-template .column-top .gallery-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top .gallery-box {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
    }
}

.page-template-o-nas-template .column-top .gallery-box .gallery-box-item {
    width: 100%;
}

@media (min-width: 576px) {
    .page-template-o-nas-template .column-top .gallery-box .gallery-box-item {
        width: calc(100% / 3);
    }
}

.page-template-o-nas-template .column-top .gallery-box .gallery-box-item a {
    display: block;
}

.page-template-o-nas-template .column-top .gallery-box .gallery-box-item a img {
    width: 100%;
    height: auto;
}

.page-template-o-nas-template .column-top .content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0 20px;
    text-align: justify;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top .content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        padding: 0 2.86458vw;
    }
}

.page-template-o-nas-template .column-top .content h1 {
    margin-bottom: 20px;
    padding: 10px 0;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 10px solid #e22718;
    font-size: 21px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top .content h1 {
        margin-bottom: 1.5625vw;
        padding: 0 0.52083vw;
        font-size: 1.35417vw;
    }
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top .content p {
        margin-bottom: 1.04167vw;
        font-size: 0.83333vw;
    }
}

.page-template-o-nas-template .column-top .content ul {
    padding: 0;
    list-style: none;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top .content ul {
        margin: 1.04167vw 0;
        font-size: 0.83333vw;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top .content ul li {
        padding-left: 0;
    }
}

.page-template-o-nas-template .column-top .content ul li::before {
    display: inline-block;
    width: 10px;
    margin-right: 5px;
    content: "\f105";
    color: #e22718;
    font-family: FontAwesome;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top .content ul li::before {
        width: 0.52083vw;
        margin-right: 0.26042vw;
    }
}

.page-template-o-nas-template .column-top.additional .additional-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top.additional .additional-box {
        width: 50%;
    }
}

.page-template-o-nas-template .column-top.additional .additional-box .image-box {
    width: 100%;
    min-height: 39.01042vw;
    background-size: cover !important;
}

.page-template-o-nas-template .column-top.additional .additional-box .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top.additional .additional-box .icons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.page-template-o-nas-template .column-top.additional .additional-box .icons .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 15px;
    color: #fff;
    background-color: #001b31;
    font-size: 21px;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top.additional .additional-box .icons .item {
        width: 25%;
        height: 10.41667vw;
        padding: 0;
        font-size: 0.83333vw;
    }
}

.page-template-o-nas-template .column-top.additional .additional-box .icons .item .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top.additional .additional-box .icons .item .image {
        width: 3.64583vw;
        height: 3.64583vw;
        margin: 2.08333vw auto 0 auto;
    }
}

.page-template-o-nas-template .column-top.additional .additional-box .icons .item .image img {
    width: 70px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top.additional .additional-box .icons .item .image img {
        width: 3.64583vw;
    }
}

.page-template-o-nas-template .column-top.additional .additional-box .icons .item .title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .column-top.additional .additional-box .icons .item .title {
        margin-top: 1.30208vw;
        margin-bottom: 0;
    }
}

.page-template-o-nas-template .column-top.additional .additional-box .icons .item:nth-child(2) {
    background-color: #052844;
}

.page-template-o-nas-template .column-top.additional .additional-box .icons .item:nth-child(3) {
    background-color: #093354;
}

.page-template-o-nas-template .column-top.additional .additional-box .icons .item:nth-child(4) {
    background-color: #124369;
}

.page-template-o-nas-template .main-gallery-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.page-template-o-nas-template .main-gallery-box .gallery-title {
    width: 100%;
    padding: 0 30px;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .main-gallery-box .gallery-title {
        padding: 0 2.86458vw;
    }
}

.page-template-o-nas-template .main-gallery-box h1 {
    margin-bottom: 20px;
    padding: 10px 0;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 10px solid #e22718;
    font-size: 21px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .main-gallery-box h1 {
        margin-bottom: 1.5625vw;
        padding: 0 0.52083vw;
        font-size: 1.35417vw;
    }
}

.page-template-o-nas-template .main-gallery-box .gallery-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .main-gallery-box .gallery-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.page-template-o-nas-template .main-gallery-box .gallery-items .gallery-item {
    width: 100%;
}

@media (min-width: 576px) {
    .page-template-o-nas-template .main-gallery-box .gallery-items .gallery-item {
        width: calc(100% / 3);
    }
}

@media (min-width: 1200px) {
    .page-template-o-nas-template .main-gallery-box .gallery-items .gallery-item {
        width: calc(100% / 5);
    }
}

.page-template-o-nas-template .main-gallery-box .gallery-items .gallery-item a {
    display: block;
}

.page-template-o-nas-template .main-gallery-box .gallery-items .gallery-item img {
    width: 100%;
    height: auto;
}

.page-template-program-szkolenia-template .column-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .column-top {
        margin-bottom: 1.5625vw;
    }
}

.page-template-program-szkolenia-template .column-top .main-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    min-height: 250px;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .column-top .main-image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        min-height: 22.44792vw;
    }
}

.page-template-program-szkolenia-template .column-top .content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0 20px;
    text-align: justify;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .column-top .content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        padding: 0 2.86458vw;
    }
}

.page-template-program-szkolenia-template .column-top .content h1 {
    margin-bottom: 20px;
    padding: 10px 0;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 10px solid #e22718;
    font-size: 21px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .column-top .content h1 {
        margin-top: 2.08333vw;
        margin-bottom: 1.5625vw;
        padding: 0 0.52083vw;
        font-size: 1.35417vw;
    }
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .column-top .content p {
        margin-bottom: 1.04167vw;
        font-size: 0.83333vw;
    }
}

.page-template-program-szkolenia-template .column-top .content ul {
    padding: 0;
    list-style: none;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .column-top .content ul {
        margin: 1.04167vw 0;
        font-size: 0.83333vw;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .column-top .content ul li {
        padding-left: 0;
    }
}

.page-template-program-szkolenia-template .column-top .content ul li::before {
    display: inline-block;
    width: 10px;
    margin-right: 5px;
    content: "\f105";
    color: #e22718;
    font-family: FontAwesome;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .column-top .content ul li::before {
        width: 0.52083vw;
        margin-right: 0.26042vw;
    }
}

.page-template-program-szkolenia-template .tables {
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .tables {
        padding: 0 2.86458vw;
    }
}

.page-template-program-szkolenia-template .tables .table-title {
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #e22718;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .tables .table-title {
        display: inline-block;
        padding: 0.26042vw 0.52083vw;
        font-size: 1.14583vw;
    }
}

.page-template-program-szkolenia-template .tables table {
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .tables table {
        margin-top: 0.78125vw;
        margin-bottom: 2.34375vw;
    }
}

.page-template-program-szkolenia-template .tables table .head {
    color: #fff;
    background: #001b31;
}

.page-template-program-szkolenia-template .tables table .head th {
    min-width: 250px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .tables table .head th {
        width: calc(100% / 5);
        padding: 0.52083vw;
        font-size: 0.83333vw;
    }
}

.page-template-program-szkolenia-template .tables table .text {
    vertical-align: top;
}

.page-template-program-szkolenia-template .tables table .text td {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .tables table .text td {
        padding: 1.5625vw 0;
        font-size: 0.83333vw;
    }
}

.page-template-program-szkolenia-template .tables table .text td p {
    margin: 0 0 10px 0;
    font-size: 15px;
}

@media (min-width: 1200px) {
    .page-template-program-szkolenia-template .tables table .text td p {
        margin: 0 0 0.52083vw 0;
        font-size: 0.83333vw;
    }
}

.page-template-program-szkolenia-template .tables table .text td:nth-child(odd) {
    background: #f1f1f1;
}

.page-template-cennik-template {
    position: relative;
}

.page-template-cennik-template .main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.page-template-cennik-template .main-wrapper .left-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box {
        width: 50%;
    }
}

.page-template-cennik-template .main-wrapper .left-box .top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .top-menu {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.page-template-cennik-template .main-wrapper .left-box .top-menu .main-image {
    width: 100%;
    min-height: 250px;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .top-menu .main-image {
        width: 25.10417vw;
        min-height: 26.51042vw;
    }
}

.page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu {
    width: 100%;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu {
        width: 16.66667vw;
    }
}

.page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-weight: bold;
}

.page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    color: #8996a0;
    font-size: 15px;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu ul li {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0.52083vw 3.07292vw 0.52083vw 0.52083vw;
        text-align: right;
        font-size: 0.72917vw;
    }
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu ul li:hover {
        color: #fff;
        background: #e22718;
    }

    .page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu ul li:hover::after {
        position: absolute;
        right: 1.19792vw;
        content: "\f105";
        font-family: "FontAwesome";
    }
}

.page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu ul li span {
    display: block;
}

.page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu ul li.active {
    color: #fff;
    background: #e22718;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu ul li.active::after {
        position: absolute;
        right: 1.19792vw;
        content: "\f105";
        font-family: "FontAwesome";
    }
}

.page-template-cennik-template .main-wrapper .left-box .bottom-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 300px;
    padding: 20px;
    color: #fff;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .bottom-info {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 14.63542vw;
        padding: 0 2.86458vw;
    }
}

.page-template-cennik-template .main-wrapper .left-box .bottom-info p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .bottom-info p {
        margin-bottom: 0.52083vw;
        text-align: right;
        font-size: 0.98958vw;
    }
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .bottom-info p:nth-child(1) {
        margin-bottom: 1.5625vw;
    }
}

.page-template-cennik-template .main-wrapper .left-box .bottom-info p:last-child {
    margin-bottom: 0;
}

.page-template-cennik-template .main-wrapper .left-box .bottom-info p.small-text {
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .bottom-info p.small-text {
        font-size: 0.83333vw;
    }
}

.page-template-cennik-template .main-wrapper .left-box .bottom-info p.account-number {
    font-size: 18px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .left-box .bottom-info p.account-number {
        font-size: 1.19792vw;
    }
}

.page-template-cennik-template .main-wrapper .right-box {
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .right-box {
        width: 50%;
        padding: 0 2.86458vw;
    }
}

.page-template-cennik-template .main-wrapper .right-box .category-item {
    display: none;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .right-box .category-item {
        padding-bottom: 0;
    }
}

.page-template-cennik-template .main-wrapper .right-box .category-item.active {
    display: block;
}

.page-template-cennik-template .main-wrapper .right-box .category-item .category-title {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .right-box .category-item .category-title {
        margin-top: 2.60417vw;
    }
}

.page-template-cennik-template .main-wrapper .right-box .category-item .category-title h5 {
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 10px solid #e22718;
    font-size: 21px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .right-box .category-item .category-title h5 {
        padding-left: 0.52083vw;
        border-left: 0.52083vw solid #e22718;
        font-size: 1.35417vw;
    }
}

.page-template-cennik-template .main-wrapper .right-box .category-item .category-title .price {
    display: inline-block;
    margin-left: 20px;
    padding: 5px 10px;
    color: #fff;
    background: #e22718;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .right-box .category-item .category-title .price {
        margin-left: 1.04167vw;
        padding: 0 0.52083vw;
        font-size: 1.5625vw;
    }
}

.page-template-cennik-template .main-wrapper .right-box .category-item .category-title .price span {
    font-weight: 300;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .right-box .category-item .category-title .price span {
        font-size: 1.04167vw;
    }
}

.page-template-cennik-template .main-wrapper .right-box .category-item .main-text {
    padding: 30px 0 0 0;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .right-box .category-item .main-text {
        font-size: 0.83333vw;
    }

    .page-template-cennik-template .main-wrapper .right-box .category-item .main-text p {
        margin-bottom: 1.30208vw;
    }

    .page-template-cennik-template .main-wrapper .right-box .category-item .main-text ol, .page-template-cennik-template .main-wrapper .right-box .category-item .main-text ul {
        margin: 1.04167vw 0;
    }

    .page-template-cennik-template .main-wrapper .right-box .category-item .main-text li {
        margin-bottom: 0.26042vw;
    }
}

.page-template-cennik-template .main-wrapper .right-box .category-item .main-text hr {
    border-top: 1px solid #8d9093;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .right-box .category-item .main-text hr {
        margin: 1.5625vw auto;
    }
}

.page-template-cennik-template .main-wrapper .right-box .category-item .main-text .button {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    background: #e22718;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-cennik-template .main-wrapper .right-box .category-item .main-text .button {
        padding: 0.52083vw 2.86458vw;
        font-size: 0.83333vw;
    }
}

.page-template-zapisy-na-kurs-template {
    position: relative;
}

.page-template-zapisy-na-kurs-template .main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-template-zapisy-na-kurs-template .main-wrapper .image-column {
    width: 100%;
    min-height: 350px;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper .image-column {
        width: 50%;
        min-height: 39.16667vw;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper .text-column {
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper .text-column {
        width: 50%;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper .text-column .content {
    width: 100%;
    padding: 20px;
    text-align: justify;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper .text-column .content {
        padding: 0 2.86458vw;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper .text-column .content h1 {
    margin-bottom: 20px;
    padding: 10px 0;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 10px solid #e22718;
    font-size: 21px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper .text-column .content h1 {
        margin-top: 2.08333vw;
        margin-bottom: 1.5625vw;
        padding: 0 0.52083vw;
        font-size: 1.35417vw;
    }
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper .text-column .content p {
        margin-bottom: 1.04167vw;
        font-size: 0.83333vw;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper form .ajax-loader {
    display: none !important;
}

.page-template-zapisy-na-kurs-template .main-wrapper form p {
    margin: 0;
}

.page-template-zapisy-na-kurs-template .main-wrapper form p.title {
    display: block;
    width: 100%;
    margin: 15px 0;
    padding: 10px 10px;
    color: #fff;
    background: #e22718;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper form p.title {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0.26042vw 0.52083vw;
        font-size: 0.72917vw;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box {
    position: relative;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input {
    width: 100%;
    padding: 10px 0;
    text-align: right;
    text-align: left;
    color: #152129;
    border: none;
    border-bottom: 1px solid #2c2c2c;
    background: transparent;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input {
        margin: 1.04167vw 0;
        padding: 0.26042vw 0;
        text-align: right;
        font-size: 0.83333vw;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea:focus, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input:focus {
    border-bottom: 1px solid #2c2c2c;
    outline: none;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea::-webkit-input-placeholder, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input::-webkit-input-placeholder {
    opacity: 1;
    color: #152129;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea::-moz-placeholder, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input::-moz-placeholder {
    opacity: 1;
    color: #152129;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea:-ms-input-placeholder, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input:-ms-input-placeholder {
    opacity: 1;
    color: #152129;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea::-ms-input-placeholder, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input::-ms-input-placeholder {
    opacity: 1;
    color: #152129;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea::placeholder, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input::placeholder {
    opacity: 1;
    color: #152129;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea:-ms-input-placeholder, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input:-ms-input-placeholder {
    color: #152129;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea::-ms-input-placeholder, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box input::-ms-input-placeholder {
    color: #152129;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box .location, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box .category {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper form .field-box .location, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box .category {
        margin: 1.04167vw 0;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box .location::after, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box .category::after {
    position: absolute;
    right: 0;
    display: block;
    content: "\f107";
    color: #152129;
    font-family: "FontAwesome";
    font-size: 16px;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper form .field-box .location::after, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box .category::after {
        font-size: 0.83333vw;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
    text-align: left;
    text-indent: 1px;
    text-overflow: "";
    direction: ltr;
    color: #152129;
    border: none;
    border-bottom: 1px solid #2c2c2c;
    background: transparent;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper form .field-box select {
        margin: 0;
        padding: 0.26042vw 1.04167vw 0.26042vw 0;
        text-align: right;
        direction: rtl;
        font-size: 0.83333vw;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box select option {
    direction: ltr;
    color: #152129;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper form .field-box select option {
        direction: rtl;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box select:focus {
    border-bottom: 1px solid #2c2c2c;
    outline: none;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box .wpcf7-not-valid {
    border-bottom: 1px solid #e22718 !important;
    background: rgba(226, 39, 24, 0.1);
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box .wpcf7-not-valid-tip {
    display: none !important;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .response-row .wpcf7-response-output {
    display: none !important;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .submit-btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper form .submit-btn-row {
        margin-top: 4.16667vw;
        margin-bottom: 2.08333vw;
    }
}

.page-template-zapisy-na-kurs-template .main-wrapper form .submit-btn-row input {
    width: 100%;
    margin-top: 30px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #e22718;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-zapisy-na-kurs-template .main-wrapper form .submit-btn-row input {
        width: auto;
        margin-top: 0;
        padding: 0.52083vw 2.34375vw;
        font-size: 0.83333vw;
    }
}

.text-page-wrapper {
    padding: 0 20px;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .text-page-wrapper {
        padding: 0 2.60417vw;
        font-size: 0.83333vw;
    }
}

.text-page-wrapper h1.h1 {
    margin-bottom: 20px;
    padding: 10px 0;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 10px solid #e22718;
    font-size: 21px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .text-page-wrapper h1.h1 {
        margin-bottom: 1.5625vw;
        padding: 0 0.52083vw;
        font-size: 1.35417vw;
    }
}

.page-template-transport-template .main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-template-transport-template .main-wrapper .image-column {
    width: 100%;
    min-height: 350px;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper .image-column {
        width: 50%;
        min-height: 39.16667vw;
    }
}

.page-template-transport-template .main-wrapper .text-column {
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper .text-column {
        width: 50%;
    }
}

.page-template-transport-template .main-wrapper .text-column .content {
    width: 100%;
    padding: 20px;
    text-align: justify;
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper .text-column .content {
        padding: 0 2.86458vw;
    }
}

.page-template-transport-template .main-wrapper .text-column .content h1 {
    margin-bottom: 20px;
    padding: 10px 0;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 10px solid #e22718;
    font-size: 21px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper .text-column .content h1 {
        margin-bottom: 1.5625vw;
        padding: 0 0.52083vw;
        font-size: 1.35417vw;
    }
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper .text-column .content p {
        margin-bottom: 1.04167vw;
        font-size: 0.83333vw;
    }
}

.page-template-transport-template .main-wrapper form .ajax-loader {
    display: none !important;
}

.page-template-transport-template .main-wrapper form p {
    margin: 0;
}

.page-template-transport-template .main-wrapper form p.title {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #e22718;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper form p.title {
        padding: 0.26042vw 0.52083vw;
        font-size: 0.72917vw;
    }
}

.page-template-transport-template .main-wrapper form .field-box {
    position: relative;
}

.page-template-transport-template .main-wrapper form .field-box input {
    width: 100%;
    padding: 10px 0;
    text-align: left;
    color: #2c2c2c;
    border: none;
    border-bottom: 1px solid #2c2c2c;
    background: transparent;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper form .field-box input {
        margin: 1.04167vw 0;
        padding: 0.26042vw 0.52083vw;
        text-align: right;
        font-size: 0.83333vw;
    }
}

.page-template-transport-template .main-wrapper form .field-box input:focus {
    border-bottom: 1px solid #2c2c2c;
    outline: none;
}

.page-template-transport-template .main-wrapper form .field-box input::-webkit-input-placeholder {
    opacity: 1;
    color: #2c2c2c;
}

.page-template-transport-template .main-wrapper form .field-box input::-moz-placeholder {
    opacity: 1;
    color: #2c2c2c;
}

.page-template-transport-template .main-wrapper form .field-box input:-ms-input-placeholder {
    opacity: 1;
    color: #2c2c2c;
}

.page-template-transport-template .main-wrapper form .field-box input::-ms-input-placeholder {
    opacity: 1;
    color: #2c2c2c;
}

.page-template-transport-template .main-wrapper form .field-box input::placeholder {
    opacity: 1;
    color: #2c2c2c;
}

.page-template-transport-template .main-wrapper form .field-box input:-ms-input-placeholder {
    color: #2c2c2c;
}

.page-template-transport-template .main-wrapper form .field-box input::-ms-input-placeholder {
    color: #2c2c2c;
}

.page-template-transport-template .main-wrapper form .field-box .wpcf7-not-valid {
    border-bottom: 1px solid #e22718 !important;
    background: rgba(226, 39, 24, 0.1);
}

.page-template-transport-template .main-wrapper form .field-box .wpcf7-not-valid-tip {
    display: none !important;
}

.page-template-transport-template .main-wrapper form .acceptance-row {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper form .acceptance-row {
        margin: 0;
        font-size: 0.83333vw;
    }
}

.page-template-transport-template .main-wrapper form .acceptance-row .wpcf7-list-item-label {
    cursor: pointer;
}

.page-template-transport-template .main-wrapper form .acceptance-row a {
    border-bottom: 1px solid #2c2c2c;
}

.page-template-transport-template .main-wrapper form .acceptance-row .wpcf7-list-item {
    margin: 0;
}

.page-template-transport-template .main-wrapper form .response-row .wpcf7-response-output {
    display: none !important;
}

.page-template-transport-template .main-wrapper form .submit-btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper form .submit-btn-row {
        margin-top: 4.16667vw;
        margin-bottom: 2.08333vw;
    }
}

.page-template-transport-template .main-wrapper form .submit-btn-row input {
    width: 100%;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #e22718;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-transport-template .main-wrapper form .submit-btn-row input {
        width: auto;
        padding: 0.52083vw 2.34375vw;
        font-size: 0.83333vw;
    }
}

.page-template-kontakt-template {
    position: relative;
}

.page-template-kontakt-template .kontakt-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .page-template-kontakt-template .kontakt-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.page-template-kontakt-template .kontakt-row .left-column {
    width: 100%;
}

@media (min-width: 1200px) {
    .page-template-kontakt-template .kontakt-row .left-column {
        width: 50%;
    }
}

.page-template-kontakt-template .kontakt-row .left-column .form-wrapper {
    padding: 1.5625vw 2.60417vw;
    background-size: cover !important;
}

.page-template-kontakt-template .kontakt-row .left-column h1.h1 {
    margin-bottom: 20px;
    padding: 10px 0;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 10px solid #e22718;
    font-size: 21px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .page-template-kontakt-template .kontakt-row .left-column h1.h1 {
        margin-bottom: 1.5625vw;
        padding: 0 0.52083vw;
        font-size: 1.35417vw;
    }
}

.page-template-kontakt-template .kontakt-row .left-column p, .page-template-kontakt-template .kontakt-row .left-column h5 {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .page-template-kontakt-template .kontakt-row .left-column p, .page-template-kontakt-template .kontakt-row .left-column h5 {
        margin: 0;
        font-size: 0.83333vw;
        line-height: 1.25vw;
    }
}

.page-template-kontakt-template .kontakt-row .right-column {
    width: 100%;
    background-size: cover !important;
}

@media (min-width: 1200px) {
    .page-template-kontakt-template .kontakt-row .right-column {
        width: 50%;
    }
}

.page-template-cennik-template .main-wrapper .left-box .top-menu .categories-menu ul li {
    text-transform: uppercase;
}

.button__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 45px;
    width: 45px;
    outline: none;
    border: solid 1px #e43324;
    color: #e43324;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    transition-duration: .25s;
}

.button__icon:hover {
    color: #fff;
    border-color: #fff;
    background-color: #e43324;
}

.posts__list .grid {
    display: flex;
    flex-wrap: wrap;
}

.posts__list_box, .posts__list_box * {
    box-sizing: border-box;
}

.posts__list_box {
    display: flex;
    width: 50%;
    margin-bottom: 35px;
}

.posts__list_box .cover_image {
    display: block;
    position: relative;
    width: 16vw;
    min-width: 16vw;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.posts__list_box .cover_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.posts__list_box .cover_image .date {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    color: #001b31;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 10px;
    min-width: 160px;
    height: 45px;
}

.posts__list_box .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 35px 35px 0 35px;
}

.posts__list_box .content .title {
    display: block;
    margin: 0;
    padding: 0 0 0 15px;
    color: #152129;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    border-left: solid 5px #e43324;
    line-height: 1em;
}

.posts__list_box .content .excerpt {
    display: block;
    margin: 0;
    padding: 50px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #152129;
    line-height: 1.65em;
    flex-grow: 1;
    text-align: justify;
}

.posts__list_box .content .excerpt p {
    margin: 0;
    padding: 0;
    display: inline;
}

.posts__list_box .content .button__icon {
    margin: 40px 0 0 auto;
}

@media all and (max-width: 1500px) {
    .posts__list_box .cover_image {
        width: 18vw;
        min-width: 18vw;
    }

    .posts__list_box .content .title {
        font-size: 17px;
    }

    .posts__list_box .content {
        padding: 15px 15px 0 15px;
    }

    .posts__list_box .content .excerpt {
        padding: 20px 0 0 0;
    }
}

@media all and (max-width: 1060px) {
    .posts__list_box {
        width: 100%;
    }

    .posts__list_box .cover_image {
        width: 300px;
        min-width: 300px;
    }
}

@media all and (max-width: 640px) {
    .posts__list_box {
        flex-direction: column;
    }

    .posts__list_box .cover_image {
        width: 100%;
        min-width: unset;
        height: 280px;
    }
}

.posts__list .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 30px auto;
}

.posts__list .pagination .screen-reader-text {
    display: none;
}

.posts__list .pagination .nav-links {
    display: block;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.posts__list .pagination .page-numbers {
    margin: 0 5px;
}

.posts__list .pagination a.page-numbers, .posts__list .pagination span.page-numbers {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    transition-duration: .25s;
    cursor: pointer;
}

.posts__list .pagination .page-numbers.prev, .posts__list .pagination .page-numbers.next {
    display: flex;
    align-items: center;
    width: 200px;
    height: 45px;
    background: #001b31;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition-duration: .25s;
}

.posts__list .pagination .page-numbers.prev span, .posts__list .pagination .page-numbers.next span {
    text-align: center;
    flex-grow: 1;
}

.posts__list .pagination .page-numbers.prev i, .posts__list .pagination .page-numbers.next i {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e22718;
    height: 100%;
    width: 44px;
    transition-duration: .25s;
}

.posts__list .pagination .page-numbers.prev:hover, .posts__list .pagination .page-numbers.next:hover {
    background: #e22718;
    color: #fff;
    transition-duration: .25s;
}

.posts__list .pagination .page-numbers.prev:hover i, .posts__list .pagination .page-numbers.next:hover i {
    background: #001b31;
    transition-duration: .25s;
}

.posts__list .pagination .page-numbers:hover, .posts__list .pagination .page-numbers.current {
    color: #e22718;
}

.posts__list .pagination .page-numbers.dots {
    font-size: 0;
    margin: 0 10px;
}

.posts__list .pagination .page-numbers.dots:before {
    font-size: 16px;
    content: 'z';
}

.title__primary {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #152129;
}

.title__primary:after {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 76px;
    background: red;
    content: '';
    margin: 0 0 0 25px;
}

@media all and (max-width: 620px) {
    .title__primary:after {
        display: none;
    }
}

.button__primary {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0.521vw 0.781vw;
    font-weight: 600;
    font-size: 0.833vw;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    min-width: 180px;
    background-color: #04a1b3;
    cursor: pointer;
    transition-duration: .25s;
}

.button__primary:hover {
    background-color: #00101d !important;
}

.main__footer {
    display: flex;
    width: 100%;
}

.main__contact {
    display: flex;
    width: 100%;
}

.main__footer, .main__footer * {
    box-sizing: border-box;
}

.main__contact, .main__contact * {
    box-sizing: border-box;
}

.main__contact .contact_side {
    display: flex;
    flex-direction: column;
    max-width: 611px;
    width: 40%;
    padding: 45px 45px 0 45px;
}

.main__contact .contact_side.-with_bg {
    background-image: url('./images/frontpage_footer_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main__contact .contact_side .info_banner {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 40px 0 0 0;
    background: #001b31;
    color: #fff;
    min-height: 110px;
}

.main__contact .contact_side .info_banner .box_text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 10px 35px;
    text-transform: uppercase
}

.main__contact .contact_side .info_banner .box_text b {
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.main__contact .contact_side .info_banner .box_text span {
    display: block;
    font-size: 17px;
    font-weight: 300;
}

.main__contact .contact_side .info_banner .box_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    border-left: solid 1px #424a50;
}

.main__contact .contact_side .info_banner .box_icon img {
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.main__contact .contact_side .addresses_list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
    flex-grow: 1;
}

.main__contact .contact_side .addresses_list li {
    display: block;
    margin: 44px 0;
    padding: 0 65px;
    border-style: solid;
    border-color: #e22718;
    border-width: 0 1px;
    color: #152129;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
    text-transform: uppercase;
}

.main__contact .contact_side .addresses_list .address {
    font-weight: 600;
    margin-bottom: 15px;
}

.main__contact .contact_side .addresses_list .hours {
    font-weight: 400;
}

.main__contact .contact_side .addresses_list .hours b, .main__contact .contact_side .addresses_list .hours strong {
    font-weight: 600;
}

.main__contact .contact_side .addresses_list .contact {
    font-weight: 600;
}

.main__contact .contact_side .addresses_list i {
    color: #e22718;
    margin-right: 3px;
}

.main__contact .contact_side .addresses_list a {
    transition-duration: .25s;
}

.main__contact .contact_side .addresses_list a:hover {
    color: #e22718;
}

.main__contact>.switchable_maps {
    flex-grow: 1;
    display: flex;
}

.main__contact .switchable_maps .nav_buttons {
    display: flex;
    flex-direction: column;
}

.main__contact .switchable_maps .nav_buttons .btn {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    color: #fff;
    width: 180px;
    min-height: 150px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.3em;
    transition-duration: .3s;
    position: relative;
    z-index: 20;
}

.main__contact .switchable_maps .nav_buttons .btn .btn_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 20;
    background: #001b31;
    border-bottom: solid 1px #34434d;
    transition-duration: .3s;
    padding: 5px 15px;
}

.main__contact .switchable_maps .nav_buttons .btn b {
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
    position: relative;
    z-index: 15;
}

.main__contact .switchable_maps .nav_buttons .btn span {
    display: block;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 15;
}

.main__contact .switchable_maps .nav_buttons .btn .arrow {
    display: block;
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    z-index: 10;
    opacity: 0;
    transition-duration: .45s;
}

.main__contact .switchable_maps .nav_buttons .btn .arrow svg {
    height: 100%;
    width: auto;
    fill: #e22718;
}

.main__contact .switchable_maps .nav_buttons .btn:hover .btn_content {
    background: #0a3052;
}

.main__contact .switchable_maps .nav_buttons .btn.-active .btn_content {
    background: #e22718;
    border-bottom-color: #e22718;
}

.main__contact .switchable_maps .nav_buttons .btn.-active .arrow {
    left: 100%;
    opacity: 1;
}

.main__contact .switchable_maps .switchable_maps_content {
    display: block;
    position: relative;
    flex-grow: 1;
}

.main__contact .switchable_maps .map_wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.main__contact .switchable_maps .map_wrapper img, .main__contact .switchable_maps .map_wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: .25s;
}

.main__contact .switchable_maps .map_wrapper img {
    z-index: 5;
    filter: blur(0px);
    object-fit: cover;
}

.main__contact .switchable_maps .map_wrapper a {
    z-index: 10;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, .5);
    opacity: 0;
    text-align: center;
}

.main__contact .switchable_maps .map_wrapper:hover img {
    filter: blur(2px);
    transition-duration: .45s;
}

.main__contact .switchable_maps .map_wrapper:hover a {
    opacity: 1;
    transition-duration: .45s;
}

.main__footer .copyright {
    display: block;
    text-align: center;
    font-size: 0.781vw;
    color: #152129;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 1.563vw 0;
}

.main__footer .copyright b, .main__footer .copyright strong {
    font-weight: 600;
}

.main__footer .copyright a {
    transition-duration: .25s;
}

.main__footer .copyright a:hover {
    color: #e22718;
}

.main__footer .subpage_footer_text {
    width: 100%;
}

.main__footer .subpage_footer_text .copyright {
    padding: 0.521vw 0;
}

.main__footer .subpage_footer_text .copyright-mtm {
    margin-top: -30px;
}

@media all and (max-width: 1460px) {
    .main__contact .contact_side {
        padding: 25px 15px 0 15px;
    }

    .main__contact .contact_side .info_banner {
        margin-top: 15px;
    }

    .main__contact .contact_side .addresses_list {
        padding-top: 0;
    }

    .main__contact .contact_side .addresses_list li {
        margin: 20px 0;
        padding: 0 25px;
    }

    .main__contact .contact_side .addresses_list .address {
        margin-bottom: 8px;
    }
}

@media all and (max-width: 980px) {
    .main__contact {
        flex-direction: column;
    }

    .main__contact .contact_side {
        max-width: unset;
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    .main__contact .contact_side .info_banner .box_text {
        padding: 10px;
    }

    .main__contact .contact_side .addresses_list {
        margin-top: 15px;
    }

    .main__contact .contact_side .addresses_list li {
        margin: 20px 0;
        padding: 0 0 20px 0;
        border: none;
        border-bottom: solid 1px #e22718;
    }

    .main__contact .contact_side .addresses_list li {
        font-size: 14px;
        line-height: 1.6em;
    }

    .main__contact .switchable_maps .nav_buttons .btn {
        width: 120px;
        min-height: 100px;
        font-size: 11px;
        line-height: 1.3em;
    }

    .main__contact .switchable_maps .nav_buttons .btn .btn_content {
        padding: 5px;
    }

    .main__contact .switchable_maps .nav_buttons .btn b {
        margin-bottom: 4px;
    }

    .main__contact .switchable_maps .map_wrapper a {
        font-size: 24px;
    }
}

.page-wrapper.text-page-wrapper {
    overflow: auto;
}

.single_post_cover_image {
    display: block;
    max-width: 50%;
    float: left;
    margin: 0 35px 35px 0;
}

.single_post_cover_image img {
    max-width: 100%;
    height: auto;
}

@media all and (max-width: 680px) {
    .single_post_cover_image {
        max-width: 100%;
        margin: 0 auto 20px auto;
        float: unset;
    }
}

.page-title h1, .page-title h2 {
    font-weight: 700;
}

.title__secondary {
    display: block;
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 26px;
    font-weight: 700;
    color: #152129;
    border-left: solid 6px #e43324;
    text-transform: uppercase;
}

.title__secondary:before {
    display: inline-block;
    vertical-align: bottom;
    height: 16px;
    width: 6px;
    background: #e43324;
    content: '';
    margin: 0 20px 6px 0;
    content: '';
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box input, .page-template-zapisy-na-kurs-template .main-wrapper form .field-box select {
    border-bottom-color: #a5a5a5;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box textarea {
    height: 140px;
    background-image: linear-gradient(to bottom, #a5a5a5 1px, transparent 1px);
    background-size: 100% 70px;
    background-repeat: repeat;
    background-position: 0 -1px;
    background-attachment: local;
    line-height: 70px;
    border-bottom: none !important;
    resize: none;
}

.page-template-kontakt-template .kontakt-row .left-column {
    display: flex;
    flex-direction: column;
}

.page-template-kontakt-template .kontakt-row .left-column .form-wrapper {
    flex-grow: 1;
}

.assign_banner_box_wrapper .assign {
    min-height: unset;
}

.assign_banner_box_wrapper .assign {
    padding-top: 25px;
    padding-bottom: 25px;
}

.assign_banner_box_wrapper .assign>div>h5 {
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 24px !important;
    font-weight: 700;
}

.wpcf7-form-control-wrap.acc_reg {
    display: block;
    width: 100%;
}

.wpcf7-form-control-wrap.acc_reg label {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.wpcf7-form-control-wrap.acc_reg span {
    display: block;
    width: 100%;
    text-align: left;
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
}

.wpcf7-form-control-wrap.acc_reg span a {
    text-decoration: underline !important;
}

.wpcf7-form-control-wrap.acc_reg input {
    display: block;
    width: initial !important;
    margin-right: 15px !important;
}

.contact_form_wrapper .wpcf7-form-control-wrap.acc_reg {
    margin-top: -40px;
}

.contact_form_wrapper form .submit-btn-row {
    margin-top: 15px !important;
}

.top_title_with_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 2.86458vw;
}

.button_with_icon {
    display: flex;
    margin: 0;
    padding: 0 15px 0 0;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    min-height: 45px;
    background-color: #001b31;
    cursor: pointer;
    transition-duration: .25s;
}

.button_with_icon i {
    display: inline-flex;
    width: 45px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-color: #e22718;
    transition-duration: .25s;
    color: #fff;
}

.button_with_icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.button_with_icon:hover {
    background-color: #e22718;
}

.button_with_icon:hover i {
    background-color: #001b31;
}

.button_with_icon.-right_icon {
    padding: 0 0 0 15px;
}

.button_with_icon.-right_icon i {
    margin-right: 0;
    margin-left: 15px;
}

.page-template-szkolenia-zawodowe-wpis-template .column-top {
    margin-bottom: 0;
}

.page-id-12 #page-content {
    padding-top: 0;
}

.page-id-12 #page-content .title__primary {
    padding-top: 2.60417vw;
}

.button_with_icon {
    align-items: center;
}

.button_with_icon i {
    height: 100%;
    min-height: 45px;
}

.page-template-zapisy-na-kurs-template .main-wrapper form .field-box .category::after {
    z-index: -1;
}

section#main-sidebar .social-bar ul {
    margin-bottom: -20px;
}

.main__contact .contact_side .addresses_list li {
    margin: 15px 0;
}

.password_protected_page_form {
    display: flex;
    justify-content: center;
    margin: 60px auto;
}

.password_protected_page_form br {
    display: none;
}

.password_protected_page_form label {
    display: block;
    margin: 0;
    padding: 0;
}

.password_protected_page_form label input {
    height: 45px;
    box-sizing: border-box;
    padding: 8px 10px;
    width: 200px;
    margin: 0 6px 0 0;
    border: solid 1px #ccc;
}

@media all and (max-width: 470px) {
    .password_protected_page_form {
        flex-direction: column;
    }

    .password_protected_page_form label input, .password_protected_page_form button {
        width: 100%
    }
}

.tests_list {
    display: block;
    margin: 40px auto;
    padding: 0;
    list-style: none;
}

.tests_list li {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #efefef;
}

.tests_list .test_title {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #001b31;
    margin: 0 0 15px 0;
    padding: 0;
}

.tests_list .test_description {
    display: block;
    font-weight: 300;
    font-size: 12px;
    color: #001b31;
    margin: 0 0 15px 0;
    padding: 0;
}

.tests_list button {
    padding: 4px 10px;
    font-size: 13px;
    min-width: unset;
}

.button__close {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: #001b31;
    color: #fff;
    height: 46px;
    width: 46px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    transition-duration: .25s;
}

.button__close span {
    transform: rotateZ(45deg);
}

.button__close:hover {
    background: #e22718;
}

.test_window {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999;
    background: rgba(0, 0, 0, .75);
}

.test_window .closeButton {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
}

.test_window .content {
    display: block;
    margin: auto;
    padding: 0;
    max-width: 800px;
    max-height: 600px;
    width: 100%;
    height: 100%;
}

.test_window .content iframe {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.mobile_top_logo {
    display: block;
    margin: 0;
    padding: 20px;
    background: #001b31;
    text-align: center;
    width: 100%;
}

.mobile_top_logo img {
    max-width: 100%;
    width: 200px;
    margin: 0 auto;
}

@media all and (min-width: 1201px) {
    .mobile_top_logo {
        display: none;
    }
}

@media all and (max-width: 440px) {
    .mobile_top_logo {
        padding-right: 80px;
    }
}

.centered_big_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    line-height: 1em;
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

.centered_big_button .button {
    min-height: 150px;
    padding: 10px 30px;
    min-width: 250px;
    margin: 10px;
}

body>div>.grecaptcha-badge {
    margin-right: -500px;
}

section#main-sidebar .heading .text {
    padding: 20px 0 10px 0;
}

section#main-sidebar #sidebar-menu ul li a {
    padding-top: .6vw;
    padding-bottom: .6vw;
}

section#main-sidebar .social-bar {
    bottom: 140px;
}

.rrosktests__single_test_screen .question_media img {
    object-fit: contain;
}

.page-template-cennik-template-php #page-content {
    padding-top: 0;
}

.rroskpricelist .rroskpricelist__popup_window .content .additional_product_variations {
    margin-bottom: 15px;
}

@media all and (max-height: 880px) {
    .rroskpricelist .rroskpricelist__popup_window .content {
        max-height: calc(100vh - 70px);
    }

    .rroskpricelist .rroskpricelist__steps_path {
        margin: 10px 0;
    }

    .rroskpricelist .rroskpricelist__payment_products li {
        margin: 10px 0;
    }
}

@media all and (max-height: 700px) {
    .rroskpricelist .rroskpricelist__popup_window .content {
        max-height: calc(100vh - 30px);
    }

    .rroskpricelist .rroskpricelist__popup_window .wrapper {
        padding-top: 10px;
    }

    .rroskpricelist .rroskpricelist__popup_window .content .bottom {
        margin: 10px 0;
    }

    .rroskpricelist .rroskpricelist__payment_products {
        margin-bottom: 0;
    }

    .rroskpricelist .rroskpricelist__payment_products li {
        margin: 5px 0;
    }

    .rroskpricelist .rroskpricelist__popup_window .content .subtitle {
        margin: 10px 0;
    }

    .rroskpricelist .rroskpricelist__steps_path .step .title {
        margin-top: 4px;
    }
}

#nnhome h1 {
    font-weight: 800;
    font-size: 1vw;
}

#nnhome h2 {
    font-size: 0.9vw;
}

#nnhome h3 {
    font-size: 0.9vw;
}

#nnhome h4 {
    margin-top: 0.8vw;
    margin-bottom: 0.4vw;
    font-size: 0.9vw;
    font-weight: 800;
}

#nnhome h5 {
    font-size: 0.8vw;
    line-height: 1.5;
}

#nnhome h6 {
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    #front-page-about-us .column-1 #nnhome.image {
        min-height: 67vw;
    }
}

@media (max-width: 1200px) {
    #nnhome h1 {
        font-weight: 800;
        font-size: 16px;
    }

    #nnhome h2 {
        font-size: 16px;
    }

    #nnhome h3 {
        font-size: 16px;
    }

    #nnhome h4 {
        margin-top: 8px;
        margin-bottom: 4px;
        font-size: 15px;
        font-weight: 800;
    }

    #nnhome h5 {
        font-size: 15px;
    }

    #nnhome h6 {
        font-size: 15px;
        font-weight: 400;
    }
}

body.template-strefa-kursanta-crm-logged .page-wrapper.text-page-wrapper {
    min-height: calc(100% - 350px);
}

@media all and (min-width: 1200px) {
    body.template-strefa-kursanta-crm-logged .page-wrapper {
        overflow: initial;
    }

    body.template-strefa-kursanta-crm-logged #main-wrapper {
        display: block;
        margin: 0;
        padding: 0;
    }

    body.template-strefa-kursanta-crm-logged #main-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 320px;
        overflow: initial;
        margin-left: -320px;
        z-index: 10010;
        transition-duration: .4s;
    }

    body.template-strefa-kursanta-crm-logged #main-sidebar.-opened {
        margin-left: 0;
    }

    body.template-strefa-kursanta-crm-logged #main-sidebar #main-sidebar-mobile-btn {
        display: flex;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 11000;
    }

    body.template-strefa-kursanta-crm-logged #page-content {
        display: block;
        width: 100%;
        overflow: initial;
        position: initial;
    }

    body.template-strefa-kursanta-crm-logged #page-content .text-page-wrapper {
        padding: 0;
    }
}

@media all and (max-width: 1200px) {
    body.template-strefa-kursanta-crm-logged #main-sidebar #main-sidebar-mobile-btn {
        display: none;
    }
}

body.template-strefa-kursanta-crm-logged .rroskcrm__loginForm h2 {
    margin: 0;
}

body.template-strefa-kursanta-crm-logged .rroskcrm__loginForm>br {
    display: none;
}

body.template-strefa-kursanta-crm-logged .rroskcrm__loginForm input[type=text], body.template-strefa-kursanta-crm-logged .rroskcrm__loginForm input[type=email], body.template-strefa-kursanta-crm-logged .rroskcrm__loginForm input[type=password] {
    width: 270px;
    font-size: 15px;
    padding: 10px 10px;
    margin: 0 auto 7px auto;
}

body.template-strefa-kursanta-crm-logged #responsive-menu-button {
    display: none !important;
}

body.template-strefa-kursanta-crm-logged .main__footer {
    background: #00101d;
    color: #fff;
}

body.template-strefa-kursanta-crm-logged .main__footer * {
    color: #fff;
}

.pwa-popup {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    background: #e22718;
    color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .75);
}

.pwa-popup p {
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.pwa-popup .pwa-popup-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    padding: 12px 32px;
    text-transform: uppercase;
    color: #fff;
    background-color: #001b31;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition-duration: .25s;
    line-height: 1em;
}

.pwa-popup .pwa-popup-button:hover {
    background-color: #1b5482;
}

.pwa-popup p svg {
    max-width: 20px;
    max-height: 20px;
    fill: #fff;
    stroke: #fff;
    margin: 0;
}

@media (max-width: 640px) {
    #front-page-hero .movie-btn .icon {
        padding: 10px 5px;
    }
}

@media (max-width: 530px) {
    #front-page-hero .movie-btn .icon {
        padding: 6px 0px;
    }

    #front-page-hero .movie-btn .icon img {
        width: 37%;
    }

    #front-page-hero .movie-btn {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #front-page-hero .movie-btn .text {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    #front-page-hero .movie-btn {
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

body.page-login {
    display: block;
    height: 100%;
}

@media (max-width: 1536px) {
    .rroskcrm_login_admin .copyright .infolinia {
        padding-bottom: 1.302vw;
    }
}

@media (max-width: 1280px) {
    .rroskcrm_login_admin .copyright .infolinia {
        padding-bottom: 0.669vw;
    }

    .nav {
        grid-template-columns: 16.3vw 8.2vw 11.5vw 11vw 12vw 12vw 10vw 12vw;
    }
}

@media (max-width: 1279px) {

    .rroskcrm_login_admin .rroskcrm_login_admin_box {
        width: 100%;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_col_left {
        width: 25%;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_col_center {
        width: 50%;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_col_right {
        width: 25%;
    }
}

@media (max-width: 840px) {

    .rroskcrm_login_admin .rroskcrm_login_admin_box {
        height: 510px;
        box-shadow: 3px 4px 54px 0px rgba(0, 0, 0, 0.19);
        text-shadow: 3px 4px 54px rgba(0, 0, 0, 0.19);
        margin-top: 42px;
        padding-top: 96px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_logo {
        padding-top: 52px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_logo img {
        width: 183px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_box h2 {
        font-size: 32px;
        margin-bottom: 38px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_box p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .button__primary {
        padding: 10px 15px;
        font-size: 16px;
        min-width: 180px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_box input {
        margin-bottom: 17px !important;
    }

    .rroskcrm__loginForm input[type=text], .rroskcrm__loginForm input[type=tel], .rroskcrm__loginForm input[type=email], .rroskcrm__loginForm input[type=number], .rroskcrm__loginForm input[type=search], .rroskcrm__loginForm input[type=date], .rroskcrm__loginForm input[type=password], .rroskcrm__loginForm input[type=url] {
        margin: 5px;
        padding: 8px 10px;
        font-size: 16px;
    }

    .rroskcrm_login_admin .copyright .infolinia {
        padding-bottom: 20px;
        font-size: 22px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_col_left {
        width: 25%;
        display: none;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_col_center {
        width: 100%;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_col_right {
        display: none;
    }

    .rroskcrm_login_admin .copyright {
        font-size: 16px
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_box input {
        width: 308px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_box .rroskcrm__loginForm__notice {
        width: 308px;
        margin-top: -22px;
        margin-bottom: 24px;
    }

    .rroskcrm__loginForm__notice {
        padding: 8px 8px 8px 48px;
        font-size: 14px;
    }

    #head-bar li.center img {
        width: 130px;
    }

    #head-bar ul li {
        font-size: 19px;
    }

    #head-bar li.right a {
        font-size: 14px;
        width: 212px;
        height: 38px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-link {
        padding: 10px 32px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
    }

    .rroskcrmApp-titlePrimary {
        margin: 20px 0 40px 0;
        font-size: 16px;
        border-left: 10px solid #04a0b3;
        padding-left: 10px;
        line-height: 28px;
    }

    .rroskcrmApp-tableDataList td, .rroskcrmApp-tableDataList th {
        padding: 6px 10px;
        font-size: 14px;
        width: 100%;
    }

    .rroskcrmApp-inputDate, .rroskcrmApp-inputTextarea, .rroskcrmApp-inputText {
        font-size: 11px;
        padding: 6px 5px;
    }

    .rroskcrmApp-form__row {
        margin: 0 0 15px 0;
    }

    .rroskcrmApp-form__row .kafelki .kafelki-blok {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .rroskcrmApp-buttonClose {
        width: 46px;
        height: 46px;
    }

    .rroskcrmApp-modalWindow__wrapper {
        font-size: 16px;
    }

    .rroskcrmApp-modalWindow .rroskcrmApp-titlePrimary {
        margin-right: 40px;
    }

    .rroskcrmApp-infoBox__content {
        padding: 0 10px;
        font-size: 15px;
    }

    .kursant-see-card {
        width: 141px;
    }

    .kursant-see-card img {
        margin-bottom: 20px;
        width: 104px;
    }

    .main__footer .subpage_footer_text .copyright {
        padding: 10px 0;
    }

    .main__footer .copyright {
        font-size: 15px;
        padding: 30px 0;
    }

    #head-bar li.left {
        padding-left: 0;
    }

    .rroskcrmAppSaveLink {
        padding-top: 5px !important;
    }
}

@media (max-width: 600px) {
    .rroskcrm_login_admin .rroskcrm_login_admin_logo {
        padding-top: 30px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_logo img {
        width: 60%;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_box {
        margin-top: 30px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_logo img {
        width: 30%;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_box p {
        margin-bottom: 20px;
    }

    .rroskcrm_login_admin .copyright {
        bottom: 15px;
    }

    .rroskcrm_login_admin .rroskcrm_login_admin_box .rroskcrm__loginForm__notice {
        margin-top: -10px;
        margin-bottom: 12px;
    }
}

.kursant-boxy {
    margin-top: 1.354vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.927vw;
    row-gap: 0%;
    text-align: center;
}

.kursant-boxy .kursant-box {
    margin-bottom: 1.927vw;
    position: relative;
}

.kursant-boxy img {
    width: 100%;
}

.kursant-boxy .kursant-box-arrow {
    position: absolute;
    bottom: 1.406vw;
    right: 1.563vw;
    z-index: 1;
    background-image: url("../img/ico_box_arrow.png");
    background-size: cover;
    width: 1.25vw;
    height: 0.938vw;
}

.kursant-boxy .kursant-box-title {
    position: absolute;
    bottom: 1.042vw;
    left: 0;
    z-index: 1;
    font-size: 1.042vw;
    font-weight: bold;
    color: #ffffff;
    width: 15.625vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1320px) {
    .rroskcrmApp-container {
        width: auto;
        font-size: 16px;
    }
}

@media (max-width: 830px) {
    .kursant-boxy {
        grid-template-columns: 1fr 1fr;
    }

    .kursant-boxy .kursant-box-title {
        font-size: 17px;
        width: 100%;
        left: 0;
        -webkit-transform: none;
        transform: none;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .main__footer .subpage_footer_text .copyright-mtm {
        margin-top: 0px;
    }


    .nav-kursant {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.823vw;
        row-gap: 0%;
        text-align: center;
    }

    .nav-kursant .nav-item {
        width: 100%;
    }

    .nav-kursant .nav-link {
        font-size: 0.729vw;
        padding: 0.573vw;
        padding-left: 1.9vw;
        padding-right: 1.9vw;
        border-right: 0;
        margin-right: 0;
        width: 100%;
    }

    .kursant-boxy .kursant-box-arrow {
        width: 24px;
        height: 18px;
    }
}

@media (max-width: 500px) {
    .kursant-boxy {
        grid-template-columns: 1fr;
    }

    .kursant-boxy .kursant-box-title {
        bottom: 27px;
    }

    .kursant-boxy .kursant-box-arrow {
        right: 30px;
        bottom: 27px;
    }

    .nav-kursant {
        width: 100%;
        display: none;
        grid-template-columns: none;
        grid-gap: inherit;
        row-gap: 0%;
        text-align: center;
    }
}

.sale-wykladowe {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.823vw;
    row-gap: 0%;
    text-align: center;
}

.sale-wykladowe img {
    width: 100%;
}

.sale-wykladowe .sale-wykladowe-blok-title {
    height: 2.813vw;
    background: #49cbc6;
    font-size: 1.042vw;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/ico_box_arrow.png");
    background-repeat: no-repeat;
    background-position: right 2.083vw center;
}

.button_panel {
    height: 1.1vw;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    line-height: 1.2em;
}

.button_panel_cancel {
    background-color: #b53232;
}

@media (max-width: 830px) {
    .sale-wykladowe {
        grid-template-columns: 1fr;
    }

    .sale-wykladowe .sale-wykladowe-blok-title {
        height: 54px;
        font-size: 20px;
        margin-bottom: 15px;
        background-position: right 40px center;
    }
}

@media (max-width: 500px) {
    .rroskcrmApp-form__row .kafelki {
        grid-template-columns: 1fr;
    }

    .rroskcrmApp-buttonClose {
        margin-right: 44px;
        height: 44px;
    }
}