@charset "UTF-8";

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.dflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.diflex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.aifs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.aife {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.jcfe {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fwrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fdc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #153774;
	color: #fff
}

::selection {
	background-color: #153774;
	color: #fff
}

input,
textarea {
	outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red
}

input:required:valid,
textarea:required:valid {
	border-color: green
}


body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	color: #333
}

.slick-slide,
.slick-slide a {
	outline: 0 !important
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

a,
a:hover {
	color: inherit;
	text-decoration: none
}

p {
	color: #153774;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.91;
	margin-bottom: 2em
}

.container {
	width: 1230px;
	margin: 0 auto
}

ul {
	padding: 0;
	font-size: 0;
	line-height: 0;
	margin: 0
}

@-webkit-keyframes zoomin {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes zoomin {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.header {
	padding: 30px 0 0;
	background-color: #fff;
	position: relative;
	z-index: 5
}

.header__logo img {
	width: 181px;
	height: auto
}

.header__logo span {
	color: rgba(21, 55, 116, .6);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	margin-left: 15px
}

.header__search {
	position: relative
}

.header__search::before {
	content: '';
	position: absolute;
	left: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 17px;
	height: 17px;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	z-index: 10;
}

.header__search input {
	padding: 0 20px 0 45px;
	height: 41px;
	color: #153774;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	border-radius: 7px;
	margin-bottom: 0;
	border: 1px solid #e2e2d5;
}

.header__search input::-webkit-input-placeholder {
	color: rgba(21, 55, 116, .6)
}

.header__search input::-moz-placeholder {
	color: rgba(21, 55, 116, .6)
}

.header__search input:-ms-input-placeholder {
	color: rgba(21, 55, 116, .6)
}

.header__search input::-ms-input-placeholder {
	color: rgba(21, 55, 116, .6)
}

.header__search input::placeholder {
	color: rgba(21, 55, 116, .6)
}

.header__menu li a {
	color: rgba(21, 55, 116, .7);
	font-size: 12px;
	font-weight: 500;
	line-height: 1
}

.header__menu li+li {
	margin-left: 33px
}

.header__phone {
	color: #153774;
	font-size: 12px;
	font-weight: 700;
	line-height: ь1
}

.header__phone svg {
	margin-right: 8px
}

.header__bottom {
	margin-top: 32px;
	padding: 25px 0;
	border-top: 1px solid #e7e7df
}

.header__nav {
	width: 100%
}

.header__nav-item {
	position: relative;
	flex: 1 0 0;
}

.header__nav-item:hover ul {
	opacity: 1;
	visibility: visible
}

.mobile-wrapper .have-sub-menu>a:after {
	content: '';
	margin-left: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-top: 5px solid #153774;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}

.mobile-wrapper .header__nav-item {
	font-size: 0;
}

.mobile-wrapper .header__nav-item+.header__nav-item {
	margin-top: 10px;
}

.mobile-wrapper .header__nav-item.have-sub-menu:hover>a {
	color: #153774;
}

.mobile-wrapper .header__nav-item.have-sub-menu:hover>a svg {
	fill: #153774;
}

.mobile-wrapper .header__nav-item ul {
	position: relative;
	left: auto;
	min-width: 100%;
	top: auto;
	padding: 10px 10px 0 38px;
	opacity: 1;
	visibility: visible;
	background: transparent;
	display: none;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.mobile-wrapper .header__nav-item>a svg {
	width: 27px;
}
.mobile-wrapper .header__nav-item>a {
	font-size: 16px;
}

.mobile-wrapper .header__nav-item>.opened-sub-menu:after {
	border-top: none;
	border-bottom: 5px solid #153774;
}

.mobile-wrapper .header__nav-item ul li a {
	color: #153774;
	font-size: 14px;
}

.mobile-wrapper .header__nav-item ul li {
	padding: 7px 0;
}

.header__nav-item.have-sub-menu:hover>a {
	color: #fff
}

.header__nav-item.have-sub-menu:hover>a svg {
	fill: #fff
}

.header__nav-item>a {
	color: #153774;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	z-index: 2;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}

.header__nav-item>a svg {
	margin-right: 18px;
	fill: #153774;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.header__nav-item ul {
	position: absolute;
	left: -25px;
	min-width: 262px;
	top: -25px;
	padding: 80px 25px 15px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	border-radius: 7px;
	background-color: #153774
}

.header__nav-item ul li {
	position: relative;
	padding: 15px 0
}

.header__nav-item ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: -100px;
	height: 1px;
	background-color: rgba(240, 240, 240, .1)
}

.header__nav-item ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding-bottom: 2px
}

.header__nav-item ul li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	width: 0;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.header__nav-item ul li a:hover:after {
	width: 100%
}

.header__btns {
	font-size: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 50px
}

.header__btns a+a {
	margin-left: 13px
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 23px;
	border-radius: 7px;
	background-color: #153774;
	height: 52px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	border: 2px solid transparent
}

.btn:hover {
	background-color: #fff;
	color: #153774;
	border-color: #153774
}

.cart-btn {
	border-radius: 7px;
	background-color: #eeeee7;
	padding: 0 23px;
	color: #153774;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	height: 52px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.cart-btn svg {
	margin-left: 23px;
	fill: #153774;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.cart-btn:hover {
	background-color: #153774;
	color: #fff
}

.cart-btn:hover svg {
	fill: #fff
}

.cart-btn .count-cart {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 9px;
	border-radius: 5px;
	background-color: #e53939;
	margin-left: 24px
}

.btn-white {
	background-color: #fff;
	color: #153774
}

.main-slider {
	background-color: #eeeee7;
	padding: 75px 0 40px
}

.main-slider__text-wrapper {
	margin-top: 25px
}

.main-slider__title {
	color: #153774;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.38
}

.main-slider__desc {
	color: #153774;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.77;
	margin-top: 30px
}

.main-slider__btns {
	margin-top: 40px
}

.main-slider__btns a+a {
	margin-left: 14px
}

.main-slider__btns .btn {
	padding: 0 33px
}

.main-slider__slider-wrapper {
	width: 608px;
	position: relative;
	margin-right: -30px
}

.main-slider__init {
	width: 440px
}

.main-slider__init .slick-slide a {
	position: relative;
	display: block;
	height: 414px
}

.main-slider__init .slick-slide a::before {
	content: '';
	width: 335px;
	height: 335px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1
}

.main-slider__init img {
	max-width: 440px;
	max-height: 100%;
	height: auto;
	position: relative;
	z-index: 2
}

.main-slider__arrows div {
	cursor: pointer
}

.main-slider__arrows div+div {
	margin-left: 41px
}

.product {
	width: calc(33.33% - 30px);
	margin: 0 15px;
	border-radius: 7px;
	border: 1px solid rgba(226, 226, 213, .8);
	padding: 20px 25px 25px
}

.product__image {
	height: 192px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product__image img {
	max-width: 100%;
	height: auto;
	max-height: 100%
}

.product__price {
	color: #153774;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-top: 15px
}

.product__title {
	color: #153774;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	margin: 14px 0 20px
}

.product__bottom {
	margin-top: auto
}

.product__cart-icon {
	width: 40px;
	height: 40px;
	border-radius: 7px;
	background-color: #153774;
	margin-right: 9px;
	flex-shrink: 0;
}

.product__inputs {
	border: 1px solid rgba(226, 226, 213, .8);
	border-radius: 7px;
	height: 40px;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.product__inputs .qty {
	color: #153774;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	height: 100%;
	border: none;
	text-align: center;
	width: 30px;
	margin: 0 5px
}

.product__inputs div {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	padding: 0 10px
}

.title-section {
	color: #153774;
	font-size: 43px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 50px
}

.section-new-products {
	margin: 100px 0 0
}

.all-links {
	color: #153774;
	margin-top: 50px;
	font-size: 21px;
	font-weight: 400;
	line-height: 1
}

.all-links:hover {
	color: #153774
}

.all-links svg {
	margin-right: 13px
}

.arrow-left,
.arrow-right {
	cursor: pointer;
	width: 30px;
	height: 52px
}

.arrow-left:hover svg,
.arrow-right:hover svg {
	fill: #153774
}

.arrow-left svg,
.arrow-right svg {
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	fill: rgba(21, 55, 116, .2)
}

.section-new-products__wrapper {
	position: relative
}

.section-new-products__wrapper .arrow-left,
.section-new-products__wrapper .arrow-right {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

.section-new-products__wrapper .arrow-left {
	left: -60px
}

.section-new-products__wrapper .arrow-right {
	right: -60px
}

.section-new-products__init .slick-list {
	margin: 0 -15px
}

.section-new-products__init .slick-track {
	display: flex !important;
}

.section-new-products__init .slick-list .slick-slide {
	margin: 0 15px;
	display: flex;
	flex-direction: column;
	height: auto;
}

.section-new-products__init .product {
	width: 100%;
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.section-main-catalog__col-25 {
	width: calc(25% - 30px)
}

.section-main-catalog__title {
	color: #153774;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35
}

.section-main-catalog__count {
	color: rgba(21, 55, 116, .6);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-top: 15px
}

.section-main-catalog__col-50 {
	width: calc(50% - 30px)
}

.section-main-catalog__item {
	margin: 25px 15px 0;
	border-radius: 7px;
	background-color: #eeeee7;
	padding: 30px 35px;
	position: relative;
	min-height: 370px;
	display: block
}

.section-main-catalog__item img {
	position: absolute;
	left: 35px;
	bottom: 35px;
	max-height: 190px;
	width: auto;
	max-width: 222px
}

.section-main-catalog__wrapper {
	margin: -25px -15px 0
}

.section-main-catalog__blue {
	background-color: #153774
}

.section-main-catalog__blue .section-main-catalog__count,
.section-main-catalog__blue .section-main-catalog__title {
	color: #fff
}

.section-main-catalog__item.section-main-catalog__col-50 img {
	left: auto;
	right: 25px
}

.section-main-catalog__item.custom-1 img {
	max-width: 455px;
	max-height: 100%;
	right: 50px;
	bottom: -20px
}

.section-main-catalog__item.custom-2 img {
	max-width: 380px;
	max-height: 100%;
	right: 50px;
	bottom: 15px
}

.section-new-products+.section-main-catalog {
	margin-top: 130px
}

.brands-section {
	margin: 130px 0 0
}

.brands-section__wrapper {
	margin: -28px -13px 0
}

.brands-section__item {
	border-radius: 9px;
	border: 1px solid rgba(226, 226, 213, .8);
	padding: 10px;
	width: calc(12.5% - 26px);
	margin: 28px 13px 0;
	height: 73px
}

.brands-section__item img {
	max-width: 100%;
	height: auto;
	max-height: 100%
}

.col {
	width: calc(50% - 15px)
}

.col:last-child {
	width: calc(50% - 70px)
}

.col-75 {
	width: calc(75% - 15px)
}

.col-25 {
	width: calc(25% - 15px)
}

.section-about {
	margin-top: 125px
}

.section-about .sub-title {
	margin-top: -10px
}

.section-about .row+.row {
	margin-top: 75px
}

.item-about {
	padding: 40px 35px 35px;
	border-radius: 9px;
	background-color: #eeeee7;
	position: relative;
	min-height: 325px
}

.item-about .about-1 {
	position: absolute;
	right: 0;
	bottom: 35px;
	max-width: 322px;
	height: auto;
	max-height: 100%
}

.item-about .about-2 {
	position: absolute;
	right: 89px;
	bottom: -132px;
	max-width: 521px
}

.item-about__title {
	color: #153774;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 30px
}

.item-about__desc {
	color: rgba(21, 55, 116, .6);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.64;
	margin-top: 23px;
	max-width: 230px
}

.sub-title {
	color: #153774;
	font-size: 43px;
	font-weight: 400;
	line-height: 1.38;
	margin-bottom: 23px
}

.col-text p:last-child {
	margin-bottom: 0
}

.footer {
	margin-top: 100px;
	background-color: #eeeee7
}

.footer__top {
	padding: 55px 0
}

.footer__contact {
	margin-right: 38px
}

.footer__contact:last-child {
	margin-right: 0
}

.footer__icon-contact {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 13px
}

.footer__title-contact {
	color: rgba(21, 55, 116, .5);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .05px
}

.footer__link-contact {
	color: #153774;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px
}

.footer__socials a {
	width: 89px;
	height: 40px;
	border-radius: 7px;
	background-color: #fff
}

.footer__socials a+a {
	margin-left: 7px
}

.footer__mid {
	padding: 60px 0 0;
	position: relative
}

.footer__mid::before {
	content: '';
	position: absolute;
	left: -50vw;
	width: 150vw;
	top: 0;
	height: 3px;
	background-color: #fff
}

.footer__title-list {
	color: #153774;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.footer__title-list+.footer__title-list {
	margin-left: 20px;
}

.footer ul {
	margin-top: 40px
}

.footer ul li a {
	color: #153774;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.13
}

.footer ul li a:hover {
	text-decoration: underline;
	color: #153774
}

.footer ul li+li {
	margin-top: 21px
}

.footer__bottom {
	color: rgba(21, 55, 116, .4);
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding: 60px 0 30px
}

.footer__copy-link {
	color: rgba(21, 55, 116, .4);
	text-decoration: underline
}

.footer__copy {
	margin-left: 35px
}

.bread {
	margin-bottom: 15px
}

.bread span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.bread span {
	color: rgba(21, 55, 116, .6);
	font-size: 12px;
	font-weight: 500;
	line-height: 1
}

.bread span+span::before {
	content: '';
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: rgba(21, 55, 116, .6);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 10px
}

.single-title {
	color: #153774;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.38;
	margin: 0
}

.single-page {
	padding: 44px 0 60px;
	position: relative
}

.single-page::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	height: 154px;
	background-color: #eeeee7
}

.single-page>* {
	position: relative;
	z-index: 1
}

.about .desc {
	margin: 55px 0 0;
	max-width: 543px
}

.about .item-about {
	margin-top: 79px
}

.about .item-about+.item-about {
	margin-top: 35px
}

.about .about-img {
	margin-bottom: 65px;
	margin-top: 20px
}

.about .about-img img {
	max-width: 100%;
	height: auto;
	max-height: 361px;
	width: auto
}

.catalog .nav-products {
	width: calc(100% - 30px);
	margin-top: 60px;
	margin-left: 15px
}

.catalog__wrapper {
	margin-top: 90px
}

.catalog__sidebar {
	width: 260px;
	margin-right: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.catalog__nav-item {
	border-top: 2px solid #f0f0f0
}

.catalog__nav-item:last-child {
	border-bottom: 2px solid #f0f0f0
}

.catalog__nav-item>a {
	color: #153774;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 19px
}

.catalog__nav-item ul {
	display: none;
	padding: 17px 19px;
	position: relative
}

.catalog__nav-item ul::before {
	content: '';
	position: absolute;
	left: 19px;
	top: 0;
	right: 19px;
	background-color: #2553a6;
	height: 1px
}

.catalog__nav-item ul li a {
	color: rgba(255, 255, 255, .3);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2
}

.catalog__nav-item ul li .active-link {
	color: #fff
}

.catalog__nav-item ul li+li {
	margin-top: 15px
}

.catalog__products {
	width: 100%;
	margin: -30px -15px 0
}

.catalog__products .product {
	margin-top: 30px
}

.catalog__nav-item.active {
	border: none;
	border-radius: 7px;
	background-color: #153774
}

.catalog__nav-item.active>a {
	color: #fff;
	border-top: none
}

.catalog__nav-item.active ul {
	display: block
}

.catalog__nav-item.active+.catalog__nav-item {
	border-top: none
}

.pag {
	font-size: 0
}

.pag a,
.pag span {
	color: rgba(21, 55, 116, .5);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 41px
}

.pag span {
	padding: 0
}

.pag .active {
	border-radius: 7px;
	background-color: #153774;
	color: #fff;
	padding: 0 12px
}

.pag>*+* {
	margin-left: 14px
}

.main-slider+.section-new-products {
	margin-top: 80px
}

.single-product {
	padding: 28px 0 0;
	position: relative;
	z-index: 2
}

.single-product>* {
	position: relative;
	z-index: 2
}



.single-wrapper__main {
	position: relative;
	padding-bottom: 90px
}

.single-wrapper__main::before {
	content: '';
	position: absolute;
	left: 0;
	top: -100px;
	bottom: 0;
	right: 0;
	background-color: #eeeee7
}

.single-wrapper__main>* {
	position: relative;
	z-index: 2
}

.single-wrapper__images {
	width: 43%
}

.single-wrapper__info {
	width: 51%
}

.single-wrapper__title h1 {
	color: #153774;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.single-wrapper__art {
	color: rgba(21, 55, 116, .5);
	font-size: 11px;
	line-height: 1;
	font-weight: 500;
	margin-top: 10px
}

.single-wrapper__price-wrap {
	margin-top: 40px
}

.single-wrapper__price {
	color: #153774;
	font-size: 22px;
	line-height: 1;
	margin-right: 20px;
	font-weight: 500
}

.single-wrapper__price-info {
	color: rgba(21, 55, 116, .5);
	font-size: 13px;
	line-height: 1;
	font-weight: 500
}

.single-wrapper__counters-wrapper {
	margin: 20px 0;
	padding: 23px 0;
	position: relative
}

.single-wrapper__counters-wrapper::before {
	content: '';
	position: absolute;
	left: 27px;
	top: 0;
	right: 0;
	height: 1px;
	background-color: #fff
}

.single-wrapper__counters-wrapper::after {
	content: '';
	position: absolute;
	left: 27px;
	bottom: 0;
	right: 0;
	height: 1px;
	background-color: #fff
}

.single-wrapper__counter {
	margin-right: 22px
}

.single-wrapper__counter .product__inputs {
	height: 44px;
	background-color: #fff;
	border: none
}

.single-wrapper__counter .product__inputs input {
	margin: 0;
	font-size: 15px;
	width: auto;
	max-width: 60px
}

.single-wrapper__sale {
	margin-right: 13px
}

.single-wrapper__sale:last-child {
	margin-right: 0
}

.single-wrapper__sale span {
	color: rgba(21, 55, 116, .6);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding: 4px 10px;
	border-radius: 7px;
	background-color: #fff;
	display: inline-block
}

.single-wrapper__sale div {
	color: #153774;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin-top: 8px
}

.single-wrapper__btns a {
	height: 68px;
	padding: 0 15px 0 30px;
	border-radius: 7px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background-color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #153774
}

.single-wrapper__btns a:first-child {
	color: #fff;
	background-color: #153774
}

.single-wrapper__btns a:first-child .icon {
	background-color: #1c448c
}

.single-wrapper__btns a .icon {
	width: 44px;
	height: 44px;
	border-radius: 5px;
	background-color: #eeeee7;
	margin-left: 32px
}

.single-wrapper__btns a+a {
	margin-left: 13px
}

.single-wrapper .slider-nav {
	width: 90px;
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.single-wrapper .slider-nav .slick-list {
	margin: -5px 0;
	padding: 0 !important
}

.single-wrapper .slider-nav .slick-list .slick-slide {
	margin: 5px 0
}

.single-wrapper .slider-nav .slick-current .nav-slide {
	border: 2px solid #153774
}

.single-wrapper .nav-slide {
	height: 75px;
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 7px;
	border: 2px solid transparent;
	overflow: hidden;
	background-color: #fff;
	padding: 8px
}

.single-wrapper .nav-slide img {
	max-width: 100%;
	height: auto;
	max-height: 100%
}

.single-wrapper .slider-for {
	width: calc(100% - 120px);
	min-height: 340px
}

.single-wrapper .slider-for .slick-list,
.single-wrapper .slider-for .slick-slide,
.single-wrapper .slider-for .slick-track {
	height: 100%
}

.single-wrapper .slider-for .slick-slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0;
	height: 100%;
	padding: 20px;
	background-color: #fff
}

.single-wrapper .slider-for .slick-slide a img {
	max-width: 100%;
	height: auto;
	max-height: 300px;
	width: auto
}

.single-container {
	margin-top: 55px
}

.single-wrapper__sub {
	padding: 85px 0 0
}

.single-wrapper__desc {
	width: 43%
}

.single-wrapper__title-desc {
	color: #153774;
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 30px
}

.single-wrapper__desc-content p {
	font-size: 16px
}

.single-wrapper__table {
	width: 51%
}

.single-wrapper__table-wrapper {
	margin-left: -17px;
	position: relative
}

.single-wrapper__table-wrapper::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 3px;
	border-radius: 1px;
	background-color: #eeeee7
}

.single-wrapper__table-row {
	position: relative;
	border-radius: 7px;
	background-color: #eeeee7;
	padding: 8px 18px
}

.single-wrapper__table-row div,
.single-wrapper__table-row div p {
	color: #153774;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.single-wrapper__table-row div:last-child p {
	font-weight: 700
}

.single-wrapper__table-row:nth-child(2n) {
	background-color: #fff
}

.cart__table-wrap {
	width: 63%
}

.cart__table {
	margin-top: 30px
}

.cart__table table {
	width: 100%
}

.cart__table tr.empty {
	height: 18px
}

.cart__table td {
	background-color: #fff;
	color: #153774;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	padding: 5px
}

.cart__table td:first-child {
	border-radius: 7px;
	background-color: #fff;
	padding: 5px;
	width: 94px
}

.cart__table td:nth-child(3) {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	padding: 0 20px;
	max-width: 200px
}

.cart__table td:last-child {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-right: 10px
}

.cart__table .image-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cart__table .image-table img {
	max-width: 100%;
	height: auto;
	max-height: 100%
}

.cart__table .td-space {
	width: 4px;
	padding: 0;
	background-color: transparent
}

.cart__table .td-count,
.cart__table .td-sum {
	white-space: nowrap
}

.cart__table .remove {
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	display: inline-block;
}

.cart__prices {
	margin-top: 35px;
	color: #153774;
	font-size: 19px;
	font-weight: 400;
	line-height: 1
}

.cart__prices .dev {
	margin-right: 35px
}

.cart__prices .sum {
	font-weight: 700
}

.cart__detail {
	width: 32%
}

.cart__form-title {
	color: #153774;
	font-size: 43px;
	font-weight: 400;
	line-height: 1.38
}

.cart__form {
	margin-top: 30px;
	padding: 35px;
	border-radius: 7px;
	background-color: #fff
}

.cart__input {
	margin-bottom: 25px
}

.cart__input-title {
	color: #153774;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	margin-left: 20px;
	margin-bottom: 9px
}

.cart__field input {
	padding: 0 20px;
	border-radius: 7px;
	border: 1px solid #dedddd;
	background-color: #f5f5f5;
	color: #153774;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	height: 41px;
	border-radius: 7px;
	border: 1px solid #dedddd;
	width: 100%;
	background-color: #fff
}

.cart__field input::-webkit-input-placeholder {
	color: rgba(21, 55, 116, .5)
}

.cart__field input::-moz-placeholder {
	color: rgba(21, 55, 116, .5)
}

.cart__field input:-ms-input-placeholder {
	color: rgba(21, 55, 116, .5)
}

.cart__field input::-ms-input-placeholder {
	color: rgba(21, 55, 116, .5)
}

.cart__field input::placeholder {
	color: rgba(21, 55, 116, .5)
}

.cart__submit input {
	height: 50px;
	border-radius: 7px;
	background-color: #153774;
	outline: 0;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	width: 100%;
	border: none
}

.cart__checkbox {
	color: rgba(21, 55, 116, .5);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 20px
}

.cart__checkbox .rect {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #e2e2d9;
	margin-right: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.cart__checkbox a {
	display: contents;
	text-decoration: underline
}

.contacts {
	margin-top: 65px
}

.contacts__top {
	padding: 40px;
	border-radius: 8px;
	background-color: #fff
}

.contacts__item {
	margin-right: 50px
}

.contacts__item:last-child {
	margin-right: 0
}

.contacts__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 21px
}

.contacts__text {
	font-size: 0;
	line-height: 0
}

.contacts__t {
	color: #153774;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.mini-size .contacts__t {
	font-size: 12px;
}

.mini-size .contacts__d {
	font-size: 10px;
	line-height: 1.3;
	margin-top: 5px;
}

.contacts__d {
	color: rgba(21, 55, 116, .5);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .05px;
	margin-top: 10px
}

.contacts__form {
	margin-top: 9px;
	border-radius: 8px;
	background-color: #fff;
	padding: 40px
}

.contacts__title-form {
	color: #153774;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 40px
}

.contacts__col {
	width: 49%
}

.contacts__title-field {
	color: rgba(21, 55, 116, .5);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	margin-left: 20px;
	margin-bottom: 9px
}

.contacts__input input,
.contacts__input textarea {
	padding: 0 20px;
	border-radius: 7px;
	border: 1px solid #dedddd;
	background-color: #f5f5f5;
	color: #153774;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	height: 45px;
	border-radius: 7px;
	border: 1px solid #dedddd;
	width: 100%;
	background-color: #fff
}

.contacts__input input::-webkit-input-placeholder,
.contacts__input textarea::-webkit-input-placeholder {
	color: rgba(21, 55, 116, .5)
}

.contacts__input input::-moz-placeholder,
.contacts__input textarea::-moz-placeholder {
	color: rgba(21, 55, 116, .5)
}

.contacts__input input:-ms-input-placeholder,
.contacts__input textarea:-ms-input-placeholder {
	color: rgba(21, 55, 116, .5)
}

.contacts__input input::-ms-input-placeholder,
.contacts__input textarea::-ms-input-placeholder {
	color: rgba(21, 55, 116, .5)
}

.contacts__input input::placeholder,
.contacts__input textarea::placeholder {
	color: rgba(21, 55, 116, .5)
}

.contacts__input textarea {
	padding: 20px;
	height: 82px;
	resize: none
}

.contacts__submit {
	width: 168px;
	margin-right: 17px
}

.contacts__submit input {
	height: 55px;
	border-radius: 7px;
	background-color: #153774;
	outline: 0;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	width: 100%;
	border: none
}

.contacts__checkbox {
	color: rgba(21, 55, 116, .5);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.62
}

.contacts__checkbox .rect {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #e2e2d9;
	margin-right: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.contacts__checkbox a {
	display: contents;
	text-decoration: underline
}

.contacts__col.full {
	width: 100%
}

.contacts__box+.contacts__box {
	margin-top: 34px;
	padding-top: 34px;
	border-top: 1px solid #e5e6ec
}

.contacts__row+.contacts__row {
	margin-top: 30px
}

.contacts__row+.contacts__row:last-child {
	margin-top: 40px
}

.map {
	position: absolute;
	left: calc(50% - 322px);
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3
}

.map #map {
	width: 100%;
	height: 100%;
	outline: 0;
	border: none !important
}

.single-contacts {
	position: relative;
	margin-bottom: 10px
}

.single-contacts::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(50% - 322px);
	background-color: #eeeee7
}

.single-contacts::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 662px;
	left: calc(50% - 323px);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 231, .8)), to(rgba(238, 238, 231, 0)));
	background-image: -o-linear-gradient(left, rgba(238, 238, 231, .8) 0, rgba(238, 238, 231, 0) 100%);
	background-image: linear-gradient(to right, rgba(238, 238, 231, .8) 0, rgba(238, 238, 231, 0) 100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 3
}

.single-contacts .single-wrapper {
	margin-left: calc(50% - 615px);
	width: 600px
}

.single-contacts .single-wrapper__main {
	z-index: 4;
	padding: 49px 0 95px
}

.single-contacts .single-wrapper__main::before {
	display: none
}

.partners-img img {
	max-width: 100%;
	height: auto
}

.single-page+.brands-section {
	margin-top: 65px
}

.brands-section+.main-slider {
	margin-top: 100px
}

.item-portfolio {
	border-radius: 14px;
	background-color: rgba(21, 55, 116, .6);
	overflow: hidden;
	position: relative;
	width: 49%;
	padding: 35px 40px;
	min-height: 320px;
	margin-bottom: 2%
}

.item-portfolio>img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1
}

.item-portfolio::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
	background-color: rgba(21, 55, 116, .6)
}

.item-portfolio>div {
	position: relative;
	z-index: 3
}

.item-portfolio__name {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .32px
}

.item-portfolio__icon {
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 7px;
	background-color: #fff;
	margin-right: 20px
}

.item-portfolio__icon::before {
	content: '';
	background-image: url('../images/ar-right.svg');
	width: 12px;
	height: 21px;
	background-repeat: no-repeat
}

.item-portfolio__date {
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
	line-height: 1;
	font-weight: 500
}

.portfolio {
	padding-bottom: 0
}

.portfolio_in_top {
	padding: 40px 0 30px;
	background-color: #eeeee7
}

.portfolio_in_top .single-title {
	font-size: 29px
}

.portfolio-slider {
	position: relative
}

.portfolio-slider .next,
.portfolio-slider .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 7px;
	background-color: #fff
}

