:root {
    --color-main: #fc4878;
    --color-main-hover: #f63266;
    --color-main-active: #df2a5b;
    --color-main-2: #5d4aca;
    --color-main-3: #00e2ea;
    --color-text: #2b2a2b;
    --color-bg: #f3f3f3;
    --color-error: #fff9f9;
    --font-main: "Gotham Pro",sans-serif;
    --scroll-margin: 120px
}

@media screen and (max-width: 1240px) {
    :root {
        --scroll-margin:60px
    }
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/GothamPro-Bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/GothamPro-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/GothamPro.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GothamPro-Light.woff2) format("woff2")
}

*,:after,:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale
}

blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,p {
    margin: 0
}

body,html {
    height: 100%
}

ol[class],ul[class] {
    list-style: none;
    margin: 0;
    padding: 0
}

img,svg {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%
}

button,input,select,textarea {
    font-family: inherit
}

button {
    touch-action: manipulation
}

body,button {
    color: var(--color-text)
}

body {
    background: #fff;
    font-family: var(--font-main);
    font-size: 18px;
    font-variant-ligatures: none;
    line-height: 28px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    overflow-anchor: none
}

@media screen and (max-width: 767px) {
    body {
        font-size:16px;
        line-height: 24px
    }
}

#__nuxt {
    height: 100%
}

.hidden {
    display: none!important
}

.page {
    display: flex;
    flex-direction: column;
    height: 100%
}

.page__main {
    flex: 1 0 auto;
    padding-top: 108px
}

@media screen and (max-width: 1240px) {
    .page__main {
        padding-top:86px
    }
}

@media screen and (max-width: 767px) {
    .page__main {
        padding-top:70px
    }
}

.page__main--empty {
    padding: 0!important
}

.container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 30px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .container {
        padding:0 15px
    }
}

.container--small {
    max-width: 930px
}

.container--full {
    max-width: 100%
}

h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 30px
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size:40px;
        line-height: 40px
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size:28px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 40px
}

