body {
	font: 400 14px/23px Manrope;
}

a {text-decoration: none}

.wrap-width {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* HEADER */
header {
	width: 100%;
	position: fixed;
	z-index: 990;
}
.header-space {
	width: 100%;
	height: 160px;
}
.top-wrap {
	background: #fff;
}
.top {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 112px;
}
a.logo {
	display: block;
	width: 199px;
	height: 80px;
	background: url(../images/logo-light.png) center left no-repeat;
	background-size: contain;
}
.top-txt {
	width: 40%;
	margin-left: 20px;
	padding: 1px 70px;
	box-sizing: border-box;
	font: 500 14px/22px Manrope;
	color: #888895;
	border-left: solid 1px #DADADD;
	border-right: solid 1px #DADADD;
	text-align: center;
}
.top-txt p img {
	float: left;
	margin: 3px 3px 0px 0px;
}
.top-contacts {
	width: 380px;
}
a.top-contacts-tel {
	float: left;
	margin-right: 16px;
	font: 700 20px/33px Manrope;
	color: #19191A;
}
a.top-contacts-tel:hover {
	color: #F20D8B;
}
a.top-contacts-form {
	float: left;
	width: 140px;
	height: 33px;
	font: 800 12px/33px Manrope;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #F20D8B;
}
a.top-contacts-form:hover {
	color: #F20D8B;
	background: #19191A;
}
.top-contacts-search {
	float: right;
	width: 33px;
	height: 33px;
	background: url(../images/ico-search.png) top center no-repeat;
	border: 0;
}
.menu-mob {
	display: none;
	float: right;
	width: 33px;
	height: 33px;
	background: url(../images/ico-burger.png) top center no-repeat;
	border: 0;
}
.menu-mob.active {
	background-position-y: bottom;
}
form.top-search {
	display: none;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 250px);
	height: 112px;
	background: #fff;
	z-index: 999;
}
.top-search input[type=text] {
	float: left;
	width: 100%;
	height: 56px;
	padding: 3px 70px 0px 30px;
	box-sizing: border-box;
	font: 500 14px/23px Manrope;
	background: #FEF2F1;
	border: none;
	border-radius: 1000px;
}
.top-search input[type=text]::placeholder {
	color: #888895;
}
.top-search-close {
	float: left;
	width: 56px;
	height: 56px;
	margin-left: -56px;
	border-radius: 1000px;
	background: url(../images/search-close.png) center center no-repeat;
	border: 0;
}




/* MENU */
.top-menu-wrap {
	width: 100%;
	background: #19191A;
}
.top-menu {
	height: 48px;
	font: 500 16px/48px Manrope;
}

ul.menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 48px;
}
ul.menu li {position: relative;}
ul.menu li.parent span {display: none}
ul.menu li a {
	display: block;
	height: 48px;
	color: #BEBEC5;
}
ul.menu li a.menu-magaz {
	color: #F20D8B;
}
ul.menu li a.menu-forum {
	color: #6892ED;
}
ul.menu li a.menu-magaz:hover,
ul.menu li a.menu-forum:hover {
	color: #fff;
}
ul.menu li a:hover, ul.menu li > a.active {color: #F20D8B;}
ul.menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -78px;
	padding: 32px 48px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #DADADD;
	z-index: 999;
}
ul.menu li ul.menu-product {
	width: 796px;
	height: 538px;
	padding-top: 30px;
	box-sizing: border-box;
	column-width: auto;
	column-count: 2;
	column-gap: 60px;
}
ul.menu li:hover ul {display: block;}
ul.menu li ul li {
	width: 320px;
}
ul.menu li ul li a {
	width: 100%;
	height: auto;
	padding: 14px 32px;
	box-sizing: border-box;
	font: 600 16px/21px Manrope;
	color: #888895;
	background: none;
}
ul.menu li ul.menu-product li a {
	background: #F4F4F5;
}
ul.menu li ul li a:hover,
ul.menu li ul li a.active  {
	background: #F20D8B;
	color: #fff;
}
ul.menu li ul.menu-product > li  {
	margin-bottom: 20px;
}
ul.menu li ul.menu-product li ul {
	display: block;
	position: static;
	padding: 0;
	border: none;
}
ul.menu li ul.menu-product li ul li a {
	margin-top: 8px;
	padding: 9px 32px 8px 32px;
	background: #fff;
	font: 800 12px/16px Manrope;
	text-transform: uppercase;
}
ul.menu li ul.menu-product li ul li a.active,
ul.menu li ul.menu-product li ul li a:hover {
	background: #F20D8B;
}
.top-menu-contacts {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-top: -8px;
	padding-bottom: 32px;
}
.top-menu-contacts p {font: 500 17px/18px Manrope;}
.top-menu-contacts a.top-contacts-tel {
	margin: 0;
	font: 800 20px/33px Manrope;
	color: #F20D8B;
}
.top-menu-contacts a.top-contacts-tel:hover {color: #19191A;}
.top-menu-contacts a.top-contacts-form:hover {background: #19191A;}



/* SLIDER */
.slider-wrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 140px auto;
}
.slide {
	width: 100%;
}
#slider img {
	display: none;
	width: 100%;
}
#slider .banner-ekran {
	display: block;
}
#slider .owl-dots  {
	position: absolute;
	left: 0;
	bottom: 26px;
	width: 100%;
	margin-top: 0px;
	z-index: 999;
}
.slide-txt {
	position: absolute;
	top: 85px;
	left: calc((100% - 1200px) / 2);
	width: 530px;
	color: #fff;
}
.slide h3 {
	margin-bottom: 24px;
	font: 800 72px/65px Manrope;
}
.slide p {
	margin-bottom: 24px;
	font: 500 16px/24px Manrope;
}
a.slide-link {
	display: block;
	width: 162px;
	height: 53px;
	font: 700 16px/53px Manrope;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #F20D8B;
}
a.slide-link:hover {
	color: #F20D8B;
	background: #19191A;
}


