@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Josefin Sans" !important;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
    padding-top: 50px;
}

.header-block {
    max-width: 1336px;
}

.internation-txt {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.internation-block {
    display: flex;
    align-items: center;
}

.internation-block svg {
    margin-right: 12px;
}

.logo-name {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}

.slide-gift img {
    max-width: 100%;
}

.menu-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu-header ul li {
    margin-right: 35px;
}

.menu-header ul li:last-child {
    margin-right: 0px;
}

.menu-header ul li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.menu-head-block {
    margin-top: 40px;
}

.header-but a {
    background: none;
    position: relative;
    border: none;
    padding: 0px;
    margin-right: 24px;
}

.header-but a:last-child {
    margin-right: 0px;
}

.header-but {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo-linkhome {
    display: flex;
    justify-content: center;
    color: #000;
    text-decoration: none;
}

.open-menu-block {
    display: none;
    padding: 60px 0px 80px 0px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
}

.open-menu-cont {
    display: flex;
    justify-content: space-evenly;
}

.open-menu-h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #000;
    margin: 0px 0px 30px 0px;
}

.open-menu-linkblock2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.open-menu-linkblock ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.open-menu-linkblock2 ul li {
    margin-bottom: 12px;
}

.open-menu-linkblock ul li {
    margin-bottom: 24px;
}

.open-menu-linkblock2 ul li:last-child {
    margin-bottom: 0px;
}

.open-menu-linkblock2 ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #000;
    text-decoration: none;
}

.open-menu-linkblock ul li:last-child {
    margin-bottom: 0px;
}

.open-menu-linkblock ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #000;
    text-decoration: none;
}

.open-menu-linkblock2 ul li a svg {
    margin-right: 10px;
}

.row-aligcent {
    align-items: center;
}

.slide-item-img img {
    max-width: 100%;
}

.info-img img {
    max-width: 100%;
}

.slider-home {
    background: #F3F5F9;
    margin-bottom: 80px;
    height: 400px;
}

.slide-item-h5 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 350;
    color: #13161A;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.slide-item-txt {
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    color: #464A50;
    margin: 0;
}

.slide-but {
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 350;
    border: none;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
}

.slide-butlight:hover {
    color: #7a7a7a;
}

.slide-butdark:hover {
    color: #d7d7d7;
}

.slide-butdark {
    background: #13161A;
    color: #FFFFFF;
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
    font-weight: 350;
    border: none;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
}

.slide-butlight {
    background: #D4D8DE;
    color: #13161A;
    margin-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.slide-butblock {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.slide-prod {
    text-decoration: none;
}

.slide-prod-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
}

.slide-prod-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F7FC;
    height: 303px;
    margin-bottom: 20px;
}

.slide-prod-img img {
    max-width: 312px;
}

.main {
    margin-top: 184px;
}

.left-navig-slider {
    position: absolute;
    left: -32px;
    top: 50%;
    cursor: pointer;
}

.right-navig-slider {
    position: absolute;
    right: -32px;
    top: 50%;
    cursor: pointer;
}

.slide-content {
    position: relative;
    margin: 0px -5px;
}

.slide-item-block {
    margin: 41px 5px;
    width: fit-content;
    display: inline-block;
    width: 100%;
}

.slick-prev {
    background-image: url('../image/left-slider-vector.svg') !important;
}

.slick-next {
    background-image: url('../image/right-slider-vector.svg') !important;
}

.slick-prev,
.slick-next {
    height: 26px !important;
    width: 12px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    z-index: 10;
    bottom: 0;
}

.slick-next:before {
    display: none;
}

.slick-prev:before {
    display: none;
}

.slider-navigate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-navigate button {
    background: #D4D8DE;
    width: 8px;
    height: 8px;
    border: none;
    margin-right: 12px;
    padding: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.slider-but-active {
    background: #131619 !important;
}

.slider-navigate button:last-child {
    margin-right: 0;
}

.marg-section {
    margin-bottom: 80px;
}

.info-h5 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 350;
    color: #13161A;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.info-txt {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #464A50;
    margin-bottom: 40px;
}

.title-h3 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 350;
    color: #13161A;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.titl-txt {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 400;
    color: #464A50;
    margin: 0px;
}

.title-block {
    text-align: center;
    margin-bottom: 40px;
}

.catalog-prod-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.catalog-prod-img {
    text-align: center;
    margin-bottom: 20px;
    background: #F4F7FD;
    height: 307px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.catalog-prod-img img {
    max-width: 100%;
}

.catalog-prod-item {
    text-decoration: none;
}

.info2-item-img {
    margin-bottom: 20px;
}

.info2-item-img img {
    max-width: 43%;
    margin: 0 auto;
    display: block;
}

.info2-item-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.info2-section {
    background: #F3F5F9;
    height: 371px;
}

.info2-block {
    display: flex;
    align-items: center;
    background: url(../image/info2-image.png) no-repeat right;
    height: 100%;
    background-size: contain;
}

.info2-h5 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 350;
    color: #13161A;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    width: 72%;
}

.info2-txt {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #464A50;
    margin: 0px 0px 40px 0px;
    max-width: 277px;
}

.info2-cont {
    margin-left: 16px;
}

.slide-imagelink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 339px;
}

.slide-imagelink img {
    max-width: 100%;
}

.slide-gift {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 265px;
}

.footer {
    background: #F3F5F9;
    margin: 100px 0px 0px 0px;
}

.footer-cont {
    padding: 60px 0px 30px 0px;
}

.footer-infoh5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    margin: 0px 0px 20px 0px;
}

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

.footer-link-block {
    display: flex;
    justify-content: space-between;
}

