

/* Start:/local/templates/goldenplata/fonts/FixelText/font.css?17174894461827*/
@font-face {
    font-family: 'Fixel';
    src: url('/local/templates/goldenplata/fonts/FixelText/FixelText-Thin.woff2') format('woff2'),
         url('/local/templates/goldenplata/fonts/FixelText/FixelText-Thin.ttf') format('ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel';
    src: url('/local/templates/goldenplata/fonts/FixelText/FixelText-ExtraLight.woff2') format('woff2'),
         url('/local/templates/goldenplata/fonts/FixelText/FixelText-ExtraLight.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel';
    src: url('/local/templates/goldenplata/fonts/FixelText/FixelText-Light.woff2') format('woff2'),
         url('/local/templates/goldenplata/fonts/FixelText/FixelText-Light.ttf') format('wttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('/local/templates/goldenplata/fonts/FixelText/FixelText-Regular.woff2') format('woff2'),
         url('/local/templates/goldenplata/fonts/FixelText/FixelText-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel';
    src: url('/local/templates/goldenplata/fonts/FixelText/FixelText-Medium.woff2') format('woff2'),
         url('/local/templates/goldenplata/fonts/FixelText/FixelText-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel';
    src: url('/local/templates/goldenplata/fonts/FixelText/FixelText-SemiBold.woff2') format('woff2'),
         url('/local/templates/goldenplata/fonts/FixelText/FixelText-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel';
    src: url('/local/templates/goldenplata/fonts/FixelText/FixelText-Bold.woff2') format('woff2'),
         url('/local/templates/goldenplata/fonts/FixelText/FixelText-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel';
    src: url('/local/templates/goldenplata/fonts/FixelText/FixelText-ExtraBold.woff2') format('woff2'),
         url('/local/templates/goldenplata/fonts/FixelText/FixelText-ExtraBold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel';
    src: url('/local/templates/goldenplata/fonts/FixelText/FixelText-Black.woff2') format('woff2'),
         url('/local/templates/goldenplata/fonts/FixelText/FixelText-Black.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
}
/* End */


/* Start:/local/templates/goldenplata/css/main.css?1739427967102465*/
/*@import "/fonts/FixelText/font.css";*/

body {
    font-family: 'Fixel';
    line-height: normal;
    color: #282319;
}

address {
    font-style: normal;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    box-sizing: border-box;
}

.dsnone {
    display: none !important;
}

input.error, textarea.error {
    border: 1px solid #FF0000;
}

button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    font-family: 'Fixel';
    line-height: normal;
    color: #282319;
}

/*main{
    overflow: hidden;
}*/
input,
textarea {
    font-family: 'Fixel';
    line-height: normal;
}

input::placeholder,
textarea::placeholder {
    color: #A4A4A4;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #A4A4A4;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #A4A4A4;
}

a {
    text-decoration: none;
    color: #282319;
}

ul {
    list-style: none;
}

.region_map {
    width: 100%;
    max-width: 1117px;
}


/*Header*/
header {
    padding: 40px 0 0;
}

.content-holder {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 40px;
}

.header-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.header-row__top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
}

.header-location-icon1:before {
    content: url("/local/templates/goldenplata/css/../images/navigation-pointer-01.svg");
}

.header-location-icon2:before {
    content: url("/local/templates/goldenplata/css/../images/navigation-pointer-02.svg");
    display: flex;
    height: 16px;
}

.header-logo {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.header-logo-icon {
    display: flex;
    align-items: center;
}

.header-logo-text:before {
    content: url("/local/templates/goldenplata/css/../images/logo-icon-text1.svg");
    display: flex;
    height: 25px;
}

.header-logo-text:after {
    content: url("/local/templates/goldenplata/css/../images/logo-icon-text2.svg");
    display: flex;
    height: 25px;
}

.header-logo-text {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-location {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.header-location-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    /*white-space: nowrap;*/
}
.header-location-item1:hover{
    color: #D29C4E;
}
/*.header-location-item:last-child*/.header-location-item.bulding {
    list-style: disc;
    margin-left: 18px;
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.header-contact-mail,
.header-contact-description,
.header-contact-top,
.header-contact-bottom,
.open-contacts-btn{
    display: none;
}
.header-contact-content{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-contact a {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    white-space: nowrap;
}
.header-contact a:hover{
    color:#D29C4E;
}
.menu-btn{
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #F7F7F7;
    width: fit-content;
}
.menu-btn:hover .menu-btn-title{
    color: #D29C4E;
}
.header-row__nav-block {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.menu-btn span {
    font-size: 16px;
    font-weight: 400;
}

.catalog-btn {
    display: flex;
    width: 100%;
    max-width: 178px;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #D29C4E;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}
.catalog-btn:hover{
    background: #BB8A44;
}
.search-block {
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background: #F7F7F7;
    width: 100%;
    max-width: 822px;
    position: relative;
}
.search-result-wrapper{
    position: absolute;
    left: -1px;
    top: calc(100% - 10px);
    width:calc(100% + 2px);
    background: #F7F7F7;
    padding: 20px 32px;
    border-radius: 0 0 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    z-index: 15;
}
.header-row__nav-block .search-block:focus-within {
    border: 1px solid #D29C4E;
}
.header-row__nav-block .search-block:focus-within .search-result-wrapper{
    border-left: 1px solid #D29C4E;
    border-right: 1px solid #D29C4E;
    border-bottom: 1px solid #D29C4E;
}


.search-result-wrapper.error{
    /*display: none;*/
}
.search-result-wrapper.often-searched{
    display: none;
}
.search-result-wrapper.often-searched.active {
    display: flex;
}
.search-result-wrapper.result{
    display: none;
}
.search-result-error-icon:before{
    content: url("/local/templates/goldenplata/css/../images/chevron-right-error.svg");
}
.search-result-image{
    height: 62px;
    width: 62px;
}
.search-result-image img{
    height: 100%;
    /*width: 100%;*/
}
.search-result-title{
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    max-width: 1040px;
}
.search-result-title span{
    color: #777777;
    font-size: 18px;
    font-weight: 400;
}
.search-result-row{
    display: flex;
    gap: 20px;
}
.search-result-row:hover .search-result-title{
    color: #D29C4E;
}
.often-searched-title{
    color: #777777;
    font-size: 20px;
    font-weight: 500;
}
.search-result-row.bottom .search-result-title{
    color: #D29C4E;
}













.search-block-input {
    color: #282319;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.11px;
    width: 100%;
}

.header-nav {
    display: flex;
    width: 100%;
    max-width: fit-content;
    color: #282319;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    list-style: none;
    gap: 20px;

}

.header-row__nav-r {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.header-nav a {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.header-nav .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 0;
    position: relative;
    width: 100%;
}

.header-nav .status-tag {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
    background: #1E2942;
    padding: 2px 4px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.header-nav li {
    padding: 0 16px;
}
.add-quantity-wrapper{
    position: relative;
}
.add-quantity{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 160%;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    background:  #D29C4E;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    color: #FFFFFF;
    z-index: 9;
}
.header-row__nav-block nav {
    display: flex;
    width: 100%;
    max-width: fit-content;
}

.header-row__rate {
    padding: 20px 0px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.rate-nav {
    display: flex;
    gap: 24px;
    font-size: 16px;
    font-weight: 500;
}

.rate-nav li {
    display: flex;
    align-items: center;
}

.rate-status {
    display: flex;
    align-items: start;
    padding-top: 1px;
    height: 100%;
}

.rate-type {
    margin-right: 4px;
}

.bank-cards-type {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: fit-content;
    height: fit-content;

}

.rating-card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.rating-card-icon {
    display: flex;
    align-items: center;
}

.rating-card-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rating-card-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating-card-value {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.rating-card-value:before {
    content: url("/local/templates/goldenplata/css/../images/Star1.svg");
}

.rating-card-minTitle {
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

/*END Header*/


/*breadcrumb*/
.breadcrumb {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumb li {
    display: flex;
    gap: 8px;
}

.breadcrumb li:before {
    content: url("/local/templates/goldenplata/css/../images/black-dot.svg");
    height: 16px;
    width: 16px;
    padding-top: 3px;
}

.breadcrumb li:first-child:before {
    content: none;
}


/*END breadcrumb*/
/*home*/
.home-top-image {
    width: 100%;
    max-width: 1240px;
    height: 100%;
    max-height: 827px;
}

.new-arrival-wrapper {
    display: flex;
    width: 100%;
    max-width: 530px;
    align-items: center;
}

.home-top {
    margin-top: 40px;
    display: flex;
    align-items: center;
    color: #000000;
}

.new-arrival {
    display: flex;
    padding: 80px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px;
    background: #FFFFFF;
    width: 100%;
    max-width: 530px;
    z-index: 9;
    box-shadow: 0px 4px 12px 0px #0000000F;
}

.new-arrival-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.swiper-container {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.slider-control {
    margin-top: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-filter{
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    gap: 48px;
}

.slider-control-btn {
    width: 60px;
    height: 60px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
}

/*.slider-control-btn:before {
    content: url("/local/templates/goldenplata/css/../images/arrow-Icon.svg");
    height: 32px;
}*/

.slider-control-btn.to-right {
    transform: scale(-1, 1);
}

.swiper_pagination {
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet-active {
    background: #1E2942 !important;
}

.new-arrival-item-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.92px;
}
.new-arrival-item a {
    margin-top: 60px;
    display: flex;
    padding: 32px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 12px;
    border: 2px solid #1E2942;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}
.new-arrival-item a:hover{
    background: #D29C4E;
    border-color: #D29C4E;
    color: #FFFFFF;
}
.img-swiper-container {
    height: 100%;
    margin-left: -36px;
    overflow: hidden;
}
.home-top-image img {
    border-radius: 32px;
    width: 100%;
}
.section-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
}
.promotions-block {
    margin-top: 100px;
}
.section-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.section-top .to-all {
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #1E2942;
}
.to-all:hover{
    background: #D29C4E;
    color: #FFFFFF;
    border-color: #D29C4E;
}
.promotions-content {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.coins-item-image {
    border-radius: 12px;
    background: #F7F7F7;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 310px;
}

.coins-item-image img {
    height: 100%;
    width: 100%;
    max-width: 324px;
    max-height: 310px;
    object-fit: contain;
}

.coins-item {
    max-width: 384px;
    position: relative;
}

.coins-item-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 356px;
}

.coins-item-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.coins-item-content {
    margin-top: 12px;
    padding: 0 14px;
}

.similar-slider-wrapper .coins-item-content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;

}
.similar-slider-wrapper .swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.coins-item-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.coins-prices {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.new-price {
    font-size: 30px;

    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px
}

.old-price {
    color: #777777;
    font-size: 18px;
    font-weight: 400;
}

.coins-price_discount-card {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.product-description-price-wrapper .coins-price_discount-card{
    margin-top: 0;
}
.product-discount-card-description{
    display: flex;
    align-items: baseline;
    gap: 8px;
    position: relative;
}
.product-discount-card-description .coins-price_discount-card-description{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.24px;
    max-width: 166px;
}
.product-description-price-wrapper .product-price-item .prise-description{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
}
.coins-price_discount-card button{
    color: #D29C4E;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
}

.coins-price_discount-card-description{
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: calc(100% + 5px);
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.06);
    max-width: 282px;
    display: none;
}
.coins-price_discount-card:hover .coins-price_discount-card-description{
    display: flex;
}
.product-discount-card-icon:hover ~ .coins-price_discount-card-description{
    display: block;
}

.discount-card-icon:after {
    content: url("/local/templates/goldenplata/css/../images/gift-card-icon.svg");
    height: 27px;
}
.icon-arrow-right-to{
    display: flex;
}
.icon-arrow-right-to:after{
    content: url("/local/templates/goldenplata/css/../images/arrow-right-to.svg");
}

.redemption-price {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.coins-item-bottom .booking:hover{
    background: #BB8A44;
}

.redemption-price div {
    /*font-size: 32px;*/
    font-size: calc((100vw - 480px) / (1280 - 480) * (32 - 18) + 7px);
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.redemption-price span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%
}

.booking {
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #D29C4E;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    width: 100%;
    cursor: pointer;
}

.coins-item .booking {
    margin-top: 26px;
}

.coins-item-bottom {
    display: none;
    position: absolute;
    border-radius: 0 0 23px 23px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    left: 0;
    padding: 20px;
    background: #ffffff;

}
.like-wrapper{
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
}
.coins-item:hover {
    border-radius: 23px 23px 0 0;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
}
.coins-item:hover .like-wrapper,
.like-wrapper.active,
.special-coin:hover .like-wrapper{
    display: flex;
    cursor: pointer;
}
.coins-item:hover .coins-item-bottom {
    display: block;
    z-index: 2;
}
.like-wrapper.addToLike svg path{
    fill:#D29C4E;
    stroke: #D29C4E;
}
.like-wrapper.active svg path{
    fill:#D29C4E;
    stroke: #D29C4E;
}

.help-content .about-tub-wrapper {
    font-size: 32px;
}
.help-content p {
    font-size: 20px;
    line-height: 32px;
}
.help-content h2, .help-content h3, .help-content h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 12px 0;
}
.redemption-coins {
    margin-top: 155px;
    gap: 32px;
    border-radius: 20px;
    background-color: #2E2E37;
/*    background-image: url("/local/templates/goldenplata/css/../images/home/elips.png");
    background-repeat: no-repeat;
    background-position: 50%  0;
    background-size: contain;*/

    color: #FFFFFF;
    display: flex;

}

.redemption-coins-title {
    font-size: 46px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.92px;
}
.redemption-coins-img-wrapper{
    background: url("/local/templates/goldenplata/css/../images/home/elips.png") no-repeat left 110px center;
    width: 100%;
    background-size: cover;
}
.redemption-coins-img{
    background: url("/local/templates/goldenplata/css/../images/home/coins-bg.png") no-repeat left 50px center ;
    width: 100%;
    height: 100%;
}
.status-info-img{
    width: 100%;
    display: flex;
    padding: 40px 52px 0 0;
    max-width: 719px;
}
.status-info-img picture{
    display: flex;
    width: 100%;
}
.status-info-img img{
    width: 100%;
}
.status-info-description{
    padding: 40px 0 40px 68px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    justify-content: center;
}
.status-info-title{
    max-width: 697px;
}
.status-info-soc{
    display: flex;
    align-items: center;
    gap: 18px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    width: fit-content;
}
.status-info-soc:hover span{
    color: #D29C4E;
}
.status-info-wrapper{
    margin-top: 155px;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    border-radius: 20px;
    background-color: #2E2E37;
    color: #FFFFFF;
    overflow: hidden;
}







.redemption-coins-content {
    padding: 72px 0 72px 72px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.redemption-coins-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 521px;
}

.redemption-coins-form {
    display: flex;
    gap: 12px;
}

.privacy-policy {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 530px;
}

.privacy-policy span {
    color: #D2D2D2;
}

.privacy-policy a {
    color: #FFFFFF;
}

.redemption-coins-form input {
    display: flex;
    width: 100%;
    max-width: 375px;
    height: 73px;
    padding: 20px 32px 20px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
}

.redemption-coins-form input::placeholder {
    color: #282319;
}

.redemption-coins-form input::-moz-placeholder {
    color: #282319;
}

.redemption-coins-form input::-ms-input-placeholder {
    color: #282319;
}

.redemption-coins-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    border-radius: 12px;
    background: #D29C4E;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}
.redemption-coins-form button:hover{
    background:#BB8A44;
}
.redemption-coins-image-mobile {
    display: none;
}

.new-coins {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.new-coins-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.popular-coins {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}


.popular-coins-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

.popular-coins-row {
    display: flex;
    gap: 48px;
}

.special-coin {
    background: #F7F7F7;
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 16px;
}
.special-coin a{
    display: flex;
    justify-content: center;
    width: 100%;
}

.special-coin img {
    /*border-radius: 1000px;*/
    max-width: 445px;
    max-height: 427px;
    width: 100%;
    object-fit: contain;
}

.special-coin-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
    max-width: 447px;
}

.special-coin_discount-card {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
}

.special-coin-pris {
    display: flex;
    align-items: center;
}

.special-coin .special-coin-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    background: linear-gradient(0deg, #F7F7F7 0%, rgba(247, 247, 247, 0.88) 83.5%, rgba(247, 247, 247, 0.00) 100%);
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.special-coin-prise-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.special-coin-prise-wrapper .coins-price_discount-card,
.special-coin-redemption-price .redemption-price {
    margin-top: 0;
}

.special-coin-bottom {
    display: flex;
    gap: 26px;
}

.special-coin-redemption-price {
    display: none;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    width: 100%;
}
.special-coin-redemption-price .booking:hover{
    background: #BB8A44;
}
.special-coin:hover .special-coin-redemption-price {
    display: flex;
}

.special-coin {
    grid-column: span 2;
}

.about-us {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.about-us-content {
    /*display: flex;*/
    /*justify-content: space-between;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.about-us-item {
    width: 100%;
    max-width: 405px;
    min-height: 272px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border-radius: 20px;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    justify-content: space-between;
}

.about-us-item:nth-child(1) {
    background-size: 268px 215px;
    background-position: right -60px bottom -40px;
}

.about-us-item:nth-child(2) {
    background-position: right -60px bottom -111px;
}

.about-us-item:nth-child(3) {
    background-position: right -30px bottom -68px;
}

.about-us-item:nth-child(4) {
    background-position: right -68px bottom -103px;
}

.about-us-item-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    word-break: break-word;
}

.about-us-item-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.offices {
    margin-top: 100px;
}

.cities-name-slider {
    overflow: hidden;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    padding: 0 28px;
}

.cities-name-slider-top {
    position: relative;
    width: 100%;
}

.cities-name-slider .swiper-slide {
    width: auto !important;
}

.cities-name-slider-item {
    padding: 12px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
    border-bottom: 3px solid #FFFFFF;
}
.cities-name-slider-item:hover{
    color: #D29C4E;
}
.cities-name-slider-top .slider-control-btn {
    position: absolute;
    z-index: 2;
    top: -3px;
}

.cities-name-slider-top .to-left.cities-name {
    left: -40px;
}

.cities-name-slider-top .to-right.cities-name {
    right: -40px;
}

.offices-block-content {
    margin-top: 40px;
}

.cities-name-slider-item.active {
    border-bottom: 3px solid #1E2942;
}

.offices-block-item {
    display: flex;
    gap: 80px;
}

.offices-address-wrapper {
    width: 100%;
    max-width: 483px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.special-info {
    display: flex;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(210, 156, 78, 0.10)
}

.offices-contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.offices-address-title {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #777777;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.4px;
}

.offices-contacts a {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}
.offices-contacts a:hover{
    color: #D29C4E;
}
.offices-address{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.offices-address p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.works-schedule {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.works-schedule ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.offices-address-btn {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 20px;
    gap: 8px;
    border-radius: 12px;
    background: #F7F7F7;
}

.offices-address-btn span {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    width: 100%;
    text-align: center;
}

/*END home*/

/*catalog*/
.catalog-page-top {
    display: flex;
    margin: 60px 0;
    gap: 12px;
}

.goTo-btn {
    width: 100%;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    color: #ffffff;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}
.catalog-page-top .goTo-btn:hover{
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.6);
}
.goTo-btn.discount {
    background: #1E2942;
}

.goTo-btn.discount span {
    color: rgba(255, 255, 255, 0.60);
}

.goTo-btn.new {
    background-color: #D29C4E;
    background-image: url("/local/templates/goldenplata/css/../images/catalog/btn-bg1.png");
    background-repeat: no-repeat;
    background-position: right -64px center;
}

.catalog-page-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 42px;
    row-gap: 32px;
}

.catalog-item {
    display: flex;
    gap: 12px;
}

.catalog-item-img {
    width: 100%;
    max-width: 96px;
    max-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-item-img img {
    /*height: 100%;*/
    width: 100%;
    object-fit: contain;
}

.catalog-item-type {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catalog-item-img-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
}

.catalog-item-type a {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    border-bottom: 1px solid #E8E8E8;
    width: fit-content;
}
.catalog-item a:hover{
    color: #D29C4E;
}
.redemption-coins-img img{
    display: none;
}
.catalog-item-description {
    display: flex;
    flex-direction: column;
    gap: 38px;
    padding-top: 25px;
}

.catalog-page-content-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

/*END catalog*/
.page-title {
    margin-top: 20px;
}

.page-title h1 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.92px;
}

/*contacts*/
.offices-block-item iframe {
    border-radius: 12px;
}

.contacts-page-content {
    margin-top: 52px;
}

/*END contacts*/

/*favorites*/
.favorites-page-content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 48px;
}

.check-status {
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    width: 40px;
    height: 40px;
    /*padding: 8px;*/
    justify-content: center;
    border-radius: 8px;
    border: 2px solid #D2D2D2;
    background: #FFFFFF;
    cursor: pointer;
}

.coins-item.selected .check-status {
    background-color: #D29C4E;
    border-color: #D29C4E;
    background-image: url("/local/templates/goldenplata/css/../images/favorites/check.svg");
    background-repeat: no-repeat;
    background-position: center;
}

/*.coins-item.selected .check-status:before{
    content: url("/local/templates/goldenplata/css/../images/favorites/check.svg");
}*/
.book-selected-block {
    display: none;
    padding: 32px 120px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
    z-index: 10;
}
.book-selected-block.active {
    display: flex;
}

.book-selected-block .btn {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;

}

.help-consultant {
    background: #F7F7F7;
}

.book-selected-btn {
    color: #ffffff;
    background: #D29C4E;
}

.book-selected-block-buttons {
    display: flex;
    gap: 20px;
}

.quantity-selected-items {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}

/*END favorites*/

/*about*/
.about-page {
    margin-top: 20px;
}

.about-tub-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 24px;
    color: #D2D2D2;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-bottom: 40px;
}

.about-tub-item a {
    color: #D2D2D2;
}
.about-tub-item a:hover{
    color: #75716A;
}
.about-tub-item.active a {
    color: #282319;
}
.inner-about-tub-item:hover{
    color: #D29C4E;
}
.about-item {
    position: relative;
    padding: 52px 52px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 780px;
    border-bottom: 1px solid #E8E8E8;
}

.about-item-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.about-item-like {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.about-item-like::before {
    content: url("/local/templates/goldenplata/css/../images/about/like.svg");
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-item-content {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.about-item-icon {
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.06);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 14px;
    justify-content: center;
    align-items: center;
}

.about-item-icon::before {
    content: url("/local/templates/goldenplata/css/../images/about/zap.svg");
}

.about-page-wrapper {
    margin-top: 40px;
}

.inner-about-tub-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.inner-about-tub-item {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    padding: 12px 20px;
}

.inner-tub-item {
    border-bottom: 3px solid #FFFFFF;
}

.inner-tub-item.active {
    border-bottom: 3px solid #1E2942;
}

.inner-about-page-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 100px;
}

.inner-about-page-wrapper {
    margin-top: 20px;
}

.about-page-line {
    display: flex;
    width: 1px;
    height: auto;
    background: #E8E8E8;
}

.about-item.long {
    grid-row: span 2;
}

.about-item-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.licenses-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.licenses-image {
    border-radius: 24px;
    background: #F7F7F7;
    display: flex;
    padding: 33px 79px;
}

.licenses-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.licenses-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.licenses-image img {
    width: 100%;
}

.history-page {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
}

.history-date {
    display: flex;
    width: 400px;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #291E42;
    color: #FFFFFF;
}

.history-date div {
    font-size: 120px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -9.6px;
}

.history-date span {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    max-width: 241px;
    text-align: center;
}

.history-page {
    padding-top: 20px;
}

.history-page-right {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.history-page-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.68px;
}

.history-page-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.history-page-row {
    width: 100%;
    max-width: 604px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gis-icon:before {
    content: url("/local/templates/goldenplata/css/../images/about/2gis.svg");
}

.avito-icon:before {
    content: url("/local/templates/goldenplata/css/../images/about/avaito-icon.svg");
}

.yandex-icon:before {
    content: url("/local/templates/goldenplata/css/../images/about/yandex-icon.svg");
}

.reviews-tub-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px 12px;
    border-bottom: 3px solid #ffffff;
}

.reviews-tub-item.active {
    border-bottom: 3px solid #1E2942;
}

.reviews-from-title {
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
}

.reviews-from {
    display: flex;
    flex-direction: column;
}

.reviews-from-grade {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.64px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.reviews-from-grade-icon:before {
    content: url("/local/templates/goldenplata/css/../images/Star1.svg");
}

/*END about*/


/*products page*/
.filter-btn {
    display: none;
}

.products-categories {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.products-categories-item {
    width: 100%;
    max-width: 199px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.products-categories-item__image {
    display: flex;
    max-width: 140px;
    max-height: 140px;
    padding: 20px 17px 20px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #F7F7F7;
}

.products-categories-item__image img {
    width: 100%;
    height: 100%;
}

.products-categories-item__description {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}

.products-page-filters-top {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 12px;
}

.products-page-filters-top select {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}
.products-page-filters-top select:hover{
    color: #D29C4E;
}
.products-filter-title {
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.products-filter-title .arrow {
    display: block;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
}
.products-page-filter-row.active .products-filter-title .arrow {
    transform: rotate(0deg);
}
.products-filter-title .arrow::before, .products-filter-title .arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #000000;
}
.products-filter-title .arrow::before {
    left: 0px;
    top: 8px;
    transform: rotate(-45deg);
}
.products-filter-title .arrow::after {
    left: 6px;
    top: 8px;
    transform: rotate(45deg);
}

.products-filter-title span {
    color: #A4A4A4;
}

.products-page-left select {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    width: 100%;
}

form.products-page-left {
    margin-top: 48px;
}

.products-filter-row-wrapper {
    border-radius: 12px;
    background: #F7F7F7;
    width: 100%;
    max-width: 306px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid  #F7F7F7;
}
.products-filter-row-wrapper:focus-within{
  border-color: #D29C4E;
}
.products-page-filter-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filters-item-price {
    letter-spacing: -0.4px;
}

.filters-item-price input {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    width: 100%;
}

.filters-item-price span {
    color: #777777;
    font-weight: 400;
}

.products-page-content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 354px 1fr;
    gap: 80px;
}

.products-page-left {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.filters-item-price {
    display: flex;
    gap: 6px;
}

.products-filter-checkbox-wrapper {
    flex-direction: column;
    gap: 10px;
    display: none;
}
.products-page-filter-row.active .products-filter-checkbox-wrapper {
    display: flex;
}
.products-filter-checkbox-wrapper label:hover{
    color: #75716A;
    cursor: pointer;
}
.checkbox-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}
.products-filter-checkbox:hover .checkbox-title{
    color: #75716A;
}
.products-filter-checkbox .check-cube {
    width: 24px;
    height: 24px;
	min-width: 24px;
    min-height: 24px;
    border-radius: 4px;
    border: 2px solid #282319;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.products-filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.products-filter-checkbox:has(input:checked) .check-cube:after {
    content: url("/local/templates/goldenplata/css/../images/products/check-iocn.svg");
}

.products-filter-checkbox:has(input:checked) .check-cube {
    background-color: #d29c4e;
    border: 2px solid #d29c4e;
}

.products-filter-checkbox-wrapper input {
    display: none;
}

.products-page-filter-action {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.seo-sections-text {
    margin-top: 60px;
    font-size: 20px;
}
.filter-action-btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    padding: 0 20px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    max-width: 178px;
}

.filter-apply {
    background-color: #D29C4E;
    color: #FFFFFF;
}
.filter-apply:hover{
    background: #BB8A44;
}

.filter-reset {
    background-color: #F7F7F7;
}
.filter-reset:hover{
    color: #BB8A44;
}
.products-wrapper {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 48px;
}

.pagination-arrow {
    display: flex;
    align-items: center;
}
.pagination-arrow:hover svg path{
    stroke:#D29C4E;
}
/*.pagination-arrow:after {
    content: url("/local/templates/goldenplata/css/../images/products/pagination-arrow.svg");
    display: flex;
    height: 24px;
}*/

.pagination-arrow.right {
    transform: scale(-1, 1);
}

.pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.pagination-pages {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.pagination-pages li {
    padding-top: 2px;
}

.pagination-pages-item {
    /*padding: 13px 16px 12px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border-radius: 12px;
}
.pagination-pages-item:hover{
    color: #D29C4E;
}

.pagination-pages-item.active {
    background: #D29C4E;
    color: #FFFFFF;
}


/*END products-categories*/

.section-description {
    margin-top: 60px;
    font-size: 20px;
}
.section-description p {
    padding: 5px 0px;
}

/*analytics*/
.clips {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.clips-title {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.92px
}

.clips-slider {
    width: 100%;
    overflow: hidden;
    min-width: 0;
}

.clips-item-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%
}

.clips-item-image {
    max-width: 280px;
    width: 100%;
}

.clips-item-image img {
    width: 100%;
    height: 100%;
}

.clips-slider .swiper-slide {
    width: auto;
}

.clips-slider-btn {
    position: absolute;
    z-index: 2;
    top: calc(50% - 30px);
}

.to-left.clips-slider-btn {
    left: -30px;
}

.to-right.clips-slider-btn {
    right: -30px;
}

.clips-slider-wrapper {
    position: relative;
    width: 100%;
}

.clips-slider-btn.swiper-button-disabled {
    display: none;
}

.analytics-content {
    margin-top: 80px;
}

.analytics-tubs {
    margin-top: 40px;
}

.analytics-panes {
    display: flex;
    gap: 20px;
    color: #D2D2D2;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
}

.analytic-pane.active {
    color: #282319;
}
.analytic-pane:hover{
    color: #D29C4E;
}
.submit-application-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 413px;
    padding: 40px 0 40px 40px;
}

.submit-application-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    word-break: break-word;
}

.submit-application-description {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.submit-application-form-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.submit-application-btn {
    display: flex;
    padding: 12px 20px;
    background: #1E2942;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    width: fit-content;
    border-radius: 12px;
}
.submit-application-btn:hover{
    color: #75716A;
}
.analytic-tub {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.submit-application {
    border-radius: 12px;
    background: #CFEEE6;
    display: flex;
    grid-column: span 2;
    width: 100%;
}

.submit-application-image {
    display: flex;
    padding-right: 40px;
    width: 100%;
    justify-content: end;
}

.submit-application-image img {
    width: 100%;
    max-width: 328px;
    margin-top: -28px;
}

.analytic-item-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.analytic-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
}
.analytic-item:hover .analytic-item-description{
    color:#75716A;
}
.analytic-item-data{
    color: #777777;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}
.analytic-item-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.analytic-item-image {
    display: flex;
    height: 366px;
}

.analytic-item-image img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.analytic-item.special {
    grid-column: span 2;
}

.analytic-item.special .analytic-item-description {
    max-width: 620px;
}

/*END analytics*/

/*analytic page*/
.analytic-page-data {
    color: #777777;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.analytic-page-content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1000px) 1fr;
    gap: 40px;
}

.analytic-content-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.analytic-action-btn {
    display: flex;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
    align-items: center;
    width: fit-content;
    padding: 16px;
}

.analytic-like {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*END analytic page*/


/*footer*/
footer {
    margin-top: 100px;
    padding: 80px 0 40px;
    border-radius: 60px 60px 0 0;
    background: #F7F7F7;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 79px;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 175px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}
.footer-nav-col a:hover{
    color: #D29C4E;
}
.footer-nav-col li:first-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.footer-nav-col .empty {
    display: flex;
    min-height: 26px;
}

footer address {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.address-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.address-row a:hover,
.address-row .request-call:hover{
    color:  #D29C4E;
}

.footer-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

footer .address-row a, footer .address-row span {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

footer .request-call {
    color: #1E2942;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
}

.soc-nav {
    display: flex;
    gap: 10px;
}

.soc-nav a {
    display: flex;
}
.soc-nav a:hover svg rect{
    fill: #D29C4E;
}
.soc-nav a:hover svg path{
    fill: #FFFFFF;
}
.footer-bottom {
    margin-top: 92px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-bottom-nav {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.footer-content-title.first-title{
    margin-bottom: 5px;
}
/*END footer*/


.reviews-tub-wrapper {
    display: flex;
    gap: 32px;
    overflow: auto;
    border-bottom: 1px solid #E8E8E8;
}

.reviews-page-wrapper {
    margin-top: 40px;
}

.reviews-page-item {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 40px;
}

.review-source {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.reviews-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.analytic-page-image,
.analytic-page-image img {
    width: 100%;
}

.analytic-content-left {
    display: flex;
    flex-direction: column;
    gap: 60px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.analytic-content-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.analytic-content-bottom .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.btn-border {
    border-radius: 12px;
    border: 1px solid #1E2942;
}

.analytic-content-row {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    letter-spacing: -0.4px
}

.analytic-content-row .details-btn {
    padding: 19px 20px;
    display: flex;
    align-items: center;
}

.analytic-content-row-description {
    width: 100%;
}

.analytic-content-bottom-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.analytic-content-row-image {
    border-radius: 12px;
    background: #F7F7F7;
    display: flex;
    padding: 17px;
    align-items: center;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.news-slider-wrapper {
    display: flex;
    position: relative;
    align-items: center;
}

.position-btn {
    position: absolute;
    z-index: 9;
}

.to-right.position-btn {
    right: 0;
}

.to-left.position-btn {
    left: -30px;
}

.to-right.position-btn {
    right: -30px;
}

.news-slider-section {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-slider-section .title {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.92px;
}

.similar-slider-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}
.similar-slider-wrapper .swiper-slide{
    height: auto;
    display: flex;
}
.similar-slider-wrapper .swiper-slide .coins-item{
    display: flex;
    flex-direction: column;
}
.similar-slider-wrapper .swiper-slide .redemption-price{
    min-height: 68px;
}
.area-slider {
    grid-area: slider;
    min-width: 0;
}

.area-to-all {
    grid-area: to-all;
}

.area-title {
    grid-area: title;
}

.similar-coins-section {
    margin-top: 80px;
}

.grid-area-wrapper {
    display: grid;
    gap: 20px;
    grid-template-areas:
        'title to-all'
        'slider slider';
}

.section-top.area-to-all {
    justify-content: end;
}

.swiper-slide .coins-item-bottom {
    display: block;
    position: initial;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    padding: 0;
}

.watched-recently-section {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-section {
    margin-top: 40px;
    /*display: flex;*/
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}
.product-image {
    display: flex;
    gap: 4px;
    position: relative;
    min-width: 0;
    /*align-items: center;*/
}
.product-image-slider{
    width: 100%;
    overflow: hidden;
}

.product-slide-btn{
    display: none;
    position: absolute;
    z-index: 5;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    top: calc(50% - 20px);
}
.product-image:hover .product-slide-btn{
    display: flex;
}
/*.product-slide-icon:before{
    content: url("/local/templates/goldenplata/css/../images/product-slid-icon.svg");
    height: 24px;
}*/
.product-slide-btn.right{
    right: -8px;
}
.product-slide-icon.left{
    transform: scale(-1, 1);
    left: -8px;
 }
.product-image-slider .product-image-wrapper {
    display: flex;
    width: 100%;
    max-width: 540px;
    padding: 22px;
    justify-content: center;
    align-items: center;
    background: #F7F7F7;
    /*height: auto;*/
}
.product-image-wrapper.face {
    border-radius: 12px 0 0 12px;
}
.product-image-wrapper.back {
    border-radius: 0 12px 12px 0;
}

.product-image-wrapper img {
    max-width: 432px;
    width: 100%;
}

.product-description {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 556px;
    height: fit-content;
}

.product-description-top {
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    width: 100%;
    padding: 26px 32px;
}

.prise-description {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}

.discount-card-icon {
    display: flex;
}

.product-prices {
    display: flex;
    gap: 32px;
}

.price {
    font-size: calc((100vw - 480px) / (1280 - 480) * (46 - 24) + 7px);
    font-weight: 500;
    letter-spacing: -1.84px;
}

.booking-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}

.booking-row .booking {
    height: unset;
    padding: 32px;
}

.like {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.like:hover svg path {
    stroke:#D29C4E;
}
.like.active svg path {
    fill: red;
}

.product__redemption-price {
    margin-top: 40px;
}

.product__redemption-price div {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
}

.product__redemption-price span {
    font-size: 20px;
    font-weight: 400;
}

.product__redemption-price button {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%
}
.product-discount-card-description button{
    margin-top: 0;
    font-weight: 400;
    width: fit-content;
}
.product__redemption-price button:hover{
    color:#D29C4E;
}
.product-status__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
}

.product-status:hover .product-status__icon.icon-home svg path,
.product-status:hover .product-status__icon.icon-row svg path{
    stroke: #D29C4E;
}
.product-status:hover{
    color: #D29C4E;
}
.product-status span{
    padding-top:2px;
}

.characteristic {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.characteristic li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.characteristic-key {
    color: #777777;
}

.diagram-contents img {
    width: 100%;
}

.diagram-tubs {
    display: flex;
    gap: 8px;
}

.price-dynamics-diagram {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.price-dynamics-diagram .chart__item canvas{
    height: 600px !important;
    width: 100% !important;
}
.diagram-tubs-item {
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    padding: 10px 14px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}
.diagram-tubs-item:hover{
    color: #D29C4E;
}

.diagram-tubs-item.active {
    background: #1E2942;
    color: #FFFFFF;
}

.price-dynamics-title {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.92px
}

.price-dynamics-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%
}

.price-dynamics {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.price-dynamics .booking {
    width: fit-content;
}

.status-color {
    display: flex;
    border-radius: 6px;
    max-width: 32px;
    height: 32px;
    width: 100%;
}

.price-dynamics-info-col {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    height: 40px;
}
.add-to-basket-btn{
    display: none;
    border-radius: 6px;
    border: 2px solid  #D29C4E;
    padding: 6px 12px;
    color:  #D29C4E;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}
.del-icon{
    display: flex;
    cursor: pointer;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.price-dynamics-info-col.right{
    justify-content: end;
    width: 100%;
    max-width: fit-content;
}

.price-dynamics-info-text {
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 650px;
    width: 100%;
}


.price-dynamics-info {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    padding:14px 12px;
    width: 100%;
    max-width: 810px;
    overflow: hidden;
    justify-content: space-between;
}
.price-dynamics-info:hover{
    background: #F7F7F7;
}
.price-dynamics-info:hover .add-to-basket-btn{
    display: block;
}
.price-dynamics-bottom {
    margin-top: 88px;
    /*display: flex;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}

.eye-icon {
    display: flex;
    cursor: pointer;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;

}






.eye-icon:after {
    content: url("/local/templates/goldenplata/css/../images/products/eye-icon..svg");
    height: 24px;
}

.add-comparison {
    display: flex;
    align-items: center;
    gap: 12px;
    /*padding-bottom: 14px;*/
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.add-comparison .icon {
    /*background-color: #d29c4e;*/
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    padding-bottom: 4px;
}

.add-comparison .icon:before {
    content: url("/local/templates/goldenplata/css/../images/products/pluse.svg");
    height: 32px;
    width: 32px;
}

.about-product {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-top: 112px;
}

.about-product-tubs {
    width: 50%;
    max-width: 800px;
}
.about-product-tubs ul, .help-content ul {
    list-style: disc;
    margin: 10px 0;
}
.about-product-tubs ul li, .help-content ul li {
    margin: 5px 0 5px 20px;
}
.about-product-tubs h2 {
    margin-bottom: 20px;
}
.about-product-tubs p {
    padding: 5px 0;
}
.about-product-pans-slider {
    width: 100%;
    overflow: hidden;
    display: flex;
    padding-top: 5px;
}

.about-product-panes {
    position: relative;
    display: flex;
    border-bottom: 1px solid #E8E8E8;
}
.props-list{
    display: grid;
    grid-template-columns: 100%;
    gap: .5em;
}
.prop-item{
    display: flex;
    align-items: center;
    gap: .5em;
    line-height: 1em;
}
.prop-item_label{
    flex-shrink: 0;
}
.prop-item_divider{
    flex-grow: 1;
    height: 1px;
    background: #E8E8E8;
}
.prop-item_value{
    flex-shrink: 0;
}

.about-product-tubs .slider-control-btn {
    height: 40px;
    width: 40px;
}
.slider-control-btn:hover svg path,
.product-slide-btn:hover svg path{
    stroke:#D29C4E;
}

.about-product-tubs .slider-control-btn:before {
    content: url("/local/templates/goldenplata/css/../images/Icon-arrow-min.svg");
    height: 24px;
}

.about-product-pans-slider .swiper-slide {
    width: fit-content;
    padding-bottom: 5px;
}

.about-product-pan-item {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    border: 1px solid #FFFFFF;
}
.about-product-pan-item:hover{
    color: #D29C4E;
}
.about-product-pan-item.active {
    border-bottom: 3px solid #1E2942;
}

.about-product .submit-application {
    width: 50%;
    max-width: 800px;
    max-height: 513px;
    background: #E5FEE9;
}

.about-product-tubs-containers {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}


/*modal*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 10px;
}

.modal::-webkit-scrollbar {
    display: none;
}

.modal.open {
    display: block;
}

/* Скрываем scrollbar для IE, Edge и Firefox */
.modal {
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.64px;
}

.close-btn {
    display: flex;
    width: 100%;
    max-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #F7F7F7;
}

.close-btn:after {
    content: url("/local/templates/goldenplata/css/../images/x-close.svg");
    height: 24px;
}

.addBasket-wrapper {
    width: 100%;
    max-width: 820px;
    border-radius: 40px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    padding: 32px 48px;
    flex-direction: column;
    gap: 32px;
    height: fit-content;
    margin: 5% 0;
}
.addBasket-wrapper .modal-application-top {
    justify-content: space-between;
}
.addBasket-content {
    display: flex;
    gap: 32px;
    width: 100%;
}
.addBasket-image {
    width: 100%;
    height: 100%;
    max-height: 180px;
    max-width: 180px;
    border-radius: 20px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 17px;
}
.addBasket-image img {
    width: 100%;
}
.addBasket-coins-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.addBasket-coins-description .coins-item-description {
    max-width: 100%;
}
.addBasket-bottom {
    display: flex;
    gap: 12px;
}
.addBasket-bottom .booking:hover{
    background: #BB8A44;
}
.continue-shopping {
    border-radius: 12px;
    border: 2px solid #1E2942;
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.modal-add-comparison {
    width: 100%;
    height: fit-content;
    max-width: 1200px;
    padding: 40px 40px 0;
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-height: 90vh;
    overflow-x: auto;
}
.modal-add-comparison::-webkit-scrollbar {
    display: none;
}
.modal-center-style{
    align-items: center;
}

/* Скрываем scrollbar для IE, Edge и Firefox */
.modal-add-comparison {
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}
.modal-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px
}

.modal-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.modal .search-block {
    max-width: 100%;
}

.more-types {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 12px;
    cursor: pointer;
}

.more-types:after {
    content: url("/local/templates/goldenplata/css/../images/more-Icon.svg");
    height: 24px;
    transform: scale(1, 1);
    transition: transform 300ms;
}

.types-of-item {
    display: flex;
    border-radius: 12px;
    background: rgba(210, 156, 78, 0.10);
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /*letter-spacing: 1.5px;*/
}

.types-wrapper {
    display: flex;
    gap: 12px;
    align-items: baseline;
}

.types-of-coins {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.types-of-coins span:hover .types-of-item{
    color: #75716A;
}
.types-of-item.active {
    border-radius: 12px;
    background: #D29C4E;
    color: #FFFFFF;
}

.types-of-coins {
    max-height: 48px;
    overflow: hidden;
    transition: max-height 300ms;
}

.types-wrapper.open .more-types:after {
    transform: scale(1, -1);
}

.added-coins {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.added-coins-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.added-coins-item {
    display: flex;
    justify-content: space-between;
    gap: 0;
}

.comparison-coin-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.comparison-coin-item-wrapper{
    display: flex;
    /*align-items: center;*/
    gap: 20px;
}
.modal-block .search-block {
    max-width: 100%;
}
.comparison-coin-item-description {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.comparison-coin-item-image {
    display: flex;
    width: 160px;
    height: 160px;
    padding: 17px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #F7F7F7;
}

.comparison-coins {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 580px;
    overflow: auto;
    padding-right: 20px;
}

/* Для WebKit браузеров (Chrome, Safari, Opera) */
.comparison-coins::-webkit-scrollbar {
    width: 6px;
}

.comparison-coins::-webkit-scrollbar-thumb {
    background-color: #282319;
}

.comparison-coins::-webkit-scrollbar-track {
    background-color: #ffffff;
}


.comparison-coins-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.add-btn {
    border-radius: 12px;
    border: 1px solid #1E2942;
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.modal-add-comparison-min-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

/*END modal */


/*store map*/
.store-map-content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
}

.store-map-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.store-map-min-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.store-map-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.store-map-page-content {
    margin-top: 40px;
}

/*END store map*/


/*basket*/
.basket-content .breadcrumb {
    display: flex;
    justify-content: center;
}

.basket-content .page-title {
    display: flex;
    justify-content: center;
}

.basket-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.basket-pens {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E8E8E8;
}

.basket-pen {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    color: #A4A4A4;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
    border-bottom: 1px solid #FFFFFF;
}

.basket-pen.active {
    color: #282319;
    border-bottom: 1px solid #D29C4E;
}

.quick-order {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.order-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
}

.quick-order-info-text {
    display: flex;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(210, 156, 78, 0.10);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin: 20px 0;
}

.quick-order-item {
    display: flex;
    padding: 40px 24px;
    gap: 20px;
    border-bottom: 1px solid #E8E8E8;
    background: #FFFFFF;
}

.quick-order-item:last-child {
    border-bottom: none;
}

.quick-order-item-image {
    width: 100%;
    max-width: 80px;
    height: 80px;
    max-height: 74px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-order-item-image img {
    height: 80px;
    object-fit: contain;
}

.quick-order-item-description {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.quick-order-item-description-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.select-quantity {
    display: flex;
    gap: 12px;
    padding: 10px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    height: fit-content;
    width: fit-content;
}

.quick-order-item-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
    max-width: 389px;
}

.select-quantity-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    padding-top: 2px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-minus:before {
    content: url("/local/templates/goldenplata/css/../images/basket/minus.svg");
    height: 28px;
}

.btn-plus:before {
    content: url("/local/templates/goldenplata/css/../images/basket/plus.svg");
    height: 28px;
}

.order-prises-discount-card,
.order-prises-default {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
}

.order-prises-discount-card div {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -1.12px
}

.order-prises-default div {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.order-prises {
    display: flex;
    gap: 24px;
    height: fit-content;
}

.quick-order-item-description-bottom {
    display: flex;
    gap: 20px;
}

.order-item__remove-btn:before {
    content: url("/local/templates/goldenplata/css/../images/basket/remove-icon.svg");
}

.order-item__like-button:before {
    content: url("/local/templates/goldenplata/css/../images/basket/like-icon-min.svg");
}

.order-total {
    display: flex;
    padding: 32px;
    flex-direction: column;
    gap: 48px;
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
}

.order-total-prises .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
}

.total-prise {
    display: flex;
    gap: 32px;
}

.total-prise .order-prises-discount-card,
.total-prise .order-prises-default {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.total-prise .order-prises-discount-card div,
.total-prise .order-prises-default div {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
}

.total-prise .order-prises-default div {
    color: #A4A4A4;
}

.order-total-prises {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.quick-order-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.quick-order-col.right {
    max-width: 520px;
}

.order-total-form-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.order-total-input-datas {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-total-input-datas input {
    padding: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 12px;
    background: #F7F7F7;
}

.order-btn {
    border-radius: 12px;
    background: #D29C4E;
    display: flex;
    padding: 32px;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.96px;
}

.order-total-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.confidentiality {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #A4A4A4;
}

.confidentiality a {
    color: #282319;
}

.buy-total {
    display: flex;
    padding: 32px;
    flex-direction: column;
    gap: 32px;
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
}

.buy-total-prises .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.buy-total-prise {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.buy-total-prise .coins-price_discount-card {
    flex-direction: row-reverse;
    margin-top: 0;
    justify-content: start;
}

.buy-total-prises {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 32px;
}

.buy-products {
    margin-top: 24px;
}

.buy-products-title {
    display: flex;
    gap: 4px;
    align-items: center;
}

.buy-products-title .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.buy-products-title sup {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.buy-products-title .product-status__icon.icon-row:before {
    transition: transform 300ms;
    transform: rotate(90deg);
}

.buy-products-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 30px;
    cursor: pointer;
}

.buy-products-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
}

.buy-products-item:last-child {
    border-bottom: none;
}

.buy-button {
    display: flex;
    padding: 28px;
    justify-content: center;
    border-radius: 22px;
    background: #1E2942;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
    width: 100%;
}

.buy-products-item-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 235px;
}

.buy-products-prices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.buy-products-prices .select-quantity-btn {
    height: 24px;
    width: 24px;
}

.buy-products-prices .select-quantity {
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    background: #F7F7F7;
    padding: 6px;
}

.buy-products-top .amount {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.buy-products-item-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    text-align: right;
}

.buy-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.additionally {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.additionally-content{
    display: flex;
    gap: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
}
.additionally .product-status__icon.icon-row:before{
    transform: rotate(90deg);
}
.additionally.open .product-status__icon.icon-row:before{
    transform: rotate(-90deg);
}
.additionally-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.additionally-text span{
    font-weight: 600;
}
.additionally-price{
    width: 100%;
    display: flex;
    justify-content: end;
    max-width:120px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}
.buy-order-content {
    margin-top: 52px;
}

.placing-order-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.placing-order {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.placing-order-item {
    display: flex;
    border-radius: 32px;
    background: #F7F7F7;
    padding: 32px;
    gap: 16px;
    flex-direction: column;
}

.buy__log-in {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.buy__log-in-input {
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    background: #FFFFFF;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    width: 100%;
}

.buy__log-in-input input {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.placing-order-item__bottom {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.placing-order-item__bottom span {
    color: #1E2942;
    font-weight: 600;
}

.buy__log-in-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    padding: 6px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #D2D2D2;
    background: #F7F7F7;
}

.buy__choose-type {
    display: flex;
    gap: 8px;
}

.buy__choose-type .buy__log-in-input input {
    height: 24px;
    width: 24px;
    border: 2px solid #999;
}

.buy__choose-type .buy__log-in-input {
    gap: 4px;
    cursor: pointer;
}

.buy__choose-type .buy__log-in-input span {
    padding-top: 2px;
}

.circle {
    height: 24px;
    width: 24px;
    border: 2px solid #282319;
    border-radius: 1000px;
}

input[type="radio"] {
    visibility: hidden;
    display: none;
}

.buy__log-in-input:has(input:checked) .circle {
    background: #D29C4E;
    border-color: #D29C4E;
}

.placing-order-item-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.placing-order-item-title .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.choose-type-item {
    display: flex;
    gap: 4px;
}

.buy__choose-info {
    display: flex;
    padding: 6px 8px;
    border-radius: 6px;
    border: 1px solid #D2D2D2;
    background: #F7F7F7;
}

/*END basket*/


/*dropdown menu*/


.dropdown-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
}
.modal-dropdown-menu{
    position: absolute;
    top: 180px;
}
.dropdown-menu-wrapper {
    width: 100%;
    display: flex;
    padding: 32px 60px 32px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.dropdown-menu {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.dropdown-menu-wrapper .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.menu-top-lists {
    display: flex;
    gap: 80px;
}

.about-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.about-list li:first-child {
    font-size: 32px;
    font-weight: 500;
}

.menu-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
}

.menu-list .discount-card-icon {
    display: flex;
    gap: 12px;
}

.menu-top-r {
    display: flex;
    gap: 12px;
}

.menu-top-card {
    width: 262px;
    height: 262px;
    padding: 20px;
    display: flex;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%
}
.menu-top-card:hover{
    box-shadow: 0 4px 12px 0 rgba(41, 41, 41, 0.40);
}
.dropdown-menu-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.dropdown-menu-top li:hover a,
.dropdown-menu-contacts a:hover{
    color: #D29C4E;
}
.menu-top-card.new-items {
    background-color: #F7F7F7;
    background-image: url("/local/templates/goldenplata/css/../images/menu-bg-icon.avif");
    background-repeat: no-repeat;
    background-position: right -66px bottom -44px;
    background-size: 100%;
}

.menu-top-card.special-card {
    background-color: #1E2942;
    background-image: url("/local/templates/goldenplata/css/../images/special-card-bg.png");
    color: #F7F7F7;
}

.menu-top-card.special-card span {
    color: #D29C4E;
}

.dropdown-menu-login {
    display: flex;
    padding: 48px 0;
    border-bottom: 1px solid #E8E8E8;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #A4A4A4;
}

.dropdown-menu-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 48px;
}

.dropdown-menu-contacts .phone-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dropdown-menu-contacts a {
    
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.dropdown-menu-contacts {
    display: flex;
    gap: 40px;
}

.dropdown-menu-contacts a span {
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}



.menu-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.menu-btn-icon:before {
    content: url("/local/templates/goldenplata/css/../images/menu-btn.svg");
    display: flex;
    height: 34px;
    width: 32px;
}

.menu-btn.active-block .menu-btn-icon:before {
    content: url("/local/templates/goldenplata/css/../images/x-close.svg");
    height: 26px;
}

/*END dropdown menu*/

/*modal submit application*/

.modal-block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    justify-content: center;
}

.modal-block.open {
    display: flex;
}

.modal-application-wrapper,
.modal-availability-wrapper {
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    height: fit-content;
    gap: 32px;
    margin-top: 5%;
}

.modal-application-wrapper {
    max-width: 520px;
}

.modal-availability-wrapper {
    max-width: 1200px;
}

.modal-application-title {
    color: #A4A4A4;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.modal-application-title span {
    color: #1C1C1C;
}

.modal-application-top {
    display: flex;
    gap: 24px;
}

.submit-application-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.submit-application-form-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.submit-application-form-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.submit-application-form-top input{
    border-radius: 12px;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    display: flex;
    height: 64px;
    padding: 0 20px;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}
.submit-application-form-top input:focus{
    border-color: #D29C4E;
}

.submit-application-form-top .checkbox-title {
    line-height: 100%;
    padding-top: 2px;
}

.submit-application-form-title span {
    color: #A4A4A4;
}

.submit-application-budget {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.submit-application-budget-content{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.submit-application-budget-item{
    border-radius: 12px;
    background: #F7F7F7;
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    border: 1px solid #F7F7F7;
    cursor: pointer;
}
.submit-application-budget-item:hover{
    color: #75716A;
}
.submit-application-budget-item:has(input:checked) {
    border: 1px solid #000000;
}

.submit-btn {
    border-radius: 12px;
    background: #D29C4E;
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}
.submit-btn:hover{
    background: #BB8A44;
}
.policy {
    color: #777777;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.submit-application-form-bottom .policy a {
    color: #282319;
}

.modal-redemption-top {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.modal-redemption-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
    width: 100%;
    max-width: 376px;
}

.modal-availability-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.modal-availability-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.modal-availability-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 492px;
    overflow: scroll;
    padding-right: 16px;
}

/* Для WebKit браузеров (Chrome, Safari, Opera) */
.modal-availability-content::-webkit-scrollbar {
    width: 6px;
    border-radius: 100px;
}

.modal-availability-content::-webkit-scrollbar-thumb {
    background-color: #282319;
}

.modal-availability-content::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}

/* Для Firefox браузера */
.projects_types {
    scrollbar-color: #282319 #fff;
    scrollbar-width: thin;
    border-radius: 100px;
}

.modal-availability-description {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-availability-description div {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.modal-availability-description span {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.modal-availability-coins {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.modal-availability-coins .booking {
    max-width: fit-content;
}
.modal-availability-coins .booking:hover{
    background: #BB8A44;
}
.modal-availability-item {
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding-bottom: 17px;
    border-bottom: 1px solid #E8E8E8;
}

.modal-availability-city {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}

/*END modal submit application*/

/*office gallery*/

.modal-office-gallery {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-office-gallery.open {
    display: flex;
}

.office-gallery-wrapper {
    display: flex;
    width: 100%;
    max-width: 900px;
    padding: 40px 0;
    flex-direction: column;
    gap: 20px;
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
    margin: 5% auto;
    height: fit-content;
}

.office-gallery-otp {
    padding: 0 40px;
}

.office-gallery-sliders-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.office-gallery-slider,
.office-gallery-slider-min {
    min-width: 0;
    width: 100%;
    overflow: hidden;
}

.office-gallery-slider-min {
    margin: 0 -5px;
}

.office-gallery-slider-bottom {
    padding: 0 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.office-gallery-slider-min .swiper-slide {
    max-width: fit-content;
    display: flex;
    border-radius: 2px;
    border: 2px solid transparent;
}

.office-gallery-slider-min .swiper-slide-thumb-active {
    border-radius: 2px;
    border: 2px solid #FFDD2D;
    opacity: 0.6;
}

.slider-control-btn-m {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.office-gallery-slider-bottom .slider-control-btn-m {
    position: absolute;
}

.slider-control-btn-m:before {
    content: url("/images/Icon-arrow-min.svg");
    height: 24px;
    width: 24px;
}

.slider-control-btn-m.to-left {
    left: 10px;
}

.slider-control-btn-m.to-right {
    transform: scale(-1, 1);
    right: 10px;
}

.office-gallery-slider-bottom .swiper-button-disabled {
    display: none;
}

.office-gallery-slider img {
    width: 100%;
}

/*end office gallery*/
/*city block*/
.city-block {
    position: relative;
}

.current-city {
    /*display: flex;*/
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 277px;
    padding: 24px 32px;
    gap: 16px;
    z-index: 20;
    display: none;
}
.current-city-name{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    letter-spacing: -0.4px;
}
.current-city .subtitle{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}
.confirmation-btn{
    border-radius: 12px;
    background:  #F7F7F7;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    width: 100%;
    max-width: 102px;
    padding: 14px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmation-btn:hover{
    background:  #D29C4E;
    color: #FFFFFF;
}

.confirmation-city{
    display: flex;
    gap: 16px;
}
.cities-block{
    border-radius: 32px;
    background:  #FFFFFF;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    /*margin: 5% auto;*/
    width: 100%;
    max-width: 707px;
    padding: 40px;
    height: 90vh;
    max-height: 668px;
}
.modal-cities-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.modal-cities-title{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}
.cities-block-search{
    margin-top: 20px;
    position: relative;
}
.cities-block-info{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    padding-left: 20px;
}
.cities-block-info li:nth-child(1) span{
    font-weight: 500;
}
.cities-block-info li:nth-child(2) span{
    font-weight: 500;
    color: #D29C4E;
}
.all-sities-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}
.all-sities{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.all-sities-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
     gap: 20px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-height: 332px;
    overflow-y: scroll;
}
/* Для WebKit браузеров (Chrome, Safari, Opera) */
.all-sities-list::-webkit-scrollbar {
    width: 6px;
}

.all-sities-list::-webkit-scrollbar-thumb {
    background-color: #282319;
}
.all-sities-list::-webkit-scrollbar-track {
    background-color: #fff;
}

/* Для Firefox браузера */
.all-sities-list{
    scrollbar-color: #282319 #fff;
    scrollbar-width: thin;
    border-radius: 10px;
}



/*END city-block*/


.close-btn-filter-mob{
    display: none;
}

/*error page*/
.error-content{
    margin-top: 96px;
    display:flex;
    flex-direction: column;
    gap: 61px;
    align-items: center;
}
.error-title{
    text-align: center;
    font-size: 120px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.4px;
}
.error-description{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 31px;
}
.error-description div{
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.12px;
}
.error-description span{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 434px;
}
/*END Error page*/


/*about company*/
.about-company-top-description{
    margin-top: 80px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}
.about-company-title{
    margin-top: 60px;
}
.specialists-wrapper{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap:60px 20px ;
}
.specialists-item{
    display: flex;
    flex: 1 0 21%;
    flex-direction: column;
    gap: 20px;

    margin: 5px;
}
.specialist-image{
    display: flex;
    width: 100%;
    max-width: 405px;
    max-height: 327px;
    border-radius: 20px;
    background: #F9F9F9;
}
.specialist-image.empty{
    height: 100%;
}
.specialist-image img{
    width: 100%;
    border-radius: 20px;
}
.specialist-position{
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.44px;
}
.specialist-data-list{
    margin-top: 8px;
    display: flex;
    flex-direction: column;
     gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}
.specialist-phone{
    color: #D29C4E;
}
.requisites{
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap:60px;
}
.requisites-top{
    display: flex;
    align-items: center;
    gap: 32px;
}
.requisites-title{
    font-size: 56px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.68px;
}
.download-requisites{
    display: flex;
    color: #D29C4E;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%
}
.requisites-item{
    display: flex;
    gap: 20px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 24px 0;
}
.requisites-name{
    font-weight: 600;
    width: 100%;
    max-width: 220px;
}
.requisites-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:0 40px;
}

/*end about company page*/




/*successfully*/
.successfully-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    max-width: 525px;
    margin: 72px auto;
}
.successfully-block .to-home-page:hover{
    color: #D29C4E;
}
.successfully-title{
    font-size: 56px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.68px;
    text-align: center;
}
.successfully-title span{
    color: #D2D2D2;
}
.successfully-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.successfully-content p{
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 307px;
}
.rating-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}
.rating-wrapper{
    display: flex;
    padding: 20px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    border-radius: 32px;
    background:  #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
}
.rating input {
    display: none;
}
.rating label {
    float: right;
    cursor: pointer;
    color: #ddd;
    height:48px;
    display: flex;
    align-items: center;
}
.rating label:before {
    content: '\2606';
    font-size:48px;
}
.rating input:checked ~ label:before {
    content: '\2605';
    color: #ffcc00;
}
.successfully-block .to-home-page{
    display: flex;
    width: 100%;
    max-width: 255px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    border-radius: 12px;
    background: rgba(210, 156, 78, 0.15);
    padding: 20px 24px;
    justify-content: center;
}
/*END successfully*/

/*becomeBetter*/
.becomeBetter-content{
    display: flex;
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 900px;
    padding: 40px;
    flex-direction: column;
    gap: 32px;
    height: fit-content;
    margin: 5% 0;
}
.becomeBetter-top{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.close-becomeBetter{
    border-radius: 100px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.becomeBetter-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}
.becomeBetter-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.becomeBetter-form-item{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.becomeBetter-form-item input{
    border-radius: 12px;
    background: #F7F7F7;
    display: flex;
    height: 64px;
    padding: 0 20px;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}
.becomeBetter-form-item span{
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #282319;
}
.becomeBetter-bottom{
    display: flex;
    gap: 12px;
    width: 100%;
}
.becomeBetter-bottom button{
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
}
.skip-button{
    color:  #282319;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
    border-radius: 12px;
    background:  #F7F7F7;
    display: flex;
    height: 64px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
}
/*END becomeBetter*/

.seo-block{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.seo-block .seo-title{
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.92px;
}
.seo-block p{
    font-size: 20px;
    font-weight: 400;
    line-height: 160%
}

.modal-success-content{
    border-radius: 32px;
    background: #FFFFFF;
    width: 100%;
    max-width: 520px;
    padding: 40px;
    position: relative;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 47px;
    align-items: center;
}
.modal-success{
    align-items: center;
    padding: 0 10px;
}
.modal-success-content .close-btn{
    position: absolute;
    right: 40px;
    top: 40px;
}
.modal-success-top{
    display: flex;
    justify-content: center;
}
.modal-success-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
    max-width: 307px;
    text-align: center;
}
.modal-success-icon{
    width: 119px;
    height: 119px;
}

.modal-success-icon svg{
    height: 100%;
    width: 100%;
}




.search__overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .1);
    z-index: 10;
}

.title-search .search-block,
.title-search .search-block-input{
    z-index: 11;
}

.search-block-input:focus + .search__overlay {
    display: block;
}


/*.search-block .search-block-input:focus ~ .search__overlay {*/
/*    display: block;*/
/*}*/


/*promotions*/
.promotions-page-content{
    margin-top: 40px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.promotions-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 397px;
}
.promotions-item-top{
    border-radius: 24px;
    background: #F7F7F7;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.promotions-item-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promotions-item-bottom{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}
.promotions-item-description{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}
.promotions-item-button{
    border-radius: 12px;
    background: #D29C4E;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    padding: 12px 20px;
    display: flex;
    width: fit-content;
}
.promotions-page-data{
    margin-top: 20px;
    color:  #777777;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}
.promotions-page-top{
    margin-top: 40px;
    display: flex;
    gap: 40px;
}
.promotions-description-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 1000px;
    color: #282319;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;

}

/*END promotions*/



.scroll-to-top{
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 1000px;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 15px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    z-index: 99;
}
.search-block-input-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.close-mob-search-block{
    display: none;
}



/*work schedule modal*/
.work-schedule-modal{
    align-items: center;
    justify-content: center;
}
.work-schedule-modal-wrapper{
    display: flex;
    max-width: 900px;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.work-schedule-modal-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    line-height: 150%;
}
.work-schedule-modal-description{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 400;
}
.work-schedule-modal-title{
    font-weight: 600;
}
/*END work schedule modal*/

/*modal-callback*/
.modal-callback{
    width: 100%;
    display: flex;
    max-width: 520px;
    padding: 40px;
    flex-direction: column;
    gap: 32px;
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
}
.modal-callback-top{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.modal-callback-title-wrapper{
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}
.modal-callback-title-wrapper .title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
}
.modal-callback-form{
    display: flex;
    align-items: center;
}
/*END modal-callback*/


/*tags*/
.coins-tags-wrapper{
    position: relative;
}
.coins-tags{
    position: absolute;

}
.coins-tags{
    display: flex;
    gap: 6px;
    height: fit-content;
    z-index: 1;
}
.coins-tags.status-tags{
    flex-direction: column;
    top: 14px;
    left: 14px;
}
.coins-tags.comment-tags{
    bottom: 14px;
    left: 14px;
}
.special-coin .coins-tags.comment-tags{
    left: 0;
    bottom: -15px;
}
.special-coin-comment-wrapper{
    position: relative;
}
.product-page-tag{
    z-index: 2;
}
.tags{
    width: fit-content;
    max-width: 204px;
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 5px;
    padding:7px 6px 3px;
    color: #FFFFFF;
}

.tags.type-1{
    background: #00A15D;
}
.tags.type-2{
    color: #8D8D8D;
    background: #DEDEDE;
}
.tags.type-3{
    background: #FFDEDE;
    color: #D00000;
}
.tags.type-4{
    background: #806338;
}
.tags.type-5{
    background: #B98538;
}
.tags.type-6{
    background: linear-gradient(83deg, #A04747 0%, #C10000 100%);
}
.tags.type-7{
    background: #C19655;
}
.analytic-tags-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.analytic-tags-wrapper .coins-tags.status-tags,
.comparison-coin-tags-wrapper .coins-tags.status-tags{
    flex-direction: row;
}
.comparison-coin-tags-wrapper{
    position: relative;
}
/*END tags */


.b24-widget-button-position-bottom-right{
    right: 85px !important;
    bottom: 15px !important;
}











.mb-hide {
    display: flex;
}
.to-home-mobile{
    display: none;
}
.pc-hide,
.pc-hide-flex {
    display: none;
}

.swiper_pagination-mobile {
    display: none;
}

.display-none {
    display: none !important;
}





/* End */


/* Start:/local/templates/goldenplata/css/responsive.css?174038535557345*/
@media (max-width: 1760px)  {
    .redemption-coins-title{
        font-size: calc(18px + 26 * (100vw / 1920));
    }
    .redemption-coins-description{
        font-size: calc(14px + 6 * (100vw / 1920));
    }
    .redemption-coins-description{
        font-size: calc(14px + 6 * (100vw / 1920));
    }
    .privacy-policy{
        font-size: calc(12px + 8 * (100vw / 1920));
    }
    .new-price {
        font-size: calc(18px + 9 * (100vw / 1920));
    }
    .old-price {
        font-size: calc(14px + 4 * (100vw / 1920));
    }
    .modal-callback-title-wrapper .title{
        font-size: calc(16px + 8 * (100vw / 1920));
    }
    .modal-title{
        font-size: calc(18px + 14 * (100vw / 1920));
    }
    .added-coins-name,
    .comparison-coin-item-description,
    .types-of-item,
    .more-types,
    .add-btn{
        font-size: calc(14px + 6 * (100vw / 1920));
    }
    .tags{
        font-size: calc(9px + 3 * (100vw / 1920));
    }

}
@media (max-width: 1600px)  {
    footer address{
        max-width: 260px;
    }
    .footer-content{
        gap: 39px;
    }
    .about-product{
        gap: 40px;
    }
    .about-product .submit-application{
        height: 454px;
    }
    .slider-control{
        margin-top: 40px;
    }
}
@media (max-width: 1600px)  {
    .menu-top-card{
        height: 220px;
        width: 220px;
    }
    .about-list{
        font-size: 18px;
    }
    .about-list li:first-child,
    .menu-list{
        font-size: 28px;
    }
}
@media (max-width: 1440px){
    .section-title{
        font-size: 25px;
    }
    .section-top .to-all{
        font-size: 13px;
        height: 40px;
        padding: 0 12px;
    }
    .about-us-item-title{
        font-size: 25px;
    }
    .about-us-item-description{
        font-size: 13px;
    }
    .about-us-item{
        max-width: 253px;
        min-height: 170px;
        gap: 10px;
        padding: 20px;
    }
    .about-us-item:nth-child(1){
        background-size: 180px 150px;
    }
    .about-us-item:nth-child(2) {
        background-position: right -33px bottom -58px;
        background-size: 80%;
    }
    .about-us-item:nth-child(3) {
        background-position: right 0px bottom 0px;
        background-size: 100%;
    }
    .about-us-item:nth-child(4) {
        background-position: right -53px bottom -87px;
        background-size: 80%;
    }
    .new-arrival-title{
        font-size: 13px;
    }
    .new-arrival-item-title{
        font-size: 26px;
    }
    .new-arrival-item a{
        margin-top: 37px;
        padding: 16px 20px;
		font-size: 18px;
    }
    .slider-control{
        margin-top: 75px;
		margin-left: 0;
    }
    .new-arrival{
        padding: 34px;
		box-shadow: 0 0 7px 0 #777;
    }
    .new-arrival-wrapper{
        max-width: 284px;
    }

}
@media (max-width: 1400px)  {
    .menu-top-lists{
        gap: 40px;
    }
    .menu-top-card{
        height: 200px;
        width: 200px;
    }
    .about-list{
        font-size: 14px;
    }
    .about-list li:first-child,
    .menu-list{
        font-size: 23px;
    }
    .submit-application-image img{
        margin-top: unset;
    }
    .header-nav,
    .footer-nav{
        gap: 10px;
    }
    .header-row__nav-block{
        gap: 20px;
    }
    .footer-content{
        gap: 32px;
    }
    footer .address-row a{
        font-size: 20px;
    }
    .footer-nav-col{
        font-size: 14px;
    }
    .catalog-item-img-title{
        font-size: 32px;
    }
    .catalog-item-type a{
        font-size: 18px;
    }
    .licenses-image{
        padding: 33px;
    }
 .submit-application-title{
        font-size: 30px;
    }
 .submit-application-description{
        font-size: 16px;
    }
    .analytic-tub .submit-application-btn{
        font-size: 16px;
    }
    .analytic-item-description{
        font-size: 20px;
    }
    .coins-item-image{
        max-height: 260px;
    }
    .popular-coins-content,
    .popular-coins-content{
        gap: 30px;
    }
    .region_map .bx-yandex-map{
        height: 600px !important;
    }
}
@media (max-width: 1200px)  {
    .header-nav{
        position: fixed;
        max-width: 100%;
        background: #FFFFFF;
        justify-content: space-between;
        padding: 8px 20px;
        bottom: 0;
        left: 0;
        border-radius: 14px 14px 0 0;
        z-index: 10;
        box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.06);
    }
    .header-nav a{
        gap: 4px;
    }
    .header-nav li  .icon svg{
        height: 24px;
    }
    .add-quantity{
        height: 16px;
        width: 16px;
        right: -8px;
    }

    .footer-content{
        flex-direction: column;
    }
    .rating-card{
        max-width: unset;
    }
    /*.header-location-item:last-child{
        display: none;
    }*/
	.header-location-item.bulding {
        display: none;
    }
    .footer-bottom{
        margin-top: 32px;
        flex-direction: column;
        padding-bottom: 60px;
    }
    .products-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    .products-page-content{
        gap: 40px;
    }
    .product-section{
        grid-template-columns: 1fr;
        margin-top: 24px;
        gap: 24px;
    }
    .about-product{
        flex-direction: column;
        gap: 20px;
    }
    .about-product-tubs{
        width: 100%;
        max-width: 100%;
    }
    .about-product .submit-application{
        width: 100%;
        max-width: unset;
        max-height: unset;
        height: 100%;
    }
    .submit-application-description{
        font-size: calc( (100vw - 480px)/(1280 - 480) * (20 - 12) + 10px);
    }
    .submit-application-title{
        font-size: calc( (100vw - 480px)/(1280 - 480) * (40 - 12) + 10px);
    }
    .price-dynamics-bottom{
        flex-direction: column;
        align-items: start;
        font-size: 14px;
    }
    .offices-block-item{
        flex-direction: column-reverse;
        gap: 24px;
    }
    .offices-block-item iframe{
        width: 100%;
        max-height: 253px;
    }
    .analytic-tub{
        grid-template-columns: repeat(3, 1fr);
    }
    .home-top{
        flex-direction: column;
        gap: 20px;
    }
    .img-swiper-container {
        width: 100%;
        margin-left: 0;
    }
    .about-us-content{
        overflow-y:scroll;
    }
    .about-us-content::-webkit-scrollbar {
        display: none;
    }

    /* Скрываем scrollbar для IE, Edge и Firefox */
    .about-us-content {
        -ms-overflow-style: none;  /* IE и Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .about-us-item{
        width: 253px;
    }
    .dropdown-menu-top{
        flex-direction: column;
    }
    .specialists-item{
        flex: 1 0 24%;
    }

    .scroll-to-top{
        display: none !important;
    }
    .product-slide-btn{
        display: flex;
        height: 32px;
        width: 32px;
    }
    .product-slide-btn svg{
        height: 18px;
        width: 18px;
    }
    .to-home-mobile{
        display: flex;
    }


}
@media (max-width: 1000px)  {
    .header-row__rate{
        display: none;
    }
    .footer-nav,
    .footer-bottom-nav{
        flex-direction: column;
        align-items: self-start;
    }
    .footer-nav{
        gap: 20px;
        order: 3;
    }
    .footer-nav-col{
        gap: 0;
        transition: gap 300ms;
    }
    .footer-nav-col li:nth-child(1){
        display: flex;
        gap: 8px;
        font-size: 16px;
        align-items: end;
    }
    .footer-nav-col li:nth-child(1):before{
        content: url("/local/templates/goldenplata/css/../images/Icon-arrow-min.svg");
        transform:scale(1, 1) rotate(-90deg);
        height: 24px;
        transition: all 300ms;
    }
    .footer-nav-col li:nth-child(1) a{

    }
    .footer-nav-col li:nth-child(n+2){
        max-height: 0;
        overflow: hidden;
        transition: max-height 300ms;
    }
    .footer-nav-col.open{
        gap: 10px;
    }
    .footer-nav-col.open li:nth-child(n+2){
        max-height: 40px;
    }
    .footer-nav-col.open li:nth-child(1):before{
        transform:scale(1, -1) rotate(-90deg);
    }
    .bank-cards-type{
        display: none;
    }

    .rating-card-title{
        font-size: 16px;
    }
    .rating-card-icon svg{
        height: 32px;
        width: 32px;
    }
    .rating-card-minTitle{
        font-size: 14px;
    }
    .rating-card-value{
        font-size: 18px;
        height: 24px;
    }
    .rating-card-value:before{
        height: 35px;
    }
    .rating-card-description{
        display:flex;
        flex-direction: column;
    }
    .rating-card-content{
        gap: 12px;
    }
    .rating-card{
        gap: 14px;
        order: 1;
    }
    .footer-content-address{
        order: 2;
    }
    .catalog-item-img{
        height: 54px;
        max-width: 56px;
    }
    .catalog-item-img-title{
        font-size: 22px;
        letter-spacing: -0.36px;
    }
    .catalog-item-description{
        padding-top: 0;
        gap: 9px;
    }
    .catalog-item-type{
        flex-direction: row;
        gap: 18px;
        flex-wrap: wrap;
    }
    .catalog-item-type a{
        font-size: 18px;
    }

    /*products*/
    .products-page-content{
        margin-top: 24px;
        grid-template-columns: 1fr;
    }
    .products-page-filters-top{
        justify-content: space-between;
    }
    .products-page-filters-top select:nth-child(n+2){
        display: none;
    }
    .filter-btn{
        display: flex;
        align-items: center;
    }
    .filter-btn:before{
        content: url("/local/templates/goldenplata/css/../images/filter-icon.svg");
        height: 24px;
    }
    .products-page-left{
        padding: 20px;
    }

    .popup-filter{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.4);
        justify-content: center;
        z-index: 99;
    }
    .products-filter.open{
        display: flex;
        align-items: end;
    }
    .products-page-left{
        background: #FFFFFF;
        overflow: auto;
        max-height: 80vh;
        border-radius: 24px 24px 0 0;
        position:relative;
    }
    .products-page-left .close-btn{
        position: absolute;
        right: 10px;
        top: 10px;
        width: 24px;
        height: 24px;
    }
    .products-filter-title{
        font-size: 16px;
    }
    .products-filter-row-wrapper{
        width: 100%;
        padding: 12px;
        max-width: 100%;
    }
    .products-page-left select{
        font-size: 16px;
    }
    .products-page-left{
        gap: 20px;
        width: 100%;
    }
    form.products-page-left {
        margin-top: 20px;
    }
    .checkbox-title{
        font-size: 14px;
        padding-top: 3px;
        line-height: 108%;
    }
    .products-filter-checkbox .check-cube{
         height: 16px;
        width: 16px;
        border: 1px solid #282319;
    }
    .products-categories{
        margin-top: 0;
    }
    .filter-action-btn{
        height: 45px;
        font-size: 16px;
        max-width: 100%;
    }
    /*END products*/


    /*about*/
    .history-page{
        grid-template-columns: 1fr;
    }
    .history-page-title{
        font-size: calc( (100vw - 480px)/(1280 - 480) * (56 - 24) + 29px);
    }
    .history-page-title1{
        font-size: 56px;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -1.68px;

    }
    .history-date{
        width: 100%;
        height: 321px;
    }
    .history-date div{
        font-size: 100px;
    }
    .history-date span{
        font-size: 16px;
        max-width: 100%;
    }
    .about-tub-item{
        font-size: 24px;
        line-height: 110%
    }
    .about-tub-wrapper{
        gap: 10px;
    }
    .about-page{
        margin-top: 8px;
    }
    .about-page-wrapper{
        margin-top: 24px;
    }
    .history-page{
        padding-top: 0;
    }
    .history-page-description{
        font-size: 14px;
    }
    .history-page-right{
        gap: 32px;
    }
    .inner-about-tub-wrapper{
        border-bottom: none;
        gap: 8px;
    }
    .inner-tub-item{
        border-radius: 6px;
        padding: 14px;
        border: 2px solid #E8E8E8;
    }
    .inner-tub-item.active{
        border: 2px solid #1E2942;
    }
    .inner-about-tub-item{
        font-size: 14px;
        line-height: 100%
    }
    .inner-about-page-wrapper{
        margin-top: 46px;
    }
    .cities-name-slider-top .slider-control-btn{
        display: none;
    }
    .cities-name-slider-item{
        font-size: 14px;
        padding: 0 0 6px 0;
    }
    .cities-name-slider{
        padding: 0;
    }
    /*END about*/

    /*cities*/
    .current-city{
        position: fixed;
        top: 10%;
        left: calc(50% - 124px);
        padding: 12px 20px;
        max-width: 264px
    }
    .current-city-name{
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.32px;
    }
    .current-city .subtitle{
        font-size: 14px;
        font-weight: 400;
        line-height: 150%
    }
    .confirmation-btn{
        font-size: 14px;
        font-weight: 500;
        line-height: 150%;
        padding: 12px 20px;
    }

    /*END Cities*/

    .specialists-item {
        flex: 1 0 31%;
    }
    .region_map .bx-yandex-map{
        height: 253px !important;
    }

    .favorites-page-content{
        grid-template-columns: repeat(3, 1fr);
    }

    .overflow-hidden{
        overflow: hidden;
    }

    .modal-callback{
        padding: 20px;
        border-radius: 0;
        justify-content: space-between;
        max-width: 100%;
    }
    .modal-callback-title-wrapper .title{
        font-size: calc(16px + (8 + 8 * 0.7) * ((100vw - 360px) / 1920) );
    }
    .modal-callback-top{
        gap: 23px;
    }
    .modal-callback-form{
        align-items: initial;
        width: 100%;
    }



    .modal-add-comparison{
        padding: 20px;
    }
    .modal-title{
        font-size: calc(18px + (14 + 14 * 0.7) * ((100vw - 360px) / 1920) );
    }
    .added-coins-name,
    .comparison-coin-item-description,
    .types-of-item,
    .more-types,
    .add-btn{
        font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 360px) / 1920) );
    }
    .comparison-coin-item-image{
        min-width: 80px !important;
        width: 80px;
        height: 80px;
        padding: 9px;
    }
    .comparison-coin-item{
        flex-direction: column;
        gap: 20px;
    }
    .types-of-coins{
        gap: 8px;
    }
    .more-types{
        padding: 0;
    }
    .modal-add-comparison{
        max-height: 100vh;
        border-radius: 0;
    }
    .add-btn{
        height: auto;
        padding: 12px 20px;
        width: 100%;
    }
    .comparison-coin-item-wrapper{
        gap: 12px;
    }
    .compare-add,
    .comparison-coins{
        gap: 20px;
    }
    .comparison-coins{
        padding-right: 0;
    }
    .tags{
        font-size: calc(9px + (3 + 3 * 0.7) * ((100vw - 360px) / 1920) );
        max-width: 145px;
        padding: 7px 4px 3px;
    }
    .special-coin .coins-tags.comment-tags{
        left: 0;
        bottom: 0;
    }
    .comparison-coin-tags-wrapper .coins-tags.status-tags{
        position: initial;
    }
    .comparison-coin-tags-wrapper{
        flex-direction: column;
        gap: 2px;
        align-items: start;
    }

    .status-info-wrapper{
        margin-top: 60px;
        flex-direction: column;
        gap: 48px;
        border-radius: 8px;
    }
    .status-info-img{
        padding: 0;
    }
    .status-info-description{
        padding: 24px 24px 0;
        gap: 14px;
    }
    .status-info-soc{
        font-size: 16px;
        gap: 6px;
    }
    .status-info-soc svg{
        height: 24px;
        width: 24px;
    }



}

@media (max-width: 800px)  {
    .content-holder{
        padding: 0 20px;
    }
    .breadcrumb{
        margin-top: 24px;
        font-size: 12px;
    }
    .breadcrumb li:before{
        padding-top: 0;
    }
    .breadcrumb li,
    .breadcrumb ul{
        gap: 1px;
    }
    /*heder*/
    /*.header-location-item{
        font-size: 14px;
    }*/
    .header-block{
        gap: 20px;
    }
    .header-location-icon1:before{
        content: url("/local/templates/goldenplata/css/../images/navigation-pointer-01-mobile.svg");
        height: 22px;
		width: 22px;
        display: flex;
    }

    .header-contact-pop-up{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: rgba(0, 0, 0, 0.4);
        align-items: end;
        z-index: 99;
    }
    .close-contact-pop-up{
        height: 24px;
        width: 24px;
        background:  #F7F7F7;
        border-radius: 1000px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-contact-wrapper{
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
        border-radius: 24px 24px 0 0;
        background: #FFFFFF;
        z-index: 20;
        padding: 20px 20px 26px;
    }
    .header-contact-content{
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }
    .header-contact-item{
        display: flex;
        flex-direction: column;
        gap: 6px;
        max-width: 320px;
    }
    .header-contact-description{
        display: flex;
        color: #494949;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.14px;
    }
    .header-contact-bottom{
        display: flex;
        width: 100%;
        max-width: 218px;
        border-radius: 6px;
        border: 1px solid #D29C4E;
        padding: 10px 16px;
        color: #D29C4E;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.14px;
    }
    .header-contact-top{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: -0.4px;
        color: #000000;
    }
    .open-contacts-btn{
        display: block;
        border-radius: 8px;
        border: 1px solid #D29C4E;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        padding: 5px 8px;
    }


    .header-contact svg{
        height: 16px;
        width: 16px;
    }
    .header-location,
    .header-contact{
        gap: 4px;
    }
    .header-logo{
        display: none;
    }
    .header-row__top{
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .header-nav{
        font-size: 10px;
        font-weight: 500;
        line-height: 130%;
    }
    .header-nav a{
        color:  #777777;
    }
    .header-nav .icon svg{
         width: 24px;
    }
    .header-nav li{
        padding: 0;
    }
    .header-nav li > div{
        display: flex;
        height: 100%;
    }
    .header-nav .status-tag{
        padding: 1px 2px;
        font-size: 10px;
        top: 10px;
    }
    .menu-btn-title{
        display: none;
    }
    .menu-btn{
        height: 48px;
        padding: 0 12px;
    }
    .menu-btn svg{
         height: 24px;
        width: 24px;
    }
    .catalog-btn{
        padding: 0 16px;
        height: 48px;
        font-size: 14px;
        border-radius: 12px;
        max-width: 87px;
    }
    .header-row__nav-r{
        gap: 4px;
    }
    .search-block{
        height: 48px;
        padding: 0 12px;
    }
    .search-block-input{
        font-size: 14px;
        width: 100%;
    }
    .search-block button{
        height: 24px;
        width: 24px;
    }
    .search-block button svg{
        height: 100%;
        width: 100%;
    }
    /*End header*/
    /*catalog*/
    .catalog-page-top{
        margin: 24px 0 20px;
    }
    .goTo-btn{
        font-size: 14px;
        max-width: 154px;
        padding: 14px;
    }
    .goTo-btn.new{
        background-size: 70%;
        background-position: right -43px center;
    }
    .catalog-page-content{
        grid-template-columns: 1fr;
        /*flex-direction: column;*/
        gap: 12px;
    }
    .catalog-item{
        flex-direction: row-reverse;
        justify-content: space-between;
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 12px;
    }
    .catalog-item-img-title{
        font-size: 18px;
    }
    .catalog-item-type a{
        font-size: 16px;
    }
    .catalog-item-img{
        max-height: 44px;
        max-width: 46px;
    }
    .catalog-item-description{
        justify-content: center;
    }
    .catalog-page-content-col{
        gap: 12px;
    }
    /*END catalog*/
    /*footer*/
    footer{
        margin-top: 24px;
        padding: 20px 0 40px;
        border-radius: 20px 20px 0 0;
    }
    .footer-bottom-nav{
        font-size: 12px;
    }
    .rating-card{
        border-radius: 12px;
    }
    .footer-content-title{
        font-size: 14px;
    }
    footer .address-row a{
        font-size: 16px;
    }
    footer .request-call{
        font-size: 14px;
    }
    footer address{
        gap: 20px;
    }
    /*END footer*/
    /*products*/
    .page-title h1{
        font-size: 24px;
    }
    .page-title{
        margin-top: 8px;
    }
    .products-categories{
        flex-direction: column;
        gap: 12px;
        margin-top: 16px;
    }
    .products-categories-item{
        flex-direction: row;
        max-width: 100%;
    }
    .products-categories-item__image{
        max-height: 52px;
        max-width: 52px;
        padding: 7px;
    }
    .products-categories-item__description{
        font-size: 14px;
        text-align: left;
    }
    .products-page-filters-top{
        padding-bottom: 0;
        border-bottom: none;
    }
    .products-page-filters-top select{
        font-size: 14px;
    }
    .products-wrapper{
        gap: 24px;
    }
    .coins-item-image{
        padding: 13px 16px;
        /*max-width: 148px;*/

    }
    .popular-coins-wrapper .coins-item-image img{
        height: unset;
        width: unset;
    }
    .coins-item-description{
        font-size: 14px;
    }
    .coins-price_discount-card{
        font-size: 14px;;
    }
/*    .coins-price_discount-card:after,
    .discount-card-icon:after{
        content: url("/local/templates/goldenplata/css/../images/gift-card-icon-mobile.svg");
        height: 20px;
    }*/
    .coins-item-price{
        flex-direction: column;
        gap: 1px;
        align-items: start;
    }
    .slash{
        display: none;
    }
    .new-price{
        margin-top: 4px;
        font-size: 18px;
        line-height: 100%;
    }
    .old-price{
        font-size: 14px
    }
    .coins-item-content{
        margin-top: 10px;
        padding: 0;
    }
    .coins-price_discount-card{
        margin-top: 0;
    }
    .coins-prices{
        margin-top: 10px;
    }
    .coins-item-bottom{
        display: block;
        position: unset;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    .redemption-price{
        margin-top: 10px;
        display: none;
    }
    .redemption-price span{
        font-size: 14px;
    }
    .redemption-price div{
        font-size: 18px;
        line-height: 100%;
    }
    .coins-item .booking{
        margin-top: 10px;
        font-size: 14px;
        padding: 0;
        height: 45px;
        font-weight: 400;
    }
    .special-coin{
        padding: 16px;
    }
    .special-coin-title{
        font-size: 18px;
        line-height: 130%
    }

    .special-coin .special-coin-description{
        position: initial;
        padding:0;
        gap: 10px;
    }
    .special-coin-pris{
        flex-direction: column;
        gap: 1px;
        align-items: start;
    }
    .special-coin-redemption-price{
        display: flex;
    }
    .special-coin-bottom{
        flex-direction: column;
        gap: 10px;
    }
    .special-coin-redemption-price  .booking{
        font-size: 14px;
        padding: 0;
        height: 45px;
    }
    .special-coin-bottom .special-coin-redemption-price{
        display: flex;
        gap: 10px;
    }
    .special-coin-bottom .redemption-price{
        width: 100%;
    }
    .pagination-pages{
        gap: 0;
    }
    .pagination-pages-item{
        padding: 0;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        height:35px;
        width: 35px;
    }
    .pagination-pages{
        font-size: 14px;
    }
    .pagination-arrow:after{
        height: 20px;
    }
    .pagination{
        margin-top: 24px;
    }
    /*END Products*/

    /*Аналитика*/
    .clips-slider-btn{
        display: none;
    }
    .clips{
        margin-top:24px;
        gap: 20px;
    }
    .clips-title{
        font-size: 24px;
    }
    .clips-item-description{
        font-size: 14px;
    }
    .analytics-panes{
        font-size: 24px;
    }
    .analytics-content{
        margin-top: 24px;
    }
    .analytics-tubs{
        margin-top: 12px;
    }
    .analytic-tub{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .submit-application{
        flex-direction: column;
        position: relative;
        grid-column: span 1;
    }
    .analytic-item.special{
        grid-column: span 1;
    }
    .submit-application-content{
        max-width: 100%;
        padding: 24px 24px 0;
    }
    .submit-application-title{
        font-size: 18px
    }
    .submit-application-description{
        font-size: 16px;
    }
    .submit-application-image{
        display: flex;
        justify-content: center;
        padding-right: 0;
    }
    .submit-application-image img{
        max-width: 300px;
        margin-top: -20px;
    }
    .submit-application-btn{
        width: 100%;
        justify-content: center;
        border-radius: 12px;
        font-size: 16px;
    }
    .submit-application-btn-wrapper{
        position: absolute;
        display: flex;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 0 24px 30px 24px;
    }
    .analytic-item{
        gap: 6px;
    }
    .analytic-item-top{
        gap: 12px;
    }
    .analytic-item-description{
        font-size: 16px;
        line-height: 130%;
        letter-spacing: -0.32px
    }
    .analytic-item-data{
        font-size: 14px;
    }
    /*END Аналитика*/

    /*faq*/
    .inner-about-page-item{
        grid-template-columns: 1fr;
    }
    .about-item{
        padding: 0;
        border-bottom: none;
    }
    .about-item-title{
        font-size: 18px;
    }
    .about-item-content{
        font-size: 14px;
    }
    .about-item-icon{
        height: 32px;
        width: 32px;
        top: -32px;
    }
    .about-item-icon:before{
     content: url("/images/about/zap-mobile.svg");
        height: 17px;
    }
    .about-item-like{
        font-size: 16px;
        gap: 1px;
    }
    .about-item-like:before{
        content: url("/images/about/like-mobile.svg");
        height: 30px;
    }

    /*END faq*/

    /*store map*/
    .store-map-content{
        margin-top: 24px;
        gap: 20px;
    }
    .store-map-min-title{
        font-size: 18px;
        line-height: 100%;
    }
    .store-map-content p{
        font-size: 14px;
    }
    .store-map-row{
        gap: 8px;
    }
    /*END store map*/

    .section-title{
        font-size: 24px;
    }
    .similar-slider-wrapper .slider-control-btn{
        display: none;
    }
    .grid-area-wrapper{
        margin-top: 68px;
        grid-template-areas:
        'title'
        'slider'
        'to-all';
    }
    .section-top.area-to-all{
        justify-content: center;
    }
    .about-product-tubs-containers{
        font-size: 14px;
    }
    .about-product-panes .slider-control-btn{
        display: none;
    }
    .section-top .to-all{
        width: 100%;
    }
    .product-image{
        gap: 1px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .product-prices{
        flex-direction: column;
        gap: 12px;
    }
    .price{
        font-size: 24px;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.48px;
    }
    .product-description-top{
        padding: 20px;
    }
    .prise-description{
        font-size: 14px;
    }
    .booking-row{
        margin-top: 12px;
        gap: 10px;
    }
    .booking-row .booking{
        padding: 16px;
    }
    .product__redemption-price{
        margin-top: 20px;
    }
    .product__redemption-price div{
        font-size: 16px;
    }
    .product__redemption-price span,
    .product__redemption-price button{
        font-size: 14px;
    }
    .product-status{
        font-size: 14px;
    }
    .product-status__icon.icon-home:before {
        content: url('/images/products/home-01-mobile.svg');
        height: 20px;
    }
    .characteristic{
        font-size: 14px;
    }
    .price-dynamics-title{
        font-size: 24px;
        line-height: 100%;
    }
    .price-dynamics{
        gap: 8px;
    }
    .price-dynamics-subtitle{
        font-size: 14px;
    }
    .diagram-tubs-item{
        font-size: 14px;
    }
    .price-dynamics-diagram{
        gap: 12px;
    }
    .add-comparison{
        text-align: start;
        font-size: 14px;
    }
    .status-color{
        max-width: 16px;
        height: 16px;
        border-radius: 3px;
    }
    .price-dynamics-bottom{
        gap: 20px;
    }
    .price-dynamics .booking{
        display: none;
    }
    .about-product{
        margin-top: 36px;
    }
    .about-product-pan-item{
        font-size: 16px;
    }
    .about-product-pans-slider .swiper-slide{
        padding-bottom: 0;
    }
    .product-image-wrapper{
        padding: 44px 18px;
    }
    .licenses-page{
        grid-template-columns: 1fr;
    }
    .licenses-description{
        font-size: 16px;
    }
    .licenses-item{
        gap: 6px;
    }
    .reviews-tub-item{
        gap: 12px;
        padding:0 12px;
    }
    .reviews-tub-wrapper{
        gap: 0;
    }
    .reviews-from-title{
        white-space: nowrap;
        font-size: 14px;
        font-weight: 400;
    }
    .reviews-from-grade{
        font-size: 18px;
        font-weight: 500;
    }
    .reviews-from-grade-icon:before{
        content: url("/images/about/Star 2.svg");
    }
    .gis-icon:before{
    content: url("/images/about/2gis-mobile.svg");
    }
    .avito-icon:before{
        content: url("/images/about/avaito-icon-mobile.svg");
    }
    .yandex-icon:before {
        content: url("/images/about/yandex-icon-mobile.svg");
    }
    .reviews-page-item{
        grid-template-columns: 1fr;
    }
    .contacts-page-content{
        margin-top: 8px;
    }
    .offices-block-content{
        margin-top: 24px;
    }
    .special-info{
        font-size: 14px;
    }
    .offices-address-title{
        font-size: 16px;
        gap: 6px;
        align-items: start;
    }
    .offices-address-title svg{
        height: 20px;
        width: 20px;
    }
    .offices-contacts a{
        font-size: 18px;
    }
    .offices-address-wrapper{
        gap: 12px;
    }
    .offices-address p{
        font-size: 16px;
    }
    .offices-address{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .works-schedule ul{
        font-size: 16px;
    }
    .offices-address-btn span{
        font-size: 16px;
    }
    .offices-address-btn svg{
        height: 24px;
        width: 24px;
    }
    .offices-address-btn{
        height: 52px;
    }

    .favorites-page-content{
        grid-template-columns: 1fr 1fr;
    }
    .book-selected-block{
        flex-direction: column;
        gap: 12px;
        padding: 20px 20px 5px;
        align-items: start;
    }
    .quantity-selected-items{
        font-size: 16px;
    }
    .book-selected-block .btn{
        font-size: 14px;
        height: 45px;
    }
    .book-selected-block-buttons{
        gap: 4px;
    }
    .analytic-content-right{
       display: none;
    }
    .analytic-page-content{
        grid-template-columns: 1fr;
    }
    .analytic-page-content img{
        width: 100%;
    }
    .analytic-content-left{
        font-size: 14px;
    }
    .analytic-content-row-image{
        grid-area: img;
        width: 80px;
        height: 80px;
        padding: 9px;
    }
    .analytic-content-row-image img{
        width: 100%;
        height: 100%;
    }
    .analytic-content-row-description{
        grid-area: description;
        font-size: 14px;
    }
    .analytic-content-row .details-btn{
        grid-area: btn;
        font-size: 14px;
        justify-content: center;
        padding: 12px 20px;
    }

    .analytic-content-row{
        display: grid;
        grid-column-gap: 12px;
        grid-template-areas:
        'img description'
        'btn btn';
    }
    .news-slider-btn{
        display: none;
    }
    .analytic-page-data{
        font-size: 14px;
    }
    .analytic-content-bottom .title{
        font-size: 16px;
    }


    /*END analytic page*/

    /*home*/

    .about-us-item-title{
        font-size: 18px;
    }
    .about-us-item-description{
        font-size: 14px;
    }
    .about-us-item{
        gap: 10px;
        width: 240px;
        padding: 20px;
    }

    .redemption-coins{
        flex-direction: column;
        margin-top: 36px;
        background-image: url("/local/templates/goldenplata/css/../images/home/elips-mobile.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
        overflow: hidden;
    }
    .redemption-coins-form{
        flex-direction: column;
    }
    .redemption-coins-content{
        padding: 24px 24px 0;
        gap: 16px;
    }

    .redemption-coins-img-wrapper{
        background: none;
        display: flex;
    }
    .redemption-coins-img img{
        display: block;
        width: 100%;
        margin-bottom: -40px;
    }

    .redemption-coins-img {
        background-size: cover;
        background-position: left 30px bottom;
        background: none;
    }
    .redemption-coins-title{
        font-size: calc(18px + (28 + 28 * 0.7) * ((100vw - 360px) / 1920) );
    }
    .redemption-coins-description{
        font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 360px) / 1920) );
    }

    .redemption-coins-form input{
        height: 52px;
        font-size: 16px;
        border-radius: 8px;
    }
    .redemption-coins-form button{
        border-radius: 8px;
        height: 52px;
        font-size: 16px;
    }
    .redemption-coins-form input{
        max-width: 100%;
    }
    .privacy-policy{

        font-size: calc(12px + (8 + 8 * 0.7) * ((100vw - 360px) / 1920) );
    }
    .redemption-coins-image-mobile{
        display: block;
    }
    .new-arrival{
        padding: 0;
		box-shadow: none;
    }
    .new-arrival-item a{
        margin-top: 16px;
        border-radius: 6px;
        padding: 12px 20px;
        width: fit-content;
        line-height: 100%;
    }
    .swiper-container{
        margin-top: 8px;
    }
    .slider-control{
        display: none;
    }
    .swiper_pagination-mobile{
        display: flex;
        justify-content: center;
    }
    .promotions-block{
        margin-top: 24px;
    }
    .promotions-content{
        margin-top: 0;
        overflow-y: scroll;
        gap: 20px;
    }
    .new-coins,
    .popular-coins{
        margin-top: 36px;
    }
    .popular-coins-wrapper{
        width: 100%;
        overflow-y: scroll;
    }

    .new-coins-content{
        overflow-y: scroll;
        gap: 20px;
    }
    .promotions-content .coins-item,
    .new-coins .coins-item,
    .popular-coins .coins-item{
        width: 240px;
    }
    .coins-item{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .popular-coins-wrapper .special-coin{
        grid-column: span 13;
    }
    .special-coin {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        justify-content: space-between;
    }
    .popular-coins .special-coin img{
        width: 100%;
        height: fit-content;
    }
    .popular-coins-content{
        /*display: flex;*/
        grid-auto-flow: column;
        width: fit-content;
        gap: 20px;
    }
    .offices{
        margin-top: 36px;
    }
    .offices-block{
        margin-top: 24px;
    }
    /*END HOME*/

    /*menu*/

    .header-row__dropdown__menu,
    .dropdown-menu-wrapper .close-btn{
        position: unset;
    }
    .modal-dropdown-menu{
        top: 0;
       padding:0;
    }

    .dropdown-menu-wrapper-mobile-top-title{
        color:  #D2D2D2;
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.32px;
    }
    .dropdown-menu-wrapper-mobile-top{
        display: flex;
        justify-content: space-between;
        gap: 30px;
        width: 100%;
        align-items: center;
    }
    .dropdown-menu{
        padding: 0;
    }
    .dropdown-wrapper{
        top: 0;
        left: 0;
    }
    .menu-top-lists,
    .dropdown-menu-bottom,
    .dropdown-menu-top,
    .dropdown-menu-contacts{
        flex-direction: column;
    }
    .dropdown-menu-wrapper{
        padding: 20px;
        border-radius: unset;
        gap: 20px;
    }
    .about-list{
        font-size: 16px;
        font-weight: 400;
        line-height: 150%
    }
    .about-list li:first-child{
        font-size: 18px;
        line-height: 130%;
        letter-spacing: -0.36px;
    }
    .menu-top-lists{
        gap: 22px;
    }
    .menu-list{
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.36px;
        gap: 22px;
    }
    .menu-top-card{
        height: 156px;
        width: 156px;
        font-size: 12px;
        font-weight: 700;
        line-height: 130%;
        border-radius: 19px;
        padding: 10px;
    }
    .menu-top-card.new-items{
        /*background-size: 70%;*/
        background-position: right -40px bottom -25px;
    }
    .menu-top-card.special-card{
        background-size: 100%;
    }
    .dropdown-menu-contacts a{
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.36px;
        gap: 4px;
    }
    .dropdown-menu-contacts a span{
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
    }
    .menu-top-r{
        gap: 7px;
    }
    .dropdown-menu-login{
        padding: 32px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%
    }
    .dropdown-menu-contacts{
        gap: 20px;
    }
    .dropdown-menu-bottom{
        margin-top: 20px;
    }
    .rate-nav-mobile{
        overflow-y: scroll;
        width: 100%;
         gap: 20px;
        padding: 12px 0;
        border-top: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%
    }
    .rate-nav-mobile::-webkit-scrollbar {
        display: none;
    }

    /* Скрываем scrollbar для IE, Edge и Firefox */
    .rate-nav-mobile {
        -ms-overflow-style: none;  /* IE и Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .rate-nav-mobile li {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    /*End MENU*/


    /*modal application*/
    .modal-application-wrapper{
        padding: 20px;
        gap: 20px;
    }
    .modal-application-title{
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.32px;
        line-height: 130%;
    }
    .submit-application-form-title{
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.32px;
    }
    .submit-application-form-top input{
        border-radius: 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        height: unset;
        padding: 14px;
    }
    .submit-application-budget-item{
        height: unset;
        padding: 14px;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%
    }
    .submit-application-form-top{
        gap: 8px;
    }
    .submit-application-form{
        gap: 20px;
    }
    .submit-btn{
        font-size: 16px;
        height: unset;
        padding: 16px 32px;
    }
    .policy{
        font-size: 12px;
        font-weight: 400;
        line-height: 160%
    }
    .products-filter-checkbox:has(input:checked) .check-cube:after{
        content: url('/local/templates/goldenplata/css/../images/products/check-iocn-mobile.svg');
        height: 16px;
    }

    .modal-availability-title{
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.32px;
    }
    .modal-availability-coins{
        flex-direction: column;
        gap: 12px;
    }
    .modal-availability-coins .booking{
        max-width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        padding: 12px 20px;
         height: unset;
    }
    .modal-availability-city{
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.32px;
    }
    .modal-availability-description div{
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.32px;
    }
    .modal-availability-description span{
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
    }
    .modal-availability-wrapper{
        padding: 20px;
        margin-top: 0;
        border-radius: 0;
        gap: 20px;
    }
    .modal-availability-item{
        gap: 12px;
    }
    .modal-availability-description{
        gap: 4px;
    }
    .modal-availability-content{
        max-height: 100%;
        overflow: unset;
    }

    /*END modal application*/

    .modal-office-gallery .modal-title{
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.36px;
    }
    .close-btn{
        height: 24px;
        width: 100%;
        max-width: 24px;
    }
    .close-btn:after{
        content: url("/local/templates/goldenplata/css/../images/x-close-min.svg");
         height: 16px;
    }
    .office-gallery-wrapper{
        border-radius: 12px;
    }
    .office-gallery-otp,
    .office-gallery-slider-bottom{
        padding: 0 20px;
    }

    /*basket*/
    .basket-content .breadcrumb,
    .basket-content .page-title{
        justify-content: start;
    }
    .basket-pens{
        border-bottom: none;
        justify-content: start;
        gap: 8px;
    }
    .basket-pen{
        font-size: 14px;
        font-weight: 500;
        line-height: 150%;
        border-radius: 6px;
        border: 2px solid #E8E8E8;
         height: 40px;
        padding: 0 14px;
    }
    .basket-pen.active{
        border: 2px solid #1E2942;
    }
    .quick-order-info-text{
        font-size: 12px;
    }
    .quick-order-item-name{
        font-size: 14px;
        line-height: 150%;
    }
    .quick-order-item-image{
        width: 58px;
        height: 55px;
        display: flex;
    }
    .quick-order-item-image img{
        width: 100%;
    }
    .quick-order-item-description-top{
        flex-direction: column;
        gap: 14px;
    }
    .order-prises-discount-card,
    .order-prises-default{
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        gap: 2px;
    }
    .order-prises-discount-card div{
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.36px;
    }
    .order-prises-default div{
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }

    .select-quantity{
        padding: 5px;
        gap: 9px;
    }
    .order-content{
        grid-template-columns: 1fr;
        gap: 44px;
    }
    .total-prise .order-prises-discount-card div,
    .total-prise .order-prises-default div{
        font-size: 24px;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.48px;
    }
    .order-total-prises .title{
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -0.48px;
    }
    .order-total{
        padding: 20px;
        gap: 24px;
    }
    .order-total-input-datas input{
        padding: 14px;
        font-size: 16px;
    }
    .order-total-form-title{
        font-size: 16px;
    }
    .quick-order-item-description{
        flex-direction: row;
        gap: 20px;
    }
    .quick-order-item-description-bottom{
        flex-direction: column;
        justify-content: space-between;
    }
    .order-item__remove-btn:before{
        content: url("/local/templates/goldenplata/css/../images/basket/remove-icon-mobile.svg");
    }
    .order-item__like-button:before{
        content: url("/local/templates/goldenplata/css/../images/basket/like-icon-min-mobile.svg");
    }
    .quick-order-item{
        padding: 20px 0;
    }
    .quick-order{
        gap: 0;
    }
    .order-total-input-datas{
      gap: 8px;
    }
    .order-btn{
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        padding: 16px 32px;
    }
    .confidentiality{
        font-size: 12px;
        font-weight: 400;
        line-height: 170%
    }
    .buy-order-content{
        display: flex;
        flex-direction: column-reverse;
    }
    .buy-products-item{
        align-items: start;
        gap: 12px;
        display: grid;
        grid-template-areas:
        'img title'
        'img price';
    }
    .quick-order-item-image{
        grid-area: img;

    }
    .buy-products-item-name{
        grid-area: title;
        max-width: 100%;
    }
    .buy-products-prices{
        grid-area: price;
        flex-direction: row;
        align-items: center;
    }
    .buy-products{
        margin-top: 28px;
    }
    .buy-products-top .amount{
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.36px;
    }
    .buy-products-title .title{
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.36px;
    }
    .buy-products-title sup{
        font-size: 14px;
        font-weight: 400;
        line-height: 150%
    }
    .buy-total{
        padding: 20px;
        border-radius: 0;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .buy-products-wrapper{
        order: 1;
    }
    .buy-total-prises{
        order: 2;
    }
    .buy-button{
        order: 3;
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.32px;
        padding: 20px;
    }
    .buy-total-prises .title{
        font-size: 24px;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.48px;
    }


    .buy__log-in-input{
        flex-wrap: wrap;
        gap: 8px;
        padding: 14px;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }
    .buy__log-in-btn{
        font-size: 14px;
        font-weight: 600;
        line-height: 150%
    }
    .placing-order-title{
        font-size: 24px;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.48px;
    }
    .placing-order{
        gap: 16px;
    }
    .placing-order-item{
        border-radius: 0;
        padding: 20px;
    }
    .placing-order-item-title{
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.36px;
    }
    .placing-order-item__bottom{
        font-size: 14px;
        font-weight: 700;
        line-height: 150%;
    }
    .buy__choose-type{
        flex-direction: column;
    }
    .buy__log-in-input{
        flex-direction: column;
    }
    .buy__choose-info{
        width: fit-content;
    }
   .buy__choose-type .buy__log-in-input{
        gap: 8px;
    }
   .placing-order-item-title .subtitle{
       font-size: 16px;
       font-weight: 400;
       line-height: 150%
   }


    /*END basket*/


    /*cities*/
    .cities-block{
        border-radius: 0;
        margin-top: 0;
        padding: 20px;
        height: 100vh;
        max-height: 100%;
        overflow: auto;
    }
    .modal-cities-title{
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.36px;
    }
    .cities-block-info{
        font-size: 14px;
        font-weight: 400;
        line-height: 150%
    }
    .all-sities-title{
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -0.48px;
    }
    .all-sities-list{
        font-size: 16px;
        font-weight: 400;
        line-height: 150%
    }


    /*end cities*/


    .additionally-content{
        flex-direction: column;
    }
    .additionally-price{
        max-width: 100%;
        font-size: 18px;
    }
    .additionally-text{
        font-size: 14px;
    }

    .close-btn-filter-mob{
        display: flex;
    }

    /*add Basket*/
    .addBasket-content{
        flex-direction: column;
        gap: 10px;
    }
    .addBasket-image{
        max-width: 148px;
    }
    .addBasket-wrapper{
        padding: 20px;
        border-radius: 14px;
        gap: 12px;
        max-width: 283px;
    }
    .addBasket-bottom{
        flex-direction: column;
        gap: 12px;
    }
    .addBasket-bottom .booking,
    .continue-shopping{
        font-size: 14px;
        height: 45px;
    }
    .addBasket-coins-description .coins-item-description{
        height: 42px;
    }
    .addBasket-coins-description{
        gap: 0;
    }

    /*END add Basket*/


    /*error page*/
    .error-content{
        margin-top: 110px;
        margin-bottom: 199px;
        gap: 35px;
    }
    .error-title{
        font-size: 80px;
        font-weight: 700;
        line-height: 100%
    }
    .error-description div{
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }
    .error-description span{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .error-content .catalog-btn{
        width: 100%;
        max-width: 191px;
    }
    /*END error page*/

    /*about company page*/
    .specialists-item {
        flex: 1 0 96%;
    }
    .specialists-wrapper{
        gap: 40px;
    }
    .specialist-position{
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.36px;
    }
    .specialist-data-list{
        font-size: 14px;
        font-weight: 400;
        line-height: 130%
    }
    .requisites-content{
      grid-template-columns: 1fr;
    }
    .requisites-top{
        flex-direction: column;
        gap: 12px;
        align-items: start;
    }
    .requisites{
        margin-top: 64px;
        gap: 20px;
    }
    .requisites-title{
        font-size: 32px;
        font-weight: 500;
        line-height: 100%
    }
    .download-requisites{
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.32px;
    }

    .requisites-item{
        flex-direction: column;
        gap: 4px;
        padding: 12px 0;
        font-size: 16px;
    }
    .requisites-name{
      font-weight: 500;
    }

    /*END about company*/

    /*successfully*/

    .successfully-block{
        margin: 60px 0;
    }
    .successfully-icon svg{
        height: 60px;
        width: 60px;
    }
    .successfully-title{
        font-size: 32px;
    }
    .successfully-content p{
        font-size: 16px;
    }
    .rating-title{
        font-size: 14px;
    }
    .rating-wrapper{
        align-items: center;
        padding: 12px 14px;
        gap: 6px;
        border-radius: 12px;
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    }
    .rating label{
        height: 32px;
    }
    .rating label:before{
        font-size: 32px;
    }
    .successfully-block .to-home-page{
        font-size: 14px;
    }

    /*END successfully*/

    .becomeBetter-content{
        padding: 20px;
    }
    .becomeBetter-title{
        font-size: 18px;
    }
    .becomeBetter-form-item span{
        font-size: 14px;
    }
    .becomeBetter-form-item input{
        height: 40px;
        font-size: 14px;
    }
    .becomeBetter-form{
        gap: 20px;
    }
    .skip-button{
        height: 48px;
        font-size: 14px;
    }
    .becomeBetter-form-item{
        gap: 6px;
    }
    .close-becomeBetter{
        height: 24px;
        width: 24px;
    }
    .like-wrapper{
        display: block;
        top: 5px;
        right: 5px;
    }
    .products-filter-checkbox .check-cube{
        align-items: center;
    }


    .modal-success-title{
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.32px;
        max-width: 206px;
    }
    .modal-success-icon{
        width: 73px;
        height: 73px;
    }
    .modal-success-content{
        gap: 30px;
    }
    .modal-success-content .close-btn{
        right: 20px;
        top: 20px;
    }
    .seo-block .seo-title{
        font-size: 24px;
    }
    .seo-block p{
        font-size: 14px;
    }
    .seo-block{
        gap: 24px;
    }

    .mb-hide{
        display: none;
    }
    .pc-hide{
        display: block;
    }
    .pc-hide-flex{
        display: flex;
    }
    .close{
        display: none;
    }
    .show{
        display: flex;
    }
    .promotions-slider{
        margin-top: 60px;
    }
    .promotions-page-like{
        display: flex;
        flex-direction: row;
    }
    .promotions-page-top{
        flex-direction: column;
        gap: 20px;
    }
    .promotions-page-like .analytic-action-btn{
        flex-direction: row;
    }

    .icon-arrow-right-to{
        display: none;
    }
    .coins-price_discount-card:hover .coins-price_discount-card-description{
        display: none;
    }
    .product-discount-card-description:hover .coins-price_discount-card-description{
        display: none;
    }
    .product-discount-card-description{
        align-items: start;
    }
    .product-discount-card-description .coins-price_discount-card-description{
        max-width: 265px;
    }

    .coins-price_discount-card button{
        font-size: calc(13px + (3 + 3 * 0.7) * ((100vw - 360px) / 1920) );
        letter-spacing: -0.3px;
    }
    .header-nav .icon{
        padding: 2px 0;
    }
    .icon-arrow-right-to:after{
        height: 16px;
    }

    .modal-priceDescription{
        /*display: flex;*/
        align-items: center;
        justify-content: center;
    }
    .modal-priceDescription-content{
        width: 100%;
        max-width: 264px;
        height: fit-content;
        border-radius: 12px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        padding: 18px 38px 12px 12px;
        position: relative;
    }
    .modal-priceDescription-content .close-btn{
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .modal-priceDescription-content-text{
        color: #000000;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -0.24px;
    }

    .price-dynamics-diagram .chart__item canvas{
        height: auto !important;
        width: 100% !important;
    }
    .search-result-wrapper{
        padding: 20px;
        top: 100%;
    }
    .search-result-image{
        display: none;
    }
    .open-mobile-search{
        position: fixed;
        top: 0;
        left: 0;
        background: #FFFFFF;
        padding: 40px 20px 20px;
    }
    .search-block-input-wrapper{
        height: 48px;
        display: flex;
        align-items: center;
        border-radius: 12px;
        background: #F7F7F7;
        padding: 0 12px;
    }

    .search-block{
        gap: 4px;
        /*height: fit-content;*/
    }

    .open-mobile-search .close-mob-search-block{
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        width: 100%;
        max-width: 53px;
    }
    .search-result-wrapper{
        background: #FFFFFF;
        overflow: auto;
        height: 100vh;
        gap: 24px;
    }
    .header-row__nav-block .search-block:focus-within .search-result-wrapper,
    .header-row__nav-block .search-block:focus-within{
        border-color: transparent;
    }
    .search-result-title{
        font-size: 14px;
        font-weight: 500;
        line-height: 150%
    }
    .work-schedule-modal-content{
        font-size: 14px;
    }
    .work-schedule-modal-wrapper{
        padding: 16px;
        border-radius: 20px ;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    }
    .work-schedule-modal{
        align-items: center;
    }
    .analytic-tags-wrapper{
        flex-direction: column;
        gap: 2px;
        align-items: start;
        line-height: 150%;
    }
    .analytic-tags-wrapper .coins-tags.status-tags{
        position: initial;
    }
    .b24-widget-button-position-bottom-right {
        right: 8px !important;
        bottom: 60px !important;
    }
    .b24-widget-button-position-bottom-right .b24-widget-button-popup{
        left: unset !important;
        right: 100% !important;
        width: 260px !important;
        bottom: -60px !important;
        z-index: 0;
    }

}

@media (max-width: 600px) {
    .favorites-page-content{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .all-sities-list{
        grid-template-columns: 1fr;
    }
    .status-info-img-mobile{
        max-height: 148px;
    }
}
/* End */


/* Start:/local/templates/goldenplata/css/swiper.css?171421760819655*/
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
/* End */


/* Start:/local/templates/goldenplata/css/tube.css?1714217608531*/
[data-tabs-block] [data-containers] [data-container] {
    max-width: 100%;
    /*overflow: hidden;*/
}
[data-tabs-block] [data-containers] [data-container]:not(.active),
[data-tabs-block2] [data-containers2] [data-container2]:not(.active),
[data-tabs-block-reviews] [data-containers-reviews] [data-container-reviews]:not(.active),
[data-tabs-block-city] [data-containers-city] [data-container-city]:not(.active) {
    display: none !important;
}
[data-pane],
[data-pane2],
[data-pane-reviews]{
    cursor: pointer;
}
/* End */


/* Start:/local/templates/goldenplata/css/custom.css?17501502281462*/
.h1-about-tub-item {

    gap: 24px;
    color: #D2D2D2;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;

}
.new-arrival {
    height: auto;
}

/*#bx-html-editor-ta-cnt-filesrc_pub {
    top: 18px!important;
}*/

/* pp sort */
.products-page-filters-top {

}
.gm_ppf_sort {
    position: relative;
    padding: 5px 0;
}
@media (max-width: 1000px) {
    .products-page-filters-top .gm_ppf_sort:nth-child(n+2) {
        display: none;
    }
}
.gm_ppf_sort_title {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    transition: all .5s;
    cursor: default;
}
.gm_ppf_sort_title:hover {
    color: #D29C4E;
}
@media (max-width: 800px) {
    .gm_ppf_sort_title {
        font-size: 14px;
    }
}
.gm_ppf_sort_drop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #282319;
    background: #fff;
    min-width: 100%;
    width: auto;
    display: none;
}
.gm_ppf_sort:hover .gm_ppf_sort_drop {
    display: block;
}
.gm_ppf_sort_drop div:not(:last-child) {
    margin-bottom: 15px;
}
.gm_ppf_sort_drop a {
    transition: all .5s;
}
.gm_ppf_sort_drop a:hover {
    color: #D29C4E;
}
@media (max-width: 1000px) {
    .gm_ppf_sort_drop {
        padding: 10px;
    }
    .gm_ppf_sort_drop div:not(:last-child) {
        margin-bottom: 10px;
    }
    .gm_ppf_sort_drop a {
        font-size: 12px;
    }
}

.coins-item {
    min-height: 488px;
}
/* End */


/* Start:/local/templates/goldenplata/css/jquery.fancybox.min.css?171421760812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/goldenplata/components/sotbit/regions.choose/.default/style.css?17142176116608*/
.select-city-wrap {
	position: relative;
}

.select-city__block__text {
	color: #919294;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
}

.select-city__block__text-city {
	color: #414141;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: pointer;
}

.select-city__dropdown__title {
	color: #414141;
	font-size: 13px;
	line-height: 30px;
	font-family: "NotoSans";
	display: block;
	margin-bottom: 10px;
}


.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 211px;
	text-align: center;
	padding: 11px 5px 17px 5px;
}

.select-city__dropdown-wrap {
	z-index: 99;
	position: absolute;
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 82px;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'ProximaNova';
	text-align: center;
	cursor: pointer;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	color: #919294;
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}

.select-city__dropdown__choose__no {
	color: #ffffff;
	background: #333333;
}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.select-city__modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
	justify-content: center;
	align-items: center;
}

.modal__overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2500;
}

.select-city__modal-wrap {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 684px;
	padding: 37px 53px 40px 53px;
	position: relative;
	margin: 30vh auto;
	transition: width .2s;
}

.select-city__modal__title {
	color: #000000 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 25px !important;
	margin-bottom: 20px !important;
}

.select-city__modal__list {
	columns: 3;
	margin-bottom: 23px;
}

.select-city__modal__list__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 11px;
}

.select-city__modal__list__item {
	color: #414141 !important;
	/*font-family: 'ProximaNova' !important;*/
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 0 !important;
	cursor: pointer;
}
.select-city__modal__list__item:hover{
	color: #75716A !important;
}
.header-nav li:hover a{
	color: #D29C4E;
}
.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
	/*color: #0978c6 !important;
	text-decoration: underline;
	text-decoration-color: #c1ddf1;*/
}

.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 42px);
}

.select-city__modal__submit__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.select-city__modal__submit__input {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	box-shadow: none;
	height: 32px;
	width: calc(100% - 32px);
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #D29C4E;
	/*border: none !important;*/
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	/*font-family: 'ProximaNova';*/
	font-size: 12px;
	margin-right: 12px;
	border-radius: 5px;
	display: none;
	cursor: pointer;
}
.select-city__modal__submit__btn.active {
	display: inline-block;
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
	opacity: .7;
}

.select-city__close {
	background: url("/local/templates/goldenplata/components/sotbit/regions.choose/.default/img/select-city__close.png") no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
}

.select-city__close:hover {
	opacity: .7;
}

@media ( max-width : 768px) {
	.select-city__modal-wrap {
		width: 484px;
		padding: 37px 25px 40px 25px;
	}
	.select-city__modal__list {
		columns: 2;
	}
}

@media ( max-width : 575px) {
	.select-city__modal-wrap {
		width: 80%;
		padding: 27px 20px 30px 20px;
	}
	.select-city__modal-wrap {
		margin: 20vh auto;
	}
	.select-city__modal__title {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.select-city__close {
		top: 15px;
		right: 15px;
	}
	.select-city__modal__list__item {
		font-size: 13px !important;
	}
}

@media ( max-width : 400px) {
	.select-city__modal__list {
		columns: unset;
		max-height:100px;
		overflow:auto;
	}
	.select-city__modal-wrap {
		margin: 5vh auto;
	}
	.select-city__modal__list__title {
		line-height: 20px;
	}
	.select-city__modal__submit__block-wrap {
		display: block;
	}
	.select-city__modal__submit__input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.select-city__modal-wrap {
		padding: 15px 20px;
	}
	.select-city__modal__submit__btn
	{
		width:100%;
	}
}
.select-city__modal__submit__block-wrap__input_wrap
{
	position:relative;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-container
{
	position:absolute;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list
{
	padding-left:0;
	margin:0;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list li
{
	list-style:none;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	height: 32px;
	width: 100%;
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	padding: 0 15px;
	line-height:32px;
	margin:0!important;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide
{
	display:none;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	color:red;
	position:absolute;
	top:-20px;
}

.select-city__modal__submit__vars {
	position: absolute;
	top: 85%;
	left: 0px;
	background-color: #F7F7F7;
	padding: 20px;
	cursor: pointer;
	right: 0;
	max-height: 500px;
	overflow-y: scroll;
	border-radius: 0 0 15px 15px;
}
.select-city__modal__submit__vars .regions_vars {
	padding: 7px 0px;
}
.select-city__modal__submit__vars .regions_vars:hover {
	background-color: #f0f0f0;
}
/* End */


/* Start:/local/templates/goldenplata/components/bitrix/search.title/header/style.css?17142176103060*/
.title-search {
	width: 100%;
}
div.title-search-result {
	/*border:1px solid #c6c6c6;

	overflow:hidden;
	z-index:205;*/
	/*position: absolute;*/
	left: 0;
	top: calc(100% - 10px);
	width: 100%;
	background: #F7F7F7;
	padding: 20px 32px;
	border-radius: 0 0 12px 12px;
	flex-direction: column;
	gap: 45px;
	z-index: 15;
	border-left: 1px solid #D29C4E;
	border-right: 1px solid #D29C4E;
	border-bottom: 1px solid #D29C4E;
	max-width: 822px;
	display:none;
}

.title-search-result::before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #F7F7F7;
}

.search-result-row {
	margin-bottom: 30px;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/goldenplata/components/bitrix/search.title/header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

@media (max-width: 800px) {
	.search-result-row {
		margin-bottom: 0;
	}
	.title-search-result{
		position: fixed !important;
		top: 90px!important;
		left: 0!important;
		background: none;
	}
	div.title-search-result{
		border: none;
		background: #FFFFFF;
		width: 100% !important;
		height: 100vh;
		overflow: auto;
	}
	/*.title-search-result::before{*/
	/*	content: none;*/
	/*}*/

}
/* End */


/* Start:/local/templates/goldenplata/components/bitrix/sale.basket.basket.line/header/style.min.css?17142176114062*/
.bx-basket-block{margin:auto;position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:100;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(min-width:768px) and (width <= 992px){.block-store-catalog-list .bx-basket-fixed.bottom{bottom:90px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:100;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{padding-bottom:0}}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/goldenplata/components/bitrix/news.detail/rates/style.css?1714217610155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/goldenplata/fonts/FixelText/font.css?17174894461827 */
/* /local/templates/goldenplata/css/main.css?1739427967102465 */
/* /local/templates/goldenplata/css/responsive.css?174038535557345 */
/* /local/templates/goldenplata/css/swiper.css?171421760819655 */
/* /local/templates/goldenplata/css/tube.css?1714217608531 */
/* /local/templates/goldenplata/css/custom.css?17501502281462 */
/* /local/templates/goldenplata/css/jquery.fancybox.min.css?171421760812795 */
/* /local/templates/goldenplata/components/sotbit/regions.choose/.default/style.css?17142176116608 */
/* /local/templates/goldenplata/components/bitrix/search.title/header/style.css?17142176103060 */
/* /local/templates/goldenplata/components/bitrix/sale.basket.basket.line/header/style.min.css?17142176114062 */
/* /local/templates/goldenplata/components/bitrix/news.detail/rates/style.css?1714217610155 */
