@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700&subset=latin-ext");
* {
    font-family: Rubik!important;
    outline: none
}

html {
    font-size: 16px
}

body {
    background: #fff
}

a,
a:hover {
    color: #519e8a
}

.container {
    max-width: 1170px
}

.container.wide {
    max-width: 1400px
}

#header-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 400
}

#back-to-top {
    border: 0;
    border-radius: 2px;
    bottom: 40px;
    color: #119ef9;
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    line-height: 1;
    opacity: 0;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s ease-out;
    transition: all .5s;
    width: 80px;
    z-index: 300
}

#back-to-top.white {
    color: #fff
}

#back-to-top.white:after {
    background: url(/images/html/back-to-top-white.svg) no-repeat 50%
}

#back-to-top:after {
    background: url(/images/html/back-to-top-blue.svg) no-repeat 50%;
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 6px;
    width: 7px;
    transition: all .2s ease-in-out
}

#back-to-top.show {
    opacity: .9
}

header {
    position: relative;
    z-index: 101
}

header .soc-icons {
    margin-right: 35px
}

header .soc-icons a {
    display: inline-block;
    margin-right: 3px;
    text-align: center;
    width: 22px;
    transition: opacity .16s linear
}

header .soc-icons a:hover {
    opacity: .4
}

header nav.navbar-expand-lg {
    padding: 10px 0;
    padding-left: 15px
}

header .search-btn {
    margin-right: 6px;
    margin-top: -3px
}

header .right-wrap {
    padding-top: 22px
}

header .search-wrap {
    margin-right: 20px
}

header .top-menu {
    font-size: 14px
}

header .top-menu .nav-item {
    padding: 0
}

header .top-menu .nav-item .nav-link {
    color: #484848;
    padding: 8px 10px;
    transition: color .16s linear
}

header .top-menu .nav-item .nav-link:hover {
    color: #dadada
}

.search-wrap {
    position: relative
}

.search-wrap .search-btn {
    margin-left: 4px
}

#searchbox {
    right: 0;
    position: absolute;
    top: 100%;
    z-index: 100;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2)
}

#searchbox form {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 5px;
    left: auto;
    right: 0
}

#searchbox form .form-control {
    border-radius: 0
}

#searchbox form .btn-secondary {
    padding: 3px 15px
}

.navbar-toggler {
    border: 2px solid #000!important;
    cursor: pointer;
    height: 47px;
    padding: 0;
    width: 50px
}

.navbar-toggler span {
    background-color: #fff;
    background-image: none;
    display: block;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 8px;
    outline: 1px solid transparent;
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0);
    transition: all .16s ease-in-out;
    width: 80%
}

.navbar-toggler span:first-child {
    margin-top: 8px
}

.navbar-toggler.active span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.navbar-toggler.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, -6px);
    transform: rotate(45deg) translate(4px, -6px);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.navbar-toggler.active span:last-child {
    -webkit-transform: rotate(45deg) translate(-4px, 5px);
    transform: rotate(45deg) translate(-4px, 5px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.logo {
    padding-top: 18px
}

.topline {
    background: #fff
}

.topline .menu-toggler {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #245b99;
    margin-right: 15px;
    background-image: url(/images/html/menu.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: none
}

nav .nav-link:hover {
    text-decoration: none
}

.main-menu {
    background: #245b99;
    position: relative;
    z-index: 100
}

.main-menu nav.blue-menu {
    padding: 0;
    padding-left: 7px;
    padding-right: 15px
}

.main-menu nav.blue-menu .nav-link {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 10px;
    transition: all .16s linear
}

.main-menu nav.blue-menu .nav-link.cart {
    background: url(/images/html/cart.svg) left 7px top 13px no-repeat;
    display: block;
    padding-left: 35px
}

.main-menu nav.blue-menu .nav-link.cart:hover {
    background-image: url(/images/html/cart-blue.svg)
}

.main-menu nav.blue-menu .nav-link.register {
    background: url(/images/html/clipboard-with-pencil.svg) 0 no-repeat;
    background-position: top 13px left 0;
    background-size: 20px 20px;
    display: block;
    padding-left: 28px
}

.main-menu nav.blue-menu .nav-link:hover {
    background-color: #fff;
    color: #119ef9
}

.middle-menu .container {
    max-width: 1140px
}

.green-menu {
    background-color: #519e8a;
    margin-top: -70px;
    min-height: 70px;
    padding: 0;
    position: relative
}

.green-menu .nav-item {
    border-right: 2px solid #74b1a1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 0;
    background-position: 200% 200%;
    background-repeat: no-repeat;
    position: relative
}

.green-menu .nav-item:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 21px 18px;
    background-repeat: no-repeat;
    background-image: inherit;
    opacity: 0;
    transition: opacity .2s linear;
    pointer-events: none
}

.green-menu .nav-item:hover {
    background-color: #f2f2f2;
    transition: all .16s linear
}

.green-menu .nav-item:hover:after {
    opacity: 1
}

.green-menu .nav-item:hover .nav-link {
    color: #519e8a;
    transition: all .16s linear;
    background-image: none!important
}

.green-menu .nav-item:last-child {
    border-right: none
}

.green-menu .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 21px 18px;
    background-repeat: no-repeat;
    border-right: 2px solid #74b1a1;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    min-height: 70px;
    padding-left: 72px;
    vertical-align: middle
}

.green-menu .nav-link:last-of-type {
    border-right: 0
}

#breadcrumbs ol {
    padding: 15px
}

#breadcrumbs ol li {
    display: inline-block;
    list-style: none;
    margin-right: 10px
}

#breadcrumbs ol li a,
#breadcrumbs ol li span {
    color: #519e8a
}

