/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: #0087C6;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
	font-family: "Montserrat";
}
html {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-family: "Montserrat";
}

.container {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

@media (max-width: 1300px) {
	.container {
		width: 960px;
	}
}
@media (max-width: 1024px) {
	.container {
		width: 100%;
		padding: 0 70px;
	}
}
@media (max-width: 740px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}
}
.hide {
	display: none !important;
}


/* Buttons */
.btn {
	height: 32px;
	padding: 10px 30px;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: "Montserrat";
	line-height: 100%;
	text-decoration: none;
	background-color: #0087C6;
	transition: 0.3s all;
	cursor: pointer;
}
.btn--up-text {
	text-transform: uppercase;
}
.btn--flex {
	display: flex;
    align-items: center;
	justify-content: center;
}
.btn__icon {
	margin-right: 13px;
	max-height: 14px;
}
.btn:hover, .btn:focus {
	background-color: #0D97D7;
	color: #fff;
}
.btn--block {
	display: block;
	width: 100%;
	text-align: center;
}
.btn--large, .btn-lg {
	height: 44px;
	padding: 16px 56px;
}
.btn--icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 44px;
	height: 44px;
}
.btn--icon-round {
	border-radius: 22px;
}
.btn--opacity {
	padding: 9px 29px;
	border: 1px solid #0087C6;
	color: #0087C6;
	background: transparent;
}
.btn--opacity:hover {
	border-color: #0D97D7;
	color: #fff;
	background: #0D97D7;
}
.btn--opacity.btn--large {
	padding: 15px 54px;
}
.btn--white {
	padding: 9px 29px;
	border: 1px solid #0087C6;
	color: #0087C6;
	background-color: #fff;
}
.btn--white.btn--large {
	padding: 15px 54px;
}
.btn--white:hover {
	border-color: #0D97D7;
	color: #fff;
	background: #0D97D7;
}

.t-btns-line {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
@media (max-width: 740px) {
	.t-btns-line {
		gap: 10px;
	}
}
@media (max-width: 540px) {
	.t-btns-line {
		flex-direction: column;
		align-items: flex-start;
	}
}
.t-btn {
	height: 34px;
	padding: 8px 15px;
	border: 0 none;
	border-radius: 17px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	font-family: "Montserrat";
	text-decoration: none;
	background-color: #FFF;
	transition: 0.3s all;
	cursor: pointer;
}
@media (max-width: 540px) {
	.t-btn {
		display: inline-flex;
		width: auto;
	}
}
.t-btn:hover, .t-btn:focus {
	color: #FFF;
	background-color: #0087C6;
}

/* INPUTS */
.b-input {
	display: block;
	width: 100%;
	height: 28px;
	padding: 8px 10px;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	font-size: 12px;
}
.b-input:focus {
	outline: 0;
	border-color: #0087C6;
    background-color: #F4FCFF;
}
.b-input::-webkit-outer-spin-button,
.b-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.b-checkbox {
	position: relative;
	cursor: pointer;
}
.b-checkbox input {
	display: none;
}
.b-checkbox__in {
	display: inline-flex;
	align-items: center;
	position: relative;
	height: 26px;
	padding-left: 32px;
	margin-bottom: 4px;
}
.b-checkbox__in:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	border: 1px solid #EDEDED;
	background-color: #FFF;
}
.b-checkbox input:checked ~ .b-checkbox__in:before {
	border-color: #0087C6;
}
.b-checkbox input:checked ~ .b-checkbox__in:after {
	content: '';
	position: absolute;
	left: 8px;
	top: 9px;
	width: 12px;
	height: 8px;
	background-repeat: no-repeat;
	background-image: url('assets/img/check.svg');
	background-position: center center;
	background-size: cover;
}

