html,
body {
    font-family: "Proxima Nova Rg", sans-serif;
    height: 100%;
}

html {
    font-size: 6px;
}

body, .btn {
    font-size: 1.6rem;
}

@media (min-width: 576px) {
    html {
        font-size: 9px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 10px;
    }
}

.main-button-width {
    width: 141px;
    text-align: center;
}

.t-m1 {
    margin-bottom: 10px;
}

form .form-group {
    position: relative;
}

form .placeholder {
    position: absolute;
    top: 13px;
    left: 21px;
    font-weight: normal;
    color: #6c757d;
}

form .placeholder:hover {
    cursor: text;
}

form .required .placeholder:after {
    content: "*";
    color: red;
}

.form-control {
    font-size: 1.6rem;
}

.nav-link {
    padding: 0.8rem 1.6rem;
}

.head-margin {
    margin-top: -35px;
}

.search-container {
    position: relative;
}

.main-search-block {
    position: absolute; bottom: 20px; right: 0; display: flex;
}

.main-search-block__input {
    padding-left: 10px;
    border: none !important;
    outline: none !important;
    width: 200px;
}

.main-search-block__button {
    width: 30px; display: flex !important; align-items: center; justify-content: center;
}

.dropdown-menu {
    font-size: 1.6rem;
}

.g-recaptcha {
    display: none;
}

@media (max-width: 767px) {
    .news-main-content img,
    .event-content img {
        width: auto !important;
        height: auto !important;
    }
}

.custom-control-label::before {
    top: 0.4rem;
    left: -2.4rem;
    width: 1.6rem;
    height: 1.6rem;
}


.custom-control-label::after {
    top: 0.4rem;
    left: -2.4rem;
    width: 1.6rem;
    height: 1.6rem;
}

.custom-control {
    min-height: 2.4rem;
    padding-left: 2.4rem;
}

html .content,
body .content {
    font-family: "PT Sans", sans-serif;
}

.main-btn .fas {
    font-size: 1.6rem;
}

body {
    background-color: #f5f5f4;
}

@media (max-width: 991px) {
    .container-md {
        max-width: unset;
        padding: 0;
    }
}

@media (min-width: 1374px) {
    .container {
        max-width: 1314px;
    }
}

h1 {
    font-size: 3.6rem;
    font-weight: bold;
    padding-bottom: 50px;
    margin-bottom: 0;
    color: #000;
}

.background-blue h1 {
    color: #fff;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 2.1rem;
    font-weight: bold;
}

h4 {
    font-size: 1.5rem;
    font-weight: bold;
}

hr {
    margin: 0;
}

a {
    color: #003249;
    transition: 0.3s;
    transition-property: color, background-color, border;
}

a:hover {
    text-decoration: none;
    color: #007bba;
}

.news-main-content a, .event-content a, .page-content a {
    text-decoration: underline;
}

.other-events a, a.file-icon {
    text-decoration: none;
}

video {
    max-width: 100%;
    height: auto;
}

button {
    outline: none !important;
}