.portfolio-slider .prev {
	left: calc(50% - (1230px / 2 + 90px))
}

.portfolio-slider .next {
	right: calc(50% - (1230px / 2 + 90px))
}

.portfolio-slider__init .slick-list {
	margin: 0 -2px
}

.portfolio-slider__init .slick-list .slick-slide {
	margin: 0 2px
}

.portfolio-slider__init a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
}

.portfolio-slider__init img {
	height: 309px;
	width: auto
}

.portfolio-content {
	margin-top: 55px
}

.portfolio-content__text {
	width: 100%
}

.portfolio-content__text p {
	color: #153774;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.89;
	letter-spacing: .36px
}

.portfolio-content__text li {
	color: #153774;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.89;
	letter-spacing: .36px
}

.portfolio-content__text p:last-child {
	margin-bottom: 0
}

.portfolio-content__item-text h2 {
	position: relative;
	margin: 0 0 24px;
	padding-bottom: 15px;
	color: #153774;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.12
}

.portfolio-content__item-text h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 51px;
	height: 2px;
	border-radius: 1px;
	background-color: #bebeae
}

.portfolio-content__image {
	width: 400px;
	margin-left: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.portfolio-content__title-image {
	color: rgba(21, 55, 116, .4);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.12;
	margin-bottom: 30px
}

.portfolio-content__image-wrapper {
	-webkit-box-shadow: 10px 10px 51px rgba(22, 24, 29, .08);
	box-shadow: 10px 10px 51px rgba(22, 24, 29, .08);
	border-radius: 16px;
	background-color: #fff;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.portfolio-content__image-wrapper img {
	max-width: 100%;
	height: auto
}

.portfolio-content__item-text+.portfolio-content__item-text {
	margin-top: 50px
}

.related {
	margin-top: 100px
}

.big-single {
	color: #153774;
	font-size: 43px;
	font-weight: 700;
	margin: 0;
	line-height: 1.38
}

.delivery {
	padding: 70px 0 0
}

.delivery__title {
	color: #153774;
	font-size: 43px;
	font-weight: 400;
	line-height: 1.38;
	margin-bottom: 40px
}

.delivery p:last-child {
	margin-bottom: 0
}

.delivery__text {
	max-width: 850px
}

.delivery__steps {
	margin-top: 54px;
	padding-top: 54px;
	position: relative
}

.delivery__steps::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50vw;
	width: 150vw;
	height: 4px;
	background-color: #eeeee7
}

