*,::after,::before {
    outline: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    vertical-align: top
}

a {
    text-decoration: none
}

a:focus,a:hover {
    text-decoration: none;
    outline: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2rem;
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    vertical-align: top
}

a:focus,a:hover {
    text-decoration: none;
    outline: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

picture {
    display: block
}

@font-face {
    font-family: Circe;
    src: url(../fonts/circe/circe-thin.woff2) format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circe;
    src: url(../fonts/circe/circe-extralight.woff2) format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circe;
    src: url(../fonts/circe/circe-light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: Circe;
    src: url(../fonts/circe/circe-bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circe;
    src: url(../fonts/circe/circe-extrabold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

.v_menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 500;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 500
}

.v_menu.active {
    opacity: 1;
    pointer-events: auto;
    position: fixed
}

.v_menu.active .v_menu_in {
    transition: .35s;
    background: #fff;
    opacity: 1;
    pointer-events: auto
}

.v_menu .v_menu_in {
    transition: .35s;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.v_menu .rows {
    height: 100%;
    display: flex
}

.v_menu .rows .cols {
    height: 100%;
    position: relative
}

.v_menu .rows .cols.cols01 {
    width: calc(100% - 1150px)
}

@media (max-width: 1450px) {
    .v_menu .rows .cols.cols01 {
        width:calc(100% - 95rem)
    }
}

@media (max-width: 1366px) {
    .v_menu .rows .cols.cols01 {
        width:calc(100% - 85rem)
    }
}

@media (max-width: 1100px) {
    .v_menu .rows .cols.cols01 {
        width:calc(100% - 65rem)
    }
}

@media (max-width: 1000px) {
    .v_menu .rows .cols.cols01 {
        width:0
    }
}

.v_menu .rows .cols.cols02 {
    width: 1150px
}

@media (max-width: 1450px) {
    .v_menu .rows .cols.cols02 {
        width:95rem
    }
}

@media (max-width: 1366px) {
    .v_menu .rows .cols.cols02 {
        width:85rem
    }
}

@media (max-width: 1100px) {
    .v_menu .rows .cols.cols02 {
        width:65rem
    }
}

@media (max-width: 1000px) {
    .v_menu .rows .cols.cols02 {
        width:100%
    }
}

.v_menu .rows .cols .bg {
    position: relative;
    width: 100%;
    height: 100%
}

.v_menu .rows .cols .bg .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.v_menu .desc {
    padding: 0 0 0 25rem;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width: 1450px) {
    .v_menu .desc {
        padding:0 0 0 20rem
    }
}

@media (max-width: 1100px) {
    .v_menu .desc {
        padding:0 0 0 15rem
    }
}

@media (max-width: 1000px) {
    .v_menu .desc {
        padding:0 0 0 12rem
    }
}

@media (max-width: 550px) {
    .v_menu .desc {
        padding:0 0 0 5rem
    }
}

.v_menu .desc .vm_list li {
    margin: 0 0 2rem
}

.v_menu .desc .vm_list li:last-child {
    margin-bottom: 0
}

.v_menu .desc .vm_list li a {
    color: #abcdb7;
    font: 300 7.2rem/7rem Circe;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: .35s;
    position: relative
}

@media (max-width: 1650px) {
    .v_menu .desc .vm_list li a {
        font:300 6.9rem/7rem Circe
    }
}

@media (max-width: 1450px) {
    .v_menu .desc .vm_list li a {
        font:300 6.6rem/6.4rem Circe
    }
}

@media (max-width: 1366px) {
    .v_menu .desc .vm_list li a {
        font:300 5.8rem/5.7rem Circe
    }
}

@media (max-width: 1200px) {
    .v_menu .desc .vm_list li a {
        font:300 4.8rem/4.7rem Circe
    }
}

@media (max-width: 1100px) {
    .v_menu .desc .vm_list li a {
        font:300 4.1rem/4.1rem Circe
    }
}

@media (max-width: 1000px) {
    .v_menu .desc .vm_list li a {
        font:300 2.9rem/2.9rem Circe
    }
}

.v_menu .desc .vm_list li a.active {
    color: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a.active .n {
    color: #708573;
    opacity: 1;
    transition: .35s
}

.v_menu .desc .vm_list li a.active .n:after {
    background: #708573
}

.v_menu .desc .vm_list li a.active:after {
    opacity: 1;
    background: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover {
    color: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover:after {
    opacity: 1;
    background: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover .n {
    color: #708573;
    opacity: 1;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover .n:after {
    background: #708573
}

.v_menu .desc .vm_list li a:after {
    content: "";
    position: absolute;
    top: 4.1rem;
    right: -7.4rem;
    width: 5.8rem;
    height: .1rem;
    background: #abcdb7;
    transition: .35s;
    opacity: 0
}

@media (max-width: 1450px) {
    .v_menu .desc .vm_list li a:after {
        top:3.7rem
    }
}

@media (max-width: 1366px) {
    .v_menu .desc .vm_list li a:after {
        top:3.2rem
    }
}

@media (max-width: 1200px) {
    .v_menu .desc .vm_list li a:after {
        top:2.7rem
    }
}

@media (max-width: 1100px) {
    .v_menu .desc .vm_list li a:after {
        width:.3rem;
        right: -4rem;
        top: 2.2rem
    }
}

@media (max-width: 1000px) {
    .v_menu .desc .vm_list li a:after {
        top:1.7rem
    }
}

.v_menu .desc .vm_list li a .n {
    color: #abcdb7;
    font: 300 2rem/2rem Circe;
    text-transform: uppercase;
    letter-spacing: .13em;
    position: absolute;
    top: 3rem;
    left: -12.9rem;
    transition: .35s;
    opacity: 0;
    transition: .35s
}

@media (max-width: 1450px) {
    .v_menu .desc .vm_list li a .n {
        top:2.6rem
    }
}

@media (max-width: 1366px) {
    .v_menu .desc .vm_list li a .n {
        top:2.1rem
    }
}

@media (max-width: 1200px) {
    .v_menu .desc .vm_list li a .n {
        top:1.6rem
    }
}

@media (max-width: 1100px) {
    .v_menu .desc .vm_list li a .n {
        font:300 1.6rem/1.6rem Circe;
        left: -7.2rem
    }
}

@media (max-width: 1000px) {
    .v_menu .desc .vm_list li a .n {
        top:1rem
    }
}

.v_menu .desc .vm_list li a .n:after {
    content: "";
    position: absolute;
    top: 1.1rem;
    right: -8.4rem;
    width: 5.8rem;
    height: .1rem;
    background: #abcdb7
}

@media (max-width: 1100px) {
    .v_menu .desc .vm_list li a .n:after {
        width:3rem;
        right: -4rem;
        top: .7rem
    }
}

@keyframes fontPreloader1 {
    from {
        font-family: Circe
    }

    to {
        font-family: Circe
    }
}

@keyframes link {
    0% {
        transform: scaleX(1);
        transform-origin: 100% 100%
    }

    49.9% {
        transform: scaleX(0);
        transform-origin: 100% 100%
    }

    50% {
        transform: scaleX(0);
        transform-origin: 0 0
    }

    to {
        transform: scaleX(1);
        transform-origin: 0 0
    }
}

body::before {
    content: "";
    font-family: Circe;
    animation: fontPreloader1 .1s infinite;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden
}

body,html {
    font-size: 100%;
    line-height: 1;
    font-family: Circe
}

@media (max-width: 1000px) {
    html {
        background:#f5f5f5
    }
}

html.lock {
    overflow: hidden
}

body {
    overflow: hidden
}

@media (max-width: 1000px) {
    body {
        overflow:visible
    }
}

@media (max-width: 1000px) {
    body.active,body.hdbm {
        overflow:hidden
    }
}

.scroller {
    height: 100vh;
    position: relative;
    z-index: 300
}

@media (max-width: 1000px) {
    .scroller {
        height:auto;
        overflow: visible;
        opacity: 1
    }
}

.container {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(2.625rem,calc(.0380848749rem + 4.1349292709vw),5rem);
    padding-right: clamp(2.625rem,calc(.0380848749rem + 4.1349292709vw),5rem)
}

@media (max-width: 1000px) {
    .container {
        padding-left:16px;
        padding-right: 16px
    }
}

#wrap {
    margin-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 200;
    transition-duration: .45s,.45s
}

@media (max-width: 1000px) {
    #wrap {
        overflow:visible;
        border-radius: 0 0 16px 16px
    }
}

#wrapper {
    min-height: 100%;
    height: auto!important;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#wrapper #ff {
    flex: 1 1 auto;
    align-self: end
}

@media (max-width: 1000px) {
    #wrapper {
        border-radius:0 0 16px 16px;
        overflow: visible
    }
}

.hides {
    display: none
}

.up {
    opacity: 0;
    transform: translateY(30%)
}

.lnr {
    height: 16px;
    border-top: rgba(94,94,94,.5) 1px solid;
    border-radius: 50px
}

.ttl {
    text-align: center
}

.ttl .h2 {
    color: #292929;
    text-transform: uppercase;
    font: 400 clamp(1.75rem,calc(.252312296rem + 2.39390642vw),3.125rem)/clamp(2rem,calc(.7746191513rem + 1.9586507073vw),3.125rem) Circe;
    letter-spacing: clamp(-.109375rem,calc(-.0114424646rem + -.0816104461vw),-.0625rem)
}

@media (max-width: 1000px) {
    .ttl .h2 {
        font:400 28px/32px Circe;
        letter-spacing: -.42px
    }
}

.ttl .h2 .c {
    display: block;
    color: #ee7327
}

.ttl .h2 .br {
    display: block
}

.m_nav {
    width: 7.708vw;
    height: 3.542vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    z-index: 200
}

@media (max-width: 1000px) {
    .m_nav {
        width:100px;
        height: 42px
    }
}

.m_nav .swiper-button-prev {
    width: 3.542vw;
    height: 3.542vw;
    position: relative;
    top: 0;
    margin: 0;
    left: 0;
    background: #fff;
    border-radius: 100%;
    transition: .35s
}

@media (max-width: 1000px) {
    .m_nav .swiper-button-prev {
        width:42px;
        height: 42px
    }
}

.m_nav .swiper-button-prev:hover {
    transition: .35s
}

.m_nav .swiper-button-prev:hover span {
    background: url(../img/s38w.svg) no-repeat 0 0/cover
}

.m_nav .swiper-button-prev:hover::before {
    opacity: 1
}

.m_nav .swiper-button-prev:active::after {
    opacity: 1
}

.m_nav .swiper-button-prev::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(211deg,#f6c9b2 3.63%,#f4884c 59.96%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear;
    border-radius: 100%
}

.m_nav .swiper-button-prev::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(14deg,#f6c9b2 -25.1%,#f4884c 56.8%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear;
    border-radius: 100%
}

.m_nav .swiper-button-prev span {
    position: absolute;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: .99vw;
    height: .885vw;
    background: url(../img/s38.svg) no-repeat 0 0/cover;
    transition: .35s
}

@media (max-width: 1000px) {
    .m_nav .swiper-button-prev span {
        width:12px;
        height: 12px
    }
}

.m_nav .swiper-button-next {
    width: 3.542vw;
    height: 3.542vw;
    position: relative;
    top: 0;
    margin: 0;
    right: 0;
    background: #fff;
    border-radius: 100%
}

@media (max-width: 1000px) {
    .m_nav .swiper-button-next {
        width:42px;
        height: 42px
    }
}

.m_nav .swiper-button-next:hover {
    transition: .35s
}

.m_nav .swiper-button-next:hover span {
    background: url(../img/s39w.svg) no-repeat 0 0/cover
}

.m_nav .swiper-button-next:hover::before {
    opacity: 1
}

.m_nav .swiper-button-next:active::after {
    opacity: 1
}

.m_nav .swiper-button-next::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(211deg,#f6c9b2 3.63%,#f4884c 59.96%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear;
    border-radius: 100%
}

.m_nav .swiper-button-next::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(14deg,#f6c9b2 -25.1%,#f4884c 56.8%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear;
    border-radius: 100%
}

.m_nav .swiper-button-next span {
    content: "";
    position: absolute;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: .99vw;
    height: .885vw;
    background: url(../img/s39.svg) no-repeat 0 0/cover;
    transition: .35s
}

@media (max-width: 1000px) {
    .m_nav .swiper-button-next span {
        width:13px;
        height: 12px
    }
}

.m_pgn.swiper-pagination-bullets {
    bottom: 2.917vw;
    left: 0;
    right: 0;
    opacity: 1;
    pointer-events: none
}

.m_pgn.swiper-pagination-bullets .swiper-pagination-bullet {
    height: .208vw;
    width: 3.125vw;
    border-radius: 0;
    background: rgba(41,41,41,.1);
    opacity: 1;
    transition: .35s
}

.m_pgn.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 9.063vw;
    background: #292929;
    transition: .35s
}

.m_pgn_mb.swiper-pagination-bullets {
    bottom: -10px;
    left: 0;
    right: 0;
    opacity: 1;
    display: none
}

@media (max-width: 1000px) {
    .m_pgn_mb.swiper-pagination-bullets {
        display:flex;
        justify-content: center
    }
}

.m_pgn_mb.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 3px;
    width: 16px;
    border-radius: 3px;
    background: rgba(41,41,41,.16);
    opacity: 1;
    transition: .35s
}

.m_pgn_mb.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 57px;
    background: rgba(41,41,41,.8);
    transition: .35s
}

.grd_btn {
    position: relative;
    overflow: hidden
}

.grd_btn.rms .img-left,.grd_btn.rms .img-right {
    width: 100%;
    height: 100px
}

.grd_btn .img-left,.grd_btn .img-right {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: all .6s ease;
    pointer-events: none;
    z-index: 0
}

.grd_btn .img-left {
    right: 0;
    top: 0;
    width: 346px;
    height: 349px;
    background: linear-gradient(211deg,#f4884c 38.28%,#f6c9b2 95.98%) no-repeat 0 0/cover;
    transition: all .6s ease
}

.grd_btn .img-right {
    width: 346px;
    height: 349px;
    left: 0;
    bottom: 0;
    background: linear-gradient(211deg,#f6c9b2 3.63%,#f4884c 59.96%) no-repeat 0 0/cover;
    transition: all .6s ease
}

.parsley-errors-list {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1000px) {
    .parsley-errors-list {
        left:0;
        top: 0
    }
}

.parsley-errors-list li {
    color: red;
    font: normal .625vw/.625vw Circe
}

@media (max-width: 1000px) {
    .parsley-errors-list li {
        font:normal 10px/10px Circe
    }
}

.pp_sl {
    position: relative;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    max-height: clamp(.9375rem,calc(.0525027203rem + 1.4145810664vw),1.75rem);
    z-index: 10
}

@media (max-width: 1000px) {
    .pp_sl {
        max-height:24px
    }
}

.pp_sl.single {
    top: 0!important
}

.pp_sl.single .selectize-dropdown {
    position: relative;
    border: 0;
    width: 100%!important;
    height: auto;
    margin-top: 0;
    background: 0 0;
    border-radius: 0;
    overflow: hidden;
    max-height: unset;
    border: 0;
    border-radius: clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem);
    top: clamp(1.1875rem,calc(-.1059575626rem + 2.0674646355vw),2.375rem);
    min-width: clamp(7.8125rem,calc(2.9790533188rem + 7.725788901vw),12.25rem);
    border: 1px solid rgba(85,85,85,.16);
    top: 12px!important
}

@media (max-width: 1000px) {
    .pp_sl.single .selectize-dropdown {
        min-width:none
    }
}

.pp_sl.single .selectize-dropdown .mCSB_inside {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.pp_sl.single .selectize-dropdown .mCSB_inside .mCSB_container {
    margin-right: 0
}

.pp_sl.single .selectize-dropdown .mCSB_scrollTools {
    width: 2px;
    right: 8px
}

.pp_sl.single .selectize-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: rgba(0,102,70,.4);
    border-radius: 1px
}

.pp_sl.single .selectize-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
    display: none;
    background: #eceef2
}

.pp_sl.single .selectize-dropdown .mCSB_draggerContainer {
    border-radius: 3px;
    background: #eceef2
}

.pp_sl.single .selectize-dropdown .selectize-dropdown-content {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0;
    padding: clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem) clamp(.75rem,calc(.0692328618rem + 1.0881392818vw),1.375rem) clamp(.875rem,calc(.0580794342rem + 1.3057671382vw),1.625rem);
    max-height: unset;
    background: #fff
}

@media (max-width: 1000px) {
    .pp_sl.single .selectize-dropdown .selectize-dropdown-content {
        padding:12px
    }
}

.pp_sl.single .selectize-dropdown .selectize-dropdown-content .option {
    white-space: nowrap;
    font: 400 clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)/116% Circe;
    padding: clamp(.4375rem,calc(-.0390369967rem + .7616974973vw),.875rem) 0 0;
    color: #292929;
    margin-top: 0;
    position: relative;
    background: 0 0;
    transition: color .35s
}

@media (max-width: 1000px) {
    .pp_sl.single .selectize-dropdown .selectize-dropdown-content .option {
        font:400 16px/116% Circe;
        padding: 12px 0 0
    }
}

.pp_sl.single .selectize-dropdown .selectize-dropdown-content .option:first-child {
    padding-top: 0
}

.pp_sl.single .selectize-dropdown .selectize-dropdown-content .option:last-child {
    padding-bottom: 0
}

.pp_sl.single .selectize-dropdown .selectize-dropdown-content .option.active {
    transition: color .35s;
    font: 400 clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)/116% Circe;
    color: #292929;
    background: 0 0
}

