/* All PAGES LIST
	 ========================================================================== */
.page-sec__all-pages-list {
    flex-direction: row;
    gap: 12px 20px;
    flex-wrap: wrap;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-sec__all-pages-list li {
    min-width: 250px;
    flex: 1 1 calc(33% - 20px);
    padding: 0 10px;
}
.page-sec__all-pages-list li a {
    color: #161519;
    font-size: 18px;
    line-height: 1.2;
    display: block;
    text-transform: uppercase;
}
.page-sec__all-pages-list li:hover a {
    text-decoration: underline;
}

/* FONTS
	 ========================================================================== */
@font-face {
  font-display: swap;
  font-family: 'Beatrice Deck';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/BeatriceDeck-400.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Beatrice Deck';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/BeatriceDeck-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Beatrice Deck';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/BeatriceDeck-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/Montserrat-400.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/Montserrat-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/Montserrat-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/Montserrat-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* All
	 ========================================================================== */
html {
	margin: 0;
	scroll-behavior: smooth;
	font-size: 16px;

}

body {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

body:not(.index-page):after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	background: #161519;
}
body.modal-open {
	overflow: hidden;
}
body, 
* {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: inherit;
}

main {
	overflow-x: hidden;
}

input {
	border: unset;
	display: flex;
	outline: unset;
	padding: 0;
}

input:placeholder,
textarea:placeholder {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	opacity: .8;
}

input[type="submit"],
button {
	background: transparent;
	outline: unset;
	border: unset;
	padding: 0;
	cursor: pointer;
}
* {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	font-weight: 400;
	font-family: 'Beatrice Deck', sans-serif;
	display: border-box;
}

h2 {
	font-size: 32px;
	line-height: 1.3;
	color: #161519;
}

h3 {
	font-size: 28px;
	line-height: 1.3;
}

h4 {
	font-size: 20px;
	line-height: 1.3;
}


picture {
	margin: 0;
	display: flex;
}
img {
	display: inline-block;
}

a {
	text-decoration: unset;
	cursor: pointer!important;
}

li,
a {
	display: inline-block;
}

p {
	margin: 0;
}

p + * {
	margin-top: 1em;
}

ul, 
ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin:0;
}

section {
	padding: 100px 0;
}

:before,
:after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
}
@media (max-width: 768px) {
	section {
		padding: 70px 0;
	}
	body:not(.index-page):after {
		height:65px;
	}
}

@media (max-width: 520px) {
	h2 {
		font-size: 26px;
	}
}
/* Components
	 ========================================================================== */
.i-icon {
	display: block;
	fill: currentColor;
	stroke: currentColor;
}
.container {
	padding: 0 70px;
}

.main-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	width: fit-content;
	min-height: 50px;
	border-radius: 32px;
	font-size: 1em;
	font-weight: 500;
}

.main-btn.sort-btn {
	gap: 0 4px;
}
.main-btn.has-icon {
	gap: 0 10px;
}

.main-btn.small {
	padding: 0 16px;
	min-height: 35px;
}

.main-btn.sort-btn .count {
	font-size: inherit;
	font-weight: 700;
	color: #161519;
}
.main-btn.sort-btn:not(.selected):hover,
.main-btn.sort-btn.selected {
	background: #EFE8DC;
	color: #161519;
}

.main-btn.black {
	background: #161519;
	color: #FFFFFF;
}

.main-btn.black.only-border {
	background: transparent;
	border: 1px solid #161519;
	color: #161519;
}

