body {
    font-family: 'Grtsk Peta', sans-serif !important;
    background-color: #F3F3F3 !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 800 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

header {
    background-color: #fff;
    padding: 1.25rem 0;
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
    z-index: 99;
}

header .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 636px;
    align-items: center;
    font-size: 14px;
}

header a {
    color: #2B2A29;
}

header a:hover {
    color: #c1c1c1;
}

.head__phone {
    font-size: 20px;
    font-weight: 600;
}

.head__phone a {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.head__buttons {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.head__buttons a {
    position: relative;
}

.head__buttons a span {
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    background-color: #333;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-item: center;
    justify-content: center;
}

.head__buttons img {
    cursor: pointer;
    transition: .3s all;
}

.head__buttons img:hover {
    opacity: .5;
}

.nav-up {
    top: -70px;
}

main {
    margin-top: calc(70px + 1.5rem);
}

.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

#menu ul {
    margin: 2rem;
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1.5rem;
}

#menu ul a {
    color: #2B2A29;
}

.phone__mobile__menu {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.8rem;
    margin: 2rem;
    color: #2B2A29;
    font-weight: 500;
}

.banner__main {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: end;
}

.banner__main picture {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner__main picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
}

.banner__main > div {
    position: absolute;
    z-index: 2;
    margin: 1.5rem;
    background-color: rgba(43, 42, 41, .5);
    backdrop-filter: blur(2rem);
    -webkit-backdrop-filter: blur(2rem);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .5rem;
    border-radius: 1rem;
    padding: 20px;
}

.banner__main h1 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500 !important;
    margin: 0;
}

.banner__main p {
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.owl-theme {
    position: relative;
}

.slider .item {
    height: 400px;
}

.slider .item > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
}

.slider .item > picture::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
}

.slider .item > picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

.slider__text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 1.5rem;
    color: #fff;
}

.slider__text h3 {
    font-size: 20px;
    font-weight: 500 !important;
    margin: 0;
}

.slider__text p {
    font-size: .75rem;
    font-weight: 300;
    margin: .5rem 0 0 0;
}

.slider__text a {
    color: #2B2A29;
    background-color: #fff;
    font-size: .75rem;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    display: inline-flex;
    line-height: 120%;
}

.slider__text a:hover {
    background-color: #2B2A29;
    color: #fff;
}

.slider .owl-nav {
    width: calc(100% - 3rem) !important;
    margin: 0 1.5rem !important;
}

.slider .owl-nav button {
    margin-top: -4rem;
}

.benefits__block {
    margin-top: 1.5rem;
}

.benefits__block .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
}

.benefits__block .col > div {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
    width: calc(20% - 1.2rem);
}

.benefits__block .col > div picture {
    flex-shrink: 0;
}

.benefits__block .col > div p {
    margin: 0;
    font-size: .75rem;
    color: #2B2A29;
}

.filters__block {
    margin-top: 1.5rem;
}

.filters__block .col > div {
    background-color: #FFC300;
    padding: .25rem;
    border-radius: 1.5rem;
}

.filters__block form {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    justify-content: space-between;
}

.filters__block form select,
.filters__block form button {
    width: 33%;
}

.sidebar__menu select,
.sidebar__menu button {
    width: 100% !important;
}

.filters__block form select {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 1.35rem;
    border: 0;
    border-radius: 20px;
    font-size: 14px;
    color: #2B2A29;
    cursor: pointer;
    background: url(../img/arrow.svg) center right 1.5rem no-repeat #fff !important;
    transition: .3s all;
}

.filters__block form select:hover {
    background-color: rgba(255, 255, 255, .9) !important;
}

.filters__block form button {
    padding: 0 1rem;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #2B2A29;
    font-weight: 500;
}

.filters__block form button:hover {
    color: #806303;
}

.catalog__block {
    margin-top: 5rem;
}

.zag {
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: start;
    align-items: start;
    margin-bottom: 2rem;
}

.zag h2 {
    font-size: 1.5rem;
    font-weight: 600 !important;
    color: #2B2A29;
    margin: 0;
    white-space: nowrap;
}

.zag hr {
    height: 1px;
    opacity: 1;
    border-color: #DEDEDE;
    width: 100%;
    margin-right: 120px;
}

.carousel_1 .owl-nav,
.carousel_2 .owl-nav,
.carousel_4 .owl-nav,
.carousel_5 .owl-nav {
    top: 0;
}

