@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Главная */
img,legend {
    border: 0
}

legend,td,th {
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

@font-face {
    font-family: "MuseoSansCyrl";
    src: url("/fonts/MuseoSansCyrl.otf") format("opentype");
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,optgroup,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre,textarea {
    overflow: auto
}

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

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

::-moz-selection {
    background: #1e1e1e;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #1e1e1e;
    color: #fff;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #5f5049;
    opacity: 1!important
}

::-moz-placeholder {
    color: #5f5049;
    opacity: 1!important
}

input[type=text],input[type=email],textarea {
    resize: none;
    border: 1px solid #999
}

input[type=text]:focus,input[type=email]:focus,textarea:focus {
    border: 1px solid #1e1e1e
}

select {
    cursor: pointer
}

img {
    max-width: 100%;
    vertical-align: middle
}

a {
    color: #1e1e1e
}

a:hover {
    color: #d2ad54
}

a,a:hover,a:active,a:focus {
    text-decoration: none
}

p {
    margin-top: 0
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

address {
    font-style: normal
}

body {
    font-family: "MuseoSansCyrl";
    font-weight: 300;
    font-size: 16px;
    color: #1e1e1e;
    background: url(/img/body-bg.png) repeat;
    cursor: default
}

strong {
    font-weight: 600
}

.container {
    width: 1300px;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container.noflex {
  display: block;
}

.btn {
    color: #fff;
    background: #1e1e1e;
    border: 0;
    padding: 6px 15px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn:hover {
    color: #000;
    background: #d2ad54
}

.left {
    float: left
}

.right {
    float: right
}

.half {
    width: 50%
}

ul.no-list-style {
    padding-left: 0;
    list-style: none
}

.no-margin {
    margin: 0
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left
}

.list-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

ul.list-inline {
    padding-left: 0;
    list-style: none
}

ul.list-inline>li {
    display: inline-block
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.children-inline>div {
    display: inline-block
}

.align-top>div,.align-top>li {
    vertical-align: top
}

.align-middle>div,.align-middle>li {
    vertical-align: middle
}

.header-contacts .phone a{
    font-size: 26px;
}

.header-contacts .email a{
    font-size: 26px;
}

.no-click {
    pointer-events: none
}

.sub-header-contacts{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 27px;
}

.sub-header-contacts ul.list-inline {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.sub-header-contacts>div{
    color: #d2ad54;
    text-transform: uppercase;
}

.sub-header-contacts .list-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub-header-contacts a img{
    width: 30px;
}

.header-contacts .sub-header-contacts ul li+li {
    margin-left: 30px;
}

#map {
    width: 100%;
    height: 400px;
    border: 5px solid #D2AD54
}

header {
    padding: 20px 0;
    background:url(../img/header-bg.jpg) no-repeat top center;
}

.logo {
    width: 350px
}

.header-contacts {
    width: 950px
}

.header-contacts ul li a {
    color: #d2ad54;
    text-transform: uppercase
}

.header-contacts ul li a:hover {
    color: #fff
}

.header-contacts ul li a#feedback {
    border: 7px solid #d2ad54;
    display: block;
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header-contacts ul li a#feedback:hover {
    border-color: #fff;
    color: #d2ad54
}

.header-contacts ul li+li {
    margin-left: 55px
}

.header-contacts ul li.phone {
    background: url(../img/phone-icon.png) no-repeat center left;
    padding-left: 30px
}

.header-contacts ul li.email {
    background: url(../img/email-icon.png) no-repeat center left;
    padding-left: 30px
}

.home-slide {
    height: 369px;
    overflow: hidden
}

.home-slide>.container>div {
    display: inline-block;
    display: inline;
    vertical-align: top;
    height: 370px
}

.home-slide>.container>div.static {
    width: 545px
}

.home-slide>.container>div.static>img {
    padding: 50px 0 0
}

.home-slide>.container>div.dynamic {
    width: 755px
}

.swiper-pagination-one {
    bottom: 15px!important
}

.swiper-pagination-one .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #1e1e1e;
    margin: 0 9px!important
}

.swiper-pagination-one .swiper-pagination-bullet-active {
    background: #d2ad54
}

nav {
    margin: 0px 0px 15px
}

nav ul.nav {
    margin-top: 0;
    display: table;
    width: 100%;
    padding-left: 0;
    background: #1e1e1e
}

nav ul.nav>li {
    display: table-cell;
    max-width: 100px;
    position: relative
}

nav ul.nav > li ul {
    display: none;
    width: 270px;
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 1
}

nav ul.nav > li ul li {
    border-top: 1px solid #fff
}

nav ul.nav > li ul li a {
    display: block;
    padding: 8px 15px;
    background: #1e1e1e;
    color: #fff;
    -webkit-transition: all .1s;
    transition: all .1s
}

nav ul.nav > li ul li a:hover {
    color: #1e1e1e;
    background: #d2ad54
}

nav ul.nav > li ul li.active a {
    color: #1e1e1e;
    background: #d2ad54
}

nav ul.nav > li:hover ul {
    display: block
}

nav ul.nav > li:hover ul+a {
    background: #d2ad54;
    color: #1e1e1e
}

nav ul.nav>li>a {
    font-weight: 600;
    display: block;
    padding: 20px 0;
    color: #fff;
    -webkit-transition: all .1s;
    transition: all .1s
}

nav ul.nav>li>a:hover {
    background: #d2ad54;
    color: #1e1e1e
}

nav ul.nav>li.active>a {
    color: #1e1e1e;
    background: #d2ad54
}

nav ul.nav>li+li {
    border-left: 1px solid #1e1e1e
}

.promotions .promotions-wrap {
    margin-left: -20px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotions .single-promo,.categories>.item {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 200px;
    height: 220px;
    position: relative
}

.promotions .single-promo h3, .categories > .item h3 {
    position: absolute;
    left: 48px;
    top: 155px;
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600
}

h1.title,h2.title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
    text-transform: uppercase
}

h1.title span:last-child,h2.title span:last-child {
    color: #d2ad54
}

aside,.text {
    display: inline-block;
    display: inline;
    vertical-align: top
}

aside {
    width: 310px;
    margin-right: 20px;
    margin-bottom: 50px
}

aside>h2 {
    margin: 0px 0px 20px;
    padding: 15px 0px 15px 30px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 18px;
    background-color: #d2ad54
}

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

aside>ul>li {
    background-color: #fff;
    margin-bottom: 1px
}

aside > ul > li a, aside > ul > li span.category-root-label {
    display: block;
    padding: 15px 0px 15px 20px;
    font-size: 18px;
    font-weight: 400;
    background-color: #fff;
    border-left: 10px solid #fff
}

aside > ul > li a>span {
    font-size: 14px;
    color: #d2ad54;
    padding-left: 5px
}

aside>ul>li>ul {
    display: none
}

aside > ul > li > ul li {
    position: relative;
    padding-left: 25px
}

aside > ul > li > ul li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 4px;
    background: #000;
    top: 50%;
    margin-top: -2px;
    left: 30px
}

aside > ul > li > ul li:hover:before {
    background: #D2AD54
}

aside > ul > li > ul li.selected:before {
    background: #D2AD54
}

aside > ul > li > ul li.selected a {
    color: #D2AD54
}

aside>ul>li>a:hover,aside>ul>li.selected>a,
aside>ul>li>span.category-root-label:hover,aside>ul>li.selected>span.category-root-label{
    color: #000;
    font-weight: 600;
    border-left: 10px solid #d2ad54;
    letter-spacing: -0.2px
}

.text {
    width: 970px;
    min-height: 500px;
    margin-bottom: 30px
}

.content {
    padding-top: 45px;
    padding-bottom: 30px
}

.content h1 {
    margin-bottom: 35px
}

.content p, .text p {
    text-align: justify;
    margin-bottom: 20px
}

.products {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
}

.categories {
    margin-bottom: 20px
}


.categories>.item {
    display: inline-block;
    display: inline;
    vertical-align: top;
    margin-right: 20px
}

.products>.item{
    display: inline;
    vertical-align: top;
    width: calc((100% - (2 * 20px)) / 3);
     margin-bottom: 30px
}

.products>.item {
    width: 310px;
    
}

.products.wide>.item{
    width: 100%;
    height: auto;
}

.products.wide>.item>.image{
    height: auto;
}

.products.wide>.item img{
    width: 100%;
}

.products>.item:nth-child(3n+3) {
    margin-right: 0px
}

.products>.item>.image {
    text-align: center;
    display: block;
    height: auto; 
}

.products>.item>.image img{
    width: 100%;
}

.products>.item>.info {
    padding: 5px 10px
}

.products > .item > .info .name, .products > .item > .info .price {
    width: 170px
}

.products > .item > .info .name {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase
}

.products > .item > .info .price {
    font-size: 20px;
    font-weight: 600
}

.products > .item > .info input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    border: none;
    display: block;
    width: 100%;
    background: url("../img/cart-icon.png") no-repeat center top;
    padding: 28px 0 0 0;
    font-weight: 400;
    margin-top: 20px;
}

.products > .item > .info input[type="submit"]:hover {
    color: #E1C174
}

.gallery {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.gallery.center {
    justify-content: center;
}

.gallery>.image {
    display: inline-block;
    vertical-align: top;
    width: 222px;
    margin-right: 20px;
    margin-bottom: 10px
}

.gallery>.image:nth-child(4n+4) {
    margin-right: 0px
}

.gallery>.image>a {
    display: block;
    border: 5px solid #d2ad54
}

.gallery>.image>label {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    text-align: center
}

.product-images,form.buys,form.buys>.price,form.buys>input[type="submit"] {
    display: inline-block;
    display: inline;
    vertical-align: top
}

.product-images {
    margin-right: 36px
}

form.buys2 {
}

.product-images .product-photos{
    text-align: center;
}

form.buys {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

form.buys ul.features {  
    padding: 20px;
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    width: 100%;
}

form.buys ul.features>li {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px 16px;
}

form.buys ul.features>li>select {
    border: none;
    outline: none;
    margin-left: 5px;
    color: #d2ad54;
    font-weight: 500;
    width: 140px
}

form.buys ul.features>li>.colors {
    margin-top: 10px
}

form.buys ul.features>li>.colors>a {
    display: inline-block;
    display: inline;
    vertical-align: top;
    margin: 0px 2px 2px 0px
}

.features.product-one-chars li strong{
    font-family: Inter;
    font-weight: 600;  
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 10px;
    color: rgba(30, 30, 30, 1);
    /*font-style: 'Semi Bold';*/
}

.features.product-one-chars li>span{
    vertical-align: middle;
}

form.buys>.price,form.buys>input[type="submit"] {
    width: 200px;
    box-sizing: border-box
}

.price-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.price {
    margin-right: 10px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    width: 200px !important;
    box-sizing: border-box !important;
}
price input[type="radio"] {
    display: none !important;
} 
.btn_buy {
    padding: 12px 0px !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    outline: none !important;
    border: 5px solid #d2ad54 !important;
    background: transparent !important;
    text-transform: uppercase !important;
    width: 200px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

.noradio {
    display: none !important;
}

form.buys>.price {
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600
}

.price2 {
    background: #fff;
    padding: 15px 0;
    text-align: center
}

form.buys>.buy_block {
    width: 100px;
    float: right
}

.price input[type="radio"] {
    display: none
}

.hidden {
    display: none !important;
}

form.buys>input[type="submit"] {
    padding: 12px 0px;
    font-size: 20px;
    font-weight: 300;
    outline: none;
    border: 5px solid #d2ad54;
    background: transparent;
    text-transform: uppercase
}

form.buys>input[type="submit"]:hover {
    border: 5px solid #1e1e1e
}

.product-description {
    margin-top: 20px
}

.portfolio {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("../img/portfolio-bg.jpg") no-repeat top center
}

.portfolio h1 {
    margin-bottom: 35px
}

.portfolio-examples {
    padding-bottom: 40px;
    display: flex;
}

.portfolio-examples h2 {
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.portfolio-examples .single-portfolio {
    width: 420px
}

.portfolio-examples .single-portfolio a {
    display: block
}

.portfolio-examples .single-portfolio a img {
    border: 5px solid #d2ad54;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.portfolio-examples .single-portfolio a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-examples .single-portfolio+.single-portfolio {
    margin-left: 20px
}

.advantages {
    padding-bottom: 40px;
    background: url("../img/advantages-bg.jpg") no-repeat top center
}

.advantages h1 {
    padding-top: 45px;
    padding-bottom: 40px;
    color: #fff
}

.advantages ul li {
    width: 325px
}

.advantages ul li img {
    margin-bottom: 5px
}

.advantages ul li span {
    display: block;
    color: #d2ad54;
    font-size: 18px;
    font-weight: 400
}

.bottom-contacts {
    padding-top: 70px;
    padding-bottom: 100px
}

.bottom-contacts h1 {
    margin-bottom: 50px
}

.bottom-contact-info {
    width: 640px;
    margin-right: 20px;
    height: 400px;
    border: 5px solid #1e1e1e;
    padding: 0px 80px;
    text-transform: uppercase;
    font-size: 18px
}

.bottom-contact-info h2,.bottom-contact-info h3 {
    font-size: 24px;
    color: #d2ad54;
    font-weight: 600
}

.bottom-contact-info h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 7px;
    top: -18px;
    left: -10px
}

.bottom-contact-info h2 span {
    background: url("../img/body-bg.png") no-repeat center center;
    padding: 0 10px
}

.bottom-map {
    width: 640px
}

footer {
    padding: 65px 0 20px;
    background: url("../img/footer-bg.jpg") repeat top center
}

footer .footer-logo {
    width: 440px
}

footer .footer-menu {
    width: 440px
}

footer .footer-menu ul li {
    padding-left: 25px;
    position: relative
}

footer .footer-menu ul li:before {
    content: "";
    background: #d2ad54;
    width: 15px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

footer .footer-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    line-height: 24px
}

footer .footer-menu ul li a:hover {
    color: #d2ad54
}

footer .footer-menu ul li.active a {
    color: #d2ad54
}

footer .footer-goldenStudio {
    width: 420px
}

footer .copyright {
    color: #fff;
    margin-top: 25px
}

.page .sidebar {
    width: 315px;
    margin-right: 15px
}

.page .page-content {
    width: 950px;
    min-height: 450px;
    padding-bottom: 50px
}

.page .page-content h1.page-title, .text h1.page-title {
    text-align: left
}

.item-product {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.item-product .note{
    font-size: 15px;
    line-height: 1.3;
}

.note.no-stone-message{
    background-color: #ffb2b2;
}

.page-content p {
    text-align: justify
}

.feedback_form {
    width: 300px
}

.callback_form h2,.feedback_form h2 {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center
}

.callback_form input,.callback_form textarea,.feedback_form input,.feedback_form textarea {
    height: 35px;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 100%;
    display: block
}

.callback_form textarea,.feedback_form textarea {
    height: 130px;
    padding: 5px
}

.callback_form #submit_feedback,.callback_form #submit_callback,.feedback_form #submit_feedback,.feedback_form #submit_callback {
    cursor: pointer;
    border-radius: 3px;
    margin: 4px auto 0;
    width: 120px;
    display: block;
    text-align: center
}

#baloon {
    display: none!important
}

#cart_informer {
    display: block;
    text-decoration: none;
    position: fixed;
    top: 280px;
    right: -85px;
    width: 160px;
    height: 75px;
    background: #1e1e1e url("../img/icon-cart.png") left 10px bottom 5px no-repeat;
    padding-left: 30px;
    color: #fff;
    border: 5px solid #d2ad54;
    z-index: 8000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

#cart_informer:hover {
    right: -80px
}

#cart_informer>span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    line-height: 20px;
    background: #fff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.deliveries {
    list-style-type: none;
    margin: 0px;
    padding: 0px
}

.deliveries input[type="radio"] {
    margin-top: 5px;
    margin-right: 7px;
    float: left
}

#basket_items {
    width: 100%
}

#basket_items tr>td {
    text-align: center;
    padding: 5px
}

