*,
*::after,
*::before {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0;
}


img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

body {
    min-height: 100vh;
}

button {
    border: none;
    outline: none;
}

input,
button,
textarea,
select {
    font: inherit;
}


html,
body {
    scroll-behavior: smooth;
}

button,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}


body {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    background: #fff;
    /* min-width: 375px; */
    /* min-height: 100vh; */
    overflow-x: hidden;
}



.hidden {
    display: none;
}


.fixed body {
    overflow: hidden;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

a.button {
    text-decoration: none;
}

.main__wrapper {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

.wrap__inner {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* overflow: hidden; */
}

.wrap__inner.inner__pages {
    height: auto;
}

[class*="__container"] {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

main {
    height: calc(100% - 188px);
    flex: 1 1 auto;
}

/* header */

header {}

.header__mobilemenu {
    display: none;
}

.burger {
    display: none;
}

.burger svg {
    width: 25px;
    height: 15px;
    object-fit: cover;
}

.header__topbar {
    background: #363636;
    padding: 8px 0;
}

.htopbar__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar__menu {
    display: flex;
    align-items: center;
    gap: 16px;
}

.topbar__menu a {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    transition: color .12s linear;
}


.loginuot {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
    transition: color .12s linear;
}


.login-btn {
    text-decoration: none;
    color: #FFF;
}

.register-btn {
    text-decoration: none;
    color: #FFF;
}

.topbar__menu a:hover,
.loginuot a:hover {
    color: #FF5000;

    transition: color .12s linear;
}

.header__main {
    background: #252525;
    padding: 20px 0;
}

.hmain__container {
    display: flex;
    align-items: center;
    gap: 74px;
}

.logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    max-width: 288px;
    width: 100%;
    flex-shrink: 0;
}

.logo>span {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.hmain__base {
    display: flex;
    align-items: center;
    gap: 38px;
}

.hlogos {
    display: flex;
    align-items: center;
    gap: 6px;
}


.hlogo {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hlogo.logoural {
    background: #37393B;
}

.hlogo.logoymz {
    background: #024E8D;
}


.htel {
    display: flex;
    flex-direction: column;
}

.htel>a {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
	white-space: nowrap;
}

.htel>span {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.hinfo {
    max-width: 220px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 133%;
}

.hinfo a {
    color: #FF5000;
}

.hcard {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    background: none;
    padding: 0;
    outline: none;
}

.hcard:hover .hcard-icon {
    background: #FF9900;
    transition: background .12s linear;
}


.hcard-icon {
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 4px;
    background: #FF5000;
    padding-bottom: 6px;
    flex-shrink: 0;
    transition: background .12s linear;
}

/* .hcard-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/sprite.svg#icon-cart');
} */


svg.icon.icon-cart {
    width: 23px;
    height: 23px;
}

svg.icon.icon-vk {
    width: 22px;
    height: 13px;
}

svg.icon.icon-wp {
    width: 21px;
    height: 21px;
}

svg.icon.icon-ya {
    width: 12px;
    height: 24px;
}

/* .hcard-icon i {
    font-size: 22px;
    color: #fff;
} */


.hcard-counter {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 12px;
    color: #FF5000;
    background: #fff;
    border-radius: 20px;
    padding: 1.5px 4px;
    line-height: 1;

    display: none;
}


.hcard-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}


.header__foot {
    background: #FF5000;
    padding: 10px 0;
}

.hfoot__container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 38px;
}

.catalog__btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #fff;
    color: #FF5000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-radius: 4px;
    /* overflow: hidden; */
    z-index: 0;
}



.catalog__btn::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 30px;
    background: #fff;
    top: 35px;
    z-index: -1;

    opacity: 0;
    visibility: hidden;

    transition: all .1s linear;
}

.catalog__btn.opened::after {
    opacity: 1;
    visibility: visible;
    transition: all .1s linear;
}

.catalog__btnicon {
    position: relative;
    display: block;
    padding: 0;
    width: 15px;
    height: 14px;
    outline: none;
    background: transparent;
}

.catalog__btnicon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #FF5000;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: all .12s ease;
}