@media (max-width: 1000px) {
    .pp_sl.single .selectize-dropdown .selectize-dropdown-content .option.active {
        font:400 16px/100% Circe
    }
}

.pp_sl.single .selectize-dropdown .selectize-dropdown-content .option.active::before {
    display: none
}

.pp_sl.single .selectize-input.dropdown-active {
    background: 0 0;
    border: 0
}

.pp_sl.single .selectize-input {
    padding: 0;
    background: 0 0;
    width: 100%;
    height: auto;
    font: 400 clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)/116% Circe;
    color: #292929;
    transition: .35s;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (max-width: 1000px) {
    .pp_sl.single .selectize-input {
        font:400 16px/100% Circe
    }
}

.pp_sl.single .selectize-input.full input {
    display: none!important
}

.pp_sl.single .selectize-input.input-active {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.pp_sl.single .selectize-input .item {
    width: -moz-fit-content;
    width: fit-content;
    font: 400 clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)/116% Circe;
    color: #292929;
    position: relative;
    padding-right: 0
}

@media (max-width: 1000px) {
    .pp_sl.single .selectize-input .item {
        margin-left:12px;
        font: 400 16px/100% Circe
    }
}

.pp_sl.single .selectize-input::after {
    display: none
}

.pp_sl.single .selectize-input::before {
    position: static;
    content: "";
    display: block;
    background: url(../img/sort_icon.svg) no-repeat 0 0/cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .35s;
    width: clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem);
    height: clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem);
    pointer-events: none;
    border: 0;
    margin-right: clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)
}

