:root {
    --shum: url(../images/shum.svg?3) repeat center center;
    --green: #233630;
    --bggreen: #13211d;
    --orange: #e3720c;
    --grey: #e5e0dd;
    --inner: 'Inner', sans-serif;
    --gold: #8d7200;
}

@font-face {
    font-family: 'Inner';
    src: url(../fonts/Inter_18pt-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inner';
    src: url(../fonts/Inter_18pt-Regular.ttf) format('truetype');
    font-weight: lighter;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inner';
    src: url(../fonts/Inter_18pt-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?14206729');
    src: url('../fonts/fontello.eot?14206729#iefix') format('embedded-opentype'),
        url('../fonts/fontello.woff2?14206729') format('woff2'),
        url('../fonts/fontello.woff?14206729') format('woff'),
        url('../fonts/fontello.ttf?14206729') format('truetype'),
        url('../fonts/fontello.svg?14206729#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?14206729#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
    content: '\e800';
}

/* '' */
.icon-star:before {
    content: '\e801';
}

/* '' */
.icon-star-empty:before {
    content: '\e802';
}

/* '' */
.icon-user:before {
    content: '\e803';
}

/* '' */
.icon-login:before {
    content: '\e804';
}

/* '' */
.icon-clock:before {
    content: '\e805';
}

/* '' */
.icon-info-circled:before {
    content: '\e806';
}

/* '' */
.icon-zoom-in:before {
    content: '\e807';
}

/* '' */
.icon-home:before {
    content: '\e808';
}

/* '' */
.icon-export:before {
    content: '\e809';
}

/* '' */
.icon-truck:before {
    content: '\e80a';
}

/* '' */
.icon-calendar:before {
    content: '\e80b';
}

/* '' */
.icon-picture:before {
    content: '\e80c';
}

/* '' */
.icon-credit-card:before {
    content: '\e80d';
}

/* '' */
.icon-chart-bar:before {
    content: '\e80e';
}

/* '' */
.icon-bell:before {
    content: '\e80f';
}

/* '' */
.icon-phone:before {
    content: '\e810';
}

/* '' */
.icon-location:before {
    content: '\e811';
}

/* '' */
.icon-export-1:before {
    content: '\e812';
}

/* '' */
.icon-link:before {
    content: '\e813';
}

/* '' */
.icon-home-1:before {
    content: '\e814';
}

/* '' */
.icon-tag:before {
    content: '\e815';
}

/* '' */
.icon-eye:before {
    content: '\e816';
}

/* '' */
.icon-ok:before {
    content: '\e817';
}

/* '' */
.icon-check:before {
    content: '\e818';
}

/* '' */
.icon-max:before {
    content: '\e819';
}

/* '' */
.icon-basket:before {
    content: '\e81a';
}

/* '' */
.icon-trash:before {
    content: '\f083';
}

/* '' */
.icon-check-empty:before {
    content: '\f096';
}

/* '' */
.icon-comment-empty:before {
    content: '\f0e5';
}

/* '' */
.icon-sitemap:before {
    content: '\f0e8';
}

/* '' */
.icon-angle-left:before {
    content: '\f104';
}

/* '' */
.icon-angle-right:before {
    content: '\f105';
}

/* '' */
.icon-angle-up:before {
    content: '\f106';
}

/* '' */
.icon-angle-down:before {
    content: '\f107';
}

/* '' */
.icon-code:before {
    content: '\f121';
}

/* '' */
.icon-rouble:before {
    content: '\f158';
}

/* '' */
.icon-doc-text-inv:before {
    content: '\f15c';
}

/* '' */
.icon-thumbs-up-alt:before {
    content: '\f164';
}

/* '' */
.icon-thumbs-down-alt:before {
    content: '\f165';
}

/* '' */
.icon-youtube-play:before {
    content: '\f16a';
}

/* '' */
.icon-instagram:before {
    content: '\f16d';
}

/* '' */
.icon-vkontakte:before {
    content: '\f189';
}

/* '' */
.icon-file-pdf:before {
    content: '\f1c1';
}

/* '' */
.icon-file-word:before {
    content: '\f1c2';
}

/* '' */
.icon-file-excel:before {
    content: '\f1c3';
}

/* '' */
.icon-file-powerpoint:before {
    content: '\f1c4';
}

/* '' */
.icon-file-image:before {
    content: '\f1c5';
}

/* '' */
.icon-file-archive:before {
    content: '\f1c6';
}

/* '' */
.icon-paper-plane:before {
    content: '\f1d8';
}

/* '' */
.icon-paper-plane-empty:before {
    content: '\f1d9';
}

/* '' */
.icon-sliders:before {
    content: '\f1de';
}

/* '' */
.icon-toggle-off:before {
    content: '\f204';
}

/* '' */
.icon-toggle-on:before {
    content: '\f205';
}

/* '' */
.icon-bus:before {
    content: '\f207';
}

/* '' */
.icon-heartbeat:before {
    content: '\f21e';
}

/* '' */
.icon-whatsapp:before {
    content: '\f232';
}

/* '' */
.icon-odnoklassniki:before {
    content: '\f263';
}

/* '' */
.icon-calendar-check-o:before {
    content: '\f274';
}

/* '' */
.icon-map-signs:before {
    content: '\f277';
}

/* '' */
.icon-map-o:before {
    content: '\f278';
}

/* '' */
.icon-shopping-basket:before {
    content: '\f291';
}

/* '' */
.icon-user-circle-o:before {
    content: '\f2be';
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

body {
    font-family: 'Inner', sans-serif;
    font-size: 16px;
    color: #333333
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

a:hover,
a:focus,
a:active,
a:visited,
a {
    transition: 0.5s;
    text-decoration: none;
    color: var(--orange);
}

[required] {
    position: relative;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNFMjAwMDAiIGQ9Ik0yLjQyIDMuOEwuMiAzLjE0bC4zMy0xLjEgMi4yMS44MkwyLjcuMzRIMy44bC0uMDcgMi41NSAyLjE3LS44LjM0IDEuMTFMNCAzLjg3bDEuNDUgMS45OC0uOS42OS0xLjM3LTIuMTEtMS4zMiAyLjA2LS45Mi0uNjdMMi40MiAzLjh6Ii8+PC9zdmc+);
    background-position: right 15px top 5px;
    background-repeat: no-repeat;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

img {
    max-width: 100%;
}

.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.logo-container .logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top {


    position: relative;
    background-size: cover;
    background-position: center;
    padding: 5px 0;

}



.header-top a {
    color: #fff;
}

.logo-container .logo-text .top {
    font-family: var(--inner);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #e3d496;

}

.logo-container .logo-text .bottom {
    font-family: var(--inner);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #8d7200;
}

.phone-block .phone {
    font-size: 2rem;
    color: var(--orange);
    line-height: 1;
    font-weight: bold;
}

[class*=btn-]:active,
[class*=btn-]:focus,
[class*=btn-]:visited,
[class*=btn-] {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: all .5s ease-in-out;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-orange {
    background: var(--orange);
}

.btn-orange:active,
.btn-orange:visited,
.btn-orange:focus,
.btn-orange:hover {
    color: #fff;
}

.phone-block .work-time {
    font-size: 12px;
    font-weight: 100;
}

.btn-green {
    background: var(--green);
}

.btn-green:active,
.btn-green:visited,
.btn-green:focus,
.btn-green:hover {
    color: #fff;
}

.bg-shum {
    background: var(--bggreen);
    z-index: 1;
    color: #fff;
    position: relative;
}

.bg-shum::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--shum);
    z-index: -1;
    opacity: .2;
}

.bg-whiteshum {
    background: var(--grey);
    z-index: 1;
    color: #000;
    position: relative;
}

.bg-whiteshum::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--shum);
    z-index: -1;
    opacity: .4;
}

.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-menu>li>a {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.nav-menu>li {
    position: relative;
}

.nav-menu>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
    margin-top: 5px;
    transition: 0.5s;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

.nav-menu>li:hover>ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.nav-menu>li>ul>li>a {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.menu-wrap-catalog {
    gap: 10px;
    position: relative;
}

.container-menu .catalog-container {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    padding: 20px;
    margin-top: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(10px);

}

.container-menu .active .catalog-container {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-box-shadow: 0px 0px 26px 23px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 26px 23px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 26px 23px rgba(34, 60, 80, 0.2);
}

.input-block textarea,
.input-block select,
.input-block input:not([type=hidden]) {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #c6c7c7;
    outline: none;
    font-size: 1.2rem;
    background: none;
}

.cat-links-wrap .links-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
    margin-top: 20px;
}

.cat-links-wrap .links-wrap li a:not(.btn) {
    display: block;
    padding: 5px 20px;
    color: #000;
    background: #d3d3d3;
    text-align: center;
}

.cat-links-wrap .links-wrap li a:hover {
    color: #fff;
    background: var(--green);
}

.cat-links-wrap .links-wrap li {
    flex-grow: 1;
}

.cat-links-wrap .links-wrap li.btns-catalog {
    width: 100%;
}

.header-top .icon-list a:hover {
    color: var(--orange);
}

.top-slider-wrap img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.top-slider-wrap .image-slider-container {
    position: relative;
}

.top-slider-wrap .text-container {
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 97%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 40px;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 19%;
    backdrop-filter: blur(0px);
    opacity: 0;
    transition: 0.5s;
    transform: translateX(100px);

}

.top-slider-wrap .active .text-container {
    opacity: 1;
    transition-delay: 0.8s;
    transform: translateX(0px);
    backdrop-filter: blur(10px);
}

.top-slider-wrap .text-container .h2,
.top-slider-wrap .text-container h2 {
    color: var(--green);
    font-weight: bold;
    text-transform: uppercase;
}

.top-slider-wrap .text-container p {
    font-size: 2rem;
    color: var(--orange);
}

.top-slider-wrap .text-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
}

.top-slider-wrap .text-container ul>li::before {
    content: '\e818';
    font-family: fontello;
    color: var(--green);
    font-weight: bold;
    display: inline-block;
    width: 1em;

    margin-right: 10px;
    color: var(--orange);
}

.top-slider-wrap {
    position: relative;
    z-index: 0;
}

.top-slider-wrap .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.top-slider-wrap .owl-dots .owl-dot {
    width: 18px;
    background: #fff;
    border-radius: 100px;
    outline: none;
    transition: .5s;
    height: 18px;
    display: block;
    border: 2px solid var(--green);
}

.top-slider-wrap .owl-dots .owl-dot.active {
    background: var(--orange);
}

.icons-wrap .icon-list-tpl {
    width: 33.3333%;
    padding: 20px;
    gap: 20px;
}

.icons-wrap .icon-list-tpl+.icon-list-tpl {
    border-left: 1px solid #c6c7c7;
}

.icons-wrap .icon-list-tpl .icons-container {
    width: 60px;
    height: 60px;
}

.icons-wrap .icon-list-tpl .icons-container svg {
    width: 100%;
    height: 100%;
}

.icons-wrap .icon-list-tpl .icons-container svg path {

    fill: var(--green);
    transition: 0.5s;
}

.icons-wrap .icon-list-tpl:hover .icons-container svg path {
    fill: var(--orange);
}

.icons-wrap .icon-list-tpl .info-container {
    width: calc(66.6666% - 20px);
}

.icons-wrap .icon-list-tpl .info-container .title {
    font-size: 1.3rem;
    font-family: cursive;
    font-weight: bold;
    color: var(--green);
    transition: 0.5s;
}

.icons-wrap .icon-list-tpl:hover .info-container .title {
    color: var(--orange);
}

.shadoff-blosk {
    -webkit-box-shadow: 0px 10px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 10px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 10px 8px 0px rgba(34, 60, 80, 0.2);
    position: relative;
    z-index: 2;
}

.category-container {
    gap: 20px;
}

.category-container .left {
    width: 60%;
}

.category-container .right {
    width: calc(40% - 20px);
}

.category-container .list-category-wrap {
    gap: 20px;
}

.category-container .list-category-wrap .category-item {
    width: calc(100% / 2 - 15px);
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 10px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 10px 15px 0px rgba(34, 60, 80, 0.2);
}

.category-container .list-category-wrap .category-item img {
    width: 100%;
    aspect-ratio: 1 / .3;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
}

.category-container .list-category-wrap .category-item .image-category a {
    display: block;
    overflow: hidden;
}

.category-container .list-category-wrap .category-item .image-category a:hover img {
    transform: scale(1.1);
}

.category-container .list-category-wrap .category-item .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--green);
    margin-top: 10px;
}