.main-btn.white {
	background: #EFE8DC;
	color: #161519;
}
.main-btn span {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.sec-title-wrapper {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	gap: 4px 0;
}
.sec-title-wrapper__title {
	text-align: center;
	color: #161519;
}
.sec-title-wrapper__short-descr {
	display: block;
	line-height: 1.3;
	font-size: 1em;
	color: #747474;
	text-align: center;
}

.dropdown-wrapper__btn {
	display: flex;
	align-items: center;
}
.dropdown-wrapper__btn.has-icon {
	gap: 0 5px;
}
.dropdown-wrapper__img {
	width: 30px;
	height: 20px;
	object-fit: cover;
}

.dropdown-wrapper__text {
	line-height: 1.1;
	font-size: 1em;
}
.dropdown-wrapper__text span + span {
	margin-left: 5px;
}
.dropdown-wrapper__text * {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	display: inline-block;
}
.dropdown-wrapper__list {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	z-index: -11;
}
.breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumbs ul {
	flex-direction: row;
	flex-wrap: wrap;
}

.breadcrumbs ul li * {
	font-size: .9em;
	line-height: 1.5;
	color: #161519;
}

.breadcrumbs ul li:not(:last-child) {
	display: flex;
	gap: 0 3px;
	align-items: center;
}


.page-pagination ul {
	flex-direction: row;
	justify-content: center;
}

.page-pagination ul li span {cursor: default;}
.page-pagination ul li * {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0.5px solid #161519;
	font-size: 1em;
	line-height: 1.5;
	color: #000000;
}

.page-pagination ul li:not(:last-child) * {
	border-right: unset;
}

.modal-overlay {
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 111;
	cursor: pointer;
	background: rgba(209, 209, 209, 0.5);
}
.modal-overlay.open {
	display: block;
}
@media(max-width: 1080px) {
	.container {
		padding: 0 36px;
	}
}

@media(max-width: 920px) {
	.container {
		padding: 0 30px;
	}

	.dropdown-wrapper__img {
		width: 24px;
		height: 16px;
	}

	.top-nav .dropdown-wrapper__text {
		font-size: .9em;
	}
}

@media(max-width: 768px) {
	.container {
		padding: 0 24px;
	}
	.sec-title-wrapper {
		margin-bottom: 30px;
	}
}
@media(max-width: 520px) {
	.container {
		padding: 0 16px;
	}

	.sec-title-wrapper__short-descr {
		font-size: .9em;
	}

	.product-page .breadcrumbs ul li:nth-last-child(2) svg {
		display: none;
	}
	.product-page .breadcrumbs ul li:not(:nth-last-child(2)):not(:first-child) {
		display: none;
	}

}
@media(max-width: 430px) {
	.container {
		padding: 0 12px;
	}
}
/* Burger Modal
	 ========================================================================== */
.burger-modal {
	display: none;
	position: fixed;
	z-index: 111111;
	width: 100%;
	height: 100%;
}

.burger-modal__modal-content {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: relative;
	align-self: stretch;
	display: flex;
	flex-direction: column;
}
.burger-modal__main-block,
.burger-modal__menus-wrapper,
.burger-modal__menu-group-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.burger-modal__submenu-nav {
	display: flex;
	align-items: center;
	gap: 0 16px;
}

.burger-modal__submenu-nav svg {
	width: 24px;
	height: 24px;
}
.submenu-nav__close-btn {
	width: 24px;
	height: 24px;
	margin-left: auto;
}
.burger-modal .burger-modal__menu-group-wrapper > * {
	padding: 16px;
}
.burger-modal__logo {
	display: block;
}
.burger-modal__top-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.burger-modal__top-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	padding: 24px 16px; 
}
.burger-modal .main-menus-wrapper.is-prev .top-wrapper {
	display: none;
}
.burger-modal__logo-img {
	filter: brightness(0);
	max-width: 160px;
}
.burger-modal__menu {
	gap: 20px 0;
}
.burger-modal .acc-menu {
	margin-top: auto;
	background: #ABABAB;
	border-top: 0.5px solid #ABABAB;
}
.burger-modal .burger-modal__menu-group-wrapper:not(.main-menus-wrapper) {
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	max-width: 0;
	height: 100%;
	max-height: 100vh;
	z-index: -1111;
	transition: left .7s;
	background: #FFFFFF;
	overflow-y: auto;
	padding: 24px 15px;
}
.burger-modal .cats-menu {
	margin-top: auto;
}
.burger-modal .burger-modal__menu-group-wrapper.is-active {
	left: 0;
	opacity: 1;
	max-width: 100%;
	visibility: visible;
	z-index: 11111;
}

