@font-face {
    font-family: 'Muller';
    src: url('../fonts/Fontfabric - MullerRegular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Fontfabric - MullerBold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Fontfabric - MullerExtraBold.otf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.wsm2 {
	max-width: 1400px !important;
	font-family: 'Muller', Arial, _sans-serif !important;
	width: 96% !important;
    padding: 60px 2% !important;
}

.wsm2.text p {
	padding: 0;
    max-width: none;
    color: #444444;
    font-family: 'Muller', Arial, _sans-serif !important;
}

.text.wsm2 h1.about__title {
	color: #444444;
    font-size: 44px;
	font-style: normal;
	font-weight: 700;
    font-family: 'Muller', Arial, _sans-serif !important;
    margin-bottom: 60px;
}

.about__main-section {
	margin-bottom: 120px;
}

.main-section {
	display: flex;
}

.main-section--advantages {
	padding: 65px 0 0;
}

.main-section__col--1 {
	width: 25%;
}

.wsm2.text p.main-section__sibtitle {
	font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.main-section__col--2 {
	width: 75%;
}

.text.wsm2 .main-section__text {
	color: #2C2C2C;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 100px;
}

.advantages {
	display: flex;
    justify-content: space-between;
}

.advantages__item {
	display: flex;
    gap: 27px;
}

.advantages__icon {
	width: 64px;
}

.advantages__col {
	display: flex;
    flex-direction: column;
}

.text.wsm2 .advantages__title {
	font-size: 32px;
    font-family: 'Muller', Arial, _sans-serif !important;
    font-weight: 700;
    line-height: normal;
    white-space: pre;
}

.text.wsm2 .advantages__descr {
	color: #2C2C2C;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.text.wsm2 h2.about__title-2 {
	color: #444444;
    font-size: 44px;
	font-style: normal;
	font-family: 'Muller', Arial, _sans-serif !important;
    font-weight: 700;
	line-height: normal;
	margin-bottom: 40px;
	padding: 0;
}

.about__sliders {
	display: flex;
	gap: 20px;
}
        
.sliders__slider {
    width: 100%;
    max-width: 78%;
}
        
.sliders__slider-container {
    position: relative;
    margin-bottom: 29px;
    height: 627px;
    overflow: hidden;
    touch-action: pan-y;
}
        
 .sliders__store-slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
        
.sliders__slide {
    min-width: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
}

.sliders__slide-img {
	width: 100%;
    object-fit: contain;
}
        
.sliders__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 27px;
}
        
.number-slider {
    flex: 1;
    height: 2px;
    -webkit-appearance: none;
    appearance: none;
    background: #E5E5E5;
    outline: none;
    border-radius: 0;
    cursor: pointer;
}
        
.number-slider::-webkit-slider-thumb {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.number-slider::-moz-range-thumb {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.number-slider {
    cursor: pointer;
}
        
.number-slider::-webkit-slider-runnable-track {
    height: 2px;
    background: linear-gradient(to right, #444444 var(--fill-percentage, 0%), #E5E5E5 var(--fill-percentage, 0%));
    border-radius: 0;
}
        
.number-slider::-moz-range-track {
    height: 2px;
    background: linear-gradient(to right, #444444 var(--fill-percentage, 0%), #E5E5E5 var(--fill-percentage, 0%));
    border-radius: 0;
    border: none;
}
        
.counter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444444;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    gap: 8px;
}

.sliders__staff {
    width: 100%;
    max-width: 22%;
    overflow: hidden;
}
        
.sliders__staff-slider-container {
    position: relative;
    margin-bottom: 0;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    max-height: calc(100% - 60px);
}
        
.sliders__staff-slider {
   display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}
        
.sliders__staff-slide {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    cursor: pointer;
}
        
.sliders__staff-slide-img {
    width: 99%;
    object-fit: contain;
    text-align: center;
    margin: 0 auto;
}
            
.sliders__staff-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 26px;
}
        
.sliders__staff-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
        
.sliders__staff-button:hover {
    opacity: 0.8;
}
        
.sliders__staff-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.text-block {
	position: relative;
    padding-top: 24px;
}

.main-section__text-block {
	margin-bottom: 40px;
}

.text-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 99px;
	height: 1px;
	background-color: #444444;
}


.wsm2.text p.text-block__title {
	font-size: 32px;
    font-style: normal;
    font-family: 'Muller', Arial, _sans-serif !important;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}


.wsm2.text p.text-block__text {
	font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.mission {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 102px 0;
	background: #FEE499;
    margin-left: calc(-1 * (100vw - 1400px) / 2);
    margin-right: calc(-1 * (100vw - 1400px) / 2);
}

.mission__wrapper {
	max-width: 1400px;
}

.wsm2.text p.mission__title {
	margin-bottom: 37px;
    font-size: 32px;
    font-style: strong;
}

.wsm2.text p.main-section__sibtitle--center {
	text-align: center;
}

.wsm2.text p.mission__descr {
	text-align: center;
    font-size: 36px;
    font-style: normal;
    font-family: 'Muller', Arial, _sans-serif !important;
    font-weight: 700;
    line-height: 46px;
}

.history {
	padding: 120px 0 60px;
}

.text.wsm2 h2.history__title {
	padding: 0;
    margin-bottom: 50px;
    font-size: 44px;
    font-family: 'Muller', Arial, _sans-serif !important;
    font-weight: 700;
    line-height: 47px;
}

.history__subtitle {
    margin-bottom: 50px;
}

.history__years-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 40px;
}
        
.history__year-btn {
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 36px;
    font-style: normal;
    font-family: 'Muller', Arial, _sans-serif !important;
    font-weight: 700;
    line-height: 47px;
    opacity: 0.2;
    color: #444;
    background: none;
}
        
.history__year-btn:hover {
    opacity: 0.8;
}
        
.history__year-btn.active {
    opacity: 1;
}
        
.history__year-content {
    display: none;
}
        
.history__year-content.active {
    display: block;
}
        
.history__shop-item {
    overflow: hidden;
}
        
        .history__shop-year {
            background: #1abc9c;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 14px;
        }
        
.history__shop-info {
    display: flex;
    gap: 20px;
}
        
.history__shop-image {
    flex: 0 0 48%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.history__shop-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
        
.history__shop-details {
    flex: 1;
}
        
.history__shop-address {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 18px;
    color: #444444;
}
        
.history__shop-description {
    color: #444444;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 80px;
}

.history__shop-open-year {
	color: #444;
    font-family: 'Muller', Arial, _sans-serif !important;
    font-weight: 800;
    font-size: 269.388px;
    font-style: normal;
    line-height: 180px;
    color: transparent;
    opacity: 0.8;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #444;
}

.postulates {
	padding: 60px 0 120px;
}

.postulates__title {
	color: #444;
    font-family: 'Muller', Arial, _sans-serif !important;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    padding: 0;
    margin-bottom: 50px;
}

.postulates__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto); 
    gap: 0; 
}

.postulates__card {
	border: 1px solid #444;
    margin: -1px 0 0 -1px;
}

.postulates__card.postulates__info {
    padding: 28px 28px 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 305px;
}

.postulates__card.postulates__img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.postulates__card.postulates__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.postulates__text {
	font-family: 'Muller';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
    color: #444;
}

.postulates__number {
    font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 47px;
    text-align: right;
    color: #444;
}

@media screen and (max-width: 1440px) {
	.about__title {
		font-size: 40px;
	}

	.main-section__col--1 {
		width: 35%;
	}

	.wsm2.text p.main-section__sibtitle {
		font-size: 18px;
	}

	.main-section__col--2 {
		width: 65%;
	}

	.text.wsm2 .main-section__text {
		font-size: 22px;
	    line-height: 27px;
	    margin-bottom: 30px;
	}

	.advantages {
		flex-wrap: wrap;
	    gap: 30px;
	    justify-content: flex-start;
	}

	.advantages__item {
		gap: 20px;
	}

	.advantages__icon {
		width: 60px;
	}

	.advantages__col {
		max-width: 215px;
	}

	.advantages__descr {
		font-size: 18px;
	}

	.about__title-2 {
		font-size: 38px;
	}

	.sliders__slider {
		max-width: 69%;
	}

	.sliders__slider-container {
		height: 396px;
	}

	.sliders__slide {
		justify-content: flex-start;
	}

	.sliders__staff {
		max-width: 31%;
	}

	.sliders__staff-slider-container {
		max-height: calc(100% - 80px);
	}

	.sliders__staff-button {
		width: 50px;
        height: 50px;
	}

	.main-section--advantages {
		padding: 80px 0 0;
	}

	.text-block {
		padding-top: 16px;
	}

	.wsm2.text p.text-block__title {
		font-size: 26px;
        margin-bottom: 16px;
	}

	.wsm2.text p.text-block__text {
		font-size: 18px;
        line-height: 24px;
	}

	.mission {
		margin-left: -2%;
	    margin-right: -2%;
	    padding: 74px 0;
	}

	.mission__wrapper {
		max-width: 80%;
	}

	.wsm2.text p.main-section__sibtitle {
		margin-bottom: 24px;
	}

	.mission__descr {
		font-size: 38px;
    	line-height: normal;
	}

	.text.wsm2 h2.history__title {
		font-size: 38px;
	    line-height: normal;
	    margin-bottom: 40px;
	}

	.history__subtitle {
		margin-bottom: 30px;
	}

	.history__years-nav {
		gap: 18px;
        margin-bottom: 20px;
	}

	.history__year-btn {
		font-size: 26px;
    	line-height: 47px;
	}

	.history__shop-address {
		font-size: 26px;
        line-height: normal;
	}

	.history__shop-description {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.history__shop-open-year {
		font-size: 172.951px;
	    font-weight: 700;
	    line-height: 184.744px;
	}

	.postulates {
		padding-bottom: 60px;
	}

	.text.wsm2 h2..postulates__title {
		font-size: 38px;
	    line-height: normal;
	    padding: 0;
	    margin-bottom: 40px;
	}

	.postulates__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 1024px) {
	.text.wsm2 h1.about__title {
		font-size: 26px;
        margin-bottom: 20px;
	}

	.about__main-section {
		margin-bottom: 80px;
	}

	.main-section__col--1 {
		width: 33%;
	}

	.wsm2.text p.main-section__sibtitle {
		font-size: 14px;
	}

	.main-section__col--2 {
		width: 68%;
	}

	.text.wsm2 .main-section__text {
		font-size: 16px;
	    font-weight: 400;
	    line-height: 22px;
	    margin-bottom: 20px;
	}

	.text.wsm2 .main-section__text br:nth-child(2n) {
		display: none;
	}

	.advantages {
		gap: 32px 24px;
	}

	.advantages__item {
		gap: 10px;
	}

	.advantages__icon {
		width: 36px;
	}

	.text.wsm2 .advantages__title {
		font-size: 18px;
	}

	.text.wsm2 .advantages__descr {
		font-size: 14px;
	    font-weight: 400;
	    line-height: 15px;
	}

	.text.wsm2 h2.about__title-2 {
		font-size: 26px;
    	margin-bottom: 20px;
	}

	.sliders__slider {
		max-width: 60%;
	}

	.sliders__slider-container {
		height: 270px;
    	margin-bottom: 17px;
	}

	.sliders__controls {
		gap: 14px;
	}

	.counter {
		font-size: 14px;
    	gap: 4px;
	}

	.sliders__staff {
		max-width: 40%;
	}

	.sliders__staff-controls {
		gap: 8px;
	}

	.sliders__staff-button {
		width: 40px;
        height: 40px;
	}

	.main-section__text-block {
	    padding-top: 14px;
    	margin-bottom: 20px;
	}

	.wsm2.text p.text-block__title {
		margin-bottom: 12px;
    	font-size: 18px;
	}

	.wsm2.text p.text-block__text {
		font-size: 14px;
        line-height: 19px;
	}

	.mission{
		padding: 56px 0;
	}

	.mission__wrapper {
	    max-width: 90%;
	}

	.wsm2.text p.mission__title {
		margin-bottom: 12px;
	}

	.wsm2.text p.mission__descr {
		font-size: 26px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;

	}

	.history {
	    padding: 80px 0 40px;
	}

	.text.wsm2 h2.history__title {
		font-size: 26px;
    	margin-bottom: 20px;
	}

	.history__years-nav {
		gap: 12px;
	    margin-bottom: 6px;
	    overflow: auto;
	    flex-wrap: nowrap;
	}

	.history__shop-info {
		gap: 16px;
	}

	.history__shop-details {
		max-width: 286px;
	}

	.history__shop-address {
		font-size: 18px;
        margin-bottom: 12px;
	}

	.history__shop-description {
		font-size: 14px;
	    line-height: 19px;
	    margin-bottom: 25px;
	}

	.history__shop-open-year {
		font-size: 129.034px;
    	line-height: 100.832px;
	}

	.postulates {
		padding-top: 40px;
	}

	.text.wsm2 h2.postulates__title {
		font-size: 26px;
    	margin-bottom: 20px;
	}

	.postulates__card.postulates__info {
		min-height: 200px;
   		padding: 18px 18px 5px;
	}

	.postulates__text {
		font-size: 14px;
    	line-height: 19px;
	}

	.postulates__number {
		font-size: 20px;
    	line-height: 47px;
	}
}

@media screen and (max-width: 768px) {
	.wsm2 {
		padding: 50px 5% !important;
		width: 90% !important;
	}

	.about__main-section {
		flex-direction: column;
	}

	.main-section__col--1,
	.main-section__col--2 {
		width: 100%;
	}

	.wsm2.text p.main-section__sibtitle {
		margin-bottom: 16px;
	}

	.text.wsm2 .main-section__text {
		margin-bottom: 18px;
	}

	.advantages {
		gap: 16px;
	}

	.advantages__col {
		gao: 4px;
	}

	.about__sliders {
		flex-direction: column;
    	gap: 8px;
	}

	.sliders__slider {
		max-width: 100%;
	}

	.sliders__slider-container {
		height: auto;
    	margin-bottom: 4px;
	}

	.sliders__staff {
		max-width: 100%;
    	padding-bottom: 57px;
	}

	.sliders__staff-controls {
		justify-content: space-between;
    	width: 100%;
	}

	.main-section--advantages {
		padding: 65px 0 0;
	}

	.mission {
		margin-left: -5%;
    	margin-right: -5%;
	}

	.wsm2.text p.mission__title {
		margin-bottom: 12px;
	}

	.history__year-btn {
		font-size: 20px;
    	line-height: 47px;
	}

	.history__shop-info {
		flex-direction: column;
	}

	.history__shop-image {
		flex: 1;
	}

	.history__shop-details {
		max-width: none;
	}

	.history__shop-open-year {
		font-size: 120px;
	}

	.text.wsm2 h2.postulates__title {
		padding: 0;
	}

	.postulates__grid {
		grid-template-columns: repeat(1, 1fr);
	}

}





 