.footer-link-ul ul li a {
    display: flex;
    font-size: 16px;
    font-weight: 350;
    line-height: 26px;
    color: #000;
    text-decoration: none;
}

.footer-link-ul ul li a span {
    color: #D69027;
    margin-left: 5px;
}

.footer-form-titl {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    margin: 0px 0px 20px 0px;
}

.footer-form-txt {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #000;
    margin: 0px 0px 20px 0px;
    max-width: 305px;
}

.email-input {
    background: #FFFFFF;
    padding: 20px;
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #464A50;
    border: none;
    outline: none;
    max-width: 289px;
    width: 100%;
}

.form-but {
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    background: #13161A;
    color: #FFFFFF;
    border: none;
}

.email-form {
    display: flex;
    align-items: center;
}

.social-footer {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.social-footer a {
    display: flex;
    margin-right: 15px;
}

.social-footer a:last-child {
    margin-right: 0;
}

.footer-aboutus p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #000;
    margin: 0;
    text-align: center;
}

.footer-aboutus {
    margin-top: 45px;
}

.catalog-collect-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F7FC;
    height: 339px;
    margin-bottom: 20px;
}

.catalog-collect-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.catalog-collect-price {
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #000;
}

.catalog-collect-item {
    text-decoration: none;
}

.row-gapcol {
    row-gap: 40px;
}

.about-collect-titl {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    color: #13161A;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.about-collect-txt {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #464A50;
    margin: 0 auto;
    max-width: 797px;
}

.marg2-section {
    margin: 120px 0px;
}

.catalog-collect-img img {
    max-width: 100%;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.breadcrumbs ul li {
    display: flex;
    align-items: center;
}

.breadcrumbs ul li::after {
    content: '/';
    margin: 0px 5px;
    font-size: 16px;
    line-height: 16px;
}

.breadcrumbs ul li:last-child::after {
    display: none;
}

.breadcrumbs ul li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #000;
    text-decoration: none;
}

.breadcrumbs-marg {
    margin: 0px 0px 40px 0px;
}

.main-marg {
    margin: 80px 0px 0px 0px;
}

.breadcrumbs-marg2 {
    margin: 0px 0px 55px 0px;
}

.promo-item-img img {
    max-width: 100%;
}

.promo-item-img {
    margin-bottom: 20px;
}

.promo-item-h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.promo-item-txt {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #464A50;
    margin: 0;
}

.catalog1-prod-img img {
    max-width: 120%;
}

.catalog-backbut::after {
    content: '';
    background: url(../image/vector-top.svg) no-repeat center;
    display: flex;
    margin-left: 12px;
    width: 8px;
    height: 4px;
    transition: 0.3s ease-in all;
    -webkit-transition: 0.3s ease-in all;
    -moz-transition: 0.3s ease-in all;
    -ms-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
}

.promo-item {
    text-decoration: none;
}

.prod-descript-block p {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #131619;
}

.prod-descript-block p span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.product-option-active {
    border: 1px solid #D69027 !important;
}

.title2-h3 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 400;
    text-align: center;
    color: #13161A;
    margin: auto;
    max-width: 602px;
}

.faq-content {
    max-width: 908px;
    margin: auto;
}

.faq-open-block {
    margin: 20px 0px 15px 0px;
}

.footer-link-mobblock {
    display: none;
}

.accordion-item-faq {
    border-bottom: 1px solid #E9EAED !important;
}

.accordion-item-faq h2 button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 350;
    color: #000;
    padding: 25px 0px;
}

.accordion-body-faq {
    padding: 0px 0px 40px 0px !important;
}

.accordion-item-faq h2 button:not(.collapsed) {
    background-color: #fff;
    color: #000;
    box-shadow: none;
}

.accordion-item-faq h2 button:focus {
    border-color: #E9EAED;
    box-shadow: none;
}

.catalog1-prod-img {
    background: #F4F7FD;
    height: 307px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.catalog1-prod-inf {
    margin-top: 20px;
    text-align: center;
}

.catalog1-prod-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    margin: 0px 0px 10px 0px;
}

.catalog1-prod-name a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: ;
}

.catalog1-prod-price span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #000;
}

.catalog1-prod-price {

    .catalog-main {
        overflow: hidden;
    }

    ;
}

.catalog1-prod-color a {
    display: flex;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.catalog1-prod-color a:last-child {
    margin-right: 0px;
}

.catalog1-prod-color1 {
    background: #F6E3BD;
}

.catalog1-prod-color2 {
    background: #CBD0DA;
}

.catalog1-prod-color3 {
    background: #CDA176;
}

.catalog1-prod-color {
    display: flex;
    align-items: center;
    margin: 10px 0px 0px 0px;
}

.catalog1-prod-active {
    border: 2px solid #D69027;
}

.row-gap1 {
    row-gap: 40px;
}

.filter-catalog {
    display: flex;
    align-items: center;
}

.filter-catalog-tit {
    font-size: 16px;
    line-height: 16px;
    color: #464A50;
    font-weight: 300;
    margin-right: 20px;
}

.filter-catalog-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.filter-catalog-rezalt select {
    border: none;
    outline: none;
    margin-right: 20px;
}

.filter-catalog-rezalt select:last-child {
    margin-right: 0;
}

.catalog-navigate ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.catalog-navigate ul li {
    margin-right: 25px;
}

.catalog-navigate ul li:last-child {
    margin-right: 0px;
}

.catalog-navigate ul li a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #000;
    text-decoration: none;
}

.info-txt-marg {
    margin: 0 !important;
}

.catalog-backbut {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #000;
    border: none;
    background: none;
    padding: 0;
}