.burger-modal .menu .item.has-children {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.burger-modal .menu .item a {
	font-size: 1em;
	line-height: 1.1;
	color: #000000;
	min-height: 16px;
}
.burger-modal .menu .item svg {width: 16px;height: 16px;}

.burger-modal__search-wrapper {
	padding: 10px 4px;
	border-bottom: .5px solid #747474;
	width: 100%;
}

.burger-modal__search-form {
	display: flex;
	align-items: center;
	gap: 0 5px;
}

.burger-modal .search-form__input {
	min-height: 24px;
	background: transparent;
	font-size: .9em;
	line-height: 1.1;
	color: #747474;
	width: 100%;
}
.burger-modal .search-form__input:placeholder {
	opacity: 1;
	color: #747474;
}

.burger-modal__catalog-menu {
	background: #161519;
	padding: 20px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0 12px;
}

.burger-modal__catalog-menu a {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1em;
	color: #EFE8DC;
}

@media (max-width:768px) {
	.burger-modal.open {
		display: block;
	}
}
/* Top Nav
	 ========================================================================== */
.top-nav {
	position: absolute;
	z-index: 1111;
	width: 100%;
	top: 20px;
	left: 0;
}

body.index-page .top-nav {
	top: 60px;
}

body.submenu-open .top-nav {
	z-index: 11111;
	top: 0;
	background: #161519;
	position: fixed;
}

.top-nav__main-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body.submenu-open .top-nav__main-block {
	padding-top: 30px;
	min-height: 150px;
	align-items: flex-start;
	justify-content: center;
}
body.submenu-open .top-nav__main-block > *:not(.right-column) {
	display: none;
}


.top-nav__top-menu {
	flex-direction: row;
	gap: 0 28px;
}

.top-nav__top-menu a {
	line-height: 1.1;
	font-weight: 600;
	font-size: 1em;
	color: #FFFFFF;
}

.top-nav__logo {
	display: block;
}

.top-nav__logo-img {
	height: 45px;
	max-width: 180px;
}

.top-nav__right-column {
	display: flex;
	gap: 0 70px;
	align-items: center;
}

.top-nav .dropdown-wrapper__text {
	color: #FFFFFF;
}

.top-nav__buttons-group {
	display: flex;
	gap: 0 12px;
	align-items: center;
	justify-content: flex-end;
}
.top-nav .buttons-group .btn__icon {
	color: #FFFFFF;
	width: 24px;
	height: 24px;
}

@media(max-width: 920px) {
	body.index-page .top-nav {
		top: 24px;
	}

	.top-nav__top-menu {
		gap: 0 16px;
	}

	.top-nav__right-column {
		gap: 0 24px;
	}

	.top-nav .buttons-group .btn__icon {
		width: 20px;
		height: 20px;
	}

	.top-nav__top-menu a {
		font-size: .9em;
	}
}

@media(max-width: 768px) {
	.top-nav {
		display: none;
	}
}

/* Bottom Nav
	 ========================================================================== */
.bottom-nav {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	z-index: 1111;
}

body.submenu-open .bottom-nav {
	display: none;
}

body:not(.index-page) .bottom-nav + main {
	padding-top: 100px;
}

body.index-page .bottom-nav {
	top: 125px;
}


.bottom-nav__main-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 0 30px;
}

.bottom-nav__bottom-menu {
	flex-direction: row;
	gap: 0 20px;
}

.bottom-nav__bottom-menu a {
	font-size: 1em;
	line-height: 1.1;
	color: #FFFFFF;
	display: block;
}

.bottom-nav__search-wrapper {
	padding: 10px 4px;
	border-bottom: .5px solid #CECECE;
	max-width: 330px;
	width: 100%;
}

.bottom-nav__search-form {
	display: flex;
	align-items: center;
	gap: 0 5px;
}

.bottom-nav .search-form__input {
	min-height: 24px;
	background: transparent;
	font-size: .9em;
	line-height: 1.1;
	color: #FFFFFF;
	width: 100%;
}
.bottom-nav .search-form__input:placeholder {
	opacity: 1;
	color: #DEE0E3;
}
.bottom-nav__buttons-group {
	display: flex;
	align-items: center;
	gap: 0 5px;
}