#breadcrumbs ol li:last-child a,
#breadcrumbs ol li:last-child span {
    color: #6f6f6f
}

#breadcrumbs ol li:last-child:after {
    display: none
}

#breadcrumbs ol li:after {
    color: #cacaca;
    content: "/";
    margin-left: 5px
}

.select-wrap {
    display: inline-block;
    max-width: 200px;
    outline: 0;
    position: relative;
    transition: z-index .16s linear 0s;
    width: 100%;
    z-index: 1
}

.select-wrap a {
    color: #777;
    margin: 1px
}

.select-wrap select {
    display: none
}

.select-wrap .select-value {
    background-color: #fff;
    border: 1px solid transparent;
    color: #777;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    padding: 8px 10px;
    padding-right: 25px;
    position: relative;
    text-align: left;
    transition: all .16s ease-in-out 0s;
    white-space: nowrap;
    width: 100%;
    z-index: 0
}

.select-wrap .select-value:after {
    background-color: hsla(0, 0%, 100%, .7);
    background-position: right 10px center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    padding-right: 7px;
    position: absolute;
    right: 0;
    top: 0;
    transition: -webkit-transform .16s ease-in-out;
    transition: transform .16s ease-in-out;
    transition: transform .16s ease-in-out, -webkit-transform .16s ease-in-out;
    width: 25px
}

.select-wrap .select-options {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-top: 0;
    font-size: 14px;
    line-height: 1.25em;
    opacity: 0;
    overflow: auto;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: all .16s ease-in-out;
    transition-delay: .16s;
    width: auto;
    z-index: 1
}

.select-wrap .select-options .option {
    background-color: #fff;
    color: #525752;
    cursor: pointer;
    overflow: hidden;
    padding: 7px 15px;
    position: relative
}

.select-wrap.error .select-value {
    border-color: #1a1414
}

.select-wrap:focus {
    transition: z-index 0s linear 0s;
    z-index: 10!important
}

.select-wrap.clicked {
    transition: z-index 0s linear 0s;
    z-index: 2
}

.select-wrap.clicked .select-options {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
    visibility: visible
}

.select-wrap:focus {
    outline: 2px solid #a6c8ff
}

.langmenu.select-wrap {
    width: 74px
}

.langmenu.select-wrap .select-value {
    background: url(../images/world.png) no-repeat 7px;
    background-color: transparent;
    border: 0;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-left: 32px;
    padding-top: 0;
    text-align: center;
    text-align: left
}

.langmenu.select-wrap .select-value a,
.langmenu.select-wrap .select-value span {
    display: inline-block;
    padding-top: 3px
}

.langmenu.select-wrap .select-value:after {
    background-color: transparent;
    background-image: url(../images/down_arrow.png)
}

.langmenu.select-wrap .select-options a.lang {
    display: block;
    height: 17px;
    min-width: 80px;
    text-align: left
}

.langmenu.select-wrap .select-options a.lang img {
    max-width: none
}

.langmenu.select-wrap .select-options {
    background-color: #fff;
    border-color: #f0f1f5
}

.langmenu.select-wrap .select-options .option {
    background-color: transparent;
    font-size: 13px;
    line-height: 26px;
    padding: 0
}

.langmenu.select-wrap .select-options .option a {
    height: 26px;
    padding-left: 15px;
    padding-right: 76px
}

.langmenu.select-wrap .select-options .option:active,
.langmenu.select-wrap .select-options .option:hover {
    background: #119ef9
}

.langmenu.select-wrap .select-options .option:active a,
.langmenu.select-wrap .select-options .option:hover a {
    color: #fff
}

.langmenu.select-wrap.select-options .option a {
    color: #455c06;
    display: block;
    font-weight: 700;
    padding: 3px 15px
}

.menu-toggle {
    margin-left: 10px
}

.search-btn {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: opacity .16s linear
}

.search-btn:hover {
    opacity: .4
}

.event {
    color: #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    transition: color .16s linear
}

.event p {
    display: inline-block;
    width: 75%
}

.event .date {
    background: #119ef9;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    height: 68px;
    margin-right: 15px;
    padding-top: 5px;
    text-align: center;
    width: 68px;
    transition: background-color .16s linear
}

.event:hover {
    text-decoration: none;
    color: #dadada
}

.event:hover .date {
    background-color: #dadada
}

.event.occured {
    color: #6f6e6e
}

.event.occured .date {
    background: #c1c1c1;
    color: #fff
}

.event .date span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: -10px
}

.news {
    background-color: #f7f7f7;
    color: #313131;
    font-size: 16px;
    font-weight: 700
}

.news .container {
    background: #fff;
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px
}

.news .col {
    padding-bottom: 60px;
    padding-top: 60px
}

.news .col h4 {
    font-weight: 600;
    margin-bottom: 20px
}

.news .list-item:hover {
    color: #dadada;
    transition: color .16s linear
}

.news a {
    color: #313131;
    font-size: 16px;
    font-weight: 700
}

.news a.more {
    color: #519e8a;
    margin-top: 35px
}

.offers .description,
.offers img {
    margin-bottom: 15px
}

.offers .offer a {
    text-decoration: none;
    transition: color .16s linear
}

.offers .offer .image-wrap {
    position: relative
}

.offers .offer .image-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #519e8a;
    opacity: 0;
    transition: opacity .3s linear
}

.offers .offer:hover .image-wrap:before {
    opacity: .5
}

.offers .offer:hover a {
    color: #dadada
}

a.back,
a.more {
    color: #519e8a;
    font-weight: 700
}