.b-label {
	display: inline-block;
}
.b-label input {
	display: none;
}
.b-label__in {
	display: inline-block;
	height: 35px;
	padding: 11px;
	border-radius: 2px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	background-color: #F7F7F7;
	transition: all 0.3s;
}
.b-label:hover .b-label__in {
	color: #fff;
	background-color: #0D97D7;
}
.b-label input:checked ~ .b-label__in {
	color: #fff;
	background-color: #0087C6;
}
.selectize-control.single .selectize-input {
	display: block;
	width: 100%;
	height: 28px;
	padding: 8px 24px 8px 10px;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	box-shadow: none;
	background: #fff;
}
.selectize-control.single .selectize-input .item {
	display: block;
	font-size: 12px;
	line-height: 100%;
}
.selectize-control.single .selectize-input input {
	display: none !important;
}
.selectize-control.single .selectize-input:after {
	position: absolute;
	right: 8px;
	top: 12px;
	border: 0;
	margin: 0;
	width: 8px;
	height: 5px;
	margin: 0 !important;
	background-image: url(assets/img/arrow-gray.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.selectize-control.single .dropdown-active:after {
	transform: rotate(180deg);
}
.selectize-control.single .selectize-dropdown {
	width: auto !important;
	min-width: 100%;
    padding: 0;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    margin: 0;
    background-color: #fff;
	box-shadow: none;
}
.selectize-control.single .selectize-dropdown.active {
    padding: 7px 40px 7px 22px;
    color: #8E8E93;
    font-size: 12px;
    line-height: 100%;
}
.selectize-control.single .selectize-dropdown .option.selected,
.selectize-control.single .selectize-dropdown .option.selected.active {
	color: #fff;
	background-color: #0087C6;
}
.selectize-control.single .selectize-dropdown .option:hover {
	background-color: #F4FCFF;
}

/* Titles */
h1, .h1 {
	margin: 0 0 48px;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}
@media (max-width: 1300px) {
	h1, .h1 {
		margin-bottom: 24px;
	}
}
@media (max-width: 740px) {
	h1, .h1 {
		font-size: 14px;
		margin-bottom: 14px;
	}
}

.sub-text {
	margin-bottom: 48px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
@media (max-width: 1300px) {
	.sub-text {
		margin-bottom: 24px;
	}
}
@media (max-width: 740px) {
	.sub-text {
		font-size: 16px;
	}
}



.page {
	min-height: 100%;
	overflow: hidden;
}
.page__content {
	overflow: hidden;
}

p {
	margin-top: 0;
	margin-bottom: 24px;
}


/* Top */
.top {
	height: 60px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #F7F7F7;
}
.top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top__logo {
	display: block;
	text-decoration: none;
}
.top__logo-img {
	display: block;
}
@media (max-width: 1024px) {
	.top__logo-img {
		width: 73px;
	}
}
.top__nav {
	display: flex;
}
@media (max-width: 1300px) {
	.top__nav {
		display: none;
	}
}
.top__nav-link {
	margin-right: 24px;
	color: #333;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	text-decoration: none;
	transition: 0.2s color;
}
.top__nav-link:hover {
	color: #0087C6;
}
.top__nav .top__nav-link:last-child {
	margin-right: 0;
}
.top__shops {
	display: flex;
	align-items: center;
	padding: 10px 17px;
	color: #0087C6;
	text-decoration: none;
	background: #fff;
}
.top__shops-icn {
	margin-right: 8px;
}
.top__shops-text {
	color: #0087C6;
	font-size: 12px;
	font-weight: 500;
}
@media (max-width: 740px) {
	.top .container > .btn {
		display: none;
	}	
}
@media (max-width: 740px) {
	.top__contact {
		display: none;
	}
}
.top__contact-phone {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
@media (max-width: 1024px) {
	.top__contact-phone {
		font-size: 12px;
	}
}
.top__contact-work {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: #B5B5B5;
}
@media (max-width: 1024px) {
	.top__contact-work {
		font-size: 10px;
		line-height: 10px;
	}
}
.top__user {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.top__user-text {
	margin-right: 12px;
	font-weight: 500;
	cursor: default;
}
@media (max-width: 1300px) {
	.top__user-text {
		display: none;
	}
}
.top__user-img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	border: 1px solid #fff;
	border-radius: 22px;
	background: #fff;
}
@media (max-width: 1024px) {
	.top__user-img-wrap {
		width: 28px;
		height: 28px;
	}
}
.top__user-img path {
	transition: 0.3s fill;
}
@media (max-width: 1024px) {
	.top__user-img {
		width: 10px;
	}
}
.top__user:hover .top__user-img path {
	fill: #0087C6;
}
.top__user:hover .top__user-panel {
	visibility: visible;
	opacity: 1;
	transition: 0.3s opacity;
}
.top__user-panel {
	position: absolute;
	right: 0;
	top: 100%;
	padding-top: 13px;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}
.top__user-panel-in {
	padding: 16px 20px;
	border: 1px solid #D5D9E8;
	background-color: #fff;
}
.top__user-panel-link {
	display: block;
	margin-top: 21px;
	color: #333;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s color;
}
.top__user-panel-link:hover {
	color: #0087C6;
}

/* Top panel */
.top-panel {
	padding: 18px 0;
}
@media (max-width: 1300px) {
	.top-panel {
		padding: 0 0 9px;
	}
}
.top-panel .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 1300px) {
	.top-panel .container {
		gap: 13px;
	}
}
.top-panel__catalog-btn-mob {
	display: none;
}
.top-panel__catalog-btn-close {
	display: none;
}
.js--open-catalog--open .top-panel__catalog-btn-close {
	display: block;
}
.js--open-catalog--open .top-panel__catalog-btn-open {
	display: none;
}

@media (max-width: 1300px) {
	.top-panel__catalog-btn-desc {
		display: none;
	}
	.top-panel__catalog-btn-mob {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 44px;
		min-width: 44px;
	}
}
@media (max-width: 1300px) {
	.top-panel .search {
		flex-grow: 1;
	}
}
@media (max-width: 740px) {
	.top-panel .search {
		display: none;
	}
}
.top-panel__delivery {
	position: relative;
	height: 44px;
	padding: 7px 21px 7px 70px;
	background-color: #F7F7F7;
	text-decoration: none !important;
}
@media (max-width: 1300px) {
	.top-panel__delivery {
		padding: 7px 0 7px 49px;
		background-color: transparent;
	}
}
@media (max-width: 740px) {
	.top-panel__delivery {
		display: none;
	}
}
.top-panel__delivery-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	margin: auto;
}
@media (max-width: 1300px) {
	.top-panel__delivery-img {
		left: 0;
	}	
}
.top-panel__delivery-title {
	display: block;
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
}
.top-panel__delivery-text {
	color: #B5B5B5;
	font-size: 12px;
	line-height: 12px;
}
@media (max-width: 1300px) {
	.top-panel__delivery-title {
		white-space: nowrap;
	}
	.top-panel__delivery-text {
		white-space: nowrap;
	}
}
.top-panel__phone {
	display: none;
}
@media (max-width: 740px) {
	.top-panel__phone {
		display: block;
	}
	.top-panel__phone-link {
		color: #333;
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		white-space: nowrap;
	}
}
.top-panel__links {
	display: flex;
	align-items: center;
}
@media (max-width: 1300px) {
	.top-panel__links {
		display: none;
	}
}
@media (max-width: 740px) {
	.top-panel__links {
		display: flex;
	}
}
.top-panel__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	border-radius: 22px;
	margin-right: 5px;
	text-decoration: none;
	transition: 0.3s background-color;
}
@media (max-width: 740px) {
	.top-panel__link {
		width: 28px;
		height: 28px;
		border-radius: 14px;
	}
}
.top-panel__link svg path {
	transition: 0.3s fill;
}
.top-panel__link:hover {
	background-color: #F7F7F7;
}
.top-panel__link:hover svg path {
	fill: #333 !important;
}
.top-panel__links .top-panel__link:last-child {
	margin-right: 0;
}
.top-panel__link--cart {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	border-radius: 22px;
	background: #F7F7F7;
}
@media (max-width: 740px) {
	.top-panel__link--cart {
		width: 28px;
		height: 28px;
		border-radius: 14px;
		background-color: transparent;
	}
}
.top-panel__link-count {
	position: absolute;
	top: 5px;
	right: 6px;
	min-width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 7px;
	color: #fff;
	font-size: 8px;
	line-height: 12px;
	font-weight: 500;
	background-color: #0087C6;
	text-align: center;
}
@media (max-width: 740px) {
	.top-panel__link-count {
		top: 0px;
    	right: -2px;
	}
}

/* Search */
.search {
	position: relative;
	width: 530px;
}
.search__input {
	display: block;
	width: 100%;
	height: 44px;
	padding: 16px 57px 16px 13px;
	border: 1px solid #DDD;
	border-radius: 4px;
	color: #333;
	font-size: 12px;
	outline: none;
	transition: 0.3s all;
}
.search__close {
	display: none;
	position: absolute;
	top: 18px;
	right: 62px;
	cursor: pointer;
}
.search:hover .search__input {
	border-color: #0087C6;
	background-color: #F4FCFF;
}
.search__input--active,
.search__input:focus,
.search__input:focus-visible {
	background-color: #fff;
	border-color: #0087C6;
}
.search__input:valid ~ .search__close {
	display: block;
}
.search__input::placeholder {
	color: #8E8E93;
	font-size: 12px;
}
.search__btn {
	position: absolute;
	right: 0;
	top: 0;
}

/* Catalog nav */
.c-nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 20px;
	z-index: 100;
}
@media (max-width: 1300px) {
	.c-nav {
		left: 70px;
		right: 70px;
	}
}
@media (max-width: 740px) {
	.c-nav {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow-y: auto;
	}
}
.c-nav--active {
	display: block;
}
.c-nav__top {
	display: none;
}
@media (max-width: 740px) {
	.c-nav__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 9px 20px 0 20px;
		background-color: #F7F7F7;
	}
	.c-nav__top-logo {
		display: block;
	}
	.c-nav__top-logo-img {
		display: block;
		height: 23px;
	}
	.c-nav__top-close {
		width: 20px;
		height: 20px;
	}
}
.c-nav__items {
	display: block;
	min-width: 380px;
	min-height: 480px;
	list-style: none;
	padding: 0;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	margin: 0;
	background-color: #fff;
}
@media (max-width: 1300px) {
	.c-nav__items {
		background-color: #F7F7F7;
	}
}
@media (max-width: 740px) {
	.c-nav__items {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #fff;
	}
}
.c-nav__addition-nav {
	display: none;
}
@media (max-width: 1300px) {
	.c-nav__addition-nav {
		display: flex;
		column-gap: 23px;
		position: relative;
		padding: 13px 13px 14px 13px;
	}
	.c-nav__addition-nav:after {
		content: '';
		position: absolute;
		left: 13px;
		right: 13px;
		bottom: 0;
		height: 1px;
		background-color: #E2E2E2;
	} 
	.c-nav__addition-nav-link {
		color: #333;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
	}
}
@media (max-width: 740px) {
	.c-nav__addition-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		padding: 20px;
		background-color: #F7F7F7;
	}
	.c-nav__addition-nav:after {
		display: none;
	}
}
.c-nav__item > .c-nav__items {
	display: none;
}
.c-nav__item:hover > .c-nav__items {
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
}
@media (max-width: 1300px) {
	.c-nav__item:hover > .c-nav__items {
		display: none;
	}
}
.c-nav__item {
	margin: 5px 0;
}
@media (max-width: 1300px) {
	.c-nav__item {
		margin: 0;
	}	
}
.c-nav__item-link {
	display: block;
	position: relative;
	padding: 11px 45px 11px 23px;
	color: #333;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 12px;
	transition: all 0.3s;
}
@media (max-width: 1300px) {
	.c-nav__item-link {
		padding-left: 13px;
		padding-top: 9px;
		padding-bottom: 9px;
	}
}
@media (max-width: 740px) {
	.c-nav__item-link {
		padding: 10px 20px;
	}
}
.c-nav__item:hover > .c-nav__item-link,
.c-nav__item-link:hover {
	color: #0087C6;
	background-color: #F7F7F7;
}
.c-nav__item .c-nav__item-arrow {
	position: absolute;
	right: 23px;
	top: 11px;
}
@media (max-width: 740px) {
	.c-nav__item .c-nav__item-arrow {
		display: none;
	}
}
.c-nav__item--total {
	margin-bottom: 0;
}
.c-nav__item--total:hover > .c-nav__item-link,
.c-nav__item--total .c-nav__item-link {
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 0 0 4px 4px;
	color: #fff;
	background-color: #0087C6;
}
@media (max-width: 1300px) {
	.c-nav__item--total .c-nav__item-link {
		color: #0087C6;
		background-color: transparent;
	}
}
.c-nav__item--total .c-nav__item-arrow {
	top: 8px;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	padding-left: 4px;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.34);
}
@media (max-width: 1300px) {
	.c-nav__item--total .c-nav__item-arrow {
		background-color: #0087C6;
	}
}
@media (max-width: 740px) {
	.c-nav__item--total .c-nav__item-arrow {
		right: 20px;
	}
}
.c-nav__items--last .c-nav__item-link {
	text-transform: none;
}
.c-nav__items--last .c-nav__item-link:hover {
	background-color: transparent;
}
.c-nav__mob-bottom {
	display: none;
}
.c-nav__mob-bottom .top__shops {
	flex-direction: column;
}
.c-nav__mob-bottom .top__shops .top__shops-icn {
	margin: 10px;
}
.c-nav__mob-bottom .top__shops .top__shops-text {
	font-size: 14px;
	text-transform: uppercase;
}
@media (max-width: 740px) {
	.c-nav__mob-bottom {
		display: flex;
		flex-direction: column;
		padding: 10px 20px;
		background-color: #fff;
	}
}
@media (max-width: 740px) {
	.c-nav__phone {
		display: block;
		margin-top: 30px;
		margin-bottom: 20px;
		text-align: center;
	}
	.c-nav__phone-link {
		display: block;
		color: #333;
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 10px;
		text-decoration: none;
		white-space: nowrap;
	}
}
@media (max-width: 740px) {
	.c-nav__mob-bottom .search {
		display: block;
		width: 100%;
		margin-top: 11px;
	}
}
.c-nav__delivery {
	display: none;
}
.c-nav__delivery a {
	text-decoration: none;
}
@media (max-width: 740px) {
	.c-nav__delivery {
		display: block;
		position: relative;
		height: 44px;
		padding: 7px 21px 7px 70px;
		background-color: #F7F7F7;
	}
	.c-nav__delivery-img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 21px;
		margin: auto;
	}
	.c-nav__delivery-title {
		display: block;
		margin-bottom: 5px;
		color: #000;
		font-size: 12px;
		font-weight: 500;
		line-height: 12px;
	}
	.c-nav__delivery-text {
		color: #B5B5B5;
		font-size: 12px;
		line-height: 12px;
	}
}

/* */
.banner-slider {
	margin-bottom: 50px;
}
@media (max-width: 1300px) {
	.banner-slider {
		margin-bottom: 30px;
	}
}
@media (max-width: 740px) {
	.banner-slider {
		margin-bottom: 20px;
	}
}
.banner-slider__item {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Swiper global styles */
.b-swiper {
	position: relative;
}
.swiper-button-prev {
	left: -54px;
}
@media (max-width: 1300px) {
	.swiper-button-prev {
		left: -18px;
	}
}
.swiper-button-next {
	right: -54px;
}
@media (max-width: 1300px) {
	.swiper-button-next {
		right: -18px;
	}
}
.swiper-button-prev, 
.swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	transition: 0.3s background-color;
}
@media (max-width: 740px) {
	.swiper-button-prev, 
	.swiper-button-next {
		width: 32px;
		height: 32px;
		border-radius: 16px;
	}
}
.swiper-button-prev svg, 
.swiper-button-next svg {
	width: 8px;
	transition: 0.3s fill;
}
@media (max-width: 740px) {
	.swiper-button-prev svg, 
	.swiper-button-next svg {
		width: 5px;
	}
}
.swiper-button-prev:hover path, 
.swiper-button-next:hover path {
	transition: 0.3s fill;
}
.swiper-button-prev:hover, 
.swiper-button-next:hover {
	background-color: #0087C6;
}
.swiper-button-prev:hover path, 
.swiper-button-next:hover path {
	fill: #fff;
}
.swiper-button-prev:after, 
.swiper-button-next:after {
	display: none;
}
#tooltip-content {
	display: none;
	position: absolute;
	z-index: 100;
}


.s-block {
	margin: 90px 0;
}
@media (max-width: 1300px) {
	.s-block {
		margin: 60px 0;
	}
}
@media (max-width: 740px) {
	.s-block {
		margin: 30px 0;
	}
}
.s-block--content {
	margin-top: 0;
}
@media (max-width: 740px) {
	.s-block--content {
		margin-top: 18px;
		margin-bottom: 30px;
	}
}
.s-block--content .s-block__link {
	text-transform: none;
}
.s-block--gray {
	padding: 60px 0;
	background: #F7F7F7;
}
@media (max-width: 1300px) {
	.s-block--gray {
		padding: 42px 0;
	}
}
@media (max-width: 740px) {
	.s-block--gray {
		padding: 17px 0 24px;
	}
}
.s-block__header {
	margin-bottom: 45px;
	text-align: left;
}
@media (max-width: 1300px) {
	.s-block__header {
		margin-bottom: 30px;
	}
}
@media (max-width: 740px) {
	.s-block__header {
		margin-bottom: 20px;
	}
}
.s-block__name {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}
@media (max-width: 740px) {
	.s-block__name {
		font-size: 14px;
	}
}
.s-block__link {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase;
}
.s-block__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 25%;
	padding-right: 10px;
}
@media (max-width: 1300px) {
	.s-block__item {
		width: 100%;
	}
}