#basket_items tr:first-child>td {
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #000
}

#basket_items tr:last-child>td {
    font-weight: 500;
    border-top: 2px solid #000;
    text-align: right
}

#basket_items tr:last-child>td:last-child {
    text-align: center
}

.note {
    padding: 10px;
    border-left: 2px solid #1e1e1e;
    background-color: #f8f7f2;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 15px
}

.order-form input {
    width: 300px;
    height: 30px;
    padding: 0 5px;
    margin-bottom: 7px;
    margin-top: 3px
}

.order-form textarea {
    width: 300px;
    height: 100px;
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 5px
}

.order_info td:first-child {
    width: 160px
}

.order_info tr {
    padding: 5px 10px;
    display: block
}

.order_info tr:nth-child(odd) {
    background: #F0F0F0
}

.order_info tr:nth-child(even) {
    background: #E6E6E6
}

.conter {
    display: none
}

.breadcrumb {
    list-style-type: none;
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
    text-align: right
}

.breadcrumb li {
    display: inline-block;
    display: inline;
    vertical-align: top
}
/* Главная */

.color-button {
    width: 20px;
    height: 20px;
}

#callback_popup .hystmodal__window{
    width: 352px;
    padding: 20px;
}

#send_email_popup .hystmodal__window{
    width: 352px;
    padding: 20px;
}

