@media (min-width: 1201px) {

}
@media (min-width: 993px) and (max-width: 1200px){
    header p.tagLine {
        font-size: 13px;
    }
    header p.pageName {
        font-size: 20px;
    }
    .linksList > li {
        font-size: 14px;
        padding: 0px 5px;
    }
    .langSwitchers div {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    p.ticketTitle {
        font-size: 16px;
        line-height: 18px;
    }
    .ticketContent > p {
        font-size: 15px;
        line-height: 20px;
    }
    .divTitleSmall {
        font-size: 17px;
    }
    .leftSide > .menu > a {
        margin: 30px 10px;
    }
    .rulesRegulation {
        font-size: 20px;
    }
    .specialNomination {
        font-size: 15px;
    }
    .nominationTitle {
        font-size: 14px;
    }
    .contestConditions {
        font-size: 13px;
        padding: 5px 50px 5px 0px;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    header p.tagLine {
        text-align: right;
    }
    header p.pageName {
        text-align: right;
    }
    .pageTitle {
        font-size: 24px;
    }
    .olympiadInfo td {
        padding: 3px 5px!important;
        font-size: 14px;
    }
    .leftSide > .menu > a {
        margin: 30px 10px;
    }
    .supportLabel {
        font-size: 18px;
        text-align: left;
        padding-left: 0;
    }
    .rulesSteps:after {
        background: none;
    }
    .rulesRegulation {
        font-size: 20px;
    }
    .levelBtns {
        margin: 10px 0px;
    }
    .levelNumber {
        font-size: 33px;
        border-right: none;
        padding: 0 15px;
    }
    .levelDesc {
        font-size: 13px;
        border-right: none;
        font-weight: normal;
    }
    .levelPrize {
        border-right: none;
    }
    .contestActionWithArrow {
        background-image: none;
        padding: 0px 15px;
    }
    .levelPointer{
        font-size: 13px;
        padding: 5px;
    }
}
@media (max-width: 767px){
    header p.tagLine {
        text-align: right;
    }
    header p.pageName {
        text-align: right;
    }
    .leftSide > .menu > a {
        margin: 10px 20px;
    }
    .pageTitle {
        font-size: 24px;
    }
    .supportLabel {
        font-size: 18px;
        text-align: left;
        padding-left: 0;
    }
    .rulesSteps:after {
        background: none;
    }
    .rulesRegulation {
        font-size: 20px;
    }
    .levelBtns {
        margin: 10px 0px;
    }
    .levelNumber {
        font-size: 33px;
        border-right: none;
        padding: 0 15px;
    }
    .levelDesc {
        font-size: 13px;
        border-right: none;
        font-weight: normal;
    }
    .levelPrize {
        border-right: none;
    }
    .contestActionWithArrow {
        background-image: none;
        padding: 0px 15px;
    }
    .olympiadInfo.flexableTable tr{
        display: flex;
        flex-direction: column;
    }
    .olympiadInfo.flexableTable tr:last-child td.value{
        border-bottom: 2px solid #dec463;
    }
    .olympiadInfo.flexableTable td.value{
        border-top: none;
        border-bottom: none;
        justify-content: center;
        text-align: center;
    }
    .olympiadInfo.flexableTable td.title{
        border-bottom: none;
        justify-content: center;
    }
    .olympiadInfo.flexableTable td{
        display: flex;
        width: 100%;
    }
    .customModalContent{
        width: 95%;
    }
    .customModalTitle{
        font-size: 20px;
        line-height: 30px;
    }
    .customModalClose{
        font-size: 24px;
        line-height: 20px;
    }
    .divTitleSmall{
        font-size: 14px;
    }
    .ticketAndCart{
        padding: 0px 10px;
    }
    .olympiadInfo td{
        padding: 2px 5px!important;
        font-size: 14px;
    }
    .editTicketsQty {
        padding: 0px 5px;
    }
    .levelPointer{
        font-size: 13px;
        padding: 5px;
    }
}