.carousel_1 .owl-nav button,
.carousel_2 .owl-nav button,
.carousel_4 .owl-nav button,
.carousel_5 .owl-nav button {
    margin-top: -4.3rem;
}

.card__1 {
    position: relative;
    width: 100%;
    height: 290px;
    border-radius: 2rem;
    overflow: hidden;
    color: #fff;
}

.card__1 > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2rem;
    overflow: hidden;
    z-index: 1;
}

.card__1 > picture::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.card__1 > picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    transition: .3s all;
}

.card__1:hover picture img {
    transform: scale(1.1);
}

.card__1__text {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    height: 100%;
    justify-content: space-between;
    padding: 1.5rem;
    align-items: start;
}

.card__1__text a {
    color: #fff;
}

.card__1__text span {
    font-size: .75rem;
    padding: 8px 16px;
    background-color: rgba(43, 42, 41, .25);
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    border-radius: 5rem;
    display: inline-flex;
}

.card__1__text > div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
}

.card__1__text h3 {
    font-size: 18px;
    font-weight: 500 !important;
    transition: .3s all;
}

.card__1__text h3:hover {
    color: #FFC300;
}

.card__1__text > div:last-child span {
    flex-shrink: 0;
    padding: .88rem 1.5rem;
    background-color: #fff;
    color: #2B2A29;
    font-size: .75rem;
    transition: .3s all;
}

.card__1__text > div:last-child span:hover {
    background-color: #FFC300;
}

.owl-dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.owl-dots button {
    width: .4rem !important;
    height: .4rem !important;
    border-radius: 100% !important;
    background: #d5d5d5 !important;
}

.owl-dots button:hover {
    background-color: #2B2A29 !important;
}

.owl-dots button.active {
    background-color: #555 !important;
}

.zag .nav {
    flex-wrap: nowrap;
    align-items: center;
    gap: 3rem;
    white-space: nowrap;
}

.zag .nav button {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.5rem;
    font-weight: 600;
    color: #C1C1C1;
}

.zag .nav button.active,
.zag .nav button:hover {
    color: #2B2A29;
}

.card__2 {
    position: relative;
    background-color: #fff;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__2 > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    gap: 1rem;
}

.card__2 > div:first-child span {
    font-size: .70rem;
    color: #2B2A29;
    padding: 8px 12px;
    background-color: #F3F3F3;
    border-radius: 5rem;
    text-align: center;
}

.card__2 > div:first-child > div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: .5rem;
    flex-shrink: 0;
}

.card__2 > div:first-child > div button {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.card__2 > div:first-child > div button:hover {
    opacity: .5;
}

.card__2 > div > a > picture {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.card__2 > div > a > picture img {
    object-fit: contain !important;
    width: 98%;
    height: 98%;
    transition: .3s all;
}

.card__2 > div > a > picture:hover img {
    transform: scale(1.1);
}

.card__2__text {
    padding: 0 2rem;
}

.card__2__text a {
    color: #2B2A29;
}

.card__2__text a:hover {
    color: #999;
}

.card__2__text h3 {
    font-size: 20px;
    font-weight: 500 !important;
    margin: 0;
}

.card__2__text p {
    font-size: .75rem;
    color: #2B2A29;
    margin: .5rem 0 0 0;
}

.card__2 > a {
    width: 100%;
    background-color: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    color: #2B2A29;
    height: 80px;
    border-radius: 0 0 1.5rem 1.5rem;
    position: relative;
    padding-top: 20px;
}

.card__2 > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24px;
    background-color: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
}

.card__2 > a:hover {
    background-color: #FFC300;
}

.application__block {
    margin-top: 5rem;
    background-color: #222;
    padding: 3rem;
    border-radius: 1.5rem;
    display: flex;
    gap: 1.5rem;
    color: #fff;
    align-items: center;
}

.application__block h2 {
    font-size: 2rem;
    font-weight: 600 !important;
    margin: 0;
}

.application__block p {
    font-size: 14px;
    margin: 20px 0 0 0;
    color: #999;
}

.application__block > div:first-child {
    width: 100%;
    max-width: 380px;
    margin-right: 100px;
}

.application__block > div:last-child {
    width: 100%;
}

.application__block > div:last-child form {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.application__block > div:last-child form input {
    width: 100%;
    padding: 24px 20px;
    font-size: 1rem;
    background-color: #383838;
    border-color: transparent;
    border-radius: 20px;
    color: #fff;
}

.application__block > div:last-child form input::placeholder {
    color: #999;
}

.application__block > div:last-child form .send {
    width: 175px;
    flex-shrink: 0;
    border: 0;
    border: 0;
    background-color: #fff;
    color: #2B2A29;
    font-weight: 600;
    transition: .3s all;
}

.application__block > div:last-child form .send:hover {
    background-color: #FFC300;
}

.advantages__block {
    margin-top: 5rem;
}

.advantages__block h2 {
    font-size: 1.5rem;
    color: #2B2A29;
    font-weight: 600 !important;
    margin-bottom: 2rem;
}

.card__3 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1.5rem;
    align-items: start;
}

.card__3 h3 {
    font-size: 1rem;
    font-weight: 500 !important;
    margin: 0;
}

.card__3 p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.card__3 picture {
    width: 100% !important;
    height: 100% !important;
    max-width: 72px !important;
    max-height: 72px !important;
}

.carousel_3 .owl-dots button {
    width: 20px !important;
    height: 4px !important;
    border-radius: 4px !important;
}

.carousel_3 .owl-dots button:hover {
    background-color: #2B2A29 !important;
}

.carousel_3 .owl-dots button.active {
    width: 80px !important;
}

.info__block {
    margin-top: 5rem;
}

.card__4 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.card__4 > a > picture {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 1.5rem;
    overflow: hidden;
}

.card__4 > a > picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    transition: .3s all;
}

