@font-face {
    font-family: "Gilroy";
    src:
      local("Gilroy"),
      url("../fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
}
@font-face {
    font-family: "Gilroy";
    src:
      local("Gilroy"),
      url("../fonts/Gilroy-Semibold.woff") format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "Gilroy";
    src:
      local("Gilroy"),
      url("../fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
}
:root {
    font-size: 10px;
    color: #444450;
    --bs-body-color: #444450;
}
body {
    font-family: "Open Sans", sans-serif;
    min-width: 320px;
}
/* main {
    padding-bottom: 250px;
} */
.fs-2 {
    font-size: 4.8rem !important;
}
.fs-3 {
    font-size: 2rem !important;
}
.fs-4 {
    font-size: 1.6rem !important;
}
.fs-5 {
    font-size: 1.4rem !important;
}
.btn {
    --bs-btn-padding-x: 15px;
    --bs-btn-border-radius: 30px;
}
/*.btn-success {
    --bs-btn-bg: #BDD027;
    --bs-btn-border-color: #BDD027;
    --bs-btn-hover-bg: #cfe71a;
    --bs-btn-hover-border-color: #d7ec36;
    --bs-btn-active-bg: #cde423;
    --bs-btn-active-border-color: #c6d64e;
    --bs-btn-disabled-bg: #BDD027;
    --bs-btn-disabled-border-color: #BDD027;
}*/
.btn-success {
    --bs-btn-bg: #CFC8BD;
    --bs-btn-border-color: #CFC8BD;
    --bs-btn-hover-bg: #ddd7ce;
    --bs-btn-hover-border-color: #CFC8BD;
    --bs-btn-active-bg: #CFC8BD;
    --bs-btn-active-border-color: #CFC8BD;
    --bs-btn-disabled-bg: #CFC8BD;
    --bs-btn-disabled-border-color: #CFC8BD;
    color: #000000;
}

.btn-success:hover {
    color: #000000;
}
/*.btn-primary {
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}*/

.btn-primary {
    --bs-btn-bg: #444450;
    --bs-btn-border-color: #444450;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #444450;
    --bs-btn-hover-border-color: #444450;
    --bs-btn-active-bg: #444450;
    --bs-btn-active-border-color: #444450;
    --bs-btn-disabled-bg: #444450;
}
#product-grid-show .btn-primary {
    --bs-btn-bg: #444450;
    --bs-btn-border-color: #444450;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #E7AF15;
    --bs-btn-hover-border-color: #E7AF15;
    --bs-btn-active-bg: #E7AF15;
    --bs-btn-active-border-color: #E7AF15;
    --bs-btn-disabled-bg: #444450;
}
.collapsed {
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}*/
/*.btn-light {
	--bs-btn-color: #51B995;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #51B995;
	--bs-btn-hover-color: #51B995;
	--bs-btn-hover-bg: #E8F3E5;
	--bs-btn-hover-border-color: #c6c7c8;
}
*/
.btn-light {
    --bs-btn-color: #000000;
    --bs-btn-bg: #CFC8BD;
    /* --bs-btn-border-color: #CFC8BD; */
    /* --bs-btn-hover-color: #CFC8BD; */
    --bs-btn-hover-bg: #E7AF15;
    --bs-btn-hover-border-color: #c6c7c8;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: #444450;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    vertical-align: middle;
}
.modal {
    --bs-modal-width: 593px;
}
.header-tel a {
    letter-spacing: 0.05em;
}
.header-tel span {
    font-size: 9px;
}
#header-cat-button {
    height: 50px;
}
#header-search-bar {
    height: 50px;
    background-color: #F8F8F8;
    border-radius: 30px;
}
#header-search-bar .form-control {
    border: none;
    background: none;
}
#header-search-bar .form-control:focus {
    box-shadow: none;
}
#us_livesearch {
    width: 100%;
    background: #FFFFFF;
    max-height: 0;
    transition: max-height .2s ease;
    z-index: 1021;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 55px;
    left: 0;
    overflow-y: auto;
}
#us_livesearch.expanded {
    max-height: 400px;
    border-top: 1px solid #F9F9F9;
}
#us_livesearch > div {
    padding: 15px;
    height: 100%;
    overflow-y: auto;
    min-height: 100px;
}
.us-livesearch-list-item:not(:last-child) {
    border-bottom: 1px solid #F9F9F9;
    margin-bottom: 1em;
}
.us-livesearch-list-item-name a {
    color: #444450;
    text-decoration: none;
    font-size: 1.4rem;
}
.header-personal-links > div > a {
    position: relative;
    border: 2px solid #444450;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.header-cart-index {
    position: absolute;
    right: -.5rem;
    top: -.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #FF511A;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#slider .carousel-item {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
}
/*#slider .carousel-item > div {
    position: absolute;
    top: 100px;
    right: 81px;
    bottom: 120px;
    left: 81px;
}*/
#slider .carousel-item > div > div > p, #slider .carousel-item > div > div > span,
#index-cat, #cat-title h1, #header-cat-modal p, .banner-desc, .modal-title,
#product-section h1, .us-product-info-item-stock, #us-related-products-row,
.checkout-heading.panel-heading .fs-3, #simplecheckout_summary h2, #final-sum, #cart-finalize > h2 {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
}
#slider .carousel-item > div > div > p {
    font-size: 64px;
    line-height: 78px;
    color: #fff;
}
#slider .carousel-item > div > div > p > span {
    display: inline-block;
    background-color: #BDD027;
    border-radius: 1em;
    padding: 0 .2em;
    margin: 0 -.2em;
    height: 80px;
}
#slider .carousel-item > div > div > span {
    color: #BDD027;
    font-size: 36px;
}
#slider .carousel-item .btn {
    height: 64px;
    padding: 0 8rem;
    border: 0px solid #51B995;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
    width: auto;
}
#slider .carousel-control-next-icon, #slider .carousel-control-prev-icon {
    width: 51px;
    height: 51px;
    background-image: none;
    background-color: #ffffff4d;
    border-radius: 50%;
}
#slider .carousel-control-next-icon svg, #slider .carousel-control-prev-icon svg {
    fill: #fff;
    margin-left: -5px;
}
#slider .carousel-control-next-icon svg {
    margin-left: 0;
    margin-right: -5px;
}
#slider .carousel-control-next:hover .carousel-control-next-icon, #slider .carousel-control-prev:hover .carousel-control-prev-icon {
    background-color: #fff;
}
#slider .carousel-control-next:hover .carousel-control-next-icon svg, #slider .carousel-control-prev:hover .carousel-control-prev-icon svg {
    fill: #000;
}
#slider .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 11rem;
    left: 81px;
    margin: auto;
}
#slider .carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 33px;
	height: 33px;
	border-radius: 50%;
    background: none;
    margin: 0 3rem 0 0;
}
#slider .carousel-indicators [data-bs-target]::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #CFC8BD;
    border-radius: 50%;
}
#slider .carousel-indicators [data-bs-target].active {
	border: 1px solid #CFC8BD;
}
#slider .carousel-indicators [data-bs-target].active::before  {
    background-color: #CFC8BD;
}
#index-cat {
    margin-top: 100px;
}
#index-cat .row > div {
    height: 280px;
}
#index-cat .row > div > a {
    position: relative;
    height: 100%;
    background-color: #CFC8BD;
    background-image: url(../images/index-cat-mark_v3.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 30px;
    overflow: hidden;
    color: #444450;
    text-decoration: none;
}
#index-cat .row > div > a h3 {
    font-size: 30px;
}
#index-cat .row > div > a img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 70%;
    max-width: 50%;
}
footer {
    margin-top: 250px;
    padding-top: 96px;
    background-color: #000;
}
footer > .container > .row {
    border-bottom: .5px solid #ACACAC;
    padding-bottom: 50px;
}
footer > .container > p {
    color: #979797;
}
footer h2, footer ul {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
}
footer h2, footer ul {
    font-size: 20px;
    color: #fff;
}
#footer-menu a, #footer-phone, #footer-email, #footer-contacts .col-8 {
    color: #fff;
}
#footer-contacts .col-4 {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    color: #ACACAC;
}
#footer-phone {
    font-size: 24px;
}
#footer-menu-a ul {
    line-height: normal;
}
#cat-title {
    background-color: #F8F7F5;
}
#cat-title.info-page-title {
    background-color: #F8F7F5;
}
#product-page #cat-title {
    background: none;
}
.oct-load-more-button {
    background: #CFC8BD;
}