.catalog-navigate-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.catalog1-prod-marg {
    margin-bottom: 20px;
}

.breadcrumbs-marg3 {
    margin-bottom: 20px;
}

.h1-title {
    font-size: 39px;
    line-height: 46px;
    font-weight: 350;
    color: #13161A;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.h1-title span {
    font-weight: 700;
}

.catalog-content {
    padding-top: 80px;
}

.mob-accordion-block {
    display: none;
}

.menu-mobile {
    display: none;
}

.faq-question-block {
    display: none;
}

.faq-state-cont {
    display: none;
}

.form_radio_btn label {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9EAED;
    width: 56px;
    height: 56px;
    background: #fff;
    text-decoration: none;
    color: #464A50;
    font-size: 21px;
    line-height: 21px;
    font-weight: 350;
    cursor: pointer;
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn input[type=radio]:checked+label {
    border: 1px solid #D69027;
}

.form_radio_btn input[type=radio]:disabled+label {
    background: #efefef;
    color: #666;
}

.form_radio_btn label:hover {
    color: #666;
}

.accordion-item-menu h2 button:not(.collapsed) {
    background-color: transparent;
    color: #000;
    box-shadow: none;
}

.accordion-body-menu {
    padding: 15px 0px !important;
}

.state-maincont img {
    max-width: 100%;
}

.product-allimage ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}

.product-nameh3 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 350;
    color: #13161A;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.product-price span {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #131619;
}

.product-price {
    margin-bottom: 30px;
}

.product-option-name {
    font-size: 16px;
    line-height: 21px;
    font-weight: 350;
    color: #131619;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.product-option-color a {
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.product-option-color a:last-child {
    margin-right: 0;
}

.product-option-color1 {
    background: #F6E3BD;
}

.product-option-color2 {
    background: #CBD0DA;
}

.product-option-color3 {
    background: #CDA176;
}

.product-option-color {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.product-option .product-option-item {
    margin-bottom: 30px;
}

.product-option .product-option-item:last-child {
    margin-bottom: 0px;
}

.product-option {
    margin-bottom: 30px;
}

.product-option-radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.checkout-pay-block {
    margin-bottom: 40px;
}

.prod-but-cart {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    background: #13161A;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    padding: 20px 0px;
    border: none;
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.prod-but-appoint {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #D4D8DE;
    color: #13161A;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    padding: 20px 0px;
    border: none;
    width: 100%;
    margin: 0px;
}

.form_radio-diamond label {
    width: 48px;
    height: 48px;
}

.form_radio_main label {
    width: auto;
    height: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #464A50;
}

.filter-setting-mob {
    display: none;
}

.info-prod-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.info-prod-block ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info-prod-block ul li:last-child {
    margin-bottom: 0px;
}

.info-prod-block ul li svg {
    margin-right: 10px;
}

.info-prod-block ul li .prod-data {
    font-size: 16px;
    font-weight: 350;
    line-height: 16px;
    color: #131619;
}

.info-prod-block ul li .info-prod-link {
    font-size: 16px;
    font-weight: 350;
    line-height: 16px;
    color: #D69027;
    text-decoration: none;
}

.checkout-quest-block {
    margin-top: 80px;
}

.checkout-quest-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #13161A;
    margin: 0px 0px 40px 0px;
}

.checkout-quest-linkblock .checkout-quest-item {
    border-bottom: 1px solid #E9EAED;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.checkout-quest-linkblock .checkout-quest-item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.checkout-deliver {
    display: none;
}

.checkout-pay-block {
    display: none;
}

.checkout-contact-inf {
    display: none;
}

.checkout-quest-linkblock {
    margin-bottom: 80px;
}

.top-infoblock-cent {
    text-align: center;
    max-width: 296px;
    margin: auto;
}

.wishlist-prod-img {
    position: relative;
    background: #F4F7FD;
    height: 183px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-prod-img img {
    max-width: 100%;
    object-fit: cover;
}

.wishlist-close-but {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
}

.login-reset-block {
    display: none;
}

.h1-title6 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    color: #13161A;
    margin: 0px 0px 20px 0px;
}

.login-reset-txt {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #000;
    margin: 0;
}

.form_radio_checkout input[type=radio] {
    display: none;
}

.form_radio_checkout label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E9EAED;
    height: 56px;
    cursor: pointer;
    padding: 0px 20px 0px 64px;
    position: relative;
}

.form_radio_checkout label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    bottom: 16px;
    background: #fff;
    border: 1px solid #E9EAED;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.form_radio_checkout input[type=radio]:checked+label:before {
    border: 8px solid #131619;
}

.checkout-option-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-butcontin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.return-link {
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #D69027;
    text-decoration: none;
    display: none;
}

.checkout-quest-item h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 350;
    color: #000;
    margin: 0px 0px 4px 0px;
}

.checkout-quest-item p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #464A50;
    margin: 0px;
}

.prod-but-block {
    margin-bottom: 30px;
}

.info-prod-block {
    margin-bottom: 30px;
}

.product-attribut-tit {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #464A50;
}

.product-attribut-name {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #131619;
}

.product-attribut-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
}

.product-attribut-line1 {
    background: #F4F7FD;
}

.tolerance-prod a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #D69027;
    text-decoration: none;
}

.tolerance-prod {
    margin-top: 30px;
}

.prod-descript-block {
    margin-bottom: 30px;
}

.product-content {
    margin-bottom: 80px;
}

.blog-state {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
}

.blog-state-img img {
    max-width: 100%;
}

.blog-state-img {
    margin-bottom: 20px;
}

.blog-state-data {
    font-family: 'Montserrat';
    font-size: 10px;
    line-height: 12px;
    color: #464A50;
    margin-bottom: 10px;
}

