.b-about {
    padding: 0 20px;
}
.b-about .about__heading{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #003e5b;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 35px;
    margin-bottom: 55px;
}
.b-about p {
    color: #003e5b;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.b-about .about__title-text {
    text-align: center;
}

.b-contact {
    padding: 0 20px;
}
.advantages-on-main .b-detail-advantages {
    padding: 0 30px;
}
.advantages-on-main .b-detail-advantages .detail-advantages__heading {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #003e5b;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 35px;
    margin-bottom: 55px;
    text-transform: capitalize;
}

.b-popular-products {
    padding-bottom: 60px;
}
.b-popular-products .popular-products__heading {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #003e5b;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 35px;
    margin-bottom: 55px;
}
.b-popular-products .popular-products__wrapper {
    margin-right: -30px;
}
.b-popular-products .popular-products__bottom {
    text-align: center;
}
.b-popular-products .popular-products__picture {
    height: 260px;
}
.b-popular-products .popular-products__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick__item {
    margin-right: 30px;
}
.b-popular-products .slick-prev, 
.b-popular-products .slick-next {
    position: absolute;
    top: -105px;
    z-index: 20;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.b-popular-products .slick-next {
    left: auto;
    right: 30px;
}
.b-popular-products .slick-prev {
    right: 55px;
    left: auto;
}
.b-popular-products  .slick-prev:before {
    content: "\276E";
    color: #003e5b;
}
.b-popular-products  .slick-next:before {
    content: "\276F";
    color: #003e5b;
}

.b-main-category {
    margin-bottom: 70px;
    margin-top: 64px;
}
.b-main-category .main-category__heading {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #003e5b;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 35px;
    margin-bottom: 20px;
}
.b-main-category .main-category__sub-heading {
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    color: #003e5b;
    margin-bottom: 55px;
}
.b-main-category .main-category__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 215px);
    grid-gap: 38px;
}
.b-main-category .main-category__item {
    position: relative;
}
.b-main-category .main-category__item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
}
.b-main-category .main-category__item:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
}
.b-main-category .main-category__item:nth-child(4) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
}
.b-main-category .main-category__item:nth-child(5) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 5;
}
.b-main-category .main-category__item:nth-child(8) {
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 3;
    grid-column-end: 4;
}
.b-main-category .main-category__item:nth-child(10) {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 3;
}
.b-main-category .main-category__item > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 2;
    overflow: hidden;
}
.b-main-category .main-category__item > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.b-main-category .main-category__item > a::after {
    content: "";
    display: block;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.302;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;    
}
.b-main-category .main-category__item > a:hover img {
    transform: scale(1.1);
}
.b-main-category .main-category__item span {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.b-not-available-form {
    text-align: center;
}
.b-not-available-form .not-available-form__success,
.b-not-available-form .not-available-form__error {
    display: none;
}

.b-partners-catalog-links {
	margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.b-partners-catalog-links .partners-catalog-links__wrapper {
    display: flex;
    column-gap: 20px;
}
.b-partners-catalog-links .partners-catalog-links__wrapper > a {
    flex-shrink: 0;
}

.partners-personal h3 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #003e5b;
	margin-bottom: 22px;
    padding-bottom: 42px;
    border-bottom: 1px solid #dcdcdc;
}
/*------------------------------*/
.b-partner-profile .partner-profile__wrapper {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	padding-top: 42px;
}
.b-partner-profile .partner-profile__img {
	margin-right: 21px;
}
.b-partner-profile .partner-profile__info {
    width: calc(100% - 85px);
}
.b-partner-profile .partner-profile__name {
	font-size: 18px;
	font-weight: 500;
	color: #003e5b;
	margin-bottom: 10px;
}
.b-partner-profile .partner-profile__firm {
	font-size: 16px;
	font-weight: normal;
	color: #526067;
	margin: 0;
}
.b-partner-profile .partner-profile__order-info {
	font-size: 16px;
    font-weight: normal;
    color: #526067;
    margin-bottom: 10px;
}
.b-partner-profile > a {
    padding-right: 10px;
    line-height: 2;
}
.b-partner-profile > a:nth-child(2) {
    display: none;
}
/*-----------------------------------*/
.partners-checkout h2 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #003e5b;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 22px;
}
/*-----------------------------------*/
.b-personal-orders {
	margin-bottom: 40px;
	overflow-x: auto;
}
.b-personal-orders .partner-profile__order-info {
	font-size: 16px;
    font-weight: normal;
    color: #526067;
    margin-bottom: 10px;
}
.b-personal-orders .personal-orders__table {
	width: 100%;
	border-collapse: collapse;
}
.b-personal-orders .personal-orders__table tr td,
.b-personal-orders .personal-orders__table tr th {
	border: 1px solid #dedede;
	text-align: center;
	color: #003e5b;
}
.b-personal-orders .personal-orders__table tr th {
	font-size: 14px;
	font-weight: 700;
	vertical-align: middle;
}
.b-personal-orders .personal-orders__table tr td {
	font-size: 14px;
	font-weight: 500;
}
.b-personal-orders .personal-orders__table tr td:first-child {
	width: 40px;
}
.b-personal-orders .personal-orders__table tr td:last-child {
	width: 190px;
}
.b-personal-orders tbody tr .personal-orders__name {
	text-align: left;
	text-transform: uppercase;
}
.b-personal-orders .sale-order-list-cancel-container {
	margin-top: 10px;
}
/*---------------------------*/
.full-width {
    width: 100%;
}
/*---------------------------*/