.social a {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.social .vk {
    background-image: url("../images/social/vk.png") !important;

}

.social .facebook {
    background-image: url("../images/social/facebook.png") !important;
}

.social .instagram {
    background-image: url("../images/social/instagram.png") !important;
}

.social .telegram {
    background-image: url("../images/social/telegram.png") !important;
}

@media (max-width: 397px) {
    .header .navbar .social {
        display: none !important;
    }
}

.wrap {
    min-height: 100%;
    height: auto;
}

.wrap > .container {
    padding: 50px 15px 20px;
}

.dark-blue {
    color: #003249;
}

.background-white {
    position: relative;
    background-color: #fff;
}

.background-blue {
    position: relative;
    background-color: #007bba;
}

.background-lightblue {
    position: relative;
    background-color: #cbeafb;
}

.background-blue,
.background-blue a {
    color: #fff;
}

.background-skew {
    background-color: inherit;
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: -1;
    transform: skewY(-3deg);
}

.page-content {
    padding-right: 0;
    padding-bottom: 60px;
}

.program .background-skew {
    height: 610px;
}


@media (min-width: 576px) and (max-width: 991px) {
    .program .background-skew {
        height: 730px;
    }
}

@media (min-width: 992px) {
    .program .background-skew {
        height: 650px;
    }
}

@media (min-width: 992px) {
    .page-content {
        padding-right: 150px;
    }
}

@media (min-width: 1200px) {
    .page-content {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }
}

@media (min-width: 1374px) {
    .page-content {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.main-btn,
.page-content input[type="submit"],
.page-content input[type="button"] {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s;
    transition-property: color, background-color, border;
}

.main-btn.main-btn-transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.main-btn.main-btn-transparent:hover:not(.animate-arrow) {
    background-color: #fff !important;
    color: #007bba !important;
}

.main-btn.main-btn-blue,
.page-content input[type="submit"],
.page-content input[type="button"] {
    background-color: #fff;
    border-color: #007bba;
    color: #007bba;
}

.main-btn.main-btn-blue:hover:not(.animate-arrow),
.page-content input[type="submit"]:hover,
.page-content input[type="button"]:hover {
    background-color: #007bba;
    color: #fff;
}

.main-btn.main-btn-darkblue,
.page-content input[type="submit"],
.page-content input[type="button"] {
    background-color: #003249;
    border-color: #003249;
    color: #bbc8ce;
}

.main-btn.main-btn-darkblue:hover:not(.animate-arrow),
.page-content input[type="submit"]:hover,
.page-content input[type="button"]:hover {
    background-color: #003e5c;
    border-color: #003e5c;
    color: #fff;
}

.fas {
    position: relative;
}

.animate-arrow .fas {
    float: right;
    margin-top: 2px;
}

@keyframes left_arrow {
    0% {
        left: 0;
    }
    50% {
        left: 31px;
    }
    50.01% {
        left: -32px;
    }
    100% {
        left: 0;
    }
}


.img-wrap {
    overflow: hidden;
}

/* IE fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .img-wrap {
        border-radius: 1px;
    }
}

img {
    max-width: 100%;
    transition: 0.5s;
    transition-property: transform;
}

.page-content img {
    height: auto !important;
}

a:hover .img-wrap img,
a:hover .img-wrap .img {
    transform: scale(1.05);
}

.header .navbar {
    background: #007bba;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 576px) {
    .header .navbar {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .header .navbar {
        background: #003249;
        font-size: 1.1rem;
    }
}

.header .navbar {
    padding: 0 1rem;
}

.header .navbar .container {
    padding: 0;
}

.header .navbar a {
    color: #fff;
    background: transparent;
}

.header .navbar a.dropdown-item {
    color: #003249;
}

.header .navbar-toggler-icon {
    width: 36px;
    height: 30px;
    background-image: url("../images/mobile-button.png");
}

@media (min-width: 992px) {
    .header .navbar a {
        color: #bbc8ce;
    }

    .header .navbar a:hover {
        color: #fff;
        background: #003e5c;
    }
}

#w100 {
    background: #3f7996;
}

.covid-text {
    color: #d20b0b;
}

#w100 .nav-item a.nav-link {
    color: #fff;
}

@media (max-width: 397px) {
    #w100 .nav-item a.nav-link {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    #w100 a {
        padding: 1rem 1.6rem !important;
    }

    #w100 a:hover {
        background: #2f779a;
    }
}

.nav-covid .dropdown-toggle,
.nav-covid .dropdown-item {
    white-space: normal;
}

@media (min-width: 992px) {
    .nav-covid {
        display: flex;
        flex-grow: 1;
    }
}

@media (max-width: 991px) {
    #w100 a {
        padding: 0;
    }
}

.header .under-menu {
    font-family: "PT Sans", sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header .under-menu .border-right {
    border-right: #50a5d1 1px dashed !important;
}

.header .under-menu .copp-logo img {
    width: 155px;
    position: relative;
    left: -6px;
}

@media (min-width: 1200px) {
    .header .under-menu .copp-logo img {
        width: 213px;
    }
}

.header .under-menu .tomsk-logo img {
    width: 66px;
}

.header .under-menu .social {
    text-align: center;
}

.header .under-menu .address {
    font-family: "PT Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    white-space: nowrap;
}

.header .under-menu .get-call {
    display: none;
}

.header .under-menu .get-call .main-btn {
    margin-left: 30px;
    padding: 5px 20px;
    font-size: 1.3rem;
}

.header .under-menu .get-call div {
    margin-top: 5px;
    margin-left: 30px;
    font-size: 1.2rem;
}

@media (min-width: 1374px) {
    .header .under-menu .get-call {
        display: block;
    }
}

.header .under-menu .contacts {
    position: relative;
    top: -6px;
}

.header .under-menu .contacts a {
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
}

.header .under-menu .contacts div {
    font-size: 1.3rem;
    line-height: 1;
    display: none;
}

.header .under-menu .contacts .contact-us {
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    text-decoration: underline;
}

@media (min-width: 1374px) {
    .header .under-menu .contacts div {
        display: block;
    }

    .header .under-menu .contacts .contact-us {
        display: none;
    }
}

.header .dropdown-item {
    font-size: 1.3rem;
}

.header .dropdown-item.active, .dropdown-item:active {
    color: #000;
}

.header .navbar-contacts {
    text-transform: none;
    margin-top: 2px;
}

.header .navbar-address {
    font-size: 2rem;
    font-weight: normal;
}

.header .navbar-phone {
    font-size: 2.3rem;
}

@media (min-width: 576px) {
    .header .navbar-address {
        font-size: 1.7rem;
        font-weight: normal;
    }

    .header .navbar-phone {
        font-size: 1.9rem;
    }
}

.header .menu-panel-toggle {
    /*padding: 2.4rem !important;*/
    padding: 1.5rem 0;
}

@media (min-width: 992px) {
    .header .menu-panel-toggle {
        padding: 2.4rem !important;
    }
}

.index-menu {
    margin-bottom: 100px;
}

.index-menu > .row {
    margin: 0;
}

.index-menu > .row > .col-auto,
.index-menu > .row > .col {
    padding: 0;
}

.index-menu .row {
    position: relative;
}

.index-menu .parent {
    display: block;
    position: relative;
    padding: 20px 15px;
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.index-menu > .row > .col:first-child .parent {
    border-left: #fff 2px solid;
}

.index-menu > .row > .col:last-child .parent {
    border-right: #fff 2px solid;
}

.index-menu .parent::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 20%;
    left: -2px;
    background-color: transparent;
    width: 2px;
    height: 60%;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.index-menu > .row > .col-auto:not(:last-child) .parent::after,
.index-menu > .row > .col:not(:last-child) .parent::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    background-color: #fff;
    width: 2px;
    height: 60%;
    transition: background-color, 0.3s;
}

.index-menu .parent:hover,
.index-menu .parent.active {
    background-color: rgba(0, 52, 74, 0.95) !important;
    border-color: rgba(0, 52, 74, 0.95) !important;
    color: #b5c7d0;
}

.index-menu .parent:hover::after,
.index-menu .parent.active::after {
    background-color: rgba(0, 52, 74, 0.95) !important;
}

.index-menu .parent:hover::before,
.index-menu .parent.active::before,
.index-menu .parent:hover::after,
.index-menu .parent.active::after {
    background-color: rgba(0, 52, 74, 0.95);
    top: -2px;
    height: calc(100% + 4px);
}

.index-menu .children {
    position: absolute;
    bottom: -2px;
    width: 100%;
    padding: 40px 85px;
    background-color: rgba(0, 52, 74, 0.95) !important;
    font-size: 1.4rem;
}

.index-menu .children,
.index-menu .children a {
    color: #b5c7d0;
}

.index-menu .children a:hover {
    color: #fff;
}

.index-menu .children .border-right {
    border-right: #275262 1px solid !important;
}

.index-menu .children.active {
    z-index: 20;
}

.stats {
    padding: 40px 20px;
    margin-bottom: 35px;
    background-color: #fff;
    color: #003249;
}

.nav-covid .nav {
    align-items: center;
}

@media (min-width: 992.1px) and (max-width: 1200px) {
.nav-left {
    flex-wrap: wrap;
    width: 40%;
}
}

@media (max-width: 541px) {
    .nav-right {
        margin-left: 0 !important;
        margin-right: -16px !important;
    }

    .nav-right li {
        margin-left: 0 !important;
        margin-right: 16px !important;
    }

    .nav-right .main-btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 541px) {
.nav-right {
    flex: 1;
    justify-content: space-between;
}

.nav-covid .main-btn {
    height: 46px;
    display: flex;
    align-items: center;
}
}

@media (max-width: 541px) {
    .br-md {
        display: none;
    }
}

@media (min-width: 1374px) {
    .br-md {
        display: none;
    }
}


@media (max-width: 992px) {

.nav-covid {
    flex-wrap: wrap;
}
}

.event-calendar-block a div {
    display: inline-block;
    transition: opacity linear .2s;
    opacity: 0;
    pointer-events: none;
}

.event-calendar-block a:hover div {
    opacity: 1;
}

@media (max-width: 1000px) {
    .event-calendar-block a {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .stats {
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .stats {
        padding: 40px;
    }
}

.stats .stats-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 66px;
}

.stats .stats-logo-1 {
    background-image: url("../images/stats-1.png?1");
}

.stats .stats-logo-2 {
    background-image: url("../images/stats-2.png?1");
}

.stats .stats-logo-3 {
    background-image: url("../images/stats-3.png?1");
}

.stats .stats-logo-4 {
    background-image: url("../images/stats-4.png?1");
}

.stats .stats-count {
    margin: 10px 0;
    font-size: 8.7rem;
    font-weight: bold;
    line-height: 1;
}

.stats .border-right {
    border-right: #c6c6c6 1px dashed !important;
}

.stats .stats-text {
    padding: 0 6rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.news-page {
    background-color: #fff;
    padding-bottom: 60px;
    margin-bottom: -60px;
}

.news-page .row.main {
    margin-right: -2px;
    margin-left: -2px;
}

.news-page h1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 3.2rem;
}

.news-page .news-date {
    display: inline-block;
    font-family: "Proxima Nova Rg", sans-serif;
    font-weight: bold;
    color: #007bba;
    border: #007bba 2px solid;
    line-height: 1;
}

.news-page .news-day {
    height: 6.1rem;
    padding: 0.6rem 0.5rem;
    font-family: "Proxima Nova Lt", sans-serif;
    font-size: 3.5rem;
}

@media (min-width: 576px) {
    .news-page .news-day {
        font-size: 4.2rem;
    }
}

.news-page .news-year {
    height: 3.1rem;
    padding: 6px 7px;
    font-size: 1.6rem;
    border-bottom: none;
}

.news-page .news-month {
    height: 3rem;
    padding: 5px 7px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #007bba;
    text-transform: uppercase;
}

.news-page img {
    max-width: 100%;
    margin-bottom: 30px;

}

.news-page .small {
    margin-top: 5px;
    font-size: 1.1rem;
    color: #6d6d6d;
}


.news-page section a {
    font-family: "PT Sans", sans-serif;
    text-decoration: none;
}

.news-page section a:hover {
    color: #007bba;
}

.news-page section a img {
    margin-bottom: 0;
    transition: 0.5s;
}

.news-page section .img-wrap, .other-news-right section .img-wrap {
    margin-bottom: 15px;
}

.news-page .other-news-right {
    display: none;
}

@media (min-width: 1374px) {
    .news-page .other-news-right {
        display: block;
    }

    .news-page .news-main-content {
        padding-left: 0.25rem !important;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.other-news-right {
    width: 265px;
    padding-left: 30px;
    color: #003249;
}

.other-news-right section {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: #e9e9e9 1px solid;
    font-size: 14px;
}

.other-news-right section:first-child {
    margin-top: 90px;
}

.other-news-right section:first-child a {
    font-weight: bold;
}

.other-news-right section:last-child {
    border-bottom: none;
}

.news-page .other-news-bottom hr {
    margin-top: 30px;
    margin-bottom: 20px;
}

.news-page .other-news-bottom h2 {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
}

.news-page .other-news-bottom h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

.news-page .other-news-bottom section p {
    color: #212529 !important;
    font-size: 1.5rem;
    font-family: "Proxima Nova Cn Rg", sans-serif;
}

.news-archive .month-block {
    margin-bottom: 20px;
    border-bottom: #d7e0e4 1px solid;
}


.news-archive .month-tab {
    display: inline-block;
    padding: 5px 15px;
    border: #d7e0e4 1px solid;
    border-bottom: none;
    font-size: 12px;
    font-family: "Proxima Nova Lt", sans-serif;
    font-weight: bold;
    color: #003249;
    text-transform: uppercase;
}

.news-archive section {
    margin-bottom: 30px;
    background-color: #fff;
    border: transparent 1px solid;
    transition: 0.5s;
}

.news-archive section a {
    display: inline-block;
    padding: 30px 30px 30px 0;
    text-decoration: none !important;
}


.news-archive section .news-date {
    position: relative;
    left: -1px;
    width: 45px;
    height: 45px;
    padding: 6px;
    font-weight: bold;
    color: #007bba;
    border: #007bba 2px solid;
    font-size: 12px;
    text-align: center;
    text-transform: lowercase;
    line-height: 1;
    transition: 0.5s;
}

.news-archive section .news-date div {
    font-size: 19px;
}

.news-archive section .img-wrap {
    width: 240px;
}

.news-archive section h2 {
    font-size: 18px;
    font-weight: bold;
    color: #003249;
    transition: 0.5s;
}

.news-archive section p {
    color: #212529 !important;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
}

.news-archive section:hover {
    border-color: #007bba;
}

.news-archive section:hover h2 {
    color: #007bba;
}

.news-archive section:hover .news-date {
    color: #fff;
    background-color: #007bba;
}

.news-archive .year-menu a,
.news-archive .month-menu a {
    text-decoration: none;
    transition: 0.3s;
}

.news-archive .year-menu a:hover,
.news-archive .month-menu a:hover {
    color: #007bba;
}

.news-archive .news-img {
    margin-left: 2rem;
}

.news-archive .news-content {
    margin-left: 3rem;
}

@media (min-width: 350px) {
    .news-archive .news-img {
        margin-left: 0;
    }

    .news-archive .news-content {
        margin-left: 0;
    }
}

.news-archive .year-menu {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: bold;
    color: #003249;
}

.news-archive .year-menu.active {
    font-size: 33px;
}

.news-archive .month-menu {
    margin-top: 7px;
    margin-bottom: 4px;
    font-size: 14px;
    font-family: "PT Sans Caption", sans-serif;
}

.news-archive .month-menu.active {
    font-weight: bold;
}

.news-archive h1 {
    padding-bottom: 30px;
}

@media (min-width: 1374px) {
    .news-archive h1 {
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .news-archive .year-menu {
        margin-top: 7px;
    }

    .news-archive .month-menu {
        margin-top: 0;
    }
}

.event-page .event-content {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 0.25rem !important;
    z-index: 1;
}

@media (min-width: 435px) {
    .event-page .event-content {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (min-width: 1374px) {
    .event-page .event-content {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.event-page .event-params-small {
    padding: 20px;
    border: #007bba 4px solid;
    display: block;
}

.event-page .event-params {
    display: none;
}

.event-page .event-background-skew {
    display: none;
}

.event-page .param-label,
.event-page .param-value {
    display: block;
}

.event-page .event-background-top {
    background-color: #007bba;
    position: absolute;
    z-index: 0;
    height: 200px;
    width: 100%;
}

@media (min-width: 343px) {
    .event-page .event-background-top {
        height: 250px;
    }
}

@media (min-width: 435px) {
    .event-page .event-background-top {
        height: 310px;
    }
}

@media (min-width: 576px) {
    .event-page .event-background-top {
        height: 320px;
    }
}

@media (min-width: 768px) {
    .event-page .event-background-top {
        height: 400px;
    }

    .event-page .param-label,
    .event-page .param-value {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .event-page .event-background-top {
        height: 140px;
    }

    .event-page .event-background-skew {
        background-color: inherit;
        position: absolute;
        padding-bottom: 20px;
        width: 100%;
        top: -20px;
        height: 380px;
        transform: skewY(-2deg);
        display: block;
    }
}

@media (min-width: 1374px) {
    .event-page .event-params-small {
        display: none;
    }

    .event-page .event-params {
        display: block;
    }
}

.event-page {
    background-color: #fff;
    padding-bottom: 60px;
    margin-bottom: -60px;
}

.event-page .breadcrumb-event {
    padding-right: 52px;
}

.event-page .breadcrumb-nav {
    z-index: 1;
    border-top: solid 1px #3898c9;
}

.event-page h1 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.event-page .event-annotation-wrap {
    position: relative;
}

.event-page .event-annotation {
    position: relative;
    padding: 5rem;
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 2.2rem;
    background-color: #f5f5f4;
    z-index: 2;
}

@media (min-width: 1374px) {
    .event-page .event-annotation {
        padding: 90px 90px 90px 500px;
        margin-left: -500px;
        z-index: 2;
    }
}

.event-page .event-params {
    width: 400px;
    position: absolute;
    top: -30px;
    right: -350px;
    padding: 20px 20px 20px 80px;
    border: #007bba 4px solid;
    z-index: 1;
}

.event-page .event-date-full {
    font-size: 24px;
    font-weight: bold;
    color: #007bba;
    font-family: "Proxima Nova Rg", sans-serif;
}

.event-page .small {
    margin-top: 15px;
    font-size: 11px;
    color: #b6b6b6;
    text-transform: uppercase;
}

.event-page .event-param {
    font-size: 17px;
    font-weight: bold;
    font-family: "PT Sans Caption", sans-serif;
}

.event-page .event-date {
    width: 6.5rem;
    height: 6.5rem;
    border: #fff 2px solid;
    color: #fff;
    font-weight: bold;
}

.event-page .event-date .event-date-day {
    padding-top: 0.8rem;
    font-size: 3rem;
    line-height: 1;
}

.event-page .event-date .event-date-month {
    font-size: 1.8rem;
    line-height: 0.7;
}


.event-page .event-date .events-date-month {
    font-size: 1.5rem;
    line-height: 0.5;
}

.event-page .event-date .events-date-range {
    margin-top: 0.7rem;
    font-size: 1.5rem;
    line-height: 1;
}


.event-page .event-date .events-date-days {
    margin-top: 1rem;
    font-size: 1.7rem;
}

@media (min-width: 576px) {
    .event-page .event-date {
        width: 7.5rem;
        height: 7.5rem;
        border: #fff 3px solid;
    }

    .event-page .event-date .event-date-day {
        font-size: 4rem;
    }

    .event-page .event-date .event-date-month {
        font-size: 1.5rem;
    }

    .event-page .event-date .events-date-month {
        font-size: 1.8rem;
    }

    .event-page .event-date .events-date-range {
        font-size: 1.8rem;
    }


    .event-page .event-date .events-date-days {
        font-size: 2rem;
    }
}

.events h1 {
    padding-bottom: 30px;
}

.event-page .other-events hr {
    margin-top: 30px;
    margin-bottom: 20px;
}

.event-page .other-events h2 {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
}

.event-page .other-events h3 {
    font-family: "PT Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
}

.event-page .other-events section p {
    color: #212529 !important;
    font-size: 1.5rem;
    font-family: "Proxima Nova Cn Rg", sans-serif;
}

.event-page .breadcrumb a, .event-page .breadcrumb-item.active {
    color: #fff;
}

.event-page .breadcrumb-item + .breadcrumb-item:before {
    color: #fff;
}

.event-page .main-btn-darkblue {
    color: #fff;
}

.news-main {
    margin-bottom: 50px;
}

.news-main h1 {
    padding-bottom: 30px;
}


.news-main .col-6.w560 {
    flex: 0 0 590px;
    max-width: 590px;
}

.news-main .news-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-main .small {
    font-size: 1.1rem;
    color: #6d6d6d;
}

.news-main .news-type-1,
.news-main .news-type-2,
.news-main .news-type-3,
.news-main .news-type-4,
.news-main .news-type-5,
.news-main .news-type-6 {
    display: block;
}

.news-main .news-type-1 .img-wrap {
    margin-bottom: 10px;
}

.news-main .news-type-1 h2 {
    padding-top: 10px;
    font-size: 2.8rem;
    font-weight: bold;
}

.news-main .news-type-2 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.news-main .news-type-2:last-child {
    margin-bottom: 0;
}


.news-main .news-type-2 .blue-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #007bba;
    opacity: 0.8;
}

.news-main .news-type-2 h2 {
    position: absolute;
    top: 30px;
    left: 25px;
    right: 25px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    transition: 0.4s;
}

.news-main .news-type-2 .main-btn {
    position: absolute;
    bottom: 30px;
    left: 25px;
    padding: 6px 12px 5px;
    font-size: 1.6rem;
    overflow: hidden;
    transition: 0.4s;
}

.news-main .news-type-2 .main-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.news-main .news-type-2:hover .fas {
    animation-name: left_arrow;
    animation-duration: 0.7s;
}

.news-main .news-type-2:hover h2,
.news-main .news-type-2:hover .main-btn {
    opacity: 0.7;
}

.news-main .news-type-3 {
    position: relative;
    padding: 25px 40px;
    background-color: #fff;
}

.news-main .news-type-3 a {
    font-family: "PT Sans", sans-serif;
    font-size: 1.5rem;
}

.news-main .news-type-3 > div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #e9e9e9 1px solid;
}

.news-main .news-type-3 > div:nth-last-child(2) {
    border-bottom: none;
}

.news-main .news-type-3 .main-btn {
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 80px);
    padding: 16px 20px 14px;
    font-size: 1.3rem;
    z-index: 2;
}

.news-main .news-type-4 {
    margin-bottom: 20px;
}

.news-main .news-type-4 h2 {
    padding-top: 5px;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 1.3rem;
}

.news-main .news-type-5 {
    height: 100%;
    padding: 20px 30px;
    background-color: #fff;
    border: transparent 2px solid;
}

.news-main .news-type-5:hover {
    border-color: #007bba;
}

.news-main .news-type-5 h2 {
    padding-top: 10px;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 1.5rem;
}

.news-main .news-type-6 {
    height: 100%;
    background-color: #fff;
}

.news-main .news-type-6 h2 {
    font-family: "PT Sans Caption", sans-serif;
    font-size: 1.5rem;
}

.news-main .main-btn {
    font-size: 1.3rem;
}

.news-main .news-type-2-block {
    margin-bottom: 20px;
}

.news-main .news-type-2-block:last-child {
    margin-bottom: 0;
}

.news-main .col-lg-6.w590 {
    max-width: 100%;
    flex: 0 1 auto;
}

@media (min-width: 992px) {
    .news-main .col-lg-6.w590 {
        flex: 0 0 620px;
        max-width: 620px;
    }
}

.news-btn, .news-btn-small {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1373px) {
    .col-news-type-2 {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .news-main .news-type-3 > div:nth-last-child(2) {
        display: none;
    }

    .news-main .news-type-3 > div:nth-last-child(3) {
        border-bottom: none;
    }

    .news-btn-small {
        display: inline-block;
    }

    .news-main .news-type-3 .main-btn {
        bottom: 10px;
    }


    .news-type-3 .fa-arrow-right {
        display: none;
    }
}

@media (min-width: 1374px) {
    .news-btn {
        display: inline-block;
    }

    .news-btn-small {
        display: none;
    }

    .news-type-3 .fa-arrow-right {
        display: block;
    }
}

.last-news .news-type-3-list {
    margin-left: 15px;
}

@media (min-width: 992px) {
    .last-news .news-type-3-list {
        width: 250px;
    }
}

@media (min-width: 1374px) {
    .last-news .news-type-3-list {
        width: 328px;
        margin-left: 0;
    }
}

.last-news .news-type-2 {
    width: 80%;
}

.last-news .news-type-2-list {
    margin-bottom: 0;
}

.last-news .archive {
    width: 200px;
}

.last-news .news-type-2-img {
    height: 25rem;
}

@media (min-width: 576px) {
    .last-news .archive {
        width: 270px;
    }
}

@media (min-width: 1200px) {
    .last-news .news-type-2 {
        width: 100%;
    }

    .last-news .news-type-2-list {
        margin-bottom: 15px;
    }

    .last-news .news-type-2-list:last-child {
        margin-bottom: 0;
    }

    .last-news .news-type-2-img {
        height: 266px;
    }
}

.page {
    background-color: #fff;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    padding: 0;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    color: #003249;
    font-family: "Proxima Nova Rg", sans-serif;
    font-weight: bold;
}

.page .dark-blue {
    margin-top: 0;
}

.page-content input[type="button"],
.page-content input[type="submit"] {
    padding: 7px 10px;
}

@media (max-width: 767px) {
    .m-mb-1 {
        margin-top: 5px;
    }
}

.formatted-content ol, .page-content ol {
    list-style-type: none;
    counter-reset: num;
}

.formatted-content ol li, .page-content ol li {
    margin-bottom: 7px;
}

.formatted-content ol li::before, .page-content ol li::before {
    display: inline-block;
    width: 34px;
    content: counter(num);
    counter-increment: num;
    padding: 4px;
    margin-right: 5px;
    background-color: #007bba;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.formatted-content ul, .page-content ul {
    list-style-type: none;
}

.formatted-content ul li::before, .page-content ul li::before {
    content: '';
    margin-right: 16px;
    margin-left: 11px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #007bba;
}

.page-content blockquote {
    border-left: #007bba 5px solid;
    padding-left: 20px;
}

.page-content .quote-white {
    border: #007bba 3px solid;
}

.page-content .quote-gray {
    background-color: #f5f5f4;
}

.page-content .quote-dark {
    background-color: #003249;
    color: #fff;
}

.page-content .quote-white,
.page-content .quote-gray,
.page-content .quote-dark {
    position: relative;
    margin-top: 60px;
    margin-left: 50px;
    margin-bottom: 25px;
    font-style: italic;
}

.page-content .quote-white img,
.page-content .quote-gray img,
.page-content .quote-dark img {
    position: absolute;
    top: -35px;
    left: -50px;
    width: 110px !important;
    height: auto !important;
}

.page-content .quote-white p,
.page-content .quote-gray p,
.page-content .quote-dark p {
    padding: 60px 85px 25px 110px;
    margin: 0;
}

.page-content .quote-white p:before,
.page-content .quote-gray p:before,
.page-content .quote-dark p:before {
    content: '❛❛';
    transform: scaleX(0.8);
    position: absolute;
    top: -20px;
    left: 60px;
    font-size: 100px;
    font-style: normal;
    color: #dddddd;
}

.page-content .quote-white span,
.page-content .quote-gray span,
.page-content .quote-dark span {
    display: inline-block;
    margin-top: 10px;
    font-style: normal;
}

.page-content .title-box {
    display: flex;
    align-items: center;
    margin-left: 50px;
    height: 326px;
    padding-left: 100px;
    padding-right: 50px;
    background: url("../images/title-box-background.jpg") no-repeat;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.page-content .title-box p {
    margin: 0;
}

.page-content .title-line p {
    position: relative;
    left: 10px;
    display: inline;
    line-height: 1.6;
    box-shadow: -10px 0 0 2px #007bba, 10px 0 0 2px #007bba, inset 0 0 0 20px #007bba;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.page-content table {
    table-layout: fixed !important;
    width: 100% !important;
}

.page-content table td {
    word-wrap: break-word;
}

.page-content table td p {
    margin-bottom: 0;
}

.t-hidden {
    display: none !important;
}

.is-employer {
    display: none;
}

.page-content .slide > *,
.page-content .prof-slide > * {
    display: inline-block;
    cursor: pointer;
}

.page-content .slide > *::after,
.page-content .prof-slide > *::after {
    content: ' ▼';
    font-size: 0.75em;
    color: #007bba;
}

.page-content .slide.open > *::after,
.page-content .prof-slide.open > *::after {
    content: ' ▲';
}

.page-content .slide + div {
     display: none;
     padding-left: 15px;
 }

.page-content .prof-slide + div {
    display: block;
    padding-left: 15px;
}

.file-icon:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 11px;
    margin-right: 7px;
    width: 24px;
    height: 32px;
    background-repeat: no-repeat;
}

.file-icon-word:before {
    background-image: url("../images/file-icon-word.png");
}

.file-icon-excel:before {
    background-image: url("../images/file-icon-excel.png");
}

.file-icon-pdf:before {
    background-image: url("../images/file-icon-pdf.png");
}

.about {
    position: relative;
    z-index: 1;
    color: #fff;
}

.about .about-1,
.about .about-2 {
    height: 373px;
    position: relative;
}

.about .about-1 {
    /*width: 625px;*/
    padding: 180px 45px 35px;
    background-image: url("../images/about-1.png");
    color: #fff;
    background-repeat: no-repeat;
}

.about .about-2 {
    width: 645px;
    background-image: url("../images/about-2.png");
}

.about .about-2-small .main-btn {
    position: relative;
    bottom: 0;
    right: 0;
    width: 280px;
    padding: 16px 20px 14px;
    margin-top: 15px;
}

.about h2 {
    font-size: 3rem;
    font-weight: bold;
}

.about p {
    margin-right: 20px;
    font-family: "PT Sans", sans-serif;
    font-size: 1.5rem;
}


.about .video-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 10px 19px;
    background-color: #004262;
    color: #c7e2f0;
    border: none;
    font-size: 2.2rem;
    outline: none;
    transition: 0.3s;
}

@media (min-width: 576px) {
    .about .video-btn {
        padding: 6px 19px;
    }

    .about p {
        margin-right: 60px;
        font-size: 1.5rem;
    }

    .about .about-1,
    .about .about-2 {
        height: 473px;
        position: relative;
    }
}

.about a:hover .video-btn {
    background-color: #c7e2f0;
    color: #004262;
}

.about .main-btn {
    position: absolute;
    bottom: 80px;
    right: 20px;
    width: 280px;
    padding: 16px 20px 14px;
    font-size: 1.6rem;
}

.about-2-large {
    display: none;
}

@media (min-width: 1374px) {
    .about-2-small {
        display: none !important;
    }

    .about-2-large {
        display: block;
    }

    .about-1-large {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#copp-video video {
    margin-bottom: -7px;
    margin-left: -1px;
    margin-right: -1px;
}


.footer {
    font-size: 1.6rem;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .border-right {
    border-right: #278fc4 1px solid !important;
}

.footer .menu {
    margin-bottom: 70px;
    text-transform: uppercase;
}

.footer .menu .nav {
    height: 100%;
}

.footer .menu a.small {
    font-size: 1.5rem;
    text-transform: none;
}

.footer .menu span.small {
    font-size: 1.5rem;
    text-transform: none;
}

.footer .menu span.nav-link {
    color: #b0d6ea;
    font-family: "PT Sans", sans-serif;
}

.footer .menu .nav-header {
    font-weight: 600;
    line-height: 1.1;
}

.footer .menu .nav-description {
    margin-top: 1.8rem;
}

.footer .under-menu {
    margin-bottom: 50px;

}

.footer .under-menu .social-mobile {
    padding-left: 6px;
    display: block !important;
}

.footer .under-menu .social-desktop {
    display: none !important;
}

.footer .under-menu .login .main-btn {
    padding: 15px 30px;
    font-size: 16px;
}

.footer .copy {
    padding-bottom: 50px;
    font-size: 1.3rem;
    color: #7fbede;
}

.footer .nav-menu {
    display: none !important;
}

.footer .navbar-small {
    background-color: #0c8bcc;
    margin-bottom: 30px;
}

.footer .navbar-small {
    margin-bottom: 30px;
}

.footer {
    padding-top: 50px;
}

@media (max-width: 991px) {
    .nav-link {
        display: block;
        padding: 0.5rem 0;
    }
}

@media (min-width: 992px) {
    .footer .under-menu .contacts a:nth-child(1) {
        font-size: 2.2rem;
        font-weight: bold;
    }


    .footer .under-menu .contacts a:nth-child(2) {
        font-size: 2rem;
    }

    .footer .under-menu .address div:nth-child(1) {
        font-size: 1.5rem;
    }

    .footer .under-menu .address div:nth-child(2) {
        font-size: 1.5rem;
    }

    .footer .menu {
        margin-bottom: 3rem;
    }
}

@media (min-width: 1200px) {
    .footer .under-menu .contacts a:nth-child(1) {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .footer .under-menu .contacts a:nth-child(2) {
        font-size: 2.2rem;
    }

    .footer .under-menu .address div:nth-child(1) {
        font-size: 1.7rem;
    }

    .footer .under-menu .address div:nth-child(2) {
        font-size: 1.6rem;
    }
}


@media (min-width: 1374px) {
    .footer .nav-menu {
        display: block !important;
    }

    .footer .under-menu .social-mobile {
        display: none !important;
    }

    .footer .under-menu .social-desktop {
        display: block !important;
    }

    .footer .menu {
        margin-bottom: 100px;
    }

    .footer .navbar-small {
        display: none !important;
    }
}

.site-signup form,
.site-login form {
    min-width: 500px;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog {
    margin-top: 100px;
    max-width: 936px;
}

.modal-header {
    display: none;
}

.modal-body {
    padding: 0;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.form-control:not(.highlight-addon),
.select2-container--krajee-bs4 .select2-selection {
    border: 1px solid #afafaf;
}

.btn,
.form-control:not(.highlight-addon),
.select2-container--krajee-bs4 .select2-selection {
    height: auto;
    padding: 13px 20px;
    border-radius: 0;
}

.btn-primary {
    background-color: #007bba;
    border-color: #007bba;
    padding: 1.3rem 3rem;;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #005785 !important;
    border-color: #005785 !important;

}

.login-form {
    min-height: 250px;
}

.login-form .role-list {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #007bba;
    cursor: pointer;
}

.login-form .role-list .col-auto {
    padding: 0;
}

.login-form .role-list .role-tab {
    padding: 15px 55px;
    border-bottom: #e7e7e7 1px solid;
}

.login-form .role-list .role-tab.active {
    cursor: default;
    color: #000;
    border-bottom: #007bba 3px solid;
}

.login-form .nav-item {
    flex-basis: 50%;
}

.login-form .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #003249;
    font-size: 24px;
    font-weight: bold;
}

.login-form .nav-tabs .nav-link.active {
    color: #003249;
    background-color: #fff;
}

.login-form.static .nav-tabs .nav-link {
    color: #007bba;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.login-form.static .nav-tabs .nav-link.active {
    color: #003249;
    background-color: #fff;
    border: 1px solid #dcdbdb;
}

.login-form.static .nav-tabs {
    border: none;
}

.login-form a {
    color: #007bba;
}

.signup-type-select {
    font-size: 14px;
    font-weight: bold;
}

.signup-type-select > div {
    padding: 10px 13px;
    margin-bottom: 5px;
}

.signup-type {
    cursor: pointer;
    color: #007bba;
}

.signup-type.active,
.signup-type:hover {
    background-color: #f5f5f4;
    color: #003249;
}

.breadcrumb {
    padding-top: 28px;
    padding-left: 0;
    background-color: transparent;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 13px;
}

.breadcrumb a {
    color: #007bba;
}

.background-blue .breadcrumb a,
.background-blue .breadcrumb .breadcrumb-item,
.background-blue .breadcrumb .breadcrumb-item::before {
    color: #fff;
}

.popular-business-services {
    padding: 80px 90px;
    background-color: #003249;
}

.popular-business-services h1 {
    font-size: 32px;
    color: #fff;
}

.popular-business-services h2 {
    margin-bottom: 25px;
    font-size: 13px;
    text-transform: uppercase;
    color: #708c99;
}


.popular-business-services p {
    font-size: 16px;
    padding: 0 45px;
    margin-bottom: 30px;
    border-left: #007bba 5px solid;
}

.popular-business-services a {
    display: flex;
    align-items: center;
    height: 75px;
    padding: 20px 15px;
    margin-bottom: 30px;
    border: #66b3db 2px solid;
    color: #66b3db;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.popular-business-services a:hover {
    color: #000;
    background-color: #66b3db;
}


.business-services {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 100px;
}

.business-services p {
    font-size: 15px;
    color: #515151;
}

.opp-form {
    background-color: #fff;
    padding: 20px 30px;
}

.opp-form h1 {
    color: #252525;
}

.opp-form p {
    font-size: 17px;
}

.opp-form form ol {
    padding-inline-start: 12px;
}

.opp-form form ol li {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.opp-form #businessform-competences {
    border: 1px solid #afafaf;
    padding: 20px;
}

.opp-form .submit-field {
    padding: 45px 100px 10px;
    background-color: #f5f5f4;
}

.opp-form .submit-field p {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.opp-form .submit-field p a {
    color: #007bba;
}

.catalog h1 {
    padding-bottom: 30px;
    font-size: 5.2rem;
}

.catalog .search-block {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 20px 20px #00000024;
}

.catalog .search-input {
    margin-bottom: 20px;
    padding: 40px;
    background-color: #cbeafb;
}

.catalog .search-input .form-group {
    margin: 0;
}

.catalog .search-input .main-btn {
    width: 65px;
    height: 100%;
    font-size: 26px;
}

.catalog .search-input input {
    padding: 18px 20px;
    border: none;
}

.catalog .programs a {
    display: block;
    position: relative;
    min-height: 420px;
    margin-bottom: 60px;
    padding-bottom: 50px;
    background-color: #fff;
}

.catalog .programs .row {
    margin-left: -12px;
    margin-right: -12px;
}

.catalog .programs .col-4 {
    padding-left: 12px;
    padding-right: 12px;
}

.catalog .programs .program-tags {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.catalog .programs .tag,
.catalog .search-block .filter-tags .filter-tag,
.program .tags-list .tag {
    padding: 2px 5px;
    border: #007bba 1px solid;
    font-size: 11px;
    color: #007bba;
    text-transform: uppercase;
}

.catalog .programs h2 {
    font-weight: bold;
    font-size: 19px;
    color: #003249;
}

.catalog .programs .program-stats {
    padding-left: 12px;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 20px;
    padding-top: 10px;
    border-top: #eaeaea 1px solid;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    color: #6a6a6a !important;
}

.catalog .programs .program-stats div:before {
    position: absolute;
    top: 2px;
    left: -9px;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.catalog .programs .program-stat-1:before {
    background-image: url("../images/program-stat-gray-1.png");
}

.catalog .programs .program-stat-2:before {
    background-image: url("../images/program-stat-gray-2.png");
}

.catalog .programs .program-stat-3:before {
    background-image: url("../images/program-stat-gray-3.png");
}

.catalog .programs .program-stat-4:before {
    background-image: url("../images/program-stat-gray-4.png");
}

.catalog .dropdown-menu {
    padding: 25px 25px 15px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 20px 20px #0000000a;
}

.catalog .dropdown-menu.fade {
    display: block;
    opacity: 0;
    pointer-events: none;
}

.catalog .show > .dropdown-menu.fade {
    pointer-events: auto;
    opacity: 1;
}

.catalog .checkbox-input {
    /*height: 28px;*/
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: normal;
}

.catalog .checkbox-input .checkbox-label {
    transition: 0.3s;
}

.catalog .checkbox-input:hover .custom-checkbox {
    color: #cbeafb;
}

.catalog .checkbox-input:hover .checkbox-label {
    color: #007bba;
}

.catalog .custom-checkbox {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    transition: 0.5s;
    overflow: hidden;
    color: #fff;
}

.catalog .custom-checkbox.checked {
    background-color: #0C8BCC;
    border: 1px solid #0C8BCC;
    opacity: 1 !important;
}

.catalog .custom-checkbox .fa {
    font-size: 11px;
    position: absolute;
    top: 2px;
    left: 3px;
}

.catalog .for-input {
    margin-left: 20px;
    margin-right: 20px;
}

.catalog .for-input .custom-checkbox {
    top: 23px;
}

.catalog .for {
    margin-bottom: 20px;
    width: 100%;
    height: 63px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.catalog .for.school {
    background-color: #fdbf2e;
}

.catalog .for.students {
    background-color: #007bba;
}

.catalog .for.all {
    border: 1px solid #cacaca;
    background-color: #fff;
}

.catalog .for.pensioners {
    background-color: #53964b;
}

.catalog .for .no-img {
    position: relative;
    height: 63px;
    width: calc(100% - 93px);
}

.catalog .for .for-text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(50% + 0px);
    transform: translate(-50%, -50%);
    color: #003249;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 0.09em;
    transition: 0.5s;
}

.catalog .for.school .for-text,
.catalog .for.all .for-text {
    color: #003249;
}

.catalog .for.students .for-text,
.catalog .for.pensioners .for-text {
    color: #fff;
}

.catalog .for .for-img {
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
}

.catalog .for:hover {
    cursor: pointer;
}

.catalog .for.all:hover {
    border: 1px solid #007bba;
    transition: 0.5s;
}

.catalog .for:hover .for-img {
    right: -10px;
    transition: 0.5s;
}

.catalog .for .custom-checkbox {
    color: #cbeafb;
    opacity: 0;
    transition: 0.5s;
}

.catalog .for:hover .custom-checkbox {
    opacity: 1;
}

.catalog .for:hover .for-text {
    left: calc(50% + 25px);
    transition: 0.5s;
}

.catalog .for.all:hover .for-text {
    color: #0c8bcc;
    transition: 0.5s;
}

.catalog .for.checked.all {
    border: 1px solid #007bba;
}

.catalog .for.checked .fa {
    color: #fff;
}


.catalog .for.checked .for-text {
    left: calc(50% + 25px);
}

.catalog .for.checked .for-img {
    right: -10px;
}

.catalog .filters-input {
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 20px;
    border: #cacaca 1px solid;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
}

.catalog .filters-input .col-4 {
    padding: 6px 0;
}

.catalog .filters-input .border-right {
    border-right: #cacaca 1px solid;
}

.catalog .filters-input .dropdown-toggle {
    border-bottom: #b8c6cc 1px dotted;
}

.catalog .filters-input .dropdown-toggle:hover {
    border-bottom: #007bba 1px dotted;
}

.catalog .filters-input .dropdown-toggle::after {
    display: none;
}

@keyframes left_check {
    0% {
        left: 3px;
    }
    20% {
        left: 3px;
    }
    45% {
        left: 17px;
    }
    45.01% {
        left: -17px;
    }
    80% {
        left: 3px;
    }
}

.catalog .checkbox-input:hover .custom-checkbox:not(.checked) .fa,
.catalog .for:hover .custom-checkbox:not(.checked) .fa {
    -webkit-animation-name: left_check;
    animation-name: left_check;
    animation-duration: 1.2s;
    animation-iteration-count: 100;
}

.catalog .competence .checkbox-input {
    padding-right: 0;
    margin-bottom: 0;
}

.catalog .competence .competences-wrap {
    height: 500px;
    overflow-y: scroll;
    margin-right: 10px;
    margin-bottom: 10px;
}

.catalog .competence .competences-list {
    margin-left: 26px;
}

.catalog .competence .search-competence {
    margin: 10px;
}

.catalog .nothing-find {
    display: none;
    font-style: italic;
    font-weight: normal;
    margin: 20px;
}

.catalog .reset-input {
    padding-bottom: 20px;
    padding-right: 40px;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 13px;
}

.catalog .sort-block {
    margin-bottom: 30px;
    text-align: right;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 13px;
}

.catalog .sort-block span {
    display: inline-block;
    margin-right: 10px;
    color: #a1a1a1;
}

.catalog .cost {
    float: right;
    padding-right: 12px;
}

.catalog .course-cost {
    width: 110px;
    height: 30px;
    background-color: #007bba;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 3rem;
    margin-top: -30px;
    font-weight: 600;
}

.catalog .free-course {
    background-color: #35ae1b;
    text-transform: uppercase;
    font-size: 2rem;
    padding-top: 5px;
    font-family: "Proxima Nova Rg", sans-serif;
}

.catalog .course-discount {
    width: 60px;
    height: 30px;
    background-color: #f8c835;
    color: #000;
    position: relative;
    text-align: center;
    font-size: 3rem;
    margin-top: -30px;
    font-weight: 600;
}

.catalog .discount-cost {
    width: 90px;
    font-size: 2.4rem;
    line-height: 0.9;
    padding-top: 3px;
}

.catalog .original-cost {
    font-size: 1.8rem;
    text-decoration: line-through;
}

.catalog .cost-rub {
    font-size: 2.5rem;
}

.catalog .original-cost-rub {
    font-size: 1.6rem;
}

.catalog .discount-cost-rub {
    font-size: 1.9rem;
}

@media (min-width: 576px) {
    .catalog .course-cost {
        font-size: 2rem;
    }

    .catalog .free-course {
        font-size: 1.4rem;
    }

    .catalog .course-discount {
        font-size: 1.8rem;
        padding-top: 2px;
    }

    .catalog .discount-cost {
        font-size: 1.6rem;
    }

    .catalog .original-cost {
        font-size: 1.2rem;
    }

    .catalog .cost-rub {
        font-size: 1.7rem;
    }

    .catalog .original-cost-rub {
        font-size: 1rem;
    }

    .catalog .discount-cost-rub {
        font-size: 1.3rem;
    }
}

.catalog .search-block .filter-tags .filter-tag:hover {
    cursor: pointer;
}

.filter-tags {
    margin-left: 35px;
    margin-right: 35px;
}

.catalog .add-tag {
    margin-left: 35px;
    margin-right: 35px;
}

.catalog .close-tag {
    font-size: 0.9rem;
}

.program .main-btn-darkblue {
    color: #fff;
}

.program h1 {
    font-size: 2.8rem;
}

.program .btn-order {
    font-size: 16px;
    position: relative;
}

.program .program-cost {
    font-size: 19px;
    text-align: right;
    float: left;
    padding-right: 10px;
    border-right: solid 1px #31596b;
}

.program .order-btn-text {
    padding-top: 3px;
    padding-left: 10px;
    float: left;
    font-size: 14px;
}

.program .program-original-cost {
    text-align: left;
    font-size: 10px;
    text-decoration: line-through;
    color: #597988;
    line-height: 0.2;
}

.program .program-free {
    text-align: right;
    float: left;
    padding-top: 3px;
    padding-right: 10px;
    border-right: solid 1px #26c06d;
    font-size: 14px;
}

.program .program-discount {
    position: absolute;
    top: -25px;
    right: -25px;
    float: left;
    background: #f8c835;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #000;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    padding-top: 10px;
}

.program .discount-value {
    font-size: 14px;
}

.program .original-cost-rub {
    font-size: 9px;
}

.program .cost-rub {
    font-size: 16px;
}

.program .tags-list .tag {
    display: block;
    border-color: #b0d6ea;
    color: #b0d6ea;
    font-size: 1.1rem;
}

.program .tags-list .tags-item:first-child {
    padding-left: 0 !important;
}

.course-annotation {
    font-family: "PT Sans", sans-serif;
}

.course-stats {
    margin-left: 20px;
    font-size: 2.4rem;
    color: #cbeafb;
    line-height: 1;
}

.course-stats div {
    margin-right: 40px;
    padding-right: 25px;
}

.course-stats div:before {
    position: absolute;
    top: 2px;
    left: -16px;
    content: "";
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
}

.course-stats .border-right {
    border-right: #75b8da 1px solid !important;
}

.course-stat-1:before {
    background-image: url("../images/program-stat-1.png");
}

.course-stat-2:before {
    background-image: url("../images/program-stat-2.png");
}

.course-stat-3:before {
    background-image: url("../images/program-stat-3.png");
}

.course-stat-4:before {
    background-image: url("../images/program-stat-4.png");
}

.course-image-wrap {
    outline: #fff 3px solid;
    outline-offset: -3px;
}

.course-image-wrap img {
    position: relative;
    top: -15px;
    left: -15px;
}

.page-links {
    position: sticky;
    top: 0;
    padding-top: 32px;
    font-weight: bold;
    font-size: 14px;
    z-index: 100;
}

.page-links a {
    display: block;
    margin-bottom: 20px;
    padding: 3px 10px;
}

.page-links a.active {
    background-color: #cbeafb;
}

.field-getcourseform-islaw .custom-radio,
.field-eventregistrationform-age_cat .custom-radio {
    display: inline-block;
    margin-right: 30px;
}

.teachers {
    margin-bottom: 60px;
    font-family: "PT Sans", sans-serif;
}

.teachers .teacher-photo {
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
}

.teachers .teacher-name {
    font-weight: bold;
}

.teachers .teacher-who {
    font-size: 13px;
    font-family: "PT Sans Italic", sans-serif;
    font-style: italic;
    color: #a2a2a2;
}

.teachers .teacher-separator {
    display: inline-block;
    margin: 0 10px;
    color: #a2a2a2;
}

.get-course-question {
    margin-top: 100px;
    margin-bottom: 150px;
}

.get-course-question h1 {
    font-size: 3.2rem;
    padding-bottom: 30px;
}

.get-course-question p {
    font-family: "PT Sans", sans-serif;
    font-size: 1.6rem;
}

.get-course-question button {
    text-transform: uppercase;
}

.get-course-question input.form-control {
    border: #88c0dd 1px solid;
    padding: 11px 20px;
}

.ui-autocomplete {
    z-index: 10000;
}

.prof {
    position: absolute;
    z-index: 1;
    background-color: #FDB724;
    color: #fff;
    font-weight: bold;
    font-family: "Proxima Nova Rg", sans-serif;
    padding: 2px 5px;
    font-size: 0.7em;
}

.prof-main {
    padding: 2px 8px;
    margin-top: -40px;
    margin-left: 10px;
}

.prof-news-type-4 {
    margin-top: -30px;
    padding: 1px 5px;
}

.prof-news-type-5 {
    padding: 3px 5px;
}

.ui-tooltip, .arrow:after {
    background: #ffffff;
    border-radius: 0;
    border: 0;
}

.ui-tooltip {
    padding: 10px 20px;
    color: #000000;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 14px;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.professions-navigator .professions-content {
    background-color: #ffffff;
}

.professions-navigator .navigator-header {
    font-size: 5.2rem;
}

.professions-navigator h1 {
    font-size: 3.6rem;
    padding-bottom: 20px;
}

.professions-navigator .professions-info {
    font-size: 1.6rem;
}

.professions-navigator .professions-info h1 {
    padding-bottom: 0;
}

.professions-navigator .professions-info {
    line-height: 1.3;
}

.professions-navigator .prof-info-title {
    max-width: 81%;
}

.professions-navigator .professions-info .prof-block-1 {
    border: solid 1px #000000;
    max-width: 24%;
}

.professions-navigator .professions-info .prof-block {
    border: solid 1px #000000;
    max-width: 30%;
}

.professions-navigator .professions-info .prof-block-title {
    font-size: 2rem;
    background-color: #003249;
    height: 50px;
    color: #ffffff;
    padding-top: 10px;
}

.professions-navigator .professions-info .main-btn {
    font-size: 2rem;
    text-transform: none;
    display: block;
}

.professions-navigator .prof-dynamics {
    font-size: 2.2rem;
}

.professions-navigator .prof-places {
    font-size: 3rem;
    color: #c7ddef;
}

.professions-navigator .prof-top-list {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
}

.professions-navigator .prof-num {
    font-size: 2.2rem; border-bottom: dotted 3px #307AB5; padding-bottom: 5px; width: 25px;
}

.professions-navigator .professions-filter {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    font-size: 1.5rem;
}

.professions-navigator .professions-filter .prof-disability {
    background-color: #cbeafb;
}

.professions-navigator .direction .directions-list {
    margin-left: 26px;
}

.professions-navigator .direction .search-direction {
    margin: 10px;
}

.professions-navigator .professions-list {
    font-size: 1.6rem;
}

.professions-navigator .for-text-prof {
    position: relative;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    color: #003249;
}

.professions-navigator .catalog .for {
    margin-bottom: 0;
    height: auto;
}

.professions-navigator .catalog .for .custom-checkbox {
    color: #ffffff;
    opacity: 1;
    display: inline-block;
    position: relative;
    top: 3px;
}


.professions-navigator .professions-info .row {
    padding-left: 0;
    margin-left: 0;
}
@media(min-width: 1200px) {
    .professions-navigator .professions-info .row {
        padding-left: 80px;
        margin-left: -15px;

    }
}

.professions-navigator .prof-row {
    margin-top: 4rem;
}

.profession {
    color: #003249;
}

.profession .background-blue {
    padding-bottom: 60px;
}

.profession .page-content {
    padding-bottom: 0;
}

.profession .counts {
    font-family: 'Proxima Nova Lt', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
}

.profession .counts h4 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 2rem;
    font-weight: bold;
}

.profession .counts h5 {
    margin-top: 18px;
    font-weight: bold;
    font-size: 1.8rem;
}

.profession .activity {
    max-width: 550px;
}

.profession .activity .image-wrap {
    outline: #fff 3px solid;
    outline-offset: -3px;
}

.profession .activity .image-wrap > div {
    position: relative;
    top: -15px;
    left: -15px;
}

.profession .activity .desc {
    padding: 19px;
    background: #0F3147;
}

.profession .activity .image {
    min-height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
}

.profession .info {
    padding-top: 5rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0F3147;
}

.profession .info .row > div {
    margin-bottom: 5rem;
}

.profession .page-content .quality  ul li::before {
    content: url("/images/check.svg");
    margin-right: 16px;
    margin-left: 0;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
}

.profession ul {
    padding-inline-start: 0;
    font-size: 2.2rem;
}

@media (min-width: 576px) {
    .profession ul {
        padding-inline-start: 40px;
    }
}

.profession table td {
    display: block;
    vertical-align: top;
}

.profession .modal-link {
    border-bottom: 1px solid #eee;
    font-size: 22px;
    color: #C9364F;
}

@media (min-width: 768px) {
    .profession table td {
        display: table-cell;
    }
}

.profession .what-study ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.profession .what-study li {
    display: flex;
    flex: 0 0 208px;
    max-width: 208px;
    height: 208px;
    margin: 1rem;
    padding: 1rem;
    line-height: 1.2;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #0F3147;
    font-size: 2rem;
    color: #fff;
}

.profession .what-study li:nth-child(1),
.profession .what-study li:nth-child(3),
.profession .what-study li:nth-child(11) {
    background-color: #98CFEB;
}

.profession .what-study li:nth-child(4),
.profession .what-study li:nth-child(6),
.profession .what-study li:nth-child(9) {
    background-color: #307AB5;
}

.profession .what-study li:nth-child(5),
.profession .what-study li:nth-child(7),
.profession .what-study li:nth-child(12) {
    background-color: #6CBBE3;
}

.profession .what-study li::before {
    display: none;
}

.profession .olympiads {
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}

.profession .olympiads .back {
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -1000px;
    right: -1000px;
    background-color: #F1F1F1;
    z-index: 0;
}

.profession .olympiads .front {
    position: relative;
    padding-bottom: 200px;
    font-size: 2.2rem;
    z-index: 1;
}

@media (min-width: 768px) {
    .profession .olympiads .front {
        padding-bottom: 150px;
    }
}
@media (min-width: 992px) {
    .profession .olympiads .front {
        padding-bottom: 0;
    }
}

.profession .olympiads table {
    width: 70% !important;
}

.profession .olympiads td {
    padding-right: 2rem;
    padding-bottom: 5rem;
    vertical-align: top;
}

.profession .olympiads .work {
    position: absolute;
    right: -50px;
    bottom: -75px;
    width: 340px;
    padding-top: 220px;
    padding-bottom: 20px;
    background-color: #ffffff80;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
}

.profession .olympiads .work ul {
    text-align: left;
    font-size: 1.6rem;
    padding-inline-start: 35px;
    list-style-position: outside;
}

.profession .olympiads .work ul li {
    margin-bottom: 15px;
}

.profession .olympiads .work ul li::before {
    margin-left: -23px;
}

@media (min-width: 576px) {
    .profession .olympiads .work {
        bottom: -100px;
    }
}
.profession .olympiads .work::before {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 70px;
    content: 'Возможное место работы';
    background: url("/images/work.svg") 50% 113px no-repeat;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
}

.profession .experience {
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}

.profession .experience .back  {
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -1000px;
    right: -1000px;
    background: url("/images/quotes.svg") 65.5% 20% no-repeat, #D0E9F9;
    z-index: 0;
}

.profession .experience .front {
    position: relative;
    font-size: 2.2rem;
    z-index: 1;
}

.profession .experience img {
    width: 220px !important;
    height: 220px !important;
    object-fit: cover;
    border-radius: 50%;
}

.profession .experience td {
    margin: auto;
    vertical-align: top;
}

.profession .experience td:first-child {
    width: 222px;
    text-align: center;
    font-weight: bold;
}

.profession .experience td:first-child p:last-child {
    font-weight: normal;
    color: #307AB5;
    font-size: 1.6rem;
}

.profession .experience td:last-child {
    padding-left: 50px;
    font-size: 2.2rem;
    color: #307AB5;
}

.profession .modal .modal-body {
    overflow-x: auto;
}

.profession .modal .table {
    margin-bottom: 0;
}

.profession .modal table th,
.profession .modal table td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.profession .modal th {
    font-weight: normal;
    color: #55758e;
    border: 1px solid #dee2e6;
}

.profession .modal tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.profession .modal th:first-child {
    border-left: none;
}

.profession .modal th:last-child {
    border-right: none;
}

.profession .modal h4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}