@media (max-width: 1000px) {
    .pp_sl.single .selectize-input::before {
        width:24px;
        height: 24px;
        margin-right: 0
    }
}

.pp_sl.single .selectize-input input {
    height: auto;
    color: #2a3320;
    font: 400 clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)/116% Circe;
    color: #292929;
    outline: 0!important;
    outline-offset: 0!important;
    caret-color: transparent!important;
    cursor: pointer
}

@media (max-width: 1000px) {
    .pp_sl.single .selectize-input input {
        margin-left:12px!important;
        font: 400 16px/100% Circe
    }
}

.pp_sl.single .selectize-input input::-webkit-input-placeholder {
    color: #2a3320
}

.pp_sl.single .selectize-input input::-moz-placeholder {
    color: #2a3320
}

.pp_sl.single .selectize-input input:-moz-placeholder {
    color: #2a3320
}

.pp_sl.single .selectize-input input:-ms-input-placeholder {
    color: #2a3320
}

.btn_top {
    position: absolute;
    right: 4.167vw;
    top: calc(100vh - 9.271vw);
    width: 2.917vw;
    height: 2.917vw;
    border-radius: 100%;
    z-index: 302;
    cursor: pointer;
    opacity: 0;
    transition: opacity .35s
}

.btn_top.active {
    opacity: 1
}

@media (max-width: 1000px) {
    .btn_top {
        position:fixed;
        top: auto;
        bottom: 28px;
        right: 16px;
        width: 43px;
        height: 43px
    }
}

.btn_top .arw {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/s64.svg) no-repeat 0 0/cover
}

[class*=pin-spacer-tlFixWin_] {
    pointer-events: none
}

[class*=pin-spacer-tlFixWin_].active {
    pointer-events: auto;
    z-index: 400
}

.fix_ovr,.fix_ovr_f {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(47,47,47,.3);
    z-index: 399;
    opacity: 0;
    transition: .35s
}

.fix_ovr.active,.fix_ovr_f.active {
    pointer-events: none!important;
    opacity: 1;
    transition: .35s
}

.f_txt {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
    overflow: hidden;
    z-index: 400;
    pointer-events: none
}

@media (max-width: 1000px) {
    .f_txt {
        height:100vh;
        width: 100%;
        top: 0!important;
        margin: auto!important;
        right: 0!important;
        left: 0!important;
        z-index: 300
    }
}

.f_txt.active {
    pointer-events: all
}

.f_txt .sap_txt_scr {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 49.583vw;
    height: 100%;
    background: #fff;
    -webkit-backdrop-filter: blur(1.823vw);
    backdrop-filter: blur(1.823vw);
    transform: translateX(100%);
    transition: transform .75s cubic-bezier(.37,0,.63,1)
}

@media (max-width: 1000px) {
    .f_txt .sap_txt_scr {
        width:97.778vw;
        right: 0;
        -webkit-backdrop-filter: blur(4vw);
        backdrop-filter: blur(4vw)
    }
}

.f_txt .sap_txt_scr.active {
    pointer-events: all;
    transform: translateX(0);
    transition: transform .75s cubic-bezier(.37,0,.63,1)
}

.f_txt .sap_txt_scr_in {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    max-height: 100%;
    height: 100%
}

@media (max-width: 1000px) {
    .f_txt .sap_txt_scr_in {
        overflow-y:hidden;
        overflow-y: scroll
    }
}

.f_txt .f_close_txt {
    position: absolute;
    top: 1.563vw;
    right: 1.563vw;
    width: 1.042vw;
    height: 1.042vw;
    background: url(../img/s65.svg) no-repeat 0 0/cover;
    cursor: pointer;
    z-index: 40;
    transition: .35s
}

@media (max-width: 1000px) {
    .f_txt .f_close_txt {
        top:15px;
        right: 15px;
        width: 16px;
        height: 16px
    }
}

.f_txt .f_close_txt:hover {
    background: url(../img/s65h.svg) no-repeat 0 0/cover;
    transition: .35s
}

.f_txt .rows {
    display: block;
    height: 100%;
    position: relative;
    padding: 1.25vw
}

@media (max-width: 1000px) {
    .f_txt .rows {
        flex-wrap:wrap;
        height: auto;
        padding: 8px
    }
}

.f_txt .rows .cols {
    font: 400 clamp(1rem,calc(.5915397171rem + .6528835691vw),1.375rem)/clamp(1.3125rem,calc(.7678862894rem + .8705114255vw),1.8125rem) Circe;
    letter-spacing: clamp(-.020625rem,calc(-.0088730958rem + -.0097932535vw),-.015rem)
}

@media (max-width: 1000px) {
    .f_txt .rows .cols {
        font:400 16px/21px Circe;
        letter-spacing: -.24px
    }
}

.f_txt .rows .cols.cols01 {
    width: 100%
}

.f_txt .rows .cols.cols02 {
    width: 100%
}

@media (max-width: 1000px) {
    .f_txt .rows .cols.cols02 {
        width:100%;
        height: calc(100% - 41.667vw);
        height: auto;
        margin: 0;
        padding: 0 16px 35px
    }
}

.f_txt .rows .f_i {
    position: relative;
    width: 38.594vw;
    height: 21.354vw
}

@media (max-width: 1000px) {
    .f_txt .rows .f_i {
        width:274px;
        height: 151px
    }
}

.f_txt .rows .f_i img {
    max-width: 38.594vw
}

@media (max-width: 1000px) {
    .f_txt .rows .f_i img {
        max-width:274px
    }
}

.f_txt .rows .r_txt {
    height: 21.458vw;
    overflow: hidden
}

@media (max-width: 1440px) {
    .f_txt .rows .r_txt {
        height:26.458vw
    }
}

@media (max-width: 1440px) {
    .f_txt .rows .r_txt {
        height:auto
    }
}

.f_txt .rows .r {
    display: flex;
    margin: 3.177vw 0 0
}

@media (max-width: 1000px) {
    .f_txt .rows .r {
        display:block;
        margin: 27px 0 0
    }
}

.f_txt .rows .r .c:first-child {
    width: 14.063vw
}

@media (max-width: 1280px) {
    .f_txt .rows .r .c:first-child {
        width:10vw
    }
}

@media (max-width: 1000px) {
    .f_txt .rows .r .c:first-child {
        width:100%
    }
}

.f_txt .rows .r .c:last-child {
    width: calc(100% - 14.063vw)
}

@media (max-width: 1280px) {
    .f_txt .rows .r .c:last-child {
        width:calc(100% - 10vw)
    }
}

@media (max-width: 1000px) {
    .f_txt .rows .r .c:last-child {
        width:100%;
        margin: 25px 0 0
    }
}

.f_txt .rows p {
    margin-bottom: 1.667vw
}

@media (max-width: 1280px) {
    .f_txt .rows p {
        margin-bottom:15px
    }
}

.f_txt .rows p:last-child {
    margin-bottom: 0
}

.f_txt .rows .nm {
    display: flex;
    align-items: center;
    gap: clamp(.3125rem,calc(.1082698585rem + .3264417845vw),.5rem);
    font: 400 clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem)/clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem) Circe;
    letter-spacing: -.015em;
    color: rgba(94,94,94,.5);
    margin: 2px 0 0
}

@media (max-width: 1000px) {
    .f_txt .rows .nm {
        gap:4px;
        font: 400 13px/13px Circe;
        color: rgba(94,94,94,.3)
    }
}

.f_txt .rows .nm .cur {
    border-radius: clamp(.875rem,calc(.0580794342rem + 1.3057671382vw),1.625rem);
    background: linear-gradient(211deg,#f6c9b2 3.63%,#f4884c 59.96%);
    padding: clamp(.0625rem,calc(-.0055767138rem + .1088139282vw),.125rem) clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem);
    line-height: 100%;
    color: #fff
}

@media (max-width: 1000px) {
    .f_txt .rows .nm .cur {
        border-radius:26px;
        padding: 3px 12px
    }
}