.card__4 > a > picture:hover img {
    transform: scale(1.1);
}

.card__4__text {
    padding: 1rem 1rem 0 1rem;
}

.card__4__text a {
    color: #2B2A29;
    font-size: 1rem;
    font-weight: 500;
}

.card__4__text a:hover {
    color: #999;
}

.card__4__text p {
    font-size: .75rem;
    color: #999;
    margin: 1rem 0 0 0;
}

footer > div {
    margin-top: 5rem;
    background-color: #fff;
    padding-top: 3.5rem;
}

footer .col-lg-9 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

footer ul {
    list-style: none;
    padding: 1rem 3rem;
    margin: 0;
    background-color: #2B2A29;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer ul a {
    color: #fff;
    font-size: 15px;
}

footer ul a:hover {
    color: #FFC300;
}

footer .col-lg-9 > div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__phone {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.footer__phone a {
    color: #2B2A29;
}

.footer__phone a:hover {
    color: #999;
}

.footer__phone > div {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 100%;
}

.footer__phone > div a:last-child {
    font-size: 1rem;
    font-weight: 400;
}

.footer__phone picture {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.footer__social a picture {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.footer__social a picture:hover {
    background-color: #FFC300;
}

.footer__location {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer__location picture {
    flex-shrink: 0;
}

.footer__location p {
    font-size: 1rem;
    color: #2B2A29;
    margin: 0;
    max-width: 196px;
}

footer hr {
    width: 100%;
    margin: 2rem 0;
    height: 1px;
    opacity: 1;
    border-color: #E1E1E1;
}

footer .col-12 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    font-size: .75rem;
    color: #2B2A29;
}

footer .col-12 > div {
    width: 33.333333%;
}

footer .col-12 a {
    color: #2B2A29;
}

footer .col-12 a:hover {
    color: #999;
}

#search {
    height: 210px;
}

#search h4 {
    font-size: 1.2rem;
    font-weight: 600 !important;
    margin: 1rem 0;
}

#search input {
    font-size: .9rem !important;
    padding: 1rem;
}

#search button {
    padding: .8rem 1rem;
    background-color: #FFC300;
    color: #2B2A29;
    font-size: 1rem;
    border-radius: .5rem;
    line-height: 100%;
    border: 0;
    font-weight: 500 !important;
}

.send__aplication {
    width: 100%;
    background-color: #FFC300;
    color: #2B2A29;
    font-weight: 500 !important;
    padding: .75rem;
    border-radius: .25rem;
    border: 0;
}

.send__aplication:hover {
    background-color: #2B2A29;
    color: #fff;
}

.modal-title {
    font-weight: 500 !important;
    color: #2B2A29;
}

header ul .active a,
#menu ul .active a {
    color: #c1c1c1;
}