.delivery__steps>div+div {
	margin-left: 90px
}

.delivery__col {
	position: relative
}

.delivery__count {
	border-radius: 7px;
	background-color: #153774;
	color: #fff;
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	top: -81px
}

.delivery__title-step {
	color: #153774;
	font-size: 27px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px
}

.delivery__item+.delivery__item {
	margin-top: 100px
}

.modal {
	padding: 60px 55px !important
}

.fancybox-slide--html .fancybox-close-small {
	padding: 0;
	color: #d2d4d6;
	top: 20px;
	right: 20px
}

.title-modal {
	color: #000;
	font-size: 30px;
	line-height: 42px;
	font-weight: 800
}

.wrap-modal {
	width: 290px
}

.form-modal {
	margin-top: 35px
}

.form-modal .input {
	margin-bottom: 22px
}

.form-modal .input input {
	width: 100%;
	padding: 0 20px;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	height: 48px;
	outline: 0;
	border: 2px solid #d3d3db
}

.form-modal .submit input {
	background-color: #153774;
	height: 52px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1.44px;
	cursor: pointer;
	width: 100%;
	border: none
}

.form-modal .checkbox {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	color: rgba(0, 0, 0, .5);
	margin-top: 20px
}

.form-modal .checkbox a {
	text-decoration: underline;
	display: contents;
	color: rgba(0, 0, 0, .5)
}