.bottom-nav .buttons-group__btn {
	width: 24px;
	height: 24px;
}


.bottom-nav .buttons-group .btn__icon {
	color: #FFFFFF;
}
@media(max-width: 920px) {
	body.index-page .bottom-nav {
		top: 85px;
	}
	.bottom-nav__bottom-menu {
		gap: 0 12px;
	}
	.bottom-nav__bottom-menu a {
		font-size: .9em;
	}

	.bottom-nav__search-wrapper {
		max-width: 240px;
		padding: 5px 4px;
	}

	.bottom-nav .search-form__input {
		font-size: .8em;
		min-height: 20px;
	}
}
@media(max-width: 768px) {
	.bottom-nav {
		display: none;
	}

	body:not(.index-page) .bottom-nav + main {
		padding-top: 65px;
	}
}
/* Sub menu wrapper
	 ========================================================================== */
.fixed-submenu-container {
	border-top:1px solid rgba(103, 103, 103, 0.6);
	position: fixed;
	left: 0;
	top: 150px;
	width: 100%;
	max-height: 0;
	z-index: 1111;
	pointer-events: none;
	background: #161519;
	visibility: hidden;
}
.fixed-submenu-container.visible {
	visibility: visible;
	max-height: 70vh;			
}
.fixed-submenu-container * {
	pointer-events: auto;
	color: #FFFFFF;
}
.fixed-submenu-container .submenu__main-block {
	padding: 30px 0;
	display: grid;
	grid-gap: 0 50px;
	grid-template-columns: 1fr max-content 1fr;
}

.fixed-submenu-container .submenu__main-block:after {
	content: '';
	background: rgba(103, 103, 103, 0.6);
	height: 100%;
	width: 1px;
	display: block;
	order: 2;
}

.fixed-submenu-container .submenu__columns {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	order: 1;
}
.fixed-submenu-container .submenu__menu-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

.fixed-submenu-container .submenu__explore-btn {
	text-decoration: underline;
}

.fixed-submenu-container .submenu__list-title {
	font-family: 'Montserrat',sans-serif;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.1;
	text-transform: uppercase;
	color: #FFFFFF;
}

.fixed-submenu-container .submenu__menu-list {
	gap: 15px 0;
}


.fixed-submenu-container .submenu__menu-wrapper li:not([style]) {
	color: #ABABAB;
}
.fixed-submenu-container .submenu__menu-wrapper li a {
	font-size: 1em;
	line-height: 1.3;
	color: inherit;
}

.fixed-submenu-container .submenu__menu-wrapper li:hover a {
	color: #FFFFFF;
}

.fixed-submenu-container .submenu__thumb {
	order: 3;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 12px 0;
}

.fixed-submenu-container .submenu__p-name {
	font-weight: 500;
	font-size: 1em;
	line-height: 1.1;
	color: #FFFFFF;
	display: block;
}
.fixed-submenu-container .submenu__img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 100%;
}
@media (max-width:1200px) {
	.fixed-submenu-container .submenu__main-block {
		grid-template-columns: 1fr max-content 220px;
		grid-gap: 0 24px;
	}
}
/* Burger Nav
	 ========================================================================== */