header {
    background-color: white;
}

.us-product-btn-active, .us-product-btn:hover, .us-module-btn-green {
    background-color: #444450 !important;
}
#b-crumbs {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
}
#b-crumbs a {
    color: #ACACAC;
}
#b-crumbs a > svg {
    margin: 0 .5em;
    fill: #979797;
}
#cat-title h1 {
    font-size: 4rem;
    color: #444450;
}
#cat-menu {
    box-shadow: 0px 0px 46.6px 0px #00000029;
    background-color: #FAFAFA;
    border-radius: 20px;
}
#cat-menu > ul {
    list-style: none;
}
#cat-menu li, #header-cat-modal li {
    border-radius: 23px;
    transition: background-color .2s;
    list-style: none;
}
#cat-menu li a, #header-cat-modal li a {
    color: #444450;
    text-decoration: none;
    width: 100%;
}
#cat-menu li svg, #header-cat-modal li svg {
    fill: #444450;
    min-width: .9rem;
}
#cat-menu li:hover, #cat-menu:not(:hover) li.active, #header-cat-modal li:hover, #header-cat-modal:not(:hover) li.active {
    background-color: #444450;
}
#cat-menu li:hover a, #header-cat-modal li:hover a, li.active a {
    color: #fff!important;
}
/*li.active a:not(:hover) a {
    color: black; 
}*/