.form-modal .checkbox .rect {
	width: 18px;
	height: 18px;
	background-color: #eaeaea;
	margin-right: 17px
}

.text-modal {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 45px
}

.social-modal {
	margin-top: 50px
}

.social-modal .t-modal {
	color: #000;
	font-size: 16px;
	font-weight: 800;
	line-height: 16px;
	margin-bottom: 22px
}

.social-modal .links-modal a {
	background-color: #1c4999;
	width: 90px;
	height: 59px
}

.social-modal .links-modal a+a {
	margin-left: 10px
}

.mobile-wrapper .header__nav {
	flex-direction: column;
	margin-bottom: 20px;
}

.mobile-wrapper .header__nav-item {
	width: 100%;
}

.mobile-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	background-color: #fff;
	padding: 0 10px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
	display: none
}

.mobile-wrapper .bottom {
	position: fixed;
	margin-top: 60px;
	max-width: 85vw;
	height: calc(100vh - 60px);
	overflow: auto;
	width: 100%;
	background-color: #fff;
	padding: 30px 20px;
	z-index: 3;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	-ms-transform: translate(-200%, 0);
	transform: translate(-200%, 0);
	-webkit-transform: translate(-200%, 0);
	-o-transform: translate(-200%, 0);
	-moz-transform: translate(-200%, 0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translate(-200%, 0);
	-ms-transform: translate(-200%, 0);
	transform: translate(-200%, 0);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33)
}

