*,
::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: "Mulish";
    src: url(../fonts/Mulish/Mulish-VariableFont_wght.ttf) format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mulish";
    src: url(../fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf) format("truetype");
    font-weight: 100 900;
    font-style: italic;
    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-weight: 300;
    font-size: 7.2rem;
    line-height: 7rem;
    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
    }
}

@media (max-width:1450px) {
    .v_menu .desc .vm_list li a {
        font: 300 6.6rem/6.4rem
    }
}

@media (max-width:1366px) {
    .v_menu .desc .vm_list li a {
        font: 300 5.8rem/5.7rem
    }
}

@media (max-width:1200px) {
    .v_menu .desc .vm_list li a {
        font: 300 4.8rem/4.7rem
    }
}

@media (max-width:1100px) {
    .v_menu .desc .vm_list li a {
        font: 300 4.1rem/4.1rem
    }
}

@media (max-width:1000px) {
    .v_menu .desc .vm_list li a {
        font: 300 2.9rem/2.9rem
    }
}

.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-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
    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-weight: 300;
        font-size: 1.6rem;
        line-height: 1.6rem;
        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
    }
}

.pin-spacer-sfo {
    z-index: 450 !important
}

.pin-spacer-tlForm {
    pointer-events: none
}

.pin-spacer-tlForm.active {
    pointer-events: auto
}

.sap_form_ovr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 200;
    pointer-events: none
}

@media (max-width:760px) {
    .sap_form_ovr {
        pointer-events: none;
        position: fixed;
        height: 100%;
        overflow: hidden;
        transform: translateX(100%);
        transition: .7s ease-in-out;
        z-index: 400
    }
}

@media (max-width:760px) {
    .sap_form_ovr.active {
        pointer-events: auto;
        transform: translateX(0);
        transition: .7s ease-in-out
    }
}

.sap_form_ovr .scroll-content {
    min-height: 100%
}

.sap_form_scr {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

@media (max-width:760px) {
    .sap_form_scr {
        height: 100%;
        position: absolute;
        overflow-y: scroll;
        width: calc(100% + 20px)
    }
}

.sap_form_scr .sap_form_scr_in {
    height: 100%
}

@media (max-width:760px) {
    .sap_form_scr .sap_form_scr_in {
        position: relative;
        height: auto
    }
}

.sap_form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 75vw;
    background: #fff;
    z-index: 550;
    transform: translateX(100%);
    transition: .5s
}

@media (max-width:760px) {
    .sap_form {
        height: auto;
        transform: translateX(0);
        transition: 0s;
        position: relative
    }
}

.sap_form.active {
    transform: translateX(0);
    transition: .5s
}

@media (max-width:760px) {
    .sap_form.active {
        transition: 0s
    }
}

@media (max-width:760px) {
    .sap_form .container {
        padding-left: 1.6rem;
        padding-right: 3.6rem
    }
}

.sap_form .t_rows_mb {
    display: none
}

@media (max-width:760px) {
    .sap_form .t_rows_mb {
        display: flex;
        padding: 19px 0 0
    }
}

.sap_form .t_rows_mb p {
    margin-right: 6px
}

.sap_form .t_rows_mb p:last-child {
    margin-right: 0
}

.sap_form .t_rows_mb p a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative
}

.sap_form .t_rows {
    padding-top: .938vw
}

@media (max-width:760px) {
    .sap_form .t_rows {
        padding-top: 20px;
        display: none
    }
}

.sap_form .t_rows .t_cols {
    width: 100%;
    margin: 0 0 0
}

.sap_form .t_rows .t_cols p {
    color: rgba(0, 0, 0, .2);
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0;
    letter-spacing: -.025vw
}

.sap_form .t_rows_adr {
    margin: .417vw 0 0
}

@media (max-width:760px) {
    .sap_form .t_rows_adr {
        display: none
    }
}

.sap_form .t_rows_adr .t_cols_phn {
    display: flex
}

.sap_form .t_rows_adr p {
    color: rgba(0, 0, 0, .2);
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0;
    letter-spacing: -.025vw
}

.sap_form .t_rows_adr p a {
    color: #000;
    transition: .35s
}

.sap_form .t_rows_adr p a:hover {
    color: #a5b3c5;
    transition: .35s
}

.sap_form .t_rows_adr p a.tg {
    position: relative;
    display: inline-block;
    margin-left: 1.927vw;
    padding-right: 1.198vw;
    transition: .35s
}

.sap_form .t_rows_adr .t_cols_eml {
    margin: .26vw 0 0
}

.sap_form .m_rows {
    margin: 5.677vw 0 0 -.417vw
}

@media (max-width:760px) {
    .sap_form .m_rows {
        margin: 86px 0 0
    }
}

.sap_form .m_rows .h2 {
    color: #000;
    font-style: normal;
    font-size: 3.438vw;
    line-height: 3.542vw;
    letter-spacing: -.086vw
}

@media (max-width:760px) {
    .sap_form .m_rows .h2 {
        font-style: normal;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -.75px
    }
}

@media (max-width:760px) {
    .sap_form .m_rows .h2.h2_pc {
        display: none
    }
}

.sap_form .m_rows .h2.h2_mb {
    display: none
}

@media (max-width:760px) {
    .sap_form .m_rows .h2.h2_mb {
        display: block
    }
}

.sap_form .m_rows .h2 .br {
    display: block
}

.sap_form .b_rows {
    margin: 5.833vw 0 0
}

@media (max-width:760px) {
    .sap_form .b_rows {
        margin: 49px 0 0
    }
}

.sap_form .rows {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.083vw
}

@media (max-width:760px) {
    .sap_form .rows {
        flex-wrap: wrap;
        margin-top: 0
    }
}

.sap_form .rows.rows_e {
    margin-top: 0
}

.sap_form .rows.rows_e .cols.cols02 {
    border-color: transparent
}

@media (max-width:760px) {
    .sap_form .rows.rows_e .cols.cols02 {
        display: none
    }
}

.sap_form .rows.rows_btn {
    text-align: center;
    margin: 4.583vw 0 0
}

@media (max-width:760px) {
    .sap_form .rows.rows_btn {
        margin: 96px 0 0;
        flex-wrap: wrap
    }
}

.sap_form .rows.rows_btn .cols {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (max-width:760px) {
    .sap_form .rows.rows_btn .cols {
        display: block;
        margin-bottom: 0
    }
}

.sap_form .rows.rows_rdn .cols02 {
    display: flex
}

@media (max-width:760px) {
    .sap_form .rows.rows_rdn .cols02 {
        display: block;
        margin-bottom: 36px
    }
}

.sap_form .rows.rows_txr {
    margin-top: 0
}

.sap_form .rows.rows_txr .cols {
    height: 11.719vw;
    width: 100%;
    max-width: 75.677vw
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols {
        height: auto;
        max-width: 100%
    }
}

.sap_form .rows.rows_txr .cols .h6 {
    top: 2.448vw
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols .h6 {
        top: 0
    }
}

.sap_form .rows.rows_txr .cols .parsley-errors-list {
    top: 2.24vw;
    z-index: 20
}

@media (max-width:1280px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list {
        top: 1.172vw
    }
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list {
        top: -10px
    }
}

.sap_form .rows.rows_txr .cols .parsley-errors-list+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.406vw);
    transition: .35s
}

@media (max-width:1280px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list+.h6 {
        transform: translateY(-2.266vw)
    }
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list+.h6 {
        transform: translateY(-30px)
    }
}

.sap_form .rows .cols {
    width: 100%;
    max-width: 44.896vw;
    position: relative;
    height: 3.646vw;
    border-bottom: .1rem solid #000
}

@media (max-width:760px) {
    .sap_form .rows .cols {
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 0 41px
    }
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols_txt {
        height: 180px
    }
}

.sap_form .rows .cols.cols_txt .parsley-errors-list {
    top: -9px;
    z-index: 20
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols_txt .parsley-errors-list {
        top: 0
    }
}

.sap_form .rows .cols.cols01 {
    margin: 0
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols01 {
        margin: 0 0 41px
    }
}

.sap_form .rows .cols.cols02 .parsley-errors-list {
    left: 0
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols02 .parsley-errors-list {
        left: 0
    }
}

.sap_form .rows .cols.cols02 .r_ln_bh {
    opacity: 0;
    bottom: auto;
    top: 0
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols02 .r_ln_bh {
        opacity: 1
    }
}

.sap_form .rows .cols .parsley-errors-list {
    top: -.469vw;
    z-index: 20
}

@media (max-width:1280px) {
    .sap_form .rows .cols .parsley-errors-list {
        top: -.625vw
    }
}

@media (max-width:760px) {
    .sap_form .rows .cols .parsley-errors-list {
        top: -10px
    }
}

.sap_form .rows .cols .parsley-errors-list+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.823vw);
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .cols .parsley-errors-list+.h6 {
        transform: translateY(-30px)
    }
}

@media (max-width:760px) {
    .sap_form .rows .cols .r_ln_h {
        display: none
    }
}

.sap_form .rows input[type=text] {
    width: 100%;
    background: 0 0;
    border: 0;
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0;
    letter-spacing: -.031vw
}

@media (max-width:1280px) {
    .sap_form .rows input[type=text] {
        font: normal .938vw/.938vw
    }
}

@media (max-width:1024px) {
    .sap_form .rows input[type=text] {
        font: normal 1.172vw/1.172vw
    }
}

@media (max-width:760px) {
    .sap_form .rows input[type=text] {
        margin: 0;
        padding: 0 0 29px;
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]::-webkit-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]::-webkit-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]::-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]::-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]:-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]:-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]:-ms-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]:-ms-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]:focus+.h6,
.sap_form .rows input[type=text]:valid+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.823vw);
    transition: .35s
}

@media (max-width:760px) {

    .sap_form .rows input[type=text]:focus+.h6,
    .sap_form .rows input[type=text]:valid+.h6 {
        transform: translateY(-30px)
    }
}

.sap_form .rows .h6 {
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -.031vw;
    position: absolute;
    top: .104vw;
    left: 0;
    transition: .35s;
    pointer-events: none
}

@media (max-width:1280px) {
    .sap_form .rows .h6 {
        font: normal .938vw/.938vw
    }
}

@media (max-width:1024px) {
    .sap_form .rows .h6 {
        font: normal 1.172vw/1.172vw
    }
}

@media (max-width:760px) {
    .sap_form .rows .h6 {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px;
        top: 0
    }
}

