/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
    font-family: "Roboto", sans-serif;
    color: black;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}
.form__input {
    background: white;
    padding: 15px 20px;
    border-radius: 16px;
    border: 1px solid #D1D7DA;
    max-width: 319px;

}
.form__input::placeholder {
    content: '';
}




/* Общие стили*/

.container {
    margin: 0 162px;
    max-width: 1396px;

}
section {
    margin-bottom: 124px!important;
}
.d-flex {
    display: flex;
    justify-content: space-between;
}
.column {
    flex-direction: column;
}
.btn {
    gap: 12px;
    justify-content: flex-start;
}
.btn-black {
    min-width: 167px;
    text-align: center;
    background: #262626;
    color: #FEFEFE;
    padding: 12px 28px;
    cursor: pointer;
    max-height: 48px;
    transition: all .35s;
}

h1 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 56px;
    text-transform: uppercase;
}
h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px;
    text-transform: uppercase;
}
h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.disclaimer, .disclaimer a {
    font-size: 11px;
    color: #282D3C;
    opacity: .8;
}
.hidden {
    display: none!important;
}
ul {
    margin-bottom: 30px;
}
li {
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
li::marker {
    content: '•';
    color: #A8E6CF;
    font-size: 24px;
}
.fixed {
    overflow: hidden;
}
.policy-text {
    white-space: pre-line;
}
.nav-left, .nav-right {
    max-width: 28px;
    cursor: pointer;
}
/* Общие стили*/

/* Header*/

.header {
    border-bottom: 1px solid #0000001F;
    z-index: 9;
    position: relative;
}
.header-top {
    margin: 24px 0;
}
.header-bottom {
    padding: 12px 0 21px;
}
.header-top-item:nth-child(odd) {
    margin-top: 12px;
    width: 177px;
}
.header-top-item:nth-child(3) {
    gap: 24px;
}
.h-b-nav {
    justify-content: center;
    gap: 48px;
    text-transform: uppercase;
}
.mob {
    display: none;
}
/* Header*/


/*Баннер*/

.banner-content {
    position: relative;
    z-index: 9;
    max-width: 530px;
}
.banner-title {
        margin-top: 80px;
    text-transform: uppercase;
}
.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    width: 100%;

}
.banner-txt {
    padding: 40px 0;
}
.banner-background-img-mid {
    display: none;
}
.banner-background-img-mob {
    display: none;
}
/*Баннер*/


/*Категории*/
.categories {
    background: white;
    z-index: 11;
    position: relative;
    padding-top: 40px;
    padding-bottom: 124px;
    margin-bottom: 0px !important;
}
.cat-item {
    border-radius: 56px;
    border: 1px solid #D8D8D8;
    justify-content: flex-start;
    gap:12px;
}
.cat-item-img {
    border-radius: 56px;
    overflow: hidden;
}
.cat-txt {
    padding: 31px 19px 31px 0;
        white-space: nowrap;
}
.cat-item-img img {
    max-width: 80px;
    max-height: 80px;
}

/*Категории*/



/*Предложения*/
.offers {
    background: white;
    z-index: 8;
    position: relative;
}
.offers-item {
    max-width: 319px;
    overflow: hidden;
}
.offers-item-top {
    position: relative;
}
.offers-item-label {
    position: absolute;
    background: #FEFEFE;
    border: 1px solid #D8D8D8;
    padding: 8px;
    border-radius: 12px;
    margin: 8px;
}
.offer-item-title {
    font-size: 18px;
    margin-top: 12px;
}
.offer-item-num {
    margin-top: 12px;
    justify-content: flex-start;
    gap: 8px;
}
.offer-item-weight {
    color: #8B8B8B;
}
.offer-item-material {
    justify-content: flex-start;
    gap: 6px;
    margin-top: 8px;
}
.offer-item-material-txt, .offer-item-material-mark {
    color: #8B8B8B;
    font-size: 14px!important;
}
.offer-item-material-mark {
    width: 4px;
    height: 4px;
    background-color: #8B8B8B;
    border-radius: 100%;
    margin-top: 9px;
}
.offer-link {
    justify-content: center;
    margin-top: 52px;
}
.offers-nav {
    gap: 20px;
}

/*Предложения*/