/* MAIN */
#bestsellers,
#advantages,
#news,
#telegram {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 140px;
}
.main h2 {
	font: 800 56px/110% Manrope;
	margin-bottom: 48px;
}
a.link-all {
	display: block;
	width: 119px;
	height: 33px;
	margin-top: 16px;
	font: 800 12px/33px Manrope;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #F20D8B;
}
a.link-all:hover {
	background: #19191A;
	color: #F20D8B;
}
a.link-all.link-desktop {
	float: right;
}
a.link-all.link-mobile {
	display: none;
	margin: 24px auto 0 auto;
}
#bestsellers a.link-all.link-mobile {
	margin-top: 12px;
}



/* BESTSELLERS */
#bestsellers {
	margin-bottom: 120px;
}
.bestsellers-item {
	position: relative;
	float: left;
	width: 282px;
	height: 294px;
	margin: 0px 24px 24px 0px;
	background: #404045;
	color: #fff;
	border-radius: 12px;
	overflow: hidden;
	transition: 0.4s linear;
}
.bestsellers-item:nth-child(1) {
	height: 612px;
}
.bestsellers-item:nth-child(4) {
	margin-right: 0;
}
.bestsellers-item:nth-child(6) {
	width: 588px;
	margin-right: 0;
}
.bestsellers-item span {
	display: block;
	position: absolute;
	top: 30px;
	left: 23px;
	width: calc(100% - 46px);
	font: 700 26px/32px Manrope;
	z-index: 300;
}
.bestsellers-item:nth-child(1) span {
	top: auto;
	bottom: 103px;
	text-align: center;
}
.bestsellers-item img {
	display: block;
	position: absolute;
	top: 120px;
	left: 23px;
	max-width: calc(100% - 46px);
	z-index: 200;
}
.bestsellers-item:nth-child(1) img {
	top: 103px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.bestsellers-item:nth-child(6) img {
	top: auto;
	left: auto;
	bottom: 12px;
	right: 14px;
}
.bestsellers-item::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -50%;
	left: 0px;
	width: 282px;
	height: 147px;
	transition: 0.4s linear;
	background: url(../images/bestsellers-bg.png) bottom center no-repeat;
	background-size: cover;
}
.bestsellers-item:hover {
	background: #4a4a55;
}
.bestsellers-item:hover::before {
	bottom: 0;
}
.bestsellers-item:nth-child(6)::after {
	content: '';
	display: block;
	position: absolute;
	top: 106px;
	left: -188px;
	width: 422px;
	height: 280px;
	background: url(../images/bestsellers-bg2.png) top left no-repeat;
	z-index: 100;
}
.bestsellers-item:nth-child(6)::before {
	width: 100%;
	background: linear-gradient(0deg,rgba(255, 0, 140, 1) 0%, transparent 100%);
}