.category-container .list-category-wrap .category-item .title:hover {
    color: var(--orange)
}

.category-container .title-category {
    padding: 10px 20px;
}

.category-container .title-category a {
    color: var(--green);
    font-family: cursive;
}

.form-block-cat {
    height: 100%;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 10px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 10px 15px 0px rgba(34, 60, 80, 0.2);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.form-block-cat .top-block {
    padding: 10px 20px;
    font-size: .8rem;
}

.form-block-cat .top-block h2 {
    color: #8d7200;
}

.form-block-cat .bottom-block {

    padding: 10px 20px;
    font-size: .8rem;
}

.form-block-cat .bottom-block .buttons-block {
    text-align: center;
}

.title-block .logo-adress {
    gap: 20px;
}

.title-block .logo-adress .logo {
    width: 60px;
}

.title-block .logo-adress .logo img {
    width: 100%;
}

.title-block .logo-adress .title-logo {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #8d7200;
    font-weight: bold;
}

.icons-green .icons-wrap {
    gap: 20px;
}

.icons-green .icons-wrap .icon-list-tpl {
    width: calc(100% / 3 - 15px);
}

.icons-green .icons-wrap .icon-list-tpl .info-container .title {
    color: var(--gold);
}

.icons-green .icons-wrap .icon-list-tpl .icons-container svg path {
    fill: var(--gold);
    transition: 0.5s;
}



.icons-green .icons-wrap .icon-list-tpl .info-container .title {
    font-size: 1.2rem;
}

.icons-green .icons-wrap .icon-list-tpl .info-container .text {
    font-size: .8rem;
}

.icons-green .icons-wrap .icon-list-tpl+.icon-list-tpl {
    border-left: 1px solid #324c44;
}

.icons-green .icons-wrap .icon-list-tpl:nth-child(4n) {
    border-left: none;
}

.tovar-item {

    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    min-height: 570px;
}

.tovar-item .info-tovar {
    padding: 20px;
}

.tovar-item .info-tovar .title {
    padding-bottom: 20px;
}

.tovar-item .info-tovar .title a {
    color: var(--green);
    font-family: cursive;
    font-size: 1.2rem;
}

.tovar-item .info-tovar .title a:hover {
    color: var(--orange);
}

.tovar-item .info-tovar .desc {
    font-size: .8rem;
    line-height: .8rem;
    height: 55px;
}

.price-wrap .price {
    font-size: 1.5rem;
    color: var(--orange);
    font-weight: bold;
}

.tovar-item .price-wrap {
    padding-top: 10px;
}

.count-wrap .input-count button {
    border: none;
    color: #fff;
    padding: 5px 20px;
    background: var(--green);
    border-radius: 100px 0px 0px 100px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.5s;
    outline: none;
}

.count-wrap .input-count button:last-child {
    border-radius: 0px 100px 100px 0px;
}

.count-wrap .input-count input {
    width: 60px;
    outline: none;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid var(--green);
    border-radius: 0px;
    padding: 5px;
    border-left: none;
    border-right: none;
}

.count-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tovar-item .buttons-block {
    padding-top: 10px;
}

.tovar-item .buttons-block [class*=btn-] {
    padding: 10px 15px;
}

.tovar-item .image img {
    aspect-ratio: 1.3 /1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.tovar-item .image {
    overflow: hidden;
    flex-shrink: 0;
}

.tovar-item .image:hover img {
    transform: scale(1.1);
}

.slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.slider .owl-dots .owl-dot {
    width: 18px;
    background: #fff;
    border-radius: 100px;
    outline: none;
    transition: .5s;
    height: 18px;
    display: block;
    border: 2px solid var(--green);
}

.slider .owl-dots .owl-dot.active {
    background: var(--orange);
}

.form-wrap-container {
    gap: 40px;
}

.form-wrap-container .left {
    width: 50%;
}

.form-wrap-container .right {
    width: calc(50% - 40px);
}

.form-container {
    color: #fff;

    background-image: url(../images/icons/messagetwotone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 31vw;
}

.bg-shum .input-block textarea,
.bg-shum .input-block select,
.bg-shum .input-block input:not([type=hidden]) {
    border: none;
    border: 1px solid #405d54;
    color: #fff;
}

.bg-shum .input-block textarea::placeholder,
.bg-shum .input-block input:not([type=hidden])::placeholder {
    color: #405d54;
}

.input-block label {
    margin-bottom: 0;
    padding-top: 10px;
}

.question-item {
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.question-item+.question-item {
    margin-top: 20px;
}

.question-item .question-title {
    padding: 20px;
}

.question-item .question-title .title-quest {
    font-family: sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 1.5rem;
    transition: 0.5s;

}

.question-item .question-title .toogle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.question-item a .collapse-arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: relative;
    background: var(--orange);
    flex-shrink: 0;
}

.question-item a .collapse-arrow::before,
.question-item a .collapse-arrow::after {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.question-item a .collapse-arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.question-item.active a .collapse-arrow::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.question-item .question-text {
    background: #fff;
    transition: 0.5s;
    overflow: hidden;
    max-height: 0px;
}

.question-item.active .question-text {
    max-height: 10000px;
}

.question-item .question-text .question-content {
    padding: 20px;

}

.slider-info .content-item {
    padding: 20px;
}

.slider-info .slider-item {
    border-radius: 20px;
    overflow: hidden;
}

.slider-info .content-item .image {
    position: relative;
}

.slider-info .content-item .image .date {
    position: absolute;
    z-index: 2;
    background: var(--green);
    color: #fff;
    padding: 2px 15px;
    border-radius: 100px;
    top: 10px;
    right: 10px;
    font-size: 12px;
}

.slider-info .content-item .title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: cursive;
    line-height: 1.2rem;
    height: 97px;
}

.slider-info .content-item .info {
    font-size: .8rem;
    line-height: .8rem;
    padding-bottom: 20px;
}

.footer-wrap {
    gap: 20px;
}

.footer-wrap .item-footer {
    width: calc(100% / 4 - 15px);
    padding: 20px;
}

.footer-wrap .item-footer .links-block {
    font-size: 12px;
}

.footer-wrap .item-footer .info-footer {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
}

.footer-wrap .item-footer .links-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-wrap .item-footer .title {
    margin-bottom: 20px;
    font-family: cursive;
    font-weight: bold;
    font-size: 1.2rem;
}

.footer-wrap .contacts-wrap .phone {
    font-size: 1.3rem;
    font-weight: bold;
}

.footer-wrap .contacts-wrap .work-time {
    font-size: 12px;
    padding-top: 20px;
}

.text-center {
    text-align: center;
}

.fixed-header.fixed {
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 26px 7px rgba(34, 60, 80, 0.2);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
}

.fixed-header {
    top: -40px;
    transition: 0.5s;
}

.fixed-header.fixed .logo-text {
    display: none;
}

.fixed-header.fixed .logo-container img {
    transition: 0.5s;
}

.fixed-header.fixed .logo-container img {
    width: 40px;
}

.fixed-header.fixed .phone-block .phone {
    transition: 0.5s;
    font-size: 1.5rem;
}

.fixed-header.fixed .phone-block .work-time {
    display: none;
}

.fixed-header.fixed [class*=btn-] {
    transition: 0.5s;
    padding: 5px 40px;
}

.fixed-header.fixed .nav-menu>li>a {
    transition: 0.5s;
    padding: 5px 40px;
}

.category-item {
    transition: 0.5s;
    transform: translateY(10px);
    opacity: 0;
}

.animate .category-item {
    transform: translateY(0px);
    opacity: 1;
}

.icons-green .icon-list-tpl {
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.5s;
}

.icons-green .animate .icon-list-tpl {
    opacity: 1;
    transform: translateY(0px);
}

.question-item {
    transition: 0.5s;
    transform: translateY(100px);
    opacity: 0;
}

.animate .question-item {
    transform: translateY(0px);
    opacity: 1;
}

.overflow {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: 0.5s;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.overflow.fade.in {
    visibility: visible;
    opacity: 1;
}

.overflow.fade {
    display: block;
}

.overflow .modal-container {
    width: min-content;
    background: #fff;
    min-width: 25%;
    margin: auto;
    margin-top: 10vh;
    transform: translateY(100px);
    transition: 0.5s;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 26px 7px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 26px 7px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 26px 7px rgba(34, 60, 80, 0.2);
}

.overflow.fade.in .modal-container {
    transform: translateY(0px);
    opacity: 1;
}

.modal-header .title {
    font-size: 1.2rem;
    font-family: cursive;
    padding: 10px 20px;
}

.modal-header .close {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 2rem;
    text-align: center;
}

.overflow.fade.in .modal-container .modal-body {
    padding: 40px;
}

.overflow.fade.in .modal-container .modal-body .desc {
    padding-bottom: 20px;
    color: #444;
    text-align: center;
    font-weight: lighter;
}

.btn-big {
    width: 100%;
}

.input-block.access-block input[type=checkbox] {
    display: none;
}

.input-block.access-block input[type=checkbox]+label::before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    transform: translateY(3px);
    cursor: pointer;
    overflow: hidden;
}

.input-block.access-block input[type=checkbox]:checked+label::before {
    content: '\e817';
    font-family: fontello;
    color: #fff;
    background: var(--green);
    border: 1px solid var(--green);
    line-height: 20px;
}

[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.form-wrap-container .left {
    transform: translateX(50px);
    opacity: 0;
    transition: 0.5s;
}

.form-wrap-container .right {
    transform: translateX(-50px);
    opacity: 0;
    transition: 0.5s;
}

.form-wrap-container.animate .left {
    transform: translateX(0px);
    opacity: 1;
}

.form-wrap-container.animate .right {
    transform: translateX(0px);
    opacity: 1;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb>li {
    display: inline-block;

}

.breadcrumb>li+li::before {
    content: '/';
    padding: 0 5px 0px 0px;
}

.catalog-wrap-aside {
    gap: 20px;
}

.catalog-wrap-aside .left {
    width: 25%;
}

.catalog-wrap-aside .right {
    width: calc(75% - 20px);
}

.catalog-wrap-aside .right .catalog-wrap {
    gap: 20px;
}

.catalog-wrap-aside .right .catalog-wrap .tovar-item {
    width: calc(100% / 3 - 14px);


}

.page-item {
    position: relative;
    z-index: 0;
}

.catalog-wrap-aside .title-aside {
    font-family: cursive;
    font-size: 1.5rem;
}

.filter-item {
    background: #fff;

    border-radius: 10px;
    overflow: hidden;
}

.filter-item+.filter-item {
    margin-top: 10px;
}

.filter-item .filter-title {
    padding: 10px;
    color: #fff;
    background: var(--green);
}

.filter-item .content-filter {
    padding: 10px;
}

.filter-item .content-filter .range-item .range {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    height: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: var(--orange);
    font-weight: normal;
    color: #454545;
    border-radius: 1000px;
    outline: none;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
}

.ui-widget-header {
    background: var(--orange);
}

.range-item .input-range {
    gap: 20px;
}

.range-item .input-range label {
    font-size: .7rem;
    margin-top: 10px;
}

.range-item .input-range input {
    padding: 5px;
    font-size: .7rem;
    text-align: center;
}

.filter-item .check-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-item .check-item .input-block input[type=checkbox] {
    display: none;
}

.filter-item .check-item .input-block {
    /* width: calc(50% - 10px); */
}

.filter-item .check-item .input-block input[type=checkbox]+label {
    font-size: .7rem;
}

.filter-item .check-item .input-block input[type=checkbox]+label::before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    transform: translateY(3px);
    cursor: pointer;
    overflow: hidden;
}

.filter-item .check-item .input-block input[type=checkbox]:checked+label::before {
    content: '\e817';
    font-family: fontello;
    color: #fff;
    background: var(--green);
    border: 1px solid var(--green);
    line-height: 20px;
    font-size: 1rem;
    text-align: center;
}

.catalog-wrap-aside .title-aside,
.catalog-wrap-aside .sort-block {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.catalog-wrap-aside .title-aside {
    margin-bottom: 20px;
}

.catalog-wrap-aside .input-block select {
    padding: 4px 10px;
    border-radius: 4px;
}

.content-filter .info-tovar {
    padding-left: 0;
    padding-right: 0;
}

.white-block {
    background: #fff;
    padding: 20px;
    border-radius: 10px;

}

.image-banner {
    position: relative;
}

.image-banner .content-banner {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: block;
}

.image-banner .content-banner .title {
    display: inline-block;
    padding: 5px;
    color: var(--orange);
    background: #fff;
    font-size: 1.2rem;
    font-family: cursive;
    margin-bottom: 20px;
}

.image-banner .content-banner .desc {
    display: inline-block;
    padding: 5px;
    color: var(--green);
    background: #fff;
    font-size: .7rem;
    margin-bottom: 20px;
}

.catalog-wrap-aside .label-select {
    color: var(--orange);
    padding-right: 10px;
    padding-top: 7px;
}

.tovar-wrap {
    gap: 20px;
}

.tovar-wrap .left {
    width: 40%;
}

.tovar-wrap .right {
    width: calc(60% - 20px);
}

.prices-block {
    font-size: 3rem;
    color: var(--orange);
    font-weight: bold;
    line-height: 3rem;
}

.prices-block .price::after {
    content: ' ₽';
}

.btn.btn-orange.btn-bay {
    font-size: 1.5rem;
}

.tab-links {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-links>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-links>li>a {
    display: block;
    padding: 20px;
    background: var(--grey);
    transition: 0.5s;
    text-align: center;
    color: #000;
    border-radius: 10px 10px 0px 0px;
}

.tab-links>li>a.active,
.tab-links>li>a:hover {
    background: #fff;
}

.tovar-wrap .info-block {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.tabs-container {
    position: relative;
}

.tabs-container .tab-container {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    opacity: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 10px 10px;
}

.tabs-container .tab-container.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    background: #fff;
    transition: 0.5s;
}

.tabs-container .tab-container .tab-content {
    padding: 20px;
}

.prop-wrap+.prop-wrap {
    margin-top: 20px;
}

.prop-wrap {

    border-bottom: 1px dashed #000;
}

.prop-wrap>div {
    position: relative;
}

.prop-wrap>div>span {
    background: #fff;
    line-height: 14px;
    display: block;
    margin-bottom: -1px;
}

.soc-blocks .icon-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.usluga-wrap {
    gap: 20px;
}

.usluga-wrap .left {
    width: calc(50% - 10px);
}

.usluga-wrap .right {
    width: calc(50% - 10px);
}

.slider-1-dots {
    position: relative;
}

.slider-1-dots.owl-carousel button.owl-next,
.slider-1-dots.owl-carousel button.owl-prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: var(--orange);
    outline: none;
}

.slider-1-dots.owl-carousel button.owl-prev {
    left: 0;
}

.slider-1-dots.owl-carousel button.owl-next {
    right: 0;
}

.slider-1-dots.owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.slider-1-dots.owl-carousel .owl-dots .owl-dot {
    opacity: .5;
    transition: 0.5s;
    outline: none;
}

.slider-1-dots.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

.usluga-price .prices-block {
    white-space: nowrap;
}

.usluga-price .info-block {
    width: 27%;
    color: var(--green)
}

.list-uslugi {
    border-radius: 10px;
    overflow: hidden;
}

.list-uslugi .info-block {
    padding: 20px;
}

.list-uslugi .button-block .btn {
    width: 100%;
    text-align: center;
}

.list-uslugi .info-desc {
    font-size: .8rem;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: .9rem;
}

.list-uslugi .title-block a {
    font-size: 1.2rem;
    color: var(--green);
    font-family: cursive;
}

.hover-image {
    overflow: hidden;
    display: block;
    position: relative;
}

.hover-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.hover-image:hover::before {
    opacity: 1;
}

.hover-image img {
    transition: all 0.3s ease-in-out;
}

.hover-image:hover img {
    transform: scale(1.1)
}

.list-uslugi-wrap {
    gap: 20px;
}

.list-uslugi-wrap .list-uslugi {
    width: calc(100% / 3 - 15px);
}

.list-uslugi-wrap .list-uslugi img {
    aspect-ratio: 1/.8;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Основной контейнер пагинации */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.375rem;
    gap: 0.25rem;
}

/* Элементы пагинации */
.page-item {
    display: block;
}

/* Ссылки внутри элементов */
.page-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--orange);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: all 0.15s ease-in-out;
    border-radius: 0.375rem;
}

/* Состояние при наведении */
.page-link:hover {
    z-index: 2;
    color: var(--orange);
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* Фокус для доступности */
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Активный элемент */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

/* Отключенный элемент */
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
    opacity: 0.65;
}

.sop-cart .btn {
    position: relative;
}

.sop-cart .btn .count {
    position: absolute;
    z-index: 2;
    font-size: 10px;
    display: block;
    padding: 0px 5px;
    font-weight: lighter;
    border-radius: 1000px;
    background: red;
    top: 4px;
    right: 25px;
}

.detail-wrap {
    gap: 20px;
}



.detail-wrap .count-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.ed-prod {
    font-weight: bold;
    color: var(--orange);
}

.detail-table {
    border-collapse: collapse;
    width: 100%;
}

.detail-table thead tr th {
    padding: 5px;
    background: var(--green);
    color: #fff;
    border: 1px solid #dee2e6;
    font-weight: lighter;
    font-size: 13px;
}

.detail-table tr td {
    padding: 5px;
    border: 1px solid #dee2e6;
    text-align: center;
}

.custom-radio-block input[type=radio] {
    display: none;
}

.custom-radio-block input[type=radio]+label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: middle;
    background: #fff;
    cursor: pointer;
}

.custom-radio-block input[type=radio]:checked+label::before {
    content: '\e817';
    font-family: fontello;
    color: #fff;
    background: var(--orange);
    border: 1px solid var(--orange);
    line-height: 13px;
}

.prices-detail .infoprice {
    margin-bottom: 10px;
    background: #dbfde7;
    font-size: 12px;
    padding: 10px;
    border-left: 4px solid #e3720c;
}

/* .detail-table label::after {
    content: ' ₽';
} */
.ruble::after {
    content: ' ₽';
}

.overflow .modal-container-card {
    position: fixed;
    width: 30%;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: -4px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -4px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -4px 0px 8px 0px rgba(34, 60, 80, 0.2);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateX(100%);
    z-index: 10;
}

.overflow.fade.in .modal-container-card {
    opacity: 1;
    transform: translateX(0);
}

.overflow .modal-container-card .header-modal .title {
    padding: 10px 20px;
    font-size: 1.4rem;
}

.overflow .modal-container-card .header-modal .close {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 2rem;
    text-align: center;
}

.overflow .modal-container-card .body-modal {
    padding: 20px;
}

.cart-order {
    gap: 10px;
    border: 1px solid var(--grey);
    border-radius: 10px;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-order+.cart-order {
    margin-top: 10px;
}

.cart-order .image {
    width: 50px;
    height: 50px;
}

.cart-order .image a {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--orange);
    display: block;
}

.cart-order .image a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cart-order .name {
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    width: calc(50% - 60px);
}

.cart-order .price {
    font-size: 14px;
    font-weight: bold;
    color: var(--green);
}

.cart-order .price::after {
    content: ' ₽';
}

.cart-order .count-block button {
    border: none;
    color: #fff;
    padding: 5px 10px;
    background: var(--green);
    border-radius: 100px 0px 0px 100px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    cursor: pointer;
    transition: 0.5s;
    outline: none;
    height: auto;
    width: auto;
    flex-shrink: 1;
    margin: 0;
}

.cart-order .count-block button:last-child {
    border-radius: 0px 100px 100px 0px;
}

.cart-order .count-block input[type-text] {
    outline: none;
    border: 1px solid var(--green);
    border-left: none;
    border-right: none;
}

.cart-order .delete-link {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 2rem;
    text-align: center;
}

.shop-cart .clear-block {
    text-align: right;
}

.shop-cart .clear-block a {
    text-decoration: underline;
    font-size: 12px;
}

.tovar-slider img {
    aspect-ratio: 1 /1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-body .detail-table {
    font-size: 12px;
    white-space: nowrap;
}

.overflow-table {
    overflow-x: auto;
}

#shk_buttons .shk-but {
    border: none;
    background: var(--green);
    outline: none;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
}

#shk_buttons .shk-but:hover {
    background: var(--orange);
}

.data-list-container .data-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.data-list-container .data-list ul>li>a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    color: #000;
    text-decoration: none;
}