#win_rwv {
    display: none;
    width: 674px;
    height: 744px;
    border-radius: 16px;
    background: #fff;
    z-index: 1888000
}

#win_rwv .win_rwv_in {
    height: 100%
}

#win_rwv .t_t {
    padding: .833vw 0 0 .833vw;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 1000px) {
    #win_rwv .t_t {
        padding:17px 16px 0 16px
    }
}

#win_rwv .t_t .t_img {
    width: 4.063vw;
    height: 4.688vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: .625vw
}

@media (max-width: 1000px) {
    #win_rwv .t_t .t_img {
        width:53px;
        height: 61px;
        border-radius: 12px
    }
}

#win_rwv .t_t .t_img img {
    max-width: 2.135vw;
    transition: .35s
}

@media (max-width: 1000px) {
    #win_rwv .t_t .t_img img {
        max-width:31px
    }
}

#win_rwv .t_t .t_r {
    width: calc(100% - 4.063vw);
    padding-left: .885vw
}

@media (max-width: 1000px) {
    #win_rwv .t_t .t_r {
        width:calc(100% - 53px);
        padding-left: 10px
    }
}

#win_rwv .t_t .t_r .h5 {
    color: rgba(41,41,41,.3);
    font: 400 clamp(1rem,calc(.8638465724rem + .2176278564vw),1.125rem)/clamp(1rem,calc(.8638465724rem + .2176278564vw),1.125rem) Circe;
    margin-bottom: clamp(.125rem,calc(-.0111534276rem + .2176278564vw),.25rem)
}

@media (max-width: 1000px) {
    #win_rwv .t_t .t_r .h5 {
        margin-bottom:4px;
        font: 400 14px/14px Circe;
        margin: 0 0 7px
    }
}

#win_rwv .t_t .t_r .strs {
    display: flex;
    justify-content: flex-start;
    gap: .26vw
}

@media (max-width: 1000px) {
    #win_rwv .t_t .t_r .strs {
        gap:1px
    }
}

#win_rwv .t_t .t_r .strs img {
    max-width: .677vw
}

@media (max-width: 1000px) {
    #win_rwv .t_t .t_r .strs img {
        max-width:12px
    }
}

#win_rwv .t_m {
    margin: 0 0 0;
    color: #292929;
    font: 400 clamp(1rem,calc(.5915397171rem + .6528835691vw),1.375rem)/clamp(1.25rem,calc(.7053862894rem + .8705114255vw),1.75rem) Circe;
    letter-spacing: clamp(-.01375rem,calc(-.0033038629rem + -.0087051143vw),-.00875rem);
    padding: 1.25vw 1.302vw 4.948vw;
    height: calc(100% - 5.521vw)
}

@media (max-width: 1000px) {
    #win_rwv .t_m {
        font:400 16px/20px Circe;
        letter-spacing: -.16px;
        padding: 30px 24px 35px;
        height: calc(100% - 155px)
    }
}

#win_rwv .t_m p {
    margin-bottom: 1.667vw
}

@media (max-width: 1280px) {
    #win_rwv .t_m p {
        margin-bottom:15px
    }
}

.breadcrumbs_wrap {
    padding-top: clamp(8.125rem,calc(5.4019314472rem + 4.3525571273vw),10.625rem);
    width: auto;
    z-index: 20
}

@media (max-width: 1000px) {
    .breadcrumbs_wrap {
        padding-top:76px
    }
}

.breadcrumbs_wrap .breadcrumbs_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem);
    padding-left: 0;
    padding-top: 0
}

@media (max-width: 1000px) {
    .breadcrumbs_wrap .breadcrumbs_list {
        gap:4px
    }
}

@media (max-width: 1000px) {
    .breadcrumbs_wrap .breadcrumbs_list.pc {
        display:none
    }
}

.breadcrumbs_wrap .breadcrumbs_list.mb {
    display: none
}

@media (max-width: 1000px) {
    .breadcrumbs_wrap .breadcrumbs_list.mb {
        display:flex
    }
}

.breadcrumbs_wrap .breadcrumbs_list li {
    position: relative;
    font: 400 clamp(.8125rem,calc(.5401931447rem + .4352557127vw),1.0625rem)/clamp(.8125rem,calc(.3359630033rem + .7616974973vw),1.25rem) Circe;
    letter-spacing: -.01em
}

@media (max-width: 1000px) {
    .breadcrumbs_wrap .breadcrumbs_list li {
        font:400 12px/116% Circe
    }
}

.breadcrumbs_wrap .breadcrumbs_list li::before {
    content: "/";
    color: rgba(41,41,41,.5);
    font: 400 clamp(.8125rem,calc(.5401931447rem + .4352557127vw),1.0625rem)/clamp(.8125rem,calc(.3359630033rem + .7616974973vw),1.25rem) Circe;
    letter-spacing: -.01em;
    margin-right: clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem);
    display: inline-block;
    position: relative
}

@media (max-width: 1000px) {
    .breadcrumbs_wrap .breadcrumbs_list li::before {
        font:400 12px/116% Circe
    }
}

.breadcrumbs_wrap .breadcrumbs_list li:first-child {
    padding-left: 0
}

.breadcrumbs_wrap .breadcrumbs_list li:first-child::before {
    display: none
}

.breadcrumbs_wrap .breadcrumbs_list li a {
    color: rgba(41,41,41,.3);
    font: 400 clamp(.8125rem,calc(.5401931447rem + .4352557127vw),1.0625rem)/clamp(.8125rem,calc(.3359630033rem + .7616974973vw),1.25rem) Circe;
    letter-spacing: -.17px;
    display: inline-block;
    position: relative;
    transition: .35s
}

@media (max-width: 1000px) {
    .breadcrumbs_wrap .breadcrumbs_list li a {
        font:400 12px/116% Circe
    }
}

.breadcrumbs_wrap .breadcrumbs_list li a:hover {
    color: #292929;
    transition: .35s
}

.breadcrumbs_wrap .breadcrumbs_list li a:hover img {
    opacity: 1
}

.breadcrumbs_wrap .breadcrumbs_list li span {
    color: rgba(41,41,41,.46)
}

.breadcrumbs_wrap .breadcrumbs_list li .bac_arw {
    width: clamp(.5rem,calc(.0234630033rem + .7616974973vw),.9375rem);
    height: clamp(.5rem,calc(.0234630033rem + .7616974973vw),.9375rem);
    display: inline-block;
    margin-top: clamp(-.1875rem,calc(.0736534276rem + -.2176278564vw),-.0625rem);
    margin-right: clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem);
    opacity: .5;
    transition: all .3s ease 0s
}

@media (max-width: 1000px) {
    .breadcrumbs_wrap .breadcrumbs_list li .bac_arw {
        width:8px;
        height: 8px;
        margin-top: -3px;
        margin-right: 6px
    }
}

.main_ttl {
    margin-top: clamp(1.875rem,calc(-.1673014146rem + 3.2644178455vw),3.75rem);
    margin-bottom: clamp(1.875rem,calc(-.1673014146rem + 3.2644178455vw),3.75rem)
}

@media (max-width: 1000px) {
    .main_ttl {
        margin-bottom:24px
    }
}

.main_ttl h1 {
    font: 400 clamp(2rem,calc(.0938520131rem + 3.0467899891vw),3.75rem)/100% Circe;
    letter-spacing: -.04em;
    color: #292929;
    text-align: start;
    text-transform: uppercase
}

.main_ttl h1 .ot {
    color: #ee7327
}

.rvw_politika {
	
}

.rvw_politika p {
	margin: 0 0 20px;
	color: #292929;
	font: 400 clamp(.875rem, calc(.3303862894rem + .8705114255vw), 1.375rem) / clamp(1.125rem, calc(.4442328618rem + 1.0881392818vw), 1.75rem) Circe;
	letter-spacing: clamp(-.01375rem, calc(-.0033038629rem + -.0087051143vw), -.00875rem);
}

.main_ttl {
	margin-bottom:24px
}

:root {
    --bezier: cubic-bezier(0.42,0,0.58,1);
    --trans-dur: 0.3s
}

.rating {
    margin: auto
}

.rating__stars {
    display: flex;
    padding-bottom: .375em;
    position: relative
}

.rating__star {
    display: block;
    overflow: visible;
    pointer-events: none;
    width: 2em;
    height: 2em
}

.rating__star-fill,.rating__star-line,.rating__star-ring,.rating__star-stroke {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
}

.rating__star-fill,.rating__star-line,.rating__star-ring {
    stroke: #ee7327
}

.rating__star-fill {
    fill: #ee7327;
    transform: scale(0);
    transition: fill var(--trans-dur) var(--bezier),transform var(--trans-dur) var(--bezier)
}

.rating__star-line {
    stroke-dasharray: 12 13;
    stroke-dashoffset: -13
}

.rating__star-stroke {
    stroke: #ee7327;
    transition: stroke var(--trans-dur)
}

.rating__label {
    cursor: pointer;
    padding: .125em
}