.blog-state-titl {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    margin: 0px 0px 10px 0px;
    max-width: 311px;
}

.blog-state-txt {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #464A50;
    margin: 0;
    max-width: 327px;
}

.menu-navigate-but {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #000;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.menu-navigate-open ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.menu-navigate-open ul li {
    border-bottom: 1px solid #E9EAED;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.menu-navigate-open ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.menu-navigate-open ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #000;
    text-decoration: none;
}

.menu-navigate-but::after {
    content: '';
    background: url(../image/vector-bottom.svg) no-repeat center;
    display: flex;
    width: 8px;
    height: 4px;
    transition: 0.3s ease-in all;
    -webkit-transition: 0.3s ease-in all;
    -moz-transition: 0.3s ease-in all;
    -ms-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
}

.h1-title2 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    color: #13161A;
    margin: 0px 0px 60px 0px;
}

.menu-navigate-close {
    display: none;
}

.menu-navigate-active::after {
    transform: rotate(180deg);
}

.state-blockmain {
    margin-bottom: 100px;
}

.state-mainimg {
    margin-bottom: 60px;
}

.state-mainimg img {
    max-width: 100%;
}

.state-content {
    max-width: 724px;
    margin: auto;
}

.link-active {
    color: #D69027 !important;
}

.checkout-infimg {
    margin-right: 20px;
    width: 85px;
    flex: 0 0 85px;
}

.checkout-infimg img {
    max-width: 100%;
}

.subtotal-checkout .subtotal-checkout-itm {
    margin-bottom: 20px;
}

.subtotal-checkout .subtotal-checkout-itm:last-child {
    margin-bottom: 0px;
}

.subtotal-checkout {
    border-bottom: 1px solid #E9EAED;
    border-top: 1px solid #E9EAED;
    padding: 20px 0px;
    margin: 0px 0px 20px 0px;
}

.h1-title3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 400;
    color: #13161A;
    margin: 0px 0px 20px 0px;
}

.data-text {
    font-family: 'Montserrat';
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #464A50;
    margin: 0;
}

.state-topinf {
    margin-bottom: 60px;
}

.h1-title4 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    color: #13161A;
    margin: 0px;
    text-align: center;
}

.account-detail-itemmarg {
    margin-bottom: 40px;
}

.account-detail-item h5 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 15px 0px;
}

.account-detail-cont p {
    font-size: 14px;
    font-weight: 350;
    line-height: 14px;
    color: #000;
    margin: 0;
}

.account-detail-cont {
    display: flex;
    align-items: flex-end;
}

.account-detail-write {
    display: flex;
    margin-left: 18px;
    cursor: pointer;
}

.shipping-close-but {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
    cursor: pointer;
}

.log-button {
    background: #D4D8DE;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #13161A;
    border: none;
}

.log-but-block {
    margin: 60px 0px;
}

.shipping-open-block {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 605px;
    height: 100%;
    background: #fff;
    z-index: 10000;
    overflow-y: auto;
}

.search-topblock {
    margin-top: 40px;
}

.serch-main-cont {
    display: flex;
    align-items: center;
    border: 1px solid #E9EAED;
    height: 56px;
    padding: 0px 20px;
    max-width: 725px;
    margin: auto;
    width: 100%;
}

.serch-main-cont input {
    border: none;
    outline: none;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #464A50;
    padding: 0;
    margin: 0;
}

.serch-block {
    display: none;
    padding: 60px 0px 80px 0px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 100;
}

.single-item .slick-dots li button {
    background: #D4D8DE;
    border: none;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.single-item .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0px 12px 0px 0px;
}

.single-item .slick-dots li button:hover,
.single-item .slick-dots li button:focus {
    background: #131619;
}

.single-item .slick-dots li:last-child {
    margin: 0px;
}

.slick-dots .slick-active button {
    background: #131619 !important;
}

.privac-content {
    max-width: 726px;
    margin: auto;
}

.privac-content p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #131619;
    margin: 0px 0px 40px 0px;
}

.privac-content p span {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.breadcrumbs-center {
    margin-bottom: 20px;
}

.breadcrumbs-center ul {
    justify-content: center
}

.search-cont {
    display: flex;
    align-items: center;
    border: 1px solid #E9EAED;
    height: 56px;
    padding: 0px 20px;
    max-width: 541px;
    margin: auto;
    width: 100%;
}

.search-cont .search-inpt {
    border: none;
    outline: none;
    outline: none;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #464A50;
    padding: 0;
    margin: 0;
}

.search-loop {
    margin-right: 20px;
}

.top-infoblock {
    margin-bottom: 80px;
}

.faq-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 270px;
    background: #F4F7FD;
    text-decoration: none;
}

.faq-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.faq-image {
    margin-bottom: 45px;
}

.row-gap2 {
    row-gap: 10px;
}

.contact-navigat-titl {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #000;
    margin: 0px 0px 30px 0px;
}

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

.contact-cityblock ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #000;
    text-decoration: none;
}

.contact-cityblock ul li a::after {
    content: '';
    background: url(../image/vector-right.svg) no-repeat center;
    display: flex;
    width: 4px;
    height: 8px;
}

.contact-navigat .contact-navigat-item {
    margin-bottom: 40px;
}

.contact-navigat .contact-navigat-item:last-child {
    margin-bottom: 0;
}

.contact-cityblock ul li {
    border-bottom: 1px solid #E9EAED;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact-cityblock ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-infmap {
    margin-top: 80px;
}

.contact-inf p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #000;
    margin: 0px 0px 20px 0px;
}

.contact-inf p:last-child {
    margin: 0px;
}