li.active {
    background-color: #444450;
}
#cat-menu li:hover .us-categories-toggle {
    color: #fff;
}
#cat-menu > li.p-3.active > div > a:hover {
    color: #fff;
}
#cat-menu li:hover svg, #header-cat-modal li:hover svg {
    fill: #fff;
}
#products-cats-mini img {
    max-width: 100%;
    max-height: 80%;
}
#products-cats-mini > div > a {
    max-width: 100%;
    box-shadow: 0px 0px 46.6px 0px #0000001A;
    border-radius: 40px;
    height: 125px;
}
#products-cats-mini > div > span {
    font-family: "Open Sans", sans-serif;
    color: #444450;
}
#products {
    border-top: .5px solid #C4C4C466;
}
#product-page #products {
    border-top: none;
}
#products > .row > div > div {
    box-shadow: 0px 0px 46.6px 0px #00000029;
    border-radius: 30px;
    position: relative;
}
#products .us-module-buttons-wishlist {
    position: absolute;
    top: 2em;
    right: 2em;
}
#products h2, #products .product-price {
    font-family: "Open Sans", sans-serif;
    color: #444450;
}
#products p, .us-price-block span {
    font-family: "Open Sans", sans-serif;
    color: #878585;
}
#products .product-price {
    font-size: 22px;
    font-weight: 600;
}
#products-recommended {
    padding-top: 120px;
    background-color: #fff;
}
#input-sort {
    border-radius: 50px;
    height: 50px;
    border: none;
    background-color: #F8F7F5;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#input-sort:focus, #input-sort:focus-visible {
    border: none;
    outline: none;
}
#header-cat-modal {
    top: 110px;
    left: 0;
    width: 100%;
}
#header-cat-modal > .container > div {
    background-color: #fff;
    box-shadow: 0px 0px 46.6px 0px #00000029;
    border-radius: 34px;
    overflow: hidden;
    width: 100%;
}
#header-cat-modal > .container > div > .row > div:not(:first-child) {
    display: none;
}
#header-cat-modal .cat-modal-shadowed {
    background-color: #FAFAFA;
    box-shadow: 0px 0px 46.6px 0px #00000029;
}
#header-cat-modal p {
    font-size: 30px;
}
.banner-desc {
    font-size: 3rem;
}
.banner-desc span {
    background-color: #BDD027;
    display: inline-flex;
    /* line-height: 1.2em; */
    padding: 0 .3em .1em;
    border-radius: 1em;
}
#us-callback-modal form button {
    height: 5.5rem;
}
#product-section {
    padding-bottom: 12rem;
}
.us-product-photo-main {
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
}
#product-section h1 {
    font-size: 3.6rem;
}
.us-price {
    font-size: 2.4rem;
}
#button-cart {
    width: 250px;
    height: 43px;
}
#product-section #nav-tab {
    font-size: 2.4rem;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    border-bottom: .5px solid #C4C4C4;
}
#product-section #nav-tab button {
    color: #444450;
    border: none;
    background: none;
}
#product-section #nav-tab button.active {
    color: #444450;
    font-weight: 700;
    box-shadow: inset 0px -3px 0px 0px #51B995;
}


/*.tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    margin-right: -100%;
}*/
.tab-content > .tab-pane.active {
    visibility: visible;
}
#nav-tabContent li div div {
    border-bottom: .5px solid #ACACAC;
}

#characteristics li div div {
    border-bottom: .5px solid #ACACAC;
}
#cart-content {
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    overflow: hidden;
}
#cart-header {
    border: none;
    background-color: #F8F7F5;
    font-weight: 400;
}
#cart-total-row {
    border-top: .5px solid #e5e5e5;
}
.us-product-quantity .btn-group {
    height: 28px;
    border-radius: 13px;
    background-color: #EFEFEF;
    padding: 3px;
}
.us-product-quantity-btn {
    background-color: #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.us-product-quantity-btn:hover {
    color: #fff;
}
.us-product-quantity input {
    text-align: center;
    border: none;
    background: none;
    padding-left: 1em;
}
.us-product-quantity input:focus {
    outline: none;
}
#cart-finalize {
    border: 1px solid #F0F0F0;
    border-radius: 2.5rem;
}
#cart-finalize .summary-tab > div {
    border-bottom: .5px solid #e5e5e5;
}
.cart-finalize-button {
    line-height: 5.5rem;
    padding: 0;
    border: 0;
}
#simplecheckout_customer {
    border-radius: 25px;
    background-color: #F8F7F5;
}
#simplecheckout_customer input, #simplecheckout_customer textarea {
    background-color: #fff;
}
#cart-finalize .summary-tab {
    color: #878585;
}
#min-sum-warning {
    border-radius: 2.5rem;
    background-color: #FFFAF0;
}
#final-sum {
    font-size: 24px;
    border-top: .5px solid #e5e5e5;
}
.info-panel h2 {
    font-size: 3.6rem;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
}
.info-panel {
    border-radius: 30px;
    background-color: #F8F7F5;
    font-size: 18px;
}
.info-panel.panel-warning {
    background-color: #FFFAF0;
}
.social-links-style a {
    height: 3.4rem;
    width: 3.4rem;
    background: #F8F7F51A;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #E7AF15;
}
.header-cart-index {
    display: none;
}
@media (min-width: 1260px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        box-sizing: content-box;
        max-width: 1260px;
    }
    .banner-desc {
        font-size: 4.8rem;
    }
}
/* md */
@media (max-width: 767.98px) {
/*    #slider .carousel-item > div {
        top: 30px;
        bottom: 50px;
    }*/
    #slider .carousel-item > div > div > p {
        font-size: 32px;
        line-height: 32px;
    }
    #slider .carousel-item > div > div > p > span {
        height: 1.1em;
    }
    #slider .carousel-item > div > div > span {
        font-size: 2rem;
    }
    #slider .carousel-item button {
        height: 4rem;
        padding: 0 3rem;
        line-height: 1rem;
    }
    #slider .carousel-indicators {
        bottom: 0rem;
        right: 0;
        left: 0;
    }
    .banner-desc {
        font-size: 1.2rem;
    }
    #header-cat-modal {
        top: 170px;
    }
    #header-cat-modal .row > div:not(:first-child) {
        display: none !important;
    }

    .fs-2 {
    font-size: 2.4rem !important;
}

