
.FooterColumn__titleColumn {
cursor: pointer;
background-color: transparent;
border: 0;
text-decoration: none;
}

.ContentZone__footer, .ContentZone__subfooter, .ContentZone__menu, .ContentZone__pageHeader, .ContentZone__submenu {
    position:relative;
}

.ContentZone__subfooter > .Slice {
    padding-top: 16px;
    padding-bottom:16px
}

.FooterColumn {
    border-bottom:1px solid #f2f5fc
}

.FooterColumn.is-opened {
    border-bottom:0
}

.FooterColumn.is-opened .FooterColumn__linksList {
    border-top: 0;
    margin-bottom: 8px;
    display:flex
}

.FooterSocialNetwork__socialNetworkLinks {
    padding:0;
    margin:0;
    list-style:none;
}

.FooterColumn ul {
    padding:0;
    margin:0;
    list-style:none;
}


@media screen and (min-width: 670px) {
    .FooterColumn.is-opened .FooterColumn__linksList {
        margin-bottom:0
    }

    .FooterColumn {
        border-bottom:0
    }
}

.FooterColumn__titleColumn {
    color: currentColor;
    fill: currentColor;
    text-align: left;
    width: 100%;
    padding: 16px 0;
    font-family: AlpineProto, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    position:relative
}

@media screen and (min-width: 670px) {
    .FooterColumn__titleColumn {
        pointer-events: none;
        padding:0 0 16px
    }
}

.FooterColumn__SvgIcon {
    width: 16px;
    position: absolute;
    right:0
}

@media screen and (min-width: 670px) {
    .FooterColumn__SvgIcon {
        display:none
    }
}

.FooterColumn__linksList {
    flex-direction: column;
    gap: 8px;
    display:none
}

@media screen and (min-width: 670px) {
    .FooterColumn__linksList {
        display:flex
    }
}

.FooterColumn__link {
    color: currentColor;
    font-family: AlpineProto, sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height:1
}

.FooterColumn {
    border:0
}

.FooterColumn__titleColumn {
    text-transform: uppercase;
    font-family: AlpineProto, sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    line-height:1
}

@media screen and (min-width: 670px) {
    .FooterColumn__titleColumn {
        padding:0 0 32px
    }
}

.FooterColumn__linksList {
    gap:0px
}

.FooterColumn__link {
    font-family: AlpineProto, sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height:1
}

.FooterSocialNetwork__titleColumn {
    text-transform: uppercase;
    font-family: AlpineProto, sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    line-height:1
}

@media screen and (min-width: 670px) {
    .FooterSocialNetwork__titleColumn {
        padding:0 0 32px
    }
}

.FooterSocialNetwork__titleColumn {
    padding: 16px 0;
    font-family: AlpineProto, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    line-height:1
}

@media screen and (min-width: 670px) {
    .FooterSocialNetwork__titleColumn {
        padding:0 0 16px
    }
}

.FooterSocialNetwork__socialNetworkLinks {
    overflow-wrap: break-word;
    grid-template-columns: repeat(auto-fill, 30px);
    gap: 16px;
    padding: 4px 0 0;
    display:grid
}

.FooterSocialNetwork__socialNetworkIcon {
    width:100%
}

@media screen and (min-width: 670px) {
    .FooterSocialNetwork__socialNetworkIcon {
        transition:transform .2s ease-out
    }

    .FooterSocialNetwork__socialNetworkIcon:hover, .FooterSocialNetwork__socialNetworkIcon:focus {
        transform:scale(1.2)
    }
}

.FooterSocialNetwork__socialNetworkIcon .PictureElement__imgDefault {
    width: 100%;
    height: auto;
    display:block
}

.Footer {
    padding-bottom:64px
}

.Footer.is-editMode {
    padding:16px 0
}

.Footer__section {
    flex-direction: column;
    display:flex
}

@media screen and (min-width: 670px) {
    .Footer__section {
        flex-direction: row;
        padding:0
    }
}

.Footer__columns {
    flex-direction: column;
    padding: 40px 16px 0;
    display:flex
}

@media screen and (min-width: 670px) {
    .Footer__columns {
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
        gap: 20px;
        width: 100%;
        display:grid
    }

    .Footer_displayAvp .Footer__columns {
        width:60%
    }

    .Footer_displayAvp .Footer__avp {
        width:40%
    }
}

.Footer__logo {
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 72px auto;
    display:flex
}

.Footer__rewardList {
    grid-auto-flow: row;
    gap: 80px;
    padding: 48px 16px;
    display:grid
}

@media screen and (min-width: 670px) {
    .Footer__rewardList {
        grid-auto-columns: minmax(auto, 50%);
        grid-auto-flow: column;
        padding-left: 32px;
        padding-right: 32px;
        position:relative
    }

    .Footer__rewardList:before {
        content: "";
        border-top: 1px solid #19191a;
        position: absolute;
        top: 0;
        left: 32px;
        right:32px
    }
}

.Footer__reward {
    align-items: center;
    gap: 24px;
    display:flex
}

.Footer__imageWrapper {
    padding:12px
}