.burger-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 11111;
}
.burger-nav__main-block {
	min-height: 65px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.burger-nav__right-btns {
	display: flex;
	align-items: center;
	gap: 0 12px;
}
.burger-nav .right-btns__btn svg {
	width: 20px;
	height: 20px;
	color: #FFFFFF;
}
.burger-nav__left-btns {
	display: flex;
	align-items: center;
	gap: 0 20px;
	padding-right: 45px;
}
.burger-nav .left-btns__btn svg {
	width: 24px;
	height: 24px;
	color: #FFFFFF;
}
.burger-nav__logo-img {
	height: 45px;
	max-width: 180px;
}
@media(max-width: 768px) {
	.burger-nav {
		display: block;
	}
}

/* Sliders and Swiper setting
	 ========================================================================== */
.swiper-wrapper {
	display: flex;
}
.swiper-slide {
	width: 100%;
	box-sizing: border-box;
}
.cards-slider {
	display: grid;
	align-items: center;
	justify-content: space-between;
	grid-template-columns: max-content calc(100% - 130px) max-content;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.cards-slider__swiper {
	width: 100%;
	overflow-x: hidden;
}

.cards-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 15px;
}

.cards-slider .swiper:not(.swiper-initialized) .swiper-slide {
	flex: 1 1 calc(25% - 15px);
}

.cards-slider .swiper-pagination {
	position: unset;
	margin-top: 50px;
	transform: unset;
	display: flex;
	gap: 0 4px;
	justify-content: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.cards-slider .swiper-pagination-bullet {
	margin: 0!important;
	background: #D9D9D9;
	flex-basis: 6px;
	width: 6px!important;
	height: 6px;
	opacity: 1!important;
}

.cards-slider .swiper-pagination-bullet-active {
	background: #A9A9A9;
	width: 14px;
	flex-basis: 14px;
	border-radius: 40px;
}

@media (max-width: 1023px) {
    .cards-slider .swiper:not(.swiper-initialized) .swiper-slide {
        flex-basis: calc(33.333% - 10px);
    }
}

@media (max-width: 768px) {
    .cards-slider .swiper:not(.swiper-initialized) .swiper-slide {
        flex-basis: calc(50% - 7.5px);
    }

	.cards-slider {
		grid-gap:0;
		grid-template-columns: max-content calc(100% - 50px) max-content;
	}

	.cards-slider .swiper-pagination {
		margin-top: 35px;	
	}
}

/* Product cards
	 ========================================================================== */

.p-card {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

.p-card__top-group {
	position: relative;
	padding: 12px;
	background: #F1F0EA;
	
}
.p-card__stickers {
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 12px;
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	align-items: center;
}
.p-card .stickers__text {
	display: block;
}
.p-card .stickers__text.sale {
	font-size: .9em;
	line-height: 1;
    color: #161519;
}

.p-card .stickers__text.new,
.p-card .stickers__text.bestseller {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    letter-spacing: 1px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    color: #161519;
}


.p-card__wishlist-btn {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 1;
}

.p-card__thumb {
	min-height: 330px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 60px;
}

.p-card__img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 16/9;
}

.p-card__info-group {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
.p-card__text-group {
	display: flex;
	flex-direction: column;
	gap: 12px 0;
} 

.p-card__info-group * {
	font-size: .9em;
	color: #747474;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.p-card__name,
.p-card__brand a {
	color: #161519;
	text-transform: uppercase;
}

.p-card__brand a {
	display: inline;
}

.p-card__brand span {
	color: #747474;
	font-size: inherit;
	color: inherit;
}

.p-card__short-descr {
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-card__price {
	display: flex;
	gap:0 15px;
}
.p-card__price * {
	display: block;
	font-size: .9em;
}
.p-card__price del {
	font-weight: 600;
	color: #161519;
}

.p-card__price ins {
	font-weight: 600;
	color: #EC2A2A;
	text-decoration: unset;
}
@media (max-width: 768px) {
	.p-card__thumb {
		min-height: 250px;
		padding-bottom: 20px;
	}
}

@media (max-width: 520px) {

	.p-card__thumb {
		padding-bottom:12px;
		min-height: 160px;
	}
	.p-card__info-group * {
		font-size: 13px;
	}
	.p-card__short-descr {
		min-height: 30px;
		max-height: 60px;
		overflow: hidden;

	}
	.p-card,
	.p-card__info-group {
		gap: 12px 0;
	}

}


@media (max-width: 430px) {
	.p-card .stickers__text:not(.sale) {
		display: none;
	}
}

/* Content section
	 ========================================================================== */
.content-sec__main-block {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.content-sec__section-title {
	margin-bottom: 60px;
}
.content-sec__main-block p + p {
	margin-top: 25px;
}
@media (max-width:768px) {
	.content-sec__section-title {
		margin-bottom: 40px;
	}
}
/* Footer
	 ========================================================================== */
.sub-footer,
.footer {
	background: #161519;
	color: #DEE0E3;
}

.footer * {
	color: inherit;
}

.sub-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-footer__powered {
	display: block;
	text-align: center;
	color: #747474;
	font-size: .9em;
	line-height: 1.5;
}
.sub-footer__powered a {
	color: #FFFFFF;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
.sub-footer__main-block {
	padding: 32px 0;
}
.footer__main-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .sec-title-wrapper {
	gap: 12px 0;
	max-width: 1200px;
}

.footer__subscribe-form {
	display: flex;
	align-items: center;
	gap: 0 20px;
	max-width: 480px;
	width: 100%;
	padding: 8px 4px;
	border-bottom: 1px solid #FFFFFF;
}
.footer .subscribe-form__input {
	background: transparent;
	font-size: .9em;
	line-height: 1.1;
	color: #DEE0E3;
	display: flex;
	width: 100%;
}

.footer .subscribe-form__btn {
	font-size: .9em;
	font-weight: 600;
	color: #EFE8DC;
	width: max-content;
}

.footer__follow-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px 0;
}

.footer .tags-group__title,
.footer .follow-group__title {
	text-align: center;
	font-size: 20px;
	color: #EFE8DC;
	font-weight: 400;
}

.footer .follow-group__list {
	flex-direction: row;
	gap: 0 16px;
}

.footer .follow-group__list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
}

.footer .follow-group__list li svg {
	color: #272727;
}

.footer__logo-img {
	max-width: 180px;
}
.footer__top-wrapper {
	padding: 110px 0;
	gap: 50px 0;
}
.footer__bottom-wrapper {
	padding: 50px 0;
}

.footer__top-wrapper,
.footer__bottom-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__menu {
	flex-direction: row;
}

.footer__menu-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px 15px;
	flex-wrap: wrap;
}

.footer__menu-group {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px 0;
}

.footer__menu li a {
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.footer__menu li:not(:last-child) a:after {
	content: '';
	margin: 0 15px;
	height: 14px;
	width: 1px;
	background: #FFFFFF;
}

@media (max-width: 1080px) {
	.footer__menu li:not(:last-child) a:after {
		content: unset;
	}
	.footer__menu {
		gap: 15px;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer__bottom-wrapper {
		padding-top: 20px;
	}
}

@media (max-width: 768px) {
	.footer__main-block {
		padding-top: 90px;
		display: flex;
		flex-direction: column;
	}

	.footer__logo {
		order:1;
	}

	.footer__top-wrapper {
		order: 2;
		margin-bottom: 0;
	}

	.footer__bottom-wrapper {
		order: 3;
		display: flex;
		gap: 50px 0;
		flex-direction: column;
	}

	.footer__top-wrapper {
		padding: 30px 0;
		gap: 30px 0;
	}
	.footer__follow-group {
		order: 2;
	}
	.footer__menu-group {
		margin-top: 0;
		order:1;
	}
}

@media (max-width: 520px) {
	.footer .tags-group__title, 
	.footer .follow-group__title {
		font-size: 18px;
	}	
	
	.footer__menu-wrapper,
	.footer__menu {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
}

/* Home Hero
	 ========================================================================== */

.home-hero {
	position: relative;
}
.home-hero .container {
	width: 100%;
}
.home-hero__thumb {
	width: 100%;
}
.home-hero__img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1.3/1;
}
.home-hero__text-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15%;
	z-index: 1;
	background: rgba(116, 116, 116, 0.6);	
}

.home-hero__main-block {
	padding: 30px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	align-items: center;
}
.home-hero__text-group {
	max-width: 860px;
	display: flex;
	gap: 20px 0;
	flex-direction: column;
	align-items: center;
}
.home-hero .title {
	font-weight: 600;
	font-size: 47px;
	line-height: 1.3;
	text-align: center;
	color: #FFFFFF;
}
.home-hero__descr {
	display: block;
	line-height: 1.3;
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 768px) {
	.home-hero__img {
		aspect-ratio: auto;
		object-fit: cover;
		min-height: 100vh;
	}
}

@media (max-width: 520px) {
	.home-hero .title {
		font-size: 36px;
	}

	.home-hero__main-block {
		padding: 24px 0;
	}

	.home-hero__text-group {
		gap: 12px 0;
	}

	.home-hero__descr {
		font-size: .9em;
	}
}