@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
input.active.focus,
input.active:focus,
input.focus,
input:active.focus,
input:active:focus,
input:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
}
:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
:focus::-moz-placeholder          {opacity:0;}/* Firefox 19+ */
:focus:-moz-placeholder           {opacity:0;}/* Firefox 18- */
:focus:-ms-input-placeholder      {opacity:0;}/* IE */
html, body {
    overflow-x: hidden;
}
body {
	line-height: 1.3;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
    border-color: rgba(62, 198, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(62, 198, 255, 0.6);
    outline: 0 none;
}
.form-control.is-invalid:focus {
    border-color: rgba(220, 53, 69, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(220, 53, 69, 0.6);
    outline: 0 none;
}
.form-control.is-valid:focus {
    border-color: rgba(25, 135, 84, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(25, 135, 84, 0.6);
    outline: 0 none;
}
input[readonly]:focus {
    border-color: rgba(62, 198, 255, 0.8);
    box-shadow: none;
    outline: 0 none;
}
ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: separate;
	border-spacing: 2px;
}


/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.noUi-origin {
	position: absolute;
	height: 0;
	width: 0
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
	transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-base,
.noUi-handle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	-webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connect {
	background: #3fb8af;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
	-webkit-transition: background .45s;
	transition: background .45s
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
	background: #aaa
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 120%
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline
}
.hidden {
	display: none!important
}
.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.tab-item {
	width: 33%
}

.tab-item a {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #6e858f;
	font-size: 13px;
	padding: 25px 0;
	border-bottom: 3px solid #e5f6fc;
    font-weight: 500;
}

.tab-item a.active,
.tab-item a:hover {
	color: #3ec6ff;
	text-decoration: none
}

.tab-item a.active {
	border-bottom: 3px solid #3ec6ff
}

.table {
	display: table;
	border-color: grey;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse
}

.table th {
	text-align: center;
	padding: 8px;
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	font-weight: 700
}

.table td,
.table th {
	line-height: 1.42857143
}

.table td {
	padding: 12px 8px;
	vertical-align: top
}
.page-wrapper {
	padding: 80px 0 100px
}
.pretty-box {
    background-color: #b3eafd;
    padding: 25px;
    margin: 10px 0 25px 0;
    display: none;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.money-prefix {
	font-size: 12px;
	color: #5cb85c;
    position: relative;
    bottom: 1px;
}

.form-field-input {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 46px;
	border-radius: 4px;
	border: 1px solid #e5e8ea;
	background-color: transparent;
	padding: 0 15px;
	font-size: 11px;
	color: #aab0b6
}

.form-field-input:focus,
.form-field-input:hover {
	outline: none
}

.form-field-input:focus {
	border: 1px solid #3ec6ff
}

.form-field-input.error {
	border: 1px solid #e41e1c
}

.required-label {
	color: red
}

.loader-wrapper {
	display: none;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 100%, .7);
	left: 0;
	top: 0;
	position: absolute
}

.loader-wrapper .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 128px;
	height: 128px;
	margin: -64px 0 0 -64px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
	width: 400px
}

.m-top-0 {
	margin-top: 0!important
}

.p-top-0 {
	padding-top: 0!important
}

.m-bottom-0 {
	margin-bottom: 0!important
}

.p-bottom-0 {
	padding-bottom: 0!important
}

.m-left-0 {
	margin-left: 0!important
}

.p-left-0 {
	padding-left: 0!important
}

.m-right-0 {
	margin-right: 0!important
}

.p-right-0 {
	padding-right: 0!important
}

.m-top-10 {
	margin-top: 10px!important
}

.p-top-10 {
	padding-top: 10px!important
}

.m-bottom-10 {
	margin-bottom: 10px!important
}

.p-bottom-10 {
	padding-bottom: 10px!important
}

.m-left-10 {
	margin-left: 10px!important
}

.p-left-10 {
	padding-left: 10px!important
}

.m-right-10 {
	margin-right: 10px!important
}

.p-right-10 {
	padding-right: 10px!important
}

.m-top-20 {
	margin-top: 20px!important
}

.p-top-20 {
	padding-top: 20px!important
}

.m-bottom-20 {
	margin-bottom: 20px!important
}

.p-bottom-20 {
	padding-bottom: 20px!important
}

.m-left-20 {
	margin-left: 20px!important
}

.p-left-20 {
	padding-left: 20px!important
}

.m-right-20 {
	margin-right: 20px!important
}

.p-right-20 {
	padding-right: 20px!important
}

.m-top-30 {
	margin-top: 30px!important
}

.p-top-30 {
	padding-top: 30px!important
}

.m-bottom-30 {
	margin-bottom: 30px!important
}

.p-bottom-30 {
	padding-bottom: 30px!important
}

.m-left-30 {
	margin-left: 30px!important
}

.p-left-30 {
	padding-left: 30px!important
}

.m-right-30 {
	margin-right: 30px!important
}

.p-right-30 {
	padding-right: 30px!important
}

.m-top-40 {
	margin-top: 40px!important
}

.p-top-40 {
	padding-top: 40px!important
}

.m-bottom-40 {
	margin-bottom: 40px!important
}

.p-bottom-40 {
	padding-bottom: 40px!important
}

.m-left-40 {
	margin-left: 40px!important
}

.p-left-40 {
	padding-left: 40px!important
}

.m-right-40 {
	margin-right: 40px!important
}

.p-right-40 {
	padding-right: 40px!important
}

.m-top-50 {
	margin-top: 50px!important
}

.p-top-50 {
	padding-top: 50px!important
}

.m-bottom-50 {
	margin-bottom: 50px!important
}

.p-bottom-50 {
	padding-bottom: 50px!important
}

.m-left-50 {
	margin-left: 50px!important
}

.p-left-50 {
	padding-left: 50px!important
}

.m-right-50 {
	margin-right: 50px!important
}

.p-right-50 {
	padding-right: 50px!important
}

.m-top-60 {
	margin-top: 60px!important
}

.p-top-60 {
	padding-top: 60px!important
}

.m-bottom-60 {
	margin-bottom: 60px!important
}

.p-bottom-60 {
	padding-bottom: 60px!important
}

.m-left-60 {
	margin-left: 60px!important
}

.p-left-60 {
	padding-left: 60px!important
}

.m-right-60 {
	margin-right: 60px!important
}

.p-right-60 {
	padding-right: 60px!important
}

.m-top-70 {
	margin-top: 70px!important
}

.p-top-70 {
	padding-top: 70px!important
}

.m-bottom-70 {
	margin-bottom: 70px!important
}

.p-bottom-70 {
	padding-bottom: 70px!important
}

.m-left-70 {
	margin-left: 70px!important
}

.p-left-70 {
	padding-left: 70px!important
}

.m-right-70 {
	margin-right: 70px!important
}

.p-right-70 {
	padding-right: 70px!important
}

.m-top-80 {
	margin-top: 80px!important
}

.p-top-80 {
	padding-top: 80px!important
}

.m-bottom-80 {
	margin-bottom: 80px!important
}

.p-bottom-80 {
	padding-bottom: 80px!important
}

.m-left-80 {
	margin-left: 80px!important
}

.p-left-80 {
	padding-left: 80px!important
}

.m-right-80 {
	margin-right: 80px!important
}

.p-right-80 {
	padding-right: 80px!important
}

.m-top-90 {
	margin-top: 90px!important
}

.p-top-90 {
	padding-top: 90px!important
}

.m-bottom-90 {
	margin-bottom: 90px!important
}

.p-bottom-90 {
	padding-bottom: 90px!important
}

.m-left-90 {
	margin-left: 90px!important
}

.p-left-90 {
	padding-left: 90px!important
}

.m-right-90 {
	margin-right: 90px!important
}

.p-right-90 {
	padding-right: 90px!important
}

.m-top-100 {
	margin-top: 100px!important
}

.p-top-100 {
	padding-top: 100px!important
}

.m-bottom-100 {
	margin-bottom: 100px!important
}

.p-bottom-100 {
	padding-bottom: 100px!important
}

.m-left-100 {
	margin-left: 100px!important
}

.p-left-100 {
	padding-left: 100px!important
}

.m-right-100 {
	margin-right: 100px!important
}

.p-right-100 {
	padding-right: 100px!important
}

@-webkit-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	20% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	20% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.vdropzone,
.vdropzone * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.vdropzone {
	min-height: 150px;
	border: 2px solid rgba(0, 0, 0, .3);
	background: #fff;
	padding: 20px;
	margin-bottom: 20px
}

.vdropzone.dz-clickable {
	cursor: pointer
}

.vdropzone.dz-clickable * {
	cursor: default
}

.vdropzone.dz-clickable .dz-message,
.vdropzone.dz-clickable .dz-message * {
	cursor: pointer
}

.vdropzone.dz-started .dz-message {
	display: none
}

.vdropzone.dz-drag-hover {
	border-style: solid
}

.vdropzone.dz-drag-hover .dz-message {
	opacity: .5
}

.vdropzone .dz-message {
	text-align: center;
	margin: 2em 0
}

.vdropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 100px
}

.vdropzone .dz-preview:hover {
	z-index: 1000
}

.vdropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: linear-gradient(180deg, #eee, #ddd)
}

.vdropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1
}

.vdropzone .dz-preview.dz-image-preview {
	background: #fff
}

.vdropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.vdropzone .dz-preview .dz-remove {
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none
}

.vdropzone .dz-preview .dz-remove:hover {
	text-decoration: underline
}

.vdropzone .dz-preview:hover .dz-details {
	opacity: 1
}

.vdropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, .9);
	line-height: 150%
}

.vdropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px
}

.vdropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap
}

.vdropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid hsla(0, 0%, 78%, .8);
	background-color: hsla(0, 0%, 100%, .8)
}

.vdropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis
}

.vdropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent
}

.vdropzone .dz-preview .dz-details .dz-filename span,
.vdropzone .dz-preview .dz-details .dz-size span {
	background-color: hsla(0, 0%, 100%, .4);
	padding: 0 .4em;
	border-radius: 3px
}

.vdropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px)
}

.vdropzone .dz-preview .dz-image {
	border-radius: 20px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: relative;
	display: block;
	z-index: 10
}

.vdropzone .dz-preview .dz-image img {
	display: block
}

.vdropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
	animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.vdropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
	animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.vdropzone .dz-preview .dz-error-mark,
.vdropzone .dz-preview .dz-success-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px
}

.vdropzone .dz-preview .dz-error-mark svg,
.vdropzone .dz-preview .dz-success-mark svg {
	display: block;
	width: 54px;
	height: 54px
}

.vdropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.vdropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in
}

.vdropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite
}

.vdropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: hsla(0, 0%, 100%, .9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden
}

.vdropzone .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
	background: linear-gradient(180deg, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out
}

.vdropzone .dz-preview.dz-error .dz-error-message {
	display: block
}

.vdropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto
}

.vdropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
	background: linear-gradient(180deg, #be2626, #a92222);
	padding: .5em 1.2em;
	color: #fff
}

.vdropzone .dz-preview .dz-error-message:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 64px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #be2626
}

.help-block {
	color: #d9534f;
	margin-top: 0;
	font-size: 11px;
	position: absolute;
	display: block;
	margin-bottom: 10px
}

.form-field {
	display: block;
	width: 100%;
	height: 45px;
	border-radius: 4px;
	border: 1px solid #c0cdd8;
	padding: 0 9px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	-webkit-box-shadow: inset 0 3px 0 0 #f5f7f9;
	box-shadow: inset 0 3px 0 0 #f5f7f9;
	font-size: 14px;
	color: #5e758c;
	outline: none;
	-webkit-transition: .3s;
	transition: .3s
}

.form-field:-webkit-autofill {
	background-color: transparent;
	color: #aab0b6;
	-webkit-box-shadow: 0 3px 0 0 #f5f7f9 inset, 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #aab0b6!important
}

.form-field::-webkit-input-placeholder {
	color: #aab0b6;
}

.form-field:-ms-input-placeholder {
	color: #aab0b6;
}

.form-field::placeholder {
	color: #aab0b6;
}
.dec-field::-webkit-input-placeholder {
    color: #aab0b6;
}
.dec-field:-ms-input-placeholder {
    color: #aab0b6;
}
.dec-field::placeholder {
    color: #aab0b6;
}

.btnv,
.form-field:focus,
.form-field:hover {
	outline: none
}

.btnv {
	height: 46px;
	line-height: 46px;
	padding: 0 25px;
	border: none;
	cursor: pointer
}

/** {
	-webkit-box-sizing: unset;
	box-sizing: unset
}*/

a:focus,
a:hover {
	color: inherit
}

body {
	font-family: Roboto, sans-serif;
	color: #1e2022;
	min-width: 1420px
}

.wrapper {
	width: 1288px;
	margin: 0 auto
}