.contact-inftitl {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 40px 0px;
}

.contact-inf {
    margin-bottom: 40px;
    width: 100%;
    display: inline-block;
}

.search-catalog-block {
    margin-bottom: 80px;
}

.bag-open-block {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 605px;
    height: 100%;
    background: #fff;
    z-index: 1000;
    overflow-y: auto;
}

.bag-close-but {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
    cursor: pointer;
}

.bag-open-content {
    padding: 40px;
}

.bag-open-titl h5 {
    text-align: center;
    font-size: 39px;
    line-height: 46px;
    font-weight: 350;
    color: #13161A;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.bag-open-infname span {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    color: #131619;
}

.bag-open-infprice span {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    color: #131619;
}

.bag-open-inftop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E9EAED;
    padding-bottom: 12px;
}

.bag-open-close {
    display: flex;
    margin-right: 20px;
}

.bag-open-titl {
    margin-bottom: 80px;
}

.bag-open-infimg {
    margin-right: 20px;
    width: 168px;
    flex: 0 0 168px;
}

.bag-open-infimg img {
    max-width: 100%;
}

.bag-open-infprod {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.product-attributtes {
    width: 100%;
    position: relative;
}

.bag-open-infitem {
    margin-bottom: 40px;
}

.bag-open-infname {
    display: flex;
}

.bag-open-inftxt {
    display: flex;
    align-items: center;
}

.bag-open-infprice {
    display: flex;
}

.bag-open-inf {
    border-bottom: 1px solid #E9EAED;
    margin-bottom: 20px;
}

.total-bag-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-bag-txt span {font-family: 'Montserrat';font-size: 12px;line-height: 18px;font-weight: 400;color: #464A50;}

.bag-but-block {
    margin-top: 30px;
}

.bag-button {
    padding: 20px 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #13161A;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    border: none;
    color: #fff;
}

.bag-agree {
    margin: 20px;
}

.bag-agree-cont span {
    color: #D69027;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    margin-left: 20px;
}

.bag-agree-cont input {
    width: 24px;
    height: 24px;
    border: 1px solid #E9EAED;
    background: #fff;
}

.bag-agree-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger-menu {
    display: none;
}

.footer-infoh5 span {
    display: none;
}

.checkout-info-item .checkout-info-h5 {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    color: #131619;
    margin: 0px 0px 20px 0px;
}

.checkout-input {
    height: 56px;
    outline: none;
    border: 1px solid #E9EAED;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #464A50;
    width: 100%;
}

.checkout-input-block {
    display: flex;
    gap: 10px;
}

.checkout-info-item {
    margin-bottom: 40px;
}

.checkout-checkbox {
    margin-top: 20px;
}

.checkout-input-col {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.discont-input {
    background: #FFFFFF;
    padding: 20px;
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #464A50;
    outline: none;
    width: 100%;
    border: 1px solid #E9EAED;
}

.discont-form {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.subtotal-check-txt span {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #131619;
}

.subtotal-check-price span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #131619;
}

.subtotal-checkout-itm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.log-content-main {
    max-width: 357px;
    margin: auto;
}

.but-width {
    width: 100%;
}

.log-input-block {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 20px;
}

.log-doplink a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    text-decoration: none;
    color: #D69027;
}

.log-doplink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.left-navigate-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.left-navigate-block ul li {
    border-bottom: 1px solid #E9EAED;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.left-navigate-block ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.left-navigate-block ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    font-family: 'Montserrat';
    color: #000;
    text-decoration: none;
}

.left-navigate-block ul li a::after {
    content: '';
    background: url(../image/vector-right.svg) no-repeat center;
    display: flex;
    width: 4px;
    height: 8px;
}

.left-navigate-active {
    color: #D69027 !important;
}

.account-but-block {
    margin-top: 40px;
}

.no-order-block p {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.no-order-block {
    display: none;
}

.orderhist-link a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #D69027;
    text-decoration: none;
    margin-right: 20px;
}

.orderhist-link a:last-child {
    margin-right: 0px;
}

.orderhist-price-block {
    display: flex;
    align-items: center;
}

.orderhist-link {
    margin-left: 20px;
}

.order-accont-block {
    display: none;
}

.faq-state-titl {
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    color: #13161A;
    margin: 0px 0px 40px 0px;
}

.faq-question-txt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.faq-question-txt ul li {
    margin-bottom: 10px;
}

.faq-question-txt ul li:last-child {
    margin-bottom: 0px;
}

.faq-question-txt ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #000;
    text-decoration: none;
}

.faq-state-descr {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #131619;
    margin: 0;
}

.faq-state-dop {
    margin-top: 80px;
}

.accordion-item-menu {
    border: none !important;
}

.accordion-item-menu h2 button {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #000;
    padding: 15px 0px;
}

.designer-filter-but {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9EAED;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.designer-filter-butactive {
    border: 1px solid #D69027 !important;
}

.designer-filter-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.filter-line {
    display: flex;
    background: #EBECEF;
    height: 2px;
    justify-content: center;
}

.filter-line input {
    background: #131619;
}

.filter-line-txt {
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #464A50;
}

.filter-line-inf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.designer-filter-but2active {
    border: 1px solid #D69027 !important;
}

.designer-open-cont {
    padding-top: 20px;
}

.designer-filter-but2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9EAED;
    padding: 20px;
}

.designer-filter-but2 span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #464A50;
}

.designer-filter-titl {
    font-size: 21px;
    line-height: 21px;
    font-weight: 350;
    color: #131619;
    margin: 0px 0px 20px 0px;
}

.designer-filter .designer-filter-item {
    margin-bottom: 40px;
}

