*, ::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
}

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

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

@font-face {
    font-family: Golos;
    src: url(../fonts/Golos/GolosText-Demibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: "Suisse Intl";
    src: url(../fonts/SuisseIntl/SuisseIntl-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

#preloader .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000000;
    width: 100%;
    background: #f5f5f7;
    will-change: transform
}

.header.wht {
    background: #fff
}

.header.wht .line-2 {
    background: #fff
}

.header .container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-left: 90px;
    padding-right: 90px;
    margin-left: auto;
    margin-right: auto
}

.header .run-line {
    display: flex;
    background: #000;
    overflow: hidden
}

.header .run-line a {
    white-space: nowrap;
    animation: run-line 15s linear 0s infinite;
    margin-right: 6px;
    color: #a98c71;
    will-change: transform;
    font-size: 16px;
    line-height: 19px;
    padding: 16px 0
}

.header .run-line a span {
    color: #fff
}

.header .line-1 {
    padding: 10px 0 10px;
    overflow: hidden
}

.header .line-1 .logo {
    height: 24px;
    transition: opacity .3s ease-in-out
}

.header .line-1 .logo:hover {
    opacity: .5
}

.header .line-1 .logo img {
    height: 100%
}

.header .line-1 .btn {
    margin-left: 50px;
    background: #000;
    border-color: #000;
    color: #fff
}

.header .line-1 .btn:hover {
    border-color: rgba(0, 0, 0, .4);
    background: 0 0;
    color: #000
}

.header .line-1 .send_req {
    display: none;
    width: 100%;
    max-width: 137px;
    background: 0 0;
    padding: 4px 0;
    color: #000;
    min-width: 100px;
    cursor: pointer;
    font: 500 12px/14px Golos;
    border-radius: 35px;
    transition: .3s ease-in-out;
    margin: 0 auto;
    border: 1px solid #000;
    text-align: center
}

.header .line-1 .send_req.disable {
    pointer-events: none;
    opacity: .5
}

.header .line-1 .send_req:hover {
    background: #000;
    color: #fff
}

.header .line-1 .src_in {
    border: 0;
    outline: 0;
    font: 500 14px/18px Golos;
    border-bottom: 1px solid #e8e8e8;
    max-width: 333px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
    display: none
}

.header .line-1 .src_in input {
    border: 0;
    background: 0;
    padding-left: 5px
}

.header .line-1 .src_in input:placeholder {
    color: #000;
    opacity: .4;
    background: 0;
    padding-left: 5px
}

.header .line-1 .src_in input:-webkit-autofill, .header .line-1 .src_in input:-webkit-autofill:active, .header .line-1 .src_in input:-webkit-autofill:focus, .header .line-1 .src_in input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #f5f5f7 inset !important
}

.header .line-1 .src_in input:first-child {
    width: 100%;
    background: 0 0
}

.header .line-1 .src_in input:last-child {
    background: 0;
    background-image: url(../img/zoom_in.svg);
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2px;
    margin: auto;
    cursor: pointer
}

.header .line-1 .burger {
    display: none;
    position: relative;
    width: 23px;
    height: 23px;
    margin-left: 15px;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.header .line-1 .burger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    transition: transform .3s ease-in-out
}

.header .line-1 .burger span:nth-child(1) {
    transform: translateY(-50%) translateY(-3px)
}

.header .line-1 .burger span:nth-child(2) {
    transform: translateY(-50%) translateY(3px)
}

.header .line-1 nav {
    margin-left: auto
}

.header .line-1 nav ul li {
    overflow: hidden;
    margin-left: 37px
}

.header .line-1 nav ul li:first-child {
    margin-left: 0
}

.header .line-1 nav ul li a {
    color: inherit;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    transition: color .3s ease-in-out
}

.header .line-1 nav ul li a:hover {
    color: #086acd
}

.header .line-1 nav ul li a.hd-basket {
    position: relative;
    padding-right: 19px;
    display: inline-block
}

.header .line-1 nav ul li a.hd-basket:hover::before {
    opacity: 0
}

.header .line-1 nav ul li a.hd-basket:hover::after {
    opacity: 1
}

.header .line-1 nav ul li a.hd-basket:before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 13px;
    background: url(../img/basket-icn_black.svg);
    transition: all .3s ease-in-out
}

.header .line-1 nav ul li a.hd-basket:after {
    opacity: 0;
    background: url(../img/basket-icn_blue.svg);
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 13px;
    transition: all .3s ease-in-out
}

.header .line-1 nav ul li .counter {
    font: 500 12px/12px Golos;
    color: #e03131
}

.header .line-2 {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #f5f5f7;
    border-bottom: 1px solid #e9e9e9
}

.header .line-2 nav {
    width: 100%;
    display: block
}

.header .line-2 nav ul li {
    margin-top: 15px
}

.header .line-2 nav ul li:first-child {
    margin-top: 0
}

.header .line-2 nav ul li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    transition: color .3s ease-in-out;
    color: inherit
}

.header .line-2 nav ul li a:hover {
    color: #086acd
}

.header .line-2 nav ul li a.hd-basket {
    position: relative;
    padding-right: 19px;
    display: inline-block
}

.header .line-2 nav ul li a.hd-basket:hover::before {
    opacity: 0
}

.header .line-2 nav ul li a.hd-basket:hover::after {
    opacity: 1
}

.header .line-2 nav ul li a.hd-basket:before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 13px;
    background: url(../img/basket-icn_black.svg);
    transition: all .3s ease-in-out
}

.header .line-2 nav ul li a.hd-basket:after {
    opacity: 0;
    background: url(../img/basket-icn_blue.svg);
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 13px;
    transition: all .3s ease-in-out
}

.header .line-2 nav ul li .counter {
    font: 500 11px/11px Golos;
    color: #e03131
}

@keyframes run-line {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

body, html {
    font-family: Golos;
    font-weight: 400;
    font-size: 16px;
    line-height: 1
}

html {
    font-size: 62.5%
}

.scroller {
    height: 100vh
}

.container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

#wrap {
    margin-bottom: 0;
    background: #f5f5f7;
    position: relative;
    z-index: 200
}

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

.hides {
    display: none
}

.rows_lines {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: calc(100% - 8rem);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
    z-index: 999
}

.rows_lines .cols {
    height: 100%
}

.rows_lines .cols.cols01 {
    width: calc(100% - 92.5rem - 50rem)
}

.rows_lines .cols.cols02 {
    width: 92.5rem
}

.rows_lines .cols.cols03 {
    width: 50rem
}

.rows_lines .lines {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between
}

.rows_lines .lines .line {
    width: .1rem;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.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: normal 2.1rem/2.1rem SuisseIntl;
    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: normal 2.1rem/2.1rem SuisseIntl;
    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: .1rem !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: 0;
    left: 0
}

.parsley-errors-list li {
    color: red;
    font: normal 1.2rem/1.2rem GretaCndPro;
    text-transform: uppercase;
    letter-spacing: .13em
}

picture {
    display: block
}

.a-center {
    align-items: center
}

.rows {
    width: 100%;
    flex-wrap: wrap
}

.column, .rows {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.btn {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    padding: 6px 16px 8px;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 37px;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

.btn, .checkbox {
    font-size: 13px;
    line-height: 1.23
}

.btn, .checkbox, .h1 {
    font-weight: 500
}

.no-list {
    list-style: none
}

.footer .line-3 ul li:not(:first-child) {
    margin-left: 37px
}

.btm_menu_fixed {
    position: absolute;
    top: auto;
    display: none;
    background: #fff;
    left: 0;
    right: 0;
    max-width: 100% !important;
    z-index: 100000;
    width: 100% !important;
    box-shadow: 0 -1px 13px rgba(0, 0, 0, .16);
    padding: 0 12px;
    height: 70px !important;
    max-height: 70px !important;
    overflow: hidden
}

.btm_menu_fixed ul {
    display: flex;
    justify-content: center;
    margin-top: 41px
}

.btm_menu_fixed ul li {
    margin-right: 43px;
    position: relative
}

.btm_menu_fixed ul li .mn_counter {
    position: absolute;
    top: -30px;
    right: 0;
    font: 500 12px/12px Golos;
    color: #e03131
}

.btm_menu_fixed ul li:last-child {
    margin-right: 0
}

.btm_menu_fixed ul li:last-child a::before {
    background-image: url(../img/btm4.svg);
    width: 21px;
    height: 20px;
    top: -26px
}

.btm_menu_fixed ul li:first-child a::before {
    background-image: url(../img/btm1.svg);
    width: 17px;
    height: 19px;
    top: -28px
}

.btm_menu_fixed ul li:nth-child(2) a::before {
    background-image: url(../img/btm2.svg);
    width: 24px;
    height: 14px;
    top: -24px
}

.btm_menu_fixed ul li:nth-child(3) a::before {
    background-image: url(../img/btm3.svg);
    width: 24px;
    height: 21px;
    top: -28px
}

.btm_menu_fixed ul li a {
    font: 700 12px/12px Golos;
    color: #000;
    position: relative
}

.btm_menu_fixed ul li a::before {
    position: absolute;
    content: "";
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto
}

.src_in_mob {
    display: none;
    border: 0;
    outline: 0;
    font: 500 14px/18px Golos;
    border-bottom: 1px solid #e8e8e8;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
    position: relative
}

.src_in_mob input {
    border: 0;
    background: 0;
    padding-left: 5px
}

.src_in_mob input:placeholder {
    color: #000;
    opacity: .4;
    background: 0;
    padding-left: 5px
}

.src_in_mob input:-webkit-autofill, .src_in_mob input:-webkit-autofill:active, .src_in_mob input:-webkit-autofill:focus, .src_in_mob input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #f5f5f7 inset !important
}

.src_in_mob input:first-child {
    width: 100%;
    background: 0 0
}

.src_in_mob input:last-child {
    background: 0;
    background-image: url(../img/zoom_in.svg);
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2px;
    margin: auto;
    cursor: pointer
}

.main-8 {
    padding-top: 175px;
    padding-bottom: 175px;
    background: #fff
}

.main-8 .line-1 {
    will-change: transform, opacity
}

.main-8 .line-1 h2 {
    line-height: 119.9%;
    font: 500 36px/36px Golos
}

.main-8 .line-2 {
    margin-top: 60px
}

.main-8 .line-2 .container {
    padding-left: 15px;
    padding-right: 15px
}

.main-8 .line-2 .card {
    background: #f7f7fb;
    border-radius: 5px;
    font-size: 21px;
    line-height: 119.9%;
    margin-top: 10px
}

.main-8 .line-2 .card:first-child {
    margin-top: 0
}

.main-8 .line-2 .card .col-1 {
    position: relative;
    padding: 50px 25px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.main-8 .line-2 .card .col-1 h3 {
    width: 100%;
    font-weight: 500;
    font: 500 21px/25px Golos;
    max-width: 1370px;
    margin-right: 15px
}

.main-8 .line-2 .card .col-1::after {
    content: "";
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    background: url(../img/plus.svg) no-repeat 50% 50%/contain;
    transition: transform .5s ease-in-out;
    margin-left: auto;
    margin-right: 15px
}

.main-8 .line-2 .card .col-1.active::after {
    transform: rotate(45deg)
}

.main-8 .line-2 .card .col-2 {
    display: none;
    padding: 0 25px 50px
}

.main-8 .line-2 .card .col-2 p {
    opacity: .7;
    max-width: 1370px;
    font: 500 21px/25px Golos
}

.main-8 .line-2 .card .col-2 a {
    color: grey;
    text-decoration: underline
}

.main-9 {
    background: #fff;
    padding-bottom: 170px
}

.main-9 .line-1 {
    will-change: opacity
}

.main-9 .line-1 .container {
    padding-left: 10px;
    padding-right: 10px
}

.main-9 .line-1 .row {
    flex-wrap: wrap
}

.main-9 .line-1 .card {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    border-radius: 33px
}

.main-9 .line-1 .card:nth-child(2n+1) {
    width: calc((100% - 10px) / 3);
    aspect-ratio: 1/1.1
}

.main-9 .line-1 .card:nth-child(2n+2) {
    width: calc((100% - 10px) / 3 * 2);
    margin-left: 10px
}

.main-9 .line-1 .card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.main-9 .line-1 .card a:hover .bg-mask {
    transform: scale(1.1)
}

.main-9 .line-1 .card .parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1
}

.main-9 .line-1 .card .parallax .bg-mask {
    top: 0;
    left: 0;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform
}

.main-9 .line-1 .card .parallax .bg-mask .bg {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #fbfbfd;
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform
}

.main-9 .line-1 .card .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    transform: translate3d(0, 0, 100px)
}