.mobile-wrapper .adress_popover {
	width: 100%
}

.mobile-wrapper .bottom.opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.mobile-wrapper .bottom .citys .current_city {
	color: #000
}

.mobile-wrapper .bottom .city_popover {
	left: 0;
	width: 100%;
	margin: 20px 0 0 !important;
	padding: 5px;
	font-size: 12px;
	line-height: 1.3;
	max-width: 200px
}

.mobile-wrapper .citys:after {
	display: none
}

.bottom-mobile-phone {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1;
	color: #000
}

.bottom-mobile-phone .icon {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #f4f4f4;
	margin-right: 10px
}

.bottom-mobile-phone .icon img {
	max-width: 11px;
	height: auto
}

.bottom-social-mobile {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.bottom-social-mobile a {
	font-size: 12px;
	line-height: 1;
	width: 48%;
	margin-bottom: 10px
}

.bottom-social-mobile a img {
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.mobile-wrapper .bottom .menu a {
	font-size: 15px;
	line-height: 1;
	color: #000;
	font-weight: 400
}

.mobile-wrapper .bottom .main-modal-menu a {
	font-weight: 500
}

.mobile-wrapper .logo {
	position: relative
}

.mobile-wrapper .logo img {
	max-width: 150px
}

.mobile-wrapper .bottom .menu li+li {
	margin-top: 12px
}

.mobile-wrapper .bottom .city_name {
	text-decoration: underline
}

.title-city-mobile {
	font-size: 12px;
	line-height: 1.2
}

.mobile-wrapper .bottom .city_popover a {
	margin: 5px 5px 0
}

.mobile-wrapper .top {
	position: relative;
	z-index: 10;
	height: 60px
}

.mobile-wrapper .logo img {
	width: 150px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contact-mobile a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #f4f4f4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.contact-mobile a img {
	max-width: 100%;
	height: auto;
}

.contact-mobile a .count-cart {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 2;
	font-size: 10px;
	background-color: #153774;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contact-mobile a+a {
	margin-left: 5px
}

#nav-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

body.hidd,
html.hidd {
	overflow: hidden
}

body.hidd::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 200
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #153774;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

#nav-icon3 span:nth-child(1) {
	top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 0;
	bottom: 0;
	margin: auto
}

#nav-icon3 span:nth-child(4) {
	top: auto;
	bottom: 0
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%
}

