* {
    padding: 0px;
    margin: 0px;
    border: none;
}
a, [data-ui-markup="a"], .intec-ui-markup-a {
    color: inherit !important;
    cursor: pointer;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html, body {
    background: #fff !important;
}
a {
    color: inherit;
}
li {
    font-size: 0;
}
a,
a:link,
a:visited {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none;
}
input[type="checkbox"] + label::before {
    top: 6px !important;
}
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}
.link_favorite:hover   svg  path{
    fill: #ff4b07 !important;


}
.product__bottom-left {

    color: #fff !important;
}
.basket-order{
    padding-top: 5px;
}
img,
svg {
    max-width: 100%;
    height: auto;
}
.messages_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    color: #666;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    z-index: 99999;
}
.messages_cookies-wrp {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.sfeedback {
    width: 164px !important;
    height: 25px !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    background: #3EBBE6;
}
.messages_cookies-close {

    display: inline !important;
    padding: 5px 15px;
    margin-left: 20px !important;
}
.catalog_detail_overview_content  ul, ul li {
    list-style: none;
    font-size: initial !important;
}
.compare_page .compare_top {

    border-bottom: 1px solid #e8e7e7 !important;
}
.compare_content {

    margin-top: 50px !important;
}
.header__profile-text1 {
    font-size: 16px;
    cursor: pointer;
    margin-left: 7px;
}

.header__profile-text1 {
    margin-left: 0px !important;
    position: relative;
    margin-top: 4px !important;
    top: 0px !important;
}
.footer__feedback-btn {
    width: 164px;
    height: 42px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center !important;
    font-size: 16px !important;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    background: #3EBBE6 !important;
}
#header__profile-ico {
    margin-left: 0px !important;

    position: relative;
    top: -5px;

}
.header__top {
    padding-bottom: 0px !important;
}
.content_page  {
    margin-top: 20px;/*50px*/
}
.product__title {

    min-height: 50px;
}
.breadcrumbs a {
    color: #000 !important;
    text-decoration: underline !important;
}
.header__favorite-text {
    margin-left: 0px;
    margin-top: -8px;

}
.header__favorite  span , .header__compare span  {
    top: 0;
    right: 20px;
}
.header__cart span {
    top: 0;
    right: 15px;
}
.header__profile-text1 {

    margin-top: -8px;
}
.header__compare-text {

    margin-top: -8px;
}

.header__cart-text {

    margin-top: -8px;
}
.header__profile, .header__favorite, .header__compare, .header__cart {
    display: block !important;
    /* align-items: center; */
    text-align: center !important;
}
.breadcrumbs .active {
    color: #999999 !important;
}
.blue_button {

    color: #00a7df !important;
}
.header__cart-old {
    display: none;
}.header__favorite .block_count, .header__compare .block_count, .header__cart .block_count {
     position: absolute;

     background: #ff4b07;
     border-radius: 5px;
     padding: 2px 5px;
     font-size: 10px;
     color: #fff;
     font-weight: bold;
 }

body main {
    margin-top: 140px!important;
}
.product__price-left span  {
    cursor: pointer;
}
#header__profile-ico    {
    margin-left: 5px;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    background: #ffff;
}
.product__price-left span {
    margin: -5px 4px !important;
}
.header__favorite, .header__compare, .header__cart  {
    padding: 8px 0px;
}
.footer__logo svg {fill:#ff4b07}

.product__price-left {
    font-size: 24px !important;
}
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
label {
    cursor: pointer;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Circe", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    color: #262626;
    scroll-behavior: smooth;
    background: #feffff;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s;
}
.container {
    max-width: 1460px;
    padding: 0 20px;
    margin: 0 auto;
}

.header {
    padding-top: 14px;
}
.header__top {
    padding-bottom: 12px;
}
.header__top-inner {
    display: flex;
    align-items: center;
}
@media (max-width: 1300px) {
    .header__top-inner nav {
        display: none;
    }
}
.header__top-inner .header__cart,
.header__top-inner .header__favorite {
    display: none;
}
@media (max-width: 768px) {
    .header__top-inner .header__cart,
    .header__top-inner .header__favorite {
        display: inherit;
    }
}
@media (max-width: 768px) {
    .header__top-inner .header__tel,
    .header__top-inner .header__social,
    .header__top-inner .header__feedback {
        display: none;
    }
}
.header .nav {
    margin-left: 24px;
}
.header .nav__list {
    display: flex;
}
.header .nav__item:not(:first-child) {
    margin-left: 31px;
}
.header .nav__link {
    display: block;
    font-size: 16px;
    line-height: 1.875;
}
.header__tel {
    display: block;
    margin-left: auto;
    font-family: Circe;
    font-size: 22px;
    font-weight: 700;
}
.header__social-wapp {
    margin-left: 10px;
    font-size: 16px;
}
.header__social-tg {
    margin-left: 4px;
    font-size: 16px;
}
.header__social-max{
    width: 21px;
    height: 22px;
    margin-left: 6px;
    font-size: 16px;
}
.header__feedback {
    width: 164px;
    height: 42px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;

    background: #3EBBE6;
}
.header .hamburger {
    display: none;
    width: 24px;
    height: 16px;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.header__bot {
    background: #ffffff;
    box-shadow: 0px 4px 5px 0px rgba(217, 217, 217, 0.25);
}
.header__bot-inner {
    padding: 5px 0 6px;
    display: flex;
    align-items: center;
}
.header__catalog {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #FF4B07;
    min-width: 212px;
    min-height: 41px;
}
.header__catalog span {
    display: flex;
    align-items: center;
}
.header__catalog-text {
    min-height: 27px;
    margin-left: 14px;
    margin-top: 2px;
    color: #ffffff;
    font-family: Circe;
    font-size: 18px;
    font-weight: 700;
}
.header__search {
    position: relative;
    max-width: 658px;
    width: 100%;
    height: 41px;
    margin: 0 24px 0 12px;
}
.header__search input {
    width: 100%;
    height: 100%;
    padding: 0 40px 0px 18px;
    font-size: 14px;
    color: #262626;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: rgba(0, 167, 223, 0);
}
.header__search input::placeholder {
    font-size: 14px;
    color: #999999;
}
.header__search-icon {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 7px;
    cursor:pointer;
    background-image: url("../images/header/search-icon.svg");
}
.header__bot-right {
    min-width: 485px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__profile, .header__favorite, .header__compare, .header__cart {
    display: flex;
    align-items: center;
}
.header__favorite-text {
    margin-left: 7px;
}
.header__compare-text {
    margin-left: 6px;
}
.header__cart-text {
    margin-left: 8px;
}
.header__menu {
    display: none;
}
@media only screen and (max-width: 1440px) {
    .header .nav__item:not(:first-child) {
        margin-left: 15px;
    }
    .header__tel {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1300px) {
    .header .nav {
        margin: 30px 0 0;
    }

    .header .nav__list {
        flex-direction: column;
    }

    .header .nav__item:not(:first-child) {
        margin: 0;
    }

    .header .nav__link {
        font-size: 18px;
    }

    .header__feedback {
        margin-left: 35px;
    }

    .header .hamburger {
        display: flex;
        margin-left: 35px;
    }

    @media (max-width: 768px) {
        .intro__item-4 {
            background-position: right center;
        }
    }
    .intro__item-5 {
        grid-area: n5;
        background: url("../images/intro/5.png"), #fff;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 154px;
    }
}
