@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFUkU1Z4Y.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFWkU1Z4Y.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFU0U1Z4Y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFVUU1Z4Y.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFWUU1Z4Y.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0U1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	background-color: #0a0a0a;
    background-image: url(/site/img/fone.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
	font-family: Rubik;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: max-content;
}  
a {
	font-style: normal;
    font-weight: 600;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
}  
h1, h2, p {
	font-family: Rubik;
}
input, textarea {outline:none;}
::-webkit-scrollbar {
    width: 7px;
    background-color: #252525;
}
::-webkit-scrollbar-thumb {
    background-color: #080808;
    border-radius: .1rem;
}
#element::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #f9f9fd;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}
header {
    backdrop-filter: blur(10px);
    padding: 0rem 2rem;
    position: fixed;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    box-shadow: inset 0px 65px 50px -25px rgba(0, 0, 0, 0.75);
    z-index: 9;
}
.top-menu {
    display: flex;
    justify-content: space-between;
    height: 5rem;
}
.top-menu>.left {
    display: flex;
    align-items: center;
}
.top-menu>.left>.brend {
    display: flex;
}
.top-menu>.left>.brend>img {
	width: 13rem;
}
.top-menu>.left>ul {
    display: flex;
    padding-left: 2rem;
}
.top-menu>.left>ul>li {
	position: relative;
	translate: .3s;
}
.top-menu>.left>ul>li>a {
    position: relative;
    color: #ffffff;
    padding: 1rem;
    font-size: 0.95rem;
    transition: .3s;
    display: flex;
    align-items: center;
}
.top-menu>.left>ul>li>a>svg {
	height: 15px;
}
.top-menu>.left>ul>li:hover .sub-menu {
	display: grid; 
}
.top-menu>.left>ul>li>.sub-menu {
    display: none;
    backdrop-filter: blur(1px);
    padding: 1rem 2rem 1rem 1rem;
    position: absolute;
    top: 3.1rem;
    background: #3b3939d1;
    gap: 1rem;
    border-radius: 0.3rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
}
.top-menu>.left>ul>li>.sub-menu>li>a {
    display: block;
    color: #fff;
    transition: .2s;
    width: 100%;
}
.top-menu>.left>ul>li>.sub-menu>li>a:hover {
    color: #ff5000;
}
.top-menu>.left>ul>li>.sub-menu>li>a.active {
    color: #ff5000;
}
.top-menu>.right {
    display: flex;
    align-items: center;
}
.top-menu>.right>ul {
    display: flex;
    align-items: center;
}
.top-menu>.right>ul>li>a {
    position: relative;
    color: #ffffff;
    padding: 1rem;
    font-size: 0.95rem;
    transition: .3s;
}
.top-menu>.right>.basket {
    color: #ffffff;
    padding: 0.7rem 0.9rem 0.7rem 0.9rem;
    font-size: 0.95rem;
    background: #ffffff24;
    border-radius: 0.2rem;
    transition: .2s;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.6rem;
}
.top-menu>.right>.basket:hover {
    background: #ff5000;
}
.top-menu>.right>.basket>svg {
    width: 1rem;
}
.top-menu>.right>.basket>span {
    font-size: 1.1rem;
}
.top-menu>.right>a.active {
    background: #ff5000;
}

.top-menu>.left>ul>li>a:hover, .top-menu>.right>ul>li>a:hover {
    color: #ff5000;
}
.top-menu>.left>ul>li>a.active, .top-menu>.right>ul>li>a.active {
    color: #ff5000;
}
.top-menu>.left>ul>li>a:after, .top-menu>.right>ul>li>a:after {
	content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    right: 50%;
    background: currentColor;
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    transition: color .0s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, color .0s ease-in-out;
    transition: transform .2s ease-in-out, color .0s ease-in-out, -webkit-transform .2s ease-in-out;
	width: calc(100% - 2em);
}
.top-menu>.left>ul>li>a:hover:after, .top-menu>.right>ul>li>a:hover:after {
    -webkit-transform: scale(1, 1) translate(50%, 0);
    transform: scale(1, 1) translate(50%, 0);
}
.top-menu>.left>ul>li>a.active:after, .top-menu>.right>ul>li>a.active:after {
    -webkit-transform: scale(1, 1) translate(50%, 0);
    transform: scale(1, 1) translate(50%, 0);
}
.top-slide {
    background-image: url(/site/img/slide.png);
    background-size: 100% 100%;
    padding-top: 170px;
    padding-bottom: 180px;
    position: relative;
}
.top-slide.no-index {
    background-image: url(/site/img/slide.png);
    background-size: 100% auto;
    padding-top: 150px;
    padding-bottom: 30px;
    background-position: center;
}
.top-slide.product {
    background-image: none;
    padding-top: 150px;
    padding-bottom: 30px;
}