.wrapper-small {
	width: 945px;
	margin: 0 auto
}
.wrapper-shop {
	max-width: 1140px;
	margin: 0 auto;
}
iframe{
    max-width: 100%!important;
}
.btnv {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.btnv_lavender {
    background: #5d9efc;
}

.btnv_lavender:hover {
    background-color: #09a879;
	text-decoration: none;
    color: #fff;
    text-decoration: none;
}

.btnv_mint {
	background-color: #07c48c;
}
.pay-btn{
    margin-top: 15px;
    width: 205px;
}
.pay-btn .parcels__li-field-total-prefix{
    color: #fff;
}
.btnv_mint:hover {
    background-color: #09a879;
    text-decoration: none;
    color: #fff;
}
.btnv_red {
	background-color: #e73f5a;
}

.btnv_red:hover {
	background-color: #d6092b;
    color: #fff;
	text-decoration: none
}

.link {
	color: #3ec6ff;
	text-decoration: none
}

.link:hover {
	text-decoration: underline
}

.header {
	height: 70px;
	background-color: #fff;
    position: relative;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

.header__logo {
	display: block;
	float: left;
	margin: 17px 32px 0 0;
	width: 127px;
	height: 32px;
	background-image: url(../img/logo.png?4e6e8ff3d80286b6d24db17e3ab93e8b);
	background-position: 50%;
	background-repeat: no-repeat
}

.header__motto {
	float: left;
	margin: 13px 160px 0 0;
	font-size: 15px;
	font-weight: 300;
	color: #687c8c;
	line-height: 41px;
	border-left: 1px solid #c6e9fd;
	padding-left: 11px
}
.header__nav {
    display: block;
    float: left;
    width: 467px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
}
.header__nav-item {
	display: inline-block;
	padding-right: 35px;
	position: relative
}

.header__nav-item:last-of-type {
	padding-right: 0
}

.header__nav-item:hover .header__nav-item-drop {
	display: block
}

.header__nav-item-drop {
	position: absolute;
	z-index: 10;
	padding: 5px 15px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #3ec6ff;
	width: 155px;
	left: 0;
	display: none;
	-webkit-transition: .3s;
	transition: .3s
}
.currency-drop{
    width: 75px;
}
.header__nav-item-drop-item {
	font-size: 12px;
	color: #556e82;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	display: block;
	margin: 10px 0;
    line-height: 16px;
    transition: color 0.3s ease;
}
.header__nav-item-drop-item:hover {
	text-decoration: none;
    color: #2b2935;
}

.header__nav-name {
	font-size: 12px;
	color: #556e82;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none
}

.header__nav-name:hover {
	text-decoration: underline
}
.header__nav-name:after {
	content: "";
	display: inline-block;
	vertical-align: 2px;
	width: 6px;
	height: 3px;
	background-image: url(../img/arrow-header.png?beec08f73c28452ce40122db951d10c0);
	background-position: 50%;
	background-repeat: no-repeat;
	margin-left: 5px
}

.header__nav-name_contacts:after {
	display: none
}

.header__right-box {
	margin-top: 20px;
	float: right;
}

.header__search-icon {
	display: inline-block;
	vertical-align: -2px;
	width: 12px;
	height: 11px;
	background-image: url(../img/icon_search.png?cccfa70b81e0f55d7b3d54a4ce66e0e5);
	background-position: 50%;
	background-repeat: no-repeat
}

.header__lang {
	margin-right: 5px;
	width: 49px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #9cadbb;
	border-right: 1px solid #c6e9fd
}

.header__lang,
.header__log-in {
	display: inline-block;
	text-align: center;
	font-weight: 500
}
.header__log-in {
    height: 32px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 34px;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    margin-left: 10px;
    padding: 0 15px;
}
.login-btn{
    background: #07c48c;
    color: #fff;
    border: 1px solid #07c48c;
}
.header__log-in:hover {
    background-color: #16dca1;
    color: #fff;
    text-decoration: none
}
.reg-btn{
    background: #5d9efc;
    color: #fff;
    border: 1px solid #5d9efc;
}
.reg-btn:hover{
    background-color: #16dca1;
    color: #fff;
    text-decoration: none;
    border: 1px solid #16dca1;
}
.header__user {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
}
.header__user .header__user-menu {
    visibility: hidden;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity .3s linear;
    transition: visibility 0s, opacity .3s linear;
    position: absolute;
    z-index: 1000;
    width: 150px;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 15px;
    right: -20px;
    top: 15px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-top: 2px solid #22e9ae;
}

.header__user .header__user-menu .header__user-menu-item {
	margin-bottom: 10px
}

.header__user .header__user-menu a {
	color: #8f9fac;
	font-size: 14px;
}

.header__user .header__user-menu a:hover {
	color: #2b343b;
	text-decoration: none
}

.header__user:hover .header__user-menu {
	visibility: visible;
	opacity: 1
}

.header__user-name {
	font-size: 14px;
	color: #556e82;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis
}

.header__user-name:before {
	display: inline-block;
	content: "";
	background: url(../img/user-icon.png?67b71a2cd8ce725d38784eb3165cae12) no-repeat transparent;
	width: 12px;
	height: 13px;
	margin-right: 10px;
	position: absolute;
	top: 3px;
	left: 0
}
.header__user-name::after {
    display: inline-block;
    content: "";
    background: url(../img/arrow-header.png?beec08f73c28452ce40122db951d10c0) no-repeat transparent;
    margin-left: 10px;
    position: absolute;
    top: 9px;
    width: 6px;
    height: 3px;
    right: -13px;
}
.screen-promo {
	background-color: #7dccdf;
	background-image: url(../img/airplane.jpg?c9ddfe72fdec1ad1b38f0fe10807d644);
	background-position: 50%;
	background-repeat: no-repeat;
	min-height: 628px;
	padding-top: 145px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.screen-promo__up-title {
	color: #394046;
	font-size: 16px;
	line-height: 25px;
	border-left: 1px solid #fff;
	padding-left: 15px;
	margin-bottom: 10px
}
.screen-promo__title {
    font-weight: 100;
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 46px;
}
.screen-promo__btn {
	display: inline-block;
	height: 44px;
	line-height: 46px
}

.screen-promo__btn_delivery {
	margin-right: 4px;
}
.screen-promo__btn:hover {
	text-decoration: none
}

.reason {
	padding: 113px 0 64px;
	background-color: #eef7fb;
}
.need-margin{
    margin-bottom: 50px;
}
.reason__title {
	color: #1e2022;
	font-weight: 100;
	font-size: 32px;
	text-align: center;
	margin-bottom: 59px
}

.reason__list {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto
}

.reason__list_first-row {
	width: 1120px
}

.reason__list_second-row {
	width: 960px
}

.reason__list-item {
	display: inline-block;
	width: 320px;
	min-height: 154px;
	vertical-align: top
}

.reason__icon {
	display: block;
	margin: 0 auto 12px;
	background-image: url(../img/reason_scrite.png?432b13e7ef2ede489f67e7439481429f);
	background-repeat: no-repeat;
	height: 52px
}

.reason__icon_support {
	width: 47px;
	background-position: 0 0
}

.reason__icon_snitch {
	width: 53px;
	background-position: -52px 0
}

.reason__icon_matrioshka {
	width: 32px;
	background-position: -116px 0
}

.reason__icon_umbrella {
	width: 42px;
	background-position: -159px 0
}

.reason__icon_mailbox {
	width: 37px;
	background-position: -206px 0
}

.reason__desc {
	font-size: 14px;
	line-height: 20px;
	color: #1e2022
}

.pricing {
	background: #3ec6ff;
	overflow: hidden;
    padding-bottom: 60px;
}
.pricing__wrapper {
	min-height: 607px;
	position: relative;
	padding-top: 69px
}

.pricing__wrapper:before {
	width: 378px;
	height: 309px;
	background-image: url(../img/hexagon-left.png?d2fc7a13cdf575c10f65fa32a4d896b4);
	top: -138px;
	left: -346px
}

.pricing__wrapper:after,
.pricing__wrapper:before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute
}

.pricing__wrapper:after {
	width: 375px;
	height: 353px;
	background-image: url(../img/hexagon-rigth.png?e560fe4b701b022895aade71c2c45803);
	bottom: -143px;
	right: -375px
}

.pricing__desc-block {
	display: inline-block;
	width: 440px;
	margin-top: 108px
}

.pricing__title {
	font-size: 32px;
	color: #fff;
	font-weight: 100;
	margin-bottom: 27px
}

.pricing__subtitle {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: 300;
	margin-bottom: 15px
}
.pricing__desc {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 15px 20px 0 20px;
}

.pricing__calc-block {
	display: inline-block;
	float: right;
	margin-right: 8px;
	width: 640px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	padding: 30px 0 0 0;
}

.pricing__calc-block,
.pricing__tabs {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pricing__tabs {
	border-bottom: 1px solid #e8eef2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 0 25px;
}

.pricing__tab {
	display: inline-block;
	width: 50%;
	padding-bottom: 27px;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-weight: 500;
	text-transform: uppercase;
	color: #b0b9c1;
	font-size: 12px;
	text-align: center
}
.pricing__tab.active:after {
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -1px
}

.pricing__form {
	display: block
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    color: #454545;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -15px;
    margin-left: -.6em;
}
.pricing__form-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 25px 0;
}
.pricing__form-box_bottom {
    padding: 19px 25px 20px 25px;
    background: #e5f6fc;
    margin-top: 15px;
}
.calc-btn-block{
    text-align: right;
}
.pricing__form-title {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #36393c;
	margin-bottom: 10px
}

.pricing__form-title-grey {
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	color: #969ca1;
	margin-bottom: 10px;
	padding-left: 15px
}

.pricing__form-select {
	display: block;
	background-color: transparent;
	width: 100%;
	height: 48px;
	line-height: 48px;
	-webkit-box-shadow: inset 0 3px 0 0 #f5f7f9;
	box-shadow: inset 0 3px 0 0 #f5f7f9;
	border-radius: 4px;
	color: #aab0b6;
	border: 1px solid #e1e6ea;
	outline: none;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../img/select-arrow.png?c30260aa44e028ba8dd25741f6dd973e);
	background-repeat: no-repeat;
	background-position: 245px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 14px
}

.pricing__form-select:focus,
.pricing__form-select:hover {
	outline: none
}

.pricing__grey-form-box {
	margin-top: 40px;
	padding: 2px 40px 28px;
	background-color: #e5f6fc;
	border-top: 1px solid #eaeff2;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.pricing__grey-form-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 23px
}

.pricing__line-wrap {
	display: inline-block;
	width: 528px;
	background-color: transparent;
	border: 1px solid #e1e6ea;
	height: 47px;
	border-radius: 3px;
	margin-top: 9px
}

.pricing__line {
	width: 420px;
	height: 3px;
	background-color: #e3eaf0;
	display: inline-block;
	margin: 23px 0 0 22px
}

.pricing__progress-line {
	display: block;
	width: 50%;
	height: inherit;
	background-image: -webkit-gradient(linear, left top, right top, from(#29c5e2), to(#27dfaf));
	background-image: linear-gradient(90deg, #29c5e2 0, #27dfaf);
	position: relative
}

.pricing__progress-circle {
	display: block;
	position: absolute;
	top: -17px;
	right: -17px;
	border-radius: 50%;
	background-color: #22e9ae;
	opacity: .8;
	-webkit-box-shadow: 0 8px 16px 0 rgba(36, 225, 169, .004);
	box-shadow: 0 8px 16px 0 rgba(36, 225, 169, .004);
	width: 35px;
	height: 35px
}

.pricing__progress-circle:before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 7px;
	background-image: url(../img/slider-arrow.png?fcfa9ce8c0cb761437f83e71af2ac6f1);
	background-position: 50%;
	background-repeat: no-repeat;
	margin: 14px 0 0 12px
}

.pricing__input-weight {
	float: right;
	height: 45px;
	width: 60px;
	margin: -1px -1px -1px 0;
	outline: none;
	border: 1px solid #e1e6ea;
	background: #fff;
	-webkit-box-shadow: inset 0 3px 0 0 #f5f7f9;
	box-shadow: inset 0 3px 0 0 #f5f7f9;
	text-align: center;
    font-size: 16px;
    color: #556e82;
	line-height: 45px;
	border-radius: 3px;
}

.pricing__input-weight:focus,
.pricing__input-weight:hover {
	outline: none
}

.pricing__weight-kind {
	vertical-align: middle;
	display: inline-block;
	height: 45px;
	line-height: 47px;
    font-size: 16px;
    color: #5cb85c;
	margin-left: 7px
}

.pricing__total-price-box {
	display: block;
	padding: 15px 15px 15px 15px;
}

.pricing__price-title {
	font-weight: 300;
	font-size: 20px;
	line-height: 21px;
	color: #36393c;
    margin-right: 30px;
    float: left;
}
.pricing__currency {
    display: inline-block;
    vertical-align: 18px;
    margin-right: 2px;
    font-weight: 400;
    font-size: 26px;
    color: #5cb85c;
    line-height: 1px;
    position: relative;
    top: 3px;
}
.pricing__total-price-wrap{
    float: left;
    margin-right: 30px;
}
.pricing__total-price {
	display: inline-block;
	font-size: 45px;
	color: #36393c;
	font-weight: 300
}
.pricing__total-price-eur{
    display: inline-block;
    font-size: 45px;
    color: #36393c;
    font-weight: 300;
}
.curs-line{
    display: block;
    margin-top: 5px;
}
.pricing__checkbox-box {
	border-right: 1px solid #dee6ec
}

.pricing__checkbox {
	width: 17px;
	height: 17px;
	border: 1px solid #e1e6ea;
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: -2px
}

.pricing__checkbox:focus,
.pricing__checkbox:hover {
	outline: none
}

.pricing__checkbox-label {
	line-height: 50px;
	font-size: 14px;
	font-weight: 500;
	color: #36393c
}

.pricing__btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	outline: none;
	border: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer
}

.pricing__btn:hover {
	text-decoration: none
}

.pricing__slider {
	width: 420px;
	margin-left: 20px;
	height: 3px;
	background-image: -webkit-gradient(linear, left top, right top, from(#29c5e2), to(#27dfaf));
	background-image: linear-gradient(90deg, #29c5e2 0, #27dfaf);
	border: none;
	display: inline-block;
	margin-top: 21px
}
.parice-total-rub {
    display: inline-block;
    margin-left: 0;
    font-size: 22px;
    color: #556e82;
    margin-top: 5px;
}
.curs-zb{
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.how-it-works {
	background-color: #fff;
	min-height: 886px;
	overflow: hidden
}

.how-it-works__wrapper {
	position: relative;
	z-index: 1
}

.how-it-works__wrapper:before {
	display: block;
	content: "";
	width: 760px;
	height: 886px;
	background-image: url(../img/how-it-works_bg.jpg?72be65c66884a71f7a7baf9ddb0ec931);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -320px;
	z-index: -1
}

.how-it-works__form-box {
	float: left;
	margin: 220px 0 0 310px;
	background-color: #f5fafc;
	border-radius: 3px;
	width: 318px;
	height: 436px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.how-it-works__amazon-logo {
	display: block;
	width: 78px;
	height: 24px;
	background-image: url(../img/amazon-logo.png?e782ffc0f636a9918cfbcf6285301011);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 auto 20px
}

.how-it-works__box-title {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #161618;
	margin-bottom: 19px
}

.how-it-works__field-name {
	font-size: 11px;
	font-weight: 500;
	color: #161618;
	margin-bottom: 5px;
	display: block
}

.how-it-works__field {
	display: block;
	width: 100%;
	height: 36px;
	border-radius: 4px;
	border: 1px solid #e1e6ea;
	padding: 0 9px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 22px;
	font-size: 11px;
	font-weight: 500;
	outline: none;
	-webkit-transition: .3s;
	transition: .3s
}

.how-it-works__field:focus,
.how-it-works__field:hover {
	outline: none
}

.how-it-works__select-bg {
	display: block;
	border-radius: 5px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e5ecf7), to(#f8fafd));
	background-image: linear-gradient(0deg, #e5ecf7 0, #f8fafd)
}

.how-it-works__select {
	background-color: transparent;
	background-image: url(../img/select-arrow-bottom.png?5fee99158476f6ac9463521a78b81ed6);
	background-position: 246px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #aab0b6
}

.how-it-works__input {
	color: #aab0b6
}

.how-it-works__input:focus {
	border: 1px solid #c5dcfd;
	color: #c5dcfd;
	-webkit-box-shadow: 0 0 5px 0 #c5dcfd;
	box-shadow: 0 0 5px 0 #c5dcfd
}

.how-it-works__input.error {
	border: 1px solid #e50c0b;
	color: #e50c0b;
	-webkit-box-shadow: 0 0 5px 0 #e50c0b;
	box-shadow: 0 0 5px 0 #e50c0b
}

.how-it-works__instruction-box {
	width: 491px;
	float: right;
	margin-top: 128px
}

.how-it-works__title {
	font-size: 32px;
	color: #161618;
	font-weight: 100;
	margin-bottom: 35px
}

.how-it-works__subtitle {
	font-size: 20px;
	line-height: 26px;
	color: #161618;
	font-weight: 300;
	margin-bottom: 30px
}

.how-it-works__hr {
	display: block;
	width: 455px;
	height: 1px;
	background: #dee6ec;
	margin-bottom: 44px
}

.how-it-works__schema {
	width: 357px;
	margin-left: 5px
}

.how-it-works__schema-part-title {
	border-left: 1px solid #e0ebfb;
	padding: 0 26px 0 48px;
	font-size: 17px;
	color: #161618;
	font-weight: 500;
	position: relative
}

.how-it-works__schema-part-title:before {
	display: block;
	content: "";
	background: #fff;
	border: 2px solid #a1c5fb;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -6px
}

.how-it-works__schema-part {
	border-left: 1px solid #e0ebfb;
	border-bottom: 1px solid #e0ebfb;
	padding: 32px 26px 32px 48px;
	font-size: 14px;
	line-height: 20px;
	color: #6e858f;
	position: relative
}

.how-it-works__schema-part:before {
	display: block;
	content: "";
	background: #a1c5fb;
	border: 4px solid #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -8px
}

.how-it-works__schema-part_last {
	border-bottom: none
}

.how-it-works__schema-part-btn {
	padding: 16px 73px 0 55px;
	position: relative
}

.how-it-works__schema-dash {
	display: block;
	width: 1px;
	height: 47px;
	position: absolute;
	top: 0;
	left: 0;
	background: #e0ebfb
}

.how-it-works__schema-dash:before {
	display: block;
	content: "";
	background: #fff;
	border: 2px solid #a1c5fb;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: -6px
}

.how-it-works__btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	outline: none;
	border: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer
}

.most-popular {
	background-color: #e7f1f5;
	padding: 80px 0 60px;
}

.most-popular__title {
	font-size: 32px;
	color: #000;
	text-align: center;
	margin-bottom: 8px
}
.most-popular__see-all {
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 50px
}
.most-popular__see-all a {
	color: inherit;
	text-decoration: none
}

.most-popular__see-all a:hover {
	text-decoration: underline
}

.most-popular__brand-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
    box-sizing: border-box;
}

.most-popular__brand-list-item {
	display: inline-block;
	background: #fff;
	width: 240px;
	height: 250px;
	border-bottom: 1px solid #87dbfe;
    margin: 0 10px;

}
.most-popular__brand-list-item a{
    color: #161618;
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    padding-top: 5px;
    display: flex;
    align-items: center;
}
.most-popular__brand-list-item a:hover{
    text-decoration: none;
    color: #000;
    border: 1px solid #87dbfe;
}

.most-popular__brand-logo {
	margin: 0 auto 0 auto;
	display: block;
    width: 140px;
    max-width: 100%;
}

.most-popular__top-sales-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.most-popular__top-sales-list-item {
	display: inline-block;
	width: 420px;
	height: 167px;
	padding: 20px 0 20px 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.most-popular__top-sales-list-item.lavender {
	background-color: #ccdefa
}

.most-popular__top-sales-list-item.sky {
	background-color: #baf2f5
}

.most-popular__top-sales-list-item.lemon {
	background-color: #e6f5ba
}

.most-popular__desc-box {
	display: inline-block;
	position: relative;
	z-index: 1
}

.most-popular__top-sales-dash {
	display: block;
	width: 22px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 18px
}

.most-popular__top-sales-title {
	display: block;
	font-size: 11px;
	color: #1a3132;
	text-transform: uppercase;
	margin-bottom: 15px
}

.most-popular__top-sales-desc {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #1a3132;
	margin-bottom: 14px
}

.most-popular__btn {
	display: block;
	text-decoration: none;
	border-radius: 3px;
	width: 65px;
	height: 23px;
	font-size: 12px;
	border: 2px solid #fff;
	background: #fff;
	line-height: 25px;
	font-weight: 500;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s
}

.most-popular__btn.lavender {
	color: #9fafbd
}

.most-popular__btn.sky {
	color: #abd2d4
}

.most-popular__btn.lemon {
	color: #b9c791
}

.most-popular__btn:hover {
	background: transparent;
	color: #fff;
	text-decoration: none
}

.most-popular__ill {
	display: block;
	position: absolute;
	top: 0;
	right: 0
}

.slider {
	position: relative
}

.slider__option {
	position: absolute;
	display: block;
	width: 44px;
	height: 49px;
	top: 81px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.slider__option_prev {
	background-image: url(../img/slide-arrow-left.png?85ba3846b4b3a6fc7ed1295dfc1ec656);
	left: -63px
}

.slider__option_next,
.slider__option_prev {
	background-position: 50%;
	background-repeat: no-repeat
}

.slider__option_next {
	background-image: url(../img/slide-arrow-rigth.png?6a2bb5e8245c0b7326e3e5ceae0a0bc9);
	right: -63px
}

.slider__option:hover {
	opacity: .9
}

.subscribe {
	padding: 60px 0;
	background: #fff
}

.subscribe__title {
	display: inline-block;
	width: 400px;
	font-size: 30px;
	color: #000;
	font-weight: 100
}
.subscribe__right-box {
	width: 880px;
	float: right
}
.subscribe__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.subscribe__field {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 46px;
	border-radius: 4px;
	border: 1px solid #e5e8ea;
	background-color: transparent;
	padding: 0 15px;
	font-size: 14px;
}
.subscribe__field_name {
	width: 420px
}

.subscribe__field_email {
	width: 370px
}

.subscribe__field:focus,
.subscribe__field:hover {
	outline: none
}

.subscribe__field:focus {
	border: 1px solid #3ec6ff
}

.subscribe__field.error {
	border: 1px solid #e41e1c
}
.subscribe__btn {
	width: 71px;
	height: 46px;
	border-radius: 4px;
	padding: 0;
	outline: none;
	border: none;
	cursor: pointer
}
.follow-us {
	width: 280px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 23px
}

.follow-us__item {
	display: inline-block
}

.follow-us__title {
	width: 120px;
	font-size: 14px;
	color: #000;
}

.follow-us__icon {
	display: inline-block;
	background-image: url(../img/s-network_sprite1.png);
	background-repeat: no-repeat;
	height: 14px;
	cursor: pointer
}

.follow-us__icon_facebook {
	width: 8px;
	background-position: 0 0
}

.follow-us__icon_instagram {
	width: 13px;
	background-position: -35px 0
}

.follow-us__icon_vk {
	width: 20px;
	background-position: -55px 0
}

.follow-us__icon_youtube {
	width: 17px;
	background-position: -83px 0
}

.follow-us__icon_twitter {
	width: 15px;
	background-position: -104px 0
}

.footer {
	background: #2b2935;
	padding: 52px 0 54px
}

.footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left
}
.footer__box-first {
	display: inline-block;
	width: 393px
}
.footer__logo {
	display: block;
	width: 127px;
	height: 11px;
	margin: 9px 0 24px
}
.footer__motto {
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #fff
}
.footer__dash {
	display: block;
	width: 41px;
	height: 1px;
	margin: 118px 0 11px
}

.footer__copy {
	display: block;
	font-size: 13px;
	line-height: 30px;
	color: #888696
}

.footer__col {
	width: 280px;
	display: inline-block;
	vertical-align: top
}

.footer__nav {
	width: 880px;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left
}

.footer__list-item {
	font-size: 13px;
	line-height: 30px;
	color: #888696
}

.footer__list-item-title {
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 8px;
	color: #fff;
	text-transform: uppercase
}

.footer__list-link {
	color: inherit;
	text-decoration: none
}
.advantages {
	background: url(../img/advantages.jpg?85c074ea4fcab532084100bb39a4846b) top no-repeat #f4f9fb
}

.advantages__quote-box {
	width: 500px;
	height: 554px;
	overflow: hidden;
	padding-top: 60px;
	color: #000;
	line-height: 20px
}

.advantages__box-title {
	font-size: 32px;
	margin-bottom: 60px
}

.advantages__box-content {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 40px
}

.advantages__quote {
	border-left: 1px solid #62edc4;
	padding-left: 40px
}

.advantages__quote-text {
	margin-bottom: 20px
}

.advantages__quote-conclusion {
	color: #50e6bd;
	margin-bottom: 15px
}

.advantages__list-wrapper {
	background-color: #fff
}

.advantages__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.advantages__col {
    width: 33.3%;
    border: 1px solid #dde6ed;
    height: 320px;
    padding: 20px 90px 15px 25px;
    background-position: 320px 230px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.advantages__col-reg {
	background-image: url(../img/advantages1.png?ed8aa1546c7c7bc53a16776dc74aa780)
}

.advantages__col-buy {
	background-image: url(../img/advantages2.png?193df40e319339f93ca93c49550cc8e5)
}

.advantages__col-quality {
	background-image: url(../img/advantages3.png?dd1cf26431857dc0e6e633ab07b9857c)
}

.advantages__col-economy {
	background-image: url(../img/advantages4.png?08ab5e4bf7326d95da11daa76546f6f6)
}

.advantages__col-save {
	background-image: url(../img/advantages5.png?f59de36768510135312dfb91bd3d6e34)
}

.advantages__col-low-cost {
	background-image: url(../img/advantages6.png?0012df404509cc053191282d672b67a1)
}

.advantages__col-security {
	background-image: url(../img/advantages7.png?5eeee0e1c50dd0ba2f6b4046f47984aa)
}

.advantages__col-fast {
	background-image: url(../img/advantages8.png?a52cd1504fd38138a8e9408f484b5ab3)
}

.advantages__col-safe {
	background-image: url(../img/advantages9.png?5eff1b14a985c8ae46efe789ce52e716)
}

.advantages__num {
	color: #50e6bd;
	margin-bottom: 15px
}

.advantages__title {
	color: #1e2022;
	line-height: 22px;
	margin-bottom: 20px
}
.advantages__content {
    color: #6e858f;
    line-height: 20px;
    font-size: 14px;
}
.advantages__content li {
	padding-left: 20px
}

.advantages__content li:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	content: " ";
	background-color: #50e6bd;
	position: relative;
	top: -1px;
	left: -15px
}

.shops.shops__list-page {
	background-color: #fff
}

.shops {
	background-color: #f4f9fb;
	padding-top: 50px;
    padding-bottom: 30px;
}

.shops h1 {
	font-size: 32px;
	text-align: center;
    font-weight: 500;
}
.shop-place{
    text-align: center;
    margin: 10px auto 50px auto;
    color: #687c8c;
    font-weight: 400;
    font-size: 18px;
}
.shops__body-content {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.shops__image {
	display: block;
	float: left;
	margin: 0 30px 10px 0;
}

.shops__text {
	line-height: 1.4;
}
.default-text .shops__text p{
	font-size: 18px;
}
.shops__text h2:first-child{
    margin-top: 10px;
}

.shops p {
	margin-bottom: 12px
}

.shops h2 {
	font-size: 22px
}

.shops h2,
.shops h3 {
	font-weight: 500;
	margin: 15px 0 8px
}

.shops h3 {
	font-size: 18px
}

.shops__title,
.shops strong {
	font-weight: 700
}

.shops__title {
	font-size: 20px;
	margin-bottom: 15px
}
.base-title{
    margin-bottom: 50px;
}
.shops__title a {
	color: #1e2022
}
.shops__title span{
    color: #687c8c;
    font-weight: 300;
    font-size: 16px;
}
.shops__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left
}

.shops__columns-left {
	width: 200px;
	margin-right: 25px;
	background-color: #f4f9fb;
	border-radius: 5px;
	padding: 30px 20px
}

.shops__columns-left a {
	color:#556e82;
	font-size: 15px;
	text-decoration: none
}

.shops__columns-left a:hover {
	text-decoration: underline
}

.shops__filter-list-item {
	margin-bottom: 10px
}

.shops__filter-list {
	border-bottom: 1px solid #d9e4eb;
	margin-bottom: 15px
}

.shops__filter-list:last-child {
	border-bottom: none
}

.shops__columns-right {
	width: 675px
}
.shops__list-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #3ec6ff;
    padding-bottom: 20px;
}
.shops__list-image {
    text-align: right;
}
.shops__list-image img {
    max-height: 100%;
    max-width: 100%;
}
.shops__more-button {
    display: inline-block;
    border: 1px solid #3ec6ff;
    background: #3ec6ff;
    border-radius: 5px;
    padding: 4px 13px;
    font-size: 15px;
    transition: all 0.3s;
    font-weight: 400;
    margin-top: 5px;
    color: #fff;
}
.shops__more-button:hover {
	text-decoration: none;
	background-color: #fff;
	color: #3ec6ff;
}

.call-request a {
	position: fixed;
	left: 40px;
	bottom: 40px;
	width: 112px;
	height: 112px;
	background: url(../img/ring.png?44ff0fcf1a87616727622e08fa81c536) 50% no-repeat transparent;
    z-index: 9998;
}

.call-request a:focus {
	outline: none
}

.login-page {
	background-color: #f4f9fb;
	padding: 94px 0 140px
}
.login-page__wrapper {
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 40px 40px 40px;
    max-width: 100%;
    text-align: center;
    border: 1px solid #0aaff5;
    border-radius: 9px;
}
.login-page__box {
    width: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.already-have {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px;
}
.login-page__box_left {
	border-right: 1px solid #e8eef2;
	padding: 0 40px
}
.auth-title{
    text-align: center;
    font-size: 24px;
}
.velor-auth-logo{
    margin-top: 20px;
}
.no-reg-info{
    margin-top: 30px;
    font-size: 14px;
}
.no-reg-info p{
    margin-bottom: 10px;
}
.login-page__form {
	display: block;
	position: relative
}
.login-page__box label{
    margin: 0 0 5px 3px;
    font-weight: 300;
}

.login-page__title {
	font-size: 20px;
	line-height: 26px;
	color: #1e2022;
	margin-bottom: 25px
}

.login-page__desc {
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #36393c;
    margin-top: 40px;
}
.have-reg-promo{
    color: #0aaff5;
    font-size: 14px;
    cursor: pointer;
}
.have-reg-promo:hover{
    color: #36393c;
    text-decoration: underline;
}
.form-promo{
    display: none;
}
.login-page__desc a {
	color: #3ec6ff;
	text-decoration: none
}

.login-page__desc a:hover {
	text-decoration: underline
}

.login-page__form-group {
	margin-bottom: 19px
}

.login-page__field {
	display: block;
	width: 100%;
	height: 47px;
	border-radius: 4px;
	border: 1px solid #3ec6ff;
	padding: 0 9px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
    font-size: 14px;
    color: #556e82;
	outline: none;
	-webkit-transition: .3s;
	transition: .3s
}

.login-page__field:-webkit-autofill {
    /*background: none;
	color: #aab0b6;
	-webkit-box-shadow: 0 3px 0 0 #f5f7f9 inset, 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #aab0b6!important*/
}

.login-page__field::-webkit-input-placeholder {
	color: #aab0b6
}

.login-page__field:-ms-input-placeholder {
	color: #aab0b6
}

.login-page__field::placeholder {
	color: #aab0b6
}

.login-page__field:focus,
.login-page__field:hover {
	outline: none
}

.login-page__checkbox {
	width: 17px;
	height: 17px;
	border: 1px solid #e1e6ea;
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: -2px
}

.login-page__checkbox:focus,
.login-page__checkbox:hover {
	outline: none
}

.login-page__checkbox-label {
	font-size: 12px;
	font-weight: 500;
	color: #36393c
}

.login-page__btn-box {
    margin-top: 30px;
}

.login-page__btn {
	height: 46px;
	padding: 0 25px;
	outline: none;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer
}

.login-page__btn,
.login-page__btn-reset {
	font-size: 14px
}

.login-page__btn-reset {
	margin-left: 9px;
	color: #3ec6ff;
	text-decoration: none
}

.login-page__btn-reset:hover {
	text-decoration: underline
}

.login-page__social-box {
	padding: 26px 0;
	background-color: #3ec6ff;
	text-align: center;
	margin-top: 60px
}

.login-page__social-title {
	font-size: 17px;
	line-height: 21px;
	color: #000;
	margin-bottom: 16px
}

.login-page__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 200px
}

.login-page__social-list-item {
	background-color: transparent;
	display: inline-block;
	width: 31px;
	height: 31px;
	border-radius: 3px;
	border: 1px solid #8bddff;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.login-page__social-list-item:hover {
	background-color: #fff;
	border: 1px solid #fff
}

.login-page__social-list-item:hover .login-page__social-icon_fb {
	background-position: 0 -15px
}

.login-page__social-list-item:hover .login-page__social-icon_vk {
	background-position: -9px -15px
}

.login-page__social-list-item:hover .login-page__social-icon_mail {
	background-position: -30px -15px
}

.login-page__social-list-item:hover .login-page__social-icon_od {
	background-position: -49px -15px
}

.login-page__social-list-item:hover .login-page__social-icon_google {
	background: url(../img/g-icon-hover.png?d0307c722c25c989c61ac15b9187e2d2) 8px 0 no-repeat
}

.login-page__social-icon {
	display: block;
	margin: 9px auto 0;
	height: 14px;
	background-image: url(../img/icon-social_sprite.png?cc2febced3aebf63a85621192af8db73);
	background-repeat: no-repeat
}

.login-page__social-icon_fb {
	width: 6px;
	background-position: 0 0
}

.login-page__social-icon_vk {
	width: 17px;
	background-position: -9px 0
}

.login-page__social-icon_mail {
	width: 15px;
	background-position: -30px 0
}

.login-page__social-icon_od {
	width: 9px;
	background-position: -49px 0
}

.login-page__social-icon_google {
	background: url(../img/g-icon.png?b56c56d088c46950df15ff33d0eef6bf) 8px 0 no-repeat;
	height: 16px
}

.decor-line {
	height: 69px;
	background-image: url(../img/decor-line.jpg?e8761eca72a51c7ea49499e84ba953cd);
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #61ced4
}

.about-service {
	background-color: #fff;
	padding: 100px 0 117px
}

.about-service__ill {
	display: inline-block;
	margin: 28px 0 0 147px;
	width: 328px;
	height: 488px;
	background-image: url(../img/about-service_ill.png?12fc7926cd7d6b8350be221b1d4045d2);
	background-repeat: no-repeat;
	background-position: 0 0
}

.about-service__title {
	font-size: 32px;
	text-align: center;
	color: #1e2022
}

.about-service__box {
	width: 600px;
	float: right;
	padding-top: 52px
}

.about-service__title-grey {
	font-weight: 100;
	color: #6e858f;
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 45px
}

.about-service__blue-title {
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	color: #3ec6ff;
	text-transform: uppercase
}

.about-service__desc {
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	color: #161618;
	margin-bottom: 34px
}

.about-service__desc-small {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #161618;
	padding-left: 40px
}

.offices {
	background-color: #3ec6ff;
	background-image: url(../img/offices_bg.png?4eec35d0089ecd8bb71ab166b3504795);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden
}

.offices__wrapper {
	position: relative;
	padding: 140px 0 114px
}

.offices__wrapper:before {
	width: 392px;
	height: 350px;
	background-image: url(../img/offices_before.png?341a74c008909a5c07a7110f93afda56);
	top: -159px;
	left: -360px
}

.offices__wrapper:after,
.offices__wrapper:before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute
}

.offices__wrapper:after {
	width: 215px;
	height: 226px;
	background-image: url(../img/offices_after.png?ab737967ff56350060c1d7cccb830159);
	bottom: 0;
	right: -372px
}

.offices__box {
	width: 480px
}

.offices__title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 22px
}

.offices__address {
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	color: #000;
	margin-bottom: 37px
}

.offices__desc {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	padding: 0 0 32px 38px
}
.offices__desc1{
    padding-bottom: 10px;
}
.offices__list{
    padding-left: 38px;
}
.offices__list li{
    margin-bottom: 5px;
}
.offices__box-green-border {
	border-left: #62edc4
}

.twenty-reasons {
	background-color: #f4f9fb;
	overflow: hidden
}

.twenty-reasons__wrapper {
    position: relative;
    padding: 70px 0 60px;
    max-width: calc(100% - 30px);
}

.twenty-reasons__wrapper:after {
	content: "";
	display: block;
	width: 215px;
	height: 183px;
	background-image: url(../img/twenty-reasons_after.png?369e0776a30d05f932cf42b88b461f14);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0;
	right: -372px
}

.twenty-reasons__title {
	font-size: 32px;
	margin-bottom: 70px;
	text-align: center
}

.twenty-reasons__title b {
	font-weight: 400
}
.twenty-reasons__small-box {
    width: calc(100% / 4 - 15px);
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    text-align: start;
    background: #2b2935;
    border-radius: 15px;
    color: #fff;
    padding: 20px 15px;
}
.twenty-reasons__box-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.twenty-reasons__icon {
	display: block;
	margin: 8px auto 20px;
	height: 40px;
	background-image: url(../img/icon-twenty-reasons_sprite-1.png);
	background-repeat: no-repeat
}

.twenty-reasons__icon_part {
    width: 31px;
    background-position: 0 0;
    min-width: 31px;
    margin-right: 15px;
}

.twenty-reasons__icon_marker-point {
    width: 34px;
    background-position: -40px 0;
    min-width: 34px;
    margin-right: 15px;
}
.twenty-reasons__icon_testing {
    width: 31px;
    background-position: 0 -40px;
    min-width: 31px;
    margin-right: 13px;
}

.twenty-reasons__icon_like {
    width: 34px;
    background-position: -40px -40px;
    min-width: 34px;
    margin-right: 15px;
}
.twenty-reasons__icon_pays {
    width: 36px;
    background-position: -121px -40px;
    min-width: 36px;
    margin-right: 10px;
}
.twenty-reasons__icon_rocker {
    width: 34px;
    background-position: -40px -80px;
    min-width: 34px;
    margin-right: 15px;
}

.twenty-reasons__icon_support {
    width: 34px;
    background-position: -81px -80px;
    min-width: 34px;
    margin-right: 15px;
}

.twenty-reasons__icon_heart {
    width: 36px;
    background-position: -121px -80px;
    min-width: 36px;
    margin-right: 13px;
}

.twenty-reasons__desc {
    font-size: 16px;
    line-height: 1.3;
    color: #3ec6ff;
}

.user-menu {
	background-color: #23212a;
	height: 61px;
    border-top: 1px solid #25beff;
}

.user-menu__title {
	color: #fff;
	font-size: 15px;
	width: 386px;
	margin-left: 175px;
	float: left;
	position: relative;
	top: 22px
}

.user-menu__link {
	color: #b0b9c1;
	text-decoration: none;
    font-size: 14px;
    float: left;
    display: block;
    padding: 21px 3px 20px 3px;
	-webkit-transition: .3s;
	transition: .3s;
    width: 100%;
}

.user-menu__link:hover {
	text-decoration: none
}

.user-menu__link.active,
.user-menu__link:hover {
	color: #3ec6ff;
	border-bottom: 3px solid #3ec6ff
}

.user-menu__balance {
	color: #22e9ae;
	font-size: 14px;
    white-space: nowrap;
}
.shop-parcel .order-items-field{
    line-height: 1.3;
    font-size: 15px;
}
.shop-parcel .parcels__li-field-wrapper {
    line-height: 1.3;
}
.home-page {
	background: url(../img/cartback.jpg?123da43f068ec834fe12b66ea74da50d) top no-repeat #fff;
    min-height: 620px;
}

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

.home-page__left {
	width: 644px
}

.home-page__right {
	width: 564px;
	padding: 80px 0 80px 80px
}

.home-page__part {
	margin-bottom: 25px
}

.home-page__part-link {
	color: #3ec6ff;
	font-size: 17px;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block
}

.home-page__part-link:hover {
	text-decoration: underline
}
.home-page__part-description {
    color: #556e82;
    font-size: 15px;
    line-height: 1.3;
}
.home-page__box {
	position: relative;
	top: 40px;
	background-color: #fff;
	margin: 0 auto;
	width: 470px;
	padding: 40px;
	border-radius: 5px;
	border-left: 5px solid #53ebe5;
	border-right: 5px solid #5ac8fa;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-gradient(linear, left top, right top, from(#53ebe5), to(#5ac8fa)), -webkit-gradient(linear, left top, right top, from(#53ebe5), to(#5ac8fa));
	background-image: linear-gradient(90deg, #53ebe5 0, #5ac8fa), linear-gradient(90deg, #53ebe5 0, #5ac8fa)
}

.home-page__form-title {
	color: #1e2022;
	font-size: 20px;
	margin-bottom: 40px
}

.home-page__first-thing {
	color: #36393c;
	font-size: 16px;
	margin-bottom: 20px
}

.home-page__first-thing:before {
	content: "1.";
	color: #3ec6ff;
	font-size: 13px;
	margin-right: 10px
}

.home-page__second-thing {
	color: #36393c;
	font-size: 16px
}

.home-page__second-thing:before {
	content: "2.";
	color: #3ec6ff;
	font-size: 13px;
	margin-right: 10px
}

.home-page__more-link {
	color: #3ec6ff;
	font-size: 14px
}

.home-page__btn-box {
	text-align: right;
	border-bottom: 1px solid #e8eef2;
	margin: 20px 0 30px;
	padding-bottom: 40px
}

.home-page .form-group {
	margin-bottom: 15px
}

.home-page__delivery-address {
	margin-bottom: 60px
}

.home-page__address-title {
	color: #1e2022;
	font-size: 20px;
	margin-bottom: 40px;
	position: relative
}

.home-page__address-title .home-page__storage {
	color: #3ec6ff;
	display: inline-block;
	position: relative;
    cursor: pointer;
}

.home-page__address-title .home-page__storage:hover .home-page__menu {
	visibility: visible;
	opacity: 1
}

.home-page__address-title .home-page__storage:after {
	background: url(../img/arrow-select.png?048801a747d219081289db3337adcb37) 0 0 no-repeat transparent;
	width: 6px;
	height: 3px;
	display: inline-block;
	content: "";
	position: relative;
	top: -4px;
	right: -4px
}

.home-page__address-wrapper {
	background-color: #f5fafc;
	padding: 20px
}

.home-page__address-line {
	color: #36393c;
	font-size: 20px;
	margin-bottom: 15px;
	word-wrap: break-word;
}
.home-page__address-line p{
    margin-bottom: 15px;
}
.home-page__link-box {
	background: url(../img/tick.png?582224aa4d6df2acc599e5b8ee215d0f) 0 4px no-repeat;
	padding-left: 18px;
	margin-bottom: 15px
}

.home-page__link-box a {
	color: #5f707d
}

.home-page__stamp {
	background: url(../img/stamp.png) 0 0 no-repeat #fff;
	width: 127px;
	height: 127px;
	border: 5px solid #fff;
	border-radius: 70px;
	position: absolute;
	bottom: 20px;
	right: 10px
}
.home-page__menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 22px;
    width: 150px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #eaeaea;
    border-top: 2px solid #22e9ae;
    padding: 15px;
    -webkit-transition: visibility 0s, opacity .3s linear;
    transition: visibility 0s, opacity .3s linear;
    box-shadow: 2px 5px 9px rgba(0,0,0,0.2);
}
.home-page__menu .home-page__menu-item {
	color: #556e82;
	font-size: 17px;
	margin-bottom: 10px
}

.home-page__menu .home-page__menu-item:last-child {
	margin-bottom: 0
}

.home-page__menu .home-page__menu-item:hover {
	color: #3ec6ff;
	text-decoration: none;
	cursor: pointer
}
.balance {
	padding: 80px 0 100px
}
.balance__page {
	background-color: #fff;
	border-radius: 5px
}
.balance__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.balance__tab-item {
	width: 33%
}
.balance__tab-item a {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #b0b9c1;
	font-size: 12px;
	padding: 25px 0;
	border-bottom: 1px solid #e8eef2
}

.balance__tab-item a.active,
.balance__tab-item a:hover {
	color: #3ec6ff;
	text-decoration: none
}

.balance__tab-item a.active {
	border-bottom: 3px solid #3ec6ff
}
.balance__content {
    padding: 0 0 50px 0;
}
.balance__add-form {
    max-width: 420px;
    border-radius: 5px;
    padding: 30px 20px;
    margin: 30px auto 0 auto;
    position: relative;
    text-align: center;
}
.balance__add-form h3{
    font-size: 20px;
    margin: 20px 0;
}
.balance__add-form .form-field {
	background-color: #fff;
	padding-left: 20px
}

.balance__add-form .balance_amount{
    max-width: 130px;
    margin: 0 auto 20px auto;
}

.balance__add-form label {
	color: #36393c;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	padding-left: 5px
}

.balance__form-card-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.balance__form-group-expiration {
	width: 200px;
	margin-right: 10px
}

.balance__form-group-expiration .help-block {
	width: 200px
}

.balance__form-group-cvv {
	width: 100px;
	margin-right: 10px
}

.balance__form-group-cvv .help-block {
	width: 100px
}

.balance__form-group-amount {
	position: relative
}
.balance__form-group-amount .form-field-prefix {
    position: absolute;
    bottom: 10px;
    left: 13px;
    z-index: 1;
}
.balance__form-group-amount .form-field {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 15px 10px 15px;
    height: auto;
    font-size: 16px;
    margin-top: 5px;
}

.balance__btn-box {
	text-align: right;
	padding-top: 10px
}
.balance__table-wrapper {
    padding: 30px 25px 0 25px;
    text-align: center;
}
.balance__star {
	color: #d9534f
}

.balance__description {
	font-size: 12px
}

.balance__table {
	font-size: 13px
}

.balance__table th {
	color: #36393c
}

.balance__table td,
.balance__table th {
	border: none;
	border-right: 1px solid #dee6ec
}

.balance__table td {
	width: 33%
}

.balance__table td:last-child,
.balance__table th:last-child {
	border: none
}

.balance__row-green .balance__operation-amount {
	color: green;
}

.balance__row-red .balance__operation-amount {
	color: #ca0627
}

.user {
	background-color: #f4f9fb;
	padding: 80px 0 100px
}

.user__page {
	background-color: #fff;
	border-radius: 5px
}

.user__tab-item {
	width: 33.3%;
}

.user__content {
	padding: 50px
}

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

.user .form-controls {
	margin-bottom: 20px;
	width: 300px
}

.user__field-first-name-control,
.user__field-last-name-control {
	margin-right: 30px
}

.contacts__box {
	width: 600px
}

.contacts__info-wrapper {
	float: right;
	width: 300px
}
.contacts__info-block {
    border-bottom: 1px solid #d9e4eb;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
}

.contacts__info-block.last {
	border-bottom: none
}

.contacts__info-title {
	color: #000;
	font-size: 17px;
	margin-bottom: 15px
}

.contacts__info-content {
	color: #969ca1;
	font-size: 16px;
	line-height: 18px;
}
.contacts__phone {
    margin: 11px 0;
}

.contacts__phone-num {
	color: #000
}

.contacts__country {
	display: block;
}
.contacts__form {
    padding: 25px 40px 30px 40px;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.contacts__form .form-group {
	margin-bottom: 20px
}
.contacts__form textarea {
    resize: none;
    height: 100px;
    padding: 10px 15px;
}
.contacts__form-title {
	font-size: 26px;
	margin-bottom: 25px;
    color: #556e82;
}

.contacts__label {
	display: block;
	margin-bottom: 10px
}

.error-page__content {
	text-align: center;
	position: relative;
	background: url(../img/logo-big-transp.png?6f91598d858739f405c6132f0a7ced91) center 95px no-repeat transparent;
	padding-top: 40px;
	padding-bottom: 100px
}

.error-page__code {
	font-size: 200px;
	color: #687c8c;
	padding: 50px 0 30px
}

.error-page__text {
	font-size: 72px;
	color: #687c8c
}

.error-page__image {
	position: absolute;
	opacity: .5
}

.parcels {
	background-color: #f4f9fb;
	padding: 80px 0 100px
}

.parcels__page {
	border-radius: 5px
}

.parcels__list {
	text-align: left
}

.parcels__list-item {
    background: #e5f6fc;
    margin-top: 20px;
    border: 1px solid #25beff;
}
.parcels__li-title {
    background-color: #25beff;
    font-size: 18px;
    color: #fff;
    padding: 15px 20px;
    position: relative;
}
.land-parcel{
    background: #e4fcff;
    border: 1px solid #00bcd4;
}
.land-parcel .parcels__li-title{
    background-color: #00bcd4;
}
.parcels__li-content {
    padding: 25px 20px 25px 20px;
	font-size: 16px;
	color: #3f5e6c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.parcels__li-field-title {
	color: #36393c
}
.parcels__li-content-left {
    width: 70%;
}
.parcels__li-content-right {
    width: 30%;
    text-align: end;
}
.parcels__li-top {
	border-bottom: 1px solid #25beff;
	padding-bottom: 10px;
    overflow: hidden;
}
.parcels__li-middle {
    border-bottom: 1px solid #25beff;
    padding: 15px 0 7px 0;
    overflow: hidden;
}

.parcels__li-bottom {
	padding-top: 15px;
    overflow: hidden;
}
.parcels__li-field-wrapper {
    width: auto;
    display: block;
    margin-bottom: 10px;
}

.parcels__checkbox-wrapper .mdi {
	margin-right: 10px
}

.parcels__checkbox-wrapper.pretty.success input:checked+label i:after,
.parcels__checkbox-wrapper.pretty.success input:checked+label i:before {
	background-color: #22e9ae!important;
	border: none
}

.parcels__checkbox-wrapper.error {
	color: #fff;
}
.parcels__checkbox-title {
    color: #fff;
    margin-left: 5px;
}

.parcels__checkbox-title-issue {
	font-size: 12px;
	color: #a8cafc
}

.parcels__resume-block {
	display: none
}

.parcels__resume-selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.parcels__resume-item {
	width: 25%;
	padding: 20px;
	overflow: hidden;
	text-align: center
}

.parcels__resume-field-title {
	display: block;
	margin-bottom: 5px
}
.parcels__li-field-total-prefix, .parcels__resume-total-prefix {
    color: green;
    font-size: 15px;
}

.parcels__title-text {
	font-size: 28px
}
.parcels__title {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.parcels__warehouse-wrapper {
	position: absolute;
	right: 0;
	top: 4px;
}

.parcels__warehouse-label {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -15px
}

.parcels__warehouse-select-wrapper {
	display: inline-block
}

.parcels__warehouse-select {
	width: 130px
}

.parcels__table-empty {
	padding: 35px;
	text-align: center
}

.parcels__step-address,
.parcels__step-services {
	display: none
}

.parcels__step-address-form-items {
	width: 500px;
	margin: 0 auto;
	padding: 40px
}

.parcels__step-address-form-items .form-field-input {
	width: 240px;
	color: #000;
	font-size: 14px
}

.parcels__address-field-wrapper {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.parcels__address-field-wrapper label {
	display: inline-block;
	width: 220px;
	font-weight: 700
}

.parcels__address-country-select {
	width: 240px
}

.parcels__address-country-select-wrap {
	display: inline-block
}

.parcels__wrapper {
	position: relative
}
.parcels__address-text-line {
	margin-bottom: 20px
}

.parcels__address-text-title {
	display: inline-block;
	margin-bottom: 10px
}

.parcels__address-text-item {
	display: inline-block
}

.parcels__address-text-address {
	display: block;
	line-height: 22px
}

.parcels__services-columns-wrap {
	width: 780px;
	margin: 0 auto;
	padding: 40px 30px
}
.parcels__services-row {
    margin: 10px 0 15px 0;
}
.map-wrapper{
    display: none;
}
.open-map{
    display: block;
}
.parcels__services-cell-left {
	width: 300px;
	text-align: left;
	background-color: #f4f9fb;
	padding: 20px
}

.parcels__services-cell-right {
	width: 290px;
	padding: 20px;
	text-align: left
}
.parcels__services-cell-price {
	width: 190px;
	padding: 20px;
	text-align: center
}
.usl-line{
    background: #f4f4f4;
    overflow: hidden;
    padding: 5px 15px 5px 15px;
}
.parcels__services-text-item,
.parcels__services-text-title {
	display: inline-block
}
.parcels__services-description {
    color: #9a9a9a;
    font-size: 12px;
    margin-top: 4px;
}

.parcels__services-description .money-prefix {
	font-size: 11px
}

.parcels__step-services .pretty.success input:checked+label i:after,
.parcels__step-services .pretty.success input:checked+label i:before {
	background-color: #22e9ae!important;
	border: none
}

.parcels__services-delivery-service {
    background: #e5f6fc;
    padding: 12px 15px 7px 15px;
}
.parcels__services-extend-info .form-field-input {
	width: 240px;
	color: #000;
	font-size: 14px
}

.parcels__services-pvz-select-wrap .chosen-container-single {
	width: 400px!important
}

.parcels__services-pickup-only {
	display: none
}

.declaration {
	padding-bottom: 50px
}

.declaration__title {
	font-size: 25px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	padding: 50px 0
}

.declaration__content {
	background-color: #fff;
	padding: 50px 30px
}

.declaration__table {
	width: 100%;
}
.declaration-head div{
    white-space: nowrap;
}
.declaration__table input {
	padding: 8px 10px;
	display: block;
	font-size: 16px;
    border: 1px solid #3ec6ff;
}
.declaration__table th {
	font-size: 15px;
	font-weight: 900;
	text-align: center;
	padding: 8px;
	line-height: 1.42857143
}
.declaration__table td {
	border: 1px solid #3ec6ff;
    position: relative;
}
.declaration__table td.declaration__table-add,
.declaration__table td.declaration__table-no-border {
	border: none
}
.declaration__table-title input,
.declaration__table-url input {
	/*width: 225px;*/
    width: 100%;
}
.declaration__table-price input,
.declaration__table-qty input,
.declaration__table-weight input {
	max-width: 100%;
    width: 100%;
}
.declaration__table-actions-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3ec6ff;
    height: 100%;
}
.declaration-head {
    text-align: center;
    margin-bottom: 10px;
}
.decalration-last{
    margin-top: 20px;
    position: relative;
}
.notice-dec {
    margin-bottom: 20px;
    display: none;
    font-size: 15px;
}
.notice-dec-lines{
    margin-bottom: 20px;
    display: none;
    font-size: 15px;
}
.notice-dec-sogl{
    margin-bottom: 20px;
    display: none;
    font-size: 15px;
}
.notice-dec-pvz{
    margin-bottom: 20px;
    display: none;
    font-size: 15px;
}
.declaration__table-prefix {
	position: relative;
    float: left;
	top: 14px;
	left: 5px
}
.red-color{
    color: #e73f5a;
}
.declaration__table-prefix,
.declaration__table-prefix-print {
	color: #5cb85c;
	font-size: 12px
}
.declaration__table-print {
	text-align: center;
	padding: 10px 15px
}
.declaration__remove-item {
	cursor: pointer;
	color: #c0392b;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.declaration__remove-item:hover {
    opacity: 1;
}
.declaration__table-add {
	text-align: center;
	color: #5cb85c;
    position: absolute;
    right: 18px;
    top: -5px;
    font-size: 24px;
}
.decline{
    margin-bottom: 5px;
}
.declaration__table-add span {
	cursor: pointer
}
.declaration__table-total .declaration__total-title {
	font-weight: 700
}
.declaration__table-total .declaration__total-bax {
    color: #5cb85c;
    font-size: 13px;
    position: relative;
    bottom: 1px;
}

.declaration__table-total-price {
	padding: 15px 0
}

.parcel {
	background-color: #f4f9fb;
	padding: 80px 0 100px
}

.parcel__page {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e8eef2;
	padding: 30px
}

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

.parcel__line-left {
	background: url(../img/advantages1.png?ed8aa1546c7c7bc53a16776dc74aa780) 100% 100% no-repeat transparent
}

.parcel__line-left,
.parcel__line-middle {
	width: 300px;
	margin-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px
}

.parcel__line-middle {
	border-left: 1px solid #e8eef2;
	background: url(../img/advantages6.png?0012df404509cc053191282d672b67a1) 100% 100% no-repeat transparent
}

.parcel__line-right {
	width: 300px;
	border-left: 1px solid #e8eef2;
	padding-left: 20px;
	background: url(../img/advantages4.png?08ab5e4bf7326d95da11daa76546f6f6) 100% 100% no-repeat transparent;
	padding-bottom: 30px
}

.parcel__line-item {
	margin-bottom: 5px;
	line-height: 25px
}

.parcel__line-item-title {
	font-weight: 700
}

.parcel__btn-back-wrapper {
	margin-bottom: 30px
}

.parcel__declaration-status-draft {
	color: #a8cafc
}

.parcel__declaration-status-success {
	color: #22e9ae
}

.referral {
	background-color: #f4f9fb;
	padding-top: 100px;
	padding-bottom: 80px
}

.referral__title {
	color: #1e2022;
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px
}

.referral__subtitle {
	color: #6e858f;
	text-align: center;
	max-width: 900px;
	font-size: 24px;
	margin: 0 auto 70px;
	line-height: 40px
}

.referral__list-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border: 1px solid #e2e9ef;
	border-radius: 5px;
	margin-bottom: 70px
}

.referral__list-item {
	width: 33%;
	padding: 40px;
	height: 110px;
	border-right: 1px solid #e2e9ef;
	background-position: 330px 110px;
	background-color: transparent;
	background-repeat: no-repeat
}

.referral__list-item.first {
	background-image: url(../img/icon-hand.png?faeb9694258ff73408b66461c91e3247)
}

.referral__list-item.second {
	background-image: url(../img/advantages6.png?0012df404509cc053191282d672b67a1)
}

.referral__list-item.last {
	border-right: none;
	background-image: url(../img/advantages7.png?5eeee0e1c50dd0ba2f6b4046f47984aa)
}

.referral__list-item-txt {
	line-height: 22px
}

.referral__list-item-index {
	color: #50e6bd;
	margin-bottom: 10px
}

.referral__conditions ul {
	list-style: none
}

.referral__conditions ul li {
	list-style: none;
	border: 1px solid #e2e9ef;
	border-radius: 5px;
	position: relative;
	padding: 15px 30px 15px 50px;
	line-height: 20px;
	margin-bottom: 20px;
	font-size: 18px
}

.referral__conditions ul li .referral__conditions-index {
	color: #50e6bd;
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 14px
}

.user-referral {
	padding: 80px 0
}

.user-referral__block-title {
	text-align: center;
	font-size: 24px;
	max-width: 750px;
	margin: 0 auto;
	line-height: 40px
}

.user-referral__link {
	color: #00a6c7
}
.small-copy{
    display: none;
}
.header__wrapper {
    display:flex;
    align-items: center;
    justify-content: center;
}
.header__logo.header__logo_ny {

    background-image: url("../img/logo-ny.png");

}
.shops__image img {
    max-width: 300px;
    max-height: 300px;
}
.header__nav-item {
    color:#0000FF;
    padding-left:7px;
    padding-right:7px;
}

.header__nav-item:first-child {
    color:#0000FF;
    padding-left:0px;
    padding-right:7px;
}
.header__nav-item:last-child {
    color:#0000FF;
    padding-left:7px;
    padding-right:0px;
}
.header__motto
{
    margin-right:60px;
}
.open-nav{
    display: none;
}
.slick-arrow{
    position: absolute;
    display: block;
    width: 44px;
    height: 49px;
    top: 50%;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.slick-prev{
    background-image: url(../img/slide-arrow-left1.png);
    left: -63px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.slick-next{
    background-image: url(../img/slide-arrow-rigth1.png);
    right: -63px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {

}
.slick-prev::before, .slick-next::before {
    opacity: 0;
}
.modal-header {
    padding: 15px 25px;
    border-bottom: 1px solid #3ec6ff;
    background: #3ec6ff;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
.mb-title{
    font-size: 18px;
    color: #27455c;
    margin-bottom: 20px;
    font-weight: 300;
}
.mb-bo{
    font-size: 18px;
    color: #27455c;
    margin-bottom: 10px;
}
.mb-note{
    font-size: 16px;
    color: #27455c;
    margin-bottom: 20px;
    font-weight: 300;
}
.mygroup{
    margin-bottom: 15px;
    width: 100%;
}
.mygroup p{
    font-size: 14px;
    margin-top: 5px;
    color: #3f5e6c;
}
.mygroup .nice-select{
    width: 100%;
    border: 1px solid #3ec6ff;
}
.mygroup .nice-select .list {
    width: 100%;
}
.modal-body label {
    font-weight: 300;
    margin-bottom: 7px;
    color: #556e82;
    font-size: 16px;
    display: block;
}
.modal-body {
    padding: 25px;
}
.modal-btn-block .btn{
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s;
    padding: 8px 35px;
}
.modal-btn-block{
    margin-top: 25px;
    text-align: center;
}
.modal-btn-block img{
    display: block;
    margin: 15px auto 0 auto;
}
.modal-header .close {
    margin-top: 2px;
    color: #fff;
    opacity: 0.6;
    border: none;
    background: none;
    font-size: 35px;
    padding: 0;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 8px;
}
.modal-header .close:hover{
    opacity: 1;
}
.modal-body .form-group{
    margin-bottom: 15px;
}
.short-shop{
    text-align: center;
    display: none;
    margin-top: 10px;
    padding: 0 15px;
    font-weight: 300;
}
.short-shop strong{
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.countries-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #3ec6ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.countries-list li{
    display: block;
    width: 50%;
    text-align: center;
    padding: 15px 0;
}
.countries-list li.coun-active{
    background: #3ec6ff;
}
.podcat-list{
    margin: 10px 0 0 20px;
}
.cat-list li a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.countries-list li.coun-active a{
    color: #fff;
}
.cat-active{
    color: #000!important;
}
.podcat-list li{
    position: relative;
}
.podcat-list li:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3ec6ff;
    position: absolute;
    left: -15px;
    top: 7px;
}
.podcat-list li a{
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.light-beg{
    background: #f4f9fb;
    padding: 50px 0 80px;
}
.default-text p {
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.5;
}
.default-text img{
    border: 1px solid #3ec6ff;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}
.default-text .shops__image img{
    margin: 10px 0 0 0;
}
.default-text strong{
    font-weight: 500;
}
.default-text h2 {
    font-size: 20px;
    margin: 10px 0;
}
.default-text h3{
    font-size: 22px;
    margin: 20px 0;
}
.default-text h4{
    font-size: 20px;
    margin: 20px 0;
}
.default-text h5{
    font-size: 18px;
    margin: 20px 0;
}
.default-text blockquote {
    background: #2b2935;
    background: #2b2935 url(../img/cav.png) 20px center no-repeat;
    background-size: 60px;
    color: #fff;
    font-weight: 400;
    padding: 25px 25px 25px 100px;
    margin: 30px 0 30px 0;
}
.default-text blockquote p{
    font-weight: 400;
}
blockquote {
    background: #25beff;
    background: #25beff url(../img/cav.png) 20px center no-repeat;
    background-size: 60px;
    color: #fff;
    font-weight: 400;
    padding: 25px 25px 25px 100px;
    margin: 30px 0 30px 0;
    font-size: 18px;
}
blockquote p{
    font-weight: 400;
}
.default-text ul {
    margin-bottom: 30px;
}
.default-text ul li {
    margin-bottom: 10px;
    font-weight: 300;
}
.default-text ul li::before {
    background: #2b2935;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 15px;
}
.default-text ol {
    margin-bottom: 30px;
    counter-reset: num;
}
.default-text ol li {
    margin-bottom: 10px;
    font-weight: 300;
}
.default-text ol li::before {
    content: counter(num) '';
    counter-increment: num;
    color: #fff;
    background: #2b2935;
    display: inline-block;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
}
.error-message{
    color: #a94442;
    font-weight: 300;
    margin-top: 3px;
    font-size: 14px;
}
.shop-short{
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.shop-body{
    margin-top: 30px;
}

.admin-shop-block{
    position: fixed;
    font-size: 46px;
    top: 10%;
    left: 20px;
}
.color-red{
    color: red;
}
.color-green{
    color: green;
}
.parcels__warehouse-select1{
    width: 190px;
}
.nice-select .list{
    width: 190px;
}
.in-media{
    max-width: 24%;
    margin: 0 1% 15px 0;
    float: left;
}

.inmedia-block{
    overflow: hidden;
    margin-top: 40px;
}
.inpaginator{
    padding: 15px 50px;
}
.deccheck{
    background: none;
}
.decvalid{
    background: none;
}
.input.text{
    position: relative;
}
.fast-note {
    position: absolute;
    bottom: 10px;
    color: #c55a6b;
    white-space: nowrap;
    right: 10px;
    font-size: 13px;
}
.form-decl {
    font-size: 16px;
    height: auto;
    max-width: 100%;
    width: 100%;
    border: 1px solid #e5f6fc;
    box-shadow: none;
    border-radius: 0;
    padding: 8px 20px;
    background: #e5f6fc;
}
.form-group label {
    margin-bottom: 5px;
}
.line-dec-title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 12px 25px;
    color: #fff;
    position: relative;
}
.line-dec-title{
    margin-top: 20px;
}
textarea{
    min-width: 100%;
}
.note-mod {
    display: inline-block;
    max-width: 25px;
    position: absolute;
    top: 6px;
    margin-left: 5px;
    opacity: 0.7;
    transition: all 0.3s;
}
.note-mod:hover{
    opacity: 1;
}
.note-mod img{
    max-width: 100%;
    height: auto;
}
.ui-autocomplete {
    max-height: 505px;
    max-width: 430px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-menu-item{
    font-size: 14px;
    margin-bottom: 10px;
}
.load-img {
    position: absolute;
    right: 25px;
    top: 31px;
    width: 30px;
}
#YMapsID{
    height: 400px;
    margin-bottom: 20px;
}
.parcels__services-pvz-select{
    margin-bottom: 15px;
}
.pvz-name{
    font-size: 16px;
    font-weight: 600;
    color: #333638;
    line-height: 1.3;
}
.pvz-name img{
    width: 20px;
    margin-right: 5px;
    position: relative;
    bottom: -4px;
    left: -2px;
}
.pvz-address{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.pvz-time{
    margin-top: 5px;
    font-weight: 500;
    color: #556e82;
}
.pvz-phone{
    margin: 5px 0 5px 0;
    color: #556e82;
    font-size: 14px;
}
.pvz-btn{
    border: 1px solid #25beff;
    color: #fff;
    background: #25beff;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 8px;
    margin-bottom: 5px;
    transition: all 0.3s;
    width: auto;
    min-width: 250px;
}
.bal-block {
    padding: 10px 5px 5px 10px;
}
.map-title{
    margin-bottom: 8px;
}
.parcels__services-service-type-radio{
    display: inline;
}
.total-res-del{
    font-size: 18px;
    font-weight: 600;
    background: #b3eafd;
}
.total-res-del .money-prefix{
    font-size: 16px;
}
input:disabled{
    background: #efefef;
}
.next-step-decl{
    display: none;
}
.next-step{
    margin-top: 20px;
}
.my-control{
    font-size: 16px;
    height: auto;
    max-width: 100%;
    width: 100%;
    border: 1px solid #e5f6fc;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 20px;
    background: #e5f6fc;
}
.parcels-half .parcels__li-field-wrapper {
    width: 49%;
    display: block;
    margin-bottom: 10px;
    float: left;
}
.parcels-half .parcels__li-address{
    width: 100%;
}
.if-weit{
    width: calc(50% - 15px);
}
.if-wheit-note{
    margin-top: 7px;
    font-size: 14px;
}
.add-chakam{
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    color: #3ec6ff;
    border: 1px solid #3ec6ff;
    text-transform: uppercase;
    height: 45px;
    line-height: 1;
    border-radius: 5px;
    transition: all 0.3s ease;
    padding: 4px 0 0 0;
}
.add-chakam:hover{
    text-decoration: none;
    color: #fff;
    background: #3ec6ff;
}
.self-parcel-btn{
    background: #07c48c;
    color: #fff;
    border: 1px solid #07c48c;
}
.self-parcel-btn:hover{
    text-decoration: none;
    color: #fff;
    background: #3ec6ff;
    border: 1px solid #3ec6ff;
}
.modal-btns{
    margin-top: 25px;
}
.form-error{
    display: none;
}
.weit-parcel{
    background: #f4f4f4;
    border: 1px solid #bfbfbf;
}
.weit-parcel .parcels__li-title{
    background-color: #c8c8c8;
}
.weit-parcel .parcels__li-top {
    border-bottom: 1px solid #bfbfbf;
}
.dec-head{
    font-weight: 500;
    color: #556e82;
    font-size: 17px;
    padding: 10px 0;
}
.text-md-center{
    text-align: center;
}
.border-head{
    border: 1px solid #556e82;
}
.to-left{
    margin-left: -1px;
}
.border-body{
    border: 1px solid #3ec6ff;
    padding: 0;
}
.dec-line {
    padding: 10px 0 10px 15px;
    overflow: auto;
}
.dec-line-row{
    margin-top: 5px;
}
.total-dec-line{
    margin-top: 10px;
    font-size: 16px;
    text-align: right;
}
.balpaginator{
    padding-left: 25px;
}
.table .blue-head th {
    color: #fff;
    background-color: #3ec6ff;
    border-color: #3ec6ff;
}
.table {
    border-color: #3ec6ff;
}
.result-pay{
    text-align: center;
    padding: 60px 25px 40px 25px;
    font-size: 18px;
}
.result-pay span{
    display: block;
    margin-top: 25px;
}
.bledniy-color{
    background: #f0f7fa;
    border-color: #bec6ca;
}
.bledniy-color .parcels__li-title{
    background-color: #bec6ca;
}
.mt-10{
    margin-top: 10px;
}
.message{
    text-align: center;
    padding: 15px;
}
.message.error{
    background: #c24f62;
    color: #fff;
}
.message.success{
    background: #43c17c;
    color: #fff;
}
.password .form-error{
    display: block;
}
.calc-select{
    width: 100%;
    font-size: 16px;
}
.label-to{
    line-height: 1px;
    margin-bottom: 3px!important;
}
.label-from{
    margin-bottom: 8px!important;
}
label span{
    color: #e41e1c;
}
.page__title{
    text-align: center;
    margin-bottom: 40px;
}
.page__title h1{
    font-size: 30px;
}
.preim-media img{
    border: none;
    margin: 0 0 10px 0;
}
.preim-line{
    text-align: center;
    margin-top: 20px;
}
.preim-title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.preim-block{
    margin: 15px 0 35px 0;
}
.bold-title{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.menu-note{
    color: #556e82;
    font-size: 13px;
    margin-top: 5px;
}
.form-podnote{
    color: #556e82;
    font-size: 15px;
    margin-top: 5px;
}
.form-note{
    margin: 5px 0 25px 0px;
}
.top-btn{
    margin-bottom: 10px;
}
.full-long{
    display: block;
    padding: 25px 20px 25px 20px;
}
.full-long .parcels__li-content-left {
    width: 100%;
}
.h1-title{
    font-weight: 300;
    margin-bottom: 15px;
}
.my-section{
    padding: 70px 0 70px 0;
}
.section-note {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}
.arr-block{
    position: relative;
}
.prein-arrow{
    width: 70px;
    position: absolute;
    top: 50px;
    right: -35px;
}
.btn-linr{
    text-align: center;
    margin-top: 50px;
}
.btn-linr .btnv{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}
.section-body{
    margin-top: 40px;
    line-height: 1.4;
    font-size: 18px;
    color: #394046;
}
.section-body p{
    margin-bottom: 15px;
}
img{
    max-width: 100%;
    height: auto;
}
picture{
    max-width: 100%;
    height: auto;
}
.prim-media{
    max-width: 120px;
    margin: 0 auto 10px auto;
}
.prim-text{
    text-align: center;
}
.preim-line{
    margin-top: 50px;
}
.curency-block{
    display: inline-block;
    text-align: left;
    margin-top: 5px;
    font-size: 14px;
}
.curency-title{
    color: #888696;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 300;
}
.curency-note{
    color: #888696;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}
.mab-3{
    margin-bottom: 3px;
}
.purchase__list-image {
    width: 250px;
    padding: 0 15px 0 15px;
}
.purchase__list-image img{
    max-width: 100%;
    height: auto;
}
.purchase__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #3ec6ff;
    padding-bottom: 25px;
}
.purchase__text{
    padding-top: 20px;
}
.purchase-first{
    overflow: hidden;
}
.purchase__columns {
    background: #fff;
    padding-top: 15px;
    margin-top: 30px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    margin-bottom: 50px;
}
.wrapper-shop.purchase__columns{
    padding-top: 0;
}
.item__order_pur{
    margin-top: 50px;
}
.item__order_pur h2{
    margin-bottom: 30px;
}
.share-block ul li::before {
    display: none;
}
.share-title{
    color: #556e82;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}
.share-block{
    margin-top: 20px;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 28px!important;
    width: 28px!important;
    background-size: 28px 28px!important;
}
.back-link{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    bottom: 10px;
    text-align: center;
}
.shop-nav{
    background: #2b2935;
    color: #fff;
    padding: 15px 0 15px 0;
}
.shop-logo{
    text-transform: uppercase;
    letter-spacing: 2px;
}
.shop-logo a{
    color: #fff;
}
.shop-logo a:hover span{
    color: #fff;
}
.shop-nav-list li a{
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
.shop-nav-list li{
    display: inline-block;
    margin-left: 25px;
}
.carusel-link {
    position: relative;
    display: block;
    color: #fff;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.carusel-fon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.carusel-info {
    display: block;
    position: absolute;
    top: 40%;
    width: 90%;
    text-align: center;
    left: 5%;
}
.slide-title {
    display: block;
}
.carusel-body{
    font-size: 20px;
    margin-top: 20px;
    display: block;
    line-height: 1.3;
}
.carusel-link:hover{
    color: #fff;
}
.carusel-link:hover .carusel-fon{
    background: rgba(0,0,0,0.7);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #16355a;
}
.standart-section{
    padding: 80px 0 80px 0;
}
.cat-list-wrapper{
    position: relative;
    display: block;
    transition: all 0.3s;
    margin-bottom: 25px;
}
.cat-list-body {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 99%;
    color: #fff;
    transition: all 0.3s;
    padding: 20px 25px;
    background: rgba(0,0,0,0.3);
}
.cat-list-more {
    position: absolute;
    bottom: 20px;
    opacity: 0;
    transition: all 0.3s;
    color: #3ec6ff;
    text-transform: uppercase;
    font-size: 14px;
}
.cat-list-more span{
    font-size: 24px;
    line-height: 1px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.cat-list-title{
    font-size: 22px;
    font-weight: 500;
}
.cat-list-short{
    font-size: 18px;
    margin-top: 20px;
}
.cat-list-wrapper:hover .cat-list-more{
    opacity: 1;
}
.cat-list-wrapper:hover .cat-list-body{
    background: rgba(0,0,0,0.7);
    color: #3ec6ff;
}
.s_item-title {
    color: #1e2022;
    font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 400;
    line-height: 1.3;
}
.s_item-short {
    color: #1e2022;
    font-weight: 300;
    margin-top: 10px;
    overflow: hidden;
    line-height: 1.2;
    font-size: 15px;
}
.s_item-wrapper:hover{
    text-decoration: none;
}
.s_item-price{
    margin-top: 10px;
}
.s_item-now{
    font-size: 20px;
    color: darkgreen;
    font-weight: 500;
}
.otriz {
    text-decoration: line-through;
    color: #c83e27;
    font-size: 16px;
}
.old-price {
    color: #556e82;
    font-size: 18px;
    margin-left: 5px;
}
.single-item{
    position: relative;
    margin-bottom: 40px;
}
.quiq-wiew{
    display: block;
    position: absolute;
    right: -10px;
    color: #3ec6ff;
    padding: 10px;
    background: #fff;
    border: 1px solid #3ec6ff;
    border-radius: 7px;
    top: -15px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
.quiq-wiew:hover{
    color: #fff;
    background: #3ec6ff;
}
.single-item:hover .quiq-wiew{
    display: block;
    opacity: 1;
}
.items-podr{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}
.itmes-podr-text{
    display: inline-block;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    padding: 7px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.s_item-media{
    position: relative;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
    /*overflow: hidden;*/
    background: #fff;
}
.s_item-wrapper:hover .items-podr{
    opacity: 1;
}
.discount-item {
    background: #de4e57;
    color: #fff;
    position: absolute;
    top: -17px;
    padding: 6px 10px 5px 10px;
    border: 1px solid #de4e57;
    border-radius: 5px;
    left: 10px;
    font-weight: 400;
    font-size: 14px;
}
.to-bascet {
    display: block;
    position: absolute;
    right: -15px;
    color: #fff;
    border-radius: 4px;
    bottom: -15px;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px;
}
.bascet-wrapper {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 6;
}
.bascet-link {
    color: #553982;
}
.basket {
    padding: 15px 0 25px 10px;
    transition: all 0.3s;
    border: 2px solid #2b2935;
    border-right: none;
    border-radius: 10px 0 0 10px;
    box-shadow: -3px 4px 10px rgba(0,0,0,.2);
    background: #fff;
}
.bascet-media {
    color: #2b2935;
    font-size: 28px;
    position: relative;
    display: inline-block;
    width: 43px;
}
.bascet-media span {
    background: darkgreen;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: 2px;
    transition: 0.3s;
}
.bascet-body {
    display: inline-block;
    width: 0;
    transition: all 0.4s;
}
.bbody-wrap {
    width: 100px;
    padding-left: 10px;
    position: relative;
    top: 5px;
}
.bhead-name {
    font-size: 16px;
    font-weight: 300;
}
.bhead-info {
    font-size: 16px;
    font-weight: 500;
    color: #00802e;
    margin-top: 5px;
}
.bascet-link:hover{
    text-decoration: none;
}
.bascet-link:hover .basket{
    background: #f4f9fb;
}
.bascet-link:hover .bascet-body{
    width: 100px;
}
.s_item-wrapper{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    text-align: center;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 12px;
}
.s_item-wrapper picture{
    width: 100%;
    height: 100%;
    display: block;
}

.s_item-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
    display: block;
    margin: 0;
}
.card-item-media a img.item-izo{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
}
.card-item-media a picture{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: flex;
}
.breadcrumbs-trail {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
}
.breadcrumbs-trail li{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.item-card-block {
    margin-top: 30px;
}
.page-title h1 {
    color: #333;
    font-size: 22px;
    font-weight: 400;
}
.comfort-slider {
    position: relative;
    margin-top: 0;
}
.linza-img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    opacity: 0.6;
    z-index: 5;
}
.card-item-media a {
    position: relative;
    display: flex;
    padding: 15px;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.slick-slide img{
    max-height: 100%;
}
.item-card-block .item-izo {
    max-height: 100%;
    margin: 0 auto;
}
.slider-nav1 {
    margin-top: 10px;
    max-height: 175px;
}
.fancybox-content{
    background: #fff!important;
}
.slider-nav1 .slick-slide {
    margin: 0 2px;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    display: grid !important;
    place-items: center;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}
.slider-for1{
    max-height: 470px;
}
.now-price-card {
    font-size: 22px;
    font-weight: normal;
}
.large-price-card {
    color: darkgreen;
    font-size: 22px;
    font-weight: bold;
}
.last-price-card {
    font-size: 18px;
    color: #6c757d;
    margin-top: 8px;
    font-weight: 300;
}
.cherta {
    text-decoration: line-through;
    color: #c0392b;
    line-height: 1;
    position: relative;
}
.dmall-price-card {
    font-size: 18px;
    color: #6c757d;
}
.hit-single-wrapper {
    margin: 15px 0 0 0;
}
.hit-single-line {
    color: #fff;
    padding: 0 10px 0 10px;
    font-size: 14px;
    display: inline-flex;
    height: 30px;
    align-items: center;
    border-radius: 5px;
}
.hits-block {
    border: 1px solid darkgreen;
    background: darkgreen;
}
.newss-block {
    border: 1px solid #254d7f;
    background: #254d7f;
}
.scount-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 5px;
}
.scount-click {
    width: 30px;
    text-align: center;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    transition: 0.25s;
    padding: 0;
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}
.scount-click:hover{
    color: #fff;
}
.del-bascet {
    width: 30px;
    text-align: center;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    transition: 0.25s;
    padding: 0;
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 5px!important;
    opacity: 0.6;
}
.del-bascet:hover{
    color: #fff;
    background: #de4e57;
    border-color: #de4e57;
    opacity: 1;
}
.scount-num {
    font-size: 16px;
    padding: 0 10px;
    max-width: 70px;
    margin: 0 5px !important;
    height: 30px;
    text-align: center;
    border-radius: 4px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scount-sht {
    position: absolute;
    left: 85px;
    top: 5px;
    z-index: 10;
}
.bcount-block{
    display: flex;
    align-items: center;
}
.total-sprice {
    margin-top: 15px;
}
.item-tot{
    color: #475577;
    font-weight: bold;
}
.bay-single-block {
    margin-top: 40px;
}
.item-bascet {
    display: inline-block;
    line-height: 44px;
    padding: 0 20px;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.item-bascet i {
    font-size: 20px;
    margin-right: 9px;
}
.btn-default {
    background: #556e82;
    line-height: 44px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
    display: inline-block;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border: none;
    border-radius: 4px;
}
.btn-default:hover {
    background-color: #758c9e;
    border-color: #758c9e;
}
.slider-nav1 .slick-slide picture{
    width: 100%;
    height: 100%;
    display: block;
}

.slider-nav1 .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
.single-count {
    margin-top: 40px;
}
.single-item-description{
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.4;
}
.item-info-block{
    line-height: 1.3;
    font-weight: 300;
}
.shop-info-body{
    margin-top: 40px;
    line-height: 1.5;
    font-size: 14px;
    border-radius: 3px;
}
.content-block{
    padding-bottom: 60px;
}
.relations-block h2{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin: 40px 0 30px 0;
}
.relations-block .slick-list{
    padding-top: 15px;
}
.time-todel{
    color: #556e82;
    margin-top: 25px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.time-todel a{
    color: #556e82;
    margin-left: 10px;
    transition: all 0.3s ease;
}
.time-todel i{
    font-size: 18px;
    position: relative;
    top: 1px;
}
.time-todel:hover{
    color: #3ec6ff;
}
.time-todel:hover a{
    color: #3ec6ff;
    text-decoration: none;
}
.time-todel strong{
    font-weight: 700;
}
.relations-block .slick-slide{
    padding: 0 10px;
}
.relations-block .slick-arrow {
    top: 48%;
}
.bar-title{
    margin-bottom: 10px;
}
.bar-title-link{
    color: #556e82;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.bar-title-link:focus, .bar-title-link:active{
    color: #556e82;
}
.podcat-link {
    color: #556e82;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
}
.shop-left ul ul {
    padding-left: 10px;
    margin-top: 7px;
}
.shop-left ul ul .podcat-link{
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    display: flex;
    line-height: 1.1;
}
.bar-nav{
    margin-bottom: 10px;
}
.shop-left{
    height: 100%;
    padding: 20px 20px 40px 20px;
}
.bar-nav ul{
    display: none;
}
.bar-nav .active-iline .bar-nav{
    display: block;
}
.bar-nav li{
    margin-bottom: 10px;
}
.shop-page-body{
    margin-top: 20px;
}
.active-bar-title{
    color: #2b2935;
    font-weight: 500!important;
}
.shop-left a:hover{
    text-decoration: none;
}
.item-cat-desc{
    font-weight: 400;
    line-height: 1.3;
    margin-top: 40px;
}
.item-cat-desc-body{
    display: none;
}
.item-cat-desc-more{
    display: inline-flex;
    cursor: pointer;
    font-size: 14px;
    align-items: center;
}
.item-cat-desc-more img{
    border: none;
    margin: 0 0 0 7px;
}
.item-cat-desc-arrow {
    transition: transform 0.3s ease;
}
.item-cat-desc-body{
    padding-top: 15px;
}
.item-cat-desc-more.active .item-cat-desc-arrow {
    transform: rotate(180deg);
}
.pagination li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
}
.pagination .active a{
    color: #fff;
}
.pagination .active a:hover{
    color: #fff;
}
.first a, .last a{
    font-size: 20px;
}
.paginator{
    margin-top: 30px;
}
.single-basket-line {
    padding: 15px 5px 15px 5px;
    margin-bottom: 15px;
}
.single-basket-line .row{
    margin-left: 0;
    margin-right: 0;
}
.bascet-block{
    margin-top: 30px;
}
.basket-title a{
    font-size: 16px;
    transition: all 0.3s ease;
}
.basket-title a:hover{
    text-decoration: none;
}
.param-item-block{
    margin-top: 5px;
}
.basket-short {
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
}
.bascet-block .price-block {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    color: #475577;
}
.bascet-result {
    text-align: right;
    padding: 10px 20px 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #475577;
}
.set-order-block h2{
    color: #000;
    font-size: 32px;
    font-weight: 700;
}
.set-order-block{
    margin-top: 15px;
    background: #f4f9fb;
    padding: 25px;
}
.bascet-result .row{
    margin-left: 0;
}
#basic-addon3{
    background: none;
    border: none;
}
.first-itog{
    font-size: 16px;
    font-weight: 400;
    color: #1e2022;
}
.total-itog{
    margin-top: 10px;
}
.promo-itog{
    display: none;
    font-size: 16px;
    font-weight: 400;
    color: #1e2022;
    margin-top: 10px;
}
.next-step-shop{
    display: none;
}
.del-one-block img{
    width: 100px;
    float: left;
    margin-right: 20px;
}
.del-one-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.del-one-body{
    line-height: 1.4;
}
.del-more{
    margin-top: 5px;
}
.delivery-order-block{
    margin-top: 60px;
}
.ofor-note{
    margin-top: 15px;
}
.step-shop{
    margin-top: 40px;
}
.error-info-one{
    color: #dc3545;
    margin-bottom: 15px;
}
.delivery-order-block h2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
}
.del-shop{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #1e2022;
}
.s_item-wrapper img{
    max-height: 100%;
    margin: 0 auto;
}
.slider-for1 .slick-list{
    height: 100%;
}
.slider-for1 .slick-track{
    height: 100%;
}
.parent-container1 .slick-initialized .slick-slide {
    border: 1px solid #d1d5d8;
}
.slider-nav1 .slick-list {
    height: 100%;
}
.slider-nav1 .slick-track {
    height: 100%;
}
.sq-media{
    border: 1px solid #d1d5d8;
}
.basket-media img{
    max-height: 100%;
    margin: 0 auto;
}
.basket-media {
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat-list-media img{
    width: 100%;
}
.shop-open-search{
    position: absolute;
    right: 0;
    top: -1px;
}
.shop-open-search span{
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.3s;
}
.shop-open-search span:hover{
    color: #0aaff5;
}
.shop-search-form{
    position: relative;
    width: 100%;
}
.shop-search-form form{
    position: relative;
    width: 100%;
}
.shop-search-form .input.text {
    position: relative;
    width: 100%;
}
.shop-search-field{
    background: none;
    border: none;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    width: 100%;
    position: relative;
    box-shadow: none!important;
}
.search-input-block{
    float: left;
    width: calc(100% - 100px);
}
.shop-search-btn{
    background: none;
    border: none;
    font-size: 18px;
    opacity: 0.7;
    transition: opacity 0.3s;
    position: relative;
    bottom: 2px;
}
.shop-search-btn span{
    font-size: 22px;
    position: relative;
    top: 2px;
}
.shop-search-btn:hover{
    opacity: 1;
}
.ui-autocomplete{
    padding: 10px 10px 5px 10px;
}
.ui-widget.ui-autocomplete{
    max-width: 600px;
}
.shop-search-form .ui-widget.ui-autocomplete{
    border: 1px solid #3ec6ff;
}
.ui-autocomplete li {
    margin-bottom: 5px;
    padding: 0;
}
.ui-autocomplete li:hover{
    background: none;
}
.slink {
    background: #f4f9fb;
    margin-bottom: 5px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
    font-size: 16px;
}
.slink:hover{
    background: #e4eff3;
    color: #3ec6ff;
}
.slink img {
    width: 75px;
    margin-right: 20px;
    float: left;
}
.ui-helper-hidden-accessible{
    display: none;
}
.ui-autocomplete .ui-state-active{
    background: none!important;
    border: 1px solid #fff!important;
}
.ui-autocomplete .ui-state-active:hover{
    color: #3ec6ff;
}
.slider-for1 .slick-slide{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-nav1 .slick-slide{
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.shop-search-field[placeholder]{
	color: #000;
    opacity: 1;
}
.shop-search-field::-webkit-input-placeholder {
	color: #000;
    opacity: 1;
}
.shop-search-field:-ms-input-placeholder {
	color: #000;
    opacity: 1;
}
.shop-search-field::placeholder {
	color: #000;
    opacity: 1;
}
.shop-search-field:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
.shop-search-field:focus::-moz-placeholder          {opacity:0;}/* Firefox 19+ */
.shop-search-field:focus:-moz-placeholder           {opacity:0;}/* Firefox 18- */
.shop-search-field:focus:-ms-input-placeholder      {opacity:0;}/* IE */
.shop-info-body p{
    margin-bottom: 15px;
}
.shop-info-body strong{
    font-weight: bolder;
}
.char-link {
    color: #758c9e;
    display: inline-block;
    border: 1px solid #758c9e;
    padding: 4px 10px;
    font-size: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 5px;
}
.active-char {
    color: #fff;
    display: inline-block;
    border: 1px solid #758c9e;
    padding: 4px 10px;
    font-size: 15px;
    margin-bottom: 5px;
    background: #758c9e;
    border-radius: 5px;
}
.active-char img{
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.color-char {
    border: 1px solid #758c9e;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-right: 3px;
}
.color-char img {
    position: absolute;
    top: 10px;
    left: 9px;
}
.chars-single-block{
    margin-top: 15px;
}
.char-base-title{
    margin-bottom: 5px;
}
.has-chairs{
    margin-top: 20px;
}
.sort-img{
    width: 22px;
}
.sort-wrapper{
    margin-top: 15px;
    padding-left: 3px;
}
.sortselect{
  background: #fff!important;
  border-radius: 0;
  border: none;
  float: none;
  font-size: 15px;
  height: 15px!important;
  line-height: 12px!important;
  padding-left: 6px!important;
  padding-right: 25px!important;
  bottom: 6px!important;
  color: #333;
}
.sortselect::after {
  height: 7px;
  margin-top: -5px;
  right: 9px;
  width: 7px;
}
.price-range .ui-slider-horizontal {
  height: 3px;
}
.price-range .ui-state-default, .price-range .ui-widget-content .ui-state-default, .price-range .ui-button.ui-state-disabled:hover, .price-range .ui-button.ui-state-disabled:active {
  width: 20px;
  height: 20px;
}
.price-range .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
}
.price-range{
    margin-top: 25px;
    width: 93%;
    margin-left: 3%;
}
.filter-title{
    color: #556e82;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.filter-wrapper{
    margin-top: 20px;
    padding-top: 20px;
}
.price-title {
    margin-top: 20px;
    color: #556e82;
    font-size: 15px;
    display: flex;
    align-items: center;
}
#amount1{
    border: none;
    background: none;
    font-weight: 500;
    margin-left: 5px;
}
.attr-check{
    display: block;
    margin: 0 10px 8px 0;
}
.attr-check label{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.1;
}
.single-attr{
    margin-top: 30px;
}
.attr-title {
    margin-bottom: 5px;
    color: #556e82;
    font-size: 15px;
}
.attr-childs {
    max-height: 230px;
    overflow-y: auto;
    padding: 10px 10px 3px 0;
    background: #f4f9fb;
}
.full-filter-block{
    overflow-y: visible;
}
.attr-check i {
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
.filter-color {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-right: 4px;
  border: 1px solid #b9b9b9;
  position: relative;
}
.attr-color-check{
  margin: 0 2px 5px 0;
}
.attr-color-check i {
  font-size: 20px !important;
  min-width: 27px;
  min-height: 27px;
  padding: 0;
  margin: 0;
  line-height: 25px;
}
.attr-color-check i::before {
  background: none;
}
.attr-color-check.success input:checked + label i::before {
  color: #fff;
  background-color: inherit!important;
}
.attr-color-check.success input:checked + label i::after {
  border-color: #b9b9b9;
  background-color: inherit !important;
}
.attr-img-check{
  margin: 0 3px 5px 0;
}
.attr-img-check i {
  font-size: 24px !important;
  min-width: 35px;
  min-height: 35px;
  padding: 0;
  margin: 0;
  line-height: 34px;
}
.attr-img-check i::after{
  border: none;
}
.attr-img-check i::before {
  background: none;
}
.attr-img-check.success input:checked + label i::before {
  color: #fff;
  background-color: inherit!important;
}
.attr-img-check.success input:checked + label i::after {
  border: none;
  background-color: rgba(0,0,0,0.3) !important;
}
.how-single-btns{
    margin-top: 15px;
}
.how-single{
    border: 1px solid #0aaff5;
    background: #f4f9fb;
    padding: 0 15px 20px 15px;
    border-radius: 9px;
    height: 100%;
}
.how-work-btn{
    background: #2b2935;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 18px;
    cursor: pointer;
}
.how-work-body{
    padding: 15px 0 0 0;
    display: none;
}
.shop-head-block h2{
    font-size: 32px;
}
.how-work-block{
    margin-top: 20px;
}
.how-more-btn{
    border-color: #2b2935;
    background: #2b2935;
}
.how-more-btn:hover{
    color: #2b2935;
}
.how-work-btn i{
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.shop-cat-slide{
    margin: 0 5px;
}
.shop-cat-slide .cat-list-body {
  height: 100%;
  padding: 15px 15px;
  background: rgba(0,0,0,0.5);
}
.shop-cat-slide .cat-list-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
.shop-cat-slide .cat-list-short{
    font-size: 16px;
    margin-top: 15px;
}
.shop-cat-slide .cat-list-more {
  bottom: 15px;
  color: #fff;
  font-size: 14px;
}
.shop-cat-slide .cat-list-more span {
  font-size: 25px;
}
.shop-cat-slide .cat-list-wrapper {
  margin-bottom: 0;
}
.shop-categories-block {
  margin-top: 60px;
  background: #f4f9fb;
  padding: 30px 0 30px 0;
  margin-bottom: 40px;
}
.shop-categories-block .most-popular__see-all{
    font-size: 18px;
}
.shop-categories-block .most-popular__see-all{
    margin-bottom: 30px;
}
.new-shops-list li a{
    color: #556e82;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.new-shops-list ul .shops__filter-list-item a {
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
}
.new-shops-list li a:hover{
    color: #2b2935;
}
.allshops-note{
    color: #e41e1c;
    font-weight: 400;
    margin-bottom: 20px;
}
.allshops-search-field{
    background: #f4f9fb;
    border: none;
    width: 100%;
    padding: 14px 40px 14px 15px;
}
.allshop-search-btn{
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    padding: 14px 15px 14px 0;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.allshop-search-btn:hover{
    opacity: 1;
}
.allshops-search-form{
    margin-bottom: 15px;
}
#allshops-res{
    font-size: 15px;
    position: absolute;
    top: 13px;
    right: 20px;
    color: #e41e1c;
}
.ui-menu-item-wrapper strong{
    font-weight: 700;
}
.cat-img {
    width: 18px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.filter-img {
    width: 18px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.shevron-img{
    width: 13px;
    float: right;
    position: relative;
    top: 7px;
    display: none;
}
.bar-title-small{
    display: none;
}
.bar-small-title-link{
    margin-bottom: 10px;
    display: none;
}
.shevron-180{
    transform: rotate(180deg);
}
.shevron-img{
    transition: 0.3s;
}
.claer-filter{
    margin-top: 10px;
}
.det-filter{
    color: #fff;
    background: #3ec6ff;
    margin-top: 20px;
    text-align: center;
    padding: 10px 0 10px 0;
    display: none;
}
.weight-block{
    margin-top: 5px;
}
.weight-itog{
    margin-top: 10px;
}
.bascet-pay-note{
    padding-top: 15px;
    color: green;
    font-weight: 500;
}
.oferta-block{
    max-width: 1288px;
    margin: 0 auto;
}
.oferta-block a{
    color: #888696;
    font-size: 13px;
}
.text-prenote{
    font-size: 26px;
    margin-bottom: 20px;
}
.single-how img{
    border: none;
}
.single-how-sep{
    width: 24px;
    margin: 0 auto;
}
.single-how-media{
    max-width: 110px;
    margin: 0 auto;
}
.single-how-line{
    font-size: 20px;
    font-weight: 300;
}
.single-how-sep img{
    margin: 15px 0 10px 0;
}
.modal-body p{
    margin-bottom: 15px;
    line-height: 1.5;
}
.btn-modal{
    background: #2b2935;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 18px;
    cursor: pointer;
    display: block;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
}
.btn-modal:hover{
    background: #3ec6ff;
}
.btn-modal.focus, .btn-modal:active{
    outline: none!important;
    box-shadow: none!important;
    border: none!important;
}
.delivery-btn-block{
    margin: 40px auto 40px auto;
}
.btn-modal i{
    margin-left: 10px;
    position: relative;
    bottom: -1px;
}
.sale-form-media{
    max-width: 600px;
}
.sale-form-media img{
    border: none;
    margin: 0;
}
.sale-form-one{
    display: flex;
}
.sale-form-text ul{
    list-style: none;
    padding: 0;
    margin: 20px 0 0 20px;
}
.sale-form-text ul li:before{
    display: none;
}
.sale-form-text ul li{
    display: flex;
    align-items: center;
}
.sale-form-text ul li img{
    border: none;
    margin: 0 7px 0 0;
    width: 30px;
}
.sale-form-block{
    background: #f4f9fb;
    padding: 25px;
    margin: 50px 0 50px 0;
}
.sale-line{
    background: #a1c5fb;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.sale-form{
    margin-top: 15px;
}
.sale-form-input{
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f4f9fb;
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.sale-btn{
    white-space: nowrap;
    padding: 12px 15px;
    background: #18d099;
    border: 1px solid #18d099;
    color: #1e2022;
    font-weight: 500;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}
.sale-btn:hover{
    background: #12b182;
    border: 1px solid #12b182;
}
.modal-body strong{
    font-weight: 600;
}
.sale-shop-one{
    border: 1px solid #3ec6ff;
    overflow: hidden;
}
.sale-shop-media-body{
    height: 260px;
    display: flex;
    align-items: center;
    padding: 15px;
}
.sale-shop-media-body img{
    border: none;
    margin: 0;
}
.sale-shop-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.8);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sale-shop-info:hover{
    opacity: 1;
}
.sale-card{
    margin-bottom: 30px;
}
.sale-shop-info-wrapper{
    text-align: center;
    padding: 15px;
    width: 100%;
}
.sale-shop-short{
    margin-top: 10px;
}
.sale-shop-url a{
    font-size: 18px;
    color: #3ec6ff;
}
.sale-shop-url{
    margin-top: 5px;
}
.sale-shop-name{
    font-size: 18px;
}
.sale-shop-more{
    display: flex;
    background: #a1c5fb;
    border-radius: 5px;
    height: 60px;
    justify-content: space-around;
    align-items: center;
    padding: 0 25px;
    margin-top: 20px;
}
.shop-more-link{
    background: #18d099;
    border: 1px solid #18d099;
    color: #1e2022;
    white-space: nowrap;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}
.shop-more-link:hover{
    background: #12b182;
    text-decoration: none;
    color: #1e2022;
}
.sale-shop-text{
    font-size: 18px;
}
.note-item-form{
    font-size: 14px;
    margin-bottom: 20px;
}
.shop-logo {
    white-space: nowrap;
}
.note-order{

    border: 1px solid #bfbfbf;
    padding: 10px 15px;
    background: #fff;
}
.note-order p{
    margin-bottom: 10px;
}
.note-order img{
    max-width: 150px;
}
.note-order-body{
    margin-top: 10px;
    font-size: 14px;
}
.block-ceo{
    margin-top: 30px;
    background: #f4f9fb;
    padding: 10px 25px;
}
.no-border img{
    border: none;
    margin: 0;
}
.fin-logo{
    width: 125px;
    float: left;
    margin-right: 20px;
}
.shop-info-body h2{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}
.shop-info-body h3{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.shop-info-body ul li:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #3ec6ff;
    min-width: 5px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.shop-info-body ul li{
    align-items: center;
    line-height: 1.3;
    margin-bottom: 10px;
}
.input-group-text {
    border-radius: 4px;
}
.sdek-link{
    margin-top: 10px;
}
.sdek-code{
    display: flex;
    align-items: center;
}
.sdek-code img{
    width: 25px;
    margin-right: 7px;
    position: relative;
    bottom: 2px;
}
.video-wrapper{
    padding: 60px 0 60px 0;
    color: #fff;
}
.video-info{
    padding-right: 105px;
    padding-left: 110px;
}
.video-info p{
    font-size: 20px;
    margin-bottom: 10px;
}
.params-items-block{
    margin-top: 30px;
}
.params-item-body{
    display: flex;
    margin-top: 3px;
}
.param-color {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border: 1px solid #efefef;
    padding: 2px;
    transition: all 0.3s ease;
}
.param-color.param-active{
    border: 1px solid #3ec6ff;
    background: #3ec6ff;
}
.param-color div{
    width: 100%;
    height: 100%;
}
.param-img{
    width: 40px;
    margin-right: 10px;
    border: 1px solid #efefef;
    height: 40px;
    padding: 2px;
    transition: all 0.3s ease;
}
.param-img.param-active{
    border: 1px solid #3ec6ff;
    background: #3ec6ff;
}
.params-item-line{
    margin-top: 15px;
}
.params-item-title{
    font-size: 14px;
    text-transform: uppercase;
}
.param-btn {
    border: 1px solid #2b2935;
    background: #fff;
    color: #2b2935;
    padding: 5px 15px;
    font-size: 14px;
    display: flex;
    margin-right: 7px;
    transition: all 0.3s ease;
}
.param-btn.param-active{
    background: #2b2935;
    color: #fff;
}
.param-check{
    cursor: pointer;
}
.params-item-error{
    font-size: 14px;
    margin-top: 3px;
    color: #c0392b;
    display: none;
}
.param-item-line{
    font-size: 14px;
}
.weight-block{
    font-size: 15px;
}
.item-cost-line{
    font-size: 15px;
}
.payment-sum-block{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.paymet-line{
    margin-bottom: 3px;
}
.payment-sum{
    margin-left: 10px;
}
.choise-currensy{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    max-height: 25vh;
    background: #fff;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    border-radius: 30px 30px 0 0;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    display: flex;
    overflow: hidden;
    transition: all 0.5s ease;
}
.cur-btn{
    display: inline-flex;
    background: #3ec6ff;
    color: #fff;
    padding: 7px 30px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 4px;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.cur-btn:hover{
    color: #fff;
    text-decoration: none;
    background: #464452;
}
.choise-currensy-title{
    margin-top: 20px;
    font-weight: 300;
}
.show-choise{
    height: 200px;
}
.scount-title{
    font-size: 14px;
}
.error-field{
    color: #d9534f;
    font-size: 13px;
    margin-top: 3px;
    text-align: left;
    display: none;
}
.buttons-parcels-block{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}
.dec-one-full-line{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.dec-one-half{
    width: calc(50% - 15px);
}
.dec-field{
    padding: 8px 10px;
    display: block;
    font-size: 16px;
    border: 1px solid #3ec6ff;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}
.dec-one-line-new label{
    font-size: 14px;
    margin-bottom: 3px;
}
.dec-one-three{
    width: calc(100% / 3 - 15px);
}
.dec-one-fore{
    width: calc(100% / 4 - 15px);
}
.dec-field[readonly]
{
    background-color:#e5f6fc;
    cursor: default;
}
.dec-one{
    background: #f4f9fb;
    padding: 10px 20px 25px 20px;
    margin-bottom: 15px;
}
.dec-one-title{
    font-weight: 600;
    font-size: 18px;
}
.remove-hide{
    display: none;
}
.declaration-add-item{
    background: #25beff;
    color: #fff;
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 5px;
}
.declaration-add-item i{
    font-size: 13px;
    margin-right: 10px;
}
.declaration__table-add1{
    text-align: end;
}
.next-step-dec{
    margin-top: 30px;
}
.error-dec-line{
    color: #c0392b;
    font-size: 13px;
    margin-top: 2px;
    display: none;
}
.dec-one-line-new{
    position: relative;
}
.gr-line{
    background: #e5f6e3;
}
.gr-line[readonly] {
    background: #e5f6e3;
    opacity: 1;
}
.re-line{
    background: #fde3e3;
}
.re-line[readonly] {
    background: #fde3e3;
    opacity: 1;
}
.back-errors{
    margin-bottom: 20px;
    font-size: 15px;
    display: none;
}

.btn-spinner-block{
    display: inline-flex;
    position: relative;
}
.load-form{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.6);
    align-items: center;
    justify-content: center;
    display: none;
}
.spin-show{
    display: flex;
}
.bar-link{
    margin-top: 5px;
}
.bar-link.green-color a{
    color: green;
}
.validate-dec-error{
    font-size: 15px;
    position: relative;
    top: 10px;
    display: none;
}
.show{
    display: block;
}
.add-result-wrapper{
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    display: none;
}
.add-result-open{
    display: flex;
}
.add-result-block{
    background: #fff;
    width: 600px;
    max-width: 100%;
    padding: 30px 40px;
    border-radius: 10px;
}
.add-result-title{
    font-size: 20px;
    font-weight: 500;
}
.add-result-body{
    margin-top: 20px;
}
.add-result-text p{
    margin-bottom: 10px;
}
.add-result-btn{
    margin-top: 30px;
}
.hide{
    display: none!important;
}
.download-file{
    border: 1px solid #3ec6ff;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
}
.download-form{
    margin-top: 20px;
}
.download-exemple{
    margin-top: 20px;
}
.download-exemple a{
    font-size: 14px;
}
.download-title{
    font-size: 18px;
}
.send-btn{
    margin-top: 15px;
    display: inline-flex;
    position: relative;
}
.send-file-btn{
    height: 30px;
    padding: 0 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.upload-errors{
    color: darkred;
    margin-top: 10px;
}
.upload-errors-body{
    font-size: 14px;
    margin-top: 5px;
}
.instruction-file{
    margin-right: 10px;
}
.parcels__li-field-title strong{
    font-weight: 500;
}
.track-label{
    display: inline-flex;
    align-items: center;
    position: relative;

}
.note-track-block {
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    font-size: 13px;
    width: 380px;
    z-index: 1;
    bottom: 40px;
    left: 85px;
    display: none;
}
.note-track{
    width: 28px;
    margin-left: 10px;
    cursor: pointer;
}
.note-track-inside{
    height: 70px;
    width: 350px;
}
.sizes-btn span{
    text-transform: lowercase;
}
.add-btns-block{
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    max-width: calc(100% - 30px);
    background: #fff;
    justify-content: center;
    padding: 40px 15px 30px 15px;
    border-radius: 15px;
    position: relative;
}
.one-add-btn{
    border: 1px solid #e5e8ea;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 30px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.one-add-btn:hover{
    background: #f4f9fb;
}
.no-size{
    cursor: default;
    color: #b0b0b0;
    opacity: 0.5;
}
.no-size:hover{
    background: #fff;
}
.add-btns-wrapper{
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.current-size{
    background: #f4f9fb;
    border-color: #3ec6ff;
}
.hide-add-wrapper{
    display: none;
}
.add-btns-title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(18px, 3vw, 22px);
}
.add-btns-title span{
    text-transform: lowercase;
}
.sizes-btn{
    border: 1px solid #e5e8ea;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 15px 0 15px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    max-width: 362px;
    cursor: pointer;
    color: #556e82;
}
.add-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.sizes-btn:hover{
    background: #f4f9fb;
}
.checked-param-back{
    background: #f4f9fb;
}
.hide-text{
    display: none;
}
.close-sizes{
    position: absolute;
    right: 15px;
    font-size: 32px;
    top: 10px;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s ease;
    color: #556e82;
}
.close-sizes:hover{
    opacity: 0.8;
}
.error-wrapper{
    height: calc(100vh - 352px);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-body-block{
    width: 890px;
    max-width: calc(100% - 30px);
    box-sizing: border-box;
    text-align: center;
}
.error-num{
    font-size: clamp(64px, 8vw, 128px);
    font-weight: 700;
    background: linear-gradient(to bottom, rgb(62, 198, 255), rgba(38,50,56,0.1));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.error-body-title{
    color: #5F6C72;
    font-size: clamp(20px, 4vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 30px;
}
.error-body-note{
    color: #263238;
    font-size: clamp(18px, 3vw, 28px);
    margin-top: 24px;
}
.error-body-note a{
    color: #263238;
}
.add-pwa-wrapper{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #2b2935;
    border-radius: 15px 15px 0 0;
}
.add-pwa-btn{
    background: none;
    border: 1px solid #3ec6ff;
    color: #3ec6ff;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 0 15px;
}
.remove-pwa-btn{
    background: none;
    border: 1px solid #c3c3c2;
    color: #c3c3c2;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 0 15px;
    margin-left: 10px;
}
.dop-del-text{
    margin-top: 10px;
    font-size: 14px;
}
.dop-del-note{
    margin-top: 20px;
}
.dop-del-super span{
    color: darkgreen;
}
.back-btn{
    border: none;
    padding: 0;
    margin: 0 0 15px 0;
    background: none;
    align-items: center;
    cursor: pointer;
    color: #0aaff5;
    display: none;
}
.back-btn span {
    margin-right: 3px;
    position: relative;
    top: 2px;
    font-size: 18px;
}
.s_item-body:hover{
    text-decoration: none;
}
.city-note{
    font-size: 13px;
    position: absolute;
    margin: 1px 0 0 3px;
    color: #556e82;
    opacity: 0.7;
}
.parcels__table-empty-block{
    margin-top: 30px;
    font-weight: 300;
}
.nice-list{
    margin: 20px 0 20px 0;
}
.nice-list li{
    display: flex;
}
.nice-list li:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    background: #0aaff5;
    position: relative;
    top: 7px;
    margin-right: 10px;
}
.parcels__title-line{
    border-bottom: 1px solid #0aaff5;
    padding-bottom: 20px;
}
.strong-text{
    font-weight: 400;
}
.no-basket-title{
    font-weight: 400;
    margin-bottom: 5px;
}
.wrapper-small-new{
    width: 1320px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}
.category-slider{
    margin-top: 30px;
}
.category-slide-one{
    margin: 0 5px;
}
.cat-list-slider-link{
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.cat-list-slider-link:before{
    content: '';
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}
.cat-list-slider-link:focus, .cat-list-slider-link:active{
    color: #fff;
    text-decoration: none;
}
.cat-list-slider-link:hover{
    color: #0aaff5;
}
.category-slider-title-land .cat-list-slider-link:hover{
    color: #00bcd4;
}
.cat-list-slider-link:hover:before{
    background: rgba(0,0,0,0.6);
}
.cat-list-slide-title{
    font-size: 26px;
    font-weight: 500;
}
.cat-list-slide-body{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
}
.item-table{
    padding-bottom: 20px;
}
.article-line{
    display: inline-flex;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    align-items: center;
    padding: 1px 10px 0 10px;
}
.article-block-price{
    display: flex;
    margin-top: 20px;
}
.ikea-price-logo{
    margin-right: 5px;
}
.ikea-price-logo img{
    height: 24px;
    width: auto;
}
.accordion-button {
    color: #556e82;
}
.accordion-button:not(.collapsed) {
    color: #2b2935;
    background-color: #f4f9fb;
    box-shadow: none;
}
.accordion-button:focus, .accordion-button:active{
    box-shadow: none;
}
.include-one{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
}
.include-one:hover{
    text-decoration: none;
}
.include-one:hover .include-title{
    text-decoration: underline;
}
.include-media{
    width: 200px;
    margin-right: 40px;
}
.ikea-article-include{
    font-size: 12px;
    margin-bottom: 5px;
}
.include-title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.include-name{
    color: #556e82;
    margin-bottom: 5px;
}
.include-text{
    font-size: 14px;
}
.instruction-one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f9fb;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.instruction-body{
    display: flex;
    align-items: center;
}
.pdf-ico{
    margin-right: 20px;
}
.accordion-item p{
    margin-top: 5px;
    margin-bottom: 5px;
}
.ik-product-details__header{
    font-weight: 500;
}
.ik-product-details__material-header, .ik-product-details__care-header{
    font-weight: 500;
}
.ik-product-details__label{
    color: #556e82;
}
.accordion-item dl {
    margin: 10px 0;
    padding: 0;
}
.accordion-item dt {
    font-weight: 500;
    margin-top: 8px;
}
.accordion-item dd {
    margin-left: 15px;
    margin-top: 5px;
    color: #555;
}
.dop-items-block{
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}
.dop-item-one{
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #d7eef7;
    border-radius: 3px;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
    display: flex;
}
.dop-item-active{
    border: 1px solid #3ec6ff;
}
.dop-item-one img{
    width: 40px;
    min-width: 40px;
}
.dop-item-one picture{
    display: flex;
}
.related-item-inside picture{
    display: flex;
}
.dop-items-more-num{
    background: #f4f9fb;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 14px;
    padding: 0;
    color: #556e82;
}
.ikea-title span{
    background: #00329b;
    padding: 5px 15px 5px 19px;
    color: #fed001;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 3px;
}
.related-item-inside{
    border: 1px solid #d1d5d8;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.active-related-item .related-item-inside{
    border: 1px solid #3ec6ff;
}
.related-item-inside img{
    width: 50px;
    min-width: 50px;
}
.related-items-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.related-item-one{
    margin-right: 5px;
    margin-bottom: 5px;
}
.related-items-list .related-item-one:last-child{
    margin-right: 0;
}
.related-item-size-one{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
}
.related-item-size-one .related-item-inside{
    justify-content: flex-start;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #1e2022;
    transition: all 0.3s ease-in-out;
    line-height: 1.2;
}
a.related-item-inside:hover{
    background: #f4f9fb;
    text-decoration: none;
}
.related-colors-block{
    margin-top: 15px;
}
.relatet-items-title{
    font-size: 14px;
    margin-bottom: 5px;
}
.contacts-text p{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}
.contacts-text p span{
    font-weight: 400;
    color: #3ec6ff;
}
.contacts-text{
    margin-bottom: 50px;
}
#chat-container{
    position: fixed;
    right: 30px;
    z-index: 999;
    bottom: 10%;
}
#chat-box{
    height: 320px;
    overflow-y: auto;
    padding: 10px 10px 15px 10px;
}
#chat-window{
    background: #fff;
    border-radius: 15px 0 0 0;
    width: 300px;
    max-width: 100%;
    overflow: hidden;
}
#chat-box div{
    margin-bottom: 5px;
    font-size: 14px;
}
#message-input:focus, #message-input:active{
    box-shadow: none;
}
.chat-header{
    background: #2b2935;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 9px 10px;
    font-weight: 300;
}
.chat-header-logo{
    width: 36px;
    margin-right: 10px;
    display: flex;
}
.chat-header-title{
    font-size: 14px;
}
.chat-header-note{
    font-size: 12px;
}
#send-btn{
    padding: 0;
    margin: 0;
    display: flex;
    border: none;
    background: none;
    width: 22px;
    position: relative;
    bottom: 3px;
    opacity: 0.8;
    transition: all 0.3s ease;
}
#send-btn:hover{
    opacity: 1;
}
.chat-field-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px 15px 15px;
    border-top: 1px solid #efefef;
}
.chat-field{
    width: 85%;
    border: none;
    border-bottom: 1px solid #c5cfd8;
    font-size: 14px;
    padding: 0 5px 3px 0;
}

.chat-admin-line, .chat-user-line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.chat-avatar {
    width: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-admin-line {
    background-color: #f4f9fb;
    padding: 8px;
    border-radius: 5px;
}

.chat-user-line {
    background-color: #f8f8f8;
    padding: 8px;
    border-radius: 5px;
    color: #556e82;
}
.chat-user-line .chat-avatar{
    opacity: 0.5;
}
.chat-close-btn {
    background: none;
    color: #2b2935;
    font-size: 14px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: -21px;
    top: -17px;
    transition: 0.3s;
    border: 1px solid #2b2935;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    padding-top: 2px;
}
.chat-close-btn:hover {
    background: #efefef;
}


@keyframes chat-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(71, 110, 132, 0.6);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(0, 150, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 150, 255, 0);
    }
}

#start-chat-btn {
    width: 70px;
    height: 70px;
    padding: 0;
    border: none;
    border-radius: 50%;
    margin: 0;
    box-sizing: border-box;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.3s ease;
    cursor: pointer;
}
#start-chat-btn:hover {
    opacity: 1;
}
#start-chat-btn.pulse {
    animation: chat-pulse 1.5s ease-out;
}
#chat-online-text {
    position: absolute;
    bottom: -27px;
    right: -13px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    white-space: nowrap;
    height: 24px;
    display: flex;
    align-items: center;
}
@keyframes typingDots {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
}
.typing-indicator {
    display: none;
    font-size: 12px;
    color: #3ec6ff;
    margin-top: 5px;
    animation: fadeIn 0.3s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 60px;
}
.typing-indicator span {
    animation: typingDots 1.5s infinite;
}
.typing-indicator span:nth-child(1) { animation-delay: 0s; }
.typing-indicator span:nth-child(2) { animation-delay: 0.2s; }
.typing-indicator span:nth-child(3) { animation-delay: 0.4s; }
.popular-slider-item .to-bascet{
    display: none;
}
.popular-slider-item .discount-item {
    top: 10px;
}
.popular-slider-item {
    position: relative;
    margin: 0 10px;
}
.ikea-title img{
    width: 65px;
    margin-top: 10px;
}
.item-block-flash {
    background: #f4f9fb;
    border: 1px solid #d3d7df;
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    max-width: 640px;
}

.flash-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.flash-content {
    display: flex;
    gap: 16px;
    align-items: center;
}
.flash-img {
    width: 150px;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.flash-text-block {
    flex: 1;
}

.flash-product-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

.flash-message {
    font-size: 14px;
    line-height: 1.4;
}
.close-flash-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #3ec6ff;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.close-flash-btn:hover {
    opacity: 1;
}

.close-flash-btn-2 {
    background-color: #3ec6ff;
    border: none;
    padding: 1px 15px 0 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0.8;
    margin-top: 10px;
}
.close-flash-btn-2:hover {
    opacity: 1;
}
.no-item-flash{
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.default-we-btn{
    display: inline-flex;
    color: #fff;
    font-weight: 400;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 7px;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
}
.default-we-btn:hover{
    text-decoration: none;
}
.velor-btn{
    display: inline-flex;
    color: #fff;
    font-weight: 400;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 7px;
    transition: all 0.3s;
}
.go-to-wm-index{
    margin-top: 20px;
}
.in-pack-line{
    font-size: 14px;
    margin-top: 10px;
    color: darkgreen;
    font-weight: 500;
}
.in-pack-important{
    font-size: 15px;
    margin-top: 15px;
}
.pack-bascet{
    font-size: 14px;
}
.category-slider-title-block h3{
    font-size: 24px;
    font-weight: 600;
}
.category-slider-title-block h3 a{
    color: #000000;
    transition: all 0.3s ease;
}
.category-slider-title-wm h3 span{
    color: #3ec6ff;
    transition: all 0.3s ease;
}
.category-slider-title-land h3 span{
    color: #00bcd4;
    transition: all 0.3s ease;
}
.category-slider-title-wm h3 a:hover{
    text-decoration: none;
    color: #3ec6ff;
}
.category-slider-title-wm h3 a:hover span{
    color: #000;
}
.category-slider-title-land h3 a:hover{
    text-decoration: none;
    color: #00bcd4;
}
.category-slider-title-land h3 a:hover span{
    color: #000;
}
.elem-block-one{
    margin-top: 30px;
}
.elem-block-two{
    margin-top: 40px;
}
.category-slider-title-note{
    margin-top: 10px;
    font-size: 18px;
}
.go-kat-note{
    font-size: 18px;
    margin-top: 20px;
}
.go-to-shop-line{
    margin-top: 30px;
}
.green-color{
    color: darkgreen;
}
.qount-pak{
    color: #556e82;
    font-size: 12px;
}
.shop-banner{
    width: 100%;
    display: flex;
    padding: 15px 15px;
    border-radius: 7px;
    color: #2b2935;
    text-decoration: none;
    align-items: center;
}
.shop-banner-wm{
    background: #f4f9fb url('../img/bg-counter-2.png');
}
.shop-banner-land{
    background: #f4f9fb url('../img/bg-counter-1.png');
}
.shop-banner-body{
    text-align: start;
    font-size: 18px;
    line-height: 1.3;
}
.shop-banner-title{
    margin-right: 25px;
    background: rgba(255,255,255,0.8);
    padding: 5px 7px;
    border-radius: 5px;
    font-weight: 600;
    min-width: 110px;
}
.shop-banner-link{
    display: inline-flex;
    border: 1px solid #fff;
    font-size: 16px;
    height: 40px;
    align-items: center;
    padding: 0 15px;
    margin-top: 10px;
    border-radius: 5px;
    background: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}
.shop-banner-wm{
    border: 1px solid #3ec6ff;
}
.shop-banner-land{
    border: 1px solid #00bcd4;
}
.shop-banner-wm .shop-banner-link{
    color: #3ec6ff;
}
.shop-banner-land .shop-banner-link{
    color: #00bcd4;
}
.shop-banner-wm .shop-banner-logo span{
    color: #3ec6ff;
}
.shop-banner-land .shop-banner-logo span{
    color: #00bcd4;
}
.shop-banner:hover{
    text-decoration: none;
}
.shop-banner-wm .shop-banner-link:hover{
    color: #00bcd4;
}
.shop-banner-land .shop-banner-link:hover{
    color: #3ec6ff;
}
.red-item-note {
    margin-top: 20px;
    color: darkred;
    font-weight: 500;
    font-size: 14px;
}
.nice-cat-title h2{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    color: #556e82;
}
.nice-cats-block{
    margin-bottom: 30px;
}
.parent-cat-name-in-bar{
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.nice-podcats-block{
    margin-bottom: 20px;
}
.nice-podcat-link{
    margin-top: 15px;
}
.dop-cats-block{
    margin-top: 15px;
    padding-left: 10px;
}
.dop-cats-open{
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.nested-menu-dop{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.nested-menu-dop.opened {
    max-height: 1000px;
}
.dop-cats-open i{
    font-weight: 600;
}
.shop-left ul .nested-menu-dop{
    margin-top: 0;
}
.preloader-block {
    position: relative;
    display: inline-block;
}
.preloader-block.loading .set-preload {
    pointer-events: none;
    opacity: 0.6;
    position: relative;
}

.preloader-block.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    border: 2px solid #2b2935;
    border-top: 2px solid #3ec6ff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    z-index: 2;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.bar-nav-nice li{
    margin-bottom: 5px;
}
.one-relation .to-bascet{
    display: none;
}
.one-relation .s_item-wrapper{
    aspect-ratio: 1 / 1;
    display: grid;          /* удобно центрировать */
    place-items: center;
    padding: 10px;          /* небольшое поле вокруг узких картинок */
}

/* Картинка целиком, без обрезки */
.one-relation .s_item-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain !important;  /* важно перебить cover */
    object-position: center;
    display: block;
    background: #fff;       /* чтобы «пустые поля» были белыми */
}

/* picture сам по себе не умеет object-fit — важно, чтобы он растягивался на контейнер */
.one-relation .s_item-wrapper picture{
    width: 100%;
    height: 100%;
    display: block;
}
@supports not (aspect-ratio: 1 / 1) {
    .s_item-media{ position: relative; }
    .s_item-media::before{
        content:"";
        display:block;
        padding-top:100%;
    }
    .s_item-wrapper{
        position:absolute; inset:0; display:grid; place-items:center; padding:12px;
    }
}
@supports not (aspect-ratio: 1 / 1){
    .slider-nav1 .slick-slide{ position: relative; }
    .slider-nav1 .slick-slide::before{
        content:""; display:block; padding-top:100%;
    }
    .slider-nav1 .slick-slide picture{ position:absolute; inset:6px; }
}
.znak-list{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.znak-list li{
    height: 25px;
    margin-right: 5px;
    border: 1px solid #efefef;
}
.znak-list li img{
    height: 100%;
    width: auto;
}
.original-title{
    margin-bottom: 3px;
    font-size: 15px;
}
.one-item-brand{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
}
.one-item-brand li{
    margin-left: 5px;
}
.one-item-brand li::before{
    display: none!important;
}
.one-item-brand img{
    width: auto;
    height: 23px;
}
.one-item-flag img{
    border: 1px solid #efefef;
}