#address-map {
	height: 600px;
	border-radius: 16px;
	overflow: hidden;
}
@media (max-width: 1300px) {
	#address-map {
		height: 560px;
	}
}
@media (max-width: 740px) {
	#address-map {
		height: 400px;
	}
}
@media (max-width: 540px) {
	#address-map {
		height: 400px;
	}
}

.b-about {
	padding: 70px 0;
	background: #F7F7F7;
}
@media (max-width: 1300px) {
	.b-about {
		padding: 42px 0;
	}
}
@media (max-width: 740px) {
	.b-about {
		padding: 20px 0;
	}
}
.b-about__cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
@media (max-width: 1300px) {
	.b-about__cols {
		display: block;
		margin-bottom: 32px;
	}
}
@media (max-width: 740px) {
	.b-about__cols {
		margin-bottom: 20px;
	}
}
.b-about__photos {
	display: flex;
	align-items: stretch;
	max-width: 50%;
	min-width: 50%;
}
@media (max-width: 1300px) {
	.b-about__photos {
		max-width: 100%;
		min-width: 100%;
		height: 280px;
		margin-bottom: 24px;
	}
}
@media (max-width: 740px) {
	.b-about__photos {
		display: none;
	}
}
.b-about__photo {
	max-width: 65%;
	min-width: 65%;
	height: 410px;
	border-radius: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media (max-width: 1300px) {
	.b-about__photo {
		height: 280px;
	}
}
.b-about__small-photos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 10px;
	flex-grow: 1;
}
.b-about__small-photo {
	display: block;
	height: 200px;
	border-radius: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media (max-width: 1300px) {
	.b-about__small-photo {
		height: 136px;
	}
}
.b-about__content {
	max-width: 50%;
	min-width: 50%;
	padding-left: 25px;
}
@media (max-width: 1300px) {
	.b-about__content {
		max-width: 100%;
		min-width: 100%;
		padding: 0;
	}
}
.b-about__title {
	margin-bottom: 32px;
	font-size: 24px;
	font-weight: 700;
	line-height: 127%;
}
@media (max-width: 740px) {
	.b-about__title {
		margin-bottom: 10px;
		font-size: 14px;
	}
}
.b-about__text {
	margin-bottom: 32px;
}
@media (max-width: 740px) {
	.b-about__text {
		margin-bottom: 20px;
	}
}
.b-about__btn .btn {
	display: inline-block;
}
@media (max-width: 740px) {
	.b-about__btn .btn {
		display: block;
		width: 100%;
		text-align: center;
	}
}

/* Tabs */
.tabs {
	display: block;
}
.tabs--about .tabs__btns {
	display: grid;
	gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 10px;
}
@media (max-width: 1300px) {
	.tabs--about .tabs__btns {
		grid-template-columns: 1fr 1fr;	
	}
}
@media (max-width: 740px) {
	.tabs--about .tabs__btns {
		display: none;	
	}
}
.tabs--about .tabs__btn {
	position: relative;
	height: 80px;
	padding: 30px 35px 30px 94px;
	border-radius: 10px;
	text-decoration: none;
	background: #fff;
}
@media (max-width: 1300px) {
	.tabs--about .tabs__btn {
		position: relative;
		height: 60px;
		padding: 14px 35px 14px 80px;
		border-radius: 10px;
		text-decoration: none;
		background: #fff;
	}
}
@media (max-width: 740px) {
	.tabs--about .tabs__btn {
		height: 46px;
		padding: 11px 35px 11px 70px;
		border-radius: 4px;
	}
}
.tabs--about .tabs__btn-icn {
	position: absolute;
	left: 21px;
	top: 24px;
}
@media (max-width: 1300px) {
	.tabs--about .tabs__btn-icn {
		top: 16px;
	}
}
@media (max-width: 740px) {
	.tabs--about .tabs__btn-icn {
		top: 10px;
		max-width: 26px;
		max-height: 26px;
	}
}
.tabs--about .tabs__btn-name {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 127%;
	text-transform: uppercase;
	text-decoration: none;
}
@media (max-width: 1300px) {
	.tabs--about .tabs__btn-name {
		line-height: 32px;
	}
}
@media (max-width: 740px) {
	.tabs--about .tabs__btn-name {
		font-size: 12px;
		line-height: 24px;
	}
}
.tabs--about .tabs__btn svg {
	position: absolute;
	right: 21px;
	top: 36px;
	transform: rotate(90deg);
	transition: 0.3s transform;
}
@media (max-width: 1300px) {
	.tabs--about .tabs__btn svg {
		top: 26px;
	}
}
@media (max-width: 740px) {
	.tabs--about .tabs__btn svg {
		top: 19px;
	}
}
.tabs--about .tabs__btn svg path {
	transition: 0.3s fill;
}
.tabs--about .tabs__btn--active svg {
	transform: rotate(-90deg);
}
.tabs--about .tabs__btn--active svg path {
	fill: #0087C6;
}
.tabs--about .tabs__item-btn-wrap {
	display: none;
}
@media (max-width: 740px) {
	.tabs--about .tabs__item-btn-wrap {
		display: block;
		margin-top: 6px;
	}
	.tabs--about .tabs__item-btn-wrap .tabs__btn {
		display: block;
	}
}
.tabs--about .tabs__item .tabs__item-in {
	display: none;
}
.tabs--about .tabs__item--active .tabs__item-in {
	display: block;
	width: 50%;
	padding: 23px 100px 23px 18px;
	border-radius: 10px;
	background: #fff;
}
.tabs--about .tabs__data .tabs__item--active:nth-child(2) .tabs__item-in {
	margin-left: 25%;
}
.tabs--about .tabs__data .tabs__item--active:nth-child(3) .tabs__item-in,
.tabs--about .tabs__data .tabs__item--active:nth-child(4) .tabs__item-in {
	margin-left: 50%;
}
@media (max-width: 1300px) {
	.tabs--about .tabs__item--active .tabs__item-in {
		width: 100%;
		margin-left: 0 !important;
	}
}
@media (max-width: 740px) {
	.tabs--about .tabs__item--active .tabs__item-in {
		margin-top: 10px;
		padding: 23px 18px;
	}
}

@media (max-width: 740px) {
	.tabs--full {
		margin-left: -20px;
		margin-right: -20px;
	}
}
.tabs--full .tabs__btns {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 40px;
	border-bottom: 2px solid #F7F7F7;
	border-radius: 2px;
	margin-bottom: 16px;
}
@media (max-width: 1300px) {
	.tabs--full .tabs__btns {
		gap: 0;
		margin-bottom: 25px;
	}
}
@media (max-width: 740px) {
	.tabs--full .tabs__btns {
		display: none;
	}
}
.tabs--full .tabs__btn {
	position: relative;
	padding: 16px 25px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 100%;
	text-decoration: none;
	transition: 0.3s color;
}
@media (max-width: 1300px) {
	.tabs--full .tabs__btn {
		padding: 16px 20px;
	}
}
@media (max-width: 740px) {
	.tabs--full .tabs__btn {
		padding: 11px 20px;
		font-size: 12px;
	}
}
.tabs--full .tabs__btn:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	border-radius: 2px;
	background-color: #F7F7F7;
	transition: 0.3s background-color;
}
.tabs--full .tabs__btn--active {
	color: #0087C6;
}
.tabs--full .tabs__btn--active:after {
	background-color: #0087C6;
}
.tabs--full .tabs__btn:hover {
	color: #0D97D7;
}
.tabs--full .tabs__btn:hover:after {
	background-color: #0D97D7;
}
.tabs--full .tabs__item .tabs__item-in {
	display: none;
}
.tabs--full .tabs__item--active .tabs__item-in {
	display: block;
}
.tabs--full .tabs__item-btn-wrap {
	display: none;
}
@media (max-width: 740px) {
	.tabs--full .tabs__item-btn-wrap {
		display: block;
		margin-top: 6px;
	}
	.tabs--full .tabs__item-btn-wrap .tabs__btn {
		display: block;
		background-color: #F7F7F7;
	}
}

.s-content {
	font-size: 16px;
	line-height: 127%;
}
@media (max-width: 740px) {
	.s-content {
		font-size: 14px;
		line-height: 127%;
	}
}
.s-content p {
	margin: 0 0 15px;
}
.s-content ul {
	margin: 0 0 10px;
	list-style: none;
	padding: 0;
}
.s-content ul li {
	position: relative;
	padding-left: 15px;
}
.s-content ul li:before {
	content: "·";
	position: absolute;
	top: -1px;
	left: 0;
    line-height: 127%;
}

.text-block {
	margin-bottom: 42px;
}
@media (max-width: 1300px) {
	.text-block {
		margin-bottom: 30px;
	}
}
.text-block p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 125%;
}
@media (max-width: 1300px) {
	.text-block p {
		margin-bottom: 20px;
		font-size: 14px;
	}
}
@media (max-width: 740px) {
	.text-block p {
		margin-bottom: 15px;
		font-size: 14px;
	}
}
.list {
	padding-left: 0px;
	list-style-type: none;
}
.list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 125%;
}
@media (max-width: 740px) {
	.list li {
		padding-left: 20px;
		margin-bottom: 16px;
		font-size: 14px;
	}
}
.list li:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #0087C6;
	border-radius: 50%;
}