.rating__label--delay1 .rating__star-fill,.rating__label--delay1 .rating__star-line,.rating__label--delay1 .rating__star-ring,.rating__label--delay1 .rating__star-stroke {
    animation-delay: 50ms
}

.rating__label--delay2 .rating__star-fill,.rating__label--delay2 .rating__star-line,.rating__label--delay2 .rating__star-ring,.rating__label--delay2 .rating__star-stroke {
    animation-delay: .1s
}

.rating__label--delay3 .rating__star-fill,.rating__label--delay3 .rating__star-line,.rating__label--delay3 .rating__star-ring,.rating__label--delay3 .rating__star-stroke {
    animation-delay: .15s
}

.rating__label--delay4 .rating__star-fill,.rating__label--delay4 .rating__star-line,.rating__label--delay4 .rating__star-ring,.rating__label--delay4 .rating__star-stroke {
    animation-delay: .2s
}

.rating__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.rating__input-1:hover~[data-rating="1"][hidden],.rating__input-2:hover~[data-rating="2"][hidden],.rating__input-3:hover~[data-rating="3"][hidden],.rating__input-4:hover~[data-rating="4"][hidden],.rating__input-5:hover~[data-rating="5"][hidden],.rating__input:checked:hover~[data-rating]:not([hidden]) {
    display: block
}

.rating__input-1:hover~.rating__label:first-of-type .rating__star-fill,.rating__input-2:hover~.rating__label:nth-of-type(-n+2) .rating__star-fill,.rating__input-3:hover~.rating__label:nth-of-type(-n+3) .rating__star-fill,.rating__input-4:hover~.rating__label:nth-of-type(-n+4) .rating__star-fill,.rating__input-5:hover~.rating__label:nth-of-type(-n+5) .rating__star-fill {
    stroke: #ee7327;
    transform: scale(1)
}

.rating__input-1:checked~.rating__label:first-of-type .rating__star-ring,.rating__input-2:checked~.rating__label:nth-of-type(-n+2) .rating__star-ring,.rating__input-3:checked~.rating__label:nth-of-type(-n+3) .rating__star-ring,.rating__input-4:checked~.rating__label:nth-of-type(-n+4) .rating__star-ring,.rating__input-5:checked~.rating__label:nth-of-type(-n+5) .rating__star-ring {
    animation-name: starRing
}

.rating__input-1:checked~.rating__label:first-of-type .rating__star-stroke,.rating__input-2:checked~.rating__label:nth-of-type(-n+2) .rating__star-stroke,.rating__input-3:checked~.rating__label:nth-of-type(-n+3) .rating__star-stroke,.rating__input-4:checked~.rating__label:nth-of-type(-n+4) .rating__star-stroke,.rating__input-5:checked~.rating__label:nth-of-type(-n+5) .rating__star-stroke {
    animation-name: starStroke
}

.rating__input-1:checked~.rating__label:first-of-type .rating__star-line,.rating__input-2:checked~.rating__label:nth-of-type(-n+2) .rating__star-line,.rating__input-3:checked~.rating__label:nth-of-type(-n+3) .rating__star-line,.rating__input-4:checked~.rating__label:nth-of-type(-n+4) .rating__star-line,.rating__input-5:checked~.rating__label:nth-of-type(-n+5) .rating__star-line {
    animation-name: starLine
}

.rating__input-1:checked~.rating__label:first-of-type .rating__star-fill,.rating__input-2:checked~.rating__label:nth-of-type(-n+2) .rating__star-fill,.rating__input-3:checked~.rating__label:nth-of-type(-n+3) .rating__star-fill,.rating__input-4:checked~.rating__label:nth-of-type(-n+4) .rating__star-fill,.rating__input-5:checked~.rating__label:nth-of-type(-n+5) .rating__star-fill {
    animation-name: starFill
}

.rating__input-1:not(:checked):hover~.rating__label:first-of-type .rating__star-fill,.rating__input-2:not(:checked):hover~.rating__label:nth-of-type(2) .rating__star-fill,.rating__input-3:not(:checked):hover~.rating__label:nth-of-type(3) .rating__star-fill,.rating__input-4:not(:checked):hover~.rating__label:nth-of-type(4) .rating__star-fill,.rating__input-5:not(:checked):hover~.rating__label:nth-of-type(5) .rating__star-fill {
    fill: #ee7327
}

.rating__sr {
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px
}

@keyframes starRing {
    20% {
        animation-timing-function: ease-in;
        opacity: 1;
        stroke-width: 16px;
        transform: scale(.5)
    }

    35% {
        animation-timing-function: ease-out;
        opacity: .5;
        stroke-width: 16px;
        transform: scale(1)
    }

    50%,to {
        opacity: 0;
        stroke-width: 0;
        transform: scale(1)
    }
}

@keyframes starFill {
    40% {
        animation-timing-function: ease-out;
        transform: scale(.7)
    }

    60% {
        animation-timing-function: ease-in-out;
        transform: scale(1.2)
    }

    80% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes starStroke {
    from {
        transform: scale(1)
    }

    20%,to {
        transform: scale(0)
    }
}

@keyframes starLine {
    40% {
        animation-timing-function: ease-out;
        stroke-dasharray: 1 23;
        stroke-dashoffset: 1
    }

    60%,to {
        stroke-dasharray: 12 13;
        stroke-dashoffset: -13
    }
}

.fancybox-overlay {
    background-image: none;
    background: rgba(9,25,47,.56) repeat
}

.nnvg .fancybox-button--arrow_left,.nnvg .fancybox-button--arrow_right {
    display: none!important
}

.nnvg .fancybox-button svg {
    color: #000;
    display: none;
    background: url(../img/bcl.svg) no-repeat 0 0;
    width: 2.9rem;
    height: 3rem;
    top: 5rem;
    right: 5rem
}

.nnvg .fancybox-slide--html {
    padding: 0
}

.fancybox-button svg {
    display: none
}

.win_popup {
    width: clamp(21.125rem,calc(.9742927095rem + 32.2089227421vw),39.625rem);
    border-radius: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem);
    background: #fff;
    max-height: calc(100vh - clamp(1.625rem,calc(.127312296rem + 2.39390642vw),3rem))
}

@media (max-width: 1000px) {
    .win_popup {
        max-height:100%;
        width: 100%;
        border-radius: 5px 5px 0 0
    }
}

.win_popup .mCustomScrollBox {
    max-height: 100%
}

.win_popup .mCSB_inside>.mCSB_container {
    margin-right: 0;
    overflow: visible
}

.win_popup .mCSB_outside+.mCSB_scrollTools {
    right: 0
}

.win_popup .mCSB_scrollTools {
    right: clamp(.25rem,calc(.1138465724rem + .2176278564vw),.375rem);
    left: auto;
    width: 4px;
    z-index: 25
}

.win_popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none
}

.win_popup .mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
    background-color: rgba(30,34,46,.16);
    border-radius: 5px;
    width: 4px
}

.win_popup .mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 5px;
    background: 0 0;
    margin: auto
}

.blc_file_upload {
    padding-left: 0
}

.blc_file_upload .mulip {
    display: none
}

.blc_file_upload .error-message {
    margin-top: clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem);
    font: 400 clamp(.625rem,calc(.0803862894rem + .8705114255vw),1.125rem)/116% Circe;
    letter-spacing: -.015em;
    color: #fb362f
}

@media (max-width: 1000px) {
    .blc_file_upload .error-message {
        font:400 14px/116% Circe
    }
}

.blc_file_upload .drop {
    flex-wrap: wrap
}

.blc_file_upload .drop a.dwn {
    padding-left: clamp(1.1875rem,calc(.0301958651rem + 1.8498367791vw),2.25rem);
    display: block;
    font: 400 clamp(.625rem,calc(.0803862894rem + .8705114255vw),1.125rem)/116% Circe;
    letter-spacing: -.015em;
    color: rgba(41,41,41,.7);
    white-space: nowrap;
    padding-right: 0;
    position: relative;
    cursor: pointer;
    transition: .35s
}

@media (max-width: 1000px) {
    .blc_file_upload .drop a.dwn {
        font:400 16px/116% Circe;
        padding-left: 25px
    }
}

@media (min-width: 1001px) {
    .blc_file_upload .drop a.dwn:hover {
        transition:.35s;
        color: #292929
    }
}

.blc_file_upload .drop a.dwn::before {
    position: absolute;
    content: "";
    background: url(../img/s62.svg) no-repeat 0 0/cover;
    width: clamp(.6875rem,calc(.0748095756rem + .9793253536vw),1.25rem);
    height: clamp(.6875rem,calc(.0748095756rem + .9793253536vw),1.25rem);
    left: 0;
    top: clamp(-.125rem,calc(.0055767138rem + -.1088139282vw),-.0625rem);
    cursor: pointer
}

@media (max-width: 1000px) {
    .blc_file_upload .drop a.dwn::before {
        height:17px;
        width: 17px
    }
}

.blc_file_upload .drop .allowed_files {
    font: 400 clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem)/116% Circe;
    letter-spacing: -.01em;
    color: #728487
}

