@font-face {
    font-family: 'Rubik';
    src: url('../fonts/hinted-subset-Rubik-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/hinted-subset-Rubik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/hinted-subset-Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/hinted-subset-Rubik-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/hinted-subset-Rubik-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/hinted-subset-Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/hinted-subset-Rubik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'rubik';
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #2C2C2C;
}

h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #2C2C2C;
}

html, body {
    font-family: 'rubik';
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

body {
    margin: 0;
}

input:focus {
    outline: none;
}

button {
    cursor: pointer;
}

.header {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #F4FAFF;
}

.header.fixed #search__box {
    top: 85px;
}

.header__main {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #F4FAFF;
    box-shadow: 0px 4px 7px rgba(0, 95, 136, 0.25);
    border-bottom: 4px solid #00A0E3;
    transition: 0.4s;
}

header.header .container.main {
    width: 100%;
}

.header__subnav {
    background-color: #ECF4FB;
}

.container.subnav {
    display: flex;
    justify-content: space-between;
}

.header__subnav__list {
    padding: 0;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    align-items: center;
}

.header__subnav__right {
    display: flex;
    align-items: center;
    position: relative;
}

.header__callback {
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 9px 2px rgba(161, 171, 190, 0.09);
    z-index: 6;
    border: 1px solid #DEE6EA;
    left: 0;
    opacity: 0;
}

.header__callback_box:hover .header__callback {
    opacity: 1;
}

.subnav__info__tel {
    margin-right: 20px;
}

.header__tel {
    margin-left: 11px;
}

.subnav__info__tel, .subnav__info__position {
    position: relative;
    width: min-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blind {
    display: flex;
    margin-right: 20px;
    width: 23%;
    height: 80%;
    cursor: pointer;
}

.blind img {
    width: 100%;
}

.header__tel__number {
    white-space: nowrap;
}

.header__position {
}

.header__position::before {
    content: url('../img/header/location.png');
}

.header__tel__number::before, .header__position::before {
    float: left;
    margin-right: 40px;
    height: 0px;
}

.main__search {
    display: flex;
    position: relative;
    width: 58%;
    margin-right: 25px;
}

.main__search.search-active {
    z-index: 999;
    background: #fff;
    border-radius: 25px;
}

.main__actions {
    display: flex;
    white-space: nowrap;
}

.main__mobile {
    display: none;
}

.header__subnav__item {
    display: inline-block;
}

.container.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 22px;
    width: 100%;
}

.header__logo {
    width: 90%;
}

.main__labels {
    display: flex;
}

.header__delivery {
    position: relative;
    margin-right: 25px;
    width: 27%;
    display: flex;
}

.header__delivery img {
    width: 100%;
}

/*.header__basket, .header__hearth {*/
/*    margin-right: 27px;*/
/*}*/

.wishlist, .basket {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    justify-content: space-between;
}

.checkout__items.wishlist{
    align-items: unset;
}

.counter {
    position: absolute;
    right: 11px;
    bottom: 45px;
    background-color: #FF4134;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket .goods.counter{
    right: -1px;
}

.header__catnav {
    background: linear-gradient(90.45deg, #00A0E3 27.93%, #029CDF 66.72%);
    box-shadow: 0px 4px 7px rgba(0, 95, 136, 0.25);
    border-radius: 0px 0px 15px 15px;
    position: relative;
    z-index: 2;
}

.header__catnav__list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 0;
}

.header__catnav__list li {
    text-align: center;
}

.catnav__link__image {
    display: block;
    margin: auto;
    height: 40px;
}

a {
    text-decoration: none;
}

.header__subnav__link {
    font-style: normal;
    color: #2C2C2C;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.aktsii_btn .header__subnav__link, .skidki_btn .header__subnav__link {
    color: #fff;
    padding: 5px 12px;
    border-radius: 17px;
}

.skidki_btn .header__subnav__link {
    background: #F292AD;
}

.aktsii_btn .header__subnav__link {
    background: #00A0E3;
}

.header__subnav__item.aktsii_btn {
    margin-right: 10px;
}

.header__subnav__item {
    margin-right: 10px;
}

.header__tel__number {
    font-style: normal;
    color: #2C2C2C;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.header__position__text {
    font-style: normal;
    color: #2C2C2C;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 1px solid rgba(0, 160, 227, 0.5);
    margin-left: 12px;
    white-space: nowrap;
    margin-left: 20px;
}

.catnav__link__text {
    font-style: normal;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}

.header__search {
    font-size: 17px;
    width: 100%;
    border: 1.3px solid #00A0E3;
    height: 41px;
    border-radius: 50px 0 0 50px;
    padding-left: 42px;
    background: url('../img/header/search_icon.svg') no-repeat;
    background-position-y: 0%;
    background-position-x: 2%;
    background-position-y: center;
}

::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #A0A9B9;
}

.header__search__button {
    width: 94px;
    background-color: #00A0E3;
    border: 0px;
    padding: 0px;
    padding-bottom: 2px;
    margin-left: -5px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 0px;
    text-align: center;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
}

.header__delivery {
    width: 221px;
}

.header__profile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    justify-content: space-between;
}

.search__box {
    position: absolute;
    z-index: 999;
    top: 85px;
    left: 0;
}