@import url('tooltipster.css');
@import url('select2.css');

body.page-template-sponsor-page {
    position: static !important;
}

body.page-template-sponsor-page .fancy-header .wf-wrap {
    min-height: 272px;
}

@media screen and (max-width: 778px) {
    body.page-template-sponsor-page .fancy-header .wf-wrap {
        align-items: flex-start !important;
    }
}

@media screen and (max-width: 767px) {
    body.page-template-sponsor-page .fancy-header .wf-wrap {
        min-height: 136px;
    }
}

body.page-template-sponsor-page .fancy-header .fancy-title {
    font-weight: 400;
    text-align: left;
}

.section-sponsoring {
    padding: 160px 0 140px;
    margin: 0 -75px;
}

.section-sponsoring *,
.section-sponsoring *:before,
.section-sponsoring *:after {
    box-sizing: border-box;
}

@media screen and (max-width: 1800px) {
    .section-sponsoring {
        padding-top: 110px;
        margin: 0;
    }
}

@media screen and (max-width: 1199px) {
    .section-sponsoring {
        padding-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .section-sponsoring {
        padding: 20px 0 50px;
        margin: 0;
    }
}

.field-sponsoring {
    margin-bottom: 145px;
}

@media screen and (max-width: 1199px) {
    .field-sponsoring {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .field-sponsoring {
        margin-bottom: 30px;
    }
}

.field-sponsoring .block-field-wrap {
    margin-bottom: 70px;
}

@media screen and (max-width: 1199px) {
    .field-sponsoring .block-field-wrap {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 1023px) {
    .field-sponsoring .block-field-wrap {
        height: 45vh;
        overflow: scroll;
        margin-bottom: 20px;
    }
}

.field-sponsoring .block-field {
    display: flex;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .field-sponsoring .block-field {
        width: 400%;
        max-width: 1440px;
    }
}

.field-sponsoring .block-field:before {
    content: '';
    width: 100%;
    padding-top: 50%;
}

.field-sponsoring .block-field-bg {
    background: url('../img/bg-churunihockey-white.png') no-repeat center center;
    background-size: 100% 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.field-sponsoring .block-field-bg:before,
.field-sponsoring .block-field-bg:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.field-sponsoring .block-field-bg:before {
    background-image: url('../img/bg-churunihockey.png');
}

.field-sponsoring .block-field-bg:after {
    background-image: url('../img/bg-churunihockey-corners.png');
}

.field-sponsoring .block-field-in {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.field-sponsoring .block-field .box-item {
    display: flex;
    width: 1.666%;
    height: 3.333%;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    -webkit-tap-highlight-color: transparent;
}

.field-sponsoring .block-field .box-item:nth-child(1),
.field-sponsoring .block-field .box-item:nth-child(2),
.field-sponsoring .block-field .box-item:nth-child(59),
.field-sponsoring .block-field .box-item:nth-child(60),
.field-sponsoring .block-field .box-item:nth-child(61),
.field-sponsoring .block-field .box-item:nth-child(120),
.field-sponsoring .block-field .box-item:nth-child(1681),
.field-sponsoring .block-field .box-item:nth-child(1740),
.field-sponsoring .block-field .box-item:nth-child(1741),
.field-sponsoring .block-field .box-item:nth-child(1742),
.field-sponsoring .block-field .box-item:nth-child(1799),
.field-sponsoring .block-field .box-item:nth-child(1800) {
    pointer-events: none;
}

.field-sponsoring .block-field .box-item .box-checkbox {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.field-sponsoring .block-field .box-item.is-available .box-checkbox {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.field-sponsoring .block-field .box-item.is-available .box-checkbox:checked {
    background: #DB1614;
}

@media screen and (min-width: 1200px) {
    .field-sponsoring .block-field .box-item.is-available .box-checkbox:hover {
        background: #DB1614;
    }
}

.field-sponsoring .block-field .box-item.is-booked {
    background: #DB1614 url('../img/icon-booked-field.png') no-repeat center center;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.field-sponsoring .block-field .box-item.is-booked .box-checkbox {
    display: none;
}

.field-sponsoring .block-info {
    position: relative;
}

.field-sponsoring .block-legend {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 3px;
}

@media screen and (max-width: 1260px) {
    .field-sponsoring .block-legend {
        position: relative;
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 767px) {
    .field-sponsoring .block-legend {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 568px) {
    .field-sponsoring .block-legend {
        margin: -10px -5px 35px;
    }
}

.field-sponsoring .block-legend .box-item {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 30px;
}

@media screen and (max-width: 1420px) {
    .field-sponsoring .block-legend .box-item {
        font-size: 18px;
    }
}

@media screen and (max-width: 568px) {
    .field-sponsoring .block-legend .box-item {
        width: 50%;
        padding: 10px 5px 0;
        margin: 0;
    }
}

@media screen and (max-width: 359px) {
    .field-sponsoring .block-legend .box-item {
        width: 100%;
    }
}

.field-sponsoring .block-legend .box-item:last-child {
    margin-right: 0;
}

.field-sponsoring .block-legend .box-item:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin: -3px 10px 0 0;
}

.field-sponsoring .block-legend .box-item.is-booked:before {
    background: #DB1614 url('../img/icon-booked-field.png') no-repeat center center;
    background-size: contain;
}

.field-sponsoring .block-legend .box-item.is-available:before {
    background: #DB1614;
}

.field-sponsoring .block-score {
    display: flex;
    justify-content: center;
    margin: 0 -5px;
}

.field-sponsoring .block-score .box-item {
    display: flex;
    align-items: center;
    background: #fff;
    width: 50%;
    height: 80px;
    max-width: 270px;
    font-size: 47px;
    line-height: 1;
    font-weight: 700;
    color: #DB1614;
    padding: 13px 20px 5px;
    margin: 0 5px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .field-sponsoring .block-score .box-item {
        font-size: 30px;
        padding: 13px 10px 5px;
    }
}

@media screen and (max-width: 389px) {
    .field-sponsoring .block-score .box-item {
        font-size: 25px;
    }
}

.field-sponsoring .block-score .box-item.box-area {
    justify-content: flex-end;
}

.field-sponsoring .block-score .box-item.box-area .sq-m {
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .field-sponsoring .block-score .box-item.box-area .sq-m {
        padding-right: 10px;
    }
}

.field-sponsoring .block-score .box-item.box-area sup {
    font-size: 55%;
    top: -0.4em;
}

.field-sponsoring .block-score .box-item.box-price {
    justify-content: flex-start;
}

.field-sponsoring .block-score .box-item.box-price .price {
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .field-sponsoring .block-score .box-item.box-price .price {
        padding-left: 10px;
    }
}

.form-sponsoring {
    display: flex;
    flex-wrap: wrap;
    margin: -35px -25px;
}

.form-sponsoring > .box-col {
    width: 50%;
    padding: 35px 25px;
}

@media screen and (max-width: 1199px) {
    .form-sponsoring > .box-col {
        width: 100%;
    }
}

.form-sponsoring h2 {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    color: #DB1614;
    margin: 0 0 75px;
}

@media screen and (max-width: 1420px) {
    .form-sponsoring h2 {
        font-size: 50px;
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 767px) {
    .form-sponsoring h2 {
        font-size: 32px;
    }
}

.form-sponsoring h3 {
    font-size: 32px;
    line-height: 1;
    color: #DB1614;
    text-transform: uppercase;
    margin: 40px 0 5px;
}

@media screen and (max-width: 767px) {
    .form-sponsoring h3 {
        font-size: 28px;
        margin: 35px 0 10px;
    }
}

.form-sponsoring h3:first-child {
    margin-top: 0;
}

.form-sponsoring p {
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
    .form-sponsoring p {
        font-size: 18px;
    }
}

.form-sponsoring p:last-child {
    margin-bottom: 0;
}

.form-sponsoring .block-form {
    margin: -18px -25px -8px;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .form-sponsoring .block-form {
        margin: -8px;
    }
}

@media screen and (max-width: 767px) {
    .form-sponsoring .block-form {
        margin: -8px -25px;
    }
}

.form-sponsoring .block-form .box-row {
    display: flex;
    flex-wrap: wrap;
}

.form-sponsoring .block-form .box-row .box-col {
    width: 50%;
    padding: 8px 25px;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .form-sponsoring .block-form .box-row .box-col {
        padding: 8px;
    }
}

@media screen and (max-width: 767px) {
    .form-sponsoring .block-form .box-row .box-col {
        width: 100%;
    }
}

.form-sponsoring .block-form .box-row-checkbox {
    margin-top: 75px;
}

@media screen and (max-width: 767px) {
    .form-sponsoring .block-form .box-row-checkbox {
        margin-top: 35px;
    }

    .form-sponsoring .block-form .box-row-junior {
        position: relative;
    }
}

.form-sponsoring .block-form .box-row-junior .box-col-junior {
    display: none;
}

@media screen and (max-width: 767px) {
    .form-sponsoring .block-form .box-row-junior .box-col-junior {
        width: 100%;
        position: absolute;
        top: 76px;
        left: 0;
    }
}

.form-sponsoring .block-form .box-row-junior .box-col-junior.is-show {
    display: block;
}

.form-sponsoring .block-form .box-row-btn {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .form-sponsoring .block-form .box-row-btn {
        margin-top: 35px;
    }
}

.form-sponsoring .block-form .select2-container .select2-selection--single {
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 0;
}

.form-sponsoring .block-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 22px;
    line-height: 1;
    color: #313131;
    text-transform: uppercase;
    font-weight: 700;
    padding: 21px 60px 17px 20px;
}

.form-sponsoring .block-form .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #313131;
}

.form-sponsoring .block-form .select2-container .select2-selection--single .select2-selection__clear {
    display: none;
}

.form-sponsoring .block-form .select2-container .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 14px;
    background: url('../img/icon-select.svg') no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px;
}

.form-sponsoring .block-form .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(-180deg);
}

.form-sponsoring .block-form .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.form-sponsoring .block-form .select2-container .select2-dropdown {
    background: transparent;
    border: none;
    border-radius: 0;
}

.form-sponsoring .block-form .select2-container .select2-dropdown .select2-results__options {
    max-height: 325px;
}

.form-sponsoring .block-form .select2-container .select2-dropdown .select2-results__option {
    background: #DB1614;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s;
    padding: 21px 60px 17px 20px;
    margin-top: 5px;
}

.form-sponsoring .block-form .select2-container .select2-dropdown .select2-results__option:hover,
.form-sponsoring .block-form .select2-container .select2-dropdown .select2-results__option.select2-results__option--selected {
    background: #313131;
}

.form-sponsoring .block-form .select2-container .select2-dropdown .select2-results__option.select2-results__option--selected {
    display: none;
}

.form-sponsoring .block-form .box-input input {
    width: 100%;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #313131;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding: 21px 60px 17px 20px;
    margin: 0;
}

.form-sponsoring .block-form .box-input input::-moz-placeholder {
    color: #313131;
    opacity: 1;
 }

.form-sponsoring .block-form .box-input input:-ms-input-placeholder {
    color: #313131;
    opacity: 1;
}

.form-sponsoring .block-form .box-input input::-webkit-input-placeholder {
    color: #313131;
    opacity: 1;
}

.form-sponsoring .block-form .box-checkbox {
    display: flex;
    align-items: center;
    min-height: 60px;
    -webkit-tap-highlight-color: transparent;
}

.form-sponsoring .block-form .box-checkbox input[type="checkbox"] {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.form-sponsoring .block-form .box-checkbox input[type="checkbox"] + span {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    color: #313131;
    cursor: pointer;
}

@media screen and (min-width: 1200px) and (max-width: 1500px), screen and (max-width: 359px) {
    .form-sponsoring .block-form .box-checkbox input[type="checkbox"] + span {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .form-sponsoring .block-form .box-checkbox input[type="checkbox"] + span {
        margin: -8px 0;
    }
}

.form-sponsoring .block-form .box-checkbox input[type="checkbox"] + span:before {
    content: "";
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #313131;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.3s;
    padding-top: 2px;
    margin-right: 20px;
}

@media screen and (min-width: 1200px) {
    .form-sponsoring .block-form .box-checkbox input[type="checkbox"] + span:hover:before {
        background: #DB1614;
    }
}

.form-sponsoring .block-form .box-checkbox input[type="checkbox"]:checked + span:before {
    content: "X";
    background: #DB1614;
}

.form-sponsoring .block-form .form-btn {
    width: auto;
    height: 60px;
    background: #313131;
    border: none;
    border-radius: 0;
    float: right;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Industry", sans-serif;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: all 0.3s;
    padding: 21px 26px 17px 26px;
    margin: 0;
}

.form-sponsoring .block-form .form-btn:hover {
    background: #DB1614;
}

@media screen and (max-width: 767px) {
    .form-sponsoring .block-form .form-btn {
        float: none;
        margin-top: 35px;
    }
}

.form-sponsoring .block-form .not-valid {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #DB1614;
    margin: 10px 0 -5px;
}

.form-sponsoring .block-form .error-message {
    font-size: 16px;
    line-height: 1;
    color: #DB1614;
    margin: 35px 25px 0;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .form-sponsoring .block-form .error-message {
        margin: 35px 8px 0;
    }
}

.form-sponsoring .link-form-sponsoring {
    display: none;
}

@media screen and (max-width: 767px) {
    .form-sponsoring .link-form-sponsoring {
        display: block;
        min-width: 255px;
        height: 60px;
        background: #313131;
        font-size: 22px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        font-weight: 700;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        padding: 21px 16px 17px 16px;
        margin: 35px 25px 5px;
    }

    .form-sponsoring .link-form-sponsoring span.link-description {
        display: block;
    }

    .form-sponsoring .link-form-sponsoring span.link-form {
        display: none;
    }

    .form-sponsoring .link-form-sponsoring ~ .box-description {
        display: block;
    }

    .form-sponsoring .link-form-sponsoring ~ .box-form {
        display: none;
    }

    .form-sponsoring .link-form-sponsoring ~ .box-form h2 {
        display: none;
    }

    .form-sponsoring .link-form-sponsoring.is-active span.link-description {
        display: none;
    }

    .form-sponsoring .link-form-sponsoring.is-active span.link-form {
        display: block;
    }

    .form-sponsoring .link-form-sponsoring.is-active ~ .box-description {
        display: none;
    }

    .form-sponsoring .link-form-sponsoring.is-active ~ .box-form {
        display: block;
    }
}

/* Loader */

@keyframes ellipsis-1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ellipsis-2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

@keyframes ellipsis-3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

.loader-sponsoring {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(48, 48, 56, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.loader-sponsoring .box-ellipsis {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
}

.loader-sponsoring .box-ellipsis .box-item {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    position: absolute;
    top: 33px;
}

.loader-sponsoring .box-ellipsis .box-item:nth-child(1) {
    animation: ellipsis-1 0.6s infinite;
    left: 8px;
}

.loader-sponsoring .box-ellipsis .box-item:nth-child(2) {
    animation: ellipsis-2 0.6s infinite;
    left: 8px;
}

.loader-sponsoring .box-ellipsis .box-item:nth-child(3) {
    animation: ellipsis-2 0.6s infinite;
    left: 32px;
}

.loader-sponsoring .box-ellipsis .box-item:nth-child(4) {
    animation: ellipsis-3 0.6s infinite;
    left: 56px;
}

/* Tooltip */

.tooltipster-default {
    background: transparent;
    border-radius: 0;
}

.tooltipster-default .tooltipster-content {
    background: #DB1614;
    min-width: 200px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-family: "Industry", sans-serif;
    box-sizing: border-box;
    padding: 10px;
}

.tooltipster-default .tooltipster-content strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}
