

/* Start:/legal//assets/style.css?17473188807778*/
.VV24_LegalInfo{
    margin: 40px 0;
}
.VV24_LegalInfo__Row{
    position: relative;
}
.VV24_LegalInfo__label{
    display: none;
}
.VV24_LegalInfo__Sidebar{
    width: 258px;
    margin: 0 76px 0 0;
    z-index: 1;
}
.VV24_LegalInfo__ToggleButton{
    display: none;
}
.VV24_LegalInfo__LinkItem{
    color: var(--light-primary);
    margin: 0 0 4px;
    padding: 12px;
    border-radius: 12px;
}
.VV24_LegalInfo__Link{
    color: currentColor;
    display: block;
}
.VV24_LegalInfo__LinkItem:last-child{
    margin-bottom: 0;
}
.VV24_LegalInfo__LinkItem._active{
    background-color: var(--light-surface2);
}
.VV24_LegalInfo__Content{
    max-width: calc(100% - 334px);
}
.VV24_LegalInfo__ContentHeading{
    margin: 0 0 16px;
}
.VV24_LegalInfo__ContentBody .Container{
    width: 100%;
    padding: 0;
}
@media (min-width: 768px){
    .VV24_LegalInfo__Row{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .VV24_LegalInfo__SidebarSticky{
        position: sticky;
        left: 0;
        top: 114px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    html.bx-firefox .VV24_LegalInfo__SidebarSticky{
        scrollbar-width: thin;
        scrollbar-color: var(--light-tertiary) var(--light-surface3);
    }
    .VV24_LegalInfo__SidebarSticky::-webkit-scrollbar{
        width: 4px;
    }
    .VV24_LegalInfo__SidebarSticky::-webkit-scrollbar-track{
        background: var(--light-surface3);
        border-radius: 4px;
    }
    .VV24_LegalInfo__SidebarSticky::-webkit-scrollbar-thumb{
        background-color: var(--light-tertiary);
        border-radius: 4px;
        border: 0;
    }
    .VV24_LegalInfo__SidebarSticky._sticky{
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    .VV24_LegalInfo__Links {
        padding: 0 4px 0 0;
    }
    .VV24_LegalInfo__Content{
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }
}
@media (max-width: 1279px){
    .VV24_LegalInfo__Sidebar{
        margin-right: 36px;
    }
    .VV24_LegalInfo__Content{
        max-width: calc(100% - 294px);
    }
}
@media (max-width: 1023px){
    .HeaderBottom__MainInner{
        overflow: hidden;
    }
    .Layout{
        overflow: visible;
    }
    .VV24_LegalInfo__Sidebar{
        width: 234px;
        margin-right: 20px;
    }
    .VV24_LegalInfo__Content{
        max-width: calc(100% - 254px);
    }
    body._legal-mobile{
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 767px){
    .VV24_LegalInfo{
        margin: 16px 0 40px;
    }
    .VV24_LegalInfo__label{
        color: var(--light-secondary);
        display: block;
        margin: 0 0 8px;
    }
    .VV24_LegalInfo__Sidebar{
        width: 100%;
        margin: 0;
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        top: 82px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin: 0 0 24px;
    }
    body._app .VV24_LegalInfo__Sidebar{
        top: 10px;
    }
    .VV24_LegalInfo__Sidebar._sticky{
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    .VV24_LegalInfo__SidebarSticky{
        top: 0;
    }
    .VV24_LegalInfo__Toggle{
        position: relative;
    }
    .VV24_LegalInfo__ToggleButton{
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
        border: 0;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 14px 16px;
        border-radius: 10px;
        background: var(--light-surface2);
    }
    .VV24_LegalInfo__ToggleCurrent{
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        padding: 0 12px 0 0;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
    }
    .VV24_LegalInfo__ToggleIcon{
        width: 24px;
        height: 24px;
        fill: var(--light-secondary);
    }
    .VV24_LegalInfo__ToggleBody{
        position: absolute;
        left: 0;
        top: 100%;
        margin: 8px 0 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.05);
        box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.05);
    }
    .VV24_LegalInfo__ToggleBody._scroll{
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .VV24_LegalInfo__Links{
        border-radius: 10px;
        background: var(--white);
        padding: 0 16px;
    }
    .VV24_LegalInfo__LinkItem{
        padding: 16px 0 15px;
        border-bottom: 1px solid var(--gray100);
        margin-bottom: 0;
        border-radius: 0;
    }
    .VV24_LegalInfo__Link{
        width: 100%;
        margin: 0;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 24px;
    }
    .VV24_LegalInfo__LinkItem:last-child{
        border-bottom: 0;
        padding-bottom: 16px;
    }
    .VV24_LegalInfo__LinkItem._active{
        color: var(--light-brand1);
        background-color: var(--white);
    }
    .VV24_LegalInfo__Content{
        max-width: 100%;
    }
    .VV24_LegalInfo__ContentHeading{
        margin-bottom: 8px;
    }
}

.VV23_GiftCardPCPRuleBlock{
	padding: 24px 40px 24px 24px;
	-webkit-border-radius: 17px;
	   -moz-border-radius: 17px;
	        border-radius: 17px;
	background-color: #F0F0F4;
	margin: 0 0 27px;
}
.VV23_GiftCardPCPRuleBlock__Row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.VV23_GiftCardPCPRuleBlock__Col{
	padding-right: 24px;
}
.VV23_GiftCardPCPRuleBlock__Col:last-child{
	padding-right: 0;
}
.VV23_GiftCardPCPRuleBlock__Col._img{
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}
.VV23_GiftCardPCPRuleBlock__Col._btn{
	margin-left: auto;
}
.VV23_GiftCardPCPRuleBlock__Col._text{
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.VV23_GiftCardPCPRuleBlock__Text{
	max-width: 716px;
}
.VV23_GiftCardPCPRuleBlock__TextInnerV1{
	font-weight: 500;	
}
.VV23_GiftCardPCPRuleBlock__Title{
	margin: 0 0 8px;
}
.VV23_GiftCardPCPRuleBlock__Col._btn .VV_Button{
	min-width: 240px;
	font-weight: 500;
}

@media (max-width: 1023px){

	.VV23_GiftCardPCPRuleBlock{
		padding: 24px;
		margin: 0 0 26px;
	}
	.VV23_GiftCardPCPRuleBlock__Col{
		padding-right: 16px;
	}
	.VV23_GiftCardPCPRuleBlock__Col._img{
		display: none;
	}
	.VV23_GiftCardPCPRuleBlock__Title{
		margin: 0 0 4px;
	}
}

@media (max-width: 767px){

	.VV23_GiftCardPCPRuleBlock{
		padding: 16px;
		margin: 0 0 22px;
	}
	.VV23_GiftCardPCPRuleBlock__Row{
		display: block;
	}
	.VV23_GiftCardPCPRuleBlock__Col{
		padding: 0;
	}
	.VV23_GiftCardPCPRuleBlock__Col._text{
		margin: 0 0 12px;
	}
}
/* End */


/* Start:/local/components/ameton/static_page_with_version/templates/.default/style.css?17392760011391*/
/* Архив оферт */
    .VV_OfertaPageArchiveList{
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .VV_OfertaPageArchiveList__BodyInner{
        padding-top: 24px;
    }
    .VV_OfertaPageArchiveList__BodyList{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .VV_OfertaPageArchiveList__BodyListItem{
        list-style: none;
        padding: 0;
        margin: 0 0 16px;
    }
    .VV_OfertaPageArchiveList__BodyListItem:last-child{
        margin: 0;
    }
    .VV_OfertaPageArchiveList .VV_Button__Img{
        stroke: none;
        -webkit-transition: .3s transform;
        -o-transition: .3s transform;
        -moz-transition: .3s transform;
        transition: .3s transform;
    }
    .VV_OfertaPageArchiveList._opened .VV_Button__Img{
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }

    @media (max-width: 767px) {
        .VV_OfertaPageArchiveList__BodyInner{
            padding-top: 16px;
        }
        .VV_OfertaPageArchiveList__BodyListItem{
            margin: 0 0 12px;
        }
    }

    @media (max-width: 359px) {
        .VV_OfertaPageArchiveList .VV_Button{
            padding-left: 8px;
            padding-right: 8px;
        }
    }
/* End */
/* /legal//assets/style.css?17473188807778 */
/* /local/components/ameton/static_page_with_version/templates/.default/style.css?17392760011391 */