a.back:before {
    margin-right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

a.back:before,
a.more:after {
    background: url(../images/green_arrow.png) no-repeat 50%;
    content: "";
    display: inline-block;
    height: 16px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 16px
}

a.more:after {
    margin-left: 15px
}

.feed a.more,
.scholarship a.more {
    margin-top: 35px
}

.offer-carousel:not(.owl-carousel) .offer:nth-child(n+2) {
    display: none
}

.offer-toggler {
    display: block;
    float: right
}

.offer-toggler .control {
    background-color: #c1c1c1!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    display: inline-block;
    height: 31px;
    margin: 0 1px;
    width: 31px
}

.offer-toggler .control.next {
    background: url(../images/next.png)
}

.offer-toggler .control.prev {
    background: url(../images/prev.png);
    margin-right: -3px
}

.exams .container.wide {
    max-width: unset
}

.exams .exam {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    color: #fff;
    padding: 90px 50px;
    position: relative
}

.exams .exam:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #519e8a;
    opacity: 0;
    transition: opacity .3s linear
}

.exams .exam:hover:before {
    opacity: .5
}

.exams .exam a {
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1
}

.exams .exam h3 {
    color: #fff;
    font-weight: 700;
    position: relative
}

.exams .exam h3:after {
    background-image: url(/images/white_arrow.png);
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 10px;
    width: 24px
}

.exams .exam p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    max-width: 100%
}

h2 {
    font-size: 2rem;
    font-weight: 700
}

.scholarship {
    position: relative
}

.scholarship .background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.scholarship .container {
    position: relative;
    max-width: unset
}

.scholarship .container:not(.wide) {
    background-color: rgba(241, 246, 253, .9);
    padding: 0;
    max-width: 1140px
}

.scholarship .scholar {
    padding: 50px 30px;
    padding-top: 18px
}

.scholarship h2.title {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 33px;
    padding-top: 54px
}

.scholarship h5 {
    font-weight: 700
}

.counters {
    font-size: .875rem;
    margin: 50px 0
}

.counters .container {
    padding: 0 30px;
    max-width: 1140px
}

.counters .count-text {
    color: #519e8a;
    display: inline-block;
    font-size: 24px;
    font-weight: 700
}

.counters .count-text i {
    font-style: normal
}

.counters .count-text span {
    color: #313131;
    display: block;
    font-size: 14px;
    max-width: 100px
}

.counters .top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    min-height: 80px
}

.counters img {
    display: inline-block;
    margin-right: 15px
}

.counters.fair-counters {
    background-color: #f4f4f4
}

.counters.fair-counters .top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    min-height: 160px;
    padding-bottom: 20px;
    padding-top: 45px
}

.counters.fair-counters .count-text {
    color: #119ef9;
    font-size: 2.125rem;
    line-height: 1;
    text-align: center
}

.counters.fair-counters .count-text span {
    font-size: 1rem;
    margin-top: 7px;
    max-width: 200px
}

.counters+.collage {
    margin-top: -48px
}

.feedback {
    margin-bottom: 40px
}

.feedback .container {
    background-color: #f4f4f4;
    padding: 40px 30px;
    max-width: 1140px
}

.feedback h2 {
    margin-bottom: 20px
}

.feedback .feed-carousel:not(.owl-carousel) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feedback .feed-carousel:not(.owl-carousel) .feed {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin-bottom: 15px;
    width: 33%
}

.feedback .feed-carousel:not(.owl-carousel)+.negative-top {
    margin-top: 15px
}

.feedback .feed img {
    vertical-align: top
}

.feedback .feed {
    font-size: .875rem
}

.feedback .feed img {
    display: inline-block;
    margin-right: 15px;
    width: auto
}

.feedback .feed .feed-text {
    display: inline-block;
    max-width: 250px
}

.feedback .feed .feed-text p {
    line-height: 1.5;
    margin-top: -5px
}

.feedback .feed .name {
    color: #6f6e6e;
    display: block;
    font-weight: 700;
    margin-top: -10px
}

.feedback .negative-top {
    float: left;
    margin-top: -24px;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-dots {
    margin-top: 40px;
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    background-color: #959595;
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    margin: 0 5px;
    vertical-align: middle;
    width: 7px;
    transition: opacity .16s linear
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #119ef9;
    height: 9px;
    width: 9px
}

.owl-carousel .owl-dots .owl-dot:hover {
    opacity: .6
}

.brns {
    background-color: #f7f7f7
}

.brns .carousel-item img {
    width: 100%
}

.brns .carousel-item .carousel-caption {
    color: #fff;
    left: 50%;
    max-width: 1040px;
    position: absolute;
    text-align: center;
    top: 20%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%
}

.brns .carousel-item .carousel-caption p {
    font-size: 24px
}

.brns .carousel-item .carousel-caption h3 {
    font-size: 55px;
    font-weight: 700
}

.brns .carousel-item .carousel-caption h3 p {
    font-size: inherit
}

.brns .carousel-indicators {
    bottom: 20%
}

.brns .carousel-indicators .active {
    background: #119ef9
}

.brns .carousel-indicators li {
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
    height: 14px;
    width: 14px;
    transition: opacity .16s linear
}

.brns .carousel-indicators li:hover {
    opacity: .6
}

.brands .container {
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px
}

.brand-wrap {
    text-align: center
}

.brand-wrap .brand {
    display: inline-block;
    padding: 30px;
    padding-top: 0
}

#mapTabs,
#programme-tabs .nav-tabs {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef
}

#mapTabs.nav-tabs .nav-link,
#programme-tabs .nav-tabs.nav-tabs .nav-link {
    background: #119ef9;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: all .3s ease
}

#mapTabs.nav-tabs .nav-link:hover,
#programme-tabs .nav-tabs.nav-tabs .nav-link:hover {
    background-color: #f2f2f2;
    color: #119ef9
}