/*Информация*/
.information-title {
    margin-bottom: 32px!important;
}
.information-grey {
    font-size: 22px;
    color: #8B8B8B;
    margin-bottom: 32px;
}
.information-items {
gap: 30px;
flex-wrap: wrap;
}
.information-item {
    gap: 10px;
    width: calc(100% / 4);
}
.information-item-image {
    width: 48px;
    justify-content: center;
}
.information-item-txt {
    width: 210px;
}
.information-item-img {

}

/*Информация*/


/*Мастер классы*/

.m-c-container {
overflow: hidden;
}
.m-c-slide-text {
    margin-top: 32px;
}
.m-c-slide-desc {
    color: #8B8B8B;
    margin-top: 4px;
    margin-bottom: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*Мастер классы*/


/*Статьи*/

.articles-slide-content {
    position: relative;
}
.articles-text {
    position: absolute;
    left: 32px;
    top: 32px;
    max-width: 388px;
}
.articles-desc {
        margin-bottom: 28px;
}

/*Статьи*/



/*Карта*/
.map-over {
    position: relative;
}
.map-title {
    margin-bottom: 32px;
}
.map-content-txt {
    background: white;
    position: absolute;
    z-index: 9;
    top: 32px;
    padding: 36px;
    max-width: 50%;
}
.map-desc {
    gap: 20px;
}
.map-desc-item {
    gap: 4px;
}
.map-item-name {
    color: #8B8B8B;
    font-size: 14px;
}
.map-item-link {
    font-size: 18px;
}
.map-item-soc-list {
    gap: 8px;
    justify-content: flex-start;
}
.ymaps-2-1-79-map {
     filter: grayscale(100%);
}
/*Карта*/


/*Остались вопросы*/

.question-content {
    position: relative;
}
.question-form {
    position: relative;
    z-index: 9;
    padding: 32px;
}
.question-title {
    color: white;
    margin-bottom: 16px;
}
.question-desc {
    color: white;
    margin-bottom: 64px;
}
.question-input {
    width: 221px;
    padding: 16px;
    background-color: white;
}
.question-input {
    width: 221px;
    padding: 16px;
    background-color: white;
}
.black-btn {
    min-width: 167px;
    padding: 12px;
    text-align: center;
    color: white;
    background-color: #212121;
    line-height: 1.6;
    cursor: pointer;
}
.question-disclaimer {
    margin-top: 16px;
    color: white;
}
.question-bg {
        position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    right: 0;
}
.question-form-form {
    gap: 12px;
    justify-content: flex-start;
}
.question-img {
    height: 100%;
    object-fit: cover;
}
/*Остались вопросы*/


/*Футер*/

.footer {
    background-color: #F5F5F5;
}
.footer-top {
    padding-top: 32px;
}
.footer-top-info {
    margin-bottom: 24px;
}
.footer-nav {
    gap: 48px;
    text-transform: uppercase;
}
.footer-nav-item {
    margin-top: 10px;
}
.footer-top-contacts {
    gap: 4px;
}
.footer-phone {
    font-size: 24px;
}
.footer-cont-label {
    color: #8B8B8B;
    font-size: 12px;
}
.footer-socials {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 24px;
}
.footer-soc-item {
    gap: 8px;
}
.footer-soc-name {
    margin-top: 7px;
}

.footer-bottom {
    padding-top: 36px;
    padding-bottom: 60px;
    border-top: 1px solid #0000001F;
    margin-top: 36px;
}

/*Футер*/

/*Маленький баннер*/

.banner.banner-ltl {
    margin-bottom: 52px !important;
}
.breadcrumbs {
    margin-top: 36px;
    justify-content: flex-start;
    gap: 9px;
}
.breadcrumbs-item.grey {
    color: #8B8B8B;
}
.banner-ltl-title {
    margin-top: 141px;
}
.bread-img {
    margin-top: 4px;
}
/*Маленький баннер*/

/*Блок с фильтром*/

.filter {
    background: white;
    z-index: 7;
    position: relative;
}
.filter-underline {
    border-bottom: 1px solid #D8D8D8;
    padding-top: 36px;
}
.filter-tabs {
    margin-bottom: 12px;
}
.goods-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
}
.goods-list .offers-item {
    width: calc(100% / 4 - 30px);
}
.filter-tabs-item {
    color: #8B8B8B;
    cursor: pointer;
    position: relative;
    transition: all .35s;
}
.filter-tabs-item.active {
    color: black;
    cursor: default;
}
.filter-tabs-item::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: black;
    position: absolute;
    top: 30px;
    transition: all .35s;
    opacity: 0;
}
.filter-tabs-item.active::after {
    opacity: 1;
}
.filter-tabs-item:hover {
    color: black;
}
.filter-tabs-item:hover::after {
    opacity: 1;
}
.filter-underline {
    display: none;
}
/*Блок с фильтром*/