.data-list-container .data-list ul>li>a:hover {
    background: #f0f0f0
}

.data-list-container .data-list {
    max-height: 200px;
    overflow-y: auto;
}

.data-list-container .data-list .all-result {
    position: sticky;
    bottom: 0px;
    background: var(--green);
    color: #fff;
}

.data-list-container .data-list .all-result a {
    color: #fff;
}

.loaded {
    position: relative;
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, 0.6);
    backdrop-filter: blur(2px);
    z-index: 2;
}

.loaded::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;

    border-radius: 1000px;
    border-left: 3px solid var(--orange);
    border-right: 3px solid var(--green);
    border-top: 3px solid var(--orange);
    border-bottom: 3px solid var(--green);
    -webkit-animation: rotate-center 1s linear infinite both;
    animation: rotate-center 1s linear infinite both;
    z-index: 3;
}

.alert-success {
    padding: 10px;
    background: #c8f5d2;
    border-radius: 10px;

}

.alert-danger {
    padding: 10px;
    background: #f2dede;
    border-radius: 10px;
    color: red;

}

.input-block.error input {
    border-color: red;
    border: 1px solid red;
}

.input-block.error .error {
    font-size: 12px;
    font-weight: lighter;
}

.input-flex-2 {
    gap: 20px;
}