#mapTabs.nav-tabs li,
#programme-tabs .nav-tabs.nav-tabs li {
    box-sizing: border-box;
    margin-right: 1px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

#mapTabs.nav-tabs .nav-link.active,
#programme-tabs .nav-tabs.nav-tabs .nav-link.active {
    background: #fff;
    border-color: #fff;
    color: #6f6e6e
}

#mapTabContent {
    background: #fff;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin-top: -1px;
    padding: 30px 10px 15px;
    position: relative;
    z-index: 200
}

#mapTabContent h2.title {
    font-size: 24px;
    font-weight: 700
}

#mapTabContent h3 {
    font-size: 18px;
    font-weight: 700
}

#mapTabContent p {
    color: #313131;
    font-size: 16px
}

#mapTabContent .address,
#mapTabContent .big-mail,
#mapTabContent .chat,
#mapTabContent .clock,
#mapTabContent .fax,
#mapTabContent .mail,
#mapTabContent .phone,
#mapTabContent .skype,
#mapTabContent .whatsapp {
    display: block;
    padding-left: 35px
}

#mapTabContent .big-mail,
#mapTabContent .chat,
#mapTabContent .mail,
#mapTabContent .skype,
#mapTabContent .whatsapp {
    color: #519e8a;
    font-weight: 700;
    margin: 12px 0
}

#mapTabContent .mail {
    background: url(../images/envelope.png) no-repeat 0
}

#mapTabContent .big-mail {
    background: url(../images/big-envelope.png) no-repeat 0
}

#mapTabContent .skype {
    background: url(../images/skype.png) no-repeat 0
}

#mapTabContent .chat {
    background: url(../images/chat.png) no-repeat 0
}

#mapTabContent .whatsapp {
    background: url(../images/whatsapp.png) no-repeat 0
}

#mapTabContent .clock {
    background: url(../images/clock.png) no-repeat 0
}

#mapTabContent .address {
    background: url(../images/small-pin.png) no-repeat 0
}

#mapTabContent .phone {
    background: url(../images/phone.png) no-repeat 0
}

#mapTabContent .fax {
    background: url(../images/print.png) no-repeat 0
}

.fair-map.google-maps {
    min-height: 480px
}

.fair-map #mapTabContent {
    padding-top: 50px
}

.fair-map #mapTabContent h2 {
    font-size: 2.125rem
}

.fair-map #mapTabContent a:not([href^=tel]) {
    color: #119ef9
}

.fair-map #mapTabContent .mail {
    background: url(/images/html/envelope-blue.svg) no-repeat 0;
    background-size: 16px 16px
}

.fair-map #mapTabContent .big-mail {
    background: url(/images/html/envelope-blue.svg) no-repeat 0;
    background-size: 22px 22px
}

.fair-map #mapTabContent .skype {
    background: url(/images/html/skype-blue.svg) no-repeat 0;
    background-size: 22px 22px
}

.fair-map #mapTabContent .chat {
    background: url(/images/html/chat-blue.svg) no-repeat 0;
    background-size: 25px 25px
}

.fair-map #mapTabContent .whatsapp {
    background: url(/images/html/whatsapp-blue.svg) no-repeat 0;
    background-size: 22px 22px
}

.fair-map #mapTabContent .address {
    background: url(/images/html/pin-gray.svg) no-repeat 0;
    background-size: 16px 16px
}

.fair-map #mapTabContent .phone {
    background: url(/images/html/phone.svg) no-repeat 0;
    background-size: 16px 16px
}

.fair-map #mapTabContent .fax {
    background: url(/images/html/fax.svg) no-repeat 0;
    background-size: 16px 16px
}

#map_canvas {
    height: 670px;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%
}

#tabHolder {
    margin-top: -715px
}

.google-maps {
    margin-top: 40px;
    min-height: 670px
}

.google-maps .container {
    max-width: 1140px
}

.google-maps+footer {
    margin-top: 0
}

footer {
    background: #245b99;
    margin-top: 60px;
    padding-top: 40px
}

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

footer ul ul {
    margin-bottom: 22px;
    margin-top: 12px
}

footer ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

footer ul li a,
footer ul li a:hover {
    color: inherit
}

footer ul li li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75
}

footer ul li li:before {
    content: "»"
}

footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

footer input[type=submit] {
    background: url(../images/white_arrow.png) no-repeat 50%;
    border: none;
    height: 24px;
    margin-left: -32px;
    text-indent: -9999px;
    width: 24px
}

footer input[type=email] {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: .875rem;
    margin-bottom: 30px;
    padding: 6px
}

footer ::-webkit-input-placeholder {
    color: #618ab7;
    opacity: 1
}

footer :-ms-input-placeholder {
    opacity: 1
}

footer ::placeholder {
    color: #618ab7;
    opacity: 1
}

footer :-ms-input-placeholder,
footer ::-ms-input-placeholder {
    color: #618ab7
}

footer .soc-wrap .soc-item {
    padding-right: 14px
}

.copyright {
    border-top: 1px solid #507cad;
    color: #fff;
    font-size: 12px;
    padding-bottom: 20px;
    padding-top: 8px;
    text-align: center
}

aside {
    margin-bottom: 30px
}

aside h4 {
    font-weight: 700;
    margin-bottom: 20px
}

aside.side-brns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    width: 195px
}

aside.side-brns img {
    max-width: 100%
}

aside.side-brns .brn {
    margin-bottom: 15px
}

aside .item-list.news-list li a {
    font-weight: 400
}

#main-content .title,
#main-content h2,
#main-content h3,
#main-content h4,
.title {
    font-weight: 700;
    margin-bottom: 15px
}