@media (max-width: 1000px) {
    .blc_file_upload .drop .allowed_files {
        font:400 14px/116% Circe
    }
}

.blc_file_upload .drop ul.list_dwn {
    left: 0
}

.blc_file_upload .drop ul.list_dwn li {
    margin-top: 6px;
    padding-right: 0;
    font: 400 clamp(.875rem,calc(.7388465724rem + .2176278564vw),1rem)/20px Circe;
    letter-spacing: -.16px;
    display: flex;
    align-items: center;
    color: #000
}

@media (max-width: 1000px) {
    .blc_file_upload .drop ul.list_dwn li {
        margin-top:10px;
        font: 400 14px/18px Circe;
        letter-spacing: -.14px
    }
}

.blc_file_upload .drop ul.list_dwn li::after {
    display: none
}

.blc_file_upload .drop ul.list_dwn li span {
    margin-left: 16px;
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    cursor: pointer
}

.blc_file_upload .drop ul.list_dwn li span::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin: auto;
    transform: rotate(-45deg);
    content: "";
    display: block;
    height: 1px;
    width: 16px;
    background: #000
}

.blc_file_upload .drop ul.list_dwn li span::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin: auto;
    transform: rotate(45deg);
    content: "";
    display: block;
    height: 1px;
    width: 16px;
    background: #000
}

.blc_file_upload .drop ul.list_dwn li p {
    font: 400 clamp(.875rem,calc(.7388465724rem + .2176278564vw),1rem)/20px Circe;
    color: rgba(0,0,0,.6)
}

@media (max-width: 768px) {
    .blc_file_upload .drop ul.list_dwn li p {
        font:400 14px/18px
    }
}

.iagree {
    position: relative;
    width: 100%
}

.iagree:not(:last-child) {
    margin-bottom: clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem)
}

@media (max-width: 1000px) {
    .iagree:not(:last-child) {
        margin-bottom:20px
    }
}

.iagree input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000rem;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: .1rem;
    width: .1rem;
    margin: -.1rem;
    padding: 0;
    border: 0
}

.iagree input[type=checkbox].css-checkbox+label.css-label {
    padding-left: clamp(1rem,calc(.0469260065rem + 1.5233949946vw),1.875rem);
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    color: #292929;
    font: 400 clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem)/116% Circe;
    letter-spacing: -.015em;
    color: #292929
}

@media (max-width: 1000px) {
    .iagree input[type=checkbox].css-checkbox+label.css-label {
        padding-left:26px;
        font: 400 14px/116% Circe
    }
}

.iagree input[type=checkbox].css-checkbox+label.css-label a {
    position: relative;
    color: rgba(41,41,41,.4);
    transition: all .3s ease 0s
}

.iagree input[type=checkbox].css-checkbox+label.css-label a:before {
    content: "";
    background: currentColor;
    bottom: 0;
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: scaleX(1);
    transform-origin: 100% 100%;
    transition-duration: .5s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    will-change: transform
}

.iagree input[type=checkbox].css-checkbox+label.css-label a:hover {
    color: rgba(41,41,41,.6)
}

.iagree input[type=checkbox].css-checkbox+label.css-label a:hover:before {
    animation: link .7s forwards
}

.iagree input[type=checkbox].css-checkbox:checked+label.css-label::after {
    border: 1px solid #ee7327
}

.iagree input[type=checkbox].css-checkbox:checked+label.css-label:before {
    background: #ee7327
}

.iagree input[type=checkbox].css-checkbox:hover+label.css-label::after {
    border: 1px solid #ee7327
}

.iagree label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #292929
}

.iagree label.css-label:before {
    content: "";
    position: absolute;
    top: clamp(.125rem,calc(-.0111534276rem + .2176278564vw),.25rem);
    left: clamp(.125rem,calc(-.0111534276rem + .2176278564vw),.25rem);
    width: clamp(.3125rem,calc(-.0278835691rem + .5440696409vw),.625rem);
    height: clamp(.3125rem,calc(-.0278835691rem + .5440696409vw),.625rem);
    background: rgba(0,0,0,0);
    z-index: 1;
    border-radius: clamp(.0625rem,calc(-.0736534276rem + .2176278564vw),.1875rem);
    transition: all .3s ease 0s
}

@media (max-width: 1000px) {
    .iagree label.css-label:before {
        top:4px;
        left: 4px;
        height: 10px;
        width: 10px;
        border-radius: 3px
    }
}

.iagree label.css-label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(.625rem,calc(.0803862894rem + .8705114255vw),1.125rem);
    height: clamp(.625rem,calc(.0803862894rem + .8705114255vw),1.125rem);
    border: .1rem solid rgba(41,41,41,.4);
    z-index: 1;
    border-radius: clamp(.1875rem,calc(-.0167301415rem + .3264417845vw),.375rem);
    transition: all .3s ease 0s
}

@media (max-width: 768px) {
    .iagree label.css-label:after {
        width:18px;
        height: 18px;
        border-radius: 6px
    }
}

.fancybox-inner {
    overflow: visible!important;
    width: 100vw;
    min-height: 10rem
}

.fancybox-stage {
    width: 100vw
}

.fancybox-is-open .fancybox-infobar {
    opacity: 0!important;
    visibility: hidden!important
}

.fancybox-infobar {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    border: .3rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .13em;
    font: 300 1.6rem/1.6rem GretaCndPro;
    color: #fff
}

.fancybox-content {
    padding: 0
}

@media (max-width: 1000px) {
    .fancybox-content {
        vertical-align:bottom
    }
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

.fancybox-bg {
    background: rgba(47,47,47,.3)
}

.fancybox-button--close {
    margin-top: 24px;
    margin-right: 24px;
    border-radius: 3px;
    width: 52px;
    height: 52px;
    background: #fff;
    transition: all .3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center
}

.fancybox-button--close:hover {
    opacity: .8
}

.fancybox-button--close svg {
    display: none;
    width: 24px;
    height: 24px
}

.fancybox-button--close svg path {
    fill: #000
}

.fancybox-slide--html {
    padding: 0
}

.fancybox-slide--html .fancybox-close-small {
    top: clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem);
    right: clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem);
    width: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem);
    height: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem)
}

@media (max-width: 1000px) {
    .fancybox-slide--html .fancybox-close-small {
        top:16px;
        right: 16px;
        width: 16px;
        height: 16px
    }
}

.fancybox-slide--html .fancybox-close-small::after {
    content: "";
    background: url(../img/s54.svg) no-repeat 0 0/cover;
    width: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem);
    height: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin: auto
}

@media (max-width: 1000px) {
    .fancybox-slide--html .fancybox-close-small::after {
        width:16px;
        height: 16px
    }
}

.compensate-for-scrollbar {
    margin-right: 15px!important
}

.f1 .form_btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.f1 .form_btn button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    width: auto;
    height: 4.583vw;
    border-radius: 1.042vw;
    background: #ee7327;
    padding: 0 3.125vw;
    color: #fff;
    font: 400 clamp(1.125rem,calc(.7165397171rem + .6528835691vw),1.5rem)/clamp(1.125rem,calc(.7165397171rem + .6528835691vw),1.5rem) Circe;
    letter-spacing: clamp(-.0075rem,calc(-.0022769314rem + -.0043525571vw),-.005rem);
    position: relative;
    border: 0
}

.f1 .form_btn button::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(211deg,#f6c9b2 3.63%,#f4884c 59.96%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear
}

.f1 .form_btn button::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(14deg,#f6c9b2 -25.1%,#f4884c 56.8%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear
}

@media (max-width: 1000px) {
    .f1 .form_btn button {
        font:400 19px/19px Circe;
        letter-spacing: -.095px;
        height: 61px;
        border-radius: 20px;
        padding: 0 24px;
        justify-content: center
    }
}

.f1 .form_btn button:disabled {
    opacity: .4;
    pointer-events: none
}

.f1 .form_btn button:hover {
    color: #fff;
    background: #f25f23;
    transition: .35s
}

.f1 .form_btn button:hover::after,.f1 .form_btn button:hover::before {
    opacity: 0
}

.f1 .form_btn button:hover .img-left {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(227deg,#f6c9b2 3.63% 3.63%,#f4884c 59.96%) no-repeat 0 0/cover;
    transition: .6s
}

.f1 .form_btn button:hover .img-right {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(67deg,#f6c9b2 3.63% 3.63%,#f4884c 59.96%) no-repeat 0 0/cover;
    transition: .6s
}

.f1 .form_btn button:active {
    color: #fff;
    background: 0 0;
    transition: .35s
}

.f1 .form_btn button:active::after {
    opacity: 0
}

.f1 .form_btn button .t {
    position: relative;
    z-index: 2
}

@media (max-width: 1000px) {
    .f1 .form_btn button {
        width:100%
    }
}

.f1 .form_file:not(:last-child) {
    margin-bottom: clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)
}

@media (max-width: 1000px) {
    .f1 .form_file:not(:last-child) {
        margin-bottom:24px
    }
}

.f1 .form_rate {
    margin-bottom: clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)
}

@media (max-width: 1000px) {
    .f1 .form_rate {
        margin-bottom:24px
    }
}