.input-flex-2 .input-block {
    width: calc(50% - 10px);
}

.success-purshase {
    padding: 20px;
    background: #d7ebe8;
}

.success-purshase .order-id {
    font-size: 2rem;
    color: #e3720c;
}

.success-purshase .summ-order {
    font-weight: bold;
    font-size: 1.2rem;
}

.rekvizits {
    gap: 20px;
}

.rekvizits>div {
    width: calc(50% - 10px);
}

.rekvizits .icons-soc .icon-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.articles-item {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.articles-item+.articles-item {
    margin-top: 20px;
}

.articles-item-wrap .image-block {
    width: 25%;
}

.articles-item-wrap .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 /1;
}

.articles-item-wrap .article-wrap {
    width: calc(75% - 20px);
    padding: 20px;
}

.articles-item:nth-child(odd) .articles-item-wrap .image-block {
    order: 2;
}

.articles-item-wrap .article-wrap .date-block {
    font-size: 14px;
    background: var(--green);
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
    display: inline-block;

}

.articles-item-wrap .article-wrap .title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: cursive;
}

.articles-item-wrap .article-wrap .intro {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 17px;
}

.overflow-table {
    overflow-x: auto;
}

.overflow-table table {
    width: max-content;
    border-collapse: collapse;
}

.overflow-table table td {
    padding: 10px;
    border: 1px solid #dee2e6;
}

