/* Minification failed. Returning unminified contents.
(331,144): run-time error CSS1035: Expected colon, found '.5s'
(331,162): run-time error CSS1035: Expected colon, found '.5s'
(873,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(921,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(923,91): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(923,141): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(923,194): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(923,472): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-color'
(923,503): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(927,99): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(937,84): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(939,84): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(971,65): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(971,96): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(991,87): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(991,118): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(999,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1001,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1023,420): run-time error CSS1039: Token not allowed after unary operator: '-swiper-preloader-color'
(1023,450): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1025,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1027,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1223,2): run-time error CSS1030: Expected identifier, found ' '
(1223,2): run-time error CSS1019: Unexpected token, found ' '
(1465,44): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/*#####################################################################
	CATEGORY LISTING
#####################################################################*/
#categoryListing{   background: #ffffff; }
#categoryListing.search { border-bottom: 5px solid #fff; }


#clChild { border-bottom: 1px solid #c9c3c8; position: relative; background: #fff; }
#clChild .head { font-size: 1.2em; line-height: 1em; }
#clChild .head span {  font-weight: bold; color: #69707d; }
#clChild .childCatCarousel { position: relative; }
#clChild .childCatCarousel .list { height: 148px; }


#clSidebar .snBlock { background: #fff; padding-bottom: 1rem; border-radius: 3px; overflow: hidden; }
#clSidebar .snBlock .t { background: #0a293b; padding: 0.25rem 0.75rem; color: #fff;  }
#clSidebar .snBlock ul { list-style-type: none; margin: 0; padding: 0; display: block; }
#clSidebar .snBlock ul li {  font-size: 0.9rem; }
#clSidebar .snBlock ul li strong { padding: 0.25rem 0; display: table; }
#clSidebar .snBlock ul li a { color: #0a293b; padding: 0.25rem 0; display: table; }
#clSidebar .snBlock ul li a i { font-size: 0.8em; margin-right: 5px; width: 10px; text-align: center; }
#clSidebar .snBlock ul li a.red { font-weight: bold; }
#clSidebar .snBlock ul.parent { margin: 0 0.75rem; }
#clSidebar .snBlock ul li.curent { margin-left: 30px; }
#clSidebar .snBlock ul.child { margin-left: 30px; }


#clHead h1 { font-size: 1.8em; line-height: 1em; }


#clProductList .filter { border-bottom: 1px dotted #69707d; font-size: 0.85rem; }
#clProductList .filter label { color: #69707d; }


/*#clGridView .product .title { min-height: 57px; }*/

#clGridView .product .wrap {  display: flex; flex-direction:column;}
#clGridView .product .bottom {  margin-top: auto;}

#hiDeals .product .wrap {  display: flex; flex-direction:column;}
#hiDeals .product .bottom {  margin-top: auto;}


#clText { background: #fff; }
#clText h2 { font-size: 1.3em; text-transform: capitalize;  bottom: 1.5rem 0; }
#clText h3 { font-size: 1.2em;  margin-bottom: 1rem; }
#clText p + h3 { margin-top: 0.5rem; }
#clText p + h2 { margin-top: 1rem; }
#clText ul { margin: 1rem 0; }
#clText ul li { font-size: 0.9em; }
#clText ul li + li { margin-top: 0.75rem;  }
#clText .minHeight { max-height: 280px; overflow: hidden; }


/*#####################################################################
	BROWSER RESIZE
#####################################################################*/
/* Small devices (landscape phones, 576px and up) - background: red; */
@media (min-width: 576px) {
    #clHead h1 { font-size: 2.2em; }
}

/* Medium devices (tablets, 768px and up) - background: blue; */
@media (min-width: 768px) {
	#clProductList .filter .found { margin-top: 0.5rem; }

	#clSidebar .snBlock { margin-right: 10%; }
}

/* Large devices (desktops, 992px and up) - background: yellow; */
@media (min-width: 992px) {
	#clChild .head { border-right: 1px solid #c9c3c8; font-size: 1.3em; position: relative; }
	#clChild .head .out { display: table; width: 90%; height: 100%; }
	#clChild .head .in { display: table-cell; vertical-align: middle; }
	#clChild .head span { display: block; font-size: 0.8em; }
	#clChild .head button { position: absolute; left: 0; bottom: 0; font-size: 0.7em; }
	#clChild .head button i { font-size: 0.8em; margin-right: 5px; }
	#clChild .childCatCarousel { padding-left: 5%; }

	#clMain .head { border-bottom: 1px dashed #c9c3c8; }
	#clMain .filter .row { margin-top: 1.25rem; }

	#clGridView .product .name { min-height: 48px; }

	
}

/* Extra large devices (large desktops, 1200px and up) - background: green; */
@media (min-width: 1200px) {
	#clGridView .product .name { min-height: 71px; }
}
/*#####################################################################
	FOOTER
#####################################################################*/
#masterFooter { background: #fefcf9; }
#masterFooter .row + .row { border-top: 1px solid #ddd1c1; }

#mfCta { background: #025b9f; color: #fff; font-size: 0.8em; }
#mfCta a { color: #fff; }
#mfCta .cta { display: flex; padding: 1em 0; }
#mfCta .cta + .cta { border-top: 1px solid #ccc; }
#mfCta .cta a { display: flex; }
#mfCta .cta .img svg { fill: #fff; height: 40px; width: 40px; margin-top: 0.5em; margin-bottom: 0.5em; }
#mfCta .cta .txt { padding-left: 1em; }
#mfCta .cta .txt .t { font-weight: bold; text-transform: uppercase; }
 
#masterFooter .mfMiddle { padding-left: 0; padding-right: 0; }
#masterFooter .mfMiddle .row { padding-left: 1rem; padding-right: 1rem; }

#mfEmail { padding: 1em 0; }
#mfEmail form input[type="email"] { font-size: 0.85em; padding: 1em; }
#mfEmail form .btn { padding: 0.25em 1em; font-size: 0.85em; text-transform: uppercase; border-radius: 0 3px 3px 0; }

#masterFooter .mfmLinks .l { font-size: 0.9em; padding: 2em 0; }
#masterFooter .mfmLinks .l .heading { font-size: 1.1em; margin-bottom: 0.5em; font-weight: bold; text-transform: uppercase; }
#masterFooter .mfmLinks .l > a { display: table; color: #000; margin-right: 1em; }
#masterFooter .mfmLinks .l > a + a { margin-top: 0.25em; }
#masterFooter .mfmLinks .l .apps a,
#masterFooter .mfmLinks .l .apps span { display: inline-block; }
#masterFooter .mfmLinks .l .apps i { display: block; width: 102px; height: 30px; background: url('/images/content/icons/app-stores.jpg') no-repeat; }
#masterFooter .mfmLinks .l .apps i.android { background-position: 0 center; }
#masterFooter .mfmLinks .l .apps i.apple { background-position: -110px center; }
#masterFooter .mfmLinks .l.podcast a { background: url('/images/content/icons/app-stores.jpg') no-repeat; height: 30px; }
#masterFooter .mfmLinks .l.podcast a.podcast-itunes { width: 130px; background-position-x: -222px; }
#masterFooter .mfmLinks .l.podcast a.podcast-google { width: 86px; background-position-x: -361px; }
#masterFooter .mfmLinks .l.podcast a.podcast-spotify { width: 86px; background-position-x: -456px; }
#masterFooter .mfmLinks .l.follow a { display: inline-block; margin-right: 0; background: #025b9f; color: #fff; padding: 5px 8px; border-radius: 50%; }
#masterFooter .mfmLinks .l.follow a + a { margin-left: 2%; }

#mfAddress { padding: 1em 0; }
#mfAddress .a { font-size: 0.9em; padding: 1em 0; }
#mfAddress .a strong { display: block; font-size: 1.1em; margin-bottom: 0.5em; }

#mfCopy { background: #025b9f; text-align: center; font-size: 0.8em; padding: 0.75em; color: #fff; }



.gdrp { background: rgba(0, 0, 0, 0.85); color: #fff; font-size: 0.9em; position: fixed; left: 0; bottom: 0; z-index: 100;
		transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%);
		transition: transform 1s; -webkit-transition: transform 1s; -moz-transition: transform 1s; -o-transition: transform 1s; }
.gdrp a { color: #fff; text-decoration: underline; }
.gdrp.active { transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); }


.newsletterModal { display: none; }