.main-9 .line-1 .card .info h2 {
    color: #000;
    font: 500 15px/18px Golos;
    line-height: 119.9%;
    opacity: .7
}

.main-9 .line-1 .card .info h3 {
    color: #000;
    margin-top: 45px;
    line-height: 119.9%;
    max-width: 800px;
    margin-bottom: 45px;
    font: 500 30px/35px Golos
}

.main-9 .line-1 .card .info img {
    width: 130px;
    margin-top: auto
}

#wrap {
    background: #fff
}

.breadcrumbs {
    display: flex;
    margin-top: 65px;
    flex-wrap: wrap;
    padding-left: 90px;
    padding-right: 90px
}

.breadcrumbs li {
    margin: 0 0 0 5px
}

.breadcrumbs li:first-child {
    margin: 0
}

.breadcrumbs li:last-child a {
    pointer-events: none
}

.breadcrumbs li a {
    font: normal 14px/18px Golos;
    color: #8b8b8b;
    opacity: 1;
    transition: .35s;
    position: relative
}

.container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-left: 55px;
    padding-right: 55px;
    margin-left: auto;
    margin-right: auto
}

.product_ovr {
    margin-top: 45px;
    margin-bottom: 65px
}

.product_ovr .brd_line {
    height: 1px;
    background-color: rgba(169, 140, 113, .5);
    max-width: 97.2%;
    display: block
}

.product_ovr .pr_rows {
    display: flex;
    padding-bottom: 50px
}

.product_ovr .pr_rows .pr_cols.pr_cols01 {
    width: 482px
}

.product_ovr .pr_rows .pr_cols.pr_cols02 {
    width: 1000px;
}

.product_ovr .pr_rows .pr_cols.pr_cols02 .h4 {
    font: 500 16px/16px Golos;
    letter-spacing: -.015em;
    color: #000
}

.product_ovr .pr_rows .pr_cols.pr_cols03 {
    width: 310px;
    padding-left: 30px;
    padding-top: 24px
}

.product_ovr .pr_rows .pr_cols .top_line_mob {
    display: none
}

.product_ovr .pr_rows .pr_cols .bot_line_mob {
    display: none
}

.product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob {
    color: #df2525;
    font: 500 28px/28px Montserrat;
    letter-spacing: -.04em;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
    flex-direction: row
}

.product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_left, .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_right{
    width: calc(50% - 8px);
    text-align: center;
}
.product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_left{
    font: 500 40px / 28px Montserrat;
}
.product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_right > span{
    font: 500 12px / 12px Montserrat;
    color: #A98C71;
}
.product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_right .price{
    font: 500 30px / 30px Montserrat;
    color: #A98C71;
}

.product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_left button, .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_right button{
    width: 100%;
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 16px;
}
.product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_right button{
    background-color: #A98C71;
}

@media screen and (max-width: 430px){
    .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_left{
        font: 500 34px / 34px Montserrat;
    }
    .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_right .price{
        font: 500 24px / 24px Montserrat;
    }
    .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_left button, .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_right button{
        font-size: 14px;
    }
}

@media screen and (max-width: 375px){
    .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_left{
        font: 500 30px / 30px Montserrat;
    }
    .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .price_right .price{
        font: 500 20px / 20px Montserrat;
    }
}

.product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .aq {
    margin-left: 15px;
    color: #999;
    opacity: .6;
    font: 500 16px/16px Montserrat;
    letter-spacing: -.015em;
    text-decoration: line-through
}

.product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .hq {
    color: #999;
    opacity: .6;
    font: 500 16px/16px Montserrat;
    letter-spacing: -.015em;
    text-decoration: none
}

.product_ovr .pr_rows .pr_cols .bot_line_mob .buy_btn_mob {
    text-align: center;
    background: #000;
    color: #fff;
    cursor: pointer;
    max-width: 108px;
    width: 100%;
    font: 500 16px/16px Golos;
    padding: 11px 20px;
    border-radius: 48px;
    border: 1px solid transparent
}

.product_ovr .pr_rows .pr_cols .product-left {
    width: 320px;
    position: relative
}

.product_ovr .pr_rows .pr_cols .product-left .swiper-button-next {
    bottom: 18px;
    top: auto;
    right: -30px
}

.product_ovr .pr_rows .pr_cols .product-left .swiper-button-next:after {
    font-size: 10px;
    color: #000;
    font-weight: 600
}

.product_ovr .pr_rows .pr_cols .product-left .swiper-button-prev {
    bottom: 18px;
    top: auto;
    left: -30px
}

.product_ovr .pr_rows .pr_cols .product-left .swiper-button-prev:after {
    font-size: 10px;
    color: #000;
    font-weight: 600
}

.product_ovr .pr_rows .pr_cols .ovr_rows .brd_ovr {
    display: block;
    background-color: rgba(169, 140, 113, .5);
    height: 1px;
    max-width: 93.4%
}