footer ul .active a {
    color: #FFC300;
}

.bread {
    font-size: .75rem;
    color: #c1c1c1;
    list-style: none;
    display: flex;
    gap: .25rem;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 .75rem 0;
    padding: 0;
}

.bread a {
    color: #2B2A29;
}

.bread a:hover {
    color: #FFC300;
}

.inner__zag {
    margin-bottom: 1.5rem;
}

.inner__zag hr {
    margin-right: 0;
}

.inner__zag h1 {
    font-size: 1.5rem;
    color: #2B2A29;
    font-weight: 600 !important;
    margin: 0;
}

.pagination {
    margin-top: 3rem !important;
}

.pagination .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1rem;
}

.pagination .prev picture,
.pagination .next picture {
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .prev picture:hover,
.pagination .next picture:hover {
    background-color: #FFC300;
}

.pagination a {
    color: #999;
}

.pagination a:hover {
    color: #2B2A29;
}

.pagination .active a {
    color: #2B2A29;
}

.sidebar > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar ul {
    list-style: none;
    padding: 1.5rem;
    margin: 0;
    background-color: #fff;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 14px;
}

.sidebar ul a {
    color: #c1c1c1;
}

.sidebar ul .active a {
    font-weight: 500;
}

.sidebar ul .active a,
.sidebar ul a:hover {
    color: #2B2A29;
}

.sidebar ul li {
    padding-left: 18px;
    position: relative;
}

.sidebar ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: url(../img/arrow_sidebar.svg) center no-repeat;
}

.sidebar form {
    display: flex;
    flex-direction: column;
    padding: .25rem;
    border-radius: 1.5rem;
    gap: .25rem;
    background-color: #FFC300;
}

.sidebar form select {
    padding: 1.35rem 1.5rem;
    border-radius: 20px;
    background: url(../img/arrow.svg) center right 1.5rem no-repeat #fff;
    border: 0;
    font-size: 14px;
    color: #2B2A29;
    appearance: none;
    -webkit-appearance: none;
    transition: .3s all;
    cursor: pointer;
}

.sidebar form select:hover {
    background-color: rgba(255, 255, 255, .9);
}

.sidebar form button {
    padding: 1.2rem .75rem 1.4rem .75rem;
    background-color: transparent;
    border: 0;
    border-radius: 5rem;
    line-height: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #2B2A29;
}

.sidebar form button:hover {
    color: #806303;
}

.products__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.products__grid > div {
    width: calc(33.333333% - 1rem);
}

.card__2__2 {
    width: calc(25% - 1.13rem) !important;
}

.products__grid__wishlist > div {
    width: calc(25% - 1.13rem);
}

#hidden__sidebar,
.sidebar label {
    display: none;
}

.inner__product__content {
    margin-top: .75rem;
}

.photos__product > div {
    display: flex;
    gap: .75rem;
    align-items: start;
    position: sticky;
    top: 2rem;
}