#index-cat {
    margin-top: 40px;
}

#index-cat .row > div > a h3 {
    font-size: 24px;
}

#cat-title h1 {
    font-size: 2.4rem;
    color: #444450;
}

#product-section h1 {
    font-size: 2.4rem;
}

#catalog-page .fs-5 {
    font-size: 2rem !important;
}

#slider .carousel-control-next-icon, #slider .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
#slider .carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: none;
    margin: 0 1rem 0 0;
}

#slider .carousel-indicators [data-bs-target]::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #D6D6D6;
    border-radius: 50%;
}
.categorybanner_btn {
    position: absolute;
    bottom: 5px;
    left: 5%;
    min-width: 90%!important;
    margin: 0 auto;
}
}

#info-page p, .simplecheckout-warning-block {
    font-size: 1.6rem;
}

.logo-img {
    min-height: 53px;
}

#back-top {
        background: #E7AF15!important;
}

.bg-y-new {
    background-color: #E7AF15 !important;
    color: #fff!important;
    fill:fill: yellow!important;
}

.bg-y-new a {
    color: #fff!important;
    fill: yellow!important;
}

.categorybanner_btn {
      position: absolute;
    bottom: 5px;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 120px;
}

.categorybanner_btn:hover {
    color: #fff;
    background-color: #E7AF15;
    border-color: #E7AF15;
}


 #us_info_mobile {
        top: 0;
        bottom: 0;
        left: -100%;
        padding: 0;
        position: fixed;
        transition: transform .5s ease;
        width: 100%;
        text-align: left;
        z-index: 1000;
        line-height: normal;
        box-shadow: none
    }

    #us_info_mobile.expanded {
        transform: translateX(100%)
    }

    #us_info_mobile .nav-dropdown-menu-content {
        padding: 10px 30px;
        height: calc(100% - 50px);
        overflow-y: auto
    }

    .mobile-info-title, #us_info_mobile .us-dropdown-item, #us_info_mobile .language button, #us_info_mobile .curency button, .mobile-information-box li {
        padding: 5px 0;
        white-space: normal
    }

    .mobile-information-box {
        padding: 0 0 10px;
        border-bottom: 1px solid #e5e5e5;
        margin: 0 0 10px
    }

    .mobile-info-title {
        font-size: 14px;
        color: #353e48
    }

    .us_mobile_menu_info-map iframe {
        max-width: 100%
    }

    #us_info_mobile a {
        text-decoration: underline;
        color: #50A8FF
    }

    #us_info_mobile a, #us_info_mobile .language button, #us_info_mobile .curency button, #us_info_mobile .us-dropdown-item {
        font-size: 14px !important
    }

    #us_info_mobile .dropdown-menu button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        align-items: center;
        position: relative;
        color: #57565C;
        font-size: 12px;
        position: relative;
        margin-bottom: 0;
        text-decoration: none !important
    }

    #us_info_mobile .dropdown-menu button:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #E6E6E6;
        position: absolute;
        left: -25px;
        top: 6px
    }

    #us_info_mobile .dropdown-menu button:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: transparent;
        position: absolute;
        left: -21px;
        top: 10px
    }

    #us_info_mobile .dropdown-menu button.active-item:before {
        border-color: #71be00
    }

    #us_info_mobile .dropdown-menu button.active-item:after {
        background: #71be00
    }

    #us_info_mobile .dropdown-menu {
        margin-left: 24px !important
    }

    .language-select img {
        width: 20px
    }

    #top .dropdown-item.active, #top .dropdown-item:active {
        color: #000
    }

    #top .dropdown-item:focus {
        outline: none
    }

    .us-mobile-map-box iframe {
        width: 100% !important
    }

    .btn-link, .btn-link .fa-chevron-down {
        color: #202428
    }

    #us_info_mobile .dropdown-menu, #us_info_mobile .mobile-shedule-box {
        display: block;
        position: relative;
        box-shadow: none;
        width: 100%
    }

    #language, #currency, #us_info_mobile .mobile-shedule-box, #us_info_mobile .mobile-phones-box {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 0 10px;
        margin: 0 0 10px
    }

    #us_info_mobile .btn-group {
        width: 100%
    }

    #us_menu_mobile_box {
        position: fixed;
        width: 100%;
        max-width: 460px;
        top: 0;
        left: -100%;
        bottom: 0;
        background: #FFF;
        transition: transform .5s ease, box-shadow .5s ease;
        overflow: hidden;
        z-index: 10002;
        height: 100%
    }

    #us_menu_mobile_box.expanded {
        transform: translateX(100%);
        box-shadow: 0px 1px 5px rgba(0,0,0,0.03)
    }

    #us_menu_mobile_title {
        position: relative;
        z-index: 1
    }

    #us_menu_mobile_content {
        height: 100%
    }

    #us_menu_mobile_close {
        z-index: 2
    }

    #us_menu_mobile_content.opened {
        overflow: hidden;
        max-width: 100%
    }