.f1 .form_rate .label,.f1 .form_rate label {
    font: 400 clamp(.625rem,calc(.0803862894rem + .8705114255vw),1.125rem)/116% Circe;
    letter-spacing: -.015em;
    color: rgba(41,41,41,.5);
    margin-bottom: clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem)
}

@media (max-width: 1000px) {
    .f1 .form_rate .label,.f1 .form_rate label {
        font:400 14px/116% Circe;
        margin-bottom: 12px
    }
}

.f1 .form_rate .rating__stars {
    margin-left: 0
}

.f1 .form_rate .rating__stars .rating__star {
    width: clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem);
    height: clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem)
}

@media (max-width: 1000px) {
    .f1 .form_rate .rating__stars .rating__star {
        width:32px;
        height: 32px
    }
}

.f1 .form_field {
    position: relative;
    display: flex;
    flex-direction: column
}

.f1 .form_field .parsley-errors-list {
    top: auto;
    bottom: clamp(-1.25rem,calc(-.0748095756rem + -.9793253536vw),-.6875rem)
}

@media (max-width: 1000px) {
    .f1 .form_field .parsley-errors-list {
        bottom:-16px
    }
}

.f1 .form_field .parsley-errors-list li {
    font: 400 clamp(.625rem,calc(.0803862894rem + .8705114255vw),1.125rem)/116% Circe;
    letter-spacing: -.015em;
    color: #fb362f
}

@media (max-width: 1000px) {
    .f1 .form_field .parsley-errors-list li {
        font:400 14px/116% Circe
    }
}

.f1 .form_field:not(:last-child) {
    margin-bottom: clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)
}

@media (max-width: 1000px) {
    .f1 .form_field:not(:last-child) {
        margin-bottom:20px
    }
}

.f1 .form_field .label,.f1 .form_field label {
    font: 400 clamp(.625rem,calc(.0803862894rem + .8705114255vw),1.125rem)/116% Circe;
    letter-spacing: -.015em;
    color: rgba(41,41,41,.5);
    margin-bottom: clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem)
}

@media (max-width: 1000px) {
    .f1 .form_field .label,.f1 .form_field label {
        font:400 14px/116% Circe;
        margin-bottom: 12px
    }
}

.f1 .form_field input,.f1 .form_field textarea {
    padding: clamp(.875rem,calc(-.0099972797rem + 1.4145810664vw),1.6875rem) clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem);
    border-radius: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem);
    border: 1px solid rgba(41,41,41,.12);
    font: 400 clamp(.75rem,calc(.0692328618rem + 1.0881392818vw),1.375rem)/116% Circe;
    letter-spacing: -.015em;
    color: #292929;
    transition: all .3s ease 0s
}

@media (max-width: 1000px) {
    .f1 .form_field input,.f1 .form_field textarea {
        padding:18px 20px;
        border-radius: 16px;
        font: 400 16px/116% Circe
    }
}

.f1 .form_field input::-moz-placeholder,.f1 .form_field textarea::-moz-placeholder {
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: rgba(41,41,41,.6)
}

.f1 .form_field input::placeholder,.f1 .form_field textarea::placeholder {
    transition: all .3s ease 0s;
    color: rgba(41,41,41,.6)
}

.f1 .form_field input:hover,.f1 .form_field textarea:hover {
    border: 1px solid rgba(41,41,41,.6)
}

.f1 .form_field input:hover::-moz-placeholder,.f1 .form_field textarea:hover::-moz-placeholder {
    color: rgba(41,41,41,.8)
}

.f1 .form_field input:hover::placeholder,.f1 .form_field textarea:hover::placeholder {
    color: rgba(41,41,41,.8)
}

.f1 .form_field input:focus,.f1 .form_field textarea:focus {
    border: 1px solid rgba(41,41,41,.6)
}

.f1 .form_field input:not(:-moz-placeholder),.f1 .form_field textarea:not(:-moz-placeholder) {
    border: 1px solid rgba(41,41,41,.6)
}

.f1 .form_field input:not(:placeholder-shown),.f1 .form_field textarea:not(:placeholder-shown) {
    border: 1px solid rgba(41,41,41,.6)
}

.f1 .form_field textarea {
    resize: none;
    min-height: clamp(3.875rem,calc(.1988574538rem + 5.8759521219vw),7.25rem)
}

@media (max-width: 1000px) {
    .f1 .form_field textarea {
        min-height:101px
    }
}

.f1 .form_field .select {
    max-height: none;
    width: 100%
}

.f1 .form_field .select .selectize-input {
    display: block;
    padding: clamp(.875rem,calc(-.0099972797rem + 1.4145810664vw),1.6875rem) clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem);
    border-radius: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem);
    border: 1px solid rgba(41,41,41,.12);
    background: 0 0;
    transition: all .3s ease 0s
}

@media (max-width: 1000px) {
    .f1 .form_field .select .selectize-input {
        padding:18px 20px;
        border-radius: 20px
    }
}

.f1 .form_field .select .selectize-input:hover {
    border: 1px solid rgba(41,41,41,.6)
}

.f1 .form_field .select .selectize-input:hover input::-moz-placeholder {
    color: rgba(41,41,41,.8)
}

.f1 .form_field .select .selectize-input:hover input::placeholder {
    color: rgba(41,41,41,.8)
}

.f1 .form_field .select .selectize-input:focus {
    border: 1px solid rgba(41,41,41,.6)
}

.f1 .form_field .select .selectize-input:has(input:not(:-moz-placeholder)) {
    border: 1px solid rgba(41,41,41,.6)
}

.f1 .form_field .select .selectize-input:has(input:not(:placeholder-shown)) {
    border: 1px solid rgba(41,41,41,.6)
}

.f1 .form_field .select .selectize-input .item {
    font: 400 clamp(.75rem,calc(.0692328618rem + 1.0881392818vw),1.375rem)/116% Circe;
    letter-spacing: -.015em;
    color: #292929
}

@media (max-width: 1000px) {
    .f1 .form_field .select .selectize-input .item {
        font:400 16px/116% Circe
    }
}

.f1 .form_field .select .selectize-input::before {
    display: none
}

.f1 .form_field .select .selectize-input::after {
    background: url(../img/s15.svg) no-repeat 0 0/cover;
    width: clamp(.625rem,calc(.0803862894rem + .8705114255vw),1.125rem);
    height: clamp(.375rem,calc(.1707698585rem + .3264417845vw),.5625rem);
    border: 0;
    transition: all .3s ease 0s
}

.f1 .form_field .select .selectize-input.dropdown-active::after {
    transform: rotate(-180deg)
}

.f1 .form_field .select .selectize-input input {
    border-radius: 0
}

.f1 .form_field .select .selectize-input input::-moz-placeholder {
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: rgba(41,41,41,.6)
}

.f1 .form_field .select .selectize-input input::placeholder {
    transition: all .3s ease 0s;
    color: rgba(41,41,41,.6)
}

.f1 .form_field .select .selectize-dropdown {
    border-radius: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem);
    border: 1px solid rgba(41,41,41,.12);
    background: #fff;
    transform: translateY(clamp(.3125rem,calc(.1082698585rem + .3264417845vw),.5rem));
    overflow: hidden
}

@media (max-width: 1000px) {
    .f1 .form_field .select .selectize-dropdown {
        border-radius:16px;
        transform: translateY(8px)
    }
}

.f1 .form_field .select .selectize-dropdown .option {
    font: 400 clamp(.75rem,calc(.0692328618rem + 1.0881392818vw),1.375rem)/116% Circe;
    letter-spacing: -.015em;
    color: #292929;
    padding: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem) clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem);
    transition: all .3s ease 0s
}

@media (max-width: 1000px) {
    .f1 .form_field .select .selectize-dropdown .option {
        font:400 16px/116% Circe;
        padding: 18px 20px
    }
}

.f1 .form_field .select .selectize-dropdown .option.active {
    background: #ee7327;
    color: #fff
}

.hides {
    display: none
}

.where_buy {
    padding: clamp(.9375rem,calc(.0525027203rem + 1.4145810664vw),1.75rem) clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem) clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)
}

@media (max-width: 1000px) {
    .where_buy {
        padding:24px 16px 16px
    }
}

.where_buy .where_buy_ttl {
    font: 400 clamp(.6875rem,calc(.0748095756rem + .9793253536vw),1.25rem)/116% Circe;
    letter-spacing: -.015em;
    color: rgba(41,41,41,.5);
    margin-bottom: clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)
}

@media (max-width: 1000px) {
    .where_buy .where_buy_ttl {
        font:400 16px/116% Circe;
        margin-bottom: 24px
    }
}

.where_buy .where_buy_list {
    margin-bottom: clamp(.8125rem,calc(.063656148rem + 1.19695321vw),1.5rem)
}

@media (max-width: 1000px) {
    .where_buy .where_buy_list {
        margin-bottom:11px
    }
}

.where_buy .where_buy_list .where_buy_item {
    position: relative;
    padding: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem);
    border-top: 1px solid rgba(41,41,41,.12);
    display: flex;
    gap: clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem);
    align-items: center;
    transition: all .3s ease 0s
}

