.home-swiper-info-bg {
     padding: 21px 25px 25px;
     background: rgba(206, 206, 206, 0.27);
     backdrop-filter: blur(47.5px);
     position: absolute;
     bottom: 60px;
     left: 0;
     max-width: 750px;
}

.home-swiper-info {
     margin: 0 0 0 auto;
     /*width: calc(100% - 300px);*/
}

.home-swiper-info__title {
     color: #fff;
     font-size: 35px;
     font-style: normal;
     font-weight: 700;
     line-height: 53px;
     margin-bottom: 13px;
     text-decoration: underline;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.home-swiper-info__link {
     color: #fff;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-decoration-line: underline;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.home-swiper-info__link:hover {
     color: #1B335B;
}

.home-links-title {
     margin: 32px 10px 27px;
     color: #fff;
     text-align: center;
     font-size: 25px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.home-links-href {
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     text-align: center;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
     margin-bottom: 3px;
}

.home-category-section {
     padding: 46px 0 0;
}

.home-category-row {
     display: flex;
     flex-wrap: wrap;
     margin: 27px -6px 0
}

.home-category-row__item {
     padding: 13px 6px;
     width: 25%;
}

.home-category-link {
     display: block;
}

.home-category-link:hover .scale-hover {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
}

.home-category-link__img {
     overflow: hidden;
     border-radius: 20px;
     background: #F4F3F8;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 0 15px 0;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
}

.home-category-link__img>img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.home-category-link__title {
     color: #002B44;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     text-align: center;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
}

.about-us-section {
     padding: 4.2% 0 0;
}

.about-us-baner-first {
     position: relative;
}

.about-us-baner-first,
.about-us-baner-first>img,
.about-us-baner-second,
.about-us-baner-second>img {
     border-radius: 20px;
}

.about-us-baner-first__logo {
     display: block;
     position: absolute;
     top: 12%;
     left: 5%;
     max-width: 400px;
}

.about-us-row {
     position: relative;
     z-index: 3;
     display: flex;
     flex-wrap: wrap;
     margin: -6% -10px 0;
}

.about-us-row__item {
     width: 25%;
     padding: 10px;
     height: initial;
}

.about-us-block {
     height: 100%;
     padding: 28px 28px 30px;
     border-radius: 3px;
     border: 2px dashed #E5DEDE;
     background: #FFF;
     box-shadow: 0px 4px 17px 0px rgba(173, 173, 173, 0.25);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.about-us-block__img {
     width: 81px;
     height: 81px;
}

.about-us-block__img>img {
     height: 100%;
     object-fit: contain;
}

.about-us-block__title {
     margin: 18px 0 10%;
     color: #000;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
}

.about-us-block__text {
     color: #001F63;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
}

.about-us-info-bg {
     background: url('../images/about-us-info-bg.png') no-repeat -10% 100%;
     padding: 40px 0 80px 0;
}

.about-us-info {
     border-left: 5px solid #1B335B;
     padding: 0 0 120px 45px;
     position: relative;
}

.about-us-info::after {
     content: '';
     display: flex;
     align-items: center;
     justify-content: center;
     width: 115px;
     height: 115px;
     border-radius: 100px;
     box-shadow: 0px 4px 16px 0px rgba(157, 157, 157, 0.25);
     position: absolute;
     left: -58px;
     bottom: 0;
     z-index: 3;
     background: url('../images/about-us-info-bg-icon.png') no-repeat center;
     background-color: #FFF;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     -ms-border-radius: 100px;
     -o-border-radius: 100px;
}

.about-us-info__title {
     color: #001F63;
     font-size: 25px;
     font-style: normal;
     font-weight: 700;
     line-height: 46px;
     margin: 0 0 16px 0;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.about-us-info-footer {
     margin: -140px 0 0 90px;
     padding: 18px 33px;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     border-radius: 10px;
     background: #1B335B;
     box-shadow: 0px 4px 17px 0px rgba(100, 100, 100, 0.25);
}

.about-us-info-footer__item {
     width: 70%;
}

.about-us-info-footer__item:last-child {
     width: 30%;
}

.about-us-info-footer__title {
     color: #FFF;
     font-size: 29px;
     font-style: normal;
     font-weight: 400;
     line-height: 40px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.about-us-info-footer__text {
     color: #FFF;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     margin: 8px 0 25px;
}

.about-us-info-footer__link {
    display: block;
    margin: 0 0 0 auto;
    width: fit-content;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 12px 30px;
    border: 1px solid #fff;
    color: #fff;
    background: #1B335B;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.about-us-baner-second {
     position: relative;
     margin: 40px 0 0;
}

.about-us-baner-second-block {
     max-width: 500px;
     position: absolute;
     left: 3%;
     bottom: 6%;
}

.about-us-baner-second__logo {
     display: block;
     max-width: 400px;
     margin: 0 0 25px 0;
}

.about-us-baner-second__text {
     color: #FFF;
     font-size: 22px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.new-basket-price{
     display: flex;
     align-items: center;
}
.new-basket-price .our-product-link__old-price span{
     text-decoration: line-through;
}

.page-title {
     color: #121D5C;
     font-size: 30px;
     font-style: normal;
     font-weight: 400;
     line-height: 66px;
     text-align: center;
}

.our-product-row {
     display: flex;
     flex-wrap: wrap;
     margin: 40px -6px 0;
     width: auto;
}

.our-product-row__item {
     padding: 8px 6px;
     width: 16.666%;
     height: initial;
}

.our-product-link {
     position: relative;
     display: block;
     /*border-radius: 15px;*/
     border: 1px solid #E8E8E8;
     background: #FFF;
     height: 100%;
     /*-webkit-border-radius: 15px;*/
     /*-moz-border-radius: 15px;*/
     /*-ms-border-radius: 15px;*/
     /*-o-border-radius: 15px;*/
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.our-product-row__item:hover .our-product-link {
    transform: scale(1.04);
    box-shadow: 0 0 62px -26px black!important;
}

.our-product-link__img {
     overflow: hidden;
}

.our-product-card-btn{
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    padding: 10px 12px;
    background: #1B335B;
    border-radius: 100px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #f9faff;
}

.our-product-card-btn>svg{
    margin: 0 6px 0 0;
}

.our-product-link__fav-btn {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #f1efe9;
}

.our-product-link__fav-btn>i {
    font-size: 18px;
    color: #DE0A26;
}

.our-product-link__fav-btn,
.our-product-link__del-btn {
     position: absolute;
     top: 11px;
     right: 11px;
}

.our-product-link__label {
     padding: 2px 14px 2px 7px;
     background: #1B335B;
     position: absolute;
     top: 20px;
     left: -1px;
     color: #fff;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
}

.our-product-link__label::after {
     content: '';
     position: absolute;
     right: -12px;
     top: 10px;
     border-right: 14px solid transparent;
     border-left: 14px solid transparent;
     border-bottom: 8px solid #ffffff;
     transform: rotate(270deg);
     color: #fff;
     -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
     -ms-transform: rotate(270deg);
     -o-transform: rotate(270deg);
}

.our-product-info-container {
     border-top: 1px solid #f2f2f2;
     margin: 0 8px;
     padding: 12px 0 17px;
}

.our-product-link__title {
     min-height: 46px;
     color: #06364B;
     text-align: left;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 23px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.our-product-prices {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
}

.our-product-link__old-price {
    padding: 4px;
    color: #B40000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.our-product-link__old-price>span{
    text-decoration: line-through;
}

.our-product-link__price {
     color: #121D5C;
     font-size: 21px;
     font-style: normal;
     font-weight: 400;
}

sub {
     font-family: sans-serif;
     font-size: 13px;
     vertical-align: baseline;
}

.our-product-baner-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     padding: 5% 0;
}

.our-product-baner-row__item {
     width: 49.3%;
}

.our-product-baner-row__item>img {
     border-radius: 26px;
     -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
     -ms-border-radius: 26px;
     -o-border-radius: 26px;
}

.blog-section {
     padding: 4% 0 2%;
}


.blog-row,
.blog-page-row{
     display: flex;
     flex-wrap: wrap;
     margin: 40px -11px 0;
     width: auto;
}

.blog-row__item {
     width: 25%;
     padding: 11px;
}

.blog-item-link {
     display: block;
}

.blog-item-link:hover .scale-hover {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
}

.blog-item-link__img {
     overflow: hidden;
}

.blog-item-link__img,
.blog-item-link__img>img {
     border-radius: 19px;
     -webkit-border-radius: 19px;
     -moz-border-radius: 19px;
     -ms-border-radius: 19px;
     -o-border-radius: 19px;
}

.blog-item-link__date {
     color: #192136;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     margin: 7px 0 4px;
}

.blog-item-link-info__title {
     color: #000;
     text-align: left;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 31px;
     padding: 0 15px 0 0;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.blog-page-img-bg::after {
    content: '';
    margin: auto 0;
    position: absolute;
    background: #1B335B;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 38%;
    border-radius: 0 28px 28px 0;
    height: 100%;
    padding: 52px 0;
}

.blog-page-img-bg{
    position: relative;
}

.blog-page-img{
    display: flex;
    align-items: center;
    max-width: 1024px;
    width: 100%;
    margin: 80px 0;
    border-radius: 19px;
    padding: 6px;
    background: #ffffff;
}

.blog-page-img>img{
    border-radius: 15px;
}

.blog-page-des{
    max-width: 1024px;
    width: 100%;
}

.section-bottom-gape {
     padding: 0 0 3% 0;
}

.bread-crumbs {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     margin: 87px 0 17px;
}

.bread-crumbs__link {
     white-space: nowrap;
     color: #828181;
     font-size: 12px;
     font-style: normal;
     font-weight: 400;
}

.bread-crumbs__link:not(:last-child)::after {
     content: " › ";
     font-size: 14px;
     padding: 0 5px 0 2px;
}

.products-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}

.products-row__item {
     width: 20%;
}

.products-row__item:last-child {
     width: 78%;
}

.product-row {
     margin: 15px -6px 0;
}

.product-row>.our-product-row__item {
     width: 20%;
}

.mobile-filter-block>.product-filter__type {
     display: none;
}

.products-title {
     color: #000;
     font-size: 25px;
     font-style: normal;
     font-weight: 400;
}

.products-result {
     color: #1B335B;
     font-size: 12px;
     font-style: normal;
     font-weight: 400;
}

.filter-close-btn {
     display: none;
}

.product-filter__img {
     width: 100%;
     margin: 0 0 8px 0;
}

.product-filter__type {
     outline: none;
     width: 100%;
     padding: 13px;
     margin: 0 0 10px 0;
     border-radius: 3px;
     border: 1px solid #e8e9eb;
     background: #fff;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.filter-type-block {
     padding: 15px 18px;
     border-radius: 3px;
     margin: 0 0 23px 0;
     border: 1px solid #e8e9eb;
     background: #fff;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.filter-type-block__title {
     color: #353333;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     margin: 0 0 20px 0;
}

.filter-chackbox-item {
     display: flex;
     align-items: center;
     margin: 0 0 11px 0;
}

.filter-chackbox-item>input {
     cursor: pointer;
     width: 20px;
     height: 20px;
     accent-color: #1b335b;
}

.filter-chackbox-item>label {
     cursor: pointer;
     margin: 0 0 0 18px;
     color: #000;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
}

.filter-chackbox-colors {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -3px;
}

.filter-chackbox-colors__item {
     padding: 5px 3px;
}

.filter-chackbox-colors__item>input {
     display: none;
}

.filter-chackbox-colors__item>label {
     margin: 0;
     width: 42px;
     height: 42px;
     border-radius: 2px;
     border: 1px solid #e2e3e7;
     background: #fff;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
}

.filter-chackbox-colors__item>input:checked+label {
     border: 1px solid #273480;
}

.filter-chackbox-colors__item>input:checked+label::after {
     content: "✔";
     display: flex;
     align-items: center;
     justify-content: center;
     color: #273480;
     font-size: 25px;
}

.extra-controls {
     display: flex;
     align-items: center;
}

.js-input-from,
.js-input-to {
     border: 1px solid #e2e3e7;
     background: #fff;
     outline: none;
     width: 50%;
     border-radius: 3px;
     background: #fff;
     padding: 8px;
     font-weight: normal;
     font-size: 16px;
     text-align: left;
     color: #686868;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.range-slider {
     width: 100%;
     position: relative;
     height: 55px;
}

.irs--round .irs-bar {
     height: 6px;
     background: #1B335B;
}

.irs--round .irs-handle {
     top: 33px;
     width: 12px;
     height: 12px;
     border: 4px solid #1B335B;
     background-color: #1B335B;
     border-radius: unset;
     -webkit-border-radius: unset;
     -moz-border-radius: unset;
     -ms-border-radius: unset;
     -o-border-radius: unset;
}

.irs-from,
.irs-to,
.irs--round .irs-min,
.irs--round .irs-max {
     display: none;
}

.products-des {
     margin: 5% 0 0;
}

.filter-btn {
     display: none;
}

.product-info-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}

.product-info-row__item {
     width: 42%;
}

.product-info-row__item:last-child {
    width: 55%;
}

.product-slide {
     margin: 0 0 12px 0;
}

.product-slide,
.product-slide-thumbs__item {
     border-radius: 4px;
     border: 1px solid #ebecee;
     background: #fff;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     cursor: pointer;
}

.product-slide-thumbs__item {
     padding: 5px;
}

.product-slide>.swiper-button-next:after,
.product-slide>.swiper-button-prev:after {
     color: #8c8c8c;
     font-size: 23px;
}

.product-slide-thumbs__item.swiper-slide-thumb-active {
     border: 1px solid #1b335b;
}

.product-info__title {
     color: #1b335b;
     font-size: 30px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}
.favorite-and-code{
    display: flex;
    align-items: center;
    margin: 8px 0;
}
.product-fav-btn{
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfa;
    border-radius: 100px;
}
.product-info__code {
     color: #1b335b;
     font-size: 19px;
     font-style: normal;
     font-weight: 400;
     margin: 0 0 0 26px;
}

.product-info-prices {
    flex-direction: row;
     justify-content: flex-start;
     padding: 5px 0 10px;
     border-bottom: 1px solid #ebecee;
     margin-bottom: 10px;
}

.product-info-prices>.our-product-link__price {
     font-size: 32px;
}
.product-info-fav-cart {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     margin: 11px 0 0;
}

.product-info__count {
     display: flex;
     align-items: center;
     margin: 20px 0 30px;
}
.product-info__count .product-cart-btn{
    max-width: 372px;
    width: 100%;
    margin: 0 0 0 18px;
    display: flex;
    align-items: center;
    padding: 14px 15px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #f9faff;
    background: #1B335B;
    border-radius: 100px;
    justify-content: center;
}
.product-add-count {
     width: 133px;
     display: flex;
     align-items: center;
     padding: 7px 10px;
     background: #ffffff;
     border: 1px solid #1b335b;
     border-radius: 100px;
}
.decrement-count,
.increment-count {
     color: #1b335b;
     font-size: 18px;
     font-weight: 600;
     font-style: normal;
     width: 27px;
     height: 27px;
     background: #ffffff;
     border-radius: 50%;
     border: 1px solid #1b335b;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
}

.decrement-count:hover,
.increment-count:hover {
     border: 1px solid #1B335B;
}

.count-value {
     outline: none;
     color: #1B335B;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     text-align: center;
     /*padding: 4px 6px;*/
     width: 57px;
     border: none;
}

.for-disabled{
     color: #a2b1c9;
     font-size: 18px;
     font-weight: 600;
     font-style: normal;
     width: 27px;
     height: 27px;
     background: #ffffff;
     border-radius: 50%;
     border: 1px solid #a2b1c9;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
}

.for-disabled:hover{
     color: #a2b1c9;
     border: 1px solid #a2b1c9;
}

.for-disabled-border{
     border: 1px solid #a2b1c9;
     width: 133px;
     display: flex;
     align-items: center;
     padding: 7px 10px;
     background: #ffffff;
     border-radius: 100px;
}


.product-info-fav-cart>.product-favorite-btn,
.product-info-fav-cart>.product-cart-btn {
     display: flex;
     align-items: center;
     margin: 3px 0;
     color: #273480;
     font-size: 13px;
     font-weight: 400;
     padding: 8px 9px;
     border: 1px solid #273480;
     min-width: 220px;
}

.product-info-fav-cart>.product-favorite-btn>i,
.product-info-fav-cart>.product-cart-btn>svg {
     margin: 0 8px 0 0;
}

.product-info-fav-cart>.product-favorite-btn>i{
    font-size: 19px;
}

.product-info-fav-cart>.product-favorite-btn:hover,
.product-info-fav-cart>.product-cart-btn:hover {
     border: 1px solid #1B335B;
     background: #1B335B;
     color: #fff;
}

.product-info-fav-cart>.product-favorite-btn:hover i{
    color: #fff;
}

.product-info-fav-cart>.product-favorite-btn:hover svg *,
.product-info-fav-cart>.product-cart-btn:hover svg * {
     fill: #fff;
}

.product-params__item{
    display: flex;
}
.product-params__item:nth-child(even){
    background: #F3F3F3;
}
.product-params__text{
    padding: 6px 23px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #5f606a;
}
.product-params__text:first-child{
    width: 40%;
    border-right: 1px solid #BEBEBE;
}
.product-params__text:last-child {
    width: 60%;
}
.about-service{
    display: flex;
    flex-wrap: wrap;
    margin: 30px -4px 20px;
}
.about-service__item{
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 4px;
}
.about-service__img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    border-radius: 100%;
    margin: 0 8px 0 0;
}

.about-service__text{
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #1b325b;
}

.share-with-friends{
    display: flex;
    align-items: center;
}

.share-with-friends__title{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #1b325b;
    margin: 0 14px 0 0;
}

.share{
    display: flex;
    flex-wrap: wrap;
}

.share__link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    width: 38px;
    height: 38px;
    padding: 11px;
    border-radius: 50%;
}

.letter-bg {
     background: url("../images/section-logo.png") no-repeat 50% 110%;
     padding: 0 0 8% 0;
}

.product-des {
    margin: 35px 0 0;
     border-radius: 5px;
     background: #fff;
     box-shadow: 0px 4px 17px 0px rgba(177, 177, 177, 0.25);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.product-des-type {
     display: flex;
     align-items: center;
     overflow-x: auto;
     padding: 12px 20px;
     border-radius: 5px 5px 0px 0px;
     background: #1B335B;
     -webkit-border-radius: 5px 5px 0px 0px;
     -moz-border-radius: 5px 5px 0px 0px;
     -ms-border-radius: 5px 5px 0px 0px;
     -o-border-radius: 5px 5px 0px 0px;
}

.product-des-type::-webkit-scrollbar {
     height: 5px;
}

.product-des-type::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.product-des-type::-webkit-scrollbar-thumb {
     background: #273480;
     border-radius: 10px;
}

.product-des-type__btn {
     white-space: nowrap;
     padding: 0 24px;
     color: #FFFFFF;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
}

.product-des__content {
     padding: 39px 45px 27px;
}

.recommended-product {
     margin: 30px 0 0;
}

.search-result-header {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: space-between;
}

.search-result-header__title {
     color: #696969;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
     margin: 0 15px 15px 0;
}


.search-result-row {
     margin: 30px -6px 0;
}

.inside-page-title {
     color: #1b325b;
     font-size: 35px;
     line-height: 45px;
     font-style: normal;
     font-weight: 400;
}

.accordion {
     margin: 30px 0 0;
}

.accordion-item {
     margin: 0 0 17px 0;
}

.accordion-item__title {
     text-align: left;
     width: 100%;
     border-radius: 3px;
     border: 1px solid #f4f4f4;
     background: #fff;
     box-shadow: 0px 2px 14px 0px rgba(186, 186, 186, 0.25);
     padding: 15px 24px;
     background: #fff;
     color: #5a5a5a;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.accordion-item__content {
     display: none;
     padding: 26px 24px 30px;
     color: #6d6d6d;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: 23px;
}

.accordion .accordion-item__title.is-open {
     background: #1B335B;
     color: #fff;
}

.accordion-item__title.is-open+.accordion-item__content {
     display: block;
}

.search-result-letter-bg {
     padding: 4% 0 0 0;
     background-size: contain;
}

.informacin-page-baner {
     margin: 25px 0 47px;
}

.gallery-row {
     display: flex;
     flex-wrap: wrap;
     margin: 30px -6px 0;
}

.gallery-row__item {
     cursor: pointer;
     width: 25%;
     padding: 6px;
}

.gallery-row__item>a {
     display: block;
     overflow: hidden;
}
.for-gallery-foto .gallery-row__item>a {
     display: block;
     overflow: hidden;
     width: 115%;
}

.downloads {
     margin: 40px 0;
}

.downloads-link {
     display: flex;
     color: #606060;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     padding: 18px 14px;
     margin: 0 0 16px 0;
     border-radius: 5px;
     border: 1px solid #f4f4f4;
     background: #fff;
     box-shadow: 0px 2px 14px 0px rgba(186, 186, 186, 0.25);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.downloads-link:hover {
     border: 1px solid #1B335B;
}

.downloads-link>svg {
     margin: 0 18px 0 0;
}

.informacin-item-row {
     display: flex;
     flex-wrap: wrap;
     margin: 28px -8px;
}

.informacin-item-row {
     display: flex;
     flex-wrap: wrap;
     margin: 28px -8px;
}

.informacin-item-row__item {
     padding: 8px;
     width: 25%;
}

.informacin-item-link {
     display: flex;
     overflow: hidden;
     position: relative;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
}

.informacin-item-link:hover .scale-hover {
     transform: scale(1.05);
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -ms-transform: scale(1.05);
     -o-transform: scale(1.05);
}

.informacin-item-link-bg {
     padding: 22px 15px;
     display: flex;
     align-items: flex-end;
     position: absolute;
     inset: 0;
     z-index: 2;
     border-radius: 2px;
     opacity: 0.87;
     background: linear-gradient(180deg, rgba(0, 0, 0, .0) 50%, #000 100%);
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
}

.informacin-item-link__title {
     color: #fff;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.informacin-page-item-section {
     padding: 0 0 10px;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
     border: 2px solid #1B335B;
}

.modal-login-bg {
     display: none;
     position: absolute;
     top: 65px;
     right: 0;
     z-index: 5;
     overflow-y: auto;
     height: calc(100vh - 100px);
}

.modal-login-bg::-webkit-scrollbar {
     display: none;
}

.modal-login-centered {
     max-width: 380px;
}

.modal-login {
     padding: 20px 16px 22px;
     border-radius: 4px;
     background: #fff;
     box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
}

.modal-login__close-btn {
     margin: 0 0 0 auto;
     display: block;
}

.modal-login__title {
     color: #1B335B;
     text-align: center;
     font-size: 25px;
     font-style: normal;
     font-weight: 400;
}

.modal-login__text {
     max-width: 230px;
     margin: 12px auto 21px;
     color: #3f3b3b;
     text-align: center;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
}

.contact-form-row {
     display: flex;
     flex-wrap: wrap;
     margin: 13px -8px 0;
}

.contact-form-row__item {
     padding: 0 8px;
     width: 33.333%;
     margin-bottom: 17px;
}

.contact-form-info {
     color: #fff;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
}

.required-symbol::after {
     content: " *";
     color: #f00;
}

.contact-form-row__item>label {
     cursor: pointer;
     display: inline-block;
     color: #6d6d6d;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
}

.contact-form-row__item>input,
.contact-form-row__item>textarea {
     resize: none;
     outline: none;
     color: #3f3b3b;
     width: 100%;
     padding: 12px 0;
     border: none;
     border-bottom: 1px solid #d8d8d8;
     background: #fff;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
}

.contact-form-row__item>input:focus,
.contact-form-row__item>textarea:focus {
    border-bottom: 1px solid #1b335b;;
}

.contact-form-row__item>textarea {
     height: 137px;
}

.contact-form__btn {
     border: 1px solid #1B335B;
     padding: 11px 39px;
     color: #fff;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     background: #1B335B;
     border-radius: 100px;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     -ms-border-radius: 100px;
     -o-border-radius: 100px;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
}

.modal-login-form-row>.contact-form-row__item,
.modal-login-form-row>.contact-form-row__item>.contact-form__btn {
     width: 100%;
}

.modal-login__forget-pas {
     width: 100%;
     display: block;
     color: #6b6b6b;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-align: center;
     text-decoration: underline;
     margin: 0 0 20px;
}

.modal-login__registration {
     width: 100%;
     color: #6b6b6b;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     text-align: center;
     margin: 20px 0;
}

.modal-login__registration>a {
     color: #6b6b6b;
     text-decoration: underline;
}

.about-info__des {
     width: 50%;
}

.about-info__title {
     color: #646464;
     margin: 0 0 35px 0;
     font-size: 25px;
     font-style: normal;
     font-weight: 400;
     line-height: 66px;
     line-height: normal;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.about-info__img {
     background: #fff;
     padding: 8px;
     box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
     width: 48%;
     height: fit-content;
}

.contact-map {
     border-radius: 5px;
     border: 1px solid #eaeaea;
     padding: 12px;
     min-height: 300px;
     height: 100%;
     background: #fff;
     box-shadow: 0px 6px 11px 0px rgba(169, 169, 169, 0.25);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.contact-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin: 35px 0 30px;
}

.contact-row__item {
     width: 73%;
}

.contact-row__item:last-child {
     width: 25%;
}

.contact-info-container {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     height: 100%;
     padding: 27px;
     border-radius: 10px 0px 0px 10px;
     border: 1px solid #e8e8e8;
     background: #fff;
     box-shadow: 0px 4px 5px 0px rgba(163, 156, 156, 0.15);
     -webkit-border-radius: 10px 0px 0px 10px;
     -moz-border-radius: 10px 0px 0px 10px;
     -ms-border-radius: 10px 0px 0px 10px;
     -o-border-radius: 10px 0px 0px 10px;
}

.contact-info {
     overflow-y: auto;
}

.contact-info__title {
     color: #2C4F76;
     font-size: 30px;
     font-style: normal;
     font-weight: 400;
     margin: 0 0 15px 0;
}

.contact-info__link {
     display: flex;
     flex-direction: column;
     padding: 15px 0;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
}

.contact-info-hover:hover .contact-info-link__text {
     color: #1B335B;
}

.contact-info-link__title {
     color: #1B335B;
     font-size: 11px;
     font-style: normal;
     font-weight: 400;
}

.contact-info-link__text {
     color: #242529;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
}

.contact-social-icons {
     display: flex;
     flex-wrap: wrap;
     margin: 22px -3px 0;
}

.contact-social-icons__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 12px 8px;
    margin: 4px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
}

.contact-social-icons__link>span{
    animation: 2s linear 1s infinite normal  running es-chats-pulse;
}

@-webkit-keyframes es-chats-pulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes es-chats-pulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.contact-form-bg {
    padding: 33px 35px 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 17px rgba(206, 206, 206, 0.25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.vacancie {
     display: flex;
     flex-wrap: wrap;
     margin: 10px -15px 0;
}

.vacancie__item {
     width: 33.333%;
     padding: 15px;
}

.vacancie-blcok {
     height: 100%;
     padding: 22px 25px 30px 28px;
     border-radius: 6px;
     border: 1px solid #F2F2F2;
     background: #FFF;
     box-shadow: 0px 4px 15px 0px rgba(122, 122, 122, 0.25);
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
}

.vacancie-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 0 20px 0;
     border-bottom: 1px solid #dcdcdc;
}

.vacancie-header__title {
     padding: 0 15px 0 0;
     color: #282828;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     line-height: 25px;
}

.vacancie-header__link {
    display: inline-block;
    margin: 35px 0 0;
    padding: 10px 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #1B335B;
    color: #fff;
    background: #1B335B;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}


.vacancie-time-and-mony {
     display: flex;
     width: fit-content;
     margin: 0 -14px;
     padding: 19px 0 25px;
}

.vacancie-time-and-mony__item {
     padding: 0 14px;
}

.vacancie-time-and-mony__item:first-child {
     border-right: 1px solid #dfdfdf;
}

.vacancie-time-and-mony__title {
     color: #5b5b5b;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
}

.vacancie-time-and-mony__time,
.vacancie-time-and-mony__mony {
     color: #1B335B;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
}

.vacancie-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin: 5px 0 0;
}

.vacancie-row__item {
     width: 65%;
}

.vacancie-row__item:last-child {
     width: 32%;
}

.vacancie-form-bg {
     margin: 50px 0 0;
     padding: 36px 25px 24px;
     border-radius: 3px;
     border: 1px solid #eaeaea;
     background: #fff;
     box-shadow: 0px 6px 11px 0px rgba(169, 169, 169, 0.25);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.vacancie-form-row>.contact-form-row__item {
     width: 100%;
}

.vacancie-form-row>.contact-form-row__item>label {
     color: #6d6d6d;
}

.file-cv {
     position: relative;
}

.file-cv>label {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 11px 10px;
     cursor: pointer;
     border-radius: 3px;
     border: 1px dashed #cfcfcf;
     background: #fff;
     color: #6d6d6d;
     text-align: center;
     font-size: 10px;
     font-style: normal;
     font-weight: 400;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.file-cv>input {
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
}

.registration-block,
.recovery-password-block{
    position: relative;
    max-width: 900px;
    margin: 48px auto;
    padding: 28px 35px 28px 82px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 17px rgba(206, 206, 206, 0.25);
}

.registration-block::after,
.recovery-password-block::after{
    content: '';
    display: block;
    width: 26px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #1b335b;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 5px 17px rgba(206, 206, 206, 0.25);
}

.registration-block__title{
    font-weight: 400;
    font-size: 35px;
    text-align: left;
    color: #1b335b;
}
.registration-block__text{
     color: #6d6d6d;
     text-align: left;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: 23px;
     margin: 9px 0 19px;
}

.registration-with-social-title,
.login-with-social-title{
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    text-align: left;
    color: #1b335b;
}

.login-with-social-title{
    font-size: 17px;
    text-align: center;
}
.registration-with-social,
.login-with-social{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}

.login-with-social{
    justify-content: center;
}

.registration-with-social__google,
.registration-with-social__facebook,
.login-with-social__google,
.login-with-social__facebook{
    cursor: pointer;
    margin: 0 15px 10px 0;
}

.registration-form-row>.contact-form-row__item {
     width: 50%;
}

.agree-row {
     display: flex;
     align-items: flex-start;
     padding: 15px 0;
}

.agree-row>input {
     cursor: pointer;
     width: 21px;
     height: 21px;
     margin: 0 12px 0 0;
     accent-color: #1b335b;
}

.agree-row>label {
     cursor: pointer;
     color: #6d6d6d;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
}

.recovery-password-text{
    color: #6d6d6d;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 25px 0 0;
}

.recovery-password-text>a{
    color: #6d6d6d;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
}

.personal-area-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     position: relative;
     margin: 38px 0 0;
}

.login-btn{
    background: #fff;
    border: 1px solid #1B335B;
    color: #1B335B;
}

.login-btn:hover{
    background: #1B335B;
    color: #fff;
}

.personal-area-row__item {
     width: 25%;
}

.personal-area-row__item:last-child {
     width: 73%;
}

.personal-area-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
}

.personal-area-menu {
     padding: 5px 0;
     border-radius: 4px;
     border: 1px solid #dcdfe4;
     background: #fff;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
}

.personal-area-btn {
     display: none;
     margin: 0 0 0 35px;
}

.personal-area-btn__close {
     display: none;
}

.personal-area-menu__link {
     display: flex;
     align-items: center;
     padding: 17px 20px;
     color: #747474;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
}

.personal-area-menu__link>svg {
     margin: 0 30px 0 0;
}

.personal-area-menu__link:not(:last-child) {
     border-bottom: 1px dashed #e9e9e9;
}

.personal-area-menu__link_active>svg * {
     fill: #1B335B;
}

.personal-area-menu__link_active {
     color: #1B335B;
}

.personal-area-fields {
     margin: 35px 0 0;
}

.personal-area-fields__item {
     margin: 0 0 23px 0;
}

.personal-area-form-row {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -8px;
    padding: 20px;
}

.personal-area-form-row__item {
     width: 33.333%;
     padding: 0 8px;
     margin: 0 0 15px 0;
}

.personal-area-form-row__item>input {
     outline: none;
     color: #3f3b3b;
     width: 100%;
     padding: 12px 0;
     border: none;
     border-bottom: 1px solid #d8d8d8;
     background: #fff;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
}

.personal-area-form-row__item>label {
     display: inline-block;
     color: #747474;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
}

.personal-area-form-row__item>input:focus {
     border-bottom: 1px solid #1b335b;
}

.personal-area-form-row__btn {
     border-radius: 100px;
     border: 1px solid #1B335B;
     background: #1b335b;
     padding: 12px 35px;
     color: #fff;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
}

.new-promo-item{
    width: 50%;
}

.new-promo-item .basket-table-footer {
    padding: 5px 15px 5px 25px;
}

.new-promo-item .personal-area-form-row__item{
    width: 50%;
}


.our-product-link__del-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 33px;
     height: 33px;
     border-radius: 3px;
     background: #f1efe9;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.current-purchases {
     margin: 30px 0 0;
}

.current-purchases__item {
     margin: 0 0 17px;
}

.current-purchases-link {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 6px 16px 8px;
     border-radius: 5px;
     border: 1px solid #eaeaea;
     background: #fff;
     box-shadow: 0px 6px 5px 0px rgba(231, 231, 231, 0.25);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.current-purchases-link:hover {
     border: 1px solid #1B335B;
}

.current-purchases-link__order {
     white-space: nowrap;
     color: #747474;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 35px;
}

.current-purchases-link__status {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-end;
}

.order-status,
.order-time-date {
     background: #273480;
     margin: 5px;
     padding: 7px 13px;
     color: #fff;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     text-align: center;
}

.order-status-success {
     background: #09ad95;
}

.order-status-delivered {
     background: #2e7bee;
}

.order-status-awaiting {
     background: #f7b731;
}

.current-purchases-header {
     margin: 8px 0 0;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
}

.current-purchases-header__back,
.current-purchases-header__download {
     display: flex;
     align-items: center;
     justify-content: center;
     width: fit-content;
}

.current-purchases-header__back {
     color: #1B335B;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     margin: 0 18px 0 0;
}

.current-purchases-header__download {
     border-radius: 2px;
     border: 1px solid #1B335B;
     background: #fff;
     padding: 11px 17px;
     color: #1B335B;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
}

.current-purchases-header__back>svg,
.current-purchases-header__download>svg {
     margin: 0 12px 0 0;
}

.information-order {
     margin: 22px 0 0;
     border: 1px solid #dbdbdb;
     background: #fff;
}

.information-order__title {
     color: #1B335B;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     text-align: center;
     padding: 22px 15px;
}

.information-order-header {
     background: #f5f5f5;
}

.information-order-header,
.information-order-content {
     padding: 0 17px;
     display: flex;
     flex-wrap: wrap;
}

.information-order-header__item:first-child,
.information-order-content__item:first-child {
     width: 24%;
}

.information-order-header__item,
.information-order-content__item {
     border-bottom: 1px solid #e1e1e1;
     width: 19%;
}

.information-order-header__item:not(:last-child),
.information-order-content__item:not(:last-child) {
     border-right: 1px solid #e1e1e1;
}

.information-order-header__title,
.information-order-content__title,
.information-order-title-mobile {
     margin: 15px;
     color: #00000099;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.information-order-title-mobile {
     display: none;
}

.information-order-footer {
     margin: 27px 17px 0 17px;
}

.information-order-footer__item {
     margin: 0 0 8px 0;
}

.information-order-footer__title,
.information-order-footer__text {
     padding: 0 15px;
     color: #626262;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
     line-height: 25px;
}

.information-order-footer__title{
     font-weight: 600 !important;
}

.information-order-footer__text {
     font-size: 16px;
}

.information-order-total {
     margin: 20px 0 0;
     padding: 21px 15px 21px;
     border-top: 1px solid #e1e1e1;
}

.information-order-total__text {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     color: #273480;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
}

.information-order-total__text>span {
     font-size: 22px;
}

.basket-table {
     margin: 26px 0;
     border: 1px solid #dbdbdb;
     background: #fff;
}

.basket-table__title {
     padding: 22px 25px;
     color: #1B335B;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
}

.basket-table-scroll {
     overflow-x: auto;
}

.basket-table-scroll::-webkit-scrollbar {
     height: 5px;
}

.basket-table-scroll::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
}

.basket-table-scroll::-webkit-scrollbar-thumb {
     background: #1B335B;
}

.basket-table-header {
     background: #f5f5f5;
}

.basket-table-header,
.basket-table-content,
.basket-table-footer {
     display: flex;
     /*align-items: center;*/
     padding: 20px 15px 11px 25px;
}

.basket-table-content{

}

.basket-table-header__item,
.basket-table-content__item {
     width: 17%;
}

.basket-table-header__item:first-child,
.basket-table-content__item:first-child {
     width: 40%;
}

.basket-table-header__item:last-child,
.basket-table-content__item:last-child {
     width: 5%;
}

.basket-table-header__title,
.basket-table-content__mobile-title {
     color: #1e435399;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     margin: 0 20px 0 0;
}

.basket-table-content__mobile-title {
     display: none;
}

.basket-table-content {
     border-bottom: 1px solid #e1e1e1;
}

.basket-table-content__text {
     color: #626262;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     margin: 0 20px 0 0;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.basket-table-content__count>.count-value {
     width: 32px;
     font-size: 17px;
}
.basket-table-content__item>.product-add-count{
    width: 93px;
    padding: 4px 5px
}

.basket-table-content__count>.decrement-count,
.basket-table-content__count>.increment-count {
     width: 25px;
     height: 25px;
     font-size: 17px;
}

.basket-table-content__delete {
     display: block;
     margin: 0 auto;
}

.basket-table-footer {
     padding: 25px 15px 25px 25px;
     justify-content: flex-end;
}

.basket-table-footer__text {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     color: #001F63;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
}

.basket-table-footer__text>span {
     font-size: 22px;
}

.basket-order-checked {
     display: flex;
     flex-wrap: wrap;
     margin: 24px -12px;
}

.basket-order-checked__item {
     display: flex;
     align-items: center;
     padding: 12px;
}

.basket-order-checked__item>input,
.choose-payment-method__item>input {
     cursor: pointer;
     margin: 0 6px 0 0;
     background: #fff;
     width: 23px;
     height: 23px;
     accent-color: #1b335b;
}

.basket-order-checked__item>label,
.choose-payment-method__item>label {
     cursor: pointer;
     color: #747474;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
}

#orderDeliveryContent {
     /*display: none;*/
     margin: 0 0 35px;
}
#orderTakeContent {
     display: none;
}

.mark-on-map-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 13px 10px;
     color: #747474;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     text-align: left;
     background: #f4f4f4;
}

.order-take-map {
     margin: 30px 0;
     padding: 22px;
     height: 400px;
     border-radius: 5px;
     border: 1px solid #eaeaea;
     background: #fff;
     box-shadow: 0px 6px 11px 0px rgba(169, 169, 169, 0.25);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.choose-payment__title {
     color: #000;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     margin: 0 0 20px 0;
}

.choose-payment-method {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -8px;
}

.choose-payment-method__item {
     display: flex;
     align-items: center;
     padding: 8px;
}

.payment-online {
     display: none;
     flex-wrap: wrap;
     margin: 27px -5px 0;
}

.payment-online__item {
     padding: 8px 5px;
}

.payment-online__bg {
     min-height: 51px;
     height: 100%;
     padding: 8px;
     display: flex;
     align-items: center;
     border-radius: 3px;
     border: 0.5px solid #9e9e9e;
     background: #fff;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.payment-online__bg img:not(:last-child) {
     margin: 0 8px 0 0;
}

.payment-online__bg>input {
     cursor: pointer;
     margin: 0 10px 0 0;
     width: 20px;
     height: 20px;
     accent-color: #1b335b;
}

.payment-online__bg>label {
     cursor: pointer;
     display: flex;
     align-items: center;
}

.order-total {
     display: flex;
     justify-content: flex-end;
     margin: 35px 0 15px 0;
}

.order-total__text {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: flex-end;
     color: #000;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
}

.order-total__text>span {
     font-size: 22px;
}

.delivery-select {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -3px 35px;
}

.delivery-select__item {
     padding: 5px;
}

.standard-delivery,
.fast-delivery {
     cursor: pointer;
     outline: none;
     padding: 16px 20px;
     border: 1px solid #555;
     background: #fff;
     color: #444;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     text-align: left;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
}

.fast-delivery {
     color: #9e9e9e;
}

.fast-delivery:hover {
     border: 1px solid #1B335B;
     background: #1B335B;
     color: #fff;
}
.fast-delivery-active {
     border: 1px solid #1B335B;
     background: #1B335B;
     color: #fff;
}

.selcet-area {
     cursor: pointer;
     display: block;
     outline: none;
     color: #3f3b3b;
     width: 100%;
     margin: 0;
     padding: 12px;
     border: 1px solid #ebebeb;
     background: #fff;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
}

.selcet-area:focus,
.standard-delivery:focus {
     border: 1px solid #1B335B;
}

.basket-order-form__btn,
.ordering-information-btns__edit,
.ordering-information-btns__pay {
     border-radius: 100px;
     border: 1px solid #1B335B;
     background: #1B335B;
     color: #fff;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     padding: 13px 80px;
     text-align: center;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     -ms-border-radius: 100px;
     -o-border-radius: 100px;
     transition: 0.4s ease;
     -webkit-transition: 0.4s ease;
     -moz-transition: 0.4s ease;
     -ms-transition: 0.4s ease;
     -o-transition: 0.4s ease;
}

.ordering-information-btns {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-end;
     margin: 0 -3px;
}

.ordering-information-btns__item {
     padding: 3px;
     height: initial;
}

.ordering-information-btns__item>form{
    height: 100%;
}
.ordering-information-btns__edit,
.ordering-information-btns__pay {
     width: 225px;
     padding: 13px;
     display: block;
     height: 100%;
}

.basket-order-form__btn:hover,
.ordering-information-btns__edit:hover,
.ordering-information-btns__pay:hover {
     background: #1B335B;
     color: #fff;
}

.basket-order-table .basket-table-header__item:first-child,
.basket-order-table .basket-table-content__item:first-child {
     width: 32%;
}

.basket-order-table .basket-table-header__item,
.basket-order-table .basket-table-content__item {
     width: 17%;
}

.ordering-information__item {
     padding: 16px 18px;
     border-bottom: 1px solid #e1e1e1;
}

.ordering-information__title {
     color: #969696;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
}

.ordering-information__text {
     color: #000;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
}

.about-us-page-info {
     padding: 3% 0;
}
.color-checkbox {
     display: none;
}

.product-info-row__item .color-label{
     width: 25px;
     height: 25px;
     border-radius: 100%;
     border: 1px solid #999;
     display: inline-block;
     margin-right: 5px;
     cursor: pointer;
     position: relative;
     margin-top: 10px;
}
.information-order-content__item .color-label {
     margin: 15px 7px 15px 15px;

}

.color-label {
     width: 16px;
     height: 16px;
     border-radius: 100%;
     border: 1px solid #999;
     display: inline-block;
     margin-right: 5px;
     /*cursor: pointer;*/
     position: relative;
}
.color-label::before {
     content: '';
     width: 100%;
     height: 100%;
     border-radius: 100%;
     background-color: inherit;
     position: absolute;
     top: 0;
     left: 0;
}
.color-checkbox:checked + .color-label::before {
     content: "✔";
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 20px;
}

/*.color-checkbox:checked + .color-label::before {*/
/*     border: 2px solid #000; !* Add a border to indicate it is checked *!*/
/*}*/

.notification-text {
    font-size: 16px;
    color: #ff0000;
}
.product-fav-btn>.fa-regular{
    color: #DE0A26;
    font-size: 20px;
}
.favorite-action-trigger>.fa-solid {
    color: #DE0A26!important;
}

.for-color{
     display: flex;
     flex-wrap: wrap;
}

.color-item-div{
     display: flex;
     align-items: center;
     width: 50%;
}
.color-count{
     font-size: 13px;
     margin-right: 5px;
}

.pharmacies-row {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pharmacies-row__item {
    width: 35%;
}

.pharmacies-row__item:last-child {
    width: 63%;
}

.pharmacies-list {
    height: 568px;
    padding: 0 0 0 21px;
    overflow-y: auto;
}

.pharmacies-list::-webkit-scrollbar {
    width: 8px;
}

.pharmacies-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.pharmacies-list::-webkit-scrollbar-thumb {
    background: #1B335B;
    border-radius: 10px;
}

.pharmacies-list__item {
    position: relative;
    cursor: pointer;
    padding: 8px 20px 8px 0;
    border-bottom: 1px solid #EBE9E9;
}

.pharmacies-list__title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 35px;
}

.pharmacies-list__text-title {
    color: #929397;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.pharmacies-list__text {
    color: #4E4E4E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 0 0 6px;
}

.location-icon{
    position: absolute;
    top: 15px;
    right: 2px;
}

.pharmacies-map #map {
    height: 568px;
}

.password-recovery-block {
    max-width: 400px;
    width: 100%;
    margin: 8% auto;
    padding: 40px 15px;
}

.password-recovery-form-row>.contact-form-row__item>label {
    color: #6B6B6B;
}

.password-recovery__title {
    color: #3F3B3B;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px;
}

.password-recovery__link {
    margin: 17px 0px;
}

.password-recovery__link,
.password-recovery__link>a {
    color: #6B6B6B;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.password-recovery__link>a:hover {
    text-decoration: underline;
}

.pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 16px 0 10px;
}

.pagination>li{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 2px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
}

.pagination>li:hover{
    border: 1px solid #1B335B;
}

.pagination>li>a,
.pagination>li>span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #898989;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}


.pagination>li.active{
    background: #1B335B;
    border: 1px solid #1B335B;
}

.pagination>li.active>span{
    color: #fff;
}
.discount-label {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: 0;
    background: url('../images/discount-label.png') no-repeat;
    background-size: contain;
    width: 100px;
    height: 88px;
}
.discount-label__percent {
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 7px 8px;
    text-align: left;
    color: #ffffff;
}
.new-and-promo{
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 3;
}
.new-and-promo__new,
.new-and-promo__promo{
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-and-promo__new{
    background: url('../images/new-icon.png') no-repeat;
    background-size: contain;
}
.new-and-promo__promo{
    margin: 5px 0 0;
    background: url('../images/promo-icon.png') no-repeat;
    background-size: contain;
}
.new-and-promo__text{
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
}
.our-product-link>.new-and-promo{
    top: 55px;
}
.our-product-link>.new-and-promo>.new-and-promo__new,
.our-product-link>.new-and-promo>.new-and-promo__promo {
    width: 41px;
    height: 41px;
}
.our-product-link>.new-and-promo .new-and-promo__text{
    font-size: 8px;
}
.promo-btn{
    padding: 12px;
    border-radius: 100px;
    max-width: 220px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #1b335b;
    border: 1px solid #1b335b;
    transition: .4s ease;
}
.promo-btn:hover{
    color: #FFFFFF;
    background: #1b335b;
    border: 1px solid #1b335b;
}
.input-alert{
    color: #ff0000;
    font-size: 12px;
}

.position-relative{
    position: relative;
}

.input-check{
    position: relative;
}

.tick-icon{
    display: none;
    position: absolute;
    top: 38px;
    right: 12px;
}

.save-btn[disabled]{
    cursor: no-drop;
}

.basket-flex-block{
     display: flex;
     justify-content: space-between;
     margin-bottom: 15px;
}

.basket-flex-block .editor{
     border: 1px solid #555;
     padding: 20px;
     width: 49%;
     background: #1B335B;
     color: #fff;
     border-radius: 10px;
}

.about-us-baner-second iframe{
     height: 700px;
}
.red{
     color: red;
     margin-right: 5px;
}







/* ------ RESPONSIVE ------ */

@media all and (max-width: 1500px) {
     .home-swiper-info-bg {
          max-width: 600px;
          bottom: 30px;
     }

     /*.home-swiper-info {*/
     /*     width: calc(100% - 100px);*/
     /*}*/


     .modal-login-bg {
          padding: 0 30px;
     }

     .modal-login-centered {
          margin: 0 0 30px 0;
     }
}

@media all and (max-width: 1366px) {
     .basket-table-container {
          width: 1000px;
     }
}

@media all and (max-width: 1280px) {
     .home-swiper-info-bg {
          max-width: 450px;
     }

     /*.home-swiper-info {*/
     /*     width: calc(100% - 40px);*/
     /*}*/

     .home-swiper-info__title {
          font-size: 25px;
          line-height: 38px;
     }

     .home-category-section {
          padding: 35px 0 0;
     }

     .home-category-row {
          margin: 15px -6px 0;
     }

     .about-us-info-bg {
          background: url('../images/about-us-info-bg.png') no-repeat -13% 100%;
     }

     .our-product-row {
          margin: 35px -6px 0;
     }

     .our-product-row__item {
          width: 20%;
     }

     .blog-row {
          margin: 30px -11px 0;
     }

     .products-row__item {
          width: 24%;
     }

     .products-row__item:last-child {
          width: 74%;
     }

     .product-row {
          margin: 10px -6px 0;
     }

     .product-row>.our-product-row__item {
          width: 25%;
     }

     .informacin-page-baner {
          margin: 25px 0 30px;
     }

     .downloads {
          margin: 30px 0;
     }

     .about-info-bg::before,
     .about-info-bg::after,
     .about-info::before {
          background-size: 30%;
     }

     .vacancie {
          margin: 10px -8px 0;
     }

     .vacancie__item {
          padding: 8px;
     }

     .vacancie-row__item {
          width: 62%;
     }

     .vacancie-row__item:last-child {
          width: 35%;
     }

     .registration-block,
     .recovery-password-block{
          margin: 30px auto 25px;
     }

     .personal-area-row {
          margin: 30px 0 0;
     }

     .personal-area-row__item {
          width: 30%;
     }

     .personal-area-row__item:last-child {
          width: 68%;
     }

     .contact-row__item {
          width: 69%;
     }

     .contact-row__item:last-child {
          width: 30%;
     }

     .about-us-baner-second {
          position: relative;
          margin: 30px 0 0;
    }

    .modal-login-bg{
        top: 70px;
        height: calc(100vh - 70px);
    }

    .product-info-row__item {
        width: 43%;
    }

    .blog-page-img-bg::after{
        padding: 35px 0;
    }

    .blog-page-img{
        margin: 60px 0;
    }
}

@media all and (max-width: 1024px) {
     .home-swiper-info-bg {
          padding: 15px 18px;
          max-width: 320px;
     }

     .home-swiper-info__title {
          font-size: 20px;
          line-height: 29px;
          margin-bottom: 5px;
     }

     .home-category-section {
          padding: 25px 0 0;
     }

     .home-category-row {
          margin: 8px -6px 0;
     }

     .about-us-section {
          padding: 5% 0 0;
     }

     .about-us-baner-first__logo,
     .about-us-baner-second__logo {
          max-width: 250px;
     }

     .about-us-info__title {
          font-size: 20px;
          line-height: 30px;
     }

     .about-us-row__item {
          width: 50%;
     }

     .about-us-block {
          padding: 26px 26px 30px;
     }

     .about-us-block__img {
          width: 53px;
          height: 53px;
     }

     .about-us-block__title {
          font-size: 18px;
          margin: 11px 0 6%;
     }

     .about-us-info-bg {
          background: url('../images/about-us-info-bg.png') no-repeat -18% 100%;
     }

     .about-us-info {
          padding: 0 0 35px 65px;
     }

     .about-us-info-footer {
          padding: 18px 24px;
          margin: -60px 0 0 0;
     }

     .our-product-row {
          margin: 28px -6px 0;
     }

     .our-product-row__item {
          width: 25%;
     }

     .page-title {
          font-size: 25px;
          line-height: 36px;
     }

     .bread-crumbs {
          margin: 72px 0 14px;
     }

     .products-row__item:last-child {
          width: 100%;
     }

     .letter-bg {
          background: url('../images/section-logo.png') no-repeat 50% 110%;
          padding: 0 0 3% 0;
          background-size: contain;
     }

     .product-filter {
          display: none;
     }

     .products-header {
          display: flex;
          justify-content: space-between;
     }

     .mobile-filter-block {
          width: 100%;
          display: flex;
          justify-content: space-between;
     }

     .product-filter__type {
          display: none;
     }

     .mobile-filter-block>.product-filter__type {
          height: fit-content;
          display: block;
          margin: 0 0 0 15px;
          max-width: 260px;
     }

     .filter-btn {
          margin: 0 0 0 23px;
          display: block;
     }

     .product-filter {
          display: none;
          overflow-y: scroll;
          padding: 31px 56px 100px;
          width: 100vw;
          height: calc(100vh - 64px);
          position: absolute;
          top: 64px;
          left: 0;
          right: 0;
          background-color: #ffffff;
          z-index: 10;
     }

     .product-filter::-webkit-scrollbar {
          width: 5px;
     }

     .product-filter::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          border-radius: 10px;
     }

     .product-filter::-webkit-scrollbar-thumb {
          background: #1B335B;
     }

     .product-filter-block {
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          position: relative;
     }

     .filter-close-btn {
          margin-left: auto;
          display: block;
     }

     .product-filter-container {
          height: fit-content;
          width: 40%;
     }

     .product-filter__img {
          margin: 25px 0 0;
          width: 25%;
     }

     .filter-type-block {
          background: transparent;
          border: none;
     }

     .product-info-row__item {
          width: 65%;
     }

     .product-info-row__item:last-child {
          width: 100%;
     }

     .product-info {
          margin: 35px 0 0;
     }

     .product-info-prices {
          justify-content: flex-start;
          padding: 5px 0 20px;
     }

     .product-des-type::-webkit-scrollbar {
          height: 3px;
     }

     .product-des-type__btn {
          font-size: 14px;
     }

     .gallery-row__item {
          width: 25%;
     }

     .informacin-item-row__item {
          width: 33.333%;
     }

     .modal-login-bg {
          background: rgba(0, 0, 0, 0.43);
          left: 0;
          bottom: 0;
     }

     .modal-login-centered {
          margin: 0 0 30px auto;
     }

     .about-info-row {
          justify-content: flex-end;
     }

     .about-info__item:nth-child(even) .about-info-row {
          flex-direction: column-reverse;
     }

     .about-info__item:nth-child(even) .about-info-row .about-info__des {
          margin: 35px 0 0 0;
     }

     .about-info__des {
          width: 100%;
          margin: 0 0 35px 0;
     }

     .about-info__title {
          margin-bottom: 20px;
     }

     .blog-row__item {
          width: 33.33%;
     }

     .contact-row {
          margin: 20px 0;
     }

     .contact-map {
          height: 300px;
          padding: 12px 15px;
          margin: 0 0 20px 0;
     }

     .contact-row__item,
     .contact-row__item:last-child {
          width: 100%;
     }

     .vacancie__item {
          width: 50%;
     }

     .vacancie-blcok {
          padding: 16px 20px 25px;
     }

     .vacancie-header__link {
          margin: 25px 0 0;
          padding: 5px 35px;
     }

     .contact-form-bg>.contact-form-row>.contact-form-row__item {
          width: 50%;
     }

     .vacancie-row__item,
     .vacancie-row__item:last-child {
          width: 100%;
     }

     .vacancie-form-bg {
          margin: 30px 0 25px;
     }

     .vacancie-form-row>.contact-form-row__item {
          width: 50%;
     }

     .vacancie-form-row>.contact-form-row__item:last-child {
          text-align: center !important;
     }

     .registration-block,
     .recovery-password-block{
          max-width: 100%;
          margin: 30px auto 25px;
     }

     .personal-area-row__item,
     .personal-area-row__item:last-child {
          width: 100%;
     }

     .personal-area-menu {
          display: none;
          border: none;
          position: absolute;
          z-index: 5;
          top: 38px;
          left: 0;
          right: 0;
     }

     .personal-area-btn {
          display: block;
     }

     .information-order {
          padding: 27px 20px;
     }

     .information-order__title {
          padding: 0;
          text-align: left;
     }

     .information-order-header {
          display: none;
     }

     .information-order-header,
     .information-order-content {
          padding: 15px 0;
          flex-direction: column;
          border-bottom: 1px solid #e1e1e1;
     }

     .information-order-content__item,
     .information-order-header__item:not(:last-child),
     .information-order-content__item:not(:last-child) {
          border: none;
          width: 100%;
          margin: 15px 0;
     }

     .information-order-header__title,
     .information-order-content__title,
     .information-order-title-mobile {
          margin: 0;
     }

     .information-order-title-mobile {
          display: block;
     }

     .information-order-content__title {
          margin: 8px 0 0;
          font-size: 17px;
     }

     .information-order-footer {
          padding: 30px 0 0;
          margin: 0;
     }

     .information-order-footer__title,
     .information-order-footer__text {
          padding: 0;
     }

     .information-order-total {
          margin: 30px 0 0;
          padding: 23px 0 0;
     }

     .order-take-map {
          padding: 10px;
          height: 300px;
     }

     .modal-login-bg {
          top: 70px;
     }

     .basket-order-form__btn {
          padding: 12px 65px;
     }
    .pharmacies-row__item {
        width: 50%;
    }

    .pharmacies-row__item:last-child {
        width: 100%;
    }
    .pharmacies-map #map,
    .pharmacies-list{
        height: 400px;
    }

    .blog-page-img-bg::after{
        width: 45%;
    }
}

@media all and (max-width: 767px) {
     .modal-login-bg {
          top: 57px;
          height: calc(100vh - 57px);
     }

     .about-us-baner-first__logo {
          max-width: 200px;
     }

     .home-category-row__item{
        width: 50%;
         padding: 8px 6px;
     }

     .our-product-row,
     .blog-row {
          flex-wrap: nowrap;
          margin: 20px -6px 0;
     }

     .blog-row__item {
          padding: 6px;
     }
     .blog-page-row>.blog-row__item {
         width: 50%;
     }

     .about-us-info-bg {
          background: url('../images/about-us-info-bg.png') no-repeat -20% 100%;
          background-size: 30%;
          padding: 25px 0 70px
     }

     .about-us-info {
          padding: 0 0 30px 26px;
     }

     .about-us-info::after {
          width: 61px;
          height: 61px;
          left: -34px;
          background-color: #FFF;
          background-size: 40%;
     }

     .about-us-info-footer__item,
     .about-us-info-footer__item:last-child {
          width: 100%;
     }

     .about-us-info-footer__title {
          font-size: 20px;
          line-height: 30px;
     }

     .about-us-info-footer__link {
          margin: 0;
          padding: 10px 30px;
     }

     .about-us-baner-second__logo {
          margin: 0 0 4px 0;
     }

     .vacancie__item {
          width: 100%;
     }

     .product-row,
     .recommended-product-row,
     .search-result-row {
          flex-wrap: wrap;
     }

     .product-row>.our-product-row__item,
     .recommended-product-row>.our-product-row__item,
     .search-result-row>.our-product-row__item {
          width: 33.333%;
     }

     .product-filter {
          padding: 15px 24px 70px;
          background-size: 35%;
     }

     .filter-type-block {
          padding: 5px 0;
     }

     .product-filter__img {
          margin: 45px 0 0;
          width: 40%;
     }

     .product-filter-container {
          width: 45%;
     }

     .product-info {
          margin: 25px 0 0;
     }

     .product-info__title {
          font-size: 25px;
     }

     .product-des-type {
          padding: 12px 5px;
     }

     .product-des__content {
          padding: 26px 29px 20px;
     }

     .gallery-row {
          margin: 25px -4px 0;
     }

     .gallery-row__item {
          width: 33.333%;
          padding: 4px;
     }

     .informacin-item-row {
          margin: 25px -4px 0;
     }

     .informacin-item-row__item {
          width: 50%;
          padding: 4px;
     }

     .modal-bg {
          padding: 30px 15px;
     }

     .modal-login-centered {
          margin: 30px auto;
     }

     .about-info__img {
          width: 50%;
     }

     .about-info-bg::before,
     .about-info-bg::after,
     .about-info::before {
          background-size: 40%;
     }

     .contact-info__link {
          padding: 10px 0;
     }

     .personal-area-row {
          margin: 25px 0 0;
     }

     .personal-area-fields {
          margin: 30px 0 0;
     }

     .personal-area-form-row__item {
          width: 50%;
     }

     .basket-table {
          padding: 24px 20px;
     }

     .basket-table-container {
          width: 100%;
     }

     .basket-table-header {
          display: none;
     }

     .basket-table-content {
          padding: 15px 0;
          flex-direction: column;
          position: relative;
     }

     .basket-table-footer {
          padding: 14px 0 0;
     }

     .basket-table-header__item,
     .basket-table-content__item,
     .basket-table-header__item:first-child,
     .basket-table-content__item:first-child,
     .basket-table-header__item:last-child,
     .basket-table-content__item:last-child,
     .basket-order-table .basket-table-header__item,
     .basket-order-table .basket-table-content__item,
     .basket-order-table .basket-table-header__item:first-child,
     .basket-order-table .basket-table-content__item:first-child {
          width: 100%;
          margin: 11px 0;
     }

     .basket-table-content__item:last-child {
          margin: 0;
     }

     .basket-table-content__mobile-title {
          display: block;
     }

     .basket-table__title {
          padding: 0;
     }

     .basket-table-content__text {
          max-width: 360px;
     }

     .basket-table-content__delete {
          position: absolute;
          top: 12px;
          right: 0;
     }

     .about-us-page-info {
          padding: 6% 0;
     }

     .about-us-baner-second {
          position: relative;
          margin: 20px 0 0;
     }
    .product-info-prices {
        padding: 5px 0;
    }
    .product-params__text:first-child,
    .product-params__text:last-child{
        width: 50%;
        padding: 6px 8px;
    }
    .product-des {
        margin: 25px 0 0;
    }

    .pharmacies-row__item {
        width: 100%;
    }

    .blog-page-img-bg::after{
        padding: 22px 0;
        border-radius: 0 19px 19px 0;
    }

    .blog-page-img{
        margin: 40px 0;
    }

    .registration-block,
    .recovery-password-block{
        padding: 25px 30px 25px 60px;
    }
     .basket-flex-block {
          flex-wrap: wrap;
     }
     .basket-flex-block .editor {
          width: 100%;
          margin-bottom: 15px;
     }
     .about-us-baner-second iframe{
          height: 380px;
     }
     .color-item-div {
          width: 11%;
     }
    .new-promo-block{
        flex-direction: column;
    }
    .new-promo-item{
        width: 100%;
    }
    .new-promo-item .basket-table-footer{
        justify-content: flex-start;
    }
    .new-promo-item .basket-table-footer {
        padding: 10px 15px 5px 0;
    }
    .new-promo-block{
        padding: 10px;
    }
}

@media all and (max-width: 575px) {
     .home-swiper-info-bg {
          bottom: 20px;
     }

     .home-swiper-info {
          width: 100%;
     }

     .home-swiper-info__title {
          font-size: 16px;
          line-height: 23px;
          margin: 0;
     }

     .home-category-link__img{
         margin: 0 0 10px;
     }

     .home-category-link__img,
     .home-category-link__img>img{
          border-radius: 16px;
          -webkit-border-radius: 16px;
          -moz-border-radius: 16px;
          -ms-border-radius: 16px;
          -o-border-radius: 16px;
     }

     .home-category-link__title {
          font-size: 16px;
     }

     .about-us-baner-first__logo,
     .about-us-baner-second__logo {
          max-width: 120px;
     }

     .home-swiper__item>img {
          height: 150%;
          object-fit: cover;
          object-position: 50%;
     }

     .about-us-row {
          margin: -11% -10px 0;
     }

     .about-us-row__item {
          width: 100%;
     }

     .about-us-block {
          padding: 18px 18px 22px;
     }

     .about-us-block__img {
          width: 40px;
          height: 40px;
     }

     .about-us-block__title {
          font-size: 16px;
     }

     .about-us-info__link {
          margin-top: 15px;
          padding: 10px 26px;
     }

     .about-us-info-bg {
          background: url('../images/about-us-info-bg.png') no-repeat -30% 100%;
          background-size: 40%;
     }

     .blog-item-link__img,
     .blog-item-link__img>img,
     .about-us-baner-first,
     .about-us-baner-first>img,
     .about-us-baner-second,
     .about-us-baner-second>img {
          border-radius: 13px;
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          -ms-border-radius: 13px;
          -o-border-radius: 13px;
     }

     .about-us-baner-second__text {
          font-size: 16px;
     }

     .our-product-link__fav-btn>svg {
          width: 32px;
          height: auto;
     }

     .our-product-link__del-btn {
          width: 32px;
          height: 32px;
     }

     .our-product-baner-row__item {
          width: 100%;
          margin-bottom: 4px;
     }

     .section-bottom-gape {
          padding: 0 0 6% 0;
     }

     .product-row>.our-product-row__item,
     .recommended-product-row>.our-product-row__item,
     .search-result-row>.our-product-row__item {
          width: 50%;
     }

     .products-header {
          align-items: flex-start;
     }

     .bread-crumbs {
          margin: 55px 0 10px;
     }

     .letter-bg {
          background: url('../images/section-logo.png') no-repeat 50% 100%;
          background-size: contain;
          padding: 0 0 10% 0;
     }

     .product-info-fav-cart>.product-favorite-btn,
     .product-info-fav-cart>.product-cart-btn {
          min-width: 200px;
     }

     .mobile-filter-block {
          flex-direction: column;
     }

     .mobile-filter-block>.product-filter__type {
          width: 80%;
          padding: 10px;
          margin: 14px 0 0;
     }

     .product-filter {
          background-size: 50%;
          top: 44px;
          height: calc(100vh - 30px);
     }

     .product-filter-container {
          width: 58%;
     }

     .product-info-row__item {
          width: 100%;
     }

     .product-info__count .product-cart-btn {
        margin: 0 0 0 8px;
     }
     .recommended-product {
          margin: 25px 0 0;
     }

     .accordion {
          margin: 25px 0 0;
     }

     .inside-page-title {
          font-size: 30px;
          line-height: 32px;
     }

     .accordion-item__title {
          padding: 15px 13px;
     }

     .accordion-item__content {
          padding: 20px 13px;
     }

     .carousel__button.is-prev,
     .carousel__button.is-next {
          top: 53%;
     }

     .informacin-page-baner {
          margin: 20px 0 15px;
     }

     .downloads {
          margin: 25px 0;
     }

     .modal-login-bg {
          padding: 0 15px;
          top: 40px;
          height: calc(100vh - 40px);
     }

     .about-info__des {
          margin: 0 0 18px;
     }

     .about-info__item:nth-child(even) .about-info-row .about-info__des {
          margin: 18px 0 0;
     }

     .about-info__img {
          width: 100%;
     }

     .about-info-bg {
          padding: 10px 0 20px;
     }

     .contact-map {
          padding: 12px;
     }

     .contact-form-bg>.contact-form-row>.contact-form-row__item {
          width: 100%;
     }

     .contact-info-container,
     .contact-form-bg {
          padding: 20px 25px;
     }

     .contact-form-bg>.contact-form-row>.contact-form-row__item>.contact-form__btn {
          width: 100%;
     }

     .vacancie-header {
          padding: 0 0 14px 0;
     }

     .vacancie-time-and-mony {
          margin: 0 -10px;
          padding: 15px 0;
     }

     .vacancie-time-and-mony__item {
          padding: 0 10px;
     }

     .vacancie-form-row>.contact-form-row__item {
          width: 100%;
     }

     .vacancie-form-row>.contact-form-row__item:last-child {
          text-align: left !important;
     }

     .registration-block,
     .recovery-password-block{
          margin: 25px auto;
          padding: 20px 20px 20px 40px;
     }

     .agree-row>label {
         font-size: 13px;
     }

     .personal-area-row {
          margin: 18px 0 0;
     }

     .personal-area-fields__item {
          margin: 0 0 20px 0;
     }

     .personal-area-form-row .personal-area-form-row__item:last-child {
          text-align: left !important;
     }

     .personal-area-form-row__item {
          width: 100%;
     }

     .personal-area-form-row__btn {
          padding: 8px 28px;
     }

     .personal-area-menu__link {
          padding: 15px 20px;
     }

     .current-purchases-link {
          flex-wrap: wrap;
     }

     .current-purchases-link__status {
          justify-content: flex-start;
     }

     .current-purchases__item {
          margin: 0 0 15px 0;
     }

     .current-purchases-header {
          flex-direction: column;
          align-items: flex-start;
     }

     .current-purchases-header__back {
          margin: 0 0 15px 0;
     }

     .information-order {
          padding: 14px 11px;
     }

     .information-order-header,
     .information-order-content {
          padding: 11px 0;
     }

     .information-order-content__item,
     .information-order-header__item:not(:last-child),
     .information-order-content__item:not(:last-child) {
          margin: 11px 0;
     }

     .information-order-footer {
          padding: 22px 0 0;
     }

     .information-order-total {
          margin: 22px 0 0;
          padding: 11px 0 0;
     }

     .basket-table {
          padding: 14px 11px;
     }

     .basket-table-header__item,
     .basket-table-content__item,
     .basket-table-header__item:first-child,
     .basket-table-content__item:first-child,
     .basket-table-header__item:last-child,
     .basket-table-content__item:last-child {
          margin: 8px 0;
     }

     .basket-table-header,
     .basket-table-content {
          padding: 12px 0;
     }

     .basket-order-checked__item>input,
     .choose-payment-method__item>input {
          width: 22px;
          height: 22px;
     }

     .choose-payment-method__item {
          padding: 5px 8px;
     }

     .mark-on-map-btn {
          font-size: 13px;
     }

     .order-take-map {
          padding: 8px;
          margin: 22px 0;
          height: 200px;
     }

     .payment-online {
          margin: 20px -5px 0;
     }

     .payment-online__bg {
          padding: 6px 8px;
     }

     .payment-online__bg img {
          width: 48px;
          height: auto;
     }

     .order-total {
          margin: 30px 0 15px 0;
     }

     #orderDeliveryContent {
          margin: 0 0 15px;
     }

     .standard-delivery,
     .fast-delivery {
          padding: 16px;
     }

     .delivery-select {
          margin: 0 -5px 25px;
     }

     .ordering-information__item {
          padding: 12px 15px;
     }

     .ordering-information-btns__edit,
     .ordering-information-btns__pay {
          padding: 12px;
     }

     .our-product-link {
          border-radius: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
     }

     .about-us-page-info {
          padding: 5% 0;
     }

    .share-with-friends{
        flex-direction: column;
        align-items: flex-start;
    }

    .discount-label {
        background: url(../images/discount-label.png) no-repeat;
        background-size: contain;
        width: 80px;
        height: 70px;
    }

    .discount-label__percent {
        font-size: 16px;
    }

    .new-and-promo__text {
        font-size: 10px;
    }

    .product-info__count .product-cart-btn {
        padding: 13px 12px;
        font-size: 13px;
    }

    .inside-page-title{
        font-size: 25px;
        line-height: 38px;
    }

    .blog-page-img-bg::after{
        padding: 18px 0;
        border-radius: 0 19px 19px 0;
    }

    .blog-page-img{
        margin: 38px 0;
    }

    .registration-form-row>.contact-form-row__item{
        width: 100%;
    }
    .registration-block::after,
    .recovery-password-block::after{
        width: 18px;
        border-radius: 8px 0 0 8px;
    }
    .registration-with-social-title{
        font-size: 18px;
    }
    .registration-with-social__google>svg,
    .registration-with-social__facebook>svg,
    .login-with-social__google>svg,
    .login-with-social__facebook>svg{
        width: 35px;
        height: 35px;
    }
    .pharmacies-list{
        padding: 0 0 0 12px;
    }
     .about-us-baner-second iframe{
          height: 300px;
     }
     .footer-payment-method__item {
          height: 100%;
     }
     .color-item-div {
          width: 13%;
     }
     .search-results__link {
          padding: 0 0 0 5px;
          font-size: 13px;
     }

}

@media all and (max-width: 420px) {
     .home-swiper-info-bg {
          max-width: 280px;
          padding: 10px 15px;
          bottom: 0px;
     }

     .home-swiper {
          min-height: 180px;
     }

     .home-swiper__item {
          height: auto;
     }

     .about-us-baner-first>img,
     .about-us-baner-second>img {
          min-height: 150px;
          object-fit: cover;
     }

     .about-us-info-bg {
          background: url('../images/about-us-info-bg.png') no-repeat -50% 98%;
          background-size: 50%;
     }

     .our-product-link__price {
          font-size: 19px;
     }

     .products-title {
          font-size: 22px;
     }

     .product-filter-block {
          flex-direction: column-reverse;
     }

     .product-filter__img,
     .product-filter-container {
          margin: 0;
          width: 80%;
     }

     .gallery-row__item {
          width: 50%;
     }

     .informacin-item-row__item {
          width: 100%;
     }

     .contact-map {
          height: 250px;
     }

     .current-purchases-header__download,
     .delivery-select__item,
     .standard-delivery,
     .fast-delivery,
     .ordering-information-btns__item,
     .ordering-information-btns__edit,
     .ordering-information-btns__pay {
          width: 100%;
     }
     .about-us-baner-second iframe{
          height: 210px;
     }
     .home-swiper__item>img {
          height: 100%;
     }
     .our-product-row__item{
          width: 50% !important;
     }
     .color-item-div {
          width: 15%;
     }
}

@media all and (max-width: 374px) {
     .home-swiper-info-bg {
          bottom: -40px;
     }

     .page-title {
          font-size: 20px;
          line-height: 30px;
     }

     .product-row>.our-product-row__item,
     .recommended-product-row>.our-product-row__item,
     .search-result-row>.our-product-row__item {
          width: 100%;
     }

     .informacin-page-baner {
          min-height: 120px;
     }

     .informacin-page-baner>img {
          height: auto;
          min-height: 120px;
          display: block;
          object-fit: cover;
     }

     .contact-info__title {
          font-size: 25px;
     }

     .contact-social-icons {
          margin: 20px -4px 0;
     }

     .vacancie-time-and-mony__time,
     .vacancie-time-and-mony__mony {
          font-size: 14px;
     }

     .blog-page-row>.blog-row__item {
          width: 100%;
     }
     .about-us-baner-second iframe{
          height: 180px;
     }
}