#send_email_manager_popup .hystmodal__window{
    width: 352px;
    padding: 20px;
}


.radioinput-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.radioinput-item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.radioinput-item input{
    margin-right: 10px;
    margin-top: 4px;
}

.radioinput-item label{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
}

#send_email_popup .send_email_popup_complite-msg,
#send_email_manager_popup .send_email_popup_complite-msg{
    display:none;
}


#send_email_popup.success,
#send_email_manager_popup.success{
    position: fixed;
}

#send_email_popup.success .send_email_popup_complite-msg,
#send_email_manager_popup.success .send_email_popup_complite-msg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* height: 20px; */
    text-align: center;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features.product-one-chars .radioinput-list.rl-border-separated-list .radioinput-item{   
    border-bottom: 1px solid rgba(223, 223, 223, 1);
     padding-bottom: 6px;
}



.rl-sizes{
    
}

.features.product-one-chars .radioinput-list.rl-border-separated-list .radioinput-item:last-of-type{   
    border-bottom: 0px;
}

.features.product-one-chars .radioinput-item:last-of-type{   
    padding-bottom: 0px;
}

.features.product-one-chars .radioinput-list.rl-border-separated-list+.note {
    margin-top: 15px;
    margin-bottom: 0;
}

.color-view{
    width: 280px;
    height: 139px;
    border-radius: 7px;
}

