* {box-sizing: border-box;}
*:before, *:after {box-sizing: border-box;}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Mulish';
    font-weight: normal;
    background: #edf0f5;
    overflow-x: hidden;
}
.container{
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.a-center{
    align-items: center;
}
.a-end{
    align-items: flex-end;
}
button{
    cursor: pointer;
}
input[type="checkbox" i] {
    cursor: pointer;
}
.j-between{
    justify-content: space-between;
}
.j-end{
    justify-content: flex-end;
}
.j-center{
    justify-content: center;
}
.button{
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    height: fit-content;
    cursor: pointer;
}
.button_grey{
    background-color: #d4e0e0;
    color: #026261;
}
.button_green{
    background-color: #026261;
    color: white;
}
.button_sale::after{
    margin-left: 15px;
    content: url("../img/button-star.png");
}
.button_catalog::after{
    margin-left: 15px;
    content: url("../img/button-catalog.png");
}
.heading{
    font-size: 65px;
    line-height: 1;
    font-weight: 700;
    color: #2c2c2c;
}
.block{
    padding-top: 75px;
    gap: 30px;
}
.block_bg{
    padding: 75px;
    border-radius: 25px;
}
.more-button{
    font-size: 18px;
    font-weight: 800;
    color: #026261;
    background: #d4e0e0;
    width: fit-content;
    padding: 14px 18px 17px;
    border-radius: 10px;
    cursor: pointer;
}
.more-button::after{
    content: url("../img/svgviewer-png-output.png");
    display: inline-block;
    margin-bottom: -8px;
}
.carousel-arrows .slick-dots{
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: center;
    padding: 0 75px;
    display: flex;
    gap: 9px;
}
.carousel-arrows .slick-dots li button {
    font-size: 0;
    /* more CSS */
}
.carousel-arrows .slick-dots li button {
    content:"";
    width: 8px;
    display: block;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #d4e0e0;
    margin-top: 50px;
    opacity: 0.99;
}
.carousel-arrows .slick-dots li.slick-active button{
    background: #026261;
}
.carousel-arrows .slick-prev{
    position: absolute;
    background: url("../img/arrow-icon.png") no-repeat center;
    width: 16px;
    height: 14px;
    bottom: -14px;
    font-size: 0;
    border: 0;
    right: 55%;
    background-color: white;
    padding: 22px;
    border-radius: 50%;
}
.carousel-arrows .slick-next{
    position: absolute;
    background: url("../img/arrow-icon.png") no-repeat center;
    transform: rotate(180deg);
    width: 16px;
    height: 14px;
    bottom: -14px;
    font-size: 0;
    border: 0;
    left: 55%;
    background-color: white;
    padding: 22px;
    border-radius: 50%;
}


header{
    position: fixed;
    width: 100%;
    background: white;
    padding: 10px 0;
    z-index: 10;
}
.header__menu{
    gap: 20px;
}
.menu, .header__contacts{
    gap: 25px;
}
.menu__item{
    cursor: pointer;
}
.menu__item, .header__contact-grey{
    color: #5b5b5b;
}
.header__contact{
    font-weight: bold;
    color: #026261;
}
.menu__item_sub::after{
    content: "";
    background: url("../img/arrow.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 10px;
}
.header__contact-grey::before{
    content: url("../img/geo-icon.png");
    display: inline-block;
    margin-right: 10px;
}
.content{
    background-color: #edf0f5;
    padding-bottom: 75px;
    padding-top: 56px;
}
.subheading{
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    width: 100%;
}
.subheading__btns{
    gap: 20px;
}
.subheading__links{
    gap: 20px;
    justify-self: flex-end;
}
.subheading__link{
    color: #2f2f2f;
    cursor: pointer;
    gap: 7px;
}
.search{
    justify-self: center;
    width: 100%;
    border: 2px solid #026261;
    border-radius: 10px;
    background: white;
    padding-left: 10px;
}
.search__icon{
    padding-right: 10px;
}
.search__input{
    border: 0;
    outline: none;
    width: 100%;
}
.banner .slick-list{
    border-radius: 30px;
}
.banner__item{
    gap: 50px;
    min-height: 550px !important;
    width: 100%;
    padding: 75px 20px 20px 85px;
    background-size: cover !important;
}
.banner__heading{
    font-size: 85px;
    color: white;
    font-weight: 900;
    line-height: 1;
}
.banner__btn a{
color:#fff;
}
.banner__btn{
    padding: 13px 20px;
    background: rgba(212,224,224, 0.15);
    color: white;
    width: fit-content;
    border-radius: 10px;
    cursor: pointer;
}
.banner__btn::after{
    content: url("../img/banner-btn.png");
    margin-left: 15px;
    display: inline-block;
    margin-bottom: -2px;
}
.banner .slick-dots{
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    padding: 0 75px;
}
.banner .slick-dots li{
    width: 100%;
}
.banner .slick-dots li button {
    font-size: 0;
    /* more CSS */
}
.banner .slick-dots li button {
    content:"";
    width: 100%;
    display: block;
    height: 8px;
    border: none;
    border-radius: 7px;
    background: rgba(212,224,224, 0.2);
    margin-top: -60px;
    opacity: 0.99;
}
.banner .slick-dots li.slick-active button{
    background: white;
}
.popular__heading{
    font-size: 18px;
    font-weight: 800;
    max-width: 180px;
    line-height: 1;
}
.cat-card__heading {
    font-size: 16px;
    font-weight: 800;
    max-width: 180px;
    line-height: 1;
}
.popular__heading_long, .cat-card__heading_long{
    width: 212px;
    max-width: none;
}
.popular__more{
    color: #026261;
    font-size: 18px;
    font-weight: 800;
}
.cat-card__more {
    color: #026261;
    font-size: 14px;
    font-weight: 800;
}
.popular__more::after, .cat-card__more::after{
    content: url("../img/green-arrow.png");
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -6px;
}
.popular__card, .cat-card{
    padding: 25px;
    background: white;
    border-radius: 25px;
    gap: 30px;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.cat-card {
    padding: 20px;
    background: white;
    border-radius: 25px;
    gap: 10px;
    position: relative;
    width: auto;
    cursor: pointer;
    height: fit-content;
}
.popular__card-fire{
    position: absolute;
    width: 34px;
    top: 5px;
    right: 20px;
}
.cat-card__card-fire {
    position: absolute;
    width: 34px;
    top: -13px;
    right: 0;
}
.popular__img{
    width: 65px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}
.cat-card__img {
    width: 60px;
    height: 65px;
    object-fit: cover;
    border-radius: 10px;
}
.popular__card-fire img, .cat-card__card-fire img{
    width: 100%;
}
.popular__categories{
    gap: 20px;
}
.catalog__cards{
	list-style:none!important;
	padding:0;
	margin:0;
}
.catalog__cards, .catalog__col{
    flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.catalog__cards li ul{
	list-style:none;
	margin:0;
	padding:0;
}
.catalog__col{
    width: 100%;
}
.products__row, .catalog__cats, .products{
    gap: 10px;
}
.products{
    flex-wrap: wrap;
}
.product{
    width: calc(20% - 8px);
}
.catalog__card-head, .catalog__cards > li > a{
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    max-width: 286px;
	color:#333;
}
.catalog__card_categories{
    height: fit-content;
}
.catalog__card_white, .catalog__cards > li{
    padding: 30px 25px;
    background: white;
    border-radius: 25px;
}
.catalog__card-list{
    gap: 20px;
}
.catalog__card-item, .catalog__cards ul li a{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
	color:#333;
	
}
.catalog__cards ul{
	padding-top:24px;
}
.catalog__cards ul li{
	padding-top:16px;
}
.catalog__cards ul li:first-child{
	paddint-top:0;
}
.catalog__card-item a{
color:#2C2C2C;
}
.catalog__card-inner, .catalog__cards li ul{
    max-height: 330px;
    overflow-y: scroll;
    gap: 30px;
}
.catalog__card-inner_categories{
    max-height: none !important;
    overflow-y: hidden !important;
}
.catalog__card, .catalog__cards > li {
    background-size: cover !important;
    width: calc(25% - 24px);
	margin-bottom:24px;
    --scrollbarBg: #e5e5e5;
    --scrollbarThumb: #026261;
    --scrollbarWidth: 8px;
    --scrollbarBorder: 1px solid var(--scrollbarBg);
    --scrollbarBorderRadius: calc(var(--scrollbarWidth) / 2);
}
.catalog__card.flex-col{
    cursor: pointer;
}
.catalog__card-inner {
    scrollbar-width: var(--scrollbarWidth);
    scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg);
}
.catalog__card-inner::-webkit-scrollbar {
    width: var(--scrollbarWidth);
}
.catalog__card-inner::-webkit-scrollbar-track {
    background: var(--scrollbarBg);
    border-radius: var(--scrollbarBorderRadius);
}
.catalog__card-inner::-webkit-scrollbar-thumb {
    background-color: var(--scrollbarThumb);
    border-radius: var(--scrollbarBorderRadius);
    border: var(--scrollbarBorder);
}
.catalog__card-subheading{
    font-weight: 300;
    color: white;
}
.catalog__card-name{
    gap: 10px;
}
.catalog__card-heading{
    font-size: 28px;
    font-weight: 700;
    max-width: 286px;
    color: white;
}
.catalog__more{
    color: #056463;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 10px;
    background: #D9D9D9;
    padding: 15px 25px;
    width: fit-content;
    margin: 20px auto 0;
}
.catalog__info{
    padding-top: 40px;
    gap: 30px;
}
.catalog__info-head{
    color: #2C2C2C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.catalog__info-body, .product-card__chars-table{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 116.667% */
    gap: 15px;
    max-height: 300px;
}
.catalog__learn, .product-card__load{
    padding: 20px 40px;
    border-radius: 10px;
    background: #D9D9D9;
    width: fit-content;
    margin: -30px auto 0;
}
.product-card__load-outer{
    width: 100%;
    padding: 50px 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(237, 240, 245, 0.60) 0%, #EDF0F5 100%);
}
.catalog__info-body.active, .product-card__table-outer.active {
    max-height: 500px;
    background: none;
    -webkit-text-fill-color: black;
    --transition-time: 600ms;
    transition: max-height 0.6s ease-out;
}
.catalog__info-body.active ~ .catalog__learn, .product-card__table-outer.active ~ .product-card__load{
    display: none;
}
.round-button{
    align-self: flex-end;
    padding: 8px 10px 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
.work-steps{
    padding-bottom: 75px;
}
.work-steps__row, .work-steps__col{
    gap: 20px;
}
.work-steps__card{
    background: white;
    border-radius: 25px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.work-steps__text{
    padding: 30px;
    width: 55%;
}
.work-steps__img{
    width: 45%;
}
.work-steps__img img{
    width: 100%;
    -webkit-mask-image: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%);
}
.work-steps__num{
    color: #5b5b5b;
    font-size: 25px;
    font-weight: 900;
}
.work-steps__head{
    gap: 20px;
}
.work-steps__name{
    font-size: 23px;
    font-weight: 700;
}
.work-steps__more{
    color: #026261;
    font-weight: 800;
}
.work-steps__more::after{
    content: url("../img/green-arrow.png");
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -6px;
}
.delivery{
    background: url("../img/white-car.png") right bottom no-repeat;
    background-size: 55%;
    background-color: #026261;
    gap: 35px;
}
.delivery__more-button{
    margin-top: 30px;
}
.delivery .heading, .delivery__text{
    color: white;
}
.delivery__icon, .delivery__icon img{
    width: 35px;
}
.delivery__icon-text{
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.delivery__steps{
    max-width: 50%;
}
.delivery__text{
    max-width: 45%;
    font-weight: 300;
}
.delivery__step{
    width: 100%;
    gap: 10px;
    padding: 5px 15px;
    border-radius: 10px;
    background: #035352;
}
.delivery__steps, .delivery__steps-row{
    gap: 15px;
}
.heading_star::before{
    content: url("../img/star-icon.png");
    display: inline-block;
    margin-top: -5px;
    margin-right: 15px;
}
.stock{
    padding-bottom: 75px;
}
.stock__item, .product{
    background: white;
    border-radius: 20px;
    padding: 15px;
    gap: 15px;
}
.stock__img img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}
.product__img img{
    width: 100%;
    height: 120px;
    object-fit: fit;
    border-radius: 20px;
}
.stock__name, .product__name{
    font-size: 18px;
    font-weight: 800;
}
a{
text-decoration:none;
}
.stock__name a, .product__name a{
color: #026260;
}
.stock__row, .product__row{
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 600;
}
.catalog__button, .product__button{
    color: #026260;
    font-size: 18px;
    font-weight: 800;
    background: #d4e0e0;
    padding: 6px 5px 4px;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    border: 0;
    font-family: "Mulish";
}
.catalog__button a, .product__button a{
	color:#026260
}
.catalog__button::before, .product__button::before{
    content: url("../img/cart-icon-green.png");
    display: inline-block;
    margin-right: 10px;
}
.stock__item-outer{
    margin: 0 10px;
}
.stock__carousel{
    margin: 0 -10px;
}
.news{
    background: linear-gradient(90deg, #013737, #106464);
}
.news__carousel{
    margin: 0 -10px;
}
.news__item{
    background-size: cover !important;
    margin: 0 10px;
    padding: 20px;
    border-radius: 20px;
    min-height: 330px;
}
.news__text{
    gap: 15px;
}
.news__head .heading{
    color: white;
}
.news__name{
    color: white;
    font-size: 25px;
    font-weight: 600;
}
.news__desc, .news__date{
    color: white;
    font-weight: 300;
}
.news .round-button{
    padding: 6px 7px 6px;
}
.news .carousel-arrows .slick-prev, .news .carousel-arrows .slick-next{
    background: url("../img/arrow-icon-green.png") no-repeat center;
    background-color: #035757;
}
.slick-prev, .slick-next{
    cursor: pointer;
}
.faq{
    padding: 75px 150px;
}
.faq__blocks{
    gap: 5px;
}
.faq__block{
    padding: 20px;
    background: white;
    border-radius: 20px;
    gap: 30px;
    cursor: pointer;
}
.faq__heading{
    font-weight: 800;
    font-size: 18px;
}
.call-back{
    background: url(../img/Banner-Website-Secur.png) right bottom no-repeat, white;
    background-size: 50%;
    border-radius: 25px;
}
.call-back__text{
    font-size: 27px;
    font-weight: 600;
}
.call-back__inner{
    width: 55%;
}
.call-back__form{
    padding-top: 30px;
}
.call-back__form-row{
    position: relative;
}
.call-back__form-row, .call-back__form-input{
    width: 100%;
}
.call-back__form-submit{
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 11px 14px 8px 17px;
    height: calc(100% - 10px);
    border: 0;
    background: #035352;
    border-radius: 50%;
}
.call-back__form-input {
    padding: 15px 20px;
    border: 2px solid #035352;
    border-radius: 10px 25px 25px 10px;
}
.call-back__form-checkbox{
    margin-top: 15px;
    font-size: 13px;
}
.call-back__form-checkbox a{
    color: #035352;
}
.contacts{
    position: relative;
}
.contacts__block-outer{
    position: absolute;
    top: 75px;
    bottom: 75px;
    right: 150px;
    width: 100%;
    max-width: 500px;
}
.contacts__block{
    background: white;
    height: 100%;
    border-radius: 25px;
    padding: 50px;
}
#map{
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(100%);
}
.contacts__link, .contacts__text{
    gap: 10px;
    font-size: 20px;
    font-weight: 800;
    color: #434343;
}
.contacts__img{
    width: 32px;
}
.contacts__links{
    gap: 22px;
}
.contacts__icon{
    width: 40px;
    cursor: pointer;
}
.contacts__icons{
    gap: 10px;
    justify-content: flex-end;
}
.footer__contact_map::before{
    content: url("../img/footer-map.png");
    display: inline-block;
    width: 20px;
}
.footer__upper{
    background: #0d2122;
    align-items: flex-start;
    padding: 30px;
}
.footer__menu .menu__item{
    color: white;
}
.footer__menu .menu__item_sub::after {
    background: url("../img/arrow-down-white.png") no-repeat;
    background-size: contain;
}
.footer__contacts{
    gap: 25px;
}
.footer__block{
    gap: 7px;
    align-items: flex-end;
}
.footer__contact{
    color: #9ca3a3;
    font-size: 14px;
}
.footer__below{
    padding: 35px 10px;
    background: #010d0d;
}
.footer__below-inner{
    max-width: 881px;
    margin: 0 auto;
    gap: 30px;
}
.footer__col, .footer__below-text, .footer__col a{
    color: #bcc0c0;
    font-size: 13px;
}
.footer__below-text{
    font-size: 11.5px;
    font-weight: 300;
}
.footer__col{
    gap: 10px;
}
.footer__below-text{
    text-align: center;
}
.footer__below-row{
    width: 100%;
}
.burger{
    display: none;
}
.mob-menu{
    position: fixed;
    width: 100%;
    z-index: 9;
    margin-top: 56px;
}
.mob-menu__inner{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 10px;
    border-radius: 0 0 25px 25px;
    background: white;
}
.breadcrumbs{
    gap: 10px;
    padding-top: 20px;
}
.breadcrumbs__item{
    color: #026261;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.breadcrumbs__item_active{
    color: black;
}
.catalog__filter{
    gap: 20px;
}
.catalog__filters-list{
    gap: 26px;
}
.catalog__filter-name{
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.catalog__input input{
    width: 80px;
    height: 30px;
    border-radius: 8px;
    border: 2px solid #026261;
    padding: 9px 8px 7px;
}
.catalog__filter-price, .catalog__filter_price{
    gap: 6px;
}
.catalog__input{
    color: #393939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ctalog__sep{
    color: #2C2C2C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 4px;
}
.catalog__filter-checkboxes, .catalog__filter-checkbox{
    gap: 5px;
}
.catalog__filter-checkbox {
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-card{
    padding-top: 50px;
}
.product-card__main{
    gap: 20px;
    width: 60%;
}
.product-card__desc{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.product-card__text{
    gap: 24px;
}
.product-card__chars-head{
    font-size: 24px;
    font-weight: 800;
}
.product-card__chars{
    gap: 20px;
    position: relative;
}
.product-card__art{
    color: #393939;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-card__art span{
    color: #D9D9D9;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product-card__row{
    gap: 20px;
}
.product-card__gallery-row{
    gap: 15px;
}
.product-card__gallery-main{
    width: 415px;
    height: 364px;
    border-radius: 20px;
    object-fit: contain;
}
.product-card__heading{
    color: #2C2C2C;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}
.product-card__gallery{
    gap: 24px;
}
.product-card__gallery-side{
    width: 112px;
    height: 112px;
    object-fit: contain;
}
.product-card__gallery-side img{
    width: 100%;
    border-radius: 20px;
}
.product-card__chars-table {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style-type: none;
    font-size: 14px;
    max-height: 300px;
    overflow: hidden;
    --transition-time: 600ms;
    transition: max-height 0.6s ease-out;
}
.product-card__chars-table.active{
    max-height: 700px;
    overflow: visible;
    --transition-time: 600ms;
    transition: max-height 0.6s ease-out;
}
.product-card__chars-table.active ~ .product-card__load-outer{
    display: none;
}
.product-card__chars-table li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.product-card__chars-label {
    display: inline-block;
    position: relative;

}
.product-card__chars-label:after {
    content: '';
    position: absolute;
    left: 100%;
    right: -9999px;
    bottom: 4px;
    border-bottom: 1px dotted #888;
}
.product-card__chars-left {
    width: 70%;
    overflow: hidden;
    position: relative;
    float: left;
}
.product-card__chars-cor {
    width: 30%;
    float: right;
}
.product-card__chars-cor a{
    color: #207474;
    font-weight: 800;
    text-decoration: none;
}
.product-card__blocks{
    gap: 30px;
    width: 37%;
}
.product-card__block{
    border-radius: 20px;
    background: #FFF;
    padding: 55px 30px;
    width: 100%;
    gap: 20px;
}
.product-card__name{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 100% */
}
.product-card__link{
    color: #056463;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: -5px;
}
.product-card__price{
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 100% */
}
.product-card__add-cart{
    color: #056463;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #D9D9D9;
    padding: 13px 26px 10px;
    cursor: pointer;
}
.product-card__add-cart::before{
    content: "";
    background: url("../img/product-card-cart.svg") no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    margin-right: 17px;
}
.product-card__buy{
    color: #056463;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
.product-card__chars-cor_green{
    color: #026261;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
}
.product-card__reserves{
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.product-card__reserves::before{
    content: "";
    background: url("../img/product-card-reserve.svg");
    background-size: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.product-card__block-text{
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-card__block-text span{
    color: #056463;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}