.catalog__btnicon::after,
.catalog__btnicon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #FF5000;
    left: 0;
    transition: all .12s ease;
}

.catalog__btnicon::before {
    top: 0;
}

.catalog__btnicon::after {
    bottom: 0;
}

.catalog__btn.opened .catalog__btnicon::before {
    top: 45%;
    transform: rotate(-45deg);
    transition: all .12s ease;
}

.catalog__btn.opened .catalog__btnicon::after {
    bottom: 40%;
    transform: rotate(45deg);
    transition: all .12s ease;
}

.catalog__btn.opened .catalog__btnicon span {
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .12s ease;
}


.catalog__menu {
    display: flex;
    align-items: center;
    gap: 18px;
}

.catalog__menu>a,
.catalog__hassub>a {
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 10px;

    transition: all .12s linear;
}

.catalog__menu>a:hover,
.catalog__hassub>a:hover,
.catalog__menu>a.active,
.catalog__hassub>a.active {
    background: #fff;
    color: #FF5000;
    border-radius: 4px;

    transition: all .12s linear;
}

.catalogfull__box {
    position: absolute;
    top: calc(100% + 10px);
    z-index: 101;
    border-radius: 0px 4px 4px 4px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
    display: none;
    width: 100%;
}


.catalog__full {
    columns: 4;
    column-width: 240px;
}

.catalog__full a:not(:last-child) {
    margin-bottom: 16px;
}

.catalog__full a {
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
    transition: color .12s linear;
    /* max-width: 200px; */
}

.catalog__full a:hover,
.catalog__full a.active {
    color: #FF5000;
    transition: color .12s linear;
}

.catalog__sub {
    position: absolute;
    max-width: 304px;
    display: flex;
    width: 100%;
    padding: 20px;
    z-index: 101;
    background: #fff;
    flex-direction: column;
    gap: 16px;
    border-radius: 0px 4px 4px 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform: translate(0px, 20px) scaleY(0);
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;

    transition: all .12s linear;
}

.catalog__hassub:hover>a {
    background: #fff;
    color: #FF5000;
    border-radius: 4px;
    transition: all .12s linear;
}

.catalog__hassub:hover>a::after {
    opacity: 1;
    visibility: visible;
    transition: all .10s linear;
}

.catalog__hassub:hover .catalog__sub {
    transform: translate(0px, 20px) scaleY(1);
    transform-origin: 0 0;
    opacity: 1;
    visibility: visible;

    transition: all .12s linear;
}



.catalog__hassub>a {
    position: relative;
    z-index: 0;
}

.catalog__hassub>a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 60%;
    width: 100%;
    height: 30px;
    background: #fff;
    z-index: -1;

    opacity: 0;
    visibility: hidden;

    transition: all .10s linear;
}


/* .catalog__hassub::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
} */

.catalog__sub a {
    text-decoration: none;
    color: #000;
    transition: all .12s linear;
}

.catalog__sub a:hover,
.catalog__sub a.active {
    color: #FF5000;
    transition: all .12s linear;
}

/*  */

picture img {
    width: 100%;
}

/*  */

.home {
    width: 100%;
    height: 100%;
}


.home__wrapper {
    position: relative;
    height: 100%;
}

.searchbox {
    position: absolute;
    z-index: 100;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -35px;
    max-width: 860px;
    padding: 0 10px;
    width: 100%;
}

.searchbox form {
    position: relative;
    width: 100%;
}

.searchbox form input[name="search"] {
    outline: none;
    border: none;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.50);
    padding: 20px 70px 20px 30px;
    color: #514E4E;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.searchbox form button {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    font-size: 30px;
    color: #ff5000;

    transition: color .12s linear;

}

.searchbox form button:hover {
    color: #FF9900;

    transition: color .12s linear;
}

svg.icon.icon-search {
    stroke: #ff5000;
    transition: all .12s linear;
    height: 100%;
    width: 100%;
}

