* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
textarea,
select,
a {
    background-color: transparent;

    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
a {
    letter-spacing: inherit;
    word-spacing: inherit;
    cursor: pointer;
}

button {
    display: block;
    overflow: visible; /* for reset ie style */
    color: inherit; /* default color in Chrome #000 */
    border: none;
}

button,
input[type='submit'],
input[type='reset'],
input[type='file'] {
    text-align: left;
}

/* remove indent in Firefox */
@-moz-document url-prefix() {

    button::-moz-focus-inner {
        margin: 0;
        border: 0;
        padding: 0;
    }
}



.-ol-switcher {
    position: relative;
}

.-ol-switcher__input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.-ol-switcher__box {
    width: 60px;
    height: 28px;

    overflow: visible !important;

    border: none;
    border-radius: 14px;

    background-image: linear-gradient( to right, #cc1039, #e6224d );

    transition: all .2s;

    cursor: pointer;
}

.-ol-switcher__input:checked ~ .-ol-switcher__box {
    background-image: linear-gradient( to left, #008080, #48d6a6 );
}

.-ol-switcher__input:disabled ~ .-ol-switcher__box {
    background-image: linear-gradient( to left, #6c7180, #b8bdcc );
}

.-ol-switcher__round {
    position: absolute;
    top: 4px;
    left: 4px;

    z-index: 1;
    width: 20px;
    height: 20px;

    border-radius: 50%;

    background-color: #fff;

    transition: all .2s;
}

.-ol-switcher__input:checked~.-ol-switcher__box .-ol-switcher__round {
    left: 36px;
}

.-ol-switcher__text {
    position: absolute;
    top: 9px;

    width: 36px;

    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .08em;

    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;

    transition: all .2s
}

.-ol-switcher__text_off {
    right: 0;

    opacity: 1;

    padding-right: 2px;
}

.-ol-switcher__text_on {
    left: 0;

    opacity: 0;

    padding-left: 2px;
}

.-ol-switcher__input:checked~.-ol-switcher__box .-ol-switcher__text_off {
    opacity: 0;
}

.-ol-switcher__input:checked~.-ol-switcher__box .-ol-switcher__text_on {
    opacity: 1;
}



.b-form-controller-line {
    display: flex;
    margin: -7px;
    cursor: pointer;
}

@media screen and ( max-width: 640px ) {

    .b-form-controller-line {
        margin: -5px;
    }
}

.b-form-controller-line_wrap {
    flex-wrap: wrap;
}

.b-form-controller-line__item {
    padding: 7px;
}

@media screen and ( max-width: 640px ) {

    .b-form-controller-line__item {
        padding: 5px;
    }
}

.b-form-controller-line__item_text {
    position: relative;
    padding-top: 17px;
}

.b-form-controller-line__text {
    display: block;

    vertical-align: baseline;

    margin: -6px 0 -7px;

    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .08em;
}

.b-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display:none;

    width: 100%;

    padding: 25px 30px 20px;

    background-color: #0c173b;

    font-family: Montserrat;
}

@media screen and ( max-width: 640px ) {

    .b-cookie {
        padding: 25px 10px 10px;
    }
}

.b-cookie,
.b-cookie::before,
.b-cookie::after,
.b-cookie *,
.b-cookie *::before,
.b-cookie *::after {
    box-sizing: border-box
}

.b-cookie__inner {
    display: flex;
    justify-content: space-between;
    margin: -10px -20px;
}

@media screen and ( max-width: 640px ) {

    .b-cookie__inner {
        flex-direction: column;
    }
}

.b-cookie__item {
    padding: 10px 20px;
}

.b-cookie__item_btn {
    flex-shrink: 0;
    padding-top: 40px;
}

@media screen and ( max-width: 640px ) {

    .b-cookie__item_btn {
        padding-top: 10px;
    }
}

.b-cookie__main {
    display: flex; /* to collapse margins inside */
    flex-direction: column;

    max-width: 1640px;

    margin-bottom: 30px;
}

@media screen and ( max-width: 640px ) {

    .b-cookie__main {
        margin-bottom: 25px;
    }
}

.b-cookie__main_last {
    margin-bottom: 0;
}

.b-cookie__heading {
    margin: -7px 0 13px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .06em;
}

.b-cookie__heading_last {
    margin-bottom: -7px;
}

@media screen and ( max-width: 640px ) {

    .b-cookie__heading {
        margin-bottom: 8px;
    }
}

@media screen and ( max-width: 640px ) {

    .b-cookie__heading_last {
        margin-bottom: -7px;
    }
}

.b-cookie__text {
    margin: -10px 0 -9px;
    color: #6c7aa6;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: .04em;
}

@media screen and ( max-width: 640px ) {

    .b-cookie__text {
        margin: -7px 0;

        color: #6c7aa6;
        font-size: 11px;
        line-height: 22px;
        letter-spacing: .04em;
    }
}

.b-cookie__options {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -15px;
}

@media screen and ( max-width: 640px ) {

    .b-cookie__options {
        margin: -8px -10px;
    }
}

.b-cookie__options-item {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 15px;
}

@media screen and ( max-width: 640px ) {

    .b-cookie__options-item {
        padding: 8px 10px
    }
}

.b-cookie__btn {
    /* BASE BEGIN */
    display: inline-block;
    vertical-align: middle;

    margin-bottom: 0; /* For input.-ol-btn */
    border: 0 solid transparent;

    background-image: none; /* // Reset unusual Firefox-on-Android default style see https://github.com/necolas/normalize.css/issues/214 */

    touch-action: manipulation;

    transition: all .2s;

    /* BASE END */

    width: 140px;

    border-radius: 3px;
    padding: 14px 30px 15px;

    background-image: linear-gradient( to top, #cc1039, #e6224d );

    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
}

@media screen and ( max-width: 480px ) {

    .b-cookie__btn {
        padding: 9px 25px 10px;
    }
}

@media screen and ( max-width: 340px ) {

    .b-cookie__btn {
        width: 100%;
    }
}

.b-cookie__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    margin: -8px -25px;
}

.b-cookie__bottom-item {
    padding: 8px 25px;
}

.b-cookie__bottom-more {
    position: relative; /* for &::before and &::after */

    margin: -7px 0;

    color: #fff;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .04em;
}

.b-cookie__bottom-more::before {
    content: '';

    position: absolute;
    bottom: 1px;
    left: 0;

    width: 100%;
    height: 1px;

    background-color: rgba( 255, 255, 255, .3 );

    transition: background-color .2s;
}

.b-cookie__bottom-more:hover::before,
.b-cookie__bottom-more_active::before {
    background-color: rgba( 255, 255, 255, 0 );
}

.b-cookie__bottom-more::after {
    content: '';

    position: absolute;
    top: 10px;
    right: -16px;

    border: 3px solid transparent;
    border-top-color: rgba( 255, 255, 255, .6 );
    border-bottom-width: 0;

    transition: border-top-color .2s;
}

.b-cookie__bottom-more:hover::after {
    border-top-color: #fff;
}

.b-cookie__bottom-more_active::after {
    border-bottom-width: 3px;
    border-bottom-color: #fff;
    border-top-width: 0;
}



.b-cookie-more {
    position: absolute;
    right: 10px;
    bottom: calc( 100% + 10px );
    z-index: 9;

    display: none;

    overflow: hidden; /* to hide .b-cookie-more__tabs */

    width: 920px;
    max-width: calc( 100vw - 20px );
    max-height: 100vh;

    border-radius: 3px;

    background-color: #fff;
    box-shadow: 0px 15px 45px 0 rgba( 39, 53, 97, .12 );
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more {
        right: 0;
        bottom: 0;

        flex-direction: column;

        max-width: 100vw;

        border-radius: 0;
        padding-top: 30px;
    }
}

.b-cookie-more_active {
    display: flex;
}

.b-cookie-more__cross {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;

    width: 12px;
    height: 12px;

    background: url( https://go.pl/css/cross.svg ) center / contain no-repeat;

    cursor: pointer;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__cross {
        top: 9px;
        right: 9px;
    }
}

.b-cookie-more__tabs {
    flex-shrink: 0;
    width: 161px;
    border-right: 1px solid #dfe4eb;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__tabs {
        display: flex;

        width: 100%;
        overflow: auto;

        border-right: none;
        border-top: 1px solid #dfe4eb;
        border-bottom: 1px solid #dfe4eb;
    }
}

.b-cookie-more__tab {
    border-bottom: 1px solid #dfe4eb;
    padding: 23px 20px;

    transition: background-color .2s;

    cursor: pointer;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__tab {
        border-bottom: none;
        border-right: 1px solid #dfe4eb;
    }
}

.b-cookie-more__tab:hover {
    background-color: #f2f4fa;
}

.b-cookie-more__tab_active {
    background-color: #feeaef !important;
}

.b-cookie-more__tab:last-child {
    border-bottom: none;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__tab:last-child {
        border-right: none;
    }
}

.b-cookie-more__tab-text {
    margin: -7px 0;

    color: #191f32;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: .04em;
}

.b-cookie-more__tab_active .b-cookie-more__tab-text {
    color: #f23061;
}

.b-cookie-more__tab-text_minor {
    color: #939bb8;
    font-size: 12px;
    font-weight: 400;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__tab-text_minor {
        display: none;
    }
}

.b-cookie-more__tab_active .b-cookie-more__tab-text_minor {
    color: #f23061;
}

.b-cookie-more__content {
    position: relative; /* for .b-cookie-more__content-inner */

    display: none;
    flex-grow: 1;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__content {
        overflow: auto;
    }
}

.b-cookie-more__content_active {
    display: block;
}

.b-cookie-more__content-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    overflow: auto;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__content-inner {
        position: relative;
        min-width: 680px;
    }
}

.b-cookie-more__content-description {
    padding: 25px 42px 25px 20px;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__content-description {
        padding: 20px 15px;
    }
}

.b-cookie-more__text {
    margin: -7px 0 -8px;

    color: #191f32;
    font-size: 12px;
    line-height: 24px;
    font-style: italic;
    letter-spacing: .04em;
}

.b-cookie-more__table {
    width: 100%;
}

.b-cookie-more__table-head {
    border-top: 1px solid #dfe4eb;
    border-bottom: 1px solid #dfe4eb;
    background-color: #f2f4fa;
}

.b-cookie-more__table-body {

}

.b-cookie-more__table-row + .b-cookie-more__table-row {
    border-top: 1px solid #dfe4eb;
}

.b-cookie-more__table-cell {
    vertical-align: top;

    padding: 20px;

    color: #191f32;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .04em;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__table-cell  {
        padding: 15px;
    }
}

.b-cookie-more__table-head .b-cookie-more__table-cell {
    padding: 15px 20px;
    font-weight: 600;
}

@media screen and ( max-width: 640px ) {

    .b-cookie-more__table-head .b-cookie-more__table-cell {
        padding: 15px;
    }
}

.b-cookie-more__table-text {
    margin: -7px 0;
}
/*
     FILE ARCHIVED ON 21:03:30 Jun 30, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:25:30 Jul 18, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.563
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.018
  esindex: 0.016
  cdx.remote: 5.494
  LoadShardBlock: 90.851 (3)
  PetaboxLoader3.datanode: 47.749 (5)
  PetaboxLoader3.resolve: 135.802 (3)
  load_resource: 147.781 (2)
*/