.color-view-right{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.stone-char-item-label{
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    color: rgba(30, 30, 30, 1);
}
.stone-char-item-value{
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
}

.product-char-side{
    width: 583px;
}

.colors .color-selector{
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
}

.features.product-one-chars .colors{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.features.product-one-chars .colors select{
    border: 1px solid rgba(223, 223, 223, 1);
    padding: 10px;
    border-radius: 7px;
}
.ptw-label{
    font-family: Inter;
    font-weight: 600;
    font-size: 16.7px;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 10px;
}

.ptw-buttom-wrap .price2{
    background: #fff;
    padding: 0;
    text-align: left;
}

.ptw-buttom-wrap .price-item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.ptw-buttom-wrap .note{
    font-size: 11px;
    font-family: 'Inter';
    font-weight: 300;
    font-style: Light;
    font-size: 11px;
    color:rgba(30, 30, 30, 1);
    padding-top: 10px;
    padding-left: 9px;
    padding-bottom: 7px;
    padding-right: 22px;
    margin-bottom: 0px;
}
.ptw-buttom-wrap .price2.price{
    margin-right: 0px !important;
}

.ptw-buttom-wrap{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.product-bottom-slider{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter;
    font-weight: 300;
    font-size: 15.8px;
    color: rgba(30, 30, 30, 1);
}

.bottom-labels{
    margin-top:20px;
}

.bottom-label-item{
    font-family: Inter;
    font-weight: 600;
    font-size: 17px;
    vertical-align: middle;
    display: flex;
}

.bottom-label-item .bli-name{
    font-weight: bold;
    margin-right: 5px;
}

.bottom-label-item .bli-value{
    font-weight: 300;
}

.features.product-one-chars li .note{
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;
}

.install-price-on-request-label{
    font-size: 17px !important;
}

.callback-form-order_list{
    margin-top: 15px;
    margin-bottom: 15px;
}

.c-home-products{
    flex-direction: column;
    margin-top: 50px;
}

.c-home-products .products>.item>.image img {
    width: auto; 
    max-height: 230px;
}

@media (max-width: 1300px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    .portfolio-examples {
        width: 100%;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
    }

    .portfolio-examples .single-portfolio+.single-portfolio {
        margin: initial !important;
    }

    .portfolio-examples .single-portfolio {
        width: 32%;
    }

    .bottom-contact-info {
        margin: initial !important;
        width: 30%;
    }

    .bottom-map {
        width: 50%;
    }

    .products {
        justify-content: center;
        align-items: flex-end;
    }

    .promotions .single-promo, .categories>.item {
        margin: initial !important;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: flex-end;
    }

    .promotions .promotions-wrap {
        margin: initial !important;
        padding: initial !important;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .container.noflex {
        display: block;
        width: 90%;
    }

    .advantages {
        padding: 20px !important;
        background: url(../img/advantages-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: fit-content;
    }

    header {
        background: url(../img/header-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: fit-content;
        padding: 20px;
    }

    .header-contacts {
        width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .advantages h1 {
        padding: initial !important;
    }

    .price {
        margin: initial !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .single-promo a {
        height: 220px;
    }

    .list-inline {
        
        gap: 10px;
    }

    .list-inline.text-right {
        justify-content: flex-end;
    }


    .container.noflex.children-inline.align-top {
        width: 100%;
    }

    .page .page-content {
        width: 70%;
    }

    .gallery {
        justify-content: space-between;
        gap: 20px;
    }

    .gallery>.image {
        margin: initial;
        padding: initial;
    }

    .breadcrumb {
        position: absolute;
        right: 10px;
    }

    .title.page-title {
        margin-top: 30px;
    }
}

@media (max-width: 1200px) {
    .home-slide>.container>div.dynamic {
        width: 50%;
    }

    .home-slide>.container>div.static {
        width: 100%;
    }

    nav ul.nav>li {
        max-width: 120px;
    }

    .page .page-content {
        width: 65%;
    }

    .gallery {
        justify-content: space-around;
    }

    .gallery>.image {
        width: 45%;
    }

    .zoom img {
        width: 100%;
    }
}

@media (max-width: 969px) {
    .products>.item {
        width: 280px;
    }

    nav ul.nav>li {
        max-width: 140px;
    }

    .swiper-slide {
        width: 100% !important;
    }

    .static {
        display: none !important;
    }

    .home-slide>.container>div.dynamic {
        width: 80%;
        height: 90%;
    }

    .container {
        height: 100%;
    }

    .swiper-slide img {
        max-width: initial;
    }

    .page .sidebar {
        width: 275px;
    }
}

@media (max-width: 860px) {
    .home-slide>.container>div.dynamic {
        width: 100%;
        height: 100%;
    }

    .container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .header-contacts {
        justify-content: center;
        align-items: center;
    }

    .list-inline.text-right {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    .logo {
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .header-contacts ul li+li {
        margin: initial !important;
    }

    .sub-header-contacts {
        padding: initial;
    }

    nav ul.nav {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        height: 140px;
    }

    nav ul.nav>li {
        width: 100%;
        height: 50%;
    }

    nav ul.nav>li {
        max-width: 33%;
    }

    nav ul.nav>li.active>a {
        padding: 20px 10px;
    }

    nav ul.nav>li>a {
        padding: 20px 10px;
    }

    .products {
        justify-content: space-around;
    }

    .bottom-contact-info {
        width: 90%;
        height: 280px;
        padding: 0px 0px 0px 20px;
    }

    #map {
        margin: 0 auto;
        width: 100%;
        border: initial !important;
    }

    .bottom-map {
        width: 93%;
        border: 5px solid #D2AD54;
    }

    .advantages ul li {
        width: 275px;
    }

    .page .page-content {
        width: 57%;
    }

    .title.page-title {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .accordion-nav h2 {
        padding: 15px;
        margin: 0;
        cursor: pointer;
        position: relative;
        font-size: 18px;
        text-align: left;
    }

    .accordion-nav h2::after {
        content: '▼';
        position: absolute;
        right: 15px;
        transition: transform 0.3s;
    }

    .accordion-nav.is-open h2::after {
        transform: rotate(180deg);
    }

    .accordion-nav ul {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 275px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .accordion-nav {
        position: relative;
        z-index: 1000;
    }

    .accordion-nav.is-open > ul {
        display: block !important;
        width: 100%;
        background: #ffff;
    }
    .accordion-nav li {
        position: relative;
    }

    .container.noflex.children-inline.align-top {
        display: flex;
    }

    .page .page-content {
        width: 90%;
    }

    aside {
        display: block;
        width: 100%;
    }

    .page .sidebar {
        width: 90%;
    }
}

@media (max-width:700px) {
    .portfolio-examples {
        flex-direction: column;
    }

    .portfolio {
        background: url(../img/portfolio-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: fit-content;
    }

    .portfolio-examples .single-portfolio {
        width: 60%;
    }

    .products>.item {
        width: 230px;
    }

    .advantages ul li {
        width: 205px;
    }

    .gallery {
        flex-direction: column;
    }

    .gallery>.image {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .promotions .promotions-wrap {
        flex-direction: column;
    }

    .swiper-slide img {
        width: 100%;
    }

    .home-slide {
        height: 100%;
    }

    footer .footer-logo {
        width: 99%;
    }

    footer .footer-menu {
        width: 99%;
    }
}