svg.icon.icon-search:hover {
    stroke: #FF9900;
    transition: all .12s linear;
}

.searchDropDown {
    border-radius: 4px;
    background: #FFF;
    padding: 20px;
    position: relative;
    transform: translate(0px, 30px);

    opacity: 0;
    visibility: hidden;

    transition: all .12s linear;

    max-height: 400px;
    overflow-y: auto;
    width: 100%;
}

.searchDropDown.opened {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 2px);
    transition: all .12s linear;
    z-index: 100;
}

.searchDropDown ul {
    list-style: none;
    padding: 0;
}

.searchDropDown ul li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.searchDropDown ul li:not(:last-child) {
    margin-bottom: 4px;
}

.searchDropDown ul li img {
    width: 60px;
    height: 50px;
}

.searchDropDown ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.searchDropDown ul li:hover a {
    color: #FF5000;
}

.searchDropDown ul li.searchAll {
    margin-top: 16px;
}

.searchDropDown ul li.searchAll a {
    text-decoration: none;
    color: #FF5000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}


.swiper.home__slider {
    height: 100%;
}


.swiper-slide.home__slide {
    display: flex;
}

.swiper-slide.home__slide picture {
    height: 100%;
    width: 100%;
}

.swiper-slide.home__slide picture img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.navbar {
    position: absolute;
    z-index: 10;
    bottom: 40px;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, 0);
    gap: 20px;
}


.arrows {
    cursor: pointer;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.50);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.arrows svg path {
    stroke: #FF5000;
    transition: all .12s linear;
}

/* .arrows:hover svg path {
    stroke: #FF5000;
    transition: all .12s linear;
} */

.arrows.swiper-button-disabled {
    pointer-events: none;
}

.arrows.swiper-button-disabled svg path {
    stroke: #929292;
}

.navdots {
    --swiper-pagination-bullet-horizontal-gap: 0;

    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-color: #FF5000;

    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
}

.navdots.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* products */

.page__wrapper {
    display: flex;
    align-items: flex-start;
    padding: 24px 0 77px 0;
    justify-content: space-between;
    gap: 20px;
}

.sidebar__menu {
    max-width: 308px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar__menu a,
.sidebar__menu .hassub {
    text-decoration: none;
    font-size: 16px;
    color: #363636;

    transition: color .12s linear;
}

.sidebar__menu a:hover,
.sidebar__menu .hassub:hover>a,
.sidebar__menu .hassub.active>a,
.submenu__cnt a.active {
    color: #FF5000;
}

.submenu__cnt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 30px;
    padding-top: 16px;
}

.hassub {
    cursor: pointer;
}

/* 
.js__submenu {
    display: none;
} */

.page__content {
    max-width: 863px;
    flex: 1 1 375px;
}


.page__content .searchbox {
    position: relative;
    transform: none;
    max-width: 100%;
    margin-bottom: 34px;
    left: 0;
    top: 0;
    padding: 0;
    margin-top: 0;
}

.page__content .searchbox form input[name="search"] {
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    padding: 11.5px 46px 11.5px 10px;
    font-size: 14px;
}

.page__content .searchbox form button {
    position: absolute;
    right: 10px;
    width: 26px;
    height: 26px;
    font-size: 24px;
}

.page__content .searchbox .searchDropDown {
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    width: 100%;
    position: absolute;
}


.breadcrumbs {
    margin-bottom: 12px;
}

.breadcrumb__lnk {
    position: relative;
    font-size: 12px;
    color: #FF5000;
    line-height: 1;
    text-decoration: none;
    /* padding-right: 11px; */
}

.breadcrumbs span {
    font-size: 12px;
    line-height: 1;
    color: #FF5000;
}

/* .breadcrumb__lnk::after {
    position: absolute;
    content: '/';
    right: 0;
    top: 2px;
    font-size: 12px;
    line-height: 1;
    color: #FF5000;
} */

.breadcrumb__lnk:last-child {
    color: #252525;
}

/* .breadcrumb__lnk:last-child::after {
    display: none;
} */

