@font-face {
    font-family: JuraReg;
    src: url("fonts/Jura-Regular.ttf") format("truetype"); 
}
@font-face {
    font-family: JuraDemibold;
    src: url("fonts/Jura.ttf") format("truetype"); 
}
@font-face {
    font-family: JuraBold;
    src: url("fonts/Jura-Bold.ttf") format("truetype"); 
}

.jurafont {
    font-family: JuraReg;
}

.jurafontDB {
    font-family: JuraDemibold;
}

.jurafontB {
    font-family: JuraBold;
}

.juraZagolovki {
    font-size: calc(1.3rem + 0.5vw); 
    line-height: calc(1.2rem + 2.2vw);
}

.color-obrorg {
    color: #FF3B99;
}

.color-school {
    color: #00FFE6;
}

.color-gos {
    color: #005CFF;
}

.color-itcomp {
    color: #439DFF;
}

.color-itcomm {
    color: #76D8FF;
}

.cifpok_gradient {
    background: linear-gradient(0deg, #0400E2 0%, #00E8D2 100%)
}

.border-obrorg {
    border-bottom: solid 8px #FF3B99;
}

.border-school {
    border-bottom: solid 8px #00FFE6;
}

.border-gos {
    border-bottom: solid 8px #005CFF;
}

.border-itcomp {
    border-bottom: solid 8px #439DFF;
}

.border-itcomm {
    border-bottom: solid 8px #76D8FF;
}

.btn-event {
    background-color: #5a53ff;
    color: white;
    transition: ease-in-out 0.2s;
}

.btn-event:hover {
    background-color: #6730ff;
    color: white;
    box-shadow: 1px 1px 5px #8c3eff;
    transform: translateY(-0.2rem);
    transition: ease-in-out 0.2s;
}

.info-main {
    box-shadow: -2px -2px 8px #cecece; 
    border-radius: 20px 20px 0px 0px; 
    color: black; 
    background-color: #fcfcfc;
    transition: ease-in-out 0.3s;
}

.info-main:hover {
    cursor: pointer;
    padding-bottom: 20px;
    box-shadow: -2px -2px 8px #cecece; 
    border-radius: 20px 20px 0px 0px; 
    color: white; 
    transition: ease-in-out 0.3s;
}

.info-obrorg:hover {
    background-color: #ff3b99;
}

.info-itcomm:hover {
    background-color: #76D8FF;
}

.bg-top {
    background-image: url('/assets/img/fonlong1.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    animation-name: bg-top;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes bg-top {
    from {background-position: -5000%, 0}
    to {background-position: 5000%, 0}
}

.cardSovet {
    background-color: #f8f8f8; 
    flex-direction: column; 
    min-height: 380px; 
    border-radius: 0px; 
    box-shadow: 2px 2px 8px #cecece;
    justify-content: space-between;
}

.cardSovetAdm {
    background-color: #f8f8f8; 
    flex-direction: column; 
    min-height: 250px; 
    border-radius: 0px; 
    box-shadow: 2px 2px 8px #cecece;
}

.sovetWhoText {
    font-size: calc(14px + 0.2vw); 
    font-weight: 100; 
    color: black; 
    text-align: center;
    
}

.sovetPhotoAndFio {
    align-items: flex-end; 
    height: 220px; 
    border-radius: 0px 0px 20px 20px;
}


.slider {
    position: relative;
  }
  
  .slider .previous, .slider .next {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 2rem;
    color: #00dda0;
    background-color: white;
    font-weight: bold;
    font-size: 28px;
    transition: 0.3s ease;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 1px rgb(41 41 41 / 26%);
  }
  
  .slider .previous {
    opacity: 1;
    left: 1%;
    transition: 0.3s ease-in-out;
  }
  
  .slider .next {
    opacity: 1;
    right: 1%;
    border-radius: 3px 0 0 3px;
  }
  
  .slider .previous:hover,
  .slider .next:hover {
    opacity: 1;
    color: white;
    background-color: #00dda0;
  }
  
  .slider .slideItem {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {
      opacity: 0.4
    }
    to {
      opacity: 1
    }
  }

  .calcButtonMain {
    font-size: calc(0.5em + 1vw);
    min-height: 13%; 
    width: 24%; 
    color: white; 
    /*background-color: #3fffce;*/
    background-color: #00dda0;
    z-index: 10;
    position: absolute;
    top: 70%;
    right: 55%;
    /*box-shadow: 5px 5px 19px 4px #ffcd2e;*/
    box-shadow: 3px 3px 0px 0px #00a073;
    transition: ease-in-out 0.3s;
  }

  
  .calcButtonMain:hover {
    min-height: 13%; 
    transform: translateY(-10px) !important;
    color: black; 
    background-color: white;
    z-index: 30;
    position: absolute;
    box-shadow: 5px 5px 35px 4px white;
    transition: ease-in-out 0.3s;
  }

  .texthead {
    color: white;
    font-size: calc(1rem + 0.3vw); 
    line-height: calc(1rem + 1.2vw); 
    font-family: Verdana;

  }

  .cardUsl {
    background: no-repeat center/200%; 
    filter: grayscale(50%);
    transition: ease-in-out 0.3s;
  }

  .cardUsl:hover {
    background: no-repeat center/220%; 
    transition: ease-in-out 0.3s;
    filter: grayscale(20%);
  }

.uslBtn {
    background-color: #00dda0;
    width: 80%;
    color: white;
    font-weight: 600;
    transition: ease-in-out 0.2s;
}

.uslBtn:hover {
    background-color: #4bffce;
    transition: ease-in-out 0.2s;
}

.uslZak {
    border: 2px solid #ff5a4a;
    width: 80%;
    color: #ff5a4a;
    font-weight: 600;
    transition: ease-in-out 0.2s;
}

.uslZak:hover {
    color: white;
    background-color: #ff1600;
    transition: ease-in-out 0.2s;
}

.textMenuTop {
    color: white;
    transition: ease-in-out 0.2s;
}

.textMenuTop:hover {
    color: #00dda0;
    transition: ease-in-out 0.2s;
}

.leftlinks {
    background-color: #f5f5f5;
    color: black;
}

.links {
    text-decoration: none;
    color: white;
}

.leftlinks:hover {
    background-color: #00ebaa;
    color: white;
}

.contactform {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 1rem 0 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: solid 0.5px #ffffff7ad;
}

input[type="contacts"] {
    border: none;
    text-align: center;
    border-bottom: solid 0.5px #ffffff8a;
    background: none !important; 
    color: white; 
    font-family: RalewayExtraLight;
    transition: ease-in-out 0.3s;
}

input[type="contacts"]:focus {
    font-family: Montserrat;
    outline: none !important;
    border: none;
    box-shadow: none;
    border-bottom: solid 0.5px white;
    transition: ease-in-out 0.3s;
}

input[type="contacts"]::placeholder {
    color: #ffffffc7;
}

input[type="contacts"]:focus::placeholder {
    color: transparent;
}

.contbutton {
    border: solid 2px white;
    border-radius: 20px;
    margin: 10px 30px;
    background-color: transparent;
    color: white;
    transition: ease-in-out 0.3s;
    
}

.contbutton:hover {
    transform: translateY(-5px);
    background-color: #00d399;
    transition: ease-in-out 0.3s;
    color: white;
}

textarea[type="contacts"] {
    text-align: center; 
    border: solid 8.5px #00d399; 
    background: black; 
    color: white; 
    font-family: RalewayExtraLight; 
    transition: ease-in-out 0.3s;
}

textarea[type="contacts"]:focus {
    font-family: Montserrat;
    outline: none !important;
    border: none;
    box-shadow: none;
    border: solid 2px white;
    transition: ease-in-out 0.3s;
}

textarea[type="contacts"]::placeholder {
    color: #ffffffc7;
}

textarea[type="contacts"]:focus::placeholder {
    color: transparent;
}

.contactshref {
    color: white;
    text-decoration: none;
    border-bottom: solid 1px #ffffff69;
    transition: ease-in-out 0.3s;
}

.contactshref:hover {
    color: #acfff7;
    border-bottom: solid 1px #acfff7;
    transform: translateY(-5px);
    transition: ease-in-out 0.3s;
}

.menumobile_links {
    font-size: 30px;
    text-decoration: none;
    color: white;
    font-family: JuraReg;
}

.menumobile_contain {
    display: inline-block;
}