@media screen and (max-width: 1023px) {
    h2 {
        font-size:34px;
        line-height: 38px
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size:24px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

h3 {
    font-weight: 700;
    margin-bottom: 16px
}

h3,h4 {
    font-size: 20px;
    line-height: 24px
}

h4 {
    font-weight: 600
}

h4,h5 {
    margin-bottom: 20px
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

mark {
    background: transparent;
    color: var(--color-main)
}

p {
    margin-bottom: 21px
}

p:last-child {
    margin-bottom: 0
}

a {
    color: var(--color-text);
    text-decoration: none
}

.textBlock>.container>.textBlock>.container:last-child {
    margin-bottom: 70px
}

@media screen and (max-width: 1023px) {
    .textBlock>.container>.textBlock>.container:last-child {
        margin-bottom:40px
    }
}

.textBlock-content>:last-child {
    margin-bottom: 70px
}

@media screen and (max-width: 1023px) {
    .textBlock-content>:last-child {
        margin-bottom:40px
    }
}

.textBlock img {
    border-radius: 20px;
    height: auto!important;
    margin-bottom: 30px;
    margin-right: 30px;
    max-width: 100%;
    width: auto!important
}

@media screen and (max-width: 767px) {
    .textBlock img {
        margin-bottom:15px;
        margin-right: 15px
    }
}

.textBlock p+img {
    margin-top: 40px
}

.textBlock p+h2 {
    margin-top: 50px
}

.textBlock h2 {
    margin-bottom: 30px
}

.textBlock a {
    color: var(--color-text);
    text-decoration: underline;
    transition: color .2s ease
}

.textBlock a:hover {
    color: var(--color-main)
}

.textBlock a strong {
    font-weight: 500
}

.textBlock ol,.textBlock ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
    list-style: none;
    margin: 0 0 30px 17px;
    padding: 0
}

@media screen and (max-width: 767px) {
    .textBlock ol,.textBlock ul {
        -moz-column-count:1;
        column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.textBlock ol li,.textBlock ul li {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 24px;
    position: relative;
    width: 100%
}

.textBlock ol li:before,.textBlock ul li:before {
    background: #fc4878;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    min-width: auto;
    position: absolute;
    top: 10px;
    width: 6px
}

.textBlock ol {
    counter-reset: list
}

.textBlock ol li:before {
    background: transparent;
    color: var(--color-main);
    content: counter(list) ".";
    counter-increment: list;
    font-weight: 700;
    height: auto;
    left: -10px;
    min-width: 28px;
    text-align: right;
    top: 0
}

.textBlock--flex {
    display: flex
}

@media screen and (max-width: 1023px) {
    .textBlock--flex {
        display:block
    }
}

.textBlock-title {
    margin-right: 30px;
    max-width: 270px;
    min-width: 270px
}

@media screen and (max-width: 1023px) {
    .textBlock-title {
        margin:0;
        max-width: 100%;
        min-width: 100%;
        padding-right: 70px
    }
}

.textBlock__header-image {
    margin-bottom: 30px
}

.textBlock__header-image img {
    display: block;
    margin: 0 auto;
    max-height: 100%
}

.textBlock__footer a {
    text-decoration: none
}

.textBlock__footer a span {
    display: underline
}

.textBlock .Table {
    max-width: 100%;
    overflow-x: auto
}

.textBlock table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px 0;
    width: 100%
}

.textBlock table th {
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #2b2a2b;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    text-transform: uppercase
}

.textBlock table th:last-child {
    border-right: 1px solid #e9e9e9
}

.textBlock table td {
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    vertical-align: middle
}

.textBlock table td:last-child {
    border-right: 1px solid #e9e9e9
}

.Burger {
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 40px;
    margin-right: -10px;
    padding: 8px;
    width: 40px
}

.Burger,.Burger__wrapper {
    display: block;
    position: relative
}

.Burger__wrapper {
    height: 24px;
    margin: 0 auto
}

.Burger__line {
    background: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: transform .2s ease,background-color .2s ease,opacity .2s ease;
    width: 100%
}

.Burger__line:first-child {
    transform: translateY(-7px)
}

.Burger__line:nth-child(3) {
    transform: translateY(7px)
}

.Burger.active .Burger__line:first-child {
    transform: translateY(0) rotate(45deg)
}

.Burger.active .Burger__line:nth-child(2) {
    transform: scale(0)
}

.Burger.active .Burger__line:nth-child(3) {
    transform: translateY(0) rotate(-45deg)
}

@media screen and (max-width: 1240px) {
    .Menu {
        margin:0;
        width: 100%
    }
}

.Menu__list {
    display: flex
}

@media screen and (max-width: 1240px) {
    .Menu__list {
        display:block
    }
}

@media (hover: hover) and (pointer:fine) {
    .Menu__item:not(.Menu__item--disabled):hover .Menu__shops,.Menu__item:not(.Menu__item--disabled):hover .Menu__submenu {
        opacity:1;
        transform: translateY(0);
        transition: opacity .3s ease .2s,visibility .3s ease .2s,transform .3s ease .2s;
        visibility: visible
    }

    .Menu__item:not(.Menu__item--disabled):hover .Menu__link {
        color: var(--color-main)
    }
}

@media screen and (max-width: 1240px) {
    .Menu__item {
        display:block;
        margin: 0;
        position: relative;
        text-align: left
    }
}

.Menu__link {
    border: 0;
    color: var(--color-text);
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 70px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease
}

.Menu__link:before {
    background: var(--color-main);
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%);
    width: 28px
}

.Menu__link.active,.Menu__link.router-link-exact-active,.Menu__link:hover {
    color: var(--color-main)
}

.Menu__link.active:before,.Menu__link.router-link-exact-active:before {
    opacity: 1
}

@media screen and (max-width: 1240px) {
    .Menu__link {
        line-height:16px;
        padding: 12px 30px
    }

    .Menu__link:before {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .Menu__link {
        padding:12px 15px
    }
}

.Menu__arrow {
    background: url(../images/ico-arrow-menu.svg) no-repeat 50%;
    border: 0;
    box-shadow: none;
    display: none;
    height: 40px;
    outline: none;
    position: absolute;
    right: 30px;
    top: 0;
    transition: transform .2s ease;
    width: 40px
}

.Menu__arrow.active {
    transform: rotate(180deg)
}

@media screen and (max-width: 1240px) {
    .Menu__arrow {
        display:block
    }
}

@media screen and (max-width: 767px) {
    .Menu__arrow {
        right:15px
    }
}

.Menu__submenu {
    background: #fff;
    display: block;
    left: 0;
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    transform: translateY(10px);
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease;
    visibility: hidden;
    width: 100%
}

@media screen and (min-width: 1241px) {
    .Menu__submenu {
        display:block!important
    }
}

.Menu__submenu:after,.Menu__submenu:before {
    background: #fff;
    bottom: 0;
    box-shadow: 0 17px 15px #0000000d;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50vw
}

.Menu__submenu:before {
    left: auto;
    right: 50%
}

.Menu__submenu:after {
    left: 50%;
    right: auto
}

@media screen and (max-width: 1240px) {
    .Menu__submenu {
        margin-bottom:15px;
        opacity: 1;
        position: relative;
        transform: none;
        visibility: visible
    }

    .Menu__submenu:after,.Menu__submenu:before {
        display: none
    }

    .Menu__submenu--cities {
        display: none!important
    }
}

.Menu__submenu-list-wrapper {
    background: #fff;
    position: relative;
    z-index: 2
}

.Menu__submenu-list {
    align-content: center;
    display: flex;
    justify-content: center
}

.Menu__submenu-list--cities {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0!important
}

.Menu__submenu-list--cities .Menu__submenu-list-item {
    width: 25%
}

.Menu__submenu-list--cities .Menu__submenu-link {
    line-height: 50px
}

@media screen and (max-width: 1240px) {
    .Menu__submenu-list--cities {
        display:none!important
    }

    .Menu__submenu-list {
        display: block
    }
}

.Menu__submenu-link {
    border: 0;
    color: var(--color-text);
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 70px;
    padding: 0 40px;
    position: relative;
    text-decoration: none;
    transition: color .2s ease
}

.Menu__submenu-link.active,.Menu__submenu-link.router-link-exact-active,.Menu__submenu-link:hover {
    color: var(--color-main)
}

.Menu__submenu-link--city.router-link-exact-active {
    color: var(--color-text)
}

.Menu__submenu-link--city.router-link-exact-active:hover {
    color: var(--color-main)
}

@media screen and (max-width: 1240px) {
    .Menu__submenu-link {
        line-height:30px;
        padding: 10px 0;
        text-align: left
    }
}

.Button {
    align-items: center;
    background: #000;
    border: 2px solid #000;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 22px;
    height: 76px;
    justify-content: center;
    line-height: 30px;
    outline: none;
    padding: 22px 55px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.Button:hover {
    background: var(--color-main-hover);
    border-color: var(--color-main-hover);
    color: #fff
}

.Button--size-s {
    border-radius: 60px;
    height: 50px;
    padding: 10px 20px
}

.Button--size-l {
    border-radius: 60px;
    font-size: 18px;
    height: 60px;
    line-height: 20px;
    min-width: 240px;
    padding: 18px
}

.Button--primary {
    background: var(--color-main);
    border-color: var(--color-main);
    /*box-shadow: 0 12px 35px -14px #fc48788a;*/
    box-shadow: none;
    color: #fff
}

.Button--primary:hover {
    /* box-shadow: 0 24px 35px -20px #fc48788a */
}

.Button--white {
    box-shadow: 0 10px 15px -10px #fc487847
}

.Button--white,.Button--white:hover {
    background: #fff;
    border-color: #fff;
    color: var(--color-main)
}

.Button--white:hover {
    box-shadow: 0 10px 25px -6px #fc487899
}

.Button--white:active,.Button--white:focus {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 10px 25px -6px #fc487847;
    color: var(--color-main)
}

.Button--loading {
    color: transparent!important;
    cursor: progress!important
}

.Button--loading:before {
    animation: spinner .9s linear infinite;
    background: transparent;
    border: 2px solid hsla(0,0%,100%,.25);
    border-radius: 50%;
    border-top-color: #fff;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    width: 20px
}

@keyframes spinner {
    0% {
        transform: translate(-50%) translateY(-50%) rotate(0)
    }

    to {
        transform: translate(-50%) translateY(-50%) rotate(359deg)
    }
}

.Header {
    background: #fff;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 88
}

@media screen and (max-width: 1240px) {
    .Header {
        position:static;
        transform: none
    }
}

.Header:before {
    background: #2b2a2b1a;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    transition: opacity .2s ease;
    width: 100%
}

@media screen and (max-width: 1240px) {
    .Header:before {
        display:none
    }
}

.Header__top {
    background: var(--color-main-2)
}

@media screen and (max-width: 1240px) {
    .Header__top {
        left:0;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateZ(0);
        z-index: 88
    }
}

.Header__top .Header__container {
    min-height: 40px
}

@media screen and (max-width: 1240px) {
    .Header__top .Header__container {
        padding-bottom:0;
        padding-top: 0
    }
}

.Header__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 30px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 1240px) {
    .Header__container {
        min-height:86px;
        min-height: 70px;
        padding: 10px 15px
    }
}

.Header__logo {
    align-items: center;
    background: var(--color-main);
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    display: flex;
    justify-content: center;
    left: 30px;
    padding: 23px 0;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 2
}

@media screen and (max-width: 1240px) {
    .Header__logo {
        border-bottom-left-radius:18px;
        border-bottom-right-radius: 18px;
        padding: 6px 12px;
        width: 126px
    }
}

@media screen and (max-width: 767px) {
    .Header__logo {
        left:15px
    }
}

.Header__bottom {
    background: #fff
}

@media screen and (max-width: 1240px) {
    .Header__bottom {
        height:100%;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        transition: opacity .2s ease,visibility .2s ease;
        visibility: hidden;
        width: 100%
    }

    .Header__bottom .Header__container {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: auto;
        overflow-y: auto;
        padding: 60px 0 0
    }

    .Header__bottom.active {
        opacity: 1;
        pointer-events: all;
        visibility: visible
    }
}

.Header__menu {
    margin-left: auto;
    margin-right: 12px
}

@media screen and (max-width: 1240px) {
    .Header__menu {
        margin:0;
        width: 100%
    }
}

.Header__buttons {
    display: flex;
    gap: 12px
}

@media screen and (max-width: 1240px) {
    .Header__buttons {
        border-top:1px solid rgba(43,42,43,.1);
        gap: 10px;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-top: 10px;
        padding-top: 24px;
        width: calc(100% - 60px)
    }
}

@media screen and (max-width: 767px) {
    .Header__buttons {
        flex-wrap:wrap;
        margin: 24px auto 0;
        padding-bottom: 30px;
        width: calc(100% - 30px)
    }
}

.Header__socials {
    position: absolute;
    right: 30px;
    top: -36px
}

@media screen and (max-width: 1240px) {
    .Header__socials {
        background:var(--color-main-2);
        margin-top: auto;
        padding: 15px 0;
        position: relative;
        right: auto;
        top: auto;
        width: 100%
    }
}

.Header__socials-list {
    display: flex;
    gap: 12px
}

@media screen and (max-width: 1240px) {
    .Header__socials-list {
        align-items:center;
        justify-content: center
    }
}

.Header__socials-link {
    align-items: center;
    background: transparent;
    border-radius: 50%;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: background-color .2s ease;
    width: 32px
}

.Header__socials-link:hover {
    background: #fff3
}

.Header__burger {
    display: none;
    margin-left: auto
}

@media screen and (max-width: 1240px) {
    .Header__burger {
        display:block
    }
}

.Footer {
    background: var(--color-main-2)
}

.Footer,.Footer a {
    color: #fff9
}

.Footer a {
    transition: color .2s ease
}

.Footer a:hover {
    color: #fff
}

.Footer__top {
    display: grid;
    gap: 60px;
    grid-template-columns: 300px 1fr;
    padding: 20px 0; /* 43px 0 52px */
}

@media screen and (max-width: 1200px) {
    .Footer__top {
        grid-template-columns:240px 1fr
    }
}

@media screen and (max-width: 767px) {
    .Footer__top {
        display:block;
        padding: 10px 0; /* 30px 0 */
    }
}

.Footer__col-right {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 2fr
}

@media screen and (max-width: 1023px) {
    .Footer__col-right {
        grid-template-columns:1fr 1fr
    }

    .Footer__news-col {
        grid-column: 1/3
    }
}

.Footer__logo {
    margin-bottom: 30px
}

.Footer__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px
}

.Footer__title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .Footer .mobile-hidden {
        display:none
    }
}

.Footer__menu-list-item {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px
}

.Footer__news-list-item {
    line-height: 0;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative
}

.Footer__news-list-item:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 6px
}