.modal-header {
    background: #E7AF15
}

.modal-title {
    color: #FFF
}

button.us-close {
    background: #e4c161;
}

button.us-close:hover {
    background: #e4c161;
}

.us-modal-close-icon {
    border-color: #FFFFFF!important
}

@media screen and (max-width: 991px) {
    #top {
        background:#353e48
    }
}

@media screen and (max-width: 991px) {
    .us-menu-mobile {
        background:#71be00
    }
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header {
    padding: 10px 0 10px 30px;
    border: 0;
    border-radius: 0;
}

button.us-close {
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-top: -10px;
    margin-bottom: -10px;
    border: 0;
    transition: background .15s ease .05s;
}

@media screen and (max-width: 991px) {
    #us_info_mobile .nav-dropdown-menu-content {
        padding: 10px 30px;
        height: calc(100% - 50px);
        overflow-y: auto;
    }
}
@media screen and (max-width: 768px) {
.header-tel {
    justify-content: flex-start;
}
.us-product-quantity .btn-group {
    width: auto!important;
}
footer {
    margin-top: 0px!important;
}
}

.text-modul {
        font-size: 1.6rem;
}

.header-personal-links .dropdown-item a {
     font-size: 1.6rem;
     text-decoration: none;
     color: black;
}
.header-personal-links .dropdown-item a:hover {
     text-decoration: underline;
}
.header-personal-links .dropdown-item:active {
        background-color: #e7af15 !important;
}
#us_info_mobile {
    border: none;
    border-radius: 0;
    background-color: #FFF;
    box-shadow: 5px 12px 30px rgba(0, 0, 0, 0.35);
    margin-top: 0;
    padding: 0px 0;
    z-index: 1021;
}

#us_info_mobile .us-modal-close-icon {
    position: absolute;
    top: 0;
    left: 2.25rem;
    bottom: 0;
    border: 1px solid #FFF;
}

.mob-top-menu #us_info_mobile a {
    text-decoration: underline;
    color: #50A8FF !important;
}

.mob-top-menu .oct-menu-information-li, .mob-top-menu .us-header-location-address {
    color: #000 !important;
}
.mob-top-menu .us-top-mobile-item-info {
        line-height: 38px!important;
}
/*
#us_info_mobile > div.nav-dropdown-menu-content > ul:nth-child(1) > li:nth-child(2) {
    display: none!important;
}*/

#product-section .nav-tabs a {
    color: #444450;
    border: none;
    background: none;
    font-size: 2.2rem;
}

#product-section .nav-tabs a.active {
    color: #444450;
    font-weight: 700;
    box-shadow: inset 0px -3px 0px 0px #51B995;
}

.us-footer-social-link-fa-telegram:hover {
    background-color: #43638B;
}

#header-cat-modal > div > div > div.row.d-none.d-md-flex > div.cat-modal-shadowed.col-12.col-md-3.p-5.z-3 > ul > li:nth-child(1) {
background-color: #D95338;
}

#header-cat-modal > div > div > div.row.d-none.d-md-flex > div.cat-modal-shadowed.col-12.col-md-3.p-5.z-3 > ul > li:nth-child(1) > a {
color: #fff !important;
}

body > header > nav > div > ul > li:nth-child(4) > a {
    font-weight: 700;
    background-color: #D95338;
background-color: #D95338;
border-radius: 50px;
}