@media (max-width: 1000px) {
    .where_buy .where_buy_list .where_buy_item {
        padding:16px;
        gap: 12px
    }
}

.where_buy .where_buy_list .where_buy_item:hover {
    border-radius: clamp(.6875rem,calc(.0748095756rem + .9793253536vw),1.25rem);
    background: #f8f8f8;
    border-top: 1px solid transparent;
    position: relative;
    z-index: 1
}

@media (max-width: 1000px) {
    .where_buy .where_buy_list .where_buy_item:hover {
        border-radius:20px
    }
}

.where_buy .where_buy_list .where_buy_item:hover:last-child {
    border-bottom: 1px solid transparent
}

.where_buy .where_buy_list .where_buy_item:hover+.where_buy_item {
    border-top: 1px solid transparent
}

.where_buy .where_buy_list .where_buy_item:hover p {
    color: #ee7327
}

.where_buy .where_buy_list .where_buy_item:hover .arw::after {
    opacity: 0
}

.where_buy .where_buy_list .where_buy_item:hover .arw::before {
    opacity: 1
}

.where_buy .where_buy_list .where_buy_item:last-child {
    border-bottom: 1px solid rgba(41,41,41,.12)
}

.where_buy .where_buy_list .where_buy_item img {
    width: clamp(1.25rem,calc(.0246191513rem + 1.9586507073vw),2.375rem);
    height: clamp(1.25rem,calc(.0246191513rem + 1.9586507073vw),2.375rem);
    border-radius: clamp(.375rem,calc(-.0334602829rem + .6528835691vw),.75rem)
}

@media (max-width: 1000px) {
    .where_buy .where_buy_list .where_buy_item img {
        width:38px;
        height: 38px;
        border-radius: 12px
    }
}

.where_buy .where_buy_list .where_buy_item p {
    transition: all .3s ease 0s;
    font: 400 clamp(.6875rem,calc(.0748095756rem + .9793253536vw),1.25rem)/100% Circe;
    letter-spacing: -.015em;
    color: #292929
}

@media (max-width: 1000px) {
    .where_buy .where_buy_list .where_buy_item p {
        font:400 18px/100% Circe
    }
}

.where_buy .where_buy_list .where_buy_item .arw {
    width: clamp(.3125rem,calc(-.0278835691rem + .5440696409vw),.625rem);
    height: clamp(.3125rem,calc(-.0278835691rem + .5440696409vw),.625rem);
    position: absolute;
    top: clamp(1rem,calc(.0469260065rem + 1.5233949946vw),1.875rem);
    right: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem)
}

@media (max-width: 1000px) {
    .where_buy .where_buy_list .where_buy_item .arw {
        width:10px;
        height: 10px;
        top: 30px;
        right: 16px
    }
}

.where_buy .where_buy_list .where_buy_item .arw::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../img/s42.svg) 0 0/cover no-repeat;
    transition: all .3s ease 0s
}

.where_buy .where_buy_list .where_buy_item .arw::before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../img/s42o.svg) 0 0/cover no-repeat;
    transition: all .3s ease 0s
}

.where_buy .where_buy_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    width: auto;
    height: 4.583vw;
    border-radius: 1.042vw;
    background: #ee7327;
    padding: 0 3.125vw;
    color: #fff;
    font: 400 clamp(1.125rem,calc(.7165397171rem + .6528835691vw),1.5rem)/clamp(1.125rem,calc(.7165397171rem + .6528835691vw),1.5rem) Circe;
    letter-spacing: clamp(-.0075rem,calc(-.0022769314rem + -.0043525571vw),-.005rem);
    position: relative;
    border: 0;
    width: 100%;
    padding: clamp(.5rem,calc(-.0446137106rem + .8705114255vw),1rem);
    height: auto
}

.where_buy .where_buy_btn::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(211deg,#f6c9b2 3.63%,#f4884c 59.96%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear
}

.where_buy .where_buy_btn::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(14deg,#f6c9b2 -25.1%,#f4884c 56.8%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear
}

@media (max-width: 1000px) {
    .where_buy .where_buy_btn {
        font:400 19px/19px Circe;
        letter-spacing: -.095px;
        height: 61px;
        border-radius: 20px;
        padding: 0 24px;
        justify-content: center
    }
}

.where_buy .where_buy_btn:disabled {
    opacity: .4;
    pointer-events: none
}

.where_buy .where_buy_btn:hover {
    color: #fff;
    background: #f25f23;
    transition: .35s
}

.where_buy .where_buy_btn:hover::after,.where_buy .where_buy_btn:hover::before {
    opacity: 0
}

.where_buy .where_buy_btn:hover .img-left {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(227deg,#f6c9b2 3.63% 3.63%,#f4884c 59.96%) no-repeat 0 0/cover;
    transition: .6s
}

.where_buy .where_buy_btn:hover .img-right {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(67deg,#f6c9b2 3.63% 3.63%,#f4884c 59.96%) no-repeat 0 0/cover;
    transition: .6s
}

.where_buy .where_buy_btn:active {
    color: #fff;
    background: 0 0;
    transition: .35s
}

.where_buy .where_buy_btn:active::after {
    opacity: 0
}

.where_buy .where_buy_btn .t {
    position: relative;
    z-index: 2
}

@media (max-width: 1000px) {
    .where_buy .where_buy_btn {
        pad:17px
    }
}

.where_buy .where_buy_btn span {
    line-height: 132%
}

.form_popup .desc {
    padding: 20px
}

@media (max-width: 1000px) {
    .form_popup .desc {
        padding:24px 16px
    }
}

.form_popup .desc .h2 {
    font: 400 clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem)/124% Circe;
    letter-spacing: -.015em;
    color: #292929;
    margin-bottom: clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem)
}

@media (max-width: 1000px) {
    .form_popup .desc .h2 {
        font:400 21px/124% Circe;
        margin-bottom: 24px
    }
}

.thank_you .desc {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: clamp(2.8125rem,calc(.157508161rem + 4.2437431991vw),5.25rem) clamp(2rem,calc(.0938520131rem + 3.0467899891vw),3.75rem) clamp(1.0625rem,calc(.0413492927rem + 1.6322089227vw),2rem)
}

@media (max-width: 1000px) {
    .thank_you .desc {
        padding:68px 16px 16px
    }
}

.thank_you .desc .ttl .h3 {
    font: 400 clamp(1.3125rem,calc(.0871191513rem + 1.9586507073vw),2.4375rem)/124% Circe;
    letter-spacing: -.015em;
    color: #292929;
    margin-bottom: clamp(2.375rem,calc(.0603917301rem + 3.6996735582vw),4.5rem)
}

@media (max-width: 1000px) {
    .thank_you .desc .ttl .h3 {
        font:400 24px/124% Circe;
        margin-bottom: 83px
    }
}

.thank_you .desc .popup_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    width: auto;
    height: 4.583vw;
    border-radius: 1.042vw;
    background: #ee7327;
    padding: 0 3.125vw;
    color: #fff;
    font: 400 clamp(1.125rem,calc(.7165397171rem + .6528835691vw),1.5rem)/clamp(1.125rem,calc(.7165397171rem + .6528835691vw),1.5rem) Circe;
    letter-spacing: clamp(-.0075rem,calc(-.0022769314rem + -.0043525571vw),-.005rem);
    position: relative;
    border: 0
}

.thank_you .desc .popup_btn::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(211deg,#f6c9b2 3.63%,#f4884c 59.96%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear
}

.thank_you .desc .popup_btn::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(14deg,#f6c9b2 -25.1%,#f4884c 56.8%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear
}

@media (max-width: 1000px) {
    .thank_you .desc .popup_btn {
        font:400 19px/19px Circe;
        letter-spacing: -.095px;
        height: 61px;
        border-radius: 20px;
        padding: 0 24px;
        justify-content: center
    }
}

.thank_you .desc .popup_btn:disabled {
    opacity: .4;
    pointer-events: none
}

.thank_you .desc .popup_btn:hover {
    color: #fff;
    background: #f25f23;
    transition: .35s
}

.thank_you .desc .popup_btn:hover::after,.thank_you .desc .popup_btn:hover::before {
    opacity: 0
}

.thank_you .desc .popup_btn:hover .img-left {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(227deg,#f6c9b2 3.63% 3.63%,#f4884c 59.96%) no-repeat 0 0/cover;
    transition: .6s
}

.thank_you .desc .popup_btn:hover .img-right {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(67deg,#f6c9b2 3.63% 3.63%,#f4884c 59.96%) no-repeat 0 0/cover;
    transition: .6s
}

.thank_you .desc .popup_btn:active {
    color: #fff;
    background: 0 0;
    transition: .35s
}

.thank_you .desc .popup_btn:active::after {
    opacity: 0
}

.thank_you .desc .popup_btn .t {
    position: relative;
    z-index: 2
}

@media (max-width: 1000px) {
    .thank_you .desc .popup_btn {
        width:100%
    }
}

/*# sourceMappingURL=reviews.min.css.map */