#main-content .title:after,
#main-content h2:after,
#main-content h3:after,
#main-content h4:after,
.title:after {
    background: #119ef9;
    content: "";
    display: block;
    height: 2px;
    margin-top: 15px;
    width: 34px
}

#main-content .title.white,
#main-content h2.white,
#main-content h3.white,
#main-content h4.white,
.title.white {
    color: #fff
}

#main-content .title.white:after,
#main-content h2.white:after,
#main-content h3.white:after,
#main-content h4.white:after,
.title.white:after {
    background: #fff
}

#main-content .form h2:after,
#main-content .form h3:after,
#main-content .form h4:after {
    display: none
}

#main-content .form .title:after {
    display: block
}

#main-content img {
    max-width: 100%
}

#main-content h2 {
    margin-bottom: 20px
}

#main-content .formatedtext {
    margin-bottom: 25px
}

#main-content .formatedtext p {
    margin-bottom: 0
}

#search-results .desc {
    font-size: .875rem;
    font-weight: 700
}

.item-list {
    padding-left: 0
}

.item-list li {
    list-style: none
}

.item-list li a {
    color: #343a40;
    transition: color .16s linear
}

.item-list li a:hover {
    color: #dadada;
    text-decoration: none
}

.item-list.result-list .result {
    margin-bottom: 30px
}

.item-list.result-list .result h6 {
    color: #519e8a;
    font-weight: 700
}

.item-list.news-list li {
    margin-bottom: 15px
}

.item-list.news-list li a {
    font-weight: 400
}

.item-list.university-list {
    margin-top: 30px
}

.item-list.university-list .list-item {
    margin-bottom: 40px
}

.item-list.university-list .list-item .location:before {
    background-image: url(/images/html/pin.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 12px
}

.item-list.university-list .list-item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}

.item-list.university-list .list-item .image img {
    width: 100%
}

.item-list.university-list .list-item .info {
    padding: 10px 15px
}

.item-list.university-list .list-item .info h4 {
    font-weight: 700
}

.item-list.university-list .list-item .bottom {
    font-size: .875rem
}

.item-list.university-list .list-item:last-child {
    margin-bottom: 0
}

#page-image {
    margin-bottom: 35px
}

#page-image img {
    width: 100%
}

.page-tree {
    font-size: .875rem
}

.page-tree,
.page-tree ul {
    list-style: none;
    padding-left: 0
}

.page-tree .toggler {
    background-image: url(/images/html/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 9px;
    cursor: pointer;
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 9px;
    transition: -webkit-transform .16s ease;
    transition: transform .16s ease;
    transition: transform .16s ease, -webkit-transform .16s ease;
    width: 16px
}

.page-tree .toggler.show {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-tree .submenu {
    border-left: 2px solid #519e8a
}

.page-tree .submenu .toggler {
    left: 7px
}

.page-tree .nav-link {
    color: #313131;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    padding-left: 0
}

.page-tree .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px;
    position: relative
}

.page-tree .nav-item.active>.nav-link {
    color: #119ef9
}

.page-tree .nav-item.active>.toggler {
    background-image: url(/images/html/arrow-down-blue.svg)
}

.page-tree .nav-item .submenu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.text-image-block {
    text-align: justify
}

.text-image-block .images {
    margin-left: 20px;
    width: 260px
}

.text-image-block .images img {
    margin-bottom: 20px
}

.text-image-block .images img:last-child {
    margin-bottom: 0
}

#swipebox-overlay {
    background: hsla(0, 0%, 87%, .9);
    width: 100%!important
}

#swipebox-slider .slide-loading {
    background: url(/images/html/loader.svg) no-repeat 50%
}

#swipebox-close {
    background-color: #519e8a;
    background-image: url(/images/html/close.svg);
    background-size: 40px;
    right: 5px;
    top: 5px
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
    background-position: 50%;
    height: 70px;
    width: 70px
}

#swipebox-next,
#swipebox-prev {
    background-color: #c1c1c1;
    background-image: url(/images/html/arrow-down.svg)
}

#swipebox-prev {
    left: 5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#swipebox-next {
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#swipebox-bottom-bar,
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: none;
    transform: none
}

#swipebox-bottom-bar #swipebox-next,
#swipebox-bottom-bar #swipebox-prev,
#swipebox-bottom-bar.visible-bars #swipebox-next,
#swipebox-bottom-bar.visible-bars #swipebox-prev {
    position: fixed;
    top: 50%
}

#swipebox-bottom-bar #swipebox-prev,
#swipebox-bottom-bar.visible-bars #swipebox-prev {
    left: 5px
}

#swipebox-bottom-bar #swipebox-next,
#swipebox-bottom-bar.visible-bars #swipebox-next {
    right: 5px
}

#count-text {
    bottom: 20px;
    left: 50%;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px
}

.gallery .swipebox {
    display: block;
    margin: 5px
}

.video-wrap .video {
    margin-bottom: 20px;
    position: relative
}

.video-wrap .video img {
    cursor: pointer;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.video-wrap .video iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.video-wrap .video:after {
    background-image: url(/images/html/play-button.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    -webkit-filter: drop-shadow(0 0 3px #000);
    filter: drop-shadow(0 0 3px #000);
    height: 120px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    z-index: 10
}

.video-wrap .video.playing:after,
.video-wrap .video.playing img {
    opacity: 0;
    pointer-events: none
}

.prices {
    color: #245b99
}

.buy-table {
    color: #131313;
    font-size: .875rem;
    width: 100%
}

.buy-table .header {
    background-color: #f7f7f7;
    font-weight: 600
}

.buy-table .header .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.buy-table .col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding: 7px
}

.buy-table .col.check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85px
}

.buy-table .col.check .custom-control {
    margin-right: 0
}

.buy-table .col.weeks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px
}

.buy-table .col.weeks input {
    text-align: center;
    width: 95px
}

.buy-table .col.price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    font-weight: 700;
    width: 90px
}

