* {
    padding: 0px;
    margin: 0px;
    border: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
a, [data-ui-markup="a"], .intec-ui-markup-a {
    color: inherit !important;
    cursor: pointer;
}
a,
a:link,
a:visited {
    text-decoration: none !important;
}
html, body {
    background: #fff !important;
    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;
    background: #F7F8F9;
}
body main {
    margin-top: 140px!important;
}
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
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;
}
li {
    font-size: 0;
}
img {
    vertical-align: top;
}
img,
svg {
    max-width: 100%;
    height: auto;
}
h1{
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 30px;
}
input[type='checkbox']{
    visibility: hidden;
    width: 20px;
    height: 20px;
    z-index: 999;
    position: relative;
    top: 5px;
    left: 1px;
}
input[type='checkbox'] + label:before{
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #E8E7E7;
    background: white;
    position: absolute;
    top: 0;
}
.display_pc p {
    margin-top: 40px !important;
}
.product__price-right {
    float: right !important;
    font-size: 15px !important;
    line-height: 22px !important;
    display: flex;
}
.product__price-right span img{
    margin-top: 3px;
}
.product__price-right span {
    margin-left: 8px;
    margin-top: -9px;
}
.porange {
    color:#f48e43;
    margin: 0!important;
}
.porange::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    left: -10px;
    top: 9px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #f48e43;
}
.pgreen {
    color:#219653;margin: 0!important;}
.pgreen::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    left: -10px;
    top: 9px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #219653;
}
.pblue{
    margin: 0!important;
    color: #219653;
}
.pblue::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    left: -10px;
    top: 9px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #00A7DF;
}
.coupontooltip {
    display: none;
    background: #eee;
    margin-left: 28px;
    padding: 10px;
    position: absolute !important;
    z-index: 1000;
    width: 200px;
    height: auto;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    bottom: 0;
    right: 0;
}
.tip1 {
    left:0
}
.couponcode {
    position: relative;
}
.detail_action_block {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    width: auto !important;
    background: #FF4B07 !important;
    color: #fff !important;
    padding: 3px !important;
    border-radius: 5px;
}
.product__item-img {
    align-self: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-height: 300px;
}
.product__item-img img {
    object-fit: contain;
    width: 248px;
    height: 248px;
}
.product__item-img .sale {
    background: #00a7df !important;
    border-radius: 5px;
    padding: 5px 10px !important;
    color: #fff;
}
.discontinued {
    background: #a6a4a4 !important;
    border-radius: 5px;
    padding: 5px 10px !important;
    color: #fff;
}
.project, .madein  {
    background: #0d83bf !important;
    border-radius: 5px;
    padding: 5px 10px !important;
    color: #fff;
}
.isnew, .Registry_MPT   {
    background: #38a7df !important;
    border-radius: 5px;
    padding: 5px 10px !important;
    color: #fff;
}
.bestprice,.spec  {
    background: #f51a1a;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}
.profitably,.hit {
    background: #ff6c00 !important;
    border-radius: 5px;
    padding: 5px 10px !important;
    color: #fff;
}

.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;
}
.messages_cookies-close {
    display: inline !important;
    padding: 5px 15px;
    margin-left: 20px !important;
}
.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;
}
.catalog_detail_overview_content  ul, ul li {
    list-style: none;
    font-size: initial !important;
}
.product__price-left b {
    font-size: 24px !important;
    font-weight: 600;
    margin-right: 10px;
}
.product__price-left span  {
    cursor: pointer;
    margin: -5px 4px !important;
    /*margin: 0 8px;*/
}
.product__price-left {
    display: flex;
    /*font-size: 26px;*/
    font-size: 24px !important;
    font-weight: 700;
    line-height: 24px; /* 92.308% */
}
.header__profile-text1 {
    font-size: 16px;
    cursor: pointer;
    /*margin-left: 7px;*/
    margin-left: 0px !important;
    position: relative;
    margin-top: 4px !important;
    /*margin-top: -8px;*/
    top: 0px !important;
}
#header__profile-ico {
    margin-left: 0px !important;
    /*margin-left: 5px;*/
    position: relative;
    top: -5px;
}
.intro__item-1 {
    grid-area: n1;
    background: url("../images/intro/1.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-2 {
    grid-area: n2;
    background: url("../images/intro/2.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-3 {
    grid-area: n3;
    background: url("../images/intro/3.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-4 {
    grid-area: n4;
    background: url("../images/intro/4.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-5 {
    grid-area: n5;
    background: url("../images/intro/5.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-6 {
    grid-area: n6;
    background: url("../images/intro/6.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-7 {
    grid-area: n7;
    background: url("../images/intro/7.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-8 {
    grid-area: n8;
    background: url("../images/intro/8.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-9 {
    grid-area: n9;
    background: url("../images/intro/9.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-10 {
    grid-area: n10;
    background: url("../images/intro/10.png"), #fff;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 154px;
}
.intro__item-11 {
    grid-area: n1;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-12 {
    grid-area: n2;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-13 {
    grid-area: n3;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-14 {
    grid-area: n4;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-15 {
    grid-area: n5;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-16 {
    grid-area: n6;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-17 {
    grid-area: n7;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-18 {
    grid-area: n8;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-19 {
    grid-area: n9;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-20 {
    grid-area: n1;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-21 {
    grid-area: n2;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-22 {
    grid-area: n3;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-23 {
    grid-area: n4;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-24 {
    grid-area: n5;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-25 {
    grid-area: n6;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-26 {
    grid-area: n7;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-27 {
    grid-area: n8;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-28 {
    grid-area: n9;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 154px;
}
.intro__item-1 p, .intro__item-2 p {
    font-size: 30px;
}
.intro__item-3 p {
    max-width: 192px;
    padding-right: 20px;
}
.intro__item-4 p {
    margin-top: 60px;
    max-width: 192px;
}
.intro__item-5 p {
    max-width: 192px;
}
.intro__item-6 p {
    max-width: 192px;
}
.intro__item-7 p {
    max-width: 192px;
}
.intro__item-8 p {
    max-width: 192px;
}
.intro__item-9 p {
    max-width: 192px;
}
.intro {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    background-color: #fff;
    margin-top:140px!important;
    padding-top: 30px;
    padding-bottom: 42px;
    background-color: #fff;
}
.intro__inner {
    width: 100%;
}
.intro__items {
    padding-top: 25px;
    padding-bottom: 25px;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    grid-template-areas: "n1 n2 n2 n3 " "n1 n2 n2 n4 " "n1 n5 n6 n7 " "n8 n8 n9 n10" !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    grid-template-areas: "n1 n2 n2 n3" "n1 n2 n2 n4" "n1 n5 n6 n7" "n8 n8 n9 n10";
}
.intro__item {
    border-radius: 5px;
    background-position: right !important;
    box-shadow: 0px 4px 20px 0px rgba(166, 178, 181, 0.25);
}
.intro__item p {
    /*margin-top: 40px;*/
    margin-left: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.button_blue{
    border-radius: 5px;
    background: #00a7df;
    color: white;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 270px;
}
.banner__item .button_blue {
    color: #fff !important;
}
.banner__item {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.banner__item > h2{
    position: absolute;
    width: 100% !important;
    text-align: center;
    top: 50px;
    left: 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    width: 270px;
    text-align: center;
}
.banner__item > .button_blue{
    position: absolute;
    bottom: 50px;
    left: calc(50% - 135px);
}
.banner__item .banner_left_content{
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    width: 310px;
}
.banner__item .banner_left_content h2{
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}
.banner_left_content .button_blue {
    color: #fff !important;
}
.display_plansh,.display_mob {
    display:none
}
.service__items {
    margin-top: 10px;
}
.service__item {
    width:320px;
    min-height: 332px;
    border-radius: 5px;
    background-image: url("../images/service/img-1.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.service__item-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 12px 16px 10px 17px;
    background: rgba(255,75,7, 0.8);
    border-radius: 0 0 5px 5px;
}
.service {
    padding-top: 40px;
}
.service__inner {
    display: flex;
    flex-direction: column;
}
.service__top {
    display: flex;
    flex-direction: column;
}
.service__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.service__title-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px; /* 93.75% */
}
.service__name {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px; /* 109.091% */
}
.header__top {
    padding-bottom: 0px !important;
    /*padding-bottom: 12px;*/
}
.header__top-inner {
    display: flex;
    align-items: center;
}
.sale__item {
    border-radius: 5px;
    border: 1px solid #e8e7e7;
    min-height: 240px;
    height: 205px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
}
.sale__item-img {
    top: 0;
    right: 0;
    left: initial !important;
    position: absolute;
    top: 0;
    left: 0;
}
.sale__item-title {
    padding: 27px 40px 0 20px !important;
    height: 100px;
    padding: 27px 13px 0 82px;
    font-size: 20px;
    font-weight: 700;
    color: #00a7df;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sale__item-text {
    margin-top: 8px;
    padding: 0 19px 0px 22px !important;
    font-size: 16px;
    line-height: 1.375;
    color: #262626;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    margin-top: 8px;
    padding: 0 19px 8px 22px;
    font-size: 16px;
    line-height: 1.375;
    color: #262626;
}
.sale__items {
    margin-top: 20px;
}

.header__favorite-text {
    margin-left: 0px;
    margin-top: -8px;
    margin-left: 7px;
}
.header__favorite  span , .header__compare span  {
    top: 0;
    right: 20px;
}
.header__cart span {
    top: 0;
    right: 15px;
}
.header__compare-text {
    margin-top: -8px;
    margin-left: 6px;
}
.header__cart-text {
    margin-top: -8px;
    margin-left: 8px;
}
.header__profile, .header__favorite, .header__compare, .header__cart {
    display: block !important;
    /* align-items: center; */
    text-align: center !important;
    position: relative;
}
.header__favorite, .header__compare, .header__cart  {
    padding: 8px 0px;
}
.header__profile, .header__favorite, .header__compare, .header__cart {
    display: flex;
    align-items: center;
}
.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;
}
.header__profile-text, .header__favorite-text, .header__compare-text, .header__cart-text {
    font-size: 16px;
}
.hits {
    padding-top: 55px !important;
    padding-top: 50px;
    background-color: #ffffff;
}
.hits__inner {
    display: flex;
    flex-direction: column;
}
.hits__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.hits__title-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px; /* 93.75% */
}
.hits__title-showall {
    color: #38a7df;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.hits__title-icon {
    margin-left: 8px;
}
.hits__inner .product__bottom-right {
    position: relative !important;
}
.sale {
    margin-top: 5px !important;
    width: 100%;
    margin-top: 87px;
    padding: 53px 0 40px 0px;
    background-color: #fff;
}
.sale__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.sale__title-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 0.9375;
}
.sale__title-showall {
    color: #38a7df;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.sale__title-icon {
    margin-left: 8px;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    background: #ffff;
    padding-top: 14px;
}
.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__menu {
    display: none;
}
.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;
}
.new {
    padding-top: 55px;
    background-color: #ffffff;
}
.disposal {
    padding-top: 0px;
    padding: 0px 0 16px;
    background-color: #ffffff;
}
.banner {
    padding-top: 68px;
}
.banner__inner {
    width: 100%;
}
.news {
    margin-top: 58px;
}
.news__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news__title-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 0.9375;
}
.news__title-showall {
    color: #38a7df;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.news__title-icon {
    margin-left: 8px;
}
.news__items {
    margin-top: 10px;
}
.news__item {
    height: auto;
    padding: 32px 22px 22px;
    margin-bottom: 20px !important;
    transition: all 0.3s;
    border-radius: 5px;
    background-color: #ffffff;
}
.news__item-date {
    font-size: 14px;
    color: #999999;
}
.news__item-title {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    line-height: 1.2;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news__item-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.footer {
    margin-top: 116px;
    padding-top: 63.5px;
    background: #262626;
    color: #fff;
}
.footer__top-wrapper {
    display: flex;
}
.footer__logo svg {
    fill:#ff4b07
}
.footer__logo {
    margin-left: 35px;
}
.footer__feedback {
    margin-left: 76.5px;
    max-width: 310px;
}
.footer__feedback-connect {
    display: flex;
    align-items: flex-start;
}
.footer__tel {
    color: #feffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px; /* 92.308% */
}
.footer__social-wapp {
    margin-left: 10px;
}
.footer__social-tg {
    margin-left: 4px;
}
.footer__social-max{
    width: 21px;
    height: 21px;
    margin-left: 4px;
}
.footer__worktime {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.footer__address {
    margin-top: 15px;
    color: #feffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.footer__mail {
    margin-top: 15px;
    color: #00a7df;
    font-size: 18px;
    line-height: 140%; /* 25.2px */
}
.footer__about {
    margin-left: auto;
}
.footer__order {
    margin-left: 70px;
}
.footer__client {
    margin-left: 40px;
}
.footer .footer__items {
    display: flex;
    flex-direction: column;
}
.footer .footer__items-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.footer .footer__items-title {
    color: #feffff;
    font-weight: 700;
    line-height: 130%; /* 26px */
}
.footer__item {
    color: #feffff;
    font-size: 16px;
    line-height: 140%; /* 22.4px */
}
.footer__item:not(:first-child) {
    margin-top: 20px;
}
.footer__bot {
    margin-top: 39px;
    background: #262626;
    padding: 28px 35px;
}
.footer__bot-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__rights {
    color: #999;
    font-size: 13px;
    line-height: 140%; /* 18.2px */
}
.footer .bot-socials {
    display: flex;
    align-items: center;
}
.footer .bot-socials__text {
    color: #999;
    font-size: 13px;
    line-height: 140%; /* 18.2px */
    margin-right: 13px;
}
.footer .bot-socials__list {
    display: flex;
    align-items: center;
}
.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;
    width: 100%;
    height: 43.642px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #00a7df;
    background: rgba(0, 167, 223, 0);
    color: #00a7df;
    font-size: 16px;
}
.footer__feedback-connect{
    position: relative;
}
.product {
    margin-top: 20px;
}
.product__item {
    position: relative;
    border-radius: 5px;
    border: 1px solid #e8e7e7;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 22px;
    transition: 0.3s;
}
.product__model {
    margin-top: 7px;
    min-height: 20px;
    color: #999;
    font-size: 12px;
    line-height: 22px; /* 183.333% */
}
.product__title {
    min-height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product__price {
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product__bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}
.product__bottom-left {
    width: 164px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #FF4B07;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.product__bottom-left span {
    margin-right: 10px;
}
.product__bottom-right {
    display: flex;
}
.product__bottom-right span {
    display: flex;
    align-items: center;
}
.product__bottom-right span:first-child {
    margin-right: 12px;
}
.product__bottom-right svg path{
    transition: 0.3s;
}
.poisk_min{
    display:none;
}
#buy_popup, #callback_popup, #callback_auth, #registration_popup{
    display: none;
}
.popup_box{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7)
}
.checkbox_box{
    position: relative;
}
.blue_link{
    color: #38A7DF;
}
#modal-lizing {
    display:none;
}
#modal-lizing  .modal-body  {
    height: 500px;
    overflow: auto;
}