::-webkit-scrollbar {
    width: 0.3rem;
    height: 0.3rem;
}

::-webkit-scrollbar-track {
    background: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background: #F8B483;
}

::-webkit-scrollbar-thumb:hover {
    background: #6E6E6E;
}

@media screen and (min-width: 1024px) {
  :root {
    --container-max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  :root {
    --container-max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  :root {
    --container-max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  :root {
    --container-max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  :root {
    --container-max-width: 1344px;
    --bulma-body-font-size: 1.3em;
    --bulma-control-size: 1.3rem;
  }
  .title.is-1 {
    font-size: 7rem;
  }
  nav {
      font-size: 0.85em;
  }
}

:root {
    --bulma-body-family: Montserrat,Arial,sans-serif;
    --bulma-body-color: #0D567E;
    --bulma-shadow: none;
    --bulma-link-text: #F8B483;
}

.card {
    --bulma-card-color: #0D567E;
}

.card .content h3 {
    --bulma-content-heading-color: #0D567E;
}

.box {
    --bulma-box-color: #0D567E;
}

.button {
    border: none;
    box-shadow: none;
}

.input {
  box-shadow:none;
}

.control.has-icons-right .icon {
  top: 5px;
}

html {
    scroll-padding-top: 5rem;
}

body {
    background: #0D567E;
}

.navbar {
  transition: top 0.3s;
}

.section {
    --bulma-section-padding: 1rem 1rem;
}

.navbar-brand{
    border-bottom: 1px solid #F8B483;
}

.navbar-burger {
    color: #F8B483;
}

.navbar-menu {
    justify-content: space-evenly;
    border-bottom: 1px solid #F8B483;
    padding-left: 13%;
    padding-right: 13%;

}

.navbar-menu a {
    color: #0D567E;
}

.navbar-menu a.is-scrolled-to {
    color: #F8B483;
}

.menu-tail-block{
    height:22em;
}

.menu-tail-block svg{
    max-height:22em;
}

.navbar-logo-cont {
    width: 4em;
    margin-right: 1em;
    margin-top:0.5em;
    margin-bottom:0.5em;
}


.logo-mobile{
    background-color: white;
    text-align:center;
    padding-bottom: 0px;
}

.logo-mobile h1{
    color: #F8B483;
}
.logo-mobile h4{
    color:white;
}

.logo-section {
    background-position: center center;
    background-size: 100%;
    background-color: #999;
    border-top: 1px solid #F8B483;
    border-bottom: 1px solid #F8B483;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top:2em;
}

.logo-div {
    max-height: 39vw;
}


.main-slogan {
    background-color: #FFFFFF;
    padding-top: 1.0em;
    padding-bottom: 3.6em;
}

.inparty-cont {
    background-color: #F8B483;
    padding-left:0em;
    padding-right:0em;
    padding-bottom: 1em;
}

.inparty-cont .block-title {
    color: white;
}

.inparty-cards-scroll-cont {
    overflow-x:scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.inparty-cards-cont {
    width: calc((var(--container-max-width)/2 + 1em) * 3);
    display:flex;
    flex-flow: row wrap;
    margin-left: calc((100vw - var(--container-max-width)) / 2);
    margin-right: calc((100vw - var(--container-max-width)) / 2 - 2.5em);
/*    container-type: inline-size;*/
}

.inparty-cards {
    max-width: calc(var(--container-max-width)/2 - 0.5em);
    margin-right:1em;
    margin-bottom:1em;
    font-size: 1.0em;
    margin-bottom: 1.5em;
/*    width: 135cqw;
    align-content: flex-start;
    display: flex;
    flex-flow: column wrap;
    max-height: 45em;*/
}

.inparty-cards-first{
    margin-left:8em;
}

.inparty-cards-last{
    margin-right:8em;
}

.inparty-card{
    background-color: white !important;
    margin-bottom: 1em;
    /*width: 45cqw;
    margin-left:1cqw;
    margin-bottom: 1cqw !important;*/
}

.inparty-card .card-content{
    width:100%;
    font-size: 0.8em;
}

.courusel {
    width:100%;
    margin:auto;
    padding:1em;
    background-color:white;
    padding-bottom: 6em;
    padding: 0em;
    background-color: #F8B483;
}


.courusel-text .title { 
   color: #F8B483;
}

.courusel-sep {
  position: absolute;
  top: 0%;
  height: 100%;
  width: 100%;
}

.courusel-text {
    position: absolute;
    top: 0%;
    left: 65%;
    width: 35%;
    height: 100%;
    background: white;
    color: #0D567E;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
    padding-left: 0em;
    padding-right: 2em;
    padding-top: 2em; 
}

.courusel-items  {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.courusel-items a {
    color:#0D567E;
    font-size: 3em;
}

.courusel-items .is-active a{
    color:#F8B483;
}

.courusel .slide-image-placeholder {
    width: 100%;
    aspect-ratio: 2 / 1;
    background-size: 100%;
    border-top-right-radius: 0.75em;
    border-top-left-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
    transition: opacity 0.5s ease-out;
    background-size: 45em;
}

.slide-subimage {
  width: 30%;
  padding-top: 3%;
  padding-left: 3%;
}

.inparty-card-date {
    text-align: right;
}

.prog-top-card .cell {
    margin-bottom: 0px;
}

.join-button-cont{
    padding-top: 0.5em;
    padding-bottom: 3em;
    text-align: center;
    background-color: #F8B483;
}

.join-button-top {
    font-weight:bold;
    font-size: 1.4em;
    background-color: #0D567E;
    margin: 0.5em;
    min-width: 14em;
}

.join-button-top a {
    color: white;
}

.values-cont h1 {
    color: #FFFFFF !important;
}

section.values {
    background-color: #F4915D;
}

.values-cards-cont{
    display: flex;
    flex-wrap: wrap;
}

.values-cards {
    width: 33%;
    margin-bottom: var(--bulma-block-spacing);
}

.values-card {
    background-color: white !important;
    width: calc(100% - var(--bulma-block-spacing));
    margin-left:var(--bulma-block-spacing);
    margin-right:var(--bulma-block-spacing);
}

.values-card .card-image {
    cursor: pointer;
}

.values-card .content h3 {
    cursor: pointer;
}


.values-card hr {
    background-color: #F8B48366;
}

.values-card .content {
  min-height:5em;
}

.value-expand {
  font-size: 2rem;
  text-align: center;
  position: absolute;
  bottom: 0.2em;
  cursor: pointer;
  width: calc(100% - 2 * var(--bulma-card-content-padding));
}

.values-ytlink {
    position: absolute;
    width: 20%;
    padding: 2%;
    top: 80%;
    left: 80%;
}

.prog-top-first-card {
    background-color: #F8B483;
}

.prog-top-card .cell .content {
    text-align:center;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #0D567E;
}

.prog-top-first-card .content {
    color: #FFFFFF !important;
    font-weight: bold;
}

.prog-top-reg-card .content {
    color: #0D567E;
    font-weight: bold;
}

.intermid-program {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align:center;
    color: #F8B483;
    font-size: 1.2em;
    font-weight: bold;
}

.program-card .content {
    width: 75%;
}

.program-card .card-image {
    width:18em;
    padding-left:5%;
    padding-top:2em;
}

.card-content-program h2 {
    color: #FFFFFF;
}

.card-content-program {
    color: #FFFFFF;
}

.block-title-cont {
    text-align:center;
    padding-bottom: 2em;
    /*padding-top: 1em;*/
}

.block-title  {
    color: #F8B483;

}

.prog-top-cont .card {
    /*min-height: 24em;*/
}

.prog-top-first-card .card-content-program {
    /*font-size: 1.4rem;*/
    text-align: center;
}

.prog-top-first-card figure {
    /*width: 90%;*/
    margin: auto;
}

.prog-top-card .card-content-program {
    /*font-size: 1.4rem;*/
    text-align: center;
}

.duncova-section {
    background-color: #FFFFFF;
}

.ino-warning {
    text-align:center;
    padding-left: 10%;
    padding-right: 10%;
}

.ino-warning strong {
    color: #F8B483;
}

.image-duncova-cont {
    width:60%;
    margin: auto;
}

.image-duncova-cont figure {
  background: radial-gradient(circle at center,  #F8B483 0%, #F8B483 47%, #FFFFFF 47%, #FFFFFF 47%, #FFFFFF 48%);
}

.duncova-card {
    background: #0D567E;
    color: #FFFFFF;
}

.duncova-card .content h3{
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.3em;
}

.duncova-history-card .card-content {
  padding: 0px;
}

.duncova-history-text {
  margin-bottom: 1em;
}

.duncova-history-card .card-content h3.duncova-history-title {
  cursor: pointer;
  color: #0D567E;
  font-weight: bold;
}

.duncova-history-card h3 {
    color: #F8B483;
    font-weight: normal;
}

.duncova-history-card h5 {
    color: #F8B483;
    font-weight: normal;
}


.duncova-history-expand {
    border: 1px solid #0D567E;
    color: #0D567E;
}

.duncova-history-expand-low {
    border: 1px solid #F8B483;
    color: #F8B483;
}


.duncova-exp {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 2rem;
}

.centers-section {
    background-color: #F8B483;
}

.centers-section .block-title {
  color: white;
}

.centers-cards .card {
  margin: 1em;
}

.centers-cards .card .content h4{
  color: #0D567E;
}


.doc-section {
  background-image: url("/uploads/2025/02/15/segment_uid_67b0b734a5da9.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 2em;
}

.doc-section .grid{
    gap: 2em;
}

.doc-box {
    background-color: #FFFFFF;
    text-align: center;
    color: #0D567E;
    margin-bottom: 0px !important;
}

.doc-section .content a {
  color: #0D567E;
}

.contacts-card {
    background: #0D567E1A;
    margin-bottom: 1em;
}

.contacts-cont {
    background-color: #FFFFFF;
}

.contacts-tg {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.contacts-tg figure {
    width: 2em;
    margin-right: 1em;
    display:inline-block;
}

.contacts-tg a {
    text-decoration: none;
}

.join-button {
    background-color:  #F8B483;
    font-weight:bold;
    font-size: 1.2em;
}

.join-button a {
    color: #FFFFFF;
}

.contacts-card .card-content p {
    margin-bottom:1em;
}

.division-cont {
    background-color: #F4915D;
    padding-left: 0px;
    padding-right: 0px;
}

.division-search {
  background-color: #F8B483;
  color: white;
  border-color: #F8B483;
}

.division-search::placeholder {
    color: white;
} 

.divisions-title {
    color: #FFFFFF;
}

.division-cont .is-2 {
    /*font-size: 3rem;*/
    font-weight: normal;
}

.divisions-cards{
    background: #FFFFFF1A;
    overflow-x:scroll;
    scrollbar-width: none;
    padding-bottom: 0em;
    //scroll-behavior: smooth;
    cursor: grab;
}


.division-cont .container {
    padding-left:3em;
    padding-right:3em;
}

.divisions-cards-cont{
    width: calc(27 * (var(--container-max-width) / 2 - 0.5em) + 4em);
    min-height:30em;
    padding-top: 1em;
    margin-left: calc((100vw - var(--container-max-width)) / 2);
    margin-right: calc((100vw - var(--container-max-width)) / 2 - 4em);
}

.division-card{
    background: #F8B483;
    display:inline-flex;
    width: calc(var(--container-max-width) / 2 - 0.5em);
    height:14em;
    margin-right: 1em;
    margin-bottom: 1em !important;
}


.division-tg {
    display: flex;
    align-items: center;
}

.division-tg figure {
    width: 1em;
    margin-right: 0.5em;
    display:inline-block;
}

.division-tg a {
    text-decoration: none;
    color: #FFFFFF;
}

.division-center {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
}

.division-center figure {
    width: 1em;
    margin-right: 0.5em;
    display:inline-block;
}

.division-center a {
    text-decoration: none;
    color: #FFFFFF;
}

.division-title {
    color: #FFFFFF;
}

.division-card-content-r {
    /*position: absolute;*/
    padding-top:2em;
    padding-left:2em;

}

.division-card-content-l {
    /*position: absolute;*/
    padding-top:2em;
    padding-left:8em;
}

.division-card-image-r {
    position: absolute;
    top:10%;
    right:0px;
}

.division-card-image-l {
    position: absolute;
    top:10%;
    left:0px;
}

.division-card-image-r svg {
    height: 12em;
}

.division-card-image-l svg {
    height: 12em;
}

.youth-image {
    width:30%;
    margin:auto;
}

.youth-text{
    /*font-size:1.6em;*/
    color:white;
}

.join-button-youth {
    border: 1px solid white;
    background-color: #0D567E;
    margin-top: 1em;
}
.join-button-youth a {
    color: white;
}

.youth-text .division-tg figure {
    width: 2em;
}

.youth-cont .block-title-cont {
  padding-bottom: 0em;
}

.footer {
  background-color: #e6eef2;
}

div.footer-link {
  line-height: 2.5em;
  display: inline-block;
  margin-left:1em;
  margin-right:1em;
}

div.footer-link figure{
  height: 1.5em;
  display: inline-block;
  
  vertical-align: middle;
}