/* Categories */
.categories {
	display: grid;
	gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.categories--tablet {
	display: none;
}
.categories--mob {
	display: none;
}
.categories__col .category {
	height: 133px;
	margin-bottom: 10px;
}
.categories__col .category:last-child {
	margin-bottom: 0;
}
.categories__col--one .category {
	height: 276px;
	margin-bottom: 0;
}
.category {
	display: block;
	position: relative;
	height: 133px;
	border-radius: 12px;
	overflow: hidden;
}
.category:hover .category__img {
	transform: scale(1.1);
}
.category:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.45);
}
.category__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform 0.3s;
}
.category__name {
	position: absolute;
	left: 15px;
	bottom: 21px;
	z-index: 3;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.category__name {
		left: 11px;
		bottom: 12px;
		font-size: 14px;
		font-weight: 500;
	}
}
@media (max-width: 540px) {
	.category__name {
		left: 14px;
		bottom: 14px;
	}
}
@media (max-width: 1024px) {
	.categories--desc {
		display: none;
	}
	.categories--tablet {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.categories__line {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}
	.categories__line--2-1 {
		grid-template-columns: 2fr 1fr;
	}
	.categories__line--3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 540px) {
	.categories--tablet {
		display: none;
	}
	.categories--mob {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.categories__line {
		gap: 8px;
	}
	.categories__line--full {
		grid-template-columns: 1fr;
	}
}


/* Catalog */
.catalog {
	display: grid;
	column-gap: 56px;
	row-gap: 96px;
    grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 96px;
}
@media (max-width: 1024px) {
	.catalog {
		display: grid;
		column-gap: 90px;
		row-gap: 36px;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 32px;
	}
}
@media (max-width: 840px) {
	.catalog {
		column-gap: 40px;
	}
}
@media (max-width: 640px) {
	.catalog {
		column-gap: 0;
		row-gap: 25px;
		grid-template-columns: 1fr;
	}
}
.catalog__col {
	position: relative;
	padding-left: 135px
}
@media (max-width: 640px) {
	.catalog__col {
		padding-left: 0;
	}
}
.catalog__col-img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 115px;
	height: 115px;
}
@media (max-width: 640px) {
	.catalog__col-img-wrap {
		position: relative;
		margin-bottom: 8px;
	}
}
.catalog__col-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.catalog__col-links {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.catalog__col-link {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	text-decoration: none;
	transition: 0.3s color;
}
.catalog__col-link:hover {
	color: #0D97D7;
}
.catalog__col-link--base {
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
}
.catalog__col-link--all {
	color: #0087C6;
	text-decoration: underline;
}


/* Catalog */
.p-category {
	display: flex;
	gap: 10px;
}
@media (max-width: 1024px) {
	.p-category {
		display: block;
	}
}
.p-category__filter {
	max-width: 25%;
	min-width: 25%;
}
@media (max-width: 1024px) {
	.p-category__filter {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 24px;
	}
}
.filter {

}
@media (max-width: 1024px) {
	.filter {
		padding: 0;
		border: 0 none;
		border-radius: 0;
		background-color: transparent;
	}
	.filter__items {
		display: none;
		margin: 20px 0 14px;
	}
	.filter--open .filter__items {
		display: block;
	}
}
.filter__mob {
	display: none;
}
@media (max-width: 1024px) {
	.filter__mob {
		display: block;
	}
	.filter__mob-sort-title {
		margin-bottom: 16px;
		color: #000;
		font-size: 14px;
		font-weight: 600;
	}
	.filter__mob-sort-controls {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-bottom: 18px;
		gap: 8px;
	}
}
.filter__item {
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.filter__item {
		margin-bottom: 14px;
	}
}
.filter__item-title {
	position: relative;
	margin-bottom: 11px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
}
.filter__item-title svg {
	display: none;
}
.filter__item-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.filter__item-more {
	margin-bottom: 24px;
	display: inline-block;
	color: #0087C6;
	font-size: 12px;
	line-height: 100%;
	text-decoration: underline;
}
.filter__item--sort {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 1024px) {
	.filter__item--sort {
		display: none;
	}
}
.filter__item--sort .filter__item-title {
	margin: 0;
}
.filter__item--price .filter__item-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}
.filter__item-content-price {
	display: flex;
	align-items: center;
}
.filter__item-content-price-text {
	padding-right: 8px;
}
.filter__item-content-price-input {
	flex-grow: 1;
}
.filter__item--price .filter__item-content .b-input {
	width: 100%;
}
@media (max-width: 1024px) {
	.filter__item .filter__item-content {
		display: none;
	}
	.filter__item--open .filter__item-content {
		display: flex;
	}
	.filter__item--open.filter__item--price .filter__item-content {
		display: grid;
	}
	.filter__item-title svg {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 12px;
	}
	.filter__item--open .filter__item-title svg {
		display: flex;
		transform: rotate(-180deg);
	}
}
.filter__btn {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
@media (max-width: 1024px) {
	.filter__btn {
		display: none;
	}
	.filter--open .filter__btn {
		display: block;
	}
}


/* Products */
.products {
	margin-bottom: 50px;
	gap: 10px;
    display: flex;
    flex-direction: column;
}
.products__list {
	display: grid;
	gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1300px) {
	.products__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 1024px) {
	.products__list {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 540px) {
	.products__list {
		grid-template-columns: 1fr;
	}
}
.products--col .products__list {
	grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1300px) {
	.products--col .products__list {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 540px) {
	.products--col .products__list {
		grid-template-columns: 1fr;
	}
}
.products__show-more {
	margin: 40px 0;
	text-transform: uppercase;
}
@media (max-width: 740px) {
	.products__show-more {
		margin: 24px 0;
	}
}
.product {
	border: 1px solid #EDEDED;
	border-radius: 10px;
	overflow: hidden;
	background: #F7F7F7;
}
.product__top {
	position: relative;
	height: 212px;
	background: #fff;
}
.product__top .labels {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 20;
}
.product__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.product__bottom {
	position: relative;
	padding: 22px 15px;
}
.product__name-wrap {
	min-height: 35px;
	margin-bottom: 16px;
}
@media (min-width: 541px) {
	.product__name-wrap {
		height: 60px;
		overflow: hidden;
	}
	.product__bottom {
		position: relative;
		padding: 22px 15px;
		min-height: 300px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
.product__name {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	text-decoration: none;
}
.product__info {
	position: relative;
}
.product__link {
	color: #0087C6;
	font-size: 12px;
	line-height: 100%;
	text-decoration: underline;
}
.product__params {
	margin: 10px 0;
}
.product__param {
	margin-bottom: 10px;
	color: #8E8E93;
	font-size: 12px;
	line-height: 100%;
}
.product__controls {
	position: absolute;
	right: 12px;
	bottom: 0;
	padding-top: 5px;
}
.product__control {
	display: flex;
	position: relative;
	z-index: 2;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background-color: #fff;
}
.product__control--hide {
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s all;
}
.product__controls:hover .product__control--hide {
	visibility: visible;
	bottom: 39px;
	opacity: 1;
}
.product__control svg {
	width: 16px;
}
.product__control svg path {
	transition: 0.3s fill;
}
.product__control:hover svg path {
	fill: #0087C6;
}
.product__buy-block {
	position: relative;
	height: 44px;
}
.product__prices {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.product__price {
	margin-right: 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
}
.product__price--old {
	margin-right: 0;
	color: #a5a5a5;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	text-decoration: line-through;
}
.product__buy {
	position: absolute;
	right: 0;
	top: 0;
	width: 57px;
}
.product__buy img {
	width: 18px;
}


/* Category slider */
.cat-slider {
	margin-bottom: 45px;
}
@media (max-width: 1300px) {
	.cat-slider .swiper-slide {
		width: 192px;
	}
	.cat-slider__item {
		width: 192px;
	}
	.cat-slider .swiper-button-next {
		display: none;
	}
	.cat-slider .swiper {
		overflow: visible;
	}
}
@media (max-width: 740px) {
	.cat-slider .swiper-button-prev {
		display: none;
	}
}
.cat-slider__item-img-wrap {
	display: block;
	position: relative;
	height: 122px;
}
.cat-slider__item-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.cat-slider__item-name {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	height: 54px;
	padding: 0 50px 0 25px;
	color: #333;
	font-size: 12px;
	background-color: #F7F7F7;
	cursor: pointer;
	transition: 0.3s color;
}
.cat-slider__item-name svg path {
	transition: 0.3s fill;
}
.cat-slider__item-name svg {
	position: absolute;
	top: 25px;
	right: 29px;
	width: 15px;
	height: 8px;
}
.cat-slider__item-name--open {
	color: #0087C6;
}
.cat-slider__item-name--open svg {
	transform: rotate(-180deg);
}
.cat-slider__item-name--open svg path {
	fill: #0087C6;
}
.cat-slider__item-name .cat-slider__item-data {
	display: none;
}
.cat-slider__item-data {
	display: grid;
	row-gap: 12px;
	column-gap: 30px;
    grid-template-columns: 2fr 3fr;
	width: 445px;
	padding: 24px;
	border-radius: 4px;
	margin-top: 5px;
	background-color: #F7F7F7;
}
@media (max-width: 1300px) {
	.cat-slider__item-data {
		width: 196px;
		padding: 15px;
		grid-template-columns: 1fr;
	}
}
.cat-slider__item-link {
	color: #000;
	font-size: 13px;
	text-decoration: none;
	transition: 0.3s color;
}
.cat-slider__item-link:hover {
	color: #0087C6;
}

/* Stock */
.stock {
	display: inline-flex;
	position: relative;
	align-items: center;
	padding: 2px 6px;
	border-radius: 12px;
	color: #0087C6;
	font-size: 13px;
	font-weight: 500;
	line-height: 100%;
	background: #fff;
	min-width: 140px;
}
.stock__icn {
	margin-left: 6px;
}
.stock--gray {
	background-color: #F7F7F7;
}
.stock--red {
	color: #F54848;
}
.stock--green {
	color: #6BC790;
}
.stock--info {
	cursor: pointer;
}
.stock .stock__data {
	display: none;
}
.stock__data {
	position: absolute;
	top: 23px;
	left: 0;
	width: 245px;
	padding: 5px 0;
	border: 1px solid #EDEDED;
	border-radius: 10px;
	margin: 0;
	background-color: #fff;
	list-style: none;
}
.stock__data-item {
	position: relative;
	padding: 7px 40px 7px 22px;
	color: #8E8E93;
	font-size: 12px;
	line-height: 100%;
}
.stock__data .stock__data-item:nth-child(even) {
	background-color: #F7F7F7;
}
.stock__data-item-icn {
	position: absolute;
	right: 22px;
	top: 8px;
}

/* Accordeon */
.accordeon {
	margin-bottom: 8px;
}
@media (max-width: 740px) {
	.accordeon {
		margin-bottom: 6px;
	}
}
.accordeon__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 60px;
	padding: 5px 41px;
	border-radius: 4px;
	color: #333;
	background: #F7F7F7;
	cursor: pointer;
}
@media (max-width: 1300px) {
	.accordeon__header {
		min-height: 54px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 740px) {
	.accordeon__header {
		min-height: 42px;
		padding: 15px;
	}
}
.accordeon__header-title {
	max-width: 60%;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
}
@media (max-width: 1300px) {
	.accordeon__header-title {
		max-width: 80%;
		font-size: 16px;
		line-height: 100%;
	}
}
@media (max-width: 740px) {
	.accordeon__header-title {
		font-size: 14px;
	}
}
@media (max-width: 1300px) {
	.accordeon svg {
		width: 10px;
	}
}
@media (max-width: 740px) {
	.accordeon svg {
		width: 8px;
	}
}
.accordeon__info {
	display: none;
	padding: 24px 41px;
}
@media (max-width: 1300px) {
	.accordeon__info {
		display: none;
		padding: 24px 0;
	}
}
.accordeon--open .accordeon__header-title {
	color: #0087C6;
}
.accordeon--open .accordeon__info {
	display: block;
}
.accordeon--open svg {
	transform: rotate(180deg);
}
.accordeon--open svg path {
	fill: #0087C6;
}

/* Price table */
.price-table {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}
@media (max-width: 1300px) {
	.price-table {
		font-size: 14px;
		line-height: 125%;
	}
}
@media (max-width: 740px) {
	.price-table {
		font-size: 12px;
		line-height: 125%;
	}
}
.price-table td {
	padding: 8px 0px;
}
.price-table tr:first-child td {
	padding-top: 0;
}
.price-table tr:last-child td {
	padding-bottom: 0;
}
.price-table tr td:last-child {
	padding-left: 8px;
	font-weight: 600;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
}

/* Img block */
.imp-block {
	padding: 32px;
	background: #F7F7F7;
	border-radius: 14px;
}
@media (max-width: 1300px) {
	.imp-block {
		padding: 18px;
		font-size: 14px;
	}
}
@media (max-width: 740px) {
	.imp-block {
		margin-left: -20px;
		margin-right: -20px;
		padding: 15px 20px;
		border-radius: 0;
		font-size: 12px;
	}
}
@media (max-width: 1300px) {
	.imp-block p {
		margin-bottom: 10px;
	}
}
.imp-block a {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
.imp-block p:last-child {
	margin-bottom: 0;
}
.imp-block--blue {
	position: relative;
	padding: 32px 142px 32px 40px;
	border-radius: 4px;
}
@media (max-width: 740px) {
	.imp-block--blue {
		margin-left: 0;
		margin-right: 0;
		padding: 15px 20px;
		border-radius: 0;
		font-size: 14px;
	}
}
.imp-block--blue:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	border-radius: 4px;
	background: #0087C6;
}

/* Steps */
.steps {
	display: flex;
	gap: 65px;
	margin-bottom: 28px;
}
@media (max-width: 1300px) {
	.steps {
		display: grid;
		column-gap: 65px;
		row-gap: 30px;
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 540px) {
	.steps {
		column-gap: 0;
		row-gap: 10px;
		grid-template-columns: 1fr;
	}
}
.steps__item {
	display: flex;
	max-width: 25%;
}
@media (max-width: 1300px) {
	.steps__item {
		max-width: 100%;
	}
}
.steps__item-icn {
	max-width: 25px;
	min-width: 25px;
	height: 25px;
	padding-top: 4px;
	border-radius: 50%;
	margin-right: 16px;
	background: #0087C6;
	text-align: center;
}
.steps__item-text {
	font-size: 16px;
	line-height: 20px;
}
@media (max-width: 540px) {
	.steps__item-text {
		padding-top: 5px;
		font-size: 14px;
		line-height: 16px;
	}
}
.steps__item-text a {
	color: #333;
	text-decoration: none;
}

/* Labels */
.labels {
	display: block;
}
.label__item {
	position: relative;
	width: 91px;
	height: 34px;
	padding-left: 20px;
	margin-bottom: 10px;
	background-image: url(assets/img/labels/blue.svg);
	background-size: cover;
}
.label__item-in {
	padding: 11px 15px;
	border-radius: 0 4px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
}
.label__item--red {
	background-image: url(assets/img/labels/red.svg);
}
.label__item--purpure {
	background-image: url(assets/img/labels/purpure.svg);
}

/* Sale banner */
.sale-banner-wrap {}
.sale-banner {
	position: relative;
	height: 280px;
	border-radius: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
@media (max-width: 1300px) {
	.sale-banner {
		height: 260px;
	}
}
@media (max-width: 740px) {
	.sale-banner {
		height: 300px;
	}
}
.sale-banner__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.3s transform;
}
.sale-banner:hover .sale-banner__img {
	transform: scale(1.1);
}
.sale-banner:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.29);
}
.sale-banner__in {
	position: relative;
	z-index: 1;
	padding: 60px 47px;
}
@media (max-width: 1300px) {
	.sale-banner__in {
		height: 260px;
		padding: 20px;
	}
}
@media (max-width: 740px) {
	.sale-banner__in {
		height: 300px;
		text-align: center;
	}
}
.sale-banner__name {
	margin-bottom: 20px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	list-style: 100%;
}
@media (max-width: 740px) {
	.sale-banner__name {
		display: block;
		margin-bottom: 12px;
		font-size: 24px;
		line-height: 125%;
	}
}
.sale-banner__content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width: 1300px) {
	.sale-banner__content {
		display: block;
	}
}
.sale-banner__text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
}
@media (max-width: 1300px) {
	.sale-banner__text {
		display: block;
		margin-bottom: 20px;
	}
}
@media (max-width: 740px) {
	.sale-banner__text {
		margin-bottom: 12px;
		line-height: 125%;
	}
}
.sale-banner__bonus {
	padding: 10px 9px;
	border-radius: 17px;
	margin-left: 15px;
	text-transform: uppercase;
	color: #0087C6;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	background-color: #fff;
}
@media (max-width: 1300px) {
	.sale-banner__bonus {
		display: inline-block;
		margin-left: 0;
	}
}
@media (max-width: 540px) {
	.sale-banner__bonus {
		display: block;
	}
}
.sale-banner__btn {
	margin-top: 40px;
}
@media (max-width: 1300px) {
	.sale-banner__btn {
		position: absolute;
		left: 20px;
		bottom: 20px;
		margin-top: 0;
	}
	.sale-banner__btn .btn {
		display: inline-block;
	}
}
@media (max-width: 740px) {
	.sale-banner__btn {
		right: 20px;
	}
	.sale-banner__btn .btn {
		display: block;
		width: 100%;
		text-align: center;
	}
}


/* News */
.news__list {
	display: grid;
	gap: 10px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 740px) {
	.news__list {
		grid-template-columns: 1fr;
	}	
}
.new {
	position: relative;
	height: 264px;
	border-radius: 14px;
	color: #fff;
	overflow: hidden;
}
@media (max-width: 740px) {
	.new {
		height: 252px;
	}
}
.new__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.3s transform;
}
.new:hover .new__img {
	transform: scale(1.1);
}
.new:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.35);
}
.new__in {
	position: relative;
	z-index: 2;
	height: 264px;
	padding: 16px 28px;
}
@media (max-width: 1300px) {
	.new__in {
		padding: 20px;
	}
}
@media (max-width: 740px) {
	.new__in {
		height: 252px;
		padding-left: 32px;
	}
}
.new__date {
	font-size: 12px;
	line-height: 125%;
}
.new__title {
	margin: 34px 0 14px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 125%;
}
@media (max-width: 1300px) {
	.new__title {
		margin: 10px 0;
	}
}
@media (max-width: 740px) {
	.new__title {
		margin: 20px 0 14px;
		font-size: 14px;
	}
}
.new__text {
	font-size: 12px;
	font-weight: 400;
	line-height: 125%;
}
.new__more {
	position: absolute;
	left: 28px;
	bottom: 28px;
}
@media (max-width: 1300px) {
	.new__more {
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
}

/* New page */
.p-new {
	display: block;
}
.p-new__img-block {
	display: flex;
	align-items: center;
	position: relative;
	height: 280px;
	padding: 45px;
	border-radius: 14px;
	color: #fff;
	overflow: hidden;
}
@media (max-width: 1300px) {
	.p-new__img-block {
		height: 210px;
		padding: 30px;
	}
}
@media (max-width: 740px) {
	.p-new__img-block {
		height: 150px;
		padding: 20px;
	}
}
.p-new__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.3s transform;
}
.p-new__img-block:hover .p-new__img {
	transform: scale(1.1);
}
.p-new__img-block:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.35);
}
.p-new__title {
	max-width: 700px;
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 42px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 125%;
}
@media (max-width: 1300px) {
	.p-new__title {
		font-size: 24px;
	}
}
@media (max-width: 740px) {
	.p-new__title {
		font-size: 14px;
	}
}
.p-new__text {
	max-width: 900px;
	margin: 50px 0 42px;
}
@media (max-width: 1300px) {
	.p-new__text {
		max-width: 900px;
		margin: 30px 0 22px;
	}
}
@media (max-width: 740px) {
	.p-new__text {
		max-width: 900px;
		margin: 20px 0 15px;
	}
}
.p-new__back {
	color: #0087C6;
	font-weight: 500;
	font-size: 14px;
	transition: 0.3s color;
}
.p-new__back:hover {
	color: #0D97D7;
}


