/*
Theme Name: TopEcoPro
Author: knp
Author URI: https://wordpress.org/
Description: just theme
Version: 0.1
*/
/*! Bootstrap v4.2.1 (https://getbootstrap.com/) Copyright 2011-2018 The Bootstrap Authors Copyright 2011-2018 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
.fade { -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }

@media screen and (prefers-reduced-motion: reduce) { .fade { -webkit-transition: none; -o-transition: none; transition: none; } }

.fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; }

@media screen and (prefers-reduced-motion: reduce) { .collapsing { -webkit-transition: none; -o-transition: none; transition: none; } }

.nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }

.nav-link { display: block; padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus { text-decoration: none; }

.nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; }

.nav-tabs { border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item { margin-bottom: -1px; }

.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }

.nav-pills .nav-link { border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #007bff; }

.nav-fill .nav-item { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; }

.nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.navbar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0.5rem 1rem; }

.navbar > .container, .navbar > .container-fluid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

.navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }

.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }

.navbar-nav .dropdown-menu { position: static; float: none; }

.navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }

.navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; }

.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }

.navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; }

.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; }

@media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 576px) { .navbar-expand-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler { display: none; } }

@media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 768px) { .navbar-expand-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-md .navbar-toggler { display: none; } }

@media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 992px) { .navbar-expand-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler { display: none; } }

@media (max-width: 1199.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 1200px) { .navbar-expand-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler { display: none; } }

.navbar-expand { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; }

.navbar-expand .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }

.navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.navbar-expand .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }

.navbar-expand .navbar-toggler { display: none; }

.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand { color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }

.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a { color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; }

.modal-open { overflow: hidden; }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; }

.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }

.modal.fade .modal-dialog { -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -50px); -ms-transform: translate(0, -50px); transform: translate(0, -50px); }

@media screen and (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { -webkit-transition: none; -o-transition: none; transition: none; } }

.modal.show .modal-dialog { -webkit-transform: none; -ms-transform: none; transform: none; }

.modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: calc(100% - (0.5rem * 2)); }

.modal-dialog-centered::before { display: block; height: calc(100vh - (0.5rem * 2)); content: ""; }

.modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }

.modal-backdrop.fade { opacity: 0; }

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

.modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }

.modal-header .close { padding: 1rem 1rem; margin: -1rem -1rem -1rem auto; }

.modal-title { margin-bottom: 0; line-height: 1.5; }

.modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; }

.modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem; }

.modal-footer > :not(:first-child) { margin-left: .25rem; }

.modal-footer > :not(:last-child) { margin-right: .25rem; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
  .modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)); }
  .modal-dialog-centered::before { height: calc(100vh - (1.75rem * 2)); }
  .modal-sm { max-width: 300px; } }

@media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } }

@media (min-width: 1200px) { .modal-xl { max-width: 1140px; } }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 11:20 AM */
@font-face { font-family: 'Circe'; src: url("fonts/Circe-Regular.eot"); src: local("Circe"), local("fonts/Circe-Regular"), url("fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Circe-Regular.woff") format("woff"), url("fonts/Circe-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Circe'; src: url("fonts/Circe-ExtraLight.eot"); src: local("Circe ExtraLight"), local("fonts/Circe-ExtraLight"), url("fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Circe-ExtraLight.woff") format("woff"), url("fonts/Circe-ExtraLight.ttf") format("truetype"); font-weight: 200; font-style: normal; }

@font-face { font-family: 'Circe'; src: url("fonts/Circe-Thin.eot"); src: local("Circe Thin"), local("fonts/Circe-Thin"), url("fonts/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Circe-Thin.woff") format("woff"), url("fonts/Circe-Thin.ttf") format("truetype"); font-weight: 100; font-style: normal; }

@font-face { font-family: 'Circe'; src: url("fonts/Circe-Light.eot"); src: local("Circe Light"), local("fonts/Circe-Light"), url("fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Circe-Light.woff") format("woff"), url("fonts/Circe-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Circe'; src: url("fonts/Circe-Bold.eot"); src: local("Circe Bold"), local("fonts/Circe-Bold"), url("fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Circe-Bold.woff") format("woff"), url("fonts/Circe-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Circe'; src: url("fonts/Circe-ExtraBold.eot"); src: local("Circe ExtraBold"), local("fonts/Circe-ExtraBold"), url("fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Circe-ExtraBold.woff") format("woff"), url("fonts/Circe-ExtraBold.ttf") format("truetype"); font-weight: 800; font-style: normal; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body { height: 100%; }

body { font-family: 'Circe', sans-serif; font-weight: normal; color: #011B33; }

section { max-width: 100%; }

img { width: 100%; height: auto; }

img[src*=".svg"] { width: 100%; height: 100px; }

.container { max-width: 1140px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; height: 100%; position: relative; }

.container-fluid { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 30px; position: relative; }

a { text-decoration: none; }

a.toall-link { text-decoration: underline; cursor: pointer; color: #343A6E; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }

a.toall-link:hover { color: #FCB70E; }

p { line-height: 1.4; color: #575757; font-weight: 300; font-size: 16px; }

.section-title { width: 80%; }

.section-title.section-title-row { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; }

.big-title { font-size: 44px; font-weight: 600; margin-bottom: 15px; color: #011B33; }

.small-title { max-width: 70%; margin-bottom: 30px; color: #011B33; font-size: 20px; }

.link-arrow { height: 20px !important; width: 20px !important; margin-right: 5px; }

.btn { text-align: center; padding: 10px 30px; background: #343A6E; color: #fff; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; border: 1px solid #343A6E; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; cursor: pointer; }

.btn:hover { background: #FCB70E; color: #fff; border: 1px solid #FCB70E; }

.btn.btn-blue { background: transparent; width: 100%; border: 1px solid #343A6E; color: #343A6E; }

.btn.btn-blue:hover { background: #343A6E; color: #fff; }

.btn.btn-orange { background: transparent; max-width: 200px; border: 1px solid #FCB70E; color: #FCB70E; }

.btn.btn-orange:hover { background: #FCB70E; color: #000; }

.header { position: absolute; z-index: 50; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.2); height: 60px; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }

.header .container { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.header .header-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .header-left .logo { width: 120px; height: 60px; margin-right: 10px; padding: 1px; }

.header .header-left .logo img { height: 60px; }
.header .header-left .naceco img { width: 60px; height: 50px; }

.header .header-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .header-right .contacts { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.header .header-right .contacts .contacts__item { padding: 0 10px; }

.header .header-right .contacts .contacts__item .header__link { color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .header-right .contacts .contacts__item .header__link .contacts-icon { width: 20px; height: 20px; margin-right: 5px; }

.header .header-right .contacts .contacts__item:first-child { border-right: 1px solid #fff; }

.main-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.main-menu .menu-item { color: #fff; padding: 10px 10px; margin-right: 10px; border-bottom: 2px solid transparent; }

.main-menu .menu-item:hover { color:#FCB70E; border-bottom: 2px solid #FCB70E; }

.main-menu .menu-item a { color: #fff; }

.main-menu .sub-menu {display: none; background: rgba(17, 27, 42, .9); position: absolute; left: 0; padding: 25px 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) }

.main-menu .menu-item-has-children{position: relative; }

.main-menu .menu-item-has-children a {color: #fff !important; }

.main-menu .menu-item-has-children:hover .sub-menu {display: block;}

.main-menu .menu-item-has-children::after {
	position: absolute;
	display: block;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	content: '';
	top: 45%;
	right: -5%;
}



.footer .main-menu { color: #000; }

.footer .main-menu .menu-item a { color: #000; }

.footer .main-menu .menu-item:hover a { color: #FCB70E; }

.sticky { background: #343A6E; z-index: 20; border-bottom: 1px solid #FCB70E; }

.mobile-toggle { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; display: none; width: auto; height: 15px; vertical-align: middle; cursor: pointer; position: relative; z-index: 1000; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }

.mobile-toggle .mobile-toggle__holder { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 24px; height: 15px; position: relative; height: 100%; }

.mobile-toggle span { display: block; position: absolute; width: 20px; height: 2px; background: #fff; content: " "; right: 0; border-radius: 2px; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }

.mobile-toggle span:first-child { top: 0; left: 0; }

.mobile-toggle span:nth-child(2) { top: 6px; left: 0; }

.mobile-toggle span:last-child { top: 12px; left: 0; }

.mobile-toggle__close { position: fixed !important; right: 20px; }

.mobile-toggle__close span:first-child { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 5px; left: -5px; width: 30px; }

.mobile-toggle__close span:nth-child(2) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 5px; left: -5px; width: 30px; }

.mobile-toggle__close span:last-child { display: none; }

.menu-container__open { position: fixed; top: 0; height: 100%; z-index: 110; padding: 30px; width: 100%; max-width: 100%; overflow: hidden; right: 0; background: #152A46; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.menu-container__open .main-menu { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; overflow: scroll; }

.menu-container__open .main-menu .menu-item { font-size: 28px; text-align: center; padding: 5% 0 !important; margin: 0;}

.menu-container__open .main-menu .menu-item.menu-item-has-children .sub-menu {display: block; position: relative; padding: 0; text-align: center; background: #152A46; margin-top: 10px;}

.menu-container__open .main-menu .menu-item.menu-item-has-children {padding-bottom: 0 !important;}

.menu-container__open .main-menu .menu-item.menu-item-has-children .sub-menu .menu-item {font-size: 18px; padding: 3% 0;}

.menu-container__open .main-menu .menu-item-has-children::after {display: }

.hero { width: 100%; height: 100%; min-width: 100%; min-height: 100%; position: relative; }

.hero .hero-slider { height: 100%; width: 100%; position: relative; }

.hero .hero-slider .hero-slide { position: relative; height: 700px; max-height: 700px; overflow: hidden; }

.hero .hero-slider .hero-slide .hero-slide__image { position: absolute; overflow: hidden; width: 100%; height: 100%; z-index: 10; }

.hero .hero-slider .hero-slide .hero-slide__image:before { content: ""; background: #080c31; display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0; opacity: 0.53; }

.hero .hero-slider .hero-slide .hero-slide__content { position: absolute; display: block; left: 10%; bottom: 30%; z-index: 20; }

.hero .hero-slider .hero-slide .hero-slide__content .hero-title { font-size: 48px; color: #fff; margin-bottom: 20px; padding-right: 30%; }

.hero .hero-slider .hero-slide .hero-slide__content .hero-excerpt { color: #fff; line-height: 1.6; margin-bottom: 25px; padding-right: 30%; }

.hero .hero-slider .glide__arrows { position: absolute; bottom: 5%; left: 10%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.hero .hero-slider .glide__arrows .glide__arrow { position: relative; font-size: 15px; border: 1px solid #fff; border-radius: 0; opacity: 0.6; -webkit-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s; width: 45px; height: 40px; display: block; }

.hero .hero-slider .glide__arrows .glide__arrow:hover { background: #FCB70E; border: 1px solid #FCB70E; opacity: 1; }

.hero .hero-slider .glide__arrows .glide__arrow.glide__arrow--right { right: 0; }

.hero .hero-slider .glide__arrows .glide__arrow.glide__arrow--left { left: 0; margin-right: 15px; height: 40px; }

.hero .hero-slider .glide__bullets { left: auto; right: 5%; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); bottom: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.hero .hero-slider .glide__bullets .glide__bullet { height: 10px; width: 10px; border: 2px solid #fff; background: unset; margin: 0 10px; }

.hero .hero-slider .glide__bullets .glide__bullet.glide__bullet--active { height: 15px; width: 15px; background: transparent; border: 2px solid #FCB70E; }

.card { background: #fff; width: auto; height: 370px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.card .card-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px; }

.card .card-header .card-image { width: 100px; height: 100px; }

.card .card-body { padding: 15px 30px; }

.card .card-body .card-numbers { color: #FCB70E; font-size: 14px; font-weight: 600; }

.card .card-body .card-title { font-size: 22px; font-weight: 600; margin-bottom: 10px; }

.card .card-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; border-top: 2px solid #F9F9F9; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 65px; }

.card .card-footer .card-timer-image { width: 25px; height: 25px; }

.card .card-footer .card-timer { color: #000; font-size: 18px; font-weight: 600; }

.card-contest { height: 300px; width: 17.5%; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

.card-contest .card-header .card-image { width: 90px; height: 90px; }

.card-contest .card-body { text-align: center; padding: 0; }

.card-contest .card-footer { border: none; padding-bottom: 30px; }

.stages { background: #EDEFF4; padding: 50px 0; overflow: hidden; }

.stages-slider { width: 100%; position: relative; padding: 25px 0 40px; }

.stages-slider .glide__track { overflow: visible; }

.stages-slider .glide__arrows { position: absolute; bottom: -10px; width: 100%; }

.stages-slider .glide__arrows .glide__arrow { border: 1px solid #343A6E; color: #343A6E; text-shadow: none; border-radius: 0; padding: 15px 0; width: 100px; -webkit-box-shadow: none; box-shadow: none; font-size: 12px; font-weight: 600; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }

.stages-slider .glide__arrows .glide__arrow:hover { background: #343A6E; color: #fff; }

.stages-slider .glide__arrows .glide__arrow.glide__arrow--left { left: 0; }

.stages-slider .glide__arrows .glide__arrow.glide__arrow--left { right: 0; }

.stages-slider .glide__bullets { bottom: -20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.stages-slider .glide__bullets .glide__bullet { height: 10px; width: 10px; border: 2px solid #343A6E; background: unset; margin: 0 10px; -webkit-box-shadow: none; box-shadow: none; }

.stages-slider .glide__bullets .glide__bullet--active { height: 15px; width: 15px; background: transparent; border: 2px solid #FCB70E; }

.contest { padding: 30px 0; }

.contest-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }

.about { padding-top: 100px; padding-bottom: 150px; position: relative; overflow: hidden; background-size: cover; background: url("images/russiamap.svg") no-repeat 100% 0; }

.about .about-row .about-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-bottom: 25px; }

.about .about-row .about-list .about__item { padding: 20px; padding-left: 0 }

.about .about-row .about-list .about__item .about__count { font-size: 75px; color: #FCB70E; }

.about .about-row .about-list .about__item .about__text { color: #000; font-size: 16px; font-weight: 600; }

.sponsors { display: block; padding-top: 50px; padding-bottom: 25px; max-width: 100%; }

.sponsors .sponsors-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; padding: 35px 0; }

.sponsors .sponsors-row .sponsors-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sponsors .sponsors-row .sponsors-list .sponsors__item { display: -webkit-box; display: -ms-flexbox; display: flex; max-height: 100px; margin-right: 15px; }

.sponsors .sponsors-row .sponsors-list .sponsors__item:last-child { margin-right: 0; }

.experts { padding-top: 50px; padding-bottom: 50px; position: relative; overflow: hidden; }

.experts .experts-slider { width: 100%; padding: 25px 0; position: relative; }

.experts .experts-slider .experts__item .experts__text { padding: 15px 0; white-space: normal; }

.experts .experts-slider .experts__item .experts__text .experts__title { font-size: 16px; font-weight: 600; margin-bottom: 10px; white-space: normal; }

.experts .experts-slider .experts__item .experts__text .experts__level { text-transform: uppercase; font-size: 13px; font-weight: 600; letter-spacing: 1px; margin-bottom: 5px; color: #3C3E6A; }

.experts .experts-slider .experts__item .experts__text .experts__info { font-size: 14px; line-height: 1.4; white-space: normal; color: #444; }

.experts .experts-slider .glide__track { overflow: visible; }

.experts .experts-slider .glide__arrows { position: absolute; bottom: -10px; width: 100%; }

.experts .experts-slider .glide__arrows .glide__arrow { border: 1px solid #343A6E; color: #343A6E; text-shadow: none; border-radius: 0; padding: 15px 0; width: 100px; -webkit-box-shadow: none; box-shadow: none; font-size: 12px; font-weight: 600; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }

.experts .experts-slider .glide__arrows .glide__arrow:hover { background: #343A6E; color: #fff; }

.experts .experts-slider .glide__arrows .glide__arrow.glide__arrow--left { left: 0; }

.experts .experts-slider .glide__arrows .glide__arrow.glide__arrow--left { right: 0; }

.experts .experts-slider .glide__bullets { bottom: -20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.experts .experts-slider .glide__bullets .glide__bullet { height: 10px; width: 10px; border: 2px solid #343A6E; background: unset; margin: 0 10px; -webkit-box-shadow: none; box-shadow: none; }

.experts .experts-slider .glide__bullets .glide__bullet--active { height: 15px; width: 15px; background: transparent; border: 2px solid #FCB70E; }

.lastnews { padding: 50px 0; position: relative; background: #E8EBF1; }

.lastnews .lastnews-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; padding: 25px 0; }

.lastnews .lastnews-row .lastnews-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }

.lastnews .lastnews-row .lastnews-list .lastnews__item { width: 360px; min-height: 360px; position: relative; -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: #fff; margin: 10px; }

.lastnews .lastnews-row .lastnews-list .lastnews__item .lastnews__header { padding: 35px 25px 0; }

.lastnews .lastnews-row .lastnews-list .lastnews__item .lastnews__header .lastnews-title { font-size: 18px; font-weight: 600; }

.lastnews .lastnews-row .lastnews-list .lastnews__item .lastnews__body { padding: 15px 25px 0; }

.lastnews .lastnews-row .lastnews-list .lastnews__item .lastnews__body .lastnews-text { font-size: 15px; color: #999999; line-height: 1.4; font-weight: 300; margin-bottom: 10px; }

.lastnews .lastnews-row .lastnews-list .lastnews__item .lastnews__footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 25px; }

.lastnews .lastnews-row .lastnews-list .lastnews__item .lastnews__footer .last-news-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.lastnews .lastnews-row .lastnews-list .lastnews__item .lastnews__footer .last-news-link .readmore__link { font-size: 14px; color: #000; font-weight: 600; }

.lastnews .lastnews-row .lastnews-list .lastnews__item .lastnews__footer .lastnews-date { font-size: 14px; font-weight: 600; }

.lastnews .lastnews-row .lastnews-list .lastnews__item .lastnews__image { height: 150px; max-height: 150px; width: 100%; overflow: hidden; background-size: cover; background-position: 50% 50%; }

.lastnews.lastnews-page { padding: 15px 0; background: transparent; }

.wpcf7-select { width: 100% !important; }

.cf7sr-g-recaptcha { margin-right: 10px; }

.wpcf7-response-output { text-align: center; }

.wpcf7-not-valid-tip { text-align: center; margin-top: 5px; }

.single-post-image { height: 400px; background-size: cover; background-position: 50% 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }

.single-post-image:before { content: ""; background: #080c31; display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0; opacity: 0.53; }

.single-post-image .single-post-title { font-size: 32px; color: #fff; text-align: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 80%; z-index: 10; justify-content: center;}

.experts-page { padding: 4% 0; width: 100%; }

.experts-page .experts-page__row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding-bottom: 5%; }

.experts-page .experts-page__item { width: 25%; padding: 1%; }

.experts-page .experts-page__item.experts-page__item--org { width: 33%; }

.experts-page .experts-page__item .experts-page__text { padding: 15px 0; white-space: normal; }

.experts-page .experts-page__item .experts-page__text .experts-page__title { font-size: 16px; font-weight: 600; margin-bottom: 10px; white-space: normal; }

.experts-page .experts-page__item .experts-page__text .experts-page__level { text-transform: uppercase; font-size: 13px; font-weight: 600; letter-spacing: 1px; margin-bottom: 5px; color: #3C3E6A; }

.experts-page .experts-page__item .experts-page__text .experts-page__info { font-size: 14px; line-height: 1.4; white-space: normal; color: #444; }

.page-header { padding: 12% 0; width: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: url("images/page-header.jpg") 50% 50%; background-size: cover; }

.page-header .page-header__title { color: #fff; font-size: 42px; }

.entry-content { display: block; padding: 50px 0; }

.entry-content p { color: #011B33; font-size: 20px; line-height: 1.4; margin-bottom: 20px; }

.entry-content ul { font-size: 18px; line-height: 1.2; margin-bottom: 20px; font-weight: 300; }

.entry-content ul li { position: relative; padding: 5px 0; padding-left: 20px; }

.entry-content ul li:before { content: ''; position: absolute; left: 0; top: 14px; display: block; width: 10px; height: 3px; background: #FCB70E; }

.entry-content ol { font-size: 18px; line-height: 1.2; margin-bottom: 20px; font-weight: 300; list-style: none; counter-reset: myCounter; }

.entry-content ol li { position: relative; padding: 10px 0; }

.entry-content ol li:before { counter-increment: myCounter; content: counter(myCounter); color: #FCB70E; font-weight: 600; background: transparent; border: 2px solid #FCB70E; display: inline-block; text-align: center; margin-right: 15px; line-height: 40px; width: 40px; height: 40px; border-radius: 50%; }

.entry-content a { text-decoration: underline; color: #343A6E; font-weight: 300; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }

.entry-content a:hover { color: #FCB70E; }

footer { background: url("images/footer-bg.png") no-repeat 50% 100%; background-size: contain; padding-bottom: 5%; }

footer .footer-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 20px 0; }

footer .footer-top .footer-logo { width: 150px; }
footer .footer-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; padding-top: 3%; padding-bottom: 3%; border-top: 1px solid #E8E8E8; }

footer .footer-bottom .copyrights { font-size: 14px; color: #000; }

.social-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.social-list .social__item { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin: 0 5px; width: 15px; height: 15px; }

.social-list .social__item .social__link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.social-list .social__item .social__link img { width: 15px; height: 15px; }

.close { width: 40px; height: 40px; position: absolute; right: 0; top: 0; font-size: 25px; color: #000; background: transparent; border: none; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }

.close:hover { cursor: pointer; color: #FCB70E; }

.modal-form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.modal-form .modal-form-left { width: 50%; padding: 20px; }

.modal-form .modal-form-right { width: 50%; padding: 20px; }

.modal-form .modal-form-footer { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; }

.modal-form .modal-form-footer .btn { max-width: 250px; }

.modal-form .modal-form__input { padding: 10px 0; font-size: 15px; }

.modal-form .modal-form__input input { width: 100%; padding: 10px; border: 1px solid #dedede; border-radius: 50px; font-size: 15px; }

.modal-form .modal-form__input textarea { padding: 5px 0 10px; border: 1px solid #dedede; max-width: 100%; }

.modal-form .modal-form__title { font-size: 16px; font-weight: 600; margin: 10px 0; }

.modal-form .modal-form__upload { font-size: 14px; line-height: 1.4; margin-bottom: 10px; }

.glide { position: relative; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.glide * { -webkit-box-sizing: inherit; box-sizing: inherit; }

.glide__track { overflow: hidden; }

.glide__slides { position: relative; width: 100%; list-style: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -ms-touch-action: pan-Y; touch-action: pan-Y; overflow: hidden; padding: 0; white-space: nowrap; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; will-change: transform; }

.glide__slides--dragging { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.glide__slide { width: 100%; height: 100%; -ms-flex-negative: 0; flex-shrink: 0; white-space: normal; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }

.glide__slide a { -webkit-user-select: none; user-select: none; -webkit-user-drag: none; -moz-user-select: none; -ms-user-select: none; }

.glide__arrows { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.glide__bullets { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.glide--rtl { direction: rtl; }

.glide__arrow { position: absolute; display: block; top: 50%; z-index: 2; color: white; text-transform: uppercase; padding: 9px 12px; background-color: transparent; border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 4px; -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1); text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1); opacity: 1; cursor: pointer; -webkit-transition: opacity 150ms ease, border 300ms ease-in-out; -o-transition: opacity 150ms ease, border 300ms ease-in-out; transition: opacity 150ms ease, border 300ms ease-in-out; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); line-height: 1; }

.glide__arrow:focus { outline: none; }

.glide__arrow:hover { border-color: white; }

.glide__arrow--left { left: 2em; }

.glide__arrow--right { right: 2em; }

.glide__arrow--disabled { opacity: 0.33; }

.glide__bullets { position: absolute; z-index: 2; bottom: 2em; left: 50%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; list-style: none; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.glide__bullet { background-color: rgba(255, 255, 255, 0.5); width: 9px; height: 9px; padding: 0; border-radius: 50%; border: 2px solid transparent; -webkit-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; cursor: pointer; line-height: 0; -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1); margin: 0 0.25em; }

.glide__bullet:focus { outline: none; }

.glide__bullet:hover, .glide__bullet:focus { border: 2px solid white; background-color: rgba(255, 255, 255, 0.5); }

.glide__bullet--active { background-color: white; }

.glide--swipeable { cursor: grab; cursor: -webkit-grab; }

.glide--dragging { cursor: grabbing; cursor: -webkit-grabbing; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) { .container { padding: 0 5%; }
  .section-title { width: 100%; }
  .section-title .big-title { font-size: 32px; }
  .section-title .small-title { max-width: 100%; margin-bottom: 5%; font-size: 18px; }
  .header { padding: 3% 0; }
  .header .container-fluid { padding: 0 5%; }
  .header .header-left { width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .header .header-left .menu-container { display: none; }
  .header .header-left .menu-container .main-menu .menu-item { padding: 5%; }
  .header .header-left .mobile-toggle { display: block; }
  .header .header-right { display: none; }
  .hero { height: auto; }
  .hero .hero-slider .glide__bullets { right: 5%; bottom: 5%; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
  .hero .hero-slider .glide__arrows { bottom: 1%; left: 3%; }
  .hero .hero-slider .hero-slide { height: 90vh; }
  .hero .hero-slider .hero-slide .btn { width: 100%; max-width: 100%; }
  .hero .hero-slider .hero-slide .hero-slide__image img { height: 100%; width: auto; }
  .hero .hero-slider .hero-slide .hero-slide__content { left: 0; bottom: 15%; padding: 3%; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-title { max-width: 100%; padding: 0; font-size: 24px; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-excerpt { max-width: 100%; font-size: 15px; padding: 0; }
  .stages .card { width: auto; height: auto; }
  .stages .glide__arrow--right { right: 0; }
  .stages .glide__bullets { display: none; }
  .contest .card { margin-bottom: 5%; }
  .contest .card .btn { padding: 15px 20px; width: 100%; }
  .about { padding-top: 5%; padding-bottom: 5%; background-position: 0 0; }
  .about .sponsors { width: 100%; }
  .about .sponsors .sponsors-row { padding: 0; }
  .about .sponsors .sponsors-row .sponsors-list { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .about .sponsors .sponsors-row .sponsors-list .sponsors__item { width: 45%; margin-right: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 3%; }
  .experts { padding: 5% 0; padding-bottom: 15%; }
  .experts .section-title-row { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 5%; }
  .experts .experts-slider .experts__item { max-width: 100%; }
  .experts .glide__bullets { display: none !important; }
  .experts .glide__arrow--right { right: 0; }
  .lastnews .section-title-row { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .lastnews .lastnews-row { padding: 5% 0; }
  .lastnews .lastnews-row .lastnews-list .lastnews__item { width: 100% !important; margin: 0; margin-bottom: 5%; }
  .footer { padding: 10% 0; }
  .footer .footer-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0; }
  .footer .footer-top .menu-container { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .footer .footer-top .menu-container .main-menu { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 5% 0; }
  .footer .footer-top .menu-container .main-menu .menu-item { padding: 1% 0; }
  .footer .footer-bottom { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .footer .footer-bottom .copyrights { text-align: center; margin-bottom: 5%; }
  .page-header { padding-top: 30%; padding-bottom: 10%; }
  .experts-page { padding: 10% 0; }
  .experts-page .experts-page__row .experts-page__item--org { width: 48%; padding: 0; }
  .experts-page .experts-page__row .experts-page__item { width: 48%; padding: 0; }
  .lastnews-page .lastnews-row .lastnews-list .lastnews__item { width: auto; }
  .modal-form .modal-form-left { width: 100%; }
  .modal-form .modal-form-right { width: 100%; }
  .modal-form .modal-form-footer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .modal-form .modal-form-footer .modal-captcha { margin-bottom: 3%; }
  .single-post-image .single-post-title { width: 100%; font-size: 26px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { .hero .hero-slider .hero-slide { height: 125vh; }
  .hero .hero-slider .hero-slide .hero-slide__content { bottom: 15%; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-title { font-size: 24px; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-excerpt { font-size: 15px; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) { .container { padding: 0 5%; }
  .small-title { max-width: 100%; }
  .header .header-left .mobile-toggle { display: block; }
  .header .header-left .menu-container { display: none; }
  .hero .hero-slider .hero-slide { height: 125vh; bottom: 25%; }
  .hero .hero-slider .hero-slide .hero-slide__image img { height: 100%; width: auto; }
  .hero .hero-slider .hero-slide .hero-slide__content { bottom: 15%; left: 0; padding: 3%; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-title { font-size: 26px; padding: 0; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-excerpt { font-size: 15px; max-width: 100%; padding-right: 0; }
  .hero .hero-slider .hero-slide .btn { max-width: 200px; }
  .hero .hero-slider .glide__arrows { bottom: 1%; left: 3%; }
  .hero .hero-slider .glide__bullets { right: 5%; bottom: 5%; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
  .stages .glide__slide { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .stages .glide__slide .card { width: auto; margin-right: 10px; height: 375px; }
  .stages .glide__slide .card .card-timer { font-size: 20px; }
  .contest .card-contest { width: 48%; margin-bottom: 5%; }
  .sponsors .sponsors-row .sponsors-list { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .sponsors .sponsors-row { padding: 0; }
  .sponsors .sponsors-row .sponsors-list .sponsors__item { width: 30%; margin-right: 3%; padding: 2%; }
  .about { padding: 5% 0; background-position: 0 0; }
  .experts { padding: 0; padding-bottom: 8%; }
  .lastnews .lastnews-row .lastnews-list .lastnews__item { width: 45%; }
  .menu-container__open .main-menu .menu-item { padding: 10px; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { .header .header-left .mobile-toggle { display: block; }
  .header .header-left .menu-container { display: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) { .container { padding: 0 5%; }
  .section-title { width: 100%; }
  .section-title .big-title { font-size: 32px; }
  .section-title .small-title { max-width: 100%; margin-bottom: 5%; font-size: 18px; }
  .header .header-left .menu-container { display: none; }
  .mobile-toggle { display: block; }
  .hero .hero-slider .glide__bullets { right: 5%; bottom: 5%; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
  .hero .hero-slider .glide__arrows { bottom: 1%; left: 3%; }
  .hero .hero-slider .hero-slide .hero-slide__image img { height: 100%; width: auto; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-title { max-width: 100%; font-size: 30px; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-excerpt { max-width: 100%; font-size: 15px; }
  .stages .card { width: auto; height: 370px; margin-right: 10px; }
  .contest .contest-row .card-contest { width: 50%; }
  .contest .contest-row .card-contest .card-body .card-title { font-size: 10px; }
  .contest .contest-row .card-contest .card-footer .btn { width: 100%; padding: 5px 7px; }
  .about { padding: 5% 0; }
  .sponsors { padding: 0; }
  .sponsors .sponsors-row { padding: 0; }
  .lastnews .lastnews-row .lastnews-list .lastnews__item { width: 46%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) { .header .header-left .mobile-toggle { display: block; }
  .header .header-left .menu-container { display: none; }
  .hero .hero-slider .hero-slide { height: 500px; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-title { font-size: 32px; }
  .hero .hero-slider .hero-slide .hero-slide__content { bottom: 20%; }
  .container { padding: 0 5%; }
  .small-title { max-width: 100%; }
  .contest .contest-row .card-contest { width: 50%; }
  .lastnews .lastnews-row .lastnews-list .lastnews__item { margin: 0; width: 32%; }
  .modal-dialog { max-width: 90%; } }

/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) { .hero .hero-slider .glide__bullets { right: 5%; bottom: 5%; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
  .hero .hero-slider .glide__arrows { bottom: 1%; left: 3%; }
  .hero .hero-slider .hero-slide .hero-slide__image img { height: 100%; width: auto; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-title { max-width: 100%; font-size: 30px; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-excerpt { max-width: 100%; font-size: 15px; } }

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { .hero .hero-slider .hero-slide { height: 125vh; }
  .hero .hero-slider .hero-slide .hero-slide__content { bottom: 15%; left: 0; padding: 3%; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-title { font-size: 26px; padding: 0; }
  .hero .hero-slider .hero-slide .hero-slide__content .hero-excerpt { font-size: 15px; max-width: 100%; padding-right: 0; } }

  
/* --------------------------------------------- */

/* footer menu */

.footer-top {
	flex-direction: row;
	justify-content: space-between;
}

.footer-top .menu-container {
	width: 100%;
}


.footer-menu {
	justify-content: flex-end;
}

.footer-menu .menu-item-has-children {
	display: none;
}

.b-vote {
	margin-top: 20px;
	text-align: center;
}
.b-vote > div {
	display: inline-block;
}
.b-vote .post-ratings {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	overflow: hidden;
}
.b-vote .post-ratings img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.b-vote .btn {
	position: relative;
}
.b-vote .post-ratings.result-:hover~.btn {
	background: #343A6E;
    color: #fff;
}
.b-vote .post-ratings.result-loading~.btn:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: 'Загрузка...';
	line-height: 36px;
	color: #343A6E;
	background-color: #fff;
}
.b-vote .alert {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}
.b-vote .post-ratings.result-1~.btn {
	visibility: hidden;
}
.b-vote .post-ratings.result-1~.alert-warning {
	display: block;
}
.b-vote .post-ratings.result-success~.btn {
	visibility: hidden;
}
.b-vote .post-ratings.result-success~.alert-success {
	display: block;
}
.alert {
	position: relative;
	padding: 10px 15px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	font-size: 1em;
	text-align: center;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.modal-content .b-box {
	padding: 20px;
}
.modal-content .b-box h3 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}
.modal-content .b-box ul.the_champ_login_ul {
	text-align: center;
}
.modal-content .b-box ul.the_champ_login_ul li {
	float: none;
	padding: 0px 5px !important;
	display: inline-block;
}
.modal-content .b-box ul.the_champ_login_ul li:after {
	content: '';	
	display: table;
	clear: both;
}
.t-center {
	text-align: center;
}
a.btn {
	display: inline-block;
}
.lastnews.projects-page .lastnews-row .lastnews-list .lastnews__item .lastnews__header .lastnews-title {
	margin-bottom: 15px;
}
.lastnews.projects-page .lastnews-row .lastnews-list .lastnews__item .lastnews__header .category {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #3C3E6A;
}
.lastnews.projects-page .lastnews-row .lastnews-list .lastnews__item .lastnews__header .props {
	font-size: 14px;
	line-height: 1.4;
	white-space: normal;
	color: #444;
}
.lastnews.projects-page .lastnews-row .lastnews-list .lastnews__item .lastnews__header .props .item {
	margin-bottom: 5px;
}
.lastnews.projects-page .lastnews-row .lastnews-list .lastnews__item .lastnews__header .props .item strong {
	display: inline-block;
	font-weight: bold;
}

.lastnews.opinions {background: #fff;}

.projects .single-post-image .single-post-title {
	margin-bottom: 15px;
	justify-content: center;
}
.projects .single-post-image .category {
	color: #fff;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 80%;
	z-index: 10;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	justify-content: center;
}
.projects .entry-content {
	width: 100%;
}
.projects .entry-content .props {
	color: #011B33;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: 300;
}
.projects .entry-content .props .item-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.projects .entry-content .props .item {
	display: flex;
	margin-bottom: 10px;
}
.projects .entry-content .props .item.rt {
	margin-right: 280px;
}
.projects .entry-content .props .item strong {
	font-weight: normal;
	width: 420px;
	padding-right: 15px;
	flex-shrink: 0;
}
.projects .entry-content .props .item span {
	display: block;
}
.projects .entry-content {
	position: relative;
}
.projects .entry-content .b-vote {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 100;
	margin-top: 0;
}
.projects-page {
	width: 100%;
}
.projects-page .lastnews-row {
	flex-wrap: wrap;
	width: 100%;
}
.projects-page .lastnews-row .filters {
	margin-bottom: 15px;
	padding: 0px 10px;
	width: 100%; 
	display: flex;
}
.projects-page .lastnews-row .filters .searchandfilter {
	width: 100%;
}
.projects-page .lastnews-row .lastnews-results {
	width: 100%;
}
.projects-page .lastnews-row .lastnews-btn {
	text-align: right;
	width: 50%;
}
.projects-page .lastnews-row .lastnews-btn .btn-small {
	font-size: 12px;
	display: inline-block;
	padding: 12px 15px 10px;
	background: none;
	color: #343a6e;
	cursor: default;
}
.projects-page .lastnews-row .lastnews-btn .btn-small:hover {
	border: 1px solid #343A6E;
	color: #343a6e;
}
.projects-page .searchandfilter h4 {
	padding: 0;
	margin: 0;
	color: #011B33;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0px;
	cursor: pointer;
	position: relative;
}
.projects-page .searchandfilter h4:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	font-size: 20px;
}
.projects-page .searchandfilter > ul {
	display: flex;
}
.projects-page .searchandfilter > ul > li {
	position: relative;
	width: 360px;
	width: 50%;
	padding-top: 0;
	padding: 10px;
	margin-right: 20px;
	border: #777 1px solid;
	z-index: 100;
	background: #ffffff;
}
.projects-page .searchandfilter > ul > li:last-child {
	margin-right: 0;
}
.projects-page .searchandfilter > ul > li.open {
	z-index: 200;
}
.projects-page .searchandfilter > ul > li.open h4:after {
	content: '-';
}
.projects-page .searchandfilter > ul > li > ul {
	position: absolute;
	top: 42px;
	left: -1px;
	right: -1px;
	background: #ffffff;
	padding: 0px 10px 5px;
	border: #777 1px solid;
	border-top: none;
	display: none;
}
.projects-page .searchandfilter ul li li {
	display: flex;
}
.projects-page .searchandfilter ul li li input {
	margin: 0;
}
.projects-page .searchandfilter ul li li label {
	padding-left: 6px;
	font-size: 15px;
}
.projects-page .lastnews-row .filters .btn {
	width: 360px;
	flex-shrink: 0;
}
.projects-page .pagination {
	padding: 0px 15px;
	margin-top: 25px;
	text-align: center;
}
.projects-page .pagination a {
	color: #000000;
	transition: color .2s ease;
}
.projects-page .pagination a:hover {
	color: #fcb70e;
}
.modal-form .modal-form__input select {
	width: 100%;
	padding: 9px;
	border: 1px solid #dedede;
	border-radius: 50px;
	font-size: 15px;
}
.modal-content .b-box select {
	border: 1px solid #343A6E;
	color: #343A6E;
	font-size: 14px;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	outline: none;
}
.modal-content .b-box .btns:after {
	content: '';
	clear: both;
	display: table;
}
.modal-content .b-box .btns .btn {
	width: 48%;
	max-width: inherit;
}
.modal-content .b-box .btns .btn-orange {
	float: left;
}
.modal-content .b-box .btns .btn-blue {
	float: right;
}
.btn.btn-blue:disabled {
	background: transparent;
	border: 1px solid #aaa;
	color: #aaa;
}
.modal-form .modal-form__title {
	margin: 7px 0;
}
.modal-form .modal-form__input {
	padding: 7px 0px;
}
.modal-form .modal-form__input input {
	padding: 10px 15px;
	font-size: 12px;
	outline: none;
}
.modal-form .modal-form__input select {
	padding: 9px 11px;
	font-size: 12px;
	outline: none;
}
.modal-form .modal-form__input textarea {
	padding: 5px 10px 5px;
	border-radius: 15px;
	min-height: 48px;
	height: 75px;
	outline: none;
}
.modal-form .modal-form-footer {
	padding-top: 0;
}
.modal-content {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}
.projects .single-post-image {
	background: url(images/page-header.jpg) 50% 50%;
	background-size: cover;
}
.b-partners {
	margin-top: 15px;
	display: inline-flex;
}
.b-partners > div {
	align-items: center;
	display: flex;
}
.b-partners > div figure {
	margin: 0;
}


/*Video custom*/

.wp-block-video video {

    box-shadow: 0 0 30px rgba(0,0,0, .3);
}


.wp-block-table td {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
}
.wp-block-table  {
    margin: 20px 0;
}

.banner-top {
	width: 100%;
	padding: 0 10px;
	margin-top: 25px;
}

.banner-top.single {
	padding: 0 0px;
	margin-top: 50px;
	margin-bottom: -20px;
}

.banner-top a {
	display: block;
}

.banner-top img {
	width: 100%;
}

.banner-top img.mobile {
	display: none;
}

.lastnews .lastnews-row .lastnews-list .lastnews__pic {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lastnews .lastnews-row .lastnews-list .lastnews__pic a {
	display: block;
	width: 100%;
}
.lastnews .lastnews-row .lastnews-list .lastnews__pic img {
	width: 100%;
}
.lastnews .lastnews-row .lastnews-list .lastnews__pic img.mobile {
	display: none;
}
.entry-content .banner_bottom,
.projects .entry-content .item__pic {
	display: block;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	margin: 15px 15px 0 0;
}
.entry-content .banner_bottom {
	width: 390px;
	margin: 0 auto;
}
.entry-content .banner_bottom a,
.projects .entry-content .item__pic a {
	display: block;
}
.entry-content .banner_bottom img,
.projects .entry-content .item__pic img {
	width: 100%;
}
.entry-content .banner_bottom img.mobile,
.projects .entry-content .item__pic.mobile,
.projects .entry-content .item__pic img.mobile {
	display: none;
}
.projects .entry-content .vote-all {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.projects .entry-content .vote-all img {
	flex-shrink: 0;
	width: 16px;
	margin-left: 5px;
}

@media (max-width: 1199.98px) { 
	.projects .entry-content .b-vote {
		position: relative;
		margin-top: 20px;
		top: 0;
	}
	.projects-page .lastnews-row {
		flex-wrap: wrap;
	}
	.projects-page .lastnews-row .filters .btn {
		width: 300px;
	}	
	.projects .entry-content .props .item.rt {
		margin-right: 0px;
	}
}
@media (max-width: 991.98px) {
	.projects-page .lastnews-row .filters .btn {
		width: 250px;
	}
	.modal-form .modal-form-left {
		width: 100%;
		padding-bottom: 0;
	}
	.modal-form .modal-form-right {
		width: 100%;
		padding-top: 0;
	}
	.modal-form .modal-form-footer {
		flex-wrap: wrap;
	}
	.modal-form .modal-form-footer .modal-captcha {
		margin-bottom: 15px;
	}
}
@media (max-width: 767.98px) {
	.projects .entry-content .props .item {
		flex-wrap: wrap;
	}
	.projects .entry-content .props .item strong {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	.projects-page .lastnews-row .filters {
		width: 100%;
	}
	.projects-page .searchandfilter > ul {
		flex-wrap: wrap;
	}
	.projects-page .searchandfilter > ul > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.projects-page .lastnews-row .filters {
		flex-wrap: wrap;
	}
	.projects-page .lastnews-row .filters .btn {
		width: auto;
	}
	.banner-top {
		margin-top: 5px;
	}
	.banner-top.single {
		margin-top: 25px;
		margin-bottom: -35px;
	}
	.entry-content .banner_bottom img.mobile,
	.projects .entry-content .item__pic img.mobile,
	.lastnews .lastnews-row .lastnews-list .lastnews__pic img.mobile,
	.banner-top img.mobile {
		display: block;
	}
	.entry-content .banner_bottom img.desktop,
	.projects .entry-content .item__pic img.desktop,
	.lastnews .lastnews-row .lastnews-list .lastnews__pic img.desktop,
	.banner-top img.desktop {
		display: none;
	}
	.entry-content .banner_bottom,
	.projects .entry-content .item__pic {
		display: none !important;
	}
	.entry-content .banner_bottom.mobile,
	.projects .entry-content .item__pic.mobile {
		margin: 15px 0px 0;
		display: block !important;
		box-shadow: none;
		width: 100%;
	}
	.lastnews .lastnews-row .lastnews-list .lastnews__pic {
		box-shadow: none;
		margin: -25px 0 0;
		min-height: inherit;
	}
	.entry-content .banner_bottom img.mobile,
	.projects .entry-content .item__pic img.mobile {
		width: 270px;
		margin: 0 auto;
	}
	.entry-content {
		padding-bottom: 0;
	}
}
@media (max-width: 575.98px) {
	.modal-content .b-box .btns .btn {
		float: none !important;
		width: 100%;
		margin-bottom: 15px;
	}
	.modal-content .b-box .btns .btn-orange {
		margin-bottom: 0;
	}
	.entry-content .banner_bottom.mobile,
	.projects .entry-content .item__pic.mobile {
		margin-bottom: -30px;
	}
}
@media (max-width: 430px) {
	.contest .card-contest {
		width: 100%;
	}
}