/* OpenSans Font */
@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans/OpenSans-Regular.woff);
    src: url(../fonts/OpenSans/OpenSans-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans/OpenSans-SemiBold.woff);
    src: url(../fonts/OpenSans/OpenSans-SemiBold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans/OpenSans-Bold.woff);
    src: url(../fonts/OpenSans/OpenSans-Bold.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Myriad Pro Font */
@font-face {
    font-family: 'Myriad Pro';
    src: url(../fonts/MyriadPro/MyriadPro-Regular.woff);
    src: url(../fonts/MyriadPro/MyriadPro-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* SpectralSC Font */
@font-face {
    font-family: 'SpectralSC';
    src: url(../fonts/SpectralSC/SpectralSC-Regular.woff);
    src: url(../fonts/SpectralSC/SpectralSC-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpectralSC';
    src: url(../fonts/SpectralSC/SpectralSC-Bold.woff);
    src: url(../fonts/SpectralSC/SpectralSC-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* SpectralSC Font */
@font-face {
    font-family: 'SpectralSC';
    src: url(../fonts/SpectralSC/SpectralSC-Regular.woff);
    src: url(../fonts/SpectralSC/SpectralSC-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpectralSC';
    src: url(../fonts/SpectralSC/SpectralSC-Bold.woff);
    src: url(../fonts/SpectralSC/SpectralSC-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* TrajanPro3 Font */
@font-face {
    font-family: 'TrajanPro3';
    src: url(../fonts/TrajanPro3/TrajanPro3-Regular.woff);
    src: url(../fonts/TrajanPro3/TrajanPro3-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body.VFCup{
    border-top: 20px solid #DEC463;
    background-image: linear-gradient(to top, #0b0e17 0%, #172649 100%);
    background-attachment: fixed;
    font-family: OpenSans;
}

header, footer{
    font-family: OpenSans;
    color: #DEC463;
}
header p{
    margin: 2px 0px;
}
header p.tagLine{
    font-size: 14px;
}
header p.pageName{
    font-weight: 900;
    font-size: 21px;
}

.linksList {
    margin-bottom: 0px;
    text-align: right;
}
.linksList > li{
    font-size: 14px;
    padding: 0px 15px;
}
.linksList > li > a{
    color: #DEC463;
    text-decoration: none;
}
footer .linksList{
    margin: 10px 0px;
}
.langSwitchers{
    display: flex;
    justify-content: flex-start;
    gap: 3px;
    flex-wrap: wrap;
}
.langSwitchers div{
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #DEC463;
    color: #DEC463;
    font-size: 13px;
    text-transform: uppercase;
}

section.main{
    background: -webkit-linear-gradient(0deg, rgba(76, 71, 25, 1) 0%, rgba(84, 77, 28, 1) 3.02%, rgba(105, 95, 37, 1) 7.67%, rgba(141, 124, 52, 1) 13.36%, rgba(189, 164, 73, 1) 19.83%, rgba(218, 203, 104, 1) 29.91%, rgba(232, 235, 133, 1) 38.86%, rgba(199, 180, 87, 1) 49.52%, rgba(188, 164, 63, 1) 65.74%, rgba(206, 186, 93, 1) 77.82%, rgba(188, 164, 70, 1) 88.44%, rgba(76, 71, 25, 1) 100%);
    padding: 0px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background-size: 25%;
}
section.main > div{
    background: white;
    padding: 15px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 60px);
}

.leftSide > .menu{
    background: url("../images/leftSideBg.svg") no-repeat center;
    background-size: cover;
}
.leftSide > .menu{
    margin-top: 40px;
    padding: 10px 0px;
}
.leftSide > .menu > a{
    display: block;
    margin: 40px 20px;
}

.darkBlueButton{
    background: -webkit-linear-gradient(0deg, rgba(11, 14, 23, 1) 0%, rgba(14, 20, 35, 1) 6.93%, rgba(19, 30, 56, 1) 21.91%, rgba(22, 36, 69, 1) 36.63%, rgba(23, 38, 73, 1) 50.66%, rgba(22, 36, 69, 1) 67.62%, rgba(21, 31, 56, 1) 85.39%, rgba(19, 25, 40, 1) 100%);
    text-align: center;
    color: #DEC463;
    padding: 5px 20px;
    border: 3px solid #DEC463;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}
.darkBlueButton:hover{
    color: #DEC463;
    text-decoration: none;
}
.darkBlueButton.disabled{
    background: #536182;
    cursor: no-drop;
}


.yellowButtonBorder {
    background: rgb(140,98,0);
    background: linear-gradient(90deg, rgba(140,98,0,1) 0%, rgba(240,203,5,1) 18%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    padding: 2px;
    display: inline-flex;
    border-radius: 3px;
}

.yellowButton {
    background: #DEC463;
    text-align: center;
    color: #172649;
    padding: 5px 30px;
    font-size: 17px;
    font-weight: 600;
}
.yellowButton:hover{
    color: #172649;
    text-decoration: none;
}
.yellowButton.disabled{
    cursor: no-drop;
    background: #f7e49d;
    color: #627298;
}

.leftSide > .prizeFund{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/prizeFundBg.png);
    background-size: contain;
    width: 200px;
    height: 260px;
    margin: auto;
    padding-top: 70px;
}

.prizeFund > p{
    margin: 0;
    text-align: center;
    font-family: OpenSans;
    font-weight: 900;
}
.prizeFund > p.prizeFundAmount{
    font-size: 35px;
    line-height: 100%;
}
.prizeFund > p.prizeFundCurrency{
    font-size: 25px;
    line-height: 100%;
}

.pageTitle{
    font-family: SpectralSC;
    font-size: 40px;
    text-align: center;
    color: #172649;
    margin-top: 10px;
}


.pageMainContentContainer {
    outline: 3px solid #172649;
    outline-offset: -12px;
    min-height: 600px;
    position: relative;
    padding: 30px;
}
.pageMainContentContainer:after, .pageMainContentContainer:before {
    content: '';
    position: absolute;
    background-color: transparent;
    z-index: -1;
}
.pageMainContentContainer h4{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 24px 0 12px 0;
}
.pageMainContentContainer h2{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 24px 0 12px 0;
}
.pageMainContentContainer:after {
    width: calc(100% - 60px);
    height: 100%;
    left: 30px;
    top: 0;
    border-top: 4px solid #dec463;
    border-bottom: 4px solid #dec463;
}
.pageMainContentContainer:before {
    width: 100%;
    height: calc(100% - 60px);
    left: 0;
    top: 30px;
    border-left: 4px solid #dec463;
    border-right: 4px solid #dec463;
}
.pageMainContentContainer .angleBall {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #dec463;
}
.pageMainContentContainer .angleBall:nth-child(1) {
    top: -30px;
    left: -30px;
    transform: rotate(45deg);
}
.pageMainContentContainer .angleBall:nth-child(2) {
    top: -30px;
    right: -30px;
    transform: rotate(-225deg);
}
.pageMainContentContainer .angleBall:nth-child(3) {
    bottom: -30px;
    left: -30px;
    transform: rotate(-45deg);
}
.pageMainContentContainer .angleBall:nth-child(4) {
    bottom: -30px;
    right: -30px;
    transform: rotate(225deg);
}

.olympiadInfo td{
    border: 2px solid #dec463;
    font-family: OpenSans;
    color: #172649;
    padding: 3px 15px!important;
}
.olympiadInfo td.title{
    text-align: center;
    font-weight: 600;
}
.olympiadInfo td.value{
    text-align: left;
}

.partCondition{
    background: linear-gradient(90deg, rgba(255, 241, 121, 0) 0%, rgba(255, 241, 121, 0.98) 56.04%, rgba(255, 241, 121, 1) 57.4%, rgba(234, 212, 93, 0) 100%);
    text-align: center;
    font-family: SpectralSC;
    font-size: 22px;
    line-height: 1.2;
    color: #1E1F29;
    padding: 25px 0px;
}

/* Модальное окно для Баттла */
.customModal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customModalHeader{
    font-family: SpectralSC;
    font-size: 25px;
    text-align: center;
    position: relative;
}
.customModalTitle{
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
}
hr.hrLong {
    margin: 10px 10%;
    border-top: 3px solid #1E1F29;
}
hr.hrSmall {
    margin: 10px 20%;
    border-top: 2px solid #172649;
}
/* Тело модального окна*/
.customModalContent {
    border: 4px solid #132445;
    border-radius: 10px;
    font-family: 'PT-Sans', sans-serif;
    padding: 15px;
    margin: 30px auto;
    background: #DEC463;
    width: 600px;
}
.customModalBody {
    background: white;
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
    font-family: OpenSans;
}

/* Кнопка закрытия модального окна */
.customModalClose {
    text-align: center;
    color: #0d1529;
    padding: 2px 5px;
    border: 3px solid #0d1832;
    border-radius: 10px;
    font-size: 34px;
    font-weight: 800;
    cursor: pointer;
    position: absolute;
    right: 0;
    line-height: 24px;
}

.userLabel {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 2px;
}
.userInput, .userInput input {
    border: 2px solid #dec463!important;
    padding: 2px 5px;
    border-radius: 1px;
}
.userInput:focus, .userInput input:focus{
    border: 2px solid #dec463;
    box-shadow: 0 0 1px 1px #DEC463;
    outline: 0px;
}
.divTitleSmall {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
}
.userInput .dropdown-toggle, .userInput .dropdown-toggle:focus, .userInput .dropdown-menu:focus{
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
    outline: none!important;
}
.userInput .dropdown-toggle::after{
    border-top: .3em solid #dec463!important;
}
.userInput.dropup .dropdown-toggle::after{
    border-bottom: .3em solid #dec463!important;
    border-top: none!important;
}

.customBtn {
    background: #dec463;
}
.customBtn:focus {
    border-color: transparent!important;
    box-shadow: none!important;
    outline: none!important;
}

#cart{
    margin-top: 20px;
}


.toasts{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10;
}

#confirmingBlock{
    text-align: center;
}

.supportLabel {
    color: #172649;
    font-size: 24px;
    padding-right: 10px;
    text-align: right;
}
#supportEmail, #supportName, #supportDesc {
    border: 2px solid #dec463;
    border-radius: 5px;
    font-size: 20px;
    outline: unset;
}
#supportBtn {
    font-size: 22px;
    color: #172649;
    padding: 0 30px;
}

.rulesContentBorder {
    border: 2px solid #dec463;
}
.pageSubtitle {
    font-family: SpectralSC;
    font-size: 30px;
    text-align: center;
    color: #172649;
}
.rulesSteps {
    font-family: SpectralSC;
    font-size: 19px;
    color: #172649;
    padding-left: 25px;
}
.rulesDivider {
    position: relative;
    display: flex;
    flex-direction: column;
}
.rulesStepsWrapper {
    display: flex;
    height: 100%;
    align-items: center;
}
.rulesSteps:after {
    position: absolute;
    content: '';
    right: 0;
    top: 4%;
    height: 92%;
    width: 2px;
    background-color: #dec463
}
.rulesRegulation {
    font-family: SpectralSC;
    font-size: 28px;
    text-align: center;
    color: #172649;
}
.gradientBorder {
    border: solid 2px transparent;
    background-clip: padding-box;
    box-sizing: border-box;
    position: relative;
}
.gradientBorder:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    background: linear-gradient(to right, #584300 0%, #584300 8.2%, #f0cb05 25%, #f0d773 55.1%, #eae1ea 70.58%, #f1d440 90.93%, #f1d440 100%);
    border-radius: inherit;
}
.btnLight {
    background-color: #DEC463;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 700;
}
.btnLight:focus {
    outline: unset;
}
.btnLight:disabled {
    background-color: #f9ecbb;
}
.levelRow {
    display: flex;
    border-top: 4px solid #dec463;
}
.levelNumber {
    font-size: 42px;
    color: #172649;
    text-align: center;
    border-right: 4px solid #dec463;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 52px 20px;
}
.levelNumberWrap {
    transform: rotate(-90deg);
    font-size: 28px;
}
.levels {
    font-family: OpenSans;
    padding: 0px 15px;
}
.levelDesc {
    color: #172649;
    font-size: 13px;
    border-right: 4px solid #dec463;
    padding: 10px;
    font-weight: 600;
    text-align: justify;
    display: flex;
    align-items: center;
}
.levelPrize {
    color: #172649;
    font-size: 13px;
    border-right: 4px solid #dec463;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-weight: 600;
}
.levelBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}
.levelsToSelect {
    font-size: 17px;
    color: #172649;
    border: 2px solid #dec463;
    text-align: center;
    padding: 5px 30px;
    margin-bottom: 16px;
    font-weight: 600;
}
.levelCount {
    font-size: 21px;
    color: #172649;
}
.btnDark {
    background-color: #172649;
    color: #dec463;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 700;
}
.btnDark:focus {
    outline: unset;
}

/*  Билеты на главной   */
/*  Общие свойства  */
.ticketBorder{
    padding: 3px;
    border-radius: 4px;
    margin-bottom: 10px;
}
p.ticketTitle {
    margin: 0px;
    padding: 7px 0px 0px;
    font-family: SpectralSC;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}
hr.ticketLine{
    margin: 5px 10%;
}
hr.ticketLineSm{
    margin: 5px 20%;
}
.ticketContent{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.ticketContent > p{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}
.ticketContent > img.ticketLevelImage{
    max-height: 75px;
    margin-bottom: 10px;
}
.ticketContent > p.ticketLevel{
    font-family: SpectralSC;
}


/*  Свойства для разных билетов*/
.ticketWrapper1 .ticketBorder{
    background: linear-gradient(90deg, #8c6200 0%, #f0cb05 20%, #f0cf29 30%, #f0d773 55%, #eae1ea 70%, #f1d440 90%);
}
.ticketWrapper1 .ticket {
    background: #0F1729;
}
.ticketWrapper1 p.ticketTitle, .ticketWrapper1 .ticketContent > p{
    color: #DEC463;
}
.ticketWrapper1 hr.ticketLine, .ticketWrapper1 hr.ticketLineSm{
    border-top: 1px solid #DEC463;
}

.ticketWrapper2 .ticketBorder{
    background: linear-gradient(32deg, #0b0e17 5%, #0d111e 30%, #111a31 65%, #172649 100%);
}
.ticketWrapper2 .ticket {
    background: #ffffff;
}
.ticketWrapper2 p.ticketTitle, .ticketWrapper2 .ticketContent > p{
    color: #0d111e;
}
.ticketWrapper2 hr.ticketLine, .ticketWrapper2 hr.ticketLineSm{
    border-top: 1px solid #111a31;
}

.ticketWrapper3 .ticketBorder{
    background : linear-gradient(90deg, #f1d440 10%, #eae1ea 30%, #f0d773 45%, #f0cf29 65%, #f0cb05 75%, #c9a804 80%, #685101 90%, #584300 100%);
}
.ticketWrapper3 .ticket {
    background : linear-gradient(32deg, #0b0e17 0%, #0e1423 7%, #131e38 20%, #162445 35%, #172649 50%, #162445 70%, #151f38 85%, #131928 100%);
}
.ticketWrapper3 p.ticketTitle, .ticketWrapper3 .ticketContent > p{
    color: #ffffff;
}
.ticketWrapper3 hr.ticketLine, .ticketWrapper3 hr.ticketLineSm{
    border-top: 1px solid #ffffff;
}

.ticketWrapper4 .ticketBorder{
    background: #DEC463;
}
.ticketWrapper4 .ticket {
    background : linear-gradient(32deg, #8c6200 0%, #f0cb05 20%, #f0cf29 30%, #f0d773 55%, #eae1ea 70%, #f1d440 90%);
}
.ticketWrapper4 p.ticketTitle, .ticketWrapper4 .ticketContent > p{
    color: #172649;
}
.ticketWrapper4 hr.ticketLine, .ticketWrapper4 hr.ticketLineSm{
    border-top: 1px solid #172649;
}

.rulesTickets {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 600;
    list-style: decimal inside;
    padding: 0;
    text-indent: 20px;
}
.rulesTickets li {
    padding: 3px 0;
}
span.modalInit{
    border-bottom: 1px dashed;
    cursor: pointer;
}


.tripToChina{
    font-family: OpenSans;
}
.specialNomination{
    text-transform: uppercase;
    margin: 5px 0px;
    font-size: 18px;
}
.nominationTitle{
    font-weight: 900;
    margin: 5px 0px;
    font-size: 18px;
}
.chinaLandscape{
    display: flex;
    align-items: flex-end;
}
.prizeTaglineWrapper{
    align-self: normal;
    margin-bottom: 15px;
}
.prizeTagline{
    background-image: url(../images/tripToChina/tripToChinaBackground.png), radial-gradient(40% 90%, rgba(255, 239, 94, 1) 0%, rgba(248, 178, 12, 1) 100%);
    padding: 10px 15px;
    background-size: contain;
    text-align: center;
    font-size: 20px;
}

.contestAction{
    text-align: center;
    font-size: 13px;
    margin: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contestActionWithArrow{
    background-image: url(../images/tripToChina/conteastActionArrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-size: contain;
}
.dragon > img{
    max-height: 100px;
}

.prizeTagline p{
    margin: 0;
}
span.conditionMarker{
    background : linear-gradient(180deg, rgba(120, 87, 39, 1) 0%, rgba(244, 227, 133, 1) 45.02%, rgba(175, 128, 57, 1) 100%);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.contestConditions{
    border: 3px dashed #dec463;
    margin: 15px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0px;
}
.contestConditions p{
    margin: 0px;
}
.contestConditions p.title{
    font-weight: 900;
}
.regiterWrapper{
    background-image: url(../images/tripToChina/tripToChinaBackground.png), radial-gradient(40% 90%, rgba(255, 239, 94, 1) 0%, rgba(248, 178, 12, 1) 100%);
    padding: 5px 10px;
    background-size: contain;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px 15px;
    color: #000;
}
a.regiterWrapper:hover{
    text-decoration: dashed;
    color: black;
}
.tropicalParadiseButton{
    position: absolute;
    right: -80px;
    bottom: 15px;
    transform: rotate(-45deg);
    padding: 5px 80px;
}
.fillProfile {
    text-align: center;
    font-size: 14px;
    margin-bottom: 14px;
}
.userInput.invalid{
    border: 2px solid #F44336!important;
}

ul.levelPointers{
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #172649;
}
ul.levelPointers > li{
    margin-bottom: -2px!important;
}
.levelPointer{
    border: 2px solid #172649!important;
    border-bottom-color: transparent!important;
    font-size: 21px;
    padding: 5px 8px;
    background: #172649!important;
    color: #DEC463!important;
    margin: 0px 2px;
    cursor: pointer;
}
.levelPointer.active{
    background: #fff!important;
    cursor: default;
    color: #172649!important;
}
p.totalPoints{
    text-align: center;
    margin: 15px 0px 10px;
    font-size: 18px;
    color: #172649;
    font-weight: 600;
}


.resultTable td{
    color: #172649 !important;
    border-color: #DEC463 !important;
    border: 2px solid;
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
    width: 3em;
}
.resultTable td.title{
    background: rgba(222,196,99,0.36);
    font-weight: bold;
    padding: 5px 10px;
}
.resultTable td.passed{
    background: #6a9dcc;
}
.resultTable td.passedLast{
    background: #3a77b0;
}
.resultTable tr.footer{
    background: #a3a3a3 !important;
}
.videoPlayButton{
    position: absolute;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    opacity: 0.7;
}
.founderVideoContainer:hover .videoPlayButton{
    opacity: 0.9;
}
.wrapper-list-with-sub-numbers ol {
    list-style: none;
    counter-reset: li;
}
.wrapper-list-with-sub-numbers ol > li{
    position: relative;
}
.wrapper-list-with-sub-numbers ol > li:before {
    counter-increment: li;
    position: absolute;
    left: -5px;
    transform: translateX(-100%);
    content: counters(li, ".") ". ";
}