
/* ___| document |_____________________ */


@import url('bootstrap.min.css');
@import url('owl.carousel.min.css');
@import url('simple-line-icons.css');
@import url('magnific-popup.css');
@import url('wp-specific.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&subset=latin-ext');

html { font-size: 16px; }
body { font-family: 'Montserrat', sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; -webkit-backface-visibility: hidden; color: #2d2c2c; background: #fff; }


/* ___| header |_____________________ */


.header { padding: 2.125rem 0 0; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06); position: relative; z-index: 10; }

.header__logo { margin: 0.2rem 0 3.1rem 0; display: block; }
.header__logo img { max-width: 100%; transition: 0.3s; -webkit-transition: 0.3s; }

.header__links { margin-bottom: 1.75rem; text-align: right; font-weight: 300; font-size: 0.875rem; }
.header__links--mobile { display: none; }
.header__links > a, .header__links > a:not([href]) { margin-left: 2rem; text-align: right; color: #000; cursor: pointer; transition: 0.3s; }
.header__links > a i { padding-right: 0.4rem; color: #38acd7; font-size: 0.9375rem; }
.header__links > a span { padding-bottom: 1px; border-bottom: 1px solid #efefef; }
.header__links a:hover, .header__links a:not([href]):hover { text-decoration: none; color: #38acd7; }
.header__links a:hover span { border-bottom: 0; }

.dropdown--lang { margin-left: 2rem; }
.dropdown--lang .dropdown-toggle { padding: 0; background: none; border: none; cursor: pointer; }
.dropdown--lang .dropdown-toggle img { margin: 0; width: 20px; }
.dropdown--lang .dropdown-toggle::after { color: #555; }
.dropdown--lang .dropdown-menu { padding: 0.4rem 0.8rem; left: auto; top: 1.8rem; right: 0; min-width: 0; border-radius: 0; border: 1px solid #ececec; background: #fff; box-shadow: 0 0 16px rgba(0, 0, 0, 0.07); }
.dropdown--lang .dropdown-menu img { width: 20px; transition: 0.3s; }
.dropdown--lang .dropdown-menu a:hover img { transform: scale(1.1); }

.header__search .input-group { text-align: right; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.header__search .form-control, .header__search .custom-select { margin-right: 1px; font-size: 0.875rem; max-width: 220px; }
.header__search .input-group-btn:not(:first-child) > .btn { margin-left: 0; padding-left: 0.7rem; padding-right: 0.7rem; }
.header__search .input-group-btn:not(:first-child) > .btn i { margin-bottom: 1px; font-size: 1.0625rem; display: block; }
.header__search .input-group-btn { font-size: 0.875rem; }

.navigation { margin: 0; position: relative; text-align: center; }
.navigation ul { margin: 0; padding: 0 0 1.7rem 0; display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.navigation__item { margin: 0; font-weight: 400; font-size: 0.9375rem; line-height: 1.8rem; vertical-align: middle; text-transform: uppercase; list-style: none; display: block; }
.navigation__item a { margin: 0; padding-top: 0.7rem; color: #000; text-decoration: none; display: inline-block; position: relative; cursor: pointer; transition: 0.3s; -webkit-transition: 0.3s; font-weight: bold;}
.navigation__item a::before { width: 26px; height: 3px; display: block; position: absolute; top: 0; left: 0; background: #dcdcdc; content: ""; transition: 0.5s; }
.navigation__item a:hover, .navigation__item.is--active a { color: #000; }
.navigation__item a:hover::before, .navigation__item.is--active a::before { width: 100%; background-color: #1c1c1e; }

.navigation__responsive { display: none; padding: 0; width: auto; height: 40px; cursor: pointer; position: absolute; top: 6px; right: 15px; z-index: 101; background: none; transition: 0.3s; -webkit-transition: 0.3s; }
.navigation__responsive::before { display: block; content: "MENU"; position: absolute; right: 55px; top: 13px; color: #000; font-weight: 300; line-height: 0.9rem; font-size: 0.8rem; transition: 0.3s; -webkit-transition: 0.3s; }
.navigation__responsive:hover { color: #fff; }
.responsive--active { color: #fff; }
/*.navigation__responsive:hover::before, .responsive--active::before, .navigation__responsive:hover .bar__line { color: #fff; border-color: #fff; }*/
.responsive--active .bar__line { border-color: #fff !important; }
/*.navigation__responsive.responsive--active span.bar { background: #fff; }*/
.navigation__responsive span.bar { width: 40px; height: 40px; display: block; top: 0; right: 0; position: relative; background: #38acd7; transition: 0.3s; -webkit-transition: 0.3s; }
.bar__line { border: 1px solid #fff; border-bottom-width: 2px; border-radius: 3px; position: absolute; left: 10px; width: 20px; margin: 0; display: block; transition: 0.3s; -webkit-transition: 0.3s; }
.bar__line.bar--t { top: 11px; transform: rotate(0); -webkit-transform: rotate(0); -ms-transform: rotate(0); }
.bar__line.bar--m { top: 18px; transform: rotate(0); -webkit-transform: rotate(0); -ms-transform: rotate(0); opacity: 1; }
.bar__line.bar--b { top: 25px; transform: rotate(0); -webkit-transform: rotate(0); -ms-transform: rotate(0); }
.navigation__responsive.responsive--active .bar__line.bar--t { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); top: 18px; }
.navigation__responsive.responsive--active .bar__line.bar--m { opacity: 0; }
.navigation__responsive.responsive--active .bar__line.bar--b { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); top: 18px; }


/* ___| content |_____________________ */


.content { padding: 1rem 0; }
.content-offset { padding-left: 3.4rem; }
.content--narr { padding: 2.8rem 0; }

.content h1 { margin-top: 0; margin-bottom: 2rem; padding-top: 0; font-size: 1.8rem; line-height: 2.7rem; font-weight: 500; color: #1c1c1e; }
.content h2:not(.sr-only) { padding-top: 1.1rem; margin-top: 0; margin-bottom: 1.5rem; font-size: 1.2rem; line-height: 1.8rem; font-weight: 500; color: #1c1c1e; text-transform: uppercase; letter-spacing: 0.018rem; position: relative; }
.content h3 { margin-top: 0; margin-bottom: 1rem; font-size: 1.15rem; line-height: 1.65rem; color: #3d3d3d; font-weight: 700; }
.content p { margin-bottom: 1.4rem; font-size: 0.9375rem; line-height: 1.45rem; font-weight: 300; }
.content strong { font-weight: 600; }
.content a { text-decoration: none; color: #38acd7; border-bottom: 1px solid #e1f0f6; transition: 0.3s; font-weight: bold; }
.content aside a { font-weight: normal; }
.content a:hover { text-decoration: none; color: #1c1c1e; border-bottom: 1px solid #1f1d21; }
.content ul, .content ol { margin: 0 0 1.4rem 0; padding: 0; }
.content ul li, .content ol li { margin-bottom: 0.8em; padding-left: 2rem; font-size: 0.9375rem; line-height: 1.45rem; font-weight: 300; list-style: none; position: relative; }
.content ol li { margin-left: 1rem; padding-left: 1rem; list-style: decimal; }
.content ul li::before { content: ""; width: 0.7rem; height: 2px; position: absolute; top: 0.65rem; left: 0; display: block; background: #1c1c1e; }
.content ul li ul { margin-top: 1rem; margin-bottom: 1rem; }
.content ul li ul li::before { background: #aaa; }
.content table { margin: 2.1rem 0; width: 100%; border-collapse: collapse; border: none; }
.content table th { padding: 1rem 1.2rem; font-weight: 600; font-size: 0.9375rem; line-height: 1.3rem; text-align: left; text-transform: uppercase; border-bottom: 1px solid rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.06); }
.content table td { padding: 0.8rem 1.2rem; font-weight: 300; font-size: 0.9375rem; line-height: 1.3rem; text-align: left; border-bottom: 1px solid rgba(0, 0, 0, 0.04); transition: 0.3s; }
.content table tr:hover td { background: #fafafa; }
.content hr { margin: 2.5rem 0; border-color: #efefef; }

.content h2:not(.sr-only).striped { margin-bottom: 2.5rem; font-weight: 600; }
.content h2:not(.sr-only).striped::before { width: 37px; height: 3px; display: block; position: absolute; top: 0; left: 0; background: #1c1c1e; content: ""; }

.text-danger { color: #c40b09; }
.text-success { color: #58ab10; }
.text-info { color: #1a62b1; }

.button { padding: 0.9rem 1.3rem 0.8rem; font-size: 1.1875rem; text-decoration: none !important; color: #54ab0d !important; border: 1px solid #54ab0d !important; text-transform: uppercase; display: inline-block; text-align: center; transition: 0.3s; -webkit-transition: 0.3s; }
.button:hover { color: #000 !important; }

.button--corner { padding-left: 2.1rem; font-weight: 300; font-size: 0.86rem; letter-spacing: 0.02rem; line-height: 1rem; vertical-align: middle; text-transform: uppercase; text-align: center; color: #777 !important; border: 1px solid #ececec !important; background: #fff; box-shadow: 0 0 16px rgba(0, 0, 0, 0.07); position: relative; overflow: hidden; }
.button--corner i.icon-arrow-right { padding-left: 0.4rem; font-size: 0.625rem; }
.button--corner::before { content: ""; width: 0; height: 0; border-style: solid; border-width: 13px 0 13px 14px; border-color: transparent transparent transparent #fafafa; position: absolute; bottom: 0; left: 0; transition: 0.4s; }
.button--corner::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 13px 14px 13px; border-color: transparent transparent #f2f2f2 transparent; position: absolute; bottom: 0; left: 0; transition: 0.4s; }
.button--corner:hover { border-color: #ececec; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
.button--corner:hover::after, .button--corner:hover::before { bottom: -4px; left: -4px; }

.link { color: #000 !important; border: none !important; text-transform: uppercase; letter-spacing: 0.02rem; font-weight: 300 !important; font-size: 0.75rem !important; white-space: nowrap; }
.link i { padding-left: 0.2rem; font-size: 0.55rem !important; transition: 0.3s; }
.link span { padding-top: 2px; border-bottom: 1px solid #efefef; display: inline-block; transition: 0.3s; }
.link:hover i { padding-left: 0.4rem; }
.link:hover span { border-color: transparent; }

.form-control, .custom-select { padding-left: 1rem; padding-right: 1rem; border-radius: 0; font-size: 0.9375rem; font-family: 'Montserrat', sans-serif; font-weight: 300; letter-spacing: 0.018rem; background-color: #eee; border-color: #eee; color: #777; }
.custom-select { padding-right: 1.8rem;  }
.form-control:focus, .custom-select:focus { border-color: #38acd7; background-color: #fff; color: #222; }
.btn { border-radius: 0; background-color: #1c1c1e; border-color: #1c1c1e; color: #fff; cursor: pointer; }
.btn:hover, .btn:focus { background-color: #38acd7; border-color: #38acd7; }

.content .breadcrumb { margin-bottom: 4rem; padding: 0; color: #383838; font-size: 0.9375rem; background: none; }
.breadcrumb i, .entry-breadcrumbs { padding: 0 0.6rem; }
.content .breadcrumb a, .entry-breadcrumbs a { color: #383838; text-decoration: none; }
.content .breadcrumb a:hover, .entry-breadcrumbs a:hover { color: #58ab10; text-decoration: none; }

.card--event { margin-bottom: 2rem; display: block; border-radius: 0; border: none; box-shadow: 0 0 16px rgba(0, 0, 0, 0.07); }
.card--event a { text-decoration: none; }
.event__img { position: relative; height: 150px; overflow: hidden; }
.event__img img { position: relative; border-radius: 0; min-height: 150px; transition: 0.8s; }
.event__img::before { content: ""; width: 150px; height: 200%; position: absolute; top: -50%; left: -50px; z-index: 1; background: rgba(0, 0, 0, 0.5); display: block; transform: rotate(30deg); transition: 0.5s; }
.event__type { position: absolute; top: 18px; left: 20px; z-index: 10; color: #fff; font-size: 0.875rem; font-weight: 500; text-transform: uppercase; transition: 0.5s; }
.event__ico { position: absolute; bottom: 18px; left: 20px; z-index: 10; font-size: 1rem; color: #fff; transition: 0.5s; }
.event__date { margin-bottom: 0.7rem !important; font-weight: 400 !important; text-transform: uppercase; font-size: 0.8rem !important; letter-spacing: 0.018rem; position: relative; }
.event__date::after { display: block; width: 20px; height: 3px; content: ""; position: absolute; left: -2.375rem; top: 0.53rem; background: #000; transition: 0.5s; }
.card--event .card-block { padding: 1.4rem 1.5rem 1.5rem 2.375rem; }
.card--event .card-block h3, .content .card--event .card-block h3 { margin-bottom: 0.8rem; font-weight: 500; font-size: 1.2rem; color: #000; letter-spacing: 0.018rem; line-height: 1.9rem; }
.card--event .card-block h3 span { padding-top: 2px; border-bottom: 1px solid #efefef; }
.card--event .card-block p, .content .card--event .card-block p { font-weight: 300; font-size: 0.875rem; color: #2d2c2c; letter-spacing: 0.018rem; line-height: 1.375rem; }
.card--event:hover .event__img img { transform: scale(1.1); }
.card--event:hover .event__img::before { left: -100%; }
.card--event:hover .event__type { left: -100%; }
.card--event:hover .event__ico { left: -100%; }
.card--event:hover .card-block h3 span { border-bottom: none; }
.card--event:hover .event__date::after { width: 10px; }
.event--green .event__img::before { background: rgba(82, 209, 60, 0.8); }
.event--green .event__date { color: #8bd94f !important; }
.event--green .event__date::after { background: #8bd94f; }
.event--blue .event__img::before { background: rgba(56, 172, 215, 0.8); }
.event--blue .event__date { color: #38acd7 !important; }
.event--blue .event__date::after { background: #38acd7; }
.event--violet .event__img::before { background: rgba(116, 92, 198, 0.8); }
.event--violet .event__date { color: #745cc6 !important; }
.event--violet .event__date::after { background: #745cc6; }

.news { margin-bottom: 2.125rem; background: #fafafa; color: #2d2c2c; overflow: hidden; }
.news h3 { margin-bottom: 0.9rem; }
.news p { margin: 0; font-weight: 300; font-size: 0.875rem; color: #2d2c2c; letter-spacing: 0.018rem; line-height: 1.375rem; }
.news .link { margin-left: 0.5rem; font-weight: 400 !important; }
.news__desc { padding: 1.5rem; }
.news__date { padding-left: 1.3rem; display: block; width: 95px; height: 133px; color: #fff; text-align: center; position: relative; }
.news__thumb { max-width:100%; height: auto; }
.date__bg { display: block; transform: rotate(24deg); width: 150%; height: 150%; background: #745cc6; position: absolute; top: -30%; left: -20%; z-index: 0; overflow: hidden; transition: 0.5s; }
.news__date time { position: relative; z-index: 2; }
.news__day { padding-top: 1.6rem; font-size: 3rem; line-height: 3.1rem; letter-spacing: 0.05rem; font-weight: 600; display: block; position: relative; z-index: 2 }
.news__month { font-size: 0.87rem; line-height: 1; text-transform: uppercase; position: relative; z-index: 2; color: rgba(255, 255, 255, 0.7); }
.news:hover .date__bg { transform: rotate(10deg); }
.news__pub { margin-bottom: 2.3rem; padding: 0.5rem 1rem 0.4rem; background: #745cc6; display: inline-block; color: #fff; font-weight: 400; font-size: 0.9375rem; }
.news__pub i { padding: 0.1rem 0.5rem 0 0; }

.quick-link, .content .quick-link { margin-top: 5rem; margin-bottom: 1rem; }
.quick-link li, .content .quick-link li { margin: 0; padding: 0; }
.quick-link__btn, .content .quick-link__btn { width: 100%; padding: 0.8rem 1.5rem; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.02rem; text-transform: uppercase; color: #fff !important; border: none !important; display: block; position: relative; }
.quick-link__btn::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 0 10px; border-color: transparent transparent transparent rgba(255, 255, 255, 1); position: absolute; bottom: 0; left: 0; transition: 0.4s; }
.quick-link__btn:hover::after { border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); }
.btn--green { background-color: #99de64; }
.btn--green:hover { background-color: #8bd94f; }
.btn--violet { background-color: #8570cd; }
.btn--violet:hover { background-color: #745cc6; }
.btn--blue { background-color: #50b6dc; }
.btn--blue:hover { background-color: #38acd7; }
.btn--grey { background-color: #7f8080; }
.btn--grey:hover { background-color: #444; }

.content--crumb { margin-bottom: 0; padding: 1.8rem 0 3rem; background: #f8f8f8 url("../img/bg-noise.jpg") repeat; border-bottom: 1px solid #f5f5f5; position: relative; }
.content--crumb .breadcrumb, .content--crumb .entry-breadcrumbs { margin: 0; padding: 0; float: right; }
.breadcrumb, .entry-breadcrumbs { margin: 0 !important; padding: 0 !important; }
.breadcrumb li { margin: 0 !important; padding: 0 !important; list-style: none !important; float: right; letter-spacing: 0.025rem; color: rgba(0, 0, 0, 0.5); font-size: 0.875rem !important; }
.entry-breadcrumbs span { margin: 0 !important; padding: 0 !important; list-style: none !important; letter-spacing: 0.025rem; color: rgba(0, 0, 0, 0.5); font-size: 0.875rem !important; }
.breadcrumb li a, .entry-breadcrumbs span a { color: rgba(0, 0, 0, 0.5) !important; border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
.breadcrumb li a:hover, .entry-breadcrumbs span a:hover { color: #1c1c1e !important; border-bottom: 1px solid #1c1c1e !important; }
.breadcrumb-item + .breadcrumb-item::before { padding-left: 1.1rem; padding-right: 1.1rem; opacity: 0.3; float: right; }
.entry-breadcrumbs span + .entry-breadcrumbs span::after { padding-right: 1.1rem; padding-left: 1.1rem; opacity: 0.3; }
.content--crumb .breadcrumb.breadcrumb--left { margin: 0 auto; float: left; }
.breadcrumb.breadcrumb--left li { float: left; }
.breadcrumb--left .breadcrumb-item + .breadcrumb-item::before { float: none; }

.entry-breadcrumbs>span::after {display: inline-block;padding-right: .5rem;padding-left: .5rem;color: #636c72;content: "/";padding-left: 1.1rem; padding-right: 1.1rem; opacity: 0.3;}
.entry-breadcrumbs span:last-child::after {content: "";}

.content .pagination, .content .page-numbers { margin: 0; padding: 1rem 0 1rem 0; }
.content .page-numbers { margin: 10px; padding: 1rem 1rem 1rem 1rem; }
.content .pagination li { margin: 0; padding: 0; }
.content .pagination li::before { display: none; }
.page-link { padding: 0.7rem 1rem; border-color: #efefef !important; }
.page-item:first-child .page-link, .page-item:last-child .page-link { border-radius: 0; }
.page-item.active .page-link { background-color: #38acd7; border-color: #38acd7 !important;; }


/* ___| carousel |_____________________ */


.content--carousel { margin-bottom: 1.5rem; padding: 3.875rem 0 5.75rem; background: #f8f8f8 url("../img/bg-noise.jpg") repeat; border-bottom: 1px solid #efefef; position: relative; }
.content--carousel .owl-carousel .owl-nav .owl-next, .content--carousel .owl-carousel .owl-nav .owl-prev { font-size: 2.25rem; color: rgba(0, 0, 0, 0.25); position: absolute; top: 150px; transition: 0.3s; }
.content--carousel .owl-carousel .owl-nav .owl-next { right: -70px; }
.content--carousel .owl-carousel .owl-nav .owl-next:hover { right: -73px; color: #1c1c1e; }
.content--carousel .owl-carousel .owl-nav .owl-prev { left: -70px; }
.content--carousel .owl-carousel .owl-nav .owl-prev:hover { left: -73px; color: #1c1c1e; }

.carousel__more { margin: 2.5rem 0 -7.2rem 0 !important; text-align: center; }


/* ___| sidebar |_____________________ */


.content .sidebar__nav { margin-bottom: 3.5rem; }
.content .sidebar__nav li { margin: 0 0 1.6rem 0; padding: 0; font-weight: 400; letter-spacing: 0.018rem; position: relative; }
.content .sidebar__nav li a { color: #1f1d21; text-decoration: none; display: block; position: relative; z-index: 2; border: none; }
.content .sidebar__nav li a i { padding:0.3rem 0 0 0.5rem; font-size: 0.875rem; background: #fff; z-index: 2; position: relative; float: right; transition: 0.4s; }
.content .sidebar__nav li a span { font-weight:bold;padding-right: 0.5rem; z-index: 2; position: relative; }
.content .sidebar__nav li::before, .content .sidebar__nav li::after { content: ""; width: 100%; height: 1px; background: #efefef; position: absolute; top: 50%; left: 0; display: block; z-index: 0; transition: 1s; }
.content .sidebar__nav li::after { width: 0; background: #a6d6ea; z-index: 1; left: auto; right: 0; }
.content .sidebar__nav li a:hover { color: #38acd7; }
.content .sidebar__nav li a:hover i { color: #38acd7; }
.content .sidebar__nav li:hover::after { width: 100%; }

.col-sidebar { padding-right: 3.3rem; }
.sidebar { margin: -5.2rem 0 4rem 0; padding: 1.6rem 1.7rem 1.2rem 2rem; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); background: #50b6dc; }
.content .sidebar .sidebar__nav { margin-bottom: 0; }
.content .sidebar .sidebar__nav li { margin-bottom: 0.7rem; transition: 0 !important; }
.content .sidebar .sidebar__nav li::before, .content .sidebar .sidebar__nav li::after { display: none; }
.content .sidebar .sidebar__nav li a { transition: 0 !important; color: rgba(255, 255, 255, 0.8); }
.content .sidebar .sidebar__nav li a span { padding: 0.2rem 0.5rem; transition: 0; display: inline-block; }
.content .sidebar .sidebar__nav li a:hover { color: #fff; }
.content .sidebar .sidebar__nav li.is--active a { color: #1c1c1e; }
.content .sidebar .sidebar__nav li.is--active a span { background: #fff; }
.content .sidebar h2 { margin-bottom: 1.6rem; padding: 0; color: #fff; }
.content .sidebar h2::before { display: none; }
.sidebar .custom-select { margin-bottom: 0.5rem; background-color: #fff; width: 100%; }


/* ___| catalog |_____________________ */


.content--catalog { padding-bottom: 5rem; background: #fcfcfc; border-top: 1px solid #efefef; }
.content--catalog .owl-carousel .owl-nav .owl-next, .content--catalog .owl-carousel .owl-nav .owl-prev { font-size: 1.25rem; color: rgba(0, 0, 0, 0.5); position: absolute; top: -68px; transition: 0.3s; }
.content--catalog .owl-carousel .owl-nav .owl-next { right: 0; }
.content--catalog .owl-carousel .owl-nav .owl-next:hover { right: -3px; color: #1c1c1e; }
.content--catalog .owl-carousel .owl-nav .owl-prev { right: 30px; }
.content--catalog .owl-carousel .owl-nav .owl-prev:hover { right: 33px; color: #1c1c1e; }

.content.content--catalog h2, .content.content--catalog h2 a { color: #1c1c1e; border: none; }
.content.content--catalog h2 a:hover { color: #38acd7; }
.content.content--catalog h2.striped::before { background: #38acd7; }
.catalog__item { position: relative; }
.catalog__desc { padding-top: 30%; width: 100%; height: 100%; position: absolute; top: 110%; left: 0; background: rgba(0, 0, 0, 0.8); text-align: center; transition: 0.6s; }
.catalog__desc i { font-size: 2.25rem; color: #38acd7; }
.catalog__desc p { margin: 0.6rem 0 0 0; font-size: 0.9375rem; color: #fff; text-transform: uppercase; font-weight: 500; }
.catalog__item:hover .catalog__desc { top: 0; }


/* ___| modal |_____________________ */


.modal-backdrop.show { opacity: 0.8; }
.modal-dialog { margin-top: 10vh; max-width: 950px; padding: 0 2.4rem; }
.modal-content { background: none; border-radius: 0; border: none; }
.modal__inner { padding: 2.8rem 2.9375rem; box-shadow: none; background: #74bf3a url("../img/bg-modal.png") no-repeat 0 0; }
.modal__inner h2 { margin-bottom: 2.6rem; color: #fff; text-transform: uppercase; font-size: 1.4375rem; letter-spacing: 0.025rem; font-weight: 500; }
.modal__inner table { margin: 0; border: none; border-collapse: collapse; width: 100%; }
.modal__inner table th { padding: 0.9rem 0.8rem; font-weight: 400; font-size: 0.875rem; text-align: left; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.modal__inner table td { padding: 0.9rem 0.8rem; font-weight: 300; font-size: 0.875rem; text-align: left; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.modal__inner table tr:hover td { background: rgba(0, 0, 0, 0.05); }
.modal__inner table td strong { font-weight: 400; }

.modal__close { display: block; position: absolute; top: 1px; right: -40px; color: rgba(255, 255, 255, 0.7) !important; font-size: 3.8rem; font-weight: 300 !important; line-height: 1rem; cursor: pointer; transition: 0.3s; -webkit-transition: 0.3s; }
.modal__close:hover { color: rgba(255, 255, 255, 1) !important; }


/* ___| footer |_____________________ */


.footer { padding: 3.625rem 0 0 0; background: #282b2d; }
.footer .container { position: relative; }

.footer p { margin-bottom: 1.6rem; color: #fff; font-size: 0.875rem; line-height: 1.5625rem; letter-spacing: 0.02rem; font-weight: 300; }
.footer p strong { font-weight: 500; }
.footer a { color: #b3b3b3; text-decoration: none; }
.footer a i { color: #38acd7; min-width: 1.45rem; display: inline-block; }
.footer a:hover, .footer a:focus, .footer a:active { color: #fff; text-decoration: none; }

.gotop, .gotop:focus { display: block; position: absolute; text-align: center; line-height: 41px; right: 15px; top: -5rem; font-size: 0.8rem; color: #fff !important; text-decoration: none; cursor: pointer; z-index: 10000; height: 42px; width: 42px; background-color: #38acd7; transition: 0.3s; -webkit-transition: 0.3s; }
.gotop i { color: #fff !important; }
.gotop:hover, .gotop:active { color: #fff; line-height: 31px; }

.footer__logo { margin-bottom: 2.5rem; max-width: 100%; }

.footer__tit { margin: 5rem 0 1.5625rem 0; padding-top: 20px; font-size: 0.875rem; color: #fff; font-weight: 500; letter-spacing: 0.02rem; text-transform: uppercase; position: relative; }
.footer__tit::before { width: 26px; height: 3px; position: absolute; top: 0; left: 0; content: ""; display: block; background: #38acd7; }

.footer__nav, .footer ul { margin: 0; padding: 0; }
.footer__nav li, .footer li { margin: 0 0 0.2rem 0; padding: 0; list-style: none; font-size: 0.875rem; font-weight: 300; letter-spacing: 0.02rem; line-height: 1.5625rem; position: relative; }

.footer__img { opacity: 0.7; transition: 0.3s; }
.footer__img:hover { opacity: 1; }

.footer__social { margin-top: -3.4rem; float: right; }
.footer__social a i { padding: 0 0.4rem; font-size: 1.25rem; transition: 0.3s; }
.footer__social a:hover i { color: #fff; }

.footer__copy { margin-top: 2.5rem; padding: 1.875rem 0; background: #1c1c1e; }
.footer__copy p { margin: 0; color: #888; font-weight: 300; font-size: 0.75rem; }
.footer__copy p a { color: #555; text-decoration: none; transition: 0.3s; }
.footer__copy p a:hover { color: #fff; text-decoration: none; }


.content .sharedaddy ul li:before { background:none; }

.autocomplete-suggestions {text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.8em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

#wnb-bar { background-image: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; font-size:1.35rem; line-height:2.5rem; font-weight: bold }
.wnb-bar-button { vertical-align: middle !important; font-size: 1rem !important; color:#fff !important; padding: 4px 6px !important }

/* ___| responsive |_____________________ */


@media (min-width: 1200px) {
  /* document */
  .container { max-width: 1020px; width: auto; }

  /* header */
  .navigation__body { display: inline !important; }
}

@media (max-width: 1199px) {
  /* header */

  /* content */
}

@media (max-width: 991px) {
  /* header */
  .header__logo { margin-bottom: 3.6rem; }
  .header__links > a, .header__links > a:not([href]), .dropdown--lang { margin-left: 1rem; }
  .header__search .form-control, .header__search .custom-select { max-width: 175px; }
  .navigation__item { font-size: 0.85rem; }

  /* content */
  .content--carousel { padding-top: 2.8rem; padding-bottom: 4.5rem; }
  .carousel__more { margin: 0 0 -5.8rem 0 !important; }
  .card--event .card-block h3, .content .card--event .card-block h3 { margin-bottom: 0; }
  .card-text { display: none; }
  .news__desc { padding: 1.5rem 2.5rem 1.5rem 4rem; }
  .date__bg { top: -62%; left: -13%; }
  .content table { display: block; overflow: auto; }

  /* footer */
  .footer__social { margin: 0 !important; padding: 4rem 0 0 0; width: 100%; text-align: center; float: none; }
}

@media (max-width: 767px) {
  /* header */
  .header { padding: 2rem 0; }
  .header__logo { margin-bottom: 0; width: 220px; }
  .header__links { margin-bottom: 0; }
  .header__links > a { display: none; }
  .header__links--mobile { display:block; text-align: center; }
  .header__links--mobile > a { display: block; text-align: center; margin:10px 0 0 0;}
  .dropdown--lang { top: 14px; right: 130px; }
  .header__search { position: relative; top: 60px; right: 0; width: 100%; display: none; }
  .header__search .form-control { max-width: none; width: 500px; }
  .navigation { margin: 0; padding: 0; width: auto; position: static; }
  .navigation ul { padding: 0; display: block; }
  .navigation__body { margin: 0 0 95px 0; padding: 0; position: relative; top: 90px; width: 100%; display: none; background: #282b2d; border-radius: 0; z-index: 101; box-sizing: border-box; box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); }
  .navigation__item { text-align: center; text-transform: none; }
  .navigation__item a { margin: 0; padding: 0.6rem 1rem; line-height: inherit; height: inherit; color: #fff; background: none !important; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .navigation__item a::before { display: none; }
  .navigation__item a:hover, .navigation__item.is--active a { color: #fff; background: #38acd7 !important; }
  .navigation__responsive { display: block; }

  /* content */
  .content { padding: 3rem 0; }
  .content h1 { margin-bottom: 1rem; font-size: 1.7rem; line-height: 2.1rem; }
  .content h2, .content h2:not(.sr-only) { margin-bottom: 1.3rem; padding-top: 0.5rem; font-size: 1.2rem; }
  .content h3 { margin-bottom: 1rem; font-size: 1.1rem; line-height: 1.5rem; }
  .content hr { margin: 1.5rem 0; }
  .content-offset { padding-left: 15px; }
  .content--catalog { padding-bottom: 3.5rem; }
  .quick-link, .content .quick-link { margin-top: 3.5rem; margin-bottom: 0; }
  .news__desc { padding: 1.5rem 2.5rem 1.5rem 2rem; }
  .news__day { font-size: 2rem; line-height: 1.7rem; }
  .news__date { width: 75px; padding-left: 1rem; }
  .news__month { font-size: 0.7rem; }
  .date__bg { left: -3%; }
  .content .sidebar__nav li { font-size: 0.876em; line-height: 1.1em; }
  .content .sidebar__nav li a i { padding-top: 0; }
  .carousel__more { margin: 0 0 -4.4rem 0 !important; }
  .card--event .card-block { padding: 1.3rem 1.5rem; }
  .card--event .card-block h3, .content .card--event .card-block h3 { font-size: 1.2rem; line-height: 1.8rem; }
  .card--event .card-block p, .content .card--event .card-block p { font-size: 0.8rem; line-height: 1.3rem; }
  .event__date { margin-bottom: 0.35rem !important; }
  .event__date::after { width: 10px; left: -1.5rem !important; }
  .content--crumb { padding: 0.9rem 0 0.7rem; }
  .content--crumb .breadcrumb, .content--crumb .breadcrumb.breadcrumb--left { margin: 0 auto; float: none; text-align: center; }
  .breadcrumb li, .breadcrumb.breadcrumb--left li { display: inline-block; float: none; font-size: 0.82rem !important; }
  .breadcrumb-item + .breadcrumb-item::before { padding-left: 0.7rem; padding-right: 0.7rem; float: none; }
  .col-sidebar { padding-right: 15px; }
  .sidebar { margin-top: 0; margin-bottom: 0.9rem; padding: 0.3rem 1rem !important; }
  .content--narr { padding: 1.5rem 0; }
  .content .sidebar h2 { padding-top: 0; }
  .sidebar__tit { margin: 0 !important; padding: 0 !important; cursor: pointer; font-size: 0.9rem !important; }
  .sidebar__tit::before { display: none !important; }
  .sidebar__tit::after { content: "\f067"; position: absolute; top: 10px; right: 0.2rem; display: inline-block; font: normal normal normal 13px/1 FontAwesome; color: rgba(0, 0, 0, 0.2); }
  .sidebar__tit.is--active:after { content: "\f068"; color: #fff; }
  .content .sidebar__nav { margin: 0.6rem 0 0 0; padding: 0; display: none; }
  .content .sidebar__nav li a { display: block; }
  .sidebar-second { margin-bottom: 2rem; padding: 0.3rem 1rem; background: #ddd; }
  .content .sidebar-second .sidebar__nav li { margin-bottom: 0.7rem; }
  .content .sidebar-second .sidebar__nav li span { padding: 0.2rem 0.5rem; background: rgba(0, 0, 0, 0.1); display: inline-block; }
  .content .sidebar-second .sidebar__nav li a i { color: #1c1c1e; background: transparent; }
  .content .sidebar-second .sidebar__nav li::before, .content .sidebar-second .sidebar__nav li::after { display: none }
  .news__pub { margin-bottom: 1.1rem; font-size: 0.8rem; padding: 0.4rem 0.6rem 0.3rem; }

  /* footer */
  .gotop, .gotop:focus { top: -3.3rem; }
  .footer { padding-top: 2rem; }
  .footer p { text-align: center; margin-bottom: 1.2rem; }
  .footer__logo { margin: 0 auto 1.2rem; display: block; max-width: 30px; }
  .footer__img { margin: 0 auto 0.5rem; display: block; }
  .footer__tit { margin: 0 -15px; padding: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.03); cursor: pointer; }
  .footer__tit::before { display: none; }
  .footer__tit::after { content: "\f067"; position: absolute; top: 18px; right: 20px; display: inline-block; font: normal normal normal 13px/1 FontAwesome; color: #777; }
  .footer__tit.is--active:after { content: "\f068"; color: #fff; }
  .footer__nav, .footer ul { margin: 0 -15px; padding: 1rem 1rem 0.5rem; background: #1c1c1e; display: none; }
  .footer__nav li a, .footer li a { display: block; }
  .footer__social { padding-top: 2rem; }
  .footer__copy { margin-top: 1.5rem; padding: 1.3rem 0; }
  .footer__copy p { margin-bottom: 0; }
}

@media (max-width: 575px) {
  /* header */
  .header { padding: 1.5rem 0; }
  .dropdown--lang { position: absolute; top: -38px; right: 140px; }
  .navigation__body { top: 45px; margin: 0 0 48px 0; }
  .header__search { top: 20px; }
  .header__search .form-control { width: inherit; }

  /* content */
  .content--carousel { padding: 1.5rem 0; }
  .carousel__more { margin: -0.9rem 0 -2.9rem 0 !important; }
  .content--catalog { padding-top: 2rem; }
  .news__date { width: 55px; padding-left: 1rem; text-align: left; }
  .news__day { padding-top: 1.3rem; font-size: 1.9rem; line-height: 1.1rem; }
  .news__month { font-size: 0.5rem; }
  .date__bg { left: 14%; top: -82%; transform: rotate(24deg) !important; }
  .news { margin-bottom: 1.1rem; }
  .news h3 { margin-bottom: 0.6rem; }
  .news p { font-size: 0.75rem; line-height: 1.2rem; }
  .quick-link, .content .quick-link { margin-top: 2rem; }
  .quick-link__btn, .content .quick-link__btn { padding: 0.65rem 1.25rem; }
  .content--narr { padding: 1rem 0; }
  .content--crumb { padding: 0.7rem 0 0.5rem; }
  .sidebar-second { margin-bottom: 1.4rem; }

  /* footer */
  .footer__logo { opacity: 0.4; }
  .footer p { font-size: 0.8rem; }
  .footer__social { padding-top: 1.5rem; }
  .footer__copy { margin-top: 1.2rem; padding: 1rem 0; }
  .footer__copy p { font-size: 0.7rem; line-height: 1.2rem; }

  #wnb-bar { font-size:1.15rem; line-height:1.5rem; font-weight: bold; padding:7px 10px; }
  .wnb-bar-button { font-size: 1rem !important; color:#000 !important; padding: 4px 6px !important }
}

@media (max-width: 480px) {
  /* header */
  .header { padding-top: 1.2rem; padding-bottom: 1.2rem; }
  .navigation__responsive::before { content: ""; }
  .dropdown--lang { right: 80px; }
}

@media (max-width: 400px) {
  /* header */
  .navigation__responsive { top: 0px; }
  .header__logo img { max-width: 155px; }
  .dropdown--lang { right: 72px; top: -30px; }

  /* content */
  .content .carousel__tit { font-size: 1.4rem; line-height: 1.9rem; }
  .detail__info td { padding: 1rem 0.3rem; }
}