.buy-table .col:first-child {
    border-left: 1px solid #d9d9d9
}

.buy-table .col:last-child {
    border-right: 1px solid #d9d9d9
}

.buy-table .row-wrap .row {
    margin-bottom: 0
}

.buy-table .row-wrap:not(:first-child) .header {
    display: none
}

.buy-table .row-wrap:last-child .row:last-child {
    border-bottom: 1px solid #d9d9d9
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    border: 1px solid #d9d9d9;
    height: 38px;
    padding-left: 12px
}

select.custom-select {
    background-image: url(/images/html/arrow-down.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 9px
}

textarea {
    height: 114px
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none
}

input[type=number]::-webkit-inner-spin-button {
    display: none;
    margin: 0
}

.custom-control {
    padding-left: 35px
}

.custom-control .custom-control-label {
    font-weight: 400
}

.custom-control .custom-control-label:after,
.custom-control .custom-control-label:before {
    border-radius: 0;
    height: 24px;
    margin-right: 5px;
    top: -3px;
    width: 24px
}

.custom-control .custom-control-label:before {
    background-color: #fff;
    border: 2px solid #d9d9d9
}

.custom-control .custom-control-input {
    height: 24px;
    left: 0;
    top: 5px;
    width: 24px
}

.custom-control .custom-control-input[type=checkbox]:checked~.custom-control-label:before {
    background-color: transparent
}

.custom-control .custom-control-input[type=checkbox]:checked~.custom-control-label:after {
    background-image: url(/images/html/tick.svg);
    background-size: 18px 18px
}

.custom-control .custom-control-input[type=radio]~.custom-control-label:after,
.custom-control .custom-control-input[type=radio]~.custom-control-label:before {
    border-radius: 50%
}

.custom-control .custom-control-input[type=radio]:checked~.custom-control-label {
    color: #519e8a
}

.custom-control .custom-control-input[type=radio]:checked~.custom-control-label:before {
    background-color: transparent;
    border-color: #519e8a
}

.custom-control .custom-control-input[type=radio]:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23518e8a'/%3E%3C/svg%3E")
}

.custom-control .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: #f0f0f0
}

.btn-primary {
    background-color: #519e8a;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    padding: 15px 22px
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #54a590
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid #245b99;
    border-radius: 0;
    color: #245b99;
    font-weight: 500
}

.btn-secondary:after {
    background-image: url(/images/html/arrow-right-blue.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    content: "";
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    width: 18px
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: rgba(36, 91, 153, .1);
    border-color: #245b99;
    color: #245b99
}

.btn-secondary.filled {
    background-color: #245b99;
    color: #fff
}

.btn-secondary.filled:after {
    background-image: url(/images/html/arrow-right-white.svg)
}

.btn-secondary.filled:focus,
.btn-secondary.filled:hover,
.btn-secondary.filled:not(:disabled):not(.disabled):active {
    background-color: #2660a1
}

.buy-form .btn-primary {
    margin: 15px
}

.university-list-wrap {
    margin-bottom: 40px
}

.form .block {
    margin-bottom: 45px
}

.form h5 {
    font-weight: 700;
    margin-bottom: 25px
}

.form label {
    font-size: .875rem
}

.form label.form-control-label {
    font-weight: 700
}

.form input,
.form select,
.form textarea {
    max-width: unset;
    width: 100%
}

.form .input-group,
.form .row {
    margin-bottom: 20px
}

.form .input-group .row,
.form .row .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form .custom-checkbox .custom-control-input {
    width: 24px
}

.form .custom-checkbox .custom-control-label {
    font-weight: 400
}

.form label input[type=number],
.form label input[type=text] {
    margin: 0 5px;
    width: 100px
}

.form .room-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form .room-wrap input,
.form .room-wrap label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.form .actions a,
.form .summary a {
    font-size: .875rem
}

.form .text-right .btn {
    margin-left: 10px
}

.form .radio-wrap .row:not(:last-child) {
    margin-bottom: 10px
}

.form .disclosure {
    font-size: .875rem
}

.form .btn-primary {
    padding-left: 15px;
    padding-right: 15px
}

.form .btn-primary:after {
    background-image: url(/images/html/arrow-right-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    content: "";
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    width: 18px
}

.alert {
    border-radius: 0
}

.alert.alert-warning {
    background-color: #f7f7f7;
    border: 0;
    color: #b29d02;
    font-size: .875rem;
    padding-left: 65px
}

.alert.alert-warning:before {
    background-color: #f4db05;
    background-image: url(/images/html/warning.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px
}

.alert.alert-success {
    background-color: #fff;
    border: 2px solid #519e8a;
    color: #519e8a
}

.alert.alert-success:before {
    background-image: url(/images/html/tick.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px
}

.alert.large {
    padding: 30px;
    padding-left: 110px;
    padding-right: 15px
}

.alert.large h6 {
    font-size: 1.125rem;
    font-weight: 700
}

.alert.large p {
    color: #313131
}

.alert.large:before {
    width: 100px
}

#steps {
    margin-bottom: 40px;
    margin-top: 20px
}

#steps .step {
    position: relative;
    text-align: center
}

#steps .step .check,
#steps .step .number {
    background-color: #119ef9;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    height: 60px;
    line-height: 64px;
    text-align: center;
    width: 60px
}

#steps .step .check {
    background-image: url(/images/html/tick-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px
}

#steps .step span {
    color: #119ef9;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    margin-top: 5px
}

#steps .step.active~.step .check,
#steps .step.active~.step .number {
    background-color: #d0d0d0
}