/* Адаптивы*/
@media screen and (max-width: 1300px) {
    .banner-background {
        height: 100%;
    }
    .banner-background-img {
        height: 100%;
        object-fit: cover;
    }

}


@media screen and (max-width: 1200px) {
    .container {
        margin: 0 52px;
        max-width: 920px;
    }
    .information-item {
        width: calc(100% / 2 - 20px);
        max-width: 250px;
    }  
    .banner-background-img {
        display: none;
    }
    .banner-background-img-mid {
        display: block;
        width: 100%;
    }
    .goods-list .offers-item {
        width: calc(100% / 3 - 15px);
    }
    .goods-list {
        gap: 20px;
    }

}



@media screen and (max-width: 900px) {
    .container {
        margin: 0 36px;
        max-width: 696px;
    }
    h1 {
        font-size: 32px;
        font-weight: 400;
        text-transform: uppercase;
    }
    h2 {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 32px;
        text-transform: uppercase;
    }
    h3 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 12px;
        text-transform: uppercase;
    }
    h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 16px;
        text-transform: uppercase;
    }
    
    .information-grey {
        font-size: 20px;
    }
    .map-content-txt {
            max-width: 58%;
    }
    .map-title {
        margin-bottom: 24px;
    }
    .banner-background-img-mid {
        height: 100%;
        width: auto;
        object-fit: cover;
    }
    .header-bottom {
        display: none;
    }
    .mob {
        display: block;
    }
    .header-top-phone {
        display: none;
    }
    .header-top-cont {
        display: none;
    }
    .header-top-item {
        justify-content: flex-end;
    }
    .footer-nav {
        gap: 20px;
    }
    .goods-list .offers-item {
        width: calc(100% / 2 - 15px);
    }
}


@media screen and (max-width: 600px) {
    .container {
        margin: 0 20px;
    }
        h1 {
        font-size: 28px;
        font-weight: 400;
        text-transform: uppercase;
    }
    h2 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 32px;
        text-transform: uppercase;
    }
    h3 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 12px;
        text-transform: uppercase;
    }
    h4 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 16px;
        text-transform: uppercase;
    }
    div, p {
        font-size: 14px;
    }
    .btn-txt {
        font-size: 16px;
    }
    .information-grey {
        font-size: 16px;
    }
    .information-item {
    width: 100%;
    }  
    .map-over {
        background-color: #F5F5F5;
        height: auto!important;
        max-height: 1030px;
    }
    .map-content-txt {
        position: relative;
        top: 0;
        width: 100%;
        max-width: unset;
        background-color: #F5F5F5;
        padding: unset;
        margin-bottom: 32px;
        padding-top: 32px;
    }
    .question-form-form {
        flex-direction: column;
    }
    .question-input {
        width: 100%;
    }
    .question-desc {
        margin-bottom: 23px;
    }
    .banner-background-img-mid {
        display: none;
    }
    .banner-background-img-mob {
        display: block;
    }
    .header-top-item:nth-child(1) {
        display: none;
    }
    .footer-nav {
        display: none;
    }
    .footer-top {
        flex-direction: row;
    }
}
@media screen and (max-width: 400px) {
    .banner-background-img-mob {
        object-fit: cover;
    height: 100%;
    width: auto;
    }
    .goods-list .offers-item {
        width: 100%;
    }
}


/* Адаптивы*/



/*Временное*/

.filters-item {
    display: block;
    height: 56px;
    width: 300px;
    border-radius: 16px;
    border: 1px solid #D8D8D8;
}
.filters-list {
    gap: 12px;
    justify-content: flex-start;
    margin-bottom: 72px;
    margin-top: 36px;
    padding-top: 24px;
}
/*Временное*/