.sap_form .rows .h5 {
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -.031vw;
    position: absolute;
    top: .104vw;
    left: 0;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .h5 {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows .h5.active {
    color: #000;
    transition: .35s
}

.sap_form .rows .r {
    display: flex;
    margin: -.156vw 0 0 9.063vw
}

@media (max-width:760px) {
    .sap_form .rows .r {
        margin: 51px 0 30px;
        flex-wrap: wrap
    }
}

.sap_form .rows .r .c {
    margin-right: .469vw
}

@media (max-width:760px) {
    .sap_form .rows .r .c {
        margin-right: 6px;
        margin-bottom: 7px
    }
}

.sap_form .rows .r .c:last-child {
    margin-right: 0
}

.sap_form .rows .r input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sap_form .rows .r input[type=radio].css-checkbox+label.css-label {
    padding: .521vw .833vw;
    border-radius: 3.125vw;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-style: normal;
    font-size: .938vw;
    line-height: .938vw;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:760px) {
    .sap_form .rows .r input[type=radio].css-checkbox+label.css-label {
        padding: 11px 20px;
        border-radius: 50px;
        font-style: normal;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -.4px
    }
}

.sap_form .rows .r input[type=radio].css-checkbox:checked+label.css-label {
    color: #fff;
    background: #181a1e
}

.sap_form .rows .r label.css-label {
    background: #f5f6f9;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .35s
}

.sap_form .rows .r label.css-label:hover {
    background: #a5b3c5;
    transition: .35s
}

.sap_form .rows textarea {
    width: 100%;
    background: 0 0;
    border: 0;
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.875vw;
    letter-spacing: -.031vw;
    resize: none;
    margin: 2.552vw 0 0;
    padding: 0;
    height: 9.115vw
}

@media (max-width:1280px) {
    .sap_form .rows textarea {
        font-style: normal;
        font-size: .938vw;
        line-height: 1.338vw;
        margin: 1.328vw 0 0
    }
}

@media (max-width:1024px) {
    .sap_form .rows textarea {
        font: normal 1.172vw/1.472vw
    }
}

@media (max-width:760px) {
    .sap_form .rows textarea {
        margin: 0;
        height: 175px;
        padding: 0 0 0;
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea::-webkit-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea::-webkit-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea::-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea::-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea:-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea:-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea:-ms-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea:-ms-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea:focus+.h6,
.sap_form .rows textarea:valid[required]+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.406vw);
    transition: .35s
}

@media (max-width:760px) {

    .sap_form .rows textarea:focus+.h6,
    .sap_form .rows textarea:valid[required]+.h6 {
        transform: translateY(-27px)
    }
}

.sap_form .rows .get_go {
    border: 0;
    cursor: pointer;
    color: #fff;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    background: #181a1e;
    border-radius: 3.125vw;
    letter-spacing: -.033vw;
    padding: 2.344vw 4.427vw;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .get_go {
        display: block;
        text-align: center;
        width: 100%;
        border-radius: 50px;
        letter-spacing: -.468px;
        padding: 25px 0;
        font: normal 18px/18px
    }
}

.sap_form .rows .get_go:hover {
    background: #a5b3c5;
    transition: .35s
}

.sap_form .rows .get_go[disabled] {
    cursor: default;
    border: 0;
    background: #f5f6f9;
    color: rgba(24, 26, 30, .3)
}

.sap_form .rows .get_go[disabled]:hover {
    cursor: default;
    border: 0;
    background: #f5f6f9;
    color: rgba(24, 26, 30, .3)
}

.sap_form .rows .iagrt {
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    margin: 0 0 0 2.969vw
}

@media (max-width:760px) {
    .sap_form .rows .iagrt {
        margin: 30px 0 50px
    }
}

.sap_form .rows .iagrt 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
}

.sap_form .rows .iagrt input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 1.51vw;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    letter-spacing: -.023vw;
    color: #c2c3c6;
    font-style: normal;
    font-size: .938vw;
    line-height: 1.146vw;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    text-align: left
}

@media (max-width:760px) {
    .sap_form .rows .iagrt input[type=checkbox].css-checkbox+label.css-label {
        padding-left: 47px;
        letter-spacing: -.4px;
        font: normal 16px/20px
    }
}

.sap_form .rows .iagrt input[type=checkbox].css-checkbox:checked+label.css-label:before {
    background: green
}

.sap_form .rows .iagrt label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #949494
}

.sap_form .rows .iagrt label.css-label:before {
    content: "";
    position: absolute;
    top: .156vw;
    bottom: 0;
    left: 0;
    width: .885vw;
    height: .885vw;
    background: red;
    z-index: 1;
    border-radius: 100%
}

@media (max-width:760px) {
    .sap_form .rows .iagrt label.css-label:before {
        top: 2px;
        width: 19px;
        height: 19px
    }
}

.sap_form .rows .iagrt a {
    color: #000;
    display: inline-block;
    position: relative;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .iagrt a {
        font: normal 16px/16px
    }
}

.sap_form .rows .iagrt a:hover {
    color: #a5b3c5;
    transition: .35s
}

.sap_form .rows .iagrt a:hover:after {
    background: #a5b3c5;
    transition: .35s
}

.sap_form .rows .iagrt a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: -.156vw;
    left: 0
}

@media (max-width:760px) {
    .sap_form .rows .iagrt a:after {
        bottom: -8px
    }
}

.sap_form .rows_agr {
    text-align: center;
    margin: 1.042vw 0 0
}

@media (max-width:760px) {
    .sap_form .rows_agr {
        margin: 20px 0 0
    }
}

.sap_form .rows_agr p {
    color: rgba(169, 171, 181, .7);
    font-style: normal;
    font-size: .625vw;
    line-height: .99vw;
    letter-spacing: .003vw
}

@media (max-width:760px) {
    .sap_form .rows_agr p {
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.4px
    }
}

.sap_form .rows_agr p .br {
    display: block
}

@media (max-width:760px) {
    .sap_form .rows_agr p .br {
        display: inline
    }
}

.sap_form .rows_agr p a {
    color: rgba(169, 171, 181, .7);
    display: inline-block;
    position: relative
}

.sap_form .rows_agr p a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(169, 171, 181, .7)
}

.sfc_wrap {
    position: absolute;
    top: .938vw;
    right: 1.25vw;
    opacity: 0;
    pointer-events: none;
    z-index: 250
}

.sfc_wrap.active {
    opacity: 1;
    pointer-events: auto
}

.sfc_wrap.active .sap_form_cls {
    opacity: 1;
    transition: .35s
}

.sap_form_cls {
    cursor: pointer;
    letter-spacing: -.012vw;
    color: #000;
    font-style: normal;
    font-size: 1.198vw;
    line-height: 1.198vw;
    margin: 0;
    border: 0;
    display: block;
    background: 0;
    padding-right: 1.823vw;
    opacity: 0;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form_cls {
        display: none
    }
}

.sap_form_cls:hover {
    color: #a5b3c5;
    transition: .35s
}

.sap_form_cls:hover:after {
    background: #00f;
    transition: .35s
}

.sap_form_cls:after {
    content: "";
    position: absolute;
    top: .208vw;
    right: 0;
    background: #00f;
    width: .938vw;
    height: .938vw;
    transition: .35s
}

.sap_form_cls_mb {
    display: none
}

@media (max-width:760px) {
    .sap_form_cls_mb {
        display: block;
        position: absolute;
        top: 18px;
        right: 35px;
        cursor: pointer;
        color: #000;
        margin: 0;
        border: 0;
        background: #000
    }

    .sap_form_cls_mb:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: #00f;
        width: 19px;
        height: 19px;
        transition: .35s
    }
}

.blc_fole_upl {
    text-align: left;
    margin: 2.188vw 0 0;
    position: relative
}

@media (max-width:760px) {
    .blc_fole_upl {
        margin: 0
    }
}

.blc_fole_upl .drop {
    display: flex;
    align-items: flex-start
}

@media (max-width:760px) {
    .blc_fole_upl .drop {
        display: block
    }
}

.blc_fole_upl a.dwn {
    position: relative;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -.031vw;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 0 1.927vw 0 0;
    transition: .35s;
    display: inline-block;
    order: -1
}

@media (max-width:760px) {
    .blc_fole_upl a.dwn {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px;
        padding: 0 30px 0 0
    }
}

.blc_fole_upl a.dwn:hover {
    color: #a5b3c5;
    transition: .35s
}

.blc_fole_upl a.dwn:hover:after {
    background: #00f;
    transition: .35s
}

.blc_fole_upl a.dwn.hd {
    opacity: .5;
    pointer-events: none
}

.blc_fole_upl a.dwn:after {
    content: "";
    position: absolute;
    top: .156vw;
    right: 0;
    background: #00f;
    width: 1.042vw;
    height: .99vw;
    transition: .35s
}

@media (max-width:760px) {
    .blc_fole_upl a.dwn:after {
        top: 0;
        width: 19px;
        height: 19px
    }
}

.blc_fole_upl p.desc {
    margin: .469vw 0 0 1.042vw;
    width: auto;
    font-style: normal;
    font-size: .833vw;
    line-height: .833vw;
    color: #000;
    display: none
}

@media (max-width:1600px) {
    .blc_fole_upl p.desc {
        font: 300 1vw/1vw
    }
}

@media (max-width:1450px) {
    .blc_fole_upl p.desc {
        font: normal 12px/12px
    }
}

.blc_fole_upl .mulip {
    display: none
}

.blc_fole_upl .parsley-errors-list {
    top: -.677vw
}

@media (max-width:760px) {
    .blc_fole_upl .parsley-errors-list {
        top: 0
    }
}

@media (max-width:450px) {
    .blc_fole_upl .parsley-errors-list {
        left: 25px
    }
}

ul.list_dwn {
    margin: 0;
    position: relative;
    bottom: 0;
    left: 5.781vw;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 75.677vw
}

@media (max-width:760px) {
    ul.list_dwn {
        max-width: 100%;
        left: 0
    }
}

ul.list_dwn li {
    position: relative;
    margin: 0 2.865vw .521vw 0;
    padding: 0 1.875vw 0 0;
    border-radius: 0;
    position: relative
}

@media (max-width:760px) {
    ul.list_dwn li {
        margin: 0 45px 10px 0;
        padding: 0 25px 0 0
    }
}

ul.list_dwn li:last-child {
    margin-right: 0
}

ul.list_dwn li.error>input {
    display: none !important
}

ul.list_dwn li:before {
    content: " ";
    display: table;
    display: none
}

ul.list_dwn li:after {
    content: " ";
    display: table;
    clear: both
}

ul.list_dwn li>div {
    display: none !important
}

ul.list_dwn p {
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    color: #000;
    letter-spacing: -.031vw;
    margin: 0;
    float: left
}

@media (max-width:760px) {
    ul.list_dwn p {
        font-style: normal;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -.4px
    }
}

ul.list_dwn i {
    font-weight: 300;
    font-size: .677vw;
    line-height: .833vw;
    color: #b2b2b2;
    margin: .052vw 0 0 .521vw;
    float: left;
    display: none
}

@media (max-width:1600px) {
    ul.list_dwn i {
        font: normal 12px/15px
    }
}

@media (max-width:1450px) {
    ul.list_dwn i {
        font: normal 10px/11px
    }
}

@media (max-width:760px) {
    ul.list_dwn i {
        font: normal 10px/10px
    }
}

ul.list_dwn span {
    background: 0 0;
    width: 1.146vw;
    height: 1.146vw;
    position: absolute;
    top: 1px;
    right: 0;
    cursor: pointer
}

@media (max-width:760px) {
    ul.list_dwn span {
        top: 2px;
        width: 14px;
        height: 14px
    }
}

ul.list_dwn span:hover:after,
ul.list_dwn span:hover:before {
    background: #a5b3c5;
    transition: all .35s
}

ul.list_dwn span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: .104vw;
    background: #000;
    transform: rotate(45deg);
    transition: all .35s
}

@media (max-width:760px) {
    ul.list_dwn span:after {
        height: 2px
    }
}

ul.list_dwn span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: .104vw;
    background: #000;
    transform: rotate(-45deg);
    transition: all .35s
}