.mobile-wrapper .menu li a {
	font-size: 26px;
	line-height: 1;
	font-weight: 600;
	color: #000;
	text-transform: uppercase
}

.mobile-wrapper .menu li+li {
	margin-top: 19px
}

.main-modal-menu {
	margin-top: 30px
}

.shop-in__slider-init .slick-list .slick-slide img,
.shop-in__slider-init .slick-track .slick-slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.header.sticky .header__bottom {
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	padding: 10px 0;
	margin-top: 0;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.header.sticky .header__bottom .header__btns a {
	height: 40px;
}

#top {
	position: fixed;
	left: 40px;
	bottom: 40px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	cursor: pointer;
	background-color: rgb(21, 55, 116);
	z-index: 10;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

#top:after {
	content: '';
	position: absolute;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

#top.show {
	opacity: 1;
	visibility: visible;
}

@media (max-width:1410px) {
	.portfolio-slider .prev {
		left: calc(50% - (992px / 2))
	}

	.portfolio-slider .next {
		right: calc(50% - (992px / 2))
	}
}

.single-slider {
	margin-top: 80px;
}

@media (max-width:1350px) {
	.section-new-products__wrapper .arrow-right {
		right: 0
	}

	.section-new-products__wrapper .arrow-left {
		left: 0
	}

	.section-new-products__wrapper {
		padding: 0 40px
	}
}

@media (max-width:1230px) {
	.container {
		width: 992px
	}

	.header__search {
		width: 200px;
	}

	.header__logo img {
		width: 90px
	}

	.header__logo span {
		margin-left: 10px;
		font-size: 10px
	}

	.header__menu li+li {
		margin-left: 15px
	}

	.header__search input {
		width: 180px
	}

	.header__nav-item>a {
		font-size: 12px
	}

	.btn,
	.cart-btn {
		height: 40px;
		padding: 0 15px
	}

	.header__btns {
		margin-left: 20px
	}

	.header__nav-item>a svg {
		margin-right: 10px
	}

	.main-slider__title {
		font-size: 30px
	}

	.main-slider__slider-wrapper {
		width: 550px
	}

	.brands-section,
	.section-about,
	.section-new-products,
	.section-new-products+.section-main-catalog {
		margin-top: 60px
	}

	.section-main-catalog__item img {
		max-height: 95px;
		max-width: 100%;
		right: 15px;
		left: auto;
		bottom: 15px
	}

	.section-main-catalog__title {
		font-size: 18px
	}

	.section-main-catalog__item.custom-1 img,
	.section-main-catalog__item.custom-2 img {
		max-width: 200px
	}

	.section-main-catalog__item {
		padding: 15px;
		min-height: 225px
	}

	.item-about .about-1 {
		max-width: 180px
	}

	.item-about .about-2 {
		bottom: 15px;
		right: 15px;
		max-width: 400px
	}

	.section-about .row+.row {
		margin-top: 40px
	}

	.footer__link-contact {
		font-size: 16px
	}

	.section-new-products__init .product {
		padding: 15px
	}

	.cart__form-title,
	.single-title {
		font-size: 34px
	}

	.single-wrapper__price-info {
		font-size: 12px
	}

	.single-contacts .single-wrapper {
		margin-left: calc(50% - 496px)
	}
}