/*###### NEW #########*/
footer { font-weight: inherit; font-size: inherit; }
.footer .container { margin: 0 auto; padding: 0 15 px; }
.footer ul { margin: 0; padding: 0; }
.footer ul li { list-style: none; }
.footer { background: #202936; }
.footer-top { background: #2b3646; padding: 30px 0 0 0; }
.footer-top__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.footer-top__column { width: 24%; margin-bottom: 30px; background-color:#353f4d; padding:20px; box-sizing:border-box; border-radius:10px;}
.footer-top__column a { color: #fff; }
.footer-top__column a:hover { text-decoration: underline; }
.footer-top__column_icon { width: 35px; height: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.footer-top__column_icon img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }
.footer-top__column_title { font-weight: 600; font-size: 16px; line-height: 22px; text-transform: uppercase; color: #fff; margin-top: 25px; }
.footer-top__column_text { font-weight: 400; font-size: 12px; line-height: 16px; color: #fff; margin-top: 15px; }
.footer-center { padding: 88px 0 10px 0; border-bottom: 2px solid rgba(142, 162, 177, 0.2); background: #202936; }
.footer-center__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.footer-center__column { padding-right: 0px; }
.footer-center__column:last-child { padding-right: 0; }
.footer-center__column_title { font-weight: 600; font-size: 18px; line-height: 22px; text-transform: uppercase; color: #fff; margin-bottom: 27px; white-space: nowrap; }
.footer-center__column_title-email { font-weight: 600; font-size: 40px; color: #fff; margin-bottom: 27px; line-height:44px;}
.footer-center__column_link { font-weight: 400; font-size: 14px; line-height: 34px; color: #8ea2b1; white-space: nowrap; -webkit-transition: color 0.1s; -o-transition: color 0.1s; transition: color 0.1s; }
.footer-center__column_link:hover { color: #fff; }
.footer-center__column_item:last-child { margin-bottom: 50px; }
.footer-center__column_text { font-weight: 400; font-size: 14px; line-height: 24px; color: #8ea2b1; max-width: 324px; }
.footer-center__column_icons { display: -webkit-box; display: -ms-flexbox; display: flex; }
.footer-center__column_icons a { display: block; margin-right: 15px; }
.footer-center__form { max-width: 317px; width: 100%; height: 52px; position: relative; margin-top: 20px; }
.footer-center__form input { width: 100%; height: 100%; background: #fff; border-radius: 10px; font-weight: 400; font-size: 16px; line-height: 165%; color: #5d5e5f; padding: 0 50px 0 24px; border: none; }
.footer-center__form input::-webkit-input-placeholder { font-weight: 400; font-size: 16px; line-height: 165%; color: #9fa1a7; }
.footer-center__form input::-moz-placeholder { font-weight: 400; font-size: 16px; line-height: 165%; color: #9fa1a7; }
.footer-center__form input:-ms-input-placeholder { font-weight: 400; font-size: 16px; line-height: 165%; color: #9fa1a7; }
.footer-center__form input::-ms-input-placeholder { font-weight: 400; font-size: 16px; line-height: 165%; color: #9fa1a7; }
.footer-center__form input::placeholder { font-weight: 400; font-size: 16px; line-height: 165%; color: #9fa1a7; }
.footer-center__form button { position: absolute; height: 100%; width: 50px; right: 0; border: none; background-color: transparent; }
.footer-center__form button:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.footer-center__form button::before { position: absolute; content: url(https://cdn-img.gainesvillecoins.com/Content/new/icons/footer-center__form_btn.svg); width: 17px; height: 15px; left: 50%; top: 40%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.footer-center__bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.footer-center__bottom .footer-center__column { margin-bottom: 43px; }
.footer-center__bottom .footer-center__column:first-child { width: 100%; }
.footer-center__bottom .footer-center__column_title { margin-bottom: 33px; }
.footer-bottom { padding: 30px 0; }
.footer-bottom__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.footer-bottom__left { font-weight: 400; font-size: 16px; line-height: 28px; color: #8ea2b1; }
.footer-bottom .follow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.footer-bottom .follow span { font-weight: 600; font-size: 18px; line-height: 21px; text-transform: uppercase; color: #fff; padding-right: 30px; }
.footer-bottom .follow a { display: block; height: 38px; width: 38px; margin-right: 7px; }
.footer-bottom .follow a:hover img { opacity: 0.5; }
.footer-bottom .follow a img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
/*#####################################################################
	BROWSER RESIZE
#####################################################################*/
/* Small devices (landscape phones, 576px and up) - background: red; */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) - background: blue; */
@media (min-width: 768px) {
	#mfCta .list { display: flex; padding-top: 1em; padding-bottom: 1em; }
	#mfCta .cta { flex-grow: 1; padding: 0 1em; }
	#mfCta .cta + .cta { border-top: none; border-left: 1px solid #ccc;  }

	#mfEmail .txt { margin-top: 0.25em; }
	#mfAddress { padding: 0; }
	#mfAddress .a { padding: 2em 1em 2em 0; }
	 
	#mfAddress .a + .a { margin-top: 0; border-left: 1px solid #ddd1c1; padding-left: 1em; }


	.gdrp { max-width: 100%; left: 0%; bottom: 0%; }

}

/* Large devices (desktops, 992px and up) - background: yellow; */
@media (min-width: 992px) {
	#mfAddress .a { padding-right: 2em; }
	#mfAddress .a + .a { padding-left: 2em; }

	#masterFooter .mfmLinks .l.podcast a { display: inline-block; margin-right: 0; }

	.newsletterModal { display: block; position: fixed; z-index: 200; right: 5%; bottom: 2%; width: 400px;
						transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%);
					   transition: transform 1s; -webkit-transition: transform 1s; -moz-transition: transform 1s; -o-transition: transform 1s; 	}
	.newsletterModal .image { text-align: center; position: absolute; width: 100%; top: -40px;  }
	.newsletterModal .image .icon { background: #025b9f; display: table; margin-left: auto; margin-right: auto;  text-align: center; padding: 0.5em; border-radius: 50%;}
	.newsletterModal .image .icon svg { height: 40px; width: 40px; fill: #fff; margin-left: 10px; }
	.newsletterModal .content { border: 1px solid #025b9f; background: #fff; text-align: center; padding: 1em; box-shadow: 0 0 20px rgba(0, 0, 0, 0.35); }
	.newsletterModal .content .t { font-weight: bold; }
	.newsletterModal .content p { font-size: 0.9em; }
	.newsletterModal .input-group input[type="email"] { font-size: 0.9em; padding: 0.5em 1em; }
	.newsletterModal .input-group .btn { font-size: 0.8em; text-transform: uppercase; padding: 0.25em 1em; border-radius: 0 3px 3px 0; }
	.newsletterModal .closeModal { font-size: 0.8em; color: #69707d; text-decoration: underline; cursor: pointer; display: table; margin-left: auto; margin-right: auto; }
	.newsletterModal .closeModal:hover { color: #025b9f; }
	.newsletterModal.show { transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); }
}

/* Extra large devices (large desktops, 1200px and up) - background: green; */
@media (min-width: 1200px) {

}

@media (max-width: 1280px) {
	.footer-center__top { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.footer-center__top .footer-center__column { width: 33%; }
	.footer-center__top .footer-center__column:last-child { margin-right: auto; }
}

@media (max-width: 1060px) {
	.footer-top__column { width: 48%; padding-right: 0; }
}

@media (max-width: 767px) {
	.footer-top__column { width: 100%; }
	.footer-center__top { margin-bottom: 30px; }
	.footer-center__top .footer-center__column { width: 48%; }
	.footer-center__column_icons { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.footer-center__column_icons a { margin-bottom: 10px; }
	.footer-bottom__wrapper { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
	.footer-bottom__left { width: 100%; text-align: center; }
	.footer-center { border-bottom: none; }
	.footer-bottom { padding: 0; }
	.footer-bottom .follow { margin-bottom: 30px; }
	.footer-bottom__left { padding: 16px 0; border-top: 2px solid rgba(142, 162, 177, 0.2); }
}

@media (max-width: 550px) {
	.footer-center__column { width: 100%; }
	.footer-center { padding: 30px 0 0 0; }
	.footer-top__column_text { font-size: 13px; line-height: 18px; }
	.footer-top__column_title { font-size: 15px; line-height: 20px; }
	.footer-center__column_title { margin-bottom: 12px; font-size: 15px; line-height: 20px; }
	.footer-center__column_item:last-child { margin-bottom: 30px; }
	.footer-center__column_link { font-size: 13px; line-height: 33px; }
	.footer-center__form { max-width: 100%; }
	.footer-center__top .footer-center__column { width: 100%; }
	.footer-center__bottom .footer-center__column { padding-right: 0; }
	.footer-center__bottom .footer-center__column a { margin-right: 3px; }
	.footer-center__bottom .footer-center__column a img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }
	.footer-center__bottom .footer-center__column:first-child a { width: 163.1px; }
	.footer-center__bottom .footer-center__column:nth-child(2) a { height: 48px; width: 167px; }
	.footer-center__bottom .footer-center__column:last-child a { height: 40px; width: 166px; }
}

@media (max-width: 480px) {
	.footer-center__bottom .footer-center__column_title { margin-bottom: 12px; }
	.footer-center__bottom .footer-center__column { margin-bottom: 22px; }
	.footer-bottom__left { font-size: 13px; line-height: 18px; }
}

@media (max-width: 400px) {
	.footer-center__bottom .footer-center__column:last-child a { width: 150px; margin-right: 11px; }
	.footer-center__bottom .footer-center__column:nth-child(2) a { width: 150px; margin-right: 11px; }
}


/*#####################################################################
	MENU
#####################################################################*/
#mhmMenu .icon { text-align: center; color: #69707d; }
#mhmMenu .icon i { display: block; font-size: 1.5em; line-height: 1em; }
#mhmMenu .icon span { text-transform: uppercase; font-size: 0.6em; display: block; }

#mhMenu .megaMenu { display: none; }
#mhMenu .mainMenu { display: none; position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; }
#mhMenu .mainMenu .bg { position: fixed; width: 100%; height: 100%; left: 0; right: 0; background: rgba(0, 0, 0, 0.75); }
#mhMenu .mainMenu .btnsClose { position: fixed; top: 1rem; right: 1rem; z-index: 101; }
#mhMenu .mainMenu nav { position: fixed; left: 0; top: 0; z-index: 101; width: 75%; max-width: 350px; height: 100%; background: #fff;  overflow: hidden; overflow-y: scroll; }
#mhMenu .mainMenu nav ul { list-style-type: none; margin: 0; padding: 0; }
#mhMenu .mainMenu nav li + li { border-top: 1px dotted #c9c3c8; }
#mhMenu .mainMenu nav li.logo { background: #0a293b; text-align: center; }
#mhMenu .mainMenu nav li.logo img { height: 25px; }
#mhMenu .mainMenu nav li a { display: block; padding: 1rem; font-size: 0.9em; color: #0a293b; cursor: pointer; }
#mhMenu .mainMenu nav li .arrow { display:none;}
#mhMenu .mainMenu nav li a.new { color: #b01a0d; font-weight: bold; }
#mhMenu .mainMenu nav li a.deals { background: #b01a0d; color: #d7b055; font-weight: bold; }
#mhMenu .mainMenu nav li a .i { margin-right: 5px; font-size: 0.8em; width:auto; } 
/* OPEN */
#mhMenu .mainMenu.mmShow { display: block; }
#mhMenu .mainMenu.mmShow .bg { animation: menuBg 0.5s; -webkit-animation: menuBg 0.5s; -moz-animation: menuBg 0.5s; -o-animation: menuBg 0.5s; }
#mhMenu .mainMenu.mmShow .btnsClose { animation: menuBtn 0.5s; -webkit-animation: menuBtn 0.5s; -moz-animation: menuBtn 0.5s; -o-animation: menuBtn 0.5s; }
#mhMenu .mainMenu.mmShow nav {  animation: menuCtn 1s; -webkit-animation: menuCtn 1s; -moz-animation: menuCtn 1s; -o-animation: menuCtn 1s; }
/* HIDE */
#mhMenu .mainMenu.mmHide { display: block; }
#mhMenu .mainMenu.mmHide .bg { animation: menuCloseBg 0.5s; -webkit-animation: menuCloseBg 0.5s; -moz-animation: menuCloseBg 0.5s; menuCloseBg 0.5s; menuCloseBg 0.5s; -o-animation: menuCloseBg 0.5s; }
#mhMenu .mainMenu.mmHide .btnsClose { animation: menuCloseBtn 0.5s; -webkit-animation: menuCloseBtn 0.5s; -moz-animation: menuCloseBtn 0.5s; -o-animation: menuCloseBtn 0.5s; }
#mhMenu .mainMenu.mmHide nav {  animation: menuCloseCtn 0.5s; -webkit-animation: menuCloseCtn 0.5s; -moz-animation: menuCloseCtn 0.5s; -o-animation: menuCloseCtn 0.5s; }


/* NEW (Show sub menu in mobile flyout) */
#mhMenu .mainMenu nav li.hasDDL a.txt { width: 50%; display: inline-flex; }
#mhMenu .mainMenu nav li .arrow { display: inline-flex; width: 40%; }
#mhMenu .mainMenu nav li .arrow::before { margin-left: 90%; }
#mhMenu .mainMenu .megaMenu .ads { display: none; }
#mhMenu .mainMenu .megaMenu .links { border-top:1px dashed #eee; margin-top:0 !important; background-color:#efefef;}
#mhMenu .mainMenu .megaMenu .links .lb a.t { font-weight:bold; font-size:1em;}
#mhMenu .mainMenu .megaMenu .mmHeader { display: none; }
/* ANIMATIONS */
@keyframes menuBg { 0% { opacity: 0; } }
@keyframes menuBtn { 0% { transform: translateX(3rem); -webkit-transform: translateX(3rem); -moz-transform: translateX(3rem); -o-transform: translateX(3rem); }}
@keyframes menuCtn { 0% { transform: translateX(-75%); -webkit-transform: translateX(-75%); -moz-transform: translateX(-75%); -o-transform: translateX(-75%); }}


@keyframes menuCloseBg { 100% { opacity: 0; } }
@keyframes menuCloseBtn { 100% { transform: translateX(3rem); -webkit-transform: translateX(3rem); -moz-transform: translateX(3rem); -o-transform: translateX(3rem); }}
@keyframes menuCloseCtn { 100% { transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); }}


/*##### AUTOCOMPLETE UI #####*/
.ui-autocomplete { border: 1px solid #c9c3c8; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35); background: #fff; width: 40%; position: relative; z-index: 100; margin: 0; padding: 10px 0; border-radius: 0 0 5px 5px; }
.ui-autocomplete li { list-style-type: none; margin: 0; padding: 5px 3%; overflow: hidden; cursor: pointer; font-size: 0.85rem; }
.ui-autocomplete .redirect:before { content: 'Go to: '; font-size: 0.85em; color: #777; } 
.ui-autocomplete .redirect { font-style: italic; color: #0c73ae; }
.ui-autocomplete .keyword { font-weight: bold; }
.ui-autocomplete .redirect + .keyword { margin-top: 5px; }
.ui-autocomplete .keyword + .product { border-top: 1px solid #c9c3c8; margin-top: 5px; padding-top: 5px; }
.ui-autocomplete .product { line-height: 30px; }
.ui-autocomplete .product img { float: left; width: 30px; height: 30px; margin-right: 3%; }
.ui-autocomplete .product span { color: #777; font-style: italic; margin-left: 1%; font-size: 0.85em; text-transform: uppercase; }
.ui-autocomplete .viewAllResult { border-top: 1px dotted #c9c3c8; margin-top: 0.75rem; color: #0c73ae; font-weight: bold;  }
.ui-autocomplete .viewAllResult span:before,
.ui-autocomplete .viewAllResult span:after { content: '"'; }
.ui-state-focus { background: #e8f2fc; }




/*##########################################################################
	category nav filters
###########################################################################*/
#category-side-filter { width: 100%; background-color: #ffffff;  }
/* Style the buttons that are used to open and close the accordion panel */
#category-side-filter .accordion { color: #444; background-color: #ffffff; border: none; border-top: dotted 2px #e8e8e8; font-size: 14px; font-weight: bold; cursor: pointer; padding: 10px 0px 10px 0px; width: 100%; text-align: left; outline: none; transition: 0.4s; }
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#category-side-filter .active, .accordion:hover { background-color: #ffffff; }
/* Style the accordion panel. Note: hidden by default */
#category-side-filter .panel { padding: 0 0px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }

#category-side-filter .accordion:after { content: '\F229'; /* Unicode character for "plus" sign (+) */ font-size: 5px; color: #777; float: right; }
#category-side-filter .active:after { content: "\F235"; /* Unicode character for "minus" sign (-) */ }
#category-side-filter li { list-style-type: none; }
#category-side-filter .input-text {height:30px; width:100px; border-radius:5px;}
#category-side-filter .price-range { font-size:16px; }

/*#####################################################################
	BROWSER RESIZE
#####################################################################*/
/* Small devices (landscape phones, 576px and up) - background: red; */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) - background: blue; */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) - background: yellow; */
@media (min-width: 992px) {
	#mhMenu { 
		background: #2B3646;
	}
	#mhmMenu .icon { display: none; }
	#mhMenu .mainMenu { display: block; position: relative; }
	#mhMenu .mainMenu .bg { display: none; }
	#mhMenu .mainMenu .btnsClose { display: none; }
	#mhMenu .mainMenu nav { position: relative; width: 100%; max-width: none; overflow-y: visible; background: none; overflow: visible; }
	#mhMenu .mainMenu nav ul { display: flex; flex-wrap: nowrap; }
	#mhMenu .mainMenu nav ul li.mMenu { display: none; }
	#mhMenu .mainMenu nav li { flex-grow: 1; text-align: center; }
	#mhMenu .mainMenu nav li img { height:18px;}
	#mhMenu .mainMenu nav li + li { border: none; border-left: 1px solid rgba(201,195,200,0.20); }
	#mhMenu .mainMenu nav li a { text-transform: uppercase; padding: 0.75em 0; color: #ffffff; font-size: 0.95rem; letter-spacing: 1px; }
	#mhMenu .mainMenu nav li > a { position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
	#mhMenu .mainMenu nav li a .arrow { display: inline-block; font-size: 0.8em; margin-left: 10px; }
	#mhMenu .mainMenu nav li a .arrow::before { margin-left: 0%; }
	#mhMenu .mainMenu nav li a.new { background: #b01a0d; color: #fff; font-weight: bold; }
	#mhMenu .megaMenu { position: absolute; left: 0; width: 100%; background: #fff; border: 1px solid #c9c3c8; box-shadow: 15px 15px 30px 0 rgba(0,0,0,.35) }
	#mhMenu .megaMenu .links { padding-left: 1rem; padding-right: 1rem; }
	#mhMenu .megaMenu .links .mmHeader a { padding: 0; color: #0a293b; font-size: 1.3em; text-transform: capitalize; font-weight: bold; text-align: left; letter-spacing: 0; }
	#mhMenu .megaMenu .links .lb a.t { font-weight:bold; font-size: 1em; }
	#mhMenu .megaMenu .links .lb + .lb { margin-top:.75rem; }
	#mhMenu .megaMenu .links .lb a { color: #0a293b; text-align: left; display: table; padding: 5px 0; text-transform: capitalize; letter-spacing: 0; }
	#mhMenu .megaMenu .ads a { padding: 0; position: relative; text-align: left; text-transform: capitalize; }
	#mhMenu .megaMenu .ads img { width: 100%; height: 100%; object-fit: cover; }
	#mhMenu .megaMenu .ads .in { background: rgba(0,0,0,.75); padding: 1rem; width: 100%; position: absolute; left: 0; bottom: 0; }
	#mhMenu .megaMenu .ads .linkRead { color: #c9c3c8; }
	#mhMenu .mainMenu nav li.hasDDL a.txt { width: auto; display:block; }
	#mhMenu .mainMenu nav li .arrow {  width: auto; color:#fff; font-size:0.8em }
	#mhMenu .mainMenu .megaMenu .ads { display: block; }
	#mhMenu .mainMenu .megaMenu .links { background-color: #fff; border-top: 0px dashed #eee; margin-top: 1rem !important; }
	#mhMenu .mainMenu .megaMenu .mmHeader { display: block; }
	/* Hover */
	#mhMenu .mainMenu nav li > a:hover { text-decoration: none; background: #c7a553; }
	#mhMenu .mainMenu nav li a.deals { background: #2B3646 !important; }
	#mhMenu .mainMenu nav li a.deals:hover { background: #b01a0d !important; }
	#mhMenu .mainMenu nav .hasDDL:hover .megaMenu {display: block;  }

	
}

/* Extra large devices (large desktops, 1200px and up) - background: green; */
@media (min-width: 1200px) {

}
/*#####################################################################
	MODAL
#####################################################################*/
.modalWrap { background: rgba(0, 0, 0, 0.75); position: fixed; width: 100%; height: 100%; z-index: 200;  top: 0; left: 0; display: table; }
.modalWrap .out { display: table-cell; vertical-align: middle; }
.mwContent { background: #fff; padding: 1rem; margin: 1rem; }

.mwHead {  border-bottom: 1px solid #c9c3c8; }
.mwHead .head { font-weight: bold; margin-top: 10px; }
.mwHead .btn { padding: 5px 13px; }


/*#####################################################################
	BROWSER RESIZE
#####################################################################*/
/* Small devices (landscape phones, 576px and up) - background: red; */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) - background: blue; */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) - background: yellow; */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) - background: green; */
@media (min-width: 1200px) {
	
}

/*#####################################################################
	MODAL: PRODUCTS
#####################################################################*/
#atcSummary form { font-size: 0.9em; }
#atcSummary form label { font-size: 0.9em; font-weight: bold; }
#atcSummary form select { background: #fff; }
#atcSummary form input[type="number"] { width: 65px; }
#atcSummary form .btn { font-size: 0.9em; padding: 5px; }
#atcSummary .atcItem .img a { margin-right: 1rem; display: block; }
#atcSummary .atcItem .t a { color: #000; display: block; line-height: 1.2em; }
#atcSummary .btns { border-top: 1px dashed #c9c3c8; font-size: 0.9em; }
#atcSummary .btns .btn + .btn { margin-left: 0; }

/* RELATED PRODUCTS #####################################*/
#modalRelated { font-size: 0.9em; }
#modalRelated .ts { font-size: 1.2em; font-weight: bold;  }
#modalRelated .mProduct { padding: 0.5rem; text-align: center; }
#modalRelated .mProduct a { display: block; color: #000; }
#modalRelated .mProduct img { width: 100%; max-width: 100px; height: auto; margin: 0 auto; }
#modalRelated .mProduct .t { display: block; line-height: 1.2em; margin-top: 0.5rem; margin-bottom: 0.5rem; height: 36px; overflow: hidden; }
#modalRelated .mProduct .p { font-size: 0.9em; }
#modalRelated .mProduct .p span { font-size: 0.8em; text-transform: uppercase; color: #777; }
#modalRelated .mProduct:nth-child(1),
#modalRelated .mProduct:nth-child(2) { display: none; }



/*#####################################################################
	BROWSER RESIZE
#####################################################################*/
/* Small devices (landscape phones, 576px and up) - background: red; */
@media (min-width: 576px) {
    #atcSummary .btns .btn + .btn { margin-left: 0.5rem; }
}

/* Medium devices (tablets, 768px and up) - background: blue; */
@media (min-width: 768px) {
	#atcSummary .atcItem { padding-right: 1rem; }
	#atcSummary .atcAddsOn { margin-top: 0; }
	#atcSummary .atcAddsOn .btn { display: inline-block; }
	#atcSummary .atcHelp { display: inline-block; padding: 0.75rem; text-align: center; border-left: 1px solid #c9c3c8; }
	#atcSummary .atcHelp .ts { font-size: 1.2em; font-weight: bold;  margin-bottom: 0.5rem; text-align: left; }
	#atcSummary .atcHelp .img a { display: table; margin: 0 auto; }
	#atcSummary .atcHelp .img img { max-width: 65px; width: 100%; height: auto; }
	#atcSummary .atcHelp .info { margin-top: 0.5rem; text-align: left; }
	#atcSummary .atcHelp .info p { font-size: 0.9em; }

	#modalRelated .mProduct:nth-child(1),
	#modalRelated .mProduct:nth-child(2) { display: inline-block; }
}

/* Large devices (desktops, 992px and up) - background: yellow; */
@media (min-width: 992px) {
	#modalAddToCart { max-width: 1000px; margin-left: auto; margin-right: auto; }
}

/* Extra large devices (large desktops, 1200px and up) - background: green; */
@media (min-width: 1200px) {

}
/*############################################################
	PRODUCTS
############################################################*/
.product { padding: 0.25em;}
.product .wrap { display: table; width: 100%; height: 100%; border-radius: 10px; border: 1px solid #c9c3c8; background: #fff; padding: 0.5em; position: relative; border-radius: 10px; }
.product .timer { width: 60%; position: absolute; left: 20%; top: -0.75em; background: #fdba3a; z-index: 1; text-align: center; color: #b01a0d; font-size: 0.7em; padding: 0.25em; border-radius: 0 0 3px 3px; border: 1px solid #c9c3c8; border-top: none; }
.product a { display: block; color: #000; }
.product .img { border: 0px solid #ddd1c1; text-align: center; padding: 0.5em; position: relative; height: 9.5em; }
.product .img .sku { font-size: 0.75em; text-transform: uppercase; background: #025b9f; color: #fff; position: absolute; right: 0; top: 0.5em; padding: 0.25em 0.5em 0.25em 1.5em; }
.product .img .sku:before { content: ' '; background: #fff; position: absolute; top: 0; left: -12px; width: 25px; height: 25px;
							transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);
}
.product .img img { max-height: 110px; max-width: 110px; }
.product .title { font-size: 0.9em; text-align: center; line-height: 1.2em; min-height:68px; font-weight: bold; }
.product .premium .in { text-align: center; background: #c9c3c8; font-size: 0.8em; padding: 0.5em; }
.product .actions { min-height: 48px; }
.product .pricing { text-align: center; }
.product .pricing.outOfStock { text-align: center; }
.product .pricing .txt { font-size: 0.8em; text-transform: uppercase; line-height:30px; }
.product .pricing .price { font-weight: bold; line-height: 28px; padding-left: 5px; }
.product .pricing .reg { font-size: 0.7em; line-height: 1em; color: #69707d; }
.product .pricing .reg span{ text-decoration: line-through; }
.product .input { text-align: center; }
.product .input label { font-size: 0.7em; color: #69707d; text-transform: uppercase; font-weight: bold; }
.product .input .w { display: flex; flex-wrap: nowrap; justify-content: center; background: #eff0f2; border-radius: 6px; }
.product .input .w .btn { background: #eff0f2; padding: 0.1em 1em; width: auto; height: 30px; border-radius: 6px; }
.product .input .w .btn i { font-size: 0.6em; }
.product .input .w .btn i.fa-plus { color: #6bbf4a; }
.product .input .w input { border: 0px; background: #eff0f2; text-align: center; padding: 0.15em 0.5em; font-size: 0.9em; width: 40px; font-weight: bold; }
.product .input .w input:focus { outline: none; }
.product .btns { text-align: center; border-top: 0px solid #ddd1c1; padding-top: 0.1em; padding-bottom: 0.5em; }
.product .btns .btn { font-size: 0.9em; display: none; padding: 0.75em 0; display: block; width: 100%; }
.product .btns .btn-primary-new { border-radius: 6px; }
.product .btns .btn-primary-new span { padding-left: 5px; font-size: 16px; }
.product .wrap:hover { z-index: 5; -webkit-box-shadow: 0 0 30px rgba(225, 227, 230, 0.6); box-shadow: 0 0 30px rgba(225, 227, 230, 0.6); border: 1px solid #eff0f100; }



/*#####################################################################
	BROWSER RESIZE
#####################################################################*/
@media only screen and (max-width: 320px) {
    #clGridView .product.col-6 { flex: 0 0 100%; max-width: 100%;}
    #hiDeals .product.col-6 { flex: 0 0 100%; max-width: 100%;}
}

@media (min-width: 379px) {
    .product .img { height:11.5em;}
    .product .img img { max-height: 140px; max-width: 140px; }
}

@media (min-width: 479px) {
    .product .img { height:12.5em;}
    .product .img img { max-height: 150px; max-width: 150px; }
}

/* Small devices (landscape phones, 576px and up) - background: red; */
@media (min-width: 576px) {
	.product .img img { max-height: 165px; max-width: 165px; }
	.product .btns form { width: 100%; }
	.product .input { width: 100%; display: inline-flex; }
	.product .input .w .btn { padding: 0.5em 0.5em; height: 20px; }
	.product .input .w .btn i { vertical-align: bottom; }
	.product .input .w { border-radius: 6px; }
}

/* Medium devices (tablets, 768px and up) - background: blue; */
@media (min-width: 768px) {
	.product .img img { max-height: 180px; max-width: 180px; }
	.product .pricing { }
	.product .btns form { width: 100%; }
	.product .input { width: 100%; text-align: right; }
	.product .input label { display: none; }
	.product .input .w { justify-content: flex-end; }
}

/* Large devices (desktops, 992px and up) - background: yellow; */
@media (min-width: 992px) {
    .product .img img { max-height: 200px; max-width: 200px; }
	.product { padding: 0.5em; }
	.product .title { min-height: 57px; }
	.product .btns { display: flex; }
	.product .btns .btn { display: inline-block; }
	.product .btns form { display: inline-block; flex-grow: 0; padding-left: 0.25em; padding-right: 0.25em; }
	.product .btns .mainActionBtn { margin-left: 0.5em; margin-right: 0.5em; }
}

/* Extra large devices (large desktops, 1200px and up) - background: green; */
@media (min-width: 1200px) {

}
.jsinput-block { position: relative; }

.jsinput-block input {  padding: 6px 15px; outline: none; }

.jsinput-block span.placeholder { position: absolute; margin: 7px 0; padding: 0 4px; font-family: Roboto, sans-serif; color: #6c757d; display: flex; align-items: center; font-size: 1.2rem; top: 0; left: 17px; transition: all 0.2s; transform-origin: 0% 0%; background: none; pointer-events: none; }

.jsinput-block input.active + span.placeholder,
.jsinput-block input.ng-not-empty + span.placeholder,
.jsinput-block input:focus + span.placeholder { transform: scale(0.55) translateY(-24px); background: #fff; letter-spacing: 0.1rem; text-transform: uppercase; }
.jsinput-block input:read-only + span.placeholder { background: linear-gradient(360deg, #efefef, #ffffff); }


.jsinput-block input:focus { color: #284B63; border-color: #284B63; }

.jsinput-block input:focus + span.placeholder { color: #284B63; }

/*#####################################################################
	CAROUSEL: SLICK
#####################################################################*/

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
	-webkit-font-smoothing: subpixel-antialiased;
	transform: translateZ(0); -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -o-transform: translateZ(0);
	backface-visibility: hidden;

}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*############################################################
	PRODUCT CAROUSEL
############################################################*/
.productCarousel { position: relative; }
.productCarousel .slick-list { padding-top: 20px; padding-bottom: 20px; }
.productCarousel .pcArrow { width: 50px; position: absolute; top: 0; height: 100%; z-index: 1; }
.productCarousel .pcArrow .icon { top: 40%; font-size: 0.8em; padding: 7px 10px; background: #fff; border: 1px solid #0a293b; color: #0a293b; position: absolute; border-radius: 50%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.50); cursor: pointer; }
.productCarousel .pcArrow-next,
.productCarousel .pcArrow-next .icon { right: 0; }

/*#####################################################################
	BROWSER RESIZE
#####################################################################*/
/* Small devices (landscape phones, 576px and up) - background: red; */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) - background: blue; */
@media (min-width: 768px) {
	.productCarousel .pcArrow { width: 75px; }
}

/* Large devices (desktops, 992px and up) - background: yellow; */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) - background: green; */
@media (min-width: 1200px) {

}
@font-face { font-family: "Inter"; src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
*,
*:before,
*:after { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }

:focus,
:active { outline: none; }

a:focus,
a:active { outline: none; }

body { -webkit-box-sizing: border-box; box-sizing: border-box; }

aside,
nav,
footer,
header,
section { display: block; }

input::-ms-clear { display: none; }

button { cursor: pointer; border: none; background-color: transparent; }

button::-moz-focus-inner { padding: 0; border: 0; }

a,
a:visited { text-decoration: none; }

a:hover { text-decoration: none; color: inherit; }

ul li { list-style: none; }

dl,
ol,
ul { margin: 0; padding: 0; }

label { margin: 0; }

p { margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: inherit; font-size: inherit; }

#masterSpot .button { background-color: transparent; display: block; }

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */
@font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff"); font-weight: 400; font-style: normal; }
:root { --swiper-theme-color: #007aff; }

.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; -o-transition-property: transform, height; transition-property: transform, height; transition-property: transform, height, -webkit-transform; }

.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { -ms-scroll-snap-type: y mandatory; scroll-snap-type: y mandatory; }

:root { --swiper-navigation-size: 44px; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(-1 * var(--swiper-navigation-size) / 2); z-index: 10; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-variant: initial; line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px; right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: "prev"; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: "next"; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white { --swiper-navigation-color: #ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black { --swiper-navigation-color: #000000; }

.swiper-button-lock { display: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: 0.3s opacity; -o-transition: 0.3s opacity; transition: 0.3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; }

.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: 0.2; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0px, -50%, 0); transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: 0.2s top, 0.2s -webkit-transform; transition: 0.2s top, 0.2s -webkit-transform; -o-transition: 0.2s transform, 0.2s top; transition: 0.2s transform, 0.2s top; transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 0.2s left, 0.2s -webkit-transform; transition: 0.2s left, 0.2s -webkit-transform; -o-transition: 0.2s transform, 0.2s left; transition: 0.2s transform, 0.2s left; transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 0.2s right, 0.2s -webkit-transform; transition: 0.2s right, 0.2s -webkit-transform; -o-transition: 0.2s transform, 0.2s right; transition: 0.2s transform, 0.2s right; transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform; }

.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-white { --swiper-pagination-color: #ffffff; }

.swiper-pagination-black { --swiper-pagination-color: #000000; }

.swiper-pagination-lock { display: none; }

.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.swiper-scrollbar-lock { display: none; }

.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.swiper-slide-zoomed { cursor: move; }

.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s infinite linear; animation: swiper-preloader-spin 1s infinite linear; -webkit-box-sizing: border-box; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; }

.swiper-lazy-preloader-white { --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black { --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes swiper-preloader-spin {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube { overflow: visible; }

.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: 0.6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

.swiper-container-flip { overflow: visible; }

.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.title { font-weight: 700; font-size: 46px; line-height: 50px; letter-spacing: 0.87px; color: #232F3E; }

.title-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding-bottom: 20px; border-bottom: 2px solid #EFF0F1; }

.shop-all { font-weight: 600; font-size: 18px; line-height: 26px; color: #D7B055; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }
.shop-all span { color: #232F3E; padding-left: 3px; }

* { font-family: "Inter", sans-serif; }

body.scroll-hide { overflow: hidden; }

.swiper-button-next,
.swiper-button-prev { margin-top: 0; }

.container { max-width: 1270px; margin: 0 auto; padding: 0 15px; }

.page { position: relative; overflow: hidden; min-height: 100vh; }

.button { background: #D7B055; border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 600; font-size: 16px; letter-spacing: 0.24px; color: #FFFFFF; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.button:hover { color: #FFFFFF; background: #b89648; }

.breadcrumbs { margin: 55px 0 20px 0; position: relative; z-index: 5; }
.breadcrumbs__list-item { display: inline-block; padding-right: 14px; position: relative; }
.breadcrumbs__list-item a, .breadcrumbs__list-item span { font-weight: 400; font-size: 16px; line-height: 32px; text-transform: uppercase; color: #9C9CA3; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.breadcrumbs__list-item a:hover { text-shadow: 0 0 0.5px #333333; }
.breadcrumbs__list-item span { font-weight: 500; }
.breadcrumbs__list-item:last-child::after { display: none; }
.breadcrumbs__list-item::after { position: absolute; content: "/"; font-weight: 400; font-size: 16px; line-height: 32px; text-transform: uppercase; color: #9C9CA3; top: -1px; right: 3px; }

input:not([type=checkbox]):not([type=radio]),
textarea,
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }


.logo .logo-svg { height: 32px; width: 200px; fill: #232F3E; }



.basket { position: relative; margin-left: 48px; margin-right: 12px; }
.basket span { position: absolute; right: -10px; top: -10px; width: 20px; height: 20px; background-color: #000; font-weight: 500; font-size: 14px; line-height: 18px; letter-spacing: -0.08px; color: #F3F3FF; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; }

@media (min-width: 1280px) {
    .menu__item:hover { background: #C7A553; }
    .menu__item:hover .submenu { display: -webkit-box; display: -ms-flexbox; display: flex; }
}


.price-dynamic { padding: 16px 0; }
.price-dynamic__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; }
.price-dynamic__item { margin-right: 50px; }
.price-dynamic__item_name { font-weight: 400; font-size: 16px; line-height: 26px; text-transform: uppercase; }
.price-dynamic__item_name.gold { color: #D7B055; }
.price-dynamic__item_name.silver { color: #9AA5B6; }
.price-dynamic__item_name.platinum { color: #AAB29F; }
.price-dynamic__item_name.palladium { color: #9098A5; }
.price-dynamic__item_price { font-weight: 600; font-size: 16px; line-height: 26px; letter-spacing: 0.24px; color: #232F3E; margin-left: 10px; }
.price-dynamic__item_num { font-weight: 400; font-size: 14px; line-height: 18px; letter-spacing: -0.08px; position: relative; }
.price-dynamic__item_num::before { position: absolute; right: -18px; top: -2px; }
.price-dynamic__item_num.plus { color: #87C705; }
.price-dynamic__item_num.plus::before { content: url("../img/icons/price-dynamic__item_num-plus.svg"); }
.price-dynamic__item_num.minus { color: #E83401; }
.price-dynamic__item_num.minus::before { content: url("../img/icons/price-dynamic__item_num-minus.svg"); }
.price-dynamic__view { font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.24px; color: #D7B055; margin-left: auto; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }
.price-dynamic__view:hover { color: #a18135; }


.swiper { overflow: hidden; position: relative; }

.catalog-sec { padding: 50px 0 20px 0; }
.catalog-sec__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 50px -10px 0 -10px; }

.card-prod-wrap { max-height: 475px; width: 25%; margin-bottom: 30px; }

.card-prod { background: #FFFFFF; border: 2px solid #EFF0F1; border-radius: 10px; height: 475px; padding: 20px; text-align: center; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative; margin: 0 auto; max-width: 295px; }
.card-prod:hover { z-index: 5; -webkit-box-shadow: 0px 0px 30px rgba(225, 227, 230, 0.6); box-shadow: 0px 0px 30px rgba(225, 227, 230, 0.6); border: 2px solid #eff0f100; }
.card-prod:hover .card-prod__bottom { opacity: 1; z-index: 1; }
.card-prod__sticker { position: absolute; padding: 7px 27px 7px 32px; font-weight: 600; font-size: 14px; line-height: 24px; color: #232F3E; left: -2px; top: 15px; background: #F5F4F5; border-radius: 0 20px 20px 0; }
.card-prod__sticker::before { position: absolute; left: 13px; top: 10px; }
.card-prod__sticker.sale::before { content: url("../img/icons/sale.svg"); }
.card-prod__sticker.bestseller::before { content: url("../img/icons/bestseller.svg"); }
.card-prod__sticker.new::before { content: url("../img/icons/new-icon.svg"); }
.card-prod__img { height: 176px; width: 200px; margin: 38px auto 0 auto; }
.card-prod__img img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }
.card-prod__title { font-weight: 600; font-size: 18px; line-height: 28px; color: #232F3E; margin-top: 23px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow-y: hidden; height: 86px; }
.card-prod__price { font-weight: 400; font-size: 16px; line-height: 26px; color: #232F3E; margin-top: 10px; }
.card-prod__price span:last-child { font-weight: 600; font-size: 18px; line-height: 28px; color: #232F3E; padding-left: 5px; }
.card-prod__btn-wrap { margin-top: 23px; height: 48px; }
.card-prod__btn { background: #D7B055; border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; max-width: 166px; width: 100%; margin-left: 0px; -webkit-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; }
.card-prod__btn:hover { background: #b99644; }
.card-prod__btn span { font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.24px; color: #FFFFFF; padding-left: 8px; }
.card-prod__bottom { margin-top: 16px; opacity: 0; -webkit-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s; z-index: -1; }
.card-prod__bottom div { background: #EFF0F2; margin-bottom: 2px; padding: 10px 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.card-prod__bottom div:first-child { border-radius: 10px 10px 0 0; }
.card-prod__bottom div:last-child { margin-bottom: 0; border-radius: 0 0 10px 10px; }
.card-prod__bottom div:last-child span:first-child { font-weight: 400; }
.card-prod__bottom div span { font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.24px; color: #232F3E; }
.card-prod__bottom div span:first-child { width: 35px; text-align: center; }
.card-prod__bottom div span:last-child { width: 150px; text-align: left; }

.quantity { background: #EFF0F2; border-radius: 6px; height: 100%; min-width: 98px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; padding: 0 13px 0 10px; }
.quantity input { background-color: transparent; border: none; text-align: center; font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.24px; color: #232F3E; }
.quantity input[type=number] { -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield; }
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button { display: none; }
.quantity__btn { position: relative; width: 20px; height: 20px; cursor: pointer; }
.quantity__btn::before { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); overflow: visible; }
.quantity .minus::before { content: url("../img/icons/minus.svg"); top: -10%; height: 3px; width: 8px; }
.quantity .plus::before { content: url("../img/icons/plus.svg"); top: 46%; }


.news-sec__wrapper { margin-top: 50px; padding-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 50px -15px 0 -15px; }

.news-block-wrap { width: 25%; padding: 0 15px; margin-bottom: 30px; }

.news-block { background: #FFFFFF; border: 2px solid #EFF0F1; border-radius: 10px; }
.news-block:hover .news-block__img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.news-block__img { height: 183px; width: 100%; overflow: hidden; border-radius: 6px 6px 0px 0px; display: block; }
.news-block__img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: -webkit-transform 2s; transition: -webkit-transform 2s; -o-transition: transform 2s; transition: transform 2s; transition: transform 2s, -webkit-transform 2s; }
.news-block__content { padding: 27px 20px 20px 20px; }
.news-block__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-weight: 400; font-size: 14px; letter-spacing: -0.08px; color: #232F3E; }
.news-block__title { font-weight: 700; font-size: 20px; line-height: 32px; color: #232F3E; margin-top: 15px; height: 97px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow-y: hidden; letter-spacing: 0.75px; }
.news-block__descr { font-weight: 400; font-size: 16px; line-height: 26px; color: #5F7083; margin-top: 15px; padding-bottom: 20px; height: 80px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow-y: hidden; }
.news-block__time { padding: 16px 0 20px 0; border-bottom: 2px solid #E1E8EE; width: 100%; display: block; font-weight: 400; font-size: 14px; line-height: 18px; letter-spacing: -0.08px; color: #232F3E; }
.news-block__btn { height: 52px; width: 100%; margin-top: 20px; }



.follow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.follow span { font-weight: 600; font-size: 18px; line-height: 21px; text-transform: uppercase; color: #FFFFFF; padding-right: 30px; }
.follow a { display: block; height: 38px; width: 38px; margin-right: 7px; }
.follow a:hover img { opacity: 0.5; }
.follow a img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.chart-top { padding-bottom: 100px; }
.chart-top__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; }
.chart-top__left { margin-right: 50px; width: calc(100% - 260px - 50px); }
.chart-top__right { max-width: 260px; min-width: 260px; }

.chart-info { padding: 46px; padding-bottom: 30px; background: #FFFFFF; -webkit-box-shadow: 0px 0px 80px rgba(141, 145, 177, 0.18); box-shadow: 0px 0px 80px rgba(141, 145, 177, 0.18); border-radius: 10px; }
/*.chart-info__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }*/
.chart-info__top { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.chart-info__title { font-weight: 700; font-size: 34px; line-height: 42px; letter-spacing: 0.87px; color: #3A3D42; }
.chart-info__price { font-weight: 700; font-size: 46px; line-height: 100%; letter-spacing: 0.37px; color: #3A3D42; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.chart-info__price span { font-weight: 400; font-size: 20px; line-height: 25px; text-transform: uppercase; position: relative; padding-right: 12px; margin-left: 14px; }
.chart-info__price span::before { position: absolute; right: -1px; top: 50%; -webkit-transform: translateY(-68%); -ms-transform: translateY(-68%); transform: translateY(-68%); }
.chart-info__price span.plus { color: #87C705; }
.chart-info__price span.plus::before { content: url("../img/icons/price-dynamic__item_num-plus.svg"); }
.chart-info__price span.minus { color: #E83401; }
.chart-info__price span.minus::before { content: url("../img/icons/price-dynamic__item_num-minus.svg"); }
.chart-info__table_row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 600; font-size: 16px; line-height: 24px; color: #1E2026; border-bottom: 1px solid #E9ECF2; }
. /*chart-info__table_row*/ span { padding: 12px 0; }
.chart-info__table_row span:nth-child(2) { margin-left: auto; }
.chart-info__table_row span:nth-child(3) { font-weight: 400; width: 150px; text-align: right; }
.chart-info__table_row span:nth-child(3).red { color: #E83401 !important; }
.chart-info__table_row span:nth-child(3).green { color: #87C705 !important; }


.chart-info__table_row2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 600; font-size: 16px; line-height: 24px; color: #1E2026; border-bottom: 1px solid #E9ECF2; }

.chart-info__table_row2 span { padding: 12px 0; }

.chart-info__table_row2 span:nth-child(2) { margin-left: auto; }

.chart-info__table_row2 span:nth-child(3) { font-weight: 400; width: 150px; text-align: right; }

.chart-info__table_row2 span:nth-child(3).red { color: #E83401 !important; }

.chart-info__table_row2 span:nth-child(3).green { color: #87C705 !important; }

.chart-info__table_title { font-weight: 500; font-size: 14px; line-height: 18px; letter-spacing: -0.08px; color: #9AA5B6; }
.chart-info__table_title span { padding: 17px 0; }
.chart-info__table_bottom { font-weight: 400; font-size: 14px; line-height: 18px; letter-spacing: -0.08px; color: #9AA5B6; margin-top: 14px; }
.chart-info__table_bottom span { font-weight: 600; }
.chart-info__banner { background: -webkit-gradient(linear, left top, left bottom, from(#303E50), color-stop(87.56%, #232F3E)); background: -o-linear-gradient(top, #303E50 0%, #232F3E 87.56%); background: linear-gradient(180deg, #303E50 0%, #232F3E 87.56%); border-radius: 10px; padding: 32px 32px 20px 32px; position: relative; margin-top: 33px; }
.chart-info__banner-content { max-width: 385px; position: relative; z-index: 1; }
.chart-info__banner_title { font-weight: 700; font-size: 20px; line-height: 32px; letter-spacing: 0.75px; color: #FFFFFF; }
.chart-info__banner_subtitle { font-weight: 400; font-size: 14px; line-height: 18px; letter-spacing: -0.08px; color: rgba(255, 255, 255, 0.9); }
.chart-info__banner_price { margin-top: 19px; }
.chart-info__banner_price span { color: #FFFFFF; display: block; }
.chart-info__banner_price span:first-child { font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.24px; }
.chart-info__banner_price span:last-child { font-weight: 700; font-size: 24px; line-height: 34px; letter-spacing: 0.8px; }
.chart-info__banner_link { font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.24px; margin-top: 15px; display: block; text-align: center; padding: 15px; }
.chart-info__banner_img { position: absolute; right: -10px; bottom: -4px; }
.chart-info__block-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 32px; }
.chart-info__block { width: 24%; background: #FFFFFF; border: 2px solid #EFF0F1; border-radius: 10px; padding: 16px; padding-bottom: 26px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.chart-info__block.active, .chart-info__block:hover { -webkit-box-shadow: 0px 6px 30px rgba(225, 227, 230, 0.6); box-shadow: 0px 6px 30px rgba(225, 227, 230, 0.6); border: 2px solid #eff0f100; }
.chart-info__block_title { font-weight: 400; font-size: 18px; line-height: 28px; }
.chart-info__block_title.gold { color: #D7B055; }
.chart-info__block_title.silver { color: #9AA5B6; }
.chart-info__block_title.platinum { color: #AAB29F; }
.chart-info__block_title.palladium { color: #9098A5; }
.chart-info__block_price { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 10px; }
.chart-info__block_price span { display: inline; }
.chart-info__block_price span:first-child { font-weight: 600; font-size: 18px; line-height: 28px; color: #232F3E; width: 125px; }
.chart-info__block_price span:last-child { font-weight: 400; font-size: 14px; line-height: 18px; text-transform: uppercase; position: relative; }
.chart-info__block_price span:last-child::before { position: absolute; left: 43px; top: 50%; -webkit-transform: translateY(-48%); -ms-transform: translateY(-48%); transform: translateY(-48%); }
.chart-info__block_price span:last-child.plus { color: #87C705; }
.chart-info__block_price span:last-child.plus::before { content: url("../img/icons/price-dynamic__item_num-plus.svg"); }
.chart-info__block_price span:last-child.minus { color: #E83401; }
.chart-info__block_price span:last-child.minus::before { content: url("../img/icons/price-dynamic__item_num-minus.svg"); }

.chart-block { padding: 8% 5% 5%; margin-top: 30px; -webkit-box-shadow: 0px 0px 80px rgba(141, 145, 177, 0.18); box-shadow: 0px 0px 80px rgba(141, 145, 177, 0.18); border-radius: 10px; overflow: hidden; }
.chart-block img { width: 100%; max-width: 100%; max-height: 745px; -o-object-fit: cover; object-fit: cover; }
.chart-block .btn-secondary { padding: 5px 10px; }
.chart-block .btn-outline-dark { padding: 5px 10px; }

.lgGraph { width: 100%; height: 400px; }
.lgGraph tspan { font-size: 0.8rem; fill: #666666; }
.lgGraph .gTooltip { padding: 0; color: #0a293b; font-size: 0.8em; }
.lgGraph .gTooltip span { display: block; }
.lgGraph .gTooltip .date { font-size: 0.9em; }
.lgGraph .gTooltip .name { }

.chart-news-block { margin-bottom: 18px; }
.chart-news-block:hover .chart-news-block__img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.chart-news-block__title { font-weight: 700; font-size: 20px; line-height: 32px; letter-spacing: 0.75px; color: #232F3E; max-width: 300px; }
.chart-news-block__wrapper { background: #FFFFFF; border: 2px solid #EFF0F1; border-radius: 10px; margin-top: 10px; }
.chart-news-block__img { height: 100px; width: 100%; overflow: hidden; border-radius: 10px 10px 0 0; }
.chart-news-block__img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 10px 10px 0px 0px; -webkit-transition: -webkit-transform 2s; transition: -webkit-transform 2s; -o-transition: transform 2s; transition: transform 2s; transition: transform 2s, -webkit-transform 2s; border-radius: 10px 10px 0 0; }
.chart-news-block__text { padding: 16px; padding-top: 11px; }
.chart-news-block__name { font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.24px; color: #232F3E; }
.chart-news-block__descr { font-weight: 400; font-size: 14px; line-height: 18px; letter-spacing: -0.08px; color: #5F7083; margin-top: 10px; }
.chart-news-block__btn { height: 45px; margin-top: 15px; }
.chart-news-block__readmore { padding: 0 22px; }
.chart-news-block_v2 .chart-news-block__img { height: 65px; }

.chart-card-block .card-prod-wrap { width: 100%; margin-top: 10px; max-height: 318px; margin-bottom: 22px; padding: 0; }
.chart-card-block .card-prod { width: 100%; max-width: 100%; height: 380px; padding: 18px; }
/*.chart-card-block .card-prod:hover { height: 431px; }*/
.chart-card-block .card-prod__btn-wrap { margin: 12px 0 0 0; }
.chart-card-block .card-prod__img { height: 125px; width: 145px; margin: 0px auto 0 auto; }
.chart-card-block .card-prod__img img { width: 100%; }
.chart-card-block .card-prod__title { margin-top: 10px; font-size: 16px; line-height: 24px; letter-spacing: 0.24px; height: 46px; }
.chart-card-block .card-prod__price { margin-top: 15px; }

.desc-hide { display: none; }

@media (min-width: 960px) {
    .chart-card-block { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
    .chart-card-block .swiper { overflow: visible; }
    .chart-card-block .swiper-slide:not(:first-child),
    .chart-card-block .swiper-pagination { display: none; }

    .chart-news-block:nth-child(2) { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
    .chart-news-block:nth-child(3) { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
    .chart-news-block:nth-child(4) { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

    .chart-top__right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

    .chart-card-block .card-prod-wrap { max-height: 385px; }
    .chart-card-block .card-prod { height: 385px; }

    .chart-card-block .card-prod__btn-wrap { display: block; padding: 0 20px; }
    .chart-card-block .card-prod__btn { max-width: 100%; margin-left: 0; margin-top: 10px; }
    .chart-card-block .card-prod__bottom { margin-top: 70px; }
}

.predictor-groups { position: relative; }
.predictor-groups::before { position: absolute; content: ""; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 240, 247, 0)), color-stop(54.69%, rgba(236, 240, 247, 0.392))); background: -o-linear-gradient(top, rgba(236, 240, 247, 0) 0%, rgba(236, 240, 247, 0.392) 54.69%); background: linear-gradient(180deg, rgba(236, 240, 247, 0) 0%, rgba(236, 240, 247, 0.392) 54.69%); left: 0; top: 0; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); z-index: -1; }

.predictor { padding: 100px 0 60px 0; position: relative; }
.predictor__title { font-size: 46px; line-height: 50px; letter-spacing: 0.87px; position: relative; z-index: 2; }
.predictor__wrapper { margin-top: 150px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.predictor__right, .predictor__left { width: 50%; color: #252A32; }
.predictor__left-inner { position: relative; left: 18%; background-color: #fff; border-radius: 40px; -webkit-box-shadow: 0px 28.2408px 24.9183px rgba(48, 55, 120, 0.02); box-shadow: 0px 28.2408px 24.9183px rgba(48, 55, 120, 0.02); width: 295px; height: 385px; }
.predictor__card { position: absolute; width: 250px; -webkit-box-shadow: 0px 28.2408px 24.9183px rgba(48, 55, 120, 0.02); box-shadow: 0px 28.2408px 24.9183px rgba(48, 55, 120, 0.02); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(128, 128, 128, 0.24)), color-stop(88.36%, rgba(132, 141, 156, 0))); background-image: -o-linear-gradient(top, rgba(128, 128, 128, 0.24) 0, rgba(132, 141, 156, 0) 88.36%); background-image: linear-gradient(180deg, rgba(128, 128, 128, 0.24) 0, rgba(132, 141, 156, 0) 88.36%); border-radius: 15px; padding: 1px; }
.predictor__card:first-child { z-index: 1; top: -30px; left: -6vw; }
.predictor__card:nth-child(2) { z-index: 2; top: 50%; right: -3vw; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.predictor__card:nth-child(2) .predictor__card-inner { background-image: -o-linear-gradient(263.38deg, #DDE2E9 -92.84%, #FFFFFF 52.13%); background-image: linear-gradient(186.62deg, #DDE2E9 -92.84%, #FFFFFF 52.13%); }
.predictor__card:nth-child(3) { bottom: 30px; left: -3vw; }
.predictor__card.active { padding: 2px; }
._no-webp .predictor__card.active::after { background-image: url("../img/signature.png"); }
.predictor__card.active::after { content: ""; position: absolute; bottom: 20px; right: -100px; width: 180px; height: 100px; background-repeat: no-repeat; background-size: contain; }
.predictor__card.active .predictor__card-inner { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 141, 156, 0.24)), color-stop(88.36%, rgba(132, 141, 156, 0))); background-image: -o-linear-gradient(top, rgba(132, 141, 156, 0.24) 0%, rgba(132, 141, 156, 0) 88.36%); background-image: linear-gradient(180deg, rgba(132, 141, 156, 0.24) 0%, rgba(132, 141, 156, 0) 88.36%); }
.predictor__card.active .predictor__card_name { font-weight: 500; color: #5F7083; }
.predictor__card-inner { border-radius: 15px; padding: 16px; background-color: #fff; }
.predictor__card_name { font-size: 14px; line-height: 18px; }
.predictor__card_price { font-weight: 600; font-size: 18px; line-height: 28px; margin-top: 40px; }
.predictor__card_bottom { margin-top: 5px; font-size: 12px; line-height: 18px; color: #9AA5B6; }
.predictor__card_bottom span { display: block; }
.predictor__right { background-color: #fff; border-radius: 12px; -webkit-box-shadow: 0px 28.2408px 24.9183px rgba(48, 55, 120, 0.02); box-shadow: 0px 28.2408px 24.9183px rgba(48, 55, 120, 0.02); padding-bottom: 20px; }
.predictor__right_title { font-size: 24px; line-height: 34px; font-weight: 700; padding: 30px 35px; }
.predictor__right_wrapper { counter-reset: listCounter; }
.predictor__column { padding: 30px 40px 20px 55px; border-top: 1px solid #eff0f1; }
.predictor__column-inner { position: relative; counter-increment: listCounter; padding-left: 95px; }
.predictor__column-inner::before { content: ""; position: absolute; top: 10px; left: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(145, 156, 132, 0.24)), color-stop(88.36%, rgba(132, 141, 156, 0))); background-image: -o-linear-gradient(top, rgba(145, 156, 132, 0.24) 0%, rgba(132, 141, 156, 0) 88.36%); background-image: linear-gradient(180deg, rgba(145, 156, 132, 0.24) 0%, rgba(132, 141, 156, 0) 88.36%); opacity: 0.9; width: 60px; height: 60px; border-radius: 50%; }
.predictor__column-inner::after { content: "0" counter(listCounter); position: absolute; top: 5px; left: 0; font-size: 24px; line-height: 34px; font-weight: 700; }
.predictor__column_title { font-size: 18px; font-weight: 600; }
.predictor__column_descr { margin-top: 10px; font-size: 14px; line-height: 18px; color: #5F7083; }

.predictor-week { position: relative; z-index: 2; padding-top: 60px; }
.predictor-week .predictor-week-circle { position: absolute; background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 240, 247, 0)), to(rgba(236, 240, 247, 0.6))); background: -o-linear-gradient(top, rgba(236, 240, 247, 0) 0%, rgba(236, 240, 247, 0.6) 100%); background: linear-gradient(180deg, rgba(236, 240, 247, 0) 0%, rgba(236, 240, 247, 0.6) 100%); width: 918px; height: 918px; border-radius: 50%; right: -18%; top: -125px; pointer-events: none; }
.predictor-week__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 2; }
.predictor-week__left { max-width: 400px; margin-right: 100px; }
.predictor-week__title { font-weight: 700; font-size: 34px; line-height: 42px; letter-spacing: 0.8px; color: #232F3E; margin-bottom: 63px; margin-top: 90px; }
.predictor-week__descr { font-weight: 400; font-size: 16px; line-height: 26px; color: #5F7083; margin-bottom: 29px; }

.predictor-form { background: #FFFFFF; -webkit-box-shadow: 0px 87.0968px 130.645px #ECF1F5; box-shadow: 0px 87.0968px 130.645px #ECF1F5; padding: 30px 64px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; z-index: 2; width: 505px; }
.predictor-form__icon { position: relative; margin-top: -85px; border-radius: 50%; background-color: #FFFFFF; width: 110px; height: 110px; }
.predictor-form__icon img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.predictor-form__title { font-weight: 700; font-size: 24px; line-height: 34px; text-align: center; color: #282B6D; margin-top: 5px; }
.predictor-form__today { font-size: 20px; font-weight: 600; line-height: 18px; text-align: center; letter-spacing: -0.08px; text-align: center; color: #5F7083; margin-bottom: 24px; margin-top: 6px; }
.predictor-form__today .ptime { font-size: 15px; }
.predictor-form__today .time { font-size: 11px; }
.predictor-form__subtitle { font-weight: 400; font-size: 14px; line-height: 18px; text-align: center; letter-spacing: -0.08px; text-align: center; color: #5F7083; margin-bottom: 24px; margin-top: 6px; }
.predictor-form__input-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }
.predictor-form__input-wrap .predictor-form__input:first-child { padding-right: 5px; }
.predictor-form__input-wrap .predictor-form__input:last-child { padding-left: 5px; }
.predictor-form__input { width: 100%; height: 50px; margin-bottom: 13px; }
.predictor-form__input input { width: 100%; height: 100%; background: #F7F8FA; border-radius: 6px; padding: 0 20px; font-weight: 400; font-size: 16px; line-height: 26px; color: #5F7083; border: none; }
.predictor-form__input input::-webkit-input-placeholder { color: #5F7083; }
.predictor-form__input input::-moz-placeholder { color: #5F7083; }
.predictor-form__input input:-ms-input-placeholder { color: #5F7083; }
.predictor-form__input input::-ms-input-placeholder { color: #5F7083; }
.predictor-form__input input::placeholder { color: #5F7083; }
.predictor-form__check { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 7px; }
.predictor-form__check label { font-weight: 400; font-size: 14px; line-height: 17px; color: #9AA5B6; padding-left: 20px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.predictor-form__check .checkbox { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #D6D9E0; min-width: 20px; min-height: 20px; cursor: pointer; position: relative; background: #FFFFFF; border-radius: 2px; }
.predictor-form__check .checkbox::before { content: ""; position: absolute; background: #D7B055; border-radius: 2px; width: 10px; height: 10px; right: 50%; bottom: 50%; -webkit-transform: translate(50%, 50%); -ms-transform: translate(50%, 50%); transform: translate(50%, 50%); opacity: 0; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in; }
.predictor-form__check .checkbox:checked::before { opacity: 1; }
.predictor-form__btn { width: 100%; height: 50px; margin-top: 33px; }
.predictor-form__bottom { font-weight: 500; font-size: 14px; line-height: 18px; letter-spacing: -0.08px; color: #9AA5B6; margin-top: 20px; }
.predictor-form__bottom a { color: #D7B055; }

.our-winners { margin-top: 100px; margin-bottom: 100px; padding: 0 84px; position: relative; z-index: 2; }
.our-winners__title { font-size: 46px; line-height: 50px; letter-spacing: 0.87px; }
.our-winners__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 71px; }
.our-winners__left { max-width: 300px; width: 100%; min-width: 300px; margin-right: 3vw; position: relative; }
.our-winners__left::before { position: absolute; content: ""; width: 918px; height: 918px; background: -o-linear-gradient(144.74deg, rgba(236, 240, 247, 0) 23.62%, rgba(236, 240, 247, 0.6) 88.13%); background: linear-gradient(305.26deg, rgba(236, 240, 247, 0) 23.62%, rgba(236, 240, 247, 0.6) 88.13%); border-radius: 50%; right: -180px; z-index: -1; top: -215px; }
.our-winners__left_top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-weight: 600; font-size: 16px; line-height: 24px; color: #5F7083; margin-bottom: 15px; }
.our-winners__left_item { padding: 19px 24px 19px 24px; background: #FFFFFF; -webkit-box-shadow: 0px 40px 90px rgba(141, 145, 177, 0.1); box-shadow: 0px 40px 90px rgba(141, 145, 177, 0.1); border-radius: 10px; width: 100%; margin-bottom: 12px; }
.our-winners__left_item:last-child { margin-bottom: 0; }
.our-winners__left_item.gold .our-winners__left_item-inner::before { background-image: url("../img/icons/gold-medal.svg"); }
.our-winners__left_item.gold .our-winners__left_num { color: #D7B055; }
.our-winners__left_item.silver .our-winners__left_item-inner::before { background-image: url("../img/icons/silver-medal.svg"); }
.our-winners__left_item.silver .our-winners__left_num { color: #9AA5B6; }
.our-winners__left_item-inner { position: relative; padding-left: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.our-winners__left_item-inner::before { content: ""; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 40px; height: 40px; background-repeat: no-repeat; background-size: contain; }
.our-winners__left_name { font-weight: 600; font-size: 18px; line-height: 28px; color: #000000; }
.our-winners__left_num { font-weight: 700; font-size: 20px; line-height: 32px; text-align: right; color: #232F3E; }
.our-winners__chart { max-width: 800px; background-color: #fff; -webkit-box-shadow: 0px 0px 80px rgba(141, 145, 177, 0.18); box-shadow: 0px 0px 80px rgba(141, 145, 177, 0.18); border-radius: 10px; }
.our-winners__chart img { max-width: 100%; max-height: 430px; -o-object-fit: cover; object-fit: cover; }
.our-winners__mob-block { display: none; }

#cmTxt { padding: 130px 0; position: relative; }


.faq { padding: 130px 0; position: relative; }
.faq::before { position: absolute; content: ""; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 240, 247, 0)), color-stop(54.69%, rgba(236, 240, 247, 0.294))); background: -o-linear-gradient(top, rgba(236, 240, 247, 0) 0%, rgba(236, 240, 247, 0.294) 54.69%); background: linear-gradient(180deg, rgba(236, 240, 247, 0) 0%, rgba(236, 240, 247, 0.294) 54.69%); left: 0; top: 0; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); z-index: -1; }
.faq__title { text-align: center; margin-bottom: 76px; }
.faq__item { background: #FFFFFF; -webkit-box-shadow: 0px 40px 90px rgba(141, 145, 177, 0.1); box-shadow: 0px 40px 90px rgba(141, 145, 177, 0.1); border-radius: 6px; max-width: 820px; margin: 0 auto 10px auto; }
.faq__item_title { font-weight: 600; font-size: 18px; line-height: 28px; color: #3A3D42; padding: 27px 75px 27px 30px; cursor: pointer; position: relative; }
.faq__item_title.active::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.faq__item_title::before { position: absolute; content: url("../img/icons/faq__item_title.svg"); right: 28px; top: 30px; height: 24px; width: 24px; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; }
.faq__item_descr-wrap { padding: 40px 30px 55px 30px; }
.faq__item_descr { font-weight: 400; font-size: 16px; line-height: 26px; color: #5F7083; border-top: 1px solid #e1e8ee00; max-height: 0; overflow: hidden; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.faq__item_descr.active { border-top: 1px solid #E1E8EE; }
.faq__item_descr ul li { padding-left: 26px; position: relative; }
.faq__item_descr ul li::before { position: absolute; content: ""; width: 5px; height: 5px; border-radius: 50%; background-color: #5F7083; left: 13px; top: 13px; }

@media (min-width: 1921px) {
    .predictor__card:first-child { left: -110px; }
    .predictor__card:nth-child(2) { right: -50px; }
    .predictor__card:nth-child(3) { left: -55px; }

    .our-winners__left { margin-right: 0; }
}

@media (min-width: 1281px) {
    .header { max-height: none !important; }
}

@media (max-width: 1420px) {
    .promo__slide_text { padding: 100px 0 100px 60px; max-width: 705px; }

    .promo .swiper-button-prev { left: 20px; }

    .promo .swiper-button-next { right: 20px; }

    .promo .swiper-pagination { padding-left: 70px; }
}

@media (max-width: 1300px) {
    .partners__slider { margin-left: 82px; }
}

@media (max-width: 1280px) {
    .header { max-height: 64px; overflow-y: auto; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; scrollbar-width: none; -ms-overflow-style: none; position: fixed; z-index: 200; width: 100%; background-color: #FFFFFF; }
    .header::-webkit-scrollbar { width: 0; }
    .header .logo { height: 32px; }
    .header .logo .logo-svg { height: 32px; width: 192px; }
    .header.active { background: #232F3E; height: 100vh; padding-bottom: 50px; }
    .header.active .logo .logo-svg { fill: #ffff; }
    .header.active .basket span { background: #FFFFFF; color: #232F3E; }
    .header .basket { height: 17px; width: 22px; }
    .header .basket img { max-width: 100%; max-height: 100%; }
    .header .basket span { height: 13px; width: 13px; font-size: 10px; right: -6px; top: -6px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

    .promo { margin-top: 64px; }

    .header-center { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding: 18px 0; }

    .nav { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

    .price-dynamic { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

    .header-top { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

    .header-center__wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }

    .price-dynamic__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #FFFFFF; border-radius: 10px; padding: 16px; }

    .price-dynamic { background: #232F3E; }

    .price-dynamic__view { margin-left: 0; }

    .price-dynamic__item { margin-bottom: 16px; }

    .header-top__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

    .header-top__icons { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin: 32px 0; }

    .header-top { background: #232F3E; margin-top: 15px; }

    .header-top__list_item { margin-bottom: 15px; }

    .header-top__list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: 0; }

    .header-top__list_link { padding: 0; }
    .header-top__list_link::before { display: none; }

    .header-search { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; width: 100%; margin-left: 0; max-width: 100%; margin-top: 30px; padding: 0; }

    .header-search button { right: 20px; -webkit-transform: translateY(-47%); -ms-transform: translateY(-47%); transform: translateY(-47%); }

    /* .account { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; margin: 30px 15px 15px 0; }
    .account span { color: #FFFFFF !important; }*/

    .basket { margin-left: 30px; }

    .menu { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

    .menu__item { border-right: none; width: 100%; padding: 0 15px; border-bottom: 1px solid #445161; text-align: left; position: relative; }
    .menu__item.active { background: #D7B055; }
    .menu__item.active .menu__link { border-bottom: 1px solid #E4BF69; width: 100%; }
    .menu__item:last-child .menu__link { border-bottom: none; }

    .menu__link { padding: 15px 0; text-align: left; display: inline-block; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; font-size: 17px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
    .menu__link img { position: absolute; right: 15px; top: 0; padding: 21px 5px 20px 70%; }

    .menu__link-deals { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
    .menu__link-deals img { position: static; padding: 0; }

    .nav .container { padding: 0; }

    .submenu { position: static; margin: 0 -15px; display: block; min-height: 0; max-height: 0; border-radius: 0; overflow-y: hidden; -webkit-transition: max-height 0.3s ease-out; -o-transition: max-height 0.3s ease-out; transition: max-height 0.3s ease-out; width: 100%; background-color: transparent; scrollbar-width: none; -ms-overflow-style: none; }
    .submenu::-webkit-scrollbar { width: 0; }

    .submenu__right { display: none; }

    .submenu__left { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 101%; padding: 15px; padding-bottom: 0; padding-top: 0; }

    .submenu__block:last-child { padding-bottom: 16px; }

    .submenu__block_title { font-size: 20px; line-height: 24px; color: #FFFFFF; display: inline; }

    .submenu__block_list { padding-top: 16px; }

    .submenu__block_link { color: #FFFFFF; font-weight: 400; font-size: 13px; line-height: 18px; height: 35px; }

    .submenu__block_item { margin-bottom: 20px; }

    .submenu__block { padding: 15px 0; margin: 0; border-bottom: 1px solid #E4BF69; }

    .submenu__column { margin-right: 0; }
    .submenu__column:last-child .submenu__block:last-child { border-bottom: none; }

    .header-top__list_link { font-size: 16px; }

    .header .phone span { display: none; }
    .header .phone a { background: #D7B055; border-radius: 6px; font-weight: 600; font-size: 16px; letter-spacing: 0.24px; color: #FFFFFF; display: block; height: 52px; max-width: 343px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

    .burger { display: -webkit-box; display: -ms-flexbox; display: flex; }

    .promo__slide_text { padding: 68px 0 68px 70px; max-width: 520px; }

    .promo__slide_title { font-size: 42px; line-height: 53px; }

    .promo__slide_subtitle { font-size: 15px; line-height: 22px; max-width: 320px; }

    .promo .swiper-button-next,
    .promo .swiper-button-prev { width: 50px; height: 50px; }

    .promo .swiper-button-prev { left: 15px; }

    .promo .swiper-button-next { right: 15px; }

    .promo .swiper-pagination { padding-left: 85px; }

    .popular-categories { margin-bottom: 0; }

    .catalog-sec { padding: 30px 0; }

    .protection__title { font-size: 38px; }

    .protection__descr { margin-top: 32px; }

    .protection__img { width: 820px; height: 819px; top: 9%; }
    .protection__img img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }

    .protection__btn { margin-top: 32px; }

    .protection__descr p { margin-bottom: 15px; }

    .footer-center__top { -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .footer-center__top .footer-center__column { width: 33%; }
    .footer-center__top .footer-center__column:last-child { margin-right: auto; }

    .phone { margin-left: -4px; }

    .menu__link { max-height: 60px; }

    .partners__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

    .partners__slider { margin-left: 0; }

    .partners__slider { max-width: 90%; }

    .popular-categories__block-wrap { width: 33.3%; }

    .popular-categories__block img { max-width: 80%; }

    .card-prod-wrap { width: 50%; padding: 0 10px; }
    .card-prod-wrap .card-prod { max-width: 100%; }

    .news-block-wrap { width: 33.3%; }

    .phone a { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
    .phone:hover a { background: #c79e3e; }

    .icon-search-mobil { height: 20px; margin-left: auto; cursor: pointer; }
    .icon-search-mobil::before { content: url("../img/icons/search-icon.svg"); }

    .menu__link-deals { display: -webkit-box; display: -ms-flexbox; display: flex; }

    .chart-info__banner_img { width: 350px; height: 276px; }
    .chart-info__banner_img img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }

    .chart-info { padding: 26px; }

    .chart-top__wrapper { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

    .chart-info__title { font-size: 28px; line-height: 34px; }

    .chart-info__price { font-size: 40px; }

    .chart-info__price span { font-size: 15px; line-height: 20px; }

    .chart-info__table_row { font-size: 15px; line-height: 22px; }

    .chart-info__block { padding-bottom: 16px; }

    .chart-info__block_price { margin-top: 3px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

    .chart-info__block_price span:first-child { width: inherit; margin-right: 8px; }

    .chart-info__banner_title { font-size: 20px; line-height: 24px; }

    .chart-info__banner_subtitle { font-size: 15px; line-height: 22px; }

    .chart-info__banner_price span:first-child { font-size: 15px; line-height: 22px; }

    .chart-info__banner_price span:last-child { font-size: 22px; line-height: 28px; }

    .chart-info__banner_link { font-size: 18px; line-height: 28px; margin-top: 16px; }

    .chart-info__banner { padding: 16px; }

    .chart-info__block_title { line-height: 18px; }

    .chart-info__block-wrap { overflow-x: auto; padding: 20px 26px; margin: 12px -26px 0; }
    .chart-info__block-wrap::-webkit-scrollbar { width: 100%; height: 7px; }
    .chart-info__block-wrap::-webkit-scrollbar-thumb { background-color: #86868670; width: 2px; height: 7px; cursor: pointer; border-radius: 10px; }

    .chart-info { padding-bottom: 6px; }

    .chart-info__block { min-width: 180px; margin-right: 16px; }
    .chart-info__block:last-child { margin-right: 0; }

    .chart-info__block_price span:last-child::before { -webkit-transform: translateY(-60%); -ms-transform: translateY(-60%); transform: translateY(-60%); }

    .breadcrumbs { margin-top: 80px; margin-bottom: 30px; }
}

@media (max-width: 1060px) {
    .podcast { position: relative; padding: 64px 0 100px 0; }
    .podcast .shop-all { position: absolute; bottom: 64px; left: 15px; white-space: nowrap; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

    .protection__text { max-width: 100%; margin-top: 420px; }

    .protection .container { position: static; }

    .protection { position: relative; }

    .protection__img { top: -146px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

    .footer-top__column { width: 48%; padding-right: 0; }

    .card-prod-wrap { width: 50%; }

    .promo__slide_img img { opacity: 0.4; }

    .protection__descr p { max-width: 100%; }

    .chart-info__banner_img { width: 248px; height: 197px; right: 0px; }

    .predictor-week__left { margin-right: 32px; }

    .our-winners__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

    .our-winners__chart { margin-top: 50px; }

    .our-winners__left { max-width: 800px; margin-right: 0; }

    .our-winners__left::before { width: 486px; height: 486px; right: inherit; left: -16%; top: -80px; }
}

@media (max-width: 959px) {
    .popular-categories__block-wrap { width: 50%; }

    .popular-categories__block img { max-height: 80%; }

    .news-block-wrap { width: 50%; }

    /* .chart-top__right {
      >div {
          &:nth-child(1) {
              display: none;
          }
          &:nth-child(2) {
              display: none;
          }
      }
  } */
    .desc-hide { display: block; }

    .chart-top__wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }

    .chart-top__left { margin-right: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

    .chart-info { max-width: 100%; width: 100%; margin-bottom: 32px; }

    .chart-block { max-width: 100%; margin-bottom: 32px; text-align: center; width: 100%; -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

    .chart-top__right { width: 100%; max-width: none; min-width: auto; display: block; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

    .chart-top .chart-news-block,
    .chart-top .chart-card-block { width: 100%; max-width: 350px; margin: 0 auto 32px auto; }
    .chart-top .chart-news-block .chart-news-block__img { height: 149px; }
    .chart-top .chart-card-block .card-prod:hover { -webkit-box-shadow: none; box-shadow: none; border: 2px solid #eff0f1; }
    .chart-top .chart-card-block .card-prod__bottom { display: none; }
    .chart-top .chart-card-block .swiper { padding-bottom: 40px; }
    .chart-top .chart-card-block .swiper-pagination-bullet { width: 12px; height: 12px; background: #A8ACB3; opacity: 1; }
    .chart-top .chart-card-block .swiper-pagination-bullet-active { background: #D7B055; }

    .chart-news-block__title { height: 64px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

    .predictor::before { -webkit-transform: none; -ms-transform: none; transform: none; }
    .predictor::after { content: ""; position: absolute; z-index: -1; bottom: -75px; left: -175px; width: 465px; height: 465px; background-color: rgba(255, 255, 255, 0.6); border-radius: 50%; }

    .predictor__wrapper { display: block; margin-top: 30px; }

    .predictor__left { display: none; }

    .predictor__right { width: 100%; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }

    .predictor__right_wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; margin: 0 -15px; padding: 0 15px; }

    .predictor__right_title { padding: 0; font-size: 22px; line-height: 28px; }

    .predictor__column { border-top: none; min-width: 285px; max-width: 285px; padding: 30px 35px 0 0; }
    .predictor__column:last-child { padding: 30px 0 0; }

    .predictor__column-inner { padding-left: 0; padding-top: 75px; }
    .predictor__column-inner::before { background-image: -webkit-gradient(linear, left top, left bottom, from(#DCEEFE), to(#1081E8)); background-image: -o-linear-gradient(top, #DCEEFE 0%, #1081E8 100%); background-image: linear-gradient(180deg, #DCEEFE 0%, #1081E8 100%); opacity: 0.15; width: 44px; height: 44px; }
    .predictor__column-inner::after { top: 18px; left: -6px; font-size: 22px; line-height: 28px; }

    .predictor__column_title { max-width: 200px; font-size: 20px; }

    .predictor-form { padding: 32px 16px; }

    /* .chart-news-block_v2 { display: none; }*/

    .card-prod__btn { max-width: 100%; margin-top: 1rem; }

    .chart-news-block__readmore { padding: 0 0px; }
}

@media (max-width: 860px) {
    .news-sec { position: relative; padding-bottom: 50px; margin-bottom: 60px; }
    .news-sec .shop-all { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; }

    .news-sec__wrapper { overflow-x: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 30px 0 0 0; }

    .news-block { min-width: 343px; }

    .news-block__content { padding: 20px 16px; }

    .news-block__title { font-size: 20px; line-height: 24px; height: 54px; }

    .news-block__descr { font-size: 14px; line-height: 22px; height: 88px; }

    .popular-categories__block-wrap { width: 100%; padding: 0; }

    .popular-categories__wrapper { margin: 30px 0 0 0; }

    .news-block-wrap { min-width: 350px; padding: 0; margin-right: 8px; margin-bottom: 0; }

    .news-block { min-width: 350px; }

    .predictor__title { font-size: 34px; line-height: 40px; }

    .predictor { padding-top: 64px; padding-bottom: 64px; }

    .chart-top { padding-bottom: 64px; }

    .predictor-form__title { font-size: 20px; line-height: 24px; }

    .predictor-form__subtitle { font-size: 15px; line-height: 22px; margin-bottom: 32px; }

    .predictor-week__title { font-size: 34px; line-height: 40px; margin-bottom: 16px; }

    .predictor-week__descr { font-size: 15px; line-height: 22px; margin-bottom: 16px; }

    .predictor-week__left { max-width: 325px; }

    .faq { padding: 64px 0; }

    .faq__title { margin-bottom: 32px; font-size: 34px; line-height: 40px; }

    .breadcrumbs { margin-top: 30px; margin-bottom: 10px; }
}

@media (max-width: 767px) {
    .promo__slide_title { font-size: 34px; line-height: 40px; }

    .promo__slide_subtitle { margin-top: 16px; }

    .promo__slide_btn { margin-top: 20px; }

    .promo .swiper-pagination { bottom: 16px; padding-left: 15px; padding: 0 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; bottom: 30px; }

    .header .logo .logo-svg { height: 28px; width: 168px; }

    .header .logo { height: 28px; }

    .promo .swiper-button-next,
    .promo .swiper-button-prev { display: none; }

    .promo__slide_text { padding-left: 0; max-width: 490px; }

    .partners__slider .swiper-button-next,
    .partners__slider .swiper-button-prev { display: none; }

    .partners__slider .swiper::before { display: none; }

    .partners__slider { max-width: 100%; }

    .partners__title { font-size: 28px; line-height: 34px; margin-bottom: 12px; }

    .partners__subtitle { font-size: 20px; line-height: 24px; }

    .partners__slider_title { font-size: 20px; line-height: 24px; }

    .title { font-size: 28px; line-height: 40px; }

    .popular-categories { padding: 64px 0 50px 0; }

    .shop-all { position: absolute; bottom: -44px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; font-size: 16px; z-index: 5; }

    .podcast { margin-top: 105px; }

    .catalog-sec { position: relative; padding-bottom: 0; }

    .title-flex { padding-bottom: 0; border-bottom: none; }

    .card-prod-wrap { margin-bottom: 15px; }

    .popular-categories__block-wrap { margin-bottom: 15px; }

    .news-sec__wrapper { scrollbar-width: none; }
    .news-sec__wrapper::-webkit-scrollbar { width: 0; height: 0; }
    .news-sec__wrapper::-webkit-scrollbar-thumb { width: 0; height: 0; }

    .podcast__wrapper { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: scroll; overflow-y: hidden; width: 100%; scrollbar-width: none; }
    .podcast__wrapper::-webkit-scrollbar { width: 0; height: 0; }
    .podcast__wrapper::-webkit-scrollbar-thumb { width: 0; height: 0; }
    .podcast__wrapper .podcast__player { min-width: 342px; margin-right: 8px; margin-bottom: 0; }

    .footer-top__column { width: 100%; }

    .footer-center__top { margin-bottom: 30px; }
    .footer-center__top .footer-center__column { width: 48%; }

    .footer-center__column_icons { -ms-flex-wrap: wrap; flex-wrap: wrap; }

    .footer-center__column_icons a { margin-bottom: 10px; }

    .footer-bottom__wrapper { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }

    .footer-bottom__left { width: 100%; text-align: center; }

    .footer-center { border-bottom: none; }

    .footer-bottom { padding: 0; }
    .footer-bottom .follow { margin-bottom: 30px; }

    .footer-bottom__left { padding: 16px 0; border-top: 2px solid rgba(142, 162, 177, 0.2); }

    .catalog-sec__wrapper { margin-top: 30px; }

    .catalog-sec { padding-top: 100px; }

    .basket { margin-right: 0; }

    .card-prod__btn { max-width: 100%; margin-top: 1rem; }

    .catalog-sec-one { padding-top: 64px; }

    .protection__bottom_title { color: #3A3D42; font-weight: 700; }

    .our-winners__mob-block { height: 112px; background: #FFFFFF; -webkit-box-shadow: 0px 6px 30px rgba(225, 227, 230, 0.6); box-shadow: 0px 6px 30px rgba(225, 227, 230, 0.6); border-radius: 10px; padding: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 20px; }
    .our-winners__mob-block span:first-child { font-weight: 500; font-size: 15px; line-height: 20px; letter-spacing: -0.24px; color: #232F3E; }
    .our-winners__mob-block span:nth-child(2) { font-weight: 500; font-size: 15px; line-height: 20px; letter-spacing: -0.24px; color: #9AA5B6; padding-top: 12px; }
    .our-winners__mob-block span:last-child { font-weight: 600; font-size: 20px; line-height: 24px; color: #232F3E; padding-top: 4px; }

    .our-winners__left::before { left: -150px; }

    .our-winners__wrapper { margin-top: 20px; }

    .our-winners { margin-top: 65px; margin-bottom: 65px; padding: 0; }

    .our-winners__chart { display: none; }

    .our-winners__left_num { font-size: 20px; line-height: 24px; }

    .our-winners__left_name { font-size: 15px; line-height: 22px; }

    .our-winners__left_top { font-size: 15px; line-height: 20px; padding-right: 0; }

    .our-winners__left_item { padding: 16px; }
}

@media (max-width: 740px) {
    .card-prod-wrap { width: 100%; padding: 0; }

    .chart-info { padding: 16px; padding-bottom: 12px; }

    .chart-info__block-wrap { padding: 20px 16px; margin: 12px -16px 0; }

    .chart-news-block__btn { width: 100%; }

    .chart-top { padding-bottom: 32px; }

    .predictor-week__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

    .predictor-week__left { max-width: 100%; margin-bottom: 32px; margin-right: 0; }

    .predictor-week__title { margin-top: 0; }

    .predictor-form { width: 100%; -webkit-box-shadow: 0 33.0968px 130.645px #ecf1f5; box-shadow: 0 33.0968px 130.645px #ecf1f5; }

    .predictor-form__icon { margin-top: 0; width: 45px; height: 45px; }
    .predictor-form__icon img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

    .predictor-form__title { margin-top: 20px; }

    .our-winners { z-index: 0; }

    .faq__title { font-size: 34px; line-height: 40px; text-align: left; }
}

@media (max-width: 700px) {
    .card-prod-wrap { width: 100%; }
}

@media (max-width: 640px) {
    .chart-news-block__title { height: inherit; }

    .chart-block { margin-top: 0; }
    .chart-block .btn { font-size: 0.9em; }
    .chart-block .btn-secondary { padding: 2px 7px; }
    .chart-block .btn-outline-dark { padding: 2px 7px; }

    .chart-top .chart-news-block .chart-news-block__img { height: 196px; }

    .chart-news-block_v2 .chart-news-block__img { height: 213px !important; }

    .chart-info__banner_img { display: none; }

    .chart-info__banner_title { max-width: 100%; }

    .chart-info__banner_subtitle { max-width: 100%; }

    .chart-info__banner_link { font-size: 16px; line-height: 20px; }

    .chart-info__top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

    .chart-info__price { cursor: pointer; }
    .chart-info__price span { margin-left: 11px; }

    .chart-info__table_row span:nth-child(3) { width: 100px; }

    .chart-info__table_row span { padding: 16px 0; }
    /*.chart-info__table_row { display: none; }
    
    .chart-info__table-inner { display: none; }
    .chart-info__table-inner.active { display: block; }*/


    .chart-info__table_row2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 600; font-size: 16px; line-height: 15px; color: #1E2026; border-bottom: 1px solid #E9ECF2; }

    .chart-info__table_row2 span { padding: 6px 0; }

    .chart-info__table_row2 span:nth-child(2) { margin-left: auto;  }

    .chart-info__table_row2 span:nth-child(3) { font-weight: 400; width: 100px; text-align: right; }

    .chart-info__table_row2 span:nth-child(3).red { color: #E83401 !important; }

    .chart-info__table_row2 span:nth-child(3).green { color: #87C705 !important; }

    .chart-info__table_title { margin-top: 15px; background-color: #F9FBFD; border-radius: 12px; padding: 0 10px; border-bottom: none; color: #232F3E; }
    .chart-info__table_title.active { padding: 0; background-color: transparent; border-radius: 0; border-bottom: 1px solid #e9ecf2; color: #9AA5B6; }
    .chart-info__table_title.active > span { padding: 16px 0; }
    .chart-info__table_title.active > span::after { display: none; }
    .chart-info__table_title > span { position: relative; padding: 16px 16px 16px 0; }
    .chart-info__table_title > span::after { content: ""; position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #A8ACB3; }

    .breadcrumbs { margin-top: 0.25em; margin-bottom: 0.3em; }
    .breadcrumbs__list-item a,
    .breadcrumbs__list-item span { font-size: 0.75em; line-height: 22px; }

    .breadcrumbs__list-item::after { font-size: 0.9em; top: -0.25em; }

    .chart-info { padding-bottom: 10px; }

    .chart-card-block .card-prod { padding: 16px; }

    .chart-card-block .card-prod__btn-wrap { max-width: 100%; }

    .predictor__title { text-align: left; }

    .faq__item_title { font-size: 15px; line-height: 20px; padding: 16px 75px 16px 16px; }

    .faq__item_title::before { right: 16px; top: 15px; }

    .faq__item_descr-wrap { padding: 16px; }

    .faq__item_descr { font-size: 14px; line-height: 23px; }

    .faq__item { margin: 0 auto 12px auto; }

    .predictor { padding-top: 20px; padding-bottom: 64px; }
}

@media (max-width: 550px) {
    .promo__slide_btn { width: 100%; }

    .promo__slide_text { max-width: 100%; padding: 260px 0 60px 0; }

    .protection__img { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 100%; top: -50px; text-align: center; }

    .protection { padding: 64px 0; }

    .protection__title { font-size: 34px; line-height: 40px; }

    .protection__descr h3 { font-size: 20px; line-height: 24px; }

    .protection__descr p { font-size: 15px; line-height: 22px; }

    .protection__btn { width: 100%; }

    .protection__slider_icon { margin-right: 16px; }

    .news-block__top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

    .footer-center__column { width: 100%; }

    .footer-center { padding: 30px 0 0 0; }

    .footer-top__column_text { font-size: 13px; line-height: 18px; }

    .footer-top__column_title { font-size: 15px; line-height: 20px; }

    .footer-center__column_title { margin-bottom: 12px; font-size: 15px; line-height: 20px; }

    .footer-center__column_item:last-child { margin-bottom: 30px; }

    .footer-center__column_link { font-size: 13px; line-height: 33px; }

    .footer-center__form { max-width: 100%; }

    .footer-center__top .footer-center__column { width: 100%; }

    .footer-center__bottom .footer-center__column { padding-right: 0; }
    .footer-center__bottom .footer-center__column a { margin-right: 3px; }
    .footer-center__bottom .footer-center__column a img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }
    .footer-center__bottom .footer-center__column:first-child a { width: 163.1px; }
    .footer-center__bottom .footer-center__column:nth-child(2) a { height: 48px; width: 167px; }
    .footer-center__bottom .footer-center__column:last-child a { height: 40px; width: 166px; }

    .follow { -ms-flex-wrap: wrap; flex-wrap: wrap; }

    .follow span { width: 100%; padding-bottom: 12px; }

    .promo__slide_img img { height: inherit; opacity: 1; width: 100%; height: 100%; }

    .predictor-form__input input { padding: 0 16px; }
}

@media (max-width: 480px) {
    .chart-block { padding: 15px; }


    .news-block__time { padding: 15px 0 15px 0; }

    .catalog-sec__wrapper { margin: 30px auto 0 auto; }

    .partners { padding: 64px 0; }

    .partners__slider { padding-top: 32px; }

    .card-prod { height: 408px; padding: 32px 16px 16px 16px; }

    .card-prod__img { margin: 0 auto; }

    .card-prod__title { margin-top: 32px; font-size: 17px; line-height: 22px; letter-spacing: -0.41px; height: 44px; -webkit-line-clamp: 2; }

    .card-prod-wrap { max-height: 408px; }

    .card-prod__price { margin-top: 16px; }

    .card-prod__btn-wrap { margin-top: 12px; }



    .podcast__wrapper { margin-top: 32px; }

    .footer-center__bottom .footer-center__column_title { margin-bottom: 12px; }

    .footer-center__bottom .footer-center__column { margin-bottom: 22px; }

    .podcast__wrapper .podcast__player { min-width: 91vw; height: inherit; max-height: 148px; }

    .podcast__player img { width: 100%; height: 100%; border-radius: 0; }

    .podcast .container { padding-right: 0; }

    .podcast .shop-all { bottom: 48px; }

    .follow span { font-size: 15px; line-height: 20px; }

    .news-block-wrap { min-width: 90vw; }

    .news-sec__wrapper { margin: 30px -15px 0 0; }

    .footer-bottom__left { font-size: 13px; line-height: 18px; }

    .chart-info__table_bottom { max-width: 185px; }
    .chart-info__table_bottom span { display: block; padding-bottom: 4px; }

    .predictor-form__input-wrap { display: block; }
    .predictor-form__input-wrap .predictor-form__input:first-child { padding-right: 0; }
    .predictor-form__input-wrap .predictor-form__input:last-child { padding-left: 0; }

    .our-winners__left_item-inner { padding-left: 50px; }

    .chart-info__table_row2 span:nth-child(3) { font-weight: 400; width: 90px; text-align: right; }
}

@media (max-width: 400px) {
    .news-block { min-width: 275px; }

    .news-block__content { padding: 20px 13px; }

    .news-block__title { height: 49px; }

    .news-block__descr { height: 87px; }

    .footer-center__bottom .footer-center__column:last-child a { width: 150px; margin-right: 11px; }

    .footer-center__bottom .footer-center__column:nth-child(2) a { width: 150px; margin-right: 11px; }

    .protection__img img { width: 100%; }

    .card-prod { max-width: 100%; }

    .news-block__btn { margin-top: 15px; }

    .faq__item_title::before { top: 26px; }

    .chart-info__table_row2 span:nth-child(3) { font-weight: 400; width: 70px; text-align: right; }
}

@media (max-width: 370px) {
    .burger { margin-left: 20px; }

    .basket { margin-left: 20px; }

    .chart-info__table_row2 span:nth-child(3) { font-weight: 400; width: 50px; text-align: right; }
}

@media (max-width: 360px) {
    .card-prod { padding: 32px 15px 15px 15px; }

    .card-prod__btn { max-width: 100%; }

    .news-block { min-width: 250px; }
}

@media (min-width: 768px) {
    .mt-md-8, .my-md-8 { margin-top: 5rem !important; }
}

._webp .predictor__card.active::after { background-image: url(../img/signature.webp); }