@media (max-width:760px) {
    ul.list_dwn span:before {
        height: 2px
    }
}

.safari_mac ul.list_dwn span {
    top: 1px
}

@media (max-width:760px) {
    .safari_mac ul.list_dwn span {
        top: 2px
    }
}

.fancybox-overlay {
    background-image: none;
    background: rgba(9, 25, 47, .56) repeat
}

.fancybox-close {
    top: 1.8rem;
    right: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: none
}

.fancybox-close:after {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(45deg)
}

.fancybox-close:before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(-45deg)
}

.request_ovr_wrap {
    margin-top: 12.76vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 18.385vw
}

@media (max-width:1000px) {
    .request_ovr_wrap {
        margin-top: 60px;
        padding-bottom: 112px
    }
}

.request_ovr_wrap .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.125vw;
    width: clamp(7.1875rem, 5.7451923077rem + 6.4102564103vw, 13.4375rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (max-width:1000px) {
    .request_ovr_wrap .lnk_btn {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #afb1b4;
        margin-top: 0;
        width: 222px;
        border-radius: 40px;
        padding: 8px;
        padding-left: 27px
    }
}

@media (min-width:1001px) {
    .request_ovr_wrap .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .request_ovr_wrap .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .request_ovr_wrap .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .request_ovr_wrap .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .request_ovr_wrap .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .request_ovr_wrap .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.request_ovr_wrap .lnk_btn .r_crc {
    transition: .35s;
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 400;
    font-size: clamp(.625rem, .5096153846rem + .5128205128vw, 1.125rem);
    line-height: clamp(.75rem, .6346153846rem + .5128205128vw, 1.25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

@media (max-width:1000px) {
    .request_ovr_wrap .lnk_btn .r_crc {
        width: 40px;
        height: 40px;
        padding-bottom: 0;
        padding-left: 0;
        font: 500 12px/14px
    }
}

.request_ovr_wrap .lnk_btn .t {
    transition: .35s;
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .request_ovr_wrap .lnk_btn .t {
        font: 400 15px/21px
    }
}

@keyframes fontPreloader1 {
    from {
        font-family: "Mulish";
    }

    to {
        font-family: "Mulish";
    }
}

@keyframes fontPreloader2 {
    from {
        font-family: "Mulish";
    }

    to {
        font-family: "Mulish";
    }
}

body::before {
    content: "";
    font-family: "Mulish";;
    animation: fontPreloader1 .1s infinite;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden
}

body::after {
    content: "";
    font-family: "Mulish";
    animation: fontPreloader1 .1s infinite;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden
}

body,
html {
    font-size: 100%;
    line-height: 1;
    font-family: "Mulish";
}

body {
    overflow: hidden
}

@media (max-width:1000px) {
    body {
        overflow: visible
    }
}

body.hdn {
    overflow: hidden
}

.scroller {
    height: 100vh;
    position: relative;
    z-index: 300
}

@media (max-width:1000px) {
    .scroller {
        height: auto;
        overflow: hidden;
        opacity: 1
    }
}

.container {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 36px;
    padding-right: 36px
}

@media (max-width:1000px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

#wrap {
    margin-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 200;
    overflow: hidden
}

.pin-spacer-tlFixOvr {
    pointer-events: none;
    z-index: 220
}

.pin-spacer-tlSapFormCls {
    pointer-events: none;
    z-index: 220
}

.up {
    opacity: 0;
    transform: translateY(30%)
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.animate-on-scroll {
    overflow: hidden
}

#main {
    background: #fff;
    display: block;
    position: relative;
    min-height: 100%;
    height: auto;
    z-index: 200
}

#wrap {
    margin-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 200
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0;
    padding: 0
}

.hides {
    display: none
}

.selectize-input .item {
    color: #000
}

.selectize-control.single {
    height: auto;
    top: .2rem
}

.selectize-control.single .selectize-input {
    border: 0 solid #e8e8e8;
    border-radius: 0;
    background: #fff;
    text-align: left;
    padding: 0
}

.selectize-control.single .selectize-input.not-full {
    padding-top: 0;
    padding-bottom: 0
}

.selectize-control.single .selectize-input.dropdown-active {
    border-radius: 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    transform: rotate(180deg);
    margin: 0
}

.selectize-control.single .selectize-input:after {
    content: "";
    background: url(../img/s1.svg) no-repeat 0 0;
    width: .8rem;
    height: .5rem;
    border: 0;
    top: 1rem;
    right: 0;
    margin: 0;
    border-width: 0
}

.selectize-control.single .selectize-input .item {
    font-style: normal;
    font-size: 2.1rem;
    line-height: 2.1rem;
    color: #000
}

.selectize-control.single .selectize-input .item+input {
    display: none !important
}

.selectize-control.single .selectize-dropdown {
    border-color: rgba(0, 0, 0, .3);
    border-radius: 0;
    text-align: left;
    border: 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content {
    max-height: 23rem;
    padding-bottom: 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
    font-style: normal;
    font-size: 2.1rem;
    line-height: 2.1rem;
    color: #000;
    padding: .3rem 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option.active {
    background: #095aa5;
    color: #fff
}

.selectize-control.single .selectize-dropdown .nicescroll-rails {
    width: 1px !important;
    background: rgba(0, 0, 0, .3)
}

.selectize-control.single .selectize-dropdown .nicescroll-rails .nicescroll-cursors {
    left: 1.2rem
}

.parsley-errors-list {
    position: absolute;
    top: auto;
    bottom: -1.198vw;
    left: 1.458vw
}

@media (max-width:1000px) {
    .parsley-errors-list {
        left: 0;
        top: 0
    }
}

.parsley-errors-list li {
    color: #ed2929;
    font: normal .573vw/.573vw
}

@media (max-width:1000px) {
    .parsley-errors-list li {
        font: normal 10px/10px
    }
}

.production_wrap {
    padding-top: 10.417vw;
    padding-bottom: 18.385vw
}

@media (max-width:1000px) {
    .production_wrap {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

.production_wrap.detail {
    padding-bottom: 0;
    padding-top: 0
}

.production_wrap.detail h1 {
    margin-top: 10.417vw
}

@media (max-width:1000px) {
    .production_wrap.detail h1 {
        margin-top: 130px
    }
}

.production_wrap.detail.next_page .pr_detail_banner .bg_in {
    clip-path: inset(10% 10% 10% 10%)
}

.production_wrap.detail .request_ovr_wrap {
    margin-top: 4.479vw;
    padding-bottom: 0
}

@media (max-width:1000px) {
    .production_wrap.detail .request_ovr_wrap {
        margin-top: 36px
    }
}

.production_wrap .tbl {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: clamp(2.25rem, 1.9038461538rem + 1.5384615385vw, 3.75rem);
    line-height: clamp(2.5rem, 2.1105769231rem + 1.7307692308vw, 4.1875rem);
    letter-spacing: -.094vw;
    color: #383b43
}

@media (max-width:1000px) {
    .production_wrap .tbl {
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1.08px
    }
}

.production_wrap h1 {
    text-align: center;
    font-weight: 400;
    font-size: clamp(2.25rem, 1.9038461538rem + 1.5384615385vw, 3.75rem);
    line-height: clamp(2.5rem, 2.1105769231rem + 1.7307692308vw, 4.1875rem);
    letter-spacing: -.094vw;
    color: #99c0c2
}

@media (max-width:1000px) {
    .production_wrap h1 {
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1.08px
    }
}

.production_wrap h1 .bl {
    color: #383b43
}

.production_wrap h1 .br {
    display: block;
    height: clamp(2.5rem, 2.1105769231rem + 1.7307692308vw, 4.1875rem);
    overflow: hidden
}

@media (max-width:1000px) {
    .production_wrap h1 .br {
        height: 40px
    }
}

.production_wrap h1 .br .br_in {
    display: block;
    transform: translateY(100%)
}

.production_wrap .production_tabs {
    margin-top: 3.542vw;
    display: flex;
    justify-content: center;
    position: relative
}

@media (max-width:1000px) {
    .production_wrap .production_tabs {
        position: relative;
        width: calc(100% + 32px);
        left: -16px;
        padding-top: 0;
        margin-top: 44px;
        padding-bottom: 32px
    }
}

.production_wrap .production_tabs::after {
    display: none
}

@media (max-width:1000px) {
    .production_wrap .production_tabs::after {
        display: block;
        content: "";
        background: rgba(56, 59, 67, .5);
        height: 1px;
        opacity: .5;
        width: calc(100% - 32px);
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        bottom: 0;
        position: absolute
    }
}

.production_wrap .production_tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: .625vw;
    column-gap: .625vw
}

@media (max-width:1000px) {
    .production_wrap .production_tabs ul {
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
        max-width: 100%;
        position: relative;
        justify-content: flex-start;
        overflow-x: scroll;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: 0;
        -ms-overflow-style: none;
        max-width: 100%;
        -moz-column-gap: 8px;
        column-gap: 8px
    }

    .production_wrap .production_tabs ul::-webkit-scrollbar {
        display: none
    }
}

.production_wrap .production_tabs ul li.active {
    transition: .35s
}

.production_wrap .production_tabs ul li.active a {
    transition: .35s;
    background: #99c0c2;
    border: 1px solid #99c0c2;
    color: #fff
}

.production_wrap .production_tabs ul li a {
    display: inline-block;
    padding: .833vw 1.458vw .938vw;
    border-radius: 2.083vw;
    border: 1px solid rgba(56, 59, 67, .5);
    transition: .35s;
    font-weight: 400;
    font-size: clamp(.625rem, .2173913043rem + .652173913vw, 1rem);
    line-height: adaptive-lineheigh-1920-1000t(12, 18);
    color: #383b43
}

@media (max-width:1000px) {
    .production_wrap .production_tabs ul li a {
        padding: 12px 24px 14px;
        border-radius: 40px;
        font: 400 15px/18px
    }
}

@media (min-width:1001px) {
    .production_wrap .production_tabs ul li a:hover {
        transition: .35s;
        border: 1px solid #99c0c2
    }
}

.production_wrap .production_list {
    margin-top: 3.542vw;
    padding-top: 7.083vw;
    border-top: 1px solid rgba(56, 59, 67, .2)
}

@media (max-width:1000px) {
    .production_wrap .production_list {
        border-top: 0;
        padding-top: 0;
        margin-top: 56px
    }
}

.production_wrap .production_list .pr_rows {
    margin-top: 12.708vw;
    position: relative;
    display: flex
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 80px;
        display: block;
        padding-bottom: 52px
    }
}

.production_wrap .production_list .pr_rows:first-child {
    margin-top: 0
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .swiper-wrapper {
        min-height: 284px
    }
}

.production_wrap .production_list .pr_rows .swiper-scrollbar {
    display: none
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .swiper-scrollbar {
        height: 1px;
        display: block;
        width: calc(100% - 230px);
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(56, 59, 67, .5)
    }
}

.production_wrap .production_list .pr_rows .swiper-scrollbar .swiper-scrollbar-drag {
    width: 50%;
    background: #383b43
}

.production_wrap .production_list .pr_rows .mobile_desc {
    display: none
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .mobile_desc {
        display: block;
        margin-bottom: 32px
    }
}

.production_wrap .production_list .pr_rows .mobile_desc .cpr_name {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -.7px;
    margin-bottom: 32px;
    color: #383b43
}

.production_wrap .production_list .pr_rows .mobile_desc p {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -.255px;
    color: rgba(56, 59, 67, .6)
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols01 {
    z-index: 2;
    height: 58.854vw;
    position: absolute;
    left: 0;
    top: 0;
    width: 55.208vw;
    overflow: hidden
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols01 {
        border-radius: 5px;
        position: relative;
        width: 70.4vw;
        height: 75.733vw
    }
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols01.swiper-slide-visible {
    width: 46.933vw;
    height: 52.267vw;
    transition: 1.4s
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols01.swiper-slide-fully-visible {
    width: 70.4vw;
    height: 75.733vw;
    transition: 1.4s
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .bg_in {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 125%;
    top: -25%
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .bg_in {
        height: 100%;
        top: 0
    }
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .cpr_plasc {
    position: absolute;
    left: 2.083vw;
    bottom: 2.083vw;
    z-index: 2;
    background: #fff;
    border-radius: .26vw;
    padding: .313vw .313vw .833vw
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .cpr_plasc {
        left: 6px;
        bottom: 6px;
        border-radius: 4px;
        padding: 4px 4px 5px
    }
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .cpr_plasc .bg_min {
    height: 7.917vw;
    width: clamp(6.25rem, 1.222826087rem + 8.0434782609vw, 10.875rem);
    margin-bottom: .521vw;
    position: relative
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .cpr_plasc .bg_min {
        height: 16.267vw;
        width: 23.2vw;
        margin-bottom: 4px
    }
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .cpr_plasc .bg_min .bg_m_in {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .cpr_plasc .cpr_name {
    display: block;
    font-weight: 400;
    font-size: clamp(.6875rem, .347826087rem + .5434782609vw, 1rem);
    line-height: clamp(.875rem, .6032608696rem + .4347826087vw, 1.125rem);
    color: #383b43
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .cpr_plasc .cpr_name {
        font-weight: 400;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -.165px
    }
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .cpr_plasc .cpr_code {
    display: block;
    font-weight: 400;
    font-size: clamp(.6875rem, .347826087rem + .5434782609vw, 1rem);
    line-height: clamp(.875rem, .6032608696rem + .4347826087vw, 1.125rem);
    color: rgba(56, 59, 67, .5)
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols01 .cpr_plasc .cpr_code {
        font-weight: 400;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -.165px
    }
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols02 {
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    width: 47.5vw;
    height: auto
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols02 {
        overflow: hidden;
        border-radius: 5px;
        width: 46.933vw;
        height: 52.267vw
    }
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols02.swiper-slide-visible {
    width: 46.933vw;
    height: 52.267vw;
    transition: 1.4s
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols02.swiper-slide-fully-visible {
    width: 70.4vw;
    height: 75.733vw;
    transition: 1.4s
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols02 .t_desc {
    padding-top: 3.333vw;
    padding-left: 5.521vw;
    padding-right: 2.917vw;
    padding-bottom: 2.917vw
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols02 .t_desc {
        display: none
    }
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols02 .t_desc h3 {
    font-weight: 400;
    font-size: clamp(1.625rem, .9456521739rem + 1.0869565217vw, 2.25rem);
    line-height: clamp(2.125rem, 1.7173913043rem + .652173913vw, 2.5rem);
    letter-spacing: -.056vw;
    margin-bottom: 1.25vw;
    color: #383b43
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols02 .t_desc p {
    font-weight: 400;
    font-size: clamp(.9375rem, .2581521739rem + 1.0869565217vw, 1.5625rem);
    line-height: clamp(1.3125rem, .5652173913rem + 1.1956521739vw, 2rem);
    letter-spacing: -.02vw;
    color: rgba(56, 59, 67, .6)
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols02 .b_bg {
    position: relative;
    width: 100%;
    height: 52.813vw;
    overflow: hidden
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols02 .b_bg {
        height: 100%
    }
}

.production_wrap .production_list .pr_rows .pr_cols.pr_cols02 .b_bg .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 125%;
    top: -25%
}

@media (max-width:1000px) {
    .production_wrap .production_list .pr_rows .pr_cols.pr_cols02 .b_bg .bg_in {
        height: 100%;
        top: 0
    }
}

.production_wrap .pr_detail_banner {
    margin-top: 5.833vw;
    height: 56.25vw;
    width: 100%;
    position: relative;
    z-index: 100
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_banner {
        height: 288px;
        margin-top: 44px
    }
}

.production_wrap .pr_detail_banner .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_wrap .pr_detail_banner .tabs_detail {
    width: -moz-fit-content;
    width: fit-content;
    z-index: 100;
    position: absolute;
    top: auto;
    bottom: 1.302vw;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3.125vw;
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 6px;
    transition: .35s opacity;
    opacity: 1;
    pointer-events: all
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_banner .tabs_detail {
        display: none
    }
}

.production_wrap .pr_detail_banner .tabs_detail.hidden {
    opacity: 0;
    pointer-events: none;
    transition: .35s opacity
}

.production_wrap .pr_detail_banner .tabs_detail ul {
    display: flex;
    align-items: center
}

.production_wrap .pr_detail_banner .tabs_detail ul li a {
    display: inline-block;
    transition: .35s;
    padding: .833vw 1.667vw .99vw;
    border-radius: 3.125vw;
    font-weight: 400;
    font-size: clamp(.75rem, .6923076923rem + .2564102564vw, 1rem);
    line-height: clamp(1.125rem, 1.0673076923rem + .2564102564vw, 1.375rem);
    background: 0 0;
    border: 1px solid transparent;
    color: #292929
}

@media (min-width:1001px) {
    .production_wrap .pr_detail_banner .tabs_detail ul li a:hover {
        transition: .35s;
        border: 1px solid rgba(56, 59, 67, .16)
    }
}

.production_wrap .pr_detail_banner .tabs_detail ul li a.active {
    transition: .35s;
    color: #fff;
    background: #99c0c2;
    border: 1px solid #99c0c2
}

.production_wrap .pr_detail_img_rows {
    margin-top: 12.708vw;
    padding-bottom: 17.813vw;
    display: flex;
    align-items: flex-start;
    position: relative
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 80px;
        padding-bottom: 52px
    }
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .swiper-wrapper {
        align-items: flex-start;
        min-height: 404px
    }
}

.production_wrap .pr_detail_img_rows .swiper-scrollbar {
    display: none
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .swiper-scrollbar {
        height: 1px;
        display: block;
        width: calc(100% - 230px);
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(56, 59, 67, .5)
    }
}

.production_wrap .pr_detail_img_rows .swiper-scrollbar .swiper-scrollbar-drag {
    width: 50%;
    background: #383b43
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols01 {
    z-index: 2;
    position: absolute;
    top: 20.365vw;
    left: 0;
    height: auto;
    width: 50vw;
    transition: 1.4s
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .img_cols.img_cols01 {
        display: flex;
        justify-content: flex-start;
        flex-direction: column-reverse;
        top: 0;
        position: relative;
        width: 264px;
        height: auto
    }
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols01 .bg_img {
    height: 61.458vw;
    transition: 1.4s
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .img_cols.img_cols01 .bg_img {
        height: 284px
    }
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols01.swiper-slide-visible {
    width: 176px;
    height: auto;
    transition: 1.4s
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols01.swiper-slide-visible .bg_img {
    transition: 1.4s;
    height: 196px
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols01.swiper-slide-visible p {
    opacity: 0;
    transition: 1.4s;
    font: 400 10px/16px
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols01.swiper-slide-fully-visible {
    width: 264px;
    height: auto;
    transition: 1.4s
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols01.swiper-slide-fully-visible .bg_img {
    transition: 1.4s;
    height: 284px
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols01.swiper-slide-fully-visible p {
    opacity: 1;
    transition: 1.4s;
    font: 400 16px/22px
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols02 {
    position: relative;
    z-index: 1;
    width: 55.208vw;
    margin-right: 0;
    margin-left: auto;
    transition: 1.4s
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .img_cols.img_cols02 {
        width: 176px;
        height: auto;
        margin-left: 0;
        margin-right: 0
    }
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols02 .bg_img {
    height: 62.24vw;
    transition: 1.4s
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .img_cols.img_cols02 .bg_img {
        height: 196px
    }
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols02.swiper-slide-visible {
    width: 176px;
    height: auto;
    transition: 1.4s
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols02.swiper-slide-visible .bg_img {
    transition: 1.4s;
    height: 196px
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols02.swiper-slide-visible p {
    opacity: 0;
    transition: 1.4s;
    font: 400 10px/16px
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols02.swiper-slide-fully-visible {
    width: 264px;
    height: auto;
    height: auto;
    transition: 1.4s
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols02.swiper-slide-fully-visible .bg_img {
    transition: 1.4s;
    height: 284px
}

.production_wrap .pr_detail_img_rows .img_cols.img_cols02.swiper-slide-fully-visible p {
    opacity: 1;
    transition: 1.4s;
    font: 400 16px/22px
}

.production_wrap .pr_detail_img_rows .img_cols .bg_img {
    width: 100%;
    position: relative;
    overflow: hidden
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .img_cols .bg_img {
        border-radius: 5px
    }
}

.production_wrap .pr_detail_img_rows .img_cols .bg_img .bg_img_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 125%;
    top: -25%
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .img_cols .bg_img .bg_img_in {
        top: 0;
        height: 100%
    }
}

.production_wrap .pr_detail_img_rows .img_cols .t_desc {
    padding-left: 2.708vw;
    padding-bottom: 3.333vw;
    max-width: 90%
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .img_cols .t_desc {
        max-width: 100%;
        padding-bottom: 0;
        padding-top: 32px;
        padding-left: 0
    }
}

.production_wrap .pr_detail_img_rows .img_cols .b_desc {
    padding-top: 3.333vw;
    padding-left: 10.417vw
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .img_cols .b_desc {
        padding-top: 32px;
        padding-left: 0
    }
}

.production_wrap .pr_detail_img_rows .img_cols p {
    font-weight: 400;
    font-size: clamp(1rem, .3885869565rem + .9782608696vw, 1.5625rem);
    line-height: clamp(1.375rem, .5597826087rem + 1.3043478261vw, 2.125rem);
    letter-spacing: -.02vw;
    color: rgba(56, 59, 67, .6)
}

@media (max-width:1000px) {
    .production_wrap .pr_detail_img_rows .img_cols p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -.255px
    }

    .production_wrap .pr_detail_img_rows .img_cols p br {
        display: none
    }
}

.pr_detail_tabs_wrap {
    margin-top: 4.479vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap {
        margin-top: 80px
    }
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .container {
        padding-left: 0;
        padding-right: 0
    }
}

.pr_detail_tabs_wrap .tabs_lnks_list {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: .417vw;
    column-gap: .417vw;
    height: 5.365vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .tabs_lnks_list {
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
        position: relative;
        justify-content: flex-start;
        overflow-x: scroll;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: 0;
        -ms-overflow-style: none;
        max-width: 100%;
        -moz-column-gap: 8px;
        column-gap: 8px;
        height: 84px
    }

    .pr_detail_tabs_wrap .tabs_lnks_list::-webkit-scrollbar {
        display: none
    }
}

.pr_detail_tabs_wrap .tabs_lnks_list .tab_b {
    height: 5.156vw;
    width: clamp(8.75rem, 3.3152173913rem + 8.6956521739vw, 13.75rem);
    padding: .938vw 1.042vw;
    border-radius: .625vw;
    border: 1px solid rgba(56, 59, 67, .5);
    transition: all .55s cubic-bezier(.23, 1, .32, 1);
    color: rgba(56, 59, 67, .6);
    position: relative;
    cursor: pointer
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .tabs_lnks_list .tab_b {
        white-space: nowrap;
        height: 80px;
        min-width: 143px;
        padding: 16px 12px;
        border-radius: 12px
    }
}

@media (min-width:1001px) {
    .pr_detail_tabs_wrap .tabs_lnks_list .tab_b:hover {
        transition: .35s;
        border: 1px solid rgba(56, 59, 67, .8);
        color: rgba(56, 59, 67, .8)
    }
}

.pr_detail_tabs_wrap .tabs_lnks_list .tab_b::after {
    content: "";
    background-image: url(../img/s1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: .625vw;
    height: .625vw;
    position: absolute;
    right: 1.25vw;
    bottom: 1.354vw;
    opacity: 0;
    transition: all .55s cubic-bezier(.23, 1, .32, 1)
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .tabs_lnks_list .tab_b::after {
        width: 11px;
        height: 11px;
        right: 16px;
        bottom: 16px
    }
}

.pr_detail_tabs_wrap .tabs_lnks_list .tab_b.active {
    cursor: default;
    width: clamp(8.75rem, 2.6358695652rem + 9.7826086957vw, 14.375rem);
    height: 5.365vw;
    background: #99c0c2;
    border: 1px solid #99c0c2;
    transition: all .55s cubic-bezier(.23, 1, .32, 1);
    color: #fff
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .tabs_lnks_list .tab_b.active {
        min-width: 143px;
        height: 84px
    }
}

.pr_detail_tabs_wrap .tabs_lnks_list .tab_b.active::after {
    opacity: 1;
    transition: all .55s cubic-bezier(.23, 1, .32, 1)
}

.pr_detail_tabs_wrap .tabs_lnks_list .tab_b p {
    font: 400 clamp(.75rem, .4782608696rem + .4347826087vw, 1rem)/clamp(.875rem, .6032608696rem + .4347826087vw, 1.125rem)
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .tabs_lnks_list .tab_b p {
        font: 400 15px/17px
    }
}

.pr_detail_tabs_wrap .dwn_catalog_wrap {
    display: flex;
    justify-content: center;
    margin-top: 4.479vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .dwn_catalog_wrap {
        margin-top: 56px
    }
}

.pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.125vw;
    width: clamp(6.5625rem, 4.9759615385rem + 7.0512820513vw, 13.4375rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn.pc {
        display: none
    }
}

@media (min-width:1001px) {
    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn.mb {
        display: none
    }
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #afb1b4;
        margin-top: 0;
        width: 210px;
        border-radius: 40px;
        padding: 8px;
        padding-left: 27px
    }
}

@media (min-width:1001px) {
    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn .r_crc {
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43;
    position: relative
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn .r_crc {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #383b43
    }
}

.pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn .r_crc::after {
    content: "";
    background-image: url(../img/dwn_icon_b.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: .677vw;
    height: .677vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn .r_crc::after {
        width: 13px;
        height: 13px
    }
}

.pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn .t {
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .dwn_catalog_wrap .lnk_btn .t {
        font: 400 15px/21px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs {
    position: relative;
    display: none
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs:first-child {
    padding-top: 14.844vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs:first-child {
        padding-top: 96px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs.active {
    display: block
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .b_txt {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 400;
    font-size: clamp(5.75rem, 2.0576923077rem + 16.4102564103vw, 21.75rem);
    line-height: clamp(6.6875rem, 2.4182692308rem + 18.9743589744vw, 25.1875rem);
    letter-spacing: -.544vw;
    top: clamp(.125rem, -.1923076923rem + 1.4102564103vw, 1.5rem);
    color: #383b43;
    opacity: .2
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .b_txt {
        font-weight: 400;
        font-size: 92px;
        line-height: 107px;
        letter-spacing: -2.76px;
        top: 22px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr {
    padding-left: 11.563vw;
    padding-right: 11.563vw;
    position: relative
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr {
        padding-left: 16px;
        padding-right: 16px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr.square_images .swiper-wrapper .swiper-slide {
    width: 17.5vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr.square_images .swiper-wrapper .swiper-slide {
        width: 120px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr.square_images .swiper-wrapper .swiper-slide .caption .top_bg {
    height: 17.5vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr.square_images .swiper-wrapper .swiper-slide .caption .top_bg {
        height: 120px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .slr_btn {
    z-index: 10;
    position: absolute;
    width: 3.385vw;
    height: 3.385vw;
    background: rgba(255, 255, 255, .6);
    border-radius: 100%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    font-weight: 400;
    font-size: .833vw;
    line-height: .99vw;
    color: #383b43;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .35s
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .slr_btn {
        display: none
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .slr_btn.swiper-button-disabled {
    cursor: default;
    transition: .35s;
    opacity: .5
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .slr_btn span {
    pointer-events: none
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .slr_btn.slr_btn_prev {
    left: 1.979vw;
    top: 5vw;
    bottom: 0
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .slr_btn.slr_btn_next {
    right: 1.979vw;
    top: 5vw;
    bottom: 0
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide {
    width: 39.583vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide {
        width: 250px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide .caption {
    cursor: pointer;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide .caption .top_bg {
    width: 100%;
    position: relative;
    height: 12.708vw;
    border-radius: .417vw;
    overflow: hidden
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide .caption .top_bg {
        height: 87px;
        border-radius: 3px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide .caption .top_bg .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide .caption .b_desc {
    margin-top: .833vw;
    font-weight: 400;
    font-size: clamp(.75rem, .3423913043rem + .652173913vw, 1.125rem);
    line-height: clamp(1.0625rem, .4510869565rem + .9782608696vw, 1.625rem);
    letter-spacing: -.028vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide .caption .b_desc {
        margin-top: 8px;
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -.36px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide .caption .b_desc .tt {
    display: block;
    color: #383b43
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .color_slr .swiper-wrapper .swiper-slide .caption .b_desc .bt {
    display: block;
    color: rgba(56, 59, 67, .5)
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .h2 {
    padding-top: 5.521vw;
    font-weight: 400;
    font-size: clamp(1.5rem, .9807692308rem + 2.3076923077vw, 3.75rem);
    line-height: clamp(1.875rem, 1.3413461538rem + 2.3717948718vw, 4.1875rem);
    letter-spacing: -.094vw;
    text-align: center;
    color: #383b43
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .h2 {
        padding-top: 57px;
        font-weight: 400;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -.84px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows {
    margin-top: 4.479vw;
    width: 65.417vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows {
        margin-top: 48px;
        width: 100%
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .swiper-wrapper {
    width: 100%
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .swiper-wrapper .swiper-slide {
    width: auto
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols {
    text-align: center;
    padding-right: 1.875vw;
    padding-left: 1.875vw;
    border-right: 1px solid rgba(56, 59, 67, .2)
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols {
        width: 152px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols:first-child {
    padding-left: 0
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols:first-child {
        padding-left: 16px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols:last-child {
    border-right: 0;
    padding-right: 0
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols:last-child {
        padding-right: 16px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols p {
    font-weight: 400;
    font-size: clamp(.75rem, .3423913043rem + .652173913vw, 1.125rem);
    line-height: clamp(.8125rem, .472826087rem + .5434782609vw, 1.125rem);
    margin-top: 1.979vw;
    letter-spacing: -.028vw;
    color: #383b43
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols p {
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;
        letter-spacing: -.36px;
        margin-top: 16px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols img {
    max-width: 13.542vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .kl_rows .kl_cols img {
        max-width: 120px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows {
    margin-top: 4.479vw;
    display: flex;
    justify-content: space-between
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 48px;
        flex-wrap: wrap
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows .char_cols {
    width: 43.958vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows .char_cols {
        width: 100%
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows .in_rows {
    padding-top: .938vw;
    padding-bottom: .938vw;
    min-height: 4.583vw;
    font-weight: 400;
    font-size: clamp(.75rem, .3423913043rem + .652173913vw, 1.125rem);
    line-height: clamp(1.1875rem, .7798913043rem + .652173913vw, 1.5625rem);
    letter-spacing: -.028vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    border-top: 1px solid #e7e7e7
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows .in_rows {
        flex-wrap: wrap;
        padding-top: 18px;
        padding-bottom: 32px;
        min-height: unset;
        font: 400 17px/17px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows .in_rows .in_cols.in_cols01 {
    width: 18.802vw;
    color: rgba(56, 59, 67, .5)
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows .in_rows .in_cols.in_cols01 {
        width: 100%;
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        letter-spacing: -.51px;
        margin-bottom: 8px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows .in_rows .in_cols.in_cols02 {
    width: calc(100% - 18.802vw);
    color: #383b43
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .char_rows .in_rows .in_cols.in_cols02 {
        width: 100%;
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
        letter-spacing: -.51px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap {
    margin-top: 4.479vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap {
        margin-top: 48px;
        padding-left: 16px;
        padding-right: 16px;
        overflow-x: scroll
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.292vw;
    padding-top: .938vw;
    border-bottom: 1px solid #e7e7e7
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows {
        min-width: 870px;
        padding-top: 18px;
        padding-bottom: 32px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows:first-child {
    padding-top: 0;
    padding-bottom: 1.667vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows:first-child {
        padding-bottom: 22px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows:last-child {
        padding-bottom: 32px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols {
    width: auto
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols {
        padding-right: 16px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols.chars_30_cols01 {
    width: 35.625vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols.chars_30_cols01 {
        width: 33.3333333333%
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols.chars_30_cols02 {
    width: 35.625vw
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols.chars_30_cols02 {
        width: 33.3333333333%
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols.chars_30_cols03 {
    width: calc(100% - 71.25vw)
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols.chars_30_cols03 {
        width: 33.3333333333%
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols .ch_name {
    font-weight: 400;
    font-size: clamp(1.1875rem, .7798913043rem + .652173913vw, 1.5625rem);
    line-height: clamp(1rem, .5923913043rem + .652173913vw, 1.375rem);
    letter-spacing: -.02vw;
    color: rgba(56, 59, 67, .5)
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols .ch_name {
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -.51px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols .gr_txt {
    font-weight: 400;
    font-size: clamp(.75rem, .3423913043rem + .652173913vw, 1.125rem);
    line-height: clamp(.75rem, .3423913043rem + .652173913vw, 1.125rem);
    letter-spacing: -.028vw;
    color: rgba(56, 59, 67, .5)
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols .gr_txt {
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
        letter-spacing: -.51px
    }
}

.pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols .bc_txt {
    font-weight: 400;
    font-size: clamp(.75rem, .3423913043rem + .652173913vw, 1.125rem);
    line-height: clamp(.75rem, .3423913043rem + .652173913vw, 1.125rem);
    letter-spacing: -.028vw;
    color: #383b43
}

@media (max-width:1000px) {
    .pr_detail_tabs_wrap .pr_tabs_wrap .tabs .chars_30_wrap .chars_30_rows .chars_30_cols .bc_txt {
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
        letter-spacing: -.51px
    }
}

.production_ovr {
    position: relative;
    min-height: 100vh;
    margin-top: 12.708vw
}

@media (max-width:1000px) {
    .production_ovr {
        margin-top: 130px;
        min-height: unset
    }
}

.production_ovr .t_ttl {
    font-weight: 400;
    font-size: clamp(1.5rem, .9807692308rem + 2.3076923077vw, 3.75rem);
    line-height: clamp(1.875rem, 1.3413461538rem + 2.3717948718vw, 4.1875rem);
    letter-spacing: -.094vw;
    color: #383b43;
    text-align: center
}

@media (max-width:1000px) {
    .production_ovr .t_ttl {
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1.08px
    }

    .production_ovr .t_ttl span {
        display: block
    }
}

.production_ovr .sg_pr_slr_ovr {
    margin-top: 4.427vw;
    display: none
}

@media (max-width:1000px) {
    .production_ovr .sg_pr_slr_ovr {
        margin-top: 44px;
        display: block
    }
}

.production_ovr .sg_pr_slr_ovr .sg_slr {
    padding: 0 16px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide {
    width: 250px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide.swiper-slide-active .caption .sg_pr_item .sg_r .lnk_btn {
    opacity: 1;
    transition: 1.4s
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide.swiper-slide-active .caption .sg_pr_item .sg_r .h2 .line span {
    transition: 1.4s;
    transform: translateY(0)
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide.swiper-slide-active .caption .sg_pr_item .sg_r .type_pr {
    transition: 1.4s;
    opacity: 1
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption {
    width: 100%
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    margin-right: 0
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in {
    width: 100%;
    display: block;
    position: relative;
    height: auto
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .big_card {
    z-index: 1;
    width: 100%;
    height: 306px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .big_card .bg_in {
    transform: scale(1);
    transition: .55s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .min_card {
    z-index: 2;
    width: 147px;
    height: 161px;
    left: 38px;
    bottom: auto;
    top: 180px;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .min_card .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .t_card {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    left: 16px;
    bottom: auto;
    top: 143px;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 9px;
    width: 83px;
    height: 99px;
    border-radius: 4px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .t_card .nmb {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #383b43
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .t_card p {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #848a8b
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r {
    padding-left: 0;
    padding-top: 87px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.08px;
    min-width: 256px;
    margin-bottom: 20px;
    color: #383b43
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .h2 .line {
    display: flex;
    overflow: hidden
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .h2 .line span {
    display: block;
    transition: 1.4s;
    transform: translateY(40px)
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .type_pr {
    color: rgba(56, 59, 67, .6);
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -.255px;
    opacity: 0;
    transition: 1.4s
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 40px;
    width: 218px;
    border-radius: 40px;
    padding: 8px;
    padding-left: 27px;
    opacity: 0;
    transition: 1.4s
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .lnk_btn .t {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #383b43
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .lnk_btn .r_crc {
    background: #99c0c2;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    padding-left: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr {
    top: 11.458vw;
    height: 31.927vw;
    position: absolute;
    left: 0
}

@media (max-width:1000px) {
    .production_ovr .sg_pr_items_ovr {
        display: none
    }
}

.production_ovr .sg_pr_items_ovr .sg_pr_items {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    left: 17.76vw;
    height: 100%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: 100%;
    margin-right: 20.052vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(1) .sg_in .min_card {
    left: 5.208vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(2) .sg_in .min_card {
    left: 10.416vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(3) .sg_in .min_card {
    left: 15.624vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(4) .sg_in .min_card {
    left: 20.832vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(5) .sg_in .min_card {
    left: 26.04vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(6) .sg_in .min_card {
    left: 31.248vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(7) .sg_in .min_card {
    left: 36.456vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(8) .sg_in .min_card {
    left: 41.664vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(9) .sg_in .min_card {
    left: 46.872vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(10) .sg_in .min_card {
    left: 52.08vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(11) .sg_in .min_card {
    left: 57.288vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(12) .sg_in .min_card {
    left: 62.496vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(13) .sg_in .min_card {
    left: 67.704vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(14) .sg_in .min_card {
    left: 72.912vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(15) .sg_in .min_card {
    left: 78.12vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(16) .sg_in .min_card {
    left: 83.328vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(17) .sg_in .min_card {
    left: 88.536vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(18) .sg_in .min_card {
    left: 93.744vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(19) .sg_in .min_card {
    left: 98.952vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(20) .sg_in .min_card {
    left: 104.16vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(21) .sg_in .min_card {
    left: 109.368vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(22) .sg_in .min_card {
    left: 114.576vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(23) .sg_in .min_card {
    left: 119.784vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(24) .sg_in .min_card {
    left: 124.992vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(25) .sg_in .min_card {
    left: 130.2vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(26) .sg_in .min_card {
    left: 135.408vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(27) .sg_in .min_card {
    left: 140.616vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(28) .sg_in .min_card {
    left: 145.824vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(29) .sg_in .min_card {
    left: 151.032vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(30) .sg_in .min_card {
    left: 156.24vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(31) .sg_in .min_card {
    left: 161.448vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(32) .sg_in .min_card {
    left: 166.656vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(33) .sg_in .min_card {
    left: 171.864vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(34) .sg_in .min_card {
    left: 177.072vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(35) .sg_in .min_card {
    left: 182.28vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(36) .sg_in .min_card {
    left: 187.488vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(37) .sg_in .min_card {
    left: 192.696vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(38) .sg_in .min_card {
    left: 197.904vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(39) .sg_in .min_card {
    left: 203.112vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(40) .sg_in .min_card {
    left: 208.32vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(41) .sg_in .min_card {
    left: 213.528vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(42) .sg_in .min_card {
    left: 218.736vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(43) .sg_in .min_card {
    left: 223.944vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(44) .sg_in .min_card {
    left: 229.152vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(45) .sg_in .min_card {
    left: 234.36vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(46) .sg_in .min_card {
    left: 239.568vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(47) .sg_in .min_card {
    left: 244.776vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(48) .sg_in .min_card {
    left: 249.984vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(49) .sg_in .min_card {
    left: 255.192vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(50) .sg_in .min_card {
    left: 260.4vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:last-child {
    margin-right: 0
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(even) .sg_in .t_card {
    left: 8.594vw
}

@media (min-width:1001px) {
    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:hover {
        transition: .35s
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:hover .sg_in .big_card .bg_in {
        transform: scale(1.05);
        transition: .55s
    }
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in {
    display: block;
    position: relative;
    height: 100%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .big_card {
    z-index: 1;
    width: 25.938vw;
    height: 100%;
    position: relative;
    border-radius: .417vw;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .big_card .bg_in {
    transform: scale(1);
    transition: .55s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .min_card {
    z-index: 2;
    width: 12.083vw;
    height: 13.229vw;
    left: 7.76vw;
    bottom: -2.031vw;
    position: absolute;
    border-radius: .417vw;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .min_card .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .t_card {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    left: 1.094vw;
    bottom: 7.292vw;
    padding-top: 1.25vw;
    padding-left: .625vw;
    padding-bottom: .208vw;
    width: 6.823vw;
    height: 8.177vw;
    border-radius: .417vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .t_card .nmb {
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 1.094vw;
    letter-spacing: -.037vw;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .t_card p {
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r {
    padding-left: 2.188vw;
    padding-top: 7.969vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .h2 {
    font-weight: 500;
    font-size: clamp(2rem, 1.5961538462rem + 1.7948717949vw, 3.75rem);
    line-height: clamp(2.25rem, 1.8028846154rem + 1.9871794872vw, 4.1875rem);
    letter-spacing: -.094vw;
    min-width: clamp(17.8125rem, 10rem + 12.5vw, 25rem);
    margin-bottom: 1.042vw;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .h2 .line {
    display: flex;
    overflow: hidden
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .h2 .line span {
    display: block
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .type_pr {
    font-weight: 400;
    font-size: clamp(1.0625rem, .5190217391rem + .8695652174vw, 1.5625rem);
    line-height: clamp(1.3125rem, .6331521739rem + 1.0869565217vw, 1.9375rem);
    letter-spacing: -.02vw;
    color: rgba(56, 59, 67, .6)
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.229vw;
    width: clamp(9.875rem, 5.7989130435rem + 6.5217391304vw, 13.625rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (min-width:1001px) {
    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn .t {
    transition: .35s;
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn .r_crc {
    transition: .35s;
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 500;
    font-size: .938vw;
    line-height: 1.042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

.colors_big_slr {
    margin-top: 12.708vw;
    height: 56.25vw;
    width: 100%;
    position: relative
}

@media (max-width:1000px) {
    .colors_big_slr {
        height: 420px;
        margin-top: 80px
    }
}

.colors_big_slr .mn_screen_slr {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    max-width: 100%
}

@media (max-width:1000px) {
    .colors_big_slr .mn_screen_slr {
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 5px
    }
}

.colors_big_slr .mn_screen_slr.swiper-initialized .swiper-wrapper .swiper-slide .caption .bg {
    transform: scale(1)
}

.colors_big_slr .mn_screen_slr .swiper-wrapper {
    height: 100%
}

.colors_big_slr .mn_screen_slr .swiper-wrapper .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media (max-width:1000px) {
    .colors_big_slr .mn_screen_slr .swiper-wrapper .swiper-slide {
        width: 323px;
        border-radius: 5px
    }
}

.colors_big_slr .mn_screen_slr .swiper-wrapper .swiper-slide .caption {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.colors_big_slr .mn_screen_slr .swiper-wrapper .swiper-slide .caption .bg {
    z-index: 2;
    transform: scale(1.15);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.colors_big_slr .thumb_slr_ovr {
    z-index: 4;
    position: absolute;
    bottom: 3.438vw;
    width: 15.417vw;
    border-radius: .417vw;
    padding: .313vw;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    overflow: hidden;
    background: #fff
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr {
        transform: translateY(0);
        opacity: 1;
        bottom: 8px;
        width: calc(100% - 144px);
        border-radius: 5px;
        padding: 3px;
        padding-bottom: 34px
    }
}

.colors_big_slr .thumb_slr_ovr .th_slr {
    width: 100%;
    height: 12.24vw;
    border-radius: 4px
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .th_slr {
        height: 85px;
        border-radius: 3px;
        width: 100%
    }
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper {
    width: 100%;
    height: 6.198vw
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper {
        height: 85px
    }
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide {
    width: 100%
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption {
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: .55s
}

@media (min-width:1001px) {
    .colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption:hover {
        transition: .55s
    }

    .colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption:hover .th_t_rows .th_t_cols .bg_in {
        transition: .55s;
        transform: scale(1.05)
    }
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows {
    display: flex;
    height: 100%
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols {
    width: 50%
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols.th_t_cols01 {
    background: #99c0c2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: .625vw;
    padding-left: .625vw;
    padding-bottom: .625vw
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols.th_t_cols01 {
        padding-bottom: 6px;
        padding-left: 8px;
        padding-top: 6px
    }
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols.th_t_cols02 {
    position: relative;
    overflow: hidden
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols.th_t_cols02 .bg_in {
    transition: .55s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .th_name {
    color: #383b43;
    font: 500 clamp(.6875rem, .4157608696rem + .4347826087vw, .9375rem)/clamp(.875rem, -.2119565217rem + 1.7391304348vw, 1.875rem)
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .th_name {
        font: 500 11px/14px
    }
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .pgn {
    font-weight: 400;
    font-size: clamp(.625rem, .5570652174rem + .1086956522vw, .6875rem);
    line-height: clamp(.75rem, .2065217391rem + .8695652174vw, 1.25rem);
    letter-spacing: .02vw
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .pgn {
        font: 400 11px/13px
    }
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .pgn .curr {
    color: #fff
}

.colors_big_slr .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .pgn .ovr {
    color: #848a8b
}

.colors_big_slr .thumb_slr_ovr .slr_btns {
    position: absolute;
    bottom: .521vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .slr_btns {
        bottom: 2px
    }
}

.colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_next {
    width: 1.25vw;
    height: 1.25vw
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_next {
        right: 4px;
        top: 0;
        width: 14px;
        height: 14px
    }
}

@media (min-width:1001px) {
    .colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_next:hover::after {
        transition: .35s;
        color: #99c0c2
    }
}

.colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_next.swiper-button-disabled::after {
    transition: .35s;
    color: rgba(56, 59, 67, .3)
}

.colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_next::after {
    transition: .35s;
    content: ">";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.094vw;
    color: #383b43
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_next::after {
        font: 500 12px/14px
    }
}

.colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_prev {
    width: 1.25vw;
    height: 1.25vw
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_prev {
        left: 4px;
        top: 0;
        width: 14px;
        height: 14px
    }
}

@media (min-width:1001px) {
    .colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_prev:hover::after {
        transition: .35s;
        color: #99c0c2
    }
}

.colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_prev.swiper-button-disabled::after {
    transition: .35s;
    color: rgba(56, 59, 67, .3)
}

.colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_prev::after {
    transition: .35s;
    content: "<";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.094vw;
    color: #383b43
}

@media (max-width:1000px) {
    .colors_big_slr .thumb_slr_ovr .slr_btns .slr_btn_prev::after {
        font: 500 12px/14px
    }
}

.next_pr {
    height: auto;
    margin-top: 10.417vw;
    position: relative
}

@media (max-width:1024px) {
    .next_pr {
        margin-top: .417vw
    }
}

@media (max-width:1000px) {
    .next_pr {
        margin-top: 130px
    }
}

.next_pr .n_clc {
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(.9375rem, .8653846154rem + .3205128205vw, 1.25rem);
    margin-bottom: 3.333vw;
    color: rgba(56, 59, 67, .6);
    display: block;
    text-align: center
}

@media (max-width:1000px) {
    .next_pr .n_clc {
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 28px
    }
}

.next_pr .next_pr_h1 {
    text-align: center;
    font-weight: 400;
    font-size: clamp(1.5rem, .9807692308rem + 2.3076923077vw, 3.75rem);
    line-height: clamp(1.875rem, 1.3413461538rem + 2.3717948718vw, 4.1875rem);
    letter-spacing: -.094vw;
    color: #99c0c2
}

@media (max-width:1000px) {
    .next_pr .next_pr_h1 {
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1.08px
    }
}

.next_pr .next_pr_h1 .bl {
    color: #383b43
}

.next_pr .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.333vw;
    width: clamp(9.75rem, 5.7418478261rem + 6.4130434783vw, 13.4375rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1000px) {
    .next_pr .lnk_btn {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #afb1b4;
        margin-top: 45px;
        width: 222px;
        border-radius: 40px;
        padding: 8px;
        padding-left: 27px
    }
}

@media (min-width:1001px) {
    .next_pr .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .next_pr .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .next_pr .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .next_pr .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .next_pr .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .next_pr .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.next_pr .lnk_btn .r_crc {
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 400;
    font-size: .625vw;
    line-height: .729vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

@media (max-width:1000px) {
    .next_pr .lnk_btn .r_crc {
        width: 40px;
        height: 40px;
        padding-bottom: 2px;
        padding-left: 2px;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #383b43
    }
}

.next_pr .lnk_btn .t {
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .next_pr .lnk_btn .t {
        font: 400 15px/21px
    }
}

.next_pr .pr_n_img {
    display: block;
    margin-top: 3.333vw;
    height: 33.438vw;
    width: 100%;
    position: relative;
    overflow: hidden;
    clip-path: polygon(10% 68%, 88% 68%, 88% 100%, 10% 100%)
}

@media (max-width:1000px) {
    .next_pr .pr_n_img {
        margin-top: 45px;
        height: 250px
    }
}

.next_pr .pr_n_img .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.request_ovr_wrap {
    padding-bottom: 0
}

.win_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    overflow: hidden;
    transition: .55s;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    width: 100%;
    height: 100vh
}

.win_popup#colors_pp {
    background: 0 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    width: 100%;
    height: 100vh;
    padding: 0
}

.win_popup#colors_pp .win_popup_ovr {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 58.125vw;
    height: 40.833vw;
    border-radius: .417vw;
    padding: 2.396vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    margin: auto;
    position: absolute
}

@media (max-width:1000px) {
    .win_popup#colors_pp .win_popup_ovr {
        width: calc(100% - 32px);
        height: 337px;
        border-radius: 5px;
        padding: 16px
    }
}

.win_popup#colors_pp .pp_cls {
    cursor: pointer;
    position: absolute;
    right: 16.823vw;
    top: 4.3vw;
    width: 2.396vw;
    height: 2.396vw;
    padding: 0;
    display: block;
    transition: .35s;
    background: #fff;
    border-radius: 100%
}

@media (max-width:1000px) {
    .win_popup#colors_pp .pp_cls {
        right: 16px;
        top: 97.5px;
        width: 42px;
        height: 42px
    }
}

@media (min-width:1001px) {
    .win_popup#colors_pp .pp_cls:hover {
        opacity: 1;
        transition: .35s
    }

    .win_popup#colors_pp .pp_cls:hover::after {
        transition: .35s;
        background: url(../img/pp_cls_h.svg) no-repeat 0 0/cover
    }
}

.win_popup#colors_pp .pp_cls svg {
    display: none
}

.win_popup#colors_pp .pp_cls::after {
    transition: .35s;
    content: "";
    background: url(../img/pp_cls_f.svg) no-repeat 0 0/cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.win_popup.active {
    transition: .55s;
    pointer-events: all;
    opacity: 1
}

.win_popup .win_popup_in {
    height: 100%;
    width: 100%
}

.win_popup .color_slr_popup {
    width: 100%;
    height: 100%;
    border-radius: .417vw
}

@media (max-width:1000px) {
    .win_popup .color_slr_popup {
        border-radius: 5px
    }
}

.win_popup .color_slr_popup .swiper-wrapper .swiper-slide .caption {
    height: 100%;
    width: 100%
}

.win_popup .color_slr_popup .swiper-wrapper .swiper-slide .caption .top_bg {
    width: 100%;
    height: 32.083vw;
    border-radius: .417vw;
    overflow: hidden;
    position: relative
}

@media (max-width:1000px) {
    .win_popup .color_slr_popup .swiper-wrapper .swiper-slide .caption .top_bg {
        height: 270px;
        border-radius: 4px
    }
}

.win_popup .color_slr_popup .swiper-wrapper .swiper-slide .caption .top_bg .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.win_popup .color_slr_popup .swiper-wrapper .swiper-slide .caption .b_desc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.979vw;
    font-weight: 400;
    font-size: 1.302vw;
    line-height: 1.667vw;
    letter-spacing: -.02vw
}

@media (max-width:1000px) {
    .win_popup .color_slr_popup .swiper-wrapper .swiper-slide .caption .b_desc {
        padding-top: 16px;
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
        letter-spacing: -.225px
    }
}

.win_popup .color_slr_popup .swiper-wrapper .swiper-slide .caption .b_desc .tt {
    color: #383b43
}

.win_popup .color_slr_popup .swiper-wrapper .swiper-slide .caption .b_desc .bt {
    color: rgba(56, 59, 67, .5)
}

.win_popup .slr_btns {
    position: absolute;
    bottom: .521vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:1000px) {
    .win_popup .slr_btns {
        bottom: -4px
    }
}

.win_popup .slr_btns .slr_colors_btn_next {
    width: 1.25vw;
    height: 1.25vw;
    right: 0;
    top: 0
}

@media (max-width:1000px) {
    .win_popup .slr_btns .slr_colors_btn_next {
        width: 14px;
        height: 14px
    }
}

@media (min-width:1001px) {
    .win_popup .slr_btns .slr_colors_btn_next:hover::after {
        transition: .35s;
        color: #99c0c2
    }
}

.win_popup .slr_btns .slr_colors_btn_next.swiper-button-disabled::after {
    transition: .35s;
    color: rgba(56, 59, 67, .3)
}

.win_popup .slr_btns .slr_colors_btn_next::after {
    transition: .35s;
    content: ">";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.094vw;
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .slr_btns .slr_colors_btn_next::after {
        font: 500 12px/16px
    }
}

.win_popup .slr_btns .slr_colors_btn_prev {
    width: 1.25vw;
    height: 1.25vw;
    left: 0;
    top: 0
}

@media (max-width:1000px) {
    .win_popup .slr_btns .slr_colors_btn_prev {
        width: 14px;
        height: 14px
    }
}

@media (min-width:1001px) {
    .win_popup .slr_btns .slr_colors_btn_prev:hover::after {
        transition: .35s;
        color: #99c0c2
    }
}

.win_popup .slr_btns .slr_colors_btn_prev.swiper-button-disabled::after {
    transition: .35s;
    color: rgba(56, 59, 67, .3)
}

.win_popup .slr_btns .slr_colors_btn_prev::after {
    transition: .35s;
    content: "<";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.094vw;
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .slr_btns .slr_colors_btn_prev::after {
        font: 500 12px/16px
    }
}

.fancybox-overlay {
    background-image: none;
    background: rgba(9, 25, 47, .56) repeat
}

.fancybox-close {
    top: 1.8rem;
    right: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: none
}

.fancybox-close:after {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(45deg)
}

.fancybox-close:before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(-45deg)
}

.nnvg .fancybox-button--arrow_left,
.nnvg .fancybox-button--arrow_right {
    display: none !important
}

.nnvg .fancybox-button svg {
    color: #708573;
    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
}

.pop_ovr {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%);
    opacity: 0;
    pointer-events: none;
    transition: .55s;
    z-index: 990
}

.pop_ovr.active {
    transition: .55s;
    pointer-events: all;
    opacity: 1
}

.win_popup {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    width: 39.583vw;
    height: auto;
    border-radius: .625vw;
    padding: 2.396vw 1.771vw 1.771vw;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    overflow: hidden;
    transition: .55s;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, -50%)
}

@media (max-width:1024px) {
    .win_popup {
        width: 43.583vw
    }
}

@media (max-width:1000px) {
    .win_popup {
        width: calc(100% - 32px);
        border-radius: 12px;
        padding: 28px 24px 24px
    }
}

.win_popup.active {
    transition: .55s;
    pointer-events: all;
    opacity: 1
}

.win_popup .win_popup_ovr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.win_popup .win_popup_in {
    height: 100%;
    width: 100%
}

.win_popup .line_pp {
    height: auto;
    text-align: left;
    padding: 0
}

.win_popup .line_pp .h3 {
    font-weight: 500;
    font-size: 2.396vw;
    line-height: 2.396vw;
    margin-bottom: 1.875vw;
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .line_pp .h3 {
        max-width: 135px;
        font-weight: 500;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 24px
    }

    .win_popup .line_pp .h3.max {
        max-width: 214px
    }
}

.win_popup .line_pp p {
    font-weight: 400;
    font-size: clamp(.875rem, .7740384615rem + .4487179487vw, 1.3125rem);
    line-height: clamp(1rem, .8413461538rem + .7051282051vw, 1.6875rem);
    letter-spacing: -.011vw;
    color: #383b43;
    margin-bottom: 1.875vw
}

@media (max-width:1000px) {
    .win_popup .line_pp p {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 36px
    }
}

.win_popup .line_pp .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.125vw;
    width: clamp(6.5625rem, 5.4807692308rem + 4.8076923077vw, 11.25rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (max-width:1000px) {
    .win_popup .line_pp .lnk_btn {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #afb1b4;
        margin-top: 0;
        width: 100%;
        border-radius: 40px;
        padding: 8px;
        padding-left: 27px
    }
}

@media (min-width:1001px) {
    .win_popup .line_pp .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .win_popup .line_pp .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .line_pp .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .win_popup .line_pp .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .win_popup .line_pp .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .line_pp .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.win_popup .line_pp .lnk_btn .r_crc {
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43;
    position: relative
}

@media (max-width:1000px) {
    .win_popup .line_pp .lnk_btn .r_crc {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #383b43
    }
}

.win_popup .line_pp .lnk_btn .t {
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .line_pp .lnk_btn .t {
        font: 400 15px/21px
    }
}

.win_popup .pp_cls {
    cursor: pointer;
    position: absolute;
    right: 1.25vw;
    top: 1.25vw;
    width: 2.396vw;
    height: 2.396vw;
    padding: 0;
    display: block;
    transition: .35s
}

@media (max-width:1000px) {
    .win_popup .pp_cls {
        width: 42px;
        height: 42px;
        top: 24px;
        right: 24px
    }
}

@media (min-width:1001px) {
    .win_popup .pp_cls:hover {
        opacity: 1;
        transition: .35s
    }

    .win_popup .pp_cls:hover::after {
        transition: .35s;
        background: url(../img/pp_cls_h.svg) no-repeat 0 0/cover
    }
}

.win_popup .pp_cls svg {
    display: none
}

.win_popup .pp_cls::after {
    transition: .35s;
    content: "";
    background: url(../img/pp_cls_f.svg) no-repeat 0 0/cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.win_popup .blc_pp_wt {
    padding: 0;
    max-width: 100%;
    margin: auto;
    text-align: left
}

.win_popup .blc_pp_wt .rows {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25vw
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows {
        flex-wrap: wrap;
        margin-bottom: 12px
    }
}

.win_popup .blc_pp_wt .rows.rows100 .cols {
    width: 100%
}

.win_popup .blc_pp_wt .rows:last-child {
    margin-top: clamp(1.25rem, .1630434783rem + 1.7391304348vw, 2.25rem);
    margin-bottom: 0;
    margin-bottom: 0
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows:last-child {
        align-items: flex-start;
        flex-direction: column-reverse
    }
}

.win_popup .blc_pp_wt .rows .cols {
    width: calc(50% - 2.4rem);
    position: relative
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .cols {
        width: 100%
    }
}

.win_popup .blc_pp_wt .rows .cols.focused input,
.win_popup .blc_pp_wt .rows .cols.focused textarea {
    transition: .35s;
    border: 1px solid #cdcdcd
}

.win_popup .blc_pp_wt .rows .cols.focused input.parsley-error,
.win_popup .blc_pp_wt .rows .cols.focused textarea.parsley-error {
    border: 1px solid rgba(237, 41, 41, .5)
}

.win_popup .blc_pp_wt .rows .cols.filled input,
.win_popup .blc_pp_wt .rows .cols.filled textarea {
    transition: .35s;
    border: 1px solid #cdcdcd
}

.win_popup .blc_pp_wt .rows .cols.filled input.parsley-error,
.win_popup .blc_pp_wt .rows .cols.filled textarea.parsley-error {
    border: 1px solid rgba(237, 41, 41, .5)
}

.win_popup .blc_pp_wt .rows input {
    z-index: 4;
    border: 1px solid rgba(56, 59, 67, .2);
    font-weight: 400;
    font-size: clamp(.75rem, .6820652174rem + .1086956522vw, .8125rem);
    line-height: clamp(1.5rem, 1.4320652174rem + .1086956522vw, 1.5625rem);
    letter-spacing: -.01vw;
    border-radius: 3.125vw;
    height: 2.969vw;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    width: 100%;
    color: #000;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: .35s;
    background: 0 0
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows input {
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        border-radius: 60px;
        height: 54px;
        padding-left: 28px;
        padding-right: 28px
    }
}

@media (min-width:1001px) {
    .win_popup .blc_pp_wt .rows input:hover {
        transition: .35s;
        border: 1px solid #cdcdcd
    }
}

.win_popup .blc_pp_wt .rows input.parsley-error {
    border: 1px solid rgba(237, 41, 41, .5)
}

.win_popup .blc_pp_wt .rows input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows input::-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows input:-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea {
    z-index: 4;
    border: 1px solid rgba(56, 59, 67, .2);
    font-weight: 400;
    font-size: clamp(.75rem, .6820652174rem + .1086956522vw, .8125rem);
    line-height: clamp(1.5rem, 1.4320652174rem + .1086956522vw, 1.5625rem);
    letter-spacing: -.01vw;
    border-radius: 3.125vw;
    height: 2.969vw;
    padding-top: clamp(.125rem, -.7581521739rem + 1.4130434783vw, .9375rem);
    padding-bottom: 0;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    width: 100%;
    resize: none;
    overflow: hidden;
    color: #000;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows textarea {
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        border-radius: 60px;
        height: 54px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 28px;
        padding-right: 28px
    }
}

.win_popup .blc_pp_wt .rows textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea:-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows .h4 {
    display: inline-block;
    position: relative;
    margin-bottom: .313vw;
    padding-left: 1.458vw;
    font-weight: 400;
    font-size: clamp(.75rem, .6820652174rem + .1086956522vw, .8125rem);
    line-height: clamp(1.5rem, 1.4320652174rem + .1086956522vw, 1.5625rem);
    letter-spacing: -.01vw;
    vertical-align: middle;
    color: rgba(56, 59, 67, .7);
    z-index: 5
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .h4 {
        margin-bottom: 2px;
        padding-left: 16px;
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        letter-spacing: -.195px
    }
}

.win_popup .blc_pp_wt .rows .get_go {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    background: 0 0;
    width: clamp(7.8125rem, 4.0760869565rem + 5.9782608696vw, 11.25rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s;
    cursor: pointer
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .get_go {
        width: 180px;
        padding: 7px 9px;
        padding-left: 27px;
        border-radius: 40px;
        margin-top: 40px
    }
}

@media (min-width:1001px) {
    .win_popup .blc_pp_wt .rows .get_go:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .win_popup .blc_pp_wt .rows .get_go:hover .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .blc_pp_wt .rows .get_go:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .win_popup .blc_pp_wt .rows .get_go:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .win_popup .blc_pp_wt .rows .get_go:active .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .blc_pp_wt .rows .get_go:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.win_popup .blc_pp_wt .rows .get_go .t {
    transition: .35s;
    font-weight: 400;
    font-size: clamp(.8125rem, .6766304348rem + .2173913043vw, .9375rem);
    line-height: clamp(1.5rem, 1.3641304348rem + .2173913043vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .get_go .t {
        font: 400 15px/21px
    }
}

.win_popup .blc_pp_wt .rows .get_go .r_crc {
    transition: .35s;
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 500;
    font-size: .938vw;
    line-height: 1.042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .get_go .r_crc {
        width: 40px;
        height: 40px;
        padding-bottom: 0;
        padding-left: 0;
        font: 500 12px/14px
    }
}

.win_popup .blc_pp_wt .rows .iagree {
    margin: 0 0 0 1.25vw;
    width: calc(100% - 9.375vw);
    position: relative;
    text-align: left;
    height: auto
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .iagree {
        margin: 0;
        width: 100%
    }
}

.win_popup .blc_pp_wt .rows .iagree label.css-label {
    padding-left: 0;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-weight: 400;
    font-size: clamp(.6875rem, .4836956522rem + .3260869565vw, .875rem);
    line-height: clamp(.875rem, .6032608696rem + .4347826087vw, 1.125rem);
    letter-spacing: -.006vw;
    max-width: clamp(17.375rem, 12.6875rem + 7.5vw, 21.6875rem);
    vertical-align: middle;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    color: rgba(56, 59, 67, .7)
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .iagree label.css-label {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.12px;
        max-width: 297px
    }
}

.win_popup .blc_pp_wt .rows .iagree label.css-label a {
    color: rgba(153, 192, 194, .7);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    text-decoration-color: rgba(153, 192, 194, .7);
    transition: .35s
}

@media (min-width:1001px) {
    .win_popup .blc_pp_wt .rows .iagree label.css-label a:hover {
        transition: .35s;
        color: #383b43;
        text-decoration-color: #383b43
    }
}

.thank_you {
    width: 91rem;
    min-height: 17.5rem;
    background: #fff
}

@media (max-width:980px) {
    .thank_you {
        width: 75rem
    }
}

@media (max-width:800px) {
    .thank_you {
        width: 60rem
    }
}

@media (max-width:650px) {
    .thank_you {
        width: 50rem
    }
}

@media (max-width:550px) {
    .thank_you {
        width: 40rem
    }
}

@media (max-width:450px) {
    .thank_you {
        width: 30rem
    }
}

@media (max-width:350px) {
    .thank_you {
        width: 27.5rem
    }
}

.thank_you .line_pp {
    height: 12.5rem
}

.thank_you .blc_pp_wt {
    text-align: center;
    padding: 5.1rem 0 5.2rem
}

.thank_you .blc_pp_wt p {
    font-style: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    color: #0b1c2b;
    margin: 0 0 .1rem
}

.thank_you .blc_pp_wt span {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    color: #0b1c2b
}

.fancybox-inner {
    overflow: visible !important;
    min-height: 10rem
}

.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-weight: 300;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0, 0, 0, 0)
}

.fancybox-bg {
    background: 0 0
}

.fancybox-button.fancybox-close-small {
    right: 1.25vw;
    top: 1.25vw;
    width: 2.396vw;
    height: 2.396vw;
    padding: 0;
    display: block;
    transition: .35s
}

@media (min-width:769px) {
    .fancybox-button.fancybox-close-small:hover {
        opacity: 1;
        transition: .35s
    }

    .fancybox-button.fancybox-close-small:hover::after {
        transition: .35s;
        background: url(../img/pp_cls_h.svg) no-repeat 0 0/cover
    }
}

.fancybox-button.fancybox-close-small svg {
    display: none
}

.fancybox-button.fancybox-close-small::after {
    transition: .35s;
    content: "";
    background: url(../img/pp_cls_f.svg) no-repeat 0 0/cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}