.product_ovr .pr_rows .pr_cols .ovr_rows .top_col {
    padding-bottom: 50px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .top_col .act {
    font: 600 20px/20px Montserrat;
    opacity: .7;
    color: #75a971;
    letter-spacing: -.015em
}

.product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
    font: 500 64px/64px Golos;
    color: #000;
    letter-spacing: -.04em
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col {
    padding-top: 50px;
    padding-bottom: 50px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside {
    display: none
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .mob_section {
    margin-top: 27px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .mob_section:first-child {
    margin-top: 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .mob_section:nth-child(2) {
    padding-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(169, 140, 113, .5)
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice {
    max-width: 430px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice input {
    width: 0;
    height: 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value {
    font: 400 14px/14px Golos;
    letter-spacing: -.015em;
    align-items: center;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
    background: #f7f7fb;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    height: 49px;
    margin: 0 15px 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    max-width: max-content;
    padding: 0 15px;
    min-width: 125px;
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value.active {
    color: #fff;
    background: #000
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice label:nth-of-type(n+3) {
    margin: 15px 15px 0 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice label:nth-of-type(3) {
    margin: 0 !important
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice label:nth-of-type(3n) {
    margin: 15px 0 0 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .tb_in {
    color: rgba(0, 0, 0, .4)
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .color_choice {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .color_choice input {
    width: 0;
    height: 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .color_choice .clr_value {
    top: -20px;
    font: 400 14px/14px Golos;
    letter-spacing: -.015em;
    align-items: center;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    background: #f7f7fb;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    justify-content: center;
    height: 34px;
    width: 34px;
    margin: 20px 20px 0 0;
    position: relative;
    transition: .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 42px;
    white-space: nowrap
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .color_choice .clr_value.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: 1px solid red
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .h4 {
    margin-bottom: 20px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .op_text {
    font: 400 14px/21px Golos;
    color: grey;
    letter-spacing: -.015em;
    transition: max-height .3s ease;
    display: block;
    overflow: hidden
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .op_text.active {
    max-height: none;
    transition: max-height .3s ease
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hdn_acc {
    color: #086acd;
    font: 600 14px/21px Golos;
    letter-spacing: -.015em;
    text-decoration: underline;
    cursor: pointer;
    transition: .75s
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hdn_acc .v2 {
    display: none
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hdn_acc .v1 {
    display: inline
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hdn_acc.cl .v1 {
    display: none
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hdn_acc.cl .v2 {
    display: inline
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hidden_qulity_info {
    display: none;
    font: 600 14px/21px Golos;
    letter-spacing: -.015em;
    color: grey
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    max-width: 430px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns input {
    width: 0;
    height: 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value {
    font: 400 14px/14px Golos;
    letter-spacing: -.015em;
    align-items: center;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
    background: #f7f7fb;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    height: 49px;
    margin: 0 15px 0 0;
    width: 100%;
    max-width: 125px;
    overflow: hidden;
    position: relative;
    transition: .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value.active {
    color: #fff;
    background: #000
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns label:nth-of-type(n+3) {
    margin: 15px 15px 0 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns label:nth-of-type(3) {
    margin: 0 !important
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns label:nth-of-type(3n) {
    margin: 15px 0 0 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top {
    display: flex;
    justify-content: space-between
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols {
    width: calc(50% - 26px)
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice {
    max-width: 405px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value {
    font: 400 14px/14px Golos;
    letter-spacing: -.015em;
    align-items: center;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
    background: #f7f7fb;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    height: 49px;
    margin: 0 15px 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    max-width: max-content;
    padding: 0 15px;
    min-width: 125px;
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value.active {
    color: #fff;
    background: #000
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice label:nth-of-type(n+3) {
    margin: 15px 15px 0 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice label:nth-of-type(3) {
    margin: 0 !important
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice label:nth-of-type(3n) {
    margin: 15px 0 0 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols02 .tb_in {
    color: rgba(0, 0, 0, .4)
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols02 .color_choice {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols02 .color_choice .clr_value {
    top: -15px;
    font: 400 14px/14px Golos;
    letter-spacing: -.015em;
    align-items: center;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    background: #f7f7fb;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    justify-content: center;
    height: 34px;
    width: 34px;
    margin: 15px 15px 0 0;
    position: relative;
    transition: .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 42px;
    white-space: nowrap
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols02 .color_choice .clr_value.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: 1px solid red
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols {
    width: calc(50% - 26px)
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .h4 {
    margin-bottom: 20px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .op_text {
    font: 400 14px/21px Golos;
    color: grey;
    letter-spacing: -.015em;
    display: block;
    overflow: hidden;
    transition: max-height .3s ease
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .op_text.active {
    transition: max-height .3s ease;
    max-height: none
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hdn_acc {
    transition: .75s;
    color: #086acd;
    font: 400 14px/21px Golos;
    letter-spacing: -.015em;
    text-decoration: underline;
    cursor: pointer
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hdn_acc .v2 {
    display: none
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hdn_acc .v1 {
    display: inline
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hdn_acc.cl .v1 {
    display: none
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hdn_acc.cl .v2 {
    display: inline
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hidden_qulity_info {
    display: none;
    font: 400 14px/21px Golos;
    letter-spacing: -.015em;
    color: grey
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    max-width: 405px
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value {
    font: 400 14px/14px Golos;
    letter-spacing: -.015em;
    align-items: center;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
    background: #f7f7fb;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    height: 49px;
    margin: 0 15px 0 0;
    width: 100%;
    max-width: 125px;
    overflow: hidden;
    position: relative;
    transition: .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value.active {
    color: #fff;
    background: #000
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns label:nth-of-type(n+3) {
    margin: 15px 15px 0 0
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns label:nth-of-type(3) {
    margin: 0 !important
}

.product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns label:nth-of-type(3n) {
    margin: 15px 0 0 0
}

.product_ovr .pr_rows .pr_cols .rt_ovr {
    max-width: 260px;
    margin-left: auto;
    margin-right: 25px
}

.product_ovr .pr_rows .pr_cols .b_price {
    color: #df2525;
    font: 500 44px / 44px Montserrat;
    letter-spacing: -.04em;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-width: 600;
}

@media screen and (max-width: 1000px){
    .pr_cols.pr_cols03.price_block{
        display: none;
    }
}

.product_ovr .pr_rows .pr_cols .b_price .aq {
    margin-left: 5px;
    color: #999;
    opacity: .6;
    font: 500 28px/28px Montserrat;
    letter-spacing: -.015em;
    text-decoration: line-through
}

.product_ovr .pr_rows .pr_cols .b_price .hq {
    color: #999;
    opacity: .6;
    font: 500 28px/30px Montserrat;
    letter-spacing: -.015em;
    margin-left: 5px;
    text-decoration: none
}

.product_ovr .pr_rows .pr_cols .buy_btn {
    text-align: center;
    background: #000;
    color: #fff;
    margin-top: 25px;
    font: 500 16px/16px Golos;
    padding: 9px 20px;
    border-radius: 48px;
    border: 1px solid transparent;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

.product_ovr .pr_rows .pr_cols .btm_col {
    display: flex;
    flex-direction: column;
    padding-top: 53px
}

.product_ovr .pr_rows .pr_cols .btm_col .col {
    display: flex;
    justify-content: space-between
}

.product_ovr .pr_rows .pr_cols .btm_col .col:nth-child(n+2) {
    margin-top: 52px
}

.product_ovr .pr_rows .pr_cols .btm_col .col .param {
    display: flex;
    flex-direction: column;
    width: calc(50% - 26px)
}

.product_ovr .pr_rows .pr_cols .btm_col .col .param .h4 {
    font: 500 16px/16px Golos;
    letter-spacing: -.015em;
    color: #000
}

.product_ovr .pr_rows .pr_cols .btm_col .col .param p {
    margin-top: 7px;
    font: 400 14px/16px Golos;
    letter-spacing: -.015em;
    color: #000;
    opacity: .5;
    max-width: 277px
}

.product_ovr .charachteristics_rows {
    display: flex;
    padding-bottom: 45px
}

.product_ovr .charachteristics_rows .brd_line {
    height: 1px;
    background-color: rgba(169, 140, 113, .5);
    max-width: 97.2%;
    display: block
}

.product_ovr .charachteristics_rows .char_cols.char_cols01 {
    width: 482px;
    padding-top: 52px
}

.product_ovr .charachteristics_rows .char_cols.char_cols02 {
    width: calc(100% - 482px);
    padding-top: 58px
}

.product_ovr .charachteristics_rows .char_cols .h1 {
    font: 500 36px/36px Golos;
    color: #000
}

.product_ovr .charachteristics_rows .char_cols .col {
    display: flex;
    justify-content: space-between
}

.product_ovr .charachteristics_rows .char_cols .col:first-child .param:first-child {
    margin-top: 0
}

.product_ovr .charachteristics_rows .char_cols .col:nth-child(n+2) {
    margin-top: 52px
}

.product_ovr .charachteristics_rows .char_cols .col .param {
    display: flex;
    flex-direction: column;
    width: calc((100% - 104px) / 3)
}

.product_ovr .charachteristics_rows .char_cols .col .param .h4 {
    font: 500 16px/16px Golos;
    letter-spacing: -.015em;
    color: #000
}

.product_ovr .charachteristics_rows .char_cols .col .param p {
    margin-top: 7px;
    font: 400 14px/16px Golos;
    letter-spacing: -.015em;
    color: #000;
    opacity: .5;
    max-width: 277px
}

.product-thumbs {
    max-width: 320px;
    margin: 35px auto 0;
    overflow: hidden
}

.product-thumbs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 67px;
    max-height: 80px;
    height: 80px
}

.product-thumbs .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 2px solid transparent;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    cursor: pointer;
    max-width: 100%;
    max-height: 80px
}

.product-slider {
    max-width: 282px;
    margin: 0 auto;
    overflow: hidden
}

.product-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 357px
}

.product-slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    width: 100%;
    max-height: 357px
}

.product-slider .swiper-button-next:after {
    font-size: 20px;
    color: #000;
    font-weight: 700
}

.product-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
    font-weight: 700
}

.main-8 {
    padding-top: 0
}

.watch_more {
    display: none;
    position: relative
}

.watch_more .swiper-button-next {
    top: 10px;
    right: -7px
}

.watch_more .swiper-button-next:after {
    background-image: url(../img/next_watch.svg);
    width: 13px;
    height: 13px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0
}

.watch_more .swiper-button-prev {
    top: 10px;
    right: 30px;
    left: auto
}

.watch_more .swiper-button-prev:after {
    background-image: url(../img/prev_watch.svg);
    width: 13px;
    height: 13px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0
}

.watch_more .h2 {
    font: 500 20px/20px Golos;
    color: #000;
    margin-bottom: 27px
}

.watch_more .watch-more-slider {
    overflow: hidden;
    max-width: 100%;
    margin: 27px auto 0
}

.watch_more .watch-more-slider .swiper-slide .res_card {
    border-radius: 5px;
    background: #f7f7fb;
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 10px 10px
}

.watch_more .watch-more-slider .swiper-slide .res_card .top_line {
    display: flex;
    flex-direction: column
}

.watch_more .watch-more-slider .swiper-slide .res_card .top_line .act {
    position: absolute;
    color: #75a971;
    font: 600 12px/13px Montserrat;
    top: 20px;
    left: 10px
}

.watch_more .watch-more-slider .swiper-slide .res_card .top_line .add_to_fav {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.watch_more .watch-more-slider .swiper-slide .res_card .top_line .h_name {
    color: #000;
    letter-spacing: -.015em;
    margin-top: 27px;
    font: 600 14px/15px Montserrat;
    height: auto
}

.watch_more .watch-more-slider .swiper-slide .res_card .mn_ph {
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: .35s;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
    margin-top: 26px;
    height: 85px
}

.watch_more .watch-more-slider .swiper-slide .res_card .mn_ph .res_mg img {
    transition: .45s
}

.watch_more .watch-more-slider .swiper-slide .res_card .mn_ph .mn_hidden_info {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    transition: .35s;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center
}

.watch_more .watch-more-slider .swiper-slide .res_card .mn_ph .mn_hidden_info .in_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left
}

.watch_more .watch-more-slider .swiper-slide .res_card .mn_ph .mn_hidden_info .in_list li {
    color: #000;
    letter-spacing: -.015em;
    margin-top: 12px;
    font: 500 14px/14px Golos
}

.watch_more .watch-more-slider .swiper-slide .res_card .mn_ph .mn_hidden_info .in_list li:first-child {
    margin-top: 0
}

.watch_more .watch-more-slider .swiper-slide .res_card .mn_ph .mn_hidden_info .in_list li p {
    color: #000;
    font: 400 12px/14px Golos;
    letter-spacing: -.015em;
    opacity: .5;
    max-width: 277px;
    margin-top: 3px
}

.watch_more .watch-more-slider .swiper-slide .res_card .bt_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px
}

.watch_more .watch-more-slider .swiper-slide .res_card .bt_line .l_price {
    color: #df2525;
    font: 500 24px/24px Montserrat;
    letter-spacing: -.015em;
    display: flex;
    align-items: flex-start;
    font: 500 14px/14px Montserrat;
    align-items: flex-end
}

.watch_more .watch-more-slider .swiper-slide .res_card .bt_line .l_price .mob_aq {
    display: block;
    letter-spacing: -.015em;
    color: #999;
    font: 500 12px/12px Montserrat;
    margin-right: 10px
}

.watch_more .watch-more-slider .swiper-slide .res_card .bt_line .l_price .aq {
    display: none
}

.watch_more .watch-more-slider .swiper-slide .res_card .bt_line .l_price .hq {
    display: none
}

.watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn {
    text-align: center;
    background: #000;
    color: #fff;
    font: 500 16px/16px Golos;
    padding: 9px 20px;
    border-radius: 48px;
    border: 1px solid transparent;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

.watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn img {
    display: none
}

.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)
}

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

.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
}

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

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

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

.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
}

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

.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
}

#footer {
    background: #282828;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin: auto;
    z-index: 100
}

#footer .container {
    padding: 160px 40px 80px
}

#footer input, #footer textarea {
    background: 0 0;
    width: 100%;
    border: 1px solid #3a3a3a;
    border-radius: 5px;
    font: 400 15px/18px Golos;
    padding: 35px 20px;
    color: #fff
}

#footer .line-1 .btn {
    background: 0 0;
    color: #fff;
    margin-left: auto;
    min-width: 100px;
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    padding: 6px 16px 8px;
    border: 1px solid #fff;
    border-radius: 37px;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

#footer .line-1 .btn:hover {
    background: #fff;
    color: #000
}

#footer .line-1 .h1 {
    font: 500 110px/100px Golos;
    letter-spacing: -.04em;
    word-break: break-all
}

#footer .line-2 {
    margin-top: 70px
}

#footer .line-2 form {
    width: 100%
}

#footer .line-2 .col-2 {
    margin-top: 65px
}

#footer .line-2 .col-2 .btn {
    background: rgba(74, 74, 74, .4);
    border-color: transparent;
    color: #fff;
    min-width: 100px;
    cursor: pointer
}

#footer .line-2 .col-2 .btn.disable {
    pointer-events: none;
    opacity: .5
}

#footer .line-2 .col-2 .btn:hover {
    background: #fff;
    color: #000
}

#footer .line-2 .col-2 .checkbox {
    margin-left: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    color: #ededed;
    padding-left: 2em;
    font: 500 13px/13px Golos
}

#footer .line-2 .col-2 .checkbox.active::before {
    background: url(../img/check.svg) no-repeat 50% 50%/contain
}

#footer .line-2 .col-2 .checkbox::before {
    content: "";
    position: absolute;
    top: .0615em;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    border-radius: 50%
}

#footer .line-2 .col-2 .checkbox span {
    color: #7a7a7a
}

#footer .line-2 .col-1 input:nth-child(3n+1), #footer .line-2 .col-1 input:nth-child(3n+2) {
    width: calc((100% - 20px) / 4)
}

#footer .line-2 .col-1 input:nth-child(3n+2) {
    margin-left: 10px
}

#footer .line-2 .col-1 input:nth-child(3n+3) {
    width: calc((100% - 20px) / 4 * 2);
    margin-left: 10px
}

#footer .line-3 {
    margin-top: 145px;
    padding-top: 90px;
    border-top: 1px solid #3a3a3a
}

#footer .line-3 .rows nav {
    display: block
}

#footer .line-3 .rows nav ul li {
    margin-left: 37px
}

#footer .line-3 .rows nav ul li:first-child {
    margin-left: 0;
    margin-top: 0
}

#footer .line-3 .rows nav ul li a {
    font: 500 13px/13px Golos;
    color: #fff;
    opacity: .8;
    transition: opacity .3s ease-in-out
}

#footer .line-3 .rows nav ul li a:hover {
    opacity: 1
}

#footer .line-4 {
    margin-top: 25px
}

#footer .line-4 .col-1 {
    font: 500 12px/14px Golos
}

#footer .line-4 .col-1 p {
    opacity: .6
}

#footer .line-4 .col-1 a {
    margin-left: 40px;
    opacity: .4;
    color: #fff;
    transition: opacity .3s ease-in-out
}

#footer .line-4 .col-1 a:hover {
    opacity: 1
}

#footer .line-4 .col-2 {
    margin-left: auto;
    font: 500 12px/14px Golos
}

#footer .line-4 .col-2 p {
    opacity: .4
}

#footer .line-4 .col-2 a {
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease-in-out
}

#footer .line-4 .col-2 a:hover {
    border-bottom: 1px solid #fff
}

.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 {
    background: url(../img/bcl.svg) no-repeat 0 0;
    width: 2.9rem;
    height: 3rem;
    top: 5rem;
    right: 5rem
}

.nnvg .fancybox-button svg {
    color: #708573;
    display: none
}

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

.win_popup {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff
}

.win_popup .win_popup_ovr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.win_popup .win_popup_in {
    width: 100%
}

.win_popup .line_pp {
    height: auto;
    text-align: center;
    background: #fff;
    padding: 0
}

.win_popup .line_pp .h3 {
    font: 300 8.2rem/7.4rem GretaComPro;
    color: #708573;
    margin: 0 0 1.2rem;
    letter-spacing: .3em;
    text-transform: uppercase
}

.win_popup .line_pp p {
    font: normal 1.7rem/2.1rem GretaComPro;
    color: #fff;
    max-width: 72rem;
    margin: auto
}

.win_popup .blc_pp_wt {
    padding: 7.7rem 0 0;
    max-width: 125rem;
    margin: auto;
    text-align: left
}

.win_popup .blc_pp_wt .rows {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 2rem
}

.win_popup .blc_pp_wt .rows.rows100 .cols {
    width: 100%
}

.win_popup .blc_pp_wt .rows .cols {
    width: calc(50% - 2.4rem);
    position: relative
}

.win_popup .blc_pp_wt .rows input {
    border: 0 solid #b8b8b8;
    border-bottom: .2rem solid rgba(73, 73, 73, .6);
    width: 100%;
    color: #494949;
    font: normal 2.6rem/2.6rem GretaCndPro;
    letter-spacing: .02em;
    position: relative;
    padding: 1rem 0;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

.win_popup .blc_pp_wt .rows input::-webkit-input-placeholder {
    color: rgba(73, 73, 73, .6)
}

.win_popup .blc_pp_wt .rows input::-moz-placeholder {
    color: rgba(73, 73, 73, .6)
}

.win_popup .blc_pp_wt .rows input:-moz-placeholder {
    color: rgba(73, 73, 73, .6)
}

.win_popup .blc_pp_wt .rows input:-ms-input-placeholder {
    color: rgba(73, 73, 73, .6)
}

.win_popup .blc_pp_wt .rows {
    position: relative;
    text-align: center;
    margin: 3.5rem 0 0
}

.win_popup .blc_pp_wt .rows .get_go {
    font: 300 2rem/2rem GretaCndPro;
    border: .2rem solid #708573;
    padding: 1.7rem 3.3rem;
    cursor: pointer;
    color: #708573;
    background: 0 0;
    transition: .35s;
    text-transform: uppercase;
    border-radius: 5rem;
    letter-spacing: .13em;
    margin-top: 1.9rem
}

.win_popup .blc_pp_wt .rows .get_go:hover {
    color: #fff;
    border-color: #708573;
    background: #708573;
    transition: .35s
}

.win_popup .blc_pp_wt .rows button[disabled] {
    cursor: default;
    border: .2rem solid #b8b8b8;
    background: 0 0;
    color: #b1b1b1
}

.win_popup .blc_pp_wt .rows button[disabled]:hover {
    cursor: default;
    border: 2rem solid #b8b8b8;
    background: 0 0;
    color: #b1b1b1
}

.iagree {
    margin: 1.7rem 0 0;
    position: relative;
    text-align: center;
    width: 100%
}

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

.iagree input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 2.5rem;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font: 300 2rem/2rem GretaCndPro;
    letter-spacing: .025em;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    color: #494949
}

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

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

.iagree label.css-label:before {
    content: "";
    position: absolute;
    top: .7rem;
    bottom: 0;
    left: .5rem;
    width: .5rem;
    height: .5rem;
    background: rgba(112, 133, 115, 0);
    z-index: 1;
    border-radius: 100%
}

.iagree label.css-label:after {
    content: "";
    position: absolute;
    top: .2rem;
    bottom: 0;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    border: .1rem solid #708573;
    z-index: 1;
    border-radius: 100%
}

.thank_you {
    width: 91rem;
    min-height: 17.5rem;
    height: 500px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-radius: 24px
}

.thank_you .dsk_ovr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.thank_you .line_pp {
    height: 12.5rem
}

.thank_you .line_pp h3 {
    font: 500 90px/95px Golos;
    color: #000;
    text-align: left
}

.thank_you .blc_pp_wt {
    text-align: left;
    padding: 0;
    margin: 0;
    max-width: 100%
}

.thank_you .blc_pp_wt p {
    font: 600 35px/38px Montserrat;
    letter-spacing: -.015em;
    color: #000
}

.thank_you .blc_pp_wt span {
    font: normal 27px/27px Golos;
    color: #121212;
    margin-top: 35px;
    display: block
}

.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: 300 1.6rem/1.6rem GretaCndPro;
    color: #fff
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0, 0, 0, 0)
}

.where_to_buy {
    padding: 45px 35px;
    border-radius: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.where_to_buy .blc_pp_wt {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 100%
}

.where_to_buy .tb_btn {
    margin-bottom: 20px;
    text-align: center;
    background: #000;
    color: #fff;
    font: 500 16px/16px Golos;
    padding: 9px 20px;
    border-radius: 48px;
    border: 1px solid transparent;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

.where_to_buy .tb_btn:last-child {
    margin-bottom: 0
}

@media (min-width: 770px) {
    .watch_more .watch-more-slider .swiper-slide .res_card .mn_ph:hover .res_mg img {
        transition: .45s;
        opacity: 0
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .mn_ph:hover .mn_hidden_info {
        opacity: 1;
        transition: .35s
    }
}

@media (min-width: 771px) {
    .product_ovr .pr_rows .pr_cols .buy_btn {
        cursor: pointer
    }

    .product_ovr .pr_rows .pr_cols .buy_btn:hover {
        background: #fff;
        color: #000;
        border: 1px solid #000
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn {
        cursor: pointer
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn:hover {
        background: #fff;
        color: #000;
        border: 1px solid #000
    }

    .where_to_buy .tb_btn {
        cursor: pointer
    }

    .where_to_buy .tb_btn:hover {
        background: #fff;
        color: #000;
        border: 1px solid #000
    }
}

@media (min-width: 1001px) {
    .main-8 .line-2 .card:hover {
        background: #f0f0f7;
        transition: .35s
    }
}

@media (max-width: 1750px) {
    .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 432px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: calc(100% - 432px - 862px)
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
        font: 500 62px/62px Golos
    }

    .product_ovr .pr_rows .pr_cols .rt_ovr {
        margin-right: 0
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols01 {
        width: 432px
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols02 {
        width: calc(100% - 432px)
    }
}

@media (max-width: 1700px) {
    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 52px/48px Montserrat
    }
}

@media (max-width: 1675px) {
    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 50px/46px Montserrat
    }
}

@media (max-width: 1650px) {
    .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 382px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: 812px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: calc(100% - 382px - 812px)
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
        font: 500 60px/60px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value {
        height: 48px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value {
        max-width: 115px;
        height: 48px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value {
        height: 48px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value {
        max-width: 115px;
        height: 48px
    }

    .product_ovr .pr_rows .pr_cols .b_price .aq {
        margin-left: 5px;
        font: 500 26px/26px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .hq {
        font: 500 26px/26px Montserrat
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols01 {
        width: 382px
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols02 {
        width: calc(100% - 382px)
    }

    .product_ovr .charachteristics_rows .char_cols .h1 {
        font: 500 34px/34px Golos
    }

    .product_ovr .charachteristics_rows .char_cols .col .param {
        width: calc((100% - 265px) / 3)
    }

    .v_menu .desc .vm_list li a {
        font: 300 6.9rem/7rem GretaComPro
    }

    .thank_you .line_pp h3 {
        font: 500 85px/90px Golos
    }
}

@media (max-width: 1600px) {
    .header .container {
        padding-left: 75px;
        padding-right: 75px
    }

    .main-8 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .main-8 .line-2 {
        margin-top: 50px
    }

    .main-8 .line-2 .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .main-8 .line-2 .card {
        border-radius: 4px
    }

    .main-8 .line-2 .card .col-1 {
        padding: 50px 25px
    }

    .main-8 .line-2 .card .col-1 h3 {
        margin-right: 10px
    }

    .main-8 .line-2 .card .col-1::after {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }

    .main-8 .line-2 .card .col-2 {
        padding: 0 25px 50px
    }

    .main-9 {
        padding-bottom: 110px
    }

    .main-9 .line-1 .card {
        border-radius: 27px
    }

    .main-9 .line-1 .card .info {
        padding: 25px
    }

    .main-9 .line-1 .card .info h3 {
        margin-top: 40px;
        margin-bottom: 40px;
        font: 500 25px/30px Golos
    }

    .main-9 .line-1 .card .info img {
        width: 110px
    }

    .breadcrumbs {
        padding-left: 75px;
        padding-right: 75px
    }

    .product_ovr {
        margin-bottom: 60px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: 764px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: calc(100% - 382px - 764px)
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value {
        height: 46px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value {
        max-width: 105px;
        height: 46px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value {
        height: 46px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value {
        max-width: 105px;
        height: 46px
    }

    .product_ovr .charachteristics_rows .char_cols .col .param {
        width: calc((100% - 235px) / 3)
    }

    #footer .container {
        padding: 110px 30px 40px
    }

    #footer input, #footer textarea {
        border-radius: 3.7px;
        padding: 30px 15px
    }

    #footer .line-1 .h1 {
        font: 500 90px/90px Golos
    }

    #footer .line-2 {
        margin-top: 55px
    }

    #footer .line-2 .col-2 {
        margin-top: 55px
    }

    #footer .line-2 .col-2 .checkbox {
        margin-left: 50px
    }

    #footer .line-3 {
        margin-top: 120px;
        padding-top: 70px
    }

    #footer .line-4 {
        margin-top: 15px
    }

    #footer .line-4 .col-1 {
        font: 500 10px/12px Golos
    }

    #footer .line-4 .col-1 a {
        margin-left: 30px
    }

    #footer .line-4 .col-2 {
        font: 500 10px/12px Golos
    }

    #footer .line-4 .col-2 a {
        margin-left: 3px
    }

    .win_popup .line_pp .h3 {
        font: 200 7.8rem/7rem GretaComPro
    }

    .win_popup .blc_pp_wt .rows .get_go {
        padding: 1.6rem 3.3rem;
        font: 300 1.9rem/1.9rem GretaCndPro
    }
}

@media (max-width: 1550px) {
    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
        font: 500 56px/56px Golos
    }

    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 48px/46px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .buy_btn {
        padding: 8px 18px
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn {
        padding: 8px 18px
    }

    .thank_you .blc_pp_wt p {
        font: 600 33px/36px Montserrat
    }

    .where_to_buy .tb_btn {
        padding: 8px 18px
    }
}

@media (max-width: 1500px) {
    .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 352px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: calc(100% - 352px - 764px);
        padding-left: 20px
    }

    .product_ovr .pr_rows .pr_cols .product-left {
        width: 300px
    }

    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 44px/42px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .aq {
        margin-left: 5px;
        font: 500 24px/24px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .hq {
        font: 500 24px/24px Montserrat
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols01 {
        width: 352px
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols02 {
        width: calc(100% - 352px)
    }

    .product-thumbs {
        max-width: 300px;
        margin: 30px auto 0
    }

    .product-thumbs .swiper-slide {
        max-height: 70px;
        height: 70px
    }

    .product-thumbs .swiper-slide img {
        max-height: 70px
    }

    .product-slider .swiper-slide {
        height: 333px
    }

    .product-slider .swiper-slide img {
        max-height: 333px
    }
}

@media (max-width: 1450px) {
    .product_ovr .pr_rows {
        padding-bottom: 43px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: 714px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: calc(100% - 352px - 714px)
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col {
        padding-bottom: 40px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .act {
        font: 600 18px/18px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
        font: 500 54px/54px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value {
        height: 44px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value {
        max-width: 100px;
        height: 44px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value {
        height: 44px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value {
        max-width: 100px;
        height: 44px
    }

    .product_ovr .pr_rows .pr_cols .rt_ovr {
        max-width: 200px
    }

    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 42px/40px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .aq {
        font: 500 22px/22px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .hq {
        font: 500 22px/22px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .buy_btn {
        margin-top: 20px;
        padding: 8px 18px;
        font: 500 15px/15px Golos
    }

    .product_ovr .pr_rows .pr_cols .btm_col {
        padding-top: 43px
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols01 {
        padding-top: 40px
    }

    .product_ovr .charachteristics_rows .char_cols .h1 {
        font: 500 32px/32px Golos
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn {
        padding: 8px 18px;
        font: 500 15px/15px Golos
    }

    .v_menu .rows .cols.cols01 {
        width: calc(100% - 95rem)
    }

    .v_menu .rows .cols.cols02 {
        width: 95rem
    }

    .v_menu .desc {
        padding: 0 0 0 20rem
    }

    .v_menu .desc .vm_list li a {
        font: 300 6.6rem/6.4rem GretaComPro
    }

    .v_menu .desc .vm_list li a:after {
        top: 3.7rem
    }

    .v_menu .desc .vm_list li a .n {
        top: 2.6rem
    }

    .win_popup .line_pp .h3 {
        font: 200 7.4rem/6.7rem GretaComPro
    }

    .win_popup .blc_pp_wt .rows .get_go {
        padding: 1.6rem 3.3rem;
        font: 300 1.8rem/1.8rem GretaCndPro
    }

    .thank_you .line_pp h3 {
        font: 500 75px/80px Golos
    }

    .thank_you .blc_pp_wt p {
        font: 600 31px/34px Montserrat
    }

    .thank_you .blc_pp_wt span {
        font: normal 25px/25px Golos;
        margin-top: 30px
    }

    .where_to_buy .tb_btn {
        padding: 8px 18px;
        font: 500 15px/15px Golos
    }
}

@media (max-width: 1440px) {
    .header .container {
        padding-left: 65px;
        padding-right: 65px
    }

    .header .line-1 .logo {
        height: 18px
    }

    .header .line-1 .btn {
        margin-left: 30px
    }

    .main-8 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .main-8 .line-1 h2 {
        font: 500 26px/26px Golos
    }

    .main-8 .line-2 .card {
        border-radius: 3.7px
    }

    .main-8 .line-2 .card .col-1 {
        padding: 40px 20px
    }

    .main-8 .line-2 .card .col-1::after {
        width: 35px;
        height: 35px
    }

    .main-8 .line-2 .card .col-2 {
        padding: 0 20px 40px
    }

    .main-9 .line-1 .card {
        border-radius: 24px
    }

    .main-9 .line-1 .card .info {
        padding: 20px
    }

    .main-9 .line-1 .card .info h3 {
        font: 500 24px/29px Golos;
        margin-top: 35px;
        margin-bottom: 35px
    }

    .main-9 .line-1 .card .info img {
        width: 95px
    }

    .breadcrumbs {
        padding-left: 65px;
        padding-right: 65px
    }

    .product_ovr {
        margin-bottom: 55px
    }

    .product_ovr .charachteristics_rows {
        padding-bottom: 40px
    }

    #footer .container {
        padding-top: 100px
    }

    #footer input, #footer textarea {
        padding: 25px 15px
    }

    #footer .line-2 {
        margin-top: 50px
    }

    #footer .line-2 .col-2 {
        margin-top: 45px
    }

    #footer .line-2 .col-2 .checkbox {
        margin-left: 40px
    }

    #footer .line-3 {
        margin-top: 100px;
        padding-top: 60px
    }

    #footer .line-3 .rows nav ul li {
        margin-left: 20px
    }
}

@media (max-width: 1425px) {
    .product_ovr .pr_rows .pr_cols .buy_btn {
        padding: 8px 18px;
        font: 500 14px/14px Golos
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn {
        padding: 8px 18px;
        font: 500 14px/14px Golos
    }

    .where_to_buy .tb_btn {
        padding: 8px 18px;
        font: 500 14px/14px Golos
    }
}

@media (max-width: 1400px) {
    .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 325px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: calc(100% - 325px - 714px)
    }

    .product_ovr .pr_rows .pr_cols .product-left {
        width: 275px
    }

    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-next {
        bottom: 15px
    }

    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-prev {
        bottom: 15px
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols01 {
        width: 325px
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols02 {
        width: calc(100% - 325px)
    }

    .product-slider .swiper-slide {
        height: 300px
    }

    .product-slider .swiper-slide img {
        max-height: 300px
    }
}

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

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
        font: 500 52px/52px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols02 .color_choice .clr_value {
        height: 30px;
        width: 30px;
        border-radius: 38px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols02 .color_choice .clr_value.active::before {
        width: 38px;
        height: 38px;
        border-radius: 38px
    }

    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 40px/38px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .aq {
        font: 500 20px/20px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .hq {
        font: 500 20px/20px Montserrat
    }

    .product_ovr .charachteristics_rows .char_cols .h1 {
        font: 500 30px/30px Golos
    }

    .v_menu .rows .cols.cols01 {
        width: calc(100% - 85rem)
    }

    .v_menu .rows .cols.cols02 {
        width: 85rem
    }

    .v_menu .desc .vm_list li a {
        font: 300 5.8rem/5.7rem GretaComPro
    }

    .v_menu .desc .vm_list li a:after {
        top: 3.2rem
    }

    .v_menu .desc .vm_list li a .n {
        top: 2.1rem
    }

    .win_popup .line_pp .h3 {
        font: 200 6.6rem/5.9rem GretaComPro
    }

    .win_popup .blc_pp_wt {
        max-width: 105rem
    }

    .win_popup .blc_pp_wt .rows input {
        font: normal 2.2rem/2.2rem GretaCndPro
    }

    .win_popup .blc_pp_wt .rows .get_go {
        padding: 1.3rem 3.3rem;
        font: 300 1.6rem/1.6rem GretaCndPro
    }

    .thank_you .line_pp h3 {
        font: 500 70px/75px Golos
    }

    .thank_you .blc_pp_wt p {
        font: 600 29px/32px Montserrat;
        max-width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .thank_you .blc_pp_wt span {
        font: normal 23px/23px Golos;
        margin-top: 25px
    }

    .where_to_buy .blc_pp_wt {
        max-width: 100%
    }
}

@media (max-width: 1340px) {
    .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: 664px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: calc(100% - 325px - 664px)
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value {
        height: 42px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value {
        max-width: 90px;
        height: 42px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value {
        height: 42px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value {
        max-width: 90px;
        height: 42px
    }

    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 38px/36px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .aq {
        font: 500 18px/18px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .hq {
        font: 500 18px/18px Montserrat
    }
}

@media (max-width: 1300px) {
    .product_ovr .charachteristics_rows .char_cols .col .param {
        width: calc((100% - 200px) / 3)
    }
}

@media (max-width: 1280px) {
    .header .line-1 .src_in {
        max-width: 265px
    }

    .main-8 .line-1 h2 {
        font: 500 24px/24px Golos
    }

    .main-8 .line-2 {
        margin-top: 40px
    }

    .main-8 .line-2 .card {
        border-radius: 3.3px
    }

    .main-8 .line-2 .card .col-1 h3 {
        font: 500 16px/25px Golos
    }

    .main-8 .line-2 .card .col-1::after {
        width: 30px;
        height: 30px
    }

    .main-8 .line-2 .card .col-2 p {
        font: 500 16px/25px Golos
    }

    .main-9 {
        padding-bottom: 100px
    }

    .main-9 .line-1 .card {
        border-radius: 22px
    }

    .main-9 .line-1 .card .info h3 {
        font: 500 20px/25px Golos;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .main-9 .line-1 .card .info img {
        width: 85px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 300px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: 614px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: calc(100% - 300px - 614px);
        padding-top: 20px
    }

    .product_ovr .pr_rows .pr_cols .product-left {
        width: 250px
    }

    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-next {
        bottom: 10px
    }

    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-prev {
        bottom: 10px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .act {
        font: 600 16px/16px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
        font: 500 46px/46px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value {
        height: 41px;
        font: 400 13px/13px Golos;
        margin: 0 10px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice label:nth-of-type(n+3) {
        margin: 10px 10px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice label:nth-of-type(3n) {
        margin: 10px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .op_text {
        font: 400 13px/20px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hdn_acc {
        font: 400 13px/20px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hidden_qulity_info {
        font: 400 13px/20px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value {
        max-width: 85px;
        height: 41px;
        font: 400 13px/13px Golos;
        margin: 0 10px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns label:nth-of-type(n+3) {
        margin: 10px 10px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns label:nth-of-type(3n) {
        margin: 10px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value {
        height: 41px;
        font: 400 13px/13px Golos;
        margin: 0 10px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice label:nth-of-type(n+3) {
        margin: 10px 10px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice label:nth-of-type(3n) {
        margin: 10px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .op_text {
        font: 400 13px/20px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hdn_acc {
        font: 400 13px/20px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hidden_qulity_info {
        font: 400 13px/20px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value {
        max-width: 85px;
        height: 41px;
        font: 400 13px/13px Golos;
        margin: 0 10px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns label:nth-of-type(n+3) {
        margin: 10px 10px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns label:nth-of-type(3n) {
        margin: 10px 0 0 0
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols01 {
        width: 300px
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols02 {
        width: calc(100% - 300px)
    }

    .product_ovr .charachteristics_rows .char_cols .h1 {
        font: 500 28px/28px Golos
    }

    .product-thumbs .swiper-slide {
        max-height: 62px;
        height: 62px
    }

    .product-thumbs .swiper-slide img {
        max-height: 62px
    }

    .product-slider .swiper-slide {
        height: 275px
    }

    .product-slider .swiper-slide img {
        max-height: 275px
    }

    #footer .container {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 75px
    }

    #footer input, #footer textarea {
        border-radius: 3.33px;
        padding: 20px 10px
    }

    #footer .line-1 .h1 {
        font: 500 80px/80px Golos
    }

    #footer .line-2 {
        margin-top: 45px
    }

    #footer .line-2 .col-2 {
        margin-top: 35px
    }

    #footer .line-2 .col-2 .checkbox {
        margin-left: 30px;
        font: 500 12px/12px Golos
    }

    #footer .line-3 {
        margin-top: 80px;
        padding-top: 50px
    }

    #footer .line-3 .rows nav ul li a {
        font: 500 8px/8px Golos
    }

    #footer .line-4 .col-1 {
        font: 500 8px/8px Golos
    }

    #footer .line-4 .col-2 {
        font: 500 8px/8px Golos
    }

    .thank_you .line_pp h3 {
        font: 500 65px/70px Golos
    }

    .thank_you .blc_pp_wt span {
        font: normal 21px/21px Golos
    }
}

@media (max-width: 1250px) {
    .product_ovr .charachteristics_rows .char_cols .col .param {
        width: calc((100% - 100px) / 3)
    }
}

@media (max-width: 1200px) {
    .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 250px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: 564px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: calc(100% - 250px - 564px)
    }

    .product_ovr .pr_rows .pr_cols .product-left {
        width: 200px
    }

    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-next {
        bottom: 3px
    }

    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-prev {
        bottom: 3px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
        font: 500 42px/42px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value {
        height: 39px;
        font: 400 12px/12px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .op_text {
        font: 400 12px/19px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hdn_acc {
        font: 400 12px/19px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hidden_qulity_info {
        font: 400 12px/19px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value {
        max-width: 78px;
        height: 39px;
        font: 400 12px/12px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value {
        height: 39px;
        font: 400 12px/12px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols02 .color_choice .clr_value {
        height: 28px;
        width: 28px;
        border-radius: 36px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols02 .color_choice .clr_value.active::before {
        width: 36px;
        height: 36px;
        border-radius: 36px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .op_text {
        font: 400 12px/19px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hdn_acc {
        font: 400 12px/19px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hidden_qulity_info {
        font: 400 12px/19px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value {
        max-width: 78px;
        height: 39px;
        font: 400 12px/12px Golos
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols01 {
        width: 250px
    }

    .product_ovr .charachteristics_rows .char_cols .h1 {
        font: 500 26px/26px Golos
    }

    .product_ovr .charachteristics_rows .char_cols .col .param {
        width: calc((100% - 60px) / 3)
    }

    .product-thumbs {
        max-width: 300px;
        margin: 25px auto 0
    }

    .product-thumbs .swiper-slide {
        max-height: 45px;
        height: 45px
    }

    .product-thumbs .swiper-slide img {
        max-height: 45px
    }

    .product-slider .swiper-slide {
        height: 250px
    }

    .product-slider .swiper-slide img {
        max-height: 250px
    }

    .v_menu .desc .vm_list li a {
        font: 300 4.8rem/4.7rem GretaComPro
    }

    .v_menu .desc .vm_list li a:after {
        top: 2.7rem
    }

    .v_menu .desc .vm_list li a .n {
        top: 1.6rem
    }

    .win_popup .line_pp .h3 {
        font: 200 5.5rem/4.9rem GretaComPro
    }

    .win_popup .blc_pp_wt .rows .get_go {
        padding: 1.2rem 3rem 1rem;
        font: 300 1.3rem/1.3rem GretaCndPro
    }
}

@media (max-width: 1100px) {
    .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 230px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: 514px
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        padding-top: 15px;
        width: calc(100% - 230px - 514px)
    }

    .product_ovr .pr_rows .pr_cols .product-left {
        width: 180px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value {
        height: 37px;
        font: 400 11px/11px Golos;
        margin: 0 5px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice label:nth-of-type(n+3) {
        margin: 5px 5px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice label:nth-of-type(3n) {
        margin: 5px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .op_text {
        font: 400 11px/16px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hdn_acc {
        font: 400 11px/16px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .hidden_qulity_info {
        font: 400 11px/16px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value {
        max-width: 73px;
        height: 37px;
        font: 400 11px/11px Golos;
        margin: 0 5px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns label:nth-of-type(n+3) {
        margin: 5px 5px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns label:nth-of-type(3n) {
        margin: 5px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value { /*max-width:73px;*/
        min-width: 120px;
        height: 37px;
        font: 400 11px/11px Golos;
        margin: 0 5px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice label:nth-of-type(n+3) {
        margin: 5px 5px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice label:nth-of-type(3n) {
        margin: 5px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .op_text {
        font: 400 11px/16px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hdn_acc {
        font: 400 11px/16px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols01 .hidden_qulity_info {
        font: 400 11px/16px Golos
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value {
        max-width: 73px;
        height: 37px;
        font: 400 11px/11px Golos;
        margin: 0 5px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns label:nth-of-type(n+3) {
        margin: 5px 5px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns label:nth-of-type(3n) {
        margin: 5px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 36px/36px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .aq {
        font: 500 16px/16px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price .hq {
        font: 500 16px/16px Montserrat
    }

    .product_ovr .charachteristics_rows .char_cols .col .param {
        width: 33.3333333333%
    }

    .product-slider .swiper-slide {
        height: 215px
    }

    .product-slider .swiper-slide img {
        max-height: 215px
    }

    .v_menu .rows .cols.cols01 {
        width: calc(100% - 65rem)
    }

    .v_menu .rows .cols.cols02 {
        width: 65rem
    }

    .v_menu .desc {
        padding: 0 0 0 15rem
    }

    .v_menu .desc .vm_list li a {
        font: 300 4.1rem/4.1rem GretaComPro
    }

    .v_menu .desc .vm_list li a:after {
        width: .3rem;
        right: -4rem;
        top: 2.2rem
    }

    .v_menu .desc .vm_list li a .n {
        font: 300 1.6rem/1.6rem GretaCndPro;
        left: -7.2rem
    }

    .v_menu .desc .vm_list li a .n:after {
        width: 3rem;
        right: -4rem;
        top: .7rem
    }

    .win_popup .line_pp .h3 {
        font: 200 5rem/4.4rem GretaComPro;
        letter-spacing: .2em
    }

    .win_popup .blc_pp_wt {
        max-width: 85rem;
        padding: 5rem 0 0
    }

    .win_popup .blc_pp_wt .rows input {
        font: normal 2rem/2rem GretaCndPro
    }

    .thank_you .blc_pp_wt {
        padding: 0;
        margin: 0
    }

    .where_to_buy .blc_pp_wt {
        max-width: 100%;
        padding: 0
    }
}

@media (max-width: 1024px) {
    .header .container {
        padding-left: 50px;
        padding-right: 50px
    }

    .header .line-1 .btn {
        margin-left: 30px
    }

    .header .line-1 .src_in {
        max-width: 205px
    }

    .main-8 {
        padding-bottom: 70px;
        padding-top: 70px
    }

    .main-8 .line-1 h2 {
        font: 500 19px/19px Golos
    }

    .main-8 .line-2 {
        margin-top: 35px
    }

    .main-8 .line-2 .card {
        border-radius: 2.6px
    }

    .main-8 .line-2 .card .col-1 {
        padding: 30px 15px
    }

    .main-8 .line-2 .card .col-1 h3 {
        font: 500 14px/18px Golos
    }

    .main-8 .line-2 .card .col-1::after {
        width: 25px;
        height: 25px
    }

    .main-8 .line-2 .card .col-2 {
        padding: 0 15px 30px
    }

    .main-8 .line-2 .card .col-2 p {
        font: 500 14px/18px Golos
    }

    .main-9 {
        padding-bottom: 80px
    }

    .main-9 .line-1 .card .info {
        padding: 15px
    }

    .main-9 .line-1 .card .info h3 {
        font: 500 16px/21px Golos;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .main-9 .line-1 .card .info img {
        width: 70px
    }

    .breadcrumbs {
        padding-left: 50px;
        padding-right: 50px
    }

    .product_ovr {
        margin-bottom: 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .act {
        font: 600 14px/14px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
        font: 500 38px/38px Golos
    }

    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 32px/32px Montserrat
    }

    .product_ovr .charachteristics_rows {
        margin-bottom: 0
    }

    .product_ovr .charachteristics_rows .char_cols .h1 {
        font: 500 24px/24px Golos
    }

    #footer .container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px
    }

    #footer input, #footer textarea {
        padding: 15px 10px;
        font-size: 13px
    }

    #footer .line-1 .h1 {
        font: 500 64px/64px Golos
    }

    #footer .line-2 {
        margin-top: 35px
    }

    #footer .line-2 .col-2 {
        margin-top: 30px
    }

    #footer .line-2 .col-2 .checkbox {
        font: 500 9px/9px Golos;
        margin-left: 25px
    }

    #footer .line-3 {
        margin-top: 60px;
        padding-top: 40px
    }

    #footer .line-3 .rows nav ul li a {
        font: 500 7px/7px Golos
    }

    #footer .line-4 .col-1 {
        font: 500 7px/7px Golos
    }

    #footer .line-4 .col-2 {
        font: 500 7px/7px Golos
    }

    .thank_you .line_pp h3 {
        font: 500 55px/60px Golos
    }

    .thank_you .blc_pp_wt p {
        font: 600 27px/30px Montserrat;
        height: -moz-fit-content;
        height: fit-content
    }
}

@media (max-width: 1000px) {
    .header {
        border-bottom: 1px solid #e9e9e9;
        background: #fff
    }

    .header .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .breadcrumbs {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px
    }

    .breadcrumbs li {
        display: none
    }

    .breadcrumbs li:first-child {
        display: block
    }

    .breadcrumbs li:first-child a {
        padding-left: 16px;
        position: relative
    }

    .breadcrumbs li:first-child a:before {
        content: "";
        position: absolute;
        background-image: url(../img/back_arr.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 8px;
        height: 8px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }

    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .product_ovr .brd_line {
        width: 100%
    }

    .product_ovr .pr_rows {
        padding-bottom: 30px;
        flex-direction: column
    }

    .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 100%
    }

    .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: 100%
    }

    .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: 100%;
        padding-top: 0
    }

    .product_ovr .pr_rows .pr_cols .top_line_mob {
        display: flex;
        flex-direction: column
    }

    .product_ovr .pr_rows .pr_cols .top_line_mob .act {
        font: 600 16px/16px Montserrat;
        opacity: .7;
        color: #75a971;
        letter-spacing: -.015em;
        margin-bottom: 7px
    }

    .product_ovr .pr_rows .pr_cols .top_line_mob .h1_mob {
        font: 500 28px/28px Golos;
        color: #000;
        letter-spacing: -.04em
    }

    .product_ovr .pr_rows .pr_cols .bot_line_mob {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px
    }

    .product_ovr .pr_rows .pr_cols .product-left {
        width: 300px;
        margin: 25px auto 0
    }

    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-next {
        right: 0
    }

    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-prev {
        left: 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .brd_ovr {
        max-width: 100%
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col {
        padding-bottom: 30px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .act {
        display: none
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .top_col .h1 {
        display: none
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice .mcd_value {
        height: 49px;
        font: 400 14px/14px Golos;
        margin: 0 15px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice label:nth-of-type(n+3) {
        margin: 15px 15px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .quality_choice label:nth-of-type(3n) {
        margin: 15px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns .cap_value {
        max-width: 107px;
        height: 49px;
        font: 400 14px/14px Golos;
        margin: 0 15px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns label:nth-of-type(n+3) {
        margin: 15px 15px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside .cap_btns label:nth-of-type(3n) {
        margin: 15px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice .mcd_value {
        height: 49px;
        font: 400 14px/14px Golos;
        margin: 0 15px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice label:nth-of-type(n+3) {
        margin: 15px 15px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top .mct_cols.mct_cols01 .quality_choice label:nth-of-type(3n) {
        margin: 15px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns .cap_value {
        max-width: 107px;
        height: 49px;
        font: 400 14px/14px Golos;
        margin: 0 15px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns label:nth-of-type(n+3) {
        margin: 15px 15px 0 0
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm .mcb_cols.mcb_cols02 .cap_btns label:nth-of-type(3n) {
        margin: 15px 0 0 0
    }

    .product_ovr .pr_rows .pr_cols .b_price {
        display: none
    }

    .product_ovr .pr_rows .pr_cols .buy_btn {
        display: none
    }

    .product_ovr .pr_rows .pr_cols .btm_col {
        padding-top: 30px
    }

    .product_ovr .charachteristics_rows {
        flex-direction: column;
        padding-bottom: 30px
    }

    .product_ovr .charachteristics_rows .brd_line {
        width: 100%
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols01 {
        width: 100%;
        padding-top: 30px
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols02 {
        width: 100%
    }

    .product_ovr .charachteristics_rows .char_cols .col .param {
        width: 250px
    }

    .product-thumbs {
        max-width: 250px;
        margin: 20px auto 0
    }

    .product-thumbs .swiper-slide {
        max-height: 54px;
        height: 54px
    }

    .product-thumbs .swiper-slide img {
        max-height: 54px
    }

    .product-slider .swiper-slide {
        height: 250px
    }

    .product-slider .swiper-slide img {
        max-height: 250px
    }

    .v_menu .rows .cols.cols01 {
        width: 0
    }

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

    .v_menu .desc {
        padding: 0 0 0 12rem
    }

    .v_menu .desc .vm_list li a {
        font: 300 2.9rem/2.9rem GretaComPro
    }

    .v_menu .desc .vm_list li a:after {
        top: 1.7rem
    }

    .v_menu .desc .vm_list li a .n {
        top: 1rem
    }

    .thank_you .blc_pp_wt span {
        margin-top: 20px;
        font: normal 18px/18px Golos
    }
}

@media (max-width: 1000px) and (max-width: 770px) {
    .product_ovr .pr_rows .pr_cols .top_line_mob .act {
        font: 600 12px/12px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .top_line_mob .h1_mob {
        font: 500 20px/20px Golos
    }
}

@media (max-width: 980px) {
    .thank_you {
        width: 75rem;
        height: 450px
    }
}

@media (max-width: 950px) {
    .header .line-1 {
        padding: 13px 0 11px
    }

    .header .line-1 .btn {
        display: none
    }

    .header .line-1 .send_req {
        display: block
    }

    .header .line-1 .src_in {
        margin: 0 0 0 auto;
        display: none
    }

    .header .line-1 .burger {
        display: block
    }

    .header .line-1 nav {
        display: none
    }

    .src_in_mob {
        margin: 21px auto 0;
        display: block
    }
}

@media (max-width: 900px) {
    .win_popup .blc_pp_wt {
        max-width: 75rem
    }

    .where_to_buy .blc_pp_wt {
        max-width: 100%
    }
}

@media (max-width: 854px) {
    .header .run-line a {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 0
    }

    #footer .line-1 .h1 {
        font: 500 44px/44px Golos
    }
}

@media (max-width: 800px) {
    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-next {
        right: -25px;
        bottom: 5px
    }

    .product_ovr .pr_rows .pr_cols .product-left .swiper-button-prev {
        left: -25px;
        bottom: 5px
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mob_mid_inside {
        display: block
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_top {
        display: none
    }

    .product_ovr .pr_rows .pr_cols .ovr_rows .mid_col .mid_col_btm {
        display: none
    }

    .product_ovr .pr_rows .pr_cols .btm_col .col {
        flex-direction: column
    }

    .product_ovr .pr_rows .pr_cols .btm_col .col:first-child .param:first-child {
        margin-top: 0
    }

    .product_ovr .pr_rows .pr_cols .btm_col .col:nth-child(n+2) {
        margin-top: 0
    }

    .product_ovr .pr_rows .pr_cols .btm_col .col .param {
        width: 100%;
        margin-top: 30px
    }

    .product_ovr .charachteristics_rows .char_cols.char_cols02 {
        padding-top: 36px
    }

    .product_ovr .charachteristics_rows .char_cols .col {
        flex-direction: column
    }

    .product_ovr .charachteristics_rows .char_cols .col .param {
        margin-top: 27px
    }

    .product_ovr .charachteristics_rows .char_cols .col:nth-child(n+2) {
        margin-top: 0
    }

    .product_ovr .charachteristics_rows .char_cols .col:nth-child(n+3) {
        display: none
    }

    .product_ovr .charachteristics_rows .char_cols .col .param {
        width: 100%
    }

    .win_popup .blc_pp_wt .rows {
        margin: 1.5rem 0 0
    }

    .iagree input[type=checkbox].css-checkbox + label.css-label {
        font: 300 1.8rem/1.8rem GretaCndPro
    }

    .thank_you {
        width: 60rem;
        height: 300px
    }

    .thank_you .blc_pp_wt span {
        font: normal 16px/16px Golos
    }
}

@media (max-width: 770px) {
    .btm_menu_fixed {
        display: block
    }

    .main-9 {
        padding-bottom: 70px
    }

    .breadcrumbs {
        margin-top: 25px
    }

    .breadcrumbs li a {
        font: normal 14px/14px Golos
    }

    .product_ovr {
        margin-top: 25px
    }

    .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob {
        font: 500 24px/24px Montserrat;
        flex-wrap: wrap
    }

    .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .aq {
        font: 500 12px/12px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .bot_line_mob .b_price_mob .hq {
        width: 100%;
        margin-top: 2px;
        font: 500 12px/12px Montserrat
    }

    .product_ovr .pr_rows .pr_cols .b_price {
        font: 500 43px/38px Montserrat;
        align-items: flex-end
    }

    .product-thumbs {
        max-width: 300px
    }

    .product-slider .swiper-slide {
        height: 235px
    }

    .product-slider .swiper-slide img {
        max-height: 235px
    }

    .main-8 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .mn_ph .res_mg img {
        max-height: 145px
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn {
        color: transparent;
        background: 0 0;
        border: 0;
        cursor: pointer;
        padding: 0;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn span {
        display: none
    }

    .watch_more .watch-more-slider .swiper-slide .res_card .bt_line .buy_btn img {
        display: block
    }

    .main-9 {
        margin-top: 30px
    }

    .thank_you {
        padding-left: 10px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 15px;
        border-radius: 12px
    }

    .thank_you .line_pp h3 {
        letter-spacing: -.04em;
        font: 500 35px/40px Golos
    }

    .thank_you .blc_pp_wt p {
        font: 600 20px/23px Montserrat;
        height: -moz-fit-content;
        height: fit-content
    }
}

@media (max-width: 760px) {
    .win_popup .line_pp .h3 {
        font: 200 3.8rem/3.6rem GretaComPro;
        letter-spacing: .2em
    }

    .win_popup .blc_pp_wt {
        max-width: calc(100% - 4rem);
        margin: 0 auto
    }

    .win_popup .blc_pp_wt .rows {
        flex-wrap: wrap
    }

    .win_popup .blc_pp_wt .rows .cols {
        width: 100%
    }

    .win_popup .blc_pp_wt .rows .cols.cols01 {
        margin-bottom: 3rem
    }

    .win_popup .blc_pp_wt .rows input {
        border-bottom: .1rem solid rgba(73, 73, 73, .6);
        font: normal 1.8rem/1.8rem GretaCndPro
    }

    .iagree input[type=checkbox].css-checkbox + label.css-label {
        font: 300 1.5rem/1.5rem GretaCndPro
    }

    .iagree label.css-label:before {
        top: .4rem
    }

    .iagree label.css-label:after {
        top: -.1rem
    }

    .thank_you .blc_pp_wt {
        padding: 0;
        margin: 0;
        max-width: 100%
    }

    .where_to_buy .blc_pp_wt {
        max-width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 750px) {
    .iagree {
        margin: 1.7rem 0 0
    }
}

@media (max-width: 650px) {
    .selectize-control.single .selectize-input .item {
        font: normal 1.6rem/1.7rem SuisseIntl
    }

    .selectize-control.single .selectize-input .item {
        font: normal 1.3rem/1.7rem SuisseIntl
    }

    .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
        font: normal 1.6rem/1.7rem SuisseIntl
    }

    .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
        font: normal 1.3rem/1.7rem SuisseIntl
    }

    .thank_you {
        width: 50rem
    }
}

@media (max-width: 600px) {
    .thank_you .blc_pp_wt p {
        font: 600 18px/21px Montserrat;
        height: auto
    }
}

@media (max-width: 568px) {
    .header .line-1 .logo {
        height: 14px
    }

    .main-8 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .main-8 .line-1 h2 {
        font: 500 16px/16px Golos
    }

    .main-8 .line-2 {
        margin-top: 30px
    }

    .main-8 .line-2 .card {
        border-radius: 1.54px
    }

    .main-8 .line-2 .card .col-1 {
        padding: 20px
    }

    .main-8 .line-2 .card .col-1::after {
        margin-right: 0
    }

    .main-8 .line-2 .card .col-2 {
        padding: 0 20px 20px
    }

    .main-9 .line-1 .card:nth-child(2n+1) {
        aspect-ratio: 1/1.22;
        width: 100%
    }

    .main-9 .line-1 .card:nth-child(2n+2) {
        aspect-ratio: 1/1.22;
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }

    .main-9 .line-1 .card {
        width: 100%
    }

    .main-9 .line-1 .card .info {
        padding: 20px
    }

    .main-8 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    #footer {
        position: relative
    }

    #footer .container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px
    }

    #footer .line-1 .h1 {
        font: 500 36px/36px Golos;
        width: 50%;
        word-break: normal
    }

    #footer .line-2 {
        margin-top: 30px
    }

    #footer .line-2 .col-2 {
        margin-top: 25px
    }

    #footer .line-2 .col-2 .rows {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    #footer .line-2 .col-2 .btn {
        margin-top: 25px
    }

    #footer .line-2 .col-2 .checkbox {
        margin-left: 0;
        font: 500 13px/13px Golos;
        display: block;
        max-width: 225px
    }

    #footer .line-2 .col-1 input:nth-child(3n+1), #footer .line-2 .col-1 input:nth-child(3n+2) {
        width: 100%
    }

    #footer .line-2 .col-1 input:nth-child(3n+2) {
        margin-left: 0;
        margin-top: 10px
    }

    #footer .line-2 .col-1 input:nth-child(3n+3) {
        margin-top: 10px;
        margin-left: 0;
        width: 100%
    }

    #footer .line-3 {
        border-top: none;
        margin-top: 45px;
        padding-top: 0
    }

    #footer .line-3 .rows nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    #footer .line-3 .rows nav ul li {
        margin-top: 15px;
        margin-left: 0
    }

    #footer .line-3 .rows nav ul li a {
        font: 500 13px/13px Golos
    }

    #footer .line-4 {
        margin-top: 40px
    }

    #footer .line-4 .col-1 {
        font: 500 10px/10px Golos
    }

    #footer .line-4 .col-1 .rows {
        flex-direction: column;
        align-items: flex-start
    }

    #footer .line-4 .col-1 a {
        display: block;
        margin-top: 5px;
        margin-left: 0
    }

    #footer .line-4 .col-2 {
        font: 500 10px/10px Golos
    }
}

@media (max-width: 550px) {
    .selectize-control.single .selectize-input:after {
        width: 1.9rem;
        height: 1rem;
        background-size: cover
    }

    .v_menu .desc {
        padding: 0 0 0 5rem
    }

    .thank_you {
        width: 40rem;
        height: 250px
    }

    .thank_you .line_pp h3 {
        letter-spacing: -.04em;
        font: 500 25px/30px Golos
    }
}

@media (max-width: 500px) {
    .watch_more .watch-more-slider .swiper-slide .res_card .mn_ph .res_mg img {
        max-height: 85px
    }
}

@media (max-width: 450px) {
    .parsley-errors-list {
        left: 1.4rem;
        top: .4rem
    }

    .thank_you {
        width: 30rem;
        height: 250px
    }
}

@media (max-width: 350px) {
    .thank_you {
        width: 27.5rem
    }
}

.buy_btn_disabled {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    text-align: center;
    background: #000;
    color: #fff;
    font: 500 16px / 16px Golos;
    padding: 9px 20px;
    border-radius: 48px;
    border: 1px solid transparent;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
}

.buy_btn_disabled:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}