/* NEWS */
.news {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
a.news-item {
	position: relative;
	display: block;
	width: calc((100% - 48px)/3);
	height: 340px;
	padding: 32px 28px;
	box-sizing: border-box;
	background: #F4F4F5;
	font: 700 20px/26px Manrope;
	color: #19191A;
	overflow: hidden;
}
.news-date {
	display: block;
	margin-bottom: 12px;
	font: 500 14px/23px Manrope;
	color: #F20D8B;
}
.news-arrow {
	position: absolute;
	display: none;
	bottom: 24px;
	right: 24px;
	width: 36px;
	height: 36px;
	background: url(../images/news-arrow.png) top left no-repeat;
}
.news-arrow:hover {
	background-position-y: bottom;
}
a.news-item:hover .news-arrow {
	display: block;
}



/* TELEGRAM */
#telegram h2 span {
	float: left;
}
#telegram h2 img {
	float: left;
	margin: -1px 0px 0px 4px;
}
.telegram-ttl {
	float: left;
	width: 100%;
	margin-bottom: 76px;
}
.telegram {
	position: relative;
	float: left;
	width: 100%;
	height: 314px;
	background: #F7A1D0;
	border-radius: 12px;
}
.telegram::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -28px;
	width: 441px;
	height: 342px;
	background: url(../images/tgban.png) top left no-repeat;
	background-size: cover;
}
.telegram p {
	width: 453px;
	margin: 50px 0px 0px 376px;
	font: 700 20px/26px Manrope;
	color: #19191A;
}
.telegram a.a-button {
	display: block;
	width: 187px;
	height: 53px;
	margin: 28px 0px 0px 376px;
	background: #F20D8B;
	font: 700 16px/53px Manrope;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.telegram a.a-button:hover {
	background: #19191A;
	color: #F20D8B;
}
.telegram .telegram-qr {
	position: relative;
	float: right;
	margin: 33px;
	width: 249px;
	height: 249px;
	background: url(../images/tgkod.png) top left no-repeat;
	background-size: cover;
}
.telegram-qr::before {
	content: '';
	display: block;
	position: absolute;
	top: 154px;
	left: -237px;
	width: 208px;
	height: 58px;
	background: url(../images/tgarrow.png) top left no-repeat;
	background-size: cover;
}








/* FOOTER */
footer {
	float: left;
	width: 100%;
	background: #21212B linear-gradient(0deg,rgba(255, 0, 140, 0.5) 0%, transparent 40%);
	color: #AEAEB7;
}
footer a {
	color: #AEAEB7;
}
footer a:hover {
	color: #F20D8B;
}
.footer-wrap {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.footer-blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 64px;
}
.footer-blocks h3 {
	font: 700 20px/26px Manrope;
	margin-bottom: 36px;
	color: #fff;
}
.footer-menus {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0px 120px;
	box-sizing: border-box;
}
.footer-menus ul li {
	margin-bottom: 16px;
}
.footer-menus ul li a {
	font: 600 16px/21px Manrope;
}
.footer-contacts {
	max-width: 240px;
}
a.footer-contacts-tel {
	display: block;
	font: 700 20px/26px Manrope;
	color: #fff;
}
a.footer-contacts-form {
	display: block;
	width: 140px;
	height: 33px;
	margin: 11px 0px 25px 0px;
	font: 800 12px/33px Manrope;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #F20D8B;
}
a.footer-contacts-form:hover {
	color: #19191A;
}
.footer-contacts p {
	margin-bottom: 24px;
	font: 600 16px/21px Manrope;
}
.footer-contacts p a {
	color: #F20D8B;
}
.footer-contacts p a:hover {
	color: #fff;
}
.footer-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 115px;
	margin-top: 36px;
	padding: 0px 120px;
	box-sizing: border-box;
	border-top: solid 1px #404045;
	font: 600 16px/108% Manrope;
	color: #888895;
}
.footer-form {}
.footer-form-txt {
	float: left;
	padding-top: 4px;
	margin-right: 36px;
}
.footer-buttons h3 {
	font: 800 16px/108% Manrope;
	margin-bottom: 11px;
}
.footer-buttons p {
	font: 700 14px/130% Manrope;
}
.subscription-form {
	float: left;
	width: 266px;
	height: 56px;
}
.subscription-form .hidden {
	display: none;
}
.subscription-form input[type=email] {
	float: left;
	width: 100%;
	height: 56px;
	padding: 0px 60px 0px 13px;
	box-sizing: border-box;
	font: 500 14px/23px Manrope;
	color: #888895;
	background: #303036;
	border: none;
}
.subscription-form input[type=email]::placeholder {
	color: #888895;
}
.subscription-form input[type=submit] {
	float: left;
	width: 56px;
	height: 56px;
	margin-left: -56px;
	background: #F20D8B url(../images/ico-next.png) center center no-repeat;
	border: none;
	cursor: pointer;
}
.subscription-form input[type=submit]:hover {
	background: #F20D8B url(../images/ico-next-hover.png) center center no-repeat;
}
.footer-soc {
	display: flex;
	align-items: center;
	gap: 16px;
}
.footer-soc a.soc-tg {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/soc-tg.png) top left no-repeat;
}
.footer-soc a.soc-tg:hover {
	background-position-y: bottom;
}
.footer-letter {
	width: 240px;
}
a.footer-letter-form {
	display: block;
	width: 150px;
	height: 50px;
	box-sizing: border-box;
	font: 700 16px/49px Manrope;
	color: #888895;
	text-align: center;
	text-transform: uppercase;
	border: solid 1px #888895;
}
a.footer-letter-form:hover {
	color: #F20D8B;
	border: solid 1px #F20D8B;
}
.footer-copy {
	width: 100%;
	padding: 40px 0px 174px;
	text-align: center;
	border-top: solid 1px #404045;
	font: 600 16px/108% Manrope;
	color: #888895;
}



