html {
    height: 100%;
}
body {
    margin: 0 auto;
    max-width: 1440px;
    min-width: 375px;
    box-sizing: border-box;
    overflow-x: hidden;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(248, 244, 240, 1);
}
/*Хэдер*/
.header__list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    border-bottom: solid 2px #198d9b;
    margin-right: 92px;
    padding-right: 31px;
}
.header__list-item:hover a {
    color: #198d9b;
    transition: all 0.7s ease-in-out;
}
img[src*="корзина(черн)"] {
    margin-bottom: 0px;
}
.header__list-item a {
    text-decoration: none;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #121011;
}
.header {
    padding-top: 37px;
    width: 1440px;
    padding-left: 130px;
    display: flex;
    align-items: flex-end;
    z-index: 10;
    flex-direction: row;
    padding-bottom: 10px;
}
.header__list-item {
    margin-bottom: 21px;
}
.header .logo {
    margin-right: 125px;
}
.logo:hover path {
    fill: #198d9b;
    transition: all 0.7s ease-in-out;
}
.header__list-item:first-child {
    padding-left: 32px;
}
.header__list-item:not(.header__list-item:first-child) {
    margin-left: 44px;
}
.number-of-position {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #198d9b;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    top: -20px;
    right: -9px;
    text-align: center;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 10px;
    color: #ffffff;
}
/*burger*/
.wrapper {
    display: none;
}
.burger {
    position: relative;
    width: 100%;
    z-index: 50;
}
.burger:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.burger__conteiner {
    max-width: 1180px;
    margin: 0px auto;
    padding: 0px 10px;
}
.burger__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.burger__cross {
    display: none;
}
.burger__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.burger__list li {
    z-index: 4;
    margin: 0 0 0 20px;
    list-style: none;
}
.noscroll {
    overflow-y: hidden;
}
/*Навигация*/
.navigation h1 {
    font-family: "Arkhip";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 31px;
}
.navigation {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}
/*хлебные крошки*/
.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin-bottom: 35px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb__list {
    display: flex;
}
.breadcrumb__list-item:not(.breadcrumb__list-item:last-child)::after {
    content: " /";
}
.breadcrumb__list-item a {
    text-decoration: none;
    margin-right: 3px;
}
.breadcrumb__list-item {
    margin-right: 3px;
}
.breadcrumb__list-item span {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #121011;
}
/*Каталог*/
.catalog {
    flex: 1 0 auto;
    padding: 0 130px 110px;
    overflow: hidden;
}
.catalog__body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.catalog__body-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 38px 0 38px;
    border-left: solid 1px rgba(25, 141, 155, 0.3);
    border-bottom: solid 1px rgba(25, 141, 155, 0.3);
}
.catalog__body-tecnical {
    background-color: #e8e3dc;
    margin: 53px 0 54px;
}
.catalog__body-item:nth-child(3n + 1) {
    padding-left: 0;
    border-left: none;
}
.catalog__body-item:nth-child(7) {
    border-bottom: none;
}
.catalog__body-item:nth-child(8) {
    border-bottom: none;
}
.catalog__body-item:nth-child(9) {
    border-bottom: none;
}
.value {
    font-family: "Cinzel";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 54px;
    color: #121011;
}
.currency {
    font-family: "Cinzel";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #121011;
}
.currency:first-child {
    margin-right: 6px;
}
/*.catalog__body img[src$=".png"] {*/
/*    z-index: 4;*/
/*    padding: 0 55px 40px;*/
/*}*/
.catalog__body h3 {
    text-align: center;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #121011;
    margin-top: 40px;
    margin-bottom: 32px;
}

.items-info {
    display: flex;
    margin-bottom: 33px;
    flex-direction: column;
    align-items: center;
}
.items-info a:hover {
    color: #198d9b;
    transition: all 0.7s ease-in-out;
}
.items-info__currency {
    margin-bottom: 0;
}
.catalog__body-item a {
    text-decoration: none;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #121011;
    border: solid 4px #198d9b;
    padding: 14px 65px;
}
.technical {
    width: 33px;
    height: 33px;
    position: relative;
    left: -112px;
    background-color: #e8e3dc;
    top: 27px;
}
.technical-elem {
    width: 41px;
    height: 46px;
    position: relative;
    left: -142px;
    top: 28px;
    background-color: #f8f4f0;
}
.catalog__body-item:last-child a {
    text-decoration: none;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #121011;
    border: solid 4px #198d9b;
    padding: 23px 30px;
}
.catalog__body-item:last-child a:hover {
    color: #198d9b;
    transition: all 0.7s ease-in-out;
}
.catalog__body-item:last-child {
    /* display: none; */
}
.items-info__currency .basket {
    display: none;
}
/* футер*/
.footer {
    display: flex;
    background-color: #fdfcfb;
    height: 305px;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
}
.footer__list-item a {
    text-decoration: none;
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #121011;
}

.address {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #121011;
}
.footer__list-item:hover a {
    color: #198d9b;
    transition: all 0.7s ease-in-out;
}
.address:hover {
    color: #198d9b;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
}
.telephone {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #121011;
    margin-bottom: 27px;
}
.footer__logo {
    margin-left: 130px;
    margin-top: 55px;
}
.footer__info {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 63px;
}
.footer__list-item {
    margin-bottom: 18px;
}
.telegram:hover path,
.mail:hover path,
.instagram:hover path {
    transition: all 0.7s ease-in-out;
    stroke: #198d9b;
}
.footer__contacts a {
    text-decoration: none;
    margin-bottom: 27px;
    margin-right: 16px;
}
.category-image {
   
    z-index: 2;
    padding: 43px;
    background-color: #e8e3dc;
    margin-bottom: 19px;
    width: 300px; 
    height: 300px; 
}
.image {
  
}