#steps .step.active~.step span {
    color: #d0d0d0
}

#steps .step.active~.step:before {
    border-top: 2px solid #d0d0d0
}

#steps .step:before {
    border-top: 2px solid #119ef9;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 50%;
    top: 30px;
    width: 100%;
    z-index: -1
}

#contact-wrap h4:after,
#steps .step:first-child:before {
    display: none
}

#contact-wrap h5 {
    font-weight: 700
}

#contact-wrap p {
    margin-bottom: 0
}

#contact-wrap .block {
    margin-top: 30px
}

#contact-wrap a[href^=tel] {
    color: inherit
}

#fair-brn {
    font-size: 1rem;
    line-height: .9;
    overflow: hidden;
    position: relative
}

#fair-brn .container {
    color: #fff;
    font-weight: 700;
    padding: 3vw 0;
    position: relative
}

#fair-brn .container:not(.wide) {
    margin-bottom: 100px;
    max-width: 1140px
}

#fair-brn .container.wide:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 50%;
    left: -15px;
    position: absolute;
    right: -15px;
    top: 100%;
    -webkit-transform: skewY(4deg) translateY(-100px);
    transform: skewY(4deg) translateY(-100px);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

#fair-brn .container .content {
    font-size: 2em;
    text-align: center
}

#fair-brn .container .content strong {
    font-size: 3.23em
}

#fair-brn .container .date-wrap {
    font-size: 2.125rem;
    line-height: 1;
    margin-bottom: 30px
}

#fair-brn .container .date-wrap .date {
    border: 2px solid #fff;
    float: left;
    font-size: 3rem;
    height: 95px;
    margin-right: 30px;
    padding: 15px;
    text-align: center;
    width: 95px
}

#fair-brn .container .date-wrap .date span {
    display: block;
    font-size: 1.5rem
}

#fair-brn .container .date-wrap:after {
    clear: both;
    content: "";
    display: block
}

#fair-brn .container .entrance {
    padding: 0 30px
}

#fair-brn .container .entrance strong {
    font-size: 1.5em
}

#fair-brn .background {
    background-attachment: fixed;
    background-position: 10%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#fair-brn+.fair-description {
    margin-top: -40px;
    position: relative;
    z-index: 10
}

#fair-registration {
    overflow: hidden
}

#fair-registration,
#fair-registration .container.wide {
    position: relative
}

#fair-registration .container.wide:before {
    background-color: #fff;
    bottom: 100%;
    content: "";
    display: block;
    height: 50%;
    left: -15px;
    position: absolute;
    right: -15px;
    -webkit-transform: skewY(4deg) translateY(100px);
    transform: skewY(4deg) translateY(100px);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 10
}

#fair-registration .container:not(.wide) {
    padding-top: 115px;
    position: relative;
    z-index: 10
}

#fair-registration .form {
    background-color: #fff;
    margin-bottom: 260px;
    margin-top: 20px;
    padding: 40px 60px
}

#fair-registration .background {
    background-attachment: fixed;
    background-position: 10%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#fair-registration~.fair-map {
    margin-top: 0
}

#fair-registration~.fair-map #map_canvas {
    height: 480px
}

#fair-registration~.fair-map #tabHolder {
    margin-top: -645px
}

#fair-registration .custom-control .custom-control-input[type=radio]~.custom-control-label:after,
#fair-registration .custom-control .custom-control-input[type=radio]~.custom-control-label:before {
    border-radius: 50%
}

#fair-registration .custom-control .custom-control-input[type=radio]:checked~.custom-control-label {
    color: #245b99
}

#fair-registration .custom-control .custom-control-input[type=radio]:checked~.custom-control-label:before {
    background-color: transparent;
    border-color: #245b99
}

#fair-registration .custom-control .custom-control-input[type=radio]:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23245b99'/%3E%3C/svg%3E")
}

.slabtexted .slabtext {
    display: inline-block;
    white-space: nowrap
}

.slabtextinactive .slabtext {
    display: inline;
    font-size: 1em!important;
    letter-spacing: inherit!important;
    *letter-spacing: 0!important;
    white-space: normal;
    word-spacing: inherit!important;
    *word-spacing: 0!important
}

.slabtextdone .slabtext {
    display: block;
    line-height: .9
}

.participant-grid {
    margin-bottom: 40px
}

.participant-grid .participant {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%
}

.participant-grid .participant img {
    height: 100%;
    object-fit: contain
}

.participant-grid .btn {
    margin-top: 20px
}

#fair-programme .top {
    color: #fff
}

#fair-programme .top,
#fair-programme .top .container {
    position: relative
}

#fair-programme .top .container:not(.wide) {
    padding-bottom: 100px;
    padding-top: 50px
}

#fair-programme .bottom .container.wide {
    background-color: #f4f4f4;
    padding-bottom: 50px
}

#fair-programme .bottom .container {
    background-color: #fff
}

#fair-programme .background {
    background-attachment: scroll;
    background-position: 10%;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#fair-programme #programme-tabs {
    margin-top: -45px;
    position: relative;
    z-index: 11
}

#fair-programme #programme-tabs .nav-tabs {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#fair-programme #programme-tabs .nav-tabs .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    margin: 0 1px
}

#fair-programme #programme-tabs .nav-tabs .nav-item .nav-link:hover {
    border-color: #119ef9
}

#fair-programme #programme-tabs .nav-tabs .nav-item .nav-link.active {
    color: #245b99
}

#fair-programme #programme-tabs .nav-tabs .nav-item .nav-link.active:hover {
    border-color: #fff
}

#fair-programme #programme-tabs .tab-pane {
    padding: 35px 50px
}

#fair-programme #programme-tabs .tab-pane .col.time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px
}