#index-cat > div > div > div:nth-child(1) > a {
    position: relative;
    height: 100%;
    background-color: #D95338;
    background-image: url(../images/index-cat-mark_v3.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 30px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

.lead-banner-text {
 font-family: "Gilroy", sans-serif;
font-size: 36px!important;
font-weight: 500;
line-height: 54px;
letter-spacing: 0.02em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}

.lead-banner-text span {
font-weight: 900;
color: #D95338;
}

.btn-primary-banner {
  width: 300px;
height: 60px;
border-radius: 50px;
background-color: #E7AF15;
font-family: Open Sans;
font-size: 20px;
font-weight: 700;
line-height: 28px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #fff;
margin-top: 40px;
}

.btn-primary-banner:hover {
    background-color: #f7c63e;
}

.banner-bg-m {
    background-image: url(../images/bg-banner77.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
        min-height: 560px;
        margin-top: 50px;
    
}

.info-block-m .feature {
    background-color: #F8F7F5;
    border-radius: 30px;
    position: relative;
    min-height: 267px;
   padding: 25px 25px 15px 25px
}
.info-block-m .feature:hover {
    background-color: #E7AF15;
    color: #fff;
    transition: all 0.3s;
}
.info-block-m .feature:hover h3 {
    color: #fff!important;
}

.info-block-m .feature h3 {
font-family: Gilroy;
font-size: 20px!important;
font-weight: 700;
line-height: 28px;
letter-spacing: 0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}

.info-block-m .feature p {
    position: absolute;
    bottom: 15px;
    font-family: Open Sans;
font-size: 14px!important;
font-weight: 400;
line-height: 19.6px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
width: 85%;

}

.condition-block {
    background-color: #F8F7F5;
    border-radius: 30px;
    position: relative;
}

.condition-block h3 {
   font-family: Gilroy;
font-size: 36px;
font-weight: 500;
line-height: 50.4px;
letter-spacing: 0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none; 
}
.condition-block h3 span {
    font-weight: 700;
    color:#D95338
}

.cond-block {
    background-color: #75726B;
    border-radius: 20px;
    padding-left: 5rem;
    padding-right: 4rem
    position: relative;
  flex-direction: row;
  display: flex;
}

.cond-block .cond-img, .cond-text  {
    display: inline-block;
}

.cond-text {
    font-family: Open Sans;
font-size: 18px!important;
font-weight: 400;
line-height: 25.2px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #FFFFFF;
padding-left: 4rem;
height: 50px;

}

.cond-block .cond-img {
    width: 75px;
    height: 50px;
/*    background-color: #D9D9D9;*/
}

.px-6 {
        padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.advantages-block {

}

.advantages-block h3 {
   font-family: Gilroy;
font-size: 36px;
font-weight: 500;
line-height: 50.4px;
letter-spacing: 0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none; 
}
.advantages-block h3 span {
    font-weight: 700;
    color:#D95338
}

.advantages ul {

}

.advantages ul li {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 400;
line-height: 28px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
display: flex;
  align-items: center; /* Выравнивание по центру */
  gap: 0.5em; /* Расстояние между маркером и текстом */
  padding-bottom: 2rem;
}

.advantages ul {
  list-style: none; /* Убираем стандартные маркеры */
  padding-left: 0; /* Убираем отступ у списка */
}

.advantages li {
  position: relative;
  padding-left: 1.7em; /* Делаем отступ для текста */
}

.advantages li::marker {
  content: "• "; /* Добавляем маркер вручную */
  font-size: 1.2em;
}

.advantages li::before {
  content: "•"; /* Добавляем кастомный маркер */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 68px;
}

.title-model-block {
font-family: Gilroy;
font-size: 40px !important;
font-weight: 500;
line-height: 56px;
letter-spacing: 0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.title-model-block strong {
font-weight: 700;
}

.models-block .tab-pane {
    background-color: #F8F7F5;
    border-top-left-radius: 30px;
border-top-right-radius: 30px;
}

.models-block .tab-content {
    background-color: #444450;
border-top-right-radius: 30px;
}
.home-tab, #home-tab, #profile-tab, .profile-tab {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.models-block .nav-item {
    background-color: #636374;
    color: #fff !important;
    font-family: Gilroy;
font-size: 20px !important;
font-weight: 500;
line-height: 28px;
letter-spacing: 0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-right: 20px;

}
.models-block .nav-tabs .nav-link {
    color: #fff !important;
    min-width: 240px;
    border: 0!important;

}
.models-block .nav-tabs .nav-link.active {
    background-color: #444450;
    color: #fff !important;
    border: 0;
}

.models-block .nav-tabs, .models-block .nav-tabs .nav-link:hover, .models-block .nav-tabs .nav-link:focus {
    border: 0!important;
}

.info-models .title-model {
font-family: Open Sans;
font-size: 32px !important;
font-weight: 400;
line-height: 44.8px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-bottom: 15px;
}

.info-models .title-model span {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 400;
line-height: 28px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.desc-model {
font-family: Open Sans;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}

.img-model img {
    max-width: 100%;
}

.models-intro-yel {
    background-color: #FFFFFF;
    border: 3px dotted #FDE31C;
    border-radius: 30px;
}

.models-intro-gr {
    background-color: #FFFFFF;
    border: 3px dotted #BFFF00;
    border-radius: 30px;
}

.models-intro-bir {
    background-color: #FFFFFF;
    border: 3px dotted #12D994;
    border-radius: 30px;
}

.title-intro-yel {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #FFE100E0;
}

.title-intro-yel {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #FFE100E0;
}

.title-intro-yel {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #FFE100E0;
}

.ul-yel li {
    font-family: Open Sans;
font-size: 16px !important;
font-weight: 400;
line-height: 20.8px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.ul-yel li::marker {
    color: #FFE100E0;
    font-size: 23px;
}



.title-intro-gr {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #BFFF00;
}

.title-intro-gr {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #BFFF00;
}

.title-intro-gr {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #BFFF00;
}

.ul-gr li {
    font-family: Open Sans;
font-size: 16px !important;
font-weight: 400;
line-height: 20.8px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.ul-gr li::marker {
    color: #BFFF00;
    font-size: 23px;
}



.title-intro-bir {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #12D994;
}

.title-intro-bir {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #12D994;
}

.title-intro-bir {
    font-family: Open Sans;
font-size: 20px !important;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: #12D994;
}

.ul-bir li {
    font-family: Open Sans;
font-size: 16px !important;
font-weight: 400;
line-height: 20.8px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.ul-bir li::marker {
    color: #12D994;
    font-size: 23px;
}

.title-prig {
    font-family: Gilroy;
font-size: 40px!important;
font-weight: 500;
line-height: 56px;
letter-spacing: 0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #1C1C1F;
margin-bottom: 4rem;
}
.desc-prig {
    margin-bottom: 4rem;
}
.desc-prig p {
    font-family: Open Sans;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.slogan-prig {
    font-family: Open Sans;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 36px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #207155;
}

.img-prig {
    position: relative;
}
.main-prig {
    max-width: 100%;
}

.vector-prig {
    position: absolute;
    bottom: -100px;
    left: -100px;
    max-width: 100%;
}

.prig-block {
    margin-bottom: 7rem;
}

.title-prem {
    font-family: Gilroy;
font-size: 40px !important;
font-weight: 500;
line-height: 56px;
letter-spacing: 0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.desc-prem {
    font-family: Open Sans;
font-size: 18px!important;
font-weight: 400;
line-height: 27px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.title-price-one {
    font-family: Gilroy;
font-size: 36px !important;
font-weight: 500;
line-height: 50.4px;
letter-spacing: 0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.desc-price-one {
    font-family: Open Sans;
font-size: 16px !important;
font-weight: 400;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-bottom: 7rem;
}

.desc-price-one span {
font-weight: 700;
line-height: 24px;

}

.price-mount-1 {
gap: 0px;
border-radius: 30px 30px 0px 0px;
background-color: #F8F7F5;
font-family: Open Sans;
font-size: 20px !important;
font-weight: 400;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
padding: 20px 15px 35px 30px;
}

.price-1, .price-2 {
gap: 0px;
border-radius: 0px 0px 30px 30px;
background-color: #F8F7F5;
}

.price-1 {
float: left;
min-width: 195px;
min-height: 108px;
display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.price-2 {
float: right;
min-width: 195px;
min-height: 108px;
display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.price-1 .tarif, .price-2 .tarif {
    background-color: #D9D9D9;
    font-family: Open Sans;
font-size: 16px !important;
font-weight: 400;
line-height: 24px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
border-radius: 15px;
padding: 5px 10px 5px 10px;
}

.price-mount {
    font-family: Open Sans;
font-size: 40px !important;
font-weight: 600;
line-height: 56px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.price-mount span {
font-family: Open Sans;
font-size: 40px !important;
font-weight: 400;
line-height: 56px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.price-block-section {
        display: grid;
}

.mount-free {
height: 309px;
gap: 0px;
border-radius: 30px;
border: 1px solid #E5E5E5;
font-family: Gilroy;
font-size: 32px !important;
font-weight: 500;
line-height: 44.8px;
letter-spacing: 0.02em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.price-block, .prig-block, .models-block {
    margin-top: 14rem;
}
.advantages-block, .condition-block {
    margin-top: 7rem;
}
.prem-block-main {
    margin-top: 14rem;
}

@media (max-width: 768px) {
.lead-banner-text {
    font-family: "Gilroy", sans-serif;
    font-size: 26px !important;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.btn-main-tarif {
    justify-content: center;
}

.info-block-m .feature {
    background-color: #F8F7F5;
    border-radius: 30px;
    position: relative;
    min-height: 210px;
    padding: 25px 25px 15px 25px;
}
.condition-block h3 {
    font-family: Gilroy;
    font-size: 26px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.cond-block {
    background-color: #75726B;
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem ;
    position: relative;
    flex-direction: row;
    display: flex
;
}
.cond-text {
    font-family: Open Sans;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    padding-left: 1rem;
    height: 50px;
}
.advantages-block, .condition-block {
    margin-top: 1rem;
}
.advantages-block h3 {
    font-family: Gilroy;
    font-size: 26px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.advantages ul li {
    font-family: Open Sans;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex
;
    align-items: center;
    gap: 0.5em;
    padding-bottom: 1rem;
}

.advantages li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 55px;
}
.price-block, .prig-block, .models-block {
    margin-top: 5rem;
}
.home-tab, #home-tab, #profile-tab, .profile-tab {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
}

.models-block .nav-item {
    background-color: #636374;
    color: #fff !important;
    font-family: Gilroy;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-right: 0px;
}

.models-block .tab-content {
    background-color: #444450;
    border-top-right-radius: 0px;
}

.title-prig {
    font-family: Gilroy;
    font-size: 26px !important;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1F;
    margin-bottom: 4rem;
}

.vector-prig {
    position: absolute;
    bottom: -180px;
    left: 17%;
    max-width: 100%;
}
.title-prem {
    font-family: Gilroy;
    font-size: 26px !important;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.title-price-one {
    font-family: Gilroy;
    font-size: 26px !important;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.price-2 {
    float: right;
    min-width: 180px;
    min-height: 108px;
    display: flex
;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.price-1 {
    float: left;
    min-width: 180px;
    min-height: 108px;
    display: flex
;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.mount-free {
    height: 180px;
    gap: 0px;
    border-radius: 30px;
    border: 1px solid #E5E5E5;
    font-family: Gilroy;
    font-size: 32px !important;
    font-weight: 500;
    line-height: 44.8px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.btn-primary-banner {
    width: 100%;
}

}

.btn-bot {
    position: absolute;
    bottom: -30px!important;
    left: 50%!important;
  /* коррекция положения элемента */
  transform: translate(-50%, -50%)!important;
}

#slider .carousel-item {
    overflow: visible!important;
    min-height: 720px;
}

@media (max-width: 768px) { 

    #slider .carousel-item {
    min-height: 270px;
}

.btn-bot {
    position: absolute;
    bottom: 5px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-width: 320px;
}
#slider .carousel-item .btn {
    min-width: 320px;
}
#slider .carousel-control-next-icon, #slider .carousel-control-prev-icon {
    width: 51px;
    height: 51px;
    background-image: none;
    background-color: #0000004d;
    border-radius: 50%;
}
#slider .carousel-item .btn {
    height: 50px;
    padding: 10px 5rem;
    border: 0px solid #51B995;
}
}

#slider .carousel-item .btn {
    background-color: #D95338;
    color: #fff;
}

#slider .carousel-item .btn:hover {
    background-color: #E7AF15;
}

.cond-img svg {
    height: 50px;
}

.img-prem svg {
    width: 50px;
}


.swiper-slide {
    height: 315px;
}

body > header > nav > div > ul > li:nth-child(3) > a {
    font-weight: 700;
    background-color: #D95338;
    border-radius: 50px;
}

body > header > nav > div > ul > li:nth-child(1) > a {
    font-weight: 700;
    background-color: #000;
    border-radius: 50px;
    margin-right: 5px;
}

div.b1c-good > form  {
    box-shadow: 0px 0px 46.6px 0px #00000029;
    border-radius: 30px;
    position: relative;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    background-color: #e7af15;
    border-color: #e7af15;
}

.page-item:first-child .page-link, .disabled>.page-link, .page-link.disabled  {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 15px;
    border: 1px solid #F9F9F9;
    border-radius: 1px;
    transition: all .15s ease;
    border-radius: 2px;
    background: #f0f0f0;
    text-decoration: none;
}

.cabinet-btn-new {
    position: relative;
    border: 2px solid #444450;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
}

.cabinet-modal__content {
  padding: 10px 0rem!important;
      margin: 0 0 0rem!important;
}

.cabinet-modal[open]{
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    border: none;
    padding: 2.4rem;
}

.cabinet-modal__header {
    background: #E7AF15;
}

.us-cart-item-img {
        width: 70px!important;
    height: 95px!important;
    object-fit: cover;
}

.us-cart-del {
    border: none;
}

.us-product-quantity .btn-group {
    width: 100px;
}

.ms2_form input[type="number"] {
        border: none;
    background: none;
        font-size: 1.6rem;
            border-radius: 10px;
                font-weight: 400;
    line-height: 1.5;
        height: 28px!important;
}

.input-group-prepend .input_count_action, 
.input-group-append .input_count_action{
    background-color: #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.count_unit_cart {
    display: none;
}

#msOrder {
    margin-top: 0px!important;
}

.simplecheckout_customer {
    border-radius: 25px;
    background-color: #F8F7F5;
}

.modal-body #cart-content {
    border-radius: 0px;
}

#miniCartModal .modal-body {
    padding: 0;
}

/*.modal-dialog button.us-close {
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: auto!important;
    margin-top: -10px!important;
    margin-bottom: -10px!important;
    border: 0;
    transition: background .15s ease .05s;
}*/

.modal-dialog button.us-close {
    width: 40px;
    height: 40px;
    position: relative;
    margin-left: auto !important;
    margin-top: 0px !important;
    margin-bottom: -10px !important;
    margin-right: 10px !important;
    border: 0;
    transition: background .15s ease .05s;
    padding-top: calc(0.5rem);
    padding-right: calc(0.5rem);
    padding-bottom: calc(0.5rem);
    padding-left: calc(0.5rem);
}

.modal-dialog button.us-close {
    margin: inherit;
}