.scrollup {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	background: url(../images/scrollup.png) center center no-repeat;
}



/* FORM */
.fancybox__backdrop {
	background: rgba(25, 25, 26, 0.7);
}
.modal-form {
	display: none;
	flex-direction: column;
	max-width: 440px;
	border-radius: 12px;
}
.fancybox__slide .f-button[data-fancybox-close] {
	top: 32px;
	right: 28px;
	--f-button-color: var(--f-close-button-color, #000);
	--f-button-hover-color: var(--f-close-button-hover-color, #F20D8B);
}
.modal-form h3 {
	font: 700 26px/32px Manrope;
	color: #F20D8B;
}
.modal-form-input {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 32px 0px;
}
.modal-form input[type=text] {
	width: 100%;
	height: 56px;
	padding: 0px 60px 0px 13px;
	box-sizing: border-box;
	font: 500 14px/23px Manrope;
	background: #F4F4F5;
	border: none;
}
.modal-form input[type=text]::placeholder {
	color: #6E6E7C;
}
.modal-form label {
	font: 500 14px/22px Manrope;
	color: #6E6E7C;
}
.modal-form a {
	color: #F20D8B;
}
.modal-form input[type="checkbox"] {
	display: none;
}
.modal-form input[type="checkbox"] + label {
	float: left;
	font: 500 14px/22px Manrope;
	color: #6E6E7C;
	cursor: pointer;
}
.modal-form input[type="checkbox"] + label::before {
	content: '';
	float: left;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border: solid 1px #c4c4c4;
	margin-right: 8px;
	cursor: pointer;
}
.modal-form input[type="checkbox"] + label:hover::before {
	border-color: #F20D8B;
}
.modal-form input[type="checkbox"]:checked + label::before {
	border: none;
	background: url(../images/check.png) left top no-repeat;
}
.modal-form input[type=submit] {
	display: block;
	width: 149px;
	height: 46px;
	font: 700 14px/44px Manrope;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #F20D8B;
	border: none;
	cursor: pointer;
}
.modal-form input[type=submit]:hover {
	color: #F20D8B;
	background: #19191A;
}
.modal-form textarea {
	width: 100%;
	height: 150px;
	padding: 13px;
	box-sizing: border-box;
	font: 500 14px/23px Manrope;
	background: #F4F4F5;
	border: none;
}
.modal-form .form-row {
	position: relative;
}
.modal-form .form-validate {
	display: none;
	position: absolute;
	top: 12px;
	right: 8px;
	padding: 4px 8px;
	background: #F4F4F5;
	background: rgba(255, 255, 255, 0.8);
	font: 500 14px/22px Manrope;
	color: #FF161A;
	border-radius: 8px;
}
.modal-form .novalid input[type=text],
.modal-form .novalid textarea {
	border: solid 1px #FF161A;
}
.modal-form .novalid .form-validate {
	display: block;
}
.modal-form .novalid input[type=text]:focus ~ .form-validate,
.modal-form .novalid textarea:focus ~ .form-validate {
	display: none;
}





