@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"); 
    src: url("fonts/Jura-Bold.ttf") format("truetype");
}

@font-face {
    font-family: RalewayExtraLight;
    src: url("fonts/Raleway-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: RalewayMedium;
    src: url("fonts/Raleway-Light.ttf") format("truetype");
}

@font-face {
    font-family: RalewayReg;
    src: url("fonts/Raleway-Regular.ttf") format("truetype");
}

.ralewayReg {
    font-family: RalewayReg;
}

.ralewayMed {
    font-family: RalewayMedium;
}


.ralewayELfont {
    font-family: RalewayExtraLight;
}

.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-mob-obrorg {
    border-bottom: solid 8px #FF3B99;
    line-height: calc(2rem + 1.2vw);
}

.border-school {
    border-bottom: solid 8px #00FFE6;
}

.border-mob-school {
    border-bottom: solid 8px #00FFE6;
    line-height: calc(2rem + 1.2vw);
}

.border-gos {
    border-bottom: solid 8px #005CFF;
}

.border-itcomp {
    border-bottom: solid 8px #439DFF;
}

.border-itcomm {
    border-bottom: solid 8px #76D8FF;
}

.border-mob-itcomm {
    border-bottom: solid 8px #76D8FF;
    line-height: calc(2rem + 1.2vw);
}

.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-school:hover {
    background-color: #00FFE6;
}

.info-itcomm:hover {
    background-color: #76D8FF;
}

.bg-top {
    background-image: url('/assets/img/fonlong1.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes bg-top {
    from {background-position: -2000%, 0}
    to {background-position: 2000%, 0}
}

.cardSovet {
    background-color: #001aa7; 
    flex-direction: column; 
    min-height: 400px; 
    border-radius: 20px; 
    box-shadow: 2px 2px 8px #cecece;
}

.sovetWhoText {
    font-size: 14px; 
    font-weight: 100; 
    color: white; 
    text-align: center;
}

.sovetPhotoAndFio {
    align-items: flex-end; 
    min-height: 285px; 
    border-radius: 20px 20px 0px 0px;
}

.nabSovetText {
    font-size: calc(1.5rem + 1.5vw);
}

.doclinks {
    font-size: calc(1rem + 0.5vw);
    text-decoration: none;
    color: #439DFF;
}

.doclinks:hover {
    color: #ff3b99;
    transition: ease-in-out 0.2s;
}

.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;
    font-family: RalewayReg;
}

.contbutton:hover {
    transform: translateY(-5px);
    background-color: #FF3B99;
    transition: ease-in-out 0.3s;
    color: white;
}

textarea[type="contacts"] {
    text-align: center; 
    border: solid 18.5px #ffffff8a; 
    background: no-repeat right bottom/15% url('/assets/img/whiteback.svg'), #0088ffad; 
    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;
}

/* ДЛЯ ПРОФЕССИОНАЛОВ 2024 */

.prog_text {
    font-size: calc(1rem + 0.3vw); font-family: Verdana
}
.prog_card {
    background-color: #ffffffe0;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #cccccc;
}

.backbtnclass-FF3B99:hover {
    background-color: #FF3B99;
}

.backbtnclass-00FFE6:hover {
    background-color: #00FFE6;
}

.backbtnclass-76D8FF:hover {
    background-color: #76D8FF;
}

.backbtnclass-005CFF:hover {
    background-color: #005CFF;
}

.backbtnclass-439DFF:hover {
    background-color: #439DFF;
}