.designer-filter .designer-filter-item:last-child {
    margin-bottom: 0px;
}

.designer-main-table {
    width: 100%;
}

.designer-main-table tr:nth-child(2n+1) {
    background: #F9F9FA;
}

.designer-main-table th,
td {
    padding: 15px;
}

.designer-main-table td {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #464A50;
}

.designer-main-table th {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
}

.designer-main-table th span {
    margin-left: 10px;
}

.designer-open-but {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #000;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    text-align: left;
}

.designer-open-but::after {
    content: '';
    background: url(../image/vector-bottom.svg) no-repeat center center;
    width: 8px;
    height: 4px;
    display: flex;
    position: absolute;
    right: 0;
    top: 5px;
}

.designer-open-but span {
    font-weight: 700;
}

.designer-open-butact::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.designer-open-tab .designer-open-butblock {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9EAED;
}

.designer-open-tab .designer-open-butblock:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
}

.designer-open-tab {
    margin-bottom: 40px;
}

.designer-open-block {
    display: flex;
    margin: 20px 0px 60px 0px;
}

.designer-open-img {
    margin-right: 30px;
    flex: 0 0 320px;
}

.designer-open-img img {
    max-width: 100%;
}

.designer-open-tabblock p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 350;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.designer-open-tabblock img {
    max-width: 100%;
}

.designer-open-bottom a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 350;
    color: #D69027;
    text-decoration: none;
}

.designer-open-but2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 191px;
    background: #13161A;
    border: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 350;
    color: #fff;
}

.designer-open-bottom {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.designer-open-tabblock {
    padding: 20px 0px 40px 0px;
}

.accordion-item-mobmenu h2 button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    padding: 25px 20px;
    text-transform: uppercase;
}

.accordion-item-mobmenu h2 a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    padding: 25px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.accordion-item-mobmenu h2 a::after {
    display: none;
}