.nav-menu>li span.icon-angle-down {
    position: absolute;
    top: 10px;
    right: 0;
}

.search-wrap {
    gap: 20px;
}

.search-wrap>div {
    width: calc(100% / 4 - 20px);
}

.search-item .image:hover img {
    transform: scale(1.1);
}

.search-item .image img {
    aspect-ratio: 1.3 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.search-item .image {
    overflow: hidden;
    flex-shrink: 0;
}

.search-item {
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.search-item .info {
    padding: 20px;
}

.page-item .overflow-table table {
    width: 100%;
}

.page-item .overflow-table {
    max-height: 200px;
    overflow-y: auto;
}

.page-item .overflow-table .detail-table thead {
    position: sticky;
    top: 0;
}

.page-item .overflow-table .detail-table thead tr th {
    text-align: center;
}

.page-item .overflow-table table td {
    padding: 4px;
    border: 1px solid #dee2e6;
}

.page-item .overflow-table table tbody tr:nth-child(odd) {
    background: #f5f5f5;

}

.page-item .overflow-table table tbody tr {
    font-size: .8rem;
}

.custom-radio-block:hover input[type=radio]+label::before {
    background: var(--orange);
}

.custom-radio-block:hover input[type=radio]+label {
    cursor: pointer;
}

.tovar-item .sizes {
    font-size: .7rem;
    color: #999;
}