@media screen and (max-width:768px) {
    .b-partner-profile,
    .b-personal-orders {
        padding-left: 20px;
        padding-right: 20px;
    }
    .b-personal-orders {
        overflow-x: auto;
    }
}

@media screen and (max-width:768px) {
    .b-partners-catalog-links {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    .b-partners-catalog-links .partners-catalog-links__wrapper {
        justify-content: center;
    }
    .b-partners-catalog-links {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .b-main-category {
        padding: 0 20px;
    }
    .b-main-category .main-category__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(7, 215px);
        column-gap: 3%;
    }
    .b-main-category .main-category__item:nth-child(3) {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .b-main-category .main-category__item:nth-child(5) {
        grid-row-start: 5;
        grid-row-end: 6;
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .b-main-category .main-category__item:nth-child(6) {
        grid-row-start: 6;
        grid-row-end: 7;
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .b-main-category .main-category__item:nth-child(7) {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .b-main-category .main-category__item:nth-child(8) {
        grid-row-start: 6;
        grid-row-end: 7;
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .b-main-category .main-category__item:nth-child(9) {
        grid-row-start: 5;
        grid-row-end: 6;
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .b-main-category .main-category__item:nth-child(11) {
        grid-row-start: 7;
        grid-row-end: 8;
        grid-column-start: 1;
        grid-column-end: 2;
    }
    /*--------------------*/
    .b-popular-products .popular-products__wrapper {
        padding: 0 20px;
        margin-right: 0;
    }
    .slick__item {
        margin-right: 10px;
    }
    /*-------------------*/
    .b-detail-advantages .detail-advantages__list {
        padding: 0 20px;
    }
    /*------------------*/
    .b-partner-profile > a:nth-child(2) {
        display: inline;
    }
}
@media screen and  (max-width: 767px) {
    .b-main-category {
        padding: 0 20px;
    }
    .b-main-category .main-category__wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(11, 215px);
        column-gap: 3%;
    }
    .b-main-category .main-category__item {
        grid-area: auto / auto / auto / auto !important;
    }
    /*--------------------*/
    .b-popular-products .popular-products__wrapper {
        padding: 0 20px;
        margin-right: 0;
    }
    .slick__item {
        margin-right: 0;
    }
    /*-------------------*/
    .b-about p {
		padding: 0 20px;
		font-size: 18px;
	}
    /*-------------------*/
    .b-popular-products .slick-prev, 
    .b-popular-products .slick-next {
        top: -20px;
    }
    /*-------------------*/
    .b-popular-products .popular-products__heading {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
    /*-------------------*/
    .advantages-on-main .b-detail-advantages .detail-advantages__heading,
    .b-main-category .main-category__heading,
    .b-goods-rooms .goods-rooms__heading,
    .b-about .about__heading {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
.b-subsection .subsection__item {
border: 1px solid #000;
font-size:16px;

}

.b-reg-form input[type="text"], .b-reg-form input[type="password"], .b-reg-form input[type="email"] {
border: 1px solid #000 !important;
}

.breadcrumbs {
margin-bottom:0 !important;
}

.section-title-style-one, .section-title-style-two {
padding: 20px 0 20px !important;
}
.header-bottom {
border-bottom: 1px solid #000;
}
.showcase-picture img {
height: fit-content !important;
}