.top-slide>.filter {
	position: absolute;
	opacity: 0.60;
	background-color: #000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-slide>.title {
    position: relative;
    z-index: 4;
    margin: 0 auto;
    text-align: center;
    padding: 5rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-slide.no-index>.title {
    padding: 1rem;
}
.top-slide>.title>h1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 4rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-slide.no-index>.title>h1 {
    font-size: 3.5rem;
}
.top-slide>.title>div {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
}
.top-slide>.title>div>h2 {
	height: 4rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 3.5rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-slide>.title>div>.typed-cursor {
	height: 4rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 3.5rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-slide>.title>a {
    color: #ffffff;
    padding: 0.9rem;
    font-size: 0.95rem;
    background: #ff5000;
    border-radius: 0.2rem;
    width: max-content;
    margin: 0 auto;
    transition: .2s;
}
.top-slide>.title>a:hover {
    background: #ef8932;
}
.top-slide>.title>nav>div {
	color: #fff;
	display: flex;
	gap: 0.3rem;
}
.top-slide>.title>nav {
	padding-bottom: 1rem;
}
.top-slide>.title>nav>div>span>a {
	text-transform: none;
    color: #fff;
    font-weight: unset;
    font-size: .9rem;
    transition: .2s;
}
.top-slide>.title>nav>div>span>a:hover {
	color: #ff5000;
}

.top-slide>.title>a.active {
    background: #ef8932;
}
.category-index {
    padding: 5rem;
}
.category-index>h1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 3rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 4rem;
}
.category-index>ul {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
.category-index>ul>li>a {
    background: rgba(0, 0, 0, 0.13);
    border-radius: .3rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.31);
    display: block;
	transition: .3s;
}
.category-index>ul>li>a:hover {
    background: rgb(131 128 128 / 13%);
}
.category-index>ul>li>a.active {
    background: rgb(131 128 128 / 13%);
}
.category-index>ul>li>a>img {
    width: 11rem;
}
.category-index>ul>li>a>p {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
}
.tanks-index {
    padding: 5rem 0;
    width: 70%;
    margin: 0 auto;
}
.tanks-index>h1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 3rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 4rem;
}
.tanks-index>ul {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.tanks-index>ul>li>a {
    background: rgba(0, 0, 0, 0.13);
    border-radius: .3rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.31);
    display: flex;
    transition: .3s;
    gap: 1rem;
    flex-direction: column;
	align-items: center;
}
.tanks-index>ul>li>a:hover {
    background: rgb(131 128 128 / 13%);
}
.tanks-index>ul>li>a.active {
    background: rgb(131 128 128 / 13%);
}
.tanks-index>ul>li>a>div {
	display: flex;
    align-items: center;
    gap: 1rem;
}
.tanks-index>ul>li>a>div>img {
    width: 2rem;
}
.tanks-index>ul>li>a>div>p {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
}
.tanks-index>ul>li>a>span {
    color: #fff;
    text-transform: none;
    font-weight: 300;
}
.top-item-index {
	padding: 5rem 0;
	width: 70%;
	margin: 0 auto;
}
.top-item-index>h1 {
	text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 3rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 4rem;
}
.top-item-index>ul {
	display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.top-item-index>ul>li>a {
    position: relative;
    background: rgba(0, 0, 0, 0.13);
    border-radius: .3rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.31);
    display: flex;
    transition: .3s;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
}
.top-item-index>ul>li>a:hover {
    background: rgb(131 128 128 / 13%);
}
.top-item-index>ul>li>a.active {
    background: rgb(131 128 128 / 13%);
}
.top-item-index>ul>li>a>img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.top-item-index>ul>li>a>.title-box {
    color: #fff;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.top-item-index>ul>li>a>.sales {
    background: #ec5e29;
    padding: 0.4rem 0.6rem;
    border-radius: 0.3rem;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
.top-item-index>ul>li>a>.title-box>.name {
    font-weight: 300;
    font-size: 1.1rem;
}
.top-item-index>ul>li>a>.title-box>.cost {
    display: flex;
    gap: 0.5rem;
}
.top-item-index>ul>li>a>.title-box>.cost>.cost-old {
    text-decoration: line-through;
    color: #858585;
}
.title-index {
    padding: 5rem 0;
    width: 70%;
    margin: 0 auto;
}
.title-index>.box-footer {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.title-index>.box-footer>.flex-box {
    display: flex;
    background: rgba(42,42,42,0.35);
    gap: 1rem;
    padding: 2rem 1rem;
    border: 5px solid #eeeeee42;
}
.title-index>.box-footer>.flex-box>svg {
    width: 11rem;
    color: #ec5e29;
}
.title-index>.box-footer>.flex-box>.title>h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-index>.box-footer>.flex-box>.title>p {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.title-index>.seo-box {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-bottom: 1rem;
}
.title-index>.seo-box>.left, .title-index>.seo-box>.right {
    display: flex;
    background: rgba(42, 42, 42, 0.35);
    gap: 1rem;
    padding: 2rem 1rem;
    border: 5px solid #eeeeee42;
    color: #fff;
    flex-direction: column;
}
.title-index>.seo-box>.left>h1, .title-index>.seo-box>.right>h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-index>.seo-box>.left>p, .title-index>.seo-box>.right>p {
    margin: 0;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.3rem;
}
footer {
    width: 70%;
    margin: 0 auto;
}
footer>.footer-top {
    display: flex;
    justify-content: space-between;
}
footer>.footer-top>.category, footer>.footer-top>.menu {
    width: 100%;
}
footer>.footer-top>.tp {
}
footer>.footer-top>.category>h2, footer>.footer-top>.menu>h2, footer>.footer-top>.tp>h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 1rem;
}
footer>.footer-top>.category>ul {
    display: grid;
    width: 70%;
}
footer>.footer-top>.category>ul>li>a>svg {
	height: 100%;
	width: 2.8rem;
	position: absolute;
	right: 0;
	padding: 0.7rem;
	border-left: 1px solid #f8f9fa36;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
}
footer>.footer-top>.category>ul>li>.foot-but {
	display: flex;
	justify-content: space-between;
}
footer>.footer-top>.category>ul>li>.foot-but>a {
	text-transform: none;
	color: #f8f9fa;
	font-weight: 300;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f8f9fa17;
	padding: 0.9rem 0;
	justify-content: space-between;
	position: relative;
	transition: .3s;
	width: 100%;
}
footer>.footer-top>.category>ul>li>.foot-but>a:hover {
	color: #ff5000;
}
footer>.footer-top>.category>ul>li>.foot-but>a.active {
	color: #ff5000;
}
footer>.footer-top>.category>ul>li>.foot-but>button {
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #f8f9fa17;
    border-left: 1px solid #f8f9fa17;
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer>.footer-top>.category>ul>li>.foot-but>button>svg {
	width: 20px;
}
footer>.footer-top>.category>ul>li>.foot-but>button.active>svg {
	transform: rotate(180deg);
	transition: .3s;
}
footer>.footer-top>.category>ul>li>a {
    text-transform: none;
    color: #f8f9fa;
    font-weight: 300;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f8f9fa17;
    padding: 0.9rem 0;
    justify-content: space-between;
    position: relative;
    transition: .3s;
}
footer>.footer-top>.category>ul>li>a:hover {
	color: #ff5000;
}
footer>.footer-top>.category>ul>li>a.active {
	color: #ff5000;
}
footer>.footer-top>.menu>ul>li>a {
    color: #f8f9fa;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    justify-content: space-between;
    position: relative;
    transition: .3s;
    width: max-content;
}
footer>.footer-top>.menu>ul>li>a:hover {
	color: #ff5000;
}
footer>.footer-top>.menu>ul>li>a.active {
	color: #ff5000;
}
footer>.footer-top>.category>ul>li>.sub-menu {
	display: none;
	backdrop-filter: blur(1px);
	top: 3.1rem;
	border-radius: 0.3rem;
}
footer>.footer-top>.category>ul>li>.sub-menu.active {
	display: grid;
}
footer>.footer-top>.category>ul>li>.sub-menu>li>a {
	text-transform: none;
	color: #f8f9fa;
	font-weight: 300;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f8f9fa17;
	padding: 0.9rem 0 0.4rem 0;
	justify-content: space-between;
	position: relative;
	transition: .3s;
	margin-left: 0.7rem;
}
footer>.footer-top>.category>ul>li>.sub-menu>li:last-child a {
    border-bottom: none;
}
footer>.footer-top>.category>ul>li>.sub-menu>li>a:hover {
    color: #ff5000;
}
footer>.footer-top>.category>ul>li>.sub-menu>li>a.active {
    color: #ff5000;
}
footer>.footer-top>.tp {
	text-align: center;
	width: 90%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
footer>.footer-top>.tp>a {
    color: #ffffff;
    padding: 0.8rem;
    font-size: 0.95rem;
    background: #ffffff24;
    border-radius: 0.2rem;
    transition: .2s;
    display: flex;
    width: max-content;
    justify-content: center;
}
footer>.footer-top>.tp>a:hover {
    background: #ff5000;
}
footer>.footer-top>.tp>a.active {
    background: #ff5000;
}
footer>.footer-top>.tp>a>svg {
    width: 1.5rem;
    height: 1.5rem;
}
footer>.footer-top>.tp>p {
	color: #fff;
	font-size: 1rem;
}
footer>.footer-bottom {
	display: flex;
	gap: 3rem;
	align-items: flex-end;
	padding: 2rem 0rem;
}

footer>.footer-bottom>div>p {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0.3rem;
    font-family: Rubik, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
footer>.footer-bottom>div>.title>p {
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.5rem;
}
footer>.footer-bottom>div>.title>p>span {
	text-transform: uppercase;
}
footer>.footer-bottom>div>a {
    display: block;
    color: #fff;
    font-weight: 300;
    text-transform: none;
    width: max-content;
    font-size: 0.8rem;
    transition: .2s;
}
footer>.footer-bottom>div>a:hover {
    text-decoration: underline;
}
footer>.footer-bottom>div>a.active {
    text-decoration: underline;
}
.footer {
    background: #111111;
    padding: 3rem 0rem 0rem 0rem;
    margin-top: 2rem;
}
.box {
	width: 70%;
    margin: 0 auto;
}
.box.60 {
	width: 60%;
}
.box>.guarantees {
    padding: 3rem 0rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box>.guarantees>.left {
    padding: 2rem;
}
.box>.guarantees>.left>h2 {
	text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding-bottom: 1rem;
}
.box>.guarantees>.left>ul {
	display: grid;
    gap: 1rem;
}
.box>.guarantees>.left>ul>li {
    border: 1px solid #fff;
}
.box>.guarantees>.left>ul>li>span {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 1rem;
}
.box>.guarantees>.left>ul>li>span>p {
	margin: 0;
    width: 90%;
}
.box>.guarantees>.left>ul>li>span>svg {
    width: 1.5rem;
    height: 1.5rem;
	transition: .3s;
}
.box>.guarantees>.left>ul>li.active>span>svg {
	transform: rotate(180deg);
    transition: .3s;
}
.box>.guarantees>.left>ul>li>p {
    display: none;
    color: #fff;
    padding: 0rem 1rem 1rem 1rem;
    margin: 0;
    line-height: 1.5rem;
}
.box>.guarantees>.left>ul>li>p>a {
	text-transform: none;
    color: #ff5000b8;
    font-weight: 300;
    text-decoration: underline;
}
.box>.guarantees>.left>ul>li>p>a:hover {
    color: #ff5000;
}
.box>.guarantees>.right {
    background: rgba(255, 255, 255, 0.08);
    border-radius: .3rem;
    padding: 2rem;
}
.box>.guarantees>.right>h1 {
	text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2.5rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding-bottom: 1rem;
}
.box>.guarantees>.right>ul>li {
    display: flex;
    background: rgba(42, 42, 42, 0.35);
    gap: 1rem;
    padding: 2rem 1rem;
    border: 5px solid #57575742;
}
.box>.guarantees>.right>ul>li>svg {
    width: 8rem;
    color: #ffffff;
}
.box>.guarantees>.right>ul>li>.title>h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box>.guarantees>.right>ul>li>.title>p {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.reviews {
	padding: 3rem 0rem;
}
.reviews>.top-reviews {
    position: relative;
}
.reviews>.top-reviews>h1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 2rem 1rem;
}
.reviews>.top-reviews>ul {
    display: grid;
    overflow: hidden;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 18rem;
    overflow-y: scroll;
    padding-right: 1rem;
}
.reviews>.top-reviews>ul>li {
    background-image: linear-gradient(130deg, rgb(196, 63, 2) 0%, rgb(249, 118, 57) 100%);
    padding: 1.5rem;
    min-width: 33%;
    border-radius: .3rem;
}
.reviews>.top-reviews>ul>li>p {
    color: #fff;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
}
.reviews>.top-reviews>ul>li>.name {
	display: block;
	color: #fff;
	font-family: Rubik, sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	padding: 1.7rem 0rem 0.7rem 0rem;
}
.reviews>.top-reviews>ul>li>.date {
    display: block;
    color: #ffffffc7;
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
}
.reviews>.footer-reviews {
    padding-top: 5rem;
}
.reviews>.footer-reviews>h1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 1rem;
}
.reviews>.footer-reviews>#reviews {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.reviews>.footer-reviews>#reviews>.form {
	display: flex;gap: 1rem;
}
.reviews>.footer-reviews>#reviews>.form>.form-box {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.reviews>.footer-reviews>#reviews>.form>.form-box:first-child {
    width: 33%;
}
.reviews>.footer-reviews>#reviews>.form>.form-box:last-child {
    width: 77%;
}
.reviews>.footer-reviews>#reviews>.form>.form-box>label {
    font-family: Rubik, sans-serif;
    padding-bottom: 0.4rem;
    display: flex;
}
.reviews>.footer-reviews>#reviews>.form>.form-box>label>span {
    display: block;
    font-size: 2rem;
    height: 1rem;
    line-height: 1.8rem;
    color: #e53e3e;
    margin-left: 5px;
}
.reviews>.footer-reviews>#reviews>.form>.form-box>input {
    height: 2rem;
    background: transparent;
    border: 3px solid #eeeeee42;
    border-radius: .3rem;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-family: Rubik, sans-serif;
    color: #fff;
}
.reviews>.footer-reviews>#reviews>.form>.form-box>textarea {
    height: 2rem;
    background: transparent;
    border: 3px solid #eeeeee42;
    border-radius: .3rem;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-family: Rubik, sans-serif;
    color: #fff;
    line-height: 31px;
}
.reviews>.footer-reviews>#reviews>button {
    color: #ffffff;
    padding: 0.9rem 1.9rem;
    font-size: 1.2rem;
    background: #ff5000;
    border-radius: 0.2rem;
    width: max-content;
    margin: 0 auto;
    transition: .2s;
    border: none;
    cursor: pointer;
}
.reviews>.footer-reviews>#reviews>button:hover {
	background: #ef8932;
}
.reviews>.footer-reviews>.message {
	display: none;
    border: 3px solid #ffffff94;
    color: #fff;
    padding: 1rem;
    margin-top: 2rem;
    border-radius: .3rem;
}
.reviews>.footer-reviews>.message>p {
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
}
.agreement {
	color: #fff;
    padding: 2rem 0rem;
    line-height: 1.8rem;
}
.store-box {
    display: grid;
    grid-template-columns: 6fr 2fr;
    grid-gap: 2rem;
    justify-content: center;
    padding: 4rem 0rem;
}
.store-box.product {
    padding: 0rem 0rem;
}
.store-box>.product {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 0fr 0fr;
    height: max-content;
}
.similar-product {
	position: relative;
	grid-column: 1 / 3;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: 0fr 0fr;
	padding-top: 3rem;
}
.similar-product>h2 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #fff;
	background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	    margin: 0;
}
.store-box>.product>.info-error {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	padding: 1.5rem 1rem;
	border-left: 7px solid #ec5e29;
	border-radius: .3rem;
	grid-column: 1 / 4;
}
.store-box>.product>a, .similar-product>a {
    position: relative;
    background: rgba(0, 0, 0, 0.13);
    border-radius: .3rem;
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.31);
    display: flex;
    transition: .3s;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
}
.store-box>.product>a:hover, .similar-product>a:hover {
    background: rgb(131 128 128 / 13%);
}
.store-box>.product>a.active, .similar-product>a.active {
    background: rgb(131 128 128 / 13%);
}
.store-box>.product>a>img, .similar-product>a>img {
    height: auto;
    object-fit: cover;
    width: 120%;
}
.store-box>.product>a.sssr, .similar-product>a.sssr {
    background-image: url(/site/img/flag2/sssr.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.franc, .similar-product>a.franc {
    background-image: url(/site/img/flag2/franc.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.brit, .similar-product>a.brit {
    background-image: url(/site/img/flag2/brit.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.chine, .similar-product>a.chine {
    background-image: url(/site/img/flag2/chine.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.poland, .similar-product>a.poland {
    background-image: url(/site/img/flag2/poland.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.german, .similar-product>a.german {
    background-image: url(/site/img/flag2/german.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.usa, .similar-product>a.usa {
    background-image: url(/site/img/flag2/usa.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.italy, .similar-product>a.italy {
    background-image: url(/site/img/flag2/italy.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.chech, .similar-product>a.chech {
    background-image: url(/site/img/flag2/chech.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.sveden, .similar-product>a.sveden {
    background-image: url(/site/img/flag2/sveden.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a.japan, .similar-product>a.japan {
    background-image: url(/site/img/flag2/japan.png);
	background-size: 100%;
    background-repeat: no-repeat;
}
.store-box>.product>a>.title-box, .similar-product>a>.title-box {
    color: #fff;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.store-box>.product>a>.sales, .similar-product>a>.sales {
    background: #ec5e29;
    padding: 0.4rem 0.6rem;
    border-radius: 0.3rem;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
.store-box>.product>a>.title-box>.name, .similar-product>a>.title-box>.name {
    font-weight: 300;
    font-size: 1.1rem;
}
.store-box>.product>a>.title-box>.cost, .similar-product>a>.title-box>.cost {
    display: flex;
    gap: 0.5rem;
}
.store-box>.product>a>.title-box>.cost>.cost-old, .similar-product>a>.title-box>.cost>.cost-old {
    text-decoration: line-through;
    color: #858585;
}
.store-box>.info {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.store-box>.product>.title {
	grid-column: 1 / 4;
}
.store-box>.product>.title>h1 {
	font-size: 1.3rem;
	color: #d5d5d5;
	font-weight: 300;
	margin-bottom: 1rem;
}
.store-box>.product>.title>p {
	color: #d5d5d5;
	font-weight: 300;
	margin-top: .4rem;
}
.store-box>.product>.title>ul {
    list-style-type: disc;
}
.store-box>.product>.title>ul>li {
    color: #d5d5d5;
    font-weight: 300;
    padding-bottom: .5rem;
    margin-left: 1.2rem;
}
.store-box>.product>.title>ul>li>ol {
    padding-top: .5rem;
}
.store-box>.product>.title>ul>li>ol>li {
    padding-bottom: .3rem;
}
.store-box>.product>.title b {
    font-weight: 500;
}
.widget.search {
    box-sizing: border-box;
}
.widget.search>form {
    display: flex;
    gap: 0.5rem;
}
.widget.search>form>input {
    height: 2rem;
    background: transparent;
    border: 3px solid #eeeeee42;
    border-radius: .3rem;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-family: Rubik, sans-serif;
    color: #fff;
    width: 100%;
}
.widget.search>form>button {
	color: #ffffff;
	font-size: 1.2rem;
	background: #ffffff24;
	border-radius: 0.2rem;
	width: max-content;
	margin: 0 auto;
	transition: .2s;
	border: none;
	cursor: pointer;
	height: 3rem;
	width: 4rem;
}
.widget.search>form>button:hover {
	background: #ff5000;
}
.widget.url>a {
	display: block;
	background: #ec5e29;
	color: #fff;
	font-weight: 300;
	padding: 0.8rem 1rem;
	border-radius: .3rem;
	width: max-content;
	transition: .2s;
}
.widget.url>a:hover {
	background: #f97437;
}
.widget.info {
	
}
.widget.info>div {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}
.widget.info>div>span {
	width: 2.7rem;
	height: 2.7rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.13);
	border-radius: .3rem;
	border: 1px solid rgba(0, 0, 0, 0.31);
	display: flex;
	align-items: center;
	justify-content: center;
}
.widget.info>div>span>svg {
	width: 1.2rem;
    height: 1.2rem;
}
.widget.info>div>p {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.widget.category {
    
}
.widget.category>h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 1rem;
}
.widget.category>ul {
    display: grid;
    width: 100%;
}
.widget.category>ul>li>a>svg {
	height: 100%;
	width: 2.8rem;
	position: absolute;
	right: 0;
	padding: 0.7rem;
	border-left: 1px solid #f8f9fa36;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
}
.widget.category>ul>li>.foot-but {
	display: flex;
	justify-content: space-between;
}
.widget.category>ul>li>.foot-but>a {
	text-transform: none;
	color: #f8f9fa;
	font-weight: 300;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f8f9fa17;
	padding: 0.6rem 0;
	justify-content: space-between;
	position: relative;
	transition: .3s;
	width: 100%;
	background: transparent;
}
.widget.category>ul>li>.foot-but>a:hover {
	color: #ff5000;
}
.widget.category>ul>li>.foot-but>a.active {
	color: #ff5000;
}
.widget.category>ul>li>.foot-but>button {
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #f8f9fa17;
    border-left: 1px solid #f8f9fa17;
    padding: 0.5rem 0.9rem;
    cursor: pointer;
}
.widget.category>ul>li>.foot-but>button>svg {
	width: 20px;
}
.widget.category>ul>li>.foot-but>button.active>svg {
	transform: rotate(180deg);
	transition: .3s;
}
.widget.category>ul>li>a {
    text-transform: none;
    color: #f8f9fa;
    font-weight: 300;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f8f9fa17;
    padding: 0.6rem 0;
    justify-content: space-between;
    position: relative;
    transition: .3s;
}
.widget.category>ul>li>a:hover {
	color: #ff5000;
}
.widget.category>ul>li>a.active {
	color: #ff5000;
}
.widget.category>ul>li>.sub-menu {
	display: none;
	backdrop-filter: blur(1px);
	top: 3.1rem;
	border-radius: 0.3rem;
}
.widget.category>ul>li>.sub-menu.active {
	display: grid;
}
.widget.category>ul>li>.sub-menu>li>a {
    text-transform: none;
    color: #f8f9fa;
    font-weight: 300;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f8f9fa17;
    padding: 0.6rem 0 0.6rem 0;
    justify-content: space-between;
    position: relative;
    transition: .3s;
    margin-left: 0.7rem;
}
.widget.category>ul>li>.sub-menu>li:last-child a {
    border-bottom: none;
}
.widget.category>ul>li>.sub-menu>li>a:hover {
    color: #ff5000;
}
.widget.category>ul>li>.sub-menu>li>a.active {
    color: #ff5000;
}
.widget.recommendations>h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 1rem;
}
.widget.recommendations>ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.widget.recommendations>ul>li>a {
    display: flex;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.13);
    border-radius: .3rem;
    border: 1px solid rgba(0, 0, 0, 0.31);
    padding: 0.3rem;
    transition: .3s;
}

.widget.recommendations>ul>li>a:hover {
   background: rgb(131 128 128 / 13%);
}
.widget.recommendations>ul>li>a>img {
    width: 5rem;
}
.widget.recommendations>ul>li>a>div {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	justify-content: center;
}
.widget.recommendations>ul>li>a>div>.name {
    color: #ff5000;
    font-weight: 300;
}
.widget.recommendations>ul>li>a>div>.cost {
    display: flex;
    gap: 0.5rem;
}
.widget.recommendations>ul>li>a>div>.cost>.cost-old {
    text-decoration: line-through;
    color: #858585;
    font-weight: 300;
}
.widget.recommendations>ul>li>a>div>.cost>.cost-new {
    color: #fff;
    font-weight: 300;
}
.paginated {
    grid-column: 1 / 4;
}
.paginated>ul {
    display: flex;
    gap: 1rem;
}
.paginated>ul>li {}
.paginated>ul>li>a {
    color: #fff;
    font-weight: 300;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: .3rem;
    transition: .3s;
}
.paginated>ul>li>a:hover {
    border: 2px solid #ff5000;
}
.paginated>ul>li>a.active {
    background: #ff5000;
    border: 2px solid #ff5000;
}
.store-box>.item {

}
.store-box>.item>nav {
    padding-bottom: 1rem;
}
.store-box>.item>nav>div {
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    gap: 0.3rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
}
.store-box>.item>nav>div>span>a {
	text-transform: none;
    color: rgba(255,255,255,0.55);
    font-weight: unset;
    transition: .2s;
	text-decoration: underline;
	font-weight: 100;
}
.store-box>.item>nav>div>span>a:hover {
	color: #ffffff;
}
.store-box>.item>.item-index {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 0fr 0fr;
    align-items: center;
    padding-top: 2rem;
}
.store-box>.item>.item-index>.img {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.store-box>.item>.item-index>.img:after {
	content: "";
	background: linear-gradient(0deg, #40404026, transparent 150px);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.store-box>.item>.item-index>.img>img {
    width: 100%;
}
.store-box>.item>.item-index>.img>.sales {
    background: #ec5e29;
    padding: 0.4rem 0.6rem;
    border-radius: 0.3rem;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}
.store-box>.item>.item-index>.info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.store-box>.item>.item-index>.info>.name {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2.5rem;
    margin: 0;
    background: repeating-linear-gradient(to top, #999999 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.store-box>.item>.item-index>.info>.cost {
    display: flex;
    gap: 0.5rem;
    font-size: 1.3rem;
}
.store-box>.item>.item-index>.info>.cost>.cost-old {
    text-decoration: line-through;
    color: #858585;
}
.store-box>.item>.item-index>.info>.cost>.cost-new {
    color: #fff;
}
.store-box>.item>.item-index>.info>.title {
    color: #fff;
    line-height: 1.8rem;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}
.store-box>.item>.item-index>.info>.title>strong{
	font-weight: bold;
}
.store-box>.item>.item-index>.info>.pay-btn {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}
.store-box>.item>.item-index>.info>.pay-btn>.basket {
    font-family: Rubik;
    color: #ffffff;
    padding: 0.9rem 2.9rem;
    background: #ec5e29;
    border-radius: 0.2rem;
    transition: .2s;
    width: max-content;
    border: 1px solid #ec5e29;
    font-size: 1.3rem;
    cursor: pointer;
    font-weight: 300;
}

.store-box>.item>.item-index>.info>.pay-btn>.basket:hover {
    background: #f97437;
}
.store-box>.item>.item-index>.description {
    grid-column: 1 / 3;
    color: #fff;
    position: relative;
    box-shadow: 0px 15px 60px 30px rgb(0 0 0 / 20%);
    padding: 1rem;
    margin: 2rem 0rem 0rem 0rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6rem;
}
.store-box>.item>.item-index>.description.har {
    margin: 0rem 0rem 2rem 0rem;
    box-shadow: none;
    padding: 0;
}
.store-box>.item>.item-index>.description>.name-description {
    font-size: 1.2rem;
    border-bottom: 2px solid #f8f9fa17;
    margin-bottom: 0.8rem;
    padding-bottom: 0.3rem;
}
.store-box>.item>.item-index>.description>p {
	margin: 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6rem;
}
.store-box>.item>.item-index>.description>.tanks {
    padding-bottom: 1rem;
}

.store-box>.item>.item-index>.description>section {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 0fr 0fr;
}
.store-box>.item>.item-index>.description>section>.haracteristic>h2 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.3rem;
    font-weight: 500;
    text-transform: uppercase;
}
.store-box>.item>.item-index>.description>section>.haracteristic>ul>li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 251, 237, .1);
}
.store-box>.item>.item-index>.description>section>.haracteristic {
    padding: 0rem 1rem 1rem 1rem;
    box-shadow: 0px 15px 60px 30px rgb(0 0 0 / 20%);
    height: max-content;
}

.widget.availability {
    
}
.widget.availability>.title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0.5rem 0 0 0;
}
.widget.availability>p {
    color: #fff;
    line-height: 1.8rem;
}
.modal {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #0a0a0ac2;
}
.modal.show {
    display: block;
}
.modal>.modal-box {
	top: -150%;
    position: relative;
    margin: 0 auto;
    width: 33rem;
    background-color: #1a1a1a;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    border-radius: .5rem;
    transition: .8s;
}
.modal>.modal-box.show {
	top: 5rem;
}
.modal>.modal-box>.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(139 139 139 / 31%);
    margin-bottom: 1rem;
}
.modal>.modal-box>.top>h3 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 1.5rem;
}
.modal>.modal-box>.top>button {
    border: midnightblue;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    height: max-content;
    width: max-content;
    background: rgb(175 172 172 / 13%);
    border-radius: .3rem;
    border: 1px solid rgb(215 215 215 / 31%);
    padding: 0.6rem;
    line-height: 1rem;
    cursor: pointer;
    transition: .3s;
}
.modal>.modal-box>.top>button:hover {
	background: #ec5e29;
	border: 1px solid #ec5e29;
}
.modal>.modal-box>.text {
    margin: 0.9rem 0 0.1rem 0;
    color: #e5e4e4;
    font-size: 0.9rem;
    line-height: 1.3rem;
}
.modal>.modal-box>.text-2 {
    background: #bbbbbb1c;
    color: #fff;
    padding: 1rem;
    text-align: center;
    font-size: 0.85rem;
    border-radius: .3rem;
    text-transform: uppercase;
}
.modal>.modal-box>.titles {
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0;
}
.modal>.modal-box>input {
	height: 2rem;
	background: transparent;
	border: 3px solid #eeeeee42;
	border-radius: .3rem;
	padding: 1.3rem 0.5rem;
	font-size: 1rem;
	font-family: Rubik, sans-serif;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}
.modal>.modal-box>.checkbox {
    display: flex;
    gap: 0.5rem;
    padding-top: 0.5rem;
}
.modal>.modal-box>.checkbox>input {display: none;}
.modal>.modal-box>.checkbox>label {
    padding-left: 2rem;
    position: relative;
}
.modal>.modal-box>.checkbox>label>.polsovat-title {
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #e5e4e4;
}
.modal>.modal-box>.checkbox>label>.polsovat-title>a {
    text-transform: none;
    color: #ff5000b8;
    font-weight: 300;
    text-decoration: underline;
}
.modal>.modal-box>.checkbox>label>.polsovat-title>a:hover {
	color: #ff5000;
}

.modal>.modal-box>.checkbox>input[type="checkbox"]:checked+label:before {
    background-image: url(/site/img/check.svg);
}
.modal>.modal-box>.checkbox>input[type="checkbox"]+label:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 0.2rem;
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: #131313;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	cursor: pointer;
}
.modal>.modal-box>.line {
	padding-bottom: 1rem;
    border-bottom: 1px solid rgb(139 139 139 / 31%);
    margin-bottom: 1rem;
}
.modal>.modal-box>.foot-pay {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0rem 0 0rem;
    align-items: center;
}
.modal>.modal-box>.foot-pay>p {
    margin: 0.2rem -0.8rem;
    color: #e5e4e4;
    font-size: 1.2rem;
    line-height: 1.3rem;
}
.modal>.modal-box>.foot-pay>p>span {
	color: #ec5e29;
	font-size: 1.4rem;
	font-weight: 600;
}
.modal>.modal-box>.foot-pay>button {
	font-family: Rubik;
    color: #ffffff;
    padding: 0.9rem;
    background: #ec5e29;
    border-radius: 0.2rem;
    transition: .2s;
    width: max-content;
    border: 1px solid #ec5e29;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 300;
}
.modal>.modal-box>.foot-pay>button:hover {
	 background: #f97437;
}
.modal>.modal-box>.foot-pay>button:disabled {
    background: rgba(0, 0, 0, 0.13);
    border-radius: .3rem;
    border: 1px solid rgba(0, 0, 0, 0.31);
    color: #ffffff6b;
	cursor: no-drop;
}

.mobile {
	display: none;
}
.mobile-prev {
	display: none;
}
.mobile-prev-button {
	display: none;
}

@media (min-width: 1026px) and (max-width: 1440px){
.tanks-index {
    width: 90%;
}
.top-item-index {
    width: 90%;
}
.title-index {
    width: 90%;
}
footer {
    width: 90%;
}
.box {
    width: 90%;
}


}
@media (min-width: 1023px) and (max-width: 1025px){
.top-slide>.title>h1 {
	font-size: 3rem;
}
.top-slide>.title>div>h2 {
	height: 3rem;
	font-size: 2.5rem;
}
.top-slide>.title>div>.typed-cursor {
	height: 3rem;
	font-size: 2.5rem;
}
.top-slide>.title {
    padding: 2rem 2rem;
}
.top-slide {
    padding-top: 138px;
    padding-bottom: 101px;
}
.category-index {
    padding: 5rem 2rem;
}
.category-index>h1 {
    font-size: 2rem;
    padding-bottom: 2rem;
}
.tanks-index>h1 {
    font-size: 2rem;
    padding-bottom: 2rem;
}
.top-item-index>h1 {
    font-size: 2rem;
    padding-bottom: 2rem;
}
.tanks-index {
    padding: 0rem 0;
    width: 95%;
}
.top-item-index {
    padding: 3rem 0;
    width: 95%;
}
.top-item-index>ul>li>a>.title-box {
    color: #fff;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.title-index {
    padding: 5rem 0;
    width: 95%;
}
.title-index>.seo-box>.left>h1, .title-index>.seo-box>.right>h1 {
    font-size: 1.2rem;
}
.title-index>.box-footer>.flex-box>.title>h2 {
    font-size: 1.2rem;
}
footer {
    width: 95%;
}
.box {
    width: 95%;
}
.paginated {
    grid-column: 1 / 3;
}
.store-box>.product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.store-box {
    grid-template-columns: 4fr 2fr;
}
.box {
    width: 95%;
}
.store-box>.item>.item-index>.info>.name {
    font-size: 1.5rem;
}
.store-box {
    grid-template-columns: 6fr 3fr;
	grid-gap: 1rem;
}

}
@media (min-width: 701px) and (max-width: 1023px){
header {
	padding: 0rem 1rem;
	position: fixed;
	width: 100%;
	top: 0;
	box-sizing: border-box;
	z-index: 9;
}
header>.top-menu {
	display: none;
}
.mobile-prev {
	display: block;
}
.mobile-prev>a {
	display: flex;
	align-items: center;
	padding: 1rem 0rem;
}
.mobile-prev>a>img {
	width: 10rem;
}
.mobile-prev>.mobile-prev-button {
	position: absolute;
	top: 0.8rem;
	right: 1.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	height: 2.5rem;
	width: 2.5rem;
	background: rgb(175 172 172 / 13%);
	border-radius: .3rem;
	border: 1px solid rgb(215 215 215 / 31%);
	line-height: 1rem;
	cursor: pointer;
	transition: .3s;
	padding: 0.5rem;
	display: flex;
	background-position: center;
	align-items: center;
}
.mobile-prev>.mb-button:hover, .mobile-prev>.mobile-prev-button:hover {
	background: #ec5e29;
	border: 1px solid #ec5e29;
}
.mobile {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0a0a0a;
	background-image: url(/site/img/fone.jpeg);
	z-index: 9;
}
.mobile>.mb-button {
	position: absolute;
	top: 1.2rem;
	right: 1.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	height: 2.5rem;
	width: 2.5rem;
	background: rgb(175 172 172 / 13%);
	border-radius: .3rem;
	border: 1px solid rgb(215 215 215 / 31%);
	line-height: 1rem;
	cursor: pointer;
	transition: .3s;
	padding: 0.5rem;
	display: flex;
	background-position: center;
	align-items: center;
}
.mobile {
	padding: 2rem;
	box-sizing: border-box;
}
.mobile>ul a {
	color: #fff;
	padding: 0.7rem 0rem;
	display: block;
	font-size: 1.2rem;
}
.mobile>ul>li>.foot-but {
	display: flex;
}
.mobile>ul>li>.foot-but>.drop-menu {
	position: relative;
	color: #ffffff;
	transition: .3s;
	display: flex;
	padding: 0.7rem 0rem;
	font-size: 1.2rem;
	align-items: center;
	gap: 0.5rem;
}
.mobile>ul>li>.foot-but>.sub-menu {
	display: none;
	backdrop-filter: blur(1px);
	padding: 1rem 2rem 1rem 1rem;
	position: absolute;
	top: 4.5rem;
	left: 10rem;
	gap: 0.3rem;
	border-radius: 0.3rem;
}
.mobile>ul>li>.foot-but>.sub-menu.active {
	display: grid;
}
.mobile>ul>li>.foot-but>.sub-menu>ul>li>a {
	padding: 0.2rem 0rem;
}
.mobile>ul>li>.foot-but>button {
	background: transparent;
	border: none;
	color: #fff;
	padding: 0.5rem 0.9rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile>ul>li>.foot-but>button>svg {
	transform: rotate(270deg);
	transition: .3s;
}
.mobile>ul>li>.foot-but>button.active>svg {
	transform: rotate(90deg);
	transition: .3s;
}
.top-slide {
	background-size: 150% auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.top-slide>.title {
	padding: 10rem 0rem 7rem 0rem;
	gap: 1rem;
}
.top-slide>.title>div {
    padding-bottom: 1rem;
}
.top-slide>.title>h1 {
	font-size: 2.5rem;
}
.top-slide>.title>div>h2 {
    height: 2.3rem;
    font-size: 2.2rem;
}
.top-slide>.title>div>.typed-cursor {
    height: 2.3rem;
    font-size: 2.2rem;
}
.category-index {
	padding: 4rem 1rem 1rem 1rem;
    box-sizing: border-box;
}
.category-index>h1 {
	font-size: 1.7rem;
	padding-bottom: 2rem;
}
.category-index>ul {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: 0fr 0fr;
}
.category-index>ul>li>a {
    background: rgba(0, 0, 0, 0.13);
    border-radius: .3rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.31);
    transition: .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tanks-index {
    padding: 1rem 0;
    width: 99%;
}
.tanks-index>h1 {
	font-size: 1.7rem;
    padding-bottom: 2rem;
}
.tanks-index>ul>li>a {
	padding: 0.5rem;
}
.tanks-index>ul>li>a>div>p {
    font-size: 1rem;
}
.top-item-index {
	padding: 2rem 0;
    width: 92%;
}
.top-item-index>h1 {
	font-size: 1.7rem;
    padding-bottom: 2rem;
}
.top-item-index>ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.top-item-index>ul>li>a>img {
	width: 100%;
}
.title-index {
	padding: 0rem 0;
    width: 95%;
}
.title-index>.seo-box {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.title-index>.seo-box>.left, .title-index>.seo-box>.right {
	padding: 1rem 1rem;
}
.title-index>.box-footer {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.title-index>.box-footer>.flex-box>svg {
	width: 15rem;
}
.footer {
    padding: 1rem 0rem 0rem 0rem;
}
footer {
    width: 95%;
}
footer>.footer-top {
    flex-direction: column;
}
footer>.footer-top>.category>ul {
    width: 100%;
}
footer>.footer-top>.menu {
	padding: 3rem 0rem;
}
footer>.footer-top>.tp {
    width: 95%;
    margin: 0 auto;
}
footer>.footer-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
	gap: 1rem;
}
.top-slide.no-index {
    background-image: url(/site/img/slide.png);
    background-size: 165% auto;
    padding-top: 0;
    padding-bottom: 0;
    background-position: center;
    height: auto;
}
.top-slide.no-index>.title>h1 {
    font-size: 2.5rem;
}
.top-slide.no-index>.title {
    padding: 9rem 1rem 1rem 1rem;
}
.box {
	width: 90%;
}
.store-box {
	padding: 1rem 0rem;
	display: flex;
    flex-direction: column;
}
.store-box>.product {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-box>.product>a>.title-box {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.paginated {
    grid-column: 1 / 4;
}
.paginated>ul {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.box>.guarantees {
	padding: 1rem 0rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.box>.guarantees>.left {
    padding: 0rem;
}
.box>.guarantees>.left>h2 {
	font-size: 1.5rem;
}
.box>.guarantees>.right {
    padding: 1rem;
}
.box>.guarantees>.right>h1 {
	font-size: 1.5rem;
}
.box>.guarantees>.right>ul>li>svg {
    display: none;
}
.reviews {
    padding: 0rem;
}
.reviews>.top-reviews>ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.reviews>.footer-reviews>#reviews>.form {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.reviews>.footer-reviews>#reviews>.form>.form-box:first-child {
    width: 100%;
}
.reviews>.footer-reviews>#reviews>.form>.form-box:last-child {
    width: 100%;
}
.top-slide.product {
    padding-top: 65px;
	height: auto;
}
.store-box>.item>nav>div {
	display: flex;
    flex-wrap: wrap;
}
.store-box>.item>.item-index {
	display: flex;
    flex-direction: column;
}
.store-box>.item>.item-index>.info>.name {
    font-size: 1.5rem;
}
.store-box>.item>.item-index>.info {
    width: 100%;
}
.similar-product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.modal>.modal-box {
	width: 100%;
    height: 100%;
    border-radius: 0;
}
.modal>.modal-box.show {
    top: 0;
}
.store-box.product {
    padding: 0rem 0rem;
    width: 90%;
    margin: 0 auto;
}
}
@media screen and (max-width: 700px){
header {
	padding: 0rem 1rem;
	position: fixed;
	width: 100%;
	top: 0;
	box-sizing: border-box;
	z-index: 9;
}
header>.top-menu {
	display: none;
}
.mobile-prev {
	display: block;
}
.mobile-prev>a {
	display: flex;
	align-items: center;
	padding: 1rem 0rem;
}
.mobile-prev>a>img {
	width: 10rem;
}
.mobile-prev>.mobile-prev-button {
	position: absolute;
	top: 0.8rem;
	right: 1.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	height: 2.5rem;
	width: 2.5rem;
	background: rgb(175 172 172 / 13%);
	border-radius: .3rem;
	border: 1px solid rgb(215 215 215 / 31%);
	line-height: 1rem;
	cursor: pointer;
	transition: .3s;
	padding: 0.5rem;
	display: flex;
	background-position: center;
	align-items: center;
}
.mobile-prev>.mb-button:hover, .mobile-prev>.mobile-prev-button:hover {
	background: #ec5e29;
	border: 1px solid #ec5e29;
}
.mobile {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0a0a0a;
	background-image: url(/site/img/fone.jpeg);
	z-index: 9;
}
.mobile>.mb-button {
	position: absolute;
	top: 1.2rem;
	right: 1.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	height: 2.5rem;
	width: 2.5rem;
	background: rgb(175 172 172 / 13%);
	border-radius: .3rem;
	border: 1px solid rgb(215 215 215 / 31%);
	line-height: 1rem;
	cursor: pointer;
	transition: .3s;
	padding: 0.5rem;
	display: flex;
	background-position: center;
	align-items: center;
}
.mobile {
	padding: 2rem;
	box-sizing: border-box;
}
.mobile>ul a {
	color: #fff;
	padding: 0.7rem 0rem;
	display: block;
	font-size: 1.2rem;
}
.mobile>ul>li>.foot-but {
	display: flex;
}
.mobile>ul>li>.foot-but>.drop-menu {
	position: relative;
	color: #ffffff;
	transition: .3s;
	display: flex;
	padding: 0.7rem 0rem;
	font-size: 1.2rem;
	align-items: center;
	gap: 0.5rem;
}
.mobile>ul>li>.foot-but>.sub-menu {
	display: none;
	backdrop-filter: blur(1px);
	padding: 1rem 2rem 1rem 1rem;
	position: absolute;
	top: 4.5rem;
	left: 10rem;
	gap: 0.3rem;
	border-radius: 0.3rem;
}
.mobile>ul>li>.foot-but>.sub-menu.active {
	display: grid;
}
.mobile>ul>li>.foot-but>.sub-menu>ul>li>a {
	padding: 0.2rem 0rem;
}
.mobile>ul>li>.foot-but>button {
	background: transparent;
	border: none;
	color: #fff;
	padding: 0.5rem 0.9rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile>ul>li>.foot-but>button>svg {
	transform: rotate(270deg);
	transition: .3s;
}
.mobile>ul>li>.foot-but>button.active>svg {
	transform: rotate(90deg);
	transition: .3s;
}
.top-slide {
	background-size: 420% auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	padding-top: 0;
	padding-bottom: 0;
}
.top-slide>.title {
	padding: 15rem 0rem 0rem 0rem;
	gap: 1rem;
}
.top-slide>.title>div {
    padding-bottom: 1rem;
}
.top-slide>.title>h1 {
    font-size: 1.5rem;
}
.top-slide>.title>div>h2 {
    height: 1.3rem;
    font-size: 1.2rem;
}
.top-slide>.title>div>.typed-cursor {
    height: 1.3rem;
    font-size: 1.2rem;
}
.category-index {
	padding: 4rem 1rem 1rem 1rem;
    box-sizing: border-box;
}
.category-index>h1 {
	font-size: 1.7rem;
	padding-bottom: 2rem;
}
.category-index>ul {
	display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 0fr 0fr;
}
.tanks-index {
    padding: 1rem 0;
    width: 99%;
}
.tanks-index>h1 {
	font-size: 1.7rem;
    padding-bottom: 2rem;
}
.tanks-index>ul>li>a {
	padding: 0.5rem;
}
.tanks-index>ul>li>a>div>p {
    font-size: 1rem;
}
.top-item-index {
	padding: 2rem 0;
    width: 92%;
}
.top-item-index>h1 {
	font-size: 1.7rem;
    padding-bottom: 2rem;
}
.top-item-index>ul {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.top-item-index>ul>li>a>img {
	width: 100%;
}
.title-index {
	padding: 0rem 0;
    width: 95%;
}
.title-index>.seo-box {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.title-index>.seo-box>.left, .title-index>.seo-box>.right {
	padding: 1rem 1rem;
}
.title-index>.box-footer {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.title-index>.box-footer>.flex-box>svg {
	width: 15rem;
}
.footer {
    padding: 1rem 0rem 0rem 0rem;
}
footer {
    width: 95%;
}
footer>.footer-top {
    flex-direction: column;
}
footer>.footer-top>.category>ul {
    width: 100%;
}
footer>.footer-top>.menu {
	padding: 3rem 0rem;
}
footer>.footer-top>.tp {
    width: 95%;
    margin: 0 auto;
}
footer>.footer-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
	gap: 1rem;
}
.top-slide.no-index {
    background-image: url(/site/img/slide.png);
    background-size: 165% auto;
    padding-top: 0;
    padding-bottom: 0;
    background-position: center;
    height: 36vh;
}
.top-slide.no-index>.title>h1 {
    font-size: 2.5rem;
}
.top-slide.no-index>.title {
    padding: 7rem 1rem 1rem 1rem;
}
.box {
	width: 90%;
}
.store-box {
	padding: 1rem 0rem;
	display: flex;
    flex-direction: column;
}
.store-box>.product {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.store-box>.product>a>.title-box {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.store-box>.product>.title {
    grid-column: 1 / 3;
}
.paginated {
    grid-column: 1 / 3;
}
.paginated>ul {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.box>.guarantees {
	padding: 1rem 0rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.box>.guarantees>.left {
    padding: 0rem;
}
.box>.guarantees>.left>h2 {
	font-size: 1.5rem;
}
.box>.guarantees>.right {
    padding: 1rem;
}
.box>.guarantees>.right>h1 {
	font-size: 1.5rem;
}
.box>.guarantees>.right>ul>li>svg {
    display: none;
}
.reviews {
    padding: 0rem;
}
.reviews>.top-reviews>ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.reviews>.footer-reviews>#reviews>.form {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.reviews>.footer-reviews>#reviews>.form>.form-box:first-child {
    width: 100%;
}
.reviews>.footer-reviews>#reviews>.form>.form-box:last-child {
    width: 100%;
}
.top-slide.product {
    padding-top: 65px;
	height: auto;
}
.store-box>.item>nav>div {
	display: flex;
    flex-wrap: wrap;
}
.store-box>.item>.item-index {
	display: flex;
    flex-direction: column;
}
.store-box>.item>.item-index>.info>.name {
    font-size: 1.5rem;
}
.store-box>.item>.item-index>.info {
    width: 100%;
}
.similar-product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.modal>.modal-box {
	width: 100%;
    height: 100%;
    border-radius: 0;
}
.modal>.modal-box.show {
    top: 0;
}
.store-box.product {
    padding: 0rem 0rem;
    width: 90%;
    margin: 0 auto;
}
.store-box>.item>.item-index>.description>section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

}