#fair-programme .time {
    color: #119ef9;
    font-size: 1.25em;
    font-weight: 700
}

#fair-programme .schedule .row {
    margin-bottom: 30px
}

.collage {
    margin-bottom: 40px
}

.collage [class^=col] {
    border: 2px solid #fff
}

.collage img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%
}

.fade {
    transition: opacity .3s linear
}

#mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    height: 100%;
    z-index: 100;
    display: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .16s ease .16s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

#mobile-menu .navbar,
#mobile-menu .navbar .nav-item {
    display: block
}

#mobile-menu .navbar .nav-item .nav-link {
    color: #484848
}

#mobile-menu .navbar.blue-menu {
    margin-left: 0!important;
    margin-right: 0!important
}

#mobile-menu .navbar.blue-menu .nav-item .nav-link {
    color: #245b99
}

#mobile-menu.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .16s ease;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2)
}

#mobile-menu .content {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 66px
}

#mobile-menu .overlay {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    right: 0;
    opacity: 0;
    /* pointer-events: none; */
    visibility: hidden;
    z-index: 1;
    transition: all .16s ease
}

#mobile-menu.show .overlay {
    opacity: 1;
    /* pointer-events: all; */
    visibility: visible;
    transition: all .16s ease .16s
}

#mobile-menu .nav-link.cart {
    background-image: url(/images/html/cart-dark-blue.svg);
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 20px 7px
}

#mobile-menu .bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px;
    border-top: 1px solid #cfcfcf;
    display: none
}

#mobile-menu .bottom-row .soc-icons a {
    margin-right: 15px
}

@media (max-width:1200px) {
    .brns .carousel-item .carousel-caption {
        top: 10%
    }
}

@media (max-width:1024px) {
    #mobile-menu {
        display: block;
        z-index: 210
    }
    #mobile-menu .content {
        overflow: auto
    }
    body {
        padding-top: 65px
    }
    .topline {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 220
    }
    .topline .menu-toggler {
        display: block
    }
    .main-menu,
    .topline .top-menu {
        display: none
    }
    .carousel-item .carousel-caption {
        margin-left: 0
    }
    .exams .exam,
    .news .col-sm {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }
    .counters .col-sm {
        padding-left: 0
    }
}

@media screen and (max-width:991px) {
    .brns .carousel-item .carousel-caption p {
        font-size: 3vw
    }
    .brns .carousel-item .carousel-caption h3 {
        font-size: 5vw
    }
    .copyright {
        margin-top: 30px
    }
    .green-menu {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .green-menu .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        border-bottom: 1px solid #fff
    }
    .news .col {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .news .news-list-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .side-brns {
        display: none
    }
}

@media (max-width:800px) {
    .carousel-caption {
        left: 10%
    }
    .carousel-indicators {
        bottom: 2%
    }
    .green-menu {
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .news .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .counters .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .feedback .owl-item .feed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .feedback .container {
        padding-bottom: 30px
    }
    .feedback .negative-top {
        margin-top: 15px;
        float: none;
        margin-bottom: 0
    }
    .feedback .owl-dots {
        margin-top: 20px
    }
}

@media screen and (max-width:680px) {
    .topline .navbar-brand {
        margin-right: auto
    }
    .topline .langmenu,
    .topline .soc-icons {
        display: none
    }
    #mobile-menu .content {
        padding-top: 65px
    }
    #mobile-menu .bottom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:620px) {
    .counters .container {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .news .col-sm {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
    .green-menu,
    .news img {
        width: 100%
    }
    .green-menu a {
        display: block;
        padding-top: 20px;
        width: 100%
    }
    .exams .exam {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media screen and (max-width:480px) {
    #mapTabs.nav-tabs li,
    #programme-tabs .nav-tabs.nav-tabs li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    #tabHolder {
        margin-top: 0
    }
    .google-maps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .google-maps #map_canvas {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .buy-table .row-wrap:not(:first-child) .header {
        display: block
    }
    #basket .buy-table .col.check,
    #basket .buy-table .col.price,
    .buy-form .buy-table .col.check,
    .buy-form .buy-table .col.price {
        width: 100%
    }
    #basket .row-wrap,
    .buy-form .row-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px
    }
    #basket .row-wrap .header,
    .buy-form .row-wrap .header {
        display: block
    }
    #basket .row-wrap .row,
    .buy-form .row-wrap .row {
        margin-left: 0!important;
        margin-right: 0!important
    }
    #basket .row-wrap .row .col,
    .buy-form .row-wrap .row .col {
        border: 1px solid #d4d4d4;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    #basket .row-wrap .row .col:first-child,
    .buy-form .row-wrap .row .col:first-child {
        height: 60px
    }
    #basket .row-wrap .row .col:nth-child(2),
    .buy-form .row-wrap .row .col:nth-child(2) {
        height: 120px
    }
    #basket .row-wrap .row .col:nth-child(3),
    #basket .row-wrap .row .col:nth-child(4),
    .buy-form .row-wrap .row .col:nth-child(3),
    .buy-form .row-wrap .row .col:nth-child(4) {
        height: 60px
    }
    .green-menu .nav-item {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .brand-wrap .brand {
        display: block
    }
    .navbar-brand img {
        max-width: 250px
    }
}

@media screen and (max-width:400px) {
    .navbar-brand img {
        max-width: 200px
    }
}

@media screen and (min-width:768px) {
    #fair-brn .left {
        padding-right: 50px
    }
    #fair-brn .right {
        padding-left: 50px
    }
}

@media screen and (min-width:992px) {
    #fair-registration .form .col-lg-10 {
        padding-left: 50px
    }
}


/*# sourceMappingURL=style.min.css.map */