.mini__photos {
    width: 60px;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.mini__photos img {
    width: 70% !important;
    height: 70% !important;
}

.photos__product .ratio {
    background-color: #fff;
}

.mini__photos .ratio {
    border-radius: .75rem;
}

.photos__product .ratio picture {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.photos__product .ratio picture img {
    object-fit: contain !important;
    width: 90%;
    height: 90%;
    transition: .3s all;
}

.photos__product .ratio picture:hover img {
    transform: scale(1.1);
}

.photos__product > div > div.ratio {
    border-radius: 1.5rem;
}

.product__description > div {
    padding-left: 40px;
}

.product__description h1 {
    font-size: 2rem;
    font-weight: 500 !important;
    margin: 0;
    color: #2B2A29;
}

.product__description__1 {
    display: flex;
    gap: 2rem;
    align-items: center;
    gap: 2rem;
    margin: 1.5rem 0 2rem 0;
}

.product__description__1 button {
    background-color: transparent;
    padding: 0;
    border: 0;
}

.product__description__1 button:hover {
    opacity: .5;
}

.product__description__1 span {
    font-size: .75rem;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 5rem;
    color: #2B2A29;
}

.product__description__2 {
    margin-bottom: 2rem;
}

.product__description__2 p {
    font-size: 14px;
    line-height: 160%;
    color: #2B2A29;
    margin: 0;
}

.product__description__3 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.product__description__3 > div {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.product__description__3 > div span {
    font-size: .75rem;
    color: #999;
}

.product__description__3 > div b {
    color: #2B2A29;
    font-size: 1rem;
    font-weight: 400 !important;
}

.product__description__3 > div {
    width: calc(50% - 1rem);
}

.product__benefits {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.product__benefits > div {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
}

.product__benefits > div p {
    color: #2B2A29;
    font-size: .75rem;
    line-height: 150%;
    margin: 0;
}

.product__benefits > div picture {
    flex-shrink: 0;
}

.product__benefits {
    padding-left: 2rem !important;
}

.product__tabs {
    margin-top: 3rem !important;
}

.product__tabs hr {
    margin-right: 0;
}

.product__tabs .nav button {
    font-size: 1rem;
}

.product__tabs .tab-pane {
    font-size: 14px;
    line-height: 160%;
    color: #2B2A29;
}

.product__tabs .tab-pane img {
    max-width: 100%;
}

.cart__items {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.cart__item {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding: .5rem;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    transition: .3s all;
}

.cart__item:hover {
    border-color: #999;
}

.cart__item button {
    padding: 0;
    line-height: 100%;
    border: 0;
    background-color: transparent;
}

.cart__item button:hover {
    opacity: .5;
}

.cart__item button picture {
    width: 17.5px;
    height: 17.5px;
}

.cart__item > div > a > picture {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    background-color: #fff;
    overflow: hidden;
}

.cart__item > div > a > picture img {
    object-fit: contain !important;
    max-width: 70%;
    max-height: 70%;
    transition: .3s all;
}

.cart__item > div > a > picture:hover img {
    transform: scale(1.1);
}

.cart__item > div:first-child {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    width: 100%;
}

.cart__item > div > div {
    width: 100%;
}

.cart__item a {
    font-size: 1rem;
    color: #2B2A29;
    font-weight: 500;
}

.cart__item a:hover {
    color: #999;
}

.cart__item p {
    font-size: 14px;
    color: #2B2A29;
    margin: 0;
}

.cart__item > div:last-child {
    padding-right: 2rem;
}

.form__cart {
    padding: 2rem;
    background-color: #fff;
    border-radius: 1.5rem;
    margin-left: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form__cart b {
    font-size: 20px;
    color: #2B2A29;
    font-weight: 600 !important;
}

.form__cart form {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.form__cart input {
    padding: 20.5px 20px;
    font-size: 1rem;
    color: #2B2A29;
    background-color: #F3F3F3;
    border-color: transparent;
    border-radius: 20px;
}

.form__cart button {
    padding: 21.5px 20px;
    border: 0;
    background-color: #FFC300;
    color: #2B2A29;
    border-radius: 20px;
    font-weight: 600;
}

.form__cart button:hover {
    background-color: #2B2A29;
    color: #fff;
}

.info__block__inner {
    margin-top: .75rem !important;
}

.article__inner {
    margin-top: .75rem !important;
}

.article__inner .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.article__inner .ratio picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
}

.article__image {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 2.5rem;
    position: sticky;
    top: 2rem;
}

.article__image > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #fff;
    border-radius: 1rem;
    color: #2B2A29;
}

.article__image > div > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 10px;
}

.article__date {
    font-size: .75rem !important;
}

.article__inner__text h1 {
    font-size: 20px;
    font-weight: 500 !important;
    color: #2B2A29;
    margin: 0;
}

.article__inner__text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    margin: 1.5rem 0 0 0;
}

.text__block__1 {
    padding-left: 2.5rem;
}

.text__block__2 {
    padding-right: 2.5rem;
}

.text__block__1 p,
.text__block__2 p {
    color: #2B2A29;
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 1.5rem 0;
}

.text__block__1 p:last-child,
.text__block__2 p:last-child {
    margin: 0;
}

.text__block__image .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.text__block__image .ratio picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
}

.benefits__inner {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.carousel_5 img {
    width: 100%;
    border-radius: 1rem;
    cursor: pointer;
    transition: .3s all;
}

.carousel_5 img:hover {
    opacity: .8;
}

.fancybox__thumbs,
.fancybox__counter {
    display: none;
}

.map .ratio {
    border-radius: 1.5rem;
    overflow: hidden;
}

.inner__contacts {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 3rem;
    max-width: 372px;
    margin-left: 2.5rem;
}

.inner__contacts .footer__social {
    justify-content: start;
}

.inner__contacts .footer__social picture {
    background-color: #fff;
}

.inner__contacts > button {
    width: 100%;
    background-color: #FFC300;
    color: #2B2A29;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 20px;
    border: 0;
    padding: 1.35rem;
}

.inner__contacts > button:hover {
    background-color: #2B2A29;
    color: #fff;
}

.search__result__header {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.search__result__header span {
    background-color: #FFC300;
    cursor: pointer;
    padding: .5rem .75rem;
    border-radius: .5rem;
    margin: 0 .5rem;
    transition: .3s all;
}

.search__result__header span:hover {
    background-color: #333;
    color: #fff;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {
    header ul {
        width: 500px;
    }

    .benefits__block .col > div {
        gap: 1rem;
        padding: 1.2rem 1rem;
        border-radius: 1rem;
    }

    .benefits__block .col > div picture {
        width: 1.5rem;
    }

    .benefits__block .col > div p {
        margin: 0;
        font-size: .70rem;
        color: #2B2A29;
    }

    .product__benefits > div {
        padding: 1.2rem;
        gap: 1rem;
    }

    .product__benefits > div p {
        font-size: .7rem;
    }
}

@media (max-width: 1200px) {
    header {
        padding: .95rem 0;
    }

    .benefits__block .col > div {
        width: calc(33.33333% - 1.2rem);
        min-height: 81px;
    }

    .filters__block form {
        flex-wrap: wrap;
    }

    .filters__block form select {
        width: calc(50% - .14rem);
    }

    .filters__block form button {
        width: 100%;
        padding: 1rem;
    }

    .application__block {
        flex-direction: column;
    }

    .application__block > div {
        max-width: 100% !important;
        text-align: center;
        margin: 0 !important;
    }

    .sidebar label {
        display: flex;
        align-items: center;
        gap: 1rem;
        justify-content: space-between;
        padding: .75rem .75rem .75rem 1.5rem;
        background-color: #fff;
        border-radius: 1.5rem;
        transition: .3s all;
    }

    .sidebar__menu {
        display: none !important;
    }

    #hidden__sidebar:checked ~ .sidebar__menu {
        display: flex !important;
        margin-top: 1.5rem;
    }

    #hidden__sidebar:checked ~ label {
        background-color: #f9f9f9;
    }

    .product__description > div {
        padding-left: 0;
    }

    .product__benefits {
        padding-left: 0 !important;
    }

    .products__grid__wishlist > div {
        width: calc(33.333333% - 1.13rem);
    }

    .form__cart {
        margin-left: 0;
    }

    .article__image {
        padding-right: 0;
    }

    .text__block__1 {
        padding-left: 0;
    }
    
    .text__block__2 {
        padding-right: 0;
    }

}

@media (max-width: 992px) {
    .application__block > div:first-child {
        max-width: 100%;
        margin-right: 0;
    }

    .photos__product {
        margin-bottom: 2rem;
    }

    .mini__photos {
        width: 20%;
    }

    .product__benefits {
        margin-top: 2rem !important;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 1.5rem;
    }

    .product__benefits > div {
        width: calc(50% - .75rem);
    }

    .form__cart {
        margin-top: 1.5rem;
    }

    .article__image {
        margin-bottom: 2rem;
    }

    .text__block__1,
    .text__block__2 {
        padding: 1rem;
    }

    .inner__contacts {
        max-width: 100%;
        margin-left: 0;
        margin-top: 2rem;
        align-items: center;
    }

    .filters__block form select {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .application__block > div:last-child form {
        flex-direction: column;
        gap: .5rem;
    }

    .products__grid > div {
        width: calc(50% - .75rem);
    }
}

@media (max-width: 576px) {
    main {
        margin-top: calc(70px + 1rem);
    }
    .head__phone {
        position: fixed;
        right: .75rem;
        bottom: .75rem;
        font-size: 0;
        background-color: #4B902D;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .head__phone a {
        gap: 0;
    }

    .head__buttons {
        gap: 1.5rem;
    }

    .banner__main,
    .slider .item {
        height: 300px;
    }

    .banner__main h1 {
        font-size: 1.1rem;
    }

    .banner__main p {
        font-size: .7rem;
    }

    .benefits__block .col {
        gap: .75rem;
    }

    .benefits__block .col > div {
        width: calc(50% - .4rem);
        min-height: auto;
        flex-direction: column;
        text-align: center;
    }

    .benefits__block .col > div:last-child {
        width: 100%;
    }

    .filters__block form select {
        width: 100%;
    }

    .card__1 {
        height: 220px;
        border-radius: 1.5rem;
    }

    .card__1 > picture {
        border-radius: 1.5rem;
    }

    .card__1__text {
        padding: 1rem;
    }
    .card__1__text h3 {
        font-size: 1rem;
    }

    .card__1__text > div:last-child {
        gap: 1rem;
    }

    .card__1__text > div:last-child span {
        font-size: .6rem;
        padding: .75rem 1rem;
    }

    .zag hr {
        display: none;
    }

    .zag .nav {
        gap: 1.5rem;
    }

    .zag .nav button {
        font-size: 1.2rem;
    }

    .card__2 {
        border-radius: 1.25rem;
    }

    .card__2 > div:first-child {
        flex-direction: column;
        padding: .25rem;
        gap: .75rem;
    }

    .card__2 > div:first-child span {
        width: 100%;
        font-size: .6rem;
    }

    .card__2 > div:first-child > div {
        padding: 0;
    }

    .card__2 > div > a > picture {
        height: 120px;
    }

    .card__2__text {
        padding: 0 .75rem;
        text-align: center;
    }

    .card__2__text h3 {
        font-size: 1rem;
    }

    .card__2__text p {
        font-size: .7rem;
    }

    .card__2 > a {
        height: 60px;
        padding-top: 15px;
        font-size: .7rem;
        border-radius: 0 0 1.25rem 1.25rem;
        background-color: #FFC300;
    }

    .card__2 > a::before {
        height: 1.25rem;
        border-radius: 0 0 1.25rem 1.25rem;
    }

    .application__block {
        padding: 1.5rem;
    }

    .application__block h2 {
        font-size: 1.2rem;
    }

    .application__block p {
        font-size: .75rem;
        margin: .75rem 0 0 0;
    }

    .application__block input {
        padding: 1rem 1.5rem !important;
        font-size: .75rem !important;
        border-radius: 1rem !important;
    }

    .owl-dots button,
    .carousel_3 .owl-dots button {
        width: .4rem !important;
        height: .4rem !important;
        border-radius: 100% !important;
        background: #d5d5d5 !important;
    }

    .owl-dots button.active,
    .carousel_3 .owl-dots button.active {
        width: .4rem !important;
        height: .4rem !important;
        background-color: #2B2A29 !important;
        border-radius: 100% !important;
    }

    footer ul {
        flex-direction: column;
        gap: 1rem;
    }

    footer .col-lg-9 > div:last-child {
        flex-direction: column;
        gap: 2rem;
    }

    footer .col-12 {
        flex-direction: column;
        gap: 1rem;
    }

    footer hr {
        margin-bottom: .5rem;
    }

    footer .col-12 > div {
        width: 100%;
        text-align: center !important;
    }

    .footer__phone,
    .footer__location {
        flex-direction: column;
        text-align: center;
    }

    .products__grid {
        gap: .5rem;
    }

    .products__grid > div {
        width: calc(50% - .25rem);
    }

    .product__benefits {
        margin-top: 2rem !important;
        flex-wrap: wrap;
        flex-direction: row;
        gap: .5rem;
        padding: 0 .75rem !important;
    }

    .product__benefits > div {
        width: calc(50% - .275rem);
        flex-direction: column;
        text-align: center;
    }

    .product__benefits > div:last-child {
        width: 100%;
    }

    .cart__item > div:first-child {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }

    .cart__item > div:first-child > div {
        margin-left: .75rem;
    }

    .cart__item > div:first-child > div:last-child {
        margin-bottom: .75rem;
    }

    .cart__item > div:last-child {
        padding: 0 .75rem 0 0;
    }

    .benefits__inner h2 {
        font-size: 1.2rem;
    }

    .benefits__inner .card__3 {
        padding: .9rem;
        border-radius: 1rem;
        gap: 1rem;
    }

    .benefits__inner .card__3 h3 {
        font-size: .8rem;
    }

    .benefits__inner .card__3 p {
        font-size: .6rem;
    }

    .inner__contacts {
        gap: 2rem;
    }
}