@media (max-width:992px) {
	.container {
		width: 768px
	}

	.header {
		display: none
	}

	.main-slider {
		padding: 40px 0
	}

	.main-slider__slider-wrapper {
		width: 360px
	}

	.main-slider__init .slick-slide a::before {
		width: 150px;
		height: 150px
	}

	.main-slider__init .slick-slide a {
		height: auto
	}

	.brands-section,
	.main-slider+.section-new-products,
	.section-about,
	.section-new-products,
	.section-new-products+.section-main-catalog {
		margin-top: 40px
	}

	p {
		font-size: 14px
	}

	.item-about .about-1,
	.item-about .about-2 {
		display: none !important
	}

	.col,
	.col-25,
	.col-75,
	.col:last-child {
		width: 48%
	}

	.footer__title-list {
		font-size: 14px
	}

	.footer ul {
		margin-top: 20px
	}

	.footer ul li+li {
		margin-top: 10px
	}

	.footer__mid {
		padding: 40px 0 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start
	}

	.footer__list {
		width: 30%;
		margin-right: 3%;
		margin-bottom: 3%
	}

	.footer__bottom {
		padding: 30px 0
	}

	.footer__top {
		padding: 25px 0
	}

	.footer__socials a {
		width: 40px
	}

	.product__title {
		font-size: 12px
	}

	.mobile-wrapper {
		display: block
	}

	.main-slider__init {
		width: 250px
	}

	.main-slider__init img {
		max-width: 100%
	}

	body {
		padding-top: 60px
	}

	.single-title {
		font-size: 24px
	}

	.cart {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cart__table-wrap {
		width: 100%
	}

	.cart__detail {
		width: 100%;
		margin-top: 30px
	}

	.catalog__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.catalog__sidebar {
		width: 100%;
		margin: 0 0 20px
	}

	.catalog__products {
		width: calc(100% + 30px);
		margin: -25px 0 0 -15px
	}

	.single-container {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.single-wrapper__images,
	.single-wrapper__info {
		width: 100%
	}

	.single-wrapper__info {
		margin-top: 20px
	}

	.single-wrapper__title h1 {
		margin-bottom: 20px
	}

	.single-wrapper__art {
		margin: 0
	}

	.single-wrapper__price-wrap {
		margin-top: 20px
	}

	.single-wrapper__sub {
		padding: 30px 0 0
	}

	.single-wrapper__main {
		padding-bottom: 30px
	}

	.single-contacts .single-wrapper {
		margin-left: 0;
		padding-left: 10px
	}

	.portfolio-slider .prev {
		left: 15px
	}

	.portfolio-slider .next {
		right: 15px
	}

	.portfolio-slider__init img {
		height: 250px
	}

	.portfolio-content__image {
		width: 200px
	}

	.portfolio-content__title-image {
		font-size: 16px
	}

	.portfolio .catalog__wrapper {
		-webkit-box-orient: inherit;
		-webkit-box-direction: inherit;
		-ms-flex-direction: inherit;
		flex-direction: inherit
	}
}

@media (max-width:768px) {
	.container {
		width: 100%;
		padding: 0 10px
	}

	.product__inputs .qty {
		width: 20px;
	}

	.portfolio-content__image {
		width: 100%;
		margin: 20px 0 0;
	}

	.single-wrapper__info .product__inputs .qty {
		width: auto;
	}

	.cart__table tr {
		position: relative;
		padding-left: 30%;
		background-color: #fff;
		border-radius: 5px;
		width: 100%;
	}

	.cart__table tr .td-img {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30%;
	}

	.cart__table td {
		text-align: center;
	}

	.cart__table td:nth-child(3) {
		padding: 0;
	}

	.cart__table tr.empty {
		width: 100%;
		background: none;
	}

	.single-slider {
		margin-top: 30px;
	}

	.cart__table td:nth-child(3) {
		max-width: 100%;
	}

	.main-slider__slider-wrapper {
		display: none
	}

	.main-slider {
		padding: 30px 0
	}

	.main-slider__title {
		font-size: 20px
	}

	.main-slider__title br {
		display: none
	}

	.main-slider__btns {
		margin-top: 15px
	}

	.main-slider__desc {
		font-size: 16px;
		margin-top: 15px
	}

	.main-slider__btns .btn {
		padding: 0 10px
	}

	.main-slider__text-wrapper {
		margin-top: 0
	}

	.title-section {
		margin-bottom: 30px;
		font-size: 24px;
		text-align: center
	}

	.section-main-catalog__col-25,
	.section-main-catalog__col-50 {
		width: 48%
	}

	.section-main-catalog__item {
		margin: 0 0 2%
	}

	.section-main-catalog__wrapper {
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.section-main-catalog__item.custom-1 img,
	.section-main-catalog__item.custom-2 img {
		max-width: 130px;
		right: 15px;
		bottom: 0
	}

	.brands-section__wrapper {
		margin: 0;
		justify-content: center;
	}

	.brands-section__item {
		width: 24%;
		margin: 0 0 2px
	}

	.col,
	.col-25,
	.col-75,
	.col:last-child {
		width: 100%
	}

	.section-about .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.item-about {
		padding: 15px;
		min-height: 100%;
		margin-bottom: 20px
	}

	.all-links {
		margin-top: 20px
	}

	.footer__list {
		width: 45%
	}

	.footer__top {
		padding: 15px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.footer__contact {
		margin: 0 0 15px
	}

	.sub-title {
		font-size: 24px
	}

	.section-about .sub-title {
		margin-top: 0
	}

	.about .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.about .item-about {
		margin-top: 20px
	}

	.about .item-about+.item-about {
		margin-top: 15px
	}

	.about .about-img {
		margin: 20px 0
	}

	.about .desc {
		margin: 20px 0 0
	}

	.single-page {
		padding: 30px 0 0
	}

	.cart__form-title,
	.single-title {
		font-size: 24px
	}

	.single-wrapper__main {
		padding-bottom: 30px
	}

	.single-page+.main-slider {
		margin-top: 30px
	}

	.single-page::before {
		display: none
	}

	.catalog__wrapper {
		margin-top: 30px
	}

	.catalog__nav-item>a {
		padding: 10px
	}

	.catalog__nav-item ul {
		padding: 10px
	}

	.catalog__nav-item ul::before {
		left: 10px;
		right: 10px
	}

	.catalog__products {
		width: 100%;
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.catalog__products .product {
		width: 49%;
		margin: 0 0 2%;
		padding: 10px
	}

	.product__image {
		height: 140px
	}

	.product__inputs div {
		padding: 0 5px
	}

	.single-wrapper__info .product__inputs div svg {
		width: 25px;
		height: 17px;
	}

	.product__cart-icon {
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}

	.product__cart-icon img {
		max-width: 15px
	}

	.catalog__nav-item ul li+li {
		margin-top: 10px
	}

	.single-wrapper .slider-nav {
		width: 50px;
		margin-right: 10px
	}

	.single-wrapper .nav-slide {
		height: 50px;
		padding: 3px
	}

	.single-wrapper__title h1 {
		font-size: 18px
	}

	.bread {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.single-wrapper__sub .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.single-wrapper__desc,
	.single-wrapper__table {
		width: 100%
	}

	.single-wrapper__table {
		margin-bottom: 20px
	}

	.single-wrapper__title-desc {
		font-size: 16px;
		margin-bottom: 10px
	}

	.single-wrapper__desc-content p {
		font-size: 12px
	}

	.brands-section,
	.main-slider+.section-new-products,
	.section-about,
	.section-new-products,
	.section-new-products+.section-main-catalog {
		margin-top: 20px
	}

	.footer {
		margin-top: 40px
	}

	.single-wrapper .slider-for {
		width: calc(100% - 60px)
	}

	.single-wrapper .slider-for {
		min-height: 300px
	}

	.single-wrapper__price {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.single-wrapper__counters-wrapper::after,
	.single-wrapper__counters-wrapper::before {
		left: 0
	}

	.single-contacts .single-wrapper {
		width: 100%;
		padding: 0 10px
	}

	.contacts {
		margin-top: 30px
	}

	.contacts__form,
	.contacts__top {
		padding: 15px
	}

	.contacts__box+.contacts__box {
		margin-top: 20px;
		padding-top: 20px
	}

	.contacts__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contacts__item {
		margin: 0;
		width: 100%
	}

	.contacts__item+.contacts__item {
		margin-top: 15px
	}

	.contacts__t {
		font-size: 14px
	}

	.contacts__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contacts__col {
		width: 100%
	}

	.contacts__col+.contacts__col {
		margin-top: 20px
	}

	.contacts__row+.contacts__row,
	.contacts__row+.contacts__row:last-child {
		margin-top: 20px
	}

	.contacts__checkbox br {
		display: none
	}

	.contacts__submit {
		margin: 0 0 10px
	}

	.single-contacts .single-wrapper__main {
		padding: 30px 0
	}

	.portfolio-content {
		margin-top: 30px
	}

	.portfolio-content .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.portfolio-content__item-text h2 {
		font-size: 20px
	}

	.portfolio-content__text p {
		font-size: 14px
	}

	.portfolio-content__item-text+.portfolio-content__item-text {
		margin-top: 20px
	}

	.partners-img {
		margin-top: 20px
	}

	.partners-img img {
		max-height: 300px;
		width: auto;
		display: block;
		margin: auto
	}

	.brands-section+.main-slider {
		margin-top: 30px
	}

	.item-portfolio {
		padding: 15px;
		min-height: 100%
	}

	.item-portfolio__name {
		font-size: 12px
	}

	.item-portfolio__date {
		font-size: 10px
	}

	.item-portfolio__icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.item-portfolio__bottom {
		margin-top: 15px
	}

	.delivery {
		padding: 30px 0 0
	}

	.delivery__steps {
		margin-top: 20px;
		padding-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.delivery__count {
		position: relative;
		left: 0;
		top: 0;
		font-size: 16px;
		width: 30px;
		height: 30px;
		margin-bottom: 10px
	}

	.delivery__steps>div+div {
		margin: 20px 0 0
	}

	.delivery__title-step {
		font-size: 18px;
		margin-bottom: 20px
	}

	.big-single,
	.delivery__title {
		font-size: 22px
	}

	.portfolio_in_top {
		padding: 20px 0
	}

	.delivery__item+.delivery__item {
		margin-top: 30px
	}

	.delivery__title {
		margin-bottom: 20px
	}

	.bread span {
		font-size: 10px
	}

	.item-about__desc {
		margin-top: 10px;
		max-width: 100%
	}

	.item-about__title {
		font-size: 18px;
		margin-top: 10px
	}

	.item-about__title br {
		display: none
	}

	.section-about .row+.row {
		margin-top: 20px
	}

	.modal {
		padding: 20px !important
	}

	.wrap-modal {
		width: 100%;
		max-width: 290px
	}

	.title-modal {
		font-size: 24px;
		line-height: 30px
	}

	.form-modal {
		margin-top: 25px
	}

	.fancybox-slide--html .fancybox-close-small {
		top: 10px;
		right: 10px
	}

	.cart__table tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}



	.cart__table .image-table {
		height: 100px
	}

	.cart__table td:nth-child(3) {
		border-radius: 0
	}

	.cart__table td:first-child {
		border-radius: 7px 7px 0 0
	}

	.cart__table td:last-child {
		border-radius: 0 0 7px 7px
	}
}

@media (max-width:600px) {
	.container {
		width: 100%;
		padding: 0 10px
	}



	.cart__prices {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cart__prices .dev {
		margin: 0 0 10px
	}

	.cart__form {
		margin-top: 20px;
		padding: 10px
	}

	.cart__form-title {
		text-align: center
	}

	.single-wrapper__counters-wrapper {
		margin: 20px 0;
		padding: 10px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.single-wrapper__sale span {
		font-size: 10px
	}

	.single-wrapper__sale div {
		margin-top: 5px
	}

	.single-wrapper__counter .product__inputs {
		height: 50px;
		margin-bottom: 10px
	}

	.single-wrapper__btns a {
		height: 45px;
		padding: 0 10px;
		font-size: 12px
	}

	.single-wrapper__btns a .icon {
		width: 30px;
		height: 30px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.single-wrapper__btns a .icon svg {
		max-width: 15px
	}
}