@media (max-width: 576px) {
    .row-slide {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

    .internation-block {
        display: none;
    }

    .burger-menu {
        display: block;
        width: 24px;
        height: 24px;
    }

    .burger-menu-but {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }

    .header {
        margin-top: 0px;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10000;
        background: #fff;
        padding: 40px 0px;
    }

    .menu-mobile {
        position: absolute;
        width: 100%;
        top: 118px;
        left: 0;
        right: 0;
        overflow: auto;
        height: 76vh;
    }

    .logo-name {
        font-size: 18px;
        line-height: 18px;
        text-align: left;
    }

    .header-but-none {
        display: none;
    }

    .menu-head-block {
        display: none;
    }

    .header-but a {
        margin-right: 20px;
    }

    .accordion-item-mobmenu h2 button:not(.collapsed) {
        background-color: #fff;
        color: #000;
        box-shadow: none;
    }

    .accordion-item-mobmenu h2 button:focus {
        border-color: #E9EAED;
        box-shadow: none;
    }

    .slide-item-h5 {
        font-size: 36px;
        line-height: 40px;
        margin: 0px 0px 10px 0px;
    }

    .slide-item-txt {
        font-size: 16px;
        line-height: 19px;
    }

    .slide-butblock {
        flex-direction: column;
    }

    .slide-but {
        width: 100%;
    }

    .slider-navigate {
        margin-top: 60px;
    }

    .left-navig-slider {
        display: none;
    }

    .right-navig-slider {
        display: none;
    }

    .footer-link-block {
        display: none;
    }

    .footer-link-mobblock {
        display: block;
    }

    .accordion-item-footer {
        background-color: transparent !important;
    }

    .accordion-item-footer h2 button {
        background-color: transparent;
    }

    .footer-link-ulactive {
        display: block !important;
    }

    .footer-infoh5-active span {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .serch-block {
        padding: 40px 0px;
    }

    .h1-titlcenter {
        text-align: center !important;
    }

    .slide-butlight {
        margin-left: 0;
        margin-top: 7px;
    }

    .info-h5 {
        font-size: 32px;
        line-height: 32px;
    }

    .filter-setting-mob {
        display: block;
    }

    .filter-catalog-mob {
        display: none;
    }

    .h1-title {
        margin: 0px 0px 40px 0px;
    }

    .catalog-backtop {
        display: none;
    }

    .catalog-navigate-block {
        justify-content: center;
    }

    .h1-title6 {
        font-size: 32px;
        line-height: 32px;
        margin: 0px 0px 10px 0px;
    }

    .info-txt {
        font-size: 16px;
        line-height: 24px;
    }

    .title-h3 {
        font-size: 32px;
        line-height: 32px;
    }

    .titl-txt {
        line-height: 24px;
    }

    .title-block {
        margin-bottom: 20px;
    }

    .mob-accordion-block {
        display: block;
    }

    .mob-accordion-block select {
        width: 100%;
        height: 56px;
        padding: 0px 20px;
        border: 1px solid #E9EAED;
        font-size: 14px;
        line-height: 14px;
        font-weight: 350;
        color: #000;
    }

    .info2-section {
        height: 296px;
    }

    .open-menu-cont {
        flex-direction: column;
    }

    .open-menu-cont .open-menu-item {
        margin-bottom: 40px;
    }

    .open-menu-cont .open-menu-item:last-child {
        margin-bottom: 0px;
    }

    .accordion-mobnone {
        display: none;
    }

    .close-menu-but {
        display: none;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }

    .h1-title2 {
        font-size: 32px;
        line-height: 32px;
        margin: 0px 0px 40px 0px;
    }

    .info2-block {
        background: none;
        justify-content: center;
        padding: 50px 30px;
    }

    .info2-cont {
        margin-left: 0;
        text-align: center;
    }

    .info2-txt {
        max-width: 100%;
    }

    .footer-link-block {
        flex-direction: column;
    }

    .footer-cont {
        padding: 20px 0px 35px 0px;
    }

    .row-gapmob1 {
        row-gap: 15px;
    }

    .slider-home {
        margin-bottom: 40px;
        padding: 0;
    }

    .main {
        margin-top: 105px !important;
    }

    .catalog1-prod-img {
        height: 215px;
    }

    .row-gapmob2 {
        row-gap: 40px;
    }

    .marg-section {
        margin-bottom: 60px;
    }

    .row-gapmob3 {
        row-gap: 30px;
    }

    .row-gapmob4 {
        row-gap: 20px;
    }

    .row-gapmob5 {
        row-gap: 60px;
    }

    .footer {
        margin: 80px 0px 0px 0px;
    }

    .contact-navigat {
        display: none;
    }

    .designer-open-but2 {
        width: 100%;
    }

    .account-navigate {
        display: none;
    }

    .breadcrumbs ul li a {
        font-size: 14px;
        line-height: 14px;
    }

    .catalog-collect-img {
        height: 242px;
    }

    .catalog-collect-name {
        font-size: 14px;
        line-height: 14px;
    }

    .catalog-collect-price {
        font-size: 14px;
        line-height: 14px;
    }

    .about-collect-titl {
        font-size: 32px;
        line-height: 32px;
    }

    .about-collect-txt {
        font-size: 16px;
        line-height: 24px;
    }

    .marg2-section {
        margin: 60px 0px;
    }

    .promo-item-img {
        margin-bottom: 10px;
    }

    .title2-h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .main-marg {
        margin: 0px;
    }

    .wishlist-prod-img {
        height: 245px;
    }

    .bag-open-block {
        width: 100%;
    }

    .designer-main-table td {
        font-size: 12px;
    }

    .designer-main-table th {
        font-size: 10px;
    }

    .designer-main-table th span {
        display: none;
    }

    .bag-open-infimg {
        margin-right: 10px;
        width: 100%;
        flex: 0 0 124px;
    }

    .bag-open-content {
        padding: 20px;
    }

    .row-alighead {
        align-items: end;
    }

    .footer-link-ul {
        margin: 0px 0px 10px 0px;
    }

    .footer-link-block .footer-link-item {
        border-bottom: 1px solid #E9EAED;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .footer-link-block .footer-link-item:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .footer-infoh5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

    .footer-infoh5 span {
        display: flex;
    }

    .footer-link-ul ul li a {
        line-height: 46px;
    }

    .h1-title3 {
        font-size: 32px;
        line-height: 32px;
    }

    .breadcrumbs-center ul {
        justify-content: flex-start;
    }

    .h1-title4 {
        font-size: 32px;
        line-height: 32px;
        text-align: left;
    }

    .top-infoblock {
        margin-bottom: 40px;
    }

    .catalog-content {
        padding-top: 0px;
    }

    .product-allimage ul {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .log-button {
        width: 100%;
    }

    .designer-main-table th,
    td {
        padding: 15px 8px;
    }

    .shipping-open-block {
        width: 100%;
    }

    .breadcrumbs-marg {
        margin: 0px 0px 20px 0px;
    }

    .h1-title {
        font-size: 32px;
        line-height: 32px;
    }

    .contact-inf {
        width: 100%;
    }

    img.photo_shop {
        width: 100% !important;
        margin: 0px !important;
    }

    .row-gap1 {
        row-gap: 20px;
    }

    .designer-open-block {
        flex-direction: column;
    }
}

img.images_main {
    width: 366px;
    height: 366px;
    object-fit: cover;
}

.header-but div {
background: rgb(220 38 38 / var(--tw-bg-opacity, 1));
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    width: 86%;
    bottom: -15px;
    right: -10px;
}

.container_solutions {
    margin: 0 0 20px 0;
}

.container_solutions button {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    margin: 0 13px 0 0;
    border-radius: 5px;
    padding: 7px 15px;
}

.cont_pages li {
    display: inline-block;
}

a.href_main {
    text-decoration: none;
    color: #000;
}

a.href_main:hover {
    color: #000;
}

li a video {
    width: 366px;
    height: 366px;
}

img.images_mains {
    width: 100%;
    height: 100%;
}

button#saveShippingBtn {
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 350;
    border: none;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
}

.product-option-name span {
    color: #000;
    font-weight: 400;
}

.logo-block img {
    width: 99px;
    margin: 0 auto;
    display: block;
}

.slide-item-img img {
    width: 87%;
    margin: 0 auto;
    height: 60vh;
    object-fit: cover;
    margin: 43px 0 0 0;
}

.enlarged-image {
    max-width: 100%;
    max-height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.enlarged-image img {
    height: 100%;
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 84%;
    object-fit: cover;
    margin-top: 173px;
    padding: 0 0 76px 0;
}

img.photo_shop {
    width: 100%;
    display: inline-block;
}

img.photo_shop_diamonds {
    width: 500px;
    margin: 0 auto;
    display: block;
}

h3.text_diamonds {
    margin: 16px 0 0 0;
    line-height: 42px;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #464A50;
    margin-bottom: 40px;
}

.text_diamonds {
    margin: 140px 0 0 0;
    font-size: 39px;
    line-height: 46px;
    font-weight: 350;
    color: #13161A;
    text-transform: uppercase;
}

.item-block {
    width: 19%;
    display: inline-block;
}

svg.bi.bi-x-lg {
    position: absolute;
    right: -22px;
}

svg.bi.bi-trash3 {
    position: absolute;
    right: -20px;
    top: 4px;
}

.faq-state-descr h2 {
    margin: 34px 0px;
    font-family: 'Montserrat';
}

.slide-item-img {
    margin: 0 auto;
    width: 78%;
}

div#shipping-info h2 {
    margin: 27px 0px;
    font-family: 'Montserrat';
}

div#shipping-info p {
    font-family: 'Montserrat';
}

.faq-state-descr p {
    font-family: 'Montserrat';
}

.image_video video {
    width: 175px;
}

.image_video img {
    width: 180px;
}

.coming_soon {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 39px;
    line-height: 46px;
    font-weight: 350;
    color: #13161A;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    top: 232px;
    z-index: 1;
}

.container.fluids_about {
    margin: 0 auto;
    width: 78%;
    margin-top: 100px;
}

.container.fluids_about h2 {
    margin: 46px 0px;
    text-transform: uppercase;
}

.prod-but-block a {
    text-decoration: none;
}

div#enlargedImage video {
    height: 100%;
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 84%;
    object-fit: cover;
    margin-top: 173px;
    padding: 0 0 76px 0;
}

.catalog-main {
    overflow: hidden;
}

a.catalog1-prod-img video {
    width: 102%;
}

.bag-open-content .total-bag-txt span {
    font-weight: 300
}

.div_total_sadric {
    position: relative;
    margin: 37px 0 0 0;
}

.name_title_product {
    display: inline-block;
    font-weight: 300;
    font-size: 21px;
}

.price_advice {
    display: inline-block;
    float: right;
    font-weight: 300;
    font-size: 21px;
}

.name_title_product_status {
    display: inline-block;
    font-weight: 300;
    font-size: 21px;
}

.name_title_product_status_date {
    display: inline-block;
    font-weight: 300;
    font-size: 21px;
    margin: 0 0 0px 24px;
}

.name_title_product_status {
    background: green;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0px 0 0 43px;
}

@media (max-width: 576px) {
    .slick-slide img {
        height: 243px;
    }

    .slide-item-img {
        width: 100%;
        overflow: hidden;
    }

    .info2-h5 {
        font-size: 24px;
        line-height: 26px;
        width: 100%;
    }

    .info2-item-img img {
        max-width: 100%;
    }

    .slide-item-img img {
        width: 100%;
        object-fit: contain;
    }

    .home-content {
        margin: 300px 0 0 0;
    }

    div#menu-mobile {
        background: #fff;
    }

    div#menu-mobile li {
        font-size: calc(1.325rem + .9vw);
        font-size: 16px;
        line-height: 6px;
        font-weight: 400;
        margin: 7px 0 0 0;
        padding: 25px 20px;
        text-transform: uppercase;
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 1rem;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    }

    div#menu-mobile li a {
        color: #000 !important;
        text-decoration: none;
    }

    .container_solutions button {
        margin: 3px;
    }

    .catalog1-prod-img img {
        max-width: 300px;
    }

    a.catalog1-prod-img video {
        width: 172%;
    }

    .catalog-prod-cart {
        width: 100%;
    }
    img.images_main {
        width: 300px;
    }
    .bag-open-infprod {
        display: block;
    }
    
    .image_video img {
        width: 100%;
    }
    
    .image_video video {
        width: 100%;
    }
    .name_title_product_status {
        margin: 13px 0;
        font-size: 15px;
    }
    
    .name_title_product_status_date {
        margin: 0px;
    }
    .slider .item-block {
        width: 100%!important;
    }
}
.item-block .catalog-prod-img{
    height: inherit;
    display: flow;
    overflow: inherit;
    text-align: unset;
    width: 100%;
}
.pay_btn {
    background: #13161A;
color: #FFFFFF;
display: inline-block;
padding: 20px 40px;
text-decoration: none;
font-size: 14px;
text-transform: uppercase;
line-height: 16px;
text-align: center;
font-weight: 350;
border: none;
transition: 0.3s ease-in-out all;
-webkit-transition: 0.3s ease-in-out all;
}
  .highlight {
        outline: 2px solid red;
        outline-offset: 2px;
    }
    
    