/* Cart */
@media (max-width: 1024px) {
	.cart {
		margin-left: -70px;
		margin-right: -70px;
	}
}
@media (max-width: 740px) {
	.cart {
		margin-left: -20px;
		margin-right: -20px;
	}
}
.cart__table {
	width: 100%;
	border-collapse: collapse;
}
@media (max-width: 740px) {
	.cart__table {
		display: block;
	}
}
.cart__thead tr {
	border-radius: 4px;
}
.cart__thead tr th {
	padding: 17px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: #F7F7F7;
}
@media (max-width: 1024px) {
	.cart__thead tr th:first-child {
		padding-left: 70px;
	}
	.cart__thead tr th:last-child {
		padding-right: 70px;
	}
}
@media (max-width: 740px) {
	.cart__thead {
		display: none;
	}
}
.cart__thead tr:first-child th:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.cart__thead tr:first-child th:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.cart__thead tr:last-child th {
	padding: 6px;
	background-color: #fff;
}
.cart__items td {
	padding: 9px;
	text-align: center;
	background: #F7F7F7;
	vertical-align: middle;
}
.cart__item-mob-name {
	display: none;
}
@media (max-width: 1024px) {
	.cart__items tr td:first-child {
		padding-left: 70px;
	}
	.cart__items tr td:last-child {
		padding-right: 70px;
	}
}
@media (max-width: 740px) {
	.cart__items {
		display: block;
	}
	.cart__items tr {
		display: block;
	}
	.cart__items tr td {
		display: block;
		border-radius: 0 !important;
	}
	.cart__items tr td:first-child {
		padding-left: 20px;
	}
	.cart__items tr td:last-child {
		padding-right: 20px;
	}
	.cart__item-mob-name {
		display: inline;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		text-align: left;
	}
}
.cart__items tr:first-child td:first-child {
	border-top-left-radius: 4px;
}
.cart__items tr:first-child td:last-child {
	border-bottom-left-radius: 4px;
}
.cart__items tr:last-child td:first-child {
	border-top-right-radius: 4px;
}
.cart__items tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}
@media (max-width: 740px) {
	.cart__items tr {
		position: relative;
		border-radius: 0 !important;
	}
	.cart__items tr:after {
		content: '';
		position: absolute;
		top: 0;
		left: 20px;
		right: 20px;
		border: 1px solid #E2E2E2;
	}
}
.cart__item-name-wrap {
	display: flex;
	align-items: center;
	width: 500px;
	text-align: left;
}
@media (max-width: 1024px) {
	.cart__item-name-wrap {
		max-width: 200px;
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
@media (max-width: 740px) {
	.cart__item-name-wrap {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		max-width: 100%;
		width: 100%;
	}
}
.cart__item-img-wrap {
	display: block;
	position: relative;
	width: 120px;
	height: 120px;
	background-color: #fff;
}
.cart__item-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.cart__item-name {
	margin-left: 24px;
	color: #0087C6;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	transition: 0.3s color;
}
@media (max-width: 1024px) {
	.cart__item-name {
		margin-left: 0;
		color: #000;
	}
}
@media (max-width: 740px) {
	.cart__item-td-name {
		padding-top: 0;
		background-color: #fff !important;
	}
	.cart__item-name {
		margin: 15px;
	}
}
.cart__item-name:hover {
	color: #0D97D7;
}
.cart__item-td-discount,
.cart__item-td-price,
.cart__item-td-sum {
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
}
.cart__item-td-count {
	width: 128px;
	text-align: center;
}
@media (max-width: 740px) {
	.cart__item-td-discount,
	.cart__item-td-price,
	.cart__item-td-sum {
		font-size: 16px;
	}
	.cart__item-td-discount,
	.cart__item-td-price,
	.cart__item-td-sum,
	.cart__item-td-count {
		display: grid !important;
		width: 100%;
		grid-template-columns: 1fr 1fr;
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-bottom: 6px;
		text-align: left !important;
	}
}
.cart__items .cart__item-td-delete {
	vertical-align: top;
}
@media (max-width: 740px) {
	.cart__item-td-delete {
		padding: 0;
		width: 0;
		height: 0;
	}
	.cart__item-delete {
		position: absolute;
		top: 8px;
		right: 20px;
	}
}
.cart__result {
	text-align: right;
}
.cart__result tr:first-child th {
	padding: 6px;
	border-bottom: 1px solid #EDEDED;
}
@media (max-width: 740px) {
	.cart__result tr:first-child th {
		display: none;
	}
}
@media (max-width: 1024px) {
	.cart__result tr th {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (max-width: 740px) {
	.cart__result {
		display: block;
	}
	.cart__result tr {
		display: block;
	}
	.cart__result tr th {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.cart__result-data {
	display: inline-block;
	padding-top: 30px;
	text-align: left;
}
@media (max-width: 740px) {
	.cart__result-data {
		display: block;
		padding-top: 18px;
	}
	.cart__result-data .btn {
		width: 100%;
	}
}
.cart__result-text {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
}
@media (max-width: 740px) {
	.cart__result-text {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		font-size: 16px;
	}
}
.cart__result-title {
	margin-right: 16px;
	color: #0087C6;
}


/* Counter */
.counter {
	display: inline-block;
	position: relative;
	width: 128px;
	height: 32px;
	padding: 0 31px;
	border: 1px solid #0087C6;
	border-radius: 4px;
	background-color: #0087C6;
}
.counter__plus,
.counter__minus {
	position: absolute;
	top: -1px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0087C6;
	border-radius: 4px;
	cursor: pointer;
}
.counter__plus {
	right: 0;
	background-image: url(assets/img/plus.svg);
}
.counter__minus {
	left: 0;
	background-image: url(assets/img/minus.svg);
}
.counter__value {
	display: block;
	width: 100%;
	height: 30px;
	padding: 4px;
	border: 0 none;
	outline: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}
.counter__value::-webkit-outer-spin-button,
.counter__value::-webkit-inner-spin-button {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 0;
}


/* Compare */
.compare__list .compare__item:last-child {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.compare__list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		overflow-x: auto;
		gap: 20px;
	}
}
@media (max-width: 740px) {
	.compare__list {
		flex-direction: column;
	}
}
.compare__item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	gap: 10px;
}
@media (max-width: 1024px) {
	.compare__item {
		display: block;
		max-width: 49%;
		min-width: 49%;
	}
}
@media (max-width: 740px) {
	.compare__item {
		max-width: 100%;
		min-width: 100%;
	}
}
.compare__item .product {
	max-width: 25%;
	min-width: 25%;
}
@media (max-width: 1024px) {
	.compare__item .product {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 24px;
	}
}
.compare__params-title {
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.compare__params-title {
		margin-bottom: 24px;
	}
}
.compare__params-cols {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 10px;
}
.compare__params-col-view-tablet {
	display: none;
}
@media (max-width: 1024px) {
	.compare__params-cols {
		display: block;
	}
	.compare__params-col-view-tablet {
		display: table-row;
	}
	.compare__params-cols .compare__params-col:nth-child(2) {
		display: none;
	}
}

/* Simple table */
.s-tables__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.s-tables__col-view-tablet {
	display: none;
}
@media (max-width: 1300px) {
	.s-tables__cols {
		display: block;
	}
	.s-tables__col-view-tablet {
		display: table-row;
	}
	.s-tables__cols .s-tables__col:nth-child(2) {
		display: none;
	}
}
.s-table {
	width: 100%;
	border-collapse: collapse;
}
.s-table tr:nth-child(odd) {
	background-color: #F7F7F7;
}
.s-table tr td {
	padding: 12px;
	font-size: 12px;
}
.s-table tr td:first-child {
	padding-left: 21px;
	font-weight: 700;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	/*white-space: nowrap;*/
}
.s-table tr td:last-child {
	padding-right: 21px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}



/* Product */
.p-good {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
}
@media (max-width: 1024px) {
	.p-good {
		display: block;
		margin-bottom: 34px;
	}
}
@media (max-width: 740px) {
	.p-good {
		margin-bottom: 10px;
	}
}
.p-good__mob {
	display: none;
}
@media (max-width: 1024px) {
	.p-good__mob {
		display: block;
	}
	.p-good__mob .p-good__top .p-good__links {
		display: none;
	}
}
@media (max-width: 540px) {
	.p-good__mob {
		display: flex;
		flex-direction: column-reverse;
	}
	.p-good__mob .p-good__top {
		position: relative;
	}
	.p-good__mob .p-good__top .p-good__links {
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
	}
	.p-good__mob .p-good__top {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.p-good__mob .p-good__article {
		margin-bottom: 10px;
	}
}
.p-good__left {
	position: relative;
	padding-right: 10px;
	max-width: 50%;
	min-width: 50%;
	overflow: hidden;
}
@media (max-width: 1024px) {
	.p-good__left {
		max-width: 100%;
		min-width: 100%;
		padding-right: 0;
	}
}
@media (max-width: 540px) {
	.p-good__left {
		overflow: visible;
	}
}
.p-good__gallery {
	width: 100%;
	padding-left: 101px;
}
@media (max-width: 540px) {
	.p-good__gallery {
		padding-left: 0;
		/*padding-bottom: 100px;*/
	}
}
.p-good__gallery-previews-wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0 1px;
	max-height: 430px;
    overflow: scroll;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 540px) {
	.p-good__gallery-previews-wrap {
		top: auto;
		right: 0;
		padding: 0;
	}
}
.p-good__gallery-previews {
	position: relative;
	height: 294px;
}
@media (max-width: 540px) {
	.p-good__gallery-previews {
		height: 91px;
	}
}
.p-good__gallery-previews .swiper-wrapper {
	height: 294px;
}
@media (max-width: 540px) {
	.p-good__gallery-previews .swiper-wrapper {
		height: 91px;
	}
}
.p-good__gallery-previews::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -68px;
	width: 100%;
	height: 68px;
	z-index: 1;
	background: #fff;
	overflow: hidden;
}
@media (max-width: 540px) {
	.p-good__gallery-previews::after {
		display: none;
	}
}
.p-good__gallery-previews .swiper-button-prev,
.p-good__gallery-previews .swiper-button-next {
	box-shadow: none;
	background-color: transparent;
}
.p-good__gallery-previews .swiper-button-prev {
	position: absolute;
	left: 0;
	right: 0;
	top: -53px;
	bottom: auto;
	margin: auto;
	transform: rotate(90deg);
}
.p-good__gallery-previews .swiper-button-next {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -53px;
	margin: auto;
	transform: rotate(90deg);
}
@media (max-width: 540px) {
	.p-good__gallery-previews .swiper-button-next,
	.p-good__gallery-previews .swiper-button-prev {
		border-radius: 16px;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	}
	.p-good__gallery-previews .swiper-button-prev {
		position: absolute;
		left: -16px;
		right: auto;
		top: 0;
		bottom: 0;
		z-index: 3;
		margin: auto;
		transform: rotate(0);
		background-color: #fff;
	}
	.p-good__gallery-previews .swiper-button-next {
		position: absolute;
		left: auto;
		right: -16px;
		top: 0;
		bottom: 0;
		z-index: 3;
		margin: auto;
		transform: rotate(0);
		background-color: #fff;
	}
}
.p-good__gallery-previews .swiper-button-prev svg path,
.p-good__gallery-previews .swiper-button-next svg path {
	fill: #0D97D7;
}
.p-good__gallery-previews .swiper-slide {
	height: 91px !important;
}
.p-good__gallery-preview-photo-wrap {
	position: relative;
	width: 91px;
	height: 91px;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
	transition: 0.3s border-color;
}
@media (max-width: 540px) {
	.p-good__gallery-preview-photo-wrap {
		width: auto;
	}
}
.p-good__gallery-preview-photo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.p-good__gallery-base {
	position: relative;
	width: 100%;
	height: 430px;
	border: 1px solid #EDEDED;
	border-radius: 10px;
}
@media (max-width: 540px) {
	.p-good__gallery-base {
		height: 250px;
		margin-bottom: 14px;
	}
}
.p-good__gallery-base .labels {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 10;
}
.p-good__gallery-base-photo-wrap {
	display: block;
	position: relative;
	height: 428px;
}
@media (max-width: 540px) {
	.p-good__gallery-base-photo-wrap {
		height: 248px;
	}
}
.p-good__gallery-base-photo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.p-good__pluses {
	margin-top: 24px;
}
@media (max-width: 1024px) {
	.p-good__pluses {
		display: none;
	}
}
.p-good__content {
	max-width: 50%;
	min-width: 50%;
}
@media (max-width: 1024px) {
	.p-good__content {
		max-width: 100%;
		min-width: 100%;
		margin-top: 25px;
	}
}
@media (max-width: 540px) {
	.p-good__content {
		margin-top: 11px;
	}
}
.p-good__content h1 {
	margin: 12px 0 20px;
}
@media (max-width: 1024px) {
	.p-good__content h1 {
		display: none;
	}
}
.p-good__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
@media (max-width: 1024px) {
	.p-good__content .p-good__top {
		display: none;
	}
}
.p-good__article {
	color: #8e8e95;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}
.p-good__info {
	padding: 28px 25px;
	border-radius: 4px;
	background-color: #F9F9F9;
}
@media (max-width: 740px) {
	.p-good__info {
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
}
.p-good__info-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 23px;
}
@media (max-width: 740px) {
	.p-good__info-top {
		margin-bottom: 10px;
	}
}
.p-good__links {
	display: flex;
	align-items: center;
}
@media (max-width: 1024px) {
	.p-good__links {
		display: none;
	}
}
.p-good__link {
	margin-left: 20px;
}
.p-good__link svg path {
	transition: 0.3s fill;
}
.p-good__link:hover {
	background-color: #F7F7F7;
}
.p-good__link:hover svg path {
	fill: #333 !important;
}
.p-good__info .important:last-child {
	margin-top: 10px;
}
.p-good__price-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 32px;
}
@media (max-width: 540px) {
	.p-good__price-line {
		/*flex-direction: column;*/
		align-items: flex-start;
	}
}
.p-good__prices {
	display: flex;
	align-items: center;
}
@media (max-width: 540px) {
	.p-good__prices {
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
}
.p-good__price {
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
}
.p-good__price--old {
	margin-left: 10px;
	color: #a5a5a5;
	font-size: 24px;
	font-weight: 500;
	text-decoration: line-through;
	line-height: 100%;
}
.p-good__btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/*gap: 15px;
	margin-top: 45px;*/
	text-align: center;
	align-items: center;
}
.p-good__btns .btn {
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 740px) {
	.p-good__btns {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 15px;
	}
}
.p-good__variants {
	display: flex;
	flex-direction: column;
	/*gap: 20px;*/
	margin-top: 20px;
}
.p-good__variants-group-title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

/* Complects */
.complects {
	display: grid;
	gap: 10px;
}
@media (max-width: 1024px) {
	.complects {
		margin-left: -70px;
		margin-right: -70px;
	}
}
@media (max-width: 740px) {
	.complects {
		gap: 4px;
		margin-left: 0;
		margin-right: 0;
	}
}
.complects__all {
	border: 1px solid #EDEDED;
	border-radius: 4px;
	background-color: #F7F7F7;
}
.complects__all-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 20px;
	cursor: pointer;
}
@media (max-width: 1024px) {
	.complects__all-header {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (max-width: 740px) {
	.complects__all-header {
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.complects__all-title b {
	text-decoration: underline;
}
.complects__all-buy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
@media (max-width: 740px) {
	.complects__all-buy {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		max-width: 100%;
		min-width: 100%;
		margin-top: 20px;
		text-align: left;
	}
	.complects__all-buy .btn {
		max-width: 100%;
		min-width: 100%;
		text-align: center;
	}
}
.complects__all-content {
	padding: 0 20px 20px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
@media (max-width: 1024px) {
	.complects__all-content {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (max-width: 740px) {
	.complects__all-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.complects__all-item {
	max-width: 140px;
	min-width: 140px;
}
.complects__all-item-img-wrap {
	position: relative;
	height: 110px;
	background-color: #fff;
	margin-bottom: 5px;
}
.complects__all-item-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.complects__all-item-text {
	font-size: 12px;
}
.complects__title {
	padding: 25px 20px;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	color: #0087C6;
	font-size: 14px;
	font-weight: 700;
	background-color: #F7F7F7;
}
@media (max-width: 1024px) {
	.complects__title {
		padding: 10px 70px;
		border: 0 none;
		border-radius: 0;
		background: transparent;
	}
}
@media (max-width: 740px) {
	.complects__title {
		padding: 10px 20px;
	}
}
.complect {
	border: 1px solid #EDEDED;
	border-radius: 4px;
	background-color: #F7F7F7;
}
@media (max-width: 1024px) {
	.complect {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (max-width: 740px) {
	.complect {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.complect__header {
	display: flex;
	align-items: center;
	padding: 18px 20px;
	cursor: pointer;
}
@media (max-width: 1024px) {
	.complect__header {
		padding-left: 0;
		padding-right: 0;
	}
}
.complect__header-title {
	margin-right: 15px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
.complect__header svg {
	width: 15px;
}
.complect__info {
	display: none;
}
.complect--open .complect__info {
	display: block;
	padding: 0 20px 18px;
}
.complect--open .complect__header svg {
    transform: rotate(180deg);
}
.complect__variants {
	display: grid;
	gap: 10px;
}
.complect__variant {
	display: flex;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
}
@media (max-width: 740px) {
	.complect__variant {
		display: block;
	}
}
.complect__variant input {
	display: none;
}
.complect__variant:after {
	content: '';
	position: absolute;
	top: 45px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #0087C6;
	border-radius: 10px;
}
.complect__variant-check {
	display: none;
}
.complect__variant input:checked ~ .complect__variant-check {
	display: block;
	position: absolute;
	left: 6px;
    top: 52px;
    height: 6px;
}
.complect__variant-img-wrap {
	position: relative;
	width: 140px;
	height: 110px;
	background-color: #fff;
	margin-right: 20px;
}
@media (max-width: 740px) {
	.complect__variant-img-wrap {
		margin-right: 0;
		margin-bottom: 14px;
	}
}
.complect__variant-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.complect__variant-title {
	margin-bottom: 10px;
	color: #0087C6;
	font-size: 12px;
	font-weight: 700;
}
.complect__variant-params .complect__variant-param:last-child {
	margin-bottom: 0;
}
.complect__variant-param {
	margin-bottom: 10px;
	font-size: 12px;
}
.complect__variant-param b {
	margin-right: 5px;
}
.complect__variant-price {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
@media (max-width: 740px) {
	.complect__variant-price {
		position: static;
		margin-top: 10px;
		font-size: 12px;
		text-align: left;
	}
}


/* Tags */
.tags {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.tag {
	cursor: pointer;
}
.tag input {
	display: none;
}
.tag__in {
	display: block;
	min-width: 36px;
	height: 24px;
	padding: 4px;
	border: 1px solid #FFf;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	background: #FFF;
	text-align: center;
}
.tag:hover .tag__in {
	border-color: #0D97D7;
}
.tag input:checked ~ .tag__in {
	border-color: #0087C6;
}

/* Important */
.important {
	display: flex;
	align-items: center;
	color: #FE3153;
	font-size: 12px;
	font-weight: 500;
	line-height: 125%;
}
.important__icon {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin-right: 6px;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	background-color: #FE3153;
	text-align: center;
}
.important__icon--red {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin-right: 6px;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	background-color: #FE3153;
	text-align: center;
}
.important--wrapped {
	padding: 8px;
	border-radius: 4px;
	background-color: #fff;
}
.important--blue {
	color: #0087C6;
}
.important--blue .important__icon {
	background-color: #0087C6;
}


/* Pluses */
.pluses {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.pluses__item-icn-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 53px;
	height: 53px;
	margin-bottom: 13px;
	border-radius: 27px;
	background-color: #F9F9F9;
}
.pluses__item-text {
	font-size: 12px;
	line-height: 16px;
}

/* Path */
.path {
	margin: 30px 0 45px;
}
@media (max-width: 1300px) {
	.path {
		margin: 25px 0 35px;
	}
}
@media (max-width: 740px) {
	.path {
		display: none;
	}
}
.path__data {
	display: block;
	padding-bottom: 12px;
	border-bottom: 1px solid #EDEDED;
	color: #8E8E93;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
}
.path__link {
	color: #8E8E93;
	text-decoration: none;
}
.path__sep {
	margin: 0 3px;
}
.path__current {
	color: #000;
}


/* Footer */
.footer {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #F7F7F7;
}
@media (max-width: 1024px) {
	.footer {
		padding-top: 35px;
		padding-bottom: 35px;
		overflow: hidden;
	}
}
@media (max-width: 740px) {
	.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.footer__cols {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-bottom: 34px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
@media (max-width: 1024px) {
	.footer__cols {
		flex-wrap: wrap;
		position: relative;
		padding-bottom: 30px;
		border: 0 none;
		margin-bottom: 30px;
	}
	.footer__cols:after {
		content: '';
		position: absolute;
		left: -100px;
		right: -100px;
		bottom: 0;
		height: 1px;
		background: #CCC;
	}
}
@media (max-width: 740px) {
	.footer__cols {
		row-gap: 15px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.footer__cols:after {
		left: 0;
		right: 0;
	}
}
.footer__col {
	max-width: 190px;
}
@media (max-width: 740px) {
	.footer__cols .footer__col:nth-child(odd) {
		padding-right: 10px;
	}
	.footer__cols .footer__col:nth-child(even) {
		padding-left: 10px;
	}
	.footer__cols .footer__col:nth-child(4) {
		margin-top: -55px;
	}
	.footer__col {
		max-width: 50%;
		min-width: 50%;
	}
}
.footer__col--contact {
	position: relative;
	padding: 0;
}
@media (max-width: 1024px) {
	.footer__col--contact {
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		align-items: stretch;
		gap: 80px;
		max-width: 100%;
		min-width: 100%;
		margin-top: 28px;
	}
	.footer__col-contact-item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.footer__col--contact .footer__col-contact-item:nth-child(2) {
		justify-content: center;
		align-items: center;
	}
	.footer__col--contact .footer__col-contact-item:last-child {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.footer__col-contact-item .btn {
		max-width: 165px;
		white-space: nowrap;
	}
}
@media (max-width: 740px) {
	.footer__col--contact {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 15px;
		max-width: 100%;
		min-width: 100%;
		padding: 0 !important;
		margin-top: 28px;
		text-align: center;
	}
	.footer__col-contact-item {
		max-width: 100%;
		min-width: 100%;
	}
	.footer__col-contact-item .btn {
		width: 100%;
		max-width: 100%;
		white-space: nowrap;
	}
}
.footer__col-title {
	margin-bottom: 25px;
	color: #0087C6;
	font-size: 16px;
	font-weight: 600;
}
@media (max-width: 1024px) {
	.footer__col-title {
		margin-bottom: 13px;
	}
}
.footer__col-nav {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer__col-nav-item {
	margin-bottom: 14px;
}
@media (max-width: 1024px) {
	.footer__col-nav-item {
		margin-bottom: 10px;
	}
}
.footer__col-nav .footer__col-nav-item:last-child {
	margin-bottom: 0;
}
.footer__col-nav-link {
	color: #80ABC0;
	font-size: 14px;
	line-height: 18px;
	transition: 0.3s color;
	text-decoration: none;
}
@media (max-width: 1024px) {
	.footer__col-nav-link {
		font-size: 12px;
		line-height: 14px;
	}
}
.footer__col-nav-link:hover {
	color: #0087C6;
}
.footer__phone {
	margin-bottom: 25px;
}
.footer__phone-link {
	color: #0087C6;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
@media (max-width: 1024px) {
	.footer__phone {
		margin-bottom: 7px;
	}
}
.footer__work {
	margin-bottom: 30px;
	color: #7B7B7C;
}
@media (max-width: 1024px) {
	.footer__work {
		margin-bottom: 0;
	}
}
.footer__work-text {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 14px;
}
.footer__work-data {
	font-size: 15px;
}
@media (max-width: 1024px) {
	.footer__work-data {
		white-space: nowrap;
	}
}
.footer__email {
	margin-top: 30px;
}
@media (max-width: 1024px) {
	.footer__email {
		margin-top: 15px;
		text-align: center;
	}
}
@media (max-width: 740px) {
	.footer__email {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
.footer__email-link {
	color: #0087C6;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.footer__bottom {
	position: relative;
	color: #7B7B7C;
	font-size: 12px;
	line-height: 15px;
}
@media (max-width: 740px) {
	.footer__bottom {
		padding-bottom: 50px;
		text-align: center;
	}
}
.footer__soc {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 1024px) {
	.footer__soc {
		position: static;
	}
}
.footer__soc-link {
	margin-right: 29px;
	text-decoration: none;
}
.footer__soc-link .svg-path {
	transition: 0.3s fill;
}
.footer__soc-link:hover .svg-path {
	fill: #0D97D7;
}
.footer__soc .footer__soc-link:last-child {
	margin-right: 0;
}
.footer__text {
	padding-right: 335px;
	margin-bottom: 27px;
}
@media (max-width: 1024px) {
	.footer__text {
		max-width: 525px;
		padding-right: 0;
		margin-bottom: 15px;
	}
}
.footer__developer {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	color: #7B7B7C;
	text-decoration: none;
	transition: 0.3s color;
}
@media (max-width: 1024px) {
	.footer__developer {
		top: auto;
		bottom: 0;
	}
}
@media (max-width: 740px) {
	.footer__developer {
		left: 0;
		right: 0;
		justify-content: center;
		text-align: center;
	}
}
.footer__developer svg {
	margin-right: 8px;
	transition: 0.3s fill;
}
.footer__developer:hover {
	color: #0087C6;
}
.footer__developer:hover svg path {
	fill: #0087C6;
}
.footer__copyright {
	display: inline-block;
	margin-right: 80px;
}
@media (max-width: 1024px) {
	.footer__copyright {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
}
.footer__links {
	display: inline-flex;
}
@media (max-width: 1024px) {
	.footer__links {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
}
.footer__link {
	margin-right: 80px;
	color: #80ABC0;
	text-decoration: none;
	transition: 0.3s color;
}
@media (max-width: 1024px) {
	.footer__link {
		margin-right: 0;
	}
}
.footer__link:hover {
	color: #0087C6;
}
.footer__links .footer__link:last-child {
	margin-right: 0;
}


/* Service page */
.service__accordeones {
	margin-bottom: 90px;
}
@media (max-width: 1300px) {
	.service__accordeones {
		margin-bottom: 32px;
	}
}

/* About page */
.p-about {
	display: block;
}
.p-about__top {
	display: flex;
	margin-bottom: 90px;
}
.p-about__top-img {
	max-width: 28%;
	min-width: 28%;
}
.p-about__top-info {
	padding-left: 27px;
}
.p-about__top-title {
	width: 95%;
	margin-bottom: 27px;
	font-size: 32px;
	line-height: 34px;
}
.p-about__top-title span {
	color: #0087C6;
	font-weight: 600;
}
@media (max-width: 1300px) {
	.p-about__top {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 32px;
	}
	.p-about__top-title {
		position: absolute;
		top: 38px;
		left: 28%;
		right: 0;
		width: auto;
		padding-left: 27px;
		font-size: 24px;
		line-height: 109%;
	}
	.p-about__top-info {
		padding: 15px 0 0 0;
	}
}
@media (max-width: 740px) {
	.p-about__top {
		position: relative;
		display: block;
		margin-bottom: 34px;
	}
	.p-about__top-title {
		position: static;
		padding: 0;
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 109%;
	}
	.p-about__top-info {
		padding: 20px 0 0 0;
	}
	.p-about__top-img {
		display: block;
		width: auto;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}
}
.p-about__assort {
	position: relative;
	padding: 48px 0;
	margin-bottom: 90px;
}
@media (max-width: 1300px) {
	.p-about__assort {
		padding: 32px 0;
		margin-bottom: 32px;
	}
	.p-about__assort .h1 {
		margin-bottom: 24px;
	}
}
@media (max-width: 740px) {
	.p-about__assort {
		padding: 20px 0;
	}
	.p-about__assort .h1 {
		margin-bottom: 16px;
	}
}
.p-about__assort:after {
	content: "";
	position: absolute;
	left: -500px;
	right: -500px;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #F7F7F7;
}
.p-about__assort-text {
	width: 80%;
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 20px;
}
@media (max-width: 1300px) {
	.p-about__assort-text {
		width: 100%;
		margin-bottom: 24px;
	}
}
@media (max-width: 740px) {
	.p-about__assort-text {
		margin-bottom: 16px;
		font-size: 16px;
	}
}
.p-about__how {
	margin-bottom: 90px;
}
@media (max-width: 1300px) {
	.p-about__how {
		margin-bottom: 32px;
	}
}
.p-about__how .h1 {
	margin-bottom: 16px;
}
.p-about__how .imp-block {
	margin-bottom: 28px;
}
.p-about__how-text {
	width: 85%;
	font-size: 16px;
	line-height: 125%;
}
@media (max-width: 1300px) {
	.p-about__how-text {
		width: 100%;
		font-size: 14px;
	}
}
@media (max-width: 740px) {
	.p-about__how-text {
		width: 100%;
		font-size: 12px;
	}
}

.delivery .text-block {
	max-width: 80%;
	margin-bottom: 90px;
}
@media (max-width: 1300px) {
	.delivery .text-block {
		max-width: 100%;
		margin-bottom: 32px;
	}
}
.delivery .imp-block {
	margin-bottom: 30px;
}
.delivery .b-table-wrap {
	margin-bottom: 90px;
	overflow-x: auto;
}
@media (max-width: 1300px) {
	.delivery .b-table-wrap {
		margin-bottom: 32px;
	}
}

.b-table {
	width: 100%;
	border-spacing: 0px 9px;
	border-collapse: separate;
}
.b-table th {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 23px;
	background: #F7F7F7;
	color: #0087C6;
	text-align: left;
}
.b-table td {
	min-height: 140px;
	padding: 21px 28px;
	font-size: 14px;
	line-height: 17px;
	background: #F7F7F7;
}
.b-table tr td:first-child {
	width: 25%;
}
.b-table tr td:nth-child(2) {
	width: 20%;
}
.b-table tr td:last-child {
	width: 35%;
}
@media (max-width: 1300px) {
	.b-table--hide-mob {
		display: none;
	}

	.b-table th {
		padding: 4px;
		font-size: 11px;
		line-height: 11px;
	}
	.b-table td {
		min-height: 140px;
		padding: 4px;
		font-size: 11px;
		line-height: 11px;
	}
	.b-table td:nth-child(4n)  {
		font-size: 9px;
		line-height: 9px;
	}
}
.b-table-mob {
	display: none;
}
@media (max-width: 1300px) {
	.b-table-mob {
		display: block;
	}
	.b-table-mob__group {
		display: flex;
		flex-direction: column;
		padding: 20px 70px;
		margin-left: -70px;
		margin-right: -70px;
		margin-bottom: 10px;
		gap: 14px;
		background-color: #F7F7F7;
	}
	.b-table-mob__item-header {
		margin-bottom: 10px;
		color: #0087C6;
		font-size: 16px;
		line-height: 125%;
	}
	.b-table-mob__item-text {
		font-size: 14px;
		line-height: 125%;
	}
	.b-table-mob__group--hide {
		display: none;
	}
	.b-table-mob__more {
		color: #0087C6;
		font-weight: 500;
		font-size: 14px;
		transition: 0.3s color;
	}
	.b-table-mob__more:hover {
		color: #0D97D7;
	}
}
@media (max-width: 740px) {
	.b-table-mob__group {
		margin-left: -20px;
		margin-right: -20px;
		padding: 16px 20px;
		gap: 11px;
	}
	.b-table-mob__item-header {
		font-size: 12px;
	}
	.b-table-mob__item-text {
		font-size: 12px;
	}
	.b-table-mob__more {
		font-size: 12px;
	}
}

.icon-blocks {
	margin-bottom: 90px;
}
@media (max-width: 1300px) {
	.icon-blocks {
		margin-bottom: 32px;
	}
}
.icon-blocks__list {
	display: flex;
	gap: 60px;
}
@media (max-width: 1300px) {
	.icon-blocks__list {
		display: grid;
		flex-wrap: wrap;
		column-gap: 60px;
		row-gap: 30px;
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 540px) {
	.icon-blocks__list {
		display: grid;
		flex-wrap: wrap;
		column-gap: 8px;
		row-gap: 14px;
		grid-template-columns: 1fr 1fr;
	}
}
.icon-blocks__item {
	min-width: 13%;
}
.icon-blocks__item-icon {
	position: relative;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #0087C6;
	margin-bottom: 15px;
}
.icon-blocks__item-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.icon-blocks__item-text {
	font-size: 14px;
	line-height: 17px;
}
@media (max-width: 540px) {
	.icon-blocks__item-text {
		font-size: 12px;
		line-height: 14px;
	}
}