.Footer__rewardCopy {
    font-family: AlpineProto, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height:1.4
}

.Footer {
    color: #fff;
    background-color: #000;
    padding-bottom:32px
}

.Footer__section {
    max-width: 1280px;
    margin:0 auto
}

.Footer__columns {
    padding-top:32px
}

@media screen and (min-width: 670px) {
    .Footer__columns {
        padding-top: 64px
    }
}


.CustomSelect {
    position:relative
}

.CustomSelect.has-error .CustomSelect__select {
    border-color:#bd2717
}

.CustomSelect.has-clear .CustomSelect__select {
    padding-right:44px
}

.CustomSelect.is-disabled {
    opacity:.3
}

.CustomSelect.is-disabled .CustomSelect__select {
    cursor:default
}

.CustomSelect.is-truncated .CustomSelect__select {
    text-overflow: ellipsis;
    white-space:nowrap
}

.CustomSelect.is-size-sm .CustomSelect__select {
    font-family: AlpineProto, sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height:1
}

.CustomSelect.is-size-lg .CustomSelect__select {
    padding:16px 32px 16px 16px
}

.CustomSelect.is-size-inherit .CustomSelect__select {
    font-size: inherit;
    font-weight:inherit
}

.CustomSelect.is-size-intext .CustomSelect__input:after {
    right:4px
}

.CustomSelect.is-size-intext .CustomSelect__select {
    color: currentColor;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid;
    padding: 8px 20px 0 0;
    font-weight:700
}

.CustomSelect.is-size-intext .CustomSelect__select .CustomSelect__selectOption {
    color:#0a0a0a
}

.CustomSelect.is-darkmode {
    color:#fff
}

.CustomSelect.is-darkmode .CustomSelect__select {
    color: #fff;
    background-color:transparent
}

.CustomSelect.is-darkmode .CustomSelect__selectOption {
    color:#0a0a0a
}

.CustomSelect__input {
    position:relative
}

.CustomSelect__input:after {
    content: "";
    pointer-events: none;
    border-top: 8px solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 8px;
    transform:translateY(-50%)
}

.CustomSelect__select {
    color: #0a0a0a;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddfe6;
    outline: none;
    width: 100%;
    margin: 0;
    padding: 8px 24px 8px 8px;
    font-family: AlpineProto, sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.5;
    display:inline-block
}

.CustomSelect__selectOption {
    font:-moz-pull-down-menu
}

.CustomSelect__error {
    color: #bd2717;
    margin-top: 4px;
    font-family: AlpineProto, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height:1.4
}

.CustomSelect__clearButton {
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 20px;
    transform:translateY(-50%)
}

.CustomSelect__close {
    width:10px
}

.CustomSelect_inToolbar .CustomSelect__select {
    min-width: 85px;
    min-height: 40px;
    font-family: AlpineProto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height:1
}

.CustomSelect_multiLine .CustomSelect__select {
    white-space: normal;
    min-height:52px
}

@media screen and (min-width: 1024px) {
    .CustomSelect_multiLine .CustomSelect__select {
        min-height:unset
    }
}

.FooterLegal__links {
    border-top: 1px solid #f2f5fc;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    display:flex
}

@media screen and (min-width: 670px) {
    .FooterLegal__links {
        flex-direction: row;
        align-items: baseline;
        padding-left: 32px;
        padding-right:32px
    }
}

.FooterLegal__list {
    flex-direction: column;
    flex: 1;
    display:flex;
    list-style: none;
}

.FooterLegal__element button {
    color: currentColor;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: AlpineProto, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height:1
}

@media screen and (min-width: 670px) {
    .FooterLegal__list {
        flex-flow: wrap;
        gap:8px 16px
    }

    .FooterLegal__element:not(:last-child) {
        position:relative
    }

    .FooterLegal__element:not(:last-child):after {
        content: "";
        background-color: currentColor;
        width: 1px;
        height: 12px;
        position: absolute;
        right:-8px;
        bottom:2px;
    }
}

.FooterLegal__link {
    color: currentColor;
    white-space: nowrap;
    padding: 0;
    font-family: AlpineProto, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height:1
}

.FooterLegal__lom {
    color: #0a0a0a;
    text-align: center;
    background-color: #f2f5fc;
    padding: 24px 16px;
    font-family: AlpineProto, sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height:1
}

.FooterLegal__lomText {
    display:inline-block
}

.FooterLegal__lomLink {
    color: #0a0a0a;
    font-family: AlpineProto, sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    line-height:1
}

.FooterLegal {
    background-color:#19191a
}

.FooterLegal__links {
    color: #fff;
    background-color: #19191a;
    border: none;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right:16px
}

.FooterLegal__link {
    color: #fff;
    font-size:0.8rem
}

@media screen and (max-width: 669px) {
    .FooterLegal__list {
        align-items: center;
    }
}

.FooterLegal__copyright {
    text-transform: inherit;
    font-family: AlpineProto, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height:1
}

@media screen and (min-width: 670px) {
    .FooterLegal__element:not(:last-child):after {
        height: 16px
    }
}