.class_password {
    position: relative;
}

.class_password svg {
    position: absolute;
    right: 7px;
    top: 18px;
}
button.registrations {
    background: #13161A;
    color: #FFFFFF;
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
    font-weight: 350;
    border: none;
    width: 100%;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
}
div#search-results a {
    width: 100%;
    text-decoration: none;
}

.search-item img {
    width: 54px;
}

div#search-results {
    height: 56px;
    padding: 0px 20px;
    max-width: 725px;
    margin: auto;
    width: 100%;
    height: 300px;
    overflow: auto;
}

.search-item {
    color: #000;
    display: flex;
    width: 100%;
    align-content: stretch;
    align-items: center;
}

.serch-block .container {
    border: none;
}
.search-item video {
    width: 50px;
}
.quantity_cart {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    font-weight: ;
    padding: 6px 10px;
}
a.slide-buts.slide-butdarks {
    background: #13161A;
    color: #FFFFFF;
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
    font-weight: 350;
    border: none;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
}
.ring-size-container {
            max-width: 100%;
        }
        .ring-size-title {
            font-size: 18px;
            margin-bottom: 10px;
        }
        .ring-sizes {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 5px;
        }
        .ring-size {
            padding: 10px;
            border: 1px solid #ccc;
            text-align: center;
            cursor: pointer;
            border-radius: 5px;
            transition: 0.3s;
        }
        .ring-size:hover, .ring-size.selected {
            background-color: #ddd;
        }
        a.slide-but.slide-butdarks {
    background: #13161A;
    color: #FFFFFF;
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
    font-weight: 350;
    border: none;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
}
.catalog1-prod-img video {
    pointer-events: none;
}