.page__title {
    color: #252525;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}


.product__list {
    display: flex;
    flex-wrap: wrap;
    /* gap: 25px 0;
    justify-content: space-between; */
    gap: 25px;
}

.product__item {
    text-decoration: none;
    /* flex: 0 1 25%; */
    max-width: 197px;
    width: 100%;
    min-width: 197px;
    margin: 0;
}

.product__item span {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.product__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDD;
    background: #FEFEFE;
    max-height: 204px;
    /* height: 100%; */
    padding: 22px 18px;
}

.product__image {}

.page__content.no__sidebar {
    max-width: initial;
}

.page__content.no__sidebar .product__list {
    display: grid;
    grid-template-columns: repeat(5, 197px);
    gap: 25px;
    margin: 0;
    justify-content: space-between;
}

.page__content.no__sidebar .product__item {
    text-decoration: none;
    max-width: 197px;
    width: 100%;
    margin: 0;
}



/* footer */

footer {
    background: #252525;
    padding: 70px 0;
}

.footer__container {}


.footer__top {
    display: flex;
    align-items: stretch;
}


.footer__topleft {
    max-width: 315px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.webformat {
    margin-top: auto;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    align-items: flex-start;
}

svg.icon.icon-webformat {
    width: 124px;
    height: 22px;
}

.webformat span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.footer__logo {
    display: flex;
    max-width: 288px;
    width: 100%;
    margin-bottom: 34px;
}

.flogo {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
}

.flogos {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flogo span {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    max-width: 150px;
}

.flogo__logobox {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.flogo.logoural .flogo__logobox {
    background: #37393B;
}

.flogo.logoymz .flogo__logobox {
    background: #024E8D;
}


.footer__topmiddle {
    max-width: 275px;
    width: 100%;
    margin: 0 0 0 auto;
}

.footer__menumain {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 47px;
}

.footer__menumain a {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;


    transition: color .12s linear;
}

.footer__menusecond {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__menusecond a {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;

    transition: color .12s linear;
}

.footer__menusecond a:hover,
.footer__menumain a:hover {
    color: #FF9900;
    transition: color .12s linear;
}

.footer__topright {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    max-width: 214px;
    width: 100%;
}


.finfo__row {
    text-decoration: none;
    color: #FF5000;
    font-size: 14px;
    font-weight: 400;
    line-height: 133.523%;
}


.adressbox {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.adress__item {
    display: flex;
    flex-direction: column;

}


.adress__item .city__name {
    margin-bottom: 16px;
    color: #FFF;
    font-weight: 700;
    line-height: normal;
}

.adress__item .ad__tel {
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.adress__item .ad__str {
    position: relative;
    color: #FF5000;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;

    transition: color .12s linear;
}

.adress__item .ad__tel:hover,
.adress__item .ad__str:hover {
    color: #FF9900;

    transition: color .12s linear;
}

/* .adress__item .ad__str::after {
    position: absolute;
    content: "\e905";
    font-family: 'icons' !important;
    top: 50%;
    font-size: 10px;
    transform: translate(10px, -50%);
} */

.adress__item .ad__str::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(10px, -50%);
    background: url('../img/sprite.svg#icon-lnk') no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 12px;
    height: 12px;

    transition: background .12s linear;
}

.adress__item .ad__str:hover::after {
    background: url('../img/sprite.svg#icon-hv') no-repeat;

    transition: background .12s linear;
}

.fmail {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}


.soc__list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.soc__item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #606060;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    transition: background .12s linear;
}

.soc__item .icon-vk {
    font-size: 18px;
}

.soc__item .icon-wp {
    font-size: 21px;
}

.soc__item .icon-ya {
    font-size: 24px;
}

.soc__item.soc__vk:hover {
    background: #2D6DBC;
    transition: background .12s linear;
}

.soc__item.soc__wp:hover {
    background: #48C95F;
    transition: background .12s linear;
}

.soc__item.soc__ya:hover {
    background: #ED1E24;
    transition: background .12s linear;
}