.Footer__news-item {
    font-size: 16px;
    line-height: 20px
}

.Footer__contacts-row {
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px
}

.Footer__contacts-row-icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 20px;
    margin-right: 10px;
    width: 17px
}

.Footer__bottom {
    background: #513ebd;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0
}

.Footer__bottom .container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .Footer__bottom .container {
        display:block;
        text-align: center
    }
}

.Footer__col-social {
    order: 3
}

.Footer__social {
    margin-left: auto
}

@media screen and (max-width: 767px) {
    .Footer__social {
        margin-bottom:10px
    }
}

.Footer__social-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    .Footer__social-list {
        justify-content:center
    }
}

.Footer__social-list-item {
    margin: 0 6px
}

.Footer__social-link {
    align-items: center;
    background: transparent;
    border-radius: 50%;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: transform .2s ease!important;
    width: 32px
}

.Footer__social-link:hover {
    transform: translateY(-3px)
}

.Footer__social-link--vk {
    background: #2f80b7;
    box-shadow: 2px 10px 15px #2f80b742
}

.Footer__social-link--fb {
    background: #0f5ed8;
    box-shadow: 2px 10px 15px #0f5ed842
}

.Footer__social-link--tiktok {
    background: #000;
    box-shadow: 2px 10px 15px #00000042
}

.Footer__social-link--instagram {
    background: linear-gradient(216deg,#f28d35,#ff307c 52%,#c73bec);
    box-shadow: 2px 10px 15px #fc487840
}

.Checkbox {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    min-height: 24px;
    position: relative;
    text-align: left;
    width: 100%
}

.Checkbox.disabled {
    opacity: .5
}

.Checkbox__field {
    background: #f7f8f8;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid #f9fafc;
    border-radius: 2px;
    display: block;
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
    overflow: hidden;
    transition: border-color .2s ease,background-color .2s ease;
    width: 24px;
}

.Checkbox__text {
    display: block;
    font-size: 14px;
    line-height: 24px
}

@media screen and (max-width: 767px) {
    .Checkbox__text {
        font-size:14px;
        line-height: 18px
    }
}

.Checkbox__text a {
    color: var(--color-text);
    text-decoration: underline;
    transition: color .2s ease
}

.Checkbox__text a:hover {
    text-decoration: none
}

.Checkbox__label {
    cursor: pointer;
    display: flex;
}

/* ///+++000 */
.Checkbox__label .Checkbox__field {
    border-color: var(--color-main);
}
/* ///+++000 */

.Checkbox__label:hover .Checkbox__field {
    border-color: var(--color-main)
}

.Checkbox input {
    height: 1px;
    left: -9999px;
    position: absolute;
    width: 1px
}

.Checkbox input:focus+.Checkbox__field {
    border-color: var(--color-main)
}

.Checkbox input:checked+.Checkbox__field {
    background-color: var(--color-main);
    background-image: url(../images/ico-check.svg);
    border-color: var(--color-main)
}

.Checkbox.error .Checkbox__field {
    border-color: var(--color-main)
}

.Checkbox.error .Checkbox__tooltip {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.Checkbox__tooltip {
    background: #fff;
    border-radius: 4px;
    bottom: calc(100% + 4px);
    box-shadow: 2px 10px 15px #1616410f;
    font-size: 14px;
    left: 0;
    line-height: 18px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    transform: translateY(5px);
    transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
    visibility: hidden
}

.Cookies {
    background: #fff;
    border-radius: 8px;
    bottom: 30px;
    box-shadow: 0 25px 70px #1716572f;
    color: #2b2a2b;
    display: block;
    left: 30px;
    max-height: calc(100% - 60px);
    max-width: calc(100% - 60px);
    overflow-y: auto;
    padding: 30px 30px 0;
    position: fixed;
    width: 500px;
    z-index: 99
}

.Cookies--extended {
    width: calc(100% - 60px)
}

@media screen and (max-width: 767px) {
    .Cookies--extended {
        width:calc(100% - 20px)
    }
}

.Cookies--extended .Cookies__buttons {
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .Cookies {
        bottom:10px;
        left: 10px;
        max-width: calc(100% - 20px)
    }
}

@media screen and (max-width: 360px) {
    .Cookies {
        padding-left:20px;
        padding-right: 20px
    }
}

.Cookies__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .Cookies__title {
        font-size:18px;
        line-height: 26px
    }
}

.Cookies__text {
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width: 767px) {
    .Cookies__text {
        font-size:15px;
        line-height: 22px
    }
}

.Cookies__text a {
    font-weight: 700;
    text-decoration: underline
}

.Cookies__text a:hover {
    text-decoration: none
}

.Cookies__buttons {
    background: #fff;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    position: sticky
}

.Cookies__button {
    flex: 1;
    max-width: 200px;
    min-width: auto
}

@media screen and (max-width: 767px) {
    .Cookies__button {
        min-width:none;
        padding-left: 10px;
        padding-right: 10px
    }
}

.Cookies__settings-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    padding: 0;
    text-decoration: underline
}

.Cookies__settings-button:hover {
    text-decoration: none
}

.Cookies .Checkbox__text {
    font-size: 16px;
    line-height: 24px
}

.Cookies .Checkbox__text p {
    margin-bottom: 8px
}

.Cookies .Checkbox__text p:last-child {
    margin: 0
}

.cookies-enter-active,.cookies-leave-active {
    transition: opacity .2s ease
}

.cookies-enter-from,.cookies-leave-to {
    opacity: 0
}

.Error {
    padding: 100px 0;
    text-align: center
}

.Error__description a {
    text-decoration: underline;
    transition: color .2s ease
}

.Error__description